diff --git a/Cargo.lock b/Cargo.lock index f65125b..4ee110c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,8 +222,6 @@ version = "0.4.0" dependencies = [ "codegenrs", "itertools 0.10.0", - "phf", - "phf_codegen", "structopt", "unicase", ] @@ -233,7 +231,6 @@ name = "codespell-dict" version = "0.4.0" dependencies = [ "log", - "phf", "unicase", ] @@ -808,8 +805,6 @@ version = "0.4.0" dependencies = [ "codegenrs", "itertools 0.10.0", - "phf", - "phf_codegen", "regex", "structopt", "unicase", @@ -820,7 +815,6 @@ name = "misspell-dict" version = "0.4.0" dependencies = [ "log", - "phf", "unicase", ] @@ -1778,8 +1772,6 @@ version = "0.4.0" dependencies = [ "codegenrs", "itertools 0.10.0", - "phf", - "phf_codegen", "structopt", "unicase", ] @@ -1789,7 +1781,6 @@ name = "wikipedia-dict" version = "0.4.0" dependencies = [ "log", - "phf", "unicase", ] diff --git a/crates/codespell-dict/Cargo.toml b/crates/codespell-dict/Cargo.toml index d582187..5eedbfa 100644 --- a/crates/codespell-dict/Cargo.toml +++ b/crates/codespell-dict/Cargo.toml @@ -15,7 +15,9 @@ publish = false azure-devops = { project = "crate-ci", pipeline = "typos" } codecov = { repository = "crate-ci/typos" } +[package.metadata.release] +disable-release = true + [dependencies] -phf = { version = "0.8", features = ["unicase"] } unicase = "2.5" log = "0.4" diff --git a/crates/codespell-dict/codegen/Cargo.toml b/crates/codespell-dict/codegen/Cargo.toml index eec16fe..b0e30e7 100644 --- a/crates/codespell-dict/codegen/Cargo.toml +++ b/crates/codespell-dict/codegen/Cargo.toml @@ -14,9 +14,10 @@ publish = false azure-devops = { project = "crate-ci", pipeline = "typos" } codecov = { repository = "crate-ci/typos" } +[package.metadata.release] +disable-release = true + [dependencies] -phf = { version = "0.8", features = ["unicase"] } -phf_codegen = "0.8" unicase = "2.5" itertools = "0.10" codegenrs = "1.0" diff --git a/crates/codespell-dict/codegen/src/main.rs b/crates/codespell-dict/codegen/src/main.rs index 877a42e..3dea058 100644 --- a/crates/codespell-dict/codegen/src/main.rs +++ b/crates/codespell-dict/codegen/src/main.rs @@ -32,24 +32,18 @@ fn generate(file: &mut W) { .unwrap(); writeln!(file, "#![allow(clippy::unreadable_literal)]",).unwrap(); writeln!(file).unwrap(); - writeln!(file, "use unicase::UniCase;").unwrap(); let dict = parse_dict(DICT); - writeln!( - file, - "pub static WORD_DICTIONARY: phf::Map, &[&'static str]> = ", - ) - .unwrap(); - let mut builder = phf_codegen::Map::new(); + writeln!(file, "pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[").unwrap(); for (typo, corrections) in dict { let value = itertools::join(corrections.iter().map(|s| format!("{:?}", s)), ", "); let value = format!("&[{}]", value); - builder.entry(unicase::UniCase::new(typo), &value); + + let key = format!("{:?}", typo); + writeln!(file, " ({}, {}),", key, &value).unwrap(); } - let codegenned = builder.build(); - writeln!(file, "{}", codegenned).unwrap(); - writeln!(file, ";").unwrap(); + writeln!(file, "];").unwrap(); } #[derive(Debug, StructOpt)] diff --git a/crates/codespell-dict/src/dict_codegen.rs b/crates/codespell-dict/src/dict_codegen.rs index 679314a..32eef74 100644 --- a/crates/codespell-dict/src/dict_codegen.rs +++ b/crates/codespell-dict/src/dict_codegen.rs @@ -1,38443 +1,31209 @@ // This file is code-genned by codespell-codegen #![allow(clippy::unreadable_literal)] -use unicase::UniCase; -pub static WORD_DICTIONARY: phf::Map, &[&'static str]> = - ::phf::Map { - key: 3213172566270843353, - disps: ::phf::Slice::Static(&[ - (0, 2), - (0, 204), - (0, 5), - (0, 31), - (0, 331), - (0, 10), - (0, 116), - (0, 154), - (0, 5), - (0, 12), - (0, 21), - (0, 202), - (0, 978), - (0, 22), - (0, 16), - (0, 27), - (0, 245), - (0, 149), - (0, 296), - (0, 85), - (0, 50), - (0, 565), - (0, 71), - (0, 6), - (0, 279), - (0, 15), - (0, 0), - (0, 2), - (0, 328), - (0, 31), - (0, 323), - (0, 0), - (0, 76), - (0, 52), - (0, 1), - (0, 7), - (0, 15), - (0, 0), - (0, 0), - (0, 102), - (0, 9), - (0, 16), - (0, 23), - (0, 2), - (0, 68), - (0, 5), - (0, 0), - (0, 1603), - (0, 504), - (0, 313), - (0, 38), - (0, 0), - (0, 60), - (0, 0), - (0, 313), - (0, 6108), - (0, 14), - (0, 3), - (0, 37), - (0, 2), - (0, 43), - (0, 23), - (0, 367), - (0, 68), - (0, 5), - (0, 131), - (0, 381), - (0, 4), - (0, 0), - (0, 0), - (0, 59), - (0, 5), - (0, 108), - (0, 0), - (0, 425), - (0, 2), - (0, 541), - (0, 747), - (0, 6), - (0, 90), - (0, 1350), - (0, 41), - (0, 80), - (0, 951), - (0, 1), - (0, 6), - (0, 571), - (0, 33), - (0, 2), - (0, 0), - (0, 102), - (0, 9), - (0, 235), - (0, 2), - (0, 321), - (0, 23), - (0, 182), - (0, 0), - (0, 1), - (0, 40), - (0, 790), - (0, 13), - (0, 420), - (0, 62), - (0, 4), - (0, 4), - (0, 2), - (0, 1), - (0, 450), - (0, 353), - (0, 98), - (0, 76), - (0, 30), - (0, 1339), - (0, 898), - (0, 136), - (0, 1), - (0, 222), - (0, 186), - (0, 1349), - (0, 132), - (0, 9), - (0, 1112), - (0, 525), - (0, 2616), - (0, 727), - (0, 0), - (0, 373), - (0, 497), - (0, 3), - (0, 0), - (0, 1), - (0, 646), - (0, 466), - (0, 8), - (0, 91), - (0, 116), - (0, 316), - (0, 12), - (0, 2), - (0, 1165), - (0, 1), - (0, 31), - (0, 5), - (0, 258), - (0, 2), - (0, 7), - (0, 83), - (0, 0), - (0, 34), - (0, 117), - (0, 2), - (0, 0), - (0, 153), - (0, 29), - (0, 9), - (0, 2), - (0, 29), - (0, 0), - (0, 2), - (0, 367), - (0, 28), - (0, 0), - (0, 326), - (0, 22), - (0, 18), - (0, 0), - (0, 77), - (0, 48), - (0, 37), - (0, 721), - (0, 41), - (0, 0), - (0, 15), - (0, 66), - (0, 0), - (0, 1105), - (0, 101), - (0, 101), - (0, 256), - (0, 618), - (0, 222), - (0, 6), - (0, 10), - (0, 646), - (0, 12), - (0, 61), - (0, 0), - (0, 2), - (0, 3), - (0, 14), - (0, 2132), - (0, 330), - (0, 2), - (0, 13), - (0, 0), - (0, 60), - (0, 328), - (0, 77), - (0, 11), - (0, 8), - (0, 191), - (0, 37), - (0, 75), - (0, 1), - (0, 14), - (0, 5), - (0, 10), - (0, 0), - (0, 157), - (0, 7), - (0, 3), - (0, 24), - (0, 0), - (0, 0), - (0, 172), - (0, 88), - (0, 237), - (0, 114), - (0, 4), - (0, 425), - (0, 37), - (0, 142), - (0, 14), - (0, 4), - (0, 67), - (0, 0), - (0, 2), - (0, 134), - (0, 656), - (0, 6), - (0, 2), - (0, 191), - (0, 84), - (0, 2), - (0, 757), - (0, 0), - (0, 66), - (0, 0), - (0, 8), - (0, 2), - (0, 1077), - (0, 67), - (0, 124), - (0, 6), - (0, 34), - (0, 1333), - (0, 382), - (0, 1054), - (0, 163), - (0, 179), - (0, 14), - (0, 334), - (0, 182), - (0, 84), - (0, 33), - (0, 38), - (0, 92), - (0, 2), - (0, 284), - (0, 0), - (0, 10), - (0, 30), - (0, 2744), - (0, 1), - (0, 49), - (0, 1132), - (0, 1328), - (0, 4), - (0, 0), - (0, 10), - (0, 128), - (0, 36), - (0, 41), - (0, 15), - (0, 2), - (0, 0), - (0, 149), - (0, 2), - (0, 46), - (0, 885), - (0, 37), - (0, 4), - (0, 692), - (0, 9), - (0, 0), - (0, 93), - (0, 23), - (0, 1698), - (0, 922), - (0, 24), - (0, 0), - (0, 249), - (0, 907), - (0, 0), - (0, 364), - (0, 634), - (0, 475), - (0, 1), - (0, 2411), - (0, 319), - (0, 144), - (0, 16), - (0, 5), - (0, 6), - (0, 328), - (0, 6), - (0, 0), - (0, 60), - (0, 120), - (0, 380), - (0, 2), - (0, 1923), - (0, 0), - (0, 286), - (0, 1), - (0, 8), - (0, 40), - (0, 272), - (0, 61), - (0, 47), - (0, 127), - (0, 6), - (0, 992), - (0, 592), - (0, 5), - (0, 152), - (0, 6), - (0, 1125), - (0, 258), - (0, 31), - (0, 1), - (0, 140), - (0, 5), - (0, 0), - (0, 12), - (0, 60), - (0, 25), - (0, 3), - (0, 131), - (0, 20), - (0, 4), - (0, 10), - (0, 200), - (0, 19), - (0, 5505), - (0, 7), - (0, 547), - (0, 191), - (0, 869), - (0, 68), - (0, 127), - (0, 105), - (0, 166), - (0, 770), - (0, 0), - (0, 3), - (0, 6), - (0, 86), - (0, 15), - (0, 1167), - (0, 0), - (0, 37), - (0, 0), - (0, 282), - (0, 13), - (0, 9), - (0, 10), - (0, 258), - (0, 0), - (0, 1408), - (0, 100), - (0, 20), - (0, 42), - (0, 231), - (0, 26), - (0, 2), - (0, 0), - (0, 13), - (0, 5), - (0, 116), - (0, 279), - (0, 1280), - (0, 9), - (0, 3), - (0, 376), - (0, 808), - (0, 278), - (0, 128), - (0, 11), - (0, 1571), - (0, 0), - (0, 19), - (0, 278), - (0, 0), - (0, 229), - (0, 0), - (0, 0), - (0, 684), - (0, 9), - (0, 0), - (0, 685), - (0, 435), - (0, 13), - (0, 69), - (0, 11), - (0, 35), - (0, 14), - (0, 110), - (0, 6336), - (0, 117), - (0, 8), - (0, 10), - (0, 460), - (0, 0), - (0, 29), - (0, 4), - (0, 134), - (0, 258), - (0, 37), - (0, 22), - (0, 1), - (0, 6), - (0, 404), - (0, 15), - (0, 8), - (0, 65), - (0, 2305), - (0, 67), - (0, 169), - (0, 1), - (0, 1), - (0, 1327), - (0, 1768), - (0, 5), - (0, 161), - (0, 6), - (0, 75), - (0, 2099), - (0, 38), - (0, 549), - (0, 4), - (0, 142), - (0, 21), - (0, 6), - (0, 1372), - (0, 79), - (0, 934), - (0, 0), - (0, 17), - (0, 0), - (0, 21), - (0, 4206), - (0, 18), - (0, 122), - (0, 15), - (0, 1009), - (0, 1379), - (0, 11), - (0, 53), - (0, 339), - (0, 2), - (0, 258), - (0, 95), - (0, 4121), - (0, 284), - (0, 1), - (0, 16), - (0, 75), - (0, 428), - (0, 5), - (0, 0), - (0, 127), - (0, 18), - (0, 404), - (0, 170), - (0, 1297), - (0, 14), - (0, 500), - (0, 210), - (0, 138), - (0, 212), - (0, 612), - (0, 75), - (0, 32), - (0, 854), - (0, 28), - (0, 191), - (0, 19), - (0, 16), - (0, 911), - (0, 42), - (0, 77), - (0, 2543), - (0, 2), - (0, 99), - (0, 1083), - (0, 14), - (0, 1), - (0, 420), - (0, 1), - (0, 16), - (0, 0), - (0, 12), - (0, 0), - (0, 187), - (0, 9), - (0, 0), - (0, 0), - (0, 381), - (0, 134), - (0, 0), - (0, 65), - (0, 437), - (0, 1754), - (0, 9), - (0, 58), - (0, 223), - (0, 40), - (0, 2284), - (0, 2281), - (0, 3), - (0, 6), - (0, 0), - (0, 13), - (0, 318), - (0, 20), - (0, 184), - (0, 342), - (0, 22), - (0, 4), - (0, 0), - (0, 55), - (0, 15), - (0, 159), - (0, 275), - (0, 513), - (0, 1054), - (0, 575), - (0, 1), - (0, 8), - (0, 59), - (0, 40), - (0, 127), - (0, 428), - (0, 16), - (0, 79), - (0, 14), - (0, 878), - (0, 1), - (0, 832), - (0, 239), - (0, 54), - (0, 12), - (0, 22), - (0, 0), - (0, 115), - (0, 221), - (0, 86), - (0, 723), - (0, 19), - (0, 539), - (0, 32), - (0, 1502), - (0, 54), - (0, 0), - (0, 4), - (0, 3), - (0, 565), - (0, 893), - (0, 69), - (0, 414), - (0, 10), - (0, 554), - (0, 55), - (0, 2), - (0, 21), - (0, 763), - (0, 7), - (0, 13), - (0, 2093), - (0, 56), - (0, 185), - (0, 224), - (0, 189), - (0, 11), - (0, 0), - (0, 1927), - (0, 172), - (0, 163), - (0, 40), - (0, 60), - (0, 11), - (0, 0), - (0, 0), - (0, 27), - (0, 2), - (0, 12), - (0, 18), - (0, 108), - (1, 1), - (0, 1), - (0, 322), - (0, 29), - (0, 1213), - (0, 203), - (0, 102), - (0, 468), - (0, 331), - (0, 139), - (0, 109), - (0, 11), - (0, 1089), - (0, 1), - (0, 124), - (0, 71), - (0, 1), - (0, 0), - (0, 55), - (0, 39), - (0, 8), - (0, 361), - (0, 71), - (0, 57), - (0, 2900), - (0, 40), - (0, 0), - (0, 7), - (0, 156), - (0, 635), - (0, 232), - (0, 417), - (0, 12), - (0, 92), - (0, 6), - (0, 2), - (0, 13), - (0, 18), - (0, 8), - (0, 2488), - (0, 155), - (0, 273), - (0, 1497), - (0, 12), - (0, 7), - (0, 40), - (0, 39), - (0, 345), - (0, 61), - (0, 1219), - (0, 26), - (0, 11), - (0, 2), - (0, 219), - (0, 93), - (0, 20), - (0, 126), - (0, 0), - (0, 4), - (0, 417), - (0, 2), - (0, 375), - (0, 8), - (0, 276), - (0, 17), - (0, 1), - (0, 74), - (0, 0), - (0, 2065), - (0, 27), - (0, 207), - (0, 50), - (0, 2), - (0, 3), - (0, 13), - (0, 344), - (0, 3), - (0, 0), - (0, 69), - (0, 410), - (0, 335), - (0, 200), - (0, 83), - (0, 1), - (0, 1), - (0, 20), - (0, 85), - (0, 258), - (0, 16), - (0, 1600), - (0, 314), - (0, 0), - (0, 850), - (0, 14), - (0, 1), - (0, 12), - (0, 2), - (0, 355), - (0, 416), - (0, 81), - (0, 267), - (0, 5), - (0, 0), - (0, 106), - (0, 14), - (0, 331), - (0, 110), - (0, 20), - (0, 1781), - (0, 14), - (0, 40), - (0, 6), - (0, 7), - (0, 155), - (0, 2), - (0, 119), - (0, 0), - (0, 446), - (0, 120), - (0, 570), - (0, 60), - (0, 414), - (0, 4), - (0, 14), - (0, 24), - (0, 110), - (0, 0), - (0, 923), - (0, 19), - (0, 1), - (0, 561), - (0, 0), - (0, 690), - (0, 26), - (0, 652), - (0, 3), - (0, 0), - (0, 22), - (0, 1), - (0, 312), - (0, 428), - (0, 11), - (0, 10), - (0, 11), - (0, 527), - (0, 103), - (0, 53), - (0, 3), - (0, 400), - (0, 133), - (0, 27), - (0, 12), - (0, 886), - (0, 10), - (0, 253), - (0, 0), - (0, 0), - (0, 0), - (0, 47), - (0, 1548), - (0, 2592), - (0, 0), - (0, 46), - (0, 52), - (0, 53), - (0, 2339), - (0, 88), - (0, 2), - (0, 61), - (0, 5), - (0, 0), - (0, 326), - (0, 321), - (0, 4), - (0, 344), - (0, 127), - (0, 22), - (0, 83), - (0, 207), - (0, 0), - (0, 216), - (0, 8), - (0, 531), - (0, 743), - (0, 644), - (0, 15), - (0, 236), - (0, 825), - (0, 785), - (0, 0), - (0, 1), - (0, 10), - (0, 434), - (0, 4), - (0, 31), - (0, 41), - (0, 18), - (0, 0), - (0, 2), - (0, 6), - (0, 0), - (0, 1), - (0, 45), - (0, 193), - (0, 11), - (0, 57), - (0, 1), - (0, 22), - (0, 31), - (0, 3), - (0, 899), - (0, 83), - (0, 103), - (0, 889), - (0, 2), - (0, 0), - (0, 274), - (0, 690), - (0, 274), - (0, 221), - (0, 322), - (0, 0), - (0, 428), - (0, 3), - (0, 24), - (0, 201), - (0, 158), - (0, 0), - (0, 3), - (0, 179), - (0, 281), - (0, 136), - (0, 5), - (0, 132), - (0, 625), - (0, 194), - (0, 1), - (0, 186), - (0, 6), - (0, 4), - (0, 0), - (0, 23), - (0, 1766), - (0, 0), - (0, 5), - (0, 15), - (0, 22), - (0, 48), - (0, 0), - (0, 7), - (0, 1617), - (0, 391), - (0, 1), - (0, 0), - (0, 44), - (0, 8), - (0, 18), - (0, 184), - (0, 3), - (0, 47), - (0, 2), - (0, 21), - (0, 0), - (0, 59), - (0, 1066), - (0, 171), - (0, 69), - (0, 117), - (0, 105), - (0, 1), - (0, 5), - (0, 1533), - (0, 0), - (0, 19), - (0, 1), - (0, 380), - (0, 355), - (0, 26), - (0, 66), - (0, 169), - (0, 576), - (0, 783), - (0, 13), - (0, 8), - (0, 15), - (0, 126), - (0, 2437), - (0, 0), - (0, 1218), - (0, 224), - (0, 423), - (0, 4), - (0, 77), - (0, 271), - (0, 4), - (0, 8), - (0, 131), - (0, 139), - (0, 19), - (0, 56), - (0, 336), - (0, 13), - (0, 197), - (1, 4), - (0, 620), - (0, 2), - (0, 0), - (0, 277), - (0, 16), - (0, 8), - (0, 2), - (0, 50), - (0, 555), - (0, 19), - (0, 1598), - (0, 0), - (0, 101), - (0, 1365), - (0, 2671), - (0, 0), - (0, 81), - (0, 77), - (0, 17), - (0, 2), - (0, 17), - (0, 130), - (0, 2), - (0, 7), - (0, 0), - (0, 608), - (0, 7), - (0, 144), - (0, 103), - (0, 0), - (0, 237), - (0, 2956), - (0, 102), - (0, 2), - (0, 23), - (0, 42), - (0, 278), - (0, 6), - (0, 46), - (0, 521), - (0, 202), - (0, 11), - (0, 2), - (0, 4), - (0, 273), - (0, 5), - (0, 3), - (0, 11), - (0, 2173), - (0, 29), - (0, 2), - (0, 63), - (0, 7), - (0, 196), - (0, 67), - (0, 5), - (0, 0), - (0, 23), - (0, 10), - (0, 170), - (0, 5), - (0, 2), - (0, 55), - (0, 22), - (0, 314), - (0, 42), - (0, 2), - (0, 442), - (0, 261), - (0, 2), - (0, 97), - (0, 4), - (0, 0), - (0, 0), - (0, 21), - (0, 618), - (0, 804), - (0, 2), - (0, 1109), - (0, 362), - (0, 36), - (0, 2), - (0, 19), - (0, 4), - (0, 11), - (0, 258), - (0, 6), - (0, 0), - (0, 35), - (0, 154), - (0, 767), - (0, 195), - (0, 37), - (0, 16), - (0, 294), - (0, 1431), - (0, 48), - (0, 3), - (0, 4114), - (0, 2), - (0, 7), - (0, 41), - (0, 343), - (0, 447), - (0, 119), - (0, 612), - (0, 1), - (0, 0), - (0, 1145), - (0, 9), - (0, 15), - (0, 122), - (0, 292), - (0, 0), - (0, 42), - (0, 5), - (0, 36), - (0, 406), - (0, 53), - (0, 144), - (0, 217), - (0, 312), - (0, 0), - (0, 245), - (0, 118), - (0, 43), - (0, 49), - (0, 103), - (0, 185), - (0, 42), - (0, 184), - (0, 0), - (0, 9), - (0, 1996), - (0, 1), - (0, 35), - (0, 66), - (0, 0), - (0, 82), - (0, 64), - (0, 638), - (0, 59), - (0, 401), - (0, 20), - (0, 1), - (0, 10), - (0, 75), - (0, 50), - (0, 3), - (0, 4), - (0, 26), - (0, 507), - (0, 38), - (0, 9), - (0, 0), - (0, 294), - (0, 42), - (0, 1), - (0, 79), - (0, 310), - (0, 183), - (0, 150), - (0, 397), - (0, 606), - (0, 11), - (0, 884), - (0, 0), - (0, 4), - (0, 857), - (0, 62), - (0, 90), - (0, 93), - (0, 7), - (0, 7), - (0, 30), - (0, 3), - (0, 409), - (0, 2), - (0, 126), - (0, 5), - (0, 7), - (0, 0), - (0, 203), - (0, 16), - (0, 1760), - (0, 3), - (0, 424), - (0, 833), - (0, 155), - (0, 43), - (0, 0), - (0, 368), - (0, 194), - (0, 6), - (0, 53), - (0, 254), - (0, 0), - (0, 22), - (0, 119), - (0, 42), - (0, 0), - (0, 1938), - (0, 37), - (0, 11), - (0, 2), - (0, 2), - (0, 35), - (0, 250), - (0, 0), - (0, 7), - (0, 3), - (0, 317), - (0, 586), - (0, 0), - (0, 78), - (0, 9), - (0, 14), - (0, 443), - (0, 0), - (0, 214), - (0, 1859), - (0, 57), - (0, 20), - (0, 4), - (0, 324), - (0, 13), - (0, 8), - (0, 55), - (0, 18), - (0, 321), - (0, 109), - (0, 111), - (0, 5), - (0, 6), - (0, 99), - (0, 41), - (0, 0), - (0, 8), - (0, 0), - (0, 0), - (0, 17), - (0, 862), - (0, 106), - (0, 1187), - (0, 985), - (0, 3), - (0, 3), - (0, 222), - (0, 83), - (0, 0), - (0, 79), - (0, 516), - (0, 43), - (0, 10), - (0, 560), - (0, 31), - (0, 267), - (0, 158), - (0, 102), - (0, 224), - (0, 131), - (0, 303), - (0, 156), - (0, 14), - (0, 265), - (0, 1), - (0, 2), - (0, 5), - (0, 15), - (0, 75), - (0, 140), - (0, 9), - (0, 493), - (0, 539), - (0, 188), - (0, 1199), - (0, 36), - (0, 14), - (0, 176), - (0, 167), - (0, 604), - (0, 20), - (0, 9), - (0, 9), - (0, 1579), - (0, 4), - (0, 10), - (0, 0), - (0, 603), - (0, 932), - (0, 171), - (0, 114), - (0, 320), - (0, 7), - (0, 74), - (0, 511), - (0, 0), - (0, 11), - (0, 148), - (0, 41), - (0, 16), - (0, 0), - (0, 12), - (0, 482), - (0, 12), - (0, 31), - (0, 7), - (0, 417), - (0, 354), - (0, 0), - (0, 37), - (0, 30), - (0, 7), - (0, 8), - (0, 593), - (0, 793), - (0, 34), - (0, 1359), - (0, 26), - (0, 961), - (0, 0), - (0, 5), - (0, 10), - (0, 30), - (0, 0), - (0, 1), - (0, 55), - (0, 1), - (0, 192), - (0, 1), - (0, 18), - (0, 273), - (0, 712), - (0, 10), - (0, 6), - (0, 57), - (0, 1), - (0, 4), - (0, 9), - (0, 19), - (0, 108), - (0, 43), - (0, 111), - (0, 861), - (0, 7), - (0, 1), - (0, 41), - (0, 235), - (0, 337), - (0, 3301), - (0, 3), - (0, 1025), - (0, 47), - (0, 3), - (0, 1643), - (0, 954), - (0, 42), - (0, 143), - (0, 1181), - (0, 1), - (0, 42), - (0, 121), - (0, 232), - (0, 69), - (0, 139), - (0, 29), - (0, 215), - (0, 2731), - (0, 1), - (0, 0), - (0, 2), - (0, 0), - (0, 28), - (0, 51), - (0, 0), - (0, 0), - (0, 70), - (0, 242), - (0, 0), - (0, 2), - (0, 6), - (0, 2), - (0, 401), - (0, 5), - (0, 86), - (0, 143), - (0, 2170), - (0, 66), - (0, 2), - (0, 656), - (0, 1769), - (0, 67), - (0, 62), - (0, 1), - (0, 33), - (0, 19), - (0, 660), - (0, 297), - (0, 2800), - (0, 123), - (0, 503), - (0, 1), - (0, 79), - (0, 92), - (0, 38), - (0, 22), - (0, 173), - (0, 221), - (0, 0), - (0, 24), - (0, 4), - (0, 5), - (0, 293), - (0, 9), - (0, 1624), - (0, 7), - (0, 37), - (0, 0), - (0, 5), - (0, 35), - (0, 121), - (0, 39), - (0, 83), - (0, 59), - (0, 1), - (0, 329), - (0, 3), - (0, 1020), - (0, 0), - (0, 2410), - (0, 0), - (0, 0), - (0, 925), - (0, 1045), - (0, 1513), - (0, 1824), - (0, 0), - (0, 25), - (0, 1), - (0, 552), - (0, 0), - (0, 10), - (0, 3), - (0, 97), - (0, 124), - (0, 29), - (0, 0), - (0, 1232), - (0, 5), - (0, 3), - (0, 68), - (0, 80), - (0, 271), - (0, 1), - (0, 2877), - (0, 46), - (0, 225), - (0, 2), - (0, 690), - (0, 1055), - (0, 0), - (0, 402), - (0, 14), - (0, 6), - (0, 453), - (0, 16), - (0, 23), - (0, 2426), - (0, 0), - (0, 122), - (0, 253), - (0, 304), - (0, 0), - (0, 43), - (0, 0), - (0, 690), - (0, 1), - (0, 7), - (0, 182), - (0, 9), - (0, 128), - (0, 1082), - (0, 56), - (0, 3), - (1, 1), - (0, 106), - (0, 0), - (0, 15), - (0, 131), - (0, 2), - (0, 61), - (0, 3458), - (0, 606), - (0, 28), - (0, 202), - (0, 0), - (0, 11), - (0, 23), - (0, 42), - (0, 14), - (0, 202), - (0, 1), - (0, 0), - (0, 6), - (0, 22), - (0, 1239), - (0, 449), - (0, 2249), - (0, 1761), - (0, 1224), - (0, 95), - (0, 23), - (0, 113), - (0, 1228), - (0, 0), - (0, 215), - (0, 1371), - (0, 11), - (0, 2), - (0, 75), - (0, 123), - (0, 28), - (0, 1), - (0, 26), - (0, 11), - (0, 1173), - (0, 57), - (0, 278), - (0, 20), - (0, 16), - (0, 4), - (0, 384), - (0, 0), - (0, 13), - (0, 232), - (0, 108), - (0, 37), - (0, 75), - (0, 3), - (0, 2221), - (0, 174), - (0, 2), - (0, 155), - (0, 11), - (0, 110), - (0, 41), - (0, 0), - (0, 160), - (0, 256), - (0, 47), - (0, 2), - (0, 93), - (0, 0), - (0, 1155), - (0, 918), - (0, 259), - (0, 447), - (0, 247), - (0, 21), - (0, 0), - (0, 108), - (0, 42), - (0, 56), - (0, 740), - (0, 34), - (0, 594), - (0, 98), - (0, 5), - (0, 50), - (0, 191), - (0, 33), - (0, 96), - (0, 443), - (0, 406), - (0, 3), - (0, 1127), - (0, 77), - (0, 257), - (0, 21), - (0, 172), - (0, 42), - (0, 644), - (0, 42), - (0, 155), - (0, 1), - (0, 2418), - (0, 17), - (0, 93), - (0, 949), - (0, 3), - (0, 3), - (0, 1), - (0, 1346), - (0, 152), - (0, 2008), - (0, 456), - (0, 0), - (0, 14), - (0, 222), - (0, 28), - (0, 219), - (0, 1), - (0, 173), - (0, 96), - (0, 954), - (0, 132), - (0, 2221), - (0, 4), - (0, 2), - (0, 2065), - (0, 517), - (0, 649), - (0, 18), - (0, 1), - (0, 49), - (0, 50), - (0, 4), - (0, 139), - (0, 19), - (0, 21), - (0, 23), - (0, 16), - (0, 70), - (0, 257), - (0, 44), - (0, 0), - (0, 33), - (0, 1044), - (0, 303), - (0, 2095), - (0, 1000), - (0, 0), - (0, 25), - (0, 57), - (0, 580), - (0, 69), - (0, 37), - (0, 5), - (0, 84), - (0, 12), - (0, 201), - (0, 4), - (0, 734), - (0, 1840), - (0, 2), - (0, 54), - (0, 660), - (0, 218), - (0, 111), - (0, 33), - (0, 67), - (0, 32), - (0, 5), - (0, 353), - (0, 367), - (0, 279), - (0, 1295), - (0, 2), - (0, 1158), - (0, 25), - (0, 816), - (0, 100), - (0, 0), - (0, 40), - (0, 578), - (0, 470), - (0, 5), - (0, 1388), - (0, 57), - (0, 30), - (0, 1703), - (0, 406), - (0, 101), - (0, 18), - (0, 1950), - (0, 782), - (0, 41), - (0, 221), - (0, 49), - (0, 2344), - (0, 850), - (0, 348), - (0, 0), - (0, 3686), - (0, 46), - (0, 42), - (0, 750), - (0, 96), - (0, 588), - (0, 93), - (0, 14), - (0, 434), - (0, 8), - (0, 33), - (0, 31), - (0, 45), - (0, 54), - (0, 8), - (0, 829), - (0, 30), - (0, 110), - (0, 16), - (0, 1108), - (0, 426), - (0, 3), - (0, 275), - (0, 12), - (0, 2), - (0, 47), - (0, 293), - (0, 88), - (0, 983), - (0, 4), - (0, 2343), - (0, 4), - (0, 130), - (0, 68), - (0, 2), - (0, 576), - (0, 5), - (0, 41), - (0, 2), - (0, 347), - (0, 33), - (0, 0), - (0, 1), - (0, 253), - (0, 1317), - (0, 7), - (0, 313), - (0, 1561), - (0, 595), - (0, 1263), - (0, 24), - (0, 23), - (0, 140), - (0, 2), - (0, 9), - (0, 0), - (0, 42), - (0, 337), - (0, 361), - (0, 2), - (0, 3), - (0, 94), - (0, 416), - (0, 63), - (0, 34), - (0, 284), - (0, 80), - (0, 511), - (0, 39), - (0, 38), - (0, 0), - (0, 8), - (0, 283), - (0, 2), - (0, 13), - (0, 2), - (0, 297), - (0, 770), - (0, 157), - (0, 46), - (0, 5), - (0, 0), - (0, 0), - (0, 152), - (0, 601), - (0, 175), - (0, 429), - (0, 73), - (0, 44), - (0, 4), - (0, 1064), - (0, 457), - (0, 4), - (0, 3010), - (0, 488), - (0, 776), - (0, 193), - (0, 122), - (0, 51), - (0, 53), - (0, 192), - (0, 6), - (0, 6854), - (0, 0), - (0, 86), - (0, 1), - (0, 281), - (0, 1), - (0, 39), - (0, 1), - (0, 1), - (0, 27), - (0, 1), - (0, 4), - (0, 0), - (0, 353), - (0, 17), - (0, 31), - (0, 132), - (0, 235), - (0, 294), - (0, 123), - (0, 3), - (0, 1745), - (0, 383), - (0, 0), - (0, 19), - (0, 214), - (0, 1302), - (0, 201), - (0, 96), - (0, 0), - (0, 11), - (0, 0), - (0, 4), - (0, 398), - (0, 19), - (0, 257), - (0, 19), - (0, 114), - (0, 287), - (0, 80), - (0, 0), - (0, 225), - (0, 2001), - (0, 15), - (0, 50), - (0, 29), - (0, 55), - (0, 71), - (0, 898), - (0, 136), - (0, 11), - (0, 29), - (0, 158), - (0, 42), - (0, 151), - (0, 1361), - (0, 805), - (0, 50), - (0, 894), - (0, 33), - (0, 290), - (0, 2997), - (0, 1), - (0, 26), - (0, 0), - (0, 20), - (0, 0), - (0, 385), - (0, 2910), - (0, 18), - (0, 318), - (0, 0), - (0, 1755), - (0, 442), - (0, 465), - (0, 1), - (0, 0), - (0, 49), - (0, 14), - (0, 0), - (0, 35), - (0, 13), - (0, 1), - (0, 6), - (0, 194), - (0, 85), - (0, 1353), - (0, 16), - (0, 360), - (0, 479), - (0, 28), - (0, 19), - (0, 85), - (0, 402), - (0, 35), - (0, 6), - (0, 157), - (0, 18), - (0, 0), - (0, 20), - (0, 28), - (0, 2), - (0, 7), - (0, 710), - (0, 51), - (0, 102), - (0, 0), - (0, 770), - (0, 6), - (0, 36), - (0, 0), - (0, 16), - (0, 608), - (0, 32), - (0, 305), - (0, 0), - (0, 733), - (0, 738), - (0, 1580), - (0, 2144), - (0, 3), - (0, 124), - (0, 0), - (0, 21), - (0, 108), - (0, 116), - (0, 2466), - (0, 2094), - (0, 338), - (0, 1612), - (0, 33), - (0, 114), - (0, 1), - (0, 1), - (0, 25), - (0, 1545), - (0, 70), - (0, 18), - (0, 5), - (0, 139), - (0, 0), - (0, 852), - (0, 0), - (0, 1098), - (0, 440), - (0, 38), - (0, 48), - (0, 0), - (0, 765), - (0, 1047), - (0, 1483), - (0, 402), - (0, 322), - (0, 826), - (0, 61), - (0, 305), - (0, 2), - (0, 155), - (0, 0), - (0, 12), - (0, 0), - (0, 11), - (0, 0), - (0, 0), - (0, 3213), - (0, 3), - (0, 1), - (0, 90), - (0, 14), - (0, 76), - (0, 13), - (0, 203), - (0, 146), - (0, 220), - (0, 0), - (0, 140), - (0, 183), - (0, 12), - (0, 915), - (0, 34), - (0, 562), - (0, 45), - (0, 1), - (0, 196), - (0, 41), - (0, 0), - (0, 0), - (0, 173), - (0, 2910), - (0, 24), - (0, 57), - (0, 750), - (0, 194), - (0, 533), - (0, 5), - (0, 77), - (0, 20), - (0, 193), - (0, 13), - (0, 40), - (0, 3), - (0, 30), - (0, 24), - (0, 0), - (0, 0), - (0, 548), - (0, 205), - (0, 3), - (0, 108), - (0, 2), - (0, 34), - (0, 626), - (0, 4196), - (0, 2664), - (0, 19), - (0, 571), - (0, 0), - (0, 450), - (0, 32), - (0, 573), - (0, 192), - (0, 319), - (0, 383), - (0, 169), - (0, 9), - (0, 13), - (0, 0), - (0, 10), - (0, 26), - (0, 0), - (0, 106), - (0, 12), - (0, 3), - (0, 36), - (0, 1236), - (0, 6), - (0, 87), - (0, 0), - (0, 133), - (0, 934), - (0, 2851), - (0, 24), - (0, 2), - (0, 362), - (0, 150), - (0, 475), - (0, 2083), - (0, 0), - (0, 440), - (0, 147), - (0, 61), - (0, 121), - (0, 105), - (0, 0), - (0, 6), - (0, 0), - (0, 17), - (0, 0), - (0, 6), - (0, 2228), - (0, 1160), - (0, 204), - (0, 58), - (0, 2), - (0, 3), - (0, 706), - (0, 363), - (0, 363), - (0, 151), - (0, 1), - (0, 847), - (0, 46), - (0, 7), - (0, 244), - (0, 1), - (0, 7), - (0, 205), - (0, 22), - (0, 4), - (0, 0), - (0, 1715), - (0, 535), - (0, 0), - (0, 144), - (0, 677), - (0, 5), - (0, 1102), - (0, 21), - (0, 472), - (0, 44), - (0, 33), - (0, 2), - (0, 2452), - (0, 0), - (0, 61), - (0, 80), - (0, 695), - (0, 1173), - (0, 149), - (0, 0), - (0, 23), - (0, 93), - (0, 968), - (0, 82), - (0, 76), - (0, 549), - (0, 35), - (0, 33), - (0, 52), - (0, 318), - (0, 398), - (0, 28), - (0, 1945), - (0, 16), - (0, 100), - (0, 1739), - (0, 2), - (0, 468), - (0, 49), - (0, 696), - (0, 441), - (0, 4695), - (0, 5), - (0, 5), - (0, 391), - (0, 714), - (0, 3239), - (0, 8), - (0, 241), - (0, 0), - (0, 3), - (0, 104), - (0, 129), - (0, 272), - (0, 1202), - (0, 1), - (0, 46), - (0, 48), - (0, 9), - (0, 20), - (0, 3027), - (0, 342), - (0, 52), - (0, 4), - (0, 1), - (0, 5), - (0, 1852), - (0, 456), - (0, 3), - (0, 12), - (0, 226), - (0, 0), - (0, 377), - (0, 1), - (0, 279), - (0, 1239), - (0, 87), - (0, 109), - (0, 12), - (0, 590), - (0, 0), - (0, 1), - (0, 61), - (0, 305), - (0, 222), - (0, 37), - (0, 506), - (0, 0), - (0, 944), - (0, 6), - (0, 2117), - (0, 26), - (0, 81), - (0, 0), - (0, 559), - (0, 13), - (0, 2810), - (0, 99), - (0, 0), - (0, 763), - (0, 1328), - (0, 32), - (0, 14), - (0, 2547), - (0, 9), - (0, 285), - (0, 1224), - (0, 279), - (0, 36), - (0, 72), - (0, 14), - (0, 55), - (0, 475), - (0, 652), - (0, 0), - (0, 40), - (0, 100), - (0, 18), - (0, 308), - (0, 91), - (0, 518), - (0, 1), - (0, 1), - (0, 5), - (0, 996), - (0, 99), - (0, 109), - (0, 141), - (0, 1), - (0, 400), - (0, 243), - (0, 229), - (0, 103), - (0, 48), - (0, 8), - (0, 2692), - (0, 695), - (0, 17), - (0, 43), - (0, 41), - (0, 963), - (0, 570), - (0, 710), - (0, 22), - (0, 133), - (0, 320), - (0, 386), - (0, 1055), - (0, 147), - (0, 158), - (0, 0), - (0, 101), - (0, 0), - (0, 184), - (0, 4), - (0, 0), - (0, 280), - (0, 2), - (0, 0), - (0, 214), - (0, 21), - (0, 0), - (0, 1481), - (0, 25), - (0, 2), - (0, 16), - (0, 176), - (0, 232), - (0, 455), - (0, 11), - (0, 6), - (0, 43), - (0, 0), - (0, 113), - (0, 41), - (0, 51), - (0, 11), - (0, 907), - (0, 5475), - (0, 1189), - (0, 138), - (0, 0), - (0, 1160), - (0, 3), - (0, 91), - (0, 31), - (0, 225), - (0, 845), - (0, 233), - (0, 919), - (0, 32), - (0, 0), - (0, 38), - (0, 185), - (0, 220), - (0, 1178), - (0, 710), - (0, 4679), - (0, 454), - (0, 213), - (0, 0), - (0, 980), - (0, 0), - (0, 318), - (0, 524), - (0, 533), - (0, 218), - (0, 13), - (0, 502), - (0, 84), - (0, 65), - (0, 62), - (0, 57), - (0, 14), - (0, 987), - (0, 458), - (0, 171), - (0, 464), - (0, 3015), - (0, 187), - (0, 373), - (0, 202), - (0, 1453), - (0, 69), - (0, 507), - (0, 1370), - (0, 0), - (0, 2609), - (0, 91), - (0, 569), - (0, 15), - (0, 1), - (0, 15), - (0, 235), - (0, 204), - (0, 521), - (0, 68), - (0, 47), - (0, 792), - (0, 5), - (0, 483), - (0, 19), - (0, 11), - (0, 16), - (0, 13), - (0, 1), - (0, 7), - (0, 0), - (0, 173), - (0, 0), - (0, 24), - (0, 715), - (0, 4), - (0, 6521), - (0, 572), - (0, 123), - (0, 1), - (0, 15), - (0, 1), - (0, 14), - (0, 2), - (0, 50), - (0, 185), - (0, 404), - (0, 0), - (0, 375), - (0, 26), - (0, 138), - (0, 1259), - (0, 138), - (0, 16), - (0, 54), - (0, 661), - (0, 853), - (0, 418), - (0, 3), - (0, 2136), - (0, 33), - (0, 1287), - (0, 2), - (0, 300), - (0, 96), - (0, 3), - (0, 24), - (0, 34), - (0, 1417), - (0, 39), - (0, 115), - (0, 672), - (0, 2266), - (0, 0), - (0, 379), - (0, 8), - (0, 132), - (0, 1), - (0, 31), - (0, 217), - (0, 83), - (0, 96), - (0, 0), - (0, 2087), - (0, 137), - (0, 68), - (0, 0), - (0, 6), - (0, 20), - (0, 63), - (0, 3342), - (0, 20), - (0, 5), - (0, 7), - (0, 34), - (0, 1019), - (0, 464), - (0, 258), - (0, 0), - (0, 5), - (0, 651), - (0, 1000), - (0, 5), - (0, 35), - (0, 68), - (0, 7), - (0, 665), - (0, 43), - (0, 54), - (0, 87), - (0, 1821), - (0, 27), - (0, 9), - (0, 1), - (0, 1293), - (0, 17), - (0, 30), - (0, 31), - (0, 493), - (0, 3), - (0, 8), - (0, 9), - (0, 188), - (0, 483), - (0, 285), - (0, 80), - (0, 0), - (0, 26), - (0, 338), - (0, 499), - (0, 39), - (0, 3460), - (0, 949), - (0, 2), - (0, 1426), - (0, 8849), - (0, 483), - (0, 769), - (0, 3), - (0, 1299), - (0, 17), - (0, 314), - (0, 3275), - (0, 128), - (0, 1), - (0, 0), - (0, 172), - (0, 71), - (0, 1364), - (0, 785), - (0, 15), - (0, 8), - (0, 1127), - (0, 3038), - (0, 1), - (0, 1), - (0, 88), - (0, 4), - (0, 3), - (0, 329), - (0, 99), - (0, 1), - (0, 32), - (0, 1446), - (0, 2), - (0, 30), - (0, 534), - (0, 1498), - (0, 77), - (0, 48), - (0, 30), - (0, 755), - (0, 99), - (0, 15), - (0, 577), - (0, 278), - (0, 4), - (0, 10), - (0, 26), - (0, 20), - (0, 262), - (0, 10), - (0, 719), - (0, 68), - (0, 0), - (0, 15), - (0, 85), - (0, 0), - (0, 4), - (0, 15), - (0, 2), - (0, 53), - (0, 377), - (0, 0), - (0, 98), - (0, 41), - (0, 95), - (0, 3336), - (0, 676), - (0, 189), - (0, 47), - (0, 239), - (0, 400), - (0, 676), - (0, 65), - (0, 9), - (0, 907), - (0, 7), - (0, 5), - (0, 49), - (0, 247), - (0, 0), - (0, 0), - (0, 831), - (0, 16), - (0, 65), - (0, 56), - (0, 598), - (0, 39), - (0, 0), - (0, 923), - (0, 1544), - (0, 224), - (0, 16), - (0, 212), - (0, 472), - (0, 7), - (0, 41), - (0, 81), - (0, 0), - (0, 68), - (0, 233), - (0, 53), - (0, 3), - (0, 3), - (0, 14), - (0, 8), - (0, 33), - (0, 271), - (0, 7), - (0, 1120), - (0, 0), - (0, 46), - (0, 30), - (0, 11), - (0, 0), - (0, 6391), - (0, 25), - (0, 282), - (0, 241), - (0, 118), - (0, 11), - (0, 7), - (0, 0), - (0, 1049), - (0, 163), - (0, 146), - (0, 17), - (0, 15), - (0, 38), - (0, 1), - (0, 11), - (0, 9), - (0, 6), - (0, 15), - (0, 10), - (0, 975), - (0, 23), - (0, 245), - (0, 158), - (0, 9), - (0, 835), - (0, 3), - (0, 1), - (0, 34), - (0, 3), - (0, 4), - (0, 3033), - (0, 0), - (0, 20), - (0, 17), - (0, 98), - (0, 53), - (0, 114), - (0, 23), - (0, 0), - (0, 30), - (0, 10), - (0, 72), - (0, 192), - (0, 22), - (0, 289), - (0, 3716), - (0, 2), - (0, 241), - (0, 1), - (0, 156), - (0, 972), - (0, 210), - (0, 44), - (0, 7), - (0, 4), - (0, 0), - (0, 34), - (0, 14), - (0, 1324), - (0, 22), - (0, 63), - (0, 17), - (0, 345), - (0, 107), - (0, 137), - (0, 2), - (0, 1807), - (0, 2), - (0, 298), - (0, 35), - (0, 13), - (0, 16), - (0, 185), - (0, 1392), - (0, 206), - (0, 937), - (0, 448), - (0, 156), - (0, 109), - (0, 1129), - (0, 72), - (0, 0), - (0, 9), - (0, 155), - (0, 87), - (0, 87), - (0, 1354), - (0, 424), - (0, 1032), - (0, 107), - (0, 8), - (0, 19), - (0, 0), - (0, 25), - (0, 8), - (0, 580), - (0, 243), - (0, 139), - (0, 3358), - (0, 3), - (0, 2369), - (0, 174), - (0, 244), - (0, 19), - (0, 20), - (0, 672), - (0, 109), - (0, 2), - (0, 881), - (0, 1264), - (0, 1082), - (0, 8), - (0, 3), - (0, 0), - (0, 8865), - (0, 29), - (0, 54), - (0, 6), - (0, 291), - (0, 1679), - (0, 472), - (0, 7), - (0, 176), - (0, 269), - (0, 5), - (0, 1), - (0, 56), - (0, 10), - (0, 99), - (0, 177), - (0, 340), - (0, 1795), - (0, 0), - (0, 0), - (0, 28), - (0, 1001), - (0, 21), - (0, 318), - (0, 5), - (0, 167), - (0, 370), - (0, 61), - (0, 1408), - (0, 131), - (0, 1), - (0, 91), - (0, 843), - (0, 1223), - (0, 74), - (0, 561), - (0, 40), - (0, 6), - (0, 57), - (0, 0), - (0, 43), - (0, 62), - (0, 8), - (0, 71), - (0, 370), - (0, 78), - (0, 2), - (0, 0), - (0, 92), - (0, 20), - (0, 2), - (0, 1), - (0, 1987), - (0, 854), - (0, 0), - (0, 133), - (0, 3044), - (0, 0), - (0, 4355), - (0, 751), - (0, 1133), - (0, 2), - (0, 59), - (0, 9), - (0, 4646), - (0, 0), - (0, 127), - (0, 0), - (0, 13), - (0, 6586), - (0, 981), - (0, 47), - (0, 1145), - (0, 247), - (0, 2783), - (0, 1), - (0, 0), - (0, 6), - (0, 4), - (0, 196), - (0, 0), - (0, 114), - (0, 4457), - (0, 91), - (0, 58), - (0, 11), - (0, 183), - (0, 42), - (0, 3867), - (0, 1293), - (0, 20), - (0, 243), - (0, 0), - (0, 5), - (0, 187), - (0, 74), - (0, 407), - (0, 529), - (0, 74), - (0, 2), - (0, 7), - (0, 0), - (0, 2185), - (0, 121), - (0, 139), - (0, 1032), - (0, 14), - (0, 519), - (0, 2820), - (0, 2804), - (0, 294), - (0, 460), - (0, 453), - (0, 1913), - (0, 4), - (0, 823), - (0, 38), - (0, 47), - (0, 12), - (0, 33), - (0, 83), - (0, 72), - (0, 4605), - (0, 11), - (0, 414), - (0, 12), - (0, 20), - (0, 339), - (0, 524), - (0, 74), - (0, 2), - (0, 337), - (0, 339), - (0, 74), - (0, 1470), - (0, 3590), - (0, 3949), - (0, 305), - (0, 1), - (0, 250), - (0, 1), - (0, 367), - (0, 30), - (0, 164), - (0, 39), - (0, 298), - (0, 3), - (0, 3046), - (0, 519), - (0, 1517), - (0, 4), - (0, 167), - (0, 2424), - (0, 1655), - (0, 42), - (0, 778), - (0, 1518), - (0, 102), - (0, 814), - (0, 175), - (0, 81), - (0, 35), - (0, 29), - (0, 6659), - (0, 368), - (0, 146), - (0, 217), - (0, 0), - (0, 2299), - (0, 174), - (0, 154), - (0, 39), - (0, 25), - (0, 507), - (0, 0), - (0, 90), - (0, 6), - (0, 301), - (0, 2235), - (0, 27), - (0, 5), - (0, 19), - (0, 2024), - (0, 401), - (0, 113), - (0, 385), - (0, 24), - (0, 30), - (0, 0), - (0, 63), - (0, 51), - (0, 30), - (0, 1), - (0, 16), - (0, 906), - (0, 3892), - (0, 225), - (0, 1), - (0, 4), - (0, 2449), - (0, 34), - (0, 0), - (0, 3), - (0, 355), - (0, 4), - (0, 0), - (0, 18), - (0, 6), - (0, 94), - (0, 3302), - (0, 573), - (0, 931), - (0, 1467), - (0, 595), - (0, 3), - (0, 876), - (0, 395), - (0, 1), - (0, 31), - (0, 3), - (0, 81), - (0, 91), - (0, 4691), - (0, 1107), - (0, 20), - (0, 9), - (0, 445), - (0, 6857), - (0, 10416), - (0, 379), - (0, 38), - (0, 0), - (0, 162), - (0, 103), - (0, 652), - (0, 52), - (0, 0), - (0, 4), - (0, 869), - (0, 2), - (0, 670), - (0, 263), - (0, 3), - (0, 1), - (0, 1600), - (0, 9), - (0, 4), - (0, 1), - (0, 48), - (0, 642), - (0, 2273), - (0, 48), - (0, 209), - (0, 48), - (0, 191), - (0, 6), - (0, 1185), - (0, 669), - (0, 2524), - (0, 5), - (0, 596), - (0, 42), - (0, 10), - (0, 286), - (0, 38), - (0, 894), - (0, 3122), - (0, 2549), - (0, 36), - (0, 490), - (0, 28), - (0, 806), - (0, 28), - (0, 4), - (0, 1), - (0, 2), - (0, 353), - (0, 52), - (0, 0), - (0, 1012), - (0, 143), - (0, 352), - (0, 1850), - (0, 70), - (0, 546), - (0, 106), - (0, 20), - (0, 0), - (0, 40), - (0, 18), - (0, 5556), - (0, 14), - (0, 3), - (0, 764), - (0, 1927), - (0, 11), - (0, 353), - (0, 1006), - (0, 430), - (0, 23), - (0, 1207), - (0, 1116), - (0, 72), - (0, 2), - (0, 13), - (0, 38), - (0, 4), - (0, 11), - (0, 1150), - (0, 144), - (0, 0), - (0, 5), - (0, 250), - (0, 517), - (0, 1995), - (0, 37), - (0, 311), - (0, 2), - (0, 14), - (0, 3), - (0, 3), - (0, 0), - (0, 2294), - (0, 6), - (0, 2), - (0, 2735), - (0, 52), - (0, 6799), - (0, 457), - (0, 6), - (0, 208), - (0, 225), - (0, 1), - (0, 595), - (0, 267), - (0, 7), - (0, 1139), - (0, 210), - (0, 198), - (0, 611), - (0, 767), - (0, 226), - (0, 0), - (0, 25), - (0, 2051), - (0, 1916), - (0, 0), - (0, 45), - (0, 1655), - (0, 16), - (0, 394), - (0, 816), - (0, 745), - (0, 666), - (0, 24), - (0, 2), - (0, 1), - (0, 49), - (0, 15), - (0, 413), - (0, 16), - (0, 7), - (0, 1141), - (0, 856), - (0, 7), - (0, 40), - (0, 548), - (0, 0), - (0, 1), - (0, 223), - (0, 4), - (0, 1190), - (0, 139), - (0, 45), - (0, 923), - (0, 3195), - (0, 25), - (0, 89), - (0, 42), - (0, 2388), - (0, 3090), - (0, 102), - (0, 5), - (0, 808), - (0, 21), - (0, 4), - (0, 6), - (0, 5), - (0, 30), - (0, 1195), - (0, 29), - (0, 7), - (0, 13), - (0, 474), - (0, 4158), - (0, 12), - (0, 324), - (0, 1), - (0, 1), - (0, 880), - (0, 0), - (0, 42), - (0, 58), - (0, 3), - (0, 2975), - (0, 673), - (0, 1784), - (0, 0), - (0, 447), - (0, 16), - (0, 27), - (0, 12), - (0, 3), - (0, 174), - (0, 4), - (0, 486), - (0, 176), - (0, 483), - (0, 357), - (0, 33), - (0, 3263), - (0, 523), - (0, 2691), - (0, 15), - (0, 301), - (0, 1), - (0, 6290), - (0, 6), - (0, 4), - (0, 3632), - (0, 20), - (0, 2536), - (0, 3), - (0, 104), - (0, 61), - (0, 337), - (0, 2), - (0, 42), - (0, 16), - (0, 2), - (0, 41), - (0, 9), - (0, 140), - (0, 132), - (0, 5), - (0, 176), - (0, 200), - (0, 1), - (0, 405), - (0, 59), - (0, 428), - (0, 141), - (0, 89), - (0, 80), - (0, 16), - (0, 3), - (0, 29), - (0, 580), - (0, 111), - (0, 106), - (0, 645), - (0, 229), - (0, 1), - (0, 259), - (0, 1110), - (0, 3), - (0, 1), - (0, 940), - (0, 666), - (0, 3439), - (0, 676), - (0, 5247), - (0, 71), - (0, 19), - (0, 20), - (0, 3373), - (0, 41), - (0, 312), - (0, 265), - (0, 124), - (0, 1007), - (0, 2754), - (0, 0), - (0, 15), - (0, 180), - (0, 421), - (0, 2608), - (0, 1877), - (0, 910), - (0, 153), - (0, 645), - (0, 122), - (0, 2395), - (0, 123), - (0, 129), - (0, 6087), - (0, 239), - (0, 21), - (0, 334), - (0, 24), - (0, 73), - (0, 1020), - (0, 726), - (0, 556), - (0, 6), - (0, 2), - (0, 0), - (0, 144), - (0, 48), - (0, 27), - (0, 1470), - (0, 5006), - (0, 342), - (0, 117), - (0, 51), - (0, 458), - (0, 1), - (0, 38), - (0, 7), - (0, 610), - (0, 416), - (0, 100), - (0, 99), - (0, 2), - (0, 8), - (0, 549), - (0, 259), - (0, 8696), - (0, 2), - (0, 71), - (0, 605), - (0, 1), - (0, 311), - (0, 1), - (0, 1937), - (0, 0), - (0, 1), - (0, 403), - (0, 4), - (0, 7010), - (0, 1), - (0, 673), - (0, 30), - (0, 65), - (0, 133), - (0, 0), - (0, 14), - (0, 2053), - (0, 1), - (0, 6677), - (0, 94), - (0, 8004), - (0, 4241), - (0, 50), - (0, 126), - (0, 4827), - (0, 2266), - (0, 1843), - (0, 1154), - (0, 17), - (0, 4772), - (0, 7), - (0, 223), - (0, 18), - (0, 279), - (0, 34), - (0, 648), - (0, 15), - (0, 1267), - (0, 1678), - (0, 5), - (0, 1071), - (0, 2834), - (0, 34), - (0, 1705), - (0, 5), - (0, 116), - (0, 43), - (0, 67), - (0, 10111), - (0, 1), - (0, 1160), - (0, 206), - (0, 3965), - (0, 1388), - (0, 64), - (0, 85), - (0, 248), - (0, 937), - (0, 1084), - (0, 10), - (0, 825), - (0, 13), - (0, 203), - (0, 110), - (0, 1), - (0, 152), - (0, 2963), - (0, 0), - (0, 79), - (0, 302), - (0, 95), - (0, 1246), - (0, 2654), - (0, 1741), - (0, 128), - (0, 5), - (0, 3865), - (0, 407), - (0, 2), - (0, 4), - (0, 5), - (0, 316), - (0, 19), - (0, 97), - (0, 521), - (0, 5914), - (0, 4), - (0, 28), - (0, 704), - (0, 5), - (0, 114), - (0, 8958), - (0, 544), - (0, 2), - (0, 966), - (0, 146), - (0, 186), - (0, 4), - (0, 3484), - (0, 2367), - (0, 85), - (0, 155), - (0, 25), - (0, 103), - (0, 194), - (0, 0), - (0, 3727), - (0, 38), - (0, 120), - (0, 118), - (0, 2790), - (0, 1600), - (0, 24), - (0, 50), - (0, 1549), - (0, 477), - (0, 3), - (0, 64), - (0, 51), - (0, 172), - (0, 18), - (0, 15), - (0, 0), - (0, 113), - (0, 2), - (0, 29), - (0, 5362), - (0, 191), - (0, 145), - (0, 0), - (0, 0), - (0, 139), - (0, 2711), - (0, 3081), - (0, 1322), - (0, 18), - (0, 834), - (0, 130), - (0, 6), - (0, 0), - (0, 189), - (0, 536), - (0, 18), - (0, 6), - (0, 5604), - (0, 2), - (0, 0), - (0, 312), - (0, 831), - (0, 338), - (0, 4378), - (0, 0), - (0, 295), - (0, 16), - (0, 11320), - (0, 27), - (0, 2235), - (0, 11), - (0, 2266), - (0, 2), - (0, 82), - (0, 1318), - (0, 333), - (0, 1), - (0, 60), - (0, 249), - (0, 2333), - (0, 103), - (0, 12), - (0, 75), - (0, 24), - (0, 1), - (0, 849), - (0, 761), - (0, 541), - (0, 0), - (0, 3), - (0, 2), - (0, 24), - (0, 7), - (0, 775), - (0, 0), - (0, 1102), - (0, 2097), - (0, 806), - (0, 984), - (0, 2826), - (0, 6), - (0, 22), - (0, 582), - (0, 35), - (0, 351), - (0, 48), - (0, 13), - (0, 1), - (0, 165), - (0, 6), - (0, 3403), - (0, 2195), - (0, 900), - (0, 1707), - (0, 381), - (0, 5), - (0, 184), - (0, 242), - (0, 4), - (0, 289), - (0, 20), - (0, 453), - (0, 5), - (0, 26), - (0, 3), - (0, 11), - (0, 3948), - (0, 2164), - (0, 245), - (0, 0), - (0, 1215), - (0, 122), - (0, 34), - (0, 112), - (0, 17), - (0, 23), - (0, 556), - (0, 1517), - (0, 200), - (0, 5), - (0, 1201), - (0, 108), - (0, 5), - (0, 88), - (0, 1), - (0, 17), - (0, 2001), - (0, 74), - (0, 86), - (0, 12), - (0, 2), - (0, 1), - (0, 120), - (0, 41), - (0, 2), - (0, 56), - (0, 614), - (0, 14), - (0, 12), - (0, 5), - (0, 1164), - (0, 166), - (0, 157), - (0, 9), - (0, 9), - (0, 0), - (0, 98), - (0, 74), - (0, 973), - (0, 193), - (0, 2), - (0, 81), - (0, 48), - (0, 2698), - (0, 217), - (0, 0), - (0, 1193), - (0, 6), - (0, 17), - (0, 21), - (0, 0), - (0, 27), - (0, 142), - (0, 192), - (0, 0), - (0, 175), - (0, 2750), - (0, 0), - (0, 958), - (0, 87), - (0, 371), - (0, 11), - (0, 35), - (0, 1535), - (0, 0), - (0, 130), - (0, 3444), - (0, 2712), - (0, 4421), - (0, 446), - (0, 267), - (0, 243), - (0, 472), - (0, 113), - (0, 59), - (0, 3), - (0, 15), - (0, 161), - (0, 0), - (0, 32), - (0, 124), - (0, 4), - (0, 0), - (0, 115), - (0, 736), - (0, 4572), - (0, 6949), - (0, 0), - (0, 34), - (0, 29), - (0, 440), - (0, 18), - (0, 0), - (0, 72), - (0, 4), - (0, 14), - (0, 15), - (0, 2110), - (0, 1407), - (0, 9), - (0, 3), - (0, 318), - (0, 4226), - (0, 1847), - (0, 35), - (0, 7), - (0, 2237), - (0, 9), - (0, 183), - (0, 473), - (0, 143), - (0, 1379), - (0, 2377), - (0, 401), - (0, 334), - (0, 13), - (0, 465), - (0, 261), - (0, 801), - (0, 406), - (0, 2577), - (0, 1492), - (0, 0), - (0, 2), - (0, 2233), - (0, 2853), - (0, 0), - (0, 131), - (0, 2907), - (0, 2433), - (0, 7), - (0, 2025), - (0, 886), - (0, 801), - (0, 581), - (0, 451), - (0, 254), - (0, 447), - (0, 147), - (0, 1151), - (0, 619), - (0, 151), - (0, 0), - (0, 6), - (0, 23), - (0, 610), - (0, 6725), - (0, 692), - (0, 58), - (0, 2869), - (0, 140), - (0, 50), - (0, 147), - (0, 6), - (0, 4735), - (0, 70), - (0, 362), - (0, 3109), - (0, 523), - (0, 4530), - (0, 3), - (0, 26), - (0, 423), - (0, 2), - (0, 289), - (0, 1388), - (0, 865), - (0, 1), - (0, 1133), - (0, 1510), - (0, 15), - (0, 31), - (0, 15), - (0, 0), - (0, 305), - (0, 447), - (0, 739), - (0, 7491), - (0, 858), - (0, 663), - (0, 2105), - (0, 29), - (0, 1660), - (0, 2), - (0, 9), - (0, 1115), - (0, 20), - (0, 231), - (0, 4), - (0, 1887), - (0, 99), - (0, 5169), - (0, 3), - (0, 556), - (0, 70), - (0, 70), - (0, 1), - (0, 110), - (0, 29), - (0, 889), - (0, 603), - (0, 1150), - (0, 1), - (0, 5), - (0, 173), - (0, 542), - (0, 488), - (0, 552), - (0, 0), - (0, 14), - (0, 365), - (0, 27), - (0, 588), - (0, 483), - (0, 71), - (0, 1287), - (0, 0), - (0, 1787), - (0, 11), - (0, 51), - (0, 3315), - (0, 3), - (0, 75), - (0, 50), - (0, 14), - (0, 510), - (0, 613), - (0, 2), - (0, 16), - (0, 1571), - (0, 1392), - (0, 43), - (0, 24), - (0, 3571), - (0, 16), - (0, 3), - (0, 11), - (0, 101), - (0, 54), - (0, 870), - (0, 1274), - (0, 1896), - (0, 3695), - (0, 0), - (0, 419), - (0, 79), - (0, 428), - (0, 14), - (0, 62), - (0, 6157), - (0, 52), - (0, 496), - (0, 22), - (0, 2278), - (0, 15), - (0, 1954), - (0, 2), - (0, 177), - (0, 1105), - (0, 517), - (0, 6), - (0, 544), - (0, 84), - (0, 1), - (0, 135), - (0, 2), - (0, 1008), - (0, 164), - (0, 4772), - (0, 13), - (0, 1050), - (0, 85), - (0, 96), - (0, 10224), - (0, 43), - (0, 0), - (0, 310), - (0, 25), - (0, 3), - (0, 37), - (0, 8), - (0, 123), - (0, 3187), - (0, 6), - (0, 220), - (0, 8280), - (0, 25), - (0, 5459), - (0, 498), - (0, 13), - (0, 25), - (0, 4390), - (0, 821), - (0, 1614), - (0, 36), - (0, 169), - (0, 3), - (0, 1), - (0, 6), - (0, 1160), - (0, 244), - (0, 23), - (0, 5), - (0, 7), - (0, 4734), - (0, 374), - (0, 1792), - (0, 0), - (0, 17), - (0, 1419), - (0, 607), - (0, 15161), - (0, 6746), - (0, 1915), - (0, 94), - (0, 0), - (0, 592), - (0, 564), - (0, 14), - (0, 3453), - (0, 88), - (0, 1532), - (0, 19), - (0, 30), - (0, 0), - (0, 6121), - (0, 50), - (0, 168), - (0, 1270), - (0, 122), - (0, 2), - (0, 8), - (0, 3238), - (0, 1), - (0, 1033), - (0, 3085), - (0, 103), - (0, 15), - (0, 59), - (0, 0), - (0, 308), - (0, 27), - (0, 1), - (0, 1), - (0, 2372), - (0, 58), - (0, 256), - (0, 1), - (0, 114), - (0, 48), - (0, 69), - (0, 251), - (0, 245), - (0, 85), - (0, 38), - (0, 1), - (0, 5983), - (0, 1319), - (0, 6), - (0, 6), - (0, 25), - (0, 507), - (0, 1955), - (0, 5389), - (0, 1), - (0, 2508), - (0, 233), - (0, 1620), - (0, 388), - (0, 2596), - (0, 2390), - (0, 3374), - (0, 175), - (0, 5), - (0, 1), - (0, 337), - (0, 17), - (0, 3515), - (0, 0), - (0, 428), - (0, 6), - (0, 1636), - (0, 1), - (0, 3), - (0, 166), - (0, 406), - (0, 1590), - (0, 47), - (0, 0), - (0, 5), - (0, 76), - (0, 21), - (0, 0), - (0, 0), - (0, 7503), - (0, 59), - (0, 37), - (0, 1030), - (0, 2), - (0, 120), - (0, 15), - (0, 870), - (0, 3470), - (0, 0), - (0, 95), - (0, 1874), - (0, 1), - (0, 0), - (0, 33), - (0, 0), - (0, 46), - (0, 20), - (0, 46), - (0, 387), - (0, 89), - (0, 177), - (0, 19), - (0, 366), - (0, 3199), - (0, 37), - (0, 154), - (0, 1355), - (0, 93), - (0, 4), - (0, 298), - (0, 119), - (0, 2360), - (0, 53), - (0, 13), - (0, 4249), - (0, 394), - (0, 9), - (0, 5), - (0, 546), - (0, 1), - (0, 25), - (0, 130), - (0, 102), - (0, 1691), - (0, 614), - (0, 112), - (0, 16), - (0, 6), - (0, 0), - (0, 4073), - (0, 81), - (0, 3327), - (0, 5), - (0, 426), - (0, 7751), - (0, 613), - (0, 16), - (0, 16), - (0, 5), - (0, 3755), - (0, 80), - (0, 10), - (0, 81), - (0, 595), - (0, 20), - (0, 225), - (0, 2), - (0, 129), - (0, 4149), - (0, 6), - (0, 4192), - (0, 21), - (0, 795), - (0, 3131), - (0, 628), - (0, 65), - (0, 6), - (0, 117), - (0, 35), - (0, 8), - (0, 6867), - (0, 1221), - (0, 46), - (0, 37), - (0, 469), - (0, 2342), - (0, 1171), - (0, 1128), - (0, 421), - (0, 1562), - (0, 3834), - (0, 24), - (0, 3594), - (0, 7546), - (0, 2853), - (0, 262), - (0, 359), - (0, 314), - (0, 186), - (0, 668), - (0, 6), - (0, 1137), - (0, 10), - (0, 4), - (0, 15), - (0, 103), - (0, 46), - (0, 12), - (0, 179), - (0, 7), - (0, 211), - (0, 24), - (0, 1431), - (0, 250), - (0, 2212), - (0, 4), - (0, 94), - (0, 1119), - (0, 617), - (0, 30), - (0, 4), - (0, 1851), - (0, 13), - (0, 200), - (0, 1308), - (0, 909), - (0, 3296), - (0, 334), - (0, 101), - (0, 77), - (0, 6), - (0, 3), - (0, 1527), - (0, 8), - (0, 1), - (0, 20), - (0, 16), - (0, 7827), - (0, 8), - (0, 703), - (0, 697), - (0, 2698), - (0, 7), - (0, 12), - (0, 469), - (0, 6), - (0, 111), - (0, 57), - (0, 7561), - (0, 3759), - (0, 3232), - (0, 1), - (0, 66), - (0, 58), - (0, 0), - (0, 2763), - (0, 7), - (0, 38), - (0, 1192), - (0, 2), - (0, 546), - (0, 348), - (0, 1052), - (0, 84), - (0, 1262), - (0, 16), - (0, 109), - (0, 1208), - (0, 1), - (0, 267), - (0, 403), - (0, 1426), - (0, 1224), - (0, 1053), - (0, 6), - (0, 93), - (0, 7), - (0, 13), - (0, 400), - (0, 74), - (0, 29), - (0, 20), - (0, 3), - (0, 3254), - (0, 33), - (0, 8), - (0, 4), - (0, 372), - (0, 1182), - (0, 7347), - (0, 4), - (0, 292), - (0, 479), - (0, 221), - (0, 146), - (0, 400), - (0, 2), - (0, 779), - (0, 1610), - (0, 241), - (0, 58), - (0, 29), - (0, 0), - (0, 49), - (0, 3165), - (0, 111), - (0, 15495), - (0, 3429), - (0, 3864), - (0, 1727), - (0, 3039), - (0, 5), - (0, 373), - (0, 225), - (0, 34), - (0, 119), - (0, 246), - (0, 6), - (0, 0), - (0, 7), - (0, 6069), - (0, 73), - (0, 7), - (0, 1022), - (0, 1), - (0, 0), - (0, 40), - (0, 11), - (0, 4664), - (0, 85), - (0, 279), - (0, 350), - (0, 622), - (0, 4), - (0, 259), - (0, 0), - (0, 2), - (0, 10), - (0, 583), - (0, 4), - (0, 24), - (0, 563), - (0, 2), - (0, 15), - (0, 7), - (0, 69), - (0, 1640), - (0, 409), - (0, 5901), - (0, 32), - (0, 4588), - (0, 589), - (0, 4963), - (0, 799), - (0, 458), - (0, 343), - (0, 331), - (0, 12650), - (0, 5292), - (0, 827), - (0, 1), - (0, 6663), - (0, 3221), - (0, 9), - (0, 2847), - (0, 4587), - (0, 207), - (0, 94), - (0, 1080), - (0, 54), - (0, 4), - (0, 480), - (0, 560), - (0, 667), - (0, 1302), - (0, 721), - (0, 2), - (0, 0), - (0, 15), - (0, 5), - (0, 6), - (0, 440), - (0, 53), - (0, 9744), - (0, 1544), - (0, 225), - (0, 5), - (0, 3560), - (0, 9), - (0, 128), - (0, 51), - (0, 0), - (0, 369), - (0, 528), - (0, 1), - (0, 0), - (0, 0), - (0, 64), - (0, 8547), - (0, 1213), - (0, 159), - (0, 143), - (0, 615), - (0, 1), - (0, 108), - (0, 3657), - (0, 940), - (0, 730), - (0, 8), - (0, 155), - (0, 2887), - (0, 16), - (0, 2044), - (0, 19), - (0, 2683), - (0, 771), - (0, 2284), - (0, 3157), - (0, 1041), - (0, 1881), - (0, 159), - (0, 2), - (0, 2), - (0, 20), - (0, 995), - (0, 863), - (0, 1176), - (0, 129), - (0, 0), - (0, 2), - (0, 13), - (0, 2), - (0, 23), - (0, 385), - (0, 1279), - (0, 1664), - (0, 0), - (0, 1), - (0, 1584), - (0, 0), - (0, 49), - (0, 2320), - (0, 6), - (0, 289), - (0, 382), - (0, 0), - (0, 9538), - (0, 770), - (0, 52), - (0, 22), - (0, 218), - (0, 627), - (0, 278), - (0, 131), - (0, 47), - (0, 14), - (0, 89), - (0, 0), - (0, 327), - (0, 58), - (0, 5), - (0, 15), - (0, 4), - (0, 1267), - (0, 77), - (0, 171), - (0, 0), - (0, 58), - (0, 1361), - (0, 30), - (0, 4913), - (0, 1551), - (0, 2561), - (0, 163), - (0, 1211), - (0, 288), - (0, 1), - (0, 187), - (0, 197), - (0, 131), - (0, 524), - (0, 170), - (0, 2718), - (0, 94), - (0, 1), - (0, 31), - (0, 558), - (0, 1763), - (0, 944), - (0, 16), - (0, 7), - (0, 9893), - (0, 3903), - (0, 73), - (0, 71), - (0, 6692), - (0, 1), - (0, 54), - (0, 70), - (0, 1), - (0, 4662), - (0, 1325), - (0, 233), - (0, 138), - (0, 99), - (0, 1381), - (0, 0), - (0, 4), - (0, 7), - (0, 4), - (0, 40), - (0, 14), - (0, 20), - (0, 20), - (0, 397), - (0, 3914), - (0, 7582), - (0, 11399), - (0, 748), - (0, 207), - (0, 450), - (0, 1052), - (0, 0), - (0, 374), - (0, 32), - (0, 2990), - (0, 5), - (0, 196), - (0, 1), - (0, 769), - (0, 180), - (0, 117), - (0, 36), - (0, 0), - (0, 1158), - (0, 95), - (0, 75), - (0, 15), - (0, 527), - (0, 575), - (0, 1085), - (0, 9), - (0, 129), - (0, 2433), - (0, 394), - (0, 9497), - (0, 8), - (0, 54), - (0, 80), - (0, 1), - (0, 59), - (0, 11395), - (0, 0), - (0, 169), - (0, 3), - (0, 4259), - (0, 1635), - (0, 57), - (0, 2656), - (0, 2257), - (0, 5), - (0, 1799), - (0, 2), - (0, 7248), - (0, 704), - (0, 8), - (0, 3194), - (0, 243), - (0, 35), - (0, 4686), - (0, 947), - (0, 30), - (0, 234), - (0, 3), - (0, 184), - (0, 100), - (0, 89), - (0, 6), - (0, 0), - (0, 1547), - (0, 78), - (0, 6625), - (0, 121), - (0, 7), - (0, 2), - (0, 14673), - (0, 144), - (0, 1251), - (0, 2), - (0, 210), - (0, 721), - (0, 994), - (0, 1824), - (0, 1254), - (0, 0), - (0, 13), - (0, 5911), - (0, 11725), - (0, 0), - (0, 224), - (0, 7915), - (0, 2509), - (0, 716), - (0, 2), - (0, 63), - (0, 5), - (0, 9), - (0, 11), - (0, 5384), - (0, 6134), - (0, 2746), - (0, 88), - (0, 2), - (0, 1236), - (0, 1973), - (0, 406), - (0, 3), - (0, 823), - (0, 11), - (0, 3129), - (0, 1078), - (0, 109), - (0, 233), - (0, 8), - (0, 789), - (0, 269), - (0, 1799), - (0, 543), - (0, 78), - (0, 703), - (0, 2), - (0, 50), - (0, 101), - (0, 177), - (0, 656), - (0, 0), - (0, 45), - (0, 0), - (0, 190), - (0, 2617), - (0, 223), - (0, 673), - (0, 18), - (0, 9736), - (0, 34), - (0, 4), - (0, 0), - (0, 383), - (0, 24), - (0, 558), - (0, 1242), - (0, 1552), - (0, 4287), - (0, 5646), - (0, 0), - (0, 2732), - (0, 259), - (0, 49), - (0, 537), - (0, 210), - (0, 13), - (0, 52), - (0, 2603), - (0, 830), - (0, 10), - (0, 1916), - (0, 23), - (0, 1399), - (0, 355), - (0, 258), - (0, 4465), - (0, 2234), - (0, 3397), - (0, 13036), - (0, 13), - (0, 29), - (0, 12), - (0, 11), - (0, 353), - (0, 140), - (0, 172), - (0, 7862), - (0, 152), - (0, 12746), - (0, 6), - (0, 14), - (0, 661), - (0, 2228), - (0, 3), - (0, 7212), - (0, 90), - (0, 43), - (0, 11048), - (0, 2660), - (0, 33), - (0, 2143), - (0, 2752), - (0, 768), - (0, 31), - (0, 1016), - (0, 4619), - (0, 33), - (0, 202), - (0, 576), - (0, 81), - (0, 4), - (0, 7879), - (0, 3), - (0, 457), - (0, 28), - (0, 417), - (0, 7421), - (0, 60), - (0, 42), - (0, 18), - (0, 450), - (0, 1419), - (0, 2448), - (0, 1248), - (0, 320), - (0, 274), - (0, 174), - (0, 12), - (0, 0), - (0, 5586), - (0, 2547), - (0, 20), - (0, 14), - (0, 2), - (0, 1276), - (0, 1747), - (0, 86), - (0, 3580), - (0, 301), - (0, 0), - (0, 7), - (0, 7), - (0, 637), - (0, 28), - (0, 306), - (0, 5), - (0, 1), - (0, 20), - (0, 1), - (0, 170), - (0, 6111), - (0, 92), - (0, 188), - (0, 0), - (0, 247), - (0, 92), - (0, 199), - (0, 6), - (0, 2355), - (0, 1766), - (0, 230), - (0, 1158), - (0, 6716), - (0, 2312), - (0, 5397), - (0, 0), - (0, 65), - (0, 703), - (0, 20), - (0, 2), - (0, 1333), - (0, 2091), - (0, 6862), - (0, 3754), - (0, 0), - (0, 22), - (0, 7191), - (0, 0), - (0, 0), - (0, 398), - (0, 8666), - (0, 602), - (0, 965), - (0, 473), - (0, 49), - (0, 464), - (0, 1957), - (0, 1), - (0, 151), - (0, 37), - (0, 83), - (0, 346), - (0, 313), - (0, 2681), - (0, 1524), - (0, 47), - (0, 9), - (0, 70), - (0, 1), - (0, 13), - (0, 200), - (0, 652), - (0, 10659), - (0, 81), - (0, 567), - (0, 30), - (0, 5425), - (0, 10), - (0, 94), - (0, 2144), - (0, 0), - (0, 4009), - (0, 413), - (0, 14625), - (0, 3307), - (0, 6), - (0, 1563), - (0, 582), - (0, 1868), - (0, 720), - (0, 10184), - (0, 143), - (0, 3), - (0, 45), - (0, 113), - (0, 7848), - (0, 1159), - (0, 2), - (0, 445), - (0, 403), - (0, 144), - (0, 3), - (0, 125), - (0, 305), - (0, 324), - (0, 14), - (0, 0), - (0, 43), - (0, 17), - (0, 206), - (0, 1391), - (0, 1372), - (0, 1), - (0, 3), - (0, 549), - (0, 2198), - (0, 68), - (0, 24), - (0, 564), - (0, 1720), - (0, 3037), - (0, 333), - (0, 7), - (0, 752), - (0, 6581), - (0, 32), - (0, 189), - (0, 32), - (0, 1571), - (0, 6080), - (0, 2), - (0, 42), - (0, 2943), - (0, 0), - (0, 78), - (0, 320), - (0, 0), - (0, 2), - (0, 1219), - (0, 32), - (0, 2304), - (0, 249), - (0, 1), - (0, 8174), - (0, 1922), - (0, 1610), - (0, 1), - (0, 26), - (0, 0), - (0, 2491), - (0, 667), - (0, 1593), - (0, 9), - (0, 6433), - (0, 0), - (0, 31), - (0, 788), - (0, 0), - (0, 709), - (0, 5451), - (0, 533), - (0, 1802), - (0, 82), - (0, 1773), - (0, 15577), - (0, 301), - (0, 4536), - (0, 22), - (0, 690), - (0, 2), - (0, 182), - (0, 0), - (0, 7), - (0, 196), - (0, 15908), - (0, 7), - (0, 17269), - (0, 6), - (0, 30), - (0, 1818), - (0, 98), - (0, 83), - (0, 1448), - (0, 2674), - (0, 32), - (0, 27), - (0, 3340), - (0, 50), - (0, 751), - (0, 2), - (0, 4), - (0, 191), - (0, 2823), - (0, 31), - (0, 18), - (0, 423), - (0, 4269), - (0, 0), - (0, 12), - (0, 180), - (0, 0), - (0, 1346), - (0, 379), - (0, 31), - (0, 214), - (0, 60), - (0, 210), - (0, 805), - (0, 0), - (0, 6950), - (0, 2933), - (0, 2640), - (0, 41), - (0, 614), - (0, 473), - (0, 33), - (0, 2619), - (0, 814), - (0, 74), - (0, 146), - (0, 9), - (0, 162), - (0, 76), - (0, 4962), - (0, 96), - (0, 4915), - (0, 180), - (0, 776), - (0, 10), - (0, 102), - (0, 5145), - (0, 4656), - (0, 3283), - (0, 700), - (0, 3690), - (0, 150), - (0, 1403), - (0, 297), - (0, 3518), - (0, 24938), - (0, 43), - (0, 0), - (0, 237), - (0, 13), - (0, 286), - (0, 107), - (0, 2432), - (0, 1), - (0, 1746), - (0, 189), - (0, 1), - (0, 14), - (0, 37), - (0, 332), - (0, 4), - (0, 2293), - (0, 3), - (0, 449), - (0, 283), - (0, 536), - (0, 1), - (0, 174), - (0, 31), - (0, 301), - (0, 2584), - (0, 1433), - (0, 65), - (0, 2032), - (0, 48), - (0, 39), - (0, 272), - (0, 129), - (0, 79), - (0, 67), - (0, 753), - (0, 2862), - (0, 2), - (0, 1), - (0, 625), - (0, 1651), - (0, 8), - (0, 7876), - (0, 7), - (0, 838), - (0, 39), - (0, 29), - (0, 10380), - (0, 286), - (0, 11), - (0, 2422), - (0, 5), - (0, 14), - (0, 1346), - (0, 2), - (0, 12057), - (0, 46), - (0, 238), - (0, 339), - (0, 0), - (0, 84), - (0, 270), - (0, 896), - (0, 2675), - (0, 2), - (0, 295), - (0, 1), - (0, 0), - (0, 368), - (0, 78), - (0, 0), - (0, 214), - (0, 6144), - (0, 2744), - (0, 90), - (0, 1), - (0, 208), - (0, 1), - (0, 14360), - (0, 152), - (0, 0), - (0, 5404), - (0, 14), - (0, 294), - (0, 3339), - (0, 1492), - (0, 0), - (0, 1487), - (0, 5), - (0, 1447), - (0, 901), - (0, 5), - (0, 263), - (0, 15), - (0, 50), - (0, 6306), - (0, 149), - (0, 4908), - (0, 180), - (0, 18813), - (0, 1809), - (0, 1776), - (0, 1), - (0, 0), - (0, 32), - (0, 54), - (0, 5765), - (0, 22797), - (0, 622), - (0, 17), - (0, 8421), - (0, 493), - (0, 0), - (0, 23), - (0, 6072), - (0, 12), - (0, 660), - (0, 2401), - (0, 507), - (0, 64), - (0, 0), - (0, 48), - (0, 65), - (0, 23852), - (0, 142), - (0, 5435), - (0, 8), - (0, 65), - (0, 2), - (0, 56), - (0, 1779), - (0, 453), - (0, 433), - (0, 96), - (0, 0), - (0, 1626), - (0, 1459), - (0, 22), - (0, 210), - (0, 2228), - (0, 2699), - (0, 126), - (0, 44), - (0, 487), - (0, 2035), - (0, 20), - (0, 10282), - (0, 4651), - (0, 1), - (0, 90), - (0, 24), - (0, 11221), - (0, 12507), - (0, 0), - (0, 4), - (0, 451), - (0, 1288), - (0, 134), - (0, 686), - (0, 68), - (0, 213), - (0, 611), - (0, 997), - (0, 382), - (0, 2446), - (0, 90), - (0, 306), - (0, 85), - (0, 1002), - (0, 37), - (0, 72), - (0, 70), - (0, 6018), - (0, 36), - (0, 532), - (0, 380), - (0, 6), - (0, 1258), - (0, 0), - (0, 503), - (0, 730), - (0, 11744), - (0, 19), - (0, 385), - (0, 5), - (0, 1758), - (0, 9989), - (0, 9), - (0, 65), - (0, 277), - (0, 23), - (0, 0), - (0, 1380), - (0, 1657), - (0, 0), - (0, 128), - (0, 8), - (0, 63), - (0, 921), - (0, 11629), - (0, 101), - (0, 40), - (0, 5409), - (0, 1332), - (0, 176), - (0, 2248), - (0, 0), - (0, 96), - (0, 7625), - (0, 2772), - (0, 96), - (0, 34), - (0, 231), - (0, 6), - (0, 43), - (0, 4271), - (0, 10926), - (0, 19), - (0, 0), - (0, 3131), - (0, 156), - (0, 0), - (0, 72), - (0, 7361), - (0, 3), - (0, 8697), - (0, 131), - (0, 46), - (0, 101), - (0, 946), - (0, 2311), - (0, 18), - (0, 1363), - (0, 1), - (0, 86), - (0, 5), - (0, 205), - (0, 31), - (0, 1156), - (0, 25), - (0, 422), - (0, 60), - (0, 3), - (0, 16051), - (0, 77), - (0, 10), - (0, 280), - (0, 3), - (0, 183), - (0, 11), - (0, 1107), - (0, 42), - (0, 5), - (0, 3500), - (0, 2322), - (0, 0), - (0, 7), - (0, 39), - (0, 0), - (0, 1482), - (0, 388), - (0, 5), - (0, 27), - (0, 1427), - (0, 1255), - (0, 3125), - (0, 2), - (0, 711), - (0, 1450), - (0, 85), - (0, 1433), - (0, 119), - (0, 7111), - (0, 27), - (0, 969), - (0, 10), - (0, 1), - (0, 1085), - (0, 35), - (0, 8965), - (0, 501), - (0, 69), - (0, 3258), - (0, 1773), - (0, 17), - (0, 26), - (0, 11), - (0, 4852), - (0, 1), - (0, 1395), - (0, 3098), - (0, 22), - (0, 1627), - (0, 48), - (0, 312), - (0, 2035), - (0, 1), - (0, 1129), - (0, 5281), - (0, 96), - (0, 1823), - (0, 226), - (0, 43), - (0, 25), - (0, 21289), - (0, 872), - (0, 0), - (0, 593), - (0, 31), - (0, 8603), - (0, 143), - (0, 1), - (0, 5098), - (0, 611), - (0, 460), - (0, 595), - (0, 31), - (0, 45), - (0, 6139), - (0, 236), - (0, 1), - (0, 16), - (0, 0), - (0, 4469), - (0, 2174), - (0, 12), - (0, 16865), - (0, 29), - (0, 219), - (0, 1017), - (0, 13814), - (0, 31), - (0, 34), - (0, 14887), - (0, 2091), - (0, 175), - (0, 920), - (0, 154), - (0, 3535), - (0, 7737), - (0, 5349), - (0, 481), - (0, 48), - (0, 1), - (0, 807), - (0, 537), - (0, 22218), - (0, 0), - (0, 1), - (0, 3), - (0, 3824), - (0, 3278), - (0, 531), - (0, 25), - (0, 6332), - (0, 28), - (0, 20373), - (0, 0), - (0, 190), - (0, 1), - (0, 6), - (0, 12645), - (0, 1891), - (0, 756), - (0, 3), - (0, 25), - (0, 19227), - (0, 4861), - (0, 892), - (0, 27), - (0, 664), - (0, 5201), - (0, 138), - (0, 246), - (0, 1459), - (0, 4), - (0, 0), - (0, 925), - (0, 1666), - (0, 827), - (0, 37), - (0, 0), - (0, 2116), - (0, 575), - (0, 759), - (0, 292), - (0, 16471), - (0, 2229), - (0, 1808), - (0, 56), - (0, 4), - (0, 16), - (0, 303), - (0, 4200), - (0, 8), - (0, 2490), - (0, 134), - (0, 1), - (0, 0), - (0, 6925), - (0, 15), - (0, 74), - (0, 724), - (0, 6480), - (0, 13742), - (0, 26), - (0, 13), - (0, 51), - (0, 549), - (0, 2813), - (0, 35), - (0, 12815), - (0, 1494), - (0, 119), - (0, 604), - (0, 24369), - (0, 8866), - (0, 2952), - (0, 20), - (0, 23), - (0, 9699), - (0, 8), - (0, 405), - (0, 7), - (0, 18), - (0, 52), - (0, 1), - (0, 212), - (0, 17155), - (0, 15), - (0, 1230), - (0, 167), - (0, 740), - (0, 399), - (0, 1293), - (0, 4), - (0, 305), - (0, 93), - (0, 15985), - (0, 20490), - (0, 5), - (0, 8), - (0, 1), - (0, 51), - (0, 735), - (0, 142), - (0, 83), - (0, 3), - (0, 5126), - (0, 44), - (0, 8165), - (0, 53), - (0, 249), - (0, 2364), - (0, 138), - (0, 4655), - (0, 4419), - (0, 287), - (0, 8052), - (0, 8), - (0, 5316), - (0, 28), - (0, 2138), - (0, 472), - (0, 4), - (0, 336), - (0, 390), - (0, 585), - (0, 5579), - (0, 4484), - (0, 2967), - (0, 300), - (0, 5637), - (0, 5), - (0, 0), - (0, 3370), - (0, 176), - (0, 4941), - (0, 243), - (0, 209), - (0, 21), - (0, 93), - (0, 10458), - (0, 26831), - (0, 703), - (0, 295), - (0, 8254), - (0, 39), - (0, 0), - (0, 0), - (0, 3767), - (0, 221), - (0, 1862), - (0, 10), - (0, 8056), - (0, 19392), - (0, 17), - (0, 8044), - (0, 275), - (0, 0), - (0, 1), - (0, 576), - (0, 7), - (0, 1073), - (0, 2380), - (0, 10993), - (0, 14), - (0, 1440), - (0, 2), - (0, 4559), - (0, 0), - (0, 81), - (0, 1626), - (0, 512), - (0, 111), - (0, 8), - (0, 8421), - (0, 136), - (0, 21), - (0, 4766), - (0, 13), - (0, 1388), - (0, 765), - (0, 1594), - (0, 307), - (0, 6707), - (0, 927), - (0, 15), - (0, 95), - (0, 0), - (0, 456), - (0, 18), - (0, 0), - (0, 502), - (0, 27), - (0, 0), - (0, 564), - (0, 9), - (0, 0), - (0, 26), - (0, 291), - (0, 646), - (0, 26251), - (0, 3571), - (0, 13755), - (0, 1), - (0, 3973), - (0, 128), - (0, 1580), - (0, 1), - (0, 1293), - (0, 1), - (0, 433), - (0, 4058), - (0, 286), - (0, 308), - (0, 17), - (0, 1), - (0, 14966), - (0, 387), - (0, 3456), - (0, 16679), - (0, 19), - (0, 682), - (0, 4), - (0, 241), - (0, 12), - (0, 569), - (0, 588), - (0, 17), - (0, 518), - (0, 9), - (0, 25), - (0, 3129), - (0, 1), - (0, 1110), - (0, 96), - (0, 0), - (0, 8559), - (0, 1869), - (0, 58), - (0, 0), - (0, 15032), - (0, 0), - (0, 25), - (0, 155), - (0, 129), - (0, 2408), - (0, 2), - (0, 29), - (0, 4), - (0, 3), - (0, 221), - (0, 10), - (0, 93), - (0, 5), - (0, 18410), - (0, 1466), - (0, 6), - (0, 0), - (0, 1264), - (0, 2), - (0, 18), - (1, 0), - (0, 1614), - (0, 157), - (0, 24), - (0, 757), - (0, 2516), - (0, 1), - (0, 94), - (0, 116), - (0, 1589), - (0, 0), - (0, 4693), - (0, 2756), - (0, 6196), - (0, 11), - (0, 249), - (0, 19), - (0, 2), - (0, 208), - (0, 1889), - (0, 2299), - (0, 8), - (0, 2950), - (0, 1), - (0, 0), - (0, 292), - (0, 7), - (0, 106), - (0, 1676), - (0, 3798), - (0, 14583), - (0, 317), - (0, 1760), - (0, 15703), - (0, 1440), - (0, 6622), - (0, 48), - (0, 1607), - (0, 43), - (0, 218), - (0, 960), - (0, 287), - (0, 0), - (0, 109), - (0, 80), - (0, 5246), - (0, 2238), - (0, 4), - (0, 2), - (0, 7177), - (0, 1381), - (0, 121), - (0, 3854), - (0, 6608), - (0, 121), - (0, 555), - (0, 1047), - (0, 93), - (0, 0), - (0, 4486), - (0, 2), - (0, 664), - (0, 7495), - (0, 1), - (0, 58), - (0, 483), - (0, 3), - (0, 2844), - (0, 204), - (0, 5729), - (0, 19), - (0, 890), - (0, 15643), - (0, 5759), - (0, 0), - (0, 16341), - (0, 231), - (0, 1), - (0, 954), - (0, 1676), - (1, 3613), - (0, 2292), - (0, 383), - (0, 817), - (0, 1851), - (0, 2350), - (0, 41), - (0, 825), - (0, 668), - (0, 1), - (0, 12218), - (0, 111), - (0, 219), - (0, 14), - (0, 8965), - (0, 1734), - (0, 5), - (0, 65), - (0, 0), - (0, 1301), - (0, 12345), - (0, 1), - (0, 79), - (0, 88), - (0, 1775), - (0, 153), - (0, 17657), - (0, 7), - (0, 3), - (0, 1762), - (0, 0), - (0, 513), - (0, 24518), - (0, 0), - (0, 346), - (0, 165), - (0, 362), - (0, 999), - (0, 107), - (0, 79), - (0, 1622), - (0, 1459), - (0, 82), - (0, 3), - (0, 4727), - (0, 12), - (0, 31), - (0, 13802), - (0, 8772), - (0, 3134), - (0, 479), - (0, 431), - (0, 152), - (0, 743), - (0, 274), - (0, 30), - (0, 195), - (0, 31), - (0, 11999), - (0, 256), - (0, 153), - (0, 320), - (0, 430), - (0, 141), - (0, 717), - (0, 0), - (0, 2800), - (0, 17), - (0, 39), - (0, 70), - (0, 212), - (0, 4), - (0, 23171), - (0, 5239), - (0, 33), - (0, 525), - (0, 337), - (0, 63), - (0, 5), - (0, 436), - (0, 1290), - (0, 6235), - (0, 0), - (0, 15019), - (0, 17891), - (0, 337), - (1, 2145), - (0, 1669), - (0, 4), - (0, 9356), - (0, 7822), - (0, 1037), - (0, 0), - (0, 3035), - (0, 71), - (0, 4061), - (0, 3355), - (0, 10), - (0, 0), - (0, 1254), - (0, 26), - (0, 460), - (0, 10833), - (0, 213), - (0, 3879), - (0, 1709), - (0, 391), - (0, 0), - (0, 909), - (0, 8), - (0, 6378), - (0, 31), - (0, 125), - (0, 37), - (0, 3284), - (0, 0), - (0, 363), - (0, 7), - (0, 2358), - (0, 3374), - (0, 1), - (0, 142), - (0, 14), - (0, 24847), - (0, 6591), - (0, 0), - (0, 34), - (0, 2), - (0, 7), - (0, 954), - (0, 542), - (0, 73), - (0, 7886), - (0, 181), - (0, 0), - (0, 0), - (0, 7664), - (0, 6), - (0, 4), - (0, 0), - (0, 1286), - (0, 13), - (0, 28), - (0, 325), - (0, 2935), - (0, 161), - (0, 1906), - (0, 2152), - (0, 4752), - (0, 83), - (0, 10465), - (0, 2), - (0, 153), - (0, 0), - (0, 453), - (0, 55), - (0, 100), - (0, 47), - (0, 5608), - (0, 28352), - (0, 1021), - (0, 3996), - (0, 184), - (0, 7108), - (0, 372), - (0, 23513), - (0, 989), - (0, 39), - (0, 12352), - (0, 16), - (0, 6279), - (0, 4648), - (0, 3669), - (0, 2), - (0, 15152), - (0, 251), - (0, 13), - (0, 25), - (0, 155), - (0, 565), - (0, 10), - (0, 4824), - (0, 4425), - (0, 13843), - (0, 156), - (0, 201), - (0, 4271), - (0, 57), - (0, 0), - (0, 5095), - (0, 4690), - (0, 715), - (0, 2443), - (0, 491), - (0, 8940), - (0, 886), - (0, 14), - (0, 6), - (0, 85), - (0, 1), - (0, 3383), - (0, 2453), - (0, 6218), - (0, 46), - (0, 1358), - (0, 15), - (0, 2682), - (0, 18822), - (0, 5838), - (0, 50), - (0, 13), - (0, 441), - (0, 1138), - (0, 0), - (0, 4), - (0, 12472), - (0, 266), - (0, 13973), - (0, 501), - (0, 9914), - (0, 3), - (0, 32), - (0, 4643), - (0, 4), - (0, 1045), - (0, 205), - (0, 203), - (0, 1550), - (0, 1), - (0, 1920), - (0, 192), - (0, 33), - (0, 66), - (0, 23), - (0, 1308), - (0, 90), - (0, 5339), - (0, 239), - (0, 207), - (0, 226), - (0, 1082), - (0, 66), - (0, 428), - (0, 84), - (0, 3), - (0, 237), - (0, 2295), - (0, 1), - (0, 78), - (0, 1657), - (0, 1718), - (0, 81), - (0, 3220), - (0, 2008), - (0, 1858), - (0, 39), - (0, 4861), - (0, 8950), - (0, 686), - (0, 17874), - (0, 986), - (0, 0), - (0, 1), - (0, 124), - (0, 4563), - (0, 3974), - (0, 24), - (0, 9), - (0, 142), - (0, 788), - (0, 15133), - (0, 0), - (0, 2665), - (0, 93), - (0, 7), - (0, 13741), - (0, 10), - (0, 233), - (0, 0), - (0, 0), - (0, 651), - (0, 4), - (0, 20), - (0, 6845), - (0, 9), - (0, 23), - (0, 614), - (0, 1501), - (0, 1), - (0, 0), - (0, 3650), - (0, 7101), - (0, 474), - (0, 169), - (0, 465), - (0, 70), - (0, 21), - (0, 29), - (0, 200), - (0, 0), - (0, 10), - (0, 6), - (0, 4162), - (0, 1062), - (0, 0), - (0, 1690), - (0, 11740), - (0, 143), - (0, 30), - (0, 1125), - (0, 43), - (0, 1666), - (0, 3), - (0, 46), - (0, 5), - (0, 10706), - (0, 4680), - (1, 7429), - (0, 2), - (0, 1), - (0, 1569), - (0, 1284), - (0, 1650), - (0, 2), - (0, 34), - (0, 4266), - (0, 11943), - (0, 452), - (0, 196), - (0, 25), - (0, 6075), - (0, 2184), - (0, 301), - (0, 5), - (0, 5468), - (0, 13729), - (0, 1487), - (0, 5), - (0, 6399), - (0, 4), - (0, 79), - (0, 2), - (0, 1967), - (0, 2577), - (0, 392), - (0, 2), - (0, 9840), - (0, 230), - (0, 6433), - (0, 866), - (0, 119), - (0, 1851), - (0, 3), - (0, 5), - (0, 2), - (0, 165), - (0, 6310), - (0, 152), - (0, 7), - (0, 632), - (0, 38), - (0, 1229), - (0, 12), - (0, 9839), - (0, 21), - (0, 15771), - (0, 4033), - (0, 3833), - (0, 337), - (0, 0), - (0, 39), - (0, 1732), - (0, 1128), - (0, 325), - (0, 6826), - (0, 26), - (0, 370), - (0, 23), - (0, 11042), - (0, 78), - (0, 48), - (0, 0), - (0, 5), - (0, 4338), - (0, 54), - (0, 5211), - (0, 10), - (0, 1136), - (1, 3495), - (0, 1519), - (0, 529), - (0, 20699), - (0, 0), - (0, 87), - (0, 1), - (0, 110), - (0, 25), - (0, 78), - (0, 3), - (0, 7190), - (0, 941), - (0, 1), - (0, 10616), - (0, 114), - (0, 354), - (0, 3926), - (0, 1253), - (0, 3159), - (0, 205), - (0, 4077), - (0, 0), - (0, 0), - (0, 4), - (0, 5442), - (0, 3566), - (0, 5), - (1, 5870), - (0, 30054), - (0, 1070), - (0, 38), - (0, 0), - (0, 16), - (0, 1745), - (0, 16021), - (0, 19633), - (0, 5478), - (0, 2453), - (0, 418), - (0, 1441), - (0, 18782), - (0, 249), - (0, 705), - (0, 0), - (0, 2445), - (0, 4), - (0, 131), - (0, 23), - (0, 1520), - (0, 12), - (0, 215), - (0, 9), - (0, 38), - (0, 0), - (0, 321), - (0, 668), - (0, 12922), - (0, 451), - (0, 14887), - (0, 803), - (0, 0), - (0, 209), - (0, 1791), - (0, 61), - (0, 4466), - (0, 3293), - (0, 3), - (0, 46), - (0, 24030), - (1, 7153), - (0, 3), - (0, 5130), - (0, 38), - (0, 21), - (0, 530), - (0, 22742), - (0, 10), - (0, 819), - (0, 770), - (0, 6), - (0, 18), - (0, 0), - (0, 2111), - (0, 13981), - (0, 11860), - (0, 683), - (0, 7087), - (0, 17163), - (0, 111), - (0, 9382), - (0, 285), - (0, 6), - (0, 8), - (0, 1091), - (0, 0), - (0, 313), - (0, 4341), - (0, 14088), - (0, 24213), - (0, 5410), - (0, 322), - (0, 0), - (0, 934), - (0, 503), - (0, 725), - (0, 448), - (0, 5144), - (0, 11), - (0, 7733), - (0, 0), - (0, 0), - (0, 3831), - (0, 15287), - (0, 1159), - (0, 14), - (0, 97), - (0, 0), - (0, 26), - (0, 14), - (0, 3764), - (0, 1124), - (0, 167), - (0, 3), - (0, 8893), - (0, 1284), - (0, 1118), - (0, 8128), - (0, 337), - (0, 7083), - (0, 21), - (0, 5528), - (0, 29), - (0, 384), - (0, 25), - (0, 178), - (0, 187), - (0, 0), - (0, 0), - (0, 8269), - (0, 6182), - (0, 1120), - (0, 5165), - (0, 1201), - (0, 56), - (0, 481), - (0, 3094), - (0, 5), - (0, 5054), - (0, 102), - (0, 51), - (0, 348), - (0, 1879), - (0, 11408), - (0, 18057), - (0, 37), - (0, 26211), - (0, 2117), - (0, 72), - (0, 37), - (0, 6450), - (0, 37), - (0, 16058), - (0, 251), - (0, 182), - (0, 15922), - (0, 3), - (0, 7868), - (0, 12421), - (0, 80), - (0, 555), - (0, 2), - (0, 0), - (2, 9036), - (0, 41), - (0, 15400), - (0, 5), - (0, 59), - (0, 13700), - (0, 1893), - (0, 6), - (0, 69), - (0, 12), - (0, 8495), - (0, 7), - (0, 303), - (0, 0), - (0, 0), - (0, 722), - (0, 310), - (0, 106), - (0, 2389), - (0, 193), - (0, 2493), - (0, 39), - (0, 1277), - (0, 37), - (0, 12), - (0, 0), - (0, 101), - (0, 6286), - (0, 346), - (0, 14598), - (0, 3), - (0, 5), - (0, 12), - (0, 27363), - (0, 8578), - (0, 1), - (0, 50), - (0, 44), - (0, 0), - (0, 2), - (0, 114), - (0, 36), - (0, 18521), - (0, 96), - (0, 6356), - (0, 2179), - (0, 533), - (0, 939), - (0, 145), - (0, 3402), - (0, 643), - (0, 3386), - (0, 2759), - (0, 8168), - (0, 5), - (0, 23), - (0, 13), - (0, 1020), - (0, 7058), - (0, 97), - (0, 779), - (0, 2591), - (0, 0), - (0, 205), - (0, 877), - (0, 5345), - (0, 8), - (0, 30823), - (1, 5975), - (0, 0), - (0, 93), - (0, 54), - (0, 530), - (0, 2755), - (0, 0), - (0, 3), - (0, 3), - (0, 152), - (0, 23654), - (0, 3982), - (0, 8), - (0, 3133), - (0, 3), - (0, 21835), - (0, 32), - (0, 825), - (0, 6394), - (0, 1372), - (0, 10), - (0, 334), - (0, 821), - (0, 5366), - (0, 1), - (0, 277), - (0, 301), - (0, 12677), - (0, 0), - (0, 5626), - (0, 3830), - (0, 4401), - (0, 14), - (0, 19548), - (0, 928), - (0, 38), - (0, 374), - (0, 15), - (0, 0), - (0, 2891), - (0, 7259), - (0, 41), - (0, 583), - (0, 5556), - (0, 11080), - (0, 54), - (0, 11), - (0, 1), - (0, 10537), - (0, 1288), - (0, 2684), - (0, 1081), - (0, 42), - (0, 11446), - (0, 27), - (0, 53), - (0, 21), - (0, 9269), - (0, 7282), - (0, 5), - (0, 49), - (0, 246), - (0, 2892), - (0, 274), - (0, 714), - (0, 11), - (0, 18063), - (0, 280), - (0, 652), - (0, 19), - (0, 331), - (0, 734), - (0, 319), - (0, 170), - (0, 12), - (0, 70), - (0, 2299), - (0, 4), - (0, 1580), - (0, 519), - (0, 162), - (0, 43), - (0, 2), - (0, 16), - (0, 229), - (0, 1), - (0, 153), - (0, 0), - (0, 168), - (3, 14596), - (0, 20378), - (0, 3838), - (0, 902), - (0, 174), - (0, 18826), - (0, 14), - (0, 6), - (0, 1), - (0, 3), - (0, 143), - (0, 569), - (0, 188), - (0, 322), - (0, 4829), - (0, 126), - (0, 83), - (0, 1202), - (0, 27883), - (0, 560), - (0, 146), - (0, 5665), - (0, 59), - (0, 4801), - (0, 0), - (0, 8), - (0, 1178), - (0, 5231), - (0, 4412), - (0, 15), - (0, 7614), - (0, 8319), - (0, 20590), - (0, 16), - (0, 0), - (0, 492), - (0, 13), - (0, 7061), - (0, 106), - (0, 188), - (0, 887), - (0, 10), - (0, 620), - (0, 524), - (0, 123), - (0, 1665), - (0, 16686), - (0, 170), - (0, 3039), - (0, 7), - (0, 109), - (0, 13028), - (0, 29753), - (0, 26), - (0, 6560), - (0, 4), - (0, 6808), - (0, 321), - (0, 24), - (0, 804), - (0, 1190), - (0, 94), - (0, 8), - (0, 8015), - (0, 7094), - (0, 1017), - (0, 14533), - (0, 186), - (0, 81), - (0, 296), - (0, 11), - (0, 1854), - (0, 322), - (0, 777), - (0, 7562), - (0, 117), - (0, 2731), - (0, 2293), - (0, 4093), - (0, 32), - (0, 23015), - (0, 4371), - (0, 11034), - (0, 170), - (0, 805), - (0, 6), - (0, 112), - (0, 2127), - (0, 30101), - (0, 66), - (0, 2910), - (0, 10), - (0, 4741), - (0, 41), - (0, 59), - (0, 1568), - (0, 4), - (0, 4416), - (0, 11), - (0, 377), - (0, 3966), - (0, 10), - (0, 2313), - (0, 2331), - (0, 16), - (0, 5284), - (0, 1403), - (0, 3639), - (0, 1831), - (0, 8), - (0, 6174), - (0, 7), - (0, 1548), - (0, 470), - (0, 2459), - (0, 2), - (0, 17004), - (0, 1635), - (0, 150), - (0, 9579), - (0, 48), - (0, 1), - (0, 1), - (0, 0), - (1, 22035), - (0, 95), - (0, 16), - (0, 1755), - (0, 36), - (0, 6221), - (0, 7689), - (0, 845), - (0, 736), - (0, 71), - (0, 3), - (0, 35), - (0, 22156), - (0, 821), - (0, 426), - (0, 183), - (0, 8), - (0, 0), - (1, 21305), - (0, 73), - (0, 2692), - (0, 278), - (0, 12), - (0, 1149), - (0, 5205), - (0, 102), - (0, 0), - (0, 18212), - (0, 3909), - (0, 4439), - (0, 126), - (0, 1250), - (0, 27282), - (0, 443), - (0, 9936), - (0, 9688), - (0, 12944), - (0, 1773), - (0, 16937), - (0, 76), - (0, 25), - (0, 2394), - (0, 519), - (0, 70), - (0, 8871), - (0, 855), - (0, 585), - (0, 4269), - (0, 753), - (0, 2786), - (0, 476), - (0, 6062), - (0, 976), - (0, 15814), - (0, 12442), - (1, 6610), - (0, 1011), - (0, 1216), - (0, 17737), - (0, 11), - (0, 7827), - (0, 1118), - (0, 11), - (0, 2), - (0, 1638), - (0, 3), - (0, 29269), - (0, 13788), - (0, 839), - (0, 1), - (0, 7126), - (0, 11965), - (0, 251), - (0, 225), - (0, 362), - (0, 48), - (0, 45), - (0, 12), - (0, 23), - (0, 51), - (0, 9425), - (0, 11), - (0, 674), - (1, 6039), - (0, 6347), - (0, 3), - (0, 1823), - (0, 247), - (0, 10525), - (0, 11), - (0, 449), - (0, 2175), - (0, 7), - (0, 7193), - (0, 9019), - (0, 7282), - (0, 189), - (0, 38), - (0, 133), - (0, 10654), - (0, 19796), - (0, 3410), - (0, 0), - (0, 24), - (0, 116), - (0, 77), - (0, 3287), - (0, 254), - (0, 33), - (2, 23232), - (0, 8), - (0, 419), - (0, 128), - (0, 629), - (0, 18935), - (1, 7206), - (0, 22427), - (0, 5006), - (0, 11), - (0, 39), - (0, 18719), - (0, 113), - (1, 5), - (0, 10042), - (0, 281), - (0, 6), - (0, 3), - (0, 372), - (2, 5123), - (0, 9), - (0, 30762), - (0, 163), - (0, 1), - (0, 35), - (0, 54), - (0, 1), - (0, 361), - (0, 481), - (0, 16112), - (0, 107), - (3, 16931), - (0, 1), - (0, 14389), - (0, 14912), - (0, 6264), - (0, 275), - (0, 4801), - (0, 13976), - (0, 283), - ]), - entries: ::phf::Slice::Static(&[ - (UniCase::ascii("taged"), &["tagged"]), - (UniCase::ascii("politicing"), &["politicking"]), - (UniCase::ascii("inconsisently"), &["inconsistently"]), - (UniCase::ascii("maintan"), &["maintain"]), - (UniCase::ascii("impeed"), &["impede"]), - (UniCase::ascii("appriximates"), &["approximates"]), - (UniCase::ascii("peicemeal"), &["piecemeal"]), - (UniCase::ascii("exturd"), &["extrude"]), - (UniCase::ascii("arbitarary"), &["arbitrary"]), - (UniCase::ascii("aboutthe"), &["about the"]), - (UniCase::ascii("consuder"), &["consider"]), - (UniCase::ascii("occsionally"), &["occasionally"]), - (UniCase::ascii("improvision"), &["improvisation"]), - (UniCase::ascii("cosnsrained"), &["constrained"]), - (UniCase::ascii("consistendtly"), &["consistently"]), - (UniCase::ascii("imporvment"), &["improvement"]), - (UniCase::ascii("cretae"), &["create"]), - (UniCase::ascii("facilitiate"), &["facilitate"]), - (UniCase::ascii("archtectures"), &["architectures"]), - (UniCase::ascii("containts"), &["contains"]), - (UniCase::ascii("noramalized"), &["normalized"]), - (UniCase::ascii("re-realease"), &["re-release"]), - (UniCase::ascii("alghoritmically"), &["algorithmically"]), - (UniCase::ascii("multple"), &["multiple"]), - (UniCase::ascii("interchage"), &["interchange"]), - (UniCase::ascii("runned"), &["ran", "run", "ruined"]), - (UniCase::ascii("cofirmation"), &["confirmation"]), - (UniCase::ascii("accommadates"), &["accommodates"]), - (UniCase::ascii("desciptor"), &["descriptor"]), - (UniCase::ascii("recipies"), &["recipes"]), - (UniCase::ascii("decoser"), &["decoder"]), - (UniCase::ascii("undreground"), &["underground"]), - (UniCase::ascii("forwaded"), &["forwarded"]), - (UniCase::ascii("piecwise"), &["piecewise", "piece wise"]), - (UniCase::ascii("regualar"), &["regular"]), - (UniCase::ascii("recconecting"), &["reconnecting"]), - (UniCase::ascii("combusion"), &["combustion"]), - (UniCase::ascii("transpacency"), &["transparency"]), - (UniCase::ascii("depdenncies"), &["dependencies"]), - (UniCase::ascii("arbitrer"), &["arbiter", "arbitrator"]), - (UniCase::ascii("failes"), &["fails"]), - (UniCase::ascii("instrumenet"), &["instrument"]), - (UniCase::ascii("intrumented"), &["instrumented"]), - (UniCase::ascii("suggeted"), &["suggested"]), - (UniCase::ascii("algorythms"), &["algorithms"]), - (UniCase::ascii("specifiction"), &["specification"]), - (UniCase::ascii("researvations"), &["reservations"]), - (UniCase::ascii("oclock"), &["o\'clock"]), - (UniCase::ascii("subscibers"), &["subscribers"]), - (UniCase::ascii("synronous"), &["synchronous"]), - (UniCase::ascii("sucessully"), &["successfully"]), - (UniCase::ascii("writebufer"), &["writebuffer"]), - (UniCase::ascii("develope"), &["develop"]), - (UniCase::ascii("todya"), &["today"]), - (UniCase::ascii("neighbous"), &["neighbours"]), - (UniCase::ascii("unsufficient"), &["insufficient"]), - (UniCase::ascii("speficillifed"), &["specified"]), - (UniCase::ascii("acccessor"), &["accessor"]), - (UniCase::ascii("visbly"), &["visibly"]), - (UniCase::ascii("expewrimentelly"), &["experimentally"]), - (UniCase::ascii("depencency"), &["dependency"]), - (UniCase::ascii("feetur"), &["feature"]), - (UniCase::ascii("wnating"), &["wanting"]), - (UniCase::ascii("axix"), &["axis"]), - (UniCase::ascii("exsits"), &["exists", "exist"]), - (UniCase::ascii("vartical"), &["vertical"]), - (UniCase::ascii("attribtue"), &["attribute"]), - (UniCase::ascii("permanentely"), &["permanently"]), - (UniCase::ascii("larrry"), &["larry"]), - (UniCase::ascii("reomvable"), &["removable"]), - (UniCase::ascii("calander"), &["calendar", "colander"]), - (UniCase::ascii("anounce"), &["announce"]), - (UniCase::ascii("beginnning"), &["beginning"]), - (UniCase::ascii("recommnded"), &["recommended"]), - (UniCase::ascii("alrady"), &["already"]), - (UniCase::ascii("soudns"), &["sounds"]), - (UniCase::ascii("minuscle"), &["minuscule"]), - (UniCase::ascii("minimzed"), &["minimized"]), - (UniCase::ascii("wan;t"), &["want", "wasn\'t"]), - (UniCase::ascii("languauges"), &["languages"]), - (UniCase::ascii("mehtods"), &["methods"]), - (UniCase::ascii("spefifed"), &["specified"]), - (UniCase::ascii("alsot"), &["also"]), - (UniCase::ascii("ammoungst"), &["amongst"]), - (UniCase::ascii("speficiically"), &["specifically"]), - (UniCase::ascii("writtin"), &["written", "writing"]), - (UniCase::ascii("momoment"), &["moment"]), - (UniCase::ascii("prefering"), &["preferring"]), - (UniCase::ascii("negociation"), &["negotiation"]), - (UniCase::ascii("gratefull"), &["grateful"]), - (UniCase::ascii("uniqu"), &["unique"]), - (UniCase::ascii("ducment"), &["document"]), - (UniCase::ascii("algorithem"), &["algorithm"]), - (UniCase::ascii("shorcuts"), &["shortcuts"]), - (UniCase::ascii("loev"), &["love"]), - (UniCase::ascii("accesssors"), &["accessors"]), - (UniCase::ascii("comapatibility"), &["compatibility"]), - (UniCase::ascii("imedialy"), &["immediately"]), - (UniCase::ascii("experimeter"), &["experimenter"]), - (UniCase::ascii("interpretated"), &["interpreted"]), - (UniCase::ascii("sucome"), &["succumb"]), - (UniCase::ascii("locae"), &["locate"]), - (UniCase::ascii("phenonmena"), &["phenomena"]), - (UniCase::ascii("paragaph"), &["paragraph"]), - (UniCase::ascii("milisecons"), &["milliseconds"]), - (UniCase::ascii("diagonales"), &["diagonals"]), - (UniCase::ascii("recogniced"), &["recognised"]), - (UniCase::ascii("assember"), &["assembler"]), - (UniCase::ascii("doube-word"), &["double-word"]), - (UniCase::ascii("attachd"), &["attached"]), - (UniCase::ascii("ammendment"), &["amendment"]), - (UniCase::ascii("undetstand"), &["understand"]), - (UniCase::ascii("intensional"), &["intentional"]), - (UniCase::ascii("prferable"), &["preferable"]), - (UniCase::ascii("wollowing"), &["following", "wallowing"]), - (UniCase::ascii("pactch"), &["patch"]), - (UniCase::ascii("uglyness"), &["ugliness"]), - (UniCase::ascii("covriance"), &["covariance"]), - (UniCase::ascii("autogenration"), &["autogeneration"]), - (UniCase::ascii("negociable"), &["negotiable"]), - (UniCase::ascii("adverised"), &["advertised"]), - (UniCase::ascii("esger"), &["edger"]), - (UniCase::ascii("mechine"), &["machine"]), - (UniCase::ascii("choser"), &["chooser"]), - (UniCase::ascii("anytrhing"), &["anything"]), - (UniCase::ascii("enteratinment"), &["entertainment"]), - (UniCase::ascii("corrrect"), &["correct"]), - (UniCase::ascii("chanell"), &["channel"]), - (UniCase::ascii("withion"), &["within"]), - (UniCase::ascii("youseff"), &["yourself", "yousef"]), - (UniCase::ascii("perferences"), &["preferences"]), - (UniCase::ascii("runnint"), &["running"]), - (UniCase::ascii("curiousities"), &["curiosities"]), - (UniCase::ascii("hypvisor"), &["hypervisor"]), - (UniCase::ascii("specfying"), &["specifying"]), - (UniCase::ascii("drawed"), &["drew", "drawn", "had drawn"]), - (UniCase::ascii("convertables"), &["convertibles"]), - (UniCase::ascii("listensers"), &["listeners"]), - (UniCase::ascii("miplementation"), &["implementation"]), - (UniCase::ascii("nodel"), &["model", "nodal"]), - (UniCase::ascii("termporaries"), &["temporaries"]), - (UniCase::ascii("preminence"), &["preeminence"]), - (UniCase::ascii("routins"), &["routines"]), - (UniCase::ascii("exagerrated"), &["exaggerated"]), - (UniCase::ascii("magent"), &["magenta", "magnet"]), - (UniCase::ascii("unitialized"), &["uninitialized"]), - (UniCase::ascii("posessed"), &["possessed"]), - (UniCase::ascii("measurments"), &["measurements"]), - (UniCase::ascii("unexpeptedly"), &["unexpectedly"]), - (UniCase::ascii("poistion"), &["position"]), - (UniCase::ascii("reallocaite"), &["reallocate"]), - (UniCase::ascii("interrugum"), &["interregnum"]), - (UniCase::ascii("appropriatly"), &["appropriately"]), - (UniCase::ascii("afaraid"), &["afraid"]), - (UniCase::ascii("inderect"), &["indirect"]), - (UniCase::ascii("warninsgs"), &["warnings"]), - (UniCase::ascii("acrage"), &["acreage"]), - (UniCase::ascii("authecator"), &["authenticator"]), - (UniCase::ascii("withou"), &["without"]), - (UniCase::ascii("alwasy"), &["always"]), - (UniCase::ascii("Carthagian"), &["Carthaginian"]), - (UniCase::ascii("specificied"), &["specified"]), - (UniCase::ascii("effiency"), &["efficiency"]), - (UniCase::ascii("relys"), &["relies"]), - (UniCase::ascii("anwser"), &["answer"]), - (UniCase::ascii("explaning"), &["explaining"]), - (UniCase::ascii("resposiveness"), &["responsiveness"]), - (UniCase::ascii("prerequesites"), &["prerequisites"]), - (UniCase::ascii("potencial"), &["potential"]), - (UniCase::ascii("disconection"), &["disconnection"]), - (UniCase::ascii("curreent"), &["current"]), - (UniCase::ascii("specifictions"), &["specifications"]), - (UniCase::ascii("netwrork"), &["network"]), - (UniCase::ascii("decomissioning"), &["decommissioning"]), - (UniCase::ascii("qudrangles"), &["quadrangles"]), - (UniCase::ascii("upadtes"), &["updates"]), - (UniCase::ascii("defautly"), &["defaultly"]), - (UniCase::ascii("servces"), &["services", "serves"]), - (UniCase::ascii("spefcific"), &["specific"]), - (UniCase::ascii("assignemnt"), &["assignment"]), - (UniCase::ascii("priveliged"), &["privileged"]), - (UniCase::ascii("matadata"), &["metadata"]), - (UniCase::ascii("ciculars"), &["circulars"]), - (UniCase::ascii("clame"), &["claim"]), - (UniCase::ascii("disconeecting"), &["disconnecting"]), - (UniCase::ascii("renegotiting"), &["renegotiating"]), - (UniCase::ascii("dynamlically"), &["dynamically"]), - (UniCase::ascii("whcih"), &["which"]), - (UniCase::ascii("subtsitutatble"), &["substitutable"]), - (UniCase::ascii("procelain"), &["porcelain"]), - (UniCase::ascii("parralel"), &["parallel"]), - (UniCase::ascii("grabage"), &["garbage"]), - (UniCase::ascii("emphaised"), &["emphasised"]), - (UniCase::ascii("indexig"), &["indexing"]), - (UniCase::ascii("proceeeding"), &["proceeding"]), - ( - UniCase::ascii("converstions"), - &["conversions", "conversations"], - ), - (UniCase::ascii("unforseen"), &["unforeseen"]), - (UniCase::ascii("functoning"), &["functioning"]), - (UniCase::ascii("durig"), &["during"]), - (UniCase::ascii("inlcusive"), &["inclusive"]), - (UniCase::ascii("authenentication"), &["authentication"]), - (UniCase::ascii("foller"), &["follower"]), - (UniCase::ascii("regstry"), &["registry"]), - (UniCase::ascii("continus"), &["continue", "continuous"]), - (UniCase::ascii("negotatie"), &["negotiate"]), - (UniCase::ascii("submoule"), &["submodule"]), - (UniCase::ascii("hinderence"), &["hindrance"]), - (UniCase::ascii("insitution"), &["institution"]), - (UniCase::ascii("mintor"), &["mentor", "monitor"]), - (UniCase::ascii("voxes"), &["voxels", "voxel"]), - (UniCase::ascii("successing"), &["successive"]), - (UniCase::ascii("genereates"), &["generates"]), - (UniCase::ascii("acuires"), &["acquires"]), - (UniCase::ascii("cylnders"), &["cylinders"]), - (UniCase::ascii("implemention"), &["implementation"]), - (UniCase::ascii("candidiate"), &["candidate"]), - (UniCase::ascii("unalllowed"), &["unallowed"]), - ( - UniCase::ascii("transaction-spacific"), - &["transaction-specific"], - ), - (UniCase::ascii("eforceable"), &["enforceable"]), - (UniCase::ascii("sqashing"), &["squashing"]), - (UniCase::ascii("continuos"), &["continuous"]), - (UniCase::ascii("mices"), &["mice"]), - (UniCase::ascii("animaiters"), &["animators"]), - (UniCase::ascii("reseting"), &["resetting"]), - (UniCase::ascii("callcain"), &["callchain"]), - (UniCase::ascii("incompete"), &["incomplete"]), - (UniCase::ascii("swown"), &["shown"]), - (UniCase::ascii("divison"), &["division"]), - (UniCase::ascii("distingushes"), &["distinguishes"]), - (UniCase::ascii("cosoles"), &["consoles"]), - (UniCase::ascii("avation"), &["aviation"]), - (UniCase::ascii("speficitied"), &["specified"]), - (UniCase::ascii("funtionalities"), &["functionalities"]), - (UniCase::ascii("experimdnts"), &["experiments"]), - (UniCase::ascii("bufers"), &["buffers"]), - (UniCase::ascii("miminaly"), &["minimally"]), - (UniCase::ascii("directy"), &["directly"]), - (UniCase::ascii("publisehr"), &["publisher"]), - (UniCase::ascii("disokay"), &["display"]), - (UniCase::ascii("authencicators"), &["authenticators"]), - (UniCase::ascii("examinining"), &["examining"]), - (UniCase::ascii("manuelly"), &["manually"]), - (UniCase::ascii("processsed"), &["processed"]), - (UniCase::ascii("navagation"), &["navigation"]), - (UniCase::ascii("decrption"), &["decryption"]), - (UniCase::ascii("meauring"), &["measuring"]), - (UniCase::ascii("otherwize"), &["otherwise"]), - (UniCase::ascii("birght"), &["bright"]), - (UniCase::ascii("conrrupt"), &["corrupt"]), - (UniCase::ascii("collumns"), &["columns"]), - (UniCase::ascii("lefted"), &["left"]), - (UniCase::ascii("exisiting"), &["existing"]), - (UniCase::ascii("cavaets"), &["caveats"]), - (UniCase::ascii("condamned"), &["condemned"]), - (UniCase::ascii("transpaernt"), &["transparent"]), - (UniCase::ascii("appropraitely"), &["appropriately"]), - (UniCase::ascii("mulitplicative"), &["multiplicative"]), - (UniCase::ascii("accidentually"), &["accidentally"]), - (UniCase::ascii("depenencis"), &["dependencies"]), - (UniCase::ascii("ciruclator"), &["circulator"]), - (UniCase::ascii("deveopers"), &["developers"]), - (UniCase::ascii("privalege"), &["privilege"]), - (UniCase::ascii("prepented"), &["prepended"]), - (UniCase::ascii("registe"), &["register"]), - (UniCase::ascii("improvment"), &["improvement"]), - (UniCase::ascii("progarmed"), &["programmed"]), - (UniCase::ascii("texual"), &["textual"]), - (UniCase::ascii("attemtps"), &["attempts"]), - (UniCase::ascii("matheticians"), &["mathematicians"]), - (UniCase::ascii("hda"), &["had"]), - (UniCase::ascii("exolicit"), &["explicit"]), - (UniCase::ascii("offcers"), &["officers"]), - (UniCase::ascii("hrough"), &["through"]), - (UniCase::ascii("scuccessully"), &["successfully"]), - (UniCase::ascii("rearrangments"), &["rearrangements"]), - (UniCase::ascii("dependees"), &["dependencies"]), - (UniCase::ascii("relashionships"), &["relationships"]), - (UniCase::ascii("renegosiable"), &["renegotiable"]), - (UniCase::ascii("sepending"), &["depending"]), - (UniCase::ascii("nerver"), &["never"]), - (UniCase::ascii("inot"), &["into"]), - (UniCase::ascii("explicity"), &["explicitly"]), - (UniCase::ascii("negoatiate"), &["negotiate"]), - (UniCase::ascii("autosaveperodical"), &["autosaveperiodical"]), - (UniCase::ascii("follwoein"), &["following"]), - ( - UniCase::ascii("depreceating"), - &["depreciating", "deprecating"], - ), - (UniCase::ascii("perlciritc"), &["perlcritic"]), - (UniCase::ascii("verion"), &["version"]), - (UniCase::ascii("enviromnental"), &["environmental"]), - (UniCase::ascii("vizualised"), &["visualised"]), - (UniCase::ascii("experesion"), &["expression"]), - (UniCase::ascii("instantating"), &["instantiating"]), - (UniCase::ascii("agressor"), &["aggressor"]), - (UniCase::ascii("repreesnts"), &["represents"]), - (UniCase::ascii("perfoemant"), &["performant"]), - (UniCase::ascii("futrure"), &["future"]), - (UniCase::ascii("modfiders"), &["modifiers"]), - (UniCase::ascii("lengts"), &["lengths"]), - (UniCase::ascii("controoler"), &["controller"]), - (UniCase::ascii("assiocated"), &["associated"]), - (UniCase::ascii("influecing"), &["influencing"]), - (UniCase::ascii("setquential"), &["sequential"]), - (UniCase::ascii("ataching"), &["attaching"]), - (UniCase::ascii("renegotioation"), &["renegotiation"]), - (UniCase::ascii("potententially"), &["potentially"]), - (UniCase::ascii("describtions"), &["descriptions"]), - (UniCase::ascii("charactetrs"), &["characters"]), - (UniCase::ascii("reciprocoal"), &["reciprocal"]), - (UniCase::ascii("logrithm"), &["logarithm"]), - (UniCase::ascii("spefixiable"), &["specifiable"]), - (UniCase::ascii("neightobrs"), &["neighbors"]), - ( - UniCase::ascii("scourcer"), - &["scourer", "sorcerer", "scouser"], - ), - (UniCase::ascii("derivitives"), &["derivatives"]), - (UniCase::ascii("officaly"), &["officially"]), - (UniCase::ascii("shoudln\'t"), &["shouldn\'t"]), - (UniCase::ascii("folde"), &["folder", "fold"]), - (UniCase::ascii("banched"), &["branched", "benched"]), - (UniCase::ascii("restarants"), &["restaurants"]), - (UniCase::ascii("deativates"), &["deactivates"]), - (UniCase::ascii("commpilation"), &["compilation"]), - (UniCase::ascii("cihpher"), &["cipher"]), - (UniCase::ascii("languates"), &["languages"]), - (UniCase::ascii("horizntal"), &["horizontal"]), - (UniCase::ascii("perfer"), &["prefer"]), - (UniCase::ascii("accoustic"), &["acoustic"]), - (UniCase::ascii("mechansim"), &["mechanism"]), - (UniCase::ascii("algorithems"), &["algorithms"]), - (UniCase::ascii("inclusinve"), &["inclusive"]), - (UniCase::ascii("suprize"), &["surprise"]), - (UniCase::ascii("disconeections"), &["disconnections"]), - (UniCase::ascii("acccesses"), &["accesses"]), - (UniCase::ascii("delivatives"), &["derivatives"]), - ( - UniCase::ascii("supercalifragilisticexpialidoceous"), - &["supercalifragilisticexpialidocious"], - ), - (UniCase::ascii("acommpany"), &["accompany"]), - (UniCase::ascii("structred"), &["structured"]), - (UniCase::ascii("activaed"), &["activated"]), - (UniCase::ascii("implemenets"), &["implements"]), - (UniCase::ascii("enought"), &["enough"]), - (UniCase::ascii("gereating"), &["generating"]), - (UniCase::ascii("instnances"), &["instances"]), - (UniCase::ascii("excetutions"), &["executions"]), - (UniCase::ascii("aplyed"), &["applied"]), - (UniCase::ascii("keyboaards"), &["keyboards"]), - (UniCase::ascii("commmunity"), &["community"]), - (UniCase::ascii("signatur"), &["signature"]), - (UniCase::ascii("unconfortability"), &["discomfort"]), - (UniCase::ascii("over-engeneer"), &["over-engineer"]), - (UniCase::ascii("conditionn"), &["condition"]), - (UniCase::ascii("negoatiator"), &["negotiator"]), - (UniCase::ascii("iplementation"), &["implementation"]), - (UniCase::ascii("countainers"), &["containers"]), - (UniCase::ascii("acumulating"), &["accumulating"]), - (UniCase::ascii("caculater"), &["calculator"]), - (UniCase::ascii("experimint"), &["experiment"]), - (UniCase::ascii("swapiness"), &["swappiness"]), - (UniCase::ascii("atorney"), &["attorney"]), - (UniCase::ascii("assiocating"), &["associating"]), - (UniCase::ascii("dirver"), &["driver"]), - (UniCase::ascii("custoiser"), &["customiser"]), - (UniCase::ascii("relized"), &["realised", "realized"]), - (UniCase::ascii("propmted"), &["prompted"]), - (UniCase::ascii("advertice"), &["advertise"]), - (UniCase::ascii("re-negoziate"), &["re-negotiate"]), - (UniCase::ascii("ristriction"), &["restriction"]), - (UniCase::ascii("transmition"), &["transmission"]), - (UniCase::ascii("ignorrs"), &["ignores"]), - (UniCase::ascii("depdends"), &["depends"]), - (UniCase::ascii("creatred"), &["created"]), - (UniCase::ascii("homogenity"), &["homogeneity"]), - (UniCase::ascii("floading"), &["floating", "flooding"]), - (UniCase::ascii("conaining"), &["containing"]), - (UniCase::ascii("contianing"), &["containing"]), - (UniCase::ascii("situration"), &["situation"]), - (UniCase::ascii("squence"), &["sequence"]), - (UniCase::ascii("separatly"), &["separately"]), - (UniCase::ascii("rebllions"), &["rebellions"]), - (UniCase::ascii("mimaching"), &["mismatching"]), - (UniCase::ascii("initliazer"), &["initializer"]), - (UniCase::ascii("regenrated"), &["regenerated"]), - (UniCase::ascii("imidiately"), &["immediately"]), - (UniCase::ascii("confict"), &["conflict"]), - (UniCase::ascii("scientfically"), &["scientifically"]), - (UniCase::ascii("purpse"), &["purpose"]), - (UniCase::ascii("nnumber"), &["number"]), - (UniCase::ascii("chidren"), &["children"]), - (UniCase::ascii("execulatble"), &["executable"]), - (UniCase::ascii("constraucts"), &["constructs"]), - (UniCase::ascii("algebraical"), &["algebraic"]), - (UniCase::ascii("exponentation"), &["exponentiation"]), - (UniCase::ascii("overiddden"), &["overridden"]), - (UniCase::ascii("benhind"), &["behind"]), - (UniCase::ascii("assignmens"), &["assignments"]), - (UniCase::ascii("quickier"), &["quicker"]), - (UniCase::ascii("akumulated"), &["accumulated"]), - (UniCase::ascii("kenrel"), &["kernel"]), - (UniCase::ascii("subsitute"), &["substitute"]), - (UniCase::ascii("meterials"), &["materials"]), - (UniCase::ascii("reconetions"), &["reconnections"]), - (UniCase::ascii("itslev"), &["itself"]), - (UniCase::ascii("deconde"), &["decode"]), - (UniCase::ascii("apprearance"), &["appearance"]), - (UniCase::ascii("coresponding"), &["corresponding"]), - (UniCase::ascii("repeatly"), &["repeatedly"]), - (UniCase::ascii("unhilights"), &["unhighlights"]), - (UniCase::ascii("adjsencies"), &["adjacencies"]), - (UniCase::ascii("vigourous"), &["vigorous"]), - (UniCase::ascii("debugginf"), &["debugging"]), - (UniCase::ascii("curremts"), &["currents"]), - (UniCase::ascii("priciples"), &["principles"]), - (UniCase::ascii("unfortunetly"), &["unfortunately"]), - (UniCase::ascii("exellent"), &["excellent"]), - (UniCase::ascii("defatult"), &["default"]), - (UniCase::ascii("hinderance"), &["hindrance"]), - (UniCase::ascii("evoluates"), &["evaluates"]), - (UniCase::ascii("witho"), &["with"]), - (UniCase::ascii("deciedes"), &["decides"]), - (UniCase::ascii("spefices"), &["specifies"]), - (UniCase::ascii("reopended"), &["reopened"]), - (UniCase::ascii("Buddah"), &["Buddha"]), - (UniCase::ascii("geenrates"), &["generates"]), - (UniCase::ascii("allocaion"), &["allocation"]), - (UniCase::ascii("get;s"), &["gets"]), - (UniCase::ascii("attirbutes"), &["attributes"]), - (UniCase::ascii("versitilaty"), &["versatility"]), - (UniCase::ascii("milimeter"), &["millimeter"]), - (UniCase::ascii("cche"), &["cache"]), - (UniCase::ascii("sav"), &["save"]), - (UniCase::ascii("televsion"), &["television"]), - (UniCase::ascii("checheckpoits"), &["checkpoints"]), - (UniCase::ascii("dureing"), &["during"]), - (UniCase::ascii("overlow"), &["overflow"]), - (UniCase::ascii("clik"), &["click"]), - (UniCase::ascii("mangaed"), &["managed"]), - (UniCase::ascii("mikroseconds"), &["microseconds"]), - (UniCase::ascii("cerimony"), &["ceremony"]), - (UniCase::ascii("seriouly"), &["seriously"]), - (UniCase::ascii("orpaned"), &["orphaned"]), - (UniCase::ascii("committis"), &["committees"]), - (UniCase::ascii("languauge"), &["language"]), - (UniCase::ascii("vecvtor"), &["vector"]), - (UniCase::ascii("inefficienty"), &["inefficiently"]), - (UniCase::ascii("facour"), &["favour", "favor"]), - (UniCase::ascii("negoatiable"), &["negotiable"]), - (UniCase::ascii("reconeccted"), &["reconnected"]), - (UniCase::ascii("reacheable"), &["reachable"]), - (UniCase::ascii("startegy"), &["strategy"]), - (UniCase::ascii("relead"), &["reload"]), - (UniCase::ascii("simiar"), &["similar"]), - (UniCase::ascii("impedence"), &["impedance"]), - (UniCase::ascii("negotitating"), &["negotiating"]), - (UniCase::ascii("subjudgation"), &["subjugation"]), - (UniCase::ascii("clipoard"), &["clipboard"]), - (UniCase::ascii("refocuss"), &["refocus"]), - (UniCase::ascii("consrtucts"), &["constructs"]), - (UniCase::ascii("peferences"), &["preferences"]), - (UniCase::ascii("survivied"), &["survived"]), - (UniCase::ascii("furhest"), &["furthest"]), - (UniCase::ascii("inverded"), &["inverted"]), - (UniCase::ascii("charactar"), &["character"]), - (UniCase::ascii("segfualt"), &["segfault"]), - (UniCase::ascii("undoubtely"), &["undoubtedly"]), - (UniCase::ascii("coutermeasure"), &["countermeasure"]), - (UniCase::ascii("suficate"), &["suffocate"]), - (UniCase::ascii("instert"), &["insert"]), - (UniCase::ascii("calloed"), &["called"]), - (UniCase::ascii("cahnnels"), &["channels"]), - (UniCase::ascii("integrety"), &["integrity"]), - (UniCase::ascii("platflorm"), &["platform"]), - (UniCase::ascii("miinimisation"), &["minimisation"]), - (UniCase::ascii("delele"), &["delete"]), - (UniCase::ascii("htey"), &["they"]), - (UniCase::ascii("japanses"), &["Japanese"]), - (UniCase::ascii("libratie"), &["library"]), - (UniCase::ascii("authenfiion"), &["authentication"]), - (UniCase::ascii("reseration"), &["reservation"]), - (UniCase::ascii("goverment"), &["government"]), - (UniCase::ascii("addjust"), &["adjust"]), - (UniCase::ascii("adpater"), &["adapter"]), - (UniCase::ascii("specificatin"), &["specification"]), - (UniCase::ascii("optionaly"), &["optionally"]), - (UniCase::ascii("generaates"), &["generates"]), - (UniCase::ascii("jscipt"), &["jscript"]), - (UniCase::ascii("pipelins"), &["pipelines"]), - (UniCase::ascii("irresepective"), &["irrespective"]), - (UniCase::ascii("unbouunded"), &["unbounded"]), - (UniCase::ascii("Micorsoft"), &["Microsoft"]), - (UniCase::ascii("unompress"), &["uncompress"]), - (UniCase::ascii("re-negotiote"), &["re-negotiate"]), - (UniCase::ascii("sattelite"), &["satellite"]), - (UniCase::ascii("smallar"), &["smaller"]), - (UniCase::ascii("supressing"), &["suppressing"]), - (UniCase::ascii("absoute"), &["absolute"]), - (UniCase::ascii("caluclator"), &["calculator"]), - (UniCase::ascii("likewis"), &["likewise"]), - (UniCase::ascii("reasoable"), &["reasonable"]), - (UniCase::ascii("sytle"), &["style"]), - (UniCase::ascii("pont"), &["point"]), - (UniCase::ascii("teached"), &["taught"]), - (UniCase::ascii("commmitted"), &["committed"]), - (UniCase::ascii("negotitation"), &["negotiation"]), - (UniCase::ascii("dupplications"), &["duplications"]), - (UniCase::ascii("overidden"), &["overridden"]), - (UniCase::ascii("varaibles"), &["variables"]), - (UniCase::ascii("crsytal"), &["crystal"]), - (UniCase::ascii("accumlator"), &["accumulator"]), - (UniCase::ascii("undesireable"), &["undesirable"]), - (UniCase::ascii("vulberabilility"), &["vulnerability"]), - (UniCase::ascii("furmulae"), &["formulae"]), - (UniCase::ascii("opportunties"), &["opportunities"]), - (UniCase::ascii("would\'t"), &["wouldn\'t"]), - (UniCase::ascii("variabe"), &["variable"]), - (UniCase::ascii("extactly"), &["exactly"]), - (UniCase::ascii("appication"), &["application"]), - (UniCase::ascii("taskelt"), &["tasklet"]), - (UniCase::ascii("vecotr"), &["vector"]), - (UniCase::ascii("utilitise"), &["utilise"]), - (UniCase::ascii("couldnt\'"), &["couldn\'t"]), - (UniCase::ascii("authoritive"), &["authoritative"]), - (UniCase::ascii("wierdness"), &["weirdness"]), - (UniCase::ascii("asside"), &["aside"]), - (UniCase::ascii("dessigned"), &["designed"]), - (UniCase::ascii("accomadations"), &["accommodations"]), - (UniCase::ascii("convesions"), &["conversions"]), - (UniCase::ascii("singal"), &["signal", "single"]), - (UniCase::ascii("regiter"), &["register"]), - (UniCase::ascii("exatcly"), &["exactly"]), - (UniCase::ascii("catchi"), &["catch"]), - (UniCase::ascii("directrory"), &["directory"]), - ( - UniCase::ascii("specificy"), - &["specify", "specificity", "specifically"], - ), - (UniCase::ascii("meachanism"), &["mechanism"]), - (UniCase::ascii("cliuent"), &["client"]), - (UniCase::ascii("descibing"), &["describing"]), - (UniCase::ascii("vallues"), &["values"]), - (UniCase::ascii("subnegotaition"), &["subnegotiation"]), - (UniCase::ascii("ofo"), &["of"]), - (UniCase::ascii("incorportaed"), &["incorporated"]), - (UniCase::ascii("publicher"), &["publisher"]), - (UniCase::ascii("shoudln"), &["should", "shouldn\'t"]), - (UniCase::ascii("replacating"), &["replicating"]), - (UniCase::ascii("degreeee"), &["degree"]), - (UniCase::ascii("deferreal"), &["deferral"]), - (UniCase::ascii("reigstering"), &["registering"]), - (UniCase::ascii("construcing"), &["constructing"]), - (UniCase::ascii("negotaitions"), &["negotiations"]), - (UniCase::ascii("praameters"), &["parameters"]), - (UniCase::ascii("umoutn"), &["umount"]), - (UniCase::ascii("auccess"), &["success"]), - (UniCase::ascii("attchment"), &["attachment"]), - (UniCase::ascii("milennia"), &["millennia"]), - (UniCase::ascii("arbitryarily"), &["arbitrarily"]), - (UniCase::ascii("intepretable"), &["interpretable"]), - (UniCase::ascii("sctioned"), &["sectioned", "suctioned"]), - (UniCase::ascii("stablility"), &["stability"]), - (UniCase::ascii("constituion"), &["constitution"]), - (UniCase::ascii("tomorrrow"), &["tomorrow"]), - (UniCase::ascii("re-uplaoding"), &["re-uploading"]), - (UniCase::ascii("unneccecary"), &["unnecessary"]), - (UniCase::ascii("brazillian"), &["Brazilian"]), - (UniCase::ascii("writewr"), &["writer"]), - (UniCase::ascii("unsearcahble"), &["unsearchable"]), - (UniCase::ascii("bombarment"), &["bombardment"]), - (UniCase::ascii("subnegogtiation"), &["subnegotiation"]), - (UniCase::ascii("answhars"), &["answers"]), - (UniCase::ascii("dicretion"), &["discretion"]), - (UniCase::ascii("succedfully"), &["successfully"]), - (UniCase::ascii("accidently"), &["accidentally"]), - (UniCase::ascii("detroyed"), &["destroyed"]), - (UniCase::ascii("octohedron"), &["octahedron"]), - (UniCase::ascii("completelly"), &["completely"]), - (UniCase::ascii("contracitions"), &["contradictions"]), - (UniCase::ascii("presistion"), &["precision"]), - (UniCase::ascii("ancesetor"), &["ancestor"]), - (UniCase::ascii("enviornemntal"), &["environmental"]), - (UniCase::ascii("horziontal"), &["horizontal"]), - (UniCase::ascii("discconeects"), &["disconnects"]), - (UniCase::ascii("scientifc"), &["scientific"]), - (UniCase::ascii("alegience"), &["allegiance"]), - (UniCase::ascii("estabish"), &["establish"]), - (UniCase::ascii("aprroximate"), &["approximate"]), - (UniCase::ascii("spefixeir"), &["specifier"]), - (UniCase::ascii("difinition"), &["definition"]), - (UniCase::ascii("platfforms"), &["platforms"]), - (UniCase::ascii("handlig"), &["handling"]), - (UniCase::ascii("itslef"), &["itself"]), - (UniCase::ascii("targed"), &["target"]), - (UniCase::ascii("algorihtmic"), &["algorithmic"]), - (UniCase::ascii("progrewss"), &["progress"]), - (UniCase::ascii("dispence"), &["dispense"]), - (UniCase::ascii("compleating"), &["completing"]), - (UniCase::ascii("limitiaion"), &["limitation"]), - (UniCase::ascii("expermenetations"), &["experimentations"]), - (UniCase::ascii("adition"), &["addition"]), - (UniCase::ascii("multiecast"), &["multicast"]), - (UniCase::ascii("maintainence"), &["maintenance"]), - (UniCase::ascii("privelege"), &["privilege"]), - (UniCase::ascii("verfifier"), &["verifier"]), - (UniCase::ascii("algorihtms"), &["algorithms"]), - (UniCase::ascii("abstrats"), &["abstracts"]), - (UniCase::ascii("exparation"), &["expiration"]), - (UniCase::ascii("automaatically"), &["automatically"]), - (UniCase::ascii("pooints"), &["points"]), - (UniCase::ascii("folloing"), &["following"]), - (UniCase::ascii("dosnt"), &["doesn\'t"]), - (UniCase::ascii("recconeecting"), &["reconnecting"]), - (UniCase::ascii("fiercly"), &["fiercely"]), - (UniCase::ascii("understadning"), &["understanding"]), - (UniCase::ascii("optinally"), &["optionally"]), - (UniCase::ascii("negotiotations"), &["negotiations"]), - (UniCase::ascii("unprecidented"), &["unprecedented"]), - (UniCase::ascii("disconecting"), &["disconnecting"]), - (UniCase::ascii("theifs"), &["thieves"]), - (UniCase::ascii("de-duplacation"), &["de-duplication"]), - (UniCase::ascii("compairing"), &["comparing"]), - (UniCase::ascii("didnt\'t"), &["didn\'t"]), - (UniCase::ascii("puting"), &["putting"]), - (UniCase::ascii("authethenticated"), &["authenticated"]), - (UniCase::ascii("maneouvres"), &["manoeuvres"]), - (UniCase::ascii("subexperession"), &["subexpression"]), - (UniCase::ascii("volenteer"), &["volunteer"]), - (UniCase::ascii("Fransiscans"), &["Franciscans"]), - (UniCase::ascii("inprooves"), &["improves"]), - (UniCase::ascii("failled"), &["failed"]), - (UniCase::ascii("prommpt"), &["prompt"]), - (UniCase::ascii("customie"), &["customize"]), - (UniCase::ascii("experices"), &["experiences"]), - (UniCase::ascii("arranement"), &["arrangement"]), - (UniCase::ascii("abstrctor"), &["abstractor"]), - (UniCase::ascii("tagnetial"), &["tangential"]), - (UniCase::ascii("inter-operability"), &["interoperability"]), - (UniCase::ascii("exhcuast"), &["exhaust"]), - (UniCase::ascii("peripathetic"), &["peripatetic"]), - (UniCase::ascii("reinitilized"), &["reinitialized"]), - (UniCase::ascii("guarnateeing"), &["guaranteeing"]), - (UniCase::ascii("unfilpping"), &["unflipping"]), - (UniCase::ascii("ducument"), &["document"]), - (UniCase::ascii("assumuing"), &["assuming"]), - (UniCase::ascii("associcating"), &["associating"]), - (UniCase::ascii("pyhon"), &["python"]), - (UniCase::ascii("accuratly"), &["accurately"]), - (UniCase::ascii("sisnce"), &["since"]), - (UniCase::ascii("igored"), &["ignored"]), - (UniCase::ascii("obtaions"), &["obtains"]), - (UniCase::ascii("chagne"), &["change"]), - (UniCase::ascii("boffer"), &["buffer"]), - (UniCase::ascii("millsencond"), &["millisecond"]), - (UniCase::ascii("dcumenting"), &["documenting"]), - (UniCase::ascii("agruments"), &["arguments"]), - (UniCase::ascii("procoessed"), &["processed"]), - (UniCase::ascii("accesor"), &["accessor"]), - (UniCase::ascii("desine"), &["design"]), - (UniCase::ascii("arrivial"), &["arrival"]), - (UniCase::ascii("geomoetrically"), &["geometrically"]), - (UniCase::ascii("somemore"), &["some more"]), - (UniCase::ascii("outgoign"), &["outgoing"]), - (UniCase::ascii("persumably"), &["presumably"]), - (UniCase::ascii("ignorting"), &["ignoring"]), - (UniCase::ascii("sintak"), &["syntax"]), - (UniCase::ascii("belwo"), &["below"]), - (UniCase::ascii("reconfure"), &["reconfigure"]), - (UniCase::ascii("peirodical"), &["periodical"]), - (UniCase::ascii("proproties"), &["properties"]), - (UniCase::ascii("guranteeing"), &["guaranteeing"]), - (UniCase::ascii("indepent"), &["independent"]), - (UniCase::ascii("folowiong"), &["following"]), - (UniCase::ascii("acccorded"), &["accorded"]), - (UniCase::ascii("rekursion"), &["recursion"]), - (UniCase::ascii("experimening"), &["experimenting"]), - (UniCase::ascii("contating"), &["contacting", "containing"]), - (UniCase::ascii("implament"), &["implement"]), - (UniCase::ascii("owful"), &["awful"]), - (UniCase::ascii("executue"), &["execute"]), - (UniCase::ascii("qualfy"), &["qualify"]), - (UniCase::ascii("refernnce"), &["reference"]), - (UniCase::ascii("implments"), &["implements"]), - (UniCase::ascii("addert"), &["assert"]), - (UniCase::ascii("cootdination"), &["coordination"]), - (UniCase::ascii("expeimenters"), &["experimenters"]), - (UniCase::ascii("compatiability"), &["compatibility"]), - (UniCase::ascii("aktivated"), &["activated"]), - (UniCase::ascii("failiver"), &["failover"]), - (UniCase::ascii("erors"), &["errors"]), - (UniCase::ascii("occurd"), &["occurred", "occur"]), - (UniCase::ascii("quroum"), &["quorum"]), - (UniCase::ascii("asbtractions"), &["abstractions"]), - (UniCase::ascii("supprots"), &["supports"]), - (UniCase::ascii("pleasd"), &["pleased"]), - (UniCase::ascii("attennuation"), &["attenuation"]), - (UniCase::ascii("osicllations"), &["oscillations"]), - (UniCase::ascii("neighberhhod"), &["neighborhood"]), - (UniCase::ascii("differrence"), &["difference"]), - (UniCase::ascii("anteenas"), &["antennas"]), - (UniCase::ascii("handshares"), &["handshakes"]), - (UniCase::ascii("esacpe"), &["escape"]), - (UniCase::ascii("disconeccted"), &["disconnected"]), - (UniCase::ascii("exchances"), &["exchanges"]), - (UniCase::ascii("Juadaism"), &["Judaism"]), - (UniCase::ascii("unnecesarrily"), &["unnecessarily"]), - (UniCase::ascii("channles"), &["channels"]), - (UniCase::ascii("shiping"), &["shipping"]), - (UniCase::ascii("negotionated"), &["negotiated"]), - (UniCase::ascii("executuing"), &["executing"]), - (UniCase::ascii("deductable"), &["deductible"]), - (UniCase::ascii("whyth"), &["with"]), - (UniCase::ascii("incorreclty"), &["incorrectly"]), - (UniCase::ascii("dicovery"), &["discovery"]), - (UniCase::ascii("senarios"), &["scenarios"]), - (UniCase::ascii("tranfer"), &["transfer"]), - (UniCase::ascii("neighbeurhing"), &["neighbouring"]), - (UniCase::ascii("javascropt"), &["javascript"]), - (UniCase::ascii("dissmiss"), &["dismiss"]), - (UniCase::ascii("speep-up"), &["speed-up"]), - (UniCase::ascii("requriment"), &["requirement"]), - (UniCase::ascii("agrguments"), &["arguments"]), - (UniCase::ascii("recogise"), &["recognise"]), - (UniCase::ascii("aqcuires"), &["acquires"]), - (UniCase::ascii("dissalows"), &["disallows"]), - (UniCase::ascii("plugable"), &["pluggable"]), - (UniCase::ascii("certficate"), &["certificate"]), - (UniCase::ascii("controles"), &["controls", "controllers"]), - (UniCase::ascii("mutlipart"), &["multipart"]), - (UniCase::ascii("detrmine"), &["determine"]), - (UniCase::ascii("reveiw"), &["review"]), - (UniCase::ascii("bounday"), &["boundary"]), - (UniCase::ascii("categogical"), &["categorical"]), - (UniCase::ascii("swithching"), &["switching"]), - (UniCase::ascii("inconsistancy"), &["inconsistency"]), - (UniCase::ascii("ocupied"), &["occupied"]), - (UniCase::ascii("grranted"), &["granted"]), - (UniCase::ascii("transconde"), &["transcode"]), - (UniCase::ascii("abbrevation"), &["abbreviation"]), - (UniCase::ascii("dependcies"), &["dependencies"]), - (UniCase::ascii("evaulted"), &["evaluated"]), - (UniCase::ascii("scketched"), &["sketched"]), - (UniCase::ascii("startd"), &["started"]), - (UniCase::ascii("rotatios"), &["rotations", "ratios"]), - (UniCase::ascii("smooting"), &["smoothing"]), - (UniCase::ascii("conrrupts"), &["corrupts"]), - (UniCase::ascii("coveres"), &["covers"]), - (UniCase::ascii("2rd"), &["2nd"]), - (UniCase::ascii("fullill"), &["fulfil", "fulfill"]), - (UniCase::ascii("conetions"), &["connections"]), - (UniCase::ascii("actove"), &["active"]), - (UniCase::ascii("guarnatee"), &["guarantee"]), - (UniCase::ascii("depdent"), &["dependent"]), - (UniCase::ascii("conainer"), &["container"]), - (UniCase::ascii("distirbute"), &["distribute"]), - (UniCase::ascii("unnessesarily"), &["unnecessarily"]), - (UniCase::ascii("integartes"), &["integrates"]), - (UniCase::ascii("informations"), &["information"]), - (UniCase::ascii("noteriety"), &["notoriety"]), - (UniCase::ascii("coexsiting"), &["coexisting", "co-existing"]), - (UniCase::ascii("althorithmically"), &["algorithmically"]), - (UniCase::ascii("registert"), &["registered"]), - (UniCase::ascii("neighbboring"), &["neighboring"]), - (UniCase::ascii("progres"), &["progress"]), - (UniCase::ascii("disgnostics"), &["diagnostics"]), - (UniCase::ascii("suplanted"), &["supplanted"]), - (UniCase::ascii("curcumstance"), &["circumstance"]), - (UniCase::ascii("initalizing"), &["initializing"]), - (UniCase::ascii("unreasonabily"), &["unreasonably"]), - (UniCase::ascii("influencial"), &["influential"]), - (UniCase::ascii("resoruce"), &["resource"]), - (UniCase::ascii("contigiously"), &["contiguously"]), - (UniCase::ascii("changged"), &["changed"]), - (UniCase::ascii("shoild"), &["should"]), - (UniCase::ascii("tomatos"), &["tomatoes"]), - (UniCase::ascii("subnegotionation"), &["subnegotiation"]), - (UniCase::ascii("theoreticall"), &["theoretically"]), - (UniCase::ascii("cleck"), &["check"]), - (UniCase::ascii("wihout"), &["without"]), - (UniCase::ascii("relatdness"), &["relatedness"]), - (UniCase::ascii("comon"), &["common"]), - (UniCase::ascii("pacakges"), &["packages"]), - (UniCase::ascii("possiblilty"), &["possibility"]), - (UniCase::ascii("imporve"), &["improve"]), - (UniCase::ascii("personnell"), &["personnel"]), - (UniCase::ascii("defition"), &["definition"]), - (UniCase::ascii("accurring"), &["occurring"]), - (UniCase::ascii("neighbhor"), &["neighbor"]), - (UniCase::ascii("dimenionality"), &["dimensionality"]), - (UniCase::ascii("retrevable"), &["retrievable"]), - (UniCase::ascii("functionalty"), &["functionality"]), - (UniCase::ascii("competions"), &["completions"]), - (UniCase::ascii("diffrentiate"), &["differentiate"]), - (UniCase::ascii("tempories"), &["temporaries"]), - (UniCase::ascii("roboustness"), &["robustness"]), - (UniCase::ascii("experimdnt"), &["experiment"]), - (UniCase::ascii("playright"), &["playwright"]), - (UniCase::ascii("typecheking"), &["typechecking"]), - (UniCase::ascii("spefiier"), &["specifier"]), - (UniCase::ascii("sustem"), &["system"]), - (UniCase::ascii("thinigs"), &["things"]), - (UniCase::ascii("parametr"), &["parameter"]), - (UniCase::ascii("comlete"), &["complete"]), - (UniCase::ascii("additionnal"), &["additional"]), - (UniCase::ascii("keybooards"), &["keyboards"]), - (UniCase::ascii("experements"), &["experiments"]), - (UniCase::ascii("distnaces"), &["distances"]), - (UniCase::ascii("newletters"), &["newsletters"]), - (UniCase::ascii("experiminter"), &["experimenter"]), - (UniCase::ascii("ertors"), &["errors", "terrors"]), - (UniCase::ascii("separetedly"), &["separately"]), - (UniCase::ascii("examnple"), &["example"]), - (UniCase::ascii("dosuments"), &["documents"]), - (UniCase::ascii("devleopper"), &["developer"]), - (UniCase::ascii("dorceful"), &["forceful"]), - (UniCase::ascii("diable"), &["disable"]), - (UniCase::ascii("authenitcated"), &["authenticated"]), - (UniCase::ascii("Septemer"), &["September"]), - (UniCase::ascii("progammers"), &["programmers"]), - (UniCase::ascii("adjactend"), &["adjacent"]), - (UniCase::ascii("soilders"), &["soldiers"]), - (UniCase::ascii("euristic"), &["heuristic"]), - (UniCase::ascii("tangetially"), &["tangentially"]), - (UniCase::ascii("seperate"), &["separate"]), - (UniCase::ascii("dedidated"), &["dedicated"]), - (UniCase::ascii("speelling"), &["spelling"]), - (UniCase::ascii("scritps"), &["scripts"]), - (UniCase::ascii("overvride"), &["override"]), - (UniCase::ascii("misterious"), &["mysterious"]), - (UniCase::ascii("qith"), &["with"]), - (UniCase::ascii("escpaed"), &["escaped"]), - (UniCase::ascii("silenty"), &["silently"]), - (UniCase::ascii("stadnardizing"), &["standardizing"]), - (UniCase::ascii("exlamation"), &["exclamation"]), - (UniCase::ascii("nodulated"), &["modulated"]), - (UniCase::ascii("somethimes"), &["sometimes"]), - (UniCase::ascii("fetaures"), &["features"]), - (UniCase::ascii("returnes"), &["returns"]), - (UniCase::ascii("winodw"), &["window"]), - (UniCase::ascii("peicewise"), &["piecewise", "piece wise"]), - (UniCase::ascii("whith"), &["with"]), - (UniCase::ascii("speficier"), &["specifier"]), - (UniCase::ascii("twoo"), &["two", "too"]), - (UniCase::ascii("optio"), &["option"]), - (UniCase::ascii("collonies"), &["colonies"]), - (UniCase::ascii("warninf"), &["warning"]), - (UniCase::ascii("judical"), &["judicial"]), - (UniCase::ascii("interitance"), &["inheritance"]), - (UniCase::ascii("authenicaing"), &["authenticating"]), - (UniCase::ascii("re-negotion"), &["re-negotiation"]), - (UniCase::ascii("downlads"), &["downloads"]), - (UniCase::ascii("trings"), &["strings", "rings"]), - (UniCase::ascii("approuve"), &["approve"]), - (UniCase::ascii("vice-wersa"), &["vice-versa"]), - (UniCase::ascii("unnescessary"), &["unnecessary"]), - (UniCase::ascii("arbutrarily"), &["arbitrarily"]), - (UniCase::ascii("remoote"), &["remote"]), - (UniCase::ascii("descriptons"), &["descriptions"]), - (UniCase::ascii("easely"), &["easily"]), - (UniCase::ascii("alchol"), &["alcohol"]), - (UniCase::ascii("emiss"), &["remiss", "amiss", "amass"]), - (UniCase::ascii("densitity"), &["density"]), - (UniCase::ascii("symbsol"), &["symbol"]), - (UniCase::ascii("libguistic"), &["linguistic"]), - (UniCase::ascii("negotating"), &["negotiating"]), - (UniCase::ascii("repulicans"), &["republicans"]), - ( - UniCase::ascii("renderes"), - &["renders", "renderers", "renderer\'s"], - ), - (UniCase::ascii("univesity"), &["university"]), - (UniCase::ascii("deambigates"), &["disambiguates"]), - (UniCase::ascii("follewers"), &["followers"]), - (UniCase::ascii("reverece"), &["reference", "reverence"]), - (UniCase::ascii("broswing"), &["browsing"]), - (UniCase::ascii("namme"), &["name"]), - (UniCase::ascii("referenz"), &["reference"]), - (UniCase::ascii("value-to-pack"), &["value to pack"]), - (UniCase::ascii("enouf"), &["enough"]), - (UniCase::ascii("spefifeir"), &["specifier"]), - (UniCase::ascii("ocuntry"), &["country"]), - (UniCase::ascii("committment"), &["commitment"]), - (UniCase::ascii("reampping"), &["remapping", "revamping"]), - (UniCase::ascii("abtractly"), &["abstractly"]), - (UniCase::ascii("convined"), &["combined", "convinced"]), - (UniCase::ascii("bootstap"), &["bootstrap"]), - (UniCase::ascii("survivers"), &["survivors"]), - (UniCase::ascii("folllowong"), &["following"]), - (UniCase::ascii("mateials"), &["materials", "metals"]), - (UniCase::ascii("re-negotionable"), &["re-negotiable"]), - (UniCase::ascii("redistirbuting"), &["redistributing"]), - (UniCase::ascii("disalow"), &["disallow"]), - (UniCase::ascii("sligth"), &["slight"]), - (UniCase::ascii("whethe"), &["whether"]), - (UniCase::ascii("uptreamer"), &["upstreamer"]), - (UniCase::ascii("aeriel"), &["aerial"]), - (UniCase::ascii("precceding"), &["preceding"]), - (UniCase::ascii("objecs"), &["objects"]), - (UniCase::ascii("chipstes"), &["chipsets"]), - (UniCase::ascii("detectes"), &["detects"]), - (UniCase::ascii("relinguishing"), &["relinquishing"]), - (UniCase::ascii("pususading"), &["persuading"]), - (UniCase::ascii("foudn"), &["found"]), - (UniCase::ascii("modules\'s"), &["modules\'"]), - (UniCase::ascii("caculates"), &["calculates"]), - (UniCase::ascii("facourite"), &["favourite"]), - (UniCase::ascii("armistace"), &["armistice"]), - (UniCase::ascii("andthe"), &["and the"]), - (UniCase::ascii("magincian"), &["magician"]), - (UniCase::ascii("perpertrated"), &["perpetrated"]), - (UniCase::ascii("contraining"), &["constraining"]), - (UniCase::ascii("dupliacates"), &["duplicates"]), - (UniCase::ascii("shystems"), &["systems"]), - (UniCase::ascii("renegoticable"), &["renegotiable"]), - (UniCase::ascii("experimentaitons"), &["experimentations"]), - (UniCase::ascii("sring"), &["string"]), - (UniCase::ascii("algorithmns"), &["algorithms"]), - (UniCase::ascii("experiansial"), &["experiential"]), - (UniCase::ascii("syncrhonise"), &["synchronise"]), - (UniCase::ascii("communcation"), &["communication"]), - (UniCase::ascii("accessile"), &["accessible"]), - (UniCase::ascii("scavangers"), &["scavengers"]), - (UniCase::ascii("corrleations"), &["correlations"]), - (UniCase::ascii("reomving"), &["removing"]), - (UniCase::ascii("nonsens"), &["nonsense"]), - (UniCase::ascii("generalyl"), &["generally"]), - (UniCase::ascii("cofrim"), &["confirm"]), - (UniCase::ascii("inconvinences"), &["inconveniences"]), - (UniCase::ascii("spearators"), &["separators"]), - (UniCase::ascii("procude"), &["produce"]), - (UniCase::ascii("prelimitary"), &["preliminary"]), - (UniCase::ascii("speficiteid"), &["specified"]), - (UniCase::ascii("assignmet"), &["assignment"]), - ( - UniCase::ascii("automatical"), - &["automatically", "automatic", "automated"], - ), - (UniCase::ascii("re-negoticated"), &["re-negotiated"]), - (UniCase::ascii("proprogator"), &["propagator"]), - (UniCase::ascii("fragmenetd"), &["fragmented"]), - (UniCase::ascii("macpakge"), &["package"]), - (UniCase::ascii("follwoing"), &["following"]), - (UniCase::ascii("taget"), &["target"]), - (UniCase::ascii("re-uplad"), &["re-upload"]), - (UniCase::ascii("inbetween"), &["between", "in between"]), - (UniCase::ascii("emtpy"), &["empty"]), - (UniCase::ascii("profesion"), &["profusion", "profession"]), - (UniCase::ascii("asymetricaly"), &["asymmetrically"]), - (UniCase::ascii("programd"), &["programmed"]), - (UniCase::ascii("chromum"), &["chromium"]), - (UniCase::ascii("guas\'s"), &["Gauss\'"]), - (UniCase::ascii("algorythmically"), &["algorithmically"]), - (UniCase::ascii("unambigously"), &["unambiguously"]), - (UniCase::ascii("built-time"), &["build-time"]), - (UniCase::ascii("underlaying"), &["underlying"]), - (UniCase::ascii("spefiififer"), &["specifier"]), - (UniCase::ascii("neighbborhoods"), &["neighborhoods"]), - ( - UniCase::ascii("fiters"), - &["filters", "fighters", "fitters", "fivers"], - ), - (UniCase::ascii("confudion"), &["confusion"]), - (UniCase::ascii("doens"), &["does"]), - (UniCase::ascii("rearrangt"), &["rearrangement"]), - (UniCase::ascii("comectivity"), &["connectivity"]), - (UniCase::ascii("situtaions"), &["situations"]), - (UniCase::ascii("sufferage"), &["suffrage"]), - (UniCase::ascii("ovserve"), &["observe"]), - (UniCase::ascii("tangets"), &["tangents"]), - (UniCase::ascii("discrepencies"), &["discrepancies"]), - (UniCase::ascii("priveledges"), &["privileges"]), - (UniCase::ascii("doalog"), &["dialog"]), - (UniCase::ascii("dispossal"), &["disposal"]), - (UniCase::ascii("insertin"), &["inserting"]), - (UniCase::ascii("ireelevant"), &["irrelevant"]), - (UniCase::ascii("unavaoidable"), &["unavoidable"]), - (UniCase::ascii("flaoting"), &["floating"]), - (UniCase::ascii("hunrgy"), &["hungry"]), - (UniCase::ascii("acclerated"), &["accelerated"]), - (UniCase::ascii("cotained"), &["contained"]), - (UniCase::ascii("siezure"), &["seizure"]), - (UniCase::ascii("algorritm"), &["algorithm"]), - (UniCase::ascii("alowing"), &["allowing"]), - (UniCase::ascii("theis"), &["this", "thesis"]), - (UniCase::ascii("reord"), &["record"]), - (UniCase::ascii("striaghten"), &["straighten"]), - (UniCase::ascii("coalsced"), &["coalesced"]), - (UniCase::ascii("situationnal"), &["situational"]), - (UniCase::ascii("hyerarchy"), &["hierarchy"]), - (UniCase::ascii("owudl"), &["would"]), - (UniCase::ascii("disscovers"), &["discovers"]), - (UniCase::ascii("sppeches"), &["speeches"]), - (UniCase::ascii("nucular"), &["nuclear"]), - (UniCase::ascii("intraversion"), &["introversion"]), - (UniCase::ascii("awefully"), &["awfully"]), - (UniCase::ascii("virtal"), &["virtual"]), - (UniCase::ascii("mappping"), &["mapping"]), - (UniCase::ascii("multicat"), &["multicast"]), - (UniCase::ascii("mopdule"), &["module"]), - (UniCase::ascii("addressings"), &["addressing"]), - (UniCase::ascii("incorperating"), &["incorporating"]), - (UniCase::ascii("should\'nt"), &["shouldn\'t"]), - (UniCase::ascii("underyling"), &["underlying"]), - (UniCase::ascii("worbench"), &["workbench"]), - (UniCase::ascii("neccessarry"), &["necessary"]), - (UniCase::ascii("correllations"), &["correlations"]), - (UniCase::ascii("maake"), &["make"]), - (UniCase::ascii("chouse"), &["choose", "chose", "choux"]), - (UniCase::ascii("softend"), &["softened"]), - (UniCase::ascii("assignt"), &["assign"]), - (UniCase::ascii("rococco"), &["rococo"]), - (UniCase::ascii("idividual"), &["individual"]), - (UniCase::ascii("requirments"), &["requirements"]), - (UniCase::ascii("enourmously"), &["enormously"]), - (UniCase::ascii("veryifying"), &["verifying"]), - (UniCase::ascii("speparator"), &["separator"]), - (UniCase::ascii("forcably"), &["forcibly"]), - (UniCase::ascii("reudces"), &["reduces"]), - (UniCase::ascii("porblems"), &["problems"]), - (UniCase::ascii("Michagan"), &["Michigan"]), - (UniCase::ascii("uknown"), &["unknown"]), - (UniCase::ascii("scources"), &["sources"]), - (UniCase::ascii("tranlations"), &["translations"]), - (UniCase::ascii("mathes"), &["matches"]), - (UniCase::ascii("actine"), &["active"]), - (UniCase::ascii("unmoutned"), &["unmounted"]), - (UniCase::ascii("spefifally"), &["specifically"]), - (UniCase::ascii("negogtiating"), &["negotiating"]), - (UniCase::ascii("relaesed"), &["released"]), - (UniCase::ascii("begginnig"), &["beginning"]), - (UniCase::ascii("hypenation"), &["hyphenation"]), - (UniCase::ascii("upladad"), &["upload", "uploaded"]), - (UniCase::ascii("diffrently"), &["differently"]), - (UniCase::ascii("eeeprom"), &["EEPROM"]), - (UniCase::ascii("brige"), &["bridge"]), - (UniCase::ascii("neightobrhoods"), &["neighborhoods"]), - (UniCase::ascii("reconecct"), &["reconnect"]), - (UniCase::ascii("consttructer"), &["constructor"]), - (UniCase::ascii("transocders"), &["transcoders"]), - (UniCase::ascii("transperently"), &["transparently"]), - (UniCase::ascii("sinse"), &["sines", "since"]), - (UniCase::ascii("coherance"), &["coherence"]), - (UniCase::ascii("invisblity"), &["invisibility"]), - (UniCase::ascii("sanwich"), &["sandwich"]), - (UniCase::ascii("abstrations"), &["abstractions"]), - (UniCase::ascii("negogtiators"), &["negotiators"]), - (UniCase::ascii("atorecovery"), &["autorecovery"]), - (UniCase::ascii("currrent"), &["current"]), - (UniCase::ascii("rechargable"), &["rechargeable"]), - (UniCase::ascii("beliveably"), &["believably"]), - (UniCase::ascii("skilfull"), &["skilful", "skillful"]), - (UniCase::ascii("composit"), &["composite"]), - (UniCase::ascii("tempatized"), &["templatized"]), - (UniCase::ascii("triniy"), &["trinity"]), - (UniCase::ascii("neighbourhooding"), &["neighbouring"]), - (UniCase::ascii("themplate"), &["template"]), - (UniCase::ascii("heiroglyphics"), &["hieroglyphics"]), - (UniCase::ascii("slecting"), &["selecting"]), - (UniCase::ascii("dependicy"), &["dependency"]), - (UniCase::ascii("conenctivity"), &["connectivity"]), - (UniCase::ascii("transcocdes"), &["transcodes"]), - (UniCase::ascii("incvalid"), &["invalid"]), - (UniCase::ascii("attribtutes"), &["attributes"]), - (UniCase::ascii("devation"), &["deviation"]), - (UniCase::ascii("verifyied"), &["verified"]), - (UniCase::ascii("cedential"), &["credential"]), - (UniCase::ascii("absoltuely"), &["absolutely"]), - (UniCase::ascii("apllicatin"), &["application"]), - (UniCase::ascii("requsted"), &["requested"]), - (UniCase::ascii("synthtic"), &["synthetic"]), - (UniCase::ascii("otu"), &["out"]), - (UniCase::ascii("plese"), &["please"]), - (UniCase::ascii("apendix"), &["appendix"]), - (UniCase::ascii("hoppefully"), &["hopefully"]), - (UniCase::ascii("checksumed"), &["checksummed"]), - (UniCase::ascii("keept"), &["kept"]), - (UniCase::ascii("virtaul"), &["virtual"]), - (UniCase::ascii("re-negotioating"), &["re-negotiating"]), - (UniCase::ascii("infreqeuntcy"), &["infrequency"]), - (UniCase::ascii("chaied"), &["chained"]), - (UniCase::ascii("wonderig"), &["wondering"]), - (UniCase::ascii("annotaion"), &["annotation"]), - (UniCase::ascii("adresses"), &["addresses"]), - (UniCase::ascii("comparation"), &["comparison"]), - (UniCase::ascii("seperatly"), &["separately"]), - (UniCase::ascii("Britian"), &["Britain"]), - (UniCase::ascii("synchronious"), &["synchronous"]), - (UniCase::ascii("bisunes"), &["business"]), - (UniCase::ascii("environmet"), &["environment"]), - (UniCase::ascii("docuemnt"), &["document"]), - (UniCase::ascii("lightweigh"), &["lightweight"]), - (UniCase::ascii("tjhe"), &["the"]), - (UniCase::ascii("abstact"), &["abstract"]), - (UniCase::ascii("acutal"), &["actual"]), - (UniCase::ascii("environmane"), &["environment"]), - (UniCase::ascii("atleast"), &["at least"]), - (UniCase::ascii("prohibts"), &["prohibits"]), - (UniCase::ascii("supprt"), &["support"]), - (UniCase::ascii("surplanted"), &["supplanted"]), - (UniCase::ascii("progarm"), &["program"]), - (UniCase::ascii("abundand"), &["abundant"]), - (UniCase::ascii("efectively"), &["effectively"]), - (UniCase::ascii("htmp"), &["html"]), - (UniCase::ascii("comparition"), &["comparison"]), - (UniCase::ascii("enbaling"), &["enabling"]), - (UniCase::ascii("switiches"), &["switches"]), - (UniCase::ascii("additonal"), &["additional"]), - (UniCase::ascii("lokal"), &["local"]), - (UniCase::ascii("depening"), &["depending", "deepening"]), - (UniCase::ascii("untrasposed"), &["untransposed"]), - (UniCase::ascii("overvrite"), &["overwrite"]), - (UniCase::ascii("ege"), &["edge"]), - (UniCase::ascii("disaproval"), &["disapproval"]), - (UniCase::ascii("randmom"), &["random"]), - (UniCase::ascii("exectuableness"), &["executableness"]), - (UniCase::ascii("typles"), &["tuples"]), - (UniCase::ascii("architetcure"), &["architecture"]), - (UniCase::ascii("practicioners"), &["practitioners"]), - (UniCase::ascii("roughtly"), &["roughly"]), - (UniCase::ascii("centrifugeable"), &["centrifugable"]), - (UniCase::ascii("tranferred"), &["transferred"]), - (UniCase::ascii("combanations"), &["combinations"]), - (UniCase::ascii("alignmment"), &["alignment"]), - (UniCase::ascii("specifyinhg"), &["specifying"]), - (UniCase::ascii("vunerable"), &["vulnerable"]), - (UniCase::ascii("workd"), &["worked"]), - (UniCase::ascii("crirical"), &["critical"]), - (UniCase::ascii("imblance"), &["imbalance"]), - (UniCase::ascii("ditribution"), &["distribution"]), - (UniCase::ascii("replacacing"), &["replacing"]), - (UniCase::ascii("hertzs"), &["hertz"]), - (UniCase::ascii("adjusment"), &["adjustment"]), - (UniCase::ascii("forwad"), &["forward"]), - (UniCase::ascii("serveices"), &["services"]), - (UniCase::ascii("madatory"), &["mandatory"]), - (UniCase::ascii("autoctonous"), &["autochthonous"]), - (UniCase::ascii("re-negotable"), &["re-negotiable"]), - (UniCase::ascii("sepecification"), &["specification"]), - (UniCase::ascii("sychronisation"), &["synchronisation"]), - (UniCase::ascii("imortable"), &["importable"]), - (UniCase::ascii("crosreferenced"), &["cross-referenced"]), - (UniCase::ascii("processsors"), &["processors"]), - (UniCase::ascii("coneccts"), &["connects"]), - (UniCase::ascii("nodels"), &["models"]), - (UniCase::ascii("sylabus"), &["syllabus"]), - (UniCase::ascii("avoding"), &["avoiding"]), - (UniCase::ascii("consituent"), &["constituent"]), - (UniCase::ascii("statup"), &["startup"]), - (UniCase::ascii("re-negatiotiating"), &["re-negotiating"]), - (UniCase::ascii("ciritcal"), &["critical"]), - (UniCase::ascii("contructing"), &["constructing"]), - (UniCase::ascii("pricipal"), &["principal"]), - (UniCase::ascii("tempated"), &["templated"]), - (UniCase::ascii("avisoriyes"), &["advisories"]), - (UniCase::ascii("medevial"), &["medieval"]), - (UniCase::ascii("indefinitiley"), &["indefinitely"]), - (UniCase::ascii("executued"), &["executed"]), - (UniCase::ascii("enocdes"), &["encodes"]), - ( - UniCase::ascii("undertable"), - &["understandable", "understand"], - ), - (UniCase::ascii("nessecarry"), &["necessary"]), - (UniCase::ascii("transtions"), &["transitions"]), - (UniCase::ascii("inaccessable"), &["inaccessible"]), - (UniCase::ascii("postscritp"), &["postscript"]), - (UniCase::ascii("conusmer"), &["consumer"]), - (UniCase::ascii("serverite"), &["severity"]), - (UniCase::ascii("rearrangteables"), &["rearrangeables"]), - (UniCase::ascii("lenghtend"), &["lengthened"]), - (UniCase::ascii("neighbborhood"), &["neighborhood"]), - (UniCase::ascii("asny"), &["any"]), - (UniCase::ascii("pixes"), &["pixels"]), - (UniCase::ascii("explicitely"), &["explicitly"]), - (UniCase::ascii("algororithms"), &["algorithms"]), - (UniCase::ascii("truned"), &["turned"]), - (UniCase::ascii("allif"), &["all if"]), - (UniCase::ascii("werever"), &["wherever"]), - (UniCase::ascii("programatically"), &["programmatically"]), - (UniCase::ascii("stopry"), &["story"]), - (UniCase::ascii("shouws"), &["shows"]), - (UniCase::ascii("inheratance"), &["inheritance"]), - (UniCase::ascii("missmanaged"), &["mismanaged"]), - (UniCase::ascii("usefullness"), &["usefulness"]), - (UniCase::ascii("superceed"), &["supersede"]), - (UniCase::ascii("compitent"), &["competent"]), - (UniCase::ascii("donwload"), &["download"]), - (UniCase::ascii("informfation"), &["information"]), - (UniCase::ascii("contaiun"), &["contain"]), - (UniCase::ascii("functiosn"), &["functions"]), - (UniCase::ascii("alloted"), &["allotted"]), - (UniCase::ascii("directes"), &["directs"]), - (UniCase::ascii("appriopriate"), &["appropriate"]), - (UniCase::ascii("tyies"), &["tries"]), - (UniCase::ascii("reponsible"), &["responsible"]), - (UniCase::ascii("extepects"), &["expects"]), - (UniCase::ascii("nessesarily"), &["necessarily"]), - (UniCase::ascii("strored"), &["stored"]), - (UniCase::ascii("necessaryly"), &["necessarily"]), - (UniCase::ascii("defaulat"), &["default"]), - (UniCase::ascii("certificat"), &["certificate"]), - (UniCase::ascii("experimentatlly"), &["experimentally"]), - (UniCase::ascii("enviroiment"), &["environment"]), - (UniCase::ascii("tuhmbnail"), &["thumbnail"]), - (UniCase::ascii("benckmarking"), &["benchmarking"]), - (UniCase::ascii("scaricity"), &["scarcity"]), - (UniCase::ascii("uncompresed"), &["uncompressed"]), - (UniCase::ascii("rememor"), &["remember"]), - (UniCase::ascii("usefutl"), &["useful"]), - (UniCase::ascii("souces"), &["sources"]), - (UniCase::ascii("modue"), &["module"]), - (UniCase::ascii("partiticular"), &["particular"]), - (UniCase::ascii("granchildren"), &["grandchildren"]), - (UniCase::ascii("would\'nt"), &["wouldn\'t"]), - (UniCase::ascii("missen"), &["mizzen"]), - (UniCase::ascii("ois"), &["is"]), - (UniCase::ascii("contaiminated"), &["contaminated"]), - (UniCase::ascii("rearrangaelbe"), &["rearrangeable"]), - (UniCase::ascii("versiom"), &["version"]), - (UniCase::ascii("reconeects"), &["reconnects"]), - (UniCase::ascii("somehting"), &["something"]), - (UniCase::ascii("spaning"), &["spanning"]), - (UniCase::ascii("momemtn"), &["moment"]), - (UniCase::ascii("imbedded"), &["embedded"]), - (UniCase::ascii("interopeable"), &["interoperable"]), - (UniCase::ascii("cunter"), &["counter"]), - (UniCase::ascii("folowed"), &["followed"]), - (UniCase::ascii("renegotitor"), &["renegotiator"]), - (UniCase::ascii("sucesion"), &["succession"]), - (UniCase::ascii("comarators"), &["comparators"]), - (UniCase::ascii("unregnized"), &["unrecognized"]), - (UniCase::ascii("experimentted"), &["experimented"]), - (UniCase::ascii("unsepcified"), &["unspecified"]), - (UniCase::ascii("originaly"), &["originally"]), - (UniCase::ascii("preferrence"), &["preference"]), - (UniCase::ascii("conditionnal"), &["conditional"]), - (UniCase::ascii("memmory"), &["memory"]), - (UniCase::ascii("analyis"), &["analysis"]), - (UniCase::ascii("protable"), &["portable"]), - (UniCase::ascii("estimage"), &["estimate"]), - (UniCase::ascii("queryies"), &["queries"]), - (UniCase::ascii("Premonasterians"), &["Premonstratensians"]), - (UniCase::ascii("makss"), &["masks", "makes"]), - (UniCase::ascii("beleive"), &["believe"]), - (UniCase::ascii("dubios"), &["dubious"]), - (UniCase::ascii("emultors"), &["emulators"]), - (UniCase::ascii("defferent"), &["different", "deferent"]), - (UniCase::ascii("negotitates"), &["negotiates"]), - (UniCase::ascii("possitive"), &["positive"]), - (UniCase::ascii("decendants"), &["descendants"]), - (UniCase::ascii("dissappointed"), &["disappointed"]), - (UniCase::ascii("distructive"), &["destructive"]), - (UniCase::ascii("decopose"), &["decompose"]), - (UniCase::ascii("dicationaries"), &["dictionaries"]), - (UniCase::ascii("previsouly"), &["previously"]), - (UniCase::ascii("arbitralily"), &["arbitrarily"]), - (UniCase::ascii("finisched"), &["finished"]), - (UniCase::ascii("givving"), &["giving"]), - (UniCase::ascii("besure"), &["be sure"]), - (UniCase::ascii("patchs"), &["patches", "paths"]), - (UniCase::ascii("traiing"), &["trailing", "training"]), - (UniCase::ascii("sigaled"), &["signaled"]), - (UniCase::ascii("ritable"), &["writable"]), - (UniCase::ascii("histroies"), &["histories"]), - (UniCase::ascii("depdenncy"), &["dependency"]), - (UniCase::ascii("exchnged"), &["exchanged"]), - (UniCase::ascii("divisior"), &["divisor"]), - (UniCase::ascii("configutration"), &["configuration"]), - (UniCase::ascii("re-negoatiators"), &["re-negotiators"]), - (UniCase::ascii("thruoghput"), &["throughput"]), - (UniCase::ascii("tranlated"), &["translated"]), - (UniCase::ascii("virutalise"), &["virtualise"]), - (UniCase::ascii("meerkrat"), &["meerkat"]), - (UniCase::ascii("scrach"), &["scratch"]), - (UniCase::ascii("becaause"), &["because"]), - (UniCase::ascii("equilibium"), &["equilibrium"]), - (UniCase::ascii("experimentaitally"), &["experimentally"]), - (UniCase::ascii("rewite"), &["rewrite"]), - (UniCase::ascii("prosseses"), &["processes", "possesses"]), - (UniCase::ascii("initialyze"), &["initialize"]), - (UniCase::ascii("secondy"), &["secondly", "secondary"]), - (UniCase::ascii("independantly"), &["independently"]), - (UniCase::ascii("lpatform"), &["platform"]), - (UniCase::ascii("experimmenters"), &["experimenters"]), - (UniCase::ascii("resposes"), &["responses"]), - (UniCase::ascii("upsreamer"), &["upstreamer"]), - (UniCase::ascii("peculure"), &["peculiar"]), - (UniCase::ascii("reveral"), &["reversal", "referral"]), - (UniCase::ascii("banches"), &["branches", "benches"]), - (UniCase::ascii("oll"), &["all", "ole", "old", "Olly", "oil"]), - (UniCase::ascii("renegotions"), &["renegotiations"]), - (UniCase::ascii("phyiscal"), &["physical"]), - (UniCase::ascii("lcoally"), &["locally"]), - (UniCase::ascii("execuctors"), &["executors"]), - (UniCase::ascii("circunstance"), &["circumstance"]), - (UniCase::ascii("sucesssfully"), &["successfully"]), - (UniCase::ascii("perferrance"), &["preference"]), - (UniCase::ascii("renegotating"), &["renegotiating"]), - (UniCase::ascii("calibrtion"), &["calibration"]), - (UniCase::ascii("grapical"), &["graphical"]), - (UniCase::ascii("latets"), &["latest"]), - (UniCase::ascii("striclty"), &["strictly"]), - (UniCase::ascii("delimitied"), &["delimited"]), - (UniCase::ascii("framwework"), &["framework"]), - (UniCase::ascii("visuabs"), &["visuals"]), - (UniCase::ascii("mapppings"), &["mappings"]), - (UniCase::ascii("handshaks"), &["handshakes"]), - (UniCase::ascii("suprassing"), &["surpassing"]), - (UniCase::ascii("overrrides"), &["overrides"]), - (UniCase::ascii("publiching"), &["publishing"]), - (UniCase::ascii("aligment"), &["alignment"]), - (UniCase::ascii("experimetented"), &["experimented"]), - (UniCase::ascii("availabillity"), &["availability"]), - (UniCase::ascii("ressapee"), &["recipe"]), - (UniCase::ascii("circomvents"), &["circumvents"]), - (UniCase::ascii("inconcistency"), &["inconsistency"]), - (UniCase::ascii("proffesional"), &["professional"]), - (UniCase::ascii("dissapears"), &["disappears"]), - (UniCase::ascii("nighbor"), &["neighbor"]), - (UniCase::ascii("consdidered"), &["considered"]), - (UniCase::ascii("beweeen"), &["between"]), - (UniCase::ascii("determing"), &["determining", "determine"]), - (UniCase::ascii("follwowiwng"), &["following"]), - (UniCase::ascii("renegoitator"), &["renegotiator"]), - (UniCase::ascii("exchaned"), &["exchanged"]), - (UniCase::ascii("secruity"), &["security"]), - (UniCase::ascii("decriptor"), &["descriptor"]), - (UniCase::ascii("nuber"), &["number"]), - (UniCase::ascii("distnguish"), &["distinguish"]), - (UniCase::ascii("conifguration"), &["configuration"]), - (UniCase::ascii("arent;"), &["aren\'t"]), - (UniCase::ascii("releiver"), &["reliever"]), - (UniCase::ascii("deriver"), &["derive", "driver"]), - (UniCase::ascii("availabilty"), &["availability"]), - (UniCase::ascii("mathod"), &["method"]), - (UniCase::ascii("simpliifcation"), &["simplification"]), - ( - UniCase::ascii("incomfort"), - &["discomfort", "uncomfortable", "in comfort"], - ), - (UniCase::ascii("questonable"), &["questionable"]), - (UniCase::ascii("commpiled"), &["compiled"]), - (UniCase::ascii("desiar"), &["desire"]), - (UniCase::ascii("sufficating"), &["suffocating"]), - (UniCase::ascii("canged"), &["changed"]), - (UniCase::ascii("seige"), &["siege"]), - (UniCase::ascii("himselv"), &["himself"]), - (UniCase::ascii("embargos"), &["embargoes"]), - (UniCase::ascii("excective"), &["executive"]), - (UniCase::ascii("atmoic"), &["atomic"]), - (UniCase::ascii("slightl"), &["slightly"]), - (UniCase::ascii("messured"), &["measured"]), - (UniCase::ascii("perhabs"), &["perhaps"]), - (UniCase::ascii("starups"), &["startups"]), - (UniCase::ascii("upater"), &["updater"]), - (UniCase::ascii("pseude"), &["pseudo"]), - (UniCase::ascii("lieved"), &["lived"]), - (UniCase::ascii("gabage"), &["garbage"]), - (UniCase::ascii("charicters"), &["characters"]), - (UniCase::ascii("deugging"), &["debugging"]), - (UniCase::ascii("langage"), &["language"]), - (UniCase::ascii("transalte"), &["translate"]), - (UniCase::ascii("conection"), &["connection"]), - (UniCase::ascii("mariabd"), &["MariaDB"]), - (UniCase::ascii("declataions"), &["declarations"]), - (UniCase::ascii("retreives"), &["retrieves"]), - (UniCase::ascii("analaog"), &["analog"]), - (UniCase::ascii("dependncy"), &["dependency"]), - (UniCase::ascii("unexpecte"), &["unexpected"]), - (UniCase::ascii("devirutalise"), &["devirtualise"]), - (UniCase::ascii("characterstically"), &["characteristically"]), - (UniCase::ascii("responsess"), &["responses"]), - (UniCase::ascii("querys"), &["queries"]), - (UniCase::ascii("reutrns"), &["returns"]), - (UniCase::ascii("raelly"), &["really"]), - (UniCase::ascii("veiwers"), &["viewers"]), - (UniCase::ascii("re-negociations"), &["re-negotiations"]), - (UniCase::ascii("precendencies"), &["precedences"]), - (UniCase::ascii("cahange"), &["change"]), - (UniCase::ascii("absoluely"), &["absolutely"]), - (UniCase::ascii("spefixics"), &["specifics"]), - (UniCase::ascii("packege"), &["package"]), - (UniCase::ascii("carfull"), &["careful"]), - (UniCase::ascii("aequidistant"), &["equidistant"]), - (UniCase::ascii("hapenns"), &["happens"]), - (UniCase::ascii("conetors"), &["connectors"]), - (UniCase::ascii("ourselvs"), &["ourselves"]), - (UniCase::ascii("stcokbrush"), &["stockbrush"]), - (UniCase::ascii("arrane"), &["arrange"]), - (UniCase::ascii("constain"), &["constrain", "contain"]), - (UniCase::ascii("runns"), &["runs"]), - (UniCase::ascii("tempdate"), &["template"]), - (UniCase::ascii("excected"), &["executed", "expected"]), - ( - UniCase::ascii("interporated"), - &["interpolated", "interpreted"], - ), - (UniCase::ascii("indepdendantly"), &["independently"]), - (UniCase::ascii("puplarity"), &["popularity"]), - (UniCase::ascii("blindy"), &["blindly"]), - (UniCase::ascii("moutn"), &["mount"]), - (UniCase::ascii("antialising"), &["antialiasing"]), - (UniCase::ascii("improbes"), &["improves"]), - (UniCase::ascii("newthon"), &["newton"]), - (UniCase::ascii("deploymenets"), &["deployments"]), - (UniCase::ascii("bookkeeiping"), &["bookkeeping"]), - (UniCase::ascii("settter"), &["setter"]), - (UniCase::ascii("fisisist"), &["physicist"]), - (UniCase::ascii("itnervals"), &["intervals"]), - (UniCase::ascii("gloabl"), &["global"]), - (UniCase::ascii("tempratures"), &["temperatures"]), - (UniCase::ascii("unspefiifeid"), &["unspecified"]), - (UniCase::ascii("speficer"), &["specifier"]), - (UniCase::ascii("encocdes"), &["encodes"]), - (UniCase::ascii("acuired"), &["acquired"]), - (UniCase::ascii("omre"), &["more"]), - (UniCase::ascii("allegely"), &["allegedly"]), - (UniCase::ascii("subscritpion"), &["subscription"]), - (UniCase::ascii("arbitraryily"), &["arbitrarily"]), - (UniCase::ascii("etension"), &["extension"]), - (UniCase::ascii("hting"), &["thing"]), - (UniCase::ascii("foreing"), &["foreign"]), - (UniCase::ascii("expendeble"), &["expendable"]), - (UniCase::ascii("epigramic"), &["epigrammatic"]), - (UniCase::ascii("authencator"), &["authenticator"]), - (UniCase::ascii("critisized"), &["criticised", "criticized"]), - (UniCase::ascii("inconviniencys"), &["inconveniences"]), - (UniCase::ascii("instruccion"), &["instruction"]), - (UniCase::ascii("fursther"), &["further"]), - (UniCase::ascii("maube"), &["maybe", "mauve"]), - (UniCase::ascii("alls"), &["all", "falls"]), - (UniCase::ascii("temaplate"), &["template"]), - (UniCase::ascii("descovered"), &["discovered"]), - (UniCase::ascii("exibitions"), &["exhibitions"]), - (UniCase::ascii("attened"), &["attended"]), - (UniCase::ascii("subsciber"), &["subscriber"]), - (UniCase::ascii("cintaner"), &["container"]), - (UniCase::ascii("errots"), &["errors"]), - (UniCase::ascii("discconencts"), &["disconnects"]), - (UniCase::ascii("manupilations"), &["manipulations"]), - (UniCase::ascii("allocatedi"), &["allocated"]), - (UniCase::ascii("animaiton"), &["animation"]), - (UniCase::ascii("commenstatus"), &["commentstatus"]), - (UniCase::ascii("availabled"), &["available"]), - (UniCase::ascii("partiiton"), &["partition"]), - (UniCase::ascii("implemend"), &["implement"]), - (UniCase::ascii("theyr"), &["their", "there", "they\'re"]), - (UniCase::ascii("arrangtements"), &["arrangements"]), - (UniCase::ascii("objec"), &["object"]), - (UniCase::ascii("overcompansate"), &["overcompensate"]), - (UniCase::ascii("violoated"), &["violated"]), - (UniCase::ascii("analouge"), &["analogue"]), - (UniCase::ascii("selectes"), &["selects"]), - (UniCase::ascii("bluetooh"), &["bluetooth"]), - (UniCase::ascii("negotaiator"), &["negotiator"]), - (UniCase::ascii("javasript"), &["javascript"]), - (UniCase::ascii("meranda"), &["veranda", "Miranda"]), - (UniCase::ascii("maximimum"), &["maximum"]), - (UniCase::ascii("prepresents"), &["represents"]), - (UniCase::ascii("farmework"), &["framework"]), - (UniCase::ascii("desogn"), &["design"]), - (UniCase::ascii("one-dimenional"), &["one-dimensional"]), - (UniCase::ascii("disiplined"), &["disciplined"]), - (UniCase::ascii("harth"), &["hearth"]), - (UniCase::ascii("finanace"), &["finance"]), - (UniCase::ascii("shrinked"), &["shrunk"]), - (UniCase::ascii("pubishing"), &["publishing"]), - (UniCase::ascii("obvisous"), &["obvious"]), - (UniCase::ascii("consisntency"), &["consistency"]), - (UniCase::ascii("transfomation"), &["transformation"]), - (UniCase::ascii("cateogrically"), &["categorically"]), - (UniCase::ascii("comamnd"), &["command"]), - (UniCase::ascii("rearrangde"), &["rearranged"]), - (UniCase::ascii("delimitited"), &["delimited"]), - (UniCase::ascii("accessbile"), &["accessible"]), - (UniCase::ascii("handshking"), &["handshaking"]), - (UniCase::ascii("cirle"), &["circle"]), - (UniCase::ascii("pilgrimmages"), &["pilgrimages"]), - (UniCase::ascii("nineth"), &["ninth"]), - (UniCase::ascii("initiliazes"), &["initializes"]), - (UniCase::ascii("unknonwn"), &["unknown"]), - (UniCase::ascii("displayd"), &["displayed"]), - (UniCase::ascii("liev"), &["live"]), - (UniCase::ascii("Enlish"), &["English", "enlist"]), - (UniCase::ascii("wirtable"), &["writable", "writeable"]), - (UniCase::ascii("propterty"), &["property"]), - ( - UniCase::ascii("standard-complient"), - &["standard-compliant"], - ), - (UniCase::ascii("youn"), &["your", "you", "young"]), - (UniCase::ascii("grammer"), &["grammar"]), - (UniCase::ascii("horizonal"), &["horizontal"]), - (UniCase::ascii("reciving"), &["receiving"]), - (UniCase::ascii("defien"), &["define"]), - (UniCase::ascii("defaut"), &["default"]), - (UniCase::ascii("veiwing"), &["viewing"]), - ( - UniCase::ascii("provdidet"), - &["provided", "provider", "provident"], - ), - (UniCase::ascii("mirrorn"), &["mirror"]), - (UniCase::ascii("exprience"), &["experience"]), - (UniCase::ascii("progams"), &["programs"]), - (UniCase::ascii("uncontrolable"), &["uncontrollable"]), - (UniCase::ascii("beaurocratic"), &["bureaucratic"]), - (UniCase::ascii("subnegoatiation"), &["subnegotiation"]), - (UniCase::ascii("homogenous"), &["homogeneous"]), - (UniCase::ascii("incompatbility"), &["incompatibility"]), - (UniCase::ascii("unspeficiied"), &["unspecified"]), - (UniCase::ascii("fitlers"), &["filters"]), - (UniCase::ascii("virutalenv"), &["virtualenv"]), - (UniCase::ascii("snipets"), &["snippets"]), - (UniCase::ascii("reappeares"), &["reappears"]), - (UniCase::ascii("ttests"), &["tests"]), - (UniCase::ascii("litquids"), &["liquids"]), - (UniCase::ascii("maxinum"), &["maximum"]), - (UniCase::ascii("incompatabilty"), &["incompatibility"]), - (UniCase::ascii("experssions"), &["expressions"]), - (UniCase::ascii("sacarin"), &["saccharin"]), - (UniCase::ascii("conect"), &["connect"]), - (UniCase::ascii("ubutunu"), &["Ubuntu"]), - (UniCase::ascii("auotmatic"), &["automatic"]), - (UniCase::ascii("selectoin"), &["selection"]), - (UniCase::ascii("asendance"), &["ascendance"]), - (UniCase::ascii("wasnt\'"), &["wasn\'t"]), - (UniCase::ascii("affinitized"), &["affinities", "affinity"]), - (UniCase::ascii("identiy"), &["identify", "identity"]), - (UniCase::ascii("reimplented"), &["reimplemented"]), - (UniCase::ascii("compoments"), &["components"]), - (UniCase::ascii("swithable"), &["switchable"]), - (UniCase::ascii("loactions"), &["locations"]), - (UniCase::ascii("problme"), &["problem"]), - (UniCase::ascii("constructtors"), &["constructors"]), - (UniCase::ascii("devleoppers"), &["developers"]), - (UniCase::ascii("cobvers"), &["covers"]), - (UniCase::ascii("experimantations"), &["experimentations"]), - (UniCase::ascii("deailing"), &["dealing"]), - (UniCase::ascii("missconfiguring"), &["misconfiguring"]), - (UniCase::ascii("unimplemeneted"), &["unimplemented"]), - (UniCase::ascii("numberic"), &["numeric"]), - (UniCase::ascii("sceme"), &["scheme", "scene"]), - (UniCase::ascii("auto-negothiations"), &["auto-negotiations"]), - (UniCase::ascii("ajustement"), &["adjustment"]), - (UniCase::ascii("differnecs"), &["differences"]), - (UniCase::ascii("aways"), &["always", "away"]), - (UniCase::ascii("retirned"), &["returned"]), - (UniCase::ascii("extatic"), &["ecstatic"]), - (UniCase::ascii("alegorical"), &["allegorical"]), - (UniCase::ascii("envioment"), &["environment"]), - (UniCase::ascii("defautlt"), &["default"]), - (UniCase::ascii("advetise"), &["advertise"]), - (UniCase::ascii("makefle"), &["makefile"]), - (UniCase::ascii("anytghing"), &["anything"]), - (UniCase::ascii("algotihmically"), &["algorithmically"]), - (UniCase::ascii("renegoptionsotiating"), &["renegotiating"]), - (UniCase::ascii("dictionarys"), &["dictionaries"]), - (UniCase::ascii("encapsulatzion"), &["encapsulation"]), - (UniCase::ascii("enableing"), &["enabling"]), - (UniCase::ascii("perfromed"), &["performed"]), - (UniCase::ascii("speciifed"), &["specified"]), - (UniCase::ascii("gererated"), &["generated"]), - (UniCase::ascii("splittng"), &["splitting"]), - (UniCase::ascii("schedualing"), &["scheduling"]), - (UniCase::ascii("acccepted"), &["accepted"]), - (UniCase::ascii("alha"), &["alpha"]), - (UniCase::ascii("degenarate"), &["degenerate"]), - (UniCase::ascii("improof"), &["improve"]), - (UniCase::ascii("indepdenence"), &["independence"]), - (UniCase::ascii("modfify"), &["modify"]), - (UniCase::ascii("hybernate"), &["hibernate"]), - (UniCase::ascii("acclerates"), &["accelerates"]), - (UniCase::ascii("handeled"), &["handled", "handheld"]), - (UniCase::ascii("channeles"), &["channels"]), - (UniCase::ascii("suficating"), &["suffocating"]), - (UniCase::ascii("peom"), &["poem"]), - (UniCase::ascii("moleclues"), &["molecules"]), - (UniCase::ascii("masquarade"), &["masquerade"]), - (UniCase::ascii("attriburte"), &["attribute"]), - (UniCase::ascii("dataets"), &["datasets"]), - (UniCase::ascii("exceuctive"), &["executive"]), - (UniCase::ascii("boundery"), &["boundary"]), - (UniCase::ascii("measurmenets"), &["measurements"]), - (UniCase::ascii("makign"), &["making"]), - (UniCase::ascii("specificaly"), &["specifically"]), - (UniCase::ascii("curruptable"), &["corruptible"]), - (UniCase::ascii("determinining"), &["determining"]), - (UniCase::ascii("annouing"), &["annoying"]), - (UniCase::ascii("onlie"), &["online", "only"]), - (UniCase::ascii("sheduled"), &["scheduled"]), - (UniCase::ascii("subscirbe"), &["subscribe"]), - (UniCase::ascii("optmizations"), &["optimizations"]), - (UniCase::ascii("milimeters"), &["millimeters"]), - (UniCase::ascii("execuiting"), &["executing"]), - (UniCase::ascii("authetnticator"), &["authenticator"]), - (UniCase::ascii("renegothiators"), &["renegotiators"]), - (UniCase::ascii("obtaioned"), &["obtained"]), - (UniCase::ascii("uncondisionaly"), &["unconditionally"]), - (UniCase::ascii("convax"), &["convex"]), - (UniCase::ascii("neighror"), &["neighbour"]), - (UniCase::ascii("addresss"), &["address"]), - (UniCase::ascii("temparily"), &["temporarily"]), - (UniCase::ascii("guarrenty"), &["guaranty"]), - (UniCase::ascii("sitll"), &["still"]), - (UniCase::ascii("warantee"), &["warranty"]), - (UniCase::ascii("associatated"), &["associated"]), - (UniCase::ascii("noramalised"), &["normalised"]), - (UniCase::ascii("degerate"), &["degenerate"]), - (UniCase::ascii("allcater"), &["allocator"]), - (UniCase::ascii("quicklyu"), &["quickly"]), - (UniCase::ascii("modfier"), &["modifier"]), - (UniCase::ascii("renegoptionsotiates"), &["renegotiates"]), - (UniCase::ascii("chawk"), &["chalk"]), - (UniCase::ascii("languace"), &["language"]), - (UniCase::ascii("cahe"), &["cache"]), - (UniCase::ascii("reconencted"), &["reconnected"]), - (UniCase::ascii("ciper"), &["cipher"]), - (UniCase::ascii("speficication"), &["specification"]), - (UniCase::ascii("messsage"), &["message"]), - (UniCase::ascii("inizializes"), &["initializes"]), - (UniCase::ascii("releived"), &["relieved"]), - (UniCase::ascii("deaktivated"), &["deactivated"]), - (UniCase::ascii("accordintly"), &["accordingly"]), - (UniCase::ascii("octect"), &["octet"]), - (UniCase::ascii("arbitrarion"), &["arbitration"]), - (UniCase::ascii("dissct"), &["dissect"]), - (UniCase::ascii("greated"), &["greater", "grated", "graded"]), - (UniCase::ascii("conncurrent"), &["concurrent"]), - (UniCase::ascii("nanoseonds"), &["nanoseconds"]), - (UniCase::ascii("strcture"), &["structure"]), - (UniCase::ascii("non-useful"), &["useless"]), - (UniCase::ascii("truble"), &["trouble"]), - (UniCase::ascii("atmoically"), &["atomically"]), - (UniCase::ascii("eyasr"), &["years", "eyas"]), - (UniCase::ascii("attemts"), &["attempts"]), - (UniCase::ascii("competetive"), &["competitive"]), - (UniCase::ascii("hirearchy"), &["hierarchy"]), - (UniCase::ascii("incrmeneted"), &["incremented"]), - (UniCase::ascii("sitaution"), &["situation"]), - (UniCase::ascii("vulernabilities"), &["vulnerabilities"]), - (UniCase::ascii("unuseable"), &["unusable"]), - (UniCase::ascii("varibaless"), &["variables"]), - (UniCase::ascii("caputure"), &["capture"]), - (UniCase::ascii("neighborhouds"), &["neighborhoods"]), - (UniCase::ascii("recident"), &["resident"]), - (UniCase::ascii("implemementing"), &["implementing"]), - (UniCase::ascii("attribiutes"), &["attributes"]), - (UniCase::ascii("uninfromes"), &["uninforms", "uniforms"]), - (UniCase::ascii("consturct"), &["construct"]), - (UniCase::ascii("avalance"), &["avalanche"]), - (UniCase::ascii("handwirting"), &["handwriting"]), - (UniCase::ascii("unregistert"), &["unregistered"]), - (UniCase::ascii("freecallrelpy"), &["freecallreply"]), - (UniCase::ascii("accessintg"), &["accessing"]), - (UniCase::ascii("declation"), &["declaration"]), - (UniCase::ascii("manifacturers"), &["manufacturers"]), - (UniCase::ascii("enetities"), &["entities"]), - (UniCase::ascii("oriant"), &["orient"]), - (UniCase::ascii("dedupliate"), &["deduplicate"]), - (UniCase::ascii("formating"), &["formatting"]), - (UniCase::ascii("princeple"), &["principle"]), - (UniCase::ascii("mulitplied"), &["multiplied"]), - (UniCase::ascii("incompatabillity"), &["incompatibility"]), - (UniCase::ascii("spurios"), &["spurious"]), - (UniCase::ascii("appereance"), &["appearance"]), - (UniCase::ascii("charaterize"), &["characterize"]), - (UniCase::ascii("calulation"), &["calculation"]), - (UniCase::ascii("rebounce"), &["rebound"]), - (UniCase::ascii("subpsace"), &["subspace"]), - (UniCase::ascii("constucts"), &["constructs"]), - (UniCase::ascii("scandanavia"), &["Scandinavia"]), - (UniCase::ascii("deatches"), &["detaches"]), - (UniCase::ascii("recconeted"), &["reconnected"]), - (UniCase::ascii("vulberabuilitis"), &["vulnerabilities"]), - (UniCase::ascii("allso"), &["also"]), - (UniCase::ascii("tempraraily"), &["temporarily"]), - (UniCase::ascii("supportted"), &["supported"]), - (UniCase::ascii("perturbate"), &["perturb"]), - (UniCase::ascii("ziper"), &["zipper"]), - (UniCase::ascii("guarnantee"), &["guarantee"]), - (UniCase::ascii("anthing"), &["anything"]), - (UniCase::ascii("pacjages"), &["packages"]), - ( - UniCase::ascii("customicable"), - &["customisable", "customizable"], - ), - (UniCase::ascii("failsaves"), &["fail-safes", "failsafes"]), - (UniCase::ascii("mdoeling"), &["modeling"]), - (UniCase::ascii("callig"), &["calling"]), - (UniCase::ascii("ommision"), &["omission"]), - (UniCase::ascii("representaion"), &["representation"]), - (UniCase::ascii("birghtest"), &["brightest"]), - (UniCase::ascii("divion"), &["division"]), - (UniCase::ascii("latset"), &["latest"]), - (UniCase::ascii("syncronizations"), &["synchronizations"]), - (UniCase::ascii("analized"), &["analyzed"]), - (UniCase::ascii("verbse"), &["verbose"]), - (UniCase::ascii("probaly"), &["probably"]), - (UniCase::ascii("arcitecture"), &["architecture"]), - (UniCase::ascii("volounteering"), &["volunteering"]), - (UniCase::ascii("reurn"), &["return"]), - (UniCase::ascii("unselectabe"), &["unselectable"]), - (UniCase::ascii("peice"), &["piece"]), - (UniCase::ascii("sufficent"), &["sufficient"]), - (UniCase::ascii("recyling"), &["recycling"]), - (UniCase::ascii("placeholers"), &["placeholders"]), - (UniCase::ascii("publishd"), &["published"]), - (UniCase::ascii("prominance"), &["prominence"]), - (UniCase::ascii("vegtable"), &["vegetable"]), - (UniCase::ascii("milimetre"), &["millimetre"]), - (UniCase::ascii("algorthimically"), &["algorithmically"]), - (UniCase::ascii("sectons"), &["sections"]), - (UniCase::ascii("searchs"), &["searches"]), - (UniCase::ascii("hydrolic"), &["hydraulic"]), - (UniCase::ascii("unneccessarily"), &["unnecessarily"]), - (UniCase::ascii("contraint"), &["constraint"]), - (UniCase::ascii("mimatchd"), &["mismatched"]), - (UniCase::ascii("binay"), &["binary"]), - (UniCase::ascii("excapes"), &["escapes"]), - (UniCase::ascii("weas"), &["was"]), - (UniCase::ascii("localation"), &["location"]), - (UniCase::ascii("turle"), &["turtle"]), - (UniCase::ascii("duplaicates"), &["duplicates"]), - (UniCase::ascii("postiive"), &["positive"]), - (UniCase::ascii("ingnores"), &["ignores"]), - (UniCase::ascii("reallize"), &["realize"]), - (UniCase::ascii("introduses"), &["introduces"]), - (UniCase::ascii("deside"), &["decide"]), - (UniCase::ascii("cryptocraphic"), &["cryptographic"]), - (UniCase::ascii("unexepctedly"), &["unexpectedly"]), - (UniCase::ascii("frgament"), &["fragment"]), - (UniCase::ascii("imorting"), &["importing"]), - (UniCase::ascii("beind"), &["behind"]), - (UniCase::ascii("databsaes"), &["databases"]), - (UniCase::ascii("indicateds"), &["indicated", "indicates"]), - (UniCase::ascii("aqcuire"), &["acquire"]), - (UniCase::ascii("sensivity"), &["sensitivity", "sensitively"]), - (UniCase::ascii("consiers"), &["considers"]), - (UniCase::ascii("reupladed"), &["reuploaded"]), - (UniCase::ascii("fezent"), &["pheasant"]), - (UniCase::ascii("booleanss"), &["booleans"]), - (UniCase::ascii("tolerence"), &["tolerance"]), - (UniCase::ascii("reonly"), &["read-only"]), - (UniCase::ascii("keybaord"), &["keyboard"]), - (UniCase::ascii("progammable"), &["programmable"]), - (UniCase::ascii("simmetrical"), &["symmetrical"]), - (UniCase::ascii("compilant"), &["compliant"]), - (UniCase::ascii("capabiliites"), &["capabilities"]), - (UniCase::ascii("infinty"), &["infinity"]), - (UniCase::ascii("featchuring"), &["featuring"]), - (UniCase::ascii("tghe"), &["the"]), - (UniCase::ascii("docsund"), &["dachshund"]), - (UniCase::ascii("discrepency"), &["discrepancy"]), - (UniCase::ascii("reoport"), &["report"]), - (UniCase::ascii("hiddin"), &["hidden", "hiding"]), - (UniCase::ascii("downlaoding"), &["downloading"]), - (UniCase::ascii("minimzing"), &["minimizing"]), - (UniCase::ascii("virtural"), &["virtual"]), - (UniCase::ascii("shystem"), &["system"]), - (UniCase::ascii("monotirs"), &["monitors"]), - (UniCase::ascii("cursro"), &["cursor"]), - (UniCase::ascii("Gameboy"), &["Game Boy"]), - (UniCase::ascii("prestigous"), &["prestigious"]), - (UniCase::ascii("mchanisms"), &["mechanisms"]), - (UniCase::ascii("abstactness"), &["abstractness"]), - (UniCase::ascii("subsituent"), &["substituent"]), - (UniCase::ascii("programattically"), &["programmatically"]), - (UniCase::ascii("calcalate"), &["calculate"]), - (UniCase::ascii("correspodence"), &["correspondence"]), - (UniCase::ascii("rescaned"), &["rescanned"]), - (UniCase::ascii("reconnaisance"), &["reconnaissance"]), - (UniCase::ascii("hexidecimal"), &["hexadecimal"]), - (UniCase::ascii("cycular"), &["circular"]), - (UniCase::ascii("embarrasment"), &["embarrassment"]), - (UniCase::ascii("libraby"), &["library"]), - (UniCase::ascii("commericial"), &["commercial"]), - (UniCase::ascii("pennisula"), &["peninsula"]), - (UniCase::ascii("usueful"), &["useful"]), - (UniCase::ascii("excections"), &["exceptions", "executions"]), - (UniCase::ascii("howeverm"), &["however"]), - (UniCase::ascii("rectanglar"), &["rectangular"]), - (UniCase::ascii("subsytems"), &["subsystems"]), - (UniCase::ascii("renegotioator"), &["renegotiator"]), - (UniCase::ascii("decapsulting"), &["decapsulating"]), - (UniCase::ascii("numering"), &["numbering"]), - (UniCase::ascii("renegatiotiates"), &["renegotiates"]), - (UniCase::ascii("facors"), &["favors", "fakers"]), - (UniCase::ascii("attrubures"), &["attributes"]), - (UniCase::ascii("ioclt"), &["ioctl"]), - (UniCase::ascii("deativation"), &["deactivation"]), - (UniCase::ascii("consisent"), &["consistent"]), - (UniCase::ascii("procceed"), &["proceed"]), - (UniCase::ascii("deined"), &["denied", "defined"]), - (UniCase::ascii("flem"), &["phlegm"]), - (UniCase::ascii("devide"), &["divide"]), - (UniCase::ascii("swithces"), &["switches"]), - (UniCase::ascii("algorhitms"), &["algorithms"]), - (UniCase::ascii("greatfully"), &["gratefully"]), - (UniCase::ascii("sementing"), &["cementing", "segmenting"]), - (UniCase::ascii("re-negoticates"), &["re-negotiates"]), - (UniCase::ascii("perfermences"), &["performances"]), - (UniCase::ascii("fundementally"), &["fundamentally"]), - (UniCase::ascii("quizes"), &["quizzes"]), - (UniCase::ascii("contructors"), &["constructors"]), - (UniCase::ascii("catterpillars"), &["caterpillars"]), - (UniCase::ascii("datatgrams"), &["datagrams"]), - (UniCase::ascii("ukowns"), &["unknowns", "unknown"]), - (UniCase::ascii("addresse"), &["addresses", "address"]), - (UniCase::ascii("failer"), &["failure"]), - (UniCase::ascii("ciricuit"), &["circuit"]), - (UniCase::ascii("expemplary"), &["exemplary"]), - (UniCase::ascii("tabualtor"), &["tabulator"]), - (UniCase::ascii("reuest"), &["request"]), - (UniCase::ascii("rescources"), &["resources"]), - (UniCase::ascii("canidates"), &["candidates"]), - (UniCase::ascii("droppped"), &["dropped"]), - (UniCase::ascii("represneted"), &["represented"]), - (UniCase::ascii("enocded"), &["encoded"]), - (UniCase::ascii("shouln\'t"), &["shouldn\'t"]), - (UniCase::ascii("hiarchy"), &["hierarchy"]), - (UniCase::ascii("non-negoatiated"), &["non-negotiated"]), - (UniCase::ascii("olny"), &["only"]), - (UniCase::ascii("exceptation"), &["expectation"]), - (UniCase::ascii("selectd"), &["selected"]), - (UniCase::ascii("expectd"), &["expected"]), - (UniCase::ascii("vulnerbility"), &["vulnerability"]), - (UniCase::ascii("wieh"), &["view"]), - (UniCase::ascii("arbirtary"), &["arbitrary"]), - (UniCase::ascii("signficiant"), &["significant"]), - (UniCase::ascii("accoutn"), &["account"]), - (UniCase::ascii("funguses"), &["fungi"]), - (UniCase::ascii("elemente"), &["element", "elements"]), - (UniCase::ascii("perperty"), &["property"]), - (UniCase::ascii("dispprove"), &["disprove", "disapprove"]), - (UniCase::ascii("solfes"), &["solves"]), - (UniCase::ascii("acessable"), &["accessible"]), - (UniCase::ascii("unitilising"), &["uninitialising"]), - (UniCase::ascii("rectanges"), &["rectangles"]), - (UniCase::ascii("multipe"), &["multiple"]), - (UniCase::ascii("upated"), &["updated"]), - (UniCase::ascii("follwwong"), &["following"]), - (UniCase::ascii("responsability"), &["responsibility"]), - (UniCase::ascii("experiancing"), &["experiencing"]), - (UniCase::ascii("algorhtmically"), &["algorithmically"]), - (UniCase::ascii("compund"), &["compound"]), - (UniCase::ascii("chanched"), &["changed"]), - (UniCase::ascii("discontigious"), &["discontiguous"]), - (UniCase::ascii("coallating"), &["collating"]), - (UniCase::ascii("axises"), &["axes"]), - (UniCase::ascii("autoropeat"), &["autorepeat"]), - (UniCase::ascii("estabished"), &["established"]), - (UniCase::ascii("fairoh"), &["pharaoh"]), - (UniCase::ascii("deciamls"), &["decimals"]), - (UniCase::ascii("highlightning"), &["highlighting"]), - (UniCase::ascii("trasported"), &["transported"]), - (UniCase::ascii("umit"), &["unit"]), - (UniCase::ascii("magasine"), &["magazine"]), - (UniCase::ascii("cofrimations"), &["confirmations"]), - (UniCase::ascii("unnessessarily"), &["unnecessarily"]), - (UniCase::ascii("renegotication"), &["renegotiation"]), - (UniCase::ascii("tenative"), &["tentative"]), - (UniCase::ascii("hanlded"), &["handled"]), - (UniCase::ascii("ansalisation"), &["nasalisation"]), - (UniCase::ascii("performane"), &["performance"]), - (UniCase::ascii("compiliation"), &["compilation"]), - (UniCase::ascii("respository"), &["repository"]), - (UniCase::ascii("examied"), &["examined"]), - (UniCase::ascii("approbiate"), &["appropriate"]), - (UniCase::ascii("bluetootn"), &["bluetooth"]), - (UniCase::ascii("technition"), &["technician"]), - (UniCase::ascii("attosencond"), &["attosecond"]), - (UniCase::ascii("instnatiated"), &["instantiated"]), - (UniCase::ascii("vulernable"), &["vulnerable"]), - (UniCase::ascii("yourselfes"), &["yourselves"]), - (UniCase::ascii("diangose"), &["diagnose"]), - (UniCase::ascii("invlove"), &["involve"]), - (UniCase::ascii("garantied"), &["guaranteed"]), - (UniCase::ascii("tradtionally"), &["traditionally"]), - (UniCase::ascii("seperator"), &["separator"]), - (UniCase::ascii("rasons"), &["reasons"]), - (UniCase::ascii("have\'nt"), &["haven\'t"]), - (UniCase::ascii("carnege"), &["carnage", "Carnegie"]), - (UniCase::ascii("algorothmically"), &["algorithmically"]), - (UniCase::ascii("coomand"), &["command"]), - (UniCase::ascii("execuatbles"), &["executables"]), - (UniCase::ascii("commenet"), &["comment"]), - (UniCase::ascii("revaluated"), &["reevaluated"]), - (UniCase::ascii("surpresses"), &["suppresses"]), - (UniCase::ascii("blokcing"), &["blocking"]), - (UniCase::ascii("beause"), &["because"]), - (UniCase::ascii("securtiy"), &["security"]), - (UniCase::ascii("summerised"), &["summarised"]), - (UniCase::ascii("suphisticated"), &["sophisticated"]), - (UniCase::ascii("sentivite"), &["sensitive"]), - (UniCase::ascii("tempertaure"), &["temperature"]), - (UniCase::ascii("wupport"), &["support"]), - (UniCase::ascii("enviorements"), &["environments"]), - (UniCase::ascii("agressively"), &["aggressively"]), - (UniCase::ascii("abselutly"), &["absolutely"]), - (UniCase::ascii("mke"), &["make"]), - (UniCase::ascii("frecuently"), &["frequently"]), - (UniCase::ascii("automanifactured"), &["automanufactured"]), - (UniCase::ascii("roduce"), &["reduce", "produce"]), - (UniCase::ascii("almoast"), &["almost"]), - (UniCase::ascii("follfowed"), &["followed"]), - (UniCase::ascii("disabl"), &["disable"]), - (UniCase::ascii("tpyo"), &["typo"]), - (UniCase::ascii("buguous"), &["bogus"]), - (UniCase::ascii("stdanards"), &["standards"]), - (UniCase::ascii("chractor"), &["character"]), - (UniCase::ascii("paermission"), &["permission"]), - (UniCase::ascii("similiary"), &["similarity"]), - (UniCase::ascii("unio"), &["union"]), - (UniCase::ascii("argement"), &["argument"]), - (UniCase::ascii("presedential"), &["presidential"]), - (UniCase::ascii("neighorhood"), &["neighborhood"]), - (UniCase::ascii("adaquate"), &["adequate"]), - (UniCase::ascii("re-negotatie"), &["re-negotiate"]), - (UniCase::ascii("avaialbility"), &["availability"]), - (UniCase::ascii("searcheable"), &["searchable"]), - (UniCase::ascii("duplaicated"), &["duplicated"]), - (UniCase::ascii("ismas"), &["isthmus"]), - (UniCase::ascii("indutrial"), &["industrial"]), - (UniCase::ascii("checkalaises"), &["checkaliases"]), - (UniCase::ascii("introdued"), &["introduced"]), - (UniCase::ascii("weigth"), &["weight"]), - (UniCase::ascii("invarient"), &["invariant"]), - (UniCase::ascii("orginizations"), &["organizations"]), - (UniCase::ascii("warinigs"), &["warnings"]), - (UniCase::ascii("destryoing"), &["destroying"]), - (UniCase::ascii("proprogations"), &["propagations"]), - (UniCase::ascii("disccuss"), &["discuss"]), - (UniCase::ascii("storeing"), &["storing"]), - (UniCase::ascii("appicaliton"), &["application"]), - (UniCase::ascii("contiains"), &["contains"]), - (UniCase::ascii("shoftware"), &["software"]), - (UniCase::ascii("differents"), &["different", "difference"]), - (UniCase::ascii("transfomed"), &["transformed"]), - (UniCase::ascii("implemement"), &["implement"]), - (UniCase::ascii("disconneting"), &["disconnecting"]), - (UniCase::ascii("ineffient"), &["inefficient"]), - (UniCase::ascii("worload"), &["workload"]), - (UniCase::ascii("coorination"), &["coordination"]), - (UniCase::ascii("speficitifed"), &["specified"]), - (UniCase::ascii("aweful"), &["awful"]), - (UniCase::ascii("interaces"), &["interfaces"]), - (UniCase::ascii("oterwize"), &["otherwise"]), - (UniCase::ascii("decosed"), &["decoded"]), - (UniCase::ascii("implmenetd"), &["implemented"]), - (UniCase::ascii("dispay"), &["display"]), - (UniCase::ascii("edxpected"), &["expected"]), - (UniCase::ascii("somethig"), &["something"]), - (UniCase::ascii("excerciser"), &["exerciser"]), - (UniCase::ascii("dianostic"), &["diagnostic"]), - (UniCase::ascii("retieved"), &["retrieved"]), - (UniCase::ascii("condtion"), &["condition"]), - (UniCase::ascii("adrea"), &["area"]), - (UniCase::ascii("neigbors"), &["neighbors"]), - (UniCase::ascii("excact"), &["exact"]), - (UniCase::ascii("addpress"), &["address"]), - (UniCase::ascii("retransmited"), &["retransmitted"]), - (UniCase::ascii("negoations"), &["negotiations"]), - (UniCase::ascii("assitant"), &["assistant"]), - (UniCase::ascii("miinimum"), &["minimum"]), - (UniCase::ascii("scubscribed"), &["subscribed"]), - (UniCase::ascii("singnal"), &["signal"]), - (UniCase::ascii("re-negothiators"), &["re-negotiators"]), - (UniCase::ascii("traveersed"), &["traversed"]), - (UniCase::ascii("sestatusmsg"), &["setstatusmsg"]), - (UniCase::ascii("abborts"), &["aborts", "abbots"]), - (UniCase::ascii("referres"), &["refers"]), - (UniCase::ascii("apperant"), &["apparent", "aberrant"]), - (UniCase::ascii("scupture"), &["sculpture"]), - (UniCase::ascii("spefiically"), &["specifically"]), - (UniCase::ascii("paied"), &["paid", "paired"]), - (UniCase::ascii("shiped"), &["shipped"]), - (UniCase::ascii("projctors"), &["projectors"]), - (UniCase::ascii("outisde"), &["outside"]), - (UniCase::ascii("expoit"), &["exploit"]), - (UniCase::ascii("recogninse"), &["recognise"]), - (UniCase::ascii("refures"), &["refuses"]), - (UniCase::ascii("concatenaded"), &["concatenated"]), - (UniCase::ascii("recconecct"), &["reconnect"]), - (UniCase::ascii("shtop"), &["stop", "shop"]), - (UniCase::ascii("conscent"), &["consent"]), - (UniCase::ascii("construces"), &["constructs"]), - (UniCase::ascii("iamge"), &["image"]), - (UniCase::ascii("bulletted"), &["bulleted"]), - (UniCase::ascii("machanisms"), &["mechanisms"]), - (UniCase::ascii("entitites"), &["entities"]), - (UniCase::ascii("alusion"), &["allusion", "illusion"]), - (UniCase::ascii("colerscheme"), &["colorscheme"]), - (UniCase::ascii("algortimically"), &["algorithmically"]), - (UniCase::ascii("opeation"), &["operation"]), - (UniCase::ascii("cognizent"), &["cognizant"]), - (UniCase::ascii("preseved"), &["preserved"]), - (UniCase::ascii("reuplader"), &["reuploader"]), - (UniCase::ascii("emultor"), &["emulator"]), - (UniCase::ascii("auxialiary"), &["auxiliary"]), - (UniCase::ascii("re-negociate"), &["re-negotiate"]), - (UniCase::ascii("algotithm"), &["algorithm"]), - (UniCase::ascii("sucesses"), &["successes"]), - (UniCase::ascii("minmum"), &["minimum"]), - (UniCase::ascii("clinicaly"), &["clinically"]), - (UniCase::ascii("overriddable"), &["overridable"]), - (UniCase::ascii("traceablity"), &["traceability"]), - (UniCase::ascii("acender"), &["ascender"]), - (UniCase::ascii("generatting"), &["generating"]), - (UniCase::ascii("redundency"), &["redundancy"]), - (UniCase::ascii("cuve"), &["curve", "cube", "cave"]), - (UniCase::ascii("otehr"), &["other"]), - (UniCase::ascii("scroipttype"), &["scripttype"]), - (UniCase::ascii("construters"), &["constructors"]), - (UniCase::ascii("taylored"), &["tailored"]), - (UniCase::ascii("updatig"), &["updating"]), - (UniCase::ascii("calcualation"), &["calculation"]), - (UniCase::ascii("sycology"), &["psychology"]), - (UniCase::ascii("excercise"), &["exercise"]), - (UniCase::ascii("invaild"), &["invalid"]), - (UniCase::ascii("multible"), &["multiple"]), - (UniCase::ascii("invisiable"), &["invisible"]), - (UniCase::ascii("follwoer"), &["follower"]), - (UniCase::ascii("compatablility"), &["compatibility"]), - (UniCase::ascii("filname"), &["filename"]), - (UniCase::ascii("simly"), &["simply", "simile", "smiley"]), - (UniCase::ascii("unrecognixed"), &["unrecognized"]), - (UniCase::ascii("rerferences"), &["references"]), - (UniCase::ascii("refernces"), &["references"]), - (UniCase::ascii("acomodated"), &["accommodated"]), - (UniCase::ascii("accidential"), &["accidental"]), - (UniCase::ascii("northereastern"), &["northeastern"]), - (UniCase::ascii("devloper"), &["developer"]), - (UniCase::ascii("implmenetations"), &["implementations"]), - (UniCase::ascii("retrive"), &["retrieve"]), - (UniCase::ascii("unknonws"), &["unknowns"]), - (UniCase::ascii("projcts"), &["projects"]), - (UniCase::ascii("focued"), &["focused"]), - (UniCase::ascii("uspported"), &["supported", "unsupported"]), - (UniCase::ascii("bidning"), &["binding"]), - (UniCase::ascii("efel"), &["evil"]), - (UniCase::ascii("dyanamically"), &["dynamically"]), - (UniCase::ascii("guareded"), &["guarded"]), - (UniCase::ascii("authencation"), &["authentication"]), - (UniCase::ascii("deploiments"), &["deployments"]), - (UniCase::ascii("rqeuesting"), &["requesting"]), - (UniCase::ascii("excectors"), &["executors"]), - (UniCase::ascii("metod"), &["method"]), - (UniCase::ascii("cuased"), &["caused"]), - (UniCase::ascii("thirtyth"), &["thirtieth"]), - (UniCase::ascii("endcoded"), &["encoded"]), - (UniCase::ascii("bastracts"), &["abstracts"]), - (UniCase::ascii("quanitified"), &["quantified"]), - (UniCase::ascii("dows"), &["does"]), - (UniCase::ascii("cehcked"), &["checked"]), - (UniCase::ascii("paramert"), &["parameter"]), - (UniCase::ascii("myitereator"), &["myiterator"]), - (UniCase::ascii("modifaction"), &["modification"]), - (UniCase::ascii("Feburary"), &["February"]), - (UniCase::ascii("exctacted"), &["extracted"]), - (UniCase::ascii("siginificantly"), &["significantly"]), - (UniCase::ascii("multliplier"), &["multiplier"]), - (UniCase::ascii("consistendt"), &["consistent"]), - (UniCase::ascii("decribes"), &["describes"]), - (UniCase::ascii("collecion"), &["collection"]), - (UniCase::ascii("conersions"), &["conversions"]), - (UniCase::ascii("multipliciaton"), &["multiplication"]), - (UniCase::ascii("strams"), &["steams", "streams", "trams"]), - (UniCase::ascii("costructer"), &["constructor"]), - (UniCase::ascii("whle"), &["while"]), - (UniCase::ascii("structur"), &["structure"]), - (UniCase::ascii("secitons"), &["sections"]), - (UniCase::ascii("lookes"), &["looks"]), - (UniCase::ascii("struture"), &["structure"]), - (UniCase::ascii("absolut"), &["absolute"]), - (UniCase::ascii("cuted"), &["cut", "cute", "cuter"]), - (UniCase::ascii("ciricular"), &["circular"]), - (UniCase::ascii("Dravadian"), &["Dravidian"]), - (UniCase::ascii("suported"), &["supported"]), - (UniCase::ascii("cyrstals"), &["crystals"]), - (UniCase::ascii("poperties"), &["properties"]), - (UniCase::ascii("suporting"), &["supporting"]), - (UniCase::ascii("extedns"), &["extends"]), - (UniCase::ascii("managable"), &["manageable", "manageably"]), - (UniCase::ascii("formater"), &["formatter"]), - (UniCase::ascii("stdanard"), &["standard"]), - (UniCase::ascii("visiter"), &["visitor"]), - (UniCase::ascii("slases"), &["slashes"]), - (UniCase::ascii("elipticity"), &["ellipticity"]), - (UniCase::ascii("rehersal"), &["rehearsal"]), - (UniCase::ascii("propostion"), &["proposition"]), - (UniCase::ascii("meathod"), &["method"]), - (UniCase::ascii("createive"), &["creative"]), - (UniCase::ascii("opeming"), &["opening"]), - (UniCase::ascii("automaticallly"), &["automatically"]), - (UniCase::ascii("expermientations"), &["experimentations"]), - (UniCase::ascii("buid"), &["build"]), - (UniCase::ascii("commpresed"), &["compressed"]), - (UniCase::ascii("opitons"), &["options"]), - (UniCase::ascii("thougth"), &["thought"]), - (UniCase::ascii("disssemblies"), &["disassemblies"]), - (UniCase::ascii("dinmaic"), &["dynamic"]), - (UniCase::ascii("resopnse"), &["response"]), - (UniCase::ascii("thredhold"), &["threshold"]), - (UniCase::ascii("speparating"), &["separating"]), - (UniCase::ascii("disble"), &["disable"]), - (UniCase::ascii("empiricaly"), &["empirically"]), - (UniCase::ascii("intitial"), &["initial"]), - (UniCase::ascii("malicous"), &["malicious"]), - (UniCase::ascii("alochol"), &["alcohol"]), - (UniCase::ascii("redistirbute"), &["redistribute"]), - (UniCase::ascii("unexpecetd"), &["unexpected"]), - (UniCase::ascii("smove"), &["move"]), - (UniCase::ascii("auxilery"), &["auxiliary"]), - (UniCase::ascii("tanslation"), &["translation"]), - (UniCase::ascii("unhilighted"), &["unhighlighted"]), - (UniCase::ascii("calcable"), &["calculable"]), - (UniCase::ascii("coponent"), &["component"]), - (UniCase::ascii("neightbouring"), &["neighbouring"]), - (UniCase::ascii("unintesting"), &["uninteresting"]), - (UniCase::ascii("optionalliy"), &["optionally"]), - (UniCase::ascii("stach"), &["stack"]), - (UniCase::ascii("modyfy"), &["modify"]), - (UniCase::ascii("boostraps"), &["bootstraps"]), - (UniCase::ascii("erroneusly"), &["erroneously"]), - (UniCase::ascii("algortisms"), &["algorithms"]), - (UniCase::ascii("registing"), &["registering"]), - (UniCase::ascii("incrment"), &["increment"]), - (UniCase::ascii("stoyr"), &["story"]), - (UniCase::ascii("pounts"), &["points"]), - (UniCase::ascii("ensconsed"), &["ensconced"]), - (UniCase::ascii("itialised"), &["initialised"]), - (UniCase::ascii("pracitcally"), &["practically"]), - (UniCase::ascii("seleted"), &["selected", "deleted"]), - (UniCase::ascii("differneces"), &["differences"]), - (UniCase::ascii("transaltor"), &["translator"]), - (UniCase::ascii("asbtractness"), &["abstractness"]), - (UniCase::ascii("detur"), &["detour"]), - (UniCase::ascii("szie"), &["size"]), - (UniCase::ascii("rearrangent"), &["rearrangement"]), - (UniCase::ascii("aronud"), &["around"]), - (UniCase::ascii("compansated"), &["compensated"]), - (UniCase::ascii("speficillation"), &["specification"]), - (UniCase::ascii("legnth"), &["length"]), - (UniCase::ascii("settigs"), &["settings"]), - (UniCase::ascii("algorythm"), &["algorithm"]), - (UniCase::ascii("snytax"), &["syntax"]), - (UniCase::ascii("decompreser"), &["decompressor"]), - (UniCase::ascii("coalleed"), &["coalesced"]), - (UniCase::ascii("convaxness"), &["convexness"]), - (UniCase::ascii("depened"), &["depend"]), - (UniCase::ascii("compatiblity"), &["compatibility"]), - (UniCase::ascii("datset"), &["dataset"]), - (UniCase::ascii("complates"), &["completes"]), - (UniCase::ascii("challanage"), &["challenge"]), - (UniCase::ascii("implmenting"), &["implementing"]), - (UniCase::ascii("theorectical"), &["theoretical"]), - (UniCase::ascii("efficieny"), &["efficiency", "efficiently"]), - (UniCase::ascii("defore"), &["before"]), - (UniCase::ascii("mesures"), &["measures"]), - (UniCase::ascii("interrut"), &["interrupt"]), - (UniCase::ascii("bouning"), &["bounding"]), - (UniCase::ascii("totol"), &["total"]), - (UniCase::ascii("subelemets"), &["subelements"]), - (UniCase::ascii("resue"), &["reuse", "rescue"]), - (UniCase::ascii("mempry"), &["memory"]), - (UniCase::ascii("negotication"), &["negotiation"]), - (UniCase::ascii("dissassociated"), &["disassociated"]), - (UniCase::ascii("charactets"), &["characters"]), - (UniCase::ascii("predecesors"), &["predecessors"]), - (UniCase::ascii("upadted"), &["updated"]), - (UniCase::ascii("exchagnges"), &["exchanges"]), - (UniCase::ascii("computaton"), &["computation"]), - (UniCase::ascii("tedeous"), &["tedious"]), - (UniCase::ascii("instaling"), &["installing"]), - (UniCase::ascii("follwwiong"), &["following"]), - (UniCase::ascii("traslations"), &["translations"]), - (UniCase::ascii("returm"), &["return"]), - (UniCase::ascii("liason"), &["liaison"]), - (UniCase::ascii("refererence"), &["reference"]), - (UniCase::ascii("ojects"), &["objects"]), - (UniCase::ascii("disclamer"), &["disclaimer"]), - (UniCase::ascii("carridge"), &["carriage", "cartridge"]), - (UniCase::ascii("cahannel"), &["channel"]), - (UniCase::ascii("knowlage"), &["knowledge"]), - (UniCase::ascii("replicaition"), &["replication"]), - (UniCase::ascii("diagnotics"), &["diagnostics"]), - (UniCase::ascii("thik"), &["thick", "think"]), - (UniCase::ascii("guidlines"), &["guidelines"]), - ( - UniCase::ascii("content-negoptionsotiation"), - &["content-negotiation"], - ), - (UniCase::ascii("retunr"), &["return", "retune"]), - (UniCase::ascii("supress"), &["suppress"]), - (UniCase::ascii("concentated"), &["concentrated"]), - (UniCase::ascii("interupted"), &["interrupted"]), - (UniCase::ascii("vauling"), &["valuing"]), - (UniCase::ascii("propvider"), &["provider"]), - (UniCase::ascii("speficififes"), &["specifies"]), - (UniCase::ascii("dafaut"), &["default"]), - (UniCase::ascii("appon"), &["upon"]), - (UniCase::ascii("epectedly"), &["expectedly"]), - (UniCase::ascii("compabitility"), &["compatibility"]), - (UniCase::ascii("uniqe"), &["unique"]), - (UniCase::ascii("subnegosiations"), &["subnegotiations"]), - (UniCase::ascii("scubscribes"), &["subscribes"]), - (UniCase::ascii("whishlist"), &["wishlist"]), - (UniCase::ascii("assosciated"), &["associated"]), - (UniCase::ascii("reaaly"), &["really"]), - (UniCase::ascii("insigths"), &["insights"]), - (UniCase::ascii("deskop"), &["desktop"]), - (UniCase::ascii("optimisitc"), &["optimistic"]), - (UniCase::ascii("dimenionsality"), &["dimensionality"]), - (UniCase::ascii("thign"), &["thing"]), - (UniCase::ascii("replacates"), &["replicates"]), - (UniCase::ascii("initliaze"), &["initialize"]), - (UniCase::ascii("discontigous"), &["discontiguous"]), - (UniCase::ascii("relocaitons"), &["relocations"]), - (UniCase::ascii("inherithed"), &["inherited"]), - (UniCase::ascii("acquiantences"), &["acquaintances"]), - (UniCase::ascii("bounrary"), &["boundary"]), - (UniCase::ascii("hierarachy"), &["hierarchy"]), - (UniCase::ascii("rqeuest"), &["request", "quest"]), - (UniCase::ascii("mirored"), &["mirrored"]), - (UniCase::ascii("adjustificat"), &["justification"]), - (UniCase::ascii("priorty"), &["priority"]), - (UniCase::ascii("proclaming"), &["proclaiming"]), - (UniCase::ascii("excewptional"), &["exceptional"]), - (UniCase::ascii("negotitaions"), &["negotiations"]), - (UniCase::ascii("conceed"), &["concede"]), - (UniCase::ascii("hopmepages"), &["homepages"]), - (UniCase::ascii("depenedent"), &["dependent"]), - (UniCase::ascii("swiching"), &["switching"]), - (UniCase::ascii("dissconnect"), &["disconnect"]), - (UniCase::ascii("decies"), &["decides"]), - (UniCase::ascii("shutdownm"), &["shutdown"]), - (UniCase::ascii("Soalris"), &["Solaris"]), - (UniCase::ascii("stadnard"), &["standard"]), - (UniCase::ascii("retreeved"), &["retrieved"]), - (UniCase::ascii("execeeds"), &["exceeds"]), - (UniCase::ascii("threatning"), &["threatening"]), - (UniCase::ascii("corresonding"), &["corresponding"]), - (UniCase::ascii("announed"), &["announced"]), - (UniCase::ascii("xour"), &["your"]), - (UniCase::ascii("componemt"), &["component"]), - (UniCase::ascii("handel"), &["handle"]), - (UniCase::ascii("overengeneer"), &["overengineer"]), - (UniCase::ascii("binar"), &["binary"]), - (UniCase::ascii("indispensible"), &["indispensable"]), - (UniCase::ascii("buisness"), &["business"]), - (UniCase::ascii("particale"), &["particle"]), - (UniCase::ascii("browswer"), &["browser"]), - (UniCase::ascii("retquirement"), &["requirement"]), - (UniCase::ascii("reprepresents"), &["represents"]), - (UniCase::ascii("stutus"), &["status"]), - (UniCase::ascii("folowwinwg"), &["following"]), - (UniCase::ascii("traingulate"), &["triangulate"]), - (UniCase::ascii("contriubting"), &["contributing"]), - (UniCase::ascii("deffensively"), &["defensively"]), - (UniCase::ascii("leaglise"), &["legalise"]), - (UniCase::ascii("usinng"), &["using"]), - (UniCase::ascii("hrlp"), &["help"]), - (UniCase::ascii("inegrate"), &["integrate"]), - (UniCase::ascii("araound"), &["around"]), - (UniCase::ascii("unexspected"), &["unexpected"]), - (UniCase::ascii("busines"), &["business"]), - (UniCase::ascii("temination"), &["termination"]), - (UniCase::ascii("compability"), &["compatibility"]), - (UniCase::ascii("mecanism"), &["mechanism"]), - ( - UniCase::ascii("coexsitance"), - &["coexistence", "co-existence"], - ), - (UniCase::ascii("qualfied"), &["qualified"]), - (UniCase::ascii("miltary"), &["military"]), - (UniCase::ascii("exmaples"), &["examples"]), - (UniCase::ascii("skiping"), &["skipping"]), - (UniCase::ascii("enclude"), &["include"]), - (UniCase::ascii("enviroments"), &["environments"]), - (UniCase::ascii("dashs"), &["dashes"]), - (UniCase::ascii("dependenciens"), &["dependencies"]), - (UniCase::ascii("excentricity"), &["eccentricity"]), - (UniCase::ascii("photografic"), &["photographic"]), - (UniCase::ascii("strucrured"), &["structured"]), - (UniCase::ascii("registeration"), &["registration"]), - (UniCase::ascii("languae"), &["language"]), - (UniCase::ascii("natvigation"), &["navigation"]), - (UniCase::ascii("reconstrcuted"), &["reconstructed"]), - (UniCase::ascii("enouraging"), &["encouraging"]), - (UniCase::ascii("auto-negotaition"), &["auto-negotiation"]), - (UniCase::ascii("constructer"), &["constructor"]), - (UniCase::ascii("intereset"), &["interest"]), - (UniCase::ascii("birghtness"), &["brightness"]), - (UniCase::ascii("counterfit"), &["counterfeit"]), - (UniCase::ascii("golbaly"), &["globally"]), - (UniCase::ascii("converison"), &["conversion"]), - (UniCase::ascii("bechmarks"), &["benchmarks"]), - (UniCase::ascii("graet"), &["great"]), - (UniCase::ascii("intelegently"), &["intelligently"]), - (UniCase::ascii("priviliges"), &["privileges"]), - (UniCase::ascii("descided"), &["decided"]), - (UniCase::ascii("exceded"), &["exceeded"]), - (UniCase::ascii("primaray"), &["primary"]), - (UniCase::ascii("consrtucted"), &["constructed"]), - (UniCase::ascii("coallesses"), &["coalesces"]), - (UniCase::ascii("alignd"), &["aligned"]), - (UniCase::ascii("dont\'t"), &["don\'t"]), - (UniCase::ascii("negotionable"), &["negotiable"]), - (UniCase::ascii("renegotaiators"), &["renegotiators"]), - (UniCase::ascii("poety"), &["poetry"]), - (UniCase::ascii("multliple"), &["multiple"]), - (UniCase::ascii("cilinder"), &["cylinder"]), - (UniCase::ascii("intialzing"), &["initializing"]), - (UniCase::ascii("aliagn"), &["align"]), - (UniCase::ascii("enviromnentally"), &["environmentally"]), - (UniCase::ascii("upsteram"), &["upstream"]), - (UniCase::ascii("eclise"), &["eclipse"]), - (UniCase::ascii("pyramides"), &["pyramids"]), - (UniCase::ascii("optmization"), &["optimization"]), - (UniCase::ascii("differenciates"), &["differentiates"]), - (UniCase::ascii("accss"), &["access"]), - (UniCase::ascii("rhythimcally"), &["rhythmically"]), - (UniCase::ascii("thats;"), &["that\'s"]), - (UniCase::ascii("protectiv"), &["protective"]), - (UniCase::ascii("dinamicly"), &["dynamically"]), - (UniCase::ascii("coumpound"), &["compound"]), - (UniCase::ascii("guarented"), &["guaranteed"]), - (UniCase::ascii("requsites"), &["requisites"]), - (UniCase::ascii("temorarily"), &["temporarily"]), - (UniCase::ascii("defaullt"), &["default"]), - (UniCase::ascii("enounctered"), &["encountered"]), - (UniCase::ascii("hsould"), &["should"]), - (UniCase::ascii("yaerly"), &["yearly"]), - (UniCase::ascii("overlodes"), &["overloads"]), - (UniCase::ascii("teamplates"), &["templates"]), - (UniCase::ascii("maitainance"), &["maintenance"]), - (UniCase::ascii("advanatages"), &["advantages"]), - ( - UniCase::ascii("pass-thru"), - &["pass-through", "pass through", "passthrough"], - ), - (UniCase::ascii("procede"), &["proceed", "precede"]), - (UniCase::ascii("scetch"), &["sketch"]), - (UniCase::ascii("loged"), &["logged", "lodged", "longed"]), - (UniCase::ascii("non-negotatied"), &["non-negotiated"]), - (UniCase::ascii("fontain"), &["fountain", "contain"]), - (UniCase::ascii("descritption"), &["description"]), - (UniCase::ascii("puplation"), &["population"]), - (UniCase::ascii("enhacements"), &["enhancements"]), - (UniCase::ascii("imporovements"), &["improvements"]), - (UniCase::ascii("medievel"), &["medieval"]), - (UniCase::ascii("dosens"), &["dozens"]), - (UniCase::ascii("downloding"), &["downloading"]), - (UniCase::ascii("tenacle"), &["tentacle"]), - (UniCase::ascii("publiched"), &["published"]), - (UniCase::ascii("idesa"), &["ideas", "ides"]), - (UniCase::ascii("asent"), &["ascent"]), - (UniCase::ascii("yeilded"), &["yielded"]), - (UniCase::ascii("incoroporated"), &["incorporated"]), - (UniCase::ascii("recursivly"), &["recursively"]), - (UniCase::ascii("manange"), &["manage"]), - (UniCase::ascii("renegotioators"), &["renegotiators"]), - (UniCase::ascii("excellant"), &["excellent"]), - (UniCase::ascii("cotains"), &["contains"]), - (UniCase::ascii("ajusted"), &["adjusted"]), - (UniCase::ascii("Microsof"), &["Microsoft"]), - (UniCase::ascii("wrapepd"), &["wrapped"]), - (UniCase::ascii("homogenius"), &["homogeneous"]), - (UniCase::ascii("neighbhorhoods"), &["neighborhoods"]), - (UniCase::ascii("desriptors"), &["descriptors"]), - (UniCase::ascii("assings"), &["assigns"]), - (UniCase::ascii("relocaiing"), &["relocating"]), - (UniCase::ascii("consituency"), &["constituency"]), - (UniCase::ascii("inconviniance"), &["inconvenience"]), - (UniCase::ascii("binanary"), &["binary"]), - (UniCase::ascii("auto-negotaitions"), &["auto-negotiations"]), - (UniCase::ascii("nearset"), &["nearest"]), - ( - UniCase::ascii("onservation"), - &["conservation", "observation"], - ), - (UniCase::ascii("distirbuting"), &["distributing"]), - (UniCase::ascii("microntrollers"), &["microcontrollers"]), - (UniCase::ascii("desgined"), &["designed"]), - (UniCase::ascii("re-engeneer"), &["re-engineer"]), - (UniCase::ascii("siezing"), &["seizing", "sizing"]), - (UniCase::ascii("uniformely"), &["uniformly"]), - (UniCase::ascii("governmnet"), &["government"]), - (UniCase::ascii("effeciently"), &["efficiently"]), - (UniCase::ascii("ctificate"), &["certificate"]), - (UniCase::ascii("engeneering"), &["engineering"]), - (UniCase::ascii("symantics"), &["semantics"]), - (UniCase::ascii("manement"), &["management"]), - (UniCase::ascii("algorthnically"), &["algorithmically"]), - (UniCase::ascii("anwsers"), &["answers"]), - (UniCase::ascii("interpetation"), &["interpretation"]), - (UniCase::ascii("borken"), &["broken"]), - (UniCase::ascii("firmaware"), &["firmware"]), - (UniCase::ascii("convergance"), &["convergence"]), - (UniCase::ascii("precendes"), &["precedences"]), - (UniCase::ascii("meta-progamming"), &["meta-programming"]), - (UniCase::ascii("non-existant"), &["non-existent"]), - (UniCase::ascii("falshing"), &["flashing"]), - (UniCase::ascii("transcocdings"), &["transcodings"]), - (UniCase::ascii("perferrmances"), &["performances"]), - (UniCase::ascii("proceding"), &["proceeding", "preceding"]), - (UniCase::ascii("necassry"), &["necessary"]), - (UniCase::ascii("reall"), &["real", "really"]), - (UniCase::ascii("seperatist"), &["separatist"]), - (UniCase::ascii("ccertification"), &["certification"]), - (UniCase::ascii("includee"), &["include"]), - (UniCase::ascii("exepect"), &["expect"]), - (UniCase::ascii("internation"), &["international"]), - (UniCase::ascii("arbitarily"), &["arbitrarily"]), - (UniCase::ascii("recomend"), &["recommend"]), - (UniCase::ascii("visuaize"), &["visualize"]), - (UniCase::ascii("preample"), &["preamble"]), - (UniCase::ascii("executabe"), &["executable"]), - (UniCase::ascii("upcomming"), &["upcoming"]), - (UniCase::ascii("succsess"), &["success"]), - (UniCase::ascii("implmenetaion"), &["implementation"]), - (UniCase::ascii("micrcontrollers"), &["microcontrollers"]), - (UniCase::ascii("disconecct"), &["disconnect"]), - (UniCase::ascii("chrminance"), &["chrominance"]), - (UniCase::ascii("algorhytm"), &["algorithm"]), - (UniCase::ascii("conntents"), &["contents"]), - ( - UniCase::ascii("autonegoptionsotiations"), - &["autonegotiations"], - ), - (UniCase::ascii("premit"), &["permit"]), - (UniCase::ascii("definitio"), &["definition"]), - (UniCase::ascii("desallocated"), &["deallocated"]), - (UniCase::ascii("aftzer"), &["after"]), - (UniCase::ascii("chater"), &["chapter"]), - (UniCase::ascii("elemetal"), &["elemental"]), - (UniCase::ascii("setttings"), &["settings"]), - (UniCase::ascii("encosing"), &["enclosing", "encoding"]), - (UniCase::ascii("unfurtunately"), &["unfortunately"]), - (UniCase::ascii("intrisincs"), &["intrinsics"]), - (UniCase::ascii("mkaes"), &["makes"]), - (UniCase::ascii("conencted"), &["connected"]), - (UniCase::ascii("hyjack"), &["hijack"]), - (UniCase::ascii("seperatated"), &["separated"]), - (UniCase::ascii("popolated"), &["populated"]), - (UniCase::ascii("aproches"), &["approaches"]), - (UniCase::ascii("interpolar"), &["interpolator"]), - (UniCase::ascii("extream"), &["extreme"]), - (UniCase::ascii("constallation"), &["constellation"]), - (UniCase::ascii("stae"), &["state"]), - (UniCase::ascii("vritualization"), &["virtualization"]), - (UniCase::ascii("dissapproves"), &["disapproves"]), - (UniCase::ascii("unforunate"), &["unfortunate"]), - (UniCase::ascii("follwowong"), &["following"]), - (UniCase::ascii("experimal"), &["experimental"]), - ( - UniCase::ascii("content-negotionation"), - &["content-negotiation"], - ), - (UniCase::ascii("cleses"), &["closes"]), - (UniCase::ascii("addjusted"), &["adjusted"]), - (UniCase::ascii("requeried"), &["required"]), - (UniCase::ascii("redistirbuted"), &["redistributed"]), - (UniCase::ascii("oscilate"), &["oscillate"]), - (UniCase::ascii("dregees"), &["degrees"]), - (UniCase::ascii("resoultion"), &["resolution"]), - (UniCase::ascii("excetptional"), &["exceptional"]), - (UniCase::ascii("ninjs"), &["ninja"]), - (UniCase::ascii("fewsha"), &["fuchsia"]), - (UniCase::ascii("re-upladed"), &["re-uploaded"]), - (UniCase::ascii("argubly"), &["arguably"]), - (UniCase::ascii("compleete"), &["complete"]), - (UniCase::ascii("reconfifure"), &["reconfigure"]), - (UniCase::ascii("dissaper"), &["disappear"]), - (UniCase::ascii("replicaes"), &["replicates"]), - (UniCase::ascii("worklfow"), &["workflow"]), - (UniCase::ascii("accronym"), &["acronym"]), - (UniCase::ascii("defination"), &["definition"]), - (UniCase::ascii("unacompanied"), &["unaccompanied"]), - (UniCase::ascii("cannister"), &["canister"]), - (UniCase::ascii("repid"), &["rapid"]), - (UniCase::ascii("partions"), &["partitions", "portions"]), - (UniCase::ascii("progammatic"), &["programmatic"]), - (UniCase::ascii("methaphor"), &["metaphor"]), - (UniCase::ascii("implmenets"), &["implements"]), - (UniCase::ascii("emtying"), &["emptying"]), - (UniCase::ascii("lanauge"), &["language"]), - (UniCase::ascii("communicaton"), &["communication"]), - (UniCase::ascii("relatibe"), &["relative"]), - (UniCase::ascii("overvrites"), &["overwrites"]), - (UniCase::ascii("disconnet"), &["disconnect"]), - (UniCase::ascii("sigals"), &["signals", "sigils"]), - (UniCase::ascii("brosers"), &["browsers"]), - (UniCase::ascii("sequenses"), &["sequences"]), - (UniCase::ascii("offests"), &["offsets"]), - (UniCase::ascii("repubic"), &["republic"]), - (UniCase::ascii("guarentie"), &["guarantee"]), - (UniCase::ascii("becauce"), &["because"]), - (UniCase::ascii("neighbehood"), &["neighborhood"]), - (UniCase::ascii("watn"), &["want"]), - (UniCase::ascii("exchngd"), &["exchanged"]), - (UniCase::ascii("refinmenet"), &["refinement"]), - (UniCase::ascii("interperated"), &["interpreted"]), - (UniCase::ascii("foloows"), &["follows"]), - (UniCase::ascii("segmente"), &["segment"]), - (UniCase::ascii("upsteamer"), &["upstreamer"]), - (UniCase::ascii("possibilty"), &["possibility"]), - (UniCase::ascii("optet"), &["opted"]), - (UniCase::ascii("grestest"), &["greatest"]), - (UniCase::ascii("hrlper"), &["helper"]), - (UniCase::ascii("shouldbe"), &["should", "should be"]), - (UniCase::ascii("standart"), &["standard"]), - (UniCase::ascii("abundacies"), &["abundances"]), - (UniCase::ascii("wrtie"), &["write"]), - (UniCase::ascii("sigit"), &["digit"]), - (UniCase::ascii("protedcted"), &["protected"]), - (UniCase::ascii("excempted"), &["exempted"]), - (UniCase::ascii("conecurrency"), &["concurrency"]), - (UniCase::ascii("numeber"), &["number"]), - (UniCase::ascii("disctinction"), &["distinction"]), - (UniCase::ascii("stati"), &["statuses"]), - (UniCase::ascii("ummark"), &["unmark"]), - (UniCase::ascii("commpletes"), &["completes"]), - (UniCase::ascii("expemplars"), &["exemplars"]), - (UniCase::ascii("configuretion"), &["configuration"]), - (UniCase::ascii("tempororary"), &["temporary"]), - (UniCase::ascii("analagous"), &["analogous"]), - (UniCase::ascii("orgins"), &["origins", "organs"]), - (UniCase::ascii("negotaiation"), &["negotiation"]), - (UniCase::ascii("adressing"), &["addressing"]), - (UniCase::ascii("homapage"), &["homepage"]), - (UniCase::ascii("acccessing"), &["accessing"]), - (UniCase::ascii("breef"), &["brief", "beef"]), - (UniCase::ascii("progessed"), &["progressed"]), - (UniCase::ascii("allocal"), &["allocate"]), - (UniCase::ascii("boudnaries"), &["boundaries"]), - (UniCase::ascii("renegociating"), &["renegotiating"]), - (UniCase::ascii("avertising"), &["advertising"]), - (UniCase::ascii("statictics"), &["statistics"]), - (UniCase::ascii("inconviniency"), &["inconvenience"]), - (UniCase::ascii("alhough"), &["although"]), - (UniCase::ascii("unxpected"), &["unexpected"]), - (UniCase::ascii("subtrafuge"), &["subterfuge"]), - (UniCase::ascii("succesive"), &["successive"]), - (UniCase::ascii("broacasted"), &["broadcast"]), - (UniCase::ascii("anways"), &["anyway"]), - (UniCase::ascii("exerpt"), &["excerpt"]), - (UniCase::ascii("dicline"), &["decline"]), - (UniCase::ascii("autonegatiotiation"), &["autonegotiation"]), - (UniCase::ascii("threds"), &["threads"]), - (UniCase::ascii("utiltity"), &["utility"]), - (UniCase::ascii("compitible"), &["compatible"]), - (UniCase::ascii("ouptut"), &["output"]), - (UniCase::ascii("disapear"), &["disappear"]), - (UniCase::ascii("reguarlize"), &["regularize"]), - (UniCase::ascii("doumentc"), &["document"]), - (UniCase::ascii("acchiever"), &["achiever"]), - (UniCase::ascii("disambigouate"), &["disambiguate"]), - (UniCase::ascii("aircrafts"), &["aircraft"]), - (UniCase::ascii("pre-condifured"), &["pre-configured"]), - (UniCase::ascii("certifiating"), &["certificating"]), - (UniCase::ascii("computtaion"), &["computation"]), - (UniCase::ascii("beleifes"), &["beliefs", "believes"]), - (UniCase::ascii("vrify"), &["verify"]), - (UniCase::ascii("safepooints"), &["safepoints"]), - (UniCase::ascii("constracted"), &["constructed"]), - (UniCase::ascii("modifdied"), &["modified"]), - (UniCase::ascii("algohmically"), &["algorithmically"]), - (UniCase::ascii("uncommmented"), &["uncommented"]), - (UniCase::ascii("stackk"), &["stack"]), - (UniCase::ascii("properries"), &["properties"]), - (UniCase::ascii("otherwuise"), &["otherwise"]), - (UniCase::ascii("progidy"), &["prodigy"]), - (UniCase::ascii("sepearte"), &["separate"]), - (UniCase::ascii("reaquire"), &["reacquire", "require"]), - (UniCase::ascii("repubicans"), &["republicans"]), - (UniCase::ascii("expetimentelly"), &["experimentally"]), - (UniCase::ascii("documentes"), &["documents"]), - (UniCase::ascii("transfomm"), &["transform"]), - (UniCase::ascii("realitvely"), &["relatively"]), - (UniCase::ascii("exchagned"), &["exchanged"]), - (UniCase::ascii("rebulids"), &["rebuilds"]), - (UniCase::ascii("intersecton"), &["intersection"]), - (UniCase::ascii("animaitors"), &["animators"]), - (UniCase::ascii("recipiant"), &["recipient"]), - (UniCase::ascii("teminating"), &["terminating"]), - (UniCase::ascii("unlikey"), &["unlikely"]), - (UniCase::ascii("featching"), &["fetching"]), - (UniCase::ascii("interferring"), &["interfering"]), - (UniCase::ascii("commemmorating"), &["commemorating"]), - (UniCase::ascii("whant"), &["want"]), - (UniCase::ascii("incrmented"), &["incremented"]), - (UniCase::ascii("bitwise-orring"), &["bitwise-oring"]), - (UniCase::ascii("chck"), &["check"]), - (UniCase::ascii("cofigured"), &["configured"]), - (UniCase::ascii("discareded"), &["discarded"]), - (UniCase::ascii("invocaition"), &["invocation"]), - (UniCase::ascii("sycronising"), &["synchronising"]), - (UniCase::ascii("woudl"), &["would"]), - (UniCase::ascii("relaeses"), &["releases"]), - (UniCase::ascii("spedify"), &["specify"]), - (UniCase::ascii("initated"), &["initiated", "imitated"]), - (UniCase::ascii("kazakstan"), &["Kazakhstan"]), - (UniCase::ascii("prarameter"), &["parameter"]), - (UniCase::ascii("correnspond"), &["correspond"]), - (UniCase::ascii("eneumerations"), &["enumerations"]), - (UniCase::ascii("disconeection"), &["disconnection"]), - (UniCase::ascii("convineance"), &["convenience"]), - (UniCase::ascii("volontary"), &["voluntary"]), - (UniCase::ascii("perferect"), &["perfect"]), - (UniCase::ascii("sequeces"), &["sequences"]), - (UniCase::ascii("regualator"), &["regulator"]), - (UniCase::ascii("naturely"), &["naturally"]), - (UniCase::ascii("invisble"), &["invisible"]), - (UniCase::ascii("accort"), &["accord"]), - (UniCase::ascii("avioded"), &["avoided"]), - (UniCase::ascii("pading"), &["padding"]), - (UniCase::ascii("guarentied"), &["guaranteed"]), - (UniCase::ascii("perfoeming"), &["performing"]), - (UniCase::ascii("neighberhodd"), &["neighborhood"]), - (UniCase::ascii("containns"), &["contains"]), - (UniCase::ascii("alogrithm"), &["algorithm"]), - (UniCase::ascii("eeverywhere"), &["everywhere"]), - (UniCase::ascii("akumulation"), &["accumulation"]), - (UniCase::ascii("exclamantion"), &["exclamation"]), - (UniCase::ascii("watchog"), &["watchdog"]), - (UniCase::ascii("cahdidate"), &["candidate"]), - (UniCase::ascii("elliminate"), &["eliminate"]), - (UniCase::ascii("asterices"), &["asterisks"]), - (UniCase::ascii("atachments"), &["attachments"]), - (UniCase::ascii("coinsident"), &["coincident"]), - (UniCase::ascii("timedlta"), &["timedelta"]), - (UniCase::ascii("suprises"), &["surprises"]), - (UniCase::ascii("betrween"), &["between"]), - (UniCase::ascii("poiters"), &["pointers"]), - (UniCase::ascii("limitiaions"), &["limitations"]), - (UniCase::ascii("architct"), &["architect"]), - (UniCase::ascii("makros"), &["macros"]), - (UniCase::ascii("expception"), &["exception"]), - (UniCase::ascii("confidental"), &["confidential"]), - (UniCase::ascii("sourcs"), &["sources", "source"]), - (UniCase::ascii("scheduald"), &["scheduled"]), - (UniCase::ascii("jitterr"), &["jitter"]), - (UniCase::ascii("rearrangment"), &["rearrangement"]), - (UniCase::ascii("tempororaries"), &["temporaries"]), - (UniCase::ascii("reture"), &["return"]), - (UniCase::ascii("dissabled"), &["disabled"]), - (UniCase::ascii("dicipline"), &["discipline"]), - (UniCase::ascii("hanlders"), &["handlers"]), - (UniCase::ascii("alread"), &["already"]), - ( - UniCase::ascii("commiti"), - &["committee", "committing", "commit"], - ), - (UniCase::ascii("deamonises"), &["daemonises"]), - (UniCase::ascii("deamiguate"), &["disambiguate"]), - (UniCase::ascii("boquet"), &["bouquet"]), - (UniCase::ascii("algorithsmically"), &["algorithmically"]), - (UniCase::ascii("pre-condifure"), &["pre-configure"]), - (UniCase::ascii("permisson"), &["permission"]), - (UniCase::ascii("doas"), &["does"]), - (UniCase::ascii("speficiations"), &["specifications"]), - (UniCase::ascii("ambitous"), &["ambitious"]), - (UniCase::ascii("declatation"), &["declaration"]), - (UniCase::ascii("borad"), &["board"]), - (UniCase::ascii("recepient"), &["recipient"]), - (UniCase::ascii("analitical"), &["analytical"]), - (UniCase::ascii("ciritical"), &["critical"]), - (UniCase::ascii("soltion"), &["solution"]), - (UniCase::ascii("renegotaition"), &["renegotiation"]), - (UniCase::ascii("rotaiton"), &["rotation"]), - (UniCase::ascii("coloers"), &["colors"]), - (UniCase::ascii("regeistered"), &["registered"]), - (UniCase::ascii("opearation"), &["operation"]), - (UniCase::ascii("decission"), &["decision"]), - (UniCase::ascii("inivisible"), &["invisible"]), - (UniCase::ascii("revrieves"), &["retrieves"]), - (UniCase::ascii("seperated"), &["separated"]), - (UniCase::ascii("manyal"), &["manual"]), - (UniCase::ascii("geomtrys"), &["geometries"]), - (UniCase::ascii("progagating"), &["propagating"]), - (UniCase::ascii("sensitivety"), &["sensitivity"]), - (UniCase::ascii("protext"), &["protect"]), - (UniCase::ascii("experimentaital"), &["experimental"]), - (UniCase::ascii("commpletely"), &["completely"]), - (UniCase::ascii("reaktivate"), &["reactivate"]), - (UniCase::ascii("abreviated"), &["abbreviated"]), - (UniCase::ascii("depenend"), &["depend"]), - (UniCase::ascii("sometihng"), &["something"]), - (UniCase::ascii("comman"), &["command", "common"]), - (UniCase::ascii("diaplays"), &["displays"]), - (UniCase::ascii("incompatatble"), &["incompatible"]), - (UniCase::ascii("mulitpliers"), &["multipliers"]), - (UniCase::ascii("pressre"), &["pressure"]), - (UniCase::ascii("ignorge"), &["ignore"]), - (UniCase::ascii("makse"), &["makes", "masks"]), - (UniCase::ascii("garuantied"), &["guaranteed"]), - (UniCase::ascii("aliasses"), &["aliases"]), - (UniCase::ascii("editting"), &["editing"]), - (UniCase::ascii("subtitute"), &["substitute"]), - (UniCase::ascii("actuionable"), &["actionable"]), - (UniCase::ascii("ecxept"), &["except"]), - (UniCase::ascii("grahpical"), &["graphical"]), - (UniCase::ascii("alled"), &["called", "allied"]), - (UniCase::ascii("engieneer"), &["engineer"]), - (UniCase::ascii("concatentating"), &["concatenating"]), - (UniCase::ascii("releaased"), &["released"]), - (UniCase::ascii("elemnt"), &["element"]), - (UniCase::ascii("consistend"), &["consistent"]), - (UniCase::ascii("doign"), &["doing"]), - (UniCase::ascii("singls"), &["singles", "single"]), - (UniCase::ascii("compleetness"), &["completeness"]), - (UniCase::ascii("experminentation"), &["experimentation"]), - (UniCase::ascii("tracsode"), &["transcode"]), - (UniCase::ascii("undertstands"), &["understands"]), - (UniCase::ascii("hte"), &["the"]), - (UniCase::ascii("deserailize"), &["deserialize"]), - (UniCase::ascii("achievment"), &["achievement"]), - (UniCase::ascii("avcoid"), &["avoid"]), - (UniCase::ascii("targetting"), &["targeting"]), - (UniCase::ascii("prerequisits"), &["prerequisites"]), - (UniCase::ascii("cacluator"), &["calculator"]), - (UniCase::ascii("downlaods"), &["downloads"]), - (UniCase::ascii("despict"), &["depict"]), - (UniCase::ascii("speficity"), &["specificity"]), - (UniCase::ascii("publcation"), &["publication"]), - (UniCase::ascii("rotat"), &["rotate"]), - (UniCase::ascii("unexpetctly"), &["unexpectedly"]), - (UniCase::ascii("troling"), &["trolling"]), - (UniCase::ascii("immunosupressant"), &["immunosuppressant"]), - (UniCase::ascii("truely"), &["truly"]), - (UniCase::ascii("rotaion"), &["rotation"]), - (UniCase::ascii("easilly"), &["easily"]), - (UniCase::ascii("segument"), &["segment"]), - (UniCase::ascii("perserves"), &["preserves"]), - (UniCase::ascii("recconenctions"), &["reconnections"]), - (UniCase::ascii("circumstntial"), &["circumstantial"]), - (UniCase::ascii("sensitivties"), &["sensitivities"]), - ( - UniCase::ascii("allcommnads"), - &["allcommands", "all commands"], - ), - (UniCase::ascii("neighbarhood"), &["neighborhood"]), - (UniCase::ascii("incrmental"), &["incremental"]), - (UniCase::ascii("recconections"), &["reconnections"]), - (UniCase::ascii("suposed"), &["supposed"]), - (UniCase::ascii("unsuportable"), &["unsupportable"]), - (UniCase::ascii("infomation"), &["information"]), - (UniCase::ascii("mesage"), &["message"]), - (UniCase::ascii("continguous"), &["contiguous"]), - (UniCase::ascii("rewitten"), &["rewritten"]), - (UniCase::ascii("copyeight"), &["copyright"]), - (UniCase::ascii("deteremine"), &["determine"]), - (UniCase::ascii("portait"), &["portrait"]), - (UniCase::ascii("constrcuct"), &["construct"]), - (UniCase::ascii("acatemy"), &["academy"]), - (UniCase::ascii("converion"), &["conversion"]), - (UniCase::ascii("spefcifiy"), &["specify"]), - (UniCase::ascii("temportal"), &["temporal"]), - (UniCase::ascii("theif"), &["thief"]), - (UniCase::ascii("re-negotitaion"), &["re-negotiation"]), - (UniCase::ascii("vertification"), &["verification"]), - (UniCase::ascii("applyied"), &["applied"]), - (UniCase::ascii("oterwise"), &["otherwise"]), - (UniCase::ascii("libralies"), &["libraries"]), - (UniCase::ascii("occurrance"), &["occurrence"]), - (UniCase::ascii("re-negosiations"), &["re-negotiations"]), - (UniCase::ascii("folse"), &["false"]), - (UniCase::ascii("interrutps"), &["interrupts"]), - (UniCase::ascii("noramals"), &["normals"]), - (UniCase::ascii("conferrencing"), &["conferencing"]), - (UniCase::ascii("embarrased"), &["embarrassed"]), - (UniCase::ascii("magizine"), &["magazine"]), - (UniCase::ascii("structue"), &["structure"]), - (UniCase::ascii("applictions"), &["applications"]), - (UniCase::ascii("nonsence"), &["nonsense"]), - (UniCase::ascii("addessed"), &["addressed"]), - (UniCase::ascii("remeber"), &["remember"]), - (UniCase::ascii("certifificates"), &["certificates"]), - (UniCase::ascii("chnage"), &["change"]), - (UniCase::ascii("unconditinally"), &["unconditionally"]), - (UniCase::ascii("informatoin"), &["information"]), - (UniCase::ascii("repant"), &["repaint", "repent"]), - (UniCase::ascii("renegotioting"), &["renegotiating"]), - (UniCase::ascii("pakcage"), &["package"]), - (UniCase::ascii("promprted"), &["prompted"]), - (UniCase::ascii("auto-negotations"), &["auto-negotiations"]), - (UniCase::ascii("convienient"), &["convenient"]), - (UniCase::ascii("presistant"), &["persistent"]), - (UniCase::ascii("orhpan"), &["orphan"]), - (UniCase::ascii("mananger"), &["manager"]), - (UniCase::ascii("experinemental"), &["experimental"]), - (UniCase::ascii("mateiral"), &["material"]), - (UniCase::ascii("implemeted"), &["implemented"]), - (UniCase::ascii("excelent"), &["excellent"]), - (UniCase::ascii("supression"), &["suppression"]), - (UniCase::ascii("copyied"), &["copied"]), - (UniCase::ascii("clipoards"), &["clipboards"]), - (UniCase::ascii("ultimatly"), &["ultimately"]), - (UniCase::ascii("seperataed"), &["separated"]), - (UniCase::ascii("reqiure"), &["require"]), - (UniCase::ascii("unexpactedly"), &["unexpectedly"]), - (UniCase::ascii("resuorce"), &["resource"]), - (UniCase::ascii("comapletion"), &["completion"]), - (UniCase::ascii("serices"), &["services", "series"]), - (UniCase::ascii("readly"), &["readily", "ready"]), - (UniCase::ascii("positionning"), &["positioning"]), - (UniCase::ascii("explicite"), &["explicit", "explicitly"]), - (UniCase::ascii("expeirimentel"), &["experimental"]), - (UniCase::ascii("highligting"), &["highlighting"]), - (UniCase::ascii("waht"), &["what"]), - (UniCase::ascii("ciphersuit"), &["ciphersuite"]), - (UniCase::ascii("couting"), &["counting"]), - (UniCase::ascii("infilitration"), &["infiltration"]), - (UniCase::ascii("clearifying"), &["clarifying"]), - (UniCase::ascii("precsions"), &["precisions"]), - (UniCase::ascii("heigher"), &["higher"]), - (UniCase::ascii("speficeir"), &["specifier"]), - (UniCase::ascii("finess"), &["finesse"]), - (UniCase::ascii("excesvly"), &["excessively"]), - (UniCase::ascii("transpable"), &["transposable"]), - (UniCase::ascii("referrence"), &["reference"]), - (UniCase::ascii("auto-negotion"), &["auto-negotiation"]), - (UniCase::ascii("halpoints"), &["halfpoints"]), - (UniCase::ascii("striaghtens"), &["straightens"]), - (UniCase::ascii("defaul"), &["default"]), - (UniCase::ascii("launchs"), &["launch", "launches"]), - (UniCase::ascii("doamins"), &["domains"]), - (UniCase::ascii("componbents"), &["components"]), - (UniCase::ascii("dimnension"), &["dimension"]), - (UniCase::ascii("renegoatiated"), &["renegotiated"]), - (UniCase::ascii("blessure"), &["blessing"]), - (UniCase::ascii("leageue"), &["league"]), - (UniCase::ascii("listners"), &["listeners"]), - (UniCase::ascii("glight"), &["flight"]), - (UniCase::ascii("muscial"), &["musical"]), - (UniCase::ascii("playwrites"), &["playwrights"]), - (UniCase::ascii("notmutch"), &["notmuch"]), - (UniCase::ascii("experminentations"), &["experimentations"]), - (UniCase::ascii("dimenional"), &["dimensional"]), - (UniCase::ascii("neighborhods"), &["neighborhoods"]), - (UniCase::ascii("backware"), &["backward"]), - (UniCase::ascii("retrict"), &["restrict"]), - (UniCase::ascii("execuction"), &["execution"]), - (UniCase::ascii("muncipalities"), &["municipalities"]), - (UniCase::ascii("erroneus"), &["erroneous"]), - (UniCase::ascii("mathmatician"), &["mathematician"]), - (UniCase::ascii("descrementing"), &["decrementing"]), - (UniCase::ascii("problemes"), &["problems"]), - (UniCase::ascii("containted"), &["contained"]), - (UniCase::ascii("transconding"), &["transcoding"]), - (UniCase::ascii("pased"), &["passed", "parsed"]), - (UniCase::ascii("mutiliated"), &["mutilated"]), - (UniCase::ascii("direcory"), &["directory"]), - (UniCase::ascii("unstalls"), &["installs", "uninstalls"]), - (UniCase::ascii("tookit"), &["toolkit", "took it"]), - (UniCase::ascii("sytntax"), &["syntax"]), - (UniCase::ascii("mebmer"), &["member"]), - (UniCase::ascii("conetivity"), &["connectivity"]), - (UniCase::ascii("Phillipine"), &["Philippine"]), - (UniCase::ascii("relatd"), &["related"]), - ( - UniCase::ascii("constrctions"), - &["constructions", "constrictions"], - ), - (UniCase::ascii("enouh"), &["enough"]), - (UniCase::ascii("sculpter"), &["sculptor", "sculpture"]), - (UniCase::ascii("renegoate"), &["renegotiate"]), - (UniCase::ascii("paramter"), &["parameter"]), - (UniCase::ascii("aroud"), &["around"]), - (UniCase::ascii("commnuative"), &["commutative"]), - (UniCase::ascii("coommand"), &["command"]), - (UniCase::ascii("backgrund"), &["background"]), - (UniCase::ascii("claus"), &["clause"]), - (UniCase::ascii("clumn"), &["column"]), - (UniCase::ascii("whery"), &["where"]), - (UniCase::ascii("lavelling"), &["levelling"]), - (UniCase::ascii("dowlink"), &["downlink"]), - (UniCase::ascii("viatnamese"), &["Vietnamese"]), - (UniCase::ascii("protoge"), &["protege"]), - (UniCase::ascii("tripple"), &["triple"]), - (UniCase::ascii("objejct"), &["object"]), - (UniCase::ascii("failded"), &["failed"]), - (UniCase::ascii("mofifies"), &["modifies"]), - (UniCase::ascii("prameters"), &["parameters"]), - (UniCase::ascii("disapprouved"), &["disapproved"]), - (UniCase::ascii("occours"), &["occurs"]), - (UniCase::ascii("retquirements"), &["requirements"]), - (UniCase::ascii("delte"), &["delete"]), - (UniCase::ascii("headle"), &["handle"]), - (UniCase::ascii("exemples"), &["examples"]), - (UniCase::ascii("cocumentation"), &["documentation"]), - (UniCase::ascii("interruptted"), &["interrupted"]), - (UniCase::ascii("temporry"), &["temporary"]), - (UniCase::ascii("inacurate"), &["inaccurate"]), - (UniCase::ascii("identifcation"), &["identification"]), - (UniCase::ascii("millisenconds"), &["milliseconds"]), - (UniCase::ascii("anohter"), &["another"]), - (UniCase::ascii("transalted"), &["translated"]), - (UniCase::ascii("cotnains"), &["contains"]), - (UniCase::ascii("errorneously"), &["erroneously"]), - (UniCase::ascii("contructions"), &["constructions"]), - (UniCase::ascii("archiecture"), &["architecture"]), - (UniCase::ascii("peronal"), &["personal"]), - (UniCase::ascii("excecptional"), &["exceptional"]), - (UniCase::ascii("disscover"), &["discover"]), - (UniCase::ascii("geenration"), &["generation"]), - (UniCase::ascii("vavlue"), &["value"]), - (UniCase::ascii("confgiure"), &["configure"]), - (UniCase::ascii("interfearnce"), &["interference"]), - (UniCase::ascii("arangement"), &["arrangement"]), - (UniCase::ascii("guass\'"), &["Gauss\'"]), - (UniCase::ascii("world-reknown"), &["world renown"]), - (UniCase::ascii("coordiantes"), &["coordinates"]), - (UniCase::ascii("identifeir"), &["identifier"]), - (UniCase::ascii("attributred"), &["attributed"]), - (UniCase::ascii("downloadmanger"), &["downloadmanager"]), - (UniCase::ascii("configuaration"), &["configuration"]), - (UniCase::ascii("condtionals"), &["conditionals"]), - (UniCase::ascii("undeflow"), &["underflow"]), - (UniCase::ascii("devleoped"), &["developed"]), - (UniCase::ascii("triggeres"), &["triggers"]), - (UniCase::ascii("suttle"), &["subtle", "shuttle"]), - (UniCase::ascii("potentally"), &["potentially"]), - (UniCase::ascii("unknon"), &["unknown"]), - (UniCase::ascii("perturbates"), &["perturbs"]), - (UniCase::ascii("negatiotiating"), &["negotiating"]), - (UniCase::ascii("subpackge"), &["subpackage"]), - (UniCase::ascii("idaeidae"), &["idea"]), - (UniCase::ascii("brance"), &["branch", "brace", "branches"]), - (UniCase::ascii("doubeleclick"), &["double-click"]), - (UniCase::ascii("itselfs"), &["itself"]), - (UniCase::ascii("excetution"), &["execution"]), - (UniCase::ascii("emmisary"), &["emissary"]), - (UniCase::ascii("requrement"), &["requirement"]), - (UniCase::ascii("capalized"), &["capitalized"]), - (UniCase::ascii("tabacco"), &["tobacco"]), - (UniCase::ascii("internatinal"), &["international"]), - (UniCase::ascii("excplictly"), &["explicitly"]), - (UniCase::ascii("currupted"), &["corrupted"]), - (UniCase::ascii("summersalt"), &["somersault"]), - (UniCase::ascii("satements"), &["statements"]), - (UniCase::ascii("inproving"), &["improving"]), - (UniCase::ascii("wednesdaay"), &["Wednesday"]), - (UniCase::ascii("execuding"), &["executing", "excluding"]), - (UniCase::ascii("represenatations"), &["representations"]), - (UniCase::ascii("polypoygon"), &["polypolygon"]), - ( - UniCase::ascii("opulate"), - &["populate", "opiate", "opulent"], - ), - (UniCase::ascii("helpfuly"), &["helpfully"]), - (UniCase::ascii("prooperly"), &["properly"]), - (UniCase::ascii("neighburs"), &["neighbors"]), - (UniCase::ascii("cross-commpilation"), &["cross-compilation"]), - (UniCase::ascii("reproducablitity"), &["reproducibility"]), - (UniCase::ascii("ussually"), &["usually"]), - (UniCase::ascii("allocaites"), &["allocates"]), - (UniCase::ascii("portected"), &["protected"]), - (UniCase::ascii("ignornd"), &["ignored"]), - (UniCase::ascii("folloiwng"), &["following"]), - (UniCase::ascii("presistance"), &["persistence"]), - (UniCase::ascii("substutite"), &["substitute"]), - (UniCase::ascii("immutible"), &["immutable"]), - (UniCase::ascii("cordump"), &["coredump"]), - (UniCase::ascii("tootonic"), &["teutonic"]), - (UniCase::ascii("frequencey"), &["frequency"]), - (UniCase::ascii("idicates"), &["indicates"]), - (UniCase::ascii("excewptions"), &["exceptions"]), - (UniCase::ascii("isssued"), &["issued"]), - (UniCase::ascii("expepected"), &["expected"]), - (UniCase::ascii("dcokerd"), &["dockerd", "docked", "docker"]), - (UniCase::ascii("exerciesing"), &["exercising"]), - (UniCase::ascii("frequancies"), &["frequencies"]), - (UniCase::ascii("renegoziations"), &["renegotiations"]), - (UniCase::ascii("kocalized"), &["localized"]), - (UniCase::ascii("gallaries"), &["galleries"]), - (UniCase::ascii("delimition"), &["delimitation"]), - (UniCase::ascii("bounaded"), &["bounded"]), - (UniCase::ascii("pratice"), &["practice"]), - (UniCase::ascii("spawing"), &["spawning"]), - (UniCase::ascii("recommented"), &["recommended"]), - (UniCase::ascii("manisfestations"), &["manifestations"]), - (UniCase::ascii("turtorial"), &["tutorial"]), - (UniCase::ascii("rearrangtement"), &["rearrangement"]), - (UniCase::ascii("imporoves"), &["improves"]), - (UniCase::ascii("oppertunity"), &["opportunity"]), - (UniCase::ascii("trucnate"), &["truncate"]), - (UniCase::ascii("disgarded"), &["discarded", "discarted"]), - (UniCase::ascii("bootstaps"), &["bootstraps"]), - (UniCase::ascii("metalurgical"), &["metallurgical"]), - (UniCase::ascii("follwo"), &["follow"]), - (UniCase::ascii("recomended"), &["recommended"]), - (UniCase::ascii("doesits"), &["does its"]), - (UniCase::ascii("omitt"), &["omit"]), - (UniCase::ascii("corresponting"), &["corresponding"]), - (UniCase::ascii("transpatrently"), &["transparently"]), - (UniCase::ascii("fracional"), &["fractional"]), - (UniCase::ascii("asending"), &["ascending"]), - (UniCase::ascii("ancestore"), &["ancestor"]), - (UniCase::ascii("hussel"), &["hustle", "mussel"]), - (UniCase::ascii("initailsation"), &["initialisation"]), - (UniCase::ascii("expercted"), &["expected", "excerpted"]), - (UniCase::ascii("determnine"), &["determine"]), - (UniCase::ascii("uncondisionnal"), &["unconditional"]), - (UniCase::ascii("othewice"), &["otherwise"]), - (UniCase::ascii("initailise"), &["initialise"]), - (UniCase::ascii("ilegle"), &["illegal"]), - (UniCase::ascii("omplementation"), &["implementation"]), - (UniCase::ascii("vell"), &["well"]), - ( - UniCase::ascii("functionable"), - &["functional", "functioning"], - ), - (UniCase::ascii("modprobbing"), &["modprobing"]), - (UniCase::ascii("aicraft"), &["aircraft"]), - (UniCase::ascii("happnes"), &["happens", "happiness"]), - (UniCase::ascii("cencus"), &["census"]), - (UniCase::ascii("entquiries"), &["enquiries", "inquiries"]), - (UniCase::ascii("exceuctors"), &["executors"]), - (UniCase::ascii("substituions"), &["substitutions"]), - (UniCase::ascii("exponetial"), &["exponential"]), - ( - UniCase::ascii("peresent"), - &["present", "presents", "presence", "percent"], - ), - (UniCase::ascii("eceonomy"), &["economy"]), - (UniCase::ascii("cancelaltion"), &["cancellation"]), - (UniCase::ascii("algorihtmically"), &["algorithmically"]), - (UniCase::ascii("distribuited"), &["distributed"]), - (UniCase::ascii("drnik"), &["drink"]), - (UniCase::ascii("experimntal"), &["experimental"]), - (UniCase::ascii("expectatons"), &["expectations"]), - (UniCase::ascii("informatikon"), &["information"]), - (UniCase::ascii("credate"), &["created"]), - (UniCase::ascii("eqaulizer"), &["equalizer"]), - (UniCase::ascii("cyphertexts"), &["ciphertexts"]), - (UniCase::ascii("attriebutes"), &["attributes"]), - (UniCase::ascii("defaullts"), &["defaults"]), - (UniCase::ascii("re-negoziations"), &["re-negotiations"]), - (UniCase::ascii("constucter"), &["constructor"]), - (UniCase::ascii("gettitems"), &["getitems", "get items"]), - (UniCase::ascii("execututions"), &["executions"]), - (UniCase::ascii("resloving"), &["resolving"]), - (UniCase::ascii("accumualte"), &["accumulate"]), - (UniCase::ascii("evaulates"), &["evaluates"]), - (UniCase::ascii("calciulating"), &["calculating"]), - (UniCase::ascii("perperties"), &["properties"]), - (UniCase::ascii("monontonicity"), &["monotonicity"]), - (UniCase::ascii("definitly"), &["definitely"]), - (UniCase::ascii("jsut"), &["just"]), - (UniCase::ascii("Postdam"), &["Potsdam"]), - (UniCase::ascii("begginer"), &["beginner"]), - (UniCase::ascii("aktivates"), &["activates"]), - (UniCase::ascii("assingned"), &["assigned"]), - (UniCase::ascii("implmented"), &["implemented"]), - ( - UniCase::ascii("equire"), - &["require", "enquire", "equine", "esquire"], - ), - (UniCase::ascii("archaelogy"), &["archaeology"]), - (UniCase::ascii("hradware"), &["hardware"]), - (UniCase::ascii("egenral"), &["general"]), - (UniCase::ascii("truelly"), &["truly"]), - (UniCase::ascii("experimetnelly"), &["experimentally"]), - (UniCase::ascii("negotate"), &["negotiate"]), - (UniCase::ascii("paravirutalized"), &["paravirtualized"]), - (UniCase::ascii("sometines"), &["sometimes"]), - (UniCase::ascii("wavelenght"), &["wavelength"]), - (UniCase::ascii("synomym"), &["synonym"]), - (UniCase::ascii("experimentt"), &["experiment"]), - (UniCase::ascii("aribtrary"), &["arbitrary"]), - (UniCase::ascii("dominent"), &["dominant"]), - (UniCase::ascii("opearnd"), &["operand"]), - (UniCase::ascii("sublcuase"), &["subclause"]), - (UniCase::ascii("formatteded"), &["formatted"]), - (UniCase::ascii("aguments"), &["arguments"]), - (UniCase::ascii("crosreference"), &["cross-reference"]), - (UniCase::ascii("cooporative"), &["cooperative"]), - (UniCase::ascii("thereom"), &["theorem"]), - (UniCase::ascii("ignroing"), &["ignoring"]), - (UniCase::ascii("thikn"), &["think"]), - (UniCase::ascii("otherwwise"), &["otherwise"]), - (UniCase::ascii("experimdntally"), &["experimentally"]), - (UniCase::ascii("verfifies"), &["verifies"]), - (UniCase::ascii("approiate"), &["appropriate"]), - (UniCase::ascii("tesellated"), &["tessellated"]), - (UniCase::ascii("noralize"), &["normalize"]), - (UniCase::ascii("autocommiting"), &["autocommitting"]), - (UniCase::ascii("coururier"), &["courier", "couturier"]), - (UniCase::ascii("problamatic"), &["problematic"]), - (UniCase::ascii("sepatae"), &["separate"]), - (UniCase::ascii("continential"), &["continental"]), - (UniCase::ascii("materalists"), &["materialist"]), - (UniCase::ascii("unque"), &["unique"]), - (UniCase::ascii("authetnication"), &["authentication"]), - (UniCase::ascii("couldnt"), &["couldn\'t"]), - (UniCase::ascii("atended"), &["attended"]), - (UniCase::ascii("intevals"), &["intervals"]), - (UniCase::ascii("rqeuested"), &["requested"]), - (UniCase::ascii("unintiallised"), &["uninitialised"]), - (UniCase::ascii("indepandance"), &["independence"]), - (UniCase::ascii("transorming"), &["transforming"]), - (UniCase::ascii("negotioates"), &["negotiates"]), - (UniCase::ascii("constarnation"), &["consternation"]), - (UniCase::ascii("intterrupt"), &["interrupt"]), - (UniCase::ascii("differnces"), &["differences"]), - (UniCase::ascii("experimanetally"), &["experimentally"]), - (UniCase::ascii("progapating"), &["propagating"]), - (UniCase::ascii("burtst"), &["burst"]), - (UniCase::ascii("relaser"), &["releaser"]), - (UniCase::ascii("agreemnt"), &["agreement"]), - (UniCase::ascii("guarrantys"), &["guarantees"]), - (UniCase::ascii("swithcboard"), &["switchboard"]), - (UniCase::ascii("execubales"), &["executables"]), - (UniCase::ascii("actial"), &["actual"]), - (UniCase::ascii("infrigement"), &["infringement"]), - (UniCase::ascii("effekt"), &["effect"]), - (UniCase::ascii("ocurrance"), &["occurrence"]), - (UniCase::ascii("elemenets"), &["elements"]), - (UniCase::ascii("attribues"), &["attributes"]), - (UniCase::ascii("cocuments"), &["document"]), - (UniCase::ascii("evaluting"), &["evaluating"]), - (UniCase::ascii("reuqest"), &["request"]), - (UniCase::ascii("treatements"), &["treatments"]), - (UniCase::ascii("diffrerence"), &["difference"]), - (UniCase::ascii("charactars"), &["characters"]), - (UniCase::ascii("functionallity"), &["functionality"]), - (UniCase::ascii("algorhtm"), &["algorithm"]), - (UniCase::ascii("interpolayed"), &["interpolated"]), - (UniCase::ascii("curefully"), &["carefully"]), - (UniCase::ascii("neighoring"), &["neighboring"]), - (UniCase::ascii("opbject"), &["object"]), - (UniCase::ascii("inituialization"), &["initialization"]), - (UniCase::ascii("exceute"), &["execute"]), - (UniCase::ascii("serveritie"), &["severity", "severities"]), - (UniCase::ascii("intializer"), &["initializer"]), - (UniCase::ascii("intially"), &["initially"]), - (UniCase::ascii("appied"), &["applied"]), - (UniCase::ascii("doorjam"), &["doorjamb"]), - (UniCase::ascii("contentn"), &["content"]), - (UniCase::ascii("pre-defiened"), &["pre-defined"]), - (UniCase::ascii("does\'nt"), &["doesn\'t"]), - (UniCase::ascii("cryto"), &["crypto"]), - (UniCase::ascii("lable"), &["label"]), - (UniCase::ascii("unselecgted"), &["unselected"]), - (UniCase::ascii("autonegociated"), &["autonegotiated"]), - (UniCase::ascii("progarms"), &["programs"]), - (UniCase::ascii("cotaves"), &["octaves"]), - (UniCase::ascii("modfications"), &["modifications"]), - (UniCase::ascii("toughts"), &["thoughts"]), - (UniCase::ascii("doubeclick"), &["double-click"]), - (UniCase::ascii("absoultly"), &["absolutely"]), - (UniCase::ascii("uncondisional"), &["unconditional"]), - (UniCase::ascii("astiimation"), &["estimation"]), - (UniCase::ascii("footnoes"), &["footnotes"]), - (UniCase::ascii("visiably"), &["visibly"]), - (UniCase::ascii("delievry"), &["delivery"]), - (UniCase::ascii("follwoeong"), &["following"]), - (UniCase::ascii("conffiguration"), &["configuration"]), - (UniCase::ascii("excetutors"), &["executors"]), - (UniCase::ascii("deimiter"), &["delimiter"]), - (UniCase::ascii("coldplg"), &["coldplug"]), - (UniCase::ascii("shoud"), &["should"]), - (UniCase::ascii("rcall"), &["recall"]), - (UniCase::ascii("expetcing"), &["expecting"]), - (UniCase::ascii("paritition"), &["partition"]), - (UniCase::ascii("redonly"), &["readonly"]), - (UniCase::ascii("alledge"), &["allege"]), - (UniCase::ascii("identifers"), &["identifiers"]), - (UniCase::ascii("templaet"), &["template"]), - (UniCase::ascii("two-dimenionsal"), &["two-dimensional"]), - (UniCase::ascii("prohibt"), &["prohibit"]), - (UniCase::ascii("acient"), &["ancient"]), - (UniCase::ascii("initate"), &["initiate", "imitate"]), - (UniCase::ascii("ninteenth"), &["nineteenth"]), - (UniCase::ascii("consitency"), &["consistency"]), - (UniCase::ascii("barrriers"), &["barriers"]), - (UniCase::ascii("seperaters"), &["separators"]), - (UniCase::ascii("disapeared"), &["disappeared"]), - (UniCase::ascii("secontary"), &["secondary"]), - (UniCase::ascii("espace"), &["escape"]), - (UniCase::ascii("sophicated"), &["sophisticated"]), - (UniCase::ascii("interated"), &["iterated", "interacted"]), - (UniCase::ascii("sligntly"), &["slightly"]), - (UniCase::ascii("experession"), &["expression"]), - (UniCase::ascii("neighrouring"), &["neighbouring"]), - (UniCase::ascii("conflift"), &["conflict"]), - (UniCase::ascii("rurrent"), &["current"]), - (UniCase::ascii("turtorials"), &["tutorials"]), - (UniCase::ascii("sttetings"), &["settings"]), - (UniCase::ascii("sytles"), &["styles"]), - (UniCase::ascii("consttructers"), &["constructors"]), - (UniCase::ascii("numerial"), &["numeral", "numerical"]), - (UniCase::ascii("acccessed"), &["accessed"]), - (UniCase::ascii("paravirutalised"), &["paravirtualised"]), - (UniCase::ascii("hanlde"), &["handle"]), - (UniCase::ascii("equtions"), &["equations"]), - (UniCase::ascii("pytnon"), &["python"]), - (UniCase::ascii("transprently"), &["transparently"]), - (UniCase::ascii("beggingin"), &["beginning"]), - (UniCase::ascii("commisioned"), &["commissioned"]), - (UniCase::ascii("termostat"), &["thermostat"]), - (UniCase::ascii("parenthises"), &["parentheses"]), - (UniCase::ascii("couses"), &["courses", "causes"]), - (UniCase::ascii("defautled"), &["defaulted"]), - (UniCase::ascii("langugaes"), &["languages"]), - (UniCase::ascii("acquaintence"), &["acquaintance"]), - (UniCase::ascii("accordeon"), &["accordion"]), - (UniCase::ascii("Pucini"), &["Puccini"]), - (UniCase::ascii("returnig"), &["returning"]), - (UniCase::ascii("opearands"), &["operands"]), - (UniCase::ascii("rasied"), &["raised"]), - (UniCase::ascii("parantheses"), &["parentheses"]), - (UniCase::ascii("authenicating"), &["authenticating"]), - (UniCase::ascii("venders"), &["vendors"]), - (UniCase::ascii("corrispondant"), &["correspondent"]), - (UniCase::ascii("algorightms"), &["algorithms"]), - (UniCase::ascii("coalacing"), &["coalescing"]), - (UniCase::ascii("coherancy"), &["coherency"]), - (UniCase::ascii("sucessively"), &["successively"]), - (UniCase::ascii("compreses"), &["compresses"]), - ( - UniCase::ascii("inconsisteny"), - &["inconsistency", "inconsistent"], - ), - (UniCase::ascii("intaces"), &["instance"]), - (UniCase::ascii("charistics"), &["characteristics"]), - (UniCase::ascii("titels"), &["titles"]), - (UniCase::ascii("imgage"), &["image"]), - (UniCase::ascii("asymetric"), &["asymmetric"]), - (UniCase::ascii("prufe"), &["proof"]), - (UniCase::ascii("correspontence"), &["correspondence"]), - (UniCase::ascii("distarct"), &["distract"]), - (UniCase::ascii("frecuent"), &["frequent"]), - (UniCase::ascii("exlusive"), &["exclusive"]), - (UniCase::ascii("opeartor"), &["operator"]), - (UniCase::ascii("timout"), &["timeout"]), - (UniCase::ascii("kenrels"), &["kernels"]), - (UniCase::ascii("belligerant"), &["belligerent"]), - (UniCase::ascii("compariston"), &["comparison"]), - (UniCase::ascii("thst"), &["that"]), - (UniCase::ascii("implimention"), &["implementation"]), - (UniCase::ascii("modfifiers"), &["modifiers"]), - (UniCase::ascii("subtituting"), &["substituting"]), - (UniCase::ascii("deactiving"), &["deactivating"]), - (UniCase::ascii("jepordize"), &["jeopardize"]), - (UniCase::ascii("adjustification"), &["justification"]), - (UniCase::ascii("passowrd"), &["password"]), - (UniCase::ascii("spefiify"), &["specify"]), - (UniCase::ascii("sertification"), &["certification"]), - (UniCase::ascii("guarnety"), &["guaranty"]), - (UniCase::ascii("genuin"), &["genuine"]), - (UniCase::ascii("alse"), &["also", "else", "false"]), - (UniCase::ascii("detecs"), &["detects", "deters", "detect"]), - (UniCase::ascii("unforutunately"), &["unfortunately"]), - (UniCase::ascii("connectibity"), &["connectivity"]), - (UniCase::ascii("stivks"), &["sticks"]), - (UniCase::ascii("deregiter"), &["deregister"]), - (UniCase::ascii("incarcirated"), &["incarcerated"]), - (UniCase::ascii("serailization"), &["serialization"]), - (UniCase::ascii("soiurce"), &["source"]), - (UniCase::ascii("responces"), &["responses"]), - (UniCase::ascii("alyways"), &["always"]), - (UniCase::ascii("comparios"), &["comparison"]), - (UniCase::ascii("experinements"), &["experiments"]), - (UniCase::ascii("adjsence"), &["adjacence"]), - (UniCase::ascii("intevene"), &["intervene"]), - (UniCase::ascii("placeholde"), &["placeholder"]), - (UniCase::ascii("re-negotioate"), &["re-negotiate"]), - (UniCase::ascii("establishs"), &["establishes"]), - (UniCase::ascii("devicdes"), &["devices"]), - (UniCase::ascii("browing"), &["browsing"]), - (UniCase::ascii("akumulates"), &["accumulates"]), - (UniCase::ascii("ansalization"), &["nasalization"]), - (UniCase::ascii("disscovering"), &["discovering"]), - (UniCase::ascii("neighberhood"), &["neighborhood"]), - (UniCase::ascii("recieve"), &["receive"]), - (UniCase::ascii("hapen"), &["happen"]), - (UniCase::ascii("aksed"), &["asked"]), - (UniCase::ascii("ralation"), &["relation"]), - (UniCase::ascii("proclaimation"), &["proclamation"]), - (UniCase::ascii("surgestions"), &["suggestions"]), - (UniCase::ascii("serieses"), &["series"]), - (UniCase::ascii("interruptors"), &["interrupters"]), - (UniCase::ascii("delimitis"), &["delimits"]), - (UniCase::ascii("forunately"), &["fortunately"]), - (UniCase::ascii("temporraries"), &["temporaries"]), - (UniCase::ascii("commad"), &["command"]), - (UniCase::ascii("unweildly"), &["unwieldy"]), - (UniCase::ascii("amplifyer"), &["amplifier"]), - (UniCase::ascii("positionns"), &["positions"]), - (UniCase::ascii("hootsba"), &["chutzpah"]), - (UniCase::ascii("contorled"), &["controlled"]), - (UniCase::ascii("writters"), &["writers"]), - (UniCase::ascii("editiing"), &["editing"]), - (UniCase::ascii("faymus"), &["famous"]), - (UniCase::ascii("deail"), &["deal"]), - (UniCase::ascii("childern"), &["children"]), - (UniCase::ascii("reconeect"), &["reconnect"]), - (UniCase::ascii("negotitate"), &["negotiate"]), - (UniCase::ascii("outpupt"), &["output"]), - (UniCase::ascii("broadcasti"), &["broadcast"]), - (UniCase::ascii("coherant"), &["coherent"]), - (UniCase::ascii("tjpanishad"), &["upanishad"]), - (UniCase::ascii("emmisions"), &["emissions"]), - (UniCase::ascii("filesysthem"), &["filesystem"]), - (UniCase::ascii("createa"), &["create"]), - (UniCase::ascii("paermissions"), &["permissions"]), - (UniCase::ascii("iterpreter"), &["interpreter"]), - (UniCase::ascii("consquently"), &["consequently"]), - (UniCase::ascii("otherwyse"), &["otherwise"]), - (UniCase::ascii("oiginal"), &["original"]), - (UniCase::ascii("progammatically"), &["programmatically"]), - (UniCase::ascii("charactaristic"), &["characteristic"]), - (UniCase::ascii("instantiaties"), &["instantiates"]), - (UniCase::ascii("inherrits"), &["inherits"]), - (UniCase::ascii("exended"), &["extended"]), - (UniCase::ascii("reivison"), &["revision"]), - (UniCase::ascii("cyrstallization"), &["crystallization"]), - (UniCase::ascii("whis"), &["this", "whisk"]), - (UniCase::ascii("reminent"), &["remnant"]), - (UniCase::ascii("aswell"), &["as well"]), - (UniCase::ascii("althorithm"), &["algorithm"]), - ( - UniCase::ascii("implementatin"), - &["implementation", "implementing"], - ), - (UniCase::ascii("procecure"), &["procedure"]), - (UniCase::ascii("coalasing"), &["coalescing"]), - (UniCase::ascii("ocasion"), &["occasion"]), - (UniCase::ascii("visuaized"), &["visualized"]), - (UniCase::ascii("phenomenonly"), &["phenomenally"]), - (UniCase::ascii("burocratic"), &["bureaucratic"]), - (UniCase::ascii("regulariry"), &["regularly"]), - (UniCase::ascii("architectual"), &["architectural"]), - (UniCase::ascii("expermentation"), &["experimentation"]), - (UniCase::ascii("anythimng"), &["anything"]), - (UniCase::ascii("intiialize"), &["initialize"]), - (UniCase::ascii("thirs"), &["third", "thirst"]), - (UniCase::ascii("wher"), &["where"]), - (UniCase::ascii("etender"), &["extender", "attender"]), - (UniCase::ascii("executuon"), &["execution"]), - (UniCase::ascii("captable"), &["capable"]), - (UniCase::ascii("anwsering"), &["answering"]), - (UniCase::ascii("durining"), &["during"]), - (UniCase::ascii("commpliant"), &["compliant"]), - (UniCase::ascii("unpredictible"), &["unpredictable"]), - (UniCase::ascii("genererater"), &["generator"]), - (UniCase::ascii("droping"), &["dropping"]), - (UniCase::ascii("coundition"), &["condition"]), - (UniCase::ascii("legitamate"), &["legitimate"]), - (UniCase::ascii("unspefixied"), &["unspecified"]), - (UniCase::ascii("exlpoited"), &["exploited"]), - (UniCase::ascii("regarless"), &["regardless"]), - (UniCase::ascii("partion"), &["partition", "portion"]), - (UniCase::ascii("funnnily"), &["funnily"]), - (UniCase::ascii("neighobrs"), &["neighbors"]), - (UniCase::ascii("sholdn\'t"), &["shouldn\'t"]), - (UniCase::ascii("interpreation"), &["interpretation"]), - (UniCase::ascii("suiteable"), &["suitable"]), - (UniCase::ascii("speficieid"), &["specified"]), - (UniCase::ascii("tranlatable"), &["translatable"]), - (UniCase::ascii("deduplacated"), &["deduplicated"]), - (UniCase::ascii("dissaster"), &["disaster"]), - (UniCase::ascii("feeback"), &["feedback"]), - (UniCase::ascii("enbales"), &["enables"]), - (UniCase::ascii("momomentos"), &["mementos", "moments"]), - (UniCase::ascii("exchnaged"), &["exchanged"]), - (UniCase::ascii("basicaly"), &["basically"]), - (UniCase::ascii("conecnts"), &["connects", "contents"]), - (UniCase::ascii("cleare"), &["cleared", "clear"]), - (UniCase::ascii("formmatted"), &["formatted"]), - (UniCase::ascii("enforncing"), &["enforcing"]), - (UniCase::ascii("successsfully"), &["successfully"]), - (UniCase::ascii("trunctating"), &["truncating"]), - (UniCase::ascii("disasssembler"), &["disassembler"]), - (UniCase::ascii("unlikley"), &["unlikely"]), - (UniCase::ascii("galvinized"), &["galvanized"]), - (UniCase::ascii("decend"), &["descend"]), - (UniCase::ascii("hasnt"), &["hasn\'t"]), - (UniCase::ascii("successs"), &["success"]), - (UniCase::ascii("polysaccaride"), &["polysaccharide"]), - (UniCase::ascii("Massachussets"), &["Massachusetts"]), - (UniCase::ascii("auxillary"), &["auxiliary"]), - (UniCase::ascii("verly"), &["very"]), - (UniCase::ascii("neigbourhood"), &["neighbourhood"]), - (UniCase::ascii("ajsencies"), &["adjacencies"]), - (UniCase::ascii("accrding"), &["according"]), - (UniCase::ascii("exstream"), &["extreme"]), - (UniCase::ascii("challanged"), &["challenged"]), - (UniCase::ascii("agrument"), &["argument"]), - (UniCase::ascii("transpencies"), &["transparencies"]), - (UniCase::ascii("securuity"), &["security"]), - (UniCase::ascii("charactetr"), &["character"]), - (UniCase::ascii("ethe"), &["the"]), - (UniCase::ascii("incompatiblities"), &["incompatibilities"]), - (UniCase::ascii("addresed"), &["addressed"]), - (UniCase::ascii("receve"), &["receive"]), - (UniCase::ascii("sematics"), &["semantics"]), - (UniCase::ascii("annyoingly"), &["annoyingly"]), - (UniCase::ascii("proocess"), &["process"]), - (UniCase::ascii("serivce"), &["service"]), - (UniCase::ascii("searche"), &["search", "searched"]), - (UniCase::ascii("unsupress"), &["unsuppress"]), - (UniCase::ascii("concatonating"), &["concatenating"]), - (UniCase::ascii("reponsibility"), &["responsibility"]), - (UniCase::ascii("directrives"), &["directives"]), - (UniCase::ascii("autors"), &["authors"]), - (UniCase::ascii("temerature"), &["temperature"]), - (UniCase::ascii("fuctions"), &["functions"]), - (UniCase::ascii("extreams"), &["extremes"]), - (UniCase::ascii("threedimenionsal"), &["three-dimensional"]), - (UniCase::ascii("hypvervisors"), &["hypervisors"]), - (UniCase::ascii("overwites"), &["overwrites"]), - (UniCase::ascii("depenencys"), &["dependencies"]), - (UniCase::ascii("aruments"), &["arguments"]), - (UniCase::ascii("achived"), &["achieved", "archived"]), - (UniCase::ascii("promotted"), &["promoted"]), - (UniCase::ascii("micorcode"), &["microcode"]), - (UniCase::ascii("languales"), &["languages"]), - (UniCase::ascii("scketch"), &["sketch"]), - (UniCase::ascii("follew"), &["follow"]), - (UniCase::ascii("utilizaton"), &["utilization"]), - (UniCase::ascii("defaulrs"), &["defaults"]), - (UniCase::ascii("bakc"), &["back"]), - (UniCase::ascii("devlopments"), &["developments"]), - (UniCase::ascii("negotite"), &["negotiate"]), - (UniCase::ascii("syntehsise"), &["synthesise"]), - (UniCase::ascii("chached"), &["cached"]), - (UniCase::ascii("resons"), &["reasons"]), - (UniCase::ascii("prevews"), &["previews"]), - (UniCase::ascii("greatfull"), &["grateful", "gratefully"]), - (UniCase::ascii("pomotion"), &["promotion"]), - (UniCase::ascii("delimiited"), &["delimited"]), - (UniCase::ascii("aloable"), &["allowable", "available"]), - (UniCase::ascii("renegoation"), &["renegotiation"]), - (UniCase::ascii("depdents"), &["dependents"]), - (UniCase::ascii("projct\'s"), &["project\'s"]), - (UniCase::ascii("databsae"), &["database"]), - (UniCase::ascii("contrained"), &["contained", "constrained"]), - (UniCase::ascii("improvemenets"), &["improvements"]), - (UniCase::ascii("possbly"), &["possibly"]), - (UniCase::ascii("constract"), &["construct"]), - (UniCase::ascii("officeally"), &["officially"]), - (UniCase::ascii("impementaions"), &["implementations"]), - (UniCase::ascii("mesured"), &["measured"]), - (UniCase::ascii("ovrridables"), &["overridables"]), - (UniCase::ascii("critcial"), &["critical"]), - (UniCase::ascii("dicates"), &["dictates"]), - (UniCase::ascii("initailze"), &["initialize"]), - (UniCase::ascii("scientiss"), &["scientist"]), - (UniCase::ascii("facorite"), &["favorite"]), - (UniCase::ascii("inconviniances"), &["inconveniences"]), - (UniCase::ascii("constatnt"), &["constant"]), - (UniCase::ascii("replacated"), &["replicated"]), - (UniCase::ascii("speciafied"), &["specified"]), - (UniCase::ascii("intialized"), &["initialized"]), - (UniCase::ascii("resourcsed"), &["resourced", "resource"]), - (UniCase::ascii("againsg"), &["against"]), - (UniCase::ascii("defenate"), &["definite"]), - (UniCase::ascii("delgator"), &["delegator"]), - (UniCase::ascii("commpaction"), &["compaction"]), - (UniCase::ascii("decocdes"), &["decodes"]), - (UniCase::ascii("permenant"), &["permanent"]), - (UniCase::ascii("sudmobule"), &["submodule"]), - (UniCase::ascii("dictoinaries"), &["dictionaries"]), - (UniCase::ascii("desciption"), &["description"]), - (UniCase::ascii("perfered"), &["preferred"]), - (UniCase::ascii("nomimal"), &["nominal"]), - (UniCase::ascii("mirgate"), &["migrate"]), - (UniCase::ascii("doubeclicks"), &["double-clicks"]), - (UniCase::ascii("convinient"), &["convenient"]), - (UniCase::ascii("sepereate"), &["separate"]), - (UniCase::ascii("interresting"), &["interesting"]), - (UniCase::ascii("correspondance"), &["correspondence"]), - (UniCase::ascii("sirectional"), &["directional"]), - (UniCase::ascii("aproximates"), &["approximates"]), - (UniCase::ascii("re-negogtiations"), &["re-negotiations"]), - (UniCase::ascii("backbrounds"), &["backgrounds"]), - (UniCase::ascii("incompatiable"), &["incompatible"]), - (UniCase::ascii("betwean"), &["between"]), - (UniCase::ascii("appropriage"), &["appropriate"]), - (UniCase::ascii("transprt"), &["transport"]), - (UniCase::ascii("envriron"), &["environ"]), - (UniCase::ascii("mata"), &["meta", "mater"]), - (UniCase::ascii("allocatedp"), &["allocated"]), - (UniCase::ascii("allocaiting"), &["allocating"]), - (UniCase::ascii("cotnained"), &["contained"]), - (UniCase::ascii("librery"), &["library"]), - (UniCase::ascii("midified"), &["modified"]), - (UniCase::ascii("authencicated"), &["authenticated"]), - (UniCase::ascii("authenenticating"), &["authenticating"]), - (UniCase::ascii("evalutated"), &["evaluated"]), - (UniCase::ascii("engery"), &["energy"]), - (UniCase::ascii("reatime"), &["realtime"]), - (UniCase::ascii("1nd"), &["1st"]), - (UniCase::ascii("unbeliveably"), &["unbelievably"]), - (UniCase::ascii("Napolean"), &["Napoleon"]), - (UniCase::ascii("sucide"), &["suicide"]), - (UniCase::ascii("opeators"), &["operators"]), - (UniCase::ascii("transvorm"), &["transform"]), - (UniCase::ascii("represnets"), &["represents"]), - (UniCase::ascii("agression"), &["aggression"]), - (UniCase::ascii("suspicously"), &["suspiciously"]), - (UniCase::ascii("senario"), &["scenario"]), - (UniCase::ascii("expermientelly"), &["experimentally"]), - (UniCase::ascii("consequtive"), &["consecutive"]), - (UniCase::ascii("mantanined"), &["maintained"]), - (UniCase::ascii("expested"), &["expected"]), - (UniCase::ascii("assiocates"), &["associates"]), - (UniCase::ascii("chunck"), &["chunk"]), - (UniCase::ascii("modle"), &["model"]), - ( - UniCase::ascii("comptability"), - &["compatibility", "computability"], - ), - (UniCase::ascii("allcoators"), &["allocators"]), - (UniCase::ascii("handshare"), &["handshake"]), - (UniCase::ascii("localzation"), &["localization"]), - (UniCase::ascii("dissconnects"), &["disconnects"]), - (UniCase::ascii("dissrupted"), &["disrupted"]), - (UniCase::ascii("messenging"), &["messaging"]), - (UniCase::ascii("acchievable"), &["achievable"]), - (UniCase::ascii("materaials"), &["materials"]), - (UniCase::ascii("dieing"), &["dying", "dyeing"]), - ( - UniCase::ascii("scatching"), - &["catching", "scratching", "sketching"], - ), - (UniCase::ascii("workfow"), &["workflow"]), - (UniCase::ascii("fases"), &["fazes", "phases"]), - (UniCase::ascii("retalitation"), &["retaliation"]), - (UniCase::ascii("maltesian"), &["Maltese"]), - (UniCase::ascii("opprotunity"), &["opportunity"]), - (UniCase::ascii("simulatanious"), &["simultaneous"]), - (UniCase::ascii("adaptibe"), &["adaptive"]), - (UniCase::ascii("releas"), &["release"]), - (UniCase::ascii("approuves"), &["approves"]), - (UniCase::ascii("abundence"), &["abundance"]), - (UniCase::ascii("comventions"), &["conventions"]), - (UniCase::ascii("indepenendence"), &["independence"]), - (UniCase::ascii("refertenced"), &["referenced"]), - (UniCase::ascii("contriubted"), &["contributed"]), - (UniCase::ascii("directpry"), &["directory"]), - (UniCase::ascii("reneweal"), &["renewal"]), - (UniCase::ascii("gernerate"), &["generate"]), - (UniCase::ascii("execuables"), &["executables"]), - (UniCase::ascii("tetss"), &["tests"]), - (UniCase::ascii("unperturbated"), &["unperturbed"]), - (UniCase::ascii("anitrez"), &["antirez"]), - (UniCase::ascii("corelates"), &["correlates"]), - (UniCase::ascii("expexnasions"), &["expansions"]), - (UniCase::ascii("illess"), &["illness"]), - (UniCase::ascii("cancled"), &["canceled"]), - (UniCase::ascii("exceirpts"), &["excerpts"]), - (UniCase::ascii("definetly"), &["definitely"]), - (UniCase::ascii("sourth"), &["south"]), - (UniCase::ascii("runnign"), &["running"]), - (UniCase::ascii("preeceding"), &["preceding"]), - (UniCase::ascii("guarrantied"), &["guaranteed"]), - (UniCase::ascii("govermnment"), &["government"]), - (UniCase::ascii("muscician"), &["musician"]), - (UniCase::ascii("transfroming"), &["transforming"]), - (UniCase::ascii("transolate"), &["translate"]), - (UniCase::ascii("follwwer"), &["follower"]), - (UniCase::ascii("limititer"), &["limiter"]), - (UniCase::ascii("tranlate"), &["translate"]), - (UniCase::ascii("blokcer"), &["blocker"]), - (UniCase::ascii("momoments"), &["moments"]), - (UniCase::ascii("quarantaine"), &["quarantine"]), - (UniCase::ascii("probbaility"), &["probability"]), - (UniCase::ascii("mosty"), &["mostly"]), - (UniCase::ascii("captrure"), &["capture"]), - (UniCase::ascii("resursive"), &["recursive", "resourceful"]), - (UniCase::ascii("indicat"), &["indicate"]), - (UniCase::ascii("non-negotioated"), &["non-negotiated"]), - (UniCase::ascii("syntacts"), &["syntax"]), - (UniCase::ascii("libary"), &["library"]), - (UniCase::ascii("methds"), &["methods"]), - (UniCase::ascii("subobjecs"), &["subobjects"]), - (UniCase::ascii("negoticates"), &["negotiates"]), - (UniCase::ascii("ezdrop"), &["eavesdrop"]), - (UniCase::ascii("tempopary"), &["temporary"]), - (UniCase::ascii("animaiter"), &["animator"]), - (UniCase::ascii("thinkgs"), &["thinks", "things"]), - (UniCase::ascii("somtimes"), &["sometimes"]), - (UniCase::ascii("implementaton"), &["implementation"]), - (UniCase::ascii("supose"), &["suppose"]), - (UniCase::ascii("dispenced"), &["dispensed"]), - (UniCase::ascii("exectuion"), &["execution"]), - (UniCase::ascii("conrtibs"), &["contribs"]), - (UniCase::ascii("relocaing"), &["relocating"]), - (UniCase::ascii("boundaryi"), &["boundary"]), - (UniCase::ascii("fempto"), &["femto"]), - (UniCase::ascii("trustwortyness"), &["trustworthiness"]), - (UniCase::ascii("interactivly"), &["interactively"]), - (UniCase::ascii("worstened"), &["worsened"]), - (UniCase::ascii("attribted"), &["attributed"]), - (UniCase::ascii("delimitions"), &["delimitations"]), - (UniCase::ascii("configuerd"), &["configured"]), - (UniCase::ascii("dissallows"), &["disallows"]), - (UniCase::ascii("mimimun"), &["minimum"]), - (UniCase::ascii("apparant"), &["apparent"]), - (UniCase::ascii("warrriors"), &["warriors"]), - (UniCase::ascii("ocupying"), &["occupying"]), - (UniCase::ascii("algotighms"), &["algorithms"]), - (UniCase::ascii("dicovered"), &["discovered"]), - (UniCase::ascii("extereme"), &["extreme"]), - (UniCase::ascii("datattype"), &["datatype"]), - (UniCase::ascii("shouldn;t"), &["shouldn\'t"]), - (UniCase::ascii("overlayed"), &["overlaid"]), - (UniCase::ascii("paremeter"), &["parameter"]), - (UniCase::ascii("subcatagory"), &["subcategory"]), - (UniCase::ascii("transmitts"), &["transmits"]), - (UniCase::ascii("sectionning"), &["sectioning"]), - (UniCase::ascii("distibutes"), &["distributes"]), - (UniCase::ascii("beatiful"), &["beautiful"]), - (UniCase::ascii("importat"), &["important"]), - (UniCase::ascii("evaulated"), &["evaluated"]), - (UniCase::ascii("simpley"), &["simply"]), - (UniCase::ascii("chaecker"), &["checker"]), - (UniCase::ascii("dimnention"), &["dimension"]), - (UniCase::ascii("recepion"), &["reception"]), - (UniCase::ascii("deactiveate"), &["deactivate"]), - (UniCase::ascii("particuar"), &["particular"]), - (UniCase::ascii("sutisfies"), &["satisfies"]), - (UniCase::ascii("acditionally"), &["additionally"]), - (UniCase::ascii("successfulln"), &["successful"]), - (UniCase::ascii("devicess"), &["devices"]), - (UniCase::ascii("doens\'t"), &["doesn\'t"]), - (UniCase::ascii("paralely"), &["parallelly"]), - (UniCase::ascii("browswers"), &["browsers"]), - (UniCase::ascii("restoreable"), &["restorable"]), - (UniCase::ascii("expeimentation"), &["experimentation"]), - (UniCase::ascii("disconet"), &["disconnect"]), - (UniCase::ascii("idefinite"), &["indefinite"]), - (UniCase::ascii("controllor"), &["controller"]), - (UniCase::ascii("defualt"), &["default"]), - (UniCase::ascii("acccepts"), &["accepts"]), - (UniCase::ascii("featched"), &["fetched"]), - (UniCase::ascii("electircal"), &["electrical"]), - (UniCase::ascii("interogators"), &["interrogators"]), - (UniCase::ascii("scroipting"), &["scripting"]), - (UniCase::ascii("newslines"), &["newlines"]), - (UniCase::ascii("curruptions"), &["corruptions"]), - (UniCase::ascii("consitution"), &["constitution"]), - (UniCase::ascii("replcaof"), &["replicaof"]), - (UniCase::ascii("improvemenet"), &["improvement"]), - (UniCase::ascii("prominantly"), &["prominently"]), - (UniCase::ascii("punctation"), &["punctuation"]), - (UniCase::ascii("poeple"), &["people"]), - (UniCase::ascii("replacament"), &["replacement"]), - ( - UniCase::ascii("fiels"), - &["feels", "fields", "files", "phials"], - ), - (UniCase::ascii("statictic"), &["statistic"]), - (UniCase::ascii("vulbearbuility"), &["vulnerability"]), - (UniCase::ascii("modtified"), &["modified"]), - (UniCase::ascii("experimetelly"), &["experimentally"]), - (UniCase::ascii("particaulrly"), &["particularly"]), - (UniCase::ascii("timming"), &["timing", "trimming"]), - (UniCase::ascii("thow"), &["throw", "tow"]), - (UniCase::ascii("superceeded"), &["superseded"]), - (UniCase::ascii("vrey"), &["very"]), - (UniCase::ascii("varnings"), &["warnings"]), - (UniCase::ascii("overthere"), &["over there"]), - (UniCase::ascii("otherwose"), &["otherwise"]), - (UniCase::ascii("authentiction"), &["authentication"]), - (UniCase::ascii("paradime"), &["paradigm"]), - (UniCase::ascii("encrupted"), &["encrypted"]), - (UniCase::ascii("interfave"), &["interface"]), - (UniCase::ascii("reacing"), &["reaching"]), - (UniCase::ascii("iunior"), &["junior"]), - (UniCase::ascii("competiveness"), &["competitiveness"]), - (UniCase::ascii("regisration"), &["registration"]), - (UniCase::ascii("approriately"), &["appropriately"]), - (UniCase::ascii("responsibile"), &["responsible"]), - (UniCase::ascii("expexts"), &["expects"]), - (UniCase::ascii("porshon"), &["portion"]), - (UniCase::ascii("guarnetes"), &["guarantees"]), - (UniCase::ascii("descriptionm"), &["description"]), - (UniCase::ascii("neighboor"), &["neighbor", "neighbour"]), - (UniCase::ascii("messgaes"), &["messages"]), - (UniCase::ascii("withotu"), &["without"]), - (UniCase::ascii("convetion"), &["convention"]), - (UniCase::ascii("exprienced"), &["experienced"]), - (UniCase::ascii("beffer"), &["buffer"]), - (UniCase::ascii("refering"), &["referring"]), - (UniCase::ascii("neighborgh"), &["neighbor"]), - (UniCase::ascii("histroic"), &["historic"]), - (UniCase::ascii("authenrication"), &["authentication"]), - (UniCase::ascii("configurtion"), &["configuration"]), - (UniCase::ascii("cattleship"), &["battleship"]), - (UniCase::ascii("detatch"), &["detach"]), - (UniCase::ascii("neighboods"), &["neighborhoods"]), - (UniCase::ascii("folowind"), &["following"]), - (UniCase::ascii("commpiling"), &["compiling"]), - (UniCase::ascii("attribytes"), &["attributes"]), - (UniCase::ascii("beling"), &["belong"]), - (UniCase::ascii("permormance"), &["performance"]), - (UniCase::ascii("soucre"), &["source"]), - (UniCase::ascii("enabeling"), &["enabling"]), - (UniCase::ascii("chasr"), &["chaser", "chase"]), - (UniCase::ascii("Montnana"), &["Montana"]), - (UniCase::ascii("progroms"), &["pogroms", "programs"]), - (UniCase::ascii("wege"), &["wedge"]), - (UniCase::ascii("Monserrat"), &["Montserrat"]), - (UniCase::ascii("derivativ"), &["derivative"]), - (UniCase::ascii("swithed"), &["switched"]), - (UniCase::ascii("apender"), &["appender"]), - (UniCase::ascii("tempate"), &["template"]), - (UniCase::ascii("vegeterian"), &["vegetarian"]), - (UniCase::ascii("subnegotaitions"), &["subnegotiations"]), - (UniCase::ascii("agancies"), &["agencies"]), - (UniCase::ascii("redction"), &["reduction", "redaction"]), - (UniCase::ascii("neighberhouds"), &["neighborhoods"]), - (UniCase::ascii("senteces"), &["sentences"]), - (UniCase::ascii("constistency"), &["consistency"]), - (UniCase::ascii("wice-versa"), &["vice-versa"]), - (UniCase::ascii("renegotitaed"), &["renegotiated"]), - (UniCase::ascii("benifit"), &["benefit"]), - (UniCase::ascii("wihtin"), &["within"]), - (UniCase::ascii("currentry"), &["currently"]), - (UniCase::ascii("appplying"), &["applying"]), - (UniCase::ascii("smal"), &["small"]), - (UniCase::ascii("Israelies"), &["Israelis"]), - (UniCase::ascii("accress"), &["access"]), - (UniCase::ascii("ownwer"), &["owner"]), - (UniCase::ascii("snyc"), &["sync"]), - (UniCase::ascii("anomoly"), &["anomaly"]), - (UniCase::ascii("garnison"), &["garrison"]), - (UniCase::ascii("inproperly"), &["improperly"]), - (UniCase::ascii("mechandise"), &["merchandise"]), - (UniCase::ascii("safequard"), &["safeguard"]), - (UniCase::ascii("referncing"), &["referencing"]), - (UniCase::ascii("broblematic"), &["problematic"]), - (UniCase::ascii("repitition"), &["repetition"]), - (UniCase::ascii("sychronised"), &["synchronised"]), - (UniCase::ascii("implementating"), &["implementing"]), - (UniCase::ascii("interessting"), &["interesting"]), - (UniCase::ascii("perfomamce"), &["performance"]), - (UniCase::ascii("repreesnt"), &["represent"]), - ( - UniCase::ascii("content-negotaition"), - &["content-negotiation"], - ), - (UniCase::ascii("lik"), &["like", "lick", "link"]), - (UniCase::ascii("swithced"), &["switched"]), - (UniCase::ascii("paremeters"), &["parameters"]), - (UniCase::ascii("bginning"), &["beginning"]), - (UniCase::ascii("hitsingles"), &["hit singles"]), - (UniCase::ascii("assigment"), &["assignment"]), - (UniCase::ascii("objectss"), &["objects"]), - (UniCase::ascii("minuts"), &["minutes"]), - (UniCase::ascii("patren"), &["patron", "pattern"]), - (UniCase::ascii("reseved"), &["reserved"]), - (UniCase::ascii("exchnaging"), &["exchanging"]), - (UniCase::ascii("spefiififers"), &["specifiers"]), - (UniCase::ascii("compansating"), &["compensating"]), - (UniCase::ascii("inpacting"), &["impacting"]), - (UniCase::ascii("dectected"), &["detected"]), - (UniCase::ascii("impecabbly"), &["impeccably"]), - (UniCase::ascii("envirnoment"), &["environment"]), - (UniCase::ascii("chaning"), &["chaining", "changing"]), - (UniCase::ascii("auto-negotiotation"), &["auto-negotiation"]), - (UniCase::ascii("functionon"), &["function"]), - (UniCase::ascii("douibled"), &["doubled"]), - (UniCase::ascii("mutux"), &["mutex"]), - (UniCase::ascii("autasave"), &["autosave"]), - (UniCase::ascii("bording"), &["boarding"]), - (UniCase::ascii("spefixies"), &["specifies"]), - (UniCase::ascii("reslection"), &["reselection"]), - (UniCase::ascii("iresistibly"), &["irresistibly"]), - (UniCase::ascii("metalurgic"), &["metallurgic"]), - (UniCase::ascii("commerorative"), &["commemorative"]), - (UniCase::ascii("syntactally"), &["syntactically"]), - (UniCase::ascii("somwhat"), &["somewhat"]), - (UniCase::ascii("encryptiong"), &["encryption"]), - (UniCase::ascii("descripition"), &["description"]), - (UniCase::ascii("conservativeky"), &["conservatively"]), - (UniCase::ascii("corsshair"), &["crosshair"]), - (UniCase::ascii("paragarphs"), &["paragraphs"]), - (UniCase::ascii("execues"), &["executes"]), - (UniCase::ascii("expetcting"), &["expecting"]), - (UniCase::ascii("medhods"), &["methods"]), - (UniCase::ascii("harrasment"), &["harassment"]), - (UniCase::ascii("carefuly"), &["carefully"]), - (UniCase::ascii("cmobination"), &["combination"]), - (UniCase::ascii("onthe"), &["on the"]), - (UniCase::ascii("comparigons"), &["comparisons"]), - (UniCase::ascii("syntatic"), &["syntactic"]), - (UniCase::ascii("possibile"), &["possible"]), - (UniCase::ascii("cauhgt"), &["caught"]), - (UniCase::ascii("verious"), &["various"]), - (UniCase::ascii("testng"), &["testing"]), - (UniCase::ascii("depdended"), &["depended"]), - (UniCase::ascii("progarmers"), &["programmers"]), - (UniCase::ascii("algorihm"), &["algorithm"]), - (UniCase::ascii("forumlas"), &["formulas"]), - (UniCase::ascii("suceeds"), &["succeeds"]), - ( - UniCase::ascii("decendents"), - &["descendents", "descendants"], - ), - (UniCase::ascii("wroked"), &["worked"]), - (UniCase::ascii("whta"), &["what"]), - (UniCase::ascii("alloocates"), &["allocates"]), - (UniCase::ascii("proprotions"), &["proportions"]), - (UniCase::ascii("commatas"), &["commas", "commata"]), - (UniCase::ascii("thefore"), &["therefore"]), - (UniCase::ascii("togling"), &["toggling"]), - (UniCase::ascii("audiance"), &["audience"]), - (UniCase::ascii("consistendly"), &["consistently"]), - (UniCase::ascii("buiild"), &["build"]), - (UniCase::ascii("obyect"), &["object"]), - (UniCase::ascii("folwoed"), &["followed"]), - (UniCase::ascii("rememberance"), &["remembrance"]), - (UniCase::ascii("comamnds"), &["commands"]), - (UniCase::ascii("ubelieveble"), &["unbelievable"]), - (UniCase::ascii("somehwo"), &["somehow"]), - (UniCase::ascii("curcuits"), &["circuits"]), - (UniCase::ascii("technik"), &["technique"]), - (UniCase::ascii("commnands"), &["commands"]), - (UniCase::ascii("exipre"), &["expire"]), - (UniCase::ascii("deacitivation"), &["deactivation"]), - (UniCase::ascii("physicaly"), &["physically"]), - (UniCase::ascii("ptd"), &["pdf"]), - (UniCase::ascii("speficiallications"), &["specifications"]), - (UniCase::ascii("mathimatic"), &["mathematic"]), - (UniCase::ascii("rekursive"), &["recursive"]), - (UniCase::ascii("sammon"), &["salmon"]), - (UniCase::ascii("presntations"), &["presentations"]), - (UniCase::ascii("sturtured"), &["structured"]), - (UniCase::ascii("disassebled"), &["disassembled"]), - (UniCase::ascii("bounidng"), &["bounding"]), - (UniCase::ascii("homogeneize"), &["homogenize"]), - (UniCase::ascii("cann\'t"), &["can\'t"]), - (UniCase::ascii("threshhold"), &["threshold"]), - (UniCase::ascii("androind"), &["Android"]), - (UniCase::ascii("contianed"), &["contained"]), - (UniCase::ascii("issueing"), &["issuing"]), - (UniCase::ascii("reconeccting"), &["reconnecting"]), - (UniCase::ascii("rquirement"), &["requirement"]), - (UniCase::ascii("corousel"), &["carousel"]), - (UniCase::ascii("chuncks"), &["chunks"]), - (UniCase::ascii("connnects"), &["connects"]), - (UniCase::ascii("wakup"), &["wakeup"]), - (UniCase::ascii("non-replacalbe"), &["non-replaceable"]), - (UniCase::ascii("vactors"), &["vectors"]), - (UniCase::ascii("teplmated"), &["templated"]), - (UniCase::ascii("alhapet"), &["alphabet"]), - (UniCase::ascii("maibox"), &["mailbox"]), - ( - UniCase::ascii("scences"), - &["scenes", "sciences", "senses", "census"], - ), - (UniCase::ascii("workbnech"), &["workbench"]), - (UniCase::ascii("raotates"), &["rotates"]), - (UniCase::ascii("inctance"), &["instance"]), - (UniCase::ascii("assasination"), &["assassination"]), - (UniCase::ascii("leyering"), &["layering"]), - (UniCase::ascii("attributen"), &["attribute"]), - (UniCase::ascii("orpans"), &["orphans"]), - (UniCase::ascii("cloudes"), &["clouds"]), - (UniCase::ascii("exceotion"), &["exemption"]), - (UniCase::ascii("re-negotaitors"), &["re-negotiators"]), - (UniCase::ascii("dumplicates"), &["duplicates"]), - (UniCase::ascii("forulas"), &["formulas"]), - (UniCase::ascii("preferrable"), &["preferable"]), - (UniCase::ascii("mmbers"), &["members"]), - (UniCase::ascii("modfitying"), &["modifying"]), - (UniCase::ascii("patrens"), &["patron", "patterns"]), - (UniCase::ascii("optioin"), &["option"]), - (UniCase::ascii("speficifier"), &["specifier"]), - (UniCase::ascii("tolelerance"), &["tolerance"]), - (UniCase::ascii("qeueue"), &["queue"]), - (UniCase::ascii("intall"), &["install"]), - (UniCase::ascii("listenter"), &["listener"]), - (UniCase::ascii("dispossed"), &["disposed", "dispossessed"]), - (UniCase::ascii("extraterrestials"), &["extraterrestrials"]), - (UniCase::ascii("desychronize"), &["desynchronize"]), - (UniCase::ascii("someon"), &["someone"]), - (UniCase::ascii("itialising"), &["initialising"]), - (UniCase::ascii("uplad"), &["upload"]), - (UniCase::ascii("poitner"), &["pointer"]), - (UniCase::ascii("psitoined"), &["positioned"]), - (UniCase::ascii("protoytpes"), &["prototypes"]), - (UniCase::ascii("rapresentation"), &["representation"]), - (UniCase::ascii("marmelade"), &["marmalade"]), - (UniCase::ascii("trasmission"), &["transmission"]), - (UniCase::ascii("stying"), &["staying", "styling"]), - (UniCase::ascii("neighboards"), &["neighborhoods"]), - (UniCase::ascii("custoners"), &["customers"]), - (UniCase::ascii("comparism"), &["comparison"]), - (UniCase::ascii("templateas"), &["templates"]), - (UniCase::ascii("iif"), &["if"]), - (UniCase::ascii("caluculate"), &["calculate"]), - (UniCase::ascii("vasalls"), &["vassals"]), - (UniCase::ascii("faillure"), &["failure"]), - (UniCase::ascii("collaobrative"), &["collaborative"]), - (UniCase::ascii("deprectated"), &["deprecated"]), - (UniCase::ascii("multithreded"), &["multithreaded"]), - (UniCase::ascii("deinitailze"), &["deinitialize"]), - (UniCase::ascii("reomves"), &["removes"]), - (UniCase::ascii("deamand"), &["demand"]), - (UniCase::ascii("occasinally"), &["occasionally"]), - (UniCase::ascii("asser"), &["assert"]), - (UniCase::ascii("publishor"), &["publisher"]), - (UniCase::ascii("experimentat"), &["experimental"]), - (UniCase::ascii("adapdive"), &["adaptive"]), - (UniCase::ascii("vegitable"), &["vegetable"]), - (UniCase::ascii("claerly"), &["clearly"]), - (UniCase::ascii("propogate"), &["propagate"]), - (UniCase::ascii("senitnels"), &["sentinels"]), - (UniCase::ascii("dipose"), &["dispose", "depose"]), - (UniCase::ascii("thie"), &["the", "this"]), - (UniCase::ascii("alwast"), &["always"]), - (UniCase::ascii("threre"), &["there", "three"]), - (UniCase::ascii("upstreems"), &["upstreams"]), - ( - UniCase::ascii("content-negoation"), - &["content-negotiation"], - ), - (UniCase::ascii("reloccate"), &["relocate"]), - (UniCase::ascii("accompagning"), &["accompanying"]), - (UniCase::ascii("reallocae"), &["reallocate"]), - (UniCase::ascii("puplated"), &["populated"]), - (UniCase::ascii("incompleate"), &["incomplete"]), - (UniCase::ascii("eactly"), &["exactly"]), - (UniCase::ascii("superflouse"), &["superfluous"]), - (UniCase::ascii("decrasing"), &["decreasing", "deceasing"]), - (UniCase::ascii("vulnerabule"), &["vulnerable"]), - (UniCase::ascii("geoemtries"), &["geometries"]), - (UniCase::ascii("fleed"), &["fled", "freed"]), - (UniCase::ascii("widht"), &["width"]), - (UniCase::ascii("conent"), &["content"]), - (UniCase::ascii("representating"), &["representing"]), - (UniCase::ascii("submitions"), &["submissions"]), - (UniCase::ascii("lanuage"), &["language"]), - (UniCase::ascii("expilicitely"), &["explicitly"]), - (UniCase::ascii("canonival"), &["canonical"]), - (UniCase::ascii("renegoticate"), &["renegotiate"]), - (UniCase::ascii("trasposition"), &["transposition"]), - (UniCase::ascii("correspomd"), &["correspond"]), - (UniCase::ascii("instnat"), &["instant"]), - (UniCase::ascii("whiltelists"), &["whitelists"]), - (UniCase::ascii("desicions"), &["decisions"]), - (UniCase::ascii("instaciate"), &["instantiate"]), - (UniCase::ascii("uncertaincy"), &["uncertainty"]), - (UniCase::ascii("expetation"), &["expectation"]), - (UniCase::ascii("conviniences"), &["conveniences"]), - (UniCase::ascii("arrangtes"), &["arranges"]), - (UniCase::ascii("abstacting"), &["abstracting"]), - (UniCase::ascii("ajative"), &["adjective"]), - (UniCase::ascii("requsting"), &["requesting"]), - (UniCase::ascii("inteligability"), &["intelligibility"]), - (UniCase::ascii("rmeote"), &["remote"]), - (UniCase::ascii("vegatarian"), &["vegetarian"]), - ( - UniCase::ascii("charactertistically"), - &["characteristically"], - ), - (UniCase::ascii("includ"), &["include"]), - (UniCase::ascii("helment"), &["helmet"]), - (UniCase::ascii("meber"), &["member"]), - (UniCase::ascii("abouve"), &["above"]), - (UniCase::ascii("a-diaerers"), &["a-diaereses"]), - (UniCase::ascii("enthusiam"), &["enthusiasm"]), - (UniCase::ascii("berforming"), &["performing"]), - (UniCase::ascii("satuadays"), &["Saturdays"]), - (UniCase::ascii("guarrantyd"), &["guaranteed"]), - (UniCase::ascii("anthropolgist"), &["anthropologist"]), - (UniCase::ascii("multile"), &["multiple"]), - (UniCase::ascii("sesssion"), &["session"]), - (UniCase::ascii("obessions"), &["obsessions"]), - (UniCase::ascii("seuences"), &["sequences"]), - (UniCase::ascii("allocagtor"), &["allocator"]), - (UniCase::ascii("characterss"), &["characters"]), - (UniCase::ascii("extented"), &["extended"]), - (UniCase::ascii("prividing"), &["providing"]), - (UniCase::ascii("catapillers"), &["caterpillars"]), - (UniCase::ascii("exculsively"), &["exclusively"]), - (UniCase::ascii("aligne"), &["align"]), - (UniCase::ascii("connectinos"), &["connections"]), - (UniCase::ascii("demoninators"), &["denominators"]), - (UniCase::ascii("perfecctly"), &["perfectly"]), - (UniCase::ascii("overiding"), &["overriding"]), - (UniCase::ascii("dimensionaility"), &["dimensionality"]), - (UniCase::ascii("secretery"), &["secretary"]), - (UniCase::ascii("expets"), &["expects"]), - (UniCase::ascii("scince"), &["science"]), - (UniCase::ascii("fonctioning"), &["functioning"]), - (UniCase::ascii("lastes"), &["latest"]), - (UniCase::ascii("discconeection"), &["disconnection"]), - (UniCase::ascii("vaiables"), &["variables"]), - (UniCase::ascii("teachnig"), &["teaching"]), - ( - UniCase::ascii("depretiates"), - &["depreciates", "deprecates"], - ), - (UniCase::ascii("innactive"), &["inactive"]), - (UniCase::ascii("approuval"), &["approval"]), - (UniCase::ascii("arrangse"), &["arranges"]), - (UniCase::ascii("basiclly"), &["basically"]), - (UniCase::ascii("selectin"), &["selection", "selecting"]), - (UniCase::ascii("succes"), &["success"]), - (UniCase::ascii("guarnantees"), &["guarantees"]), - (UniCase::ascii("ciriticals"), &["criticals"]), - ( - UniCase::ascii("analyes"), - &["analyses", "analyzes", "analyse", "analyze"], - ), - (UniCase::ascii("comdemnation"), &["condemnation"]), - (UniCase::ascii("numeraotr"), &["numerator"]), - (UniCase::ascii("assignend"), &["assigned"]), - (UniCase::ascii("committ"), &["commit"]), - (UniCase::ascii("unreacahble"), &["unreachable"]), - (UniCase::ascii("sperately"), &["separately"]), - (UniCase::ascii("comilers"), &["compilers"]), - (UniCase::ascii("inconvertable"), &["inconvertible"]), - (UniCase::ascii("relaged"), &["related"]), - (UniCase::ascii("elemenents"), &["elements"]), - (UniCase::ascii("debuggs"), &["debugs"]), - (UniCase::ascii("deferals"), &["deferrals"]), - (UniCase::ascii("bankrupcy"), &["bankruptcy"]), - (UniCase::ascii("emminent"), &["eminent", "imminent"]), - (UniCase::ascii("adaptee"), &["adapted"]), - (UniCase::ascii("diregard"), &["disregard"]), - (UniCase::ascii("dicretionary"), &["discretionary"]), - (UniCase::ascii("vetex"), &["vertex"]), - (UniCase::ascii("answhares"), &["answers"]), - (UniCase::ascii("produses"), &["produces"]), - (UniCase::ascii("guarenteers"), &["guarantees"]), - (UniCase::ascii("definte"), &["definite", "define"]), - (UniCase::ascii("losely"), &["loosely"]), - (UniCase::ascii("chemicaly"), &["chemically"]), - (UniCase::ascii("independnet"), &["independent"]), - (UniCase::ascii("reosurcing"), &["resourcing"]), - (UniCase::ascii("allcoated"), &["allocated"]), - (UniCase::ascii("philisophy"), &["philosophy"]), - (UniCase::ascii("implementattion"), &["implementation"]), - (UniCase::ascii("equvalent"), &["equivalent"]), - (UniCase::ascii("stndard"), &["standard"]), - (UniCase::ascii("sistematizing"), &["systematizing"]), - (UniCase::ascii("wew"), &["we"]), - (UniCase::ascii("neverthless"), &["nevertheless"]), - (UniCase::ascii("togehter"), &["together"]), - (UniCase::ascii("algortismically"), &["algorithmically"]), - (UniCase::ascii("curentfilter"), &["currentfilter"]), - (UniCase::ascii("intemediary"), &["intermediary"]), - (UniCase::ascii("dispell"), &["dispel"]), - (UniCase::ascii("auto-negogtiation"), &["auto-negotiation"]), - (UniCase::ascii("currenly"), &["currently"]), - (UniCase::ascii("renegotatior"), &["renegotiator"]), - (UniCase::ascii("re-negotitor"), &["re-negotiator"]), - (UniCase::ascii("develpment"), &["development"]), - (UniCase::ascii("geomery"), &["geometry"]), - (UniCase::ascii("hydropobe"), &["hydrophobe"]), - (UniCase::ascii("exctract"), &["extract"]), - (UniCase::ascii("unregstered"), &["unregistered"]), - (UniCase::ascii("extrems"), &["extrema", "extremes"]), - (UniCase::ascii("doesn;t"), &["doesn\'t"]), - (UniCase::ascii("providfers"), &["providers"]), - (UniCase::ascii("remainig"), &["remaining"]), - (UniCase::ascii("authenfied"), &["authenticated"]), - (UniCase::ascii("focument"), &["document"]), - (UniCase::ascii("reccuring"), &["recurring"]), - (UniCase::ascii("algee"), &["algae"]), - (UniCase::ascii("re-negoticators"), &["re-negotiators"]), - (UniCase::ascii("elipse"), &["ellipse", "eclipse"]), - (UniCase::ascii("fetures"), &["features"]), - (UniCase::ascii("dislaimer"), &["disclaimer"]), - (UniCase::ascii("connetor"), &["connector"]), - (UniCase::ascii("imprioned"), &["imprisoned"]), - (UniCase::ascii("repected"), &["respected"]), - (UniCase::ascii("genralises"), &["generalises"]), - (UniCase::ascii("addressses"), &["addresses"]), - (UniCase::ascii("analizer"), &["analyzer"]), - (UniCase::ascii("exoskelaton"), &["exoskeleton"]), - (UniCase::ascii("compareison"), &["comparison"]), - (UniCase::ascii("neighbourhouds"), &["neighbourhoods"]), - (UniCase::ascii("tourch"), &["torch", "touch"]), - (UniCase::ascii("ressources"), &["resources"]), - (UniCase::ascii("seciton"), &["section"]), - (UniCase::ascii("mopre"), &["more"]), - ( - UniCase::ascii("countr"), - &["counter", "contour", "country", "county"], - ), - (UniCase::ascii("conditionnaly"), &["conditionally"]), - (UniCase::ascii("funcation"), &["function"]), - (UniCase::ascii("manupulating"), &["manipulating"]), - (UniCase::ascii("volenteered"), &["volunteered"]), - (UniCase::ascii("unresgisterd"), &["unregistered"]), - (UniCase::ascii("begiinning"), &["beginning"]), - (UniCase::ascii("tarbals"), &["tarballs"]), - (UniCase::ascii("disovering"), &["discovering"]), - (UniCase::ascii("micoscopies"), &["microscopies"]), - (UniCase::ascii("jelous"), &["jealous"]), - (UniCase::ascii("excetions"), &["exceptions"]), - (UniCase::ascii("conetivities"), &["connectivities"]), - (UniCase::ascii("distribuion"), &["distribution"]), - (UniCase::ascii("authethicates"), &["authenticates"]), - (UniCase::ascii("regartless"), &["regardless"]), - (UniCase::ascii("autoritative"), &["authoritative"]), - (UniCase::ascii("wedensday"), &["Wednesday"]), - (UniCase::ascii("direcotory"), &["directory"]), - (UniCase::ascii("synagouge"), &["synagogue"]), - (UniCase::ascii("instaed"), &["instead"]), - (UniCase::ascii("confiugure"), &["configure"]), - (UniCase::ascii("adjustements"), &["adjustments"]), - (UniCase::ascii("specidic"), &["specific"]), - (UniCase::ascii("imcompatibility"), &["incompatibility"]), - (UniCase::ascii("accidant"), &["accident"]), - (UniCase::ascii("algoroithmic"), &["algorithmic"]), - (UniCase::ascii("mutexs"), &["mutexes"]), - (UniCase::ascii("confugirble"), &["configurable"]), - (UniCase::ascii("flattenning"), &["flattening"]), - (UniCase::ascii("positoning"), &["positioning"]), - (UniCase::ascii("protential"), &["potential"]), - (UniCase::ascii("aray"), &["array"]), - (UniCase::ascii("assumong"), &["assuming"]), - (UniCase::ascii("trnasmits"), &["transmits"]), - (UniCase::ascii("contanined"), &["contained"]), - (UniCase::ascii("pointetrs"), &["pointers"]), - (UniCase::ascii("conectivities"), &["connectivities"]), - (UniCase::ascii("openeing"), &["opening"]), - (UniCase::ascii("studis"), &["studies", "studios"]), - (UniCase::ascii("shortcat"), &["shortcut"]), - (UniCase::ascii("registrain"), &["registration"]), - (UniCase::ascii("destribute"), &["distribute"]), - (UniCase::ascii("appoximately"), &["approximately"]), - (UniCase::ascii("identifaction"), &["identification"]), - (UniCase::ascii("discconects"), &["disconnects"]), - (UniCase::ascii("originiated"), &["originated"]), - (UniCase::ascii("chalenging"), &["challenging"]), - (UniCase::ascii("ehternet"), &["Ethernet"]), - (UniCase::ascii("rearrant"), &["rearrangement"]), - (UniCase::ascii("enviornmental"), &["environmental"]), - (UniCase::ascii("rmoved"), &["removed"]), - (UniCase::ascii("opeging"), &["opening"]), - (UniCase::ascii("eminate"), &["emanate"]), - (UniCase::ascii("spesialisation"), &["specialization"]), - (UniCase::ascii("displying"), &["displaying"]), - (UniCase::ascii("occurence"), &["occurrence"]), - (UniCase::ascii("dillemas"), &["dilemmas"]), - (UniCase::ascii("followng"), &["following"]), - (UniCase::ascii("challange"), &["challenge"]), - (UniCase::ascii("longitudonal"), &["longitudinal"]), - (UniCase::ascii("regardes"), &["regards"]), - (UniCase::ascii("decriptors"), &["descriptors"]), - (UniCase::ascii("engieneers"), &["engineers"]), - (UniCase::ascii("usind"), &["using"]), - (UniCase::ascii("claculation"), &["calculation"]), - (UniCase::ascii("dimenion"), &["dimension", "dominion"]), - (UniCase::ascii("enouncters"), &["encounters"]), - (UniCase::ascii("negotites"), &["negotiates"]), - (UniCase::ascii("non-negotable"), &["non-negotiable"]), - (UniCase::ascii("arn\'t"), &["aren\'t"]), - (UniCase::ascii("nin"), &["inn", "min", "bin", "nine"]), - (UniCase::ascii("relativated"), &["relative", "relatively"]), - (UniCase::ascii("sussinct"), &["succinct"]), - (UniCase::ascii("mayu"), &["may"]), - (UniCase::ascii("aboluste"), &["absolute"]), - (UniCase::ascii("forbbiden"), &["forbidden"]), - (UniCase::ascii("concatentate"), &["concatenate"]), - (UniCase::ascii("labed"), &["labeled"]), - (UniCase::ascii("aligin"), &["align"]), - (UniCase::ascii("wrapp"), &["wrap"]), - (UniCase::ascii("oerflow"), &["overflow"]), - (UniCase::ascii("featchure"), &["feature"]), - (UniCase::ascii("speficitation"), &["specification"]), - ( - UniCase::ascii("initialses"), - &["initialises", "initializes"], - ), - (UniCase::ascii("implemets"), &["implements"]), - (UniCase::ascii("sooit"), &["suet", "suit", "soot"]), - (UniCase::ascii("shouls"), &["should"]), - (UniCase::ascii("camoflage"), &["camouflage"]), - (UniCase::ascii("hydogen"), &["hydrogen"]), - (UniCase::ascii("pecularity"), &["peculiarity"]), - (UniCase::ascii("unmached"), &["unmatched"]), - (UniCase::ascii("packges"), &["packages"]), - (UniCase::ascii("auto-negotaiations"), &["auto-negotiations"]), - (UniCase::ascii("evironment"), &["environment"]), - (UniCase::ascii("charcter"), &["character"]), - (UniCase::ascii("shold"), &["should", "hold", "sold"]), - (UniCase::ascii("skipd"), &["skipped"]), - (UniCase::ascii("disabeling"), &["disabling"]), - (UniCase::ascii("infrequentcies"), &["infrequencies"]), - (UniCase::ascii("contributers"), &["contributors"]), - (UniCase::ascii("forteen"), &["fourteen"]), - (UniCase::ascii("dettaching"), &["detaching"]), - (UniCase::ascii("createing"), &["creating"]), - (UniCase::ascii("mantaining"), &["maintaining"]), - (UniCase::ascii("ignorring"), &["ignoring"]), - (UniCase::ascii("irrelevent"), &["irrelevant"]), - (UniCase::ascii("dafualted"), &["defaulted"]), - (UniCase::ascii("dealocate"), &["deallocate"]), - (UniCase::ascii("opertion"), &["operation"]), - (UniCase::ascii("tranfering"), &["transferring"]), - (UniCase::ascii("simplei"), &["simply"]), - (UniCase::ascii("deparments"), &["departments"]), - (UniCase::ascii("writeing"), &["writing"]), - (UniCase::ascii("palce"), &["place", "palace"]), - (UniCase::ascii("upgradingn"), &["upgrading"]), - (UniCase::ascii("accupts"), &["accepts"]), - (UniCase::ascii("annoint"), &["anoint"]), - (UniCase::ascii("lenths"), &["lengths"]), - (UniCase::ascii("blurr"), &["blur", "blurred"]), - (UniCase::ascii("througth"), &["through"]), - (UniCase::ascii("precent"), &["percent", "prescient"]), - (UniCase::ascii("toogling"), &["toggling"]), - (UniCase::ascii("lisetning"), &["listening"]), - (UniCase::ascii("enviroment"), &["environment"]), - (UniCase::ascii("soop"), &["soup", "scoop", "snoop", "soap"]), - (UniCase::ascii("encrpt"), &["encrypt"]), - (UniCase::ascii("accodringly"), &["accordingly"]), - (UniCase::ascii("fastr"), &["faster"]), - (UniCase::ascii("dashbords"), &["dashboards"]), - (UniCase::ascii("thoses"), &["those"]), - (UniCase::ascii("prepatory"), &["preparatory"]), - (UniCase::ascii("inteded"), &["intended"]), - (UniCase::ascii("interator"), &["iterator"]), - (UniCase::ascii("neighbooring"), &["neighboring"]), - (UniCase::ascii("fouth"), &["fourth"]), - (UniCase::ascii("oridinarily"), &["ordinarily"]), - (UniCase::ascii("deintialize"), &["deinitialize"]), - (UniCase::ascii("freez"), &["frees", "freeze"]), - (UniCase::ascii("desgin"), &["design"]), - (UniCase::ascii("miltisite"), &["multisite"]), - (UniCase::ascii("languaje"), &["language"]), - (UniCase::ascii("conrtib"), &["contrib"]), - (UniCase::ascii("uninfromed"), &["uninformed", "uniformed"]), - (UniCase::ascii("effctive"), &["effective"]), - (UniCase::ascii("execuation"), &["execution"]), - (UniCase::ascii("authentcated"), &["authenticated"]), - (UniCase::ascii("milivolts"), &["millivolts"]), - (UniCase::ascii("re-negotitates"), &["re-negotiates"]), - (UniCase::ascii("experamentelly"), &["experimentally"]), - (UniCase::ascii("hypen"), &["hyphen"]), - (UniCase::ascii("sysyems"), &["systems"]), - (UniCase::ascii("differene"), &["difference"]), - (UniCase::ascii("interrtups"), &["interrupts"]), - (UniCase::ascii("iwll"), &["will"]), - (UniCase::ascii("hiddden"), &["hidden"]), - (UniCase::ascii("pahses"), &["phases"]), - (UniCase::ascii("shoudn\'t"), &["shouldn\'t"]), - (UniCase::ascii("aixs"), &["axis"]), - (UniCase::ascii("appendend"), &["appended"]), - (UniCase::ascii("Miscrosoft"), &["Microsoft"]), - (UniCase::ascii("itialize"), &["initialize"]), - (UniCase::ascii("adresss"), &["address"]), - (UniCase::ascii("durectory"), &["directory"]), - (UniCase::ascii("asbtracts"), &["abstracts"]), - (UniCase::ascii("enhencments"), &["enhancements"]), - (UniCase::ascii("noramalizing"), &["normalizing"]), - (UniCase::ascii("stadnards"), &["standards"]), - (UniCase::ascii("menally"), &["mentally"]), - (UniCase::ascii("recommds"), &["recommends"]), - (UniCase::ascii("co-opeartes"), &["co-operates"]), - (UniCase::ascii("speficialleirs"), &["specifiers"]), - (UniCase::ascii("docunment"), &["document"]), - (UniCase::ascii("contol"), &["control"]), - (UniCase::ascii("croshet"), &["crochet"]), - (UniCase::ascii("acceptible"), &["acceptable"]), - (UniCase::ascii("determinded"), &["determined"]), - (UniCase::ascii("mircoscopes"), &["microscopes"]), - (UniCase::ascii("exceuting"), &["executing"]), - (UniCase::ascii("cofigures"), &["configures"]), - (UniCase::ascii("selcetion"), &["selection"]), - (UniCase::ascii("derivtive"), &["derivative"]), - (UniCase::ascii("sucesscient"), &["sufficient"]), - (UniCase::ascii("Champange"), &["Champagne"]), - (UniCase::ascii("algorithmi"), &["algorithm"]), - (UniCase::ascii("desitned"), &["destined"]), - (UniCase::ascii("whicg"), &["which"]), - (UniCase::ascii("ilegal"), &["illegal"]), - (UniCase::ascii("compsable"), &["composable"]), - (UniCase::ascii("boomarks"), &["bookmarks"]), - (UniCase::ascii("liveing"), &["living"]), - (UniCase::ascii("virutalisation"), &["virtualisation"]), - (UniCase::ascii("exptected"), &["expected"]), - (UniCase::ascii("sequnces"), &["sequences"]), - (UniCase::ascii("analouges"), &["analogues"]), - (UniCase::ascii("hexademical"), &["hexadecimal"]), - (UniCase::ascii("ines"), &["lines"]), - (UniCase::ascii("detecing"), &["detecting"]), - (UniCase::ascii("heigest"), &["highest"]), - (UniCase::ascii("negotaited"), &["negotiated"]), - (UniCase::ascii("algorthmic"), &["algorithmic"]), - (UniCase::ascii("dicards"), &["discards"]), - (UniCase::ascii("akkumulative"), &["accumulative"]), - (UniCase::ascii("bion"), &["bio"]), - (UniCase::ascii("initialialize"), &["initialize"]), - (UniCase::ascii("reviwing"), &["reviewing"]), - (UniCase::ascii("uncondtional"), &["unconditional"]), - (UniCase::ascii("expements"), &["experiments"]), - (UniCase::ascii("corret"), &["correct"]), - (UniCase::ascii("broardcast"), &["broadcast"]), - (UniCase::ascii("repedability"), &["repeatability"]), - (UniCase::ascii("breakthroughts"), &["breakthroughs"]), - (UniCase::ascii("polyar"), &["polar"]), - (UniCase::ascii("laguagues"), &["languages"]), - (UniCase::ascii("disscussing"), &["discussing"]), - (UniCase::ascii("conteining"), &["containing"]), - (UniCase::ascii("separting"), &["separating"]), - (UniCase::ascii("documnet"), &["document"]), - (UniCase::ascii("invesitgating"), &["investigating"]), - (UniCase::ascii("coallece"), &["coalesce"]), - (UniCase::ascii("temporaere"), &["temporary"]), - (UniCase::ascii("minmal"), &["minimal"]), - (UniCase::ascii("headquater"), &["headquarter"]), - (UniCase::ascii("tansfomed"), &["transformed"]), - (UniCase::ascii("wrkload"), &["workload"]), - (UniCase::ascii("reprodiction"), &["reproduction"]), - (UniCase::ascii("represantations"), &["representations"]), - (UniCase::ascii("incompatablitiy"), &["incompatibility"]), - (UniCase::ascii("whlch"), &["which"]), - (UniCase::ascii("soley"), &["solely"]), - (UniCase::ascii("tranforming"), &["transforming"]), - (UniCase::ascii("heighit"), &["height"]), - (UniCase::ascii("activationg"), &["activating"]), - (UniCase::ascii("compeitions"), &["competitions"]), - (UniCase::ascii("organistions"), &["organisations"]), - (UniCase::ascii("temproraly"), &["temporarily"]), - (UniCase::ascii("approxamate"), &["approximate"]), - (UniCase::ascii("texxt"), &["text"]), - (UniCase::ascii("alocatable"), &["allocatable"]), - (UniCase::ascii("suppplied"), &["supplied"]), - (UniCase::ascii("organizaion"), &["organization"]), - (UniCase::ascii("recommneds"), &["recommends"]), - (UniCase::ascii("intriduction"), &["introduction"]), - (UniCase::ascii("studing"), &["studying"]), - (UniCase::ascii("gruop"), &["group"]), - (UniCase::ascii("segmentaion"), &["segmentation"]), - (UniCase::ascii("optionial"), &["optional"]), - (UniCase::ascii("leyered"), &["layered"]), - (UniCase::ascii("allignments"), &["alignments"]), - (UniCase::ascii("experamentel"), &["experimental"]), - (UniCase::ascii("printting"), &["printing"]), - ( - UniCase::ascii("chrashs"), - &["crashes", "thrashes", "trashes"], - ), - (UniCase::ascii("comsumed"), &["consumed"]), - (UniCase::ascii("re-negotioations"), &["re-negotiations"]), - (UniCase::ascii("catterpilars"), &["caterpillars"]), - ( - UniCase::ascii("concurents"), - &["concurrents", "concurrence"], - ), - (UniCase::ascii("viwers"), &["viewers"]), - (UniCase::ascii("scipts"), &["scripts", "skips"]), - (UniCase::ascii("transisition"), &["transition"]), - (UniCase::ascii("frequncies"), &["frequencies"]), - (UniCase::ascii("prooerties"), &["properties"]), - (UniCase::ascii("traveersing"), &["traversing"]), - (UniCase::ascii("snaphsot"), &["snapshot"]), - (UniCase::ascii("prooving"), &["proving"]), - (UniCase::ascii("oversubscibe"), &["oversubscribe"]), - (UniCase::ascii("paramemter"), &["parameter"]), - (UniCase::ascii("referenct"), &["referenced"]), - (UniCase::ascii("handshage"), &["handshake"]), - (UniCase::ascii("preemptable"), &["preemptible"]), - (UniCase::ascii("porjection"), &["projection"]), - (UniCase::ascii("homogeniously"), &["homogeneously"]), - (UniCase::ascii("measurmenet"), &["measurement"]), - (UniCase::ascii("asnwerer"), &["answerer"]), - (UniCase::ascii("algorithmnically"), &["algorithmically"]), - (UniCase::ascii("memery"), &["memory"]), - (UniCase::ascii("changeing"), &["changing"]), - (UniCase::ascii("spagheti"), &["spaghetti"]), - (UniCase::ascii("incommplete"), &["incomplete"]), - (UniCase::ascii("oneliners"), &["one-liners"]), - (UniCase::ascii("recurrance"), &["recurrence"]), - (UniCase::ascii("experament"), &["experiment"]), - (UniCase::ascii("negotaiations"), &["negotiations"]), - (UniCase::ascii("heloer"), &["helper"]), - (UniCase::ascii("chanels"), &["channels"]), - (UniCase::ascii("unathorised"), &["unauthorised"]), - (UniCase::ascii("eles"), &["else"]), - (UniCase::ascii("parareter"), &["parameter"]), - (UniCase::ascii("dissalowed"), &["disallowed"]), - (UniCase::ascii("imcoming"), &["incoming"]), - (UniCase::ascii("inconvineance"), &["inconvenience"]), - (UniCase::ascii("beloning"), &["belonging"]), - (UniCase::ascii("versionms"), &["versions"]), - ( - UniCase::ascii("iminent"), - &["imminent", "immanent", "eminent"], - ), - (UniCase::ascii("implemenetaion"), &["implementation"]), - (UniCase::ascii("decraesing"), &["decreasing", "deceasing"]), - (UniCase::ascii("caculations"), &["calculations"]), - (UniCase::ascii("connnection"), &["connection"]), - (UniCase::ascii("coordiinates"), &["coordinates"]), - (UniCase::ascii("internels"), &["internals"]), - (UniCase::ascii("woth"), &["worth"]), - (UniCase::ascii("quitt"), &["quit"]), - (UniCase::ascii("repreesnted"), &["represented"]), - (UniCase::ascii("beleiv"), &["believe", "belief"]), - (UniCase::ascii("re-negoated"), &["re-negotiated"]), - (UniCase::ascii("unchaned"), &["unchanged"]), - (UniCase::ascii("desriptions"), &["descriptions"]), - (UniCase::ascii("sequeence"), &["sequence"]), - (UniCase::ascii("propely"), &["properly"]), - (UniCase::ascii("extrenaly"), &["externally"]), - (UniCase::ascii("privelige"), &["privilege"]), - (UniCase::ascii("faciliate"), &["facilitate"]), - (UniCase::ascii("upate"), &["update"]), - (UniCase::ascii("trubled"), &["troubled"]), - (UniCase::ascii("reposiotory"), &["repository"]), - (UniCase::ascii("conneiction"), &["connection"]), - (UniCase::ascii("acheivement"), &["achievement"]), - (UniCase::ascii("compilier"), &["compiler"]), - (UniCase::ascii("priciple"), &["principle"]), - (UniCase::ascii("execultable"), &["executable"]), - (UniCase::ascii("yse"), &["yes", "use", "NYSE"]), - (UniCase::ascii("knive"), &["knife"]), - (UniCase::ascii("anevironment"), &["environment"]), - (UniCase::ascii("algorithically"), &["algorithmically"]), - (UniCase::ascii("conrruption"), &["corruption"]), - (UniCase::ascii("conected"), &["connected"]), - ( - UniCase::ascii("quanlification"), - &["qualification", "quantification"], - ), - (UniCase::ascii("descritpors"), &["descriptors"]), - (UniCase::ascii("recenlty"), &["recently"]), - (UniCase::ascii("confidentally"), &["confidentially"]), - (UniCase::ascii("psuedo-fork"), &["pseudo-fork"]), - (UniCase::ascii("funchtionn"), &["function"]), - (UniCase::ascii("sugggestion"), &["suggestion"]), - (UniCase::ascii("remian"), &["remain"]), - (UniCase::ascii("diplaying"), &["displaying"]), - (UniCase::ascii("should\'t"), &["shouldn\'t"]), - (UniCase::ascii("guarenteeing"), &["guaranteeing"]), - (UniCase::ascii("rearraned"), &["rearranged"]), - (UniCase::ascii("prinicipal"), &["principal"]), - (UniCase::ascii("re-negotions"), &["re-negotiations"]), - (UniCase::ascii("obtaiend"), &["obtained"]), - (UniCase::ascii("prferables"), &["preferables"]), - (UniCase::ascii("retreival"), &["retrieval"]), - (UniCase::ascii("thast"), &["that", "that\'s"]), - (UniCase::ascii("exclusuive"), &["exclusive"]), - (UniCase::ascii("priviledges"), &["privileges"]), - (UniCase::ascii("parenthese"), &["parentheses"]), - (UniCase::ascii("calculatted"), &["calculated"]), - (UniCase::ascii("anid"), &["and"]), - (UniCase::ascii("createdd"), &["created"]), - (UniCase::ascii("strectch"), &["stretch"]), - (UniCase::ascii("taxonmy"), &["taxonomy"]), - (UniCase::ascii("alcemy"), &["alchemy"]), - (UniCase::ascii("folllowed"), &["followed"]), - (UniCase::ascii("copver"), &["cover"]), - (UniCase::ascii("regarting"), &["regarding"]), - (UniCase::ascii("controvercial"), &["controversial"]), - (UniCase::ascii("defintions"), &["definitions"]), - ( - UniCase::ascii("delection"), - &["detection", "deletion", "selection"], - ), - (UniCase::ascii("exeucte"), &["execute"]), - (UniCase::ascii("instutionalized"), &["institutionalized"]), - (UniCase::ascii("tortilini"), &["tortellini"]), - (UniCase::ascii("instantate"), &["instantiate"]), - (UniCase::ascii("ediable"), &["editable"]), - (UniCase::ascii("peirodicals"), &["periodicals"]), - (UniCase::ascii("althought"), &["although"]), - (UniCase::ascii("vhild"), &["child"]), - (UniCase::ascii("consistuents"), &["constituents"]), - (UniCase::ascii("experimentated"), &["experimented"]), - (UniCase::ascii("consttructor"), &["constructor"]), - (UniCase::ascii("doesnt\'t"), &["doesn\'t"]), - (UniCase::ascii("presistence"), &["persistence"]), - (UniCase::ascii("engeneer"), &["engineer"]), - (UniCase::ascii("labled"), &["labeled", "labelled"]), - (UniCase::ascii("filnal"), &["final"]), - (UniCase::ascii("segmends"), &["segments"]), - (UniCase::ascii("unkonwns"), &["unknowns"]), - (UniCase::ascii("renegoitations"), &["renegotiations"]), - (UniCase::ascii("excuted"), &["executed"]), - (UniCase::ascii("feautures"), &["features"]), - (UniCase::ascii("impelementing"), &["implementing"]), - (UniCase::ascii("decocder"), &["decoder"]), - (UniCase::ascii("coneecting"), &["connecting"]), - (UniCase::ascii("corruptiuon"), &["corruption"]), - (UniCase::ascii("forutunately"), &["fortunately"]), - (UniCase::ascii("eratic"), &["erratic"]), - (UniCase::ascii("partirioned"), &["partitioned"]), - (UniCase::ascii("retransfered"), &["retransferred"]), - (UniCase::ascii("aproximate"), &["approximate"]), - (UniCase::ascii("arent\'"), &["aren\'t"]), - (UniCase::ascii("poointed"), &["pointed"]), - (UniCase::ascii("calciulate"), &["calculate"]), - (UniCase::ascii("northen"), &["northern"]), - (UniCase::ascii("sytnax"), &["syntax"]), - (UniCase::ascii("twon"), &["town"]), - (UniCase::ascii("accademy"), &["academy"]), - (UniCase::ascii("dfinitions"), &["definitions"]), - (UniCase::ascii("recordproducer"), &["record producer"]), - (UniCase::ascii("thermostasts"), &["thermostats"]), - (UniCase::ascii("dictonary"), &["dictionary"]), - (UniCase::ascii("whoknows"), &["who knows"]), - (UniCase::ascii("assumse"), &["assumes"]), - (UniCase::ascii("otions"), &["options"]), - (UniCase::ascii("eferences"), &["references"]), - (UniCase::ascii("cuestioned"), &["questioned"]), - (UniCase::ascii("upstreammed"), &["upstreamed"]), - (UniCase::ascii("sistemics"), &["systemics"]), - (UniCase::ascii("indpendent"), &["independent"]), - (UniCase::ascii("evaluataion"), &["evaluation"]), - (UniCase::ascii("volounteered"), &["volunteered"]), - (UniCase::ascii("openening"), &["opening"]), - (UniCase::ascii("canonicalizations"), &["canonicalization"]), - (UniCase::ascii("managment"), &["management"]), - (UniCase::ascii("construcs"), &["constructs"]), - (UniCase::ascii("comando"), &["commando"]), - (UniCase::ascii("transparanies"), &["transparencies"]), - (UniCase::ascii("perferrmence"), &["performance"]), - (UniCase::ascii("permited"), &["permitted"]), - (UniCase::ascii("cylic"), &["cyclic"]), - (UniCase::ascii("generilised"), &["generalised"]), - (UniCase::ascii("negoates"), &["negotiates"]), - (UniCase::ascii("exceptionss"), &["exceptions"]), - (UniCase::ascii("desingn"), &["design"]), - (UniCase::ascii("unepected"), &["unexpected"]), - (UniCase::ascii("confriming"), &["confirming"]), - (UniCase::ascii("intruducing"), &["introducing"]), - (UniCase::ascii("indiquate"), &["indicate"]), - (UniCase::ascii("postprocesing"), &["postprocessing"]), - (UniCase::ascii("convine"), &["combine"]), - (UniCase::ascii("probbailities"), &["probabilities"]), - (UniCase::ascii("describtion"), &["description"]), - (UniCase::ascii("auto-negotaiation"), &["auto-negotiation"]), - (UniCase::ascii("mapp"), &["map"]), - (UniCase::ascii("descritpions"), &["descriptions"]), - (UniCase::ascii("comany"), &["company"]), - (UniCase::ascii("decidates"), &["dedicates"]), - (UniCase::ascii("uncompletness"), &["incompleteness"]), - (UniCase::ascii("colelctive"), &["collective"]), - (UniCase::ascii("swiming"), &["swimming"]), - (UniCase::ascii("geometyr"), &["geometry"]), - (UniCase::ascii("strinsg"), &["strings"]), - (UniCase::ascii("constructure"), &["constructor"]), - (UniCase::ascii("inludung"), &["including"]), - (UniCase::ascii("experiming"), &["experimenting"]), - (UniCase::ascii("adjuscent"), &["adjacent"]), - (UniCase::ascii("recomputaion"), &["recomputation"]), - (UniCase::ascii("onl"), &["only"]), - (UniCase::ascii("readeable"), &["readable"]), - (UniCase::ascii("distniguished"), &["distinguished"]), - (UniCase::ascii("conain"), &["contain"]), - (UniCase::ascii("ressurects"), &["resurrects"]), - (UniCase::ascii("coninient"), &["convenient"]), - (UniCase::ascii("premeired"), &["premiered"]), - (UniCase::ascii("machine-dependend"), &["machine-dependent"]), - (UniCase::ascii("speficiallier"), &["specifier"]), - (UniCase::ascii("deklaration"), &["declaration"]), - (UniCase::ascii("non-negotible"), &["non-negotiable"]), - (UniCase::ascii("parargaph"), &["paragraph"]), - (UniCase::ascii("speficifeid"), &["specified"]), - (UniCase::ascii("caling"), &["calling", "scaling", "culling"]), - (UniCase::ascii("directpries"), &["directories"]), - (UniCase::ascii("algorithic"), &["algorithmic"]), - (UniCase::ascii("desribes"), &["describes"]), - (UniCase::ascii("propably"), &["probably"]), - (UniCase::ascii("clasification"), &["classification"]), - (UniCase::ascii("hsotname"), &["hostname"]), - (UniCase::ascii("liscense"), &["license", "licence"]), - (UniCase::ascii("confugiration"), &["configuration"]), - (UniCase::ascii("discontiguities"), &["discontinuities"]), - (UniCase::ascii("reptition"), &["repetition"]), - (UniCase::ascii("instruccions"), &["instructions"]), - (UniCase::ascii("savees"), &["saves"]), - (UniCase::ascii("vice-fersa"), &["vice-versa"]), - (UniCase::ascii("millon"), &["million"]), - (UniCase::ascii("prolbems"), &["problems"]), - (UniCase::ascii("discimenation"), &["dissemination"]), - (UniCase::ascii("outuput"), &["output"]), - (UniCase::ascii("renegoable"), &["renegotiable"]), - (UniCase::ascii("isnt"), &["isn\'t"]), - (UniCase::ascii("surregat"), &["surrogate"]), - (UniCase::ascii("fike"), &["file"]), - (UniCase::ascii("executations"), &["executions"]), - (UniCase::ascii("normlly"), &["normally"]), - (UniCase::ascii("swich"), &["switch"]), - (UniCase::ascii("reprecussions"), &["repercussions"]), - (UniCase::ascii("coyrights"), &["copyrights"]), - (UniCase::ascii("everage"), &["average"]), - (UniCase::ascii("constructting"), &["constructing"]), - (UniCase::ascii("committe"), &["committee"]), - (UniCase::ascii("re-negothiates"), &["re-negotiates"]), - (UniCase::ascii("exten"), &["extent"]), - (UniCase::ascii("truncted"), &["truncated"]), - (UniCase::ascii("resolvinf"), &["resolving"]), - (UniCase::ascii("memmber"), &["member"]), - (UniCase::ascii("mechancial"), &["mechanical"]), - (UniCase::ascii("distrubutions"), &["distributions"]), - (UniCase::ascii("raotate"), &["rotate"]), - (UniCase::ascii("mountian"), &["mountain"]), - (UniCase::ascii("visable"), &["visible"]), - (UniCase::ascii("comisioning"), &["commissioning"]), - (UniCase::ascii("reinitailised"), &["reinitialised"]), - (UniCase::ascii("aparent"), &["apparent"]), - (UniCase::ascii("clonez"), &["clones", "cloner"]), - (UniCase::ascii("maniuplated"), &["manipulated"]), - (UniCase::ascii("vallidation"), &["validation"]), - (UniCase::ascii("chuncksize"), &["chunksize"]), - (UniCase::ascii("obscur"), &["obscure"]), - (UniCase::ascii("acchieved"), &["achieved"]), - (UniCase::ascii("releant"), &["relevant", "relent"]), - (UniCase::ascii("submision"), &["submission"]), - (UniCase::ascii("imapct"), &["impact"]), - (UniCase::ascii("implemeneting"), &["implementing"]), - (UniCase::ascii("mortage"), &["mortgage"]), - (UniCase::ascii("ideosyncracies"), &["ideosyncrasies"]), - (UniCase::ascii("systhems"), &["systems"]), - (UniCase::ascii("accodingly"), &["accordingly"]), - (UniCase::ascii("cloes"), &["close"]), - (UniCase::ascii("endianes"), &["endianness"]), - (UniCase::ascii("appned"), &["append"]), - (UniCase::ascii("arrary"), &["array"]), - (UniCase::ascii("extremelly"), &["extremely"]), - (UniCase::ascii("follwowed"), &["followed"]), - (UniCase::ascii("avaible"), &["available"]), - (UniCase::ascii("comletion"), &["completion"]), - (UniCase::ascii("proceedure"), &["procedure"]), - (UniCase::ascii("disenchanged"), &["disenchanted"]), - (UniCase::ascii("occourring"), &["occurring"]), - (UniCase::ascii("expericed"), &["experienced"]), - (UniCase::ascii("harrassments"), &["harassments"]), - (UniCase::ascii("aprtment"), &["apartment"]), - (UniCase::ascii("suppport"), &["support"]), - (UniCase::ascii("enforcmement"), &["enforcement"]), - (UniCase::ascii("unchallengable"), &["unchallengeable"]), - (UniCase::ascii("hypter"), &["hyper"]), - (UniCase::ascii("trubbled"), &["troubled"]), - (UniCase::ascii("quew"), &["queue"]), - (UniCase::ascii("repblican"), &["republican"]), - (UniCase::ascii("constituional"), &["constitutional"]), - (UniCase::ascii("coeficient"), &["coefficient"]), - (UniCase::ascii("sevrity"), &["severity"]), - (UniCase::ascii("absouletely"), &["absolutely"]), - (UniCase::ascii("momementarily"), &["momentarily"]), - (UniCase::ascii("expermienters"), &["experimenters"]), - (UniCase::ascii("preaorocessing"), &["preprocessing"]), - (UniCase::ascii("availality"), &["availability"]), - (UniCase::ascii("simplifys"), &["simplifies"]), - (UniCase::ascii("sepectral"), &["spectral"]), - (UniCase::ascii("widged"), &["widget"]), - (UniCase::ascii("resposible"), &["responsible"]), - (UniCase::ascii("unidentifiedly"), &["unidentified"]), - (UniCase::ascii("sicne"), &["since"]), - (UniCase::ascii("disatrous"), &["disastrous"]), - (UniCase::ascii("publsiher"), &["publisher"]), - (UniCase::ascii("unnsupported"), &["unsupported"]), - (UniCase::ascii("calilng"), &["calling"]), - (UniCase::ascii("cronologically"), &["chronologically"]), - (UniCase::ascii("monestary"), &["monastery", "monetary"]), - (UniCase::ascii("whithe"), &["with", "white", "with the"]), - (UniCase::ascii("antaliasing"), &["antialiasing"]), - (UniCase::ascii("duplaication"), &["duplication"]), - (UniCase::ascii("toughtly"), &["tightly"]), - (UniCase::ascii("preveiwer"), &["previewer"]), - (UniCase::ascii("diffussion"), &["diffusion"]), - (UniCase::ascii("acknowleding"), &["acknowledging"]), - (UniCase::ascii("ptherad"), &["pthread"]), - (UniCase::ascii("promps"), &["prompts"]), - (UniCase::ascii("cloberring"), &["clobbering"]), - (UniCase::ascii("importent"), &["important"]), - (UniCase::ascii("acended"), &["ascended"]), - (UniCase::ascii("consquent"), &["consequent"]), - (UniCase::ascii("ocntext"), &["context"]), - (UniCase::ascii("contrl"), &["control"]), - (UniCase::ascii("abstrcting"), &["abstracting"]), - (UniCase::ascii("advizable"), &["advisable"]), - (UniCase::ascii("docuemtning"), &["documenting"]), - (UniCase::ascii("structeres"), &["structures"]), - (UniCase::ascii("flacouring"), &["flavouring"]), - (UniCase::ascii("cyrto"), &["crypto"]), - (UniCase::ascii("temportaries"), &["temporaries"]), - (UniCase::ascii("proccessing"), &["processing"]), - (UniCase::ascii("demographical"), &["demographic"]), - (UniCase::ascii("paritioning"), &["partitioning"]), - ( - UniCase::ascii("proyections"), - &["projections", "protections"], - ), - (UniCase::ascii("defeines"), &["defines"]), - (UniCase::ascii("dokcred"), &["dockerd", "docked", "docker"]), - (UniCase::ascii("inclues"), &["includes"]), - (UniCase::ascii("contruction"), &["construction"]), - (UniCase::ascii("conetion"), &["connection"]), - (UniCase::ascii("unforgetable"), &["unforgettable"]), - (UniCase::ascii("implace"), &["inplace"]), - (UniCase::ascii("addied"), &["added"]), - (UniCase::ascii("postiional"), &["positional"]), - (UniCase::ascii("muext"), &["mutex"]), - (UniCase::ascii("avods"), &["avoids"]), - (UniCase::ascii("rumatic"), &["rheumatic"]), - (UniCase::ascii("bigining"), &["beginning"]), - (UniCase::ascii("crucialy"), &["crucially"]), - (UniCase::ascii("candiate"), &["candidate"]), - (UniCase::ascii("exhaused"), &["exhausted"]), - (UniCase::ascii("re-negotible"), &["re-negotiable"]), - (UniCase::ascii("traslated"), &["translated"]), - (UniCase::ascii("guarranteed"), &["guaranteed"]), - (UniCase::ascii("dasy"), &["daisy"]), - (UniCase::ascii("faciliated"), &["facilitated"]), - (UniCase::ascii("terimnate"), &["terminate"]), - (UniCase::ascii("trasferred"), &["transferred"]), - (UniCase::ascii("perfomeing"), &["performing"]), - (UniCase::ascii("certifactes"), &["certificates"]), - (UniCase::ascii("short-cicruits"), &["short-circuits"]), - (UniCase::ascii("refure"), &["refuse"]), - (UniCase::ascii("emegrency"), &["emergency"]), - (UniCase::ascii("regularlisation"), &["regularisation"]), - (UniCase::ascii("neighborhoof"), &["neighborhood"]), - (UniCase::ascii("implememt"), &["implement"]), - (UniCase::ascii("accrording"), &["according"]), - (UniCase::ascii("exspecting"), &["expecting"]), - (UniCase::ascii("authenicator"), &["authenticator"]), - (UniCase::ascii("arrrays"), &["arrays"]), - (UniCase::ascii("brigth"), &["bright"]), - (UniCase::ascii("dasdot"), &["dashdot"]), - (UniCase::ascii("guarnteing"), &["guaranteeing"]), - (UniCase::ascii("commmited"), &["committed"]), - (UniCase::ascii("ulters"), &["alters"]), - (UniCase::ascii("defalts"), &["defaults"]), - (UniCase::ascii("unbeliefable"), &["unbelievable"]), - (UniCase::ascii("seldomly"), &["seldom"]), - (UniCase::ascii("mcroscopic"), &["microscopic"]), - (UniCase::ascii("commpute"), &["compute"]), - (UniCase::ascii("backslases"), &["backslashes"]), - (UniCase::unicode("paínt"), &["paint"]), - (UniCase::ascii("handshaging"), &["handshaking"]), - (UniCase::ascii("efficcient"), &["efficient"]), - (UniCase::ascii("lengten"), &["lengthen"]), - (UniCase::ascii("emptyed"), &["emptied"]), - (UniCase::ascii("arbitraily"), &["arbitrarily"]), - (UniCase::ascii("therough"), &["through", "thorough"]), - (UniCase::ascii("initializiation"), &["initialization"]), - (UniCase::ascii("sequelce"), &["sequence"]), - (UniCase::ascii("correspondes"), &["corresponds"]), - (UniCase::ascii("non-exluded"), &["non-excluded"]), - (UniCase::ascii("follfowiwng"), &["following"]), - (UniCase::ascii("speficifation"), &["specification"]), - (UniCase::ascii("disutils"), &["distutils"]), - (UniCase::ascii("contols"), &["controls"]), - (UniCase::ascii("coordintaes"), &["coordinates"]), - (UniCase::ascii("parrallely"), &["parallelly"]), - (UniCase::ascii("crusor"), &["cursor"]), - (UniCase::ascii("dosent;"), &["doesn\'t"]), - (UniCase::ascii("perfomrnaces"), &["performances"]), - (UniCase::ascii("legel"), &["legal"]), - (UniCase::ascii("drummless"), &["drumless"]), - (UniCase::ascii("harrasments"), &["harassments"]), - (UniCase::ascii("analogeous"), &["analogous"]), - (UniCase::ascii("backslase"), &["backslash"]), - (UniCase::ascii("suficated"), &["suffocated"]), - (UniCase::ascii("entoties"), &["entities"]), - (UniCase::ascii("custoisers"), &["customisers"]), - (UniCase::ascii("substuctures"), &["substructures"]), - (UniCase::ascii("counterintuive"), &["counter intuitive"]), - (UniCase::ascii("scripst"), &["scripts"]), - (UniCase::ascii("precendent"), &["precedent"]), - (UniCase::ascii("reposititioning"), &["repositioning"]), - (UniCase::ascii("linke"), &["linked"]), - (UniCase::ascii("difracted"), &["diffracted"]), - (UniCase::ascii("proclamed"), &["proclaimed"]), - (UniCase::ascii("correspondants"), &["correspondents"]), - (UniCase::ascii("timeing"), &["timing"]), - (UniCase::ascii("re-negotaiates"), &["re-negotiates"]), - (UniCase::ascii("geeral"), &["general"]), - (UniCase::ascii("mentionned"), &["mentioned"]), - (UniCase::ascii("unsurprized"), &["unsurprised"]), - (UniCase::ascii("nclude"), &["include"]), - (UniCase::ascii("neccisary"), &["necessary"]), - (UniCase::ascii("withinn"), &["within"]), - (UniCase::ascii("suspicios"), &["suspicious"]), - (UniCase::ascii("provdied"), &["provided"]), - (UniCase::ascii("adminstration"), &["administration"]), - (UniCase::ascii("prameter"), &["parameter"]), - (UniCase::ascii("desciribe"), &["describe"]), - (UniCase::ascii("trgistration"), &["registration"]), - (UniCase::ascii("adquiring"), &["acquiring"]), - (UniCase::ascii("flyes"), &["flies", "flyers"]), - (UniCase::ascii("conviniencys"), &["conveniences"]), - (UniCase::ascii("accompagned"), &["accompanied"]), - (UniCase::ascii("titile"), &["title"]), - (UniCase::ascii("relocaions"), &["relocations"]), - ( - UniCase::ascii("systhemwindow"), - &["systemwindow", "system window"], - ), - (UniCase::ascii("enoucntering"), &["encountering"]), - (UniCase::ascii("severly"), &["severely"]), - (UniCase::ascii("keyords"), &["keywords"]), - (UniCase::ascii("failues"), &["failures"]), - (UniCase::ascii("constrution"), &["construction"]), - (UniCase::ascii("mamalian"), &["mammalian"]), - (UniCase::ascii("folled"), &["followed"]), - (UniCase::ascii("inseted"), &["inserted"]), - (UniCase::ascii("masiff"), &["massif"]), - (UniCase::ascii("intervall"), &["interval"]), - (UniCase::ascii("embedds"), &["embeds"]), - (UniCase::ascii("transactoin"), &["transaction"]), - (UniCase::ascii("reminiscense"), &["reminiscence"]), - (UniCase::ascii("exent"), &["extent"]), - (UniCase::ascii("authetnicated"), &["authenticated"]), - (UniCase::ascii("sigle"), &["single", "sigil"]), - (UniCase::ascii("interecptor"), &["interceptor"]), - (UniCase::ascii("tallerable"), &["tolerable"]), - ( - UniCase::ascii("aling"), - &["align", "along", "a line", "ailing", "sling"], - ), - (UniCase::ascii("demolision"), &["demolition"]), - (UniCase::ascii("athough"), &["although"]), - (UniCase::ascii("lightwieght"), &["lightweight"]), - (UniCase::ascii("leyers"), &["layers"]), - (UniCase::ascii("deduplaication"), &["deduplication"]), - (UniCase::ascii("processore"), &["processor"]), - (UniCase::ascii("commans"), &["commands"]), - (UniCase::ascii("exchanches"), &["exchanges"]), - (UniCase::ascii("dokcre"), &["docker"]), - (UniCase::ascii("decocded"), &["decoded"]), - (UniCase::ascii("fomed"), &["formed"]), - (UniCase::ascii("strech"), &["stretch"]), - (UniCase::ascii("assumud"), &["assumed"]), - (UniCase::ascii("preppendet"), &["prepended"]), - (UniCase::ascii("corected"), &["corrected"]), - (UniCase::ascii("diarhea"), &["diarrhoea", "diarrhea"]), - (UniCase::ascii("encorded"), &["encoded"]), - (UniCase::ascii("algothitmic"), &["algorithmic"]), - (UniCase::ascii("possily"), &["possibly"]), - (UniCase::ascii("specfic"), &["specific"]), - (UniCase::ascii("hstory"), &["history"]), - (UniCase::ascii("alphabeticaly"), &["alphabetically"]), - (UniCase::ascii("alghoritmic"), &["algorithmic"]), - (UniCase::ascii("supres"), &["suppress"]), - (UniCase::ascii("anhoter"), &["another"]), - (UniCase::ascii("evovling"), &["evolving"]), - (UniCase::ascii("comparisaions"), &["comparisons"]), - (UniCase::ascii("ivocation"), &["invocation"]), - (UniCase::ascii("accomadated"), &["accommodated"]), - (UniCase::ascii("crsytallise"), &["crystallise"]), - (UniCase::ascii("bountry"), &["boundary"]), - (UniCase::ascii("writet"), &["writes"]), - (UniCase::ascii("etablish"), &["establish"]), - (UniCase::ascii("litature"), &["literature"]), - (UniCase::ascii("addional"), &["additional"]), - (UniCase::ascii("modfies"), &["modifies"]), - (UniCase::ascii("reasonabily"), &["reasonably"]), - (UniCase::ascii("undeflows"), &["underflows"]), - (UniCase::ascii("destry"), &["destroy"]), - (UniCase::ascii("reciding"), &["residing"]), - (UniCase::ascii("effectly"), &["effectively"]), - (UniCase::ascii("acommodated"), &["accommodated"]), - (UniCase::ascii("lincese"), &["license"]), - (UniCase::ascii("coordonate"), &["coordinate"]), - (UniCase::ascii("subnegatiotiation"), &["subnegotiation"]), - (UniCase::ascii("counterpoart"), &["counterpart"]), - (UniCase::ascii("abandonded"), &["abandoned"]), - (UniCase::ascii("requestests"), &["requests", "requested"]), - (UniCase::ascii("browswing"), &["browsing"]), - (UniCase::ascii("theer"), &["there"]), - (UniCase::ascii("sytled"), &["styled"]), - (UniCase::ascii("storeage"), &["storage"]), - (UniCase::ascii("openess"), &["openness"]), - (UniCase::ascii("authenfiing"), &["authenticating"]), - (UniCase::ascii("countain"), &["contain"]), - (UniCase::ascii("permitions"), &["permissions"]), - (UniCase::ascii("filesnames"), &["filenames"]), - (UniCase::ascii("premits"), &["permits"]), - (UniCase::ascii("undertsanding"), &["understanding"]), - (UniCase::ascii("speficifics"), &["specifics"]), - (UniCase::ascii("concentate"), &["concentrate"]), - (UniCase::ascii("ninty"), &["ninety", "minty"]), - (UniCase::ascii("overwrittin"), &["overwriting"]), - (UniCase::ascii("exipration"), &["expiration"]), - (UniCase::ascii("regultors"), &["regulators"]), - (UniCase::ascii("histroy"), &["history"]), - (UniCase::unicode("сontained"), &["contained"]), - (UniCase::ascii("useable"), &["usable"]), - (UniCase::ascii("hsell"), &["shell"]), - (UniCase::ascii("flaged"), &["flagged"]), - (UniCase::ascii("enviormentally"), &["environmentally"]), - (UniCase::ascii("indentifying"), &["identifying"]), - (UniCase::ascii("avriable"), &["variable"]), - (UniCase::ascii("granualtiry"), &["granularity"]), - (UniCase::ascii("consequentely"), &["consequently"]), - (UniCase::ascii("miagic"), &["magic"]), - (UniCase::ascii("disconencted"), &["disconnected"]), - (UniCase::ascii("__cpusplus"), &["__cplusplus"]), - (UniCase::ascii("renderadble"), &["renderable"]), - (UniCase::ascii("emedded"), &["embedded"]), - (UniCase::ascii("manipluate"), &["manipulate"]), - (UniCase::ascii("accepect"), &["accept"]), - (UniCase::ascii("renegotaiations"), &["renegotiations"]), - (UniCase::ascii("trasformations"), &["transformations"]), - (UniCase::ascii("opration"), &["operation"]), - (UniCase::ascii("writingm"), &["writing"]), - (UniCase::ascii("containes"), &["contains"]), - (UniCase::ascii("excercised"), &["exercised"]), - (UniCase::ascii("subsysytem"), &["subsystem"]), - (UniCase::ascii("misisng"), &["missing"]), - (UniCase::ascii("specfiied"), &["specified"]), - (UniCase::ascii("unoffical"), &["unofficial"]), - (UniCase::ascii("monestic"), &["monastic"]), - (UniCase::ascii("benifite"), &["benefit"]), - (UniCase::ascii("annouces"), &["announces"]), - (UniCase::ascii("musn\'t"), &["mustn\'t"]), - (UniCase::ascii("speficiallation"), &["specification"]), - (UniCase::ascii("consicousness"), &["consciousness"]), - (UniCase::ascii("bouce"), &["bounce"]), - (UniCase::ascii("refcound"), &["refcount"]), - (UniCase::ascii("implementator"), &["implementer"]), - (UniCase::ascii("coppy"), &["copy", "choppy"]), - (UniCase::ascii("epxlicit"), &["explicit"]), - (UniCase::ascii("convienence"), &["convenience"]), - (UniCase::ascii("endpiont"), &["endpoint"]), - (UniCase::ascii("intervines"), &["intervenes"]), - (UniCase::ascii("complmenet"), &["complement"]), - (UniCase::ascii("determenistic"), &["deterministic"]), - (UniCase::ascii("triancle"), &["triangle"]), - (UniCase::ascii("adverticed"), &["advertised"]), - (UniCase::ascii("aeactivate"), &["deactivate", "activate"]), - (UniCase::ascii("statemnts"), &["statements"]), - (UniCase::ascii("neighbeard"), &["neighborhood"]), - (UniCase::ascii("unresposive"), &["unresponsive"]), - (UniCase::ascii("sotry"), &["story", "sorry"]), - (UniCase::ascii("attrocities"), &["atrocities"]), - (UniCase::ascii("phenomonenon"), &["phenomenon"]), - (UniCase::ascii("suprise"), &["surprise"]), - (UniCase::ascii("verifie"), &["verify", "verified"]), - (UniCase::ascii("recurively"), &["recursively"]), - (UniCase::ascii("contruct"), &["construct"]), - (UniCase::ascii("origianally"), &["originally"]), - (UniCase::ascii("dupliace"), &["duplicate"]), - (UniCase::ascii("conspiriator"), &["conspirator"]), - (UniCase::ascii("comminucating"), &["communicating"]), - (UniCase::ascii("recusrive"), &["recursive"]), - (UniCase::ascii("differntiate"), &["differentiate"]), - (UniCase::ascii("savy"), &["savvy"]), - (UniCase::ascii("decstiption"), &["description"]), - (UniCase::ascii("rearrangable"), &["rearrangeable"]), - (UniCase::ascii("pseudonyn"), &["pseudonym"]), - (UniCase::ascii("sessio"), &["session"]), - (UniCase::ascii("heridity"), &["heredity"]), - (UniCase::ascii("ignortd"), &["ignored"]), - (UniCase::ascii("fiel"), &["feel", "field", "file", "phial"]), - (UniCase::ascii("experimetns"), &["experiments"]), - (UniCase::ascii("accelaration"), &["acceleration"]), - (UniCase::ascii("incuded"), &["included"]), - (UniCase::ascii("prohibting"), &["prohibiting"]), - (UniCase::ascii("chaarges"), &["charges"]), - (UniCase::ascii("startting"), &["starting"]), - (UniCase::ascii("anitialising"), &["antialiasing"]), - (UniCase::ascii("enviromnent"), &["environment"]), - (UniCase::ascii("bizare"), &["bizarre"]), - (UniCase::ascii("oveerun"), &["overrun"]), - (UniCase::ascii("surrogage"), &["surrogate"]), - (UniCase::ascii("auto-negotitation"), &["auto-negotiation"]), - (UniCase::ascii("reimplment"), &["reimplement"]), - (UniCase::ascii("brocher"), &["brochure"]), - (UniCase::ascii("succesor"), &["successor"]), - (UniCase::ascii("froms"), &["forms"]), - (UniCase::ascii("cerimonial"), &["ceremonial"]), - (UniCase::ascii("acording"), &["according"]), - (UniCase::ascii("caharacter"), &["character"]), - (UniCase::ascii("turorial"), &["tutorial"]), - (UniCase::ascii("workpsaces"), &["workspaces"]), - (UniCase::ascii("delared"), &["declared"]), - (UniCase::ascii("backlghting"), &["backlighting"]), - (UniCase::ascii("excahnges"), &["exchanges"]), - (UniCase::ascii("ajacency"), &["adjacency"]), - (UniCase::ascii("progapators"), &["propagators"]), - (UniCase::ascii("decscription"), &["description"]), - (UniCase::ascii("syncronising"), &["synchronising"]), - (UniCase::ascii("tihs"), &["this"]), - (UniCase::ascii("one-dimenionsal"), &["one-dimensional"]), - (UniCase::ascii("derefenced"), &["dereferenced"]), - (UniCase::ascii("commant"), &["command", "comment"]), - (UniCase::ascii("appearning"), &["appearing"]), - (UniCase::ascii("negogtiates"), &["negotiates"]), - (UniCase::ascii("sattellite"), &["satellite"]), - (UniCase::ascii("uplaodad"), &["upload", "uploaded"]), - (UniCase::ascii("micoscopic"), &["microscopic"]), - (UniCase::ascii("yotube"), &["youtube"]), - (UniCase::ascii("subnegoations"), &["subnegotiations"]), - (UniCase::ascii("avarage"), &["average"]), - (UniCase::ascii("negligable"), &["negligible"]), - (UniCase::ascii("convaxly"), &["convexly"]), - (UniCase::ascii("raotat"), &["rotate"]), - (UniCase::ascii("effecticely"), &["effectively"]), - (UniCase::ascii("initalise"), &["initialise"]), - (UniCase::ascii("securrely"), &["securely"]), - (UniCase::ascii("extrememely"), &["extremely"]), - (UniCase::ascii("presernt"), &["present"]), - (UniCase::ascii("discribe"), &["describe"]), - (UniCase::ascii("mangaers"), &["managers", "mangers"]), - (UniCase::ascii("authenfie"), &["authenticate"]), - (UniCase::ascii("agin"), &["again"]), - (UniCase::ascii("autonegotioations"), &["autonegotiations"]), - (UniCase::ascii("affortable"), &["affordable"]), - (UniCase::ascii("enviornment"), &["environment"]), - (UniCase::ascii("maintians"), &["maintains"]), - (UniCase::ascii("subnegotiotations"), &["subnegotiations"]), - (UniCase::ascii("supreses"), &["suppresses"]), - (UniCase::ascii("seperaor"), &["separator"]), - (UniCase::ascii("requieres"), &["requires"]), - (UniCase::ascii("garanty"), &["guarantee"]), - (UniCase::ascii("overiden"), &["overridden"]), - (UniCase::ascii("excution"), &["execution"]), - (UniCase::ascii("re-negothiation"), &["re-negotiation"]), - (UniCase::ascii("proerty"), &["property", "poetry"]), - (UniCase::ascii("inlcude"), &["include"]), - (UniCase::ascii("persisit"), &["persist"]), - (UniCase::ascii("neighbourhoor"), &["neighbour"]), - (UniCase::ascii("conpleted"), &["completed"]), - (UniCase::ascii("explictly"), &["explicitly"]), - (UniCase::ascii("formattting"), &["formatting"]), - (UniCase::ascii("artihmetic"), &["arithmetic"]), - (UniCase::ascii("redered"), &["rendered"]), - (UniCase::ascii("pactches"), &["patches"]), - (UniCase::ascii("obselete"), &["obsolete"]), - (UniCase::ascii("cotrolling"), &["controlling"]), - (UniCase::ascii("unavaialable"), &["unavailable"]), - (UniCase::ascii("rythim"), &["rhythm"]), - (UniCase::ascii("whoes"), &["whose"]), - (UniCase::ascii("vlones"), &["clones"]), - (UniCase::ascii("remainer"), &["remainder"]), - (UniCase::ascii("allcoate"), &["allocate"]), - (UniCase::ascii("disscuesed"), &["discussed"]), - (UniCase::ascii("experments"), &["experiments"]), - (UniCase::ascii("messangers"), &["messengers"]), - (UniCase::ascii("porshan"), &["portion"]), - (UniCase::ascii("ctification"), &["certification"]), - (UniCase::ascii("posessing"), &["possessing"]), - (UniCase::ascii("expept"), &["expect", "except"]), - (UniCase::ascii("delaraction"), &["declaration"]), - (UniCase::ascii("shepres"), &["spheres"]), - (UniCase::ascii("traingulating"), &["triangulating"]), - (UniCase::ascii("ghostscritp"), &["ghostscript"]), - (UniCase::ascii("compeltly"), &["completely"]), - (UniCase::ascii("highligjtes"), &["highlights"]), - (UniCase::ascii("acccepting"), &["accepting"]), - (UniCase::ascii("perfoemnace"), &["performance"]), - (UniCase::ascii("ultered"), &["altered"]), - (UniCase::ascii("intercontinential"), &["intercontinental"]), - (UniCase::ascii("permanantly"), &["permanently"]), - (UniCase::ascii("caclucation"), &["calculation"]), - (UniCase::ascii("repesenting"), &["representing"]), - (UniCase::ascii("exccute"), &["execute"]), - (UniCase::ascii("vissible"), &["visible"]), - (UniCase::ascii("veryfieng"), &["verifying"]), - (UniCase::ascii("rearrangnig"), &["rearranging"]), - (UniCase::ascii("doube-wprd"), &["double-word"]), - (UniCase::ascii("pre-congifure"), &["pre-configure"]), - (UniCase::ascii("fallthruogh"), &["fallthrough"]), - (UniCase::ascii("opproximate"), &["approximate"]), - (UniCase::ascii("ciritcals"), &["criticals"]), - (UniCase::ascii("platformt"), &["platforms"]), - (UniCase::ascii("sepeate"), &["separate"]), - (UniCase::ascii("subdirectorys"), &["subdirectories"]), - (UniCase::ascii("advertizes"), &["advertises"]), - (UniCase::ascii("desicate"), &["desiccate"]), - (UniCase::ascii("repulics"), &["republics"]), - (UniCase::ascii("pleaes"), &["please"]), - (UniCase::ascii("stubborness"), &["stubbornness"]), - (UniCase::ascii("serios"), &["serious"]), - (UniCase::ascii("particualr"), &["particular"]), - (UniCase::ascii("deferentiating"), &["differentiating"]), - (UniCase::ascii("simulataniously"), &["simultaneously"]), - (UniCase::ascii("intstead"), &["instead"]), - (UniCase::ascii("sargeant"), &["sergeant"]), - (UniCase::ascii("rewuired"), &["required"]), - (UniCase::ascii("confuring"), &["configuring"]), - (UniCase::ascii("instsallation"), &["installation"]), - (UniCase::ascii("quesitonable"), &["questionable"]), - (UniCase::ascii("athiesm"), &["atheism"]), - (UniCase::ascii("porgramming"), &["programming"]), - (UniCase::ascii("encyption"), &["encryption"]), - (UniCase::ascii("exceuction"), &["execution"]), - (UniCase::ascii("depdendents"), &["dependents"]), - (UniCase::ascii("instuction"), &["instruction"]), - (UniCase::ascii("sycronously"), &["synchronously"]), - (UniCase::ascii("iterface"), &["interface"]), - (UniCase::ascii("quanlify"), &["qualify", "quantify"]), - (UniCase::ascii("defference"), &["difference", "deference"]), - (UniCase::ascii("opthalmic"), &["ophthalmic"]), - (UniCase::ascii("tought"), &["thought", "taught", "tough"]), - (UniCase::ascii("tichened"), &["thickened"]), - (UniCase::ascii("temporay"), &["temporary"]), - (UniCase::ascii("varibility"), &["variability"]), - (UniCase::ascii("sequensing"), &["sequencing"]), - (UniCase::ascii("inluded"), &["included"]), - (UniCase::ascii("rarified"), &["rarefied"]), - (UniCase::ascii("neighbes"), &["neighbors"]), - (UniCase::ascii("apropriately"), &["appropriately"]), - (UniCase::ascii("declatory"), &["declaratory"]), - (UniCase::ascii("diatancing"), &["distancing"]), - (UniCase::ascii("formallized"), &["formalized"]), - (UniCase::ascii("numbert"), &["number"]), - (UniCase::ascii("opeaaration"), &["operation"]), - (UniCase::ascii("etiher"), &["either"]), - (UniCase::ascii("descktop"), &["desktop"]), - (UniCase::ascii("piblisher"), &["publisher"]), - (UniCase::ascii("urrlib"), &["urllib"]), - (UniCase::ascii("extedners"), &["extenders"]), - (UniCase::ascii("strem"), &["stream"]), - (UniCase::ascii("attriubute"), &["attribute"]), - (UniCase::ascii("sistematising"), &["systematising"]), - (UniCase::ascii("arbitiray"), &["arbitrary"]), - (UniCase::ascii("repertoir"), &["repertoire"]), - (UniCase::ascii("pxoxied"), &["proxied"]), - (UniCase::ascii("appropropiate"), &["appropriate"]), - (UniCase::ascii("disencouraged"), &["discouraged"]), - (UniCase::ascii("vengence"), &["vengeance"]), - (UniCase::ascii("asume"), &["assume"]), - (UniCase::ascii("telphony"), &["telephony"]), - (UniCase::ascii("exhisting"), &["existing"]), - (UniCase::ascii("amendement"), &["amendment"]), - (UniCase::ascii("sendign"), &["sending"]), - (UniCase::ascii("liminted"), &["limited"]), - (UniCase::ascii("assgin"), &["assign"]), - (UniCase::ascii("implamenting"), &["implementing"]), - (UniCase::ascii("acommodates"), &["accommodates"]), - (UniCase::ascii("transpant"), &["transplant"]), - (UniCase::ascii("shouldnt"), &["shouldn\'t"]), - (UniCase::ascii("muscels"), &["mussels", "muscles"]), - (UniCase::ascii("porjects"), &["projects"]), - (UniCase::ascii("boradcast"), &["broadcast"]), - (UniCase::ascii("experimanter"), &["experimenter"]), - (UniCase::ascii("guranteed"), &["guaranteed"]), - (UniCase::ascii("pathnme"), &["pathname"]), - (UniCase::ascii("creaeted"), &["created"]), - (UniCase::ascii("informatin"), &["information", "informing"]), - (UniCase::ascii("windwo"), &["window"]), - (UniCase::ascii("genralizes"), &["generalizes"]), - (UniCase::ascii("circulaton"), &["circulation"]), - (UniCase::ascii("recompuuting"), &["recomputing"]), - (UniCase::ascii("sumodules"), &["submodules"]), - (UniCase::ascii("tolernce"), &["tolerance"]), - (UniCase::ascii("negotionate"), &["negotiate"]), - (UniCase::ascii("refrerenceing"), &["referencing"]), - (UniCase::ascii("re-negotitated"), &["re-negotiated"]), - (UniCase::ascii("hampster"), &["hamster"]), - (UniCase::ascii("amacing"), &["amazing"]), - (UniCase::ascii("dnamically"), &["dynamically"]), - (UniCase::ascii("convieniently"), &["conveniently"]), - (UniCase::ascii("pupulated"), &["populated"]), - (UniCase::ascii("arbitrion"), &["arbitration"]), - (UniCase::ascii("corrisponding"), &["corresponding"]), - (UniCase::ascii("encouraing"), &["encouraging"]), - (UniCase::ascii("upadters"), &["updaters"]), - (UniCase::ascii("exchanched"), &["exchanged"]), - (UniCase::ascii("nmae"), &["name"]), - (UniCase::ascii("illistrate"), &["illustrate"]), - (UniCase::ascii("heighest"), &["highest"]), - (UniCase::ascii("datatgram"), &["datagram"]), - (UniCase::ascii("containees"), &["containers"]), - (UniCase::ascii("descize"), &["disguise"]), - (UniCase::ascii("sheck"), &["check", "cheque", "shuck"]), - (UniCase::ascii("dregee"), &["degree"]), - (UniCase::ascii("statisfy"), &["satisfy"]), - (UniCase::ascii("rearrang"), &["rearrange"]), - (UniCase::ascii("achives"), &["achieves", "archives"]), - (UniCase::ascii("compliling"), &["compiling"]), - (UniCase::ascii("uknowns"), &["unknowns"]), - (UniCase::ascii("accumalator"), &["accumulator"]), - (UniCase::ascii("instnace"), &["instance"]), - (UniCase::ascii("desitions"), &["decisions"]), - (UniCase::ascii("collosal"), &["colossal"]), - (UniCase::ascii("misconfiged"), &["misconfigured"]), - (UniCase::ascii("pararaph"), &["paragraph"]), - (UniCase::ascii("dcument"), &["document"]), - (UniCase::ascii("adjacentcy"), &["adjacency", "adjacence"]), - (UniCase::ascii("fielname"), &["filename"]), - (UniCase::ascii("coyrighted"), &["copyrighted"]), - (UniCase::ascii("conencting"), &["connecting"]), - (UniCase::ascii("catterpilar"), &["caterpillar"]), - (UniCase::ascii("algoithm"), &["algorithm"]), - (UniCase::ascii("tinterrupts"), &["interrupts"]), - (UniCase::ascii("perference"), &["preference"]), - (UniCase::ascii("fragmenets"), &["fragments"]), - (UniCase::ascii("centisencond"), &["centisecond"]), - (UniCase::ascii("arbitually"), &["arbitrarily"]), - (UniCase::ascii("algoirthmically"), &["algorithmically"]), - (UniCase::ascii("intergrating"), &["integrating"]), - (UniCase::ascii("discconencted"), &["disconnected"]), - (UniCase::ascii("contoroller"), &["controller"]), - (UniCase::ascii("harware"), &["hardware"]), - (UniCase::ascii("recompuutes"), &["recomputes"]), - (UniCase::ascii("conerning"), &["concerning"]), - (UniCase::ascii("blokchains"), &["blockchains"]), - (UniCase::ascii("enque"), &["enqueue"]), - (UniCase::ascii("uncomprss"), &["uncompress"]), - (UniCase::ascii("consectutive"), &["consecutive"]), - (UniCase::ascii("enviornmentalist"), &["environmentalist"]), - (UniCase::ascii("stength"), &["strength"]), - (UniCase::ascii("regestered"), &["registered"]), - (UniCase::ascii("vulnerabilitis"), &["vulnerabilities"]), - (UniCase::ascii("foloowinwg"), &["following"]), - (UniCase::ascii("sketchs"), &["sketches"]), - ( - UniCase::ascii("paravirutalization"), - &["paravirtualization"], - ), - (UniCase::ascii("interprated"), &["interpreted"]), - (UniCase::ascii("referreres"), &["referrers"]), - (UniCase::ascii("post-procesing"), &["post-processing"]), - (UniCase::ascii("incorported"), &["incorporated"]), - (UniCase::ascii("renegosiates"), &["renegotiates"]), - (UniCase::ascii("insuffiency"), &["insufficiency"]), - (UniCase::ascii("annoymous"), &["anonymous"]), - (UniCase::ascii("guarrantieing"), &["guaranteeing"]), - (UniCase::ascii("toally"), &["totally"]), - (UniCase::ascii("provdie"), &["provide"]), - (UniCase::ascii("gadged"), &["gadget", "gauged"]), - (UniCase::ascii("redifintion"), &["redefinition"]), - (UniCase::ascii("supportin"), &["supporting"]), - (UniCase::ascii("otherwice"), &["otherwise"]), - (UniCase::ascii("autonegogtiations"), &["autonegotiations"]), - (UniCase::ascii("cahnnel"), &["channel"]), - (UniCase::ascii("unabel"), &["unable"]), - (UniCase::ascii("overcompansating"), &["overcompensating"]), - (UniCase::ascii("implementatoion"), &["implementation"]), - (UniCase::ascii("supsend"), &["suspend"]), - ( - UniCase::ascii("auto-negotatiations"), - &["auto-negotiations"], - ), - (UniCase::ascii("userspase"), &["userspace"]), - (UniCase::ascii("exploititive"), &["exploitative"]), - (UniCase::ascii("derevative"), &["derivative"]), - (UniCase::ascii("acount"), &["account"]), - (UniCase::ascii("versoin"), &["version"]), - (UniCase::ascii("whather"), &["whether", "weather"]), - (UniCase::ascii("confirmming"), &["confirming"]), - (UniCase::ascii("were\'nt"), &["weren\'t"]), - (UniCase::ascii("idenitify"), &["identify"]), - (UniCase::ascii("single-threded"), &["single-threaded"]), - (UniCase::ascii("interaktively"), &["interactively"]), - (UniCase::ascii("apointing"), &["appointing"]), - (UniCase::ascii("vefiry"), &["verify"]), - (UniCase::ascii("unexpexted"), &["unexpected"]), - (UniCase::ascii("tution"), &["tuition"]), - (UniCase::ascii("coordintes"), &["coordinates"]), - (UniCase::ascii("cretates"), &["creates"]), - (UniCase::ascii("reimplmenting"), &["reimplementing"]), - (UniCase::ascii("conincident"), &["coincident"]), - (UniCase::ascii("disctinctive"), &["distinctive"]), - (UniCase::ascii("facourites"), &["favourites"]), - (UniCase::ascii("flext"), &["flex"]), - (UniCase::ascii("unecessary"), &["unnecessary"]), - (UniCase::ascii("considder"), &["consider"]), - (UniCase::ascii("comsume"), &["consume"]), - (UniCase::ascii("gerneraly"), &["generally"]), - (UniCase::ascii("expermimental"), &["experimental"]), - (UniCase::ascii("etended"), &["extended", "attended"]), - (UniCase::ascii("unintialzied"), &["uninitialized"]), - (UniCase::ascii("indexs"), &["indexes", "indices"]), - (UniCase::ascii("carefull"), &["careful", "carefully"]), - (UniCase::ascii("failied"), &["failed"]), - (UniCase::ascii("enhencment"), &["enhancement"]), - (UniCase::ascii("relaese"), &["release"]), - (UniCase::ascii("streammed"), &["streamed"]), - (UniCase::ascii("quarentine"), &["quarantine"]), - (UniCase::ascii("dissappear"), &["disappear"]), - (UniCase::ascii("disconeect"), &["disconnect"]), - (UniCase::ascii("expresss"), &["express"]), - (UniCase::ascii("moudule"), &["module"]), - (UniCase::ascii("conotations"), &["connotations"]), - ( - UniCase::ascii("partioning"), - &["partitioning", "portioning"], - ), - (UniCase::ascii("egdes"), &["edges"]), - (UniCase::ascii("unqoutes"), &["unquotes"]), - (UniCase::ascii("transcocders"), &["transcoders"]), - (UniCase::ascii("chekers"), &["checkers"]), - (UniCase::ascii("infaltes"), &["inflates"]), - (UniCase::ascii("implicitely"), &["implicitly"]), - (UniCase::ascii("differenciated"), &["differentiated"]), - (UniCase::ascii("asbtraction"), &["abstraction"]), - (UniCase::ascii("strcutre"), &["structure"]), - (UniCase::ascii("approoximate"), &["approximate"]), - (UniCase::ascii("opeartions"), &["operations"]), - (UniCase::ascii("maintaing"), &["maintaining"]), - (UniCase::ascii("conexts"), &["contexts", "connects"]), - (UniCase::ascii("repacement"), &["replacement"]), - (UniCase::ascii("mose"), &["more", "mouse"]), - (UniCase::ascii("implamentation"), &["implementation"]), - (UniCase::ascii("minimze"), &["minimize"]), - (UniCase::ascii("speficifcation"), &["specification"]), - (UniCase::ascii("sitck"), &["stick"]), - (UniCase::ascii("pointetr"), &["pointer"]), - (UniCase::ascii("ovverridden"), &["overridden"]), - (UniCase::ascii("orgiginals"), &["originals"]), - (UniCase::ascii("alocating"), &["allocating"]), - (UniCase::ascii("fidality"), &["fidelity"]), - (UniCase::ascii("partitiones"), &["partitions"]), - (UniCase::ascii("originial"), &["original"]), - (UniCase::ascii("aggragator"), &["aggregator"]), - (UniCase::ascii("separed"), &["separated"]), - (UniCase::ascii("custon"), &["custom"]), - (UniCase::ascii("corrdinates"), &["coordinates"]), - (UniCase::ascii("executuables"), &["executables"]), - (UniCase::ascii("displyed"), &["displayed"]), - (UniCase::ascii("nedless"), &["needless", "needles"]), - (UniCase::ascii("publisehrs"), &["publishers"]), - (UniCase::ascii("copyrigthed"), &["copyrighted"]), - (UniCase::ascii("Fransiscan"), &["Franciscan"]), - (UniCase::ascii("proccesors"), &["processors"]), - (UniCase::ascii("absolultely"), &["absolutely"]), - (UniCase::ascii("distrubite"), &["distribute"]), - (UniCase::ascii("absorbsion"), &["absorption"]), - (UniCase::ascii("breifly"), &["briefly"]), - (UniCase::ascii("recogized"), &["recognized"]), - (UniCase::ascii("re-negotitors"), &["re-negotiators"]), - (UniCase::ascii("wih"), &["with"]), - (UniCase::ascii("recusive"), &["recursive", "reclusive"]), - (UniCase::ascii("confugred"), &["configured"]), - (UniCase::ascii("feture"), &["feature"]), - (UniCase::ascii("epressions"), &["expressions"]), - (UniCase::ascii("mkae"), &["make"]), - (UniCase::ascii("unsuccesfull"), &["unsuccessful"]), - (UniCase::ascii("dota"), &["data"]), - (UniCase::ascii("intialisers"), &["initialisers"]), - (UniCase::ascii("unrepetant"), &["unrepentant"]), - (UniCase::ascii("follwwing"), &["following"]), - (UniCase::ascii("speficiier"), &["specifier"]), - (UniCase::ascii("seperadly"), &["separately"]), - (UniCase::ascii("unvalidate"), &["invalidate"]), - (UniCase::ascii("ideosyncratic"), &["idiosyncratic"]), - (UniCase::ascii("protaganists"), &["protagonists"]), - (UniCase::ascii("meganism"), &["mechanism"]), - (UniCase::ascii("increses"), &["increases"]), - (UniCase::ascii("functino"), &["function"]), - (UniCase::ascii("skyp"), &["skip", "Skype"]), - (UniCase::ascii("unneccessary"), &["unnecessary"]), - (UniCase::ascii("revisisions"), &["revisions"]), - (UniCase::ascii("asyncronous"), &["asynchronous"]), - (UniCase::ascii("abbrevations"), &["abbreviations"]), - (UniCase::ascii("archiv"), &["archive"]), - (UniCase::ascii("subexperesions"), &["subexpressions"]), - (UniCase::ascii("possbily"), &["possibly"]), - (UniCase::ascii("calculcation"), &["calculation"]), - (UniCase::ascii("recconeccting"), &["reconnecting"]), - (UniCase::ascii("provder"), &["provider"]), - (UniCase::ascii("reimplmented"), &["reimplemented"]), - (UniCase::ascii("rythyms"), &["rhythms"]), - (UniCase::ascii("comnparing"), &["comparing"]), - (UniCase::ascii("buitins"), &["builtins"]), - (UniCase::ascii("lisense"), &["license", "licence"]), - (UniCase::ascii("intereferences"), &["interferences"]), - (UniCase::ascii("aplha"), &["alpha"]), - (UniCase::ascii("disssembles"), &["disassembles"]), - (UniCase::ascii("alwyas"), &["always"]), - (UniCase::ascii("implimentation"), &["implementation"]), - (UniCase::ascii("declartators"), &["declarators"]), - (UniCase::ascii("extreamly"), &["extremely"]), - (UniCase::ascii("settlment"), &["settlement"]), - (UniCase::ascii("mobify"), &["modify"]), - (UniCase::ascii("sowe"), &["sow", "so we"]), - (UniCase::ascii("statisfying"), &["satisfying"]), - (UniCase::ascii("ourselfs"), &["ourselves"]), - (UniCase::ascii("negoable"), &["negotiable"]), - (UniCase::ascii("refartored"), &["refactored", "refracted"]), - (UniCase::ascii("obtrained"), &["obtained"]), - (UniCase::ascii("architecuture"), &["architecture"]), - (UniCase::ascii("intiailise"), &["initialise"]), - (UniCase::ascii("confuzzing"), &["confusing"]), - (UniCase::ascii("guarentys"), &["guarantees"]), - (UniCase::ascii("re-attachement"), &["re-attachment"]), - (UniCase::ascii("fcound"), &["found"]), - (UniCase::ascii("dialaog"), &["dialog"]), - (UniCase::ascii("simmetry"), &["symmetry"]), - (UniCase::ascii("winndow"), &["window"]), - (UniCase::ascii("lonelyness"), &["loneliness"]), - (UniCase::ascii("dynmics"), &["dynamics"]), - (UniCase::ascii("priview"), &["preview"]), - (UniCase::ascii("tempatied"), &["templatized"]), - (UniCase::ascii("missconfigures"), &["misconfigures"]), - (UniCase::ascii("mesurement"), &["measurement"]), - (UniCase::ascii("abstracness"), &["abstractness"]), - (UniCase::ascii("diagnositc"), &["diagnostic"]), - (UniCase::ascii("permuation"), &["permutation"]), - (UniCase::ascii("otherwhere"), &["elsewhere"]), - (UniCase::ascii("seperetes"), &["separates"]), - (UniCase::ascii("sepcified"), &["specified"]), - (UniCase::ascii("desciribed"), &["described"]), - (UniCase::ascii("assuma"), &["assume"]), - (UniCase::ascii("repositiroes"), &["repositories"]), - (UniCase::ascii("incunabla"), &["incunabula"]), - (UniCase::ascii("ggogle"), &["goggle", "Google"]), - (UniCase::ascii("constractor"), &["constructor"]), - (UniCase::ascii("disapeard"), &["disappeared"]), - (UniCase::ascii("leagelise"), &["legalise"]), - (UniCase::ascii("reaaranges"), &["rearranges"]), - (UniCase::ascii("autochtonous"), &["autochthonous"]), - (UniCase::ascii("wathdog"), &["watchdog"]), - (UniCase::ascii("totation"), &["rotation"]), - (UniCase::ascii("mordern"), &["modern"]), - (UniCase::ascii("transocding"), &["transcoding"]), - (UniCase::ascii("hel"), &["help", "hell", "heal"]), - (UniCase::ascii("spefifes"), &["specifies"]), - (UniCase::ascii("rapresents"), &["represents"]), - (UniCase::ascii("geometrie"), &["geometry"]), - (UniCase::ascii("discconeections"), &["disconnections"]), - (UniCase::ascii("borded"), &["boarded", "border"]), - (UniCase::ascii("cach"), &["catch", "cache"]), - (UniCase::ascii("secondaray"), &["secondary"]), - (UniCase::ascii("probabilites"), &["probabilities"]), - (UniCase::ascii("execudes"), &["executes"]), - (UniCase::ascii("coalascence"), &["coalescence"]), - (UniCase::ascii("rectiinear"), &["rectilinear"]), - (UniCase::ascii("experimenelly"), &["experimentally"]), - (UniCase::ascii("fedreally"), &["federally"]), - (UniCase::ascii("filenae"), &["filename"]), - (UniCase::ascii("manully"), &["manually"]), - (UniCase::ascii("dumplicate"), &["duplicate"]), - (UniCase::ascii("reproducable"), &["reproducible"]), - (UniCase::ascii("phyton"), &["python"]), - (UniCase::ascii("charactaristics"), &["characteristics"]), - (UniCase::ascii("gormay"), &["gourmet"]), - (UniCase::ascii("didnt"), &["didn\'t"]), - (UniCase::ascii("construtor"), &["constructor"]), - (UniCase::ascii("idaes"), &["ideas"]), - (UniCase::ascii("symblic"), &["symbolic"]), - (UniCase::ascii("unmainted"), &["unmaintained"]), - (UniCase::ascii("speficifers"), &["specifiers"]), - (UniCase::ascii("agian"), &["again"]), - (UniCase::ascii("worfklow"), &["workflow"]), - (UniCase::ascii("possibillity"), &["possibility"]), - (UniCase::ascii("emoty"), &["empty"]), - (UniCase::ascii("luminousity"), &["luminosity"]), - (UniCase::ascii("bffer"), &["buffer"]), - (UniCase::ascii("begginings"), &["beginnings"]), - (UniCase::ascii("transpancy"), &["transparency"]), - (UniCase::ascii("transprency"), &["transparency"]), - (UniCase::ascii("spefcifieid"), &["specified"]), - (UniCase::ascii("naximal"), &["maximal"]), - (UniCase::ascii("exempel"), &["example"]), - (UniCase::ascii("ocur"), &["occur"]), - (UniCase::ascii("attitide"), &["attitude"]), - (UniCase::ascii("thansk"), &["thanks"]), - (UniCase::ascii("havent\'t"), &["haven\'t"]), - (UniCase::ascii("enoungh"), &["enough"]), - (UniCase::ascii("mutlipliers"), &["multipliers"]), - (UniCase::ascii("substaintially"), &["substantially"]), - (UniCase::ascii("pblisher"), &["publisher"]), - (UniCase::ascii("capabilties"), &["capabilities"]), - (UniCase::ascii("strentgh"), &["strength"]), - (UniCase::ascii("simpified"), &["simplified"]), - (UniCase::ascii("allegience"), &["allegiance"]), - (UniCase::ascii("hald"), &["held"]), - (UniCase::ascii("compatibily"), &["compatibility"]), - (UniCase::ascii("scecified"), &["specified"]), - (UniCase::ascii("exite"), &["exit", "excite", "exits"]), - (UniCase::ascii("surpressing"), &["suppressing"]), - (UniCase::ascii("consited"), &["consisted"]), - (UniCase::ascii("unfilps"), &["unflips"]), - (UniCase::ascii("experimintelly"), &["experimentally"]), - (UniCase::ascii("veryify"), &["verify"]), - (UniCase::ascii("orginiate"), &["originate"]), - (UniCase::ascii("expemented"), &["experimented"]), - (UniCase::ascii("sh1sum"), &["sha1sum"]), - (UniCase::ascii("perogative"), &["prerogative"]), - (UniCase::ascii("somehwat"), &["somewhat"]), - (UniCase::ascii("unregstering"), &["unregistering"]), - (UniCase::ascii("instade"), &["instead"]), - (UniCase::ascii("sycle"), &["cycle"]), - (UniCase::ascii("protoype"), &["prototype"]), - (UniCase::ascii("upsreams"), &["upstreams"]), - (UniCase::ascii("elliminated"), &["eliminated"]), - (UniCase::ascii("corrsponding"), &["corresponding"]), - (UniCase::ascii("alternatievly"), &["alternatively"]), - (UniCase::ascii("tranaction"), &["transaction"]), - (UniCase::ascii("witn"), &["with"]), - (UniCase::ascii("reverve"), &["reserve"]), - (UniCase::ascii("sepererated"), &["separated"]), - (UniCase::ascii("expesnces"), &["expenses"]), - (UniCase::ascii("nothihg"), &["nothing"]), - (UniCase::ascii("screenchot"), &["screenshot"]), - (UniCase::ascii("excecutions"), &["executions"]), - (UniCase::ascii("aanother"), &["another"]), - (UniCase::ascii("develompental"), &["developmental"]), - (UniCase::ascii("ditributed"), &["distributed"]), - (UniCase::ascii("alwas"), &["always"]), - (UniCase::ascii("modfitier"), &["modifier"]), - (UniCase::ascii("renegoptionsotiated"), &["renegotiated"]), - (UniCase::ascii("billingualism"), &["bilingualism"]), - (UniCase::ascii("facillitate"), &["facilitate"]), - (UniCase::ascii("notifactions"), &["notifications"]), - (UniCase::ascii("opearator"), &["operator"]), - (UniCase::ascii("sourthern"), &["southern"]), - (UniCase::ascii("anonyms"), &["anonymous"]), - (UniCase::ascii("staement"), &["statement"]), - (UniCase::ascii("processpr"), &["processor"]), - (UniCase::ascii("poisitioning"), &["positioning"]), - (UniCase::ascii("coyprights"), &["copyrights"]), - (UniCase::ascii("fomratting"), &["formatting"]), - (UniCase::ascii("combinate"), &["combine"]), - (UniCase::ascii("neesds"), &["needs"]), - (UniCase::ascii("invailid"), &["invalid"]), - (UniCase::ascii("pasres"), &["parses"]), - (UniCase::ascii("unexpectdly"), &["unexpectedly"]), - (UniCase::ascii("impementling"), &["implementing"]), - (UniCase::ascii("sxl"), &["xsl"]), - (UniCase::ascii("availale"), &["available"]), - (UniCase::ascii("alignmets"), &["alignments"]), - (UniCase::ascii("catche"), &["catch"]), - (UniCase::ascii("regstering"), &["registering"]), - (UniCase::ascii("mulithread"), &["multithread"]), - (UniCase::ascii("especialy"), &["especially"]), - (UniCase::ascii("campagin"), &["campaign"]), - (UniCase::ascii("reson"), &["reason"]), - (UniCase::ascii("origininating"), &["originating"]), - (UniCase::ascii("capabiity"), &["capability"]), - (UniCase::ascii("rudimentatry"), &["rudimentary"]), - (UniCase::ascii("ayways"), &["always"]), - (UniCase::ascii("recommd"), &["recommend"]), - (UniCase::ascii("uscaled"), &["unscaled"]), - (UniCase::ascii("staion"), &["station"]), - (UniCase::ascii("indivdualy"), &["individually"]), - (UniCase::ascii("massmedia"), &["mass media"]), - (UniCase::ascii("ignormg"), &["ignoring"]), - (UniCase::ascii("instnce"), &["instance"]), - (UniCase::ascii("countains"), &["contains"]), - (UniCase::ascii("morroccan"), &["moroccan"]), - (UniCase::ascii("authenicates"), &["authenticates"]), - (UniCase::ascii("was;t"), &["wasn\'t"]), - (UniCase::ascii("thown"), &["thrown", "town"]), - (UniCase::ascii("rasing"), &["raising"]), - (UniCase::ascii("nofified"), &["notified"]), - (UniCase::ascii("prooxy"), &["proxy"]), - (UniCase::ascii("instanciate"), &["instantiate"]), - (UniCase::ascii("considderation"), &["consideration"]), - (UniCase::ascii("mannually"), &["manually"]), - (UniCase::ascii("ignortable"), &["ignorable"]), - (UniCase::ascii("intialisation"), &["initialisation"]), - (UniCase::ascii("experamentally"), &["experimentally"]), - (UniCase::ascii("seqential"), &["sequential"]), - (UniCase::ascii("structres"), &["structures"]), - (UniCase::ascii("requrired"), &["required"]), - (UniCase::ascii("gobal"), &["global"]), - (UniCase::ascii("sqaure"), &["square"]), - (UniCase::ascii("sometiems"), &["sometimes"]), - (UniCase::ascii("probaby"), &["probably"]), - (UniCase::ascii("frankin"), &["franklin"]), - (UniCase::ascii("caseinsesitive"), &["case-insensitive"]), - (UniCase::ascii("spezified"), &["specified"]), - (UniCase::ascii("noo"), &["no"]), - (UniCase::ascii("enmum"), &["enum"]), - (UniCase::ascii("dispair"), &["despair"]), - (UniCase::ascii("slaugterhouses"), &["slaughterhouses"]), - (UniCase::ascii("unviersity"), &["university"]), - (UniCase::ascii("hsouldn\'t"), &["shouldn\'t"]), - (UniCase::ascii("inate"), &["innate"]), - (UniCase::ascii("haveing"), &["having"]), - (UniCase::ascii("enoughts"), &["enough"]), - (UniCase::ascii("architure"), &["architecture"]), - (UniCase::ascii("permissons"), &["permissions"]), - (UniCase::ascii("deine"), &["define"]), - (UniCase::ascii("spezific"), &["specific"]), - (UniCase::ascii("instansiated"), &["instantiated"]), - (UniCase::ascii("queryinterace"), &["queryinterface"]), - (UniCase::ascii("aircrafts\'"), &["aircraft\'s"]), - (UniCase::ascii("negotible"), &["negotiable"]), - (UniCase::ascii("compredded"), &["compressed"]), - (UniCase::ascii("attemtping"), &["attempting"]), - (UniCase::ascii("guarrente"), &["guarantee"]), - (UniCase::ascii("veiwed"), &["viewed"]), - (UniCase::ascii("unsuprised"), &["unsurprised"]), - (UniCase::ascii("schould"), &["should"]), - (UniCase::ascii("expetct"), &["expect"]), - (UniCase::ascii("arbitrailly"), &["arbitrarily"]), - (UniCase::ascii("ignorne"), &["ignore"]), - (UniCase::ascii("opatque"), &["opaque"]), - (UniCase::ascii("subnegothiation"), &["subnegotiation"]), - (UniCase::ascii("precondtioners"), &["preconditioners"]), - (UniCase::ascii("analysy"), &["analysis"]), - (UniCase::ascii("anbd"), &["and"]), - (UniCase::ascii("aggreement"), &["agreement"]), - ( - UniCase::ascii("plase"), - &["place", "please", "phase", "plaice"], - ), - (UniCase::ascii("althogh"), &["although"]), - (UniCase::ascii("firmwear"), &["firmware"]), - (UniCase::ascii("differenes"), &["differences"]), - (UniCase::ascii("tarmigan"), &["ptarmigan"]), - (UniCase::ascii("juducial"), &["judicial"]), - (UniCase::ascii("veritcal"), &["vertical"]), - (UniCase::ascii("hanldes"), &["handles"]), - (UniCase::ascii("re-negosiators"), &["re-negotiators"]), - (UniCase::ascii("reduntant"), &["redundant"]), - (UniCase::ascii("unxepectedly"), &["unexpectedly"]), - (UniCase::ascii("concurence"), &["concurrence"]), - (UniCase::ascii("decondes"), &["decodes"]), - (UniCase::ascii("assoicated"), &["associated"]), - (UniCase::ascii("colmns"), &["columns"]), - (UniCase::ascii("pennal"), &["panel"]), - (UniCase::ascii("millsecond"), &["millisecond"]), - (UniCase::ascii("hopfull"), &["hopeful", "hopefully"]), - (UniCase::ascii("irradation"), &["irradiation"]), - (UniCase::ascii("detectetd"), &["detected"]), - (UniCase::ascii("evalueated"), &["evaluated"]), - (UniCase::ascii("platfform"), &["platform"]), - (UniCase::ascii("automaitc"), &["automatic"]), - (UniCase::ascii("homogenious"), &["homogeneous"]), - (UniCase::ascii("modifiy"), &["modify"]), - (UniCase::ascii("impot"), &["import"]), - (UniCase::ascii("ecspecially"), &["especially"]), - (UniCase::ascii("maneouvring"), &["manoeuvring"]), - (UniCase::ascii("deverloper"), &["developer"]), - (UniCase::ascii("liteautrue"), &["literature"]), - (UniCase::ascii("dictioanries"), &["dictionaries"]), - (UniCase::ascii("implmentation"), &["implementation"]), - (UniCase::ascii("worklfows"), &["workflows"]), - (UniCase::ascii("pronouced"), &["pronounced"]), - (UniCase::ascii("desireable"), &["desirable"]), - (UniCase::ascii("vulberabillity"), &["vulnerability"]), - (UniCase::ascii("renegogtiators"), &["renegotiators"]), - (UniCase::ascii("modfitiers"), &["modifiers"]), - (UniCase::ascii("callsr"), &["calls"]), - (UniCase::ascii("architecure"), &["architecture"]), - (UniCase::ascii("requre"), &["require"]), - (UniCase::ascii("docmuneted"), &["documented"]), - (UniCase::ascii("leibnitz"), &["leibniz"]), - (UniCase::ascii("coloeration"), &["coloration"]), - (UniCase::ascii("lengt"), &["length"]), - (UniCase::ascii("purposedly"), &["purposely"]), - (UniCase::ascii("allocaes"), &["allocates"]), - (UniCase::ascii("eaturn"), &["return", "saturn"]), - (UniCase::ascii("moutned"), &["mounted"]), - (UniCase::ascii("execting"), &["executing", "expecting"]), - (UniCase::ascii("regualr"), &["regular"]), - (UniCase::ascii("librabaries"), &["libraries"]), - (UniCase::ascii("guarneteing"), &["guaranteeing"]), - (UniCase::ascii("benifits"), &["benefits"]), - (UniCase::ascii("cilyndres"), &["cylinders"]), - (UniCase::ascii("delievred"), &["delivered"]), - (UniCase::ascii("differenciate"), &["differentiate"]), - (UniCase::ascii("renegotaiating"), &["renegotiating"]), - (UniCase::ascii("degenration"), &["degeneration"]), - (UniCase::ascii("combinateion"), &["combination"]), - (UniCase::ascii("potentails"), &["potentials"]), - (UniCase::ascii("orginised"), &["organised"]), - (UniCase::ascii("successully"), &["successfully"]), - (UniCase::ascii("immeditately"), &["immediately"]), - (UniCase::ascii("substitue"), &["substitute"]), - (UniCase::ascii("coul"), &["could"]), - (UniCase::ascii("successfullness"), &["successfulness"]), - (UniCase::ascii("communiyt"), &["community"]), - (UniCase::ascii("semaphors"), &["semaphores"]), - (UniCase::ascii("stoping"), &["stopping"]), - (UniCase::ascii("speficy"), &["specify"]), - (UniCase::ascii("adaptaion"), &["adaptation"]), - (UniCase::ascii("earnt"), &["earned"]), - (UniCase::ascii("recogize"), &["recognize"]), - (UniCase::ascii("vaguaries"), &["vagaries"]), - (UniCase::ascii("poluted"), &["polluted"]), - (UniCase::ascii("presisted"), &["persisted"]), - (UniCase::ascii("univeriality"), &["universality"]), - (UniCase::ascii("protecion"), &["protection"]), - (UniCase::ascii("corrcect"), &["correct"]), - (UniCase::ascii("ununsed"), &["unused"]), - (UniCase::ascii("hindrence"), &["hindrance"]), - (UniCase::ascii("conencts"), &["connects"]), - (UniCase::ascii("commitee"), &["committee"]), - (UniCase::ascii("geometrician"), &["geometer"]), - (UniCase::ascii("traslates"), &["translates"]), - (UniCase::ascii("commisioner"), &["commissioner"]), - (UniCase::ascii("salveof"), &["slaveof"]), - (UniCase::ascii("autoincrememnt"), &["autoincrement"]), - (UniCase::ascii("rotataions"), &["rotations"]), - (UniCase::ascii("incluide"), &["include"]), - (UniCase::ascii("acceses"), &["accesses"]), - (UniCase::ascii("officialy"), &["officially"]), - (UniCase::ascii("re-negotiotable"), &["re-negotiable"]), - (UniCase::ascii("locaiser"), &["localiser"]), - (UniCase::ascii("whlie"), &["while"]), - (UniCase::ascii("januar"), &["January"]), - (UniCase::ascii("cahc"), &["cache"]), - (UniCase::ascii("cecking"), &["checking"]), - (UniCase::ascii("variantions"), &["variations"]), - (UniCase::ascii("execuned"), &["executed"]), - (UniCase::ascii("preserv"), &["preserve"]), - (UniCase::ascii("cadidate"), &["candidate"]), - (UniCase::ascii("experation"), &["expiration"]), - (UniCase::ascii("untrustworty"), &["untrustworthy"]), - (UniCase::ascii("alllocation"), &["allocation"]), - (UniCase::ascii("diskrete"), &["discrete"]), - ( - UniCase::ascii("facedrwaing"), - &["facedrawing", "face drawing"], - ), - (UniCase::ascii("environmets"), &["environments"]), - (UniCase::ascii("dissapered"), &["disappeared"]), - (UniCase::ascii("semaintics"), &["semantics"]), - (UniCase::ascii("experimetentally"), &["experimentally"]), - (UniCase::ascii("senaphore"), &["semaphore"]), - (UniCase::ascii("unles"), &["unless"]), - (UniCase::ascii("coordiates"), &["coordinates"]), - (UniCase::ascii("implementaions"), &["implementations"]), - (UniCase::ascii("hopefullu"), &["hopefully"]), - (UniCase::ascii("evenually"), &["eventually"]), - (UniCase::ascii("featchss"), &["fetches"]), - (UniCase::ascii("trageting"), &["targeting"]), - (UniCase::ascii("focuss"), &["focus"]), - (UniCase::ascii("exclusuively"), &["exclusively"]), - (UniCase::ascii("trasfers"), &["transfers"]), - (UniCase::ascii("travesed"), &["traversed"]), - (UniCase::ascii("commpact"), &["compact"]), - (UniCase::ascii("folllowers"), &["followers"]), - (UniCase::ascii("neighbothoods"), &["neighborhoods"]), - (UniCase::ascii("prposed"), &["proposed"]), - (UniCase::ascii("termperatues"), &["temperatures"]), - (UniCase::ascii("trasporter"), &["transporter"]), - (UniCase::ascii("instal"), &["install"]), - (UniCase::ascii("secounds"), &["seconds"]), - ( - UniCase::ascii("delections"), - &["detections", "deletions", "selections"], - ), - (UniCase::ascii("experimers"), &["experimenters"]), - (UniCase::ascii("backround"), &["background"]), - (UniCase::ascii("datatye"), &["datatype"]), - (UniCase::ascii("enviorement"), &["environment"]), - (UniCase::ascii("commected"), &["connected"]), - (UniCase::ascii("decompreses"), &["decompresses"]), - (UniCase::ascii("abberation"), &["aberration"]), - (UniCase::ascii("reveiwing"), &["reviewing"]), - (UniCase::ascii("deivce"), &["device"]), - (UniCase::ascii("consquences"), &["consequences"]), - (UniCase::ascii("advandced"), &["advanced"]), - (UniCase::ascii("mroe"), &["more"]), - (UniCase::ascii("presumely"), &["presumably"]), - (UniCase::ascii("absorbtion"), &["absorption"]), - (UniCase::ascii("unrelying"), &["underlying"]), - (UniCase::ascii("sortrage"), &["storage", "shortage"]), - (UniCase::ascii("vulberabuilities"), &["vulnerabilities"]), - (UniCase::ascii("anthropolgy"), &["anthropology"]), - (UniCase::ascii("unsucesssfull"), &["unsuccessful"]), - (UniCase::ascii("cobining"), &["combining"]), - (UniCase::ascii("raeds"), &["reads"]), - (UniCase::ascii("agricuture"), &["agriculture"]), - (UniCase::ascii("parseing"), &["parsing"]), - (UniCase::ascii("procide"), &["provide"]), - (UniCase::ascii("traveresing"), &["traversing"]), - (UniCase::ascii("substitued"), &["substituted", "substitute"]), - (UniCase::ascii("nummbers"), &["numbers"]), - (UniCase::ascii("bounnding"), &["bounding"]), - (UniCase::ascii("modernination"), &["modernization"]), - (UniCase::ascii("pubilsher"), &["publisher"]), - (UniCase::ascii("deconding"), &["decoding"]), - (UniCase::ascii("roataion"), &["rotation"]), - ( - UniCase::ascii("contect"), - &["contact", "context", "connect"], - ), - (UniCase::ascii("replicaiton"), &["replication"]), - (UniCase::ascii("associeted"), &["associated"]), - (UniCase::ascii("janurary"), &["January"]), - (UniCase::ascii("execuitables"), &["executables"]), - (UniCase::ascii("circuts"), &["circuits"]), - (UniCase::ascii("sqashed"), &["squashed"]), - (UniCase::ascii("surveyer"), &["surveyor"]), - (UniCase::ascii("interript"), &["interrupt"]), - (UniCase::ascii("geenrate"), &["generate"]), - (UniCase::ascii("memebr"), &["member"]), - (UniCase::ascii("correspoinding"), &["corresponding"]), - (UniCase::ascii("inplementations"), &["implementations"]), - (UniCase::ascii("folowinwg"), &["following"]), - (UniCase::ascii("borke"), &["broke"]), - (UniCase::ascii("uncahnged"), &["unchanged"]), - (UniCase::ascii("scetching"), &["sketching"]), - (UniCase::ascii("spliitting"), &["splitting"]), - (UniCase::ascii("algorthinically"), &["algorithmically"]), - (UniCase::ascii("comuted"), &["commuted", "computed"]), - (UniCase::ascii("arne\'t"), &["aren\'t"]), - ( - UniCase::ascii("initialyses"), - &["initialises", "initializes"], - ), - (UniCase::ascii("expirience"), &["experience"]), - (UniCase::ascii("wirth"), &["with", "worth"]), - (UniCase::ascii("processees"), &["processes"]), - (UniCase::ascii("solf"), &["solve", "sold"]), - (UniCase::ascii("programmign"), &["programming"]), - (UniCase::ascii("spainish"), &["Spanish"]), - (UniCase::ascii("familly"), &["family"]), - (UniCase::ascii("accoridngly"), &["accordingly"]), - (UniCase::ascii("experimentaal"), &["experimental"]), - (UniCase::ascii("execustions"), &["executions"]), - (UniCase::ascii("druing"), &["during"]), - (UniCase::ascii("consious"), &["conscious"]), - (UniCase::ascii("anyawy"), &["anyway"]), - (UniCase::ascii("asigning"), &["assigning"]), - (UniCase::ascii("algorhitmic"), &["algorithmic"]), - (UniCase::ascii("coordiate"), &["coordinate"]), - (UniCase::ascii("extremaly"), &["extremely"]), - (UniCase::ascii("renegotaiator"), &["renegotiator"]), - (UniCase::ascii("receving"), &["receiving"]), - (UniCase::ascii("memebership"), &["membership"]), - (UniCase::ascii("privaye"), &["private"]), - (UniCase::ascii("succcessully"), &["successfully"]), - (UniCase::ascii("simle"), &["simple", "smile", "simile"]), - (UniCase::ascii("thes"), &["this", "these"]), - (UniCase::ascii("ommission"), &["omission"]), - (UniCase::ascii("amoungst"), &["amongst"]), - (UniCase::ascii("autonegoziation"), &["autonegotiation"]), - (UniCase::ascii("architecturs"), &["architectures"]), - (UniCase::ascii("diffeent"), &["different"]), - (UniCase::ascii("frequentily"), &["frequently"]), - (UniCase::ascii("conlcuded"), &["concluded"]), - (UniCase::ascii("maskeraid"), &["masquerade"]), - (UniCase::ascii("organiztion"), &["organization"]), - (UniCase::ascii("assumotions"), &["assumptions"]), - (UniCase::ascii("haeder"), &["header"]), - (UniCase::ascii("re-negotaition"), &["re-negotiation"]), - (UniCase::ascii("reelation"), &["relation"]), - (UniCase::ascii("unsucessfuly"), &["unsuccessfully"]), - (UniCase::ascii("wakeus"), &["wakeups", "wake us", "walrus"]), - (UniCase::ascii("exacly"), &["exactly"]), - (UniCase::ascii("folwoind"), &["following"]), - (UniCase::ascii("strengh"), &["strength"]), - (UniCase::ascii("particulary"), &["particularly"]), - (UniCase::ascii("ecxite"), &["excite"]), - (UniCase::ascii("restauranteurs"), &["restaurateurs"]), - (UniCase::ascii("abstrator"), &["abstractor"]), - (UniCase::ascii("domians"), &["domains"]), - (UniCase::ascii("suport"), &["support"]), - (UniCase::ascii("commmunicates"), &["communicates"]), - (UniCase::ascii("replacalbes"), &["replaceables"]), - (UniCase::ascii("connecion"), &["connection"]), - (UniCase::ascii("acused"), &["accused"]), - (UniCase::ascii("precidence"), &["precedence"]), - (UniCase::ascii("boungind"), &["bounding"]), - (UniCase::ascii("resouced"), &["resourced"]), - (UniCase::ascii("cylindre"), &["cylinder"]), - (UniCase::ascii("direcotories"), &["directories"]), - (UniCase::ascii("autosavegs"), &["autosaves"]), - (UniCase::ascii("sepecifed"), &["specified"]), - (UniCase::ascii("tryed"), &["tried"]), - (UniCase::ascii("prcess"), &["process"]), - (UniCase::ascii("configuartions"), &["configurations"]), - (UniCase::ascii("menthods"), &["methods"]), - (UniCase::ascii("re-negociator"), &["re-negotiator"]), - (UniCase::ascii("inturpratasion"), &["interpretation"]), - (UniCase::ascii("proctect"), &["protect"]), - (UniCase::ascii("alpabetic"), &["alphabetic"]), - (UniCase::ascii("checksuming"), &["checksumming"]), - (UniCase::ascii("definations"), &["definitions"]), - (UniCase::ascii("realease"), &["release"]), - (UniCase::ascii("ofcource"), &["of course"]), - (UniCase::ascii("tempraary"), &["temporary"]), - (UniCase::ascii("proejcted"), &["projected"]), - (UniCase::ascii("releoad"), &["reload"]), - (UniCase::ascii("contzains"), &["contains"]), - (UniCase::ascii("comissions"), &["commissions"]), - (UniCase::ascii("absoolutely"), &["absolutely"]), - (UniCase::ascii("inclode"), &["include"]), - (UniCase::ascii("follwers"), &["followers"]), - (UniCase::ascii("animaing"), &["animating"]), - (UniCase::ascii("traking"), &["tracking"]), - (UniCase::ascii("branck"), &["branch"]), - (UniCase::ascii("capela"), &["capella"]), - (UniCase::ascii("Hallowean"), &["Hallowe\'en", "Halloween"]), - (UniCase::ascii("neighborhhoods"), &["neighborhoods"]), - (UniCase::ascii("fomats"), &["formats"]), - (UniCase::ascii("optimze"), &["optimize"]), - (UniCase::ascii("tempramental"), &["temperamental"]), - (UniCase::ascii("overaall"), &["overall"]), - (UniCase::ascii("warnining"), &["warning"]), - (UniCase::ascii("histroicaly"), &["historically"]), - (UniCase::ascii("excetuted"), &["executed"]), - (UniCase::ascii("neccessities"), &["necessities"]), - (UniCase::ascii("anomolies"), &["anomalies"]), - (UniCase::ascii("indefineable"), &["undefinable"]), - (UniCase::ascii("brackground"), &["background"]), - (UniCase::ascii("resuling"), &["resulting"]), - (UniCase::ascii("enclosng"), &["enclosing"]), - (UniCase::ascii("derefernces"), &["dereferences"]), - (UniCase::ascii("altogehter"), &["altogether"]), - (UniCase::ascii("undetecable"), &["undetectable"]), - (UniCase::ascii("initilialised"), &["initialised"]), - (UniCase::ascii("apprixamations"), &["approximations"]), - (UniCase::ascii("feeks"), &["feels"]), - (UniCase::ascii("opacy"), &["opacity"]), - (UniCase::ascii("hrlped"), &["helped"]), - (UniCase::ascii("renegogtiates"), &["renegotiates"]), - (UniCase::ascii("mantatory"), &["mandatory"]), - (UniCase::ascii("oficially"), &["officially"]), - (UniCase::ascii("thesholds"), &["thresholds"]), - (UniCase::ascii("acheivment"), &["achievement"]), - (UniCase::ascii("ingnore"), &["ignore"]), - (UniCase::ascii("flamable"), &["flammable"]), - (UniCase::ascii("re-engeneering"), &["re-engineering"]), - (UniCase::ascii("autor"), &["author"]), - (UniCase::ascii("fatig"), &["fatigue"]), - (UniCase::ascii("retriev"), &["retrieve"]), - (UniCase::ascii("hsitorians"), &["historians"]), - (UniCase::ascii("trunacted"), &["truncated"]), - (UniCase::ascii("execuetes"), &["executes"]), - (UniCase::ascii("genererating"), &["generating"]), - (UniCase::ascii("arcticle"), &["article"]), - (UniCase::ascii("packged"), &["packaged"]), - (UniCase::ascii("re-negoator"), &["re-negotiator"]), - (UniCase::ascii("separetor"), &["separator"]), - (UniCase::ascii("distirbution"), &["distribution"]), - (UniCase::ascii("unwieldly"), &["unwieldy"]), - (UniCase::ascii("depandent"), &["dependent"]), - (UniCase::ascii("elemnts"), &["elements"]), - (UniCase::ascii("vrilog"), &["Verilog"]), - (UniCase::ascii("parana"), &["piranha"]), - (UniCase::ascii("interracts"), &["interacts"]), - (UniCase::ascii("frequant"), &["frequent"]), - (UniCase::ascii("authecates"), &["authenticates"]), - (UniCase::ascii("retreive"), &["retrieve"]), - (UniCase::ascii("conets"), &["connects"]), - (UniCase::ascii("destory"), &["destroy"]), - (UniCase::ascii("updat"), &["update"]), - (UniCase::ascii("apporoximate"), &["approximate"]), - (UniCase::ascii("follfowiong"), &["following"]), - (UniCase::ascii("accessiblilty"), &["accessibility"]), - (UniCase::ascii("apendices"), &["appendices"]), - (UniCase::ascii("re-negatiotiators"), &["re-negotiators"]), - (UniCase::ascii("pbulisher"), &["publisher"]), - (UniCase::ascii("contstants"), &["constants"]), - (UniCase::ascii("commutated"), &["commuted"]), - (UniCase::ascii("defauly"), &["default"]), - (UniCase::ascii("retquireseek"), &["requireseek"]), - (UniCase::ascii("errornous"), &["erroneous"]), - (UniCase::ascii("ipmrovements"), &["improvements"]), - (UniCase::ascii("causees"), &["causes"]), - (UniCase::ascii("definit"), &["definite"]), - (UniCase::ascii("grammaticaly"), &["grammatically"]), - (UniCase::ascii("decsriptors"), &["descriptors"]), - (UniCase::ascii("eith"), &["with"]), - (UniCase::ascii("suuport"), &["support"]), - (UniCase::ascii("retquiresgsub"), &["requiresgsub"]), - (UniCase::ascii("ignors"), &["ignores"]), - (UniCase::ascii("orginate"), &["originate"]), - (UniCase::ascii("Formalhaut"), &["Fomalhaut"]), - (UniCase::ascii("synchonise"), &["synchronise"]), - (UniCase::ascii("electrinics"), &["electronics"]), - (UniCase::ascii("preliferation"), &["proliferation"]), - (UniCase::ascii("idiosyncracies"), &["idiosyncrasies"]), - (UniCase::ascii("corsshairs"), &["crosshairs"]), - (UniCase::ascii("wnidow"), &["window", "widow"]), - (UniCase::ascii("authoritiers"), &["authorities"]), - (UniCase::ascii("corespond"), &["correspond"]), - (UniCase::ascii("deregistred"), &["deregistered"]), - (UniCase::ascii("disscting"), &["dissecting"]), - (UniCase::ascii("consrtuctor"), &["constructor"]), - (UniCase::ascii("performnace"), &["performance"]), - (UniCase::ascii("freindly"), &["friendly"]), - (UniCase::ascii("exmaine"), &["examine"]), - (UniCase::ascii("calaber"), &["caliber"]), - (UniCase::ascii("anyting"), &["anything"]), - (UniCase::ascii("busness"), &["business"]), - (UniCase::ascii("pertrubations"), &["perturbations"]), - (UniCase::ascii("resevoir"), &["reservoir"]), - (UniCase::ascii("reocurring"), &["reoccurring", "recurring"]), - (UniCase::ascii("bounraries"), &["boundaries"]), - (UniCase::ascii("relesed"), &["released"]), - (UniCase::ascii("overreides"), &["overrides"]), - (UniCase::ascii("fragmeneting"), &["fragmenting"]), - (UniCase::ascii("benechmarked"), &["benchmarked"]), - (UniCase::ascii("mannualy"), &["manually"]), - (UniCase::ascii("electriv"), &["electric"]), - (UniCase::ascii("exlicitly"), &["explicitly"]), - (UniCase::ascii("handleer"), &["handler"]), - (UniCase::ascii("unselcted"), &["unselected"]), - (UniCase::ascii("draughtman"), &["draughtsman"]), - (UniCase::ascii("intepreted"), &["interpreted"]), - (UniCase::ascii("faetures"), &["features"]), - (UniCase::ascii("docmunet"), &["document"]), - (UniCase::ascii("acknowleging"), &["acknowledging"]), - (UniCase::ascii("diretory"), &["directory"]), - (UniCase::ascii("transer"), &["transfer"]), - (UniCase::ascii("bounads"), &["bounds"]), - (UniCase::ascii("renegotitae"), &["renegotiate"]), - (UniCase::ascii("neeedle"), &["needle"]), - (UniCase::ascii("subseqence"), &["subsequence"]), - (UniCase::ascii("arbitraly"), &["arbitrary"]), - (UniCase::ascii("underrrun"), &["underrun"]), - (UniCase::ascii("unavailabel"), &["unavailable"]), - (UniCase::ascii("Naploeon"), &["Napoleon"]), - (UniCase::ascii("ponts"), &["points"]), - (UniCase::ascii("smealting"), &["smelting"]), - (UniCase::ascii("granuality"), &["granularity"]), - (UniCase::ascii("implememtations"), &["implementations"]), - (UniCase::ascii("unavaliable"), &["unavailable"]), - (UniCase::ascii("typographc"), &["typographic"]), - (UniCase::ascii("actived"), &["activated"]), - (UniCase::ascii("characteization"), &["characterization"]), - (UniCase::ascii("peforming"), &["performing"]), - (UniCase::ascii("experimens"), &["experiments"]), - (UniCase::ascii("cosoled"), &["consoled"]), - (UniCase::ascii("vulerabuility"), &["vulnerability"]), - (UniCase::ascii("compiliers"), &["compilers"]), - (UniCase::ascii("postgressql"), &["PostgreSQL"]), - (UniCase::ascii("numberals"), &["numerals"]), - (UniCase::ascii("movemements"), &["movements"]), - (UniCase::ascii("selcted"), &["selected"]), - (UniCase::ascii("seceed"), &["succeed", "secede"]), - (UniCase::ascii("standars"), &["standards"]), - (UniCase::ascii("absolutly"), &["absolutely"]), - (UniCase::ascii("vulnerabuillities"), &["vulnerabilities"]), - (UniCase::ascii("discconecct"), &["disconnect"]), - (UniCase::ascii("mismactch"), &["mismatch"]), - (UniCase::ascii("documments"), &["documents"]), - (UniCase::ascii("resaurants"), &["restaurants"]), - (UniCase::ascii("unqouting"), &["unquoting"]), - (UniCase::ascii("contstruction"), &["construction"]), - (UniCase::ascii("suppor"), &["support"]), - (UniCase::ascii("imcomming"), &["incoming"]), - (UniCase::ascii("pitmap"), &["pixmap", "bitmap"]), - (UniCase::ascii("filetests"), &["file tests"]), - (UniCase::ascii("initialyse"), &["initialise", "initialize"]), - (UniCase::ascii("inital"), &["initial"]), - (UniCase::ascii("hashi"), &["hash"]), - (UniCase::ascii("exchanaging"), &["exchanging"]), - (UniCase::ascii("catholocism"), &["catholicism"]), - (UniCase::ascii("admendment"), &["amendment"]), - (UniCase::ascii("generting"), &["generating"]), - (UniCase::ascii("tyope"), &["type"]), - (UniCase::ascii("saleries"), &["salaries"]), - (UniCase::ascii("surprizing"), &["surprising"]), - (UniCase::ascii("hansome"), &["handsome"]), - (UniCase::ascii("classifed"), &["classified"]), - (UniCase::ascii("hokay"), &["okay"]), - (UniCase::ascii("inconsistant"), &["inconsistent"]), - (UniCase::ascii("decompresser"), &["decompressor"]), - (UniCase::ascii("scirpts"), &["scripts"]), - (UniCase::ascii("rebuil"), &["rebuild", "rebuilt"]), - (UniCase::ascii("opeatror"), &["operator"]), - (UniCase::ascii("modifled"), &["modified"]), - (UniCase::ascii("offerd"), &["offered"]), - (UniCase::ascii("comparizon"), &["comparison"]), - (UniCase::ascii("ane"), &["and"]), - (UniCase::ascii("autogenrated"), &["autogenerated"]), - (UniCase::ascii("princliple"), &["principle"]), - (UniCase::ascii("confimred"), &["confirmed"]), - (UniCase::ascii("neighrors"), &["neighbours"]), - (UniCase::ascii("reperesented"), &["represented"]), - (UniCase::ascii("temprararly"), &["temporarily"]), - (UniCase::ascii("ajurnment"), &["adjournment"]), - (UniCase::ascii("negotators"), &["negotiators"]), - (UniCase::ascii("globbal"), &["global"]), - (UniCase::ascii("spoonfulls"), &["spoonfuls"]), - (UniCase::ascii("subtrings"), &["substrings"]), - (UniCase::ascii("geoemtry"), &["geometry"]), - (UniCase::ascii("authethenticators"), &["authenticators"]), - (UniCase::ascii("plesant"), &["pleasant"]), - (UniCase::ascii("solveable"), &["solvable"]), - (UniCase::ascii("progresively"), &["progressively"]), - (UniCase::ascii("reportadly"), &["reportedly"]), - (UniCase::ascii("depdencentes"), &["dependences"]), - (UniCase::ascii("mysefl"), &["myself"]), - (UniCase::ascii("allredy"), &["already", "all ready"]), - (UniCase::ascii("snpashot"), &["snapshot"]), - (UniCase::ascii("wroet"), &["wrote"]), - (UniCase::ascii("appreteate"), &["appreciate"]), - (UniCase::ascii("backbround"), &["background"]), - (UniCase::ascii("arbitiraly"), &["arbitrarily"]), - (UniCase::ascii("chcek"), &["check"]), - (UniCase::ascii("imapcting"), &["impacting"]), - (UniCase::ascii("suppoed"), &["supposed"]), - (UniCase::ascii("rosponsive"), &["responsive"]), - (UniCase::ascii("triky"), &["tricky"]), - (UniCase::ascii("smll"), &["small", "smell"]), - (UniCase::ascii("practicaly"), &["practically"]), - (UniCase::ascii("authenaticating"), &["authenticating"]), - (UniCase::ascii("subystem"), &["subsystem"]), - (UniCase::ascii("suscribes"), &["subscribes"]), - (UniCase::ascii("monopace"), &["monospace"]), - (UniCase::ascii("enhancd"), &["enhanced"]), - (UniCase::ascii("tcahce"), &["cache"]), - (UniCase::ascii("trasportable"), &["transportable"]), - (UniCase::ascii("horphan"), &["orphan"]), - (UniCase::ascii("conenient"), &["convenient"]), - (UniCase::ascii("sircles"), &["circles"]), - (UniCase::ascii("shtoppes"), &["stops", "shops"]), - (UniCase::ascii("exacutable"), &["executable"]), - (UniCase::ascii("contracters"), &["contractors"]), - (UniCase::ascii("avriant"), &["variant"]), - (UniCase::ascii("modifes"), &["modifies"]), - (UniCase::ascii("wsee"), &["see"]), - (UniCase::ascii("differntiated"), &["differentiated"]), - (UniCase::ascii("depdendant"), &["dependent"]), - (UniCase::ascii("editedt"), &["edited"]), - (UniCase::ascii("expetimentel"), &["experimental"]), - (UniCase::ascii("freqencies"), &["frequencies"]), - (UniCase::ascii("potenially"), &["potentially"]), - (UniCase::ascii("misssing"), &["missing"]), - (UniCase::ascii("remved"), &["removed"]), - (UniCase::ascii("acuqire"), &["acquire"]), - (UniCase::ascii("negotioator"), &["negotiator"]), - (UniCase::ascii("cosntrain"), &["constrain"]), - (UniCase::ascii("dpubles"), &["doubles"]), - (UniCase::ascii("categorie"), &["category", "categories"]), - (UniCase::ascii("camoflague"), &["camouflage"]), - (UniCase::ascii("abstrcter"), &["abstracter"]), - (UniCase::ascii("platflorms"), &["platforms"]), - (UniCase::ascii("bouyancy"), &["buoyancy"]), - (UniCase::ascii("reprodiced"), &["reproduced"]), - (UniCase::ascii("reimplmenet"), &["reimplement"]), - (UniCase::ascii("custonizers"), &["customizers"]), - (UniCase::ascii("leyer"), &["layer"]), - (UniCase::ascii("diconnects"), &["disconnects"]), - (UniCase::ascii("airator"), &["aerator"]), - (UniCase::ascii("acerage"), &["acreage"]), - (UniCase::ascii("reffered"), &["referred"]), - (UniCase::ascii("extrenally"), &["externally"]), - (UniCase::ascii("optimzie"), &["optimize"]), - (UniCase::ascii("spritual"), &["spiritual"]), - (UniCase::ascii("genralisations"), &["generalisations"]), - (UniCase::ascii("fiddley"), &["fiddly"]), - (UniCase::ascii("mozila"), &["Mozilla"]), - (UniCase::ascii("deafault"), &["default"]), - (UniCase::ascii("brimestone"), &["brimstone"]), - (UniCase::ascii("absance"), &["absence"]), - (UniCase::ascii("manuver"), &["maneuver"]), - (UniCase::ascii("unrecogized"), &["unrecognized"]), - (UniCase::ascii("multliplied"), &["multiplied"]), - (UniCase::ascii("possessess"), &["possesses"]), - (UniCase::ascii("absoult"), &["absolute"]), - (UniCase::ascii("svae"), &["save", "suave"]), - (UniCase::ascii("necessay"), &["necessary"]), - (UniCase::ascii("Ihaca"), &["Ithaca"]), - (UniCase::ascii("refelects"), &["reflects"]), - (UniCase::ascii("haa"), &["has"]), - (UniCase::ascii("transcocder"), &["transcoder"]), - (UniCase::ascii("tecnical"), &["technical"]), - (UniCase::ascii("pre-proces"), &["pre-process"]), - (UniCase::ascii("treting"), &["treating"]), - (UniCase::ascii("alreday"), &["already"]), - (UniCase::ascii("thermostast"), &["thermostat"]), - (UniCase::ascii("cellpading"), &["cellpadding"]), - (UniCase::ascii("facinated"), &["fascinated"]), - (UniCase::ascii("autofomat"), &["autoformat"]), - (UniCase::ascii("prefernec"), &["preference"]), - (UniCase::ascii("abnove"), &["above"]), - (UniCase::ascii("oscilating"), &["oscillating"]), - (UniCase::ascii("soruce"), &["source", "spruce"]), - (UniCase::ascii("environemnt"), &["environment"]), - (UniCase::ascii("macors"), &["macros"]), - (UniCase::ascii("frontents"), &["frontends"]), - (UniCase::ascii("abstactly"), &["abstractly"]), - (UniCase::ascii("autenticates"), &["authenticates"]), - (UniCase::ascii("blokcs"), &["blocks", "blokes"]), - (UniCase::ascii("lenghty"), &["lengthy"]), - (UniCase::ascii("yeild"), &["yield"]), - (UniCase::ascii("distuingish"), &["distinguish"]), - (UniCase::ascii("certficiations"), &["certifications"]), - (UniCase::ascii("responisble"), &["responsible"]), - (UniCase::ascii("continuosly"), &["continuously"]), - (UniCase::ascii("circumferance"), &["circumference"]), - ( - UniCase::ascii("channes"), - &["channels", "chances", "changes"], - ), - (UniCase::ascii("auto-negogtiations"), &["auto-negotiations"]), - (UniCase::ascii("regitered"), &["registered"]), - (UniCase::ascii("deteced"), &["detected"]), - (UniCase::ascii("acommodation"), &["accommodation"]), - (UniCase::ascii("spacific"), &["specific"]), - (UniCase::ascii("chatacters"), &["characters"]), - (UniCase::ascii("tanslations"), &["translations"]), - (UniCase::ascii("definied"), &["defined"]), - (UniCase::ascii("reccommends"), &["recommends"]), - (UniCase::ascii("dinamicaly"), &["dynamically"]), - (UniCase::ascii("represenatation"), &["representation"]), - (UniCase::ascii("highter"), &["higher"]), - (UniCase::ascii("skipt"), &["skip", "Skype", "skipped"]), - (UniCase::ascii("asynchrounous"), &["asynchronous"]), - (UniCase::ascii("langauges"), &["languages"]), - (UniCase::ascii("wythout"), &["without"]), - (UniCase::ascii("subnegotioation"), &["subnegotiation"]), - (UniCase::ascii("chages"), &["changes", "charges"]), - (UniCase::ascii("shuld"), &["should"]), - (UniCase::ascii("prerequsite"), &["prerequisite"]), - (UniCase::ascii("sufocates"), &["suffocates"]), - (UniCase::ascii("vbsrcript"), &["vbscript"]), - (UniCase::ascii("agreeement"), &["agreement"]), - (UniCase::ascii("negotionation"), &["negotiation"]), - (UniCase::ascii("pendning"), &["pending"]), - (UniCase::ascii("octohedra"), &["octahedra"]), - (UniCase::ascii("reallocaes"), &["reallocates"]), - (UniCase::ascii("constatn"), &["constant"]), - (UniCase::ascii("forwading"), &["forwarding"]), - (UniCase::ascii("assmelber"), &["assembler"]), - (UniCase::ascii("featues"), &["features"]), - (UniCase::ascii("communiation"), &["communication"]), - (UniCase::ascii("supportes"), &["supports"]), - (UniCase::ascii("messagetqueue"), &["messagequeue"]), - (UniCase::ascii("workaraounds"), &["workarounds"]), - (UniCase::ascii("exerbate"), &["exacerbate"]), - (UniCase::ascii("envolved"), &["involved"]), - (UniCase::ascii("agaist"), &["against"]), - (UniCase::ascii("runnning"), &["running"]), - (UniCase::ascii("daa"), &["data"]), - (UniCase::ascii("presumebly"), &["presumably"]), - (UniCase::ascii("closests"), &["closest", "closets"]), - (UniCase::ascii("htere"), &["there", "here"]), - (UniCase::ascii("elctromagnetic"), &["electromagnetic"]), - (UniCase::ascii("vulerability"), &["vulnerability"]), - (UniCase::ascii("encocded"), &["encoded"]), - (UniCase::ascii("redircet"), &["redirect"]), - (UniCase::ascii("comunity"), &["community"]), - (UniCase::ascii("temporories"), &["temporaries"]), - (UniCase::ascii("millitary"), &["military"]), - (UniCase::ascii("leat"), &["lead", "leak", "least", "leaf"]), - (UniCase::ascii("bevorhand"), &["beforehand"]), - (UniCase::ascii("arbitry"), &["arbitrary"]), - (UniCase::ascii("hach"), &["hatch", "hack", "hash"]), - (UniCase::ascii("manupulation"), &["manipulation"]), - (UniCase::ascii("susbsytems"), &["subsystems"]), - (UniCase::ascii("brillant"), &["brilliant"]), - (UniCase::ascii("happended"), &["happened"]), - (UniCase::ascii("unrecovarable"), &["unrecoverable"]), - (UniCase::ascii("marketting"), &["marketing"]), - (UniCase::ascii("consevible"), &["conceivable"]), - (UniCase::ascii("roigin"), &["origin"]), - (UniCase::ascii("temptatation"), &["temptation"]), - (UniCase::ascii("guaranted"), &["guaranteed"]), - ( - UniCase::ascii("councellor"), - &["councillor", "counselor", "councilor"], - ), - (UniCase::ascii("upsrteam"), &["upstream"]), - (UniCase::ascii("vritualize"), &["virtualize"]), - (UniCase::ascii("compation"), &["compaction"]), - (UniCase::ascii("intialte"), &["initialise"]), - (UniCase::ascii("libraie"), &["library"]), - (UniCase::ascii("normnal"), &["normal"]), - (UniCase::ascii("truw"), &["true"]), - (UniCase::ascii("abstrctly"), &["abstractly"]), - (UniCase::ascii("singlular"), &["singular"]), - (UniCase::ascii("clloud"), &["cloud"]), - (UniCase::ascii("comparission"), &["comparison"]), - (UniCase::ascii("streching"), &["stretching"]), - (UniCase::ascii("registed"), &["registered"]), - (UniCase::ascii("bounsd"), &["bounds"]), - (UniCase::ascii("mircosoft"), &["Microsoft"]), - (UniCase::ascii("strigifying"), &["stringifying"]), - (UniCase::ascii("extensilbe"), &["extensible"]), - (UniCase::ascii("dfines"), &["defines"]), - (UniCase::ascii("osffsetting"), &["offsetting"]), - (UniCase::ascii("combinine"), &["combine"]), - (UniCase::ascii("uncoverted"), &["unconverted"]), - (UniCase::ascii("coutermeasuere"), &["countermeasure"]), - (UniCase::ascii("possble"), &["possible"]), - (UniCase::ascii("obusing"), &["abusing"]), - (UniCase::ascii("mcroscopy"), &["microscopy"]), - (UniCase::ascii("torpeados"), &["torpedoes"]), - (UniCase::ascii("temperarure"), &["temperature"]), - (UniCase::ascii("macor"), &["macro"]), - (UniCase::ascii("precentage"), &["percentage"]), - (UniCase::ascii("undfines"), &["undefines"]), - (UniCase::ascii("memebrs"), &["members"]), - (UniCase::ascii("expermient"), &["experiment"]), - (UniCase::ascii("deriviated"), &["derived"]), - (UniCase::ascii("experiration"), &["expiration"]), - (UniCase::ascii("thouroughly"), &["thoroughly"]), - (UniCase::ascii("testin"), &["testing"]), - (UniCase::ascii("paragarph"), &["paragraph"]), - (UniCase::ascii("sychronise"), &["synchronise"]), - (UniCase::ascii("pluged"), &["plugged"]), - (UniCase::ascii("alogirthms"), &["algorithms"]), - (UniCase::ascii("controversal"), &["controversial"]), - (UniCase::ascii("reccommending"), &["recommending"]), - (UniCase::ascii("expexct"), &["expect"]), - (UniCase::ascii("befores"), &["before"]), - (UniCase::ascii("subpecies"), &["subspecies"]), - (UniCase::ascii("sintacts"), &["syntax"]), - (UniCase::ascii("quitely"), &["quite", "quietly"]), - (UniCase::ascii("manipulaton"), &["manipulation"]), - (UniCase::ascii("distingishes"), &["distinguishes"]), - (UniCase::ascii("alsready"), &["already"]), - (UniCase::ascii("rearranent"), &["rearrangement"]), - (UniCase::ascii("re-uplading"), &["re-uploading"]), - (UniCase::ascii("embeddeding"), &["embedding"]), - (UniCase::ascii("folowwiwng"), &["following"]), - (UniCase::ascii("renegoators"), &["renegotiators"]), - (UniCase::ascii("addess"), &["address"]), - (UniCase::ascii("characterisically"), &["characteristically"]), - (UniCase::ascii("algorhtmic"), &["algorithmic"]), - (UniCase::ascii("acual"), &["actual"]), - (UniCase::ascii("intialistion"), &["initialisation"]), - (UniCase::ascii("autoformating"), &["autoformatting"]), - (UniCase::ascii("distribuition"), &["distribution"]), - (UniCase::ascii("setitng"), &["setting"]), - (UniCase::ascii("consitent"), &["consistent"]), - (UniCase::ascii("autosence"), &["autosense"]), - (UniCase::ascii("checkk"), &["check"]), - (UniCase::ascii("reesrved"), &["reserved"]), - (UniCase::ascii("failsave"), &["fail-safe", "failsafe"]), - (UniCase::ascii("characterstic"), &["characteristic"]), - ( - UniCase::ascii("prominately"), - &["prominently", "predominately"], - ), - (UniCase::ascii("containner"), &["container"]), - (UniCase::ascii("conersion"), &["conversion"]), - (UniCase::ascii("actuaally"), &["actually"]), - (UniCase::ascii("oterwice"), &["otherwise"]), - (UniCase::ascii("uninterruped"), &["uninterrupted"]), - (UniCase::ascii("separeting"), &["separating"]), - (UniCase::ascii("warrent"), &["warrant"]), - (UniCase::ascii("methodss"), &["methods"]), - (UniCase::ascii("pyrhon"), &["python"]), - (UniCase::ascii("authenaticators"), &["authenticators"]), - (UniCase::ascii("attribuition"), &["attribution"]), - (UniCase::ascii("arrangts"), &["arrangements"]), - (UniCase::ascii("evrything"), &["everything"]), - (UniCase::ascii("speparate"), &["separate"]), - (UniCase::ascii("arrys"), &["arrays"]), - (UniCase::ascii("watchdong"), &["watchdog"]), - (UniCase::ascii("desingning"), &["designing"]), - (UniCase::ascii("beteween"), &["between"]), - (UniCase::ascii("configaration"), &["configuration"]), - (UniCase::ascii("polyedral"), &["polyhedral"]), - (UniCase::ascii("respecive"), &["respective"]), - (UniCase::ascii("impementation"), &["implementation"]), - (UniCase::ascii("exportet"), &["exported", "exporter"]), - (UniCase::ascii("transparancey"), &["transparency"]), - (UniCase::ascii("tyrranies"), &["tyrannies"]), - (UniCase::ascii("benechmark"), &["benchmark"]), - (UniCase::ascii("operatations"), &["operations"]), - (UniCase::ascii("litarally"), &["literally"]), - (UniCase::ascii("quicly"), &["quickly"]), - (UniCase::ascii("provedd"), &["proved", "provided"]), - (UniCase::ascii("ressemblence"), &["resemblance"]), - (UniCase::ascii("propage"), &["propagate"]), - (UniCase::ascii("authenaticator"), &["authenticator"]), - (UniCase::ascii("expereincing"), &["experiencing"]), - (UniCase::ascii("delgated"), &["delegated"]), - (UniCase::ascii("descritpr"), &["descriptor"]), - (UniCase::ascii("nescessarily"), &["necessarily"]), - (UniCase::ascii("absolutley"), &["absolutely"]), - (UniCase::ascii("traslating"), &["translating"]), - (UniCase::ascii("bwtween"), &["between"]), - (UniCase::ascii("succcessfully"), &["successfully"]), - (UniCase::ascii("de-actived"), &["deactivated"]), - (UniCase::ascii("compeltion"), &["completion"]), - (UniCase::ascii("exameples"), &["examples"]), - (UniCase::ascii("poluting"), &["polluting"]), - (UniCase::ascii("aproaching"), &["approaching"]), - (UniCase::ascii("incatations"), &["incantations"]), - (UniCase::ascii("concentraze"), &["concentrate"]), - (UniCase::ascii("potentiel"), &["potential"]), - (UniCase::ascii("sructure"), &["structure"]), - (UniCase::ascii("unued"), &["unused"]), - (UniCase::ascii("termplated"), &["templated"]), - (UniCase::ascii("neares"), &["nearest"]), - ( - UniCase::ascii("auto-deteted"), - &["auto-detected", "auto-deleted"], - ), - (UniCase::ascii("autogenratet"), &["autogenerated"]), - (UniCase::ascii("attemtpted"), &["attempted"]), - (UniCase::ascii("ignorged"), &["ignored"]), - (UniCase::ascii("subsystyem"), &["subsystem"]), - (UniCase::ascii("namesspaces"), &["namespaces"]), - (UniCase::ascii("jewllery"), &["jewellery"]), - (UniCase::ascii("conquerer"), &["conqueror"]), - (UniCase::ascii("isteners"), &["listeners"]), - (UniCase::ascii("attriebuting"), &["attributing"]), - (UniCase::ascii("neighborghs"), &["neighbors"]), - (UniCase::ascii("exchanages"), &["exchanges"]), - (UniCase::ascii("deprectaed"), &["deprecated"]), - (UniCase::ascii("otherwse"), &["otherwise"]), - (UniCase::ascii("foppy"), &["floppy"]), - (UniCase::ascii("asynchrnous"), &["asynchronous"]), - (UniCase::ascii("perhpas"), &["perhaps"]), - (UniCase::ascii("mutli-threaded"), &["multi-threaded"]), - (UniCase::ascii("modifing"), &["modifying"]), - (UniCase::ascii("expiriences"), &["experiences"]), - (UniCase::ascii("vaild"), &["valid"]), - (UniCase::ascii("decreace"), &["decrease"]), - (UniCase::ascii("resonable"), &["reasonable"]), - (UniCase::ascii("commemerative"), &["commemorative"]), - (UniCase::ascii("asignment"), &["assignment"]), - (UniCase::ascii("transfromed"), &["transformed"]), - (UniCase::ascii("espacing"), &["escaping"]), - (UniCase::ascii("implimentions"), &["implementations"]), - (UniCase::ascii("usees"), &["uses"]), - (UniCase::ascii("combiantion"), &["combination"]), - (UniCase::ascii("substucture"), &["substructure"]), - (UniCase::ascii("contagen"), &["contagion"]), - (UniCase::ascii("negatiotiators"), &["negotiators"]), - (UniCase::ascii("determineing"), &["determining"]), - (UniCase::ascii("repsonsible"), &["responsible"]), - (UniCase::ascii("directsion"), &["direction"]), - (UniCase::ascii("doocument"), &["document"]), - (UniCase::ascii("spagetti"), &["spaghetti"]), - (UniCase::ascii("dewrapping"), &["unwrapping"]), - (UniCase::ascii("contary"), &["contrary"]), - (UniCase::ascii("btye"), &["byte"]), - (UniCase::ascii("langeuagesection"), &["languagesection"]), - (UniCase::ascii("undfine"), &["undefine"]), - (UniCase::ascii("caclulated"), &["calculated"]), - (UniCase::ascii("commpatibility"), &["compatibility"]), - (UniCase::ascii("substituation"), &["substitution"]), - (UniCase::ascii("versionm"), &["version"]), - (UniCase::ascii("charactetistic"), &["characteristic"]), - (UniCase::ascii("exluding"), &["excluding", "exuding"]), - ( - UniCase::ascii("followd"), - &["followed", "follows", "follow"], - ), - (UniCase::ascii("whiltelisted"), &["whitelisted"]), - (UniCase::ascii("exlpoit"), &["exploit"]), - (UniCase::ascii("progrss"), &["progress"]), - (UniCase::ascii("presistent"), &["persistent"]), - (UniCase::ascii("comunication"), &["communication"]), - (UniCase::ascii("transolating"), &["translating"]), - (UniCase::ascii("conyak"), &["cognac"]), - (UniCase::ascii("bi-langual"), &["bi-lingual"]), - (UniCase::ascii("reconected"), &["reconnected"]), - (UniCase::ascii("collecing"), &["collecting"]), - (UniCase::ascii("migth"), &["might"]), - (UniCase::ascii("withih"), &["within"]), - (UniCase::ascii("re-negoticator"), &["re-negotiator"]), - (UniCase::ascii("syste"), &["system"]), - (UniCase::ascii("mebrans"), &["membranes"]), - (UniCase::ascii("saftey"), &["safety"]), - (UniCase::ascii("executuons"), &["executions"]), - (UniCase::ascii("ultering"), &["altering"]), - (UniCase::ascii("correllation"), &["correlation"]), - (UniCase::ascii("algortihmically"), &["algorithmically"]), - (UniCase::ascii("challanges"), &["challenges"]), - (UniCase::ascii("devestating"), &["devastating"]), - (UniCase::ascii("syschronize"), &["synchronize"]), - (UniCase::ascii("experimntally"), &["experimentally"]), - (UniCase::ascii("tempororily"), &["temporarily"]), - (UniCase::ascii("de-duplaicates"), &["de-duplicates"]), - (UniCase::ascii("bufferred"), &["buffered"]), - (UniCase::ascii("compreser"), &["compressor"]), - (UniCase::ascii("dissmis"), &["dismiss"]), - (UniCase::ascii("sugested"), &["suggested"]), - (UniCase::ascii("supresing"), &["suppressing"]), - (UniCase::ascii("coutners"), &["counters"]), - (UniCase::ascii("re-negoziating"), &["re-negotiating"]), - (UniCase::ascii("comression"), &["compression"]), - (UniCase::ascii("alogirhtmically"), &["algorithmically"]), - (UniCase::ascii("clearify"), &["clarify"]), - (UniCase::ascii("minimzes"), &["minimizes"]), - (UniCase::ascii("ganster"), &["gangster"]), - (UniCase::ascii("upladaded"), &["uploaded"]), - (UniCase::ascii("proporpotional"), &["proportional"]), - (UniCase::ascii("consisant"), &["consistent"]), - (UniCase::ascii("renegotaiable"), &["renegotiable"]), - (UniCase::ascii("rotatd"), &["rotated", "rotate"]), - (UniCase::ascii("alternativey"), &["alternatively"]), - (UniCase::ascii("uninterupted"), &["uninterrupted"]), - (UniCase::ascii("stivk"), &["stick"]), - (UniCase::ascii("memroy"), &["memory"]), - (UniCase::ascii("probleme"), &["problem"]), - (UniCase::ascii("ovservable"), &["observable"]), - (UniCase::ascii("studi"), &["study", "studio"]), - (UniCase::ascii("ignoreing"), &["ignoring"]), - (UniCase::ascii("connstrain"), &["constrain"]), - (UniCase::ascii("underware"), &["underwear"]), - (UniCase::ascii("implementatins"), &["implementations"]), - (UniCase::ascii("adjancent"), &["adjacent"]), - (UniCase::ascii("intensionaly"), &["intentionally"]), - (UniCase::ascii("comlpeter"), &["completer"]), - (UniCase::ascii("transparrenly"), &["transparently"]), - (UniCase::ascii("rememers"), &["remembers"]), - (UniCase::ascii("blaim"), &["blame"]), - (UniCase::ascii("compluter"), &["computer"]), - (UniCase::ascii("alllows"), &["allows"]), - (UniCase::ascii("innacurately"), &["inaccurately"]), - (UniCase::ascii("irreplacable"), &["irreplaceable"]), - (UniCase::ascii("maniuplates"), &["manipulates"]), - (UniCase::ascii("reosurced"), &["resourced"]), - (UniCase::ascii("erronously"), &["erroneously"]), - (UniCase::ascii("devision"), &["division"]), - (UniCase::ascii("witha"), &["with a", "with"]), - (UniCase::ascii("puplar"), &["popular"]), - (UniCase::ascii("absoleted"), &["obsoleted"]), - (UniCase::ascii("spefiic"), &["specific"]), - (UniCase::ascii("succint"), &["succinct"]), - (UniCase::ascii("flacour"), &["flavour"]), - (UniCase::ascii("millenial"), &["millennial"]), - (UniCase::ascii("elmenets"), &["elements"]), - (UniCase::ascii("coerceion"), &["coercion"]), - (UniCase::ascii("hopfully"), &["hopefully"]), - (UniCase::ascii("avod"), &["avoid"]), - (UniCase::ascii("preferrences"), &["preferences"]), - (UniCase::ascii("seprator"), &["separator"]), - (UniCase::ascii("differantion"), &["differentiation"]), - (UniCase::ascii("requirment"), &["requirement"]), - (UniCase::ascii("translatied"), &["translated"]), - (UniCase::ascii("reprsentations"), &["representations"]), - (UniCase::ascii("minusculy"), &["minusculely", "minuscule"]), - (UniCase::ascii("preveiwed"), &["previewed"]), - (UniCase::ascii("commitish"), &["committish"]), - (UniCase::ascii("unexected"), &["unexpected"]), - (UniCase::ascii("misdameanors"), &["misdemeanors"]), - (UniCase::ascii("pre-procesing"), &["pre-processing"]), - (UniCase::ascii("deterine"), &["determine"]), - (UniCase::ascii("complate"), &["complete"]), - (UniCase::ascii("familiy"), &["family"]), - (UniCase::ascii("charactetistics"), &["characteristics"]), - (UniCase::ascii("accquires"), &["acquires"]), - (UniCase::ascii("buld"), &["build"]), - (UniCase::ascii("locaises"), &["localises"]), - (UniCase::ascii("autonegotioation"), &["autonegotiation"]), - (UniCase::ascii("varing"), &["varying"]), - (UniCase::ascii("coninstallable"), &["coinstallable"]), - (UniCase::ascii("decendentants"), &["descendants"]), - (UniCase::ascii("mutuxs"), &["mutexes"]), - (UniCase::ascii("experssion"), &["expression"]), - (UniCase::ascii("coypright"), &["copyright"]), - (UniCase::ascii("sceens"), &["scenes", "screens", "schemes"]), - (UniCase::ascii("devic"), &["device"]), - (UniCase::ascii("admininistrator"), &["administrator"]), - (UniCase::ascii("conecjtures"), &["conjectures"]), - (UniCase::ascii("acccused"), &["accused"]), - (UniCase::ascii("syncrhonised"), &["synchronised"]), - (UniCase::ascii("searchin"), &["searching"]), - (UniCase::ascii("repsonse"), &["response"]), - (UniCase::ascii("propetys"), &["properties"]), - (UniCase::ascii("exept"), &["except", "exempt"]), - (UniCase::ascii("variatinos"), &["variations"]), - (UniCase::ascii("environnement"), &["environment"]), - (UniCase::ascii("pre-confifured"), &["pre-configured"]), - (UniCase::ascii("clearifies"), &["clarifies"]), - (UniCase::ascii("assiociation"), &["association"]), - (UniCase::ascii("aaccessibility"), &["accessibility"]), - (UniCase::ascii("propety"), &["property"]), - (UniCase::ascii("unexpetced"), &["unexpected"]), - (UniCase::ascii("fomrating"), &["formatting"]), - (UniCase::ascii("imporvement"), &["improvement"]), - (UniCase::ascii("refect"), &["reflect"]), - (UniCase::ascii("distroying"), &["destroying"]), - (UniCase::ascii("anormaly"), &["abnormally"]), - (UniCase::ascii("documentataion"), &["documentation"]), - (UniCase::ascii("collegue"), &["colleague"]), - (UniCase::ascii("stuctured"), &["structured"]), - (UniCase::ascii("aniversary"), &["anniversary"]), - (UniCase::ascii("apdated"), &["updated"]), - (UniCase::ascii("ackowledging"), &["acknowledging"]), - (UniCase::ascii("re-negoitating"), &["re-negotiating"]), - (UniCase::ascii("expempt"), &["exempt"]), - (UniCase::ascii("exersize"), &["exercise"]), - (UniCase::ascii("praries"), &["prairies"]), - (UniCase::ascii("postumus"), &["posthumous"]), - (UniCase::ascii("aborte"), &["aborted", "abort", "aborts"]), - (UniCase::ascii("hanel"), &["handle"]), - (UniCase::ascii("discconetion"), &["disconnection"]), - (UniCase::ascii("enumarates"), &["enumerates"]), - (UniCase::ascii("typoe"), &["typo", "type", "types"]), - (UniCase::ascii("witin"), &["within"]), - (UniCase::ascii("errorneus"), &["erroneous"]), - (UniCase::ascii("evrithing"), &["everything"]), - (UniCase::ascii("feeture"), &["feature"]), - (UniCase::ascii("plantext"), &["plaintext"]), - (UniCase::ascii("specift"), &["specify"]), - (UniCase::ascii("philisophical"), &["philosophical"]), - (UniCase::ascii("leutenant"), &["lieutenant"]), - (UniCase::ascii("atheneans"), &["Athenians"]), - (UniCase::ascii("immidately"), &["immediately"]), - (UniCase::ascii("confirmd"), &["confirmed"]), - (UniCase::ascii("malicously"), &["maliciously"]), - (UniCase::ascii("seperare"), &["separate"]), - (UniCase::ascii("inbed"), &["embed"]), - (UniCase::ascii("enforceing"), &["enforcing"]), - (UniCase::ascii("parisitic"), &["parasitic"]), - (UniCase::ascii("strictist"), &["strictest"]), - (UniCase::ascii("confurses"), &["confuses"]), - (UniCase::ascii("uplaoder"), &["uploader"]), - (UniCase::ascii("coordonated"), &["coordinated"]), - (UniCase::ascii("circumstancial"), &["circumstantial"]), - (UniCase::ascii("accecpted"), &["accepted"]), - (UniCase::ascii("approxamations"), &["approximations"]), - (UniCase::ascii("heirachy"), &["hierarchy"]), - (UniCase::ascii("performamce"), &["performance"]), - (UniCase::ascii("tention"), &["tension"]), - (UniCase::ascii("posiitives"), &["positives"]), - (UniCase::ascii("excecpt"), &["except"]), - (UniCase::ascii("beauti"), &["beauty"]), - (UniCase::ascii("satistying"), &["satisfying"]), - (UniCase::ascii("esacpes"), &["escapes"]), - (UniCase::ascii("offet"), &["offset", "offer"]), - (UniCase::ascii("identicial"), &["identical"]), - (UniCase::ascii("contine"), &["continue", "contain"]), - (UniCase::ascii("custonisable"), &["customisable"]), - (UniCase::ascii("decocders"), &["decoders"]), - (UniCase::ascii("descritpro"), &["descriptor"]), - (UniCase::ascii("paragrphs"), &["paragraphs"]), - (UniCase::ascii("mentiond"), &["mentioned"]), - (UniCase::ascii("difficulity"), &["difficulty"]), - (UniCase::ascii("specication"), &["specification"]), - (UniCase::ascii("assemnly"), &["assembly"]), - (UniCase::ascii("defiantely"), &["defiantly"]), - (UniCase::ascii("vould"), &["would"]), - (UniCase::ascii("corresonds"), &["corresponds"]), - (UniCase::ascii("modfides"), &["modifies"]), - (UniCase::ascii("enusre"), &["ensure"]), - (UniCase::ascii("lating"), &["latin"]), - (UniCase::ascii("commnd-line"), &["command-line"]), - (UniCase::ascii("impressario"), &["impresario"]), - (UniCase::ascii("initalization"), &["initialization"]), - (UniCase::ascii("reasnable"), &["reasonable"]), - (UniCase::ascii("sctional"), &["sectional", "suctional"]), - (UniCase::ascii("familiies"), &["families"]), - (UniCase::ascii("regularlised"), &["regularised"]), - (UniCase::ascii("experimnetelly"), &["experimentally"]), - (UniCase::ascii("simulataeously"), &["simultaneously"]), - (UniCase::ascii("mechnisms"), &["mechanisms"]), - (UniCase::ascii("lanaguage"), &["language"]), - (UniCase::ascii("reayd"), &["ready", "read"]), - (UniCase::ascii("exlusionary"), &["exclusionary"]), - (UniCase::ascii("assumang"), &["assuming"]), - (UniCase::ascii("alreayd"), &["already"]), - (UniCase::ascii("experimet"), &["experiment"]), - (UniCase::ascii("descriptot"), &["descriptor"]), - (UniCase::ascii("autonegotaitions"), &["autonegotiations"]), - (UniCase::ascii("promissing"), &["promising"]), - (UniCase::ascii("paackage"), &["package"]), - (UniCase::ascii("verfifications"), &["verifications"]), - (UniCase::ascii("corretly"), &["correctly"]), - (UniCase::ascii("beforing"), &["before"]), - (UniCase::ascii("trackling"), &["tracking"]), - (UniCase::ascii("booleen"), &["boolean"]), - (UniCase::ascii("minimsing"), &["minimising"]), - (UniCase::ascii("funtionallity"), &["functionality"]), - (UniCase::ascii("opeartion"), &["operation"]), - (UniCase::ascii("renegociates"), &["renegotiates"]), - (UniCase::ascii("worngs"), &["wrongs"]), - ( - UniCase::ascii("cerification"), - &["certification", "verification"], - ), - (UniCase::ascii("satandards"), &["standards"]), - (UniCase::ascii("psaswd"), &["passwd"]), - (UniCase::ascii("tanseint"), &["transient"]), - (UniCase::ascii("pusehd"), &["pushed"]), - (UniCase::ascii("eextract"), &["extract"]), - (UniCase::ascii("fonctionnalities"), &["functionalities"]), - (UniCase::ascii("eacg"), &["each"]), - (UniCase::ascii("opeartes"), &["operates"]), - (UniCase::ascii("tempraral"), &["temporal"]), - (UniCase::ascii("renegotionations"), &["renegotiations"]), - (UniCase::ascii("asbtracting"), &["abstracting"]), - (UniCase::ascii("certificion"), &["certification"]), - (UniCase::ascii("jornal"), &["journal"]), - (UniCase::ascii("presss"), &["press", "presses"]), - (UniCase::ascii("pooint"), &["point"]), - (UniCase::ascii("otpion"), &["option"]), - (UniCase::ascii("desision"), &["decision"]), - (UniCase::ascii("assignmenet"), &["assignment"]), - (UniCase::ascii("publishrs"), &["publishers"]), - (UniCase::ascii("strema"), &["stream"]), - (UniCase::ascii("adress"), &["address"]), - (UniCase::ascii("repblicans"), &["republicans"]), - (UniCase::ascii("notaly"), &["notably"]), - (UniCase::ascii("thann"), &["than", "thank"]), - (UniCase::ascii("throtte"), &["throttle", "trot"]), - (UniCase::ascii("intance"), &["instance", "intense"]), - (UniCase::ascii("stablize"), &["stabilize"]), - (UniCase::ascii("reursively"), &["recursively"]), - ( - UniCase::ascii("desciminate"), - &["discriminate", "disseminate", "decimate"], - ), - (UniCase::ascii("mintored"), &["mentored", "monitored"]), - (UniCase::ascii("trasmit"), &["transmit"]), - (UniCase::ascii("yugoslac"), &["yugoslav"]), - (UniCase::ascii("overloded"), &["overloaded"]), - (UniCase::ascii("sharloton"), &["charlatan"]), - (UniCase::ascii("directort"), &["directory"]), - (UniCase::ascii("authenricators"), &["authenticators"]), - (UniCase::ascii("skecth"), &["sketch"]), - (UniCase::ascii("unsuprisingly"), &["unsurprisingly"]), - (UniCase::ascii("precumputed"), &["precomputed"]), - (UniCase::ascii("diskretize"), &["discretize"]), - (UniCase::ascii("conenctors"), &["connectors"]), - (UniCase::ascii("technlogy"), &["technology"]), - (UniCase::ascii("unsubscirptions"), &["unsubscriptions"]), - (UniCase::ascii("encosers"), &["encoders"]), - (UniCase::ascii("tiem"), &["time", "item"]), - (UniCase::ascii("hostory"), &["history"]), - (UniCase::ascii("missmatching"), &["mismatching"]), - (UniCase::ascii("standar"), &["standard"]), - (UniCase::ascii("govorment"), &["government"]), - (UniCase::ascii("chiop"), &["chip", "chop"]), - (UniCase::ascii("posessions"), &["possessions"]), - (UniCase::ascii("immedaite"), &["immediate"]), - (UniCase::ascii("expexcting"), &["expecting"]), - (UniCase::ascii("renegoziators"), &["renegotiators"]), - (UniCase::ascii("bounadary"), &["boundary"]), - (UniCase::ascii("negotinate"), &["negotiate"]), - (UniCase::ascii("algorthinic"), &["algorithmic"]), - (UniCase::ascii("ond"), &["one"]), - (UniCase::ascii("depdendet"), &["dependent"]), - (UniCase::ascii("tranasction"), &["transaction"]), - (UniCase::ascii("cooridated"), &["coordinated"]), - (UniCase::ascii("coordinites"), &["coordinates"]), - (UniCase::ascii("re-negotatiated"), &["re-negotiated"]), - (UniCase::ascii("dispathes"), &["dispatches"]), - (UniCase::ascii("comback"), &["comeback"]), - (UniCase::ascii("bassic"), &["basic"]), - (UniCase::ascii("spendour"), &["splendour"]), - (UniCase::ascii("indiciating"), &["indicating"]), - (UniCase::ascii("kerenl"), &["kernel"]), - (UniCase::ascii("exisited"), &["existed"]), - (UniCase::ascii("bage"), &["bag"]), - (UniCase::ascii("expermenetelly"), &["experimentally"]), - (UniCase::ascii("isnt\'"), &["isn\'t"]), - (UniCase::ascii("arbirtrary"), &["arbitrary"]), - (UniCase::ascii("eclispe"), &["eclipse"]), - (UniCase::ascii("electricly"), &["electrically"]), - (UniCase::ascii("faciliating"), &["facilitating"]), - (UniCase::ascii("arguement"), &["argument"]), - (UniCase::ascii("referencs"), &["references"]), - (UniCase::ascii("suprized"), &["surprised"]), - (UniCase::ascii("gallary"), &["gallery"]), - (UniCase::ascii("splig"), &["split", "splign"]), - (UniCase::ascii("connectiom"), &["connection"]), - (UniCase::ascii("retricted"), &["restricted"]), - (UniCase::ascii("sortner"), &["sorter"]), - (UniCase::ascii("obhection"), &["objection"]), - (UniCase::ascii("coalessing"), &["coalescing"]), - (UniCase::ascii("trigged"), &["triggered"]), - (UniCase::ascii("thjese"), &["these"]), - (UniCase::ascii("raotation"), &["rotation"]), - (UniCase::ascii("dectector"), &["detector"]), - (UniCase::ascii("commnt"), &["comment"]), - (UniCase::ascii("vulerable"), &["vulnerable"]), - (UniCase::ascii("mysef"), &["myself"]), - (UniCase::ascii("seconday"), &["secondary"]), - (UniCase::ascii("suppoted"), &["supported"]), - (UniCase::ascii("sequeze"), &["squeeze", "sequence"]), - (UniCase::ascii("commnand"), &["command"]), - (UniCase::ascii("bouinds"), &["bounds"]), - (UniCase::ascii("bottlencks"), &["bottlenecks"]), - (UniCase::ascii("sclar"), &["scalar"]), - (UniCase::ascii("inestart"), &["linestart"]), - (UniCase::ascii("configuratoin"), &["configuration"]), - (UniCase::ascii("expersive"), &["expensive"]), - (UniCase::ascii("clustred"), &["clustered"]), - (UniCase::ascii("implemantation"), &["implementation"]), - (UniCase::ascii("transcorde"), &["transcode"]), - (UniCase::ascii("speciy"), &["specify"]), - (UniCase::ascii("implment"), &["implement"]), - (UniCase::ascii("unreacahable"), &["unreachable"]), - (UniCase::ascii("reboto"), &["reboot"]), - (UniCase::ascii("couln\'t"), &["couldn\'t"]), - (UniCase::ascii("re-negosiating"), &["re-negotiating"]), - (UniCase::ascii("unstaller"), &["installer", "uninstaller"]), - (UniCase::ascii("autopsec"), &["autospec"]), - (UniCase::ascii("vulberabilty"), &["vulnerability"]), - (UniCase::ascii("guarenties"), &["guarantees"]), - (UniCase::ascii("candiates"), &["candidates"]), - (UniCase::ascii("suppoprt"), &["support"]), - (UniCase::ascii("cerate"), &["create"]), - (UniCase::ascii("auto-negothiation"), &["auto-negotiation"]), - (UniCase::ascii("tragets"), &["targets"]), - (UniCase::ascii("algotirhmically"), &["algorithmically"]), - (UniCase::ascii("Pennyslvania"), &["Pennsylvania"]), - (UniCase::ascii("non-negatiotiated"), &["non-negotiated"]), - (UniCase::ascii("corfirms"), &["confirms"]), - (UniCase::ascii("proable"), &["probable"]), - (UniCase::ascii("descover"), &["discover"]), - (UniCase::ascii("hapened"), &["happened"]), - (UniCase::ascii("hashses"), &["hashes"]), - (UniCase::ascii("devleop"), &["develop"]), - (UniCase::ascii("accoordingly"), &["accordingly"]), - (UniCase::ascii("utiliza"), &["utilize"]), - (UniCase::ascii("benckmark"), &["benchmark"]), - (UniCase::ascii("usefulfor"), &["useful for"]), - (UniCase::ascii("resuts"), &["results"]), - (UniCase::ascii("ownder"), &["owner"]), - (UniCase::ascii("absoulute"), &["absolute"]), - (UniCase::ascii("inaccuraccies"), &["inaccuracies"]), - (UniCase::ascii("architectur"), &["architecture"]), - (UniCase::ascii("executuion"), &["execution"]), - (UniCase::ascii("virtical"), &["vertical"]), - (UniCase::ascii("mileau"), &["milieu"]), - (UniCase::ascii("teplmate"), &["template"]), - (UniCase::ascii("speficifally"), &["specifically"]), - (UniCase::ascii("unqoute"), &["unquote"]), - (UniCase::ascii("speciifc"), &["specific"]), - (UniCase::ascii("mimatch"), &["mismatch"]), - (UniCase::ascii("comitee"), &["committee"]), - (UniCase::ascii("excetutables"), &["executables"]), - (UniCase::ascii("depdencies"), &["dependencies"]), - (UniCase::ascii("ansestors"), &["ancestors"]), - (UniCase::ascii("unexpexctedly"), &["unexpectedly"]), - (UniCase::ascii("immediatlye"), &["immediately"]), - (UniCase::ascii("UnitesStates"), &["UnitedStates"]), - (UniCase::ascii("suh"), &["such"]), - ( - UniCase::ascii("initiliases"), - &["initialises", "initializes"], - ), - (UniCase::ascii("activete"), &["activate"]), - (UniCase::ascii("drwawing"), &["drawing"]), - (UniCase::ascii("inticement"), &["enticement"]), - (UniCase::ascii("detatched"), &["detached"]), - (UniCase::ascii("prority"), &["priority"]), - (UniCase::ascii("downloded"), &["downloaded"]), - (UniCase::ascii("allcoater"), &["allocator"]), - (UniCase::ascii("alingment"), &["alignment"]), - (UniCase::ascii("requried"), &["required"]), - (UniCase::ascii("developped"), &["developed"]), - (UniCase::ascii("measuremenet"), &["measurement"]), - (UniCase::ascii("remians"), &["remains"]), - (UniCase::ascii("consit"), &["consist"]), - (UniCase::ascii("enviromnents"), &["environments"]), - (UniCase::ascii("anothe"), &["another"]), - (UniCase::ascii("cahr"), &["char"]), - (UniCase::ascii("generall"), &["generally", "general"]), - (UniCase::ascii("conecctivities"), &["connectivities"]), - (UniCase::ascii("assigments"), &["assignments"]), - (UniCase::ascii("caracter"), &["character"]), - (UniCase::ascii("cros-site"), &["cross-site"]), - (UniCase::ascii("avaialbale"), &["available"]), - (UniCase::ascii("vulnerabiliti"), &["vulnerability"]), - (UniCase::ascii("avaoidable"), &["avoidable"]), - (UniCase::ascii("approprately"), &["appropriately"]), - (UniCase::ascii("conrruptions"), &["corruptions"]), - (UniCase::ascii("neccecarily"), &["necessarily"]), - (UniCase::ascii("tessleating"), &["tessellating"]), - (UniCase::ascii("multipes"), &["multiples"]), - (UniCase::ascii("plattforms"), &["platforms"]), - (UniCase::ascii("handshkng"), &["handshaking"]), - (UniCase::ascii("coallecence"), &["coalescence"]), - (UniCase::ascii("concatented"), &["concatenated"]), - (UniCase::ascii("doesnt\'"), &["doesn\'t"]), - (UniCase::ascii("srunk"), &["shrunk"]), - (UniCase::ascii("expewrimentel"), &["experimental"]), - (UniCase::ascii("abtracts"), &["abstracts"]), - (UniCase::ascii("acitvate"), &["activate"]), - (UniCase::ascii("minimzation"), &["minimization"]), - (UniCase::ascii("reconets"), &["reconnects"]), - (UniCase::ascii("qualitifications"), &["qualifications"]), - (UniCase::ascii("homogeneized"), &["homogenized"]), - (UniCase::ascii("sufferred"), &["suffered"]), - (UniCase::ascii("finailse"), &["finalise"]), - (UniCase::ascii("vaules"), &["values"]), - (UniCase::ascii("pubishers"), &["publishers"]), - (UniCase::ascii("utput"), &["output"]), - (UniCase::ascii("cathlic"), &["catholic"]), - (UniCase::ascii("utilites"), &["utilities"]), - (UniCase::ascii("temporafy"), &["temporary"]), - (UniCase::ascii("algortismic"), &["algorithmic"]), - (UniCase::ascii("enumarating"), &["enumerating"]), - (UniCase::ascii("expct"), &["expect"]), - (UniCase::ascii("witholding"), &["withholding"]), - (UniCase::ascii("renegatiotiations"), &["renegotiations"]), - (UniCase::ascii("functonality"), &["functionality"]), - (UniCase::ascii("simplifiy"), &["simplify"]), - (UniCase::ascii("geneated"), &["generated"]), - (UniCase::ascii("contstraint"), &["constraint"]), - (UniCase::ascii("opnssl"), &["openssl"]), - (UniCase::ascii("bussy"), &["busy"]), - (UniCase::ascii("allwo"), &["allow"]), - (UniCase::ascii("nulk"), &["null"]), - (UniCase::ascii("uninfroms"), &["uninforms", "uniforms"]), - (UniCase::ascii("nessary"), &["necessary"]), - (UniCase::ascii("restaurnat"), &["restaurant"]), - (UniCase::ascii("exepriment"), &["experiment"]), - (UniCase::ascii("experimentaatlly"), &["experimentally"]), - (UniCase::ascii("restor"), &["restore"]), - (UniCase::ascii("negoptionsotiating"), &["negotiating"]), - (UniCase::ascii("decompostition"), &["decomposition"]), - (UniCase::ascii("enhencements"), &["enhancements"]), - (UniCase::ascii("igonorando"), &["ignorando"]), - (UniCase::ascii("can;t"), &["can\'t"]), - (UniCase::ascii("entirly"), &["entirely"]), - (UniCase::ascii("certifacted"), &["certificated"]), - (UniCase::ascii("programms"), &["programs"]), - (UniCase::ascii("yearm"), &["year"]), - (UniCase::ascii("innappropriate"), &["inappropriate"]), - (UniCase::ascii("movemnt"), &["movement"]), - (UniCase::ascii("interessted"), &["interested"]), - (UniCase::ascii("prcesses"), &["processes"]), - (UniCase::ascii("three-dimenional"), &["three-dimensional"]), - (UniCase::ascii("wiyh"), &["with"]), - (UniCase::ascii("threah"), &["thread", "threat"]), - (UniCase::ascii("tradgic"), &["tragic"]), - (UniCase::ascii("eachs"), &["each"]), - (UniCase::ascii("enclosung"), &["enclosing"]), - (UniCase::ascii("androidextra"), &["androidextras"]), - (UniCase::ascii("initiialise"), &["initialise"]), - (UniCase::ascii("tmis"), &["this"]), - (UniCase::ascii("traspositions"), &["transpositions"]), - (UniCase::ascii("mistatches"), &["mismatches"]), - (UniCase::ascii("settelement"), &["settlement"]), - (UniCase::ascii("re-negoziators"), &["re-negotiators"]), - (UniCase::ascii("essentialy"), &["essentially"]), - (UniCase::ascii("experminental"), &["experimental"]), - (UniCase::ascii("explcit"), &["explicit"]), - (UniCase::ascii("unkwown"), &["unknown"]), - (UniCase::ascii("compex"), &["complex"]), - (UniCase::ascii("consitutute"), &["constitute"]), - (UniCase::ascii("outweights"), &["outweighs"]), - (UniCase::ascii("highlighing"), &["highlighting"]), - (UniCase::ascii("handshk"), &["handshake"]), - (UniCase::ascii("workspsaces"), &["workspaces"]), - (UniCase::ascii("accumalate"), &["accumulate"]), - (UniCase::ascii("caclucations"), &["calculations"]), - (UniCase::ascii("organziations"), &["organizations"]), - (UniCase::ascii("menioned"), &["mentioned"]), - (UniCase::ascii("spefixally"), &["specifically"]), - (UniCase::ascii("nothind"), &["nothing"]), - (UniCase::ascii("architcture"), &["architecture"]), - (UniCase::ascii("cummunicate"), &["communicate"]), - (UniCase::ascii("intead"), &["instead"]), - (UniCase::ascii("dissapering"), &["disappearing"]), - (UniCase::ascii("temporraily"), &["temporarily"]), - (UniCase::ascii("delcare"), &["declare"]), - (UniCase::ascii("speficifying"), &["specifying"]), - (UniCase::ascii("workaroud"), &["workaround"]), - (UniCase::ascii("synchromized"), &["synchronized"]), - (UniCase::ascii("neighberhhoods"), &["neighborhoods"]), - (UniCase::ascii("psyhic"), &["psychic"]), - (UniCase::ascii("flagg"), &["flag"]), - (UniCase::ascii("concentic"), &["concentric"]), - (UniCase::ascii("logarithmical"), &["logarithmically"]), - (UniCase::ascii("indicies"), &["indices"]), - (UniCase::ascii("familar"), &["familiar"]), - (UniCase::ascii("experimaneting"), &["experimenting"]), - (UniCase::ascii("loopup"), &["lookup"]), - (UniCase::ascii("trucates"), &["truncates"]), - (UniCase::ascii("paraphanalia"), &["paraphernalia"]), - (UniCase::ascii("keywork"), &["keyword"]), - (UniCase::ascii("execututes"), &["executes"]), - (UniCase::ascii("stompted"), &["stomped"]), - (UniCase::ascii("coudnt"), &["couldn\'t"]), - (UniCase::ascii("toogle"), &["toggle"]), - (UniCase::ascii("transolated"), &["translated"]), - (UniCase::ascii("puls"), &["pulse", "plus"]), - (UniCase::ascii("renegotionate"), &["renegotiate"]), - (UniCase::ascii("deduplacted"), &["deduplicated"]), - (UniCase::ascii("szies"), &["sizes"]), - (UniCase::ascii("suposse"), &["suppose"]), - (UniCase::ascii("construced"), &["constructed", "construed"]), - (UniCase::ascii("sturtures"), &["structures"]), - (UniCase::ascii("occassions"), &["occasions"]), - (UniCase::ascii("transpatrent"), &["transparent"]), - (UniCase::ascii("signguature"), &["signature"]), - (UniCase::ascii("datecreatedd"), &["datecreated"]), - (UniCase::ascii("neighbeurghs"), &["neighbours"]), - (UniCase::ascii("untintuitive"), &["unintuitive"]), - (UniCase::ascii("permuations"), &["permutations"]), - (UniCase::ascii("refertence"), &["reference"]), - (UniCase::ascii("consept"), &["concept"]), - (UniCase::ascii("sertificates"), &["certificates"]), - (UniCase::ascii("unchache"), &["uncache"]), - (UniCase::ascii("failicy"), &["facility"]), - (UniCase::ascii("unsoclicited"), &["unsolicited"]), - (UniCase::ascii("univrsal"), &["universal"]), - (UniCase::ascii("everone"), &["everyone"]), - (UniCase::ascii("headquarer"), &["headquarter"]), - (UniCase::ascii("sponsership"), &["sponsorship"]), - (UniCase::ascii("hundret"), &["hundred", "hundreds"]), - (UniCase::ascii("installtion"), &["installation"]), - (UniCase::ascii("certifciate"), &["certificate"]), - (UniCase::ascii("precendeces"), &["precedences"]), - (UniCase::ascii("catastronphic"), &["catastrophic"]), - (UniCase::ascii("bulle"), &["bullet"]), - (UniCase::ascii("progresss"), &["progress"]), - (UniCase::ascii("usuable"), &["usable"]), - (UniCase::ascii("programmd"), &["programmed", "programme"]), - (UniCase::ascii("spefific"), &["specific"]), - (UniCase::ascii("agregator"), &["aggregator"]), - (UniCase::ascii("deccelerate"), &["decelerate"]), - (UniCase::ascii("indvidual"), &["individual"]), - (UniCase::ascii("sprech"), &["speech"]), - (UniCase::ascii("aggreed"), &["agreed"]), - (UniCase::ascii("acomplish"), &["accomplish"]), - (UniCase::ascii("theather"), &["theater"]), - (UniCase::ascii("semding"), &["sending"]), - (UniCase::ascii("consitututing"), &["constituting"]), - (UniCase::ascii("exmport"), &["export"]), - (UniCase::ascii("dstination"), &["destination"]), - (UniCase::ascii("powerppc"), &["powerpc"]), - (UniCase::ascii("reduse"), &["reduce", "reuse"]), - (UniCase::ascii("sustitution"), &["substitution"]), - (UniCase::ascii("dimentionnals"), &["dimensional"]), - (UniCase::ascii("perfoemer"), &["performer"]), - (UniCase::ascii("renegotations"), &["renegotiations"]), - (UniCase::ascii("reomve"), &["remove"]), - (UniCase::ascii("coresponded"), &["corresponded"]), - (UniCase::ascii("iterrupt"), &["interrupt"]), - (UniCase::ascii("correspondances"), &["correspondences"]), - (UniCase::ascii("rorated"), &["rotated"]), - (UniCase::ascii("pamflet"), &["pamphlet"]), - (UniCase::ascii("costructor"), &["constructor"]), - (UniCase::ascii("tyrrany"), &["tyranny"]), - (UniCase::ascii("inreractive"), &["interactive"]), - (UniCase::ascii("autheniticate"), &["authenticate"]), - (UniCase::ascii("cyrstalline"), &["crystalline"]), - (UniCase::ascii("succedding"), &["succeeding"]), - (UniCase::ascii("experimetned"), &["experimented"]), - (UniCase::ascii("quating"), &["quoting", "squatting"]), - (UniCase::ascii("sheat"), &["sheath", "sheet", "cheat"]), - (UniCase::ascii("summmary"), &["summary"]), - (UniCase::ascii("hyposeses"), &["hypotheses"]), - (UniCase::ascii("abtractness"), &["abstractness"]), - (UniCase::ascii("unselcting"), &["unselecting"]), - (UniCase::ascii("follwowin"), &["following"]), - (UniCase::ascii("forwwarded"), &["forwarded"]), - (UniCase::ascii("infalted"), &["inflated"]), - (UniCase::ascii("phoneticly"), &["phonetically"]), - (UniCase::ascii("conciders"), &["considers"]), - (UniCase::ascii("dominaton"), &["domination"]), - (UniCase::ascii("emmisaries"), &["emissaries"]), - (UniCase::ascii("discribed"), &["described"]), - (UniCase::ascii("standartized"), &["standardized"]), - (UniCase::ascii("privaleges"), &["privileges"]), - (UniCase::ascii("backedn"), &["backend"]), - (UniCase::ascii("accupied"), &["occupied"]), - (UniCase::ascii("profilic"), &["prolific"]), - (UniCase::ascii("implementatation"), &["implementation"]), - (UniCase::ascii("enourage"), &["encourage"]), - (UniCase::ascii("inizialize"), &["initialize"]), - (UniCase::ascii("enabing"), &["enabling"]), - (UniCase::ascii("assebly"), &["assembly"]), - (UniCase::ascii("defered"), &["deferred"]), - (UniCase::ascii("shotdown"), &["shutdown"]), - (UniCase::ascii("popullated"), &["populated"]), - (UniCase::ascii("ytou"), &["you"]), - (UniCase::ascii("featued"), &["featured"]), - (UniCase::ascii("correspomded"), &["corresponded"]), - (UniCase::ascii("goind"), &["going"]), - (UniCase::ascii("copntroller"), &["controller"]), - (UniCase::ascii("combatible"), &["compatible"]), - (UniCase::ascii("archtecture"), &["architecture"]), - (UniCase::ascii("expermimenters"), &["experimenters"]), - (UniCase::ascii("skept"), &["skipped"]), - (UniCase::ascii("convserion"), &["conversion"]), - (UniCase::ascii("expermeneted"), &["experimented"]), - (UniCase::ascii("speficifc"), &["specific"]), - (UniCase::ascii("trucated"), &["truncated"]), - (UniCase::ascii("subsysthem"), &["subsystem"]), - (UniCase::ascii("iluminates"), &["illuminates"]), - (UniCase::ascii("clipoing"), &["clipping"]), - (UniCase::ascii("incase"), &["in case"]), - (UniCase::ascii("relyably"), &["reliably"]), - (UniCase::ascii("perferrable"), &["preferable"]), - (UniCase::ascii("dashbaord"), &["dashboard"]), - (UniCase::ascii("outselves"), &["ourselves"]), - (UniCase::ascii("traveerse"), &["traverse"]), - (UniCase::ascii("paralel"), &["parallel"]), - (UniCase::ascii("imporved"), &["improved"]), - (UniCase::ascii("adequit"), &["adequate"]), - (UniCase::ascii("comparistion"), &["comparison"]), - (UniCase::ascii("recidents"), &["residents"]), - (UniCase::ascii("stuctures"), &["structures"]), - (UniCase::ascii("providewd"), &["provided"]), - (UniCase::ascii("follfows"), &["follows"]), - (UniCase::ascii("adjcentcy"), &["adjacency"]), - (UniCase::ascii("kenerl"), &["kernel"]), - (UniCase::ascii("bookkeeing"), &["bookkeeping"]), - (UniCase::ascii("mocrocode"), &["microcode"]), - (UniCase::ascii("unocde"), &["Unicode"]), - (UniCase::ascii("connnections"), &["connections"]), - (UniCase::ascii("methd"), &["method"]), - (UniCase::ascii("asymetri"), &["asymmetric", "asymmetry"]), - (UniCase::ascii("fougth"), &["fought"]), - (UniCase::ascii("rearrangd"), &["rearranged"]), - (UniCase::ascii("exagerrating"), &["exaggerating"]), - (UniCase::ascii("subtargers"), &["subtargets", "sub-targets"]), - (UniCase::ascii("differnetiated"), &["differentiated"]), - (UniCase::ascii("efetivity"), &["effectivity"]), - (UniCase::ascii("langualges"), &["languages"]), - (UniCase::ascii("cleaered"), &["cleared"]), - (UniCase::ascii("varities"), &["varieties"]), - (UniCase::ascii("Hatian"), &["Haitian"]), - (UniCase::ascii("coallesence"), &["coalescence"]), - (UniCase::ascii("presists"), &["persists"]), - (UniCase::ascii("vairable"), &["variable"]), - (UniCase::ascii("vulnerabilitie"), &["vulnerability"]), - (UniCase::ascii("shepe"), &["shape"]), - (UniCase::ascii("negativ"), &["negative"]), - (UniCase::ascii("alogirhtm"), &["algorithm"]), - (UniCase::ascii("acustom"), &["accustom"]), - (UniCase::ascii("diversed"), &["diverse", "diverged"]), - (UniCase::ascii("regenarated"), &["regenerated"]), - (UniCase::ascii("chemestry"), &["chemistry"]), - (UniCase::ascii("epecting"), &["expecting"]), - (UniCase::ascii("loggging"), &["logging"]), - (UniCase::ascii("threrefore"), &["therefore"]), - (UniCase::ascii("pertubated"), &["perturbed"]), - (UniCase::ascii("arrayes"), &["arrays"]), - (UniCase::ascii("follwower"), &["follower"]), - (UniCase::ascii("refectoring"), &["refactoring"]), - (UniCase::ascii("visisble"), &["visible"]), - (UniCase::ascii("frop"), &["drop"]), - (UniCase::ascii("blonged"), &["belonged"]), - (UniCase::ascii("executble"), &["executable"]), - (UniCase::ascii("pogress"), &["progress"]), - (UniCase::ascii("adjascent"), &["adjacent"]), - (UniCase::ascii("originiating"), &["originating"]), - (UniCase::ascii("compleeted"), &["completed"]), - (UniCase::ascii("visibleable"), &["visible"]), - (UniCase::ascii("compresing"), &["compressing"]), - (UniCase::ascii("dissappeared"), &["disappeared"]), - (UniCase::ascii("traget"), &["target"]), - (UniCase::ascii("reachs"), &["reaches"]), - (UniCase::ascii("correcly"), &["correctly"]), - (UniCase::ascii("unsucessflly"), &["unsuccessfully"]), - (UniCase::ascii("travere"), &["traverse"]), - (UniCase::ascii("explictily"), &["explicitly"]), - (UniCase::ascii("presist"), &["persist"]), - (UniCase::ascii("unsucessful"), &["unsuccessful"]), - (UniCase::ascii("partirioning"), &["partitioning"]), - (UniCase::ascii("expexnasion"), &["expansion"]), - (UniCase::ascii("redudancy"), &["redundancy"]), - (UniCase::ascii("singeled"), &["singled", "signaled"]), - (UniCase::ascii("pertubate"), &["perturb"]), - (UniCase::ascii("dereferncencers"), &["dereferencers"]), - (UniCase::ascii("repesented"), &["represented"]), - ( - UniCase::ascii("orienate"), - &["orientate", "orient", "ornate"], - ), - (UniCase::ascii("priviously"), &["previously"]), - (UniCase::ascii("unfortuntaly"), &["unfortunately"]), - (UniCase::ascii("outpust"), &["output", "outputs"]), - (UniCase::ascii("resivwar"), &["reservoir"]), - (UniCase::ascii("dependend"), &["dependent", "depended"]), - (UniCase::ascii("aligments"), &["alignments"]), - (UniCase::ascii("psace"), &["space"]), - (UniCase::ascii("experimanentation"), &["experimentation"]), - (UniCase::ascii("eextraction"), &["extraction"]), - (UniCase::ascii("securrly"), &["securely"]), - (UniCase::ascii("sublass"), &["subclass"]), - (UniCase::ascii("commnunicating"), &["communicating"]), - (UniCase::ascii("fysisit"), &["physicist"]), - (UniCase::ascii("exentended"), &["extended"]), - (UniCase::ascii("discconeect"), &["disconnect"]), - (UniCase::ascii("tranparent"), &["transparent"]), - (UniCase::ascii("termperature"), &["temperature"]), - (UniCase::ascii("radiactive"), &["radioactive"]), - (UniCase::ascii("bletooth"), &["bluetooth"]), - (UniCase::ascii("hillarious"), &["hilarious"]), - (UniCase::ascii("surpises"), &["surprises"]), - (UniCase::ascii("afer"), &["after"]), - (UniCase::ascii("additionalyy"), &["additionally"]), - (UniCase::ascii("comapnies"), &["companies"]), - (UniCase::ascii("semapthore"), &["semaphore"]), - (UniCase::ascii("themselfes"), &["themselves"]), - ( - UniCase::ascii("alloate"), - &["allocate", "allotted", "allot"], - ), - (UniCase::ascii("featches"), &["fetches", "features"]), - (UniCase::ascii("pyhsical"), &["physical"]), - (UniCase::ascii("childlren"), &["children"]), - (UniCase::ascii("spefications"), &["specifications"]), - (UniCase::ascii("eneter"), &["enter"]), - (UniCase::ascii("preveiw"), &["preview"]), - (UniCase::ascii("traslalate"), &["translate"]), - (UniCase::ascii("uppwards"), &["upwards"]), - (UniCase::ascii("caclulation"), &["calculation"]), - (UniCase::ascii("chrash"), &["crash", "thrash", "trash"]), - (UniCase::ascii("experimentaatl"), &["experimental"]), - (UniCase::ascii("acutally"), &["actually"]), - (UniCase::ascii("pasre"), &["parse"]), - (UniCase::ascii("improofment"), &["improvement"]), - (UniCase::ascii("iselfe"), &["itself"]), - (UniCase::ascii("listenters"), &["listeners"]), - (UniCase::ascii("arbitrtily"), &["arbitrarily"]), - (UniCase::ascii("obsolted"), &["obsoleted"]), - (UniCase::ascii("commnad-line"), &["command-line"]), - (UniCase::ascii("undertsood"), &["understood"]), - (UniCase::ascii("threatend"), &["threatened"]), - (UniCase::ascii("unspefied"), &["unspecified"]), - (UniCase::ascii("tiome"), &["time", "tome"]), - (UniCase::ascii("deturance"), &["deterrence"]), - (UniCase::ascii("harassement"), &["harassment"]), - (UniCase::ascii("brokend"), &["broken"]), - (UniCase::ascii("follewiong"), &["following"]), - (UniCase::ascii("decompostion"), &["decomposition"]), - (UniCase::ascii("velociry"), &["velocity"]), - (UniCase::ascii("genertion"), &["generation"]), - (UniCase::ascii("triggerred"), &["triggered"]), - (UniCase::ascii("happpening"), &["happening"]), - (UniCase::ascii("modeuls"), &["modules"]), - (UniCase::ascii("authror"), &["author"]), - (UniCase::ascii("configiration"), &["configuration"]), - (UniCase::ascii("de-fualt"), &["default"]), - (UniCase::ascii("impement"), &["implement"]), - (UniCase::ascii("descripto"), &["descriptor"]), - (UniCase::ascii("classess"), &["classes"]), - (UniCase::ascii("reffering"), &["referring"]), - (UniCase::ascii("cyphertext"), &["ciphertext"]), - (UniCase::ascii("de-duplates"), &["de-duplicates"]), - (UniCase::ascii("expermenet"), &["experiment"]), - (UniCase::ascii("idendifier"), &["identifier"]), - (UniCase::ascii("trasformed"), &["transformed"]), - (UniCase::ascii("attiribute"), &["attribute"]), - (UniCase::ascii("depenendency"), &["dependency"]), - (UniCase::ascii("emnity"), &["enmity"]), - (UniCase::ascii("absolte"), &["absolute"]), - (UniCase::ascii("copytight"), &["copyright"]), - (UniCase::ascii("authenitcation"), &["authentication"]), - (UniCase::ascii("conditonal"), &["conditional"]), - (UniCase::ascii("expermentations"), &["experimentations"]), - (UniCase::ascii("additionnaly"), &["additionally"]), - (UniCase::ascii("sepeartely"), &["separately"]), - (UniCase::ascii("moeny"), &["money"]), - (UniCase::ascii("commpile"), &["compile"]), - (UniCase::ascii("partiitoning"), &["partitioning"]), - (UniCase::ascii("apreciating"), &["appreciating"]), - (UniCase::ascii("somewher"), &["somewhere"]), - (UniCase::ascii("apllication"), &["application"]), - (UniCase::ascii("nonte"), &["note"]), - (UniCase::ascii("sucessful"), &["successful"]), - (UniCase::ascii("optmisation"), &["optimisation"]), - (UniCase::ascii("mismatchd"), &["mismatched"]), - (UniCase::ascii("deisgning"), &["designing"]), - (UniCase::ascii("conteners"), &["containers"]), - (UniCase::ascii("practial"), &["practical"]), - (UniCase::ascii("authetntication"), &["authentication"]), - (UniCase::ascii("incatation"), &["incantation"]), - (UniCase::ascii("rmeoves"), &["removes"]), - (UniCase::ascii("negotable"), &["negotiable"]), - (UniCase::ascii("expeimentel"), &["experimental"]), - (UniCase::ascii("reuplaoded"), &["reuploaded"]), - (UniCase::ascii("exceptionts"), &["exceptions"]), - (UniCase::ascii("getttime"), &["gettime"]), - (UniCase::ascii("tath"), &["that"]), - (UniCase::ascii("discourrage"), &["discourage"]), - (UniCase::ascii("devestated"), &["devastated"]), - (UniCase::ascii("calcultate"), &["calculate"]), - (UniCase::ascii("preriod"), &["period"]), - (UniCase::ascii("etsbalishment"), &["establishment"]), - (UniCase::ascii("initalize"), &["initialize"]), - (UniCase::ascii("connectioms"), &["connections"]), - (UniCase::ascii("commnunication"), &["communication"]), - (UniCase::ascii("provisiosn"), &["provision"]), - (UniCase::ascii("incompatabable"), &["incompatible"]), - (UniCase::ascii("sentienl"), &["sentinel"]), - (UniCase::ascii("pre-pre-realease"), &["pre-pre-release"]), - (UniCase::ascii("repect"), &["respect"]), - (UniCase::ascii("declar"), &["declare"]), - (UniCase::ascii("re-negoziated"), &["re-negotiated"]), - (UniCase::ascii("istead"), &["instead"]), - (UniCase::ascii("perrror"), &["perror"]), - (UniCase::ascii("buiding"), &["building"]), - (UniCase::ascii("relpy"), &["reply"]), - (UniCase::ascii("mozzilla"), &["mozilla"]), - (UniCase::ascii("conveters"), &["converters"]), - (UniCase::ascii("rispective"), &["respective"]), - (UniCase::ascii("supposeds"), &["supposed"]), - (UniCase::ascii("experimenations"), &["experimentations"]), - (UniCase::ascii("reupladers"), &["reuploaders"]), - (UniCase::ascii("traslate"), &["translate"]), - (UniCase::ascii("nothin"), &["nothing"]), - (UniCase::ascii("ourselfe"), &["ourselves", "ourself"]), - (UniCase::ascii("screem"), &["scream", "screen"]), - (UniCase::ascii("aribiter"), &["arbiter"]), - (UniCase::ascii("conseeds"), &["concedes"]), - (UniCase::ascii("datastrem"), &["datastream"]), - (UniCase::ascii("implementatoin"), &["implementation"]), - (UniCase::ascii("glyphes"), &["glyphs"]), - (UniCase::ascii("professer"), &["professor"]), - (UniCase::ascii("experessions"), &["expressions"]), - (UniCase::ascii("correctnes"), &["correctness"]), - (UniCase::ascii("appicant"), &["applicant"]), - (UniCase::ascii("rendired"), &["rendered"]), - (UniCase::ascii("intiailizes"), &["initializes"]), - (UniCase::ascii("calculuations"), &["calculations"]), - (UniCase::ascii("arborted"), &["aborted"]), - (UniCase::ascii("indes"), &["index"]), - (UniCase::ascii("decrese"), &["decrease"]), - (UniCase::ascii("do\'nt"), &["don\'t"]), - (UniCase::ascii("sherif"), &["sheriff"]), - (UniCase::ascii("obsolite"), &["obsolete"]), - (UniCase::ascii("permutaion"), &["permutation"]), - (UniCase::ascii("irreversable"), &["irreversible"]), - (UniCase::ascii("contriubtions"), &["contributions"]), - (UniCase::ascii("analisis"), &["analysis"]), - (UniCase::ascii("strnad"), &["strand"]), - (UniCase::ascii("incuding"), &["including"]), - (UniCase::ascii("non-asii"), &["non-ascii"]), - (UniCase::ascii("youre"), &["your", "you\'re"]), - (UniCase::ascii("copytights"), &["copyrights"]), - (UniCase::ascii("elliminates"), &["eliminates"]), - (UniCase::ascii("rerpesentation"), &["representation"]), - (UniCase::ascii("playgerize"), &["plagiarize"]), - (UniCase::ascii("avaloable"), &["available"]), - (UniCase::ascii("charactes"), &["characters"]), - (UniCase::ascii("commplain"), &["complain"]), - (UniCase::ascii("experminentally"), &["experimentally"]), - (UniCase::ascii("calculs"), &["calculus"]), - ( - UniCase::ascii("roundtriping"), - &["roundtripping", "round-tripping", "round tripping"], - ), - (UniCase::ascii("Sanhedrim"), &["Sanhedrin"]), - (UniCase::ascii("marging"), &["margin", "merging"]), - (UniCase::ascii("yur"), &["your"]), - (UniCase::ascii("unihabited"), &["uninhabited"]), - (UniCase::ascii("resizeble"), &["resizable"]), - (UniCase::ascii("sould"), &["could", "should", "sold"]), - (UniCase::ascii("tempelate"), &["template"]), - (UniCase::ascii("containig"), &["containing"]), - (UniCase::ascii("automaticalyy"), &["automatically"]), - (UniCase::ascii("publsihing"), &["publishing"]), - (UniCase::ascii("dialoge"), &["dialog", "dialogue"]), - (UniCase::ascii("fonctionalities"), &["functionalities"]), - (UniCase::ascii("neeed"), &["need"]), - (UniCase::ascii("negotiotating"), &["negotiating"]), - (UniCase::ascii("optionel"), &["optional"]), - (UniCase::ascii("contens"), &["contents", "contains"]), - ( - UniCase::ascii("content-negotation"), - &["content-negotiation"], - ), - (UniCase::ascii("togheter"), &["together"]), - (UniCase::ascii("dissobediance"), &["disobedience"]), - (UniCase::ascii("re-negociable"), &["re-negotiable"]), - (UniCase::ascii("uncalcualted"), &["uncalculated"]), - (UniCase::ascii("temporarilu"), &["temporary"]), - (UniCase::ascii("bugus"), &["bogus"]), - (UniCase::ascii("pakageimpl"), &["packageimpl"]), - (UniCase::ascii("memomry"), &["memory"]), - (UniCase::ascii("cootdinates"), &["coordinates"]), - (UniCase::ascii("whoose"), &["whose"]), - (UniCase::ascii("certficiate"), &["certificate"]), - (UniCase::ascii("diagramm"), &["diagram"]), - (UniCase::ascii("thare"), &["there"]), - (UniCase::ascii("thsose"), &["those"]), - (UniCase::ascii("acconting"), &["accounting"]), - (UniCase::ascii("coprocesor"), &["coprocessor"]), - (UniCase::ascii("interpretions"), &["interpretations"]), - (UniCase::ascii("regularliser"), &["regulariser"]), - (UniCase::ascii("detroy"), &["destroy"]), - (UniCase::ascii("authethicated"), &["authenticated"]), - (UniCase::ascii("logoic"), &["logic"]), - (UniCase::ascii("extemely"), &["extremely"]), - (UniCase::ascii("laso"), &["also", "lasso"]), - (UniCase::ascii("speficifiable"), &["specifiable"]), - ( - UniCase::ascii("build-dependancies"), - &["build-dependencies"], - ), - (UniCase::ascii("represenatational"), &["representational"]), - (UniCase::ascii("activiti"), &["activity", "activities"]), - (UniCase::ascii("reproducability"), &["reproducibility"]), - (UniCase::ascii("expeirimenter"), &["experimenter"]), - (UniCase::ascii("definitiion"), &["definition"]), - (UniCase::ascii("bounaaries"), &["boundaries"]), - ( - UniCase::ascii("descentences"), - &["descendants", "descendents"], - ), - (UniCase::ascii("remianing"), &["remaining"]), - (UniCase::ascii("vlaues"), &["values"]), - (UniCase::ascii("unreplacable"), &["unreplaceable"]), - (UniCase::ascii("longitute"), &["longitude"]), - (UniCase::ascii("thight"), &["tight", "thigh", "fight"]), - (UniCase::ascii("toom"), &["tomb"]), - (UniCase::ascii("indepdendence"), &["independence"]), - (UniCase::ascii("animaton"), &["animation"]), - (UniCase::ascii("hiearchy"), &["hierarchy"]), - (UniCase::ascii("connstrained"), &["constrained"]), - (UniCase::ascii("demensional"), &["dimensional"]), - (UniCase::ascii("tey"), &["they"]), - (UniCase::ascii("sentively"), &["sensitively", "sensitivity"]), - (UniCase::ascii("connaect"), &["connect"]), - (UniCase::ascii("sirectory"), &["directory"]), - (UniCase::ascii("encupsulates"), &["encapsulates"]), - (UniCase::ascii("linez"), &["lines"]), - (UniCase::ascii("calcualting"), &["calculating"]), - (UniCase::ascii("probalby"), &["probably"]), - (UniCase::ascii("tranfers"), &["transfers"]), - (UniCase::ascii("colection"), &["collection"]), - (UniCase::ascii("replacmenet"), &["replacement"]), - (UniCase::ascii("posatives"), &["positives"]), - (UniCase::ascii("experimally"), &["experimentally"]), - (UniCase::ascii("follewong"), &["following"]), - (UniCase::ascii("modfiying"), &["modifying"]), - (UniCase::ascii("poppup"), &["popup"]), - (UniCase::ascii("villian"), &["villain"]), - (UniCase::ascii("coalleces"), &["coalesces"]), - (UniCase::ascii("fucntioning"), &["functioning"]), - (UniCase::ascii("inpossible"), &["impossible"]), - (UniCase::ascii("untqueue"), &["unqueue"]), - (UniCase::ascii("forunner"), &["forerunner"]), - (UniCase::ascii("visting"), &["visiting"]), - (UniCase::ascii("withon"), &["within"]), - (UniCase::ascii("renegotiotable"), &["renegotiable"]), - (UniCase::ascii("asumes"), &["assumes"]), - (UniCase::ascii("bedore"), &["before"]), - (UniCase::ascii("marger"), &["merger", "marker"]), - (UniCase::ascii("avaialbel"), &["available"]), - (UniCase::ascii("haven;t"), &["haven\'t"]), - (UniCase::ascii("re-negotionators"), &["re-negotiators"]), - (UniCase::ascii("requiesting"), &["requesting"]), - (UniCase::ascii("resierfs"), &["reiserfs"]), - (UniCase::ascii("ublisher"), &["publisher"]), - (UniCase::ascii("containining"), &["containing"]), - (UniCase::ascii("necessaery"), &["necessary"]), - (UniCase::ascii("benig"), &["being"]), - (UniCase::ascii("experimanentations"), &["experimentations"]), - (UniCase::ascii("certifcates"), &["certificates"]), - (UniCase::ascii("dificulty"), &["difficulty"]), - (UniCase::ascii("seperater"), &["separator"]), - (UniCase::ascii("inteligent"), &["intelligent"]), - (UniCase::ascii("pachtches"), &["patches"]), - (UniCase::ascii("ocassionally"), &["occasionally"]), - (UniCase::ascii("pinapple"), &["pineapple"]), - (UniCase::ascii("insteead"), &["instead"]), - (UniCase::ascii("offloded"), &["offloaded"]), - (UniCase::ascii("implemenetations"), &["implementations"]), - (UniCase::ascii("seperataly"), &["separately"]), - (UniCase::ascii("entitlied"), &["entitled"]), - (UniCase::ascii("wouuld"), &["would"]), - (UniCase::ascii("entensions"), &["extensions"]), - (UniCase::ascii("alined"), &["aligned"]), - (UniCase::ascii("fasion"), &["fashion"]), - (UniCase::ascii("distantce"), &["distance"]), - (UniCase::ascii("approxiamtions"), &["approximations"]), - ( - UniCase::ascii("incompatablie"), - &["incompatible", "incompatibly"], - ), - (UniCase::ascii("dicergence"), &["divergence"]), - (UniCase::ascii("cna"), &["can"]), - (UniCase::ascii("entension"), &["extension"]), - (UniCase::ascii("unplesent"), &["unpleasant"]), - (UniCase::ascii("laguage"), &["language"]), - (UniCase::ascii("unpacke"), &["unpacked"]), - (UniCase::ascii("serailzed"), &["serialized"]), - (UniCase::ascii("rivised"), &["revised"]), - (UniCase::ascii("unsychronize"), &["unsynchronize"]), - (UniCase::ascii("reverved"), &["reserved"]), - (UniCase::ascii("resepects"), &["respects"]), - (UniCase::ascii("domonstrates"), &["demonstrates"]), - (UniCase::ascii("attrubite"), &["attribute"]), - (UniCase::ascii("requiests"), &["requests"]), - (UniCase::ascii("notfications"), &["notifications"]), - (UniCase::ascii("developpe"), &["develop"]), - (UniCase::ascii("extrordinary"), &["extraordinary"]), - (UniCase::ascii("neighbeut"), &["neighbour"]), - (UniCase::ascii("guarnanted"), &["guaranteed"]), - (UniCase::ascii("entites"), &["entities"]), - (UniCase::ascii("curch"), &["church"]), - (UniCase::ascii("reimplemenet"), &["reimplement"]), - (UniCase::ascii("framming"), &["framing"]), - (UniCase::ascii("guarrented"), &["guaranteed"]), - (UniCase::ascii("compatibile"), &["compatible"]), - (UniCase::ascii("concentating"), &["concentrating"]), - (UniCase::ascii("completetly"), &["completely"]), - (UniCase::ascii("suttles"), &["shuttles"]), - (UniCase::ascii("meaing"), &["meaning"]), - (UniCase::ascii("chuncking"), &["chunking"]), - (UniCase::ascii("neightbors"), &["neighbors"]), - (UniCase::ascii("modiffers"), &["modifiers"]), - (UniCase::ascii("defaultet"), &["defaulted"]), - (UniCase::ascii("genrated"), &["generated"]), - (UniCase::ascii("relocateable"), &["relocatable"]), - (UniCase::ascii("measuremenets"), &["measurements"]), - (UniCase::ascii("strotage"), &["storage"]), - (UniCase::ascii("mudules"), &["modules"]), - (UniCase::ascii("allocatoor"), &["allocator"]), - (UniCase::ascii("harrasses"), &["harassed"]), - (UniCase::ascii("firmwware"), &["firmware"]), - (UniCase::ascii("annoted"), &["annotated"]), - (UniCase::ascii("soverignty"), &["sovereignty"]), - (UniCase::ascii("re-negotitator"), &["re-negotiator"]), - (UniCase::ascii("contolls"), &["controls"]), - (UniCase::ascii("otehrwize"), &["otherwise"]), - (UniCase::ascii("multiplers"), &["multipliers"]), - (UniCase::ascii("avaiilable"), &["available"]), - (UniCase::ascii("contet"), &["contest", "content", "context"]), - (UniCase::ascii("retanslate"), &["retranslate"]), - (UniCase::ascii("pluging"), &["plugging", "plugin"]), - (UniCase::ascii("publsihed"), &["published"]), - (UniCase::ascii("approperiate"), &["appropriate"]), - (UniCase::ascii("resest"), &["reset", "recessed"]), - (UniCase::ascii("excellance"), &["excellence"]), - (UniCase::ascii("borwsers"), &["browsers"]), - (UniCase::ascii("oxigen"), &["oxygen"]), - (UniCase::ascii("opertional"), &["operational"]), - (UniCase::ascii("colelction"), &["collection"]), - (UniCase::ascii("bugous"), &["bogus"]), - (UniCase::ascii("optismied"), &["optimised"]), - (UniCase::ascii("dispalying"), &["displaying"]), - (UniCase::ascii("decalratiosn"), &["declarations"]), - (UniCase::ascii("preced"), &["precede"]), - (UniCase::ascii("multilpe"), &["multiple"]), - (UniCase::ascii("progapator"), &["propagator"]), - (UniCase::ascii("connexion"), &["connection"]), - (UniCase::ascii("particant"), &["participant"]), - (UniCase::ascii("guarnante"), &["guarantee"]), - (UniCase::ascii("usetnet"), &["Usenet"]), - (UniCase::ascii("counries"), &["countries", "counties"]), - (UniCase::ascii("shif"), &["shift"]), - (UniCase::ascii("negotions"), &["negotiations"]), - (UniCase::ascii("pathane"), &["pathname"]), - (UniCase::ascii("encocde"), &["encode"]), - (UniCase::ascii("unfourtunately"), &["unfortunately"]), - (UniCase::ascii("re-negotitable"), &["re-negotiable"]), - (UniCase::ascii("spefififers"), &["specifiers"]), - (UniCase::ascii("progrmae"), &["program"]), - (UniCase::ascii("higlights"), &["highlights"]), - (UniCase::ascii("toubles"), &["troubles"]), - (UniCase::ascii("transalations"), &["translations"]), - (UniCase::ascii("cihphers"), &["ciphers"]), - (UniCase::ascii("contanins"), &["contains"]), - (UniCase::ascii("singulaties"), &["singularities"]), - (UniCase::ascii("algorthyn"), &["algorithm"]), - (UniCase::ascii("repaced"), &["replaced"]), - (UniCase::ascii("resoured"), &["resourced"]), - (UniCase::ascii("materilize"), &["materialize"]), - (UniCase::ascii("assosiating"), &["associating"]), - (UniCase::ascii("sciripts"), &["scripts"]), - ( - UniCase::ascii("soure"), - &["source", "sure", "sore", "sour", "soured"], - ), - (UniCase::ascii("regularlization"), &["regularization"]), - (UniCase::ascii("situdios"), &["studios"]), - (UniCase::ascii("varient"), &["variant"]), - (UniCase::ascii("rememember"), &["remember"]), - (UniCase::ascii("redirectd"), &["redirected"]), - (UniCase::ascii("directroy"), &["directory"]), - (UniCase::ascii("caculator"), &["calculator"]), - (UniCase::ascii("addted"), &["added"]), - (UniCase::ascii("typcasts"), &["typecasts"]), - (UniCase::ascii("carrrier"), &["carrier"]), - (UniCase::ascii("abbreviaton"), &["abbreviation"]), - (UniCase::ascii("callint"), &["calling"]), - (UniCase::ascii("enabel"), &["enable"]), - (UniCase::ascii("sprecialized"), &["specialized"]), - (UniCase::ascii("cpacity"), &["capacity"]), - (UniCase::ascii("stradegy"), &["strategy"]), - (UniCase::ascii("variing"), &["varying"]), - (UniCase::ascii("sucsede"), &["succeed"]), - (UniCase::ascii("pleasent"), &["pleasant"]), - (UniCase::ascii("enounter"), &["encounter"]), - (UniCase::ascii("booltloaders"), &["bootloaders"]), - (UniCase::ascii("copys"), &["copies"]), - (UniCase::ascii("decutable"), &["deductible"]), - (UniCase::ascii("experementally"), &["experimentally"]), - ( - UniCase::ascii("responde"), - &["respond", "response", "responds", "responded", "responder"], - ), - (UniCase::ascii("expoits"), &["exploits"]), - (UniCase::ascii("probablly"), &["probably"]), - (UniCase::ascii("sepererates"), &["separates"]), - (UniCase::ascii("acknowlege"), &["acknowledge"]), - (UniCase::ascii("inpending"), &["impending"]), - (UniCase::ascii("enconde"), &["encode"]), - (UniCase::ascii("verifty"), &["verify"]), - (UniCase::ascii("combained"), &["combined"]), - (UniCase::ascii("mimicing"), &["mimicking"]), - (UniCase::ascii("suceed"), &["succeed"]), - (UniCase::ascii("dereferncing"), &["dereferencing"]), - (UniCase::ascii("detailled"), &["detailed"]), - (UniCase::ascii("correspondend"), &["correspondent"]), - (UniCase::ascii("sylinders"), &["cylinders"]), - (UniCase::ascii("parametised"), &["parametrised"]), - (UniCase::ascii("contibutor"), &["contributor"]), - (UniCase::ascii("bloted"), &["bloated"]), - (UniCase::ascii("allos"), &["allows"]), - (UniCase::ascii("encouter"), &["encounter"]), - (UniCase::ascii("sepperate"), &["separate"]), - (UniCase::ascii("sparately"), &["separately"]), - (UniCase::ascii("dimenison"), &["dimension"]), - (UniCase::ascii("assosiate"), &["associate"]), - (UniCase::ascii("versioing"), &["versioning"]), - (UniCase::ascii("dissmantled"), &["dismantled"]), - (UniCase::ascii("adminssion"), &["admission"]), - (UniCase::ascii("dicovering"), &["discovering"]), - (UniCase::ascii("prcoess"), &["process"]), - (UniCase::ascii("dynmaically"), &["dynamically"]), - (UniCase::ascii("samwiches"), &["sandwiches"]), - (UniCase::ascii("componet"), &["component"]), - (UniCase::ascii("autonegatiotiations"), &["autonegotiations"]), - (UniCase::ascii("acoordingly"), &["accordingly"]), - (UniCase::ascii("constrans"), &["constrains"]), - (UniCase::ascii("initailsed"), &["initialised"]), - (UniCase::ascii("apolegetics"), &["apologetics"]), - (UniCase::ascii("geraphics"), &["graphics"]), - (UniCase::ascii("addoptive"), &["adoptive", "adaptive"]), - (UniCase::ascii("sorce"), &["source", "force"]), - (UniCase::ascii("prescrition"), &["prescription"]), - (UniCase::ascii("suuported"), &["supported"]), - (UniCase::ascii("hazzle"), &["hassle"]), - (UniCase::ascii("otho"), &["otoh"]), - (UniCase::ascii("isssues"), &["issues"]), - (UniCase::ascii("moteur"), &["motor"]), - (UniCase::ascii("wirtual"), &["virtual"]), - (UniCase::ascii("curently"), &["currently"]), - (UniCase::ascii("somthign"), &["something"]), - (UniCase::ascii("indentity"), &["identity"]), - (UniCase::ascii("absoltue"), &["absolute"]), - (UniCase::ascii("villification"), &["vilification"]), - (UniCase::ascii("inclused"), &["included"]), - (UniCase::ascii("recourcing"), &["resourcing"]), - (UniCase::ascii("paoition"), &["position"]), - (UniCase::ascii("spefifation"), &["specification"]), - (UniCase::ascii("doube-clicks"), &["double-clicks"]), - (UniCase::ascii("coinsided"), &["coincided"]), - (UniCase::ascii("furuther"), &["further"]), - (UniCase::ascii("prevelant"), &["prevalent"]), - (UniCase::ascii("propertise"), &["properties"]), - (UniCase::ascii("visinble"), &["visible"]), - (UniCase::ascii("initalialization"), &["initialization"]), - (UniCase::ascii("teamplate"), &["template"]), - (UniCase::ascii("aproval"), &["approval"]), - (UniCase::ascii("restroing"), &["restoring"]), - (UniCase::ascii("monickers"), &["monikers"]), - (UniCase::ascii("visuably"), &["visually"]), - (UniCase::ascii("proctecting"), &["protecting"]), - (UniCase::ascii("doubeleclicks"), &["double-clicks"]), - (UniCase::ascii("barncher"), &["brancher"]), - (UniCase::ascii("streched"), &["stretched"]), - (UniCase::ascii("rapresenting"), &["representing"]), - (UniCase::ascii("benechmarks"), &["benchmarks"]), - (UniCase::ascii("deteted"), &["detected", "deleted"]), - (UniCase::ascii("speicify"), &["specify"]), - (UniCase::ascii("argemnt"), &["argument"]), - (UniCase::ascii("undetware"), &["underwear"]), - (UniCase::ascii("inprisonment"), &["imprisonment"]), - (UniCase::ascii("accient"), &["accident"]), - (UniCase::ascii("decalares"), &["declares"]), - (UniCase::ascii("doese"), &["does"]), - (UniCase::ascii("jeapardy"), &["jeopardy"]), - (UniCase::ascii("administor"), &["administrator"]), - (UniCase::ascii("mediciney"), &["medicine", "medicinal"]), - (UniCase::ascii("inmigrant"), &["immigrant"]), - (UniCase::ascii("szenarios"), &["scenarios"]), - (UniCase::ascii("curent"), &["current"]), - (UniCase::ascii("freeed"), &["freed"]), - (UniCase::ascii("traverls"), &["travels", "traversals"]), - (UniCase::ascii("suround"), &["surround"]), - (UniCase::ascii("inetrrupts"), &["interrupts"]), - (UniCase::ascii("negosiator"), &["negotiator"]), - (UniCase::ascii("orthagonal"), &["orthogonal"]), - (UniCase::ascii("algorritmically"), &["algorithmically"]), - (UniCase::ascii("unintialized"), &["uninitialized"]), - (UniCase::ascii("coalscence"), &["coalescence"]), - (UniCase::ascii("bounus"), &["bonus"]), - (UniCase::ascii("algorithemically"), &["algorithmically"]), - (UniCase::ascii("negaive"), &["negative"]), - (UniCase::ascii("Palistinian"), &["Palestinian"]), - (UniCase::ascii("vulnerabuilty"), &["vulnerability"]), - (UniCase::ascii("sercive"), &["service"]), - (UniCase::ascii("amonst"), &["amongst"]), - (UniCase::ascii("comnpletion"), &["completion"]), - (UniCase::ascii("progarmer"), &["programmer"]), - (UniCase::ascii("paragpraph"), &["paragraph"]), - (UniCase::ascii("temorary"), &["temporary"]), - (UniCase::ascii("interrface"), &["interface"]), - (UniCase::ascii("extracing"), &["extracting"]), - (UniCase::ascii("mamal"), &["mammal"]), - (UniCase::ascii("tehy"), &["they"]), - (UniCase::ascii("geographicial"), &["geographical"]), - (UniCase::ascii("dissapperd"), &["disappeared"]), - (UniCase::ascii("asynchnous"), &["asynchronous"]), - (UniCase::ascii("coeffient"), &["coefficient"]), - (UniCase::ascii("ccertificates"), &["certificates"]), - (UniCase::ascii("assumming"), &["assuming"]), - (UniCase::ascii("verfy"), &["verify"]), - (UniCase::ascii("submisson"), &["submission"]), - (UniCase::ascii("negogtiate"), &["negotiate"]), - (UniCase::ascii("funchtioned"), &["functioned"]), - (UniCase::ascii("expermimentation"), &["experimentation"]), - (UniCase::ascii("independt"), &["independent"]), - (UniCase::ascii("semaphones"), &["semaphores"]), - (UniCase::ascii("arlready"), &["already"]), - (UniCase::ascii("completelty"), &["completely"]), - (UniCase::ascii("perfomeamces"), &["performances"]), - (UniCase::ascii("scrollin"), &["scrolling"]), - (UniCase::ascii("mutilcast"), &["multicast"]), - (UniCase::ascii("neighbar"), &["neighbor"]), - (UniCase::ascii("de-duplated"), &["de-duplicated"]), - (UniCase::ascii("expirimental"), &["experimental"]), - (UniCase::ascii("subnegoitations"), &["subnegotiations"]), - (UniCase::ascii("featch"), &["fetch", "each"]), - (UniCase::ascii("moderninations"), &["modernizations"]), - (UniCase::ascii("progagates"), &["propagates"]), - (UniCase::ascii("capitolize"), &["capitalize"]), - (UniCase::ascii("guarnateees"), &["guarantees"]), - (UniCase::ascii("arbtrarily"), &["arbitrarily"]), - (UniCase::ascii("hightlighting"), &["highlighting"]), - (UniCase::ascii("brosing"), &["browsing"]), - (UniCase::ascii("unselecgt"), &["unselect"]), - (UniCase::ascii("unintialsied"), &["uninitialised"]), - (UniCase::ascii("architechturally"), &["architecturally"]), - (UniCase::ascii("nubering"), &["numbering"]), - (UniCase::ascii("renegotator"), &["renegotiator"]), - (UniCase::ascii("cahcing"), &["caching"]), - (UniCase::ascii("commanted"), &["commanded", "commented"]), - (UniCase::ascii("derefenrence"), &["dereference"]), - (UniCase::ascii("disconenction"), &["disconnection"]), - (UniCase::ascii("sychronization"), &["synchronization"]), - (UniCase::ascii("intiallised"), &["initialised"]), - (UniCase::ascii("finaly"), &["finally", "finale"]), - ( - UniCase::ascii("roundtripp"), - &["roundtrip", "round-trip", "round trip"], - ), - (UniCase::ascii("necessery"), &["necessary"]), - (UniCase::ascii("rearrangmeents"), &["rearrangements"]), - (UniCase::ascii("belived"), &["believed", "beloved"]), - (UniCase::ascii("frequenct"), &["frequency", "frequent"]), - (UniCase::ascii("surpress"), &["suppress"]), - (UniCase::ascii("textfrme"), &["textframe"]), - (UniCase::ascii("indicaite"), &["indicate"]), - (UniCase::ascii("relocaitions"), &["relocations"]), - (UniCase::ascii("thn"), &["then"]), - (UniCase::ascii("explaination"), &["explanation"]), - (UniCase::ascii("relase"), &["release"]), - (UniCase::ascii("obsure"), &["obscure"]), - (UniCase::ascii("authetnticates"), &["authenticates"]), - (UniCase::ascii("dissagregation"), &["dissaggregation"]), - (UniCase::ascii("authenenticates"), &["authenticates"]), - (UniCase::ascii("ambiguos"), &["ambiguous"]), - (UniCase::ascii("candinate"), &["candidate"]), - (UniCase::ascii("availavble"), &["available"]), - (UniCase::ascii("focuse"), &["focus"]), - (UniCase::ascii("conosuer"), &["connoisseur"]), - (UniCase::ascii("exapnsion"), &["expansion"]), - (UniCase::ascii("faireness"), &["fairness"]), - (UniCase::ascii("eleminate"), &["eliminate"]), - (UniCase::ascii("idelogy"), &["ideology"]), - (UniCase::ascii("substiution"), &["substitution"]), - (UniCase::ascii("thererin"), &["therein"]), - (UniCase::ascii("orignal"), &["original"]), - (UniCase::ascii("compansations"), &["compensations"]), - (UniCase::ascii("peaples"), &["peoples"]), - (UniCase::ascii("multipled"), &["multiplied"]), - (UniCase::ascii("prozess"), &["process"]), - (UniCase::ascii("intressted"), &["interested"]), - (UniCase::ascii("reimplments"), &["reimplements"]), - (UniCase::ascii("decocdings"), &["decodings"]), - (UniCase::ascii("instnatiation"), &["instantiation"]), - (UniCase::ascii("claime"), &["claim"]), - (UniCase::ascii("constrct"), &["construct", "constrict"]), - (UniCase::ascii("vresion"), &["version"]), - (UniCase::ascii("inlin"), &["inline"]), - (UniCase::ascii("orginally"), &["originally"]), - (UniCase::ascii("accrediation"), &["accreditation"]), - (UniCase::ascii("impplementating"), &["implementing"]), - (UniCase::ascii("registery"), &["registry"]), - (UniCase::ascii("anononymous"), &["anonymous"]), - (UniCase::ascii("downsteramed"), &["downstreamed"]), - (UniCase::ascii("disposel"), &["disposal"]), - (UniCase::ascii("dispite"), &["despite"]), - (UniCase::ascii("appeneded"), &["appended"]), - (UniCase::ascii("discusson"), &["discussion"]), - (UniCase::ascii("currnet"), &["current"]), - (UniCase::ascii("complession"), &["compression"]), - (UniCase::ascii("spefcifiying"), &["specifying"]), - (UniCase::ascii("excpetion"), &["exception"]), - (UniCase::ascii("plalforms"), &["platforms"]), - (UniCase::ascii("clearling"), &["clearing"]), - (UniCase::ascii("subnegotitions"), &["subnegotiations"]), - (UniCase::ascii("subsysthems"), &["subsystems"]), - (UniCase::ascii("abreviation"), &["abbreviation"]), - (UniCase::ascii("casued"), &["caused"]), - (UniCase::ascii("similarily"), &["similarly"]), - (UniCase::ascii("gitar"), &["guitar"]), - (UniCase::ascii("speficitics"), &["specifics"]), - (UniCase::ascii("suppied"), &["supplied"]), - (UniCase::ascii("canonalized"), &["canonicalized"]), - (UniCase::ascii("simlarlity"), &["similarity"]), - (UniCase::ascii("algorthm"), &["algorithm"]), - (UniCase::ascii("fuction"), &["function"]), - (UniCase::ascii("delcared"), &["declared"]), - (UniCase::ascii("bload"), &["bloat"]), - (UniCase::ascii("queriable"), &["queryable"]), - (UniCase::ascii("enehanced"), &["enhanced"]), - (UniCase::ascii("domonstrating"), &["demonstrating"]), - (UniCase::ascii("usibility"), &["usability"]), - (UniCase::ascii("artillary"), &["artillery"]), - (UniCase::ascii("rquiring"), &["requiring"]), - (UniCase::ascii("forver"), &["forever"]), - (UniCase::ascii("debugee"), &["debuggee"]), - (UniCase::ascii("osciallator"), &["oscillator"]), - (UniCase::ascii("elementry"), &["elementary"]), - (UniCase::ascii("ressurected"), &["resurrected"]), - (UniCase::ascii("cahing"), &["caching"]), - (UniCase::ascii("atack"), &["attack"]), - (UniCase::ascii("comammand"), &["command"]), - (UniCase::ascii("reverse-engieer"), &["reverse-engineer"]), - (UniCase::ascii("genralized"), &["generalized"]), - (UniCase::ascii("acturally"), &["actually"]), - (UniCase::ascii("coalase"), &["coalesce"]), - (UniCase::ascii("authendicating"), &["authenticating"]), - (UniCase::ascii("nadly"), &["badly"]), - (UniCase::ascii("reamde"), &["README"]), - (UniCase::ascii("relly"), &["really"]), - (UniCase::ascii("subsedent"), &["subsequent"]), - (UniCase::ascii("opactity"), &["opacity"]), - (UniCase::ascii("allk"), &["all"]), - (UniCase::ascii("tabluated"), &["tabulated"]), - (UniCase::ascii("returing"), &["returning"]), - (UniCase::ascii("follwoe"), &["follow"]), - (UniCase::ascii("varaiable"), &["variable"]), - (UniCase::ascii("arbitraryly"), &["arbitrary"]), - (UniCase::ascii("sliseshow"), &["slideshow"]), - (UniCase::ascii("sybsystems"), &["subsystems"]), - (UniCase::ascii("beautyfied"), &["beautified"]), - (UniCase::ascii("permenantly"), &["permanently"]), - (UniCase::ascii("timestans"), &["timespans"]), - (UniCase::ascii("climers"), &["climbers"]), - (UniCase::ascii("uptreams"), &["upstreams"]), - (UniCase::ascii("plaform"), &["platform"]), - (UniCase::ascii("precedessor"), &["predecessor"]), - (UniCase::ascii("uniniteresting"), &["uninteresting"]), - (UniCase::ascii("arbibtrary"), &["arbitrary"]), - (UniCase::ascii("wraping"), &["wrapping", "warping"]), - (UniCase::ascii("replacemenet"), &["replacement"]), - (UniCase::ascii("excecption"), &["exception"]), - (UniCase::ascii("kewords"), &["keywords"]), - (UniCase::ascii("metacharater"), &["metacharacter"]), - (UniCase::ascii("diffrerences"), &["differences"]), - (UniCase::ascii("abstrct"), &["abstract"]), - (UniCase::ascii("flud"), &["flood"]), - (UniCase::ascii("tangeants"), &["tangents"]), - (UniCase::ascii("understadn"), &["understand"]), - (UniCase::ascii("mysekf"), &["myself"]), - (UniCase::ascii("acquaintences"), &["acquaintances"]), - (UniCase::ascii("comobobox"), &["combo-box"]), - (UniCase::ascii("spefixying"), &["specifying"]), - (UniCase::ascii("singltons"), &["singletons"]), - (UniCase::ascii("distniguish"), &["distinguish"]), - (UniCase::ascii("veiwer"), &["viewer"]), - (UniCase::ascii("userapace"), &["userspace"]), - (UniCase::ascii("addtion"), &["addition"]), - (UniCase::ascii("negotitated"), &["negotiated"]), - (UniCase::ascii("existense"), &["existence"]), - (UniCase::ascii("calalog"), &["catalog"]), - (UniCase::ascii("auospacing"), &["autospacing"]), - (UniCase::ascii("transperencies"), &["transparencies"]), - (UniCase::ascii("tongiht"), &["tonight"]), - (UniCase::ascii("hyjacking"), &["hijacking"]), - (UniCase::ascii("resul"), &["result"]), - (UniCase::ascii("accelarate"), &["accelerate"]), - (UniCase::ascii("librabry"), &["library"]), - (UniCase::ascii("applay"), &["apply"]), - (UniCase::ascii("containn"), &["contain"]), - (UniCase::ascii("sycronise"), &["synchronise"]), - (UniCase::ascii("missmatchd"), &["mismatched"]), - (UniCase::ascii("addresssing"), &["addressing"]), - (UniCase::ascii("mabye"), &["maybe"]), - (UniCase::ascii("speficifed"), &["specified"]), - (UniCase::ascii("recomput"), &["recompute"]), - ( - UniCase::ascii("depreceation"), - &["depreciation", "deprecation"], - ), - (UniCase::ascii("horinzontal"), &["horizontal"]), - (UniCase::ascii("unessecary"), &["unnecessary"]), - (UniCase::ascii("vertifications"), &["verifications"]), - (UniCase::ascii("indepdendency"), &["independency"]), - (UniCase::ascii("lieuenant"), &["lieutenant"]), - (UniCase::ascii("recommdended"), &["recommended"]), - (UniCase::ascii("restarant"), &["restaurant"]), - (UniCase::ascii("fomrater"), &["formatter"]), - (UniCase::ascii("tepmorarily"), &["temporarily"]), - (UniCase::ascii("applicaton"), &["application"]), - (UniCase::ascii("qualitification"), &["qualification"]), - (UniCase::ascii("poinyent"), &["poignant"]), - (UniCase::ascii("dependencys"), &["dependencies"]), - (UniCase::ascii("extraverts"), &["extroverts"]), - (UniCase::ascii("seperared"), &["separated"]), - (UniCase::ascii("acessors"), &["accessors", "accessor"]), - (UniCase::ascii("invlisible"), &["invisible"]), - (UniCase::ascii("individuelly"), &["individually"]), - (UniCase::ascii("inefficency"), &["inefficiency"]), - (UniCase::ascii("invald"), &["invalid"]), - (UniCase::ascii("vulnerbilities"), &["vulnerabilities"]), - (UniCase::ascii("dependices"), &["dependencies"]), - (UniCase::ascii("reqeust"), &["request"]), - (UniCase::ascii("interesst"), &["interest"]), - (UniCase::ascii("faild"), &["failed"]), - (UniCase::ascii("sunglases"), &["sunglasses"]), - (UniCase::ascii("consitute"), &["constitute"]), - (UniCase::ascii("follewing"), &["following"]), - (UniCase::ascii("progamatic"), &["programmatic"]), - (UniCase::ascii("progaming"), &["programming"]), - (UniCase::ascii("authencicates"), &["authenticates"]), - (UniCase::ascii("fontier"), &["frontier"]), - (UniCase::ascii("peridic"), &["periodic"]), - (UniCase::ascii("sistemizing"), &["systemizing"]), - (UniCase::ascii("regist"), &["register"]), - (UniCase::ascii("destanation"), &["destination"]), - (UniCase::ascii("user-defiend"), &["user-defined"]), - (UniCase::ascii("tieth"), &["tithe"]), - (UniCase::ascii("imigration"), &["immigration", "emigration"]), - (UniCase::ascii("tecnician"), &["technician"]), - (UniCase::ascii("imporoving"), &["improving"]), - (UniCase::ascii("doubel"), &["double"]), - ( - UniCase::ascii("simily"), - &["simile", "smiley", "simply", "similarly"], - ), - (UniCase::ascii("sequcne"), &["sequence"]), - (UniCase::ascii("subnegoziation"), &["subnegotiation"]), - (UniCase::ascii("notifes"), &["notifies"]), - (UniCase::ascii("thats"), &["that\'s"]), - (UniCase::ascii("sepcifications"), &["specifications"]), - (UniCase::ascii("spectum"), &["spectrum"]), - (UniCase::ascii("brwose"), &["browse"]), - (UniCase::ascii("amiguous"), &["ambiguous"]), - (UniCase::ascii("stainlees"), &["stainless"]), - (UniCase::ascii("comverted"), &["converted"]), - (UniCase::ascii("tabualte"), &["tabulate"]), - (UniCase::ascii("arhives"), &["archives"]), - (UniCase::ascii("reudced"), &["reduced"]), - (UniCase::ascii("insturment"), &["instrument"]), - (UniCase::ascii("descriotor"), &["descriptor"]), - (UniCase::ascii("opearate"), &["operate"]), - (UniCase::ascii("inteval"), &["interval"]), - (UniCase::ascii("approxamately"), &["approximately"]), - (UniCase::ascii("coalscing"), &["coalescing"]), - (UniCase::ascii("coalaescing"), &["coalescing"]), - (UniCase::ascii("assocaited"), &["associated"]), - (UniCase::ascii("indiviuals"), &["individuals"]), - (UniCase::ascii("unsucccessully"), &["unsuccessfully"]), - (UniCase::ascii("arranes"), &["arranges"]), - (UniCase::ascii("initalises"), &["initialises"]), - (UniCase::ascii("re-negoitators"), &["re-negotiators"]), - (UniCase::ascii("correnspondents"), &["correspondents"]), - (UniCase::ascii("embedd"), &["embed"]), - (UniCase::ascii("alighed"), &["aligned", "alighted"]), - (UniCase::ascii("beeing"), &["being", "been"]), - (UniCase::ascii("receieve"), &["receive"]), - (UniCase::ascii("unilatreally"), &["unilaterally"]), - (UniCase::ascii("arbitors"), &["arbiters", "arbitrators"]), - (UniCase::ascii("origianls"), &["originals"]), - (UniCase::ascii("identifeirs"), &["identifiers"]), - (UniCase::ascii("wraped"), &["wrapped", "warped"]), - (UniCase::ascii("accsess"), &["access"]), - (UniCase::ascii("orginization"), &["organization"]), - (UniCase::ascii("schedulier"), &["scheduler"]), - (UniCase::ascii("confuzing"), &["confusing"]), - (UniCase::ascii("instace"), &["instance"]), - (UniCase::ascii("supposedely"), &["supposedly"]), - (UniCase::ascii("deatch"), &["detach"]), - (UniCase::ascii("aplitude"), &["amplitude", "aptitude"]), - (UniCase::ascii("vakued"), &["valued"]), - (UniCase::ascii("accompagnies"), &["accompanies"]), - (UniCase::ascii("witout"), &["without"]), - (UniCase::ascii("corruptable"), &["corruptible"]), - (UniCase::ascii("deductables"), &["deductibles"]), - (UniCase::ascii("exceutes"), &["executes"]), - (UniCase::ascii("modifation"), &["modification"]), - (UniCase::ascii("morrocco"), &["morocco"]), - (UniCase::ascii("exsists"), &["exists"]), - (UniCase::ascii("rudimentry"), &["rudimentary"]), - (UniCase::ascii("sluggify"), &["slugify"]), - (UniCase::ascii("enconders"), &["encoders"]), - (UniCase::ascii("srikeout"), &["strikeout"]), - (UniCase::ascii("sitations"), &["situations"]), - (UniCase::ascii("ploting"), &["plotting"]), - (UniCase::ascii("administraively"), &["administratively"]), - (UniCase::ascii("psycology"), &["psychology"]), - (UniCase::ascii("dispath"), &["dispatch"]), - (UniCase::ascii("interchangable"), &["interchangeable"]), - (UniCase::ascii("parametic"), &["parametric", "paramedic"]), - (UniCase::ascii("usng"), &["using"]), - (UniCase::ascii("coprights"), &["copyrights"]), - (UniCase::ascii("trigerring"), &["triggering"]), - (UniCase::ascii("legth"), &["length"]), - (UniCase::ascii("geomoetric"), &["geometric"]), - (UniCase::ascii("negotioate"), &["negotiate"]), - (UniCase::ascii("essentiall"), &["essential", "essentially"]), - (UniCase::ascii("neighbeurhooding"), &["neighbouring"]), - (UniCase::ascii("experemented"), &["experimented"]), - (UniCase::ascii("bulids"), &["builds"]), - (UniCase::ascii("cloacks"), &["cloaks"]), - (UniCase::ascii("scrutinity"), &["scrutiny"]), - (UniCase::ascii("impelements"), &["implements"]), - (UniCase::ascii("experimelly"), &["experimentally"]), - (UniCase::ascii("altitide"), &["altitude"]), - (UniCase::ascii("datatstructures"), &["datastructures"]), - (UniCase::ascii("verticle"), &["vertical"]), - (UniCase::ascii("thoughout"), &["throughout"]), - (UniCase::ascii("acctual"), &["actual"]), - (UniCase::ascii("unambigous"), &["unambiguous"]), - (UniCase::ascii("copurighted"), &["copyrighted"]), - (UniCase::ascii("spefifics"), &["specifics"]), - (UniCase::ascii("corsses"), &["crosses", "courses"]), - (UniCase::ascii("Foundland"), &["Newfoundland"]), - (UniCase::ascii("slient"), &["silent"]), - (UniCase::ascii("expanions"), &["expansions"]), - (UniCase::ascii("wavelenghts"), &["wavelengths"]), - (UniCase::ascii("subexperssion"), &["subexpression"]), - (UniCase::ascii("cellst"), &["cells"]), - (UniCase::ascii("ignorence"), &["ignorance"]), - (UniCase::ascii("anologon"), &["analogon"]), - (UniCase::ascii("alignmen"), &["alignment"]), - (UniCase::ascii("nkwo"), &["know"]), - (UniCase::ascii("enconder"), &["encoder"]), - (UniCase::ascii("cerifies"), &["certifies", "verifies"]), - (UniCase::ascii("opearnds"), &["operands"]), - (UniCase::ascii("catergorized"), &["categorized"]), - (UniCase::ascii("unpacket"), &["unpacked"]), - (UniCase::ascii("auto-negotications"), &["auto-negotiations"]), - ( - UniCase::ascii("content-negogtiation"), - &["content-negotiation"], - ), - (UniCase::ascii("approxiamtion"), &["approximation"]), - (UniCase::ascii("violoations"), &["violations"]), - (UniCase::ascii("precding"), &["preceding"]), - (UniCase::ascii("sourct"), &["source"]), - (UniCase::ascii("wendesday"), &["Wednesday"]), - (UniCase::ascii("direcories"), &["directories"]), - (UniCase::ascii("exhalted"), &["exalted"]), - (UniCase::ascii("desinations"), &["destinations"]), - (UniCase::ascii("useed"), &["used"]), - (UniCase::ascii("hyerlink"), &["hyperlink"]), - (UniCase::ascii("cleint"), &["client"]), - (UniCase::ascii("euivalent"), &["equivalent"]), - (UniCase::ascii("unexpectd"), &["unexpected"]), - (UniCase::ascii("assciated"), &["associated"]), - (UniCase::ascii("seaching"), &["searching"]), - (UniCase::ascii("ownes"), &["owns", "ones"]), - (UniCase::ascii("bettern"), &["better"]), - (UniCase::ascii("autheticators"), &["authenticators"]), - (UniCase::ascii("santizes"), &["sanitizes"]), - (UniCase::ascii("owerwrite"), &["overwrite"]), - (UniCase::ascii("enetity"), &["entity"]), - (UniCase::ascii("dissctor"), &["dissector"]), - (UniCase::ascii("cengter"), &["center"]), - (UniCase::ascii("publsih"), &["publish"]), - (UniCase::ascii("importnt"), &["important"]), - (UniCase::ascii("packaeg"), &["package"]), - (UniCase::ascii("experimanented"), &["experimented"]), - (UniCase::ascii("renegoticating"), &["renegotiating"]), - (UniCase::ascii("subdirecty"), &["subdirectory"]), - (UniCase::ascii("exsist"), &["exists", "exist"]), - (UniCase::ascii("anway"), &["anyway"]), - ( - UniCase::ascii("mutiindex"), - &["multi index", "multi-index", "multiindex"], - ), - (UniCase::ascii("namnespace"), &["namespace"]), - (UniCase::ascii("mashine"), &["machine"]), - (UniCase::ascii("acchievements"), &["achievements"]), - (UniCase::ascii("unaccesible"), &["unaccessible"]), - (UniCase::ascii("unregiter"), &["unregister"]), - (UniCase::ascii("iwithout"), &["without"]), - (UniCase::ascii("conditons"), &["conditions"]), - (UniCase::ascii("guarranted"), &["guaranteed"]), - (UniCase::ascii("passtrough"), &["passthrough"]), - (UniCase::ascii("rebuld"), &["rebuild"]), - (UniCase::ascii("blok"), &["block", "bloke"]), - (UniCase::ascii("previouly"), &["previously"]), - (UniCase::ascii("configureing"), &["configuring"]), - (UniCase::ascii("valif"), &["valid"]), - (UniCase::ascii("assime"), &["assume"]), - ( - UniCase::ascii("specialiced"), - &["specialised", "specialized"], - ), - (UniCase::ascii("homogeniusly"), &["homogeneously"]), - (UniCase::ascii("geocentic"), &["geocentric"]), - (UniCase::ascii("beleifed"), &["believed"]), - (UniCase::ascii("theres"), &["there\'s"]), - (UniCase::ascii("needeed"), &["needed"]), - (UniCase::ascii("taht"), &["that"]), - (UniCase::ascii("atribs"), &["attribs"]), - (UniCase::ascii("appered"), &["appeared"]), - (UniCase::ascii("tessleator"), &["tessellator"]), - (UniCase::ascii("frmo"), &["from"]), - (UniCase::ascii("mountpionts"), &["mountpoints"]), - (UniCase::ascii("segmendation"), &["segmentation"]), - (UniCase::ascii("lisence"), &["license", "licence"]), - (UniCase::ascii("appripriate"), &["appropriate"]), - (UniCase::ascii("shecker"), &["checker", "shucker"]), - (UniCase::ascii("comparision"), &["comparison"]), - (UniCase::ascii("pxoxy"), &["proxy"]), - (UniCase::ascii("conecction"), &["connection"]), - (UniCase::ascii("rearrangte"), &["rearrange"]), - (UniCase::ascii("coalsecense"), &["coalescence"]), - (UniCase::ascii("cylcic"), &["cyclic"]), - (UniCase::ascii("chaging"), &["changing", "charging"]), - (UniCase::ascii("spefcification"), &["specification"]), - (UniCase::ascii("ignoded"), &["ignored"]), - (UniCase::ascii("brnaches"), &["branches"]), - (UniCase::ascii("inpeach"), &["impeach"]), - (UniCase::ascii("databaase"), &["database"]), - (UniCase::ascii("spredsheet"), &["spreadsheet"]), - (UniCase::ascii("infinte"), &["infinite"]), - (UniCase::ascii("suficcient"), &["sufficient"]), - (UniCase::ascii("implemenationa"), &["implementation"]), - (UniCase::ascii("suggetsed"), &["suggested"]), - (UniCase::ascii("accummulating"), &["accumulating"]), - (UniCase::ascii("progamability"), &["programmability"]), - (UniCase::ascii("indictes"), &["indicates"]), - (UniCase::ascii("inaccuraccy"), &["inaccuracy"]), - (UniCase::ascii("experimenaters"), &["experimenters"]), - (UniCase::ascii("suggestted"), &["suggested"]), - (UniCase::ascii("experim"), &["experiment"]), - (UniCase::ascii("vehicule"), &["vehicle"]), - (UniCase::ascii("acknoledge"), &["acknowledge"]), - (UniCase::ascii("possibily"), &["possibly"]), - (UniCase::ascii("re-negotatiating"), &["re-negotiating"]), - (UniCase::ascii("specificly"), &["specifically"]), - (UniCase::ascii("spaw"), &["spawn"]), - (UniCase::ascii("whehter"), &["whether"]), - (UniCase::ascii("clearnances"), &["clearances"]), - (UniCase::ascii("evenhtually"), &["eventually"]), - (UniCase::ascii("grigorian"), &["Gregorian"]), - (UniCase::ascii("mofify"), &["modify"]), - (UniCase::ascii("interrest"), &["interest"]), - (UniCase::ascii("taxnomy"), &["taxonomy"]), - (UniCase::ascii("sepina"), &["subpoena"]), - (UniCase::ascii("bitap"), &["bitmap"]), - (UniCase::ascii("possiblec"), &["possible"]), - (UniCase::ascii("optizmied"), &["optimized"]), - (UniCase::ascii("transproted"), &["transported"]), - (UniCase::ascii("reasy"), &["ready", "easy"]), - (UniCase::ascii("neighberhoods"), &["neighborhoods"]), - (UniCase::ascii("aditional"), &["additional"]), - (UniCase::ascii("defice"), &["device"]), - (UniCase::ascii("fortelling"), &["foretelling"]), - (UniCase::ascii("reccommendations"), &["recommendations"]), - (UniCase::ascii("spefixied"), &["specified"]), - (UniCase::ascii("agant"), &["agent"]), - (UniCase::ascii("eletronic"), &["electronic"]), - (UniCase::ascii("releasse"), &["release"]), - (UniCase::ascii("convirted"), &["converted"]), - (UniCase::ascii("updatees"), &["updates"]), - (UniCase::ascii("serverities"), &["severities"]), - (UniCase::ascii("frametyp"), &["frametype"]), - (UniCase::ascii("convets"), &["converts"]), - (UniCase::ascii("unreigstered"), &["unregistered"]), - (UniCase::ascii("experimentater"), &["experimenter"]), - (UniCase::ascii("cyclinders"), &["cylinders"]), - (UniCase::ascii("quantaty"), &["quantity"]), - (UniCase::ascii("archvies"), &["archives"]), - (UniCase::ascii("discovring"), &["discovering"]), - (UniCase::ascii("sivible"), &["visible"]), - (UniCase::ascii("destinguish"), &["distinguish"]), - (UniCase::ascii("leagalise"), &["legalise"]), - (UniCase::ascii("farest"), &["fairest", "farthest"]), - (UniCase::ascii("custonization"), &["customization"]), - (UniCase::ascii("perfrom"), &["perform"]), - (UniCase::ascii("combinatins"), &["combinations"]), - (UniCase::ascii("committments"), &["commitments"]), - (UniCase::ascii("recivership"), &["receivership"]), - (UniCase::ascii("precurser"), &["precursor"]), - (UniCase::ascii("orginating"), &["originating"]), - (UniCase::ascii("speficified"), &["specified"]), - (UniCase::ascii("unnacquired"), &["unacquired"]), - (UniCase::ascii("presumaby"), &["presumably"]), - (UniCase::ascii("arraay"), &["array"]), - (UniCase::ascii("neighberhhood"), &["neighborhood"]), - (UniCase::ascii("exlicitely"), &["explicitly"]), - (UniCase::ascii("actualyl"), &["actually"]), - (UniCase::ascii("characture"), &["character"]), - (UniCase::ascii("minsitry"), &["ministry"]), - (UniCase::ascii("experimentatally"), &["experimentally"]), - (UniCase::ascii("fwirte"), &["fwrite"]), - (UniCase::ascii("vulerabilities"), &["vulnerabilities"]), - (UniCase::ascii("samller"), &["smaller"]), - (UniCase::ascii("costruct"), &["construct"]), - (UniCase::ascii("dessication"), &["desiccation"]), - (UniCase::ascii("relinguish"), &["relinquish"]), - (UniCase::ascii("autimatic"), &["automatic"]), - (UniCase::ascii("accumalte"), &["accumulate"]), - (UniCase::ascii("instnsiations"), &["instantiations"]), - (UniCase::ascii("bounnded"), &["bounded"]), - (UniCase::ascii("boundig"), &["bounding"]), - (UniCase::ascii("strng"), &["string"]), - (UniCase::ascii("swithch"), &["switch"]), - (UniCase::ascii("entirity"), &["entirety"]), - (UniCase::ascii("realiable"), &["reliable"]), - (UniCase::ascii("pojnt"), &["point"]), - (UniCase::ascii("diplomancy"), &["diplomacy"]), - (UniCase::ascii("thruoghout"), &["throughout"]), - (UniCase::ascii("intentended"), &["intended"]), - (UniCase::ascii("becase"), &["because"]), - (UniCase::ascii("certifificate"), &["certificate"]), - (UniCase::ascii("hypocracy"), &["hypocrisy"]), - (UniCase::ascii("intialsing"), &["initialising"]), - (UniCase::ascii("accomodations"), &["accommodations"]), - (UniCase::ascii("mocrochips"), &["microchips"]), - (UniCase::ascii("approxmations"), &["approximations"]), - (UniCase::ascii("rigurous"), &["rigorous"]), - (UniCase::ascii("comparitors"), &["comparators"]), - (UniCase::ascii("gauage"), &["gauge"]), - (UniCase::ascii("descritptions"), &["descriptions"]), - ( - UniCase::ascii("experimentatin"), - &["experimentation", "experimenting"], - ), - (UniCase::ascii("foontnotes"), &["footnotes"]), - (UniCase::ascii("brouter"), &["router"]), - (UniCase::ascii("impplement"), &["implement"]), - (UniCase::ascii("numberal"), &["numeral"]), - (UniCase::ascii("commma"), &["comma"]), - (UniCase::ascii("milliseonds"), &["milliseconds"]), - (UniCase::ascii("neigbour"), &["neighbour", "neighbor"]), - (UniCase::ascii("registring"), &["registering"]), - (UniCase::ascii("excentric"), &["eccentric"]), - (UniCase::ascii("elicided"), &["elicited"]), - (UniCase::ascii("vulnerabuility"), &["vulnerability"]), - (UniCase::ascii("pinoneered"), &["pioneered"]), - (UniCase::ascii("jelusey"), &["jealousy"]), - (UniCase::ascii("exhange"), &["exchange"]), - (UniCase::ascii("virtualizaion"), &["virtualization"]), - (UniCase::ascii("minstry"), &["ministry"]), - (UniCase::ascii("experiement"), &["experiment"]), - (UniCase::ascii("optmize"), &["optimize"]), - (UniCase::ascii("forbad"), &["forbade"]), - (UniCase::ascii("algorith"), &["algorithm"]), - (UniCase::ascii("dessicated"), &["desiccated"]), - ( - UniCase::ascii("content-negotitation"), - &["content-negotiation"], - ), - (UniCase::ascii("negotitations"), &["negotiations"]), - (UniCase::ascii("aviods"), &["avoids"]), - (UniCase::ascii("commplete"), &["complete"]), - (UniCase::ascii("experimenatations"), &["experimentations"]), - (UniCase::ascii("surpise"), &["surprise"]), - (UniCase::ascii("exhanged"), &["exchanged"]), - (UniCase::ascii("veritical"), &["vertical"]), - (UniCase::ascii("seperatedy"), &["separated"]), - (UniCase::ascii("subnegothiations"), &["subnegotiations"]), - (UniCase::ascii("frecuents"), &["frequents"]), - (UniCase::ascii("overwitten"), &["overwritten"]), - (UniCase::ascii("aircaft"), &["aircraft"]), - (UniCase::ascii("tyrany"), &["tyranny"]), - (UniCase::ascii("vaccuum"), &["vacuum"]), - (UniCase::ascii("geraff"), &["giraffe"]), - (UniCase::ascii("reanmes"), &["renames"]), - (UniCase::ascii("reqiest"), &["request"]), - (UniCase::ascii("finshes"), &["finishes", "finches"]), - (UniCase::ascii("unitilized"), &["uninitialized"]), - (UniCase::ascii("accoird"), &["accord"]), - (UniCase::ascii("Palistinians"), &["Palestinians"]), - (UniCase::ascii("hanled"), &["handled"]), - (UniCase::ascii("conserned"), &["concerned"]), - (UniCase::ascii("unrestrcited"), &["unrestricted"]), - (UniCase::ascii("residental"), &["residential"]), - (UniCase::ascii("syncronously"), &["synchronously"]), - (UniCase::ascii("soundard"), &["soundcard"]), - (UniCase::ascii("apropiately"), &["appropriately"]), - (UniCase::ascii("temproraily"), &["temporarily"]), - (UniCase::ascii("speficitication"), &["specification"]), - (UniCase::ascii("scoket"), &["socket"]), - (UniCase::ascii("speficiifers"), &["specifiers"]), - (UniCase::ascii("execurables"), &["executables"]), - (UniCase::ascii("intepretation"), &["interpretation"]), - (UniCase::ascii("difine"), &["define", "divine"]), - (UniCase::ascii("experimetnal"), &["experimental"]), - (UniCase::ascii("declartated"), &["declared"]), - (UniCase::ascii("warninds"), &["warnings"]), - (UniCase::ascii("expemt"), &["exempt"]), - (UniCase::ascii("confugured"), &["configured"]), - (UniCase::ascii("declartion"), &["declaration"]), - (UniCase::ascii("chacacters"), &["characters"]), - (UniCase::ascii("maintiain"), &["maintain"]), - (UniCase::ascii("vaccume"), &["vacuum"]), - (UniCase::ascii("compataility"), &["compatibility"]), - (UniCase::ascii("expetcts"), &["expects"]), - (UniCase::ascii("claculate"), &["calculate"]), - (UniCase::ascii("chanses"), &["chances"]), - (UniCase::ascii("unexpetct"), &["unexpected"]), - (UniCase::ascii("shurely"), &["surely"]), - (UniCase::ascii("represntative"), &["representative"]), - (UniCase::ascii("speficillations"), &["specifications"]), - (UniCase::ascii("transparnecies"), &["transparencies"]), - (UniCase::ascii("apostrophies"), &["apostrophes"]), - (UniCase::ascii("verticlealign"), &["verticalalign"]), - (UniCase::ascii("privilage"), &["privilege"]), - (UniCase::ascii("infinitly"), &["infinitely"]), - (UniCase::ascii("abreviate"), &["abbreviate"]), - (UniCase::ascii("declars"), &["declares", "declared"]), - (UniCase::ascii("fingeprint"), &["fingerprint"]), - (UniCase::ascii("bleading"), &["bleeding"]), - (UniCase::ascii("notifycation"), &["notification"]), - (UniCase::ascii("vulnerablility"), &["vulnerability"]), - (UniCase::ascii("dispathed"), &["dispatched"]), - (UniCase::ascii("damge"), &["damage"]), - (UniCase::ascii("reporitory"), &["repository"]), - (UniCase::ascii("proppely"), &["properly"]), - (UniCase::ascii("bakups"), &["backups"]), - (UniCase::ascii("restes"), &["reset"]), - (UniCase::ascii("depdenencies"), &["dependencies"]), - (UniCase::ascii("re-negotionate"), &["re-negotiate"]), - (UniCase::ascii("surveilence"), &["surveillance"]), - (UniCase::ascii("hapenned"), &["happened"]), - (UniCase::ascii("trasformers"), &["transformers"]), - (UniCase::ascii("initiliase"), &["initialise", "initialize"]), - (UniCase::ascii("neighburhood"), &["neighborhood"]), - (UniCase::ascii("enounters"), &["encounters"]), - (UniCase::ascii("wasn"), &["wasn\'t", "was"]), - (UniCase::ascii("satisfing"), &["satisfying"]), - (UniCase::ascii("clloudes"), &["clouds"]), - (UniCase::ascii("recided"), &["resided"]), - (UniCase::ascii("compenent"), &["component", "competent"]), - (UniCase::ascii("retreeval"), &["retrieval"]), - (UniCase::ascii("inconisistent"), &["inconsistent"]), - (UniCase::ascii("non-trasparent"), &["non-transparent"]), - (UniCase::ascii("contiguous-non"), &["non-contiguous"]), - (UniCase::ascii("construktor"), &["constructor"]), - (UniCase::ascii("longst"), &["longest"]), - (UniCase::ascii("phyiscally"), &["physically"]), - (UniCase::ascii("possiblities"), &["possibilities"]), - (UniCase::ascii("reguarliser"), &["regulariser"]), - (UniCase::ascii("modfification"), &["modification"]), - ( - UniCase::ascii("initialysing"), - &["initialising", "initializing"], - ), - (UniCase::ascii("intpreter"), &["interpreter"]), - (UniCase::ascii("concantenated"), &["concatenated"]), - (UniCase::ascii("unsignificant"), &["insignificant"]), - (UniCase::ascii("unchangable"), &["unchangeable"]), - (UniCase::ascii("processig"), &["processing"]), - (UniCase::ascii("unsolicted"), &["unsolicited"]), - (UniCase::ascii("transitons"), &["transitions"]), - (UniCase::ascii("dupicate"), &["duplicate"]), - (UniCase::ascii("retieve"), &["retrieve"]), - (UniCase::ascii("numberous"), &["numerous"]), - (UniCase::ascii("downlad"), &["download"]), - (UniCase::ascii("expeiment"), &["experiment"]), - (UniCase::ascii("diggital"), &["digital"]), - (UniCase::ascii("seperat"), &["separate"]), - (UniCase::ascii("scemes"), &["schemes", "scenes"]), - (UniCase::ascii("sergent"), &["sergeant"]), - (UniCase::ascii("operatons"), &["operations"]), - (UniCase::ascii("consummed"), &["consumed"]), - (UniCase::ascii("filal"), &["final"]), - (UniCase::ascii("custonising"), &["customising"]), - (UniCase::ascii("depenendecies"), &["dependencies"]), - (UniCase::ascii("Philipines"), &["Philippines"]), - (UniCase::ascii("memerships"), &["memberships"]), - (UniCase::ascii("ajustment"), &["adjustment"]), - (UniCase::ascii("casesensitve"), &["case-sensitive"]), - (UniCase::ascii("furhtermore"), &["furthermore"]), - (UniCase::ascii("subsitutuents"), &["substituents"]), - (UniCase::ascii("intergerated"), &["integrated"]), - (UniCase::ascii("algorhithmic"), &["algorithmic"]), - (UniCase::ascii("certfications"), &["certifications"]), - (UniCase::ascii("referers"), &["referrer", "referrers"]), - (UniCase::ascii("behavioutr"), &["behaviour"]), - (UniCase::ascii("clock_getttime"), &["clock_gettime"]), - (UniCase::ascii("neighberhoor"), &["neighbor"]), - (UniCase::ascii("excuting"), &["executing"]), - (UniCase::ascii("accointing"), &["accounting"]), - (UniCase::ascii("ypes"), &["types"]), - (UniCase::ascii("guarranteeing"), &["guaranteeing"]), - (UniCase::ascii("accordinly"), &["accordingly"]), - (UniCase::ascii("serverity"), &["severity"]), - (UniCase::ascii("neighbouthood"), &["neighbourhood"]), - (UniCase::ascii("commnication"), &["communication"]), - (UniCase::ascii("assymmetries"), &["asymmetries"]), - (UniCase::ascii("contaier"), &["container"]), - (UniCase::ascii("reloccated"), &["relocated"]), - (UniCase::ascii("descriminating"), &["discriminating"]), - (UniCase::ascii("inputed"), &["inputted"]), - (UniCase::ascii("coordiantion"), &["coordination"]), - (UniCase::ascii("expresion"), &["expression"]), - (UniCase::ascii("gingam"), &["gingham"]), - (UniCase::ascii("coexinst"), &["coexist", "co-existence"]), - (UniCase::ascii("hyptothetical"), &["hypothetical"]), - (UniCase::ascii("beleifable"), &["believable"]), - (UniCase::ascii("insigt"), &["insight"]), - (UniCase::ascii("certicated"), &["certificated"]), - (UniCase::ascii("spefial"), &["special"]), - (UniCase::ascii("unlimted"), &["unlimited"]), - (UniCase::ascii("persistented"), &["persisted"]), - (UniCase::ascii("firsr"), &["first"]), - (UniCase::ascii("crsytallographic"), &["crystallographic"]), - (UniCase::ascii("imorts"), &["imports"]), - (UniCase::ascii("fille"), &["file", "fill", "filled"]), - (UniCase::ascii("somehwere"), &["somewhere"]), - (UniCase::ascii("renegotaitors"), &["renegotiators"]), - (UniCase::ascii("direcctorys"), &["directories"]), - (UniCase::ascii("additiona"), &["additional"]), - (UniCase::ascii("quee"), &["queue"]), - (UniCase::ascii("recommpiled"), &["recompiled"]), - (UniCase::ascii("porotocols"), &["protocols"]), - (UniCase::ascii("prind"), &["print"]), - (UniCase::ascii("temporrary"), &["temporary"]), - (UniCase::ascii("concatonate"), &["concatenate"]), - (UniCase::ascii("depdendancy"), &["dependency"]), - (UniCase::ascii("millitant"), &["militant"]), - (UniCase::ascii("juxtifying"), &["justifying"]), - (UniCase::ascii("withount"), &["without"]), - (UniCase::ascii("workarould"), &["workaround"]), - (UniCase::ascii("authendicate"), &["authenticate"]), - (UniCase::ascii("poniter"), &["pointer"]), - (UniCase::ascii("unbounaded"), &["unbounded"]), - (UniCase::ascii("confue"), &["confuse"]), - (UniCase::ascii("exponantially"), &["exponentially"]), - (UniCase::ascii("langauge"), &["language"]), - (UniCase::ascii("itegrals"), &["integrals"]), - (UniCase::ascii("costums"), &["customs", "costumes"]), - (UniCase::ascii("tempararily"), &["temporarily"]), - (UniCase::ascii("banruptcy"), &["bankruptcy"]), - (UniCase::ascii("wirtes"), &["writes"]), - (UniCase::ascii("arbitrariy"), &["arbitrarily", "arbitrary"]), - (UniCase::ascii("repentent"), &["repentant"]), - (UniCase::ascii("jus"), &["just"]), - (UniCase::ascii("sensisble"), &["sensible"]), - (UniCase::ascii("otheriwse"), &["otherwise"]), - (UniCase::ascii("unsubscirbed"), &["unsubscribed"]), - (UniCase::ascii("mechamism"), &["mechanism"]), - (UniCase::ascii("eneumretaions"), &["enumerations"]), - (UniCase::ascii("guarrenteing"), &["guaranteeing"]), - (UniCase::ascii("warninsg"), &["warnings"]), - (UniCase::ascii("algorihmically"), &["algorithmically"]), - (UniCase::ascii("atttached"), &["attached"]), - (UniCase::ascii("repacements"), &["replacements"]), - (UniCase::ascii("expexctedly"), &["expectedly"]), - (UniCase::ascii("doubele-click"), &["double-click"]), - (UniCase::ascii("folwoer"), &["follower"]), - (UniCase::ascii("adapte"), &["adapter"]), - (UniCase::ascii("applyes"), &["applies"]), - (UniCase::ascii("accomodating"), &["accommodating"]), - (UniCase::ascii("difined"), &["defined", "divined"]), - (UniCase::ascii("re-negotatior"), &["re-negotiator"]), - (UniCase::ascii("fortunat"), &["fortunate"]), - (UniCase::ascii("attemppt"), &["attempt"]), - (UniCase::unicode("сontainors"), &["containers"]), - (UniCase::ascii("delapidated"), &["dilapidated"]), - (UniCase::ascii("dislpays"), &["displays"]), - (UniCase::ascii("deprectats"), &["deprecates"]), - (UniCase::ascii("syntetic"), &["synthetic"]), - (UniCase::ascii("descovering"), &["discovering"]), - (UniCase::ascii("behavious"), &["behaviour", "behaviours"]), - (UniCase::ascii("automaticly"), &["automatically"]), - (UniCase::ascii("prefecth"), &["prefetch"]), - (UniCase::ascii("proyecting"), &["projecting", "protecting"]), - (UniCase::ascii("corrrupted"), &["corrupted"]), - (UniCase::ascii("acontiguous"), &["a contiguous"]), - (UniCase::ascii("maintaner"), &["maintainer"]), - (UniCase::ascii("namepace"), &["namespace"]), - (UniCase::ascii("defendents"), &["defendants"]), - (UniCase::ascii("evalutates"), &["evaluates"]), - (UniCase::ascii("pyton"), &["python"]), - (UniCase::ascii("immedately"), &["immediately"]), - (UniCase::ascii("normailzation"), &["normalization"]), - (UniCase::ascii("re-negotites"), &["re-negotiates"]), - (UniCase::ascii("ssome"), &["some"]), - (UniCase::ascii("approproximation"), &["approximation"]), - (UniCase::ascii("siffixed"), &["suffixed"]), - (UniCase::ascii("apprently"), &["apparently"]), - (UniCase::ascii("superflouous"), &["superfluous"]), - (UniCase::ascii("chiper"), &["cipher", "chipper", "chimer"]), - (UniCase::ascii("procedres"), &["procedures"]), - (UniCase::ascii("selecton"), &["selection"]), - (UniCase::ascii("sircle"), &["circle"]), - (UniCase::ascii("defned"), &["defend", "defined"]), - (UniCase::ascii("verifi"), &["verify", "verified"]), - (UniCase::ascii("recommanding"), &["recommending"]), - (UniCase::ascii("difining"), &["defining", "divining"]), - (UniCase::ascii("upgrate"), &["upgrade"]), - (UniCase::ascii("arrangable"), &["arrangeable"]), - (UniCase::ascii("mirorrs"), &["mirrors"]), - (UniCase::ascii("copyritght"), &["copyright"]), - (UniCase::ascii("negoticating"), &["negotiating"]), - (UniCase::ascii("transfromer"), &["transformer"]), - (UniCase::ascii("enconded"), &["encoded"]), - (UniCase::ascii("algorightmically"), &["algorithmically"]), - (UniCase::ascii("withouyt"), &["without"]), - (UniCase::ascii("attachmants"), &["attachments"]), - (UniCase::ascii("spawining"), &["spawning"]), - (UniCase::ascii("achivement"), &["achievement"]), - (UniCase::ascii("successfule"), &["successful"]), - (UniCase::ascii("cryptograpic"), &["cryptographic"]), - (UniCase::ascii("exeed"), &["exceed"]), - (UniCase::ascii("sholuldn\'t"), &["shouldn\'t"]), - (UniCase::ascii("perfec"), &["perfect"]), - (UniCase::ascii("assocated"), &["associated"]), - (UniCase::ascii("represantative"), &["representative"]), - (UniCase::ascii("vaiant"), &["variant"]), - (UniCase::ascii("constantsm"), &["constants"]), - (UniCase::ascii("fysical"), &["physical"]), - (UniCase::ascii("allignemnt"), &["alignment"]), - (UniCase::ascii("experimentts"), &["experiments"]), - (UniCase::ascii("flahses"), &["flashes"]), - (UniCase::ascii("scroipted"), &["scripted"]), - (UniCase::ascii("decsiptors"), &["descriptors"]), - (UniCase::ascii("difussive"), &["diffusive"]), - (UniCase::ascii("auto-negotitations"), &["auto-negotiations"]), - (UniCase::ascii("rquests"), &["requests", "quests"]), - (UniCase::ascii("representd"), &["represented"]), - (UniCase::ascii("capabitilies"), &["capabilities"]), - (UniCase::ascii("pattened"), &["patterned", "patented"]), - (UniCase::ascii("foundary"), &["foundry"]), - (UniCase::ascii("beyound"), &["beyond"]), - (UniCase::ascii("deconstract"), &["deconstruct"]), - (UniCase::ascii("renegatiotiate"), &["renegotiate"]), - (UniCase::ascii("scavange"), &["scavenge"]), - (UniCase::ascii("dout"), &["doubt"]), - (UniCase::ascii("amgles"), &["angles"]), - (UniCase::ascii("atempts"), &["attempts"]), - (UniCase::ascii("cartilege"), &["cartilage"]), - (UniCase::ascii("docrines"), &["doctrines"]), - (UniCase::ascii("conecutive"), &["consecutive"]), - (UniCase::ascii("gerneration"), &["generation"]), - (UniCase::ascii("frameworkk"), &["framework"]), - (UniCase::ascii("elseof"), &["elseif"]), - (UniCase::ascii("cntains"), &["contains"]), - (UniCase::ascii("consitututes"), &["constitutes"]), - (UniCase::ascii("cheked"), &["checked"]), - (UniCase::ascii("maccro"), &["macro"]), - (UniCase::ascii("extradiction"), &["extradition"]), - (UniCase::ascii("scrren"), &["screen"]), - (UniCase::ascii("shpapes"), &["shapes"]), - (UniCase::ascii("creatre"), &["create"]), - (UniCase::ascii("suprizingly"), &["surprisingly"]), - (UniCase::ascii("anarchim"), &["anarchism"]), - (UniCase::ascii("lenghtening"), &["lengthening"]), - (UniCase::ascii("assumtions"), &["assumptions"]), - (UniCase::ascii("preveiws"), &["previews"]), - (UniCase::ascii("trasformable"), &["transformable"]), - (UniCase::ascii("cros-sute"), &["cross-site"]), - (UniCase::ascii("coputed"), &["computed"]), - (UniCase::ascii("unoperational"), &["nonoperational"]), - (UniCase::ascii("confuguring"), &["configuring"]), - (UniCase::ascii("longuer"), &["longer"]), - (UniCase::ascii("rememebers"), &["remembers"]), - (UniCase::ascii("confgiured"), &["configured"]), - (UniCase::ascii("inhertig"), &["inheriting", "inherited"]), - (UniCase::ascii("pltform"), &["platform"]), - (UniCase::ascii("sistems"), &["systems"]), - (UniCase::ascii("canvase"), &["canvas"]), - (UniCase::ascii("masterbation"), &["masturbation"]), - (UniCase::ascii("elimnated"), &["eliminated"]), - (UniCase::ascii("temmporary"), &["temporary", "temporarily"]), - (UniCase::ascii("diaresis"), &["diaeresis"]), - (UniCase::ascii("sectionis"), &["sections", "section is"]), - (UniCase::ascii("promissed"), &["promised"]), - (UniCase::ascii("indentification"), &["identification"]), - (UniCase::ascii("sterotypes"), &["stereotypes"]), - (UniCase::ascii("disolve"), &["dissolve"]), - (UniCase::ascii("prommpts"), &["prompts"]), - (UniCase::ascii("filiament"), &["filament"]), - (UniCase::ascii("destrying"), &["destroying"]), - (UniCase::ascii("demostrating"), &["demonstrating"]), - (UniCase::ascii("sacrin"), &["saccharin"]), - (UniCase::ascii("properry"), &["property", "properly"]), - (UniCase::ascii("persuing"), &["pursuing"]), - (UniCase::ascii("averageed"), &["averaged"]), - (UniCase::ascii("gargage"), &["garbage", "garage"]), - (UniCase::ascii("algorithsm"), &["algorithm", "algorithms"]), - (UniCase::ascii("symetri"), &["symmetry"]), - (UniCase::ascii("specificateion"), &["specification"]), - (UniCase::ascii("tommorow"), &["tomorrow"]), - (UniCase::ascii("illution"), &["illusion"]), - (UniCase::ascii("MSDOS"), &["MS-DOS"]), - (UniCase::ascii("chagned"), &["changed"]), - (UniCase::ascii("appropropiately"), &["appropriately"]), - (UniCase::ascii("mutlipler"), &["multiplier", "multiple"]), - (UniCase::ascii("re-negotaites"), &["re-negotiates"]), - (UniCase::ascii("deambiguages"), &["disambiguates"]), - (UniCase::ascii("verfification"), &["verification"]), - (UniCase::ascii("beautyfull"), &["beautiful"]), - (UniCase::ascii("notifiy"), &["notify"]), - (UniCase::ascii("vengance"), &["vengeance"]), - (UniCase::ascii("visiblity"), &["visibility"]), - (UniCase::ascii("re-negociates"), &["re-negotiates"]), - (UniCase::ascii("ingores"), &["ignores"]), - (UniCase::ascii("chracters"), &["characters"]), - (UniCase::ascii("stroring"), &["storing"]), - (UniCase::ascii("compatabillity"), &["compatibility"]), - (UniCase::ascii("addd"), &["add"]), - (UniCase::ascii("environmenets"), &["environments"]), - (UniCase::ascii("experimetenting"), &["experimenting"]), - (UniCase::ascii("everythings"), &["everything"]), - (UniCase::ascii("devicecoordiinates"), &["devicecoordinates"]), - (UniCase::ascii("standarad"), &["standard"]), - (UniCase::ascii("comlaint"), &["complaint"]), - (UniCase::ascii("implemtentation"), &["implementation"]), - (UniCase::ascii("assoicates"), &["associates"]), - (UniCase::ascii("experiensial"), &["experiential"]), - (UniCase::ascii("initailse"), &["initialise"]), - (UniCase::ascii("idiosyncracy"), &["idiosyncrasy"]), - (UniCase::ascii("appriximations"), &["approximations"]), - (UniCase::ascii("associdated"), &["associated"]), - (UniCase::ascii("detectected"), &["detected"]), - (UniCase::ascii("teplmates"), &["templates"]), - (UniCase::ascii("dynmic"), &["dynamic"]), - (UniCase::ascii("tablepsaces"), &["tablespaces"]), - (UniCase::ascii("arbiturarily"), &["arbitrarily"]), - (UniCase::ascii("duplciate"), &["duplicate"]), - (UniCase::ascii("delemeter"), &["delimiter"]), - (UniCase::ascii("usersapce"), &["userspace"]), - (UniCase::ascii("soudn"), &["sound"]), - (UniCase::ascii("dimmensioned"), &["dimensioned"]), - (UniCase::ascii("leanr"), &["lean", "learn", "leaner"]), - (UniCase::ascii("endoint"), &["endpoint"]), - (UniCase::ascii("commpleted"), &["completed"]), - (UniCase::ascii("insensitivy"), &["insensitivity"]), - (UniCase::ascii("fucntions"), &["functions"]), - ( - UniCase::ascii("auto-negoptionsotiations"), - &["auto-negotiations"], - ), - (UniCase::ascii("personaly"), &["personally"]), - (UniCase::ascii("benifitial"), &["beneficial"]), - (UniCase::ascii("degnerated"), &["degenerated"]), - (UniCase::ascii("instrumenetation"), &["instrumentation"]), - (UniCase::ascii("rememebred"), &["remembered"]), - (UniCase::ascii("restors"), &["restores"]), - (UniCase::ascii("probbed"), &["probed"]), - (UniCase::ascii("destrcutors"), &["destructors"]), - (UniCase::ascii("unsucccessfully"), &["unsuccessfully"]), - (UniCase::ascii("bouces"), &["bounces"]), - (UniCase::ascii("regiters"), &["registers"]), - (UniCase::ascii("subnegotations"), &["subnegotiations"]), - (UniCase::ascii("propogation"), &["propagation"]), - (UniCase::ascii("reccomending"), &["recommending"]), - (UniCase::ascii("expoert"), &["export", "expert"]), - (UniCase::ascii("deamonize"), &["daemonize"]), - (UniCase::ascii("unsupport"), &["unsupported"]), - (UniCase::ascii("reasearcher"), &["researcher"]), - (UniCase::ascii("colescing"), &["coalescing"]), - (UniCase::ascii("stardard"), &["standard"]), - (UniCase::ascii("propoagate"), &["propagate"]), - (UniCase::ascii("disapearing"), &["disappearing"]), - (UniCase::ascii("selfs"), &["self"]), - (UniCase::ascii("movemement"), &["movement"]), - (UniCase::ascii("refedendum"), &["referendum"]), - (UniCase::ascii("assoicate"), &["associate"]), - (UniCase::ascii("seprate"), &["separate"]), - (UniCase::ascii("defering"), &["deferring"]), - (UniCase::ascii("descision"), &["decision"]), - (UniCase::ascii("negoitations"), &["negotiations"]), - (UniCase::ascii("referenzes"), &["references"]), - (UniCase::ascii("direrctory"), &["directory"]), - (UniCase::ascii("folowwiong"), &["following"]), - (UniCase::ascii("delimma"), &["dilemma"]), - (UniCase::ascii("spefcifications"), &["specifications"]), - (UniCase::ascii("occuped"), &["occupied"]), - (UniCase::ascii("intrrupted"), &["interrupted"]), - (UniCase::ascii("deslected"), &["deselected"]), - (UniCase::ascii("semaphor"), &["semaphore"]), - (UniCase::ascii("buufers"), &["buffers"]), - (UniCase::ascii("cordinates"), &["coordinates"]), - (UniCase::ascii("comamnd-line"), &["command-line"]), - (UniCase::ascii("implmenetation"), &["implementation"]), - (UniCase::ascii("upsreamed"), &["upstreamed"]), - (UniCase::ascii("paraeters"), &["parameters"]), - (UniCase::ascii("triger"), &["trigger", "tiger"]), - (UniCase::ascii("preverse"), &["perverse"]), - (UniCase::ascii("parrallel"), &["parallel"]), - (UniCase::ascii("unreconized"), &["unrecognized"]), - (UniCase::ascii("non-instnat"), &["non-instant"]), - (UniCase::ascii("ocasioned"), &["occasioned"]), - (UniCase::ascii("mocroprocessor"), &["microprocessor"]), - (UniCase::ascii("rulle"), &["rule"]), - (UniCase::ascii("condtions"), &["conditions"]), - (UniCase::ascii("affinitied"), &["affinities"]), - (UniCase::ascii("disapprouving"), &["disapproving"]), - (UniCase::ascii("respons"), &["response", "respond"]), - (UniCase::ascii("authencate"), &["authenticate"]), - (UniCase::ascii("armonic"), &["harmonic"]), - (UniCase::ascii("follwoeer"), &["follower"]), - (UniCase::ascii("poportional"), &["proportional"]), - (UniCase::ascii("did\'nt"), &["didn\'t"]), - (UniCase::ascii("bounhdary"), &["boundary"]), - (UniCase::ascii("artical"), &["article"]), - (UniCase::ascii("radiobuttion"), &["radiobutton"]), - (UniCase::ascii("stiky"), &["sticky"]), - (UniCase::ascii("childres"), &["children"]), - (UniCase::ascii("locaised"), &["localised"]), - (UniCase::ascii("regultory"), &["regulatory"]), - (UniCase::ascii("guaruantee"), &["guarantee"]), - (UniCase::ascii("aadd"), &["add"]), - (UniCase::ascii("de-duplacated"), &["de-duplicated"]), - (UniCase::ascii("fragmantation"), &["fragmentation"]), - (UniCase::ascii("negociator"), &["negotiator"]), - (UniCase::ascii("fileter"), &["filter"]), - (UniCase::ascii("achiver"), &["achiever", "archiver"]), - (UniCase::ascii("polute"), &["pollute"]), - (UniCase::ascii("truncat"), &["truncate"]), - (UniCase::ascii("bastracting"), &["abstracting"]), - (UniCase::ascii("perfomeamce"), &["performance"]), - (UniCase::ascii("chould"), &["should", "could"]), - (UniCase::ascii("unsychronised"), &["unsynchronised"]), - (UniCase::ascii("trasnlated"), &["translated"]), - (UniCase::ascii("settng"), &["setting"]), - (UniCase::ascii("neighbets"), &["neighbors"]), - (UniCase::ascii("revsion"), &["revision"]), - (UniCase::ascii("executabable"), &["executable"]), - (UniCase::ascii("handshak"), &["handshake"]), - (UniCase::ascii("stuations"), &["situations", "stations"]), - (UniCase::ascii("fschk"), &["fsck"]), - (UniCase::ascii("spefeid"), &["specified"]), - (UniCase::ascii("miror"), &["mirror", "minor"]), - (UniCase::ascii("eception"), &["exception"]), - (UniCase::ascii("gauarantee"), &["guarantee"]), - (UniCase::ascii("paleolitic"), &["paleolithic"]), - (UniCase::ascii("whiltelisting"), &["whitelisting"]), - (UniCase::ascii("neighter"), &["neither"]), - (UniCase::ascii("appealling"), &["appealing", "appalling"]), - (UniCase::ascii("subnegotion"), &["subnegotiation"]), - (UniCase::ascii("enthousiasm"), &["enthusiasm"]), - (UniCase::ascii("ontop"), &["on top"]), - (UniCase::ascii("hospitible"), &["hospitable"]), - (UniCase::ascii("becames"), &["becomes", "became"]), - (UniCase::ascii("excist"), &["exist"]), - (UniCase::ascii("guarnaty"), &["guaranty"]), - (UniCase::ascii("moast"), &["most", "moat"]), - (UniCase::ascii("repesentational"), &["representational"]), - (UniCase::ascii("post-proces"), &["post-process"]), - (UniCase::ascii("almsot"), &["almost"]), - (UniCase::ascii("flexability"), &["flexibility"]), - (UniCase::ascii("derfien"), &["define"]), - (UniCase::ascii("neighberhods"), &["neighborhoods"]), - (UniCase::ascii("maybee"), &["maybe"]), - (UniCase::ascii("spefifer"), &["specifier"]), - (UniCase::ascii("contriubtion"), &["contribution"]), - (UniCase::ascii("sycronised"), &["synchronised"]), - (UniCase::ascii("viusally"), &["visually"]), - (UniCase::ascii("cometed"), &["commented", "competed"]), - (UniCase::ascii("pasitioning"), &["positioning"]), - (UniCase::ascii("transision"), &["transition"]), - (UniCase::ascii("substancial"), &["substantial"]), - (UniCase::ascii("unroated"), &["unrotated"]), - (UniCase::ascii("parargaphs"), &["paragraphs"]), - (UniCase::ascii("universiality"), &["universality"]), - (UniCase::ascii("preconditoner"), &["preconditioner"]), - (UniCase::ascii("witht"), &["with"]), - (UniCase::ascii("headquatered"), &["headquartered"]), - (UniCase::ascii("dsplays"), &["displays"]), - (UniCase::ascii("spefixifed"), &["specified"]), - (UniCase::ascii("phy_interace"), &["phy_interface"]), - (UniCase::ascii("elemetns"), &["elements"]), - (UniCase::ascii("intresting"), &["interesting"]), - (UniCase::ascii("unncessary"), &["unnecessary"]), - (UniCase::ascii("symbsols"), &["symbols"]), - (UniCase::ascii("negotioable"), &["negotiable"]), - (UniCase::ascii("flacoring"), &["flavoring"]), - (UniCase::ascii("cosnsrain"), &["constrain"]), - (UniCase::ascii("ecclectic"), &["eclectic"]), - (UniCase::ascii("iterm"), &["term", "item", "intern"]), - (UniCase::ascii("fragmnet"), &["fragment"]), - (UniCase::ascii("ojekts"), &["objects"]), - (UniCase::ascii("aganda"), &["agenda", "Uganda"]), - (UniCase::ascii("encoutners"), &["encounters"]), - (UniCase::ascii("configury"), &["configurable"]), - (UniCase::ascii("renegotite"), &["renegotiate"]), - (UniCase::ascii("asigned"), &["assigned"]), - (UniCase::ascii("breakthruoghs"), &["breakthroughs"]), - (UniCase::ascii("authenciate"), &["authenticate"]), - (UniCase::ascii("iritable"), &["irritable"]), - (UniCase::ascii("controversey"), &["controversy"]), - (UniCase::ascii("wass"), &["was"]), - (UniCase::ascii("requring"), &["requiring"]), - (UniCase::ascii("obhectifies"), &["objectifies"]), - (UniCase::ascii("monotired"), &["monitored"]), - (UniCase::ascii("ententries"), &["entries"]), - (UniCase::ascii("expecially"), &["especially"]), - (UniCase::ascii("referene"), &["reference"]), - (UniCase::ascii("orignially"), &["originally"]), - (UniCase::ascii("exisitng"), &["existing"]), - (UniCase::ascii("dissallow"), &["disallow"]), - (UniCase::ascii("opressive"), &["oppressive"]), - (UniCase::ascii("mischievious"), &["mischievous"]), - (UniCase::ascii("feild"), &["field"]), - (UniCase::ascii("unsinged"), &["unsigned"]), - (UniCase::ascii("concerened"), &["concerned"]), - (UniCase::ascii("histroian"), &["historian"]), - (UniCase::ascii("comparions"), &["comparisons"]), - (UniCase::ascii("initialiaze"), &["initialize"]), - (UniCase::ascii("encocdings"), &["encodings"]), - (UniCase::ascii("differect"), &["different"]), - (UniCase::ascii("genratet"), &["generated"]), - (UniCase::ascii("expepted"), &["expected"]), - (UniCase::ascii("bounraies"), &["boundaries"]), - (UniCase::ascii("follewin"), &["following"]), - (UniCase::ascii("desided"), &["decided"]), - (UniCase::ascii("negotitor"), &["negotiator"]), - (UniCase::ascii("condidtion"), &["condition"]), - (UniCase::ascii("partialy"), &["partially"]), - (UniCase::ascii("actualy"), &["actually"]), - (UniCase::ascii("asychronize"), &["asynchronize"]), - (UniCase::ascii("follwoin"), &["following"]), - (UniCase::ascii("manyals"), &["manuals"]), - (UniCase::ascii("assumbes"), &["assumes"]), - (UniCase::ascii("termined"), &["terminated"]), - (UniCase::ascii("intepolates"), &["interpolates"]), - (UniCase::ascii("reedeming"), &["redeeming"]), - (UniCase::ascii("bloked"), &["blocked"]), - (UniCase::ascii("intergrated"), &["integrated"]), - (UniCase::ascii("indepdented"), &["independent"]), - (UniCase::ascii("chambres"), &["chambers"]), - (UniCase::ascii("recommdation"), &["recommendation"]), - (UniCase::ascii("algoroithm"), &["algorithm"]), - (UniCase::ascii("re-negoziator"), &["re-negotiator"]), - (UniCase::ascii("backwardss"), &["backwards"]), - (UniCase::ascii("expepting"), &["expecting"]), - (UniCase::ascii("assumned"), &["assumed"]), - (UniCase::ascii("popullate"), &["populate"]), - (UniCase::ascii("developement"), &["development"]), - (UniCase::ascii("sypport"), &["support"]), - (UniCase::ascii("mileu"), &["milieu"]), - (UniCase::ascii("tarpolin"), &["tarpaulin"]), - (UniCase::ascii("anchord"), &["anchored"]), - (UniCase::ascii("sigles"), &["singles", "sigils"]), - (UniCase::ascii("absoulete"), &["absolute", "obsolete"]), - (UniCase::ascii("traverese"), &["traverse", "traverses"]), - (UniCase::ascii("argment"), &["argument"]), - (UniCase::ascii("re-negoatiated"), &["re-negotiated"]), - (UniCase::ascii("auther"), &["author"]), - (UniCase::ascii("excetutor"), &["executor"]), - (UniCase::ascii("implementaitons"), &["implementations"]), - (UniCase::ascii("parmaters"), &["parameters"]), - (UniCase::ascii("deduplaicate"), &["deduplicate"]), - (UniCase::ascii("recompuuted"), &["recomputed"]), - (UniCase::ascii("wite"), &["write", "white"]), - (UniCase::ascii("survays"), &["surveys"]), - (UniCase::ascii("substitues"), &["substitutes"]), - (UniCase::ascii("regulr"), &["regular"]), - (UniCase::ascii("alloed"), &["allowed", "aloud"]), - (UniCase::ascii("dcoks"), &["docks"]), - (UniCase::ascii("santizing"), &["sanitizing"]), - (UniCase::ascii("couse"), &["course", "cause"]), - (UniCase::ascii("coversions"), &["conversions"]), - (UniCase::ascii("desination"), &["destination"]), - (UniCase::ascii("thinkabel"), &["thinkable"]), - (UniCase::ascii("manupulations"), &["manipulations"]), - (UniCase::ascii("wiyth"), &["with"]), - (UniCase::ascii("uncomented"), &["uncommented"]), - (UniCase::ascii("geeoteen"), &["guillotine"]), - (UniCase::ascii("mantains"), &["maintains"]), - (UniCase::ascii("icluding"), &["including"]), - (UniCase::ascii("re-negotaiate"), &["re-negotiate"]), - (UniCase::ascii("locaizes"), &["localizes"]), - (UniCase::ascii("ilustrated"), &["illustrated"]), - (UniCase::ascii("oppurtunity"), &["opportunity"]), - (UniCase::ascii("koordinates"), &["coordinates"]), - (UniCase::ascii("neighours"), &["neighbours"]), - (UniCase::ascii("memoery"), &["memory"]), - (UniCase::ascii("exspected"), &["expected"]), - (UniCase::ascii("vulnearabule"), &["vulnerable"]), - (UniCase::ascii("bisness"), &["business"]), - (UniCase::ascii("thre"), &["three", "there", "their", "the"]), - (UniCase::ascii("retangles"), &["rectangles"]), - (UniCase::ascii("upsteaming"), &["upstreaming"]), - (UniCase::ascii("dectecting"), &["detecting"]), - (UniCase::ascii("amonut"), &["amount"]), - (UniCase::ascii("libreries"), &["libraries"]), - (UniCase::ascii("oter"), &["other", "otter"]), - (UniCase::ascii("communicaion"), &["communication"]), - (UniCase::ascii("replicaites"), &["replicates"]), - (UniCase::ascii("mccarthyst"), &["mccarthyist"]), - (UniCase::ascii("samori"), &["samurai"]), - (UniCase::ascii("carbus"), &["cardbus"]), - (UniCase::ascii("cann"), &["can"]), - (UniCase::ascii("interakt"), &["interact"]), - (UniCase::ascii("instrucion"), &["instruction"]), - (UniCase::ascii("exchenged"), &["exchanged"]), - (UniCase::ascii("dessicate"), &["desiccate"]), - (UniCase::ascii("futhermore"), &["furthermore"]), - (UniCase::ascii("popuplar"), &["popular"]), - (UniCase::ascii("existsing"), &["existing"]), - (UniCase::ascii("disconeects"), &["disconnects"]), - (UniCase::ascii("compilability"), &["compatibility"]), - (UniCase::ascii("discconection"), &["disconnection"]), - (UniCase::ascii("primarely"), &["primarily"]), - (UniCase::ascii("simlified"), &["simplified"]), - (UniCase::ascii("mircophones"), &["microphones"]), - (UniCase::ascii("kuberenetes"), &["Kubernetes"]), - (UniCase::ascii("experimenats"), &["experiments"]), - ( - UniCase::ascii("distancef"), - &["distanced", "distances", "distance"], - ), - (UniCase::ascii("fourties"), &["forties"]), - (UniCase::ascii("adpaters"), &["adapters"]), - (UniCase::ascii("conecting"), &["connecting"]), - (UniCase::ascii("originnally"), &["originally"]), - (UniCase::ascii("directoies"), &["directories"]), - (UniCase::ascii("convertion"), &["conversion"]), - (UniCase::ascii("progessbar"), &["progressbar"]), - (UniCase::ascii("leagel"), &["legal"]), - (UniCase::ascii("definitivly"), &["definitively"]), - (UniCase::ascii("exceutive"), &["executive"]), - (UniCase::ascii("undefied"), &["undefined"]), - (UniCase::ascii("navagating"), &["navigating"]), - (UniCase::ascii("uncoment"), &["uncomment"]), - (UniCase::ascii("Gothenberg"), &["Gothenburg"]), - (UniCase::ascii("inmigrants"), &["immigrants"]), - (UniCase::ascii("coordonates"), &["coordinates"]), - (UniCase::ascii("guarunty"), &["guaranty"]), - (UniCase::ascii("intantiate"), &["instantiate"]), - (UniCase::ascii("sements"), &["cements", "segments"]), - (UniCase::ascii("mulitpath"), &["multipath"]), - (UniCase::ascii("dissmises"), &["dismisses"]), - (UniCase::ascii("exixt"), &["exist"]), - ( - UniCase::ascii("pass-trough"), - &["pass-through", "pass through", "passthrough"], - ), - (UniCase::ascii("experementel"), &["experimental"]), - (UniCase::ascii("consentrated"), &["concentrated"]), - (UniCase::ascii("authethicating"), &["authenticating"]), - (UniCase::ascii("parameterizes"), &["parametrizes"]), - (UniCase::ascii("corvering"), &["covering"]), - (UniCase::ascii("proocol"), &["protocol"]), - (UniCase::ascii("neighbourhod"), &["neighbourhood"]), - (UniCase::ascii("assignes"), &["assigns"]), - (UniCase::ascii("suprised"), &["surprised"]), - (UniCase::ascii("characher"), &["character"]), - (UniCase::ascii("experimdntal"), &["experimental"]), - (UniCase::ascii("cahgning"), &["changing"]), - (UniCase::ascii("cooresponds"), &["corresponds"]), - (UniCase::ascii("authenicaion"), &["authentication"]), - (UniCase::ascii("vertiece"), &["vertex"]), - (UniCase::ascii("straighforward"), &["straightforward"]), - (UniCase::ascii("follwiong"), &["following"]), - (UniCase::ascii("alrteady"), &["already"]), - (UniCase::ascii("hidded"), &["hidden"]), - ( - UniCase::ascii("coorperation"), - &["cooperation", "corporation"], - ), - (UniCase::ascii("neighbourhoof"), &["neighbourhood"]), - (UniCase::ascii("experimener"), &["experimenter"]), - (UniCase::ascii("confiramtion"), &["confirmation"]), - (UniCase::ascii("corect"), &["correct"]), - (UniCase::ascii("referrenced"), &["referenced"]), - (UniCase::ascii("geomitrically"), &["geometrically"]), - (UniCase::ascii("renegotitaing"), &["renegotiating"]), - (UniCase::ascii("momery"), &["memory"]), - (UniCase::ascii("autoincrementive"), &["autoincrement"]), - (UniCase::ascii("presistantly"), &["persistently"]), - (UniCase::ascii("sanitizisation"), &["sanitization"]), - (UniCase::ascii("deram"), &["dram", "dream"]), - (UniCase::ascii("possobily"), &["possibly"]), - (UniCase::ascii("readning"), &["reading"]), - (UniCase::ascii("kubernests"), &["Kubernetes"]), - (UniCase::ascii("acompanies"), &["accompanies"]), - (UniCase::ascii("neighbeurhoors"), &["neighbours"]), - (UniCase::ascii("warnig"), &["warning"]), - (UniCase::ascii("valtages"), &["voltages"]), - (UniCase::ascii("speficifiers"), &["specifiers"]), - (UniCase::ascii("behaviuor"), &["behaviour"]), - (UniCase::ascii("linz"), &["lines"]), - (UniCase::ascii("ovelap"), &["overlap"]), - (UniCase::ascii("weild"), &["wield", "wild"]), - (UniCase::ascii("theoreticaly"), &["theoretically"]), - (UniCase::ascii("supeblock"), &["superblock"]), - (UniCase::ascii("wiil"), &["will"]), - (UniCase::ascii("privides"), &["provides"]), - (UniCase::ascii("custonisation"), &["customisation"]), - (UniCase::ascii("chceking"), &["checking"]), - (UniCase::ascii("colorpsaces"), &["colorspaces"]), - (UniCase::ascii("categogy"), &["category"]), - (UniCase::ascii("coverges"), &["coverages", "converges"]), - (UniCase::ascii("recommedation"), &["recommendation"]), - (UniCase::ascii("nealy"), &["nearly", "newly"]), - (UniCase::ascii("equivilant"), &["equivalent"]), - (UniCase::ascii("autonegosiations"), &["autonegotiations"]), - (UniCase::ascii("compuation"), &["computation"]), - (UniCase::ascii("alogirthmically"), &["algorithmically"]), - (UniCase::ascii("surport"), &["support"]), - (UniCase::ascii("indicats"), &["indicates", "indicate"]), - (UniCase::ascii("extraxt"), &["extract"]), - (UniCase::ascii("refridgeration"), &["refrigeration"]), - (UniCase::ascii("experiance"), &["experience"]), - (UniCase::ascii("evoluation"), &["evaluations"]), - (UniCase::ascii("operandes"), &["operands"]), - (UniCase::ascii("bulid"), &["build"]), - (UniCase::ascii("Sacremento"), &["Sacramento"]), - (UniCase::ascii("neighrour"), &["neighbour"]), - (UniCase::ascii("exression"), &["expression"]), - (UniCase::ascii("delate"), &["delete"]), - (UniCase::ascii("platoform"), &["platform"]), - (UniCase::ascii("transcosers"), &["transcoders"]), - (UniCase::ascii("negitive"), &["negative"]), - (UniCase::ascii("negotioted"), &["negotiated"]), - (UniCase::ascii("spefication"), &["specification"]), - (UniCase::ascii("emiited"), &["emitted"]), - (UniCase::ascii("disconets"), &["disconnects"]), - (UniCase::ascii("sistemizes"), &["systemizes"]), - (UniCase::ascii("extedned"), &["extended"]), - (UniCase::ascii("popuplarity"), &["popularity"]), - (UniCase::ascii("flahsing"), &["flashing"]), - (UniCase::ascii("execuited"), &["executed"]), - (UniCase::ascii("keyborads"), &["keyboards"]), - (UniCase::ascii("singals"), &["signals"]), - (UniCase::ascii("implemements"), &["implements"]), - (UniCase::ascii("agresssive"), &["aggressive"]), - (UniCase::ascii("incrmenetd"), &["incremented"]), - (UniCase::ascii("simultanous"), &["simultaneous"]), - ( - UniCase::ascii("scatchs"), - &["catches", "scratches", "sketches"], - ), - (UniCase::ascii("assit"), &["assist"]), - (UniCase::ascii("circomvented"), &["circumvented"]), - (UniCase::ascii("objetc"), &["object"]), - (UniCase::ascii("non-negoable"), &["non-negotiable"]), - (UniCase::ascii("deambigate"), &["disambiguate"]), - (UniCase::ascii("deallocaed"), &["deallocated"]), - (UniCase::ascii("expermiments"), &["experiments"]), - (UniCase::ascii("curretly"), &["currently"]), - (UniCase::ascii("assiociating"), &["associating"]), - (UniCase::ascii("genralisation"), &["generalisation"]), - (UniCase::ascii("wolrd"), &["world"]), - (UniCase::ascii("chosed"), &["chose"]), - (UniCase::ascii("definnition"), &["definition"]), - (UniCase::ascii("follwed"), &["followed"]), - (UniCase::ascii("epty"), &["empty"]), - (UniCase::ascii("bitis"), &["bits"]), - (UniCase::ascii("dervies"), &["derives"]), - (UniCase::ascii("blockhain"), &["blockchain"]), - (UniCase::ascii("possibe"), &["possible"]), - (UniCase::ascii("conatainers"), &["containers"]), - (UniCase::ascii("prependet"), &["prepended"]), - (UniCase::ascii("dielectirc"), &["dielectric"]), - (UniCase::ascii("connetcion"), &["connection"]), - (UniCase::ascii("negociating"), &["negotiating"]), - (UniCase::ascii("etsablishment"), &["establishment"]), - (UniCase::ascii("comision"), &["commission"]), - (UniCase::ascii("refocussed"), &["refocused"]), - (UniCase::ascii("humer"), &["humor", "humour"]), - (UniCase::ascii("ownwership"), &["ownership"]), - (UniCase::ascii("addrress"), &["address"]), - (UniCase::ascii("duplate"), &["duplicate"]), - (UniCase::ascii("substituing"), &["substituting"]), - (UniCase::ascii("programers"), &["programmers"]), - (UniCase::ascii("opeg"), &["open"]), - (UniCase::ascii("hability"), &["ability"]), - (UniCase::ascii("experimneted"), &["experimented"]), - (UniCase::ascii("custoizer"), &["customizer"]), - (UniCase::ascii("critisisms"), &["criticisms"]), - (UniCase::ascii("mormalized"), &["normalized"]), - (UniCase::ascii("exchagnge"), &["exchange"]), - (UniCase::ascii("finctionalities"), &["functionalities"]), - (UniCase::ascii("traspose"), &["transpose"]), - (UniCase::ascii("delevopment"), &["development"]), - (UniCase::ascii("excetuting"), &["executing"]), - (UniCase::ascii("personnal"), &["personal"]), - ( - UniCase::ascii("motation"), - &["notation", "rotation", "motivation"], - ), - (UniCase::ascii("renegotaite"), &["renegotiate"]), - (UniCase::ascii("hypocrits"), &["hypocrites"]), - (UniCase::ascii("compliancy"), &["compliance"]), - (UniCase::ascii("containint"), &["containing"]), - (UniCase::ascii("cacluated"), &["calculated"]), - (UniCase::ascii("origininates"), &["originates"]), - (UniCase::ascii("vallue"), &["value"]), - (UniCase::ascii("functionaltiy"), &["functionality"]), - (UniCase::ascii("queisce"), &["quiesce"]), - (UniCase::ascii("exchaging"), &["exchanging"]), - (UniCase::ascii("recogizes"), &["recognizes"]), - (UniCase::ascii("desolve"), &["dissolve"]), - (UniCase::ascii("aiffer"), &["differ"]), - (UniCase::ascii("depndant"), &["dependent"]), - (UniCase::ascii("perferectly"), &["perfectly"]), - (UniCase::ascii("inconsitent"), &["inconsistent"]), - (UniCase::ascii("corale"), &["chorale"]), - (UniCase::ascii("optinal"), &["optional"]), - (UniCase::ascii("intquiry"), &["inquiry", "enquiry"]), - (UniCase::ascii("espacially"), &["especially"]), - (UniCase::ascii("negotitaor"), &["negotiator"]), - (UniCase::ascii("immedially"), &["immediately"]), - (UniCase::ascii("coditions"), &["conditions"]), - (UniCase::ascii("perseverence"), &["perseverance"]), - (UniCase::ascii("flourishment"), &["flourishing"]), - (UniCase::ascii("plausable"), &["plausible"]), - (UniCase::ascii("emenets"), &["elements"]), - (UniCase::ascii("eccessive"), &["excessive"]), - (UniCase::ascii("funchtionning"), &["functioning"]), - (UniCase::ascii("coolent"), &["coolant"]), - (UniCase::ascii("excemptions"), &["exemptions"]), - (UniCase::ascii("smller"), &["smaller"]), - (UniCase::ascii("scoll"), &["scroll"]), - (UniCase::ascii("oriantate"), &["orientate"]), - (UniCase::ascii("accodrs"), &["accords"]), - (UniCase::ascii("bolor"), &["color"]), - (UniCase::ascii("elminated"), &["eliminated"]), - (UniCase::ascii("geenrated"), &["generated"]), - (UniCase::ascii("re-negotaitor"), &["re-negotiator"]), - (UniCase::ascii("renegotaiate"), &["renegotiate"]), - (UniCase::ascii("nd"), &["and", "2nd"]), - (UniCase::ascii("Misouri"), &["Missouri"]), - (UniCase::ascii("fhurter"), &["further"]), - (UniCase::ascii("fillung"), &["filling"]), - (UniCase::ascii("conecntrates"), &["concentrates"]), - (UniCase::ascii("charcters"), &["characters"]), - (UniCase::ascii("intreeguing"), &["intriguing"]), - (UniCase::ascii("livetime"), &["lifetime"]), - (UniCase::ascii("coorespond"), &["correspond"]), - (UniCase::ascii("vulberablility"), &["vulnerability"]), - (UniCase::ascii("nohypen"), &["nohyphen"]), - (UniCase::ascii("stabilty"), &["stability"]), - (UniCase::ascii("actaul"), &["actual"]), - (UniCase::ascii("replacate"), &["replicate"]), - (UniCase::ascii("resuorced"), &["resourced"]), - (UniCase::ascii("descripters"), &["descriptors"]), - (UniCase::ascii("exapansion"), &["expansion"]), - (UniCase::ascii("unnescessarily"), &["unnecessarily"]), - (UniCase::ascii("recommdend"), &["recommend"]), - (UniCase::ascii("desings"), &["designs"]), - (UniCase::ascii("meybe"), &["maybe"]), - (UniCase::ascii("quadranle"), &["quadrangle"]), - (UniCase::ascii("checkoslovakia"), &["czechoslovakia"]), - (UniCase::ascii("eploit"), &["exploit"]), - (UniCase::ascii("througout"), &["throughout"]), - (UniCase::ascii("inpact"), &["impact"]), - (UniCase::ascii("deprectat"), &["deprecate"]), - (UniCase::ascii("re-uplodad"), &["re-upload", "re-uploaded"]), - (UniCase::ascii("arbitualy"), &["arbitrary"]), - (UniCase::ascii("corelate"), &["correlate"]), - (UniCase::ascii("assignement"), &["assignment"]), - (UniCase::ascii("coallisions"), &["collisions"]), - (UniCase::ascii("requrest"), &["request"]), - (UniCase::ascii("unpertubated"), &["unperturbed"]), - (UniCase::ascii("kenels"), &["kernels", "kennels"]), - (UniCase::ascii("otiginal"), &["original"]), - (UniCase::ascii("auto-realeased"), &["auto-released"]), - (UniCase::ascii("decodded"), &["decoded"]), - (UniCase::ascii("cruncing"), &["crunching"]), - (UniCase::ascii("oversubscirbe"), &["oversubscribe"]), - (UniCase::ascii("precondtioner"), &["preconditioner"]), - (UniCase::ascii("featchd"), &["fetched"]), - (UniCase::ascii("experimetentations"), &["experimentations"]), - (UniCase::ascii("introduse"), &["introduce"]), - (UniCase::ascii("imporvements"), &["improvements"]), - (UniCase::ascii("cricital"), &["critical"]), - (UniCase::ascii("recource"), &["resource", "recourse"]), - (UniCase::ascii("diarea"), &["diarrhea"]), - (UniCase::ascii("cource"), &["course", "coerce", "source"]), - (UniCase::ascii("unsucessully"), &["unsuccessfully"]), - (UniCase::ascii("throtted"), &["throttled", "trotted"]), - (UniCase::ascii("cloesd"), &["closed"]), - (UniCase::ascii("unbeknowst"), &["unbeknownst"]), - (UniCase::ascii("normalyzed"), &["normalized"]), - (UniCase::ascii("organiztions"), &["organizations"]), - (UniCase::ascii("addrees"), &["address"]), - (UniCase::ascii("detemine"), &["determine"]), - (UniCase::ascii("creditted"), &["credited"]), - (UniCase::ascii("orgin"), &["origin", "organ"]), - (UniCase::ascii("reperesentation"), &["representation"]), - (UniCase::ascii("statamenet"), &["statement"]), - (UniCase::ascii("callabck"), &["callback"]), - (UniCase::ascii("idividually"), &["individually"]), - (UniCase::ascii("annaying"), &["annoying"]), - (UniCase::ascii("sytem"), &["system"]), - (UniCase::ascii("syntesis"), &["synthesis"]), - (UniCase::ascii("re-evaulated"), &["re-evaluated"]), - (UniCase::ascii("gauarana"), &["guaraná"]), - (UniCase::ascii("re-negatiotiate"), &["re-negotiate"]), - (UniCase::ascii("propper"), &["proper"]), - (UniCase::ascii("renegoatiates"), &["renegotiates"]), - (UniCase::ascii("discreminates"), &["discriminates"]), - (UniCase::ascii("dialate"), &["dilate"]), - (UniCase::ascii("hesistant"), &["hesitant"]), - (UniCase::ascii("spllitting"), &["splitting"]), - (UniCase::ascii("coonstantly"), &["constantly"]), - (UniCase::ascii("rferences"), &["references"]), - (UniCase::ascii("aleged"), &["alleged"]), - (UniCase::ascii("re-negatiotiations"), &["re-negotiations"]), - (UniCase::ascii("expermiented"), &["experimented"]), - (UniCase::ascii("mcroscopes"), &["microscopes"]), - (UniCase::ascii("reconecction"), &["reconnection"]), - (UniCase::ascii("asphyxation"), &["asphyxiation"]), - (UniCase::ascii("olther"), &["other"]), - (UniCase::ascii("analoguously"), &["analogously"]), - (UniCase::ascii("cuileoga"), &["cuileog"]), - (UniCase::ascii("replacong"), &["replacing"]), - (UniCase::ascii("safepooint"), &["safepoint"]), - (UniCase::ascii("proprietory"), &["proprietary"]), - (UniCase::ascii("bultin"), &["builtin"]), - (UniCase::ascii("resorucing"), &["resourcing"]), - (UniCase::ascii("symobl"), &["symbol"]), - (UniCase::ascii("admited"), &["admitted"]), - (UniCase::ascii("requireing"), &["requiring"]), - (UniCase::ascii("sute"), &["site", "suite", "suit"]), - (UniCase::ascii("duoblequote"), &["doublequote"]), - (UniCase::ascii("sais"), &["says"]), - (UniCase::ascii("unorderd"), &["unordered"]), - (UniCase::ascii("minature"), &["miniature"]), - (UniCase::ascii("parallize"), &["parallelize"]), - (UniCase::ascii("claimes"), &["claims"]), - (UniCase::ascii("alllocate"), &["allocate"]), - (UniCase::ascii("renegosiator"), &["renegotiator"]), - (UniCase::ascii("determind"), &["determined"]), - (UniCase::ascii("decordes"), &["decodes"]), - (UniCase::ascii("encrytion"), &["encryption"]), - (UniCase::ascii("critiera"), &["criteria"]), - (UniCase::ascii("choosed"), &["chose", "chosen"]), - (UniCase::ascii("incooperates"), &["incorporates"]), - (UniCase::ascii("forwaring"), &["forwarding"]), - (UniCase::ascii("authenification"), &["authentication"]), - (UniCase::ascii("optimissm"), &["optimism"]), - (UniCase::ascii("spefier"), &["specifier"]), - (UniCase::ascii("recconencted"), &["reconnected"]), - (UniCase::ascii("accuray"), &["accuracy", "actuary"]), - (UniCase::ascii("expeensive"), &["expensive"]), - (UniCase::ascii("cjanges"), &["changes"]), - (UniCase::ascii("builded"), &["built"]), - (UniCase::ascii("genralizations"), &["generalizations"]), - (UniCase::ascii("returend"), &["returned"]), - (UniCase::ascii("requeum"), &["requiem"]), - (UniCase::ascii("renegoziator"), &["renegotiator"]), - (UniCase::ascii("norifications"), &["notifications"]), - (UniCase::ascii("startegic"), &["strategic"]), - (UniCase::ascii("itsef"), &["itself"]), - (UniCase::ascii("recored"), &["recorded"]), - (UniCase::ascii("bounardies"), &["boundaries"]), - (UniCase::ascii("reveresed"), &["reversed"]), - (UniCase::ascii("precendence"), &["precedence"]), - (UniCase::ascii("coneninece"), &["convenience"]), - (UniCase::ascii("speficitic"), &["specific"]), - (UniCase::ascii("modifified"), &["modified"]), - (UniCase::ascii("pakge"), &["package"]), - (UniCase::ascii("journied"), &["journeyed"]), - (UniCase::ascii("outpus"), &["output", "outputs"]), - (UniCase::ascii("pertrub"), &["perturb"]), - (UniCase::ascii("experimentatation"), &["experimentation"]), - (UniCase::ascii("discconencting"), &["disconnecting"]), - (UniCase::ascii("crosreferences"), &["cross-references"]), - (UniCase::ascii("algoorithms"), &["algorithms"]), - (UniCase::ascii("ristricted"), &["restricted"]), - (UniCase::ascii("encoser"), &["encoder"]), - (UniCase::ascii("non-negoticable"), &["non-negotiable"]), - (UniCase::ascii("canonalizing"), &["canonicalizing"]), - (UniCase::ascii("constractors"), &["constructors"]), - (UniCase::ascii("rised"), &["raised", "rose"]), - (UniCase::ascii("erly"), &["early"]), - (UniCase::ascii("inportant"), &["important"]), - (UniCase::ascii("analize"), &["analyze"]), - (UniCase::ascii("structre"), &["structure"]), - (UniCase::ascii("gererate"), &["generate"]), - (UniCase::ascii("applicance"), &["appliance"]), - (UniCase::ascii("programmical"), &["programmatical"]), - (UniCase::ascii("unspeficifed"), &["unspecified"]), - (UniCase::ascii("variatoin"), &["variation"]), - (UniCase::ascii("occured"), &["occurred"]), - (UniCase::ascii("distingished"), &["distinguished"]), - (UniCase::ascii("deterioriating"), &["deteriorating"]), - (UniCase::ascii("executuable"), &["executable"]), - (UniCase::ascii("travese"), &["traverse"]), - (UniCase::ascii("cmoputers"), &["computers"]), - (UniCase::ascii("re-negoatiating"), &["re-negotiating"]), - ( - UniCase::ascii("ist"), - &["is", "it", "its", "it\'s", "sit", "list"], - ), - (UniCase::ascii("informatations"), &["information"]), - (UniCase::ascii("comitter"), &["committer"]), - (UniCase::ascii("negoator"), &["negotiator"]), - (UniCase::ascii("unreigister"), &["unregister"]), - (UniCase::ascii("polariy"), &["polarity"]), - (UniCase::ascii("apending"), &["appending"]), - (UniCase::ascii("chatched"), &["caught", "chatted"]), - (UniCase::ascii("Unicde"), &["Unicode"]), - (UniCase::ascii("relocaiton"), &["relocation"]), - (UniCase::ascii("functios"), &["functions"]), - (UniCase::ascii("prposes"), &["proposes"]), - (UniCase::ascii("interesected"), &["intersected"]), - (UniCase::ascii("refere"), &["refer", "referee"]), - (UniCase::ascii("technics"), &["techniques"]), - (UniCase::ascii("govormental"), &["governmental"]), - (UniCase::ascii("structued"), &["structured"]), - (UniCase::ascii("yourselfe"), &["yourself", "yourselves"]), - (UniCase::ascii("deskops"), &["desktops"]), - (UniCase::ascii("funcitoning"), &["functioning"]), - (UniCase::ascii("constains"), &["constrains", "contains"]), - (UniCase::ascii("corproration"), &["corporation"]), - (UniCase::ascii("chechk"), &["check"]), - (UniCase::ascii("levetating"), &["levitating"]), - (UniCase::ascii("orginized"), &["organized"]), - (UniCase::ascii("acomplishment"), &["accomplishment"]), - (UniCase::ascii("coexsits"), &["coexists", "co-exists"]), - (UniCase::ascii("dicarded"), &["discarded"]), - (UniCase::ascii("conlcusion"), &["conclusion"]), - (UniCase::ascii("confirmas"), &["confirms"]), - (UniCase::ascii("authenicated"), &["authenticated"]), - (UniCase::ascii("opeabcrations"), &["operations"]), - (UniCase::ascii("interation"), &["iteration", "interaction"]), - (UniCase::ascii("draging"), &["dragging"]), - (UniCase::ascii("incompetant"), &["incompetent"]), - (UniCase::ascii("cemetaries"), &["cemeteries"]), - (UniCase::ascii("equilavalent"), &["equivalent"]), - (UniCase::ascii("extraxtors"), &["extractors"]), - (UniCase::ascii("neigboring"), &["neighboring"]), - (UniCase::ascii("argumant"), &["argument"]), - (UniCase::ascii("handleing"), &["handling"]), - (UniCase::ascii("alogirthmic"), &["algorithmic"]), - (UniCase::ascii("fime"), &["fixme", "time"]), - (UniCase::ascii("compiliant"), &["compliant"]), - (UniCase::ascii("ambedded"), &["embedded"]), - ( - UniCase::ascii("depretiating"), - &["depreciating", "deprecating"], - ), - (UniCase::ascii("curreents"), &["currents"]), - (UniCase::ascii("interruping"), &["interrupting"]), - (UniCase::ascii("addapt"), &["adapt"]), - (UniCase::ascii("detahced"), &["detached"]), - (UniCase::ascii("intiailises"), &["initialises"]), - (UniCase::ascii("recived"), &["received"]), - (UniCase::ascii("mathmatically"), &["mathematically"]), - (UniCase::ascii("volcanoe"), &["volcano"]), - (UniCase::ascii("rranslation"), &["translation"]), - (UniCase::ascii("encosed"), &["enclosed", "encoded"]), - (UniCase::ascii("mergge"), &["merge"]), - (UniCase::ascii("candadate"), &["candidate"]), - (UniCase::ascii("asynchrons"), &["asynchronous"]), - (UniCase::ascii("accredidation"), &["accreditation"]), - (UniCase::ascii("parallizing"), &["parallelizing"]), - (UniCase::ascii("figurestyle"), &["figurestyles"]), - (UniCase::ascii("understadnable"), &["understandable"]), - (UniCase::ascii("manualy"), &["manually"]), - (UniCase::ascii("sublasse"), &["subclasse"]), - (UniCase::ascii("definance"), &["defiance"]), - (UniCase::ascii("alternativly"), &["alternatively"]), - (UniCase::ascii("confursing"), &["confusing"]), - (UniCase::ascii("alchohol"), &["alcohol"]), - (UniCase::ascii("configuarble"), &["configurable"]), - (UniCase::ascii("incomfortable"), &["uncomfortable"]), - (UniCase::ascii("ehenever"), &["whenever"]), - (UniCase::ascii("dislays"), &["displays"]), - (UniCase::ascii("responnsibilty"), &["responsibility"]), - (UniCase::ascii("externelly"), &["externally"]), - (UniCase::ascii("correspomdents"), &["correspondents"]), - (UniCase::ascii("procecures"), &["procedures"]), - (UniCase::ascii("referneces"), &["references"]), - (UniCase::ascii("secene"), &["scene"]), - (UniCase::ascii("effeciency"), &["efficiency"]), - (UniCase::ascii("containings"), &["containing"]), - (UniCase::ascii("caliased"), &["aliased"]), - (UniCase::ascii("reallocaiing"), &["reallocating"]), - (UniCase::ascii("referneced"), &["referenced"]), - (UniCase::ascii("descrition"), &["description"]), - (UniCase::ascii("describibg"), &["describing"]), - (UniCase::ascii("anarquism"), &["anarchism"]), - (UniCase::ascii("auot"), &["auto"]), - (UniCase::ascii("neeedles"), &["needles", "needless"]), - (UniCase::ascii("interactiv"), &["interactive"]), - (UniCase::ascii("distrub"), &["disturb"]), - (UniCase::ascii("accordlingly"), &["accordingly"]), - (UniCase::ascii("conciousness"), &["consciousness"]), - (UniCase::ascii("brightnesss"), &["brightness"]), - (UniCase::ascii("imanent"), &["eminent", "imminent"]), - (UniCase::ascii("copyritghted"), &["copyrighted"]), - (UniCase::ascii("fautured"), &["featured"]), - (UniCase::ascii("arraned"), &["arranged"]), - (UniCase::ascii("adquire"), &["acquire"]), - (UniCase::ascii("nortmally"), &["normally"]), - (UniCase::ascii("evauluate"), &["evaluate"]), - (UniCase::ascii("currious"), &["curious"]), - (UniCase::ascii("charactersistics"), &["characteristics"]), - (UniCase::ascii("perfomeers"), &["performers"]), - (UniCase::ascii("acccordingly"), &["accordingly"]), - (UniCase::ascii("sccope"), &["scope"]), - (UniCase::ascii("refrerencial"), &["referential"]), - (UniCase::ascii("cirilic"), &["Cyrillic"]), - (UniCase::ascii("negotatiator"), &["negotiator"]), - (UniCase::ascii("comaptible"), &["compatible"]), - (UniCase::ascii("procentual"), &["percentual"]), - (UniCase::ascii("prewview"), &["preview"]), - (UniCase::ascii("nummber"), &["number"]), - (UniCase::ascii("stornegst"), &["strongest"]), - (UniCase::ascii("draged"), &["dragged"]), - (UniCase::ascii("experminent"), &["experiment"]), - (UniCase::ascii("disasterous"), &["disastrous"]), - (UniCase::ascii("guarnetee"), &["guarantee"]), - (UniCase::ascii("avaiiability"), &["availability"]), - (UniCase::ascii("unanymous"), &["unanimous"]), - (UniCase::ascii("remaning"), &["remaining"]), - (UniCase::ascii("intersting"), &["interesting"]), - (UniCase::ascii("repote"), &["report", "remote"]), - (UniCase::ascii("theese"), &["these"]), - (UniCase::ascii("kernals"), &["kernels"]), - (UniCase::ascii("temporarirly"), &["temporarily"]), - (UniCase::ascii("dergeistered"), &["deregistered"]), - (UniCase::ascii("bootstapped"), &["bootstrapped"]), - (UniCase::ascii("extraxts"), &["extracts"]), - (UniCase::ascii("ironicly"), &["ironically"]), - (UniCase::ascii("aproch"), &["approach"]), - (UniCase::ascii("includign"), &["including"]), - (UniCase::ascii("ignorgg"), &["ignoring"]), - (UniCase::ascii("penultimante"), &["penultimate"]), - (UniCase::ascii("contriubte"), &["contribute"]), - (UniCase::ascii("vioaltion"), &["violation"]), - (UniCase::ascii("patition"), &["partition"]), - (UniCase::ascii("userpace"), &["userspace"]), - (UniCase::ascii("consequeseces"), &["consequences"]), - (UniCase::ascii("reulator"), &["regulator"]), - ( - UniCase::ascii("histocompatability"), - &["histocompatibility"], - ), - (UniCase::ascii("crahed"), &["crashed"]), - (UniCase::ascii("sepcifier"), &["specifier"]), - (UniCase::ascii("eventuall"), &["eventually"]), - (UniCase::ascii("abstracing"), &["abstracting"]), - (UniCase::ascii("levetates"), &["levitates"]), - (UniCase::ascii("porsalin"), &["porcelain"]), - (UniCase::ascii("probablistic"), &["probabilistic"]), - (UniCase::ascii("frimware"), &["firmware"]), - (UniCase::ascii("docuent"), &["document"]), - (UniCase::ascii("appeded"), &["appended"]), - (UniCase::ascii("contructor"), &["constructor"]), - (UniCase::ascii("dispossing"), &["disposing"]), - (UniCase::ascii("donejun"), &["dungeon"]), - (UniCase::ascii("credists"), &["credits"]), - (UniCase::ascii("uploded"), &["uploaded"]), - (UniCase::ascii("Phonecian"), &["Phoenecian"]), - (UniCase::ascii("cofrimed"), &["confirmed"]), - (UniCase::ascii("experimnetations"), &["experimentations"]), - (UniCase::ascii("coloumn"), &["column"]), - (UniCase::ascii("flashig"), &["flashing"]), - (UniCase::ascii("obious"), &["obvious"]), - (UniCase::ascii("ojbect"), &["object"]), - (UniCase::ascii("optios"), &["options"]), - (UniCase::ascii("orignial"), &["original"]), - (UniCase::ascii("Puertorricans"), &["Puerto Ricans"]), - (UniCase::ascii("cannott"), &["cannot"]), - (UniCase::ascii("superseede"), &["supersede"]), - (UniCase::ascii("comamnding"), &["commanding"]), - (UniCase::ascii("callibri"), &["calibri"]), - (UniCase::ascii("invesitgation"), &["investigation"]), - (UniCase::ascii("replacables"), &["replaceables"]), - (UniCase::ascii("closeing"), &["closing"]), - (UniCase::ascii("fullfilling"), &["fulfilling"]), - (UniCase::ascii("generted"), &["generated"]), - (UniCase::ascii("virutals"), &["virtuals"]), - (UniCase::ascii("uprade"), &["upgrade"]), - (UniCase::ascii("monochorome"), &["monochrome"]), - (UniCase::ascii("viusualisation"), &["visualisation"]), - (UniCase::ascii("indecies"), &["indices"]), - (UniCase::ascii("conesencus"), &["consensus"]), - (UniCase::ascii("coefficeints"), &["coefficients"]), - (UniCase::ascii("redundat"), &["redundant"]), - (UniCase::ascii("southbrige"), &["southbridge"]), - (UniCase::ascii("xinitiazlize"), &["xinitialize"]), - (UniCase::ascii("beleives"), &["believes"]), - (UniCase::ascii("conjuction"), &["conjunction"]), - (UniCase::ascii("renegotatiators"), &["renegotiators"]), - (UniCase::ascii("occurances"), &["occurrences"]), - (UniCase::ascii("expeienced"), &["experienced"]), - (UniCase::ascii("self-refering"), &["self-referring"]), - (UniCase::ascii("reprodicibly"), &["reproducibly"]), - (UniCase::ascii("nevers"), &["never"]), - (UniCase::ascii("knowlege"), &["knowledge"]), - (UniCase::ascii("case-sesitive"), &["case-sensitive"]), - (UniCase::ascii("speical"), &["special"]), - (UniCase::ascii("histroically"), &["historically"]), - (UniCase::ascii("projction"), &["projection"]), - (UniCase::ascii("storeble"), &["storable"]), - (UniCase::ascii("certifice"), &["certificate"]), - (UniCase::ascii("differantiate"), &["differentiate"]), - (UniCase::ascii("furmula"), &["formula"]), - (UniCase::ascii("seprated"), &["separated"]), - (UniCase::ascii("Bonnano"), &["Bonanno"]), - (UniCase::ascii("chuned"), &["chunked"]), - (UniCase::ascii("enginin"), &["engine"]), - (UniCase::ascii("componant"), &["component"]), - (UniCase::ascii("inputsream"), &["inputstream"]), - (UniCase::ascii("availible"), &["available"]), - (UniCase::ascii("untrasformed"), &["untransformed"]), - (UniCase::ascii("trigers"), &["triggers"]), - (UniCase::ascii("documentataions"), &["documentations"]), - (UniCase::ascii("mesages"), &["messages"]), - (UniCase::ascii("incoropates"), &["incorporates"]), - (UniCase::ascii("trhe"), &["the"]), - (UniCase::ascii("expeiriment"), &["experiment"]), - (UniCase::ascii("acuracy"), &["accuracy"]), - (UniCase::ascii("cleaing"), &["cleaning"]), - (UniCase::ascii("relevent"), &["relevant"]), - (UniCase::ascii("tavelling"), &["travelling", "traveling"]), - (UniCase::ascii("experimentelly"), &["experimentally"]), - (UniCase::ascii("agreing"), &["agreeing"]), - (UniCase::ascii("expepects"), &["expects"]), - (UniCase::ascii("consitently"), &["consistently"]), - (UniCase::ascii("comparising"), &["comparing"]), - (UniCase::ascii("algoorithmic"), &["algorithmic"]), - (UniCase::ascii("sturctures"), &["structures"]), - (UniCase::ascii("rountine"), &["routine"]), - (UniCase::ascii("symobilic"), &["symbolic"]), - (UniCase::ascii("noral"), &["normal", "moral"]), - (UniCase::ascii("extraxted"), &["extracted"]), - (UniCase::ascii("encrpted"), &["encrypted"]), - (UniCase::ascii("buillt"), &["built"]), - (UniCase::ascii("callbacl"), &["callback"]), - (UniCase::ascii("mcroscopies"), &["microscopies"]), - (UniCase::ascii("positoned"), &["positioned"]), - (UniCase::ascii("degenarated"), &["degenerated"]), - (UniCase::ascii("speeaking"), &["speaking"]), - (UniCase::ascii("slect"), &["select"]), - (UniCase::ascii("littele"), &["little"]), - (UniCase::ascii("movied"), &["moved", "movie"]), - (UniCase::ascii("autheticated"), &["authenticated"]), - (UniCase::ascii("subnegotitations"), &["subnegotiations"]), - (UniCase::ascii("custumized"), &["customized"]), - (UniCase::ascii("thonic"), &["chthonic"]), - (UniCase::ascii("smaples"), &["samples"]), - ( - UniCase::ascii("especifically"), - &["specifically", "especially"], - ), - (UniCase::ascii("theared"), &["threaded"]), - (UniCase::ascii("guarunteeing"), &["guaranteeing"]), - (UniCase::ascii("avdisoriy"), &["advisory", "advisories"]), - (UniCase::ascii("amatuer"), &["amateur"]), - (UniCase::ascii("caculate"), &["calculate"]), - (UniCase::ascii("comission"), &["commission"]), - (UniCase::ascii("numvers"), &["numbers"]), - (UniCase::ascii("cyrrent"), &["current"]), - (UniCase::ascii("lightwight"), &["lightweight"]), - (UniCase::ascii("supporession"), &["suppression"]), - (UniCase::ascii("conaint"), &["contain"]), - (UniCase::ascii("screenchots"), &["screenshots"]), - (UniCase::ascii("eqution"), &["equation"]), - (UniCase::ascii("endpints"), &["endpoints"]), - (UniCase::ascii("macthing"), &["matching"]), - (UniCase::ascii("objtains"), &["obtains"]), - (UniCase::ascii("priestood"), &["priesthood"]), - (UniCase::ascii("infallable"), &["infallible"]), - (UniCase::ascii("continoue"), &["continue"]), - (UniCase::ascii("lentgh"), &["length"]), - (UniCase::ascii("runnigng"), &["running"]), - (UniCase::ascii("reminscent"), &["reminiscent"]), - (UniCase::ascii("uptadeable"), &["updatable"]), - (UniCase::ascii("handshacking"), &["handshaking"]), - (UniCase::ascii("breal"), &["break"]), - (UniCase::ascii("sokets"), &["sockets"]), - (UniCase::ascii("senitnel"), &["sentinel"]), - (UniCase::ascii("determinstically"), &["deterministically"]), - (UniCase::ascii("mye"), &["may", "my"]), - (UniCase::ascii("improvments"), &["improvements"]), - (UniCase::ascii("visably"), &["visibly"]), - (UniCase::ascii("blak"), &["black", "blank"]), - (UniCase::ascii("warinings"), &["warnings"]), - (UniCase::ascii("proocessed"), &["processed"]), - (UniCase::ascii("cannonical"), &["canonical"]), - (UniCase::ascii("folwoers"), &["followers"]), - (UniCase::ascii("archicture"), &["architecture"]), - (UniCase::ascii("hygeine"), &["hygiene"]), - (UniCase::ascii("persuit"), &["pursuit"]), - (UniCase::ascii("arrangent"), &["arrangement"]), - (UniCase::ascii("nautral"), &["natural", "neutral"]), - (UniCase::ascii("extesion"), &["extension"]), - (UniCase::ascii("uncomitted"), &["uncommitted"]), - (UniCase::ascii("attemtpts"), &["attempts"]), - (UniCase::ascii("uncondtionally"), &["unconditionally"]), - (UniCase::ascii("justifed"), &["justified"]), - (UniCase::ascii("argments"), &["arguments"]), - (UniCase::ascii("tcahces"), &["caches"]), - (UniCase::ascii("unrecovable"), &["unrecoverable"]), - (UniCase::ascii("emmited"), &["emitted"]), - (UniCase::ascii("escpae"), &["escape"]), - (UniCase::ascii("attching"), &["attaching"]), - (UniCase::ascii("fullfilled"), &["fulfilled"]), - (UniCase::ascii("guarneteed"), &["guaranteed"]), - (UniCase::ascii("archtitectures"), &["architectures"]), - (UniCase::ascii("disconections"), &["disconnections"]), - (UniCase::ascii("compatabile"), &["compatible"]), - (UniCase::ascii("refromist"), &["reformist"]), - (UniCase::ascii("instanciates"), &["instantiates"]), - (UniCase::ascii("unexpepected"), &["unexpected"]), - (UniCase::ascii("texually"), &["textually"]), - (UniCase::ascii("declartative"), &["declarative"]), - (UniCase::ascii("bult"), &["built"]), - (UniCase::ascii("draconain"), &["draconian"]), - (UniCase::ascii("resoiurce"), &["resource"]), - (UniCase::ascii("ourselve"), &["ourself", "ourselves"]), - (UniCase::ascii("editt"), &["edit"]), - (UniCase::ascii("unitialize"), &["uninitialize"]), - (UniCase::ascii("arbitralry"), &["arbitrary"]), - (UniCase::ascii("esiest"), &["easiest"]), - (UniCase::ascii("correctyly"), &["correctly"]), - (UniCase::ascii("componentes"), &["components"]), - (UniCase::ascii("accelleration"), &["acceleration"]), - ( - UniCase::ascii("constaining"), - &["constraining", "containing"], - ), - (UniCase::ascii("strictier"), &["stricter"]), - (UniCase::ascii("languange"), &["language"]), - (UniCase::ascii("concurrect"), &["concurrent"]), - (UniCase::ascii("obhecting"), &["objecting"]), - (UniCase::ascii("disssembler"), &["disassembler"]), - (UniCase::ascii("myu"), &["my"]), - (UniCase::ascii("constrcuts"), &["constructs"]), - (UniCase::ascii("packtes"), &["packets"]), - (UniCase::ascii("neighburhoods"), &["neighborhoods"]), - (UniCase::ascii("comapny"), &["company"]), - (UniCase::ascii("brutaly"), &["brutally"]), - (UniCase::ascii("occcur"), &["occur"]), - (UniCase::ascii("experimintal"), &["experimental"]), - (UniCase::ascii("speficififed"), &["specified"]), - (UniCase::ascii("discconet"), &["disconnect"]), - (UniCase::ascii("windoow"), &["window"]), - (UniCase::ascii("configurting"), &["configuring"]), - (UniCase::ascii("unconciousness"), &["unconsciousness"]), - (UniCase::ascii("internaly"), &["internally"]), - (UniCase::ascii("apperently"), &["apparently"]), - (UniCase::ascii("distnces"), &["distances"]), - (UniCase::ascii("manouver"), &["maneuver", "manoeuvre"]), - (UniCase::ascii("whioch"), &["which"]), - (UniCase::ascii("perfomrative"), &["performative"]), - (UniCase::ascii("oultinenodes"), &["outlinenodes"]), - (UniCase::ascii("indiquates"), &["indicates"]), - (UniCase::ascii("unspefified"), &["unspecified"]), - (UniCase::ascii("cahnged"), &["changed"]), - (UniCase::ascii("possesion"), &["possession"]), - (UniCase::ascii("indentit"), &["identity"]), - ( - UniCase::ascii("sytemwindow"), - &["systemwindow", "system window"], - ), - (UniCase::ascii("perfix"), &["prefix"]), - (UniCase::ascii("wiyhout"), &["without"]), - (UniCase::ascii("initialyzes"), &["initializes"]), - (UniCase::ascii("specificed"), &["specified"]), - (UniCase::ascii("destryer"), &["destroyer"]), - (UniCase::ascii("terminaters"), &["terminators"]), - (UniCase::ascii("beng"), &["being"]), - (UniCase::ascii("categogically"), &["categorically"]), - (UniCase::ascii("marjority"), &["majority"]), - (UniCase::ascii("candidiates"), &["candidates"]), - (UniCase::ascii("compatibel"), &["compatible"]), - (UniCase::ascii("barycentic"), &["barycentric"]), - (UniCase::ascii("construcion"), &["construction"]), - (UniCase::ascii("protocal"), &["protocol"]), - (UniCase::ascii("navagitation"), &["navigation"]), - (UniCase::ascii("acending"), &["ascending"]), - (UniCase::ascii("mistery"), &["mystery"]), - ( - UniCase::ascii("certificatin"), - &["certificating", "certification"], - ), - (UniCase::ascii("recconecctions"), &["reconnections"]), - (UniCase::ascii("hsi"), &["his"]), - (UniCase::ascii("syntetize"), &["synthesize"]), - (UniCase::ascii("arbitriraly"), &["arbitrarily"]), - (UniCase::ascii("alpabet"), &["alphabet"]), - (UniCase::ascii("seuence"), &["sequence"]), - (UniCase::ascii("descriptuve"), &["descriptive"]), - (UniCase::ascii("follwoed"), &["followed"]), - (UniCase::ascii("pilgrimmage"), &["pilgrimage"]), - (UniCase::ascii("catagorie"), &["category", "categories"]), - (UniCase::ascii("comparisns"), &["comparisons"]), - (UniCase::ascii("removeing"), &["removing"]), - (UniCase::ascii("memcahed"), &["memcached"]), - (UniCase::ascii("airrcraft"), &["aircraft"]), - (UniCase::ascii("beseiging"), &["besieging"]), - (UniCase::ascii("algorightmic"), &["algorithmic"]), - (UniCase::ascii("undefuned"), &["undefined"]), - (UniCase::ascii("abstrcted"), &["abstracted"]), - (UniCase::ascii("negotiotor"), &["negotiator"]), - (UniCase::ascii("non-virutal"), &["non-virtual"]), - (UniCase::ascii("definintion"), &["definition"]), - (UniCase::ascii("syncronus"), &["synchronous"]), - (UniCase::ascii("interepretation"), &["interpretation"]), - (UniCase::ascii("shopkeeepers"), &["shopkeepers"]), - (UniCase::ascii("arugments"), &["arguments"]), - (UniCase::ascii("strucrures"), &["structures"]), - (UniCase::ascii("defaulfs"), &["defaults"]), - (UniCase::ascii("ontrolled"), &["controlled"]), - (UniCase::ascii("polylon"), &["polygon", "pylon"]), - (UniCase::ascii("acelerated"), &["accelerated"]), - (UniCase::ascii("dielectircs"), &["dielectrics"]), - (UniCase::ascii("genearal"), &["general"]), - (UniCase::ascii("experimtened"), &["experimented"]), - (UniCase::ascii("vicewersa"), &["vice-versa"]), - (UniCase::ascii("re-negoation"), &["re-negotiation"]), - (UniCase::ascii("iomaped"), &["iomapped"]), - (UniCase::ascii("proceeeded"), &["proceeded"]), - (UniCase::ascii("shttp"), &["https"]), - (UniCase::ascii("enumertaion"), &["enumeration"]), - (UniCase::ascii("premptively"), &["preemptively"]), - (UniCase::ascii("diggit"), &["digit"]), - (UniCase::ascii("oherwise"), &["otherwise"]), - (UniCase::ascii("remenicent"), &["reminiscent"]), - (UniCase::ascii("proccesor"), &["processor"]), - (UniCase::ascii("freqency"), &["frequency"]), - (UniCase::ascii("constituants"), &["constituents"]), - (UniCase::ascii("benchmkars"), &["benchmarks"]), - (UniCase::ascii("inpust"), &["input", "inputs"]), - (UniCase::ascii("familes"), &["families"]), - (UniCase::ascii("anyhing"), &["anything"]), - (UniCase::ascii("renegotitors"), &["renegotiators"]), - (UniCase::ascii("singnalled"), &["signalled"]), - (UniCase::ascii("compontents"), &["components"]), - (UniCase::ascii("populer"), &["popular"]), - (UniCase::ascii("degenrated"), &["degenerated"]), - (UniCase::ascii("de-duplacates"), &["de-duplicates"]), - (UniCase::ascii("useage"), &["usage"]), - (UniCase::ascii("pactched"), &["patched"]), - (UniCase::ascii("spport"), &["support"]), - (UniCase::ascii("servive"), &["service"]), - (UniCase::ascii("alhabetically"), &["alphabetically"]), - (UniCase::ascii("missconfiguration"), &["misconfiguration"]), - (UniCase::ascii("resuse"), &["reuse"]), - (UniCase::ascii("concieve"), &["conceive"]), - (UniCase::ascii("otherwhile"), &["otherwise"]), - (UniCase::ascii("distribure"), &["distribute"]), - (UniCase::ascii("whike"), &["while"]), - (UniCase::ascii("replaint"), &["repaint"]), - (UniCase::ascii("vriable"), &["variable"]), - (UniCase::ascii("withh"), &["with"]), - (UniCase::ascii("langual"), &["lingual"]), - (UniCase::ascii("othere"), &["other"]), - (UniCase::ascii("regidstered"), &["registered"]), - (UniCase::ascii("importamt"), &["important"]), - (UniCase::ascii("surveill"), &["surveil"]), - (UniCase::ascii("unrecoverd"), &["unrecovered"]), - (UniCase::ascii("experimdnter"), &["experimenter"]), - (UniCase::ascii("exspectedly"), &["expectedly"]), - (UniCase::ascii("decroation"), &["decoration"]), - (UniCase::ascii("commmitters"), &["committers"]), - (UniCase::ascii("uncoments"), &["uncomments"]), - (UniCase::ascii("membrans"), &["membranes"]), - (UniCase::ascii("typpes"), &["types"]), - (UniCase::ascii("debians"), &["Debian\'s"]), - (UniCase::ascii("objetcs"), &["objects"]), - (UniCase::ascii("possably"), &["possibly"]), - (UniCase::ascii("commitable"), &["committable"]), - (UniCase::ascii("persistantly"), &["persistently"]), - (UniCase::ascii("cliks"), &["clicks"]), - (UniCase::ascii("constrcution"), &["construction"]), - (UniCase::ascii("retreved"), &["retrieved"]), - (UniCase::ascii("eneumeration"), &["enumeration"]), - (UniCase::ascii("mutli"), &["multi"]), - (UniCase::ascii("coeffiecient"), &["coefficient"]), - (UniCase::ascii("converssion"), &["conversion"]), - (UniCase::ascii("datatyep"), &["datatype"]), - (UniCase::ascii("vulneable"), &["vulnerable"]), - (UniCase::ascii("temproary"), &["temporary"]), - (UniCase::ascii("univesities"), &["universities"]), - (UniCase::ascii("worthing"), &["worth", "meriting"]), - (UniCase::ascii("nothign"), &["nothing"]), - (UniCase::ascii("inequalitiy"), &["inequality"]), - (UniCase::ascii("affinitiy"), &["affinity"]), - (UniCase::ascii("keyboaard"), &["keyboard"]), - (UniCase::ascii("penatly"), &["penalty"]), - (UniCase::ascii("subscirpt"), &["subscript"]), - (UniCase::ascii("mirors"), &["mirrors", "minors"]), - (UniCase::ascii("strangness"), &["strangeness"]), - (UniCase::ascii("algorthymic"), &["algorithmic"]), - (UniCase::ascii("autofilt"), &["autofilter"]), - (UniCase::ascii("destrutors"), &["destructors"]), - (UniCase::ascii("enumation"), &["enumeration"]), - (UniCase::ascii("auto-negotatiation"), &["auto-negotiation"]), - (UniCase::ascii("epidsodes"), &["episodes"]), - (UniCase::ascii("folwos"), &["follows"]), - (UniCase::ascii("coordintae"), &["coordinate"]), - (UniCase::ascii("descrybing"), &["describing"]), - (UniCase::ascii("messurment"), &["measurement"]), - (UniCase::ascii("desciptions"), &["descriptions"]), - (UniCase::ascii("deterant"), &["deterrent"]), - (UniCase::ascii("donwloaded"), &["downloaded"]), - (UniCase::ascii("insepect"), &["inspect"]), - (UniCase::ascii("rimitives"), &["primitives"]), - (UniCase::ascii("seletion"), &["selection", "deletion"]), - (UniCase::ascii("ficks"), &["flicks", "fix"]), - (UniCase::ascii("perfecly"), &["perfectly"]), - (UniCase::ascii("algotihm"), &["algorithm"]), - (UniCase::ascii("declarded"), &["declared"]), - (UniCase::ascii("emptry"), &["empty"]), - (UniCase::ascii("speficiies"), &["specifies"]), - (UniCase::ascii("assumend"), &["assumed"]), - (UniCase::ascii("archvie"), &["archive"]), - (UniCase::ascii("inintialization"), &["initialization"]), - (UniCase::ascii("unregsiter"), &["unregister"]), - (UniCase::ascii("ignorts"), &["ignores"]), - (UniCase::ascii("re-negogtiated"), &["re-negotiated"]), - (UniCase::ascii("xdescribe"), &["describe"]), - (UniCase::ascii("attributei"), &["attribute"]), - (UniCase::ascii("interscetion"), &["intersection"]), - (UniCase::ascii("sepcification"), &["specification"]), - (UniCase::ascii("striaght"), &["straight"]), - (UniCase::ascii("recongized"), &["recognized"]), - (UniCase::ascii("perfoem"), &["perform"]), - (UniCase::ascii("upladers"), &["uploaders"]), - (UniCase::ascii("aunthenticated"), &["authenticated"]), - (UniCase::ascii("exponentiel"), &["exponential"]), - (UniCase::ascii("yrea"), &["year"]), - (UniCase::ascii("dissapointed"), &["disappointed"]), - (UniCase::ascii("expewrimentations"), &["experimentations"]), - (UniCase::ascii("guarenteedy"), &["guaranty"]), - (UniCase::ascii("pre-realease"), &["pre-release"]), - (UniCase::ascii("autheticate"), &["authenticate"]), - (UniCase::ascii("spefifying"), &["specifying"]), - (UniCase::ascii("coallesse"), &["coalesce"]), - (UniCase::ascii("annointed"), &["anointed"]), - (UniCase::ascii("paramer"), &["parameter"]), - (UniCase::ascii("arbitraton"), &["arbitration"]), - (UniCase::ascii("utiliz"), &["utilize"]), - (UniCase::ascii("discconeted"), &["disconnected"]), - (UniCase::ascii("rovided"), &["provided"]), - (UniCase::ascii("trempoline"), &["trampoline"]), - (UniCase::ascii("satisified"), &["satisfied"]), - (UniCase::ascii("__attribyte__"), &["__attribute__"]), - (UniCase::ascii("non-negotatiated"), &["non-negotiated"]), - (UniCase::ascii("follwoeers"), &["followers"]), - (UniCase::ascii("attribyte"), &["attribute"]), - (UniCase::ascii("pseudononymous"), &["pseudonymous"]), - (UniCase::ascii("acccord"), &["accord"]), - (UniCase::ascii("asynchron"), &["asynchronous"]), - (UniCase::ascii("intentially"), &["intentionally"]), - (UniCase::ascii("intializes"), &["initializes"]), - (UniCase::ascii("dealilng"), &["dealing"]), - (UniCase::ascii("haynus"), &["heinous"]), - (UniCase::ascii("pathced"), &["patched"]), - (UniCase::ascii("owerflow"), &["overflow"]), - ( - UniCase::ascii("countrie\'s"), - &["countries", "countries\'", "country\'s"], - ), - (UniCase::ascii("speficitifes"), &["specifies"]), - (UniCase::ascii("mesure"), &["measure"]), - (UniCase::ascii("singlularly"), &["singularly"]), - (UniCase::ascii("visibilty"), &["visibility"]), - (UniCase::ascii("calculting"), &["calculating"]), - (UniCase::ascii("incomptable"), &["incompatible"]), - (UniCase::ascii("bahaving"), &["behaving"]), - (UniCase::ascii("outweight"), &["outweigh"]), - (UniCase::ascii("concentates"), &["concentrates"]), - (UniCase::ascii("kyrillic"), &["cyrillic"]), - (UniCase::ascii("iluminated"), &["illuminated"]), - (UniCase::ascii("modifciation"), &["modification"]), - (UniCase::ascii("probbably"), &["probably"]), - (UniCase::ascii("resposnes"), &["responses"]), - (UniCase::ascii("defaulkt"), &["default"]), - (UniCase::ascii("yaer"), &["year"]), - (UniCase::ascii("re-uplaodad"), &["re-upload", "re-uploaded"]), - (UniCase::ascii("paragarapha"), &["paragraph"]), - (UniCase::ascii("attribured"), &["attributed"]), - (UniCase::ascii("initliase"), &["initialise"]), - (UniCase::ascii("coolots"), &["culottes"]), - (UniCase::ascii("sharable"), &["shareable"]), - (UniCase::ascii("gramatically"), &["grammatically"]), - (UniCase::ascii("algorhytmically"), &["algorithmically"]), - (UniCase::ascii("origially"), &["originally"]), - (UniCase::ascii("locaions"), &["locations"]), - (UniCase::ascii("whetehr"), &["whether"]), - (UniCase::ascii("excemption"), &["exemption"]), - (UniCase::ascii("devlop"), &["develop"]), - (UniCase::ascii("disabels"), &["disables"]), - (UniCase::ascii("initialiting"), &["initializing"]), - (UniCase::ascii("transocder"), &["transcoder"]), - (UniCase::ascii("Tuscon"), &["Tucson"]), - (UniCase::ascii("getoe"), &["ghetto"]), - (UniCase::ascii("containt"), &["contain", "content"]), - (UniCase::ascii("re-negotaiated"), &["re-negotiated"]), - (UniCase::ascii("extermist"), &["extremist"]), - (UniCase::ascii("elsewhwere"), &["elsewhere"]), - (UniCase::ascii("user-defiened"), &["user-defined"]), - (UniCase::ascii("laod"), &["load"]), - (UniCase::ascii("sepecifies"), &["specifies"]), - (UniCase::ascii("inconsitency"), &["inconsistency"]), - (UniCase::ascii("mystql"), &["mysql"]), - (UniCase::ascii("commadn-line"), &["command-line"]), - (UniCase::ascii("smalles"), &["smallest"]), - (UniCase::ascii("endiannes"), &["endianness"]), - (UniCase::ascii("retoring"), &["restoring"]), - (UniCase::ascii("readyness"), &["readiness"]), - (UniCase::ascii("multipul"), &["multiple"]), - (UniCase::ascii("experimetenters"), &["experimenters"]), - (UniCase::ascii("implenmentation"), &["implementation"]), - (UniCase::ascii("dfine"), &["define"]), - (UniCase::ascii("anonimity"), &["anonymity"]), - (UniCase::ascii("subscirber"), &["subscriber"]), - (UniCase::ascii("immeadiately"), &["immediately"]), - (UniCase::ascii("headrom"), &["headroom", "bedroom"]), - (UniCase::ascii("Microfost"), &["Microsoft"]), - (UniCase::ascii("allcoating"), &["allocating"]), - (UniCase::ascii("miliary"), &["military"]), - (UniCase::ascii("exexutable"), &["executable"]), - (UniCase::ascii("opemess"), &["openness"]), - (UniCase::ascii("downsteramers"), &["downstreamers"]), - (UniCase::ascii("coefficents"), &["coefficients"]), - (UniCase::ascii("occurance"), &["occurrence"]), - (UniCase::ascii("comformance"), &["conformance"]), - (UniCase::ascii("Novermber"), &["November"]), - (UniCase::ascii("threedimenional"), &["three-dimensional"]), - (UniCase::ascii("intentionaly"), &["intentionally"]), - (UniCase::ascii("expextedly"), &["expectedly"]), - (UniCase::ascii("exchagnging"), &["exchanging"]), - (UniCase::ascii("implemememnt"), &["implement"]), - (UniCase::ascii("suppoprted"), &["supported"]), - (UniCase::ascii("jagid"), &["jagged"]), - (UniCase::ascii("finsished"), &["finished"]), - (UniCase::ascii("disconeted"), &["disconnected"]), - (UniCase::ascii("segement"), &["segment"]), - (UniCase::ascii("distirted"), &["distorted"]), - (UniCase::ascii("exponants"), &["exponents"]), - (UniCase::ascii("cootdinate"), &["coordinate"]), - (UniCase::ascii("errornously"), &["erroneously"]), - (UniCase::ascii("vulnerabuilility"), &["vulnerability"]), - (UniCase::ascii("recommand"), &["recommend"]), - (UniCase::ascii("avioding"), &["avoiding"]), - (UniCase::ascii("sepeator"), &["separator"]), - (UniCase::ascii("differantiation"), &["differentiation"]), - (UniCase::ascii("prdpagated"), &["propagated"]), - (UniCase::ascii("prinf"), &["print", "printf", "sprintf"]), - (UniCase::ascii("fluorish"), &["flourish"]), - (UniCase::ascii("returnn"), &["return"]), - (UniCase::ascii("arguemnts"), &["arguments"]), - (UniCase::ascii("interploate"), &["interpolate"]), - (UniCase::ascii("temperment"), &["temperament"]), - (UniCase::ascii("neightborhoods"), &["neighborhoods"]), - (UniCase::ascii("improofement"), &["improvement"]), - (UniCase::ascii("preproces"), &["preprocess"]), - (UniCase::ascii("threhold"), &["threshold"]), - (UniCase::ascii("pleass"), &["pleases", "bless"]), - (UniCase::ascii("beginnin"), &["beginning"]), - (UniCase::ascii("recconeection"), &["reconnection"]), - (UniCase::ascii("enocding"), &["encoding"]), - (UniCase::ascii("congifuration"), &["configuration"]), - (UniCase::ascii("absoluutely"), &["absolutely"]), - (UniCase::ascii("inluding"), &["including"]), - (UniCase::ascii("withouth"), &["without"]), - (UniCase::ascii("accordign"), &["according"]), - (UniCase::ascii("practicly"), &["practically"]), - (UniCase::ascii("readabilty"), &["readability"]), - (UniCase::ascii("poistioning"), &["positioning"]), - (UniCase::ascii("assosiated"), &["associated"]), - (UniCase::ascii("oversubscibed"), &["oversubscribed"]), - (UniCase::ascii("forbitten"), &["forbidden"]), - (UniCase::ascii("dillimport"), &["dllimport"]), - (UniCase::ascii("doller"), &["dollar"]), - (UniCase::ascii("nethods"), &["methods"]), - (UniCase::ascii("renegoates"), &["renegotiates"]), - (UniCase::ascii("thtat"), &["that"]), - (UniCase::ascii("inexistant"), &["inexistent"]), - (UniCase::ascii("renegotatiates"), &["renegotiates"]), - (UniCase::ascii("pivotting"), &["pivoting"]), - (UniCase::ascii("mediciny"), &["medicine", "medicinal"]), - (UniCase::ascii("mercahnt"), &["merchant"]), - (UniCase::ascii("reprodicibility"), &["reproducibility"]), - (UniCase::ascii("modifty"), &["modify"]), - (UniCase::ascii("orientaion"), &["orientation"]), - (UniCase::ascii("extarnally"), &["externally"]), - (UniCase::ascii("onedimenionsal"), &["one-dimensional"]), - (UniCase::ascii("neighrourhoods"), &["neighbourhoods"]), - (UniCase::ascii("archaelogists"), &["archaeologists"]), - (UniCase::ascii("acquiantence"), &["acquaintance"]), - (UniCase::ascii("suppliad"), &["supplied"]), - (UniCase::ascii("neighbourhoood"), &["neighbourhood"]), - (UniCase::ascii("genertor"), &["generator"]), - (UniCase::ascii("notity"), &["notify"]), - (UniCase::ascii("respecively"), &["respectively"]), - (UniCase::ascii("dissables"), &["disables"]), - (UniCase::ascii("configration"), &["configuration"]), - (UniCase::ascii("comittees"), &["committees"]), - (UniCase::ascii("controlls"), &["controls"]), - (UniCase::ascii("assgined"), &["assigned"]), - (UniCase::ascii("filesysthems"), &["filesystems"]), - (UniCase::ascii("tracsodes"), &["transcodes"]), - (UniCase::ascii("ingnorar"), &["ignore", "ignorant"]), - (UniCase::ascii("acrued"), &["accrued"]), - (UniCase::ascii("suboutine"), &["subroutine"]), - (UniCase::ascii("frok"), &["from"]), - (UniCase::ascii("clasifies"), &["classifies"]), - (UniCase::ascii("magisine"), &["magazine"]), - (UniCase::ascii("cahanging"), &["changing"]), - (UniCase::ascii("subsitututes"), &["substitutes"]), - (UniCase::ascii("massewer"), &["masseur"]), - (UniCase::ascii("initializeing"), &["initializing"]), - (UniCase::ascii("naieve"), &["naive"]), - (UniCase::ascii("netowrks"), &["networks"]), - (UniCase::ascii("veiwings"), &["viewings"]), - (UniCase::ascii("circomvent"), &["circumvent"]), - (UniCase::ascii("symmetral"), &["symmetric"]), - (UniCase::ascii("difinitions"), &["definitions"]), - (UniCase::ascii("memember"), &["member", "remember"]), - (UniCase::ascii("actzal"), &["actual"]), - (UniCase::ascii("inverion"), &["inversion"]), - (UniCase::ascii("rememoring"), &["remembering"]), - ( - UniCase::ascii("optimation"), - &["optimization", "optimisation"], - ), - (UniCase::ascii("hypenates"), &["hyphenates"]), - (UniCase::ascii("guarunte"), &["guarantee"]), - (UniCase::ascii("oponent"), &["opponent"]), - (UniCase::ascii("prooven"), &["proven"]), - (UniCase::ascii("expementers"), &["experimenters"]), - (UniCase::ascii("unavaiable"), &["unavailable"]), - (UniCase::ascii("notifcation"), &["notification"]), - (UniCase::ascii("diminsh"), &["diminish"]), - (UniCase::ascii("benificial"), &["beneficial"]), - (UniCase::ascii("acitions"), &["actions"]), - (UniCase::ascii("constucted"), &["constructed"]), - (UniCase::ascii("loacal"), &["local"]), - (UniCase::ascii("interm"), &["interim", "intern"]), - (UniCase::ascii("scaned"), &["scanned"]), - (UniCase::ascii("virutalised"), &["virtualised"]), - (UniCase::ascii("rfeturned"), &["returned"]), - (UniCase::ascii("expessions"), &["expressions"]), - (UniCase::ascii("negatiotiations"), &["negotiations"]), - (UniCase::ascii("prefernce"), &["preference"]), - (UniCase::ascii("plaforms"), &["platforms"]), - (UniCase::ascii("non-negotated"), &["non-negotiated"]), - (UniCase::ascii("subnegotatiation"), &["subnegotiation"]), - (UniCase::ascii("expetected"), &["expected"]), - (UniCase::ascii("convinence"), &["convenience"]), - (UniCase::ascii("reccomended"), &["recommended"]), - (UniCase::ascii("overshaddowed"), &["overshadowed"]), - (UniCase::ascii("reorer"), &["reorder"]), - (UniCase::ascii("campaing"), &["campaign"]), - (UniCase::ascii("uptream"), &["upstream"]), - (UniCase::ascii("perfomnaces"), &["performances"]), - (UniCase::ascii("coputes"), &["computes"]), - (UniCase::ascii("defenitely"), &["definitely"]), - (UniCase::ascii("peference"), &["preference"]), - (UniCase::ascii("renegatiotiating"), &["renegotiating"]), - (UniCase::ascii("unspeficififed"), &["unspecified"]), - (UniCase::ascii("unnessesary"), &["unnecessary"]), - (UniCase::ascii("compuatation"), &["computation"]), - (UniCase::ascii("plaftorms"), &["platforms"]), - (UniCase::ascii("debguging"), &["debugging"]), - (UniCase::ascii("hightlights"), &["highlights"]), - (UniCase::ascii("oringally"), &["originally"]), - (UniCase::ascii("signularity"), &["singularity"]), - (UniCase::ascii("apperent"), &["apparent"]), - (UniCase::ascii("repersentation"), &["representation"]), - (UniCase::ascii("charicter"), &["character"]), - (UniCase::ascii("mathmatical"), &["mathematical"]), - (UniCase::ascii("unrepentent"), &["unrepentant"]), - (UniCase::ascii("constratints"), &["constraints"]), - (UniCase::ascii("replacability"), &["replaceability"]), - (UniCase::ascii("consisently"), &["consistently"]), - (UniCase::ascii("theard"), &["thread"]), - (UniCase::ascii("masia"), &["messiah"]), - (UniCase::ascii("inlalid"), &["invalid"]), - (UniCase::ascii("bootlaoder"), &["bootloader"]), - (UniCase::ascii("conecntrate"), &["concentrate"]), - (UniCase::ascii("reconeted"), &["reconnected"]), - (UniCase::ascii("mamory"), &["memory"]), - (UniCase::ascii("avaialable"), &["available"]), - (UniCase::ascii("recahed"), &["reached"]), - (UniCase::ascii("unfortunatly"), &["unfortunately"]), - (UniCase::ascii("inaugures"), &["inaugurates"]), - (UniCase::ascii("desing"), &["design"]), - (UniCase::ascii("unencrpt"), &["unencrypt"]), - (UniCase::ascii("suficates"), &["suffocates"]), - (UniCase::ascii("igoring"), &["ignoring"]), - (UniCase::ascii("srunken"), &["shrunken"]), - (UniCase::ascii("interative"), &["interactive"]), - (UniCase::ascii("evaluted"), &["evaluated"]), - (UniCase::ascii("pattens"), &["patterns", "patents"]), - (UniCase::ascii("intutive"), &["intuitive"]), - (UniCase::ascii("dordered"), &["ordered"]), - (UniCase::ascii("currentl"), &["currently"]), - (UniCase::ascii("bandwith"), &["bandwidth"]), - (UniCase::ascii("coudl"), &["could", "cloud"]), - (UniCase::ascii("vailable"), &["available"]), - (UniCase::ascii("unbeleivable"), &["unbelievable"]), - (UniCase::ascii("indentify"), &["identify"]), - (UniCase::ascii("estimages"), &["estimates"]), - (UniCase::ascii("correect"), &["correct"]), - (UniCase::ascii("missuse"), &["misuse"]), - (UniCase::ascii("initilizations"), &["initializations"]), - (UniCase::ascii("emmitted"), &["emitted"]), - ( - UniCase::ascii("accessoirez"), - &["accessorize", "accessories"], - ), - (UniCase::ascii("nofity"), &["notify"]), - (UniCase::ascii("expells"), &["expels"]), - (UniCase::ascii("delibrate"), &["deliberate"]), - (UniCase::ascii("guarneted"), &["guaranteed"]), - (UniCase::ascii("perferm"), &["perform"]), - (UniCase::ascii("re-negatiotiator"), &["re-negotiator"]), - (UniCase::ascii("modfiy"), &["modify"]), - (UniCase::ascii("abutts"), &["abuts"]), - (UniCase::ascii("lastest"), &["latest"]), - (UniCase::ascii("threatments"), &["treatments"]), - (UniCase::ascii("applicatio"), &["application"]), - (UniCase::ascii("re-negoptionsotiators"), &["re-negotiators"]), - (UniCase::ascii("logile"), &["logfile"]), - (UniCase::ascii("furst"), &["first"]), - (UniCase::ascii("dischare"), &["discharge"]), - (UniCase::ascii("descallocated"), &["deallocated"]), - (UniCase::ascii("callbacsk"), &["callback"]), - (UniCase::ascii("morrisette"), &["morissette"]), - (UniCase::ascii("signfies"), &["signifies"]), - (UniCase::ascii("difract"), &["diffract"]), - (UniCase::ascii("correclty"), &["correctly"]), - (UniCase::ascii("themselfe"), &["themselves", "themself"]), - (UniCase::ascii("crowkay"), &["croquet"]), - (UniCase::ascii("groubpy"), &["groupby"]), - (UniCase::ascii("elemens"), &["elements"]), - (UniCase::ascii("dimentions"), &["dimensions"]), - (UniCase::ascii("regularlising"), &["regularising"]), - (UniCase::ascii("consifered"), &["considered"]), - (UniCase::ascii("enoucnter"), &["encounter"]), - (UniCase::ascii("sinlges"), &["singles"]), - (UniCase::ascii("combinaton"), &["combination"]), - (UniCase::ascii("dezert"), &["dessert"]), - (UniCase::ascii("onliene"), &["online"]), - (UniCase::ascii("porotocol"), &["protocol"]), - (UniCase::ascii("genereic"), &["generic"]), - (UniCase::ascii("enver"), &["never"]), - (UniCase::ascii("arrangt"), &["arrangement"]), - (UniCase::ascii("bacground"), &["background"]), - (UniCase::ascii("coinside"), &["coincide"]), - (UniCase::ascii("humber"), &["number"]), - (UniCase::ascii("activtes"), &["activates"]), - (UniCase::ascii("responsable"), &["responsible"]), - (UniCase::ascii("accurary"), &["accuracy", "actuary"]), - (UniCase::ascii("correspoding"), &["corresponding"]), - (UniCase::ascii("buuild"), &["build"]), - (UniCase::ascii("havea"), &["have", "have a"]), - (UniCase::ascii("negogtiated"), &["negotiated"]), - (UniCase::ascii("correllate"), &["correlate"]), - (UniCase::ascii("becamae"), &["became"]), - (UniCase::ascii("resurcing"), &["resourcing"]), - (UniCase::ascii("negotation"), &["negotiation"]), - (UniCase::ascii("hights"), &["height"]), - ( - UniCase::ascii("analyzies"), - &["analysis", "analyses", "analyzes"], - ), - (UniCase::ascii("sorceror"), &["sorcerer"]), - (UniCase::ascii("clos"), &["close"]), - (UniCase::ascii("adviseable"), &["advisable"]), - (UniCase::ascii("calue"), &["value"]), - (UniCase::ascii("dicrectory"), &["directory"]), - (UniCase::ascii("copeing"), &["copying"]), - (UniCase::ascii("uptions"), &["options"]), - (UniCase::ascii("confifured"), &["configured"]), - (UniCase::ascii("succeedes"), &["succeeds"]), - (UniCase::ascii("unfortunatley"), &["unfortunately"]), - (UniCase::ascii("guerrila"), &["guerrilla"]), - (UniCase::ascii("clcosed"), &["closed"]), - (UniCase::ascii("recommened"), &["recommended"]), - (UniCase::ascii("gaus"), &["Gauss", "gauze"]), - (UniCase::ascii("asign"), &["assign"]), - (UniCase::ascii("aborigene"), &["aborigine"]), - (UniCase::ascii("corecct"), &["correct"]), - (UniCase::ascii("authenticateion"), &["authentication"]), - (UniCase::ascii("execuctor"), &["executor"]), - (UniCase::ascii("limted"), &["limited"]), - (UniCase::ascii("rearely"), &["rarely"]), - (UniCase::ascii("obsolited"), &["obsoleted"]), - (UniCase::ascii("makeing"), &["making"]), - (UniCase::ascii("attch"), &["attach"]), - (UniCase::ascii("corretion"), &["correction"]), - (UniCase::ascii("sugget"), &["suggest"]), - (UniCase::ascii("moutnpoints"), &["mountpoints"]), - (UniCase::ascii("popuplation"), &["population"]), - (UniCase::ascii("lighers"), &["lighters", "liars", "ligers"]), - (UniCase::ascii("circumferencial"), &["circumferential"]), - (UniCase::ascii("civillians"), &["civilians"]), - (UniCase::ascii("experimmentally"), &["experimentally"]), - (UniCase::ascii("locaes"), &["locates"]), - (UniCase::ascii("enrty"), &["entry"]), - (UniCase::ascii("assumuption"), &["assumption"]), - (UniCase::ascii("flter"), &["filter"]), - (UniCase::ascii("originially"), &["originally"]), - (UniCase::ascii("exstacy"), &["ecstasy"]), - (UniCase::ascii("ternimate"), &["terminate"]), - (UniCase::ascii("originall"), &["original", "originally"]), - (UniCase::ascii("contraveining"), &["contravening"]), - (UniCase::ascii("feauture"), &["feature"]), - (UniCase::ascii("prominant"), &["prominent"]), - (UniCase::ascii("capabiities"), &["capabilities"]), - (UniCase::ascii("rsourcing"), &["resourcing", "sourcing"]), - (UniCase::ascii("acadimy"), &["academy"]), - (UniCase::ascii("permantly"), &["permanently"]), - (UniCase::ascii("owerwrites"), &["overwrites"]), - ( - UniCase::ascii("containe"), - &["contain", "contained", "container", "contains"], - ), - (UniCase::ascii("ditance"), &["distance"]), - (UniCase::ascii("transparities"), &["transparencies"]), - (UniCase::ascii("ppublisher"), &["publisher"]), - (UniCase::ascii("reanming"), &["renaming"]), - (UniCase::ascii("scaleability"), &["scalability"]), - (UniCase::ascii("mispelt"), &["misspelt"]), - (UniCase::ascii("boundries"), &["boundaries"]), - (UniCase::ascii("juxtifies"), &["justifies"]), - (UniCase::ascii("commnds"), &["commands"]), - (UniCase::ascii("booolean"), &["boolean"]), - (UniCase::ascii("unsused"), &["unused"]), - (UniCase::ascii("alway"), &["always"]), - (UniCase::ascii("enhabce"), &["enhance"]), - (UniCase::ascii("broser"), &["browser"]), - (UniCase::ascii("nonnegarive"), &["nonnegative"]), - (UniCase::ascii("experimanets"), &["experiments"]), - (UniCase::ascii("messges"), &["messages"]), - (UniCase::ascii("againnst"), &["against"]), - (UniCase::ascii("experinementel"), &["experimental"]), - (UniCase::ascii("specfies"), &["specifies"]), - (UniCase::ascii("directtory"), &["directory"]), - (UniCase::ascii("profesor"), &["professor"]), - (UniCase::ascii("tempraaily"), &["temporarily"]), - (UniCase::ascii("potrayed"), &["portrayed"]), - (UniCase::ascii("referenence"), &["reference"]), - (UniCase::ascii("non-negoitable"), &["non-negotiable"]), - (UniCase::ascii("accommadate"), &["accommodate"]), - (UniCase::ascii("wordlwide"), &["worldwide"]), - (UniCase::ascii("stle"), &["style"]), - (UniCase::ascii("associatied"), &["associated"]), - (UniCase::ascii("expetced"), &["expected"]), - (UniCase::ascii("techiniques"), &["techniques"]), - (UniCase::ascii("iresistable"), &["irresistible"]), - (UniCase::ascii("pseuo-palette"), &["pseudo-palette"]), - (UniCase::ascii("restoding"), &["restoring"]), - (UniCase::ascii("inouts"), &["inputs"]), - (UniCase::ascii("fotografic"), &["photographic"]), - (UniCase::ascii("interchangably"), &["interchangeably"]), - (UniCase::ascii("arrangs"), &["arranges"]), - (UniCase::ascii("discared"), &["discarded"]), - (UniCase::ascii("offcially"), &["officially"]), - (UniCase::ascii("scneario"), &["scenario"]), - (UniCase::ascii("metapackges"), &["metapackages"]), - (UniCase::ascii("runting"), &["runtime"]), - (UniCase::ascii("recconets"), &["reconnects"]), - (UniCase::ascii("neighbarhoods"), &["neighborhoods"]), - (UniCase::ascii("entery"), &["entry"]), - (UniCase::ascii("imaginery"), &["imaginary", "imagery"]), - (UniCase::ascii("micoscope"), &["microscope"]), - (UniCase::ascii("expermimenting"), &["experimenting"]), - (UniCase::ascii("dandidates"), &["candidates"]), - (UniCase::ascii("wuold"), &["would"]), - (UniCase::ascii("offets"), &["offsets", "offers"]), - (UniCase::ascii("tihkn"), &["think"]), - (UniCase::ascii("udpater"), &["updater"]), - (UniCase::ascii("fianite"), &["finite"]), - (UniCase::ascii("trasformer"), &["transformer"]), - (UniCase::ascii("complated"), &["completed"]), - (UniCase::ascii("succeding"), &["succeeding"]), - (UniCase::ascii("descrybe"), &["describe"]), - (UniCase::ascii("execue"), &["execute"]), - (UniCase::ascii("retriving"), &["retrieving"]), - (UniCase::ascii("isnt;"), &["isn\'t"]), - (UniCase::ascii("diminuitive"), &["diminutive"]), - (UniCase::ascii("commments"), &["comments"]), - (UniCase::ascii("correspondg"), &["corresponding"]), - (UniCase::ascii("reactquire"), &["reacquire"]), - (UniCase::ascii("gard"), &["guard"]), - (UniCase::ascii("privleges"), &["privileges"]), - (UniCase::ascii("pubish"), &["publish"]), - (UniCase::ascii("htacccess"), &["htaccess"]), - (UniCase::ascii("arranments"), &["arrangements"]), - (UniCase::ascii("metioned"), &["mentioned"]), - (UniCase::ascii("cliente"), &["client", "clientele"]), - (UniCase::ascii("wouldn;t"), &["wouldn\'t"]), - (UniCase::ascii("massagebox"), &["messagebox"]), - (UniCase::ascii("neightbour"), &["neighbour"]), - (UniCase::ascii("providse"), &["provides", "provide"]), - (UniCase::ascii("calulate"), &["calculate"]), - (UniCase::ascii("seperatley"), &["separately"]), - (UniCase::ascii("advisoriyes"), &["advisories"]), - (UniCase::ascii("gettters"), &["getters"]), - (UniCase::ascii("dektop"), &["desktop"]), - (UniCase::ascii("desturtors"), &["destructors"]), - (UniCase::ascii("counpounds"), &["compounds"]), - (UniCase::ascii("typped"), &["typed"]), - (UniCase::ascii("re-negotitaor"), &["re-negotiator"]), - (UniCase::ascii("embarasses"), &["embarrasses"]), - (UniCase::ascii("higlight"), &["highlight"]), - (UniCase::ascii("disconnnect"), &["disconnect"]), - (UniCase::ascii("authencticators"), &["authenticators"]), - (UniCase::ascii("commpresd"), &["compressed"]), - (UniCase::ascii("seires"), &["series"]), - (UniCase::ascii("opulates"), &["populates", "opiates"]), - (UniCase::ascii("overwritren"), &["overwritten"]), - (UniCase::ascii("localtion"), &["location"]), - (UniCase::ascii("integreated"), &["integrated"]), - (UniCase::ascii("accomadates"), &["accommodates"]), - (UniCase::ascii("theire"), &["their", "they\'re"]), - (UniCase::ascii("folowwin"), &["following"]), - (UniCase::ascii("exponantation"), &["exponentiation"]), - (UniCase::ascii("warks"), &["works"]), - (UniCase::ascii("autoneotiation"), &["autonegotiation"]), - (UniCase::ascii("renegotitated"), &["renegotiated"]), - (UniCase::ascii("dynically"), &["dynamically"]), - (UniCase::ascii("srtructure"), &["structure"]), - (UniCase::ascii("dissallowed"), &["disallowed"]), - (UniCase::ascii("methjod"), &["method"]), - (UniCase::ascii("autonegociation"), &["autonegotiation"]), - (UniCase::ascii("fointers"), &["pointers"]), - (UniCase::ascii("transferd"), &["transferred"]), - (UniCase::ascii("crashees"), &["crashes"]), - (UniCase::ascii("reevaulating"), &["reevaluating"]), - (UniCase::ascii("bakup"), &["backup"]), - (UniCase::ascii("diea"), &["idea", "die"]), - (UniCase::ascii("difficutl"), &["difficult"]), - (UniCase::ascii("inverval"), &["interval"]), - (UniCase::ascii("continuely"), &["continually"]), - (UniCase::ascii("coexsited"), &["coexisted", "co-existed"]), - (UniCase::ascii("algorgithm"), &["algorithm"]), - (UniCase::ascii("lokaly"), &["locally"]), - (UniCase::ascii("sfety"), &["safety"]), - (UniCase::ascii("enconding"), &["encoding"]), - (UniCase::ascii("coexhists"), &["coexists", "co-exists"]), - (UniCase::ascii("conecctors"), &["connectors"]), - (UniCase::ascii("availlable"), &["available"]), - (UniCase::ascii("posisitioned"), &["positioned"]), - (UniCase::ascii("dcoker"), &["docker"]), - (UniCase::ascii("disscusing"), &["discussing"]), - (UniCase::ascii("bariier"), &["barrier"]), - (UniCase::ascii("devlopers"), &["developers"]), - (UniCase::ascii("functionability"), &["functionality"]), - (UniCase::ascii("esacped"), &["escaped"]), - (UniCase::ascii("rescourcing"), &["resourcing"]), - (UniCase::ascii("exchng"), &["exchange"]), - (UniCase::ascii("aboved"), &["above"]), - (UniCase::ascii("conten"), &["contain"]), - (UniCase::ascii("provisioing"), &["provisioning"]), - (UniCase::ascii("infomed"), &["informed"]), - (UniCase::ascii("premeire"), &["premiere"]), - (UniCase::ascii("umbrealla"), &["umbrella"]), - (UniCase::ascii("becoz"), &["because"]), - (UniCase::ascii("vebrose"), &["verbose"]), - (UniCase::ascii("reuplaodad"), &["reupload", "reuploaded"]), - (UniCase::ascii("briges"), &["bridges"]), - (UniCase::ascii("pronomial"), &["pronominal"]), - (UniCase::ascii("absolurely"), &["absolutely"]), - (UniCase::ascii("adventrous"), &["adventurous"]), - (UniCase::ascii("insided"), &["inside"]), - (UniCase::ascii("referecences"), &["references"]), - (UniCase::ascii("judisuary"), &["judiciary"]), - (UniCase::ascii("folowiwng"), &["following"]), - (UniCase::ascii("decomissioned"), &["decommissioned"]), - (UniCase::ascii("bounardy"), &["boundary"]), - (UniCase::ascii("embarassed"), &["embarrassed"]), - (UniCase::ascii("startet"), &["started"]), - (UniCase::ascii("thereads"), &["threads"]), - (UniCase::ascii("spectular"), &["spectacular"]), - (UniCase::ascii("comparitively"), &["comparatively"]), - (UniCase::ascii("thyat"), &["that"]), - (UniCase::ascii("funchtional"), &["functional"]), - (UniCase::ascii("routin"), &["routine", "routing"]), - (UniCase::ascii("refreh"), &["refresh"]), - (UniCase::ascii("covarage"), &["coverage"]), - (UniCase::ascii("mangement"), &["management"]), - (UniCase::ascii("saem"), &["same"]), - (UniCase::ascii("graphcis"), &["graphics"]), - (UniCase::ascii("probabaly"), &["probably"]), - (UniCase::ascii("govenrment"), &["government"]), - (UniCase::ascii("sintaks"), &["syntax"]), - (UniCase::ascii("orgininals"), &["originals"]), - (UniCase::ascii("negoticate"), &["negotiate"]), - (UniCase::ascii("platforma"), &["platforms"]), - (UniCase::ascii("noncombatents"), &["noncombatants"]), - (UniCase::ascii("milages"), &["mileages"]), - (UniCase::ascii("contians"), &["contains"]), - (UniCase::ascii("enounctering"), &["encountering"]), - (UniCase::ascii("recive"), &["receive"]), - (UniCase::ascii("renegotioted"), &["renegotiated"]), - (UniCase::ascii("defaulys"), &["defaults"]), - (UniCase::ascii("catgorical"), &["categorical"]), - (UniCase::ascii("enabeled"), &["enabled"]), - (UniCase::ascii("renegoticates"), &["renegotiates"]), - (UniCase::ascii("claring"), &["clearing"]), - (UniCase::ascii("booleens"), &["booleans"]), - (UniCase::ascii("unmarsalling"), &["unmarshalling"]), - (UniCase::ascii("tounge"), &["tongue"]), - (UniCase::ascii("throug"), &["through"]), - (UniCase::ascii("defualtdict"), &["defaultdict"]), - (UniCase::ascii("devive"), &["device"]), - (UniCase::ascii("varients"), &["variants"]), - (UniCase::ascii("expeecting"), &["expecting"]), - (UniCase::ascii("authetnticating"), &["authenticating"]), - (UniCase::ascii("collegues"), &["colleagues"]), - (UniCase::ascii("mechnism"), &["mechanism"]), - (UniCase::ascii("uncognized"), &["unrecognized"]), - (UniCase::ascii("verfified"), &["verified"]), - (UniCase::ascii("appriximate"), &["approximate"]), - (UniCase::ascii("fallhrough"), &["fallthrough"]), - (UniCase::ascii("unspefififed"), &["unspecified"]), - (UniCase::ascii("reminsicent"), &["reminiscent"]), - (UniCase::ascii("follwoeing"), &["following"]), - (UniCase::ascii("spageti"), &["spaghetti"]), - (UniCase::ascii("coutermeasures"), &["countermeasures"]), - (UniCase::ascii("posioning"), &["poisoning"]), - (UniCase::ascii("copute"), &["compute"]), - (UniCase::ascii("incompatabily"), &["incompatibility"]), - (UniCase::ascii("millisencond"), &["millisecond"]), - (UniCase::ascii("re-negotiotating"), &["re-negotiating"]), - (UniCase::ascii("sugguestion"), &["suggestion"]), - (UniCase::ascii("instertion"), &["insertion"]), - (UniCase::ascii("caluclating"), &["calculating"]), - (UniCase::ascii("Carribean"), &["Caribbean"]), - (UniCase::ascii("configutations"), &["configurations"]), - (UniCase::ascii("comunicate"), &["communicate"]), - (UniCase::ascii("messags"), &["messages"]), - (UniCase::ascii("channl"), &["channel"]), - (UniCase::ascii("interpretting"), &["interpreting"]), - (UniCase::ascii("expasion"), &["expansion"]), - (UniCase::ascii("misdemenor"), &["misdemeanor"]), - (UniCase::ascii("dimesnional"), &["dimensional"]), - (UniCase::ascii("prooxies"), &["proxies"]), - (UniCase::ascii("inpterpreter"), &["interpreter"]), - (UniCase::ascii("instread"), &["instead"]), - (UniCase::ascii("dokc"), &["dock"]), - (UniCase::ascii("negoatiation"), &["negotiation"]), - (UniCase::ascii("perfromance"), &["performance"]), - (UniCase::ascii("transprts"), &["transports"]), - (UniCase::ascii("playble"), &["playable"]), - (UniCase::ascii("timestemp"), &["timestamp"]), - (UniCase::ascii("case-insenstive"), &["case-insensitive"]), - (UniCase::ascii("progarammable"), &["programmable"]), - (UniCase::ascii("instanciating"), &["instantiating"]), - (UniCase::ascii("individualy"), &["individually"]), - (UniCase::ascii("entrepeneurs"), &["entrepreneurs"]), - (UniCase::ascii("colonizators"), &["colonizers"]), - (UniCase::ascii("implimentations"), &["implementations"]), - (UniCase::ascii("realtive"), &["relative", "reactive"]), - (UniCase::ascii("alginment"), &["alignment"]), - (UniCase::ascii("publsher"), &["publisher"]), - (UniCase::ascii("brwosed"), &["browsed"]), - (UniCase::ascii("sirective"), &["directive"]), - (UniCase::ascii("obhects"), &["objects"]), - (UniCase::ascii("arbitratry"), &["arbitrary"]), - (UniCase::ascii("channe"), &["channel"]), - (UniCase::ascii("shif-tab"), &["shift-tab"]), - (UniCase::ascii("invokve"), &["invoke"]), - (UniCase::ascii("apprieciate"), &["appreciate"]), - (UniCase::ascii("consdiered"), &["considered"]), - (UniCase::ascii("parstree"), &["parse tree"]), - (UniCase::ascii("recconeects"), &["reconnects"]), - (UniCase::ascii("diagnotic"), &["diagnostic"]), - (UniCase::ascii("vulnerabilitu"), &["vulnerability"]), - (UniCase::ascii("expport"), &["export"]), - (UniCase::ascii("destoryed"), &["destroyed"]), - (UniCase::ascii("commongly"), &["commonly"]), - (UniCase::ascii("characteds"), &["characters"]), - (UniCase::ascii("placeholdes"), &["placeholders"]), - (UniCase::ascii("repostiories"), &["repositories"]), - (UniCase::ascii("acitivity"), &["activity"]), - (UniCase::ascii("demostrate"), &["demonstrate"]), - (UniCase::ascii("accordding"), &["according"]), - (UniCase::ascii("degration"), &["degradation"]), - (UniCase::ascii("differntial"), &["differential"]), - (UniCase::ascii("referenece"), &["reference"]), - (UniCase::ascii("interanlly"), &["internally"]), - (UniCase::ascii("accapts"), &["accepts"]), - (UniCase::ascii("interesseted"), &["interested"]), - (UniCase::ascii("absolete"), &["absolute", "obsolete"]), - (UniCase::ascii("inforced"), &["enforced"]), - (UniCase::ascii("installataion"), &["installation"]), - (UniCase::ascii("epmty"), &["empty"]), - (UniCase::ascii("ocurr"), &["occur"]), - (UniCase::ascii("paticular"), &["particular"]), - (UniCase::ascii("bloker"), &["blocker"]), - (UniCase::ascii("highligted"), &["highlighted"]), - (UniCase::ascii("aledge"), &["allege"]), - (UniCase::ascii("renegoitable"), &["renegotiable"]), - (UniCase::ascii("recommded"), &["recommended"]), - (UniCase::ascii("necesarily"), &["necessarily"]), - (UniCase::ascii("disconects"), &["disconnects"]), - (UniCase::ascii("allopones"), &["allophones"]), - (UniCase::ascii("amung"), &["among"]), - (UniCase::ascii("progessor"), &["progressor"]), - (UniCase::ascii("expeditonary"), &["expeditionary"]), - (UniCase::ascii("rotataion"), &["rotation"]), - (UniCase::ascii("predictible"), &["predictable"]), - (UniCase::ascii("confoguration"), &["configuration"]), - (UniCase::ascii("doctines"), &["doctrines"]), - (UniCase::ascii("renegotionation"), &["renegotiation"]), - (UniCase::ascii("hesiate"), &["hesitate"]), - (UniCase::ascii("meterial"), &["material"]), - (UniCase::ascii("quottes"), &["quotes"]), - (UniCase::ascii("availibilty"), &["availability"]), - (UniCase::ascii("penalities"), &["penalties"]), - (UniCase::ascii("specialy"), &["specially"]), - (UniCase::ascii("platfroms"), &["platforms"]), - (UniCase::ascii("reprsentation"), &["representation"]), - (UniCase::ascii("suspeneded"), &["suspended"]), - (UniCase::ascii("dedected"), &["detected"]), - (UniCase::ascii("composiblity"), &["composability"]), - (UniCase::ascii("exceucting"), &["executing"]), - (UniCase::ascii("asssuming"), &["assuming"]), - (UniCase::ascii("ebedded"), &["embedded"]), - (UniCase::ascii("erorrs"), &["errors"]), - (UniCase::ascii("visiable"), &["visible"]), - (UniCase::ascii("indien"), &["indian", "endian"]), - (UniCase::ascii("renegogtiating"), &["renegotiating"]), - (UniCase::ascii("charactertistics"), &["characteristics"]), - (UniCase::ascii("authenitcating"), &["authenticating"]), - (UniCase::ascii("cxan"), &["cyan"]), - (UniCase::ascii("ebale"), &["enable"]), - (UniCase::ascii("reciepents"), &["recipients"]), - (UniCase::ascii("findout"), &["find out"]), - (UniCase::ascii("deferal"), &["deferral"]), - (UniCase::ascii("instatiate"), &["instantiate"]), - (UniCase::ascii("cavaet"), &["caveat"]), - (UniCase::ascii("unborned"), &["unborn"]), - (UniCase::ascii("decrmenet"), &["decrement"]), - (UniCase::ascii("alege"), &["allege"]), - (UniCase::ascii("emminently"), &["eminently"]), - (UniCase::ascii("exchanching"), &["exchanging"]), - (UniCase::ascii("extrats"), &["extracts"]), - (UniCase::ascii("actuall"), &["actually", "actual"]), - (UniCase::ascii("sycronises"), &["synchronises"]), - (UniCase::ascii("conroller"), &["controller"]), - (UniCase::ascii("munbers"), &["numbers"]), - (UniCase::ascii("consepts"), &["concepts"]), - (UniCase::ascii("freedons"), &["freedoms"]), - (UniCase::ascii("authenctication"), &["authentication"]), - (UniCase::ascii("exensions"), &["extensions"]), - (UniCase::ascii("disssembly"), &["disassembly"]), - (UniCase::ascii("sugggestions"), &["suggestions"]), - (UniCase::ascii("comecting"), &["connecting"]), - (UniCase::ascii("makrs"), &["makes", "makers", "macros"]), - (UniCase::ascii("retreeving"), &["retrieving"]), - (UniCase::ascii("syncting"), &["syncing"]), - (UniCase::ascii("configuations"), &["configurations"]), - (UniCase::ascii("timzezones"), &["timezones"]), - (UniCase::ascii("solification"), &["solidification"]), - (UniCase::ascii("essiential"), &["essential"]), - (UniCase::ascii("statmenet"), &["statement"]), - (UniCase::ascii("desribed"), &["described"]), - (UniCase::ascii("discconecctions"), &["disconnections"]), - (UniCase::ascii("unspefiififed"), &["unspecified"]), - (UniCase::ascii("resepective"), &["respective"]), - (UniCase::ascii("excect"), &["except", "expect"]), - (UniCase::ascii("sovereignity"), &["sovereignty"]), - (UniCase::ascii("heuristc"), &["heuristic"]), - (UniCase::ascii("copright"), &["copyright"]), - (UniCase::ascii("thrid"), &["third"]), - (UniCase::ascii("excute"), &["execute"]), - (UniCase::ascii("requestied"), &["requested"]), - (UniCase::ascii("curruption"), &["corruption"]), - (UniCase::ascii("exchanche"), &["exchange"]), - (UniCase::ascii("coordinnate"), &["coordinate"]), - (UniCase::ascii("independnt"), &["independent"]), - (UniCase::ascii("experimnts"), &["experiments"]), - (UniCase::ascii("subshystems"), &["subsystems"]), - (UniCase::ascii("exinct"), &["extinct"]), - (UniCase::ascii("securiy"), &["security"]), - (UniCase::ascii("referenenced"), &["referenced"]), - (UniCase::ascii("equel"), &["equal"]), - (UniCase::ascii("representaiton"), &["representation"]), - (UniCase::ascii("contryie"), &["countryie"]), - (UniCase::ascii("comparisation"), &["comparison"]), - (UniCase::unicode("сontain"), &["contain"]), - (UniCase::ascii("compariing"), &["comparing"]), - (UniCase::ascii("re-negotioation"), &["re-negotiation"]), - (UniCase::ascii("decsriptor"), &["descriptor"]), - (UniCase::ascii("implemenetation"), &["implementation"]), - (UniCase::ascii("assiging"), &["assigning"]), - (UniCase::ascii("inconvienient"), &["inconvenient"]), - (UniCase::ascii("conecjture"), &["conjecture"]), - (UniCase::ascii("defin"), &["define"]), - (UniCase::ascii("implcit"), &["implicit"]), - (UniCase::ascii("synchonize"), &["synchronize"]), - (UniCase::ascii("asymmetri"), &["asymmetric", "asymmetry"]), - (UniCase::ascii("disscuss"), &["discuss"]), - (UniCase::ascii("allways"), &["always"]), - (UniCase::ascii("inegrated"), &["integrated"]), - (UniCase::ascii("perfome"), &["perform"]), - (UniCase::ascii("pevents"), &["prevents"]), - (UniCase::ascii("eventally"), &["eventually"]), - (UniCase::ascii("daita"), &["data"]), - (UniCase::ascii("proocedures"), &["procedures"]), - (UniCase::ascii("unanimuous"), &["unanimous"]), - (UniCase::ascii("fielneame"), &["filename"]), - (UniCase::ascii("clevely"), &["cleverly"]), - (UniCase::ascii("corerctly"), &["correctly"]), - (UniCase::ascii("baisc"), &["basic"]), - (UniCase::ascii("transolations"), &["translations"]), - (UniCase::ascii("nusance"), &["nuisance"]), - (UniCase::ascii("adressses"), &["addresses"]), - (UniCase::ascii("dektops"), &["desktops"]), - (UniCase::ascii("absoutely"), &["absolutely"]), - (UniCase::ascii("negarive"), &["negative"]), - (UniCase::ascii("portguese"), &["Portuguese"]), - (UniCase::ascii("vlaue"), &["value"]), - (UniCase::ascii("configued"), &["configured"]), - (UniCase::ascii("presentaions"), &["presentations"]), - (UniCase::ascii("rearranement"), &["rearrangement"]), - (UniCase::ascii("paragph"), &["paragraph"]), - (UniCase::ascii("EBCIDC"), &["EBCDIC"]), - (UniCase::ascii("executding"), &["executing"]), - (UniCase::ascii("plesing"), &["pleasing", "blessing"]), - (UniCase::ascii("pannels"), &["panels"]), - (UniCase::ascii("concering"), &["concerning"]), - (UniCase::ascii("unreigsters"), &["unregisters"]), - (UniCase::ascii("uminportant"), &["unimportant"]), - (UniCase::ascii("paralell"), &["parallel"]), - (UniCase::ascii("costant"), &["constant"]), - (UniCase::ascii("imlimented"), &["implemented"]), - (UniCase::ascii("incurruptable"), &["incorruptible"]), - (UniCase::ascii("checkd"), &["checked"]), - (UniCase::ascii("fromthe"), &["from the"]), - ( - UniCase::ascii("configruated"), - &["configured", "configuration"], - ), - (UniCase::ascii("mininal"), &["minimal"]), - (UniCase::ascii("restriced"), &["restricted"]), - (UniCase::ascii("initializaiton"), &["initialization"]), - (UniCase::ascii("deffined"), &["defined"]), - (UniCase::ascii("verfying"), &["verifying"]), - (UniCase::ascii("acknowldegement"), &["acknowledgement"]), - (UniCase::ascii("configuartion"), &["configuration"]), - (UniCase::ascii("flages"), &["flags"]), - (UniCase::ascii("excpect"), &["expect"]), - (UniCase::ascii("sise"), &["size", "sisal"]), - (UniCase::ascii("compatability"), &["compatibility"]), - (UniCase::ascii("colleection"), &["collection"]), - (UniCase::ascii("inadiquate"), &["inadequate"]), - (UniCase::ascii("gauaranteed"), &["guaranteed"]), - (UniCase::ascii("workstaiton"), &["workstation"]), - (UniCase::ascii("cluser"), &["cluster"]), - (UniCase::ascii("setings"), &["settings"]), - (UniCase::ascii("igonore"), &["ignore"]), - (UniCase::ascii("formates"), &["formats"]), - (UniCase::ascii("verbatum"), &["verbatim"]), - (UniCase::ascii("failiure"), &["failure"]), - (UniCase::ascii("componants"), &["components"]), - (UniCase::ascii("keywoards"), &["keywords"]), - (UniCase::ascii("overlaped"), &["overlapped"]), - (UniCase::ascii("dissapeared"), &["disappeared"]), - (UniCase::ascii("unrgesiter"), &["unregister"]), - (UniCase::ascii("argemnts"), &["arguments"]), - (UniCase::ascii("millenium"), &["millennium"]), - (UniCase::ascii("propertyst"), &["properties"]), - (UniCase::ascii("sheild"), &["shield"]), - (UniCase::ascii("templat"), &["template"]), - (UniCase::ascii("decices"), &["decides"]), - (UniCase::ascii("imporing"), &["importing"]), - (UniCase::ascii("recyclying"), &["recycling"]), - (UniCase::ascii("proocesses"), &["processes"]), - (UniCase::ascii("unsccessful"), &["unsuccessful"]), - (UniCase::ascii("perserverance"), &["perseverance"]), - (UniCase::ascii("follewinwg"), &["following"]), - (UniCase::ascii("excpects"), &["expects"]), - (UniCase::ascii("ommitting"), &["omitting"]), - (UniCase::ascii("cofigure"), &["configure"]), - (UniCase::ascii("vulnerarbility"), &["vulnerability"]), - (UniCase::ascii("scaning"), &["scanning"]), - (UniCase::ascii("represntation"), &["representation"]), - (UniCase::ascii("exactely"), &["exactly"]), - (UniCase::ascii("ACII"), &["ASCII"]), - (UniCase::ascii("remaping"), &["remapping"]), - (UniCase::ascii("excells"), &["excels"]), - (UniCase::ascii("unregisting"), &["unregistering"]), - (UniCase::ascii("fomated"), &["formatted"]), - (UniCase::ascii("adjcence"), &["adjacence"]), - (UniCase::ascii("prohibitted"), &["prohibited"]), - (UniCase::ascii("datastrcutures"), &["datastructures"]), - (UniCase::ascii("excape"), &["escape"]), - (UniCase::ascii("srinking"), &["shrinking"]), - (UniCase::ascii("publisgers"), &["publishers"]), - (UniCase::ascii("wouldnt"), &["wouldn\'t"]), - (UniCase::ascii("remvoe"), &["remove"]), - (UniCase::ascii("incresed"), &["increased"]), - (UniCase::ascii("noveau"), &["nouveau"]), - (UniCase::ascii("childrens"), &["children"]), - (UniCase::ascii("fowarding"), &["forwarding"]), - (UniCase::ascii("wathever"), &["whatever"]), - (UniCase::ascii("direclty"), &["directly"]), - (UniCase::ascii("renegotaitions"), &["renegotiations"]), - (UniCase::ascii("contermporaneous"), &["contemporaneous"]), - (UniCase::ascii("explainations"), &["explanations"]), - (UniCase::ascii("optionnal"), &["optional"]), - (UniCase::ascii("wroks"), &["works"]), - (UniCase::ascii("algorhithms"), &["algorithms"]), - (UniCase::ascii("lengh"), &["length"]), - (UniCase::ascii("paralelism"), &["parallelism"]), - (UniCase::ascii("agina"), &["again", "angina"]), - (UniCase::ascii("reverse-engeneer"), &["reverse-engineer"]), - (UniCase::ascii("declarnig"), &["declaring"]), - (UniCase::ascii("paranthes"), &["parentheses", "parenthesis"]), - (UniCase::ascii("dissassembling"), &["disassembling"]), - (UniCase::ascii("modifu"), &["modify"]), - (UniCase::ascii("orienatated"), &["orientated"]), - (UniCase::ascii("exectutions"), &["executions"]), - (UniCase::ascii("timeoutted"), &["timed out"]), - (UniCase::ascii("hanshakes"), &["handshakes"]), - (UniCase::ascii("relativly"), &["relatively"]), - (UniCase::ascii("retursn"), &["returns"]), - (UniCase::ascii("bisnes"), &["business"]), - (UniCase::ascii("neumeric"), &["numeric"]), - (UniCase::ascii("elemtary"), &["elementary"]), - (UniCase::ascii("cancelability"), &["cancellability"]), - (UniCase::ascii("negothiator"), &["negotiator"]), - (UniCase::ascii("enlose"), &["enclose"]), - (UniCase::ascii("suprisingly"), &["surprisingly"]), - (UniCase::ascii("descriptoy"), &["descriptor"]), - (UniCase::ascii("neighbering"), &["neighboring"]), - (UniCase::ascii("tefine"), &["define"]), - (UniCase::ascii("moudle"), &["module"]), - (UniCase::ascii("conpletion"), &["completion"]), - (UniCase::ascii("hitogram"), &["histogram"]), - (UniCase::ascii("elegible"), &["eligible"]), - (UniCase::ascii("thise"), &["these", "this"]), - (UniCase::ascii("tempation"), &["temptation"]), - (UniCase::ascii("bounaries"), &["boundaries"]), - (UniCase::ascii("oigin"), &["origin"]), - (UniCase::ascii("responsed"), &["responded", "responses"]), - (UniCase::ascii("peform"), &["perform"]), - (UniCase::ascii("becahse"), &["because"]), - (UniCase::ascii("althorithms"), &["algorithms"]), - (UniCase::ascii("prebious"), &["previous"]), - (UniCase::ascii("archictect"), &["architect"]), - (UniCase::ascii("javascipt"), &["javascript"]), - (UniCase::ascii("seve"), &["save", "sieve"]), - (UniCase::ascii("susbsystem"), &["subsystem"]), - (UniCase::ascii("pipelin"), &["pipeline"]), - (UniCase::ascii("esccape"), &["escape"]), - (UniCase::ascii("alternetives"), &["alternatives"]), - (UniCase::ascii("countours"), &["contours", "counters"]), - (UniCase::ascii("polinators"), &["pollinators"]), - (UniCase::ascii("intertaining"), &["entertaining"]), - (UniCase::ascii("configuratioon"), &["configuration"]), - (UniCase::ascii("sitautions"), &["situations"]), - (UniCase::ascii("sgadow"), &["shadow"]), - (UniCase::ascii("cetting"), &["setting"]), - (UniCase::ascii("expereinces"), &["experiences"]), - (UniCase::ascii("progaramm"), &["program"]), - (UniCase::ascii("visuaise"), &["visualise"]), - (UniCase::ascii("resetted"), &["reset"]), - (UniCase::ascii("owrk"), &["work"]), - (UniCase::ascii("unconcious"), &["unconscious"]), - (UniCase::ascii("methos"), &["methods", "method"]), - (UniCase::ascii("analysus"), &["analysis"]), - (UniCase::ascii("shashes"), &["slashes"]), - (UniCase::ascii("namepsace"), &["namespace"]), - (UniCase::ascii("formost"), &["foremost"]), - (UniCase::ascii("asumption"), &["assumption"]), - (UniCase::ascii("eiter"), &["either"]), - (UniCase::ascii("ariflow"), &["airflow"]), - (UniCase::ascii("chooose"), &["choose"]), - (UniCase::ascii("execuions"), &["executions"]), - (UniCase::ascii("permanenty"), &["permanently"]), - (UniCase::ascii("emptniess"), &["emptiness"]), - (UniCase::ascii("shbang"), &["shebang"]), - (UniCase::ascii("reguarldess"), &["regardless"]), - (UniCase::ascii("algorthms"), &["algorithms"]), - (UniCase::ascii("negotates"), &["negotiates"]), - (UniCase::ascii("arbiitrary"), &["arbitrary"]), - (UniCase::ascii("pertrubing"), &["perturbing"]), - (UniCase::ascii("speciying"), &["specifying"]), - (UniCase::ascii("htis"), &["this"]), - (UniCase::ascii("fisrt"), &["first"]), - (UniCase::ascii("orthoganalize"), &["orthogonalize"]), - (UniCase::ascii("branckets"), &["brackets"]), - (UniCase::ascii("finnished"), &["finished"]), - (UniCase::ascii("uptreaming"), &["upstreaming"]), - (UniCase::ascii("afinity"), &["affinity"]), - (UniCase::ascii("diablical"), &["diabolical"]), - (UniCase::ascii("secoundly"), &["secondly"]), - (UniCase::ascii("negotatied"), &["negotiated"]), - (UniCase::ascii("ignorms"), &["ignores"]), - (UniCase::ascii("expoerted"), &["exported"]), - (UniCase::ascii("respecitve"), &["respective"]), - (UniCase::ascii("locaizer"), &["localizer"]), - (UniCase::ascii("buik"), &["bulk"]), - (UniCase::ascii("interpretes"), &["interprets"]), - (UniCase::ascii("reguator"), &["regulator"]), - (UniCase::ascii("corrsponds"), &["corresponds"]), - (UniCase::ascii("neighbot"), &["neighbor"]), - (UniCase::ascii("experimetnation"), &["experimentation"]), - (UniCase::ascii("retransferrd"), &["retransferred"]), - (UniCase::ascii("seemlessly"), &["seamlessly"]), - (UniCase::ascii("pleae"), &["please"]), - (UniCase::ascii("attemted"), &["attempted"]), - (UniCase::ascii("vulberbuility"), &["vulnerability"]), - (UniCase::ascii("valdate"), &["validate"]), - (UniCase::ascii("prodecure"), &["procedure"]), - (UniCase::ascii("analgous"), &["analogous"]), - (UniCase::ascii("elction"), &["election"]), - (UniCase::ascii("asended"), &["ascended", "as ended"]), - (UniCase::ascii("temporarilty"), &["temporarily"]), - (UniCase::ascii("harcode"), &["hardcode", "charcode"]), - (UniCase::ascii("convense"), &["convince"]), - (UniCase::ascii("postpocessing"), &["postprocessing"]), - (UniCase::ascii("inhomogenous"), &["inhomogeneous"]), - (UniCase::ascii("descripton"), &["description"]), - (UniCase::ascii("seconcary"), &["secondary"]), - (UniCase::ascii("erverything"), &["everything"]), - (UniCase::ascii("manufaturing"), &["manufacturing"]), - (UniCase::ascii("assymetrical"), &["asymmetrical"]), - (UniCase::ascii("desallocate"), &["deallocate"]), - (UniCase::ascii("dissconnected"), &["disconnected"]), - (UniCase::ascii("amounds"), &["amounts"]), - (UniCase::ascii("harrassing"), &["harassing"]), - (UniCase::ascii("addresable"), &["addressable"]), - (UniCase::ascii("margings"), &["margins"]), - (UniCase::ascii("postives"), &["positives"]), - (UniCase::ascii("characteer"), &["character"]), - (UniCase::ascii("neighbehoods"), &["neighborhoods"]), - (UniCase::ascii("progagator"), &["propagator"]), - (UniCase::ascii("bureauracy"), &["bureaucracy"]), - (UniCase::ascii("brosable"), &["browsable"]), - (UniCase::ascii("sirectives"), &["directives"]), - (UniCase::ascii("backgorunds"), &["backgrounds"]), - (UniCase::ascii("heigh"), &["height", "high"]), - (UniCase::ascii("throuth"), &["through"]), - (UniCase::ascii("organizaions"), &["organizations"]), - (UniCase::ascii("encocder"), &["encoder"]), - (UniCase::ascii("comlex"), &["complex"]), - (UniCase::ascii("limitted"), &["limited"]), - (UniCase::ascii("intiallization"), &["initialization"]), - (UniCase::ascii("preocupation"), &["preoccupation"]), - (UniCase::ascii("envrirons"), &["environs"]), - (UniCase::ascii("disbale"), &["disable"]), - (UniCase::ascii("pyhton"), &["python"]), - (UniCase::ascii("conlcusions"), &["conclusions"]), - (UniCase::ascii("dispatcgh"), &["dispatch"]), - ( - UniCase::ascii("transcripting"), - &["transcribing", "transcription"], - ), - (UniCase::ascii("re-uploder"), &["re-uploader"]), - (UniCase::ascii("posative"), &["positive"]), - (UniCase::ascii("destuction"), &["destruction"]), - (UniCase::ascii("pre-registeres"), &["pre-registers"]), - (UniCase::ascii("neeeds"), &["needs"]), - (UniCase::ascii("procides"), &["provides"]), - (UniCase::ascii("doccumented"), &["documented"]), - (UniCase::ascii("indepdentedly"), &["independently"]), - (UniCase::ascii("recalulate"), &["recalculate"]), - (UniCase::ascii("unforutunate"), &["unfortunate"]), - (UniCase::ascii("volonteering"), &["volunteering"]), - (UniCase::ascii("declaratons"), &["declarations"]), - (UniCase::ascii("charcater"), &["character"]), - (UniCase::ascii("entitee"), &["entity"]), - (UniCase::ascii("visibale"), &["visible"]), - (UniCase::ascii("hashs"), &["hashes"]), - (UniCase::ascii("clientelle"), &["clientele"]), - (UniCase::ascii("severeal"), &["several"]), - (UniCase::ascii("algorythemic"), &["algorithmic"]), - (UniCase::ascii("capalize"), &["capitalize"]), - (UniCase::ascii("tothiba"), &["toshiba"]), - (UniCase::ascii("aggresively"), &["aggressively"]), - (UniCase::ascii("desingable"), &["designable"]), - (UniCase::ascii("precice"), &["precise"]), - (UniCase::ascii("experimetation"), &["experimentation"]), - (UniCase::ascii("exclusuives"), &["exclusives"]), - (UniCase::ascii("polutes"), &["pollutes"]), - (UniCase::ascii("shortkuts"), &["shortcuts"]), - (UniCase::ascii("hve"), &["have"]), - (UniCase::ascii("contined"), &["continued"]), - (UniCase::ascii("deviece"), &["device"]), - (UniCase::ascii("multiplikation"), &["multiplication"]), - (UniCase::ascii("traslation"), &["translation"]), - (UniCase::ascii("enocder"), &["encoder"]), - (UniCase::ascii("sufficated"), &["suffocated"]), - (UniCase::ascii("quotaion"), &["quotation"]), - (UniCase::ascii("garbadge"), &["garbage"]), - (UniCase::ascii("accapted"), &["accepted"]), - (UniCase::ascii("lincesed"), &["licensed"]), - (UniCase::ascii("occurded"), &["occurred"]), - (UniCase::ascii("circumsicion"), &["circumcision"]), - (UniCase::ascii("stiring"), &["stirring"]), - (UniCase::ascii("roomate"), &["roommate"]), - (UniCase::ascii("rendezous"), &["rendezvous"]), - (UniCase::ascii("traingulated"), &["triangulated"]), - (UniCase::ascii("follwoeed"), &["followed"]), - (UniCase::ascii("alterior"), &["ulterior"]), - (UniCase::ascii("wheteher"), &["whether"]), - (UniCase::ascii("propterties"), &["properties"]), - (UniCase::ascii("autonegotation"), &["autonegotiation"]), - (UniCase::ascii("multpliers"), &["multipliers"]), - (UniCase::ascii("glpyhs"), &["glyphs"]), - (UniCase::ascii("rasies"), &["raises"]), - (UniCase::ascii("ciritic"), &["critic"]), - (UniCase::ascii("reacahable"), &["reachable"]), - (UniCase::ascii("gridles"), &["griddles"]), - (UniCase::ascii("acknowleges"), &["acknowledges"]), - (UniCase::ascii("ertoneous"), &["erroneous"]), - (UniCase::ascii("boundrary"), &["boundary"]), - (UniCase::ascii("currrently"), &["currently"]), - (UniCase::ascii("platofrm"), &["platform"]), - (UniCase::ascii("packaing"), &["packaging"]), - (UniCase::ascii("attmpt"), &["attempt"]), - (UniCase::ascii("pimxaps"), &["pixmaps"]), - (UniCase::ascii("etends"), &["extends", "attends"]), - (UniCase::ascii("chennel"), &["channel"]), - (UniCase::ascii("spefcifics"), &["specifics"]), - (UniCase::ascii("cleaer"), &["clear", "clearer", "cleaner"]), - (UniCase::ascii("kenel"), &["kernel", "kennel"]), - (UniCase::ascii("tranlates"), &["translates"]), - (UniCase::ascii("alhabetical"), &["alphabetical"]), - (UniCase::ascii("critisism"), &["criticism"]), - (UniCase::ascii("expermenter"), &["experimenter"]), - (UniCase::ascii("experimentatl"), &["experimental"]), - (UniCase::ascii("acitve"), &["active"]), - (UniCase::ascii("aquaints"), &["acquaints"]), - (UniCase::ascii("absoluthly"), &["absolutely"]), - (UniCase::ascii("currnt"), &["current"]), - (UniCase::ascii("allreight"), &["all right", "alright"]), - (UniCase::ascii("presumabely"), &["presumably"]), - (UniCase::ascii("smouthness"), &["smoothness"]), - (UniCase::ascii("unexepcted"), &["unexpected"]), - (UniCase::ascii("refertences"), &["references"]), - (UniCase::ascii("apprixamately"), &["approximately"]), - (UniCase::ascii("structire"), &["structure"]), - (UniCase::ascii("structues"), &["structures"]), - (UniCase::ascii("deternine"), &["determine"]), - (UniCase::ascii("recevied"), &["received"]), - (UniCase::ascii("superceding"), &["superseding"]), - (UniCase::ascii("oen"), &["one"]), - (UniCase::ascii("platfarms"), &["platforms"]), - (UniCase::ascii("propertys"), &["properties"]), - (UniCase::ascii("intquiries"), &["inquiries", "enquiries"]), - (UniCase::ascii("thiunk"), &["think"]), - (UniCase::ascii("execuet"), &["execute"]), - (UniCase::ascii("reallocaion"), &["reallocation"]), - (UniCase::ascii("hases"), &["hashes"]), - (UniCase::ascii("fonctionnalies"), &["functionalities"]), - (UniCase::ascii("orginy"), &["originy"]), - (UniCase::ascii("certifacte"), &["certificate"]), - (UniCase::ascii("levetate"), &["levitate"]), - (UniCase::ascii("detemines"), &["determines"]), - (UniCase::ascii("speficifies"), &["specifies"]), - (UniCase::ascii("negoitate"), &["negotiate"]), - (UniCase::ascii("devirutalization"), &["devirtualization"]), - (UniCase::ascii("creastor"), &["creator"]), - (UniCase::ascii("uncompres"), &["uncompress"]), - (UniCase::ascii("freqeuncy"), &["frequency"]), - (UniCase::ascii("fomatter"), &["formatter"]), - (UniCase::ascii("auguest"), &["august"]), - (UniCase::ascii("millseconds"), &["milliseconds"]), - (UniCase::ascii("alternaives"), &["alternatives"]), - (UniCase::ascii("expetimentations"), &["experimentations"]), - (UniCase::ascii("chagnes"), &["changes"]), - (UniCase::ascii("folowwer"), &["follower"]), - (UniCase::ascii("negothiating"), &["negotiating"]), - (UniCase::ascii("renegotaited"), &["renegotiated"]), - (UniCase::ascii("reprsenting"), &["representing"]), - (UniCase::ascii("deamands"), &["demands"]), - (UniCase::ascii("uninitialse"), &["uninitialise"]), - (UniCase::ascii("sepearately"), &["separately"]), - (UniCase::ascii("defauled"), &["default", "defaulted"]), - (UniCase::ascii("fileshystems"), &["filesystems"]), - (UniCase::ascii("maintenace"), &["maintenance"]), - (UniCase::ascii("servce"), &["service", "serve"]), - (UniCase::ascii("dosn\'t"), &["doesn\'t"]), - (UniCase::ascii("opeartios"), &["operations"]), - (UniCase::ascii("catpture"), &["capture"]), - (UniCase::ascii("regularily"), &["regularly"]), - (UniCase::ascii("languale"), &["language"]), - (UniCase::ascii("algorthn"), &["algorithm"]), - (UniCase::ascii("histroical"), &["historical"]), - (UniCase::ascii("connnected"), &["connected"]), - (UniCase::ascii("complats"), &["completes"]), - (UniCase::ascii("halp"), &["help"]), - (UniCase::ascii("renegoziating"), &["renegotiating"]), - (UniCase::ascii("acesses"), &["accesses"]), - (UniCase::ascii("subscritption"), &["subscription"]), - (UniCase::ascii("interract"), &["interact"]), - (UniCase::ascii("apon"), &["upon", "apron"]), - (UniCase::ascii("accssible"), &["accessible"]), - (UniCase::ascii("ciricle"), &["circle"]), - (UniCase::ascii("unfortunaltely"), &["unfortunately"]), - (UniCase::ascii("disapprouve"), &["disapprove"]), - (UniCase::ascii("renegogtiation"), &["renegotiation"]), - (UniCase::ascii("immediatlly"), &["immediately"]), - (UniCase::ascii("rejplace"), &["replace"]), - (UniCase::ascii("clese"), &["close"]), - (UniCase::ascii("seperatelly"), &["separately"]), - (UniCase::ascii("dekstops"), &["desktops"]), - (UniCase::ascii("losened"), &["loosened"]), - (UniCase::ascii("compresssion"), &["compression"]), - (UniCase::ascii("mathematicas"), &["mathematics"]), - (UniCase::ascii("internface"), &["interface"]), - (UniCase::ascii("negotatiate"), &["negotiate"]), - (UniCase::ascii("itialises"), &["initialises"]), - (UniCase::ascii("varian"), &["variant"]), - (UniCase::ascii("songling"), &["singling", "dongling"]), - (UniCase::ascii("asymetrical"), &["asymmetrical"]), - (UniCase::ascii("develompents"), &["developments"]), - (UniCase::ascii("corsssute"), &["cross-site"]), - (UniCase::ascii("dramtic"), &["dramatic"]), - (UniCase::ascii("responce"), &["response"]), - (UniCase::ascii("buissiness"), &["business"]), - (UniCase::ascii("creat"), &["create"]), - (UniCase::ascii("boun"), &["bound"]), - (UniCase::ascii("uninitialsed"), &["uninitialised"]), - (UniCase::ascii("secions"), &["sections"]), - (UniCase::ascii("becoms"), &["becomes"]), - (UniCase::ascii("regeistration"), &["registration"]), - (UniCase::ascii("delimeted"), &["delimited"]), - (UniCase::ascii("partisions"), &["partitions"]), - (UniCase::ascii("atomicly"), &["atomically"]), - (UniCase::ascii("collission"), &["collision", "collusion"]), - (UniCase::ascii("pre-confure"), &["pre-configure"]), - (UniCase::ascii("incosistent"), &["inconsistent"]), - (UniCase::ascii("implictly"), &["implicitly"]), - (UniCase::ascii("ciricularise"), &["circularise"]), - (UniCase::ascii("initilized"), &["initialized"]), - (UniCase::ascii("dissapoints"), &["disappoints"]), - (UniCase::ascii("sinature"), &["signature"]), - (UniCase::ascii("differnt"), &["different"]), - (UniCase::ascii("lightyear"), &["light year"]), - (UniCase::ascii("reuqests"), &["requests"]), - (UniCase::ascii("doensn\'t"), &["doesn\'t"]), - (UniCase::ascii("prepand"), &["prepend"]), - (UniCase::ascii("redifinition"), &["redefinition"]), - (UniCase::ascii("contaisn"), &["contains"]), - (UniCase::ascii("loign"), &["login"]), - (UniCase::ascii("couterpart"), &["counterpart"]), - (UniCase::ascii("stange"), &["strange"]), - (UniCase::ascii("distengish"), &["distinguish"]), - (UniCase::ascii("usinging"), &["using"]), - (UniCase::ascii("representiative"), &["representative"]), - (UniCase::ascii("Juadism"), &["Judaism"]), - (UniCase::ascii("oportions"), &["options", "apportions"]), - (UniCase::ascii("exlude"), &["exclude", "exude"]), - (UniCase::ascii("dirrectly"), &["directly"]), - (UniCase::ascii("broswed"), &["browsed"]), - (UniCase::ascii("srtings"), &["strings"]), - (UniCase::ascii("peding"), &["pending"]), - (UniCase::ascii("disparite"), &["disparate"]), - (UniCase::ascii("ecxites"), &["excites"]), - (UniCase::ascii("altready"), &["already"]), - (UniCase::ascii("convertable"), &["convertible"]), - (UniCase::ascii("slighty"), &["slightly"]), - (UniCase::ascii("monitary"), &["monetary"]), - (UniCase::ascii("owership"), &["ownership"]), - (UniCase::ascii("caluclater"), &["calculator"]), - (UniCase::ascii("undoed"), &["undo", "undone"]), - (UniCase::ascii("assasins"), &["assassins"]), - (UniCase::ascii("representated"), &["represented"]), - (UniCase::ascii("singel"), &["single", "signal"]), - (UniCase::ascii("wron"), &["wrong"]), - (UniCase::ascii("stran"), &["strand", "strain"]), - (UniCase::ascii("defaulls"), &["defaults"]), - (UniCase::ascii("sythesis"), &["synthesis"]), - (UniCase::ascii("percepted"), &["perceived"]), - (UniCase::ascii("chanceling"), &["canceling"]), - (UniCase::ascii("commpn"), &["common"]), - (UniCase::ascii("foults"), &["faults"]), - (UniCase::ascii("resroucing"), &["resourcing"]), - (UniCase::ascii("amouts"), &["amounts"]), - (UniCase::ascii("inevititably"), &["inevitably"]), - (UniCase::ascii("reknown"), &["renown"]), - (UniCase::ascii("sysmatically"), &["systematically"]), - (UniCase::ascii("sistem"), &["system"]), - (UniCase::ascii("subscibed"), &["subscribed"]), - (UniCase::ascii("implicite"), &["implicit", "implicitly"]), - (UniCase::ascii("tecniques"), &["techniques"]), - (UniCase::ascii("exhisted"), &["existed"]), - (UniCase::ascii("essense"), &["essence"]), - (UniCase::ascii("unconditionnally"), &["unconditionally"]), - (UniCase::ascii("furutre"), &["future"]), - ( - UniCase::ascii("custome"), - &["custom", "customs", "costume", "customer"], - ), - (UniCase::ascii("embdedded"), &["embedded"]), - (UniCase::ascii("rednerer"), &["renderer"]), - (UniCase::ascii("accessable"), &["accessible"]), - (UniCase::ascii("cornmitted"), &["committed"]), - (UniCase::ascii("defeine"), &["define"]), - (UniCase::ascii("posistion"), &["position"]), - (UniCase::ascii("consistenly"), &["consistently"]), - (UniCase::ascii("piont"), &["point"]), - (UniCase::ascii("exaple"), &["example"]), - (UniCase::ascii("bult-in"), &["built-in"]), - (UniCase::ascii("auxileries"), &["auxiliaries"]), - (UniCase::ascii("unmistakeably"), &["unmistakably"]), - (UniCase::ascii("veresions"), &["versions"]), - (UniCase::ascii("conbtrols"), &["controls"]), - (UniCase::ascii("downlowds"), &["downloads"]), - (UniCase::ascii("experimentaiters"), &["experimenters"]), - (UniCase::ascii("feasable"), &["feasible"]), - (UniCase::ascii("signifant"), &["significant"]), - (UniCase::ascii("susinkt"), &["succinct"]), - (UniCase::ascii("upsterams"), &["upstreams"]), - (UniCase::ascii("neighbourhoud"), &["neighbourhood"]), - (UniCase::ascii("initialze"), &["initialize"]), - (UniCase::ascii("expermients"), &["experiments"]), - (UniCase::ascii("hightest"), &["highest"]), - (UniCase::ascii("renegogtiable"), &["renegotiable"]), - (UniCase::ascii("insetad"), &["instead"]), - (UniCase::ascii("re-upladad"), &["re-upload", "re-uploaded"]), - (UniCase::ascii("movemets"), &["movements"]), - (UniCase::ascii("crsytallize"), &["crystallize"]), - (UniCase::ascii("deduplacation"), &["deduplication"]), - (UniCase::ascii("indendation"), &["indentation"]), - (UniCase::ascii("keyward"), &["keyword"]), - ( - UniCase::ascii("placemet"), - &["placement", "placemat", "place mat"], - ), - (UniCase::ascii("consern"), &["concern"]), - (UniCase::ascii("negoitation"), &["negotiation"]), - (UniCase::ascii("henc"), &["hence"]), - (UniCase::ascii("cointain"), &["contain"]), - (UniCase::ascii("artifcats"), &["artifacts"]), - (UniCase::ascii("wnen"), &["when", "Wen"]), - (UniCase::ascii("savelt"), &["svelte", "save it"]), - (UniCase::ascii("sotfware"), &["software"]), - (UniCase::ascii("deamiguation"), &["disambiguation"]), - (UniCase::ascii("responsibilites"), &["responsibilities"]), - (UniCase::ascii("connektors"), &["connectors"]), - (UniCase::ascii("comparispons"), &["comparisons"]), - (UniCase::ascii("mimimum"), &["minimum"]), - (UniCase::ascii("aske"), &["ask"]), - (UniCase::ascii("freze"), &["freeze"]), - (UniCase::unicode("сontainer"), &["container"]), - (UniCase::ascii("corectly"), &["correctly"]), - (UniCase::ascii("tiggered"), &["triggered"]), - (UniCase::ascii("comittish"), &["committish"]), - (UniCase::ascii("yeilding"), &["yielding"]), - (UniCase::ascii("recommnds"), &["recommends"]), - (UniCase::ascii("expermiental"), &["experimental"]), - (UniCase::ascii("registors"), &["registers"]), - (UniCase::ascii("meachanisms"), &["mechanisms"]), - (UniCase::ascii("ciphersutes"), &["ciphersuites"]), - (UniCase::ascii("authenication"), &["authentication"]), - (UniCase::ascii("experiations"), &["expirations"]), - (UniCase::ascii("progarmable"), &["programmable"]), - (UniCase::ascii("governer"), &["governor"]), - (UniCase::ascii("continusly"), &["continuously"]), - (UniCase::ascii("intializtion"), &["initialization"]), - (UniCase::ascii("allocted"), &["allocated"]), - (UniCase::ascii("grabing"), &["grabbing"]), - (UniCase::ascii("unilatreal"), &["unilateral"]), - (UniCase::ascii("pronnounced"), &["pronounced"]), - (UniCase::ascii("removerd"), &["removed"]), - (UniCase::ascii("relatib"), &["relative", "relatable"]), - (UniCase::ascii("modukles"), &["modules"]), - (UniCase::ascii("devcent"), &["decent"]), - (UniCase::ascii("contant"), &["constant", "content"]), - (UniCase::ascii("plent"), &["plenty"]), - (UniCase::ascii("wether"), &["weather", "whether"]), - (UniCase::ascii("serach"), &["search"]), - (UniCase::ascii("locatins"), &["locations"]), - (UniCase::ascii("reuplad"), &["reupload"]), - (UniCase::ascii("terriory"), &["territory"]), - (UniCase::ascii("eventially"), &["eventually"]), - (UniCase::ascii("initalising"), &["initialising"]), - (UniCase::ascii("ccale"), &["scale"]), - (UniCase::ascii("offseting"), &["offsetting"]), - (UniCase::ascii("overlaping"), &["overlapping"]), - (UniCase::ascii("subnegotitaion"), &["subnegotiation"]), - (UniCase::ascii("entite"), &["entire", "entity"]), - (UniCase::ascii("persepctive"), &["perspective"]), - (UniCase::ascii("compulsery"), &["compulsory"]), - (UniCase::ascii("conained"), &["contained"]), - (UniCase::ascii("kindergarden"), &["kindergarten"]), - ( - UniCase::ascii("coexistance"), - &["coexistence", "co-existence"], - ), - (UniCase::ascii("abselutely"), &["absolutely"]), - (UniCase::ascii("adn"), &["and"]), - (UniCase::ascii("insersect"), &["intersect"]), - (UniCase::ascii("particalurly"), &["particularly"]), - (UniCase::ascii("coridal"), &["cordial"]), - (UniCase::ascii("accomadate"), &["accommodate"]), - (UniCase::ascii("convertet"), &["converted"]), - (UniCase::ascii("osffsets"), &["offsets"]), - (UniCase::ascii("depreacts"), &["deprecates"]), - (UniCase::ascii("autonegociations"), &["autonegotiations"]), - (UniCase::ascii("accompagniment"), &["accompaniment"]), - (UniCase::ascii("spefeis"), &["specifies"]), - (UniCase::ascii("techical"), &["technical"]), - (UniCase::ascii("vactor"), &["vector"]), - ( - UniCase::ascii("depretiation"), - &["depreciation", "deprecation"], - ), - (UniCase::ascii("perferrence"), &["preference"]), - (UniCase::ascii("segements"), &["segments"]), - (UniCase::ascii("bounnd"), &["bound"]), - (UniCase::ascii("withought"), &["without"]), - (UniCase::ascii("buttoms"), &["buttons", "bottom"]), - (UniCase::ascii("loosley"), &["loosely"]), - (UniCase::ascii("cetrainly"), &["certainly"]), - (UniCase::ascii("trama"), &["trauma"]), - (UniCase::ascii("scrachs"), &["scratches"]), - (UniCase::ascii("authenticaiton"), &["authentication"]), - (UniCase::ascii("returming"), &["returning"]), - (UniCase::ascii("neighborhoor"), &["neighbor"]), - (UniCase::ascii("centain"), &["certain"]), - (UniCase::ascii("guarnateed"), &["guaranteed"]), - (UniCase::ascii("rebulding"), &["rebuilding"]), - (UniCase::ascii("avaluate"), &["evaluate"]), - (UniCase::ascii("aproched"), &["approached"]), - (UniCase::ascii("assisnate"), &["assassinate"]), - (UniCase::ascii("limitiing"), &["limiting"]), - (UniCase::ascii("chuks"), &["chunks"]), - (UniCase::ascii("perviously"), &["previously"]), - (UniCase::ascii("trigered"), &["triggered"]), - (UniCase::ascii("bounbdary"), &["boundary"]), - (UniCase::ascii("counpound"), &["compound"]), - (UniCase::ascii("differend"), &["different"]), - (UniCase::ascii("preverve"), &["preserve"]), - (UniCase::ascii("outout"), &["output"]), - (UniCase::ascii("distribtution"), &["distributions"]), - (UniCase::ascii("decidate"), &["dedicate"]), - (UniCase::ascii("cleaness"), &["cleanness"]), - (UniCase::ascii("folliws"), &["follows"]), - (UniCase::ascii("envrionmental"), &["environmental"]), - (UniCase::ascii("perfoms"), &["performs"]), - (UniCase::ascii("verbouse"), &["verbose"]), - (UniCase::ascii("gurantees"), &["guarantees"]), - (UniCase::ascii("discovred"), &["discovered"]), - (UniCase::ascii("degnerate"), &["degenerate"]), - (UniCase::ascii("challege"), &["challenge"]), - (UniCase::ascii("existant"), &["existent"]), - (UniCase::ascii("spcial"), &["special"]), - (UniCase::ascii("rearrangmenets"), &["rearrangements"]), - (UniCase::ascii("transparrently"), &["transparently"]), - (UniCase::ascii("presistently"), &["persistently"]), - (UniCase::ascii("decsribed"), &["described"]), - (UniCase::ascii("disapoint"), &["disappoint"]), - (UniCase::ascii("runnin"), &["running"]), - (UniCase::ascii("expexcted"), &["expected"]), - (UniCase::ascii("defargkey"), &["defragkey"]), - (UniCase::ascii("traveresal"), &["traversal"]), - (UniCase::ascii("interrrupts"), &["interrupts"]), - (UniCase::ascii("kernal"), &["kernel"]), - (UniCase::ascii("sencond"), &["second"]), - (UniCase::ascii("devasted"), &["devastated"]), - (UniCase::ascii("circunstances"), &["circumstances"]), - (UniCase::ascii("shperes"), &["spheres"]), - (UniCase::ascii("spefiifeirs"), &["specifiers"]), - (UniCase::ascii("depdendets"), &["dependents"]), - (UniCase::ascii("collasion"), &["collision"]), - (UniCase::ascii("attaindre"), &["attainder", "attained"]), - (UniCase::ascii("alligns"), &["aligns"]), - (UniCase::ascii("theoritical"), &["theoretical"]), - (UniCase::ascii("ciricularize"), &["circularize"]), - (UniCase::ascii("producted"), &["produced"]), - (UniCase::ascii("themselces"), &["themselves"]), - (UniCase::ascii("intergration"), &["integration"]), - (UniCase::ascii("avtive"), &["active"]), - (UniCase::ascii("implemtation"), &["implementation"]), - (UniCase::ascii("algorthin"), &["algorithm"]), - (UniCase::ascii("toekn"), &["token"]), - (UniCase::ascii("unfilpped"), &["unflipped"]), - (UniCase::ascii("constitue"), &["constitute"]), - (UniCase::ascii("destrois"), &["destroys"]), - (UniCase::ascii("arrance"), &["arrange"]), - (UniCase::ascii("melieux"), &["milieux"]), - (UniCase::ascii("superopeator"), &["superoperator"]), - (UniCase::ascii("vulberabillities"), &["vulnerabilities"]), - (UniCase::ascii("inhertiance"), &["inheritance"]), - (UniCase::ascii("comand"), &["command"]), - (UniCase::ascii("conlcude"), &["conclude"]), - (UniCase::ascii("bufufer"), &["buffer"]), - (UniCase::ascii("distrobution"), &["distribution"]), - (UniCase::ascii("sophisicated"), &["sophisticated"]), - (UniCase::ascii("corosbonding"), &["corresponding"]), - (UniCase::ascii("unsucessfull"), &["unsuccessful"]), - (UniCase::ascii("initialzation"), &["initialization"]), - (UniCase::ascii("othewise"), &["otherwise"]), - (UniCase::ascii("progarammer"), &["programmer"]), - (UniCase::ascii("conseed"), &["concede"]), - (UniCase::ascii("iternations"), &["iterations"]), - (UniCase::ascii("guarnanteeing"), &["guaranteeing"]), - (UniCase::ascii("broswe"), &["browse"]), - (UniCase::ascii("objump"), &["objdump"]), - (UniCase::ascii("placehoder"), &["placeholder"]), - (UniCase::ascii("libgng"), &["libpng"]), - (UniCase::ascii("exceutions"), &["executions"]), - (UniCase::ascii("Carnagie"), &["Carnegie"]), - (UniCase::ascii("precenences"), &["preferences"]), - (UniCase::ascii("hestiate"), &["hesitate"]), - (UniCase::ascii("folower"), &["follower"]), - (UniCase::ascii("devuce"), &["device"]), - (UniCase::ascii("inbalance"), &["imbalance"]), - (UniCase::ascii("doiuble"), &["double"]), - (UniCase::ascii("vulberabuilty"), &["vulnerability"]), - (UniCase::ascii("lingth"), &["length"]), - (UniCase::ascii("meeds"), &["needs"]), - (UniCase::ascii("expermentel"), &["experimental"]), - (UniCase::ascii("expell"), &["expel"]), - (UniCase::ascii("promt"), &["prompt"]), - (UniCase::ascii("proeprties"), &["properties"]), - (UniCase::ascii("secquence"), &["sequence"]), - (UniCase::ascii("cahacter"), &["character"]), - (UniCase::ascii("experimetal"), &["experimental"]), - (UniCase::ascii("inexpirienced"), &["inexperienced"]), - (UniCase::ascii("defitions"), &["definitions"]), - (UniCase::ascii("retruns"), &["returns"]), - (UniCase::ascii("Queenland"), &["Queensland"]), - (UniCase::ascii("avoidence"), &["avoidance"]), - (UniCase::ascii("resorces"), &["resources"]), - (UniCase::ascii("alligning"), &["aligning"]), - (UniCase::ascii("soveits"), &["soviets"]), - (UniCase::ascii("choclate"), &["chocolate"]), - (UniCase::ascii("regresssion"), &["regression"]), - (UniCase::ascii("absolune"), &["absolute"]), - (UniCase::ascii("collectons"), &["collections"]), - (UniCase::ascii("oppositition"), &["opposition"]), - (UniCase::ascii("retinew"), &["retinue"]), - (UniCase::ascii("avisoriy"), &["advisory", "advisories"]), - (UniCase::ascii("encylopedia"), &["encyclopedia"]), - (UniCase::ascii("speciyfying"), &["specifying"]), - (UniCase::ascii("intriduce"), &["introduce"]), - (UniCase::ascii("peroendicular"), &["perpendicular"]), - (UniCase::ascii("catapillar"), &["caterpillar"]), - (UniCase::ascii("alltime"), &["all-time", "all time"]), - (UniCase::ascii("overriden"), &["overridden"]), - (UniCase::ascii("keyevente"), &["keyevent"]), - (UniCase::ascii("habaeus"), &["habeas"]), - (UniCase::ascii("clarety"), &["clarity"]), - (UniCase::ascii("Caesarian"), &["Caesarean"]), - (UniCase::ascii("variabes"), &["variables"]), - (UniCase::ascii("majoroty"), &["majority"]), - (UniCase::ascii("non-replacable"), &["non-replaceable"]), - (UniCase::ascii("direvctory"), &["directory"]), - (UniCase::ascii("spefifically"), &["specifically"]), - (UniCase::ascii("renegothiated"), &["renegotiated"]), - (UniCase::ascii("meaninng"), &["meaning"]), - (UniCase::ascii("bottlnecks"), &["bottlenecks"]), - (UniCase::ascii("becauae"), &["because"]), - (UniCase::ascii("desorder"), &["disorder"]), - (UniCase::ascii("conecpt"), &["concept"]), - (UniCase::ascii("coordintate"), &["coordinate"]), - (UniCase::ascii("addjusting"), &["adjusting"]), - (UniCase::ascii("adressable"), &["addressable"]), - (UniCase::ascii("exspenses"), &["expenses"]), - (UniCase::ascii("porgrammeer"), &["programmer"]), - (UniCase::ascii("lengtext"), &["longtext"]), - (UniCase::ascii("distnct"), &["distinct"]), - (UniCase::ascii("deisgner"), &["designer"]), - (UniCase::ascii("hidding"), &["hiding", "hidden"]), - (UniCase::ascii("transtition"), &["transition"]), - (UniCase::ascii("mairadb"), &["MariaDB"]), - (UniCase::ascii("traditionnal"), &["traditional"]), - (UniCase::ascii("rearrangmenet"), &["rearrangement"]), - (UniCase::ascii("intereprets"), &["interprets"]), - (UniCase::ascii("incure"), &["incur"]), - (UniCase::ascii("desintegrated"), &["disintegrated"]), - (UniCase::ascii("tunning"), &["tuning", "running"]), - (UniCase::ascii("vizualisation"), &["visualisation"]), - (UniCase::ascii("rizes"), &["rises"]), - (UniCase::ascii("lavels"), &["levels"]), - (UniCase::ascii("amature"), &["armature", "amateur"]), - (UniCase::ascii("registrer"), &["register"]), - (UniCase::ascii("substititions"), &["substitutions"]), - (UniCase::ascii("accordngly"), &["accordingly"]), - (UniCase::ascii("hopefull"), &["hopeful", "hopefully"]), - (UniCase::ascii("masicer"), &["massacre"]), - (UniCase::ascii("inershia"), &["inertia"]), - (UniCase::ascii("claaes"), &["classes"]), - (UniCase::ascii("euclidian"), &["euclidean"]), - (UniCase::ascii("sleepp"), &["sleep"]), - (UniCase::ascii("aizmuth"), &["azimuth"]), - (UniCase::ascii("reportresouces"), &["reportresources"]), - (UniCase::ascii("telocom"), &["telecom"]), - (UniCase::ascii("cluase"), &["clause"]), - (UniCase::ascii("disscussions"), &["discussions"]), - (UniCase::ascii("pich"), &["pitch"]), - (UniCase::ascii("dimenionsalities"), &["dimensionalities"]), - (UniCase::ascii("scinece"), &["science"]), - (UniCase::ascii("totorials"), &["tutorials"]), - (UniCase::ascii("necessesary"), &["necessary"]), - (UniCase::ascii("interupt"), &["interrupt"]), - (UniCase::ascii("ontaining"), &["containing"]), - (UniCase::ascii("tighly"), &["tightly"]), - (UniCase::ascii("effectice"), &["effective"]), - (UniCase::ascii("anomolous"), &["anomalous"]), - (UniCase::ascii("timmestamps"), &["timestamps"]), - (UniCase::ascii("udpating"), &["updating"]), - (UniCase::ascii("essentaily"), &["essentially"]), - (UniCase::ascii("configer"), &["configure"]), - (UniCase::ascii("handshales"), &["handshakes"]), - (UniCase::ascii("commutive"), &["commutative"]), - (UniCase::ascii("predomiantly"), &["predominately"]), - (UniCase::ascii("lern"), &["learn", "lean"]), - (UniCase::ascii("currecting"), &["correcting"]), - (UniCase::ascii("millenia"), &["millennia"]), - (UniCase::ascii("initializationg"), &["initialization"]), - (UniCase::ascii("epilgoue"), &["epilogue"]), - (UniCase::ascii("insufficent"), &["insufficient"]), - (UniCase::ascii("preciding"), &["preceding", "presiding"]), - (UniCase::ascii("ohterwise"), &["otherwise"]), - (UniCase::ascii("schmeas"), &["schemas"]), - (UniCase::ascii("excetute"), &["execute"]), - (UniCase::ascii("steraming"), &["streaming"]), - (UniCase::ascii("subtabels"), &["subtables"]), - (UniCase::ascii("subpackges"), &["subpackages"]), - (UniCase::ascii("lits"), &["list"]), - (UniCase::ascii("transformates"), &["transforms"]), - (UniCase::ascii("researvation"), &["reservation"]), - (UniCase::ascii("vedio"), &["video"]), - (UniCase::ascii("unoin"), &["union"]), - (UniCase::ascii("filesytems"), &["filesystems"]), - (UniCase::ascii("privilaged"), &["privileged"]), - (UniCase::ascii("athron"), &["athlon"]), - (UniCase::ascii("cleint\'s"), &["client\'s"]), - (UniCase::ascii("dimentionnal"), &["dimensional"]), - (UniCase::ascii("eanble"), &["enable"]), - (UniCase::ascii("structere"), &["structure"]), - (UniCase::ascii("origanaly"), &["originally"]), - (UniCase::ascii("expetect"), &["expect"]), - (UniCase::ascii("autonegoitations"), &["autonegotiations"]), - (UniCase::ascii("decremeneted"), &["decremented"]), - (UniCase::ascii("acchiev"), &["achieve"]), - (UniCase::ascii("unexpetedly"), &["unexpectedly"]), - (UniCase::ascii("focusses"), &["focuses"]), - (UniCase::ascii("translater"), &["translator"]), - (UniCase::ascii("applicatable"), &["applicable"]), - (UniCase::ascii("decosings"), &["decodings"]), - (UniCase::ascii("exceopt"), &["exempt"]), - (UniCase::ascii("suggesttions"), &["suggestions"]), - (UniCase::ascii("holliday"), &["holiday"]), - (UniCase::ascii("negoatiations"), &["negotiations"]), - (UniCase::ascii("singelarly"), &["singularly"]), - (UniCase::ascii("scketches"), &["sketches"]), - (UniCase::ascii("auto-negotioation"), &["auto-negotiation"]), - (UniCase::ascii("monocrome"), &["monochrome"]), - (UniCase::ascii("accquire"), &["acquire"]), - (UniCase::ascii("aquainted"), &["acquainted"]), - (UniCase::ascii("negosiations"), &["negotiations"]), - (UniCase::ascii("mentionning"), &["mentioning"]), - (UniCase::ascii("choos"), &["choose"]), - (UniCase::ascii("case-insesitive"), &["case-insensitive"]), - (UniCase::ascii("neighobrhoods"), &["neighborhoods"]), - (UniCase::ascii("librabarie"), &["library"]), - (UniCase::ascii("warninig"), &["warning"]), - (UniCase::ascii("liares"), &["liars"]), - (UniCase::ascii("allcation"), &["allocation"]), - (UniCase::ascii("deprectates"), &["deprecates"]), - (UniCase::ascii("wrod"), &["word"]), - (UniCase::ascii("coodrinate"), &["coordinate"]), - (UniCase::ascii("simialr"), &["similar"]), - (UniCase::ascii("allocat"), &["allocate"]), - (UniCase::ascii("over-engeneering"), &["over-engineering"]), - (UniCase::ascii("encouttering"), &["encountering"]), - (UniCase::ascii("contets"), &["contents", "contexts"]), - (UniCase::ascii("photografical"), &["photographical"]), - (UniCase::ascii("slashs"), &["slashes"]), - (UniCase::ascii("adminstrators"), &["administrators"]), - (UniCase::ascii("domans"), &["domains"]), - (UniCase::ascii("havee"), &["have", "have a"]), - (UniCase::ascii("neightbor"), &["neighbor"]), - (UniCase::ascii("crutially"), &["crucially"]), - (UniCase::ascii("menual"), &["manual"]), - (UniCase::ascii("algortithmically"), &["algorithmically"]), - (UniCase::ascii("conainers"), &["containers"]), - (UniCase::ascii("Micrsoft"), &["Microsoft"]), - (UniCase::ascii("reloccates"), &["relocates"]), - (UniCase::ascii("declarted"), &["declared"]), - (UniCase::ascii("supspecting"), &["suspecting"]), - (UniCase::ascii("looknig"), &["looking"]), - (UniCase::ascii("reconeections"), &["reconnections"]), - ( - UniCase::ascii("implimentation-spacific"), - &["implementation-specific"], - ), - (UniCase::ascii("sufficate"), &["suffocate"]), - (UniCase::ascii("bloddy"), &["bloody"]), - ( - UniCase::ascii("anthromorphization"), - &["anthropomorphization"], - ), - (UniCase::ascii("decideable"), &["decidable"]), - (UniCase::ascii("assmbler"), &["assembler"]), - (UniCase::ascii("volonteered"), &["volunteered"]), - (UniCase::ascii("ceck"), &["check"]), - (UniCase::ascii("analitically"), &["analytically"]), - (UniCase::ascii("instrcutions"), &["instructions"]), - (UniCase::ascii("dorp"), &["drop"]), - (UniCase::ascii("readibility"), &["readability"]), - (UniCase::ascii("execut"), &["execute"]), - (UniCase::ascii("subract"), &["subtract"]), - (UniCase::ascii("unintialised"), &["uninitialised"]), - (UniCase::ascii("negoators"), &["negotiators"]), - (UniCase::ascii("manifect"), &["manifest"]), - (UniCase::ascii("algoorithm"), &["algorithm"]), - (UniCase::ascii("experesses"), &["expresses"]), - (UniCase::ascii("uncompresor"), &["uncompressor"]), - (UniCase::ascii("exibition"), &["exhibition"]), - (UniCase::ascii("deamonified"), &["daemonised", "daemonized"]), - (UniCase::ascii("gracefuly"), &["gracefully"]), - (UniCase::ascii("revison"), &["revision"]), - (UniCase::ascii("alwasys"), &["always"]), - (UniCase::ascii("experimetentation"), &["experimentation"]), - (UniCase::ascii("errror"), &["error"]), - (UniCase::ascii("embdder"), &["embedder"]), - (UniCase::ascii("formes"), &["forms", "formed"]), - (UniCase::ascii("prposiing"), &["proposing"]), - (UniCase::ascii("featur"), &["feature"]), - (UniCase::ascii("versios"), &["versions"]), - ( - UniCase::ascii("build-dependencie"), - &["build-dependency", "build-dependencies"], - ), - (UniCase::ascii("itention"), &["intention"]), - (UniCase::ascii("experimetners"), &["experimenters"]), - (UniCase::ascii("beter"), &["better"]), - (UniCase::ascii("surounded"), &["surrounded"]), - (UniCase::ascii("workbneches"), &["workbenches"]), - (UniCase::ascii("segmetned"), &["segmented"]), - (UniCase::ascii("coprrighted"), &["copyrighted"]), - (UniCase::ascii("tigthening"), &["tightening"]), - (UniCase::ascii("privilige"), &["privilege"]), - (UniCase::ascii("termindate"), &["terminate"]), - (UniCase::ascii("indecate"), &["indicate"]), - (UniCase::ascii("disscussed"), &["discussed"]), - (UniCase::ascii("operattions"), &["operations"]), - (UniCase::ascii("bre"), &["be", "brie"]), - (UniCase::ascii("particularily"), &["particularly"]), - (UniCase::ascii("speficifcs"), &["specifics"]), - (UniCase::ascii("swarmin"), &["swarming"]), - (UniCase::ascii("subscirbed"), &["subscribed"]), - (UniCase::ascii("authenricated"), &["authenticated"]), - (UniCase::ascii("woithout"), &["without"]), - (UniCase::ascii("analig"), &["analog"]), - (UniCase::ascii("exponant"), &["exponent"]), - (UniCase::ascii("histgram"), &["histogram"]), - (UniCase::ascii("asure"), &["assure"]), - (UniCase::ascii("destorying"), &["destroying"]), - (UniCase::ascii("variey"), &["variety"]), - (UniCase::ascii("speficiallally"), &["specifically"]), - (UniCase::ascii("anytning"), &["anything"]), - (UniCase::ascii("choicing"), &["choosing"]), - (UniCase::ascii("ganbia"), &["gambia"]), - (UniCase::ascii("exchaustive"), &["exhaustive"]), - (UniCase::ascii("proceded"), &["proceeded", "preceded"]), - (UniCase::ascii("defininitions"), &["definitions"]), - (UniCase::ascii("articats"), &["artifacts"]), - (UniCase::ascii("mecahinsms"), &["mechanisms"]), - (UniCase::ascii("resturant"), &["restaurant"]), - (UniCase::ascii("digitial"), &["digital"]), - (UniCase::ascii("labeld"), &["labelled"]), - (UniCase::ascii("requiered"), &["required"]), - (UniCase::ascii("substituding"), &["substituting"]), - (UniCase::ascii("semicolumn"), &["semicolon"]), - (UniCase::ascii("htting"), &["hitting"]), - (UniCase::ascii("javasrript"), &["javascript"]), - (UniCase::ascii("acqured"), &["acquired"]), - (UniCase::ascii("negotioting"), &["negotiating"]), - (UniCase::ascii("recconeccted"), &["reconnected"]), - (UniCase::ascii("srunkn"), &["shrunken"]), - (UniCase::ascii("etrors"), &["errors", "terrors"]), - (UniCase::ascii("soemwhere"), &["somewhere"]), - (UniCase::ascii("alternetive"), &["alternative"]), - (UniCase::ascii("convexe"), &["convex", "convexes"]), - (UniCase::ascii("difffers"), &["differs"]), - (UniCase::ascii("haders"), &["headers", "shaders", "haters"]), - (UniCase::ascii("neighborhod"), &["neighborhood"]), - (UniCase::ascii("valetta"), &["valletta"]), - (UniCase::ascii("popuplates"), &["populates"]), - (UniCase::ascii("receiviing"), &["receiving"]), - (UniCase::ascii("addes"), &["adds", "added"]), - (UniCase::ascii("overwheliming"), &["overwhelming"]), - (UniCase::ascii("transcorders"), &["transcoders"]), - (UniCase::ascii("elemant"), &["element"]), - (UniCase::ascii("strenghened"), &["strengthened"]), - (UniCase::ascii("privte"), &["private"]), - (UniCase::ascii("protruberance"), &["protuberance"]), - (UniCase::ascii("columnular"), &["columnar"]), - (UniCase::ascii("parellelogram"), &["parallelogram"]), - (UniCase::ascii("comsuming"), &["consuming"]), - (UniCase::ascii("messsages"), &["messages"]), - (UniCase::ascii("deug"), &["debug"]), - (UniCase::ascii("envrion"), &["environ"]), - (UniCase::ascii("executabables"), &["executables"]), - (UniCase::ascii("metods"), &["methods"]), - (UniCase::ascii("difffered"), &["differed"]), - (UniCase::ascii("nonexistant"), &["nonexistent"]), - (UniCase::ascii("numbres"), &["numbers"]), - (UniCase::ascii("analiticaly"), &["analytically"]), - (UniCase::ascii("immidiately"), &["immediately"]), - (UniCase::ascii("depdenent"), &["dependent"]), - (UniCase::ascii("triming"), &["trimming", "timing"]), - (UniCase::ascii("negogtiation"), &["negotiation"]), - (UniCase::ascii("mkea"), &["make"]), - (UniCase::ascii("ackowledged"), &["acknowledged"]), - (UniCase::ascii("sentances"), &["sentences"]), - (UniCase::ascii("dupliations"), &["duplications"]), - (UniCase::ascii("excetutives"), &["executives"]), - (UniCase::ascii("constrait"), &["constraint"]), - (UniCase::ascii("somethign"), &["something"]), - (UniCase::ascii("renegotioble"), &["renegotiable"]), - (UniCase::ascii("depreacte"), &["deprecate"]), - (UniCase::ascii("experimetn"), &["experiment"]), - (UniCase::ascii("conserning"), &["concerning"]), - (UniCase::ascii("sructures"), &["structures"]), - (UniCase::ascii("noramalising"), &["normalising"]), - (UniCase::ascii("distruction"), &["destruction"]), - (UniCase::ascii("indentically"), &["identically"]), - (UniCase::ascii("proessing"), &["processing"]), - (UniCase::ascii("spaws"), &["spawns"]), - (UniCase::ascii("colunns"), &["columns"]), - (UniCase::ascii("independend"), &["independent"]), - (UniCase::ascii("decidely"), &["decidedly"]), - ( - UniCase::ascii("Peloponnes"), - &["Peloponnese", "Peloponnesus"], - ), - (UniCase::ascii("strerrror"), &["strerror"]), - (UniCase::ascii("workspsace"), &["workspace"]), - (UniCase::ascii("impletment"), &["implement"]), - (UniCase::ascii("siganture"), &["signature"]), - (UniCase::ascii("theorically"), &["theoretically"]), - (UniCase::ascii("amdgput"), &["amdgpu"]), - (UniCase::ascii("disdvantage"), &["disadvantage"]), - (UniCase::ascii("parition"), &["partition"]), - (UniCase::ascii("geomtry"), &["geometry"]), - (UniCase::ascii("expermienting"), &["experimenting"]), - (UniCase::ascii("assumotion"), &["assumption"]), - (UniCase::ascii("Blitzkreig"), &["Blitzkrieg"]), - (UniCase::ascii("detction"), &["detection"]), - (UniCase::ascii("algorythems"), &["algorithms"]), - (UniCase::ascii("marraige"), &["marriage"]), - (UniCase::ascii("conditionsof"), &["conditions of"]), - (UniCase::ascii("spontanous"), &["spontaneous"]), - (UniCase::ascii("advanatage"), &["advantage"]), - (UniCase::ascii("accesss"), &["access"]), - (UniCase::ascii("anothers"), &["another"]), - (UniCase::ascii("expessing"), &["expressing"]), - (UniCase::ascii("ignorme"), &["ignore"]), - (UniCase::ascii("absail"), &["abseil"]), - (UniCase::ascii("boycot"), &["boycott"]), - (UniCase::ascii("explicty"), &["explicitly", "explicit"]), - (UniCase::ascii("inacurracies"), &["inaccuracies"]), - (UniCase::ascii("tarvisci"), &["TravisCI"]), - (UniCase::ascii("regularlizer"), &["regularizer"]), - (UniCase::ascii("infaltable"), &["inflatable", "infallible"]), - (UniCase::ascii("missconfigured"), &["misconfigured"]), - (UniCase::ascii("expeimentations"), &["experimentations"]), - (UniCase::ascii("repressenting"), &["representing"]), - (UniCase::ascii("climer"), &["climber"]), - (UniCase::ascii("exausted"), &["exhausted"]), - (UniCase::ascii("lenghthen"), &["lengthen"]), - (UniCase::ascii("appearences"), &["appearances"]), - (UniCase::ascii("compativle"), &["compatible"]), - (UniCase::ascii("alignmant"), &["alignment"]), - (UniCase::ascii("definatly"), &["definitely"]), - (UniCase::ascii("depenent"), &["dependent"]), - (UniCase::ascii("exerpts"), &["excerpts"]), - (UniCase::ascii("neighbourhodd"), &["neighbourhood"]), - (UniCase::ascii("wollow"), &["follow", "wallow"]), - (UniCase::ascii("authencated"), &["authenticated"]), - (UniCase::ascii("characterisitic"), &["characteristic"]), - (UniCase::ascii("syantax"), &["syntax"]), - (UniCase::ascii("delink"), &["unlink"]), - (UniCase::ascii("librabies"), &["libraries"]), - (UniCase::ascii("capabilitieis"), &["capabilities"]), - (UniCase::ascii("locaise"), &["localise"]), - (UniCase::ascii("defineed"), &["defined"]), - (UniCase::ascii("exagerates"), &["exaggerates"]), - (UniCase::ascii("recipie"), &["recipe"]), - (UniCase::ascii("unavaialbe"), &["unavailable"]), - (UniCase::ascii("stroage"), &["storage"]), - (UniCase::ascii("reviwers"), &["reviewers"]), - (UniCase::ascii("extranous"), &["extraneous"]), - (UniCase::ascii("misstakes"), &["mistakes"]), - (UniCase::ascii("assertation"), &["assertion"]), - (UniCase::ascii("perferances"), &["preferences"]), - (UniCase::ascii("fuschia"), &["fuchsia"]), - (UniCase::ascii("resoluitons"), &["resolutions"]), - (UniCase::ascii("returms"), &["returns"]), - (UniCase::ascii("historycally"), &["historically"]), - (UniCase::ascii("possiblble"), &["possible"]), - (UniCase::ascii("speficifeir"), &["specifier"]), - (UniCase::ascii("licenceing"), &["licencing"]), - (UniCase::ascii("amendmant"), &["amendment"]), - (UniCase::ascii("conpares"), &["compares"]), - (UniCase::ascii("invalud"), &["invalid"]), - (UniCase::ascii("mutliplicites"), &["multiplicities"]), - (UniCase::ascii("compleness"), &["completeness"]), - (UniCase::ascii("presse"), &["pressed", "press"]), - (UniCase::ascii("dumplicated"), &["duplicated"]), - (UniCase::ascii("dissmantling"), &["dismantling"]), - (UniCase::ascii("dropable"), &["droppable"]), - (UniCase::ascii("negotatiors"), &["negotiators"]), - (UniCase::ascii("reallllly"), &["really"]), - (UniCase::ascii("retores"), &["restores"]), - (UniCase::ascii("recconeected"), &["reconnected"]), - (UniCase::ascii("interpretet"), &["interpreted"]), - (UniCase::ascii("direectly"), &["directly"]), - (UniCase::ascii("sirectly"), &["directly"]), - (UniCase::ascii("neighberhooding"), &["neighboring"]), - (UniCase::ascii("pointeur"), &["pointer"]), - (UniCase::ascii("replacaments"), &["replacements"]), - (UniCase::ascii("comparitive"), &["comparative"]), - (UniCase::ascii("nanosencond"), &["nanosecond"]), - (UniCase::ascii("genered"), &["generated"]), - (UniCase::ascii("thier"), &["their"]), - (UniCase::ascii("implementes"), &["implements"]), - (UniCase::ascii("targettting"), &["targeting"]), - (UniCase::ascii("windoows"), &["windows"]), - (UniCase::ascii("divicer"), &["divider"]), - (UniCase::ascii("accordint"), &["according"]), - (UniCase::ascii("togther"), &["together"]), - (UniCase::ascii("informatins"), &["information"]), - (UniCase::ascii("combatibility"), &["compatibility"]), - (UniCase::ascii("blokc"), &["block", "bloke"]), - (UniCase::ascii("sasy"), &["says", "sassy"]), - (UniCase::ascii("foundaries"), &["foundries"]), - (UniCase::ascii("ignord"), &["ignored"]), - (UniCase::ascii("temproray"), &["temporary"]), - (UniCase::ascii("implemetation"), &["implementation"]), - (UniCase::ascii("timestmaps"), &["timestamps"]), - (UniCase::ascii("re-negoitated"), &["re-negotiated"]), - (UniCase::ascii("semgent"), &["segment"]), - (UniCase::ascii("chage"), &["change", "charge"]), - (UniCase::ascii("dcoking"), &["docking"]), - (UniCase::ascii("eventhough"), &["even though"]), - (UniCase::ascii("truns"), &["turns"]), - (UniCase::ascii("dependencie"), &["dependency"]), - ( - UniCase::ascii("alltogetrher"), - &["altogether", "all together"], - ), - (UniCase::ascii("authorithy"), &["authority"]), - (UniCase::ascii("inconcistencies"), &["inconsistencies"]), - (UniCase::ascii("evalation"), &["evaluation"]), - (UniCase::ascii("childen"), &["children"]), - (UniCase::ascii("philisopher"), &["philosopher"]), - (UniCase::ascii("implemenet"), &["implement"]), - (UniCase::ascii("configiuration"), &["configuration"]), - (UniCase::ascii("restraunt"), &["restraint", "restaurant"]), - (UniCase::ascii("subporgram"), &["subprogram"]), - (UniCase::ascii("substituded"), &["substituted"]), - (UniCase::ascii("assiociate"), &["associate"]), - (UniCase::ascii("unnecesarily"), &["unnecessarily"]), - (UniCase::ascii("acconding"), &["according"]), - (UniCase::ascii("acitivate"), &["activate"]), - (UniCase::ascii("referencial"), &["referential"]), - (UniCase::ascii("multidimenionsal"), &["multi-dimensional"]), - (UniCase::ascii("chractors"), &["characters"]), - (UniCase::ascii("environtment"), &["environment"]), - (UniCase::ascii("instrumentaion"), &["instrumentation"]), - (UniCase::ascii("browswable"), &["browsable"]), - (UniCase::ascii("atquired"), &["acquired"]), - (UniCase::ascii("adivsoriyes"), &["advisories"]), - ( - UniCase::ascii("soures"), - &["sources", "sores", "sours", "soured"], - ), - (UniCase::ascii("consitutuents"), &["constituents"]), - (UniCase::ascii("impove"), &["improve"]), - (UniCase::ascii("Micrsft"), &["Microsoft"]), - (UniCase::ascii("guaruanteing"), &["guaranteeing"]), - (UniCase::ascii("uncontitutional"), &["unconstitutional"]), - (UniCase::ascii("disconnec"), &["disconnect"]), - (UniCase::ascii("embeded"), &["embedded"]), - (UniCase::ascii("photografy"), &["photography"]), - (UniCase::ascii("propigation"), &["propagation"]), - (UniCase::ascii("genereated"), &["generated"]), - (UniCase::ascii("orginiates"), &["originates"]), - (UniCase::ascii("invalde"), &["invalid"]), - (UniCase::ascii("preseving"), &["preserving"]), - (UniCase::ascii("contradically"), &["contradictory"]), - (UniCase::ascii("prealocate"), &["preallocate"]), - (UniCase::ascii("propery"), &["property", "properly"]), - (UniCase::ascii("docuemtned"), &["documented"]), - (UniCase::ascii("capible"), &["capable"]), - (UniCase::ascii("usally"), &["usually"]), - (UniCase::ascii("expersses"), &["expresses"]), - (UniCase::ascii("broadcas"), &["broadcast"]), - (UniCase::ascii("re-negatiotiable"), &["re-negotiable"]), - (UniCase::ascii("emable"), &["enable"]), - (UniCase::ascii("folowwing"), &["following"]), - (UniCase::ascii("arral"), &["array"]), - (UniCase::ascii("enble"), &["enable"]), - (UniCase::ascii("thigny"), &["thingy"]), - (UniCase::ascii("aassociated"), &["associated"]), - (UniCase::ascii("seesion"), &["session"]), - (UniCase::ascii("tht"), &["the", "that"]), - (UniCase::ascii("ket"), &["kept"]), - (UniCase::ascii("alhabeticaly"), &["alphabetically"]), - (UniCase::ascii("funcitonality"), &["functionality"]), - (UniCase::ascii("constinually"), &["continually"]), - (UniCase::ascii("currus"), &["cirrus"]), - (UniCase::ascii("seqencing"), &["sequencing"]), - (UniCase::ascii("mimimize"), &["minimize", "minimise"]), - (UniCase::ascii("wirter"), &["writer"]), - (UniCase::ascii("incerase"), &["increase"]), - (UniCase::ascii("towords"), &["towards"]), - (UniCase::ascii("sufficates"), &["suffocates"]), - (UniCase::ascii("popuplated"), &["populated"]), - (UniCase::ascii("transmiting"), &["transmitting"]), - (UniCase::ascii("dynamcs"), &["dynamics"]), - (UniCase::ascii("orientned"), &["oriented"]), - (UniCase::ascii("asociated"), &["associated"]), - (UniCase::ascii("speshel"), &["special"]), - (UniCase::ascii("openened"), &["opened"]), - (UniCase::ascii("draview"), &["drawview"]), - (UniCase::ascii("laiter"), &["later"]), - (UniCase::ascii("obtrains"), &["obtains"]), - (UniCase::ascii("neighroring"), &["neighbouring"]), - (UniCase::ascii("conatainer"), &["container"]), - (UniCase::ascii("funcitons"), &["functions"]), - (UniCase::ascii("re-negotaite"), &["re-negotiate"]), - (UniCase::ascii("returnd"), &["returned"]), - (UniCase::ascii("orcale"), &["oracle"]), - (UniCase::ascii("squashgin"), &["squashing"]), - (UniCase::ascii("unsubscibe"), &["unsubscribe"]), - (UniCase::ascii("liesure"), &["leisure"]), - (UniCase::ascii("re-negotiotions"), &["re-negotiations"]), - (UniCase::ascii("dependancys"), &["dependencies"]), - (UniCase::ascii("deamanding"), &["demanding"]), - (UniCase::ascii("ecret"), &["secret", "erect"]), - (UniCase::ascii("interrput"), &["interrupt"]), - (UniCase::ascii("outoign"), &["outgoing"]), - (UniCase::ascii("meausure"), &["measure"]), - (UniCase::ascii("imbed"), &["embed"]), - (UniCase::ascii("minimam"), &["minimum"]), - (UniCase::ascii("apended"), &["appended"]), - (UniCase::ascii("finsihed"), &["finished"]), - (UniCase::ascii("differntiable"), &["differentiable"]), - (UniCase::ascii("investingate"), &["investigate"]), - (UniCase::ascii("restucturing"), &["restructuring"]), - (UniCase::ascii("notidy"), &["notify", "not tidy"]), - (UniCase::ascii("experimanet"), &["experiment"]), - (UniCase::ascii("appying"), &["applying"]), - (UniCase::ascii("desciriptions"), &["descriptions"]), - (UniCase::ascii("limititation"), &["limitation"]), - (UniCase::ascii("analyticaly"), &["analytically"]), - (UniCase::ascii("vizualize"), &["visualize"]), - (UniCase::ascii("pertub"), &["perturb"]), - (UniCase::ascii("transeint"), &["transient"]), - (UniCase::ascii("centruies"), &["centuries"]), - (UniCase::ascii("mechanims"), &["mechanisms"]), - (UniCase::ascii("arguemtn"), &["argument"]), - (UniCase::ascii("innoculated"), &["inoculated"]), - (UniCase::ascii("dereferncer"), &["dereferencer"]), - (UniCase::ascii("rotaions"), &["rotations"]), - (UniCase::ascii("immidatly"), &["immediately"]), - (UniCase::ascii("beacaon"), &["beacon"]), - (UniCase::ascii("regulamentations"), &["regulations"]), - (UniCase::ascii("improbment"), &["improvement"]), - (UniCase::ascii("crashaes"), &["crashes"]), - (UniCase::ascii("perhasp"), &["perhaps"]), - (UniCase::ascii("doesnt"), &["doesn\'t", "does not"]), - (UniCase::ascii("codesc"), &["codecs"]), - (UniCase::ascii("managemenet"), &["management"]), - (UniCase::ascii("guaruantes"), &["guarantees"]), - (UniCase::ascii("tring"), &["trying", "string", "ring"]), - (UniCase::ascii("decypher"), &["decipher"]), - (UniCase::ascii("fileystems"), &["filesystems"]), - (UniCase::ascii("sirection"), &["direction"]), - (UniCase::ascii("mimatched"), &["mismatched"]), - (UniCase::ascii("apend"), &["append"]), - (UniCase::ascii("inneffectual"), &["ineffectual"]), - ( - UniCase::ascii("countrs"), - &["counters", "contours", "countries"], - ), - (UniCase::ascii("framwork"), &["framework"]), - (UniCase::ascii("negoptionsotiation"), &["negotiation"]), - (UniCase::ascii("multipresistion"), &["multiprecision"]), - ( - UniCase::ascii("storeis"), - &["stories", "stores", "store is", "storeys"], - ), - (UniCase::ascii("publlisher"), &["publisher"]), - (UniCase::ascii("singnals"), &["signals"]), - (UniCase::ascii("alomst"), &["almost"]), - (UniCase::ascii("struc"), &["struct"]), - (UniCase::ascii("coexhist"), &["coexist", "co-exist"]), - (UniCase::ascii("wrokloads"), &["workloads"]), - (UniCase::ascii("gylph"), &["glyph"]), - (UniCase::ascii("sub-lcuase"), &["sub-clause"]), - (UniCase::ascii("endcoders"), &["encoders"]), - (UniCase::ascii("deamon"), &["daemon"]), - (UniCase::ascii("compatabiity"), &["compatibility"]), - (UniCase::ascii("reconstucts"), &["reconstructs"]), - (UniCase::ascii("unexpetect"), &["unexpected"]), - (UniCase::ascii("imilar"), &["similar"]), - (UniCase::ascii("guarentying"), &["guarantee"]), - (UniCase::ascii("dissapear"), &["disappear"]), - (UniCase::ascii("forat"), &["format"]), - ( - UniCase::ascii("appication-specific"), - &["application-specific"], - ), - (UniCase::ascii("mchanics"), &["mechanics"]), - (UniCase::ascii("tetrahedrans"), &["tetrahedrons"]), - (UniCase::ascii("faries"), &["fairies"]), - (UniCase::ascii("shtopping"), &["stopping", "shopping"]), - (UniCase::ascii("rduce"), &["reduce"]), - (UniCase::ascii("perheaps"), &["perhaps"]), - (UniCase::ascii("aqcuiring"), &["acquiring"]), - (UniCase::ascii("broadcase"), &["broadcast"]), - (UniCase::ascii("algorthym"), &["algorithm"]), - (UniCase::ascii("downgrate"), &["downgrade"]), - (UniCase::ascii("interrup"), &["interrupt"]), - (UniCase::ascii("matzch"), &["match"]), - (UniCase::ascii("discconetions"), &["disconnections"]), - (UniCase::ascii("disonnected"), &["disconnected"]), - (UniCase::ascii("guarnantes"), &["guarantees"]), - (UniCase::ascii("extepecting"), &["expecting"]), - (UniCase::ascii("colission"), &["collision"]), - (UniCase::ascii("achored"), &["anchored"]), - (UniCase::ascii("esists"), &["exists"]), - (UniCase::ascii("deafult"), &["default"]), - (UniCase::ascii("electrial"), &["electrical"]), - (UniCase::ascii("weaponary"), &["weaponry"]), - (UniCase::ascii("persan"), &["person"]), - (UniCase::ascii("translteration"), &["transliteration"]), - ( - UniCase::ascii("givem"), - &["given", "give them", "give \'em"], - ), - (UniCase::ascii("contence"), &["contents"]), - (UniCase::ascii("synopsys"), &["synopsis"]), - (UniCase::ascii("bounnds"), &["bounds"]), - (UniCase::ascii("informatoins"), &["information"]), - (UniCase::ascii("normaized"), &["normalized"]), - (UniCase::ascii("endiens"), &["endians", "indians"]), - (UniCase::ascii("indiciate"), &["indicate"]), - (UniCase::ascii("perferrmences"), &["performances"]), - (UniCase::ascii("resulution"), &["resolution"]), - (UniCase::ascii("commment"), &["comment"]), - (UniCase::ascii("vulnerablity"), &["vulnerability"]), - (UniCase::ascii("thurver"), &["further"]), - (UniCase::ascii("botifies"), &["notifies"]), - (UniCase::ascii("garentee"), &["guarantee"]), - (UniCase::ascii("subnegotation"), &["subnegotiation"]), - (UniCase::ascii("documentaton"), &["documentation"]), - (UniCase::ascii("decompositing"), &["decomposing"]), - (UniCase::ascii("unqiue"), &["unique"]), - (UniCase::ascii("allthough"), &["although"]), - (UniCase::ascii("platofmr"), &["platform"]), - (UniCase::ascii("corener"), &["corner", "coroner"]), - (UniCase::ascii("cuasation"), &["causation"]), - (UniCase::ascii("caligraphy"), &["calligraphy"]), - (UniCase::ascii("videostreamming"), &["videostreaming"]), - (UniCase::ascii("duplaicate"), &["duplicate"]), - (UniCase::ascii("connetion"), &["connection"]), - (UniCase::ascii("defenately"), &["definitely"]), - (UniCase::ascii("keybords"), &["keyboards"]), - (UniCase::ascii("renedered"), &["rendered"]), - (UniCase::ascii("expetimenter"), &["experimenter"]), - (UniCase::ascii("independntly"), &["independently"]), - (UniCase::ascii("impropely"), &["improperly"]), - (UniCase::ascii("recievers"), &["receivers"]), - (UniCase::ascii("filles"), &["files", "fills", "filled"]), - (UniCase::ascii("happennings"), &["happenings"]), - (UniCase::ascii("gardai"), &["gardaí"]), - (UniCase::ascii("limititations"), &["limitations"]), - (UniCase::ascii("autonegotaiations"), &["autonegotiations"]), - (UniCase::ascii("publisehd"), &["published"]), - (UniCase::ascii("imediate"), &["immediate"]), - (UniCase::ascii("negotioble"), &["negotiable"]), - (UniCase::ascii("avalibale"), &["available"]), - (UniCase::ascii("evrythign"), &["everything"]), - (UniCase::ascii("symol"), &["symbol"]), - (UniCase::ascii("abscound"), &["abscond"]), - (UniCase::ascii("directores"), &["directories"]), - (UniCase::ascii("extreamily"), &["extremely"]), - (UniCase::ascii("theri"), &["their", "there"]), - (UniCase::ascii("inflatoin"), &["inflation"]), - (UniCase::ascii("compoennt"), &["component"]), - (UniCase::ascii("initliazation"), &["initialization"]), - (UniCase::ascii("sintact"), &["syntax"]), - (UniCase::ascii("re-negoations"), &["re-negotiations"]), - (UniCase::ascii("maniuplations"), &["manipulations"]), - (UniCase::ascii("madantory"), &["mandatory"]), - (UniCase::ascii("pivott"), &["pivot"]), - (UniCase::ascii("implemenation"), &["implementation"]), - (UniCase::ascii("perfoemance"), &["performance"]), - (UniCase::ascii("garanteed"), &["guaranteed"]), - (UniCase::ascii("consenquently"), &["consequently"]), - (UniCase::ascii("asscciated"), &["associated"]), - (UniCase::ascii("especialyl"), &["especially"]), - (UniCase::ascii("everaged"), &["averaged"]), - (UniCase::ascii("directroies"), &["directories"]), - (UniCase::ascii("worke"), &["work", "worked", "works"]), - (UniCase::ascii("experimmenter"), &["experimenter"]), - (UniCase::ascii("confurse"), &["confuse"]), - (UniCase::ascii("obnject"), &["object"]), - (UniCase::ascii("piority"), &["priority"]), - (UniCase::ascii("strores"), &["stores"]), - (UniCase::ascii("shuting"), &["shutting"]), - (UniCase::ascii("incoporated"), &["incorporated"]), - (UniCase::ascii("selecgted"), &["selected"]), - (UniCase::ascii("allocte"), &["allocate"]), - (UniCase::ascii("alvorithms"), &["algorithms"]), - (UniCase::ascii("unneccesarily"), &["unnecessarily"]), - (UniCase::ascii("leagcy"), &["legacy"]), - (UniCase::ascii("charctor"), &["character"]), - (UniCase::ascii("scavanges"), &["scavenges"]), - (UniCase::ascii("acknowldeged"), &["acknowledged"]), - (UniCase::ascii("neighbr"), &["neighbor"]), - (UniCase::ascii("desrire"), &["desire"]), - (UniCase::ascii("abstratness"), &["abstractness"]), - (UniCase::ascii("ajasencies"), &["adjacencies"]), - (UniCase::ascii("unrecoginized"), &["unrecognized"]), - (UniCase::ascii("deocdings"), &["decodings"]), - (UniCase::ascii("pumkin"), &["pumpkin"]), - (UniCase::ascii("orginize"), &["organise", "organize"]), - (UniCase::ascii("desallocates"), &["deallocates"]), - (UniCase::ascii("truied"), &["tried"]), - (UniCase::ascii("brwosing"), &["browsing"]), - (UniCase::ascii("instanes"), &["instances"]), - (UniCase::ascii("infrequancies"), &["infrequencies"]), - (UniCase::ascii("censequence"), &["consequence"]), - (UniCase::ascii("tranlation"), &["translation"]), - (UniCase::ascii("controvery"), &["controversy"]), - (UniCase::ascii("appearence"), &["appearance"]), - (UniCase::ascii("scorebord"), &["scoreboard"]), - (UniCase::ascii("cyclinder"), &["cylinder"]), - (UniCase::ascii("experimanetations"), &["experimentations"]), - (UniCase::ascii("confuzze"), &["confuse"]), - (UniCase::ascii("aroung"), &["around"]), - (UniCase::ascii("wounderful"), &["wonderful"]), - (UniCase::ascii("prealocates"), &["preallocates"]), - (UniCase::ascii("balck"), &["black", "balk"]), - (UniCase::ascii("opeatios"), &["operations"]), - (UniCase::ascii("intruments"), &["instruments"]), - (UniCase::ascii("cooger"), &["cougar"]), - (UniCase::ascii("arbitrarly"), &["arbitrarily", "arbitrary"]), - (UniCase::ascii("algorithsms"), &["algorithms"]), - (UniCase::ascii("relaesing"), &["releasing"]), - (UniCase::ascii("casulaties"), &["casualties"]), - (UniCase::ascii("resorcing"), &["resourcing"]), - (UniCase::ascii("srcipt"), &["script"]), - (UniCase::ascii("effiently"), &["efficiently"]), - (UniCase::ascii("temperatur"), &["temperature"]), - (UniCase::ascii("hirarchies"), &["hierarchies"]), - (UniCase::ascii("callbck"), &["callback"]), - (UniCase::ascii("identtifier"), &["identifier"]), - (UniCase::ascii("greather"), &["greater"]), - (UniCase::ascii("explicat"), &["explicate"]), - (UniCase::ascii("paraemeter"), &["parameter"]), - (UniCase::ascii("recnt"), &["recent", "recant", "rent"]), - (UniCase::ascii("reasonble"), &["reasonable"]), - (UniCase::ascii("supressors"), &["suppressors"]), - (UniCase::ascii("applikation"), &["application"]), - (UniCase::ascii("Napoleonian"), &["Napoleonic"]), - (UniCase::ascii("coelesce"), &["coalesce"]), - (UniCase::ascii("engoug"), &["enough"]), - (UniCase::ascii("uncommmenting"), &["uncommenting"]), - (UniCase::ascii("portioon"), &["portion"]), - (UniCase::ascii("alreadt"), &["already"]), - (UniCase::ascii("contriubtes"), &["contributes"]), - (UniCase::ascii("conjuncion"), &["conjunction"]), - (UniCase::ascii("guarnte"), &["guarantee"]), - (UniCase::ascii("self-contianed"), &["self-contained"]), - (UniCase::ascii("specifially"), &["specifically"]), - (UniCase::ascii("speficiallic"), &["specific"]), - (UniCase::ascii("prologomena"), &["prolegomena"]), - (UniCase::ascii("data-strcuture"), &["data-structure"]), - (UniCase::ascii("corrispond"), &["correspond"]), - (UniCase::ascii("esssential"), &["essential"]), - (UniCase::ascii("presidental"), &["presidential"]), - (UniCase::ascii("releasead"), &["released"]), - (UniCase::ascii("strigification"), &["stringification"]), - (UniCase::ascii("herat"), &["heart"]), - (UniCase::ascii("reviwer"), &["reviewer"]), - (UniCase::ascii("reacahble"), &["reachable"]), - (UniCase::ascii("currntly"), &["currently"]), - ( - UniCase::ascii("auto-deteting"), - &["auto-detecting", "auto-deleting"], - ), - (UniCase::ascii("safeguared"), &["safeguard", "safeguarded"]), - (UniCase::ascii("availablity"), &["availability"]), - (UniCase::ascii("publissher"), &["publisher"]), - (UniCase::ascii("measurment"), &["measurement"]), - (UniCase::ascii("deriffed"), &["derived"]), - (UniCase::ascii("triguered"), &["triggered"]), - (UniCase::ascii("skiped"), &["skipped", "skyped"]), - (UniCase::ascii("otherweis"), &["otherwise"]), - (UniCase::ascii("phasis"), &["phases"]), - (UniCase::ascii("speciries"), &["specifies"]), - (UniCase::ascii("alllow"), &["allow"]), - (UniCase::ascii("alternarive"), &["alternative"]), - (UniCase::ascii("thge"), &["the"]), - (UniCase::ascii("accumlate"), &["accumulate"]), - (UniCase::ascii("tigth"), &["tight"]), - (UniCase::ascii("prefferable"), &["preferable"]), - (UniCase::ascii("dissasociate"), &["disassociate"]), - (UniCase::ascii("deletd"), &["deleted"]), - (UniCase::ascii("drescriptions"), &["descriptions"]), - (UniCase::ascii("abovmentioned"), &["abovementioned"]), - (UniCase::ascii("altetnative"), &["alternative"]), - (UniCase::ascii("promiscous"), &["promiscuous"]), - (UniCase::ascii("bluestooth"), &["bluetooth"]), - (UniCase::ascii("inbility"), &["inability"]), - (UniCase::ascii("asendancey"), &["ascendancy"]), - (UniCase::ascii("sensative"), &["sensitive"]), - (UniCase::ascii("caclucator"), &["calculator"]), - (UniCase::ascii("vrsions"), &["versions"]), - (UniCase::ascii("gnawwed"), &["gnawed"]), - (UniCase::ascii("matainers"), &["maintainers"]), - (UniCase::ascii("otain"), &["obtain"]), - (UniCase::ascii("aligining"), &["aligning"]), - (UniCase::ascii("binidng"), &["binding"]), - (UniCase::ascii("wath"), &["watch", "wrath", "what"]), - (UniCase::ascii("psychadelic"), &["psychedelic"]), - (UniCase::ascii("intputs"), &["inputs"]), - (UniCase::ascii("dissarray"), &["disarray"]), - (UniCase::ascii("depretiats"), &["depreciates", "deprecates"]), - (UniCase::ascii("proportianal"), &["proportional"]), - (UniCase::ascii("renegoptionsotiator"), &["renegotiator"]), - (UniCase::ascii("automtically"), &["automatically"]), - (UniCase::ascii("stocastic"), &["stochastic"]), - (UniCase::ascii("indentifies"), &["identifies"]), - (UniCase::ascii("passwird"), &["password"]), - (UniCase::ascii("codeing"), &["coding"]), - (UniCase::ascii("repentence"), &["repentance"]), - (UniCase::ascii("certificatd"), &["certificated"]), - (UniCase::ascii("experss"), &["express"]), - (UniCase::ascii("duplation"), &["duplication"]), - (UniCase::ascii("defaulits"), &["defaults"]), - (UniCase::ascii("wighed"), &["weighed", "wicked"]), - (UniCase::ascii("vistors"), &["visitors"]), - (UniCase::ascii("improbe"), &["improve"]), - (UniCase::ascii("re-negotations"), &["re-negotiations"]), - (UniCase::ascii("esy"), &["easy"]), - (UniCase::ascii("torpedos"), &["torpedoes"]), - (UniCase::ascii("rearrangaeble"), &["rearrangeable"]), - (UniCase::ascii("consideres"), &["considered", "considers"]), - (UniCase::ascii("transconded"), &["transcoded"]), - (UniCase::ascii("experimentatations"), &["experimentations"]), - (UniCase::ascii("deduplactes"), &["deduplicates"]), - (UniCase::ascii("devritualisation"), &["devirtualisation"]), - (UniCase::ascii("overvize"), &["otherwise"]), - (UniCase::ascii("repectively"), &["respectively"]), - (UniCase::ascii("collecions"), &["collections"]), - (UniCase::ascii("crockadile"), &["crocodile"]), - (UniCase::ascii("approppriately"), &["appropriately"]), - (UniCase::ascii("countermeausures"), &["countermeasures"]), - (UniCase::ascii("discconeccting"), &["disconnecting"]), - (UniCase::ascii("directorys"), &["directories"]), - (UniCase::ascii("acordingly"), &["accordingly"]), - (UniCase::ascii("immenantly"), &["eminently"]), - (UniCase::ascii("dettach"), &["detach"]), - (UniCase::ascii("subshystem"), &["subsystem"]), - (UniCase::ascii("assotiated"), &["associated"]), - (UniCase::ascii("presentaional"), &["presentational"]), - (UniCase::ascii("spefification"), &["specification"]), - (UniCase::ascii("pocession"), &["procession", "possession"]), - (UniCase::ascii("amplifer"), &["amplifier"]), - (UniCase::ascii("callack"), &["callback"]), - (UniCase::ascii("apreciate"), &["appreciate"]), - (UniCase::ascii("condtitionals"), &["conditionals"]), - (UniCase::ascii("doulbe"), &["double"]), - (UniCase::ascii("responsabilities"), &["responsibilities"]), - (UniCase::ascii("perfecct"), &["perfect"]), - (UniCase::ascii("experimeners"), &["experimenters"]), - (UniCase::ascii("paitience"), &["patience"]), - (UniCase::ascii("servoces"), &["services"]), - (UniCase::ascii("re-negotioated"), &["re-negotiated"]), - (UniCase::ascii("compeltelyt"), &["completely"]), - (UniCase::ascii("publshing"), &["publishing"]), - (UniCase::ascii("songled"), &["singled", "dongled"]), - (UniCase::ascii("wront"), &["wrong"]), - (UniCase::ascii("givveing"), &["giving"]), - (UniCase::ascii("xepected"), &["expected"]), - (UniCase::ascii("varity"), &["variety"]), - (UniCase::ascii("distribuite"), &["distribute"]), - (UniCase::ascii("woill"), &["will"]), - (UniCase::ascii("conncetion"), &["connection"]), - (UniCase::ascii("propert"), &["property"]), - (UniCase::ascii("omplementaion"), &["implementation"]), - (UniCase::ascii("guareenty"), &["guaranty"]), - (UniCase::ascii("configuarion"), &["configuration"]), - (UniCase::ascii("independly"), &["independently"]), - (UniCase::ascii("tranformative"), &["transformative"]), - (UniCase::ascii("acces"), &["access"]), - (UniCase::ascii("attendents"), &["attendants"]), - (UniCase::ascii("guaruntees"), &["guarantees"]), - (UniCase::ascii("enviormental"), &["environmental"]), - (UniCase::ascii("expermentelly"), &["experimentally"]), - (UniCase::ascii("selctable"), &["selectable"]), - (UniCase::ascii("synchroneous"), &["synchronous"]), - (UniCase::ascii("commen"), &["commend", "comment", "common"]), - (UniCase::ascii("comect"), &["connect"]), - (UniCase::ascii("especally"), &["especially"]), - (UniCase::ascii("folwoinwg"), &["following"]), - (UniCase::ascii("scientficly"), &["scientifically"]), - (UniCase::ascii("gental"), &["gentle"]), - (UniCase::ascii("maintioned"), &["mentioned"]), - (UniCase::ascii("firmnware"), &["firmware"]), - (UniCase::ascii("temtation"), &["temptation"]), - (UniCase::ascii("mantained"), &["maintained"]), - (UniCase::ascii("tangentailly"), &["tangentially"]), - (UniCase::ascii("trnsfers"), &["transfers"]), - (UniCase::ascii("tansaction"), &["transaction"]), - (UniCase::ascii("recontructors"), &["reconstructors"]), - (UniCase::ascii("approxiamtes"), &["approximates"]), - (UniCase::ascii("geneological"), &["genealogical"]), - (UniCase::ascii("parrallell"), &["parallel"]), - (UniCase::ascii("supplamented"), &["supplemented"]), - (UniCase::ascii("folloeing"), &["following"]), - (UniCase::ascii("nessessary"), &["necessary"]), - (UniCase::ascii("inferrable"), &["inferable"]), - (UniCase::ascii("numnbered"), &["numbered"]), - (UniCase::ascii("inconsistented"), &["inconsistent"]), - (UniCase::ascii("bottlenect"), &["bottleneck"]), - (UniCase::ascii("vulnerabuilitis"), &["vulnerabilities"]), - (UniCase::ascii("temporyrily"), &["temporarily"]), - (UniCase::ascii("moteured"), &["motored"]), - (UniCase::ascii("areodynamics"), &["aerodynamics"]), - (UniCase::ascii("dependancy"), &["dependency"]), - (UniCase::ascii("stpo"), &["stop"]), - (UniCase::ascii("subtances"), &["substances"]), - (UniCase::ascii("morisette"), &["morissette"]), - (UniCase::ascii("genearally"), &["generally"]), - (UniCase::ascii("indefinately"), &["indefinitely"]), - (UniCase::ascii("suseptible"), &["susceptible"]), - (UniCase::ascii("adiacent"), &["adjacent"]), - (UniCase::ascii("neworks"), &["networks"]), - (UniCase::ascii("udating"), &["updating", "dating"]), - (UniCase::ascii("suplied"), &["supplied"]), - (UniCase::ascii("coment"), &["comment"]), - (UniCase::ascii("puchasing"), &["purchasing"]), - (UniCase::ascii("correnspondence"), &["correspondence"]), - (UniCase::ascii("configureable"), &["configurable"]), - (UniCase::ascii("avanced"), &["advanced"]), - (UniCase::ascii("regardlesss"), &["regardless"]), - (UniCase::ascii("conatining"), &["containing"]), - (UniCase::ascii("struggel"), &["struggle"]), - (UniCase::ascii("respectivly"), &["respectively"]), - (UniCase::ascii("abstraced"), &["abstracted"]), - (UniCase::ascii("dillema"), &["dilemma"]), - (UniCase::ascii("alikes"), &["alike", "likes"]), - (UniCase::ascii("initalizes"), &["initializes"]), - (UniCase::ascii("definend"), &["defined"]), - (UniCase::ascii("experementation"), &["experimentation"]), - (UniCase::ascii("tabblow"), &["tableau"]), - (UniCase::ascii("confugrable"), &["configurable"]), - (UniCase::ascii("methaphors"), &["metaphors"]), - (UniCase::ascii("chech"), &["check", "czech"]), - (UniCase::ascii("repesent"), &["represent"]), - (UniCase::ascii("positivies"), &["positives"]), - (UniCase::ascii("aleviates"), &["alleviates"]), - (UniCase::ascii("mispronounciation"), &["mispronunciation"]), - (UniCase::ascii("perferrances"), &["preferences"]), - (UniCase::ascii("experimintation"), &["experimentation"]), - (UniCase::ascii("kernerls"), &["kernels"]), - (UniCase::ascii("subscirption"), &["subscription"]), - (UniCase::ascii("experianced"), &["experienced"]), - (UniCase::ascii("hypocrasy"), &["hypocrisy"]), - (UniCase::ascii("correspomding"), &["corresponding"]), - (UniCase::ascii("addresess"), &["addresses"]), - (UniCase::ascii("consitutional"), &["constitutional"]), - (UniCase::ascii("buffr"), &["buffer"]), - (UniCase::ascii("couter"), &["counter"]), - (UniCase::ascii("requiest"), &["request"]), - (UniCase::ascii("tarnsparent"), &["transparent"]), - (UniCase::ascii("thnig"), &["thing"]), - (UniCase::ascii("pronouce"), &["pronounce"]), - (UniCase::ascii("lenghts"), &["lengths"]), - (UniCase::ascii("commputes"), &["computes"]), - (UniCase::ascii("fileststem"), &["filesystem"]), - (UniCase::ascii("forutunate"), &["fortunate"]), - (UniCase::ascii("entitities"), &["entities"]), - (UniCase::ascii("coaslescing"), &["coalescing"]), - (UniCase::ascii("characteisation"), &["characterisation"]), - (UniCase::ascii("chararcter"), &["character"]), - (UniCase::ascii("certicates"), &["certificates"]), - (UniCase::ascii("opearions"), &["operations"]), - (UniCase::ascii("becausee"), &["because"]), - (UniCase::ascii("guarnate"), &["guarantee"]), - (UniCase::ascii("doubeclicked"), &["double-clicked"]), - (UniCase::ascii("renegociated"), &["renegotiated"]), - (UniCase::ascii("memor"), &["memory"]), - (UniCase::ascii("susbsytem"), &["subsystem"]), - (UniCase::ascii("dosposing"), &["disposing"]), - (UniCase::ascii("unexpeectedly"), &["unexpectedly"]), - (UniCase::ascii("untranslateable"), &["untranslatable"]), - (UniCase::ascii("mormalizes"), &["normalizes"]), - (UniCase::ascii("alloced"), &["allocated"]), - (UniCase::ascii("suttlety"), &["subtlety"]), - (UniCase::ascii("annouced"), &["announced"]), - (UniCase::ascii("extrememly"), &["extremely"]), - (UniCase::ascii("focu"), &["focus"]), - (UniCase::ascii("randomally"), &["randomly"]), - (UniCase::ascii("miniture"), &["miniature"]), - (UniCase::ascii("mergable"), &["mergeable"]), - (UniCase::ascii("functins"), &["functions"]), - (UniCase::ascii("eptier"), &["emptier"]), - (UniCase::ascii("Nazereth"), &["Nazareth"]), - (UniCase::ascii("exolicitly"), &["explicitly"]), - (UniCase::ascii("assignemnts"), &["assignments"]), - (UniCase::ascii("slected"), &["selected"]), - (UniCase::ascii("disconneced"), &["disconnected"]), - (UniCase::ascii("filterring"), &["filtering"]), - (UniCase::ascii("nonseperable"), &["non-separable"]), - (UniCase::ascii("microseond"), &["microsecond"]), - (UniCase::ascii("dimensinoal"), &["dimensional"]), - (UniCase::ascii("relyable"), &["reliable"]), - (UniCase::ascii("peristent"), &["persistent"]), - (UniCase::ascii("casion"), &["caisson"]), - (UniCase::ascii("redy"), &["ready", "red"]), - (UniCase::ascii("evaulation"), &["evaluation"]), - (UniCase::ascii("arbiatraily"), &["arbitrarily"]), - (UniCase::ascii("retourned"), &["returned"]), - (UniCase::ascii("copletely"), &["completely"]), - (UniCase::ascii("unbelivable"), &["unbelievable"]), - (UniCase::ascii("aproach"), &["approach"]), - (UniCase::ascii("balacing"), &["balancing"]), - (UniCase::ascii("uncompresors"), &["uncompressors"]), - (UniCase::ascii("correted"), &["corrected"]), - (UniCase::ascii("desingned"), &["designed"]), - (UniCase::ascii("forground"), &["foreground"]), - (UniCase::ascii("delimitiaions"), &["delimitations"]), - (UniCase::ascii("capablilities"), &["capabilities"]), - (UniCase::ascii("thoruoghly"), &["thoroughly"]), - (UniCase::ascii("gauranteeing"), &["guaranteeing"]), - (UniCase::ascii("experimtenation"), &["experimentation"]), - (UniCase::ascii("inteprets"), &["interprets"]), - (UniCase::ascii("carrers"), &["careers"]), - (UniCase::ascii("irelevent"), &["irrelevant"]), - (UniCase::ascii("stadnardized"), &["standardized"]), - (UniCase::ascii("finness"), &["finesse"]), - (UniCase::ascii("re-negotitaes"), &["re-negotiates"]), - (UniCase::ascii("scientisst"), &["scientists", "scientist"]), - (UniCase::ascii("paravirutalise"), &["paravirtualise"]), - (UniCase::ascii("wiceversa"), &["vice-versa"]), - (UniCase::ascii("conneection"), &["connection"]), - (UniCase::ascii("interaktion"), &["interaction"]), - (UniCase::ascii("recourced"), &["resourced"]), - (UniCase::ascii("decorders"), &["decoders"]), - (UniCase::ascii("orthoganal"), &["orthogonal"]), - (UniCase::ascii("resignement"), &["resignment"]), - (UniCase::ascii("spearator"), &["separator"]), - (UniCase::ascii("migrateable"), &["migratable"]), - (UniCase::ascii("manupulate"), &["manipulate"]), - (UniCase::ascii("delimitted"), &["delimited"]), - (UniCase::ascii("negoitable"), &["negotiable"]), - (UniCase::ascii("dupliates"), &["duplicates"]), - (UniCase::ascii("renegociator"), &["renegotiator"]), - (UniCase::ascii("recommnd"), &["recommend"]), - (UniCase::ascii("approximatively"), &["approximately"]), - (UniCase::ascii("renegotaites"), &["renegotiates"]), - (UniCase::ascii("cuncurency"), &["concurrency"]), - (UniCase::ascii("coefficent"), &["coefficient"]), - (UniCase::ascii("differenct"), &["different"]), - (UniCase::ascii("byteoder"), &["byteorder", "byte order"]), - (UniCase::ascii("transparanetly"), &["transparently"]), - (UniCase::ascii("intitialized"), &["initialized"]), - (UniCase::ascii("enchanced"), &["enhanced"]), - (UniCase::ascii("reconfugre"), &["reconfigure"]), - (UniCase::ascii("enviromentally"), &["environmentally"]), - (UniCase::ascii("warniongs"), &["warnings"]), - (UniCase::ascii("desctiptors"), &["descriptors"]), - (UniCase::ascii("housand"), &["thousand"]), - (UniCase::ascii("misintepreted"), &["misinterpreted"]), - (UniCase::ascii("approxiate"), &["approximate"]), - (UniCase::ascii("nessasary"), &["necessary"]), - (UniCase::ascii("authobiographic"), &["autobiographic"]), - (UniCase::ascii("loger"), &["logger", "lodger", "longer"]), - (UniCase::ascii("expoited"), &["exploited"]), - (UniCase::ascii("tocksen"), &["toxin"]), - (UniCase::ascii("foward"), &["forward"]), - (UniCase::ascii("renegotible"), &["renegotiable"]), - (UniCase::ascii("paliamentarian"), &["parliamentarian"]), - (UniCase::ascii("pythjon"), &["python"]), - (UniCase::ascii("primitves"), &["primitives"]), - (UniCase::ascii("materlas"), &["materials"]), - (UniCase::ascii("bounudary"), &["boundary"]), - (UniCase::ascii("achitectures"), &["architectures"]), - (UniCase::ascii("grooups"), &["groups"]), - (UniCase::ascii("cant\'"), &["can\'t"]), - (UniCase::ascii("exract"), &["extract"]), - (UniCase::ascii("coversion"), &["conversion"]), - (UniCase::ascii("opthalmology"), &["ophthalmology"]), - (UniCase::ascii("abnoramlly"), &["abnormally"]), - (UniCase::ascii("polygone"), &["polygon"]), - (UniCase::ascii("implicitley"), &["implicitly"]), - (UniCase::ascii("javascritp"), &["javascript"]), - (UniCase::ascii("comming"), &["coming"]), - (UniCase::ascii("assending"), &["ascending"]), - (UniCase::ascii("envioments"), &["environments"]), - (UniCase::ascii("varibel"), &["variable"]), - (UniCase::ascii("disribution"), &["distribution"]), - (UniCase::ascii("poindcloud"), &["pointcloud"]), - (UniCase::ascii("misteryous"), &["mysterious"]), - (UniCase::ascii("dircetory"), &["directory"]), - (UniCase::ascii("repressents"), &["represents"]), - (UniCase::ascii("allocaite"), &["allocate"]), - (UniCase::ascii("extremitys"), &["extremities"]), - (UniCase::ascii("speficeirs"), &["specifiers"]), - (UniCase::ascii("itialized"), &["initialized"]), - (UniCase::ascii("inconvinence"), &["inconvenience"]), - (UniCase::ascii("executs"), &["executes"]), - (UniCase::ascii("expess"), &["express"]), - (UniCase::ascii("renegotaiates"), &["renegotiates"]), - (UniCase::ascii("reaarange"), &["rearrange"]), - (UniCase::ascii("experimanted"), &["experimented"]), - (UniCase::ascii("automatcally"), &["automatically"]), - (UniCase::ascii("succcesses"), &["successes"]), - (UniCase::ascii("disapper"), &["disappear"]), - (UniCase::ascii("craeting"), &["creating", "crating"]), - (UniCase::ascii("aplied"), &["applied"]), - (UniCase::ascii("gernerated"), &["generated"]), - (UniCase::ascii("potentatially"), &["potentially"]), - (UniCase::ascii("sensitiveties"), &["sensitivities"]), - (UniCase::ascii("reconeecting"), &["reconnecting"]), - (UniCase::ascii("threashold"), &["threshold"]), - (UniCase::ascii("instrcut"), &["instruct"]), - (UniCase::ascii("couuld"), &["could"]), - (UniCase::ascii("unspefiified"), &["unspecified"]), - (UniCase::ascii("conpleting"), &["completing"]), - (UniCase::ascii("acccurately"), &["accurately"]), - (UniCase::ascii("envirnments"), &["environments"]), - (UniCase::ascii("vulnerabuiliti"), &["vulnerability"]), - ( - UniCase::ascii("undependend"), - &["independent", "nondependent"], - ), - (UniCase::ascii("mutipl"), &["multiple", "multiply"]), - (UniCase::ascii("raotats"), &["rotates"]), - (UniCase::ascii("fitering"), &["filtering"]), - (UniCase::ascii("normalyzation"), &["normalization"]), - (UniCase::ascii("domait"), &["domain"]), - (UniCase::ascii("archiectures"), &["architectures"]), - (UniCase::ascii("attnetion"), &["attention"]), - (UniCase::ascii("unitss"), &["units"]), - (UniCase::ascii("noticiable"), &["noticeable"]), - (UniCase::ascii("distibuted"), &["distributed"]), - (UniCase::ascii("birghten"), &["brighten"]), - (UniCase::ascii("transalation"), &["translation"]), - (UniCase::ascii("wriet"), &["write"]), - (UniCase::ascii("chello"), &["cello"]), - (UniCase::ascii("hipotetical"), &["hypothetical"]), - (UniCase::ascii("comedlib"), &["comedilib"]), - ( - UniCase::ascii("fonctionnaly"), - &["functionally", "functionality"], - ), - (UniCase::ascii("implemementations"), &["implementations"]), - (UniCase::ascii("timestmap"), &["timestamp"]), - (UniCase::ascii("mebran"), &["membrane"]), - (UniCase::ascii("scenarion"), &["scenario"]), - (UniCase::ascii("carreid"), &["carried"]), - (UniCase::ascii("combinatio"), &["combination"]), - (UniCase::ascii("contaned"), &["contained"]), - (UniCase::ascii("weant"), &["want", "wean"]), - (UniCase::ascii("reviewsectio"), &["reviewsection"]), - (UniCase::ascii("abborting"), &["aborting"]), - (UniCase::ascii("downladed"), &["downloaded"]), - (UniCase::ascii("delimititation"), &["delimitation"]), - (UniCase::ascii("consentrate"), &["concentrate"]), - (UniCase::ascii("ajacence"), &["adjacence"]), - (UniCase::ascii("acchievement"), &["achievement"]), - (UniCase::ascii("possitives"), &["positives"]), - (UniCase::ascii("kubenates"), &["Kubernetes"]), - (UniCase::ascii("attirbute"), &["attribute"]), - (UniCase::ascii("custoization"), &["customization"]), - (UniCase::ascii("cpoy"), &["coy", "copy"]), - (UniCase::ascii("tlaking"), &["talking"]), - (UniCase::ascii("correnspondent"), &["correspondent"]), - (UniCase::ascii("receipients"), &["recipients"]), - (UniCase::ascii("mata-data"), &["meta-data"]), - (UniCase::ascii("reguarly"), &["regularly"]), - (UniCase::ascii("dedection"), &["detection"]), - (UniCase::ascii("deffering"), &["differing"]), - (UniCase::ascii("doamine"), &["dopamine", "domain"]), - (UniCase::ascii("reviwed"), &["reviewed"]), - (UniCase::ascii("signles"), &["singles", "signals"]), - (UniCase::ascii("auto-negoitations"), &["auto-negotiations"]), - (UniCase::ascii("metalic"), &["metallic"]), - (UniCase::ascii("assumtpion"), &["assumption"]), - (UniCase::ascii("appeareance"), &["appearance"]), - (UniCase::ascii("collocalized"), &["colocalized"]), - (UniCase::ascii("re-uplaods"), &["re-uploads"]), - (UniCase::ascii("recommeded"), &["recommended"]), - (UniCase::ascii("copyrigth"), &["copyright"]), - (UniCase::ascii("could\'t"), &["couldn\'t"]), - (UniCase::ascii("univeristy"), &["university"]), - (UniCase::ascii("seriuos"), &["serious"]), - (UniCase::ascii("vulberabuilility"), &["vulnerability"]), - (UniCase::ascii("declerations"), &["declarations"]), - (UniCase::ascii("sigificance"), &["significance"]), - (UniCase::ascii("protocl"), &["protocol"]), - (UniCase::ascii("evrywhere"), &["everywhere"]), - (UniCase::ascii("refects"), &["reflects"]), - (UniCase::ascii("atll"), &["all"]), - (UniCase::ascii("succesfuly"), &["successfully"]), - (UniCase::ascii("oxzillary"), &["auxiliary"]), - (UniCase::ascii("defaulh"), &["default"]), - (UniCase::ascii("analizes"), &["analyzes"]), - (UniCase::ascii("obtrain"), &["obtain"]), - (UniCase::ascii("remining"), &["remaining"]), - (UniCase::ascii("emphysyma"), &["emphysema"]), - (UniCase::ascii("abstrated"), &["abstracted"]), - (UniCase::ascii("unsuccessfull"), &["unsuccessful"]), - (UniCase::ascii("repesents"), &["represents"]), - (UniCase::ascii("untrached"), &["untracked"]), - (UniCase::ascii("proccesses"), &["processes"]), - (UniCase::ascii("deleteed"), &["deleted"]), - (UniCase::ascii("transvormed"), &["transformed"]), - (UniCase::ascii("spefified"), &["specified"]), - (UniCase::ascii("unsubscritpions"), &["unsubscriptions"]), - (UniCase::ascii("centuties"), &["centuries"]), - (UniCase::ascii("gnerate"), &["generate"]), - (UniCase::ascii("mthod"), &["method"]), - (UniCase::ascii("allopone"), &["allophone"]), - (UniCase::ascii("stoped"), &["stopped"]), - (UniCase::ascii("methots"), &["methods"]), - (UniCase::ascii("dadlock"), &["deadlock"]), - (UniCase::ascii("feek"), &["feel"]), - (UniCase::ascii("dissapearance"), &["disappearance"]), - (UniCase::ascii("simulataneously"), &["simultaneously"]), - (UniCase::ascii("spefiifiable"), &["specifiable"]), - (UniCase::ascii("commpressed"), &["compressed"]), - (UniCase::ascii("confuration"), &["configuration"]), - (UniCase::ascii("comparisations"), &["comparisons"]), - (UniCase::ascii("contex"), &["context"]), - (UniCase::ascii("scubscribe"), &["subscribe"]), - (UniCase::ascii("case-sensitve"), &["case-sensitive"]), - (UniCase::ascii("intepreter"), &["interpreter"]), - (UniCase::ascii("expanshions"), &["expansions"]), - (UniCase::ascii("difficaulty"), &["difficulty"]), - (UniCase::ascii("responsiblity"), &["responsibility"]), - (UniCase::ascii("udpates"), &["updates"]), - (UniCase::ascii("completiom"), &["completion"]), - (UniCase::ascii("ayway"), &["anyway", "away"]), - (UniCase::ascii("auto-genration"), &["auto-generation"]), - (UniCase::ascii("vallidity"), &["validity"]), - (UniCase::ascii("transcordes"), &["transcodes"]), - (UniCase::ascii("descritptive"), &["descriptive"]), - (UniCase::ascii("conseat"), &["conceit"]), - (UniCase::ascii("insensetive"), &["insensitive"]), - (UniCase::ascii("defaulz"), &["default", "defaults"]), - (UniCase::ascii("probbaly"), &["probably"]), - (UniCase::ascii("reverced"), &["reversed"]), - (UniCase::ascii("scritping"), &["scripting"]), - (UniCase::ascii("itnerfaces"), &["interfaces"]), - (UniCase::ascii("expressable"), &["expressible"]), - (UniCase::ascii("approriate"), &["appropriate"]), - (UniCase::ascii("useing"), &["using"]), - (UniCase::ascii("overwirtten"), &["overwritten"]), - (UniCase::ascii("conatiner"), &["container"]), - (UniCase::ascii("impleneted"), &["implemented"]), - (UniCase::ascii("stteting"), &["setting"]), - (UniCase::ascii("seqeuencer"), &["sequencer"]), - (UniCase::ascii("asssociated"), &["associated"]), - (UniCase::ascii("authenitcators"), &["authenticators"]), - (UniCase::ascii("delaloc"), &["delalloc"]), - (UniCase::ascii("parituclar"), &["particular"]), - (UniCase::ascii("yuor"), &["your"]), - (UniCase::ascii("asnwerers"), &["answerers"]), - (UniCase::ascii("grapics"), &["graphics"]), - (UniCase::ascii("guarnateeed"), &["guaranteed"]), - (UniCase::ascii("overries"), &["overrides", "ovaries"]), - (UniCase::ascii("intreeging"), &["intriguing"]), - (UniCase::ascii("Laotion"), &["Laotian"]), - (UniCase::ascii("unregistes"), &["unregisters"]), - (UniCase::ascii("expementel"), &["experimental"]), - (UniCase::ascii("prooper"), &["proper"]), - (UniCase::ascii("referenc"), &["reference"]), - (UniCase::ascii("priveleges"), &["privileges"]), - (UniCase::ascii("poenis"), &["penis"]), - (UniCase::ascii("finanaced"), &["financed"]), - (UniCase::ascii("buliding"), &["building"]), - (UniCase::ascii("colletion"), &["collection"]), - (UniCase::ascii("allocae"), &["allocate"]), - (UniCase::ascii("assmption"), &["assumption"]), - (UniCase::ascii("catpured"), &["captured"]), - (UniCase::ascii("excecuting"), &["executing"]), - (UniCase::ascii("protaganist"), &["protagonist"]), - (UniCase::ascii("tempalte"), &["template"]), - (UniCase::ascii("anytihng"), &["anything"]), - (UniCase::ascii("includig"), &["including"]), - (UniCase::ascii("transistions"), &["transitions"]), - (UniCase::ascii("buffor"), &["buffer"]), - (UniCase::ascii("movment"), &["movement"]), - (UniCase::ascii("exchane"), &["exchange"]), - (UniCase::ascii("expermented"), &["experimented"]), - (UniCase::ascii("rearrangtements"), &["rearrangements"]), - (UniCase::ascii("desinging"), &["designing"]), - (UniCase::ascii("brancket"), &["bracket"]), - (UniCase::ascii("expetectly"), &["expectedly"]), - (UniCase::ascii("recommmend"), &["recommend"]), - (UniCase::ascii("billon"), &["billion"]), - (UniCase::ascii("emmit"), &["emit"]), - (UniCase::ascii("constructts"), &["constructs"]), - (UniCase::ascii("backgrond"), &["background"]), - (UniCase::ascii("posibilties"), &["possibilities"]), - (UniCase::ascii("enumarate"), &["enumerate"]), - (UniCase::ascii("renegotates"), &["renegotiates"]), - (UniCase::ascii("parm"), &["param", "pram", "Parma"]), - (UniCase::ascii("mathimatics"), &["mathematics"]), - (UniCase::ascii("implemenatation"), &["implementation"]), - (UniCase::ascii("exntry"), &["entry"]), - (UniCase::ascii("speficitiable"), &["specifiable"]), - (UniCase::ascii("constuct"), &["construct"]), - (UniCase::ascii("reccommend"), &["recommend"]), - (UniCase::ascii("indivudually"), &["individually"]), - (UniCase::ascii("distrebuted"), &["distributed"]), - (UniCase::ascii("experse"), &["expense", "express"]), - (UniCase::ascii("itselv"), &["itself"]), - (UniCase::ascii("continous"), &["continuous"]), - (UniCase::ascii("configuratons"), &["configurations"]), - (UniCase::ascii("ser"), &["set"]), - (UniCase::ascii("becauseq"), &["because"]), - (UniCase::ascii("corrct"), &["correct"]), - (UniCase::ascii("accessibilty"), &["accessibility"]), - (UniCase::ascii("campains"), &["campaigns"]), - (UniCase::ascii("auto-negotation"), &["auto-negotiation"]), - (UniCase::ascii("genereating"), &["generating"]), - (UniCase::ascii("curremt"), &["current"]), - (UniCase::ascii("premission"), &["permission"]), - (UniCase::ascii("experimdntelly"), &["experimentally"]), - (UniCase::ascii("inclinaison"), &["inclination"]), - (UniCase::ascii("doubletquote"), &["doublequote"]), - (UniCase::ascii("normalyy"), &["normally"]), - (UniCase::ascii("whitepsaces"), &["whitespaces"]), - (UniCase::ascii("handsharing"), &["handshaking"]), - (UniCase::ascii("resarts"), &["restarts"]), - (UniCase::ascii("eventhanders"), &["event handlers"]), - (UniCase::ascii("sychronizes"), &["synchronizes"]), - (UniCase::ascii("dgetttext"), &["dgettext"]), - (UniCase::ascii("derageable"), &["dirigible"]), - (UniCase::ascii("unintented"), &["unintended"]), - (UniCase::ascii("similia"), &["similar"]), - (UniCase::ascii("blong"), &["belong"]), - (UniCase::ascii("generaly"), &["generally"]), - (UniCase::ascii("experminents"), &["experiments"]), - (UniCase::ascii("swtichs"), &["switches"]), - (UniCase::ascii("congifured"), &["configured"]), - (UniCase::ascii("paltette"), &["palette"]), - (UniCase::ascii("transparantly"), &["transparently"]), - (UniCase::ascii("broswer"), &["browser"]), - (UniCase::ascii("secound"), &["second"]), - (UniCase::ascii("extensivly"), &["extensively"]), - (UniCase::ascii("specfield"), &["specified"]), - (UniCase::ascii("strenghtening"), &["strengthening"]), - (UniCase::ascii("upsteams"), &["upstreams"]), - (UniCase::ascii("incoperated"), &["incorporated"]), - (UniCase::ascii("teated"), &["treated"]), - (UniCase::ascii("syntakt"), &["syntax"]), - (UniCase::ascii("moent"), &["moment"]), - (UniCase::ascii("asnwer"), &["answer"]), - (UniCase::ascii("terrestial"), &["terrestrial"]), - (UniCase::ascii("serveice"), &["service"]), - (UniCase::ascii("configrations"), &["configurations"]), - (UniCase::ascii("pluigns"), &["plugins"]), - (UniCase::ascii("simultaneosly"), &["simultaneously"]), - (UniCase::ascii("trasposed"), &["transposed"]), - (UniCase::ascii("summay"), &["summary"]), - (UniCase::ascii("synching"), &["syncing"]), - (UniCase::ascii("deduplates"), &["deduplicates"]), - (UniCase::ascii("alogrithms"), &["algorithms"]), - (UniCase::ascii("pipeines"), &["pipelines"]), - (UniCase::ascii("constrcts"), &["constructs", "constricts"]), - (UniCase::ascii("desctructor"), &["destructor"]), - (UniCase::ascii("alph"), &["alpha"]), - (UniCase::ascii("formallize"), &["formalize"]), - (UniCase::ascii("laveled"), &["leveled"]), - (UniCase::ascii("pavillions"), &["pavilions"]), - (UniCase::ascii("Microsofot"), &["Microsoft"]), - (UniCase::ascii("reccommendation"), &["recommendation"]), - (UniCase::ascii("patckets"), &["packets"]), - (UniCase::ascii("acceleratoin"), &["acceleration"]), - (UniCase::ascii("disbales"), &["disables"]), - (UniCase::ascii("condionally"), &["conditionally"]), - (UniCase::ascii("plases"), &["places", "pleases", "phases"]), - (UniCase::ascii("spefcifieirs"), &["specifiers"]), - (UniCase::ascii("asynchonous"), &["asynchronous"]), - (UniCase::ascii("finanlize"), &["finalize"]), - (UniCase::ascii("nothigng"), &["nothing"]), - (UniCase::ascii("supllies"), &["supplies"]), - (UniCase::ascii("cheks"), &["checks"]), - (UniCase::ascii("corrresponds"), &["corresponds"]), - (UniCase::ascii("re-negotiotes"), &["re-negotiates"]), - (UniCase::ascii("sysbols"), &["symbols"]), - (UniCase::ascii("intruduced"), &["introduced"]), - (UniCase::ascii("underlayed"), &["underlaid"]), - (UniCase::ascii("satuaday"), &["Saturday"]), - (UniCase::ascii("uppstreamed"), &["upstreamed"]), - (UniCase::ascii("syles"), &["styles"]), - (UniCase::ascii("sequencial"), &["sequential"]), - (UniCase::ascii("resursively"), &["recursively"]), - (UniCase::ascii("dobling"), &["doubling"]), - (UniCase::ascii("otherise"), &["otherwise"]), - (UniCase::ascii("characts"), &["characters"]), - (UniCase::ascii("desscribe"), &["describe"]), - (UniCase::ascii("affact"), &["affect", "effect"]), - (UniCase::ascii("disbaling"), &["disabling"]), - (UniCase::ascii("unselctes"), &["unselects"]), - (UniCase::ascii("disagress"), &["disagrees"]), - (UniCase::ascii("recievs"), &["receives"]), - (UniCase::ascii("optimier"), &["optimizer", "optimiser"]), - (UniCase::ascii("atain"), &["attain"]), - (UniCase::ascii("excluslvely"), &["exclusively"]), - (UniCase::ascii("compairs"), &["compares"]), - (UniCase::ascii("subquue"), &["subqueue"]), - (UniCase::ascii("applicatin"), &["application"]), - (UniCase::ascii("intendet"), &["intended"]), - (UniCase::ascii("expropiation"), &["expropriation"]), - (UniCase::ascii("inconsistenly"), &["inconsistently"]), - (UniCase::ascii("Massachussetts"), &["Massachusetts"]), - (UniCase::ascii("assersion"), &["assertion"]), - (UniCase::ascii("setted"), &["set"]), - (UniCase::ascii("idential"), &["identical"]), - (UniCase::ascii("tolens"), &["tokens"]), - (UniCase::ascii("iechart"), &["piechart"]), - (UniCase::ascii("provicial"), &["provincial"]), - (UniCase::ascii("uplaoded"), &["uploaded"]), - (UniCase::ascii("numearate"), &["numerate"]), - (UniCase::ascii("coloums"), &["columns"]), - (UniCase::ascii("possiblely"), &["possibly"]), - (UniCase::ascii("mairabd"), &["MariaDB"]), - (UniCase::ascii("absolaute"), &["absolute"]), - (UniCase::ascii("quanlified"), &["qualified", "quantified"]), - (UniCase::ascii("subree"), &["subtree"]), - (UniCase::ascii("calcualtion"), &["calculation"]), - (UniCase::ascii("experimantel"), &["experimental"]), - (UniCase::ascii("disconetion"), &["disconnection"]), - (UniCase::ascii("dependening"), &["depending"]), - (UniCase::ascii("indefintly"), &["indefinitely"]), - (UniCase::ascii("ecxiting"), &["exciting"]), - (UniCase::ascii("commna"), &["comma"]), - (UniCase::ascii("exceuctables"), &["executables"]), - (UniCase::ascii("enameld"), &["enameled"]), - (UniCase::ascii("spezify"), &["specify"]), - (UniCase::ascii("symboll"), &["symbol"]), - (UniCase::ascii("accesors"), &["accessors"]), - (UniCase::ascii("authrored"), &["authored"]), - (UniCase::ascii("memeory"), &["memory"]), - (UniCase::ascii("floading-add"), &["floating-add"]), - (UniCase::ascii("chemcially"), &["chemically"]), - (UniCase::ascii("renegotioates"), &["renegotiates"]), - (UniCase::ascii("libraris"), &["libraries"]), - (UniCase::ascii("enclosue"), &["enclosure"]), - (UniCase::ascii("defind"), &["defined", "defund"]), - (UniCase::ascii("algorhythmically"), &["algorithmically"]), - (UniCase::ascii("programmend"), &["programmed"]), - (UniCase::ascii("specfication"), &["specification"]), - (UniCase::ascii("continaing"), &["containing"]), - (UniCase::ascii("unspeficieid"), &["unspecified"]), - (UniCase::ascii("informatation"), &["information"]), - (UniCase::ascii("buffeur"), &["buffer"]), - (UniCase::ascii("conflit"), &["conflict"]), - (UniCase::ascii("guarnates"), &["guarantees"]), - (UniCase::ascii("essentually"), &["essentially"]), - (UniCase::ascii("wont\'t"), &["won\'t"]), - (UniCase::ascii("esseintially"), &["essentially"]), - (UniCase::ascii("practicval"), &["practical"]), - (UniCase::ascii("leninent"), &["lenient"]), - (UniCase::ascii("expermientally"), &["experimentally"]), - (UniCase::ascii("offser"), &["offset"]), - (UniCase::ascii("supresssion"), &["suppression"]), - (UniCase::ascii("earpeice"), &["earpiece"]), - (UniCase::ascii("missle"), &["missile"]), - (UniCase::ascii("disssociates"), &["dissociates"]), - (UniCase::ascii("parenthsis"), &["parenthesis"]), - (UniCase::ascii("sturucture"), &["structure"]), - (UniCase::ascii("acomplished"), &["accomplished"]), - (UniCase::ascii("fability"), &["facility"]), - (UniCase::ascii("differntly"), &["differently"]), - (UniCase::ascii("tipically"), &["typically"]), - (UniCase::ascii("workes"), &["works"]), - (UniCase::ascii("expeect"), &["expect"]), - (UniCase::ascii("ganerate"), &["generate"]), - (UniCase::ascii("assasin"), &["assassin"]), - (UniCase::ascii("expetcedly"), &["expectedly"]), - (UniCase::ascii("bahavior"), &["behavior"]), - (UniCase::ascii("flacoured"), &["flavoured"]), - (UniCase::ascii("coefficeint"), &["coefficient"]), - (UniCase::ascii("devides"), &["divides"]), - (UniCase::ascii("collpased"), &["collapsed"]), - (UniCase::ascii("replys"), &["replies"]), - (UniCase::ascii("workbanches"), &["workbenches"]), - (UniCase::ascii("suceeded"), &["succeeded"]), - (UniCase::ascii("cahanged"), &["changed"]), - (UniCase::ascii("gerilla"), &["guerrilla"]), - (UniCase::ascii("fullfill"), &["fulfill", "fulfil"]), - (UniCase::ascii("reformattd"), &["reformatted"]), - (UniCase::ascii("manouvers"), &["maneuvers", "manoeuvres"]), - (UniCase::ascii("execuite"), &["execute"]), - (UniCase::ascii("algortism"), &["algorithm"]), - (UniCase::ascii("knwoing"), &["knowing"]), - (UniCase::ascii("convinently"), &["conveniently"]), - (UniCase::ascii("expermientel"), &["experimental"]), - (UniCase::ascii("stirngs"), &["strings"]), - (UniCase::ascii("inexperiance"), &["inexperience"]), - (UniCase::ascii("spefifeid"), &["specified"]), - (UniCase::ascii("bookmakr"), &["bookmark"]), - (UniCase::ascii("cahrging"), &["charging"]), - (UniCase::ascii("confugres"), &["configures"]), - (UniCase::ascii("unflaged"), &["unflagged"]), - (UniCase::ascii("necesserily"), &["necessarily"]), - (UniCase::ascii("commiter"), &["committer"]), - (UniCase::ascii("uninitalised"), &["uninitialised"]), - (UniCase::ascii("alrelady"), &["already"]), - (UniCase::ascii("capibilities"), &["capabilities"]), - (UniCase::ascii("attrubure"), &["attribute"]), - (UniCase::ascii("authenitcator"), &["authenticator"]), - (UniCase::ascii("resposive"), &["responsive"]), - (UniCase::ascii("refector"), &["refactor"]), - (UniCase::ascii("commmit"), &["commit"]), - (UniCase::ascii("fisist"), &["physicist"]), - (UniCase::ascii("nontheless"), &["nonetheless"]), - (UniCase::ascii("likeley"), &["likely"]), - (UniCase::ascii("algoroithmically"), &["algorithmically"]), - (UniCase::ascii("spefiififes"), &["specifies"]), - (UniCase::ascii("crowdsigna"), &["crowdsignal"]), - (UniCase::ascii("everyhing"), &["everything"]), - (UniCase::ascii("delting"), &["deleting"]), - (UniCase::ascii("idealogies"), &["ideologies"]), - (UniCase::ascii("biridectionality"), &["bidirectionality"]), - (UniCase::ascii("snipet"), &["snippet"]), - (UniCase::ascii("relocaite"), &["relocate"]), - (UniCase::ascii("origininated"), &["originated"]), - (UniCase::ascii("corperations"), &["corporations"]), - (UniCase::ascii("interperter"), &["interpreter"]), - (UniCase::ascii("sript"), &["script"]), - (UniCase::ascii("reciever"), &["receiver"]), - (UniCase::ascii("asain"), &["Asian"]), - (UniCase::ascii("alloacate"), &["allocate"]), - (UniCase::ascii("temprorily"), &["temporarily"]), - (UniCase::ascii("primitve"), &["primitive"]), - (UniCase::ascii("expection"), &["exception"]), - (UniCase::ascii("algoprithms"), &["algorithms"]), - (UniCase::ascii("athenean"), &["Athenian"]), - (UniCase::ascii("unexcpectedly"), &["unexpectedly"]), - (UniCase::ascii("independtly"), &["independently"]), - (UniCase::ascii("verbous"), &["verbose"]), - (UniCase::ascii("zeebra"), &["zebra"]), - (UniCase::ascii("agrain"), &["again"]), - (UniCase::ascii("descritpitons"), &["descriptions"]), - (UniCase::ascii("compatablity"), &["compatibility"]), - (UniCase::ascii("delimeter"), &["delimiter"]), - (UniCase::ascii("anouncement"), &["announcement"]), - (UniCase::ascii("ilness"), &["illness"]), - (UniCase::ascii("was\'t"), &["wasn\'t"]), - (UniCase::ascii("intializers"), &["initializers"]), - (UniCase::ascii("pressentation"), &["presentation"]), - (UniCase::ascii("grafitti"), &["graffiti"]), - (UniCase::ascii("monestaries"), &["monasteries"]), - (UniCase::ascii("neighbeorhod"), &["neighborhood"]), - (UniCase::ascii("referebces"), &["references"]), - (UniCase::ascii("mismatich"), &["mismatch"]), - (UniCase::ascii("buipd"), &["build"]), - (UniCase::ascii("incorperated"), &["incorporated"]), - (UniCase::ascii("depenendencies"), &["dependencies"]), - (UniCase::ascii("ignorrg"), &["ignoring"]), - (UniCase::ascii("unnesesarily"), &["unnecessarily"]), - (UniCase::ascii("plateu"), &["plateau"]), - (UniCase::ascii("sreampropinfo"), &["streampropinfo"]), - (UniCase::ascii("resonses"), &["responses"]), - (UniCase::ascii("perfomenace"), &["performance"]), - (UniCase::ascii("wrappng"), &["wrapping"]), - (UniCase::ascii("inforamtion"), &["information"]), - (UniCase::ascii("endien"), &["endian", "indian"]), - (UniCase::ascii("taxomonmy"), &["taxonomy"]), - (UniCase::ascii("exlusion"), &["exclusion"]), - (UniCase::ascii("unusre"), &["unsure"]), - (UniCase::ascii("re-uploding"), &["re-uploading"]), - (UniCase::ascii("corresond"), &["correspond"]), - (UniCase::ascii("ancesetors"), &["ancestors"]), - (UniCase::ascii("srouce"), &["source"]), - (UniCase::ascii("reuqested"), &["requested"]), - (UniCase::ascii("mechnanism"), &["mechanism"]), - (UniCase::ascii("netural"), &["neutral", "natural"]), - (UniCase::ascii("tranmitting"), &["transmitting"]), - (UniCase::ascii("amperstands"), &["ampersands"]), - (UniCase::ascii("naximum"), &["maximum"]), - (UniCase::ascii("unsubscirbe"), &["unsubscribe"]), - (UniCase::ascii("relected"), &["reelected"]), - (UniCase::ascii("seperatism"), &["separatism"]), - (UniCase::ascii("listeneres"), &["listeners"]), - (UniCase::ascii("abstacter"), &["abstracter"]), - (UniCase::ascii("conveninent"), &["convenient"]), - (UniCase::ascii("unsucesful"), &["unsuccessful"]), - (UniCase::ascii("cinfigurations"), &["configurations"]), - (UniCase::ascii("enaugh"), &["enough"]), - (UniCase::ascii("cipertext"), &["ciphertext"]), - (UniCase::ascii("pthred"), &["pthread"]), - (UniCase::ascii("conecct"), &["connect"]), - (UniCase::ascii("sempahore"), &["semaphore"]), - (UniCase::ascii("connecetd"), &["connected"]), - (UniCase::ascii("actuak"), &["actual"]), - (UniCase::ascii("cace"), &["cache"]), - (UniCase::ascii("appove"), &["approve"]), - (UniCase::ascii("3nd"), &["3rd"]), - (UniCase::ascii("mape"), &["map"]), - (UniCase::ascii("polymorpic"), &["polymorphic"]), - (UniCase::ascii("breakthruogh"), &["breakthrough"]), - (UniCase::ascii("dicionary"), &["dictionary"]), - (UniCase::ascii("estabishing"), &["establishing"]), - (UniCase::ascii("ot"), &["to", "of", "or"]), - (UniCase::ascii("argumeng"), &["argument"]), - (UniCase::ascii("precisision"), &["precision"]), - (UniCase::ascii("coments"), &["comments"]), - (UniCase::ascii("outperfome"), &["outperform"]), - (UniCase::ascii("frecuencies"), &["frequencies"]), - (UniCase::ascii("temprorarily"), &["temporarily"]), - (UniCase::ascii("principaly"), &["principality"]), - (UniCase::ascii("trasnlate"), &["translate"]), - (UniCase::ascii("congigure"), &["configure"]), - (UniCase::ascii("leaset"), &["least"]), - (UniCase::ascii("psot"), &["post"]), - (UniCase::ascii("tramsmitted"), &["transmitted"]), - (UniCase::ascii("addrass"), &["address"]), - (UniCase::ascii("secceeded"), &["seceded", "succeeded"]), - (UniCase::ascii("represantation"), &["representation"]), - (UniCase::ascii("missmatches"), &["mismatches"]), - (UniCase::ascii("tupple"), &["tuple"]), - (UniCase::ascii("contoller"), &["controller"]), - (UniCase::ascii("probem"), &["problem"]), - (UniCase::ascii("prolems"), &["problems"]), - (UniCase::ascii("physcial"), &["physical"]), - (UniCase::ascii("unnecessarilly"), &["unnecessarily"]), - (UniCase::ascii("incorparates"), &["incorporates"]), - (UniCase::ascii("fiorget"), &["forget"]), - (UniCase::ascii("articals"), &["articles"]), - (UniCase::ascii("remvoved"), &["removed"]), - (UniCase::ascii("popuplating"), &["populating"]), - (UniCase::ascii("uninterpretted"), &["uninterpreted"]), - (UniCase::ascii("delaractions"), &["declarations"]), - (UniCase::ascii("dynamlic"), &["dynamic"]), - (UniCase::ascii("dynamicly"), &["dynamically"]), - (UniCase::ascii("introsepection"), &["introspection"]), - (UniCase::ascii("coloering"), &["coloring"]), - (UniCase::ascii("re-negotitations"), &["re-negotiations"]), - (UniCase::ascii("belivebly"), &["believably"]), - (UniCase::ascii("diconnection"), &["disconnection"]), - (UniCase::ascii("omision"), &["omission"]), - (UniCase::ascii("synchronuously"), &["synchronously"]), - (UniCase::ascii("fomater"), &["formatter"]), - (UniCase::ascii("prcoesses"), &["processes"]), - (UniCase::ascii("monts"), &["months"]), - (UniCase::ascii("cpation"), &["caption"]), - (UniCase::ascii("implememting"), &["implementing"]), - (UniCase::ascii("negotiting"), &["negotiating"]), - (UniCase::ascii("determintes"), &["determines"]), - (UniCase::ascii("resrouce"), &["resource"]), - (UniCase::ascii("abondons"), &["abandons"]), - (UniCase::ascii("Carnigie"), &["Carnegie"]), - (UniCase::ascii("charator"), &["character"]), - ( - UniCase::ascii("initilisation"), - &["initialisation", "initialization"], - ), - (UniCase::ascii("anulled"), &["annulled"]), - (UniCase::ascii("organim"), &["organism"]), - (UniCase::ascii("compatablie"), &["compatible", "compatibly"]), - (UniCase::ascii("algohm"), &["algorithm"]), - (UniCase::ascii("subtring"), &["substring"]), - (UniCase::ascii("cuves"), &["curves", "cubes", "caves"]), - (UniCase::ascii("autonegotion"), &["autonegotiation"]), - (UniCase::ascii("publushers"), &["publishers"]), - (UniCase::ascii("nightfa;;"), &["nightfall"]), - (UniCase::ascii("ressemble"), &["resemble"]), - (UniCase::ascii("japaneese"), &["Japanese"]), - (UniCase::ascii("spefifiable"), &["specifiable"]), - (UniCase::ascii("catched"), &["caught"]), - (UniCase::ascii("unsupressed"), &["unsuppressed"]), - (UniCase::ascii("rearranements"), &["rearrangements"]), - (UniCase::ascii("authenciates"), &["authenticates"]), - (UniCase::ascii("guarrentees"), &["guarantees"]), - (UniCase::ascii("influece"), &["influence"]), - (UniCase::ascii("docmunets"), &["documents"]), - (UniCase::ascii("reimplmentation"), &["reimplementation"]), - (UniCase::ascii("termporal"), &["temporal"]), - (UniCase::ascii("retransmition"), &["retransmission"]), - (UniCase::ascii("resistable"), &["resistible"]), - (UniCase::ascii("expesting"), &["expecting"]), - (UniCase::ascii("startlisteneing"), &["startlistening"]), - (UniCase::ascii("complile"), &["compile"]), - (UniCase::ascii("updte"), &["update"]), - (UniCase::ascii("vulbearbuilities"), &["vulnerabilities"]), - (UniCase::ascii("ignornable"), &["ignorable"]), - (UniCase::ascii("folwoiwng"), &["following"]), - (UniCase::ascii("regeister"), &["register"]), - (UniCase::ascii("experimten"), &["experiment"]), - (UniCase::ascii("owervrite"), &["overwrite"]), - (UniCase::ascii("instancd"), &["instance"]), - (UniCase::ascii("constcurts"), &["constructs"]), - (UniCase::ascii("submti"), &["submit"]), - (UniCase::ascii("slicable"), &["sliceable"]), - (UniCase::ascii("implementataion"), &["implementation"]), - (UniCase::ascii("reverce"), &["reverse"]), - (UniCase::ascii("non-inreractive"), &["non-interactive"]), - (UniCase::ascii("authenenticators"), &["authenticators"]), - (UniCase::ascii("affinitze"), &["affinitize"]), - (UniCase::ascii("coordines"), &["coordinates"]), - (UniCase::ascii("labling"), &["labeling", "labelling"]), - (UniCase::ascii("resteraunts"), &["restaurants"]), - (UniCase::ascii("signle"), &["single", "signal"]), - (UniCase::ascii("conlcudes"), &["concludes"]), - (UniCase::ascii("excedding"), &["exceeding"]), - (UniCase::ascii("etsts"), &["tests"]), - (UniCase::ascii("paramerters"), &["parameters"]), - (UniCase::ascii("positoins"), &["positions"]), - (UniCase::ascii("orienation"), &["orientation"]), - (UniCase::ascii("enironment"), &["environment"]), - (UniCase::ascii("widhtpoint"), &["widthpoint"]), - (UniCase::ascii("startnig"), &["starting"]), - (UniCase::ascii("ammend"), &["amend"]), - (UniCase::ascii("forbit"), &["forbid"]), - (UniCase::ascii("shortcommings"), &["shortcomings"]), - (UniCase::ascii("unkowns"), &["unknowns"]), - (UniCase::ascii("multifuction"), &["multifunction"]), - (UniCase::ascii("reprensentational"), &["representational"]), - (UniCase::ascii("attosenconds"), &["attoseconds"]), - (UniCase::ascii("conbinations"), &["combinations"]), - ( - UniCase::ascii("auto-negoptionsotiation"), - &["auto-negotiation"], - ), - (UniCase::ascii("conains"), &["contains"]), - (UniCase::ascii("adrresses"), &["addresses"]), - (UniCase::ascii("propbably"), &["probably"]), - (UniCase::ascii("differant"), &["different"]), - (UniCase::ascii("choronological"), &["chronological"]), - (UniCase::ascii("sheepherds"), &["shepherds"]), - (UniCase::ascii("clude"), &["clued", "clue"]), - (UniCase::ascii("protoypes"), &["prototypes"]), - (UniCase::ascii("upstreamming"), &["upstreaming"]), - (UniCase::ascii("rememberable"), &["memorable"]), - (UniCase::ascii("incompatatbility"), &["incompatibility"]), - (UniCase::ascii("autonegoations"), &["autonegotiations"]), - (UniCase::ascii("pertubation"), &["perturbation"]), - (UniCase::ascii("compansates"), &["compensates"]), - (UniCase::ascii("technoloiges"), &["technologies"]), - (UniCase::ascii("assumtion"), &["assumption"]), - (UniCase::ascii("etherenet"), &["Ethernet"]), - (UniCase::ascii("commnand-line"), &["command-line"]), - (UniCase::ascii("condict"), &["conduct"]), - (UniCase::ascii("helpfull"), &["helpful"]), - (UniCase::ascii("sepeators"), &["separators"]), - (UniCase::ascii("re-uplaoder"), &["re-uploader"]), - (UniCase::ascii("backwark"), &["backward"]), - (UniCase::ascii("optimizaing"), &["optimizing"]), - (UniCase::ascii("styilistic"), &["stylistic"]), - (UniCase::ascii("incorrecly"), &["incorrectly"]), - (UniCase::ascii("eextracts"), &["extracts"]), - (UniCase::ascii("ecidious"), &["deciduous"]), - (UniCase::ascii("motononic"), &["monotonic"]), - (UniCase::ascii("imperiaal"), &["imperial"]), - (UniCase::ascii("atached"), &["attached"]), - (UniCase::ascii("sanytise"), &["sanitise"]), - (UniCase::ascii("de-duplation"), &["de-duplication"]), - (UniCase::ascii("compliace"), &["compliance"]), - (UniCase::ascii("ficticious"), &["fictitious"]), - (UniCase::ascii("donn"), &["done", "don"]), - (UniCase::ascii("maxosx"), &["macosx"]), - (UniCase::ascii("excutables"), &["executables"]), - (UniCase::ascii("ignorre"), &["ignore"]), - (UniCase::ascii("traved"), &["traversed"]), - (UniCase::ascii("retuns"), &["returns"]), - (UniCase::ascii("assymmetry"), &["asymmetry"]), - (UniCase::ascii("consting"), &["consisting"]), - (UniCase::ascii("pipilines"), &["pipelines"]), - (UniCase::ascii("regiser"), &["register"]), - (UniCase::ascii("alers"), &["alerts"]), - (UniCase::ascii("ellected"), &["elected"]), - (UniCase::ascii("doubely"), &["doubly"]), - (UniCase::ascii("recommanded"), &["recommended"]), - (UniCase::ascii("progate"), &["propagate"]), - (UniCase::ascii("algoritmically"), &["algorithmically"]), - (UniCase::ascii("tigthly"), &["tightly"]), - (UniCase::ascii("pretection"), &["protection"]), - (UniCase::ascii("asynchroneously"), &["asynchronously"]), - (UniCase::ascii("foult"), &["fault"]), - (UniCase::ascii("direrctories"), &["directories"]), - (UniCase::ascii("libraiesr"), &["libraries"]), - (UniCase::ascii("furhermore"), &["furthermore"]), - (UniCase::ascii("flaot"), &["float"]), - (UniCase::ascii("operaror"), &["operator"]), - (UniCase::ascii("tansient"), &["transient"]), - (UniCase::ascii("semented"), &["cemented", "segmented"]), - (UniCase::ascii("equalibrium"), &["equilibrium"]), - (UniCase::ascii("noticeing"), &["noticing"]), - (UniCase::ascii("vaiable"), &["variable"]), - (UniCase::ascii("conotation"), &["connotation"]), - (UniCase::ascii("resrouces"), &["resources"]), - (UniCase::ascii("currenntly"), &["currently"]), - (UniCase::ascii("unspefcifieid"), &["unspecified"]), - (UniCase::ascii("accumlates"), &["accumulates"]), - (UniCase::ascii("caharcters"), &["characters"]), - (UniCase::ascii("inherrited"), &["inherited"]), - (UniCase::ascii("trunctated"), &["truncated"]), - (UniCase::ascii("coeficents"), &["coefficients"]), - (UniCase::ascii("determinstic"), &["deterministic"]), - (UniCase::ascii("asssembler"), &["assembler"]), - (UniCase::ascii("dalta"), &["delta"]), - (UniCase::ascii("elemnets"), &["elements"]), - (UniCase::ascii("experimetenter"), &["experimenter"]), - (UniCase::ascii("predefiened"), &["predefined"]), - (UniCase::ascii("poninter"), &["pointer"]), - (UniCase::ascii("incremenetd"), &["incremented"]), - (UniCase::ascii("transcondes"), &["transcodes"]), - (UniCase::ascii("programmetically"), &["programmatically"]), - (UniCase::ascii("disonnect"), &["disconnect"]), - (UniCase::ascii("varibels"), &["variables"]), - (UniCase::ascii("restorated"), &["restored"]), - (UniCase::ascii("reruning"), &["rerunning"]), - (UniCase::ascii("domonstration"), &["demonstration"]), - (UniCase::ascii("limts"), &["limits"]), - (UniCase::ascii("vacinity"), &["vicinity"]), - (UniCase::ascii("seperators"), &["separators"]), - (UniCase::ascii("algortims"), &["algorithms"]), - (UniCase::ascii("publically"), &["publicly"]), - (UniCase::ascii("dscrete"), &["discrete"]), - (UniCase::ascii("dedupliated"), &["deduplicated"]), - (UniCase::ascii("deamonizes"), &["daemonizes"]), - ( - UniCase::ascii("content-negotiotation"), - &["content-negotiation"], - ), - (UniCase::ascii("configurres"), &["configures"]), - (UniCase::ascii("non-negotatible"), &["non-negotiable"]), - (UniCase::ascii("symnol"), &["symbol"]), - (UniCase::ascii("dictonaries"), &["dictionaries"]), - (UniCase::ascii("treadet"), &["treated"]), - (UniCase::ascii("apperances"), &["appearances"]), - (UniCase::ascii("examnples"), &["examples"]), - (UniCase::ascii("develoment"), &["development"]), - (UniCase::ascii("componnents"), &["components"]), - (UniCase::ascii("preriodic"), &["periodic"]), - (UniCase::ascii("ambigious"), &["ambiguous"]), - (UniCase::ascii("visuaisation"), &["visualisation"]), - (UniCase::ascii("thatn"), &["that", "than"]), - (UniCase::ascii("openning"), &["opening"]), - (UniCase::ascii("re-negociated"), &["re-negotiated"]), - (UniCase::ascii("pullrequest"), &["pull request"]), - (UniCase::ascii("booltloader"), &["bootloader"]), - (UniCase::ascii("confidantal"), &["confidential"]), - (UniCase::ascii("succsessive"), &["successive"]), - (UniCase::ascii("filessytem"), &["filesystem"]), - (UniCase::ascii("negoitating"), &["negotiating"]), - (UniCase::ascii("chenged"), &["changed"]), - (UniCase::ascii("databses"), &["databases"]), - (UniCase::ascii("re-negothiator"), &["re-negotiator"]), - (UniCase::ascii("incoperates"), &["incorporates"]), - (UniCase::ascii("sepearate"), &["separate"]), - (UniCase::ascii("validing"), &["validating"]), - (UniCase::ascii("desn\'t"), &["doesn\'t"]), - (UniCase::ascii("condident"), &["confident"]), - (UniCase::ascii("equivelents"), &["equivalents"]), - (UniCase::ascii("arbitraion"), &["arbitration"]), - (UniCase::ascii("reosurces"), &["resources"]), - (UniCase::ascii("speacial"), &["special", "spacial"]), - (UniCase::ascii("peformed"), &["performed"]), - (UniCase::ascii("eahc"), &["each"]), - (UniCase::ascii("shaddow"), &["shadow"]), - (UniCase::ascii("Bernouilli"), &["Bernoulli"]), - (UniCase::ascii("corosponding"), &["corresponding"]), - (UniCase::ascii("valitdity"), &["validity"]), - (UniCase::ascii("accoringly"), &["accordingly"]), - (UniCase::ascii("beyong"), &["beyond"]), - (UniCase::ascii("naerly"), &["nearly", "gnarly"]), - (UniCase::ascii("neightbours"), &["neighbours"]), - (UniCase::ascii("soucres"), &["sources"]), - (UniCase::ascii("creationg"), &["creation", "creating"]), - (UniCase::ascii("asistance"), &["assistance"]), - (UniCase::ascii("offseted"), &["offsetted"]), - (UniCase::ascii("inacurrate"), &["inaccurate"]), - (UniCase::ascii("belove"), &["below", "beloved"]), - (UniCase::ascii("moutnpoint"), &["mountpoint"]), - (UniCase::ascii("spefiiers"), &["specifiers"]), - (UniCase::ascii("Carribbean"), &["Caribbean"]), - (UniCase::ascii("pasing"), &["passing", "posing"]), - (UniCase::ascii("ligher"), &["lighter", "liar", "liger"]), - (UniCase::ascii("diaspra"), &["diaspora"]), - (UniCase::ascii("sucesful"), &["successful"]), - (UniCase::ascii("paser"), &["parser"]), - (UniCase::ascii("commma-separated"), &["comma-separated"]), - (UniCase::ascii("insance"), &["instance", "insane"]), - (UniCase::ascii("cnfiguring"), &["configuring"]), - (UniCase::ascii("caterpillers"), &["caterpillars"]), - (UniCase::ascii("paramemeter"), &["parameter"]), - (UniCase::ascii("calculautions"), &["calculations"]), - (UniCase::ascii("savve"), &["save", "savvy", "salve"]), - (UniCase::ascii("sentinals"), &["sentinels"]), - (UniCase::ascii("minimsation"), &["minimisation"]), - (UniCase::ascii("bootoloader"), &["bootloader"]), - (UniCase::ascii("unselecgts"), &["unselects"]), - (UniCase::ascii("hydropobic"), &["hydrophobic"]), - (UniCase::ascii("proffesor"), &["professor"]), - (UniCase::ascii("interepret"), &["interpret"]), - (UniCase::ascii("blancked"), &["blanked"]), - (UniCase::ascii("cppp"), &["cpp"]), - (UniCase::ascii("transportatin"), &["transportation"]), - (UniCase::ascii("hoever"), &["however"]), - (UniCase::ascii("agants"), &["agents", "against"]), - (UniCase::ascii("resloved"), &["resolved"]), - (UniCase::ascii("shaneal"), &["chenille"]), - (UniCase::ascii("tempreature"), &["temperature"]), - (UniCase::ascii("concatentation"), &["concatenation"]), - (UniCase::ascii("attriburtes"), &["attributes"]), - (UniCase::ascii("recevies"), &["receives"]), - (UniCase::ascii("competative"), &["competitive"]), - (UniCase::ascii("transparcenies"), &["transparencies"]), - (UniCase::ascii("symetry"), &["symmetry"]), - (UniCase::ascii("bluetoot"), &["bluetooth"]), - (UniCase::ascii("reveret"), &["revert"]), - (UniCase::ascii("transocdings"), &["transcodings"]), - (UniCase::ascii("pendantic"), &["pedantic"]), - (UniCase::ascii("fragements"), &["fragments"]), - (UniCase::ascii("overrided"), &["overrode", "overridden"]), - (UniCase::ascii("blonging"), &["belonging"]), - (UniCase::ascii("coproccessor"), &["coprocessor"]), - (UniCase::ascii("intelisense"), &["intellisense"]), - (UniCase::ascii("comletely"), &["completely"]), - (UniCase::ascii("interrum"), &["interim"]), - (UniCase::ascii("restouration"), &["restoration"]), - (UniCase::ascii("underun"), &["underrun"]), - (UniCase::ascii("neighborhoors"), &["neighbors"]), - (UniCase::ascii("negligble"), &["negligible"]), - (UniCase::ascii("sysems"), &["systems"]), - (UniCase::ascii("ded"), &["dead"]), - (UniCase::ascii("coventions"), &["conventions"]), - (UniCase::ascii("worser"), &["worse"]), - (UniCase::ascii("corresponsding"), &["corresponding"]), - (UniCase::ascii("refererd"), &["referred"]), - (UniCase::ascii("libraaries"), &["libraries"]), - (UniCase::ascii("reprocuce"), &["reproduce", "reprocure"]), - (UniCase::ascii("sieze"), &["seize", "size"]), - (UniCase::ascii("sucessfukk"), &["successful"]), - (UniCase::ascii("spefixications"), &["specifications"]), - (UniCase::ascii("enities"), &["entities"]), - (UniCase::ascii("prrcision"), &["precision"]), - (UniCase::ascii("scaleing"), &["scaling"]), - (UniCase::ascii("conecctor"), &["connector"]), - (UniCase::ascii("untill"), &["until"]), - (UniCase::ascii("interrrupted"), &["interrupted"]), - (UniCase::ascii("complation"), &["compilation", "completion"]), - (UniCase::ascii("therafter"), &["thereafter"]), - (UniCase::ascii("guarrantie"), &["guarantee"]), - (UniCase::ascii("morever"), &["moreover"]), - (UniCase::ascii("futher"), &["further"]), - (UniCase::ascii("experiation"), &["expiration"]), - (UniCase::ascii("mecanisms"), &["mechanisms"]), - (UniCase::ascii("brekpoints"), &["breakpoints"]), - (UniCase::ascii("improvemen"), &["improvement"]), - (UniCase::ascii("aspected"), &["expected"]), - (UniCase::ascii("docuemtn"), &["document"]), - (UniCase::ascii("signifantly"), &["significantly"]), - (UniCase::ascii("sequensed"), &["sequenced"]), - (UniCase::ascii("comsumers"), &["consumers"]), - (UniCase::ascii("notificaction"), &["notification"]), - (UniCase::ascii("preformance"), &["performance"]), - (UniCase::ascii("exturdes"), &["extrudes"]), - (UniCase::ascii("fictious"), &["fictitious"]), - (UniCase::ascii("corsssite"), &["cross-site"]), - (UniCase::ascii("unexcected"), &["unexpected"]), - (UniCase::ascii("modfied"), &["modified"]), - (UniCase::ascii("particuarly"), &["particularly"]), - (UniCase::ascii("corordination"), &["coordination"]), - (UniCase::ascii("paralelizing"), &["parallelizing"]), - (UniCase::ascii("safly"), &["safely"]), - (UniCase::ascii("brackeds"), &["brackets"]), - (UniCase::ascii("coneectors"), &["connectors"]), - (UniCase::ascii("beeings"), &["beings"]), - (UniCase::ascii("synonomous"), &["synonymous"]), - (UniCase::ascii("poping"), &["popping", "pooping"]), - (UniCase::ascii("refereneces"), &["references"]), - (UniCase::ascii("comonent"), &["component"]), - (UniCase::ascii("declations"), &["declarations"]), - (UniCase::ascii("abvious"), &["obvious"]), - (UniCase::ascii("datatpye"), &["datatype"]), - (UniCase::ascii("lenth"), &["length"]), - (UniCase::ascii("disproportionatly"), &["disproportionately"]), - (UniCase::ascii("keybaords"), &["keyboards"]), - (UniCase::ascii("retunrs"), &["returns"]), - (UniCase::ascii("comlainer"), &["complainer"]), - (UniCase::ascii("inprooved"), &["improved"]), - (UniCase::ascii("sisteming"), &["systemic", "stemming"]), - (UniCase::ascii("speficialleir"), &["specifier"]), - (UniCase::ascii("tage"), &["stage", "take", "tag", "tagged"]), - (UniCase::ascii("asssume"), &["assume"]), - (UniCase::ascii("independed"), &["independent"]), - (UniCase::ascii("bisiness"), &["business"]), - (UniCase::ascii("negothiate"), &["negotiate"]), - (UniCase::ascii("serice"), &["service"]), - (UniCase::ascii("excecutor"), &["executor"]), - (UniCase::ascii("deompression"), &["decompression"]), - (UniCase::ascii("wiew"), &["view"]), - (UniCase::ascii("plathome"), &["platform"]), - (UniCase::ascii("gouvener"), &["governor"]), - (UniCase::ascii("curnilinear"), &["curvilinear"]), - (UniCase::ascii("bootlaoders"), &["bootloaders"]), - (UniCase::ascii("dscribed"), &["described"]), - (UniCase::ascii("mofdified"), &["modified"]), - (UniCase::ascii("non-negogtiated"), &["non-negotiated"]), - (UniCase::ascii("insertino"), &["inserting"]), - (UniCase::ascii("auto-negotions"), &["auto-negotiations"]), - (UniCase::ascii("convaless"), &["convalesce"]), - (UniCase::ascii("libraires"), &["libraries"]), - (UniCase::ascii("dealed"), &["dealt"]), - (UniCase::ascii("vitual"), &["virtual"]), - (UniCase::ascii("pionter"), &["pointer"]), - (UniCase::ascii("accortance"), &["accordance"]), - (UniCase::ascii("synonymns"), &["synonyms"]), - (UniCase::ascii("unbouund"), &["unbound"]), - (UniCase::ascii("allocaitons"), &["allocations"]), - (UniCase::ascii("crossite"), &["cross-site"]), - (UniCase::ascii("proprotional"), &["proportional"]), - (UniCase::ascii("cauing"), &["causing"]), - (UniCase::ascii("inagurated"), &["inaugurated"]), - (UniCase::ascii("indepdently"), &["independently"]), - (UniCase::ascii("disharge"), &["discharge"]), - (UniCase::ascii("incombatibility"), &["incompatibility"]), - (UniCase::ascii("explitit"), &["explicit"]), - (UniCase::ascii("reguler"), &["regular"]), - (UniCase::ascii("genrals"), &["generals"]), - (UniCase::ascii("procesing"), &["processing"]), - (UniCase::ascii("temeprature"), &["temperature"]), - (UniCase::ascii("installaion"), &["installation"]), - (UniCase::ascii("experimmentations"), &["experimentations"]), - (UniCase::ascii("preconfiged"), &["preconfigured"]), - (UniCase::ascii("etst"), &["test"]), - (UniCase::ascii("merchantibility"), &["merchantability"]), - (UniCase::ascii("coinsides"), &["coincides"]), - (UniCase::ascii("deisgned"), &["designed"]), - (UniCase::ascii("instanciation"), &["instantiation"]), - (UniCase::ascii("characther"), &["character"]), - (UniCase::ascii("abscence"), &["absence"]), - (UniCase::ascii("sumed-up"), &["summed-up"]), - (UniCase::ascii("generaters"), &["generators"]), - (UniCase::ascii("presisting"), &["persisting"]), - (UniCase::ascii("consequetive"), &["consecutive"]), - (UniCase::ascii("mocroseconds"), &["microseconds"]), - (UniCase::ascii("comissioned"), &["commissioned"]), - (UniCase::ascii("folllower"), &["follower"]), - (UniCase::ascii("throwgh"), &["through"]), - (UniCase::ascii("usign"), &["using", "unsign"]), - (UniCase::ascii("ftrunacate"), &["ftruncate"]), - (UniCase::ascii("beinning"), &["beginning"]), - (UniCase::ascii("warninngs"), &["warnings"]), - (UniCase::ascii("intialization"), &["initialization"]), - (UniCase::ascii("comceptually"), &["conceptually"]), - (UniCase::ascii("adjasence"), &["adjacence"]), - (UniCase::ascii("regsters"), &["registers"]), - (UniCase::ascii("auto-negoitation"), &["auto-negotiation"]), - ( - UniCase::ascii("adapd"), - &["adapt", "adapted", "adopt", "adopted"], - ), - (UniCase::ascii("sprecial"), &["special"]), - (UniCase::ascii("resturn"), &["return"]), - (UniCase::ascii("properies"), &["properties"]), - (UniCase::ascii("acent"), &["ascent"]), - (UniCase::ascii("allign"), &["align"]), - (UniCase::ascii("oiginally"), &["originally"]), - (UniCase::ascii("debgu"), &["debug"]), - (UniCase::ascii("guareented"), &["guaranteed"]), - (UniCase::ascii("experessing"), &["expressing"]), - (UniCase::ascii("compaytibility"), &["compatibility"]), - (UniCase::ascii("depdendancies"), &["dependencies"]), - (UniCase::ascii("inconvinience"), &["inconvenience"]), - (UniCase::ascii("serveces"), &["services"]), - (UniCase::ascii("suppliment"), &["supplement"]), - (UniCase::ascii("falure"), &["failure"]), - (UniCase::ascii("fysisist"), &["physicist"]), - (UniCase::ascii("esle"), &["else"]), - (UniCase::ascii("segmetns"), &["segments"]), - (UniCase::ascii("modfified"), &["modified"]), - (UniCase::ascii("govenor"), &["governor"]), - (UniCase::ascii("inctroduced"), &["introduced"]), - (UniCase::ascii("addtitional"), &["additional"]), - (UniCase::ascii("modeul"), &["module"]), - (UniCase::ascii("tabke"), &["table"]), - (UniCase::ascii("globel"), &["global"]), - (UniCase::ascii("interpretted"), &["interpreted"]), - (UniCase::ascii("wirters"), &["writers"]), - (UniCase::ascii("paeth"), &["path"]), - (UniCase::ascii("temproy"), &["temporary"]), - (UniCase::ascii("ealiest"), &["earliest"]), - (UniCase::ascii("autonegothiations"), &["autonegotiations"]), - (UniCase::ascii("renegoatiations"), &["renegotiations"]), - (UniCase::ascii("vulberabilites"), &["vulnerabilities"]), - (UniCase::ascii("enviorments"), &["environments"]), - (UniCase::ascii("upsreaming"), &["upstreaming"]), - (UniCase::ascii("acommpanying"), &["accompanying"]), - (UniCase::ascii("recursivelly"), &["recursively"]), - (UniCase::ascii("prealocated"), &["preallocated"]), - (UniCase::ascii("stoers"), &["stores"]), - (UniCase::ascii("thounsands"), &["thousands"]), - (UniCase::ascii("useble"), &["usable"]), - (UniCase::ascii("indepdendance"), &["independence"]), - (UniCase::ascii("causions"), &["cautions"]), - (UniCase::ascii("follwwers"), &["followers"]), - (UniCase::ascii("transparanet"), &["transparent"]), - (UniCase::ascii("spedified"), &["specified"]), - (UniCase::ascii("rasiing"), &["raising"]), - (UniCase::ascii("embarassing"), &["embarrassing"]), - (UniCase::ascii("particales"), &["particles"]), - (UniCase::ascii("incorret"), &["incorrect"]), - (UniCase::ascii("follwow"), &["follow"]), - (UniCase::ascii("woudn\'t"), &["wouldn\'t"]), - (UniCase::ascii("hirarcies"), &["hierarchies"]), - (UniCase::ascii("desicion"), &["decision"]), - (UniCase::ascii("follewer"), &["follower"]), - (UniCase::ascii("chargind"), &["charging"]), - (UniCase::ascii("identty"), &["identity"]), - (UniCase::ascii("supproter"), &["supporter"]), - (UniCase::ascii("spefixeid"), &["specified"]), - (UniCase::ascii("confugired"), &["configured"]), - ( - UniCase::ascii("transaitions"), - &["translations", "transitions", "transactions"], - ), - (UniCase::ascii("paramaters"), &["parameters"]), - (UniCase::ascii("trully"), &["truly"]), - (UniCase::ascii("equivalance"), &["equivalence"]), - (UniCase::ascii("parenthesed"), &["parenthesized"]), - (UniCase::ascii("alreight"), &["all right", "alright"]), - (UniCase::ascii("reconstucting"), &["reconstructing"]), - (UniCase::ascii("degenrating"), &["degenerating"]), - (UniCase::ascii("coummunities"), &["communities"]), - (UniCase::ascii("caracterized"), &["characterized"]), - (UniCase::ascii("neighberghs"), &["neighbors"]), - (UniCase::ascii("delarations"), &["declarations"]), - (UniCase::ascii("bracese"), &["braces"]), - (UniCase::ascii("frozee"), &["frozen"]), - (UniCase::ascii("iritate"), &["irritate"]), - (UniCase::ascii("convovled"), &["convolved"]), - (UniCase::ascii("confures"), &["configures"]), - (UniCase::ascii("heigth"), &["height"]), - (UniCase::ascii("smoothign"), &["smoothing"]), - (UniCase::ascii("alighned"), &["aligned"]), - (UniCase::ascii("speficiation"), &["specification"]), - (UniCase::ascii("charater"), &["character"]), - (UniCase::ascii("cuestion"), &["question"]), - (UniCase::ascii("alignes"), &["aligns"]), - (UniCase::ascii("redenderer"), &["renderer"]), - (UniCase::ascii("emprically"), &["empirically"]), - (UniCase::ascii("tabluates"), &["tabulates"]), - (UniCase::ascii("recognizeable"), &["recognizable"]), - (UniCase::ascii("penality"), &["penalty"]), - (UniCase::ascii("dinamic"), &["dynamic"]), - (UniCase::ascii("dispencing"), &["dispensing"]), - (UniCase::ascii("distingushed"), &["distinguished"]), - (UniCase::ascii("environemnts"), &["environments"]), - (UniCase::ascii("approproate"), &["appropriate"]), - (UniCase::ascii("perfermance"), &["performance"]), - (UniCase::ascii("tempray"), &["temporary"]), - (UniCase::ascii("absolure"), &["absolute"]), - (UniCase::ascii("enqueing"), &["enqueuing"]), - (UniCase::ascii("suceeding"), &["succeeding"]), - (UniCase::ascii("renderr"), &["render"]), - (UniCase::ascii("in-memeory"), &["in-memory"]), - (UniCase::ascii("distribtion"), &["distribution"]), - (UniCase::ascii("syteme"), &["system"]), - (UniCase::ascii("gloabal"), &["global"]), - (UniCase::ascii("lonber"), &["longer"]), - (UniCase::ascii("pthon"), &["python"]), - (UniCase::ascii("troublshooting"), &["troubleshooting"]), - (UniCase::ascii("spefifiers"), &["specifiers"]), - (UniCase::ascii("generatig"), &["generating"]), - (UniCase::ascii("operater"), &["operator"]), - (UniCase::ascii("coallescence"), &["coalescence"]), - (UniCase::ascii("uninitalize"), &["uninitialize"]), - (UniCase::ascii("beetween"), &["between"]), - (UniCase::ascii("confuzzed"), &["confused"]), - (UniCase::ascii("execption"), &["exception"]), - (UniCase::ascii("negothiated"), &["negotiated"]), - (UniCase::ascii("milion"), &["million"]), - (UniCase::ascii("obsolesence"), &["obsolescence"]), - (UniCase::ascii("buffred"), &["buffered"]), - (UniCase::ascii("previious"), &["previous"]), - (UniCase::ascii("ecomonic"), &["economic"]), - (UniCase::ascii("Micosoft"), &["Microsoft"]), - (UniCase::ascii("apporoximated"), &["approximated"]), - (UniCase::ascii("langeuage"), &["language"]), - (UniCase::ascii("aquiring"), &["acquiring"]), - (UniCase::ascii("algorgithms"), &["algorithms"]), - (UniCase::ascii("synchrnization"), &["synchronization"]), - (UniCase::ascii("temlate"), &["template"]), - (UniCase::ascii("coordiniates"), &["coordinates"]), - (UniCase::ascii("steriods"), &["steroids"]), - (UniCase::ascii("askes"), &["asks"]), - (UniCase::ascii("discourarged"), &["discouraged"]), - (UniCase::ascii("constitues"), &["constitutes"]), - (UniCase::ascii("selektions"), &["selections"]), - (UniCase::ascii("coalases"), &["coalesces"]), - (UniCase::ascii("toolar"), &["toolbar"]), - (UniCase::ascii("capaciy"), &["capacity"]), - (UniCase::ascii("compulsary"), &["compulsory"]), - (UniCase::ascii("disover"), &["discover"]), - (UniCase::ascii("perfomred"), &["performed"]), - (UniCase::ascii("negoitator"), &["negotiator"]), - (UniCase::ascii("placeemnt"), &["placement"]), - (UniCase::ascii("omited"), &["omitted"]), - (UniCase::ascii("te"), &["the", "be", "we", "to"]), - (UniCase::ascii("compleatly"), &["completely"]), - (UniCase::ascii("leagalize"), &["legalize"]), - (UniCase::ascii("principly"), &["principally"]), - (UniCase::ascii("lotharingen"), &["Lothringen"]), - (UniCase::ascii("inlcudes"), &["includes"]), - (UniCase::ascii("non-negotatiable"), &["non-negotiable"]), - (UniCase::ascii("enery"), &["energy"]), - (UniCase::ascii("confucion"), &["confusion"]), - (UniCase::ascii("archtitecture"), &["architecture"]), - (UniCase::ascii("appoximations"), &["approximations"]), - (UniCase::ascii("recoriding"), &["recording"]), - (UniCase::ascii("exhanging"), &["exchanging"]), - (UniCase::ascii("renegothiating"), &["renegotiating"]), - (UniCase::ascii("riminders"), &["reminders"]), - (UniCase::ascii("neighouring"), &["neighbouring"]), - (UniCase::ascii("fials"), &["fails"]), - (UniCase::ascii("reenforced"), &["reinforced"]), - (UniCase::ascii("controler"), &["controller"]), - (UniCase::ascii("handskake"), &["handshake"]), - (UniCase::ascii("butttons"), &["buttons"]), - (UniCase::ascii("alogned"), &["aligned"]), - (UniCase::ascii("trasformation"), &["transformation"]), - (UniCase::ascii("diggits"), &["digits"]), - (UniCase::ascii("prarie"), &["prairie"]), - (UniCase::ascii("dissamblies"), &["disassemblies"]), - (UniCase::ascii("bacic"), &["basic"]), - (UniCase::ascii("arbitrally"), &["arbitrarily"]), - (UniCase::ascii("modlue"), &["module"]), - (UniCase::ascii("accoriding"), &["according"]), - (UniCase::ascii("listapck"), &["listpack"]), - (UniCase::ascii("optmisations"), &["optimisations"]), - (UniCase::ascii("ajust"), &["adjust"]), - (UniCase::ascii("accoding"), &["according"]), - (UniCase::ascii("rovides"), &["provides"]), - (UniCase::ascii("exampt"), &["exempt"]), - (UniCase::ascii("shutodwn"), &["shutdown"]), - (UniCase::ascii("defaulrts"), &["defaults"]), - (UniCase::ascii("clearified"), &["clarified"]), - (UniCase::ascii("perfoemanses"), &["performances"]), - (UniCase::ascii("coalsence"), &["coalescence"]), - (UniCase::ascii("ocasionaly"), &["occasionally"]), - (UniCase::ascii("oject"), &["object"]), - (UniCase::ascii("diposed"), &["disposed", "deposed"]), - (UniCase::ascii("excecise"), &["exercise"]), - (UniCase::ascii("sudmobules"), &["submodules"]), - (UniCase::ascii("dissobedience"), &["disobedience"]), - (UniCase::ascii("deafulted"), &["defaulted"]), - (UniCase::ascii("situatution"), &["situation"]), - (UniCase::ascii("construtced"), &["constructed"]), - (UniCase::ascii("commparisons"), &["comparisons"]), - (UniCase::ascii("relady"), &["ready"]), - (UniCase::ascii("appropritae"), &["appropriate"]), - (UniCase::ascii("calculed"), &["calculated"]), - (UniCase::ascii("deaults"), &["defaults"]), - (UniCase::ascii("fincally"), &["finally"]), - (UniCase::ascii("proceeed"), &["proceed"]), - (UniCase::ascii("executre"), &["execute"]), - (UniCase::ascii("smooter"), &["smoother"]), - (UniCase::ascii("butons"), &["buttons"]), - (UniCase::ascii("pessiary"), &["pessary"]), - (UniCase::ascii("thorwn"), &["thrown", "thorn"]), - (UniCase::ascii("variuos"), &["various"]), - (UniCase::ascii("lvoe"), &["love"]), - (UniCase::ascii("airloom"), &["heirloom"]), - (UniCase::ascii("overwelming"), &["overwhelming"]), - (UniCase::ascii("preperations"), &["preparations"]), - (UniCase::ascii("wieghts"), &["weights"]), - (UniCase::ascii("recrusion"), &["recursion"]), - (UniCase::ascii("utilisa"), &["utilise"]), - (UniCase::ascii("defaulkts"), &["defaults"]), - (UniCase::ascii("inconfortable"), &["uncomfortable"]), - (UniCase::ascii("storise"), &["stories"]), - (UniCase::ascii("potatoe"), &["potato"]), - (UniCase::ascii("experimneter"), &["experimenter"]), - (UniCase::ascii("differense"), &["difference"]), - (UniCase::ascii("vanishs"), &["vanishes"]), - (UniCase::ascii("hostanme"), &["hostname"]), - (UniCase::ascii("asfar"), &["as far"]), - (UniCase::ascii("tormenters"), &["tormentors"]), - (UniCase::ascii("JavaSciript"), &["JavaScript"]), - (UniCase::ascii("unregester"), &["unregister"]), - (UniCase::ascii("taxanomic"), &["taxonomic"]), - (UniCase::ascii("elminating"), &["eliminating"]), - (UniCase::ascii("ammongst"), &["amongst"]), - (UniCase::ascii("progarmability"), &["programmability"]), - (UniCase::ascii("useg"), &["user", "usage"]), - (UniCase::ascii("cloesed"), &["closed"]), - (UniCase::ascii("intput"), &["input"]), - (UniCase::ascii("progapated"), &["propagated"]), - (UniCase::ascii("premption"), &["preemption"]), - (UniCase::ascii("liuke"), &["like"]), - (UniCase::ascii("chaing"), &["chain"]), - (UniCase::ascii("admnistrator"), &["administrator"]), - (UniCase::ascii("gettting"), &["getting"]), - (UniCase::ascii("re-negotaiation"), &["re-negotiation"]), - (UniCase::ascii("expereince"), &["experience"]), - (UniCase::ascii("vertixes"), &["vertices"]), - (UniCase::ascii("inderts"), &["inserts"]), - (UniCase::ascii("asbtracted"), &["abstracted"]), - (UniCase::ascii("desturtor"), &["destructor"]), - (UniCase::ascii("sripts"), &["scripts"]), - (UniCase::ascii("peopels"), &["peoples"]), - (UniCase::ascii("poupular"), &["popular"]), - (UniCase::ascii("suports"), &["supports"]), - (UniCase::ascii("asbtract"), &["abstract"]), - (UniCase::ascii("mathing"), &["matching"]), - (UniCase::ascii("depricate"), &["deprecate"]), - (UniCase::ascii("esgers"), &["edgers"]), - (UniCase::ascii("repeting"), &["repeating"]), - (UniCase::ascii("valueable"), &["valuable"]), - (UniCase::ascii("pattented"), &["patented"]), - (UniCase::ascii("uninitialzed"), &["uninitialized"]), - (UniCase::ascii("immadiately"), &["immediately"]), - (UniCase::ascii("mastquerade"), &["masquerade"]), - (UniCase::ascii("disconencting"), &["disconnecting"]), - (UniCase::ascii("updateded"), &["updated"]), - (UniCase::ascii("occuring"), &["occurring"]), - (UniCase::ascii("aggregetor"), &["aggregator"]), - (UniCase::ascii("authencators"), &["authenticators"]), - (UniCase::ascii("generell"), &["general"]), - (UniCase::ascii("proseletyzing"), &["proselytizing"]), - (UniCase::ascii("swepth"), &["swept"]), - (UniCase::ascii("devicec"), &["device"]), - (UniCase::ascii("vulnerbuilities"), &["vulnerabilities"]), - (UniCase::ascii("imliment"), &["implement"]), - (UniCase::ascii("attribtes"), &["attributes", "attribute"]), - (UniCase::ascii("opearted"), &["operated"]), - (UniCase::ascii("becuse"), &["because"]), - (UniCase::ascii("hierarhcy"), &["hierarchy"]), - (UniCase::ascii("sequencially"), &["sequentially"]), - (UniCase::ascii("desitination"), &["destination"]), - (UniCase::ascii("combiation"), &["combination"]), - (UniCase::ascii("dissasembly"), &["disassembly"]), - (UniCase::ascii("wiht"), &["with"]), - (UniCase::ascii("unrelted"), &["unrelated"]), - (UniCase::ascii("cleareance"), &["clearance"]), - (UniCase::ascii("scraching"), &["scratching"]), - (UniCase::ascii("nwe"), &["new"]), - (UniCase::ascii("spefiifeir"), &["specifier"]), - (UniCase::ascii("approxametely"), &["approximately"]), - (UniCase::ascii("havent"), &["haven\'t"]), - (UniCase::ascii("persisten"), &["persistent"]), - (UniCase::ascii("excectional"), &["exceptional"]), - (UniCase::ascii("encorde"), &["encode", "encore"]), - (UniCase::ascii("privledge"), &["privilege"]), - (UniCase::ascii("structed"), &["structured"]), - (UniCase::ascii("locaion"), &["location"]), - (UniCase::ascii("uninstalable"), &["uninstallable"]), - (UniCase::ascii("resrved"), &["reserved"]), - (UniCase::ascii("clasic"), &["classic"]), - (UniCase::ascii("consolodate"), &["consolidate"]), - (UniCase::ascii("aggreation"), &["aggregation"]), - (UniCase::ascii("opertaions"), &["operations"]), - (UniCase::ascii("dissasembler"), &["disassembler"]), - (UniCase::ascii("unsucessufll"), &["unsuccessful"]), - (UniCase::ascii("synchroizing"), &["synchronizing"]), - (UniCase::ascii("theshold"), &["threshold"]), - (UniCase::ascii("experimantal"), &["experimental"]), - (UniCase::ascii("bewteeness"), &["betweenness"]), - (UniCase::ascii("algorithmical"), &["algorithmically"]), - (UniCase::ascii("mchanism"), &["mechanism"]), - (UniCase::ascii("commnent"), &["comment"]), - (UniCase::ascii("emenet"), &["element"]), - (UniCase::ascii("contiguos"), &["contiguous"]), - (UniCase::ascii("experimenatally"), &["experimentally"]), - (UniCase::ascii("initialitze"), &["initialize"]), - (UniCase::ascii("brane"), &["brain"]), - (UniCase::ascii("preconditoners"), &["preconditioners"]), - (UniCase::ascii("facor"), &["favor", "faker"]), - (UniCase::ascii("arbibtary"), &["arbitrary"]), - (UniCase::ascii("thses"), &["these"]), - (UniCase::ascii("maneouvre"), &["manoeuvre"]), - (UniCase::ascii("uninitalizes"), &["uninitializes"]), - (UniCase::ascii("direcctries"), &["directories"]), - (UniCase::ascii("rearranes"), &["rearranges"]), - (UniCase::ascii("comected"), &["connected"]), - (UniCase::ascii("libreoficekit"), &["libreofficekit"]), - (UniCase::ascii("pannel"), &["panel"]), - (UniCase::ascii("depenendence"), &["dependence"]), - (UniCase::ascii("tkaing"), &["taking"]), - (UniCase::ascii("breefly"), &["briefly"]), - (UniCase::ascii("avaiblable"), &["available"]), - (UniCase::ascii("non-negoatiable"), &["non-negotiable"]), - (UniCase::ascii("writter"), &["writer"]), - (UniCase::ascii("warninings"), &["warnings"]), - (UniCase::ascii("non-negociable"), &["non-negotiable"]), - (UniCase::ascii("relavent"), &["relevant"]), - (UniCase::ascii("expalin"), &["explain"]), - (UniCase::ascii("semphores"), &["semaphores"]), - (UniCase::ascii("regularlly"), &["regularly"]), - (UniCase::ascii("correspontend"), &["correspondent"]), - (UniCase::ascii("througt"), &["through"]), - (UniCase::ascii("commpound"), &["compound"]), - (UniCase::ascii("experimeting"), &["experimenting"]), - (UniCase::ascii("correspnding"), &["corresponding"]), - (UniCase::ascii("suposes"), &["supposes"]), - (UniCase::ascii("tranparently"), &["transparently"]), - (UniCase::ascii("experementelly"), &["experimentally"]), - (UniCase::ascii("demudulator"), &["demodulator"]), - (UniCase::ascii("arrangment"), &["arrangement"]), - (UniCase::ascii("assertio"), &["assertion"]), - (UniCase::ascii("re-negoptionsotiable"), &["re-negotiable"]), - (UniCase::ascii("declartors"), &["declarators"]), - (UniCase::ascii("aftrer"), &["after"]), - (UniCase::ascii("correcters"), &["correctors"]), - (UniCase::ascii("restaraunts"), &["restaurants"]), - (UniCase::ascii("approproximately"), &["approximately"]), - (UniCase::ascii("vulberbuilities"), &["vulnerabilities"]), - (UniCase::ascii("fassade"), &["facade"]), - (UniCase::ascii("eighter"), &["either"]), - (UniCase::ascii("regenratet"), &["regenerated"]), - (UniCase::ascii("specivied"), &["specified"]), - (UniCase::ascii("unsupresses"), &["unsuppresses"]), - (UniCase::ascii("unforgiveable"), &["unforgivable"]), - (UniCase::ascii("strcutural"), &["structural"]), - (UniCase::ascii("iterfaces"), &["interfaces"]), - (UniCase::ascii("Cincinatti"), &["Cincinnati"]), - (UniCase::ascii("reccomend"), &["recommend"]), - (UniCase::ascii("survay"), &["survey"]), - (UniCase::ascii("infromation"), &["information"]), - (UniCase::ascii("crahes"), &["crashes"]), - (UniCase::ascii("ingoring"), &["ignoring"]), - (UniCase::ascii("primatives"), &["primitives"]), - (UniCase::ascii("egenralises"), &["generalises"]), - (UniCase::ascii("infrequancy"), &["infrequency"]), - (UniCase::ascii("exisitent"), &["existent"]), - (UniCase::ascii("wyth"), &["with"]), - (UniCase::ascii("ecept"), &["except"]), - (UniCase::ascii("compontent"), &["component"]), - (UniCase::ascii("nechanism"), &["mechanism"]), - (UniCase::ascii("neighrorhoods"), &["neighbourhoods"]), - (UniCase::ascii("reminescent"), &["reminiscent"]), - (UniCase::ascii("revisons"), &["revisions"]), - (UniCase::ascii("disussion"), &["discussion"]), - (UniCase::ascii("languanges"), &["languages"]), - (UniCase::ascii("sesssions"), &["sessions"]), - (UniCase::ascii("neccesarily"), &["necessarily"]), - (UniCase::ascii("poicy"), &["policy"]), - (UniCase::ascii("recompence"), &["recompense"]), - ( - UniCase::ascii("specialitzed"), - &["specialised", "specialized"], - ), - (UniCase::ascii("neighborhoud"), &["neighborhood"]), - (UniCase::ascii("indictor"), &["indicator"]), - (UniCase::ascii("experimanetation"), &["experimentation"]), - (UniCase::ascii("opportunisticly"), &["opportunistically"]), - (UniCase::ascii("habeus"), &["habeas"]), - (UniCase::ascii("postioned"), &["positioned"]), - (UniCase::ascii("paritial"), &["partial"]), - (UniCase::ascii("motiviation"), &["motivation"]), - (UniCase::ascii("sepecific"), &["specific"]), - (UniCase::ascii("proceedures"), &["procedures"]), - (UniCase::ascii("statemenets"), &["statements"]), - (UniCase::ascii("bloeks"), &["blokes"]), - (UniCase::ascii("taveled"), &["traveled", "travelled"]), - (UniCase::ascii("incredable"), &["incredible"]), - (UniCase::ascii("interpolaiton"), &["interpolation"]), - (UniCase::ascii("modfity"), &["modify"]), - (UniCase::ascii("custoisation"), &["customisation"]), - (UniCase::ascii("backounds"), &["backgrounds"]), - (UniCase::ascii("negotitions"), &["negotiations"]), - (UniCase::ascii("accordling"), &["according"]), - (UniCase::ascii("overwriten"), &["overwritten"]), - (UniCase::ascii("endcodings"), &["encodings"]), - (UniCase::ascii("stocahstic"), &["stochastic"]), - (UniCase::ascii("directgory"), &["directory"]), - (UniCase::ascii("coordiante"), &["coordinate"]), - (UniCase::ascii("nowdays"), &["nowadays"]), - (UniCase::ascii("modprobeing"), &["modprobing"]), - (UniCase::ascii("correctely"), &["correctly"]), - (UniCase::ascii("scroipt"), &["script"]), - (UniCase::ascii("behavour"), &["behaviour"]), - (UniCase::ascii("becoem"), &["become"]), - (UniCase::ascii("combinbe"), &["combined"]), - (UniCase::ascii("assing"), &["assign"]), - (UniCase::ascii("conmpress"), &["compress"]), - (UniCase::ascii("pregancies"), &["pregnancies"]), - (UniCase::ascii("varns"), &["warns"]), - (UniCase::ascii("renegociators"), &["renegotiators"]), - (UniCase::ascii("inddex"), &["index"]), - (UniCase::ascii("compatatbility"), &["compatibility"]), - (UniCase::ascii("sepcific"), &["specific"]), - (UniCase::ascii("produse"), &["produce"]), - (UniCase::ascii("immeditaly"), &["immediately"]), - (UniCase::ascii("scavanger"), &["scavenger"]), - (UniCase::ascii("exectuions"), &["executions"]), - (UniCase::ascii("betwee"), &["between"]), - ( - UniCase::ascii("replased"), - &["replaced", "relapsed", "rephased"], - ), - (UniCase::ascii("transformaton"), &["transformation"]), - (UniCase::ascii("subnegotication"), &["subnegotiation"]), - (UniCase::ascii("uncorrolated"), &["uncorrelated"]), - (UniCase::ascii("devirtualizaiton"), &["devirtualization"]), - (UniCase::ascii("nelink"), &["netlink"]), - (UniCase::ascii("suppliementing"), &["supplementing"]), - (UniCase::ascii("suppored"), &["supported"]), - (UniCase::ascii("elemement"), &["element"]), - (UniCase::ascii("expermientation"), &["experimentation"]), - (UniCase::ascii("emmisarry"), &["emissary"]), - (UniCase::ascii("redudant"), &["redundant"]), - (UniCase::ascii("speficilleis"), &["specifies"]), - (UniCase::ascii("definiton"), &["definition"]), - (UniCase::ascii("re-uplader"), &["re-uploader"]), - (UniCase::ascii("folllowind"), &["following"]), - (UniCase::ascii("outperfoeming"), &["outperforming"]), - (UniCase::ascii("theards"), &["threads"]), - (UniCase::ascii("delimitiers"), &["delimiters"]), - (UniCase::ascii("sistemist"), &["systemist"]), - (UniCase::ascii("poulations"), &["populations"]), - (UniCase::ascii("erro"), &["error"]), - (UniCase::ascii("adatpers"), &["adapters"]), - (UniCase::ascii("performes"), &["performed", "performs"]), - (UniCase::ascii("coyright"), &["copyright"]), - (UniCase::ascii("accompt"), &["account"]), - (UniCase::ascii("ciphrs"), &["ciphers"]), - (UniCase::ascii("sequenstial"), &["sequential"]), - (UniCase::ascii("inproovment"), &["improvement"]), - (UniCase::ascii("accroding"), &["according"]), - (UniCase::ascii("throen"), &["thrown"]), - (UniCase::ascii("movemments"), &["movements"]), - (UniCase::ascii("chosing"), &["choosing"]), - (UniCase::ascii("execuatable"), &["executable"]), - (UniCase::ascii("backgroungs"), &["backgrounds"]), - (UniCase::ascii("otherewise"), &["otherwise"]), - (UniCase::ascii("referensed"), &["referenced"]), - (UniCase::ascii("objtained"), &["obtained"]), - (UniCase::ascii("achive"), &["achieve", "archive"]), - (UniCase::ascii("abotu"), &["about"]), - (UniCase::ascii("encocding"), &["encoding"]), - (UniCase::ascii("correnspondences"), &["correspondences"]), - (UniCase::ascii("inconvineances"), &["inconveniences"]), - (UniCase::ascii("exspensed"), &["expensed"]), - (UniCase::ascii("workbennches"), &["workbenches"]), - (UniCase::ascii("continious"), &["continuous"]), - (UniCase::ascii("geometrc"), &["geometric", "geometry"]), - (UniCase::ascii("amened"), &["amended", "amend"]), - (UniCase::ascii("socalism"), &["socialism"]), - (UniCase::ascii("subsitutable"), &["substitutable"]), - (UniCase::ascii("asynchromous"), &["asynchronous"]), - (UniCase::ascii("conexant"), &["connexant"]), - (UniCase::ascii("firts"), &["first", "flirts"]), - (UniCase::ascii("desinged"), &["designed"]), - (UniCase::ascii("encluding"), &["including"]), - (UniCase::ascii("envrironmental"), &["environmental"]), - (UniCase::ascii("frequences"), &["frequencies"]), - (UniCase::ascii("jumo"), &["jump"]), - (UniCase::ascii("thenes"), &["themes"]), - (UniCase::ascii("interpets"), &["interprets"]), - (UniCase::ascii("readapted"), &["re-adapted"]), - (UniCase::ascii("enebaled"), &["enabled"]), - (UniCase::ascii("naturual"), &["natural"]), - (UniCase::ascii("sepertors"), &["separators"]), - (UniCase::ascii("cipherntext"), &["ciphertext"]), - (UniCase::ascii("limitaion"), &["limitation"]), - (UniCase::ascii("irreproducable"), &["irreproducible"]), - (UniCase::ascii("streamming"), &["streaming"]), - (UniCase::ascii("relaly"), &["really"]), - (UniCase::ascii("comiting"), &["committing"]), - (UniCase::ascii("vertixs"), &["vertices"]), - (UniCase::ascii("thte"), &["the", "that"]), - (UniCase::ascii("non-seperable"), &["non-separable"]), - (UniCase::ascii("subdoamin"), &["subdomain"]), - (UniCase::ascii("re-negotaiations"), &["re-negotiations"]), - (UniCase::ascii("experimenatal"), &["experimental"]), - (UniCase::ascii("bizarely"), &["bizarrely"]), - (UniCase::ascii("paswords"), &["passwords"]), - ( - UniCase::ascii("fot"), - &["for", "fit", "dot", "rot", "cot", "got", "tot", "fog"], - ), - (UniCase::ascii("eneble"), &["enable"]), - (UniCase::ascii("tigthen"), &["tighten"]), - (UniCase::ascii("violentce"), &["violence"]), - (UniCase::ascii("spefiics"), &["specifics"]), - (UniCase::ascii("presmissions"), &["permissions"]), - (UniCase::ascii("modfication"), &["modification"]), - ( - UniCase::ascii("aussian"), - &["Gaussian", "Russian", "Austrian"], - ), - (UniCase::ascii("standatd"), &["standard"]), - (UniCase::ascii("folliwed"), &["followed"]), - (UniCase::ascii("umark"), &["unmark"]), - (UniCase::ascii("unexpetcted"), &["unexpected"]), - (UniCase::ascii("condtitional"), &["conditional"]), - (UniCase::ascii("avaluates"), &["evaluates"]), - (UniCase::ascii("infrustructure"), &["infrastructure"]), - ( - UniCase::ascii("unsable"), - &["unusable", "usable", "unstable"], - ), - (UniCase::ascii("manauls"), &["manuals"]), - (UniCase::ascii("alignmnet"), &["alignment"]), - (UniCase::ascii("netwroked"), &["networked"]), - (UniCase::ascii("versoned"), &["versioned"]), - (UniCase::ascii("comparment"), &["compartment"]), - (UniCase::ascii("fugured"), &["figured"]), - (UniCase::ascii("defenitly"), &["definitely"]), - (UniCase::ascii("contempoary"), &["contemporary"]), - (UniCase::ascii("parem"), &["param"]), - (UniCase::ascii("accumualtion"), &["accumulation"]), - (UniCase::ascii("miliseconds"), &["milliseconds"]), - (UniCase::ascii("brach"), &["branch"]), - (UniCase::ascii("consiting"), &["consisting"]), - (UniCase::ascii("pachage"), &["package"]), - (UniCase::ascii("liquify"), &["liquefy"]), - (UniCase::ascii("fallabck"), &["fallback"]), - (UniCase::ascii("renegotaties"), &["renegotiates"]), - (UniCase::ascii("valudes"), &["values"]), - (UniCase::ascii("rewitable"), &["rewritable"]), - (UniCase::ascii("imbrase"), &["embrace"]), - (UniCase::ascii("appy"), &["apply"]), - (UniCase::ascii("explecit"), &["explicit"]), - (UniCase::ascii("inefficenty"), &["inefficiently"]), - (UniCase::ascii("coverting"), &["converting"]), - (UniCase::ascii("coorditate"), &["coordinate"]), - (UniCase::ascii("acses"), &["cases", "access"]), - (UniCase::ascii("researving"), &["reserving"]), - (UniCase::ascii("visuallisation"), &["visualisation"]), - (UniCase::ascii("overwirte"), &["overwrite"]), - (UniCase::ascii("establsihed"), &["established"]), - (UniCase::ascii("scrached"), &["scratched"]), - (UniCase::ascii("specufies"), &["specifies"]), - (UniCase::ascii("preppended"), &["prepended"]), - (UniCase::ascii("poential"), &["potential"]), - (UniCase::ascii("resoiurces"), &["resources"]), - (UniCase::ascii("bypasing"), &["bypassing"]), - (UniCase::ascii("calculattion"), &["calculation"]), - (UniCase::ascii("yuo"), &["you"]), - (UniCase::ascii("charactristically"), &["characteristically"]), - (UniCase::ascii("percentil"), &["percentile"]), - (UniCase::ascii("rembembers"), &["remembers"]), - (UniCase::ascii("becxause"), &["because"]), - (UniCase::ascii("autherize"), &["authorize"]), - (UniCase::ascii("guarnty"), &["guaranty"]), - (UniCase::ascii("maintainance"), &["maintenance"]), - (UniCase::ascii("comprable"), &["comparable"]), - (UniCase::ascii("chnnel"), &["channel"]), - (UniCase::ascii("physial"), &["physical"]), - (UniCase::ascii("upholstry"), &["upholstery"]), - (UniCase::ascii("transprot"), &["transport"]), - (UniCase::ascii("consdider"), &["consider"]), - (UniCase::ascii("unwraped"), &["unwrapped"]), - (UniCase::ascii("ministery"), &["ministry", "minister"]), - (UniCase::ascii("follind"), &["following"]), - (UniCase::ascii("irregularties"), &["irregularities"]), - (UniCase::ascii("beneits"), &["benefits"]), - (UniCase::ascii("attrubtes"), &["attributes"]), - (UniCase::ascii("continously"), &["continuously"]), - (UniCase::ascii("frezes"), &["freezes"]), - (UniCase::ascii("refridgerator"), &["refrigerator"]), - (UniCase::ascii("overengeneering"), &["overengineering"]), - (UniCase::ascii("possilbe"), &["possible"]), - (UniCase::ascii("presitgious"), &["prestigious"]), - (UniCase::ascii("reknowned"), &["renowned"]), - (UniCase::ascii("neighbeuthood"), &["neighbourhood"]), - (UniCase::ascii("reqested"), &["requested"]), - (UniCase::ascii("coneect"), &["connect"]), - (UniCase::ascii("getlael"), &["getlabel"]), - (UniCase::ascii("unsuprizingly"), &["unsurprisingly"]), - (UniCase::ascii("suppported"), &["supported"]), - (UniCase::ascii("guarnatees"), &["guarantees"]), - (UniCase::ascii("assumbed"), &["assumed"]), - (UniCase::ascii("impcat"), &["impact"]), - (UniCase::ascii("neighbourhoors"), &["neighbours"]), - (UniCase::ascii("phsyically"), &["physically"]), - (UniCase::ascii("virutalized"), &["virtualized"]), - (UniCase::ascii("attibuted"), &["attributed"]), - (UniCase::ascii("deteremined"), &["determined"]), - (UniCase::ascii("thne"), &["then"]), - (UniCase::ascii("expanshion"), &["expansion"]), - (UniCase::ascii("belogs"), &["belongs"]), - (UniCase::ascii("desactivate"), &["deactivate"]), - (UniCase::ascii("seperatedly"), &["separately"]), - (UniCase::ascii("tamplates"), &["templates"]), - (UniCase::ascii("spefiified"), &["specified"]), - (UniCase::ascii("sysmbol"), &["symbol"]), - (UniCase::ascii("prooves"), &["proves"]), - (UniCase::ascii("travered"), &["traversed"]), - (UniCase::ascii("attribting"), &["attributing"]), - (UniCase::ascii("shortern"), &["shorten"]), - (UniCase::ascii("condemmed"), &["condemned"]), - (UniCase::ascii("abbriviate"), &["abbreviate"]), - (UniCase::ascii("implemememntation"), &["implementation"]), - (UniCase::ascii("bcause"), &["because"]), - (UniCase::ascii("probblez"), &["problem"]), - (UniCase::ascii("serailisation"), &["serialisation"]), - (UniCase::ascii("analoguous"), &["analogous"]), - (UniCase::ascii("atheistical"), &["atheistic"]), - (UniCase::ascii("renegotiotations"), &["renegotiations"]), - (UniCase::ascii("processeed"), &["processed"]), - (UniCase::ascii("immediatelly"), &["immediately"]), - (UniCase::ascii("authenaticates"), &["authenticates"]), - (UniCase::ascii("manuever"), &["maneuver", "manoeuvre"]), - (UniCase::ascii("accepected"), &["accepted"]), - (UniCase::ascii("duplaction"), &["duplication"]), - (UniCase::ascii("cotten"), &["cotton"]), - (UniCase::ascii("calle"), &["called"]), - (UniCase::ascii("deduplacate"), &["deduplicate"]), - (UniCase::ascii("intialy"), &["initially"]), - (UniCase::ascii("refferes"), &["refers", "referees"]), - (UniCase::ascii("autoconpletion"), &["autocompletion"]), - (UniCase::ascii("otification"), &["notification"]), - (UniCase::ascii("desconstructed"), &["deconstructed"]), - (UniCase::ascii("bountries"), &["boundaries"]), - (UniCase::ascii("negotionators"), &["negotiators"]), - (UniCase::ascii("estbalishment"), &["establishment"]), - (UniCase::ascii("temporrarily"), &["temporarily"]), - (UniCase::ascii("furute"), &["fruit", "future"]), - (UniCase::ascii("coalleence"), &["coalescence"]), - (UniCase::ascii("shoucl"), &["should"]), - (UniCase::ascii("seqenced"), &["sequenced"]), - (UniCase::ascii("auxiliar"), &["auxiliary"]), - (UniCase::ascii("obejct"), &["object"]), - (UniCase::ascii("re-negoatiate"), &["re-negotiate"]), - (UniCase::ascii("commnunity"), &["community"]), - (UniCase::ascii("arquitectures"), &["architectures"]), - (UniCase::ascii("caleed"), &["called"]), - (UniCase::ascii("nastyness"), &["nastiness"]), - (UniCase::ascii("speficitier"), &["specifier"]), - (UniCase::ascii("serached"), &["searched"]), - (UniCase::ascii("depdendences"), &["dependences"]), - (UniCase::ascii("necesary"), &["necessary"]), - (UniCase::ascii("inherrit"), &["inherit"]), - (UniCase::ascii("integeral"), &["integral"]), - (UniCase::ascii("predessor"), &["predecessor"]), - (UniCase::ascii("overide"), &["override"]), - (UniCase::ascii("intepretator"), &["interpreter"]), - (UniCase::ascii("withough"), &["without"]), - (UniCase::ascii("avriants"), &["variants"]), - (UniCase::ascii("frontent"), &["frontend"]), - (UniCase::ascii("igoned"), &["ignored"]), - (UniCase::ascii("accompanyed"), &["accompanied"]), - (UniCase::ascii("afe"), &["safe"]), - (UniCase::ascii("avarageing"), &["averaging"]), - (UniCase::ascii("efficency"), &["efficiency"]), - (UniCase::ascii("follin"), &["following"]), - (UniCase::ascii("grammers"), &["grammars"]), - (UniCase::ascii("fater"), &["faster"]), - (UniCase::ascii("subjet"), &["subject"]), - (UniCase::ascii("discconenctions"), &["disconnections"]), - (UniCase::ascii("androgenous"), &["androgynous"]), - (UniCase::ascii("expetimenting"), &["experimenting"]), - (UniCase::ascii("thiknesses"), &["thicknesses"]), - (UniCase::ascii("differntiates"), &["differentiates"]), - (UniCase::ascii("sufaces"), &["surfaces"]), - (UniCase::ascii("alpabets"), &["alphabets"]), - (UniCase::ascii("condifured"), &["configured"]), - (UniCase::ascii("interacively"), &["interactively"]), - (UniCase::ascii("sedereal"), &["sidereal"]), - (UniCase::ascii("sematic"), &["semantic"]), - (UniCase::ascii("alhabet"), &["alphabet"]), - (UniCase::ascii("alpha-numeric"), &["alphanumeric"]), - (UniCase::ascii("seledted"), &["selected"]), - (UniCase::ascii("noteably"), &["notably"]), - (UniCase::ascii("havew"), &["have"]), - (UniCase::ascii("origianl"), &["original"]), - (UniCase::ascii("spacifics"), &["specifics"]), - (UniCase::ascii("tekst"), &["text"]), - (UniCase::ascii("fase"), &["faze", "phase"]), - (UniCase::ascii("virtualiziation"), &["virtualization"]), - (UniCase::ascii("improofing"), &["improving"]), - (UniCase::ascii("dosen\'t"), &["doesn\'t"]), - (UniCase::ascii("salery"), &["salary"]), - (UniCase::ascii("unsucesssful"), &["unsuccessful"]), - (UniCase::ascii("successfuly"), &["successfully"]), - (UniCase::ascii("sicinctly"), &["succinctly"]), - (UniCase::ascii("poltry"), &["poultry"]), - (UniCase::ascii("effeckt"), &["effect"]), - (UniCase::ascii("Russion"), &["Russian"]), - (UniCase::ascii("garbagge"), &["garbage"]), - (UniCase::ascii("uncheked"), &["unchecked"]), - (UniCase::ascii("accure"), &["accrue", "occur", "acquire"]), - (UniCase::ascii("accees"), &["access"]), - (UniCase::ascii("entiti"), &["entity"]), - (UniCase::ascii("suseptable"), &["susceptible"]), - (UniCase::ascii("unswithced"), &["unswitched"]), - (UniCase::ascii("heuristcs"), &["heuristics"]), - (UniCase::ascii("vas"), &["was"]), - (UniCase::ascii("polltry"), &["poultry"]), - (UniCase::ascii("abstracer"), &["abstracter"]), - (UniCase::ascii("coalesc"), &["coalesce"]), - (UniCase::ascii("countinue"), &["continue"]), - (UniCase::ascii("instrinsic"), &["intrinsic"]), - (UniCase::ascii("folwoing"), &["following"]), - (UniCase::ascii("getttext"), &["gettext"]), - (UniCase::ascii("bothe"), &["both"]), - (UniCase::ascii("siffix"), &["suffix"]), - (UniCase::ascii("Sixtin"), &["Sistine", "Sixteen"]), - (UniCase::ascii("humoural"), &["humoral"]), - (UniCase::ascii("sentive"), &["sensitive"]), - (UniCase::ascii("negociated"), &["negotiated"]), - (UniCase::ascii("currennts"), &["currents"]), - (UniCase::ascii("corrensponding"), &["corresponding"]), - (UniCase::ascii("unspefifed"), &["unspecified"]), - (UniCase::ascii("elemet"), &["element"]), - (UniCase::ascii("unfortunat"), &["unfortunate"]), - (UniCase::ascii("sylog"), &["syslog"]), - (UniCase::ascii("statuss"), &["status"]), - (UniCase::ascii("sucesss"), &["success"]), - (UniCase::ascii("incurruptible"), &["incorruptible"]), - (UniCase::ascii("custonise"), &["customise"]), - (UniCase::ascii("suspention"), &["suspension"]), - (UniCase::ascii("subrouties"), &["subroutines"]), - (UniCase::ascii("geneic"), &["generic", "genetic"]), - (UniCase::ascii("operaiton"), &["operation"]), - (UniCase::ascii("unamed"), &["unnamed"]), - (UniCase::ascii("implemet"), &["implement"]), - (UniCase::ascii("fatser"), &["faster"]), - (UniCase::ascii("semaphone"), &["semaphore"]), - (UniCase::ascii("evalueted"), &["evaluated"]), - (UniCase::ascii("assumbing"), &["assuming"]), - (UniCase::ascii("expeected"), &["expected"]), - (UniCase::ascii("adjsuted"), &["adjusted"]), - (UniCase::ascii("envvironment"), &["environment"]), - (UniCase::ascii("infreqency"), &["infrequency"]), - (UniCase::ascii("disconecction"), &["disconnection"]), - (UniCase::ascii("popoup"), &["popup"]), - (UniCase::ascii("speficillic"), &["specific"]), - (UniCase::ascii("backgounds"), &["backgrounds"]), - (UniCase::ascii("descrutor"), &["destructor"]), - (UniCase::ascii("cirsumstances"), &["circumstances"]), - (UniCase::ascii("rountines"), &["routines"]), - (UniCase::ascii("guidence"), &["guidance"]), - (UniCase::ascii("succesion"), &["succession"]), - (UniCase::ascii("druming"), &["drumming"]), - (UniCase::ascii("annuled"), &["annulled"]), - (UniCase::ascii("nedia"), &["media"]), - (UniCase::ascii("indiating"), &["indicating"]), - (UniCase::ascii("criteriom"), &["criterion"]), - (UniCase::ascii("conviniances"), &["conveniences"]), - (UniCase::ascii("aunthenticate"), &["authenticate"]), - (UniCase::ascii("ciphe"), &["cipher"]), - (UniCase::ascii("expetimentally"), &["experimentally"]), - (UniCase::ascii("reussing"), &["reusing"]), - (UniCase::ascii("elemenental"), &["elemental"]), - (UniCase::ascii("succeds"), &["succeeds"]), - (UniCase::ascii("uplader"), &["uploader"]), - (UniCase::ascii("confifure"), &["configure"]), - (UniCase::ascii("disucssions"), &["discussions"]), - (UniCase::ascii("boooleans"), &["booleans"]), - (UniCase::ascii("evauluation"), &["evaluation"]), - (UniCase::ascii("mocroprocessors"), &["microprocessors"]), - (UniCase::ascii("constrast"), &["contrast"]), - (UniCase::ascii("excempt"), &["exempt"]), - (UniCase::ascii("nott"), &["not"]), - (UniCase::ascii("claread"), &["cleared"]), - (UniCase::ascii("pluign"), &["plugin"]), - (UniCase::ascii("ignorte"), &["ignore"]), - (UniCase::ascii("absoltely"), &["absolutely"]), - (UniCase::ascii("concatentations"), &["concatenations"]), - (UniCase::ascii("litte"), &["little"]), - (UniCase::ascii("analised"), &["analysed"]), - (UniCase::ascii("limitited"), &["limited"]), - (UniCase::ascii("coputer"), &["computer"]), - (UniCase::ascii("geneate"), &["generate"]), - (UniCase::ascii("asynschron"), &["asynchronous"]), - (UniCase::ascii("speciman"), &["specimen"]), - (UniCase::ascii("acale"), &["scale"]), - (UniCase::ascii("coorespondent"), &["correspondent"]), - (UniCase::ascii("perfoemnaces"), &["performances"]), - (UniCase::ascii("pasive"), &["passive"]), - (UniCase::ascii("undefinied"), &["undefined"]), - (UniCase::ascii("explitly"), &["explicitly"]), - (UniCase::ascii("sponser"), &["sponsor"]), - (UniCase::ascii("athros"), &["atheros"]), - (UniCase::ascii("psuedolayer"), &["pseudolayer"]), - (UniCase::ascii("blocack"), &["blockack"]), - (UniCase::ascii("tranlating"), &["translating"]), - (UniCase::ascii("commmand"), &["command"]), - (UniCase::ascii("keyboads"), &["keyboards"]), - (UniCase::ascii("programable"), &["programmable"]), - (UniCase::ascii("confuze"), &["confuse"]), - (UniCase::ascii("contened"), &["contained", "contend"]), - (UniCase::ascii("aforememtioned"), &["aforementioned"]), - (UniCase::ascii("laoded"), &["loaded"]), - (UniCase::ascii("repants"), &["repaints", "repents"]), - (UniCase::ascii("typicall"), &["typically", "typical"]), - (UniCase::ascii("fomrated"), &["formatted"]), - (UniCase::ascii("construciton"), &["construction"]), - (UniCase::ascii("calcualte"), &["calculate"]), - (UniCase::ascii("exced"), &["exceed"]), - (UniCase::ascii("ninimum"), &["minimum"]), - (UniCase::ascii("securtity"), &["security"]), - (UniCase::ascii("experimetally"), &["experimentally"]), - (UniCase::ascii("origianaly"), &["originally"]), - (UniCase::ascii("uploders"), &["uploaders"]), - (UniCase::ascii("enabe"), &["enable"]), - (UniCase::ascii("keep-alives"), &["keep-alive"]), - (UniCase::ascii("entereing"), &["entering"]), - (UniCase::ascii("immitated"), &["imitated"]), - (UniCase::ascii("owervrites"), &["overwrites"]), - (UniCase::ascii("scriptype"), &["scripttype"]), - (UniCase::ascii("unintiallized"), &["uninitialized"]), - (UniCase::ascii("accross"), &["across"]), - (UniCase::ascii("sicinct"), &["succinct"]), - (UniCase::ascii("experimanenters"), &["experimenters"]), - (UniCase::ascii("carryng"), &["carrying"]), - (UniCase::ascii("unmodfide"), &["unmodified"]), - (UniCase::ascii("arugment"), &["argument"]), - (UniCase::ascii("aritst"), &["artist"]), - (UniCase::ascii("disgns"), &["designs"]), - (UniCase::ascii("intersecrion"), &["intersection"]), - (UniCase::ascii("wieght"), &["weight"]), - (UniCase::ascii("origiginals"), &["originals"]), - (UniCase::ascii("emabaroged"), &["embargoed"]), - (UniCase::ascii("cerimonies"), &["ceremonies"]), - (UniCase::ascii("modifciations"), &["modifications"]), - (UniCase::ascii("sucesssfuly"), &["successfully"]), - (UniCase::ascii("misfourtunes"), &["misfortunes"]), - (UniCase::ascii("vulbearable"), &["vulnerable"]), - (UniCase::ascii("irreplacalbe"), &["irreplaceable"]), - (UniCase::ascii("commpresion"), &["compression"]), - (UniCase::ascii("tranformable"), &["transformable"]), - (UniCase::ascii("regitering"), &["registering"]), - (UniCase::ascii("tessealte"), &["tessellate"]), - (UniCase::ascii("ciruclation"), &["circulation"]), - (UniCase::ascii("accurs"), &["accurse", "occurs"]), - (UniCase::ascii("featchs"), &["fetches"]), - (UniCase::ascii("absoluvely"), &["absolutely"]), - (UniCase::ascii("floting"), &["floating"]), - (UniCase::ascii("cementary"), &["cemetery"]), - (UniCase::ascii("arbitiarily"), &["arbitrarily"]), - (UniCase::ascii("ammends"), &["amends"]), - (UniCase::ascii("maxiumum"), &["maximum"]), - (UniCase::ascii("decaffinated"), &["decaffeinated"]), - (UniCase::ascii("biappicative"), &["biapplicative"]), - (UniCase::ascii("whereever"), &["wherever"]), - (UniCase::ascii("swaer"), &["swear"]), - (UniCase::ascii("hwile"), &["while"]), - (UniCase::ascii("dezine"), &["design"]), - (UniCase::ascii("redidual"), &["residual"]), - (UniCase::ascii("tempurture"), &["temperature"]), - (UniCase::ascii("suplementary"), &["supplementary"]), - (UniCase::ascii("constructued"), &["constructed"]), - (UniCase::ascii("runing"), &["running", "ruining"]), - (UniCase::ascii("bjects"), &["objects"]), - (UniCase::ascii("artifcat"), &["artifact"]), - (UniCase::ascii("circual"), &["circular"]), - (UniCase::ascii("redundacy"), &["redundancy"]), - (UniCase::ascii("recude"), &["reduce"]), - (UniCase::ascii("uninitializaed"), &["uninitialized"]), - (UniCase::ascii("recconect"), &["reconnect"]), - (UniCase::ascii("tangensial"), &["tangential"]), - (UniCase::ascii("vulnearbuilities"), &["vulnerabilities"]), - (UniCase::ascii("inconsisent"), &["inconsistent"]), - (UniCase::ascii("uncondisionnaly"), &["unconditionally"]), - (UniCase::ascii("deskys"), &["disguise"]), - (UniCase::ascii("experimetnally"), &["experimentally"]), - (UniCase::ascii("configuation"), &["configuration"]), - (UniCase::ascii("advesary"), &["adversary"]), - (UniCase::ascii("execuded"), &["executed"]), - (UniCase::ascii("typicallly"), &["typically"]), - (UniCase::ascii("analsyis"), &["analysis"]), - (UniCase::ascii("suficient"), &["sufficient"]), - (UniCase::ascii("entaglements"), &["entanglements"]), - (UniCase::ascii("construt"), &["construct"]), - (UniCase::ascii("pecified"), &["specified", "pacified"]), - (UniCase::ascii("mashined"), &["machined"]), - (UniCase::ascii("commerically"), &["commercially"]), - (UniCase::ascii("arithemetic"), &["arithmetic"]), - (UniCase::ascii("differntiating"), &["differentiating"]), - (UniCase::ascii("exipres"), &["expires"]), - (UniCase::ascii("temepratures"), &["temperatures"]), - (UniCase::ascii("differnences"), &["differences"]), - (UniCase::ascii("componenets"), &["components"]), - (UniCase::ascii("diskretion"), &["discretion"]), - (UniCase::ascii("dignostics"), &["diagnostics"]), - (UniCase::ascii("noramalizes"), &["normalizes"]), - (UniCase::ascii("conficts"), &["conflicts"]), - (UniCase::ascii("pacjage"), &["package"]), - (UniCase::ascii("doubes"), &["doubles"]), - (UniCase::ascii("brighness"), &["brightness"]), - (UniCase::ascii("multicultralism"), &["multiculturalism"]), - (UniCase::ascii("renegotiotated"), &["renegotiated"]), - (UniCase::ascii("spefiers"), &["specifiers"]), - (UniCase::ascii("obession"), &["obsession"]), - (UniCase::ascii("compatable"), &["compatible"]), - (UniCase::ascii("termporary"), &["temporary"]), - (UniCase::ascii("manyally"), &["manually"]), - (UniCase::ascii("neightobring"), &["neighboring"]), - (UniCase::ascii("chaeck"), &["check"]), - (UniCase::ascii("simulatation"), &["simulation"]), - (UniCase::ascii("picoseonds"), &["picoseconds"]), - (UniCase::ascii("experimnetation"), &["experimentation"]), - (UniCase::ascii("drity"), &["dirty"]), - (UniCase::ascii("alloews"), &["allows"]), - (UniCase::ascii("duplacte"), &["duplicate"]), - (UniCase::ascii("experimintations"), &["experimentations"]), - (UniCase::ascii("regulamentation"), &["regulation"]), - (UniCase::ascii("negatiotiated"), &["negotiated"]), - (UniCase::ascii("miniscule"), &["minuscule"]), - (UniCase::ascii("vavriable"), &["variable"]), - (UniCase::ascii("latitue"), &["latitude"]), - (UniCase::ascii("chipersuites"), &["ciphersuites"]), - (UniCase::ascii("enoung"), &["enough"]), - (UniCase::ascii("redisign"), &["redesign"]), - (UniCase::ascii("mesurements"), &["measurements"]), - (UniCase::ascii("neigbor"), &["neighbor"]), - (UniCase::ascii("undertand"), &["understand"]), - (UniCase::ascii("subdivisio"), &["subdivision"]), - (UniCase::ascii("boggus"), &["bogus"]), - (UniCase::ascii("restrcted"), &["restricted"]), - (UniCase::ascii("abstracor"), &["abstractor"]), - (UniCase::ascii("runtine"), &["runtime", "routine"]), - (UniCase::ascii("namemespace"), &["namespace"]), - (UniCase::ascii("sychroniser"), &["synchroniser"]), - (UniCase::ascii("intelligable"), &["intelligible"]), - (UniCase::ascii("neighobrhood"), &["neighborhood"]), - (UniCase::ascii("swcloumns"), &["swcolumns"]), - (UniCase::ascii("cosnumer"), &["consumer"]), - (UniCase::ascii("interfear"), &["interfere"]), - (UniCase::ascii("stattistic"), &["statistic"]), - (UniCase::ascii("pringing"), &["printing", "springing"]), - (UniCase::ascii("uninterruptable"), &["uninterruptible"]), - ( - UniCase::ascii("aliver"), - &["alive", "liver", "a liver", "sliver"], - ), - (UniCase::ascii("collison"), &["collision", "collusion"]), - (UniCase::ascii("comander"), &["commander", "commandeer"]), - (UniCase::ascii("locailty"), &["locality"]), - (UniCase::ascii("passtime"), &["pastime"]), - (UniCase::ascii("warniings"), &["warnings"]), - (UniCase::ascii("bianry"), &["binary"]), - (UniCase::ascii("evalution"), &["evaluation", "evolution"]), - (UniCase::ascii("debufs"), &["debugfs"]), - (UniCase::ascii("experess"), &["express"]), - (UniCase::ascii("unexpeted"), &["unexpected"]), - (UniCase::ascii("alligned"), &["aligned"]), - (UniCase::ascii("redefintions"), &["redefinitions"]), - (UniCase::ascii("mchanical"), &["mechanical"]), - (UniCase::ascii("repraesentations"), &["representations"]), - (UniCase::ascii("precomuted"), &["precomputed"]), - (UniCase::ascii("extrat"), &["extract"]), - (UniCase::ascii("divet"), &["divot"]), - (UniCase::ascii("certficated"), &["certificated"]), - (UniCase::ascii("provisiong"), &["provisioning"]), - (UniCase::ascii("Ukranian"), &["Ukrainian"]), - (UniCase::ascii("ternament"), &["tournament"]), - (UniCase::ascii("rembembered"), &["remembered"]), - (UniCase::ascii("unresgistered"), &["unregistered"]), - (UniCase::ascii("interploatin"), &["interpolating"]), - (UniCase::ascii("compatitbility"), &["compatibility"]), - (UniCase::ascii("disssociating"), &["dissociating"]), - (UniCase::ascii("commmunicate"), &["communicate"]), - (UniCase::ascii("consectively"), &["consecutively"]), - (UniCase::ascii("datea"), &["date", "data"]), - (UniCase::ascii("typcasting"), &["typecasting"]), - (UniCase::ascii("responser\'s"), &["responder\'s"]), - (UniCase::ascii("dezinens"), &["denizens"]), - (UniCase::ascii("pasesd"), &["passed"]), - (UniCase::ascii("interating"), &["iterating", "interacting"]), - (UniCase::ascii("attrubutes"), &["attributes"]), - (UniCase::ascii("coallesed"), &["coalesced"]), - (UniCase::ascii("Missisipi"), &["Mississippi"]), - (UniCase::ascii("grobal"), &["global"]), - (UniCase::ascii("unflexible"), &["inflexible"]), - (UniCase::ascii("propmt"), &["prompt"]), - (UniCase::ascii("sepeated"), &["separated"]), - (UniCase::ascii("moddels"), &["models"]), - (UniCase::ascii("necessariy"), &["necessary", "necessarily"]), - (UniCase::ascii("veify"), &["verify"]), - (UniCase::ascii("periode"), &["period"]), - (UniCase::ascii("assoiciative"), &["associative"]), - (UniCase::ascii("elment"), &["element"]), - (UniCase::ascii("experinementer"), &["experimenter"]), - (UniCase::ascii("avisories"), &["advisories"]), - (UniCase::ascii("surgestion"), &["suggestion"]), - (UniCase::ascii("authetnticate"), &["authenticate"]), - (UniCase::ascii("unfortunatetly"), &["unfortunately"]), - (UniCase::ascii("disconenctions"), &["disconnections"]), - (UniCase::ascii("propt"), &["prompt"]), - (UniCase::ascii("repubics"), &["republics"]), - (UniCase::ascii("statitic"), &["statistic"]), - (UniCase::ascii("destiantions"), &["destinations"]), - (UniCase::ascii("discconections"), &["disconnections"]), - (UniCase::ascii("strat"), &["start", "strata"]), - (UniCase::ascii("efficently"), &["efficiently"]), - (UniCase::ascii("algorthynically"), &["algorithmically"]), - (UniCase::ascii("moutns"), &["mounts"]), - (UniCase::ascii("whe"), &["when", "we"]), - (UniCase::ascii("xenophoby"), &["xenophobia"]), - (UniCase::ascii("stuggling"), &["struggling"]), - (UniCase::ascii("calcualtor"), &["calculator"]), - (UniCase::ascii("deocding"), &["decoding"]), - (UniCase::ascii("hsa"), &["has"]), - (UniCase::ascii("requrirements"), &["requirements"]), - (UniCase::ascii("envionmental"), &["environmental"]), - ( - UniCase::ascii("critisizing"), - &["criticising", "criticizing"], - ), - (UniCase::ascii("inofrmation"), &["information"]), - (UniCase::ascii("vasall"), &["vassal"]), - (UniCase::ascii("inavlid"), &["invalid"]), - (UniCase::ascii("approxmate"), &["approximate"]), - (UniCase::ascii("unspeficillied"), &["unspecified"]), - (UniCase::ascii("subnegotications"), &["subnegotiations"]), - (UniCase::ascii("certifices"), &["certificates"]), - (UniCase::ascii("desciding"), &["deciding"]), - (UniCase::ascii("envioronments"), &["environments"]), - (UniCase::ascii("psitoins"), &["positions"]), - (UniCase::ascii("recepit"), &["recipe", "receipt"]), - (UniCase::ascii("sorrounding"), &["surrounding"]), - (UniCase::ascii("vallid"), &["valid"]), - (UniCase::ascii("mutiply"), &["multiply"]), - (UniCase::ascii("servcing"), &["servicing", "serving"]), - (UniCase::ascii("inscpeting"), &["inspecting"]), - (UniCase::ascii("zombe"), &["zombie"]), - (UniCase::ascii("distingiush"), &["distinguish"]), - (UniCase::ascii("ditributions"), &["distributions"]), - (UniCase::ascii("excpetions"), &["exceptions"]), - (UniCase::ascii("cecker"), &["checker"]), - (UniCase::ascii("progammability"), &["programmability"]), - (UniCase::ascii("uner"), &["under"]), - (UniCase::ascii("experimdntel"), &["experimental"]), - (UniCase::ascii("exchanced"), &["exchanged"]), - (UniCase::ascii("certianly"), &["certainly"]), - (UniCase::ascii("sertificated"), &["certificated"]), - (UniCase::ascii("callibration"), &["calibration"]), - (UniCase::ascii("projctor"), &["projector"]), - (UniCase::ascii("funcions"), &["functions"]), - (UniCase::ascii("santize"), &["sanitize"]), - (UniCase::ascii("segmended"), &["segmented"]), - (UniCase::ascii("egenralise"), &["generalise"]), - (UniCase::ascii("elimiante"), &["eliminate"]), - (UniCase::ascii("implemataion"), &["implementation"]), - (UniCase::ascii("brievely"), &["briefly"]), - (UniCase::ascii("commmits"), &["commits"]), - (UniCase::ascii("availabality"), &["availability"]), - (UniCase::ascii("expercts"), &["expects"]), - (UniCase::ascii("hapens"), &["happens"]), - (UniCase::ascii("associuated"), &["associated"]), - (UniCase::ascii("accreting"), &["accrediting"]), - (UniCase::ascii("mirgates"), &["migrates"]), - (UniCase::ascii("temporarly"), &["temporarily", "temporary"]), - (UniCase::ascii("decied"), &["decide", "decided"]), - (UniCase::ascii("containuations"), &["continuations"]), - (UniCase::ascii("recconeections"), &["reconnections"]), - (UniCase::ascii("installataions"), &["installations"]), - (UniCase::ascii("Sionist"), &["Zionist"]), - (UniCase::ascii("non-negotited"), &["non-negotiated"]), - (UniCase::ascii("charactristic"), &["characteristic"]), - (UniCase::ascii("timeput"), &["timeout", "time put"]), - (UniCase::ascii("toolsbox"), &["toolbox"]), - (UniCase::ascii("prrottypes"), &["prototypes"]), - (UniCase::ascii("assumus"), &["assumes"]), - (UniCase::ascii("minimumm"), &["minimum"]), - (UniCase::ascii("sepeates"), &["separates"]), - (UniCase::ascii("exeuctes"), &["executes"]), - (UniCase::ascii("cmoputer"), &["computer"]), - (UniCase::ascii("refenrenced"), &["referenced"]), - (UniCase::ascii("lavel"), &["level", "laravel"]), - (UniCase::ascii("authrorisation"), &["authorisation"]), - (UniCase::ascii("fizeek"), &["physique"]), - (UniCase::ascii("coneccted"), &["connected"]), - (UniCase::ascii("disconect"), &["disconnect"]), - (UniCase::ascii("confuguration"), &["configuration"]), - (UniCase::ascii("inoquous"), &["innocuous"]), - (UniCase::ascii("experimtenelly"), &["experimentally"]), - (UniCase::ascii("homegeneous"), &["homogeneous"]), - (UniCase::ascii("laguages"), &["languages"]), - (UniCase::ascii("accompagnying"), &["accompanying"]), - (UniCase::ascii("aganist"), &["against"]), - (UniCase::ascii("runnung"), &["running"]), - (UniCase::ascii("digesty"), &["digest"]), - (UniCase::ascii("propgated"), &["propagated"]), - (UniCase::ascii("arbutrary"), &["arbitrary"]), - (UniCase::ascii("traslalations"), &["translations"]), - (UniCase::ascii("verry"), &["very"]), - (UniCase::ascii("encorders"), &["encoders"]), - (UniCase::ascii("checkstuming"), &["checksumming"]), - (UniCase::ascii("extact"), &["extract"]), - (UniCase::ascii("interger\'s"), &["integer\'s"]), - (UniCase::ascii("inveryed"), &["inverted"]), - (UniCase::ascii("crahses"), &["crashes"]), - (UniCase::ascii("descryptions"), &["descriptions"]), - (UniCase::ascii("loadning"), &["loading"]), - (UniCase::ascii("undertandable"), &["understandable"]), - (UniCase::ascii("syntakts"), &["syntax"]), - (UniCase::ascii("spefiy"), &["specify"]), - (UniCase::ascii("abanden"), &["abandon"]), - (UniCase::ascii("alog"), &["along"]), - (UniCase::ascii("summerized"), &["summarized"]), - (UniCase::ascii("differnent"), &["different"]), - (UniCase::ascii("resposiblity"), &["responsibility"]), - (UniCase::ascii("emition"), &["emission", "emotion"]), - (UniCase::ascii("inforce"), &["enforce"]), - (UniCase::ascii("devloper\'s"), &["developer\'s"]), - (UniCase::ascii("treshhold"), &["threshold"]), - (UniCase::ascii("capabilitiy"), &["capability"]), - (UniCase::ascii("dispertion"), &["dispersion"]), - (UniCase::ascii("attributs"), &["attributes"]), - (UniCase::ascii("resoultions"), &["resolutions"]), - (UniCase::ascii("oriente"), &["oriented"]), - (UniCase::ascii("abritrarily"), &["arbitrarily"]), - (UniCase::ascii("incomapatibility"), &["incompatibility"]), - (UniCase::ascii("realsitic"), &["realistic"]), - (UniCase::ascii("restuarants"), &["restaurants"]), - (UniCase::ascii("mircophone"), &["microphone"]), - (UniCase::ascii("de-fualts"), &["defaults"]), - (UniCase::ascii("moodify"), &["modify"]), - (UniCase::ascii("allocateng"), &["allocating"]), - (UniCase::ascii("enumearation"), &["enumeration"]), - (UniCase::ascii("featurs"), &["features"]), - (UniCase::ascii("chambre"), &["chamber"]), - (UniCase::ascii("unspported"), &["unsupported"]), - (UniCase::ascii("cancl"), &["cancel"]), - (UniCase::ascii("referense"), &["reference"]), - (UniCase::ascii("discovey"), &["discovery"]), - (UniCase::ascii("idicating"), &["indicating"]), - (UniCase::ascii("displacments"), &["displacements"]), - (UniCase::ascii("staions"), &["stations"]), - (UniCase::ascii("omlette"), &["omelette"]), - (UniCase::ascii("follwinwg"), &["following"]), - (UniCase::ascii("selecgt"), &["select"]), - (UniCase::ascii("instnsiation"), &["instantiation"]), - (UniCase::ascii("infilitrated"), &["infiltrated"]), - (UniCase::ascii("platfom"), &["platform"]), - (UniCase::ascii("montly"), &["monthly"]), - (UniCase::ascii("perfoemed"), &["performed"]), - (UniCase::ascii("datatpe"), &["datatype"]), - (UniCase::ascii("sepecial"), &["special"]), - (UniCase::ascii("emmigrated"), &["emigrated", "immigrated"]), - (UniCase::ascii("hellow"), &["hello"]), - (UniCase::ascii("ggogled"), &["Googled"]), - (UniCase::ascii("vektor"), &["vector"]), - (UniCase::ascii("derectory"), &["directory"]), - (UniCase::ascii("deserializazion"), &["deserialization"]), - (UniCase::ascii("unreigstering"), &["unregistering"]), - (UniCase::ascii("feets"), &["feet", "feats"]), - (UniCase::ascii("posssible"), &["possible"]), - (UniCase::ascii("preceed"), &["precede", "proceed"]), - (UniCase::ascii("muder"), &["murder"]), - (UniCase::ascii("anisotrophically"), &["anisotropically"]), - (UniCase::ascii("positves"), &["positives"]), - (UniCase::ascii("acccount"), &["account"]), - (UniCase::ascii("colourfull"), &["colourful", "colourfully"]), - (UniCase::ascii("exectued"), &["executed"]), - (UniCase::ascii("plagarism"), &["plagiarism"]), - (UniCase::ascii("expeimental"), &["experimental"]), - (UniCase::ascii("subnegoatiations"), &["subnegotiations"]), - (UniCase::ascii("directry"), &["directory"]), - (UniCase::ascii("re-negogtiable"), &["re-negotiable"]), - (UniCase::ascii("constrants"), &["constraints"]), - (UniCase::ascii("diminshed"), &["diminished"]), - (UniCase::ascii("shreshold"), &["threshold"]), - (UniCase::ascii("resgisters"), &["registers"]), - (UniCase::ascii("polygond"), &["polygons"]), - (UniCase::ascii("envionment"), &["environment"]), - (UniCase::ascii("guarnanteed"), &["guaranteed"]), - (UniCase::ascii("visuaises"), &["visualises"]), - (UniCase::ascii("croch"), &["crotch"]), - (UniCase::ascii("siffixes"), &["suffixes"]), - (UniCase::ascii("driagrams"), &["diagrams"]), - (UniCase::ascii("revelent"), &["relevant"]), - (UniCase::ascii("repspectively"), &["respectively"]), - (UniCase::ascii("specifyig"), &["specifying"]), - (UniCase::ascii("evaulator"), &["evaluator"]), - (UniCase::ascii("mathetician"), &["mathematician"]), - (UniCase::ascii("reorganision"), &["reorganisation"]), - (UniCase::ascii("opereation"), &["operation"]), - (UniCase::ascii("methot"), &["method"]), - (UniCase::ascii("altough"), &["although"]), - (UniCase::ascii("replicaions"), &["replications"]), - (UniCase::ascii("gruopd"), &["grouped"]), - (UniCase::ascii("catory"), &["factory"]), - (UniCase::ascii("situbbornness"), &["stubbornness"]), - (UniCase::ascii("ressourced"), &["resourced"]), - (UniCase::ascii("specfy"), &["specify"]), - (UniCase::ascii("enumarated"), &["enumerated"]), - (UniCase::ascii("inexpierence"), &["inexperience"]), - (UniCase::ascii("consituting"), &["constituting"]), - (UniCase::ascii("unlimitied"), &["unlimited"]), - (UniCase::ascii("rquire"), &["require"]), - (UniCase::ascii("primeter"), &["perimeter"]), - (UniCase::ascii("exercize"), &["exercise"]), - (UniCase::ascii("repblic"), &["republic"]), - (UniCase::ascii("firmeware"), &["firmware"]), - (UniCase::ascii("accodr"), &["accord"]), - (UniCase::ascii("interepretations"), &["interpretations"]), - (UniCase::ascii("dimenstion"), &["dimension"]), - (UniCase::ascii("zimpaps"), &["zipmaps"]), - (UniCase::ascii("animaitor"), &["animator"]), - (UniCase::ascii("alinment"), &["alignment"]), - (UniCase::ascii("costum"), &["custom", "costume"]), - (UniCase::ascii("vulberabilitie"), &["vulnerability"]), - (UniCase::ascii("folowwind"), &["following"]), - (UniCase::ascii("opeate"), &["operate"]), - (UniCase::ascii("speficilliable"), &["specifiable"]), - (UniCase::ascii("sutisfying"), &["satisfying"]), - (UniCase::ascii("itteration"), &["iteration"]), - (UniCase::ascii("immmediate"), &["immediate"]), - (UniCase::ascii("intuative"), &["intuitive"]), - (UniCase::ascii("progamming"), &["programming"]), - (UniCase::ascii("preprocesor"), &["preprocessor"]), - (UniCase::ascii("contritutions"), &["contributions"]), - (UniCase::ascii("re-negoptionsotiates"), &["re-negotiates"]), - (UniCase::ascii("finishe"), &["finished", "finish"]), - (UniCase::ascii("beliefes"), &["beliefs", "believes"]), - (UniCase::ascii("negible"), &["negligible"]), - (UniCase::ascii("consulant"), &["consultant"]), - (UniCase::ascii("enthusiatic"), &["enthusiastic"]), - (UniCase::ascii("circuitery"), &["circuitry"]), - (UniCase::ascii("infininte"), &["infinite"]), - (UniCase::ascii("experimation"), &["experimentation"]), - (UniCase::ascii("susbsystems"), &["subsystems"]), - (UniCase::ascii("Cambrige"), &["Cambridge"]), - (UniCase::ascii("replacas"), &["replicas", "replaces"]), - (UniCase::ascii("syntehsised"), &["synthesised"]), - (UniCase::ascii("pomegranite"), &["pomegranate"]), - (UniCase::ascii("frequancy"), &["frequency"]), - (UniCase::ascii("miminally"), &["minimally"]), - (UniCase::ascii("identifing"), &["identifying"]), - (UniCase::ascii("transistion"), &["transition"]), - (UniCase::ascii("excecuts"), &["executes"]), - (UniCase::ascii("assymetries"), &["asymmetries"]), - (UniCase::ascii("privilages"), &["privileges"]), - (UniCase::ascii("ervery"), &["every"]), - (UniCase::ascii("indentifier"), &["identifier"]), - (UniCase::ascii("guarentees"), &["guarantees"]), - (UniCase::ascii("collapsable"), &["collapsible"]), - (UniCase::ascii("untargetted"), &["untargeted"]), - (UniCase::ascii("eratically"), &["erratically"]), - (UniCase::ascii("imapcted"), &["impacted"]), - (UniCase::ascii("dacquiri"), &["daiquiri"]), - (UniCase::ascii("projectio"), &["projection"]), - (UniCase::ascii("tremelos"), &["tremolos"]), - (UniCase::ascii("unparseable"), &["unparsable"]), - (UniCase::ascii("documenatation"), &["documentation"]), - (UniCase::ascii("experimetents"), &["experiments"]), - (UniCase::ascii("modfieir"), &["modifier"]), - (UniCase::ascii("commpessed"), &["compressed"]), - (UniCase::ascii("carrien"), &["carrier"]), - (UniCase::ascii("configuraton"), &["configuration"]), - (UniCase::ascii("emailling"), &["emailing"]), - (UniCase::ascii("specifcation"), &["specification"]), - (UniCase::ascii("incosistente"), &["inconsistent"]), - (UniCase::ascii("recntly"), &["recently"]), - (UniCase::ascii("paramterers"), &["parameters"]), - (UniCase::ascii("spefixations"), &["specifications"]), - (UniCase::ascii("steramer"), &["streamer"]), - (UniCase::ascii("eqivalent"), &["equivalent"]), - (UniCase::ascii("conerters"), &["converters"]), - (UniCase::ascii("analyer"), &["analyser", "analyzer"]), - (UniCase::ascii("covarege"), &["coverage"]), - (UniCase::ascii("reruirements"), &["requirements"]), - (UniCase::ascii("observered"), &["observed"]), - (UniCase::ascii("sovled"), &["solved"]), - (UniCase::ascii("deslects"), &["deselects"]), - (UniCase::ascii("moreso"), &["more", "more so"]), - (UniCase::ascii("virutally"), &["virtually"]), - (UniCase::ascii("temporily"), &["temporarily"]), - (UniCase::ascii("charictor"), &["character"]), - (UniCase::ascii("coninuity"), &["continuity"]), - (UniCase::ascii("poiner"), &["pointer"]), - (UniCase::ascii("positoin"), &["position"]), - (UniCase::ascii("althougth"), &["although"]), - (UniCase::ascii("sucesive"), &["successive"]), - (UniCase::ascii("socekts"), &["sockets"]), - (UniCase::ascii("re-negoatiates"), &["re-negotiates"]), - (UniCase::ascii("cureful"), &["careful"]), - (UniCase::ascii("varned"), &["warned"]), - ( - UniCase::ascii("interal"), - &["internal", "interval", "integral"], - ), - (UniCase::ascii("degreee"), &["degree"]), - (UniCase::ascii("ignorgable"), &["ignorable"]), - (UniCase::ascii("de-duplacte"), &["de-duplicate"]), - (UniCase::ascii("removce"), &["remove"]), - (UniCase::ascii("fullfils"), &["fulfils", "fulfills"]), - (UniCase::ascii("symmetricaly"), &["symmetrically"]), - (UniCase::ascii("porject"), &["project"]), - (UniCase::ascii("destinatin"), &["destination"]), - (UniCase::ascii("non-usefull"), &["useless"]), - (UniCase::ascii("perisist"), &["persist"]), - (UniCase::ascii("negogtiable"), &["negotiable"]), - (UniCase::ascii("attemped"), &["attempted"]), - (UniCase::ascii("fieid"), &["field"]), - (UniCase::ascii("dereferncers"), &["dereferencers"]), - (UniCase::ascii("arbitor"), &["arbiter", "arbitrator"]), - (UniCase::ascii("marter"), &["martyr"]), - (UniCase::ascii("fluroescent"), &["fluorescent"]), - (UniCase::ascii("delalyed"), &["delayed"]), - (UniCase::ascii("oultlines"), &["outlines"]), - (UniCase::ascii("boook"), &["book"]), - (UniCase::ascii("highligjt"), &["highlight"]), - (UniCase::ascii("repling"), &["replying"]), - (UniCase::ascii("metaphoricial"), &["metaphorical"]), - (UniCase::ascii("hopefullt"), &["hopefully"]), - (UniCase::ascii("deubug"), &["debug"]), - (UniCase::ascii("monochromo"), &["monochrome"]), - (UniCase::ascii("exagerrate"), &["exaggerate"]), - (UniCase::ascii("negotatible"), &["negotiable"]), - (UniCase::ascii("dialgos"), &["dialogs"]), - (UniCase::ascii("descritpion"), &["description"]), - (UniCase::ascii("adapive"), &["adaptive"]), - (UniCase::ascii("sychronmode"), &["synchronmode"]), - (UniCase::ascii("pararagraph"), &["paragraph"]), - (UniCase::ascii("definad"), &["defined"]), - (UniCase::ascii("concatentates"), &["concatenates"]), - (UniCase::ascii("experimentaat"), &["experiment"]), - (UniCase::ascii("re-negoitator"), &["re-negotiator"]), - (UniCase::ascii("inefficent"), &["inefficient"]), - (UniCase::ascii("pervious"), &["previous"]), - (UniCase::ascii("acive"), &["active"]), - (UniCase::ascii("comtained"), &["contained"]), - (UniCase::ascii("temprarary"), &["temporary"]), - (UniCase::ascii("historyans"), &["historians"]), - (UniCase::ascii("contibute"), &["contribute"]), - (UniCase::ascii("willk"), &["will"]), - (UniCase::ascii("microcontroler"), &["microcontroller"]), - (UniCase::ascii("instrcuts"), &["instructs"]), - (UniCase::ascii("wihich"), &["which"]), - (UniCase::ascii("renegotatiations"), &["renegotiations"]), - (UniCase::ascii("commenetd"), &["commented"]), - (UniCase::ascii("keyworkds"), &["keywords"]), - (UniCase::ascii("follwing"), &["following"]), - (UniCase::ascii("adjustmants"), &["adjustments"]), - (UniCase::ascii("freee"), &["free"]), - (UniCase::ascii("diffferent"), &["different"]), - (UniCase::ascii("triancles"), &["triangles"]), - (UniCase::ascii("clasify"), &["classify"]), - (UniCase::ascii("discription"), &["description"]), - (UniCase::ascii("convination"), &["combination"]), - (UniCase::ascii("condiiton"), &["condition"]), - (UniCase::ascii("workaraound"), &["workaround"]), - (UniCase::ascii("callbak"), &["callback"]), - (UniCase::ascii("subcommnad"), &["subcommand"]), - (UniCase::ascii("thrue"), &["through"]), - (UniCase::ascii("avarege"), &["average"]), - (UniCase::ascii("expriences"), &["experiences"]), - (UniCase::ascii("controled"), &["controlled"]), - (UniCase::ascii("insensative"), &["insensitive"]), - (UniCase::ascii("cassowarry"), &["cassowary"]), - (UniCase::ascii("oldes"), &["oldest"]), - (UniCase::ascii("parctically"), &["practically"]), - (UniCase::ascii("incoporate"), &["incorporate"]), - (UniCase::ascii("versionning"), &["versioning"]), - (UniCase::ascii("rougly"), &["roughly"]), - (UniCase::ascii("appopriate"), &["appropriate"]), - (UniCase::ascii("tast"), &["taste"]), - (UniCase::ascii("bindins"), &["bindings"]), - (UniCase::ascii("extraced"), &["extracted"]), - (UniCase::ascii("neighrourhood"), &["neighbourhood"]), - (UniCase::ascii("objet"), &["object"]), - (UniCase::ascii("adivsory"), &["advisory"]), - (UniCase::ascii("evidentally"), &["evidently"]), - (UniCase::ascii("negociate"), &["negotiate"]), - (UniCase::ascii("scroolbar"), &["scrollbar"]), - (UniCase::ascii("apprixamate"), &["approximate"]), - (UniCase::ascii("mounth"), &["month", "mouth"]), - (UniCase::ascii("appedn"), &["append"]), - (UniCase::ascii("dummp"), &["dump", "dummy"]), - (UniCase::ascii("circumstnces"), &["circumstances"]), - (UniCase::ascii("fianlly"), &["finally"]), - (UniCase::ascii("acccessors"), &["accessors"]), - (UniCase::ascii("interpretor"), &["interpreter"]), - (UniCase::ascii("precuation"), &["precaution"]), - (UniCase::ascii("withoout"), &["without"]), - (UniCase::ascii("guarnteeing"), &["guaranteeing"]), - (UniCase::ascii("publuc"), &["public"]), - (UniCase::ascii("delimted"), &["delimited"]), - (UniCase::ascii("alpah"), &["alpha"]), - (UniCase::ascii("charasmatic"), &["charismatic"]), - (UniCase::ascii("secord"), &["second"]), - (UniCase::ascii("enteties"), &["entities"]), - (UniCase::ascii("studdy"), &["study"]), - (UniCase::ascii("resoources"), &["resources"]), - (UniCase::ascii("enougth"), &["enough"]), - (UniCase::ascii("thicknes"), &["thickness", "thickens"]), - (UniCase::ascii("destrcutor"), &["destructor"]), - (UniCase::ascii("aproached"), &["approached"]), - (UniCase::ascii("discconeting"), &["disconnecting"]), - (UniCase::ascii("uplaodaded"), &["uploaded"]), - (UniCase::ascii("mentionnned"), &["mentioned"]), - (UniCase::ascii("counding"), &["counting"]), - (UniCase::ascii("resepect"), &["respect"]), - (UniCase::ascii("deinstantating"), &["deinstantiating"]), - (UniCase::ascii("expanssion"), &["expansion"]), - (UniCase::ascii("pagagraph"), &["paragraph"]), - (UniCase::ascii("ponter"), &["pointer"]), - (UniCase::ascii("traverced"), &["traversed"]), - (UniCase::ascii("actuakly"), &["actually"]), - (UniCase::ascii("portayed"), &["portrayed"]), - (UniCase::ascii("treak"), &["treat", "tweak"]), - (UniCase::ascii("experimetentelly"), &["experimentally"]), - (UniCase::ascii("subfroms"), &["subforms"]), - (UniCase::ascii("commpress"), &["compress"]), - (UniCase::ascii("subirectory"), &["subdirectory"]), - (UniCase::ascii("prohibted"), &["prohibited"]), - (UniCase::ascii("fixwd"), &["fixed"]), - (UniCase::ascii("implentation"), &["implementation"]), - (UniCase::ascii("performace"), &["performance"]), - (UniCase::ascii("diposing"), &["disposing", "deposing"]), - (UniCase::ascii("lmits"), &["limits"]), - (UniCase::ascii("poistioned"), &["positioned"]), - (UniCase::ascii("fragementation"), &["fragmentation"]), - (UniCase::ascii("lond"), &["long"]), - (UniCase::ascii("mising"), &["missing"]), - (UniCase::ascii("sceonds"), &["seconds"]), - (UniCase::ascii("absout"), &["absolute"]), - (UniCase::ascii("stadnardising"), &["standardising"]), - (UniCase::ascii("pologons"), &["polygons"]), - (UniCase::ascii("nothern"), &["northern"]), - (UniCase::ascii("thicking"), &["thinking", "thickening"]), - (UniCase::ascii("miximum"), &["maximum"]), - (UniCase::ascii("ignormig"), &["ignoring"]), - (UniCase::ascii("watermask"), &["watermark"]), - (UniCase::ascii("extremly"), &["extremely"]), - (UniCase::ascii("delgates"), &["delegates"]), - (UniCase::ascii("uninitialzes"), &["uninitializes"]), - (UniCase::ascii("repetion"), &["repetition"]), - (UniCase::ascii("operatio"), &["operation"]), - (UniCase::ascii("encorder"), &["encoder"]), - (UniCase::ascii("implentors"), &["implementers"]), - (UniCase::ascii("abosulute"), &["absolute"]), - (UniCase::ascii("arrangments"), &["arrangements"]), - (UniCase::ascii("claibscale"), &["calibscale"]), - (UniCase::ascii("transparnecy"), &["transparency"]), - (UniCase::ascii("symetric"), &["symmetric"]), - (UniCase::ascii("yera"), &["year"]), - (UniCase::ascii("procelains"), &["porcelains"]), - (UniCase::ascii("cnat"), &["can\'t"]), - (UniCase::ascii("attribuites"), &["attributes"]), - (UniCase::ascii("mumbers"), &["numbers"]), - (UniCase::ascii("initilizes"), &["initializes"]), - (UniCase::ascii("assigend"), &["assigned"]), - (UniCase::ascii("particaulr"), &["particular"]), - (UniCase::ascii("augument"), &["argument", "augment"]), - (UniCase::ascii("seperares"), &["separates"]), - (UniCase::ascii("unconcistent"), &["inconsistent"]), - (UniCase::ascii("coninuation"), &["continuation"]), - (UniCase::ascii("exra"), &["extra"]), - (UniCase::ascii("tanslate"), &["translate"]), - (UniCase::ascii("itializes"), &["initializes"]), - (UniCase::ascii("deocders"), &["decoders"]), - (UniCase::ascii("accessoire"), &["accessory"]), - (UniCase::ascii("compleated"), &["completed"]), - (UniCase::ascii("deivces"), &["devices"]), - (UniCase::ascii("cilincer"), &["cylinder", "silencer"]), - (UniCase::ascii("neighborhhod"), &["neighborhood"]), - (UniCase::ascii("entety"), &["entity"]), - (UniCase::ascii("linerisation"), &["linearisation"]), - (UniCase::ascii("consitant"), &["consistent"]), - (UniCase::ascii("arrangmeent"), &["arrangement"]), - (UniCase::ascii("indepdence"), &["independence"]), - (UniCase::ascii("comparisson"), &["comparison"]), - (UniCase::ascii("spefixier"), &["specifier"]), - (UniCase::ascii("diagnistic"), &["diagnostic"]), - (UniCase::ascii("separartor"), &["separator"]), - (UniCase::ascii("negotaiting"), &["negotiating"]), - (UniCase::ascii("bianries"), &["binaries"]), - (UniCase::ascii("smoe"), &["some"]), - (UniCase::ascii("prevend"), &["prevent"]), - (UniCase::ascii("cuestions"), &["questions"]), - (UniCase::ascii("abtraction"), &["abstraction"]), - (UniCase::ascii("Europians"), &["Europeans"]), - (UniCase::ascii("neighbrs"), &["neighbors"]), - (UniCase::ascii("adges"), &["edges", "badges", "adages"]), - (UniCase::ascii("implementatoins"), &["implementations"]), - (UniCase::ascii("inpolite"), &["impolite"]), - (UniCase::ascii("transolates"), &["translates"]), - (UniCase::ascii("reconfugure"), &["reconfigure"]), - (UniCase::ascii("reallocaitons"), &["reallocations"]), - (UniCase::ascii("cywgin"), &["Cygwin"]), - (UniCase::ascii("calcualtions"), &["calculations"]), - (UniCase::ascii("preprocesing"), &["preprocessing"]), - (UniCase::ascii("librabrie"), &["library"]), - (UniCase::ascii("undecideable"), &["undecidable"]), - (UniCase::ascii("initailizing"), &["initializing"]), - (UniCase::ascii("withouht"), &["without"]), - (UniCase::ascii("experssing"), &["expressing"]), - (UniCase::ascii("resssurecting"), &["resurrecting"]), - (UniCase::ascii("pattrens"), &["patterns", "patrons"]), - (UniCase::ascii("descktops"), &["desktops"]), - (UniCase::ascii("eroneous"), &["erroneous"]), - (UniCase::ascii("paramss"), &["params"]), - (UniCase::ascii("decieved"), &["deceived"]), - (UniCase::ascii("chacacter"), &["character"]), - (UniCase::ascii("atends"), &["attends"]), - (UniCase::ascii("manuell"), &["manual"]), - (UniCase::ascii("negoticators"), &["negotiators"]), - (UniCase::ascii("iwth"), &["with"]), - (UniCase::ascii("appenines"), &["Apennines"]), - (UniCase::ascii("speficiiers"), &["specifiers"]), - (UniCase::ascii("wihle"), &["while"]), - ( - UniCase::ascii("skillfullness"), - &["skillfulness", "skilfulness"], - ), - (UniCase::ascii("corosion"), &["corrosion"]), - (UniCase::ascii("commiters"), &["committers"]), - (UniCase::ascii("archtype"), &["archetype"]), - (UniCase::ascii("subcribe"), &["subscribe"]), - (UniCase::ascii("operaion"), &["operation"]), - (UniCase::ascii("surrepetitious"), &["surreptitious"]), - (UniCase::ascii("multipiler"), &["multiplier"]), - (UniCase::ascii("speficiifes"), &["specifies"]), - (UniCase::ascii("abberivates"), &["abbreviates"]), - (UniCase::ascii("discuusion"), &["discussion"]), - (UniCase::ascii("handhake"), &["handshake"]), - (UniCase::ascii("santized"), &["sanitized"]), - (UniCase::ascii("coutermeasueres"), &["countermeasures"]), - (UniCase::ascii("smouth"), &["smooth"]), - (UniCase::ascii("warnign"), &["warning"]), - (UniCase::ascii("non-negociated"), &["non-negotiated"]), - (UniCase::ascii("visuabise"), &["visualise"]), - (UniCase::ascii("nanosenconds"), &["nanoseconds"]), - (UniCase::ascii("exisits"), &["exists"]), - (UniCase::ascii("attatchments"), &["attachments"]), - (UniCase::ascii("maniuplator"), &["manipulator"]), - (UniCase::ascii("unauthenicated"), &["unauthenticated"]), - (UniCase::ascii("geomety"), &["geometry"]), - (UniCase::ascii("differantiator"), &["differentiator"]), - (UniCase::ascii("specificically"), &["specifically"]), - (UniCase::ascii("therapudic"), &["therapeutic"]), - (UniCase::ascii("delimiiter"), &["delimiter"]), - (UniCase::ascii("presuambly"), &["presumably"]), - (UniCase::ascii("negoated"), &["negotiated"]), - (UniCase::ascii("contiguious"), &["contiguous"]), - (UniCase::ascii("istalling"), &["installing"]), - (UniCase::ascii("prmitives"), &["primitives"]), - (UniCase::ascii("userpsace"), &["userspace"]), - (UniCase::ascii("delemiter"), &["delimiter"]), - (UniCase::ascii("trasnport"), &["transport"]), - (UniCase::ascii("reuplod"), &["reupload"]), - (UniCase::ascii("referefences"), &["references"]), - (UniCase::ascii("gilty"), &["guilty"]), - (UniCase::ascii("instad"), &["instead"]), - (UniCase::ascii("rememebrs"), &["remembers"]), - (UniCase::ascii("repsonses"), &["responses"]), - (UniCase::ascii("reponsibilities"), &["responsibilities"]), - (UniCase::ascii("experimenat"), &["experiment"]), - (UniCase::ascii("polinator"), &["pollinator"]), - (UniCase::ascii("negotionations"), &["negotiations"]), - (UniCase::ascii("hvea"), &["have", "heave"]), - (UniCase::ascii("refernce"), &["reference"]), - (UniCase::ascii("Microsft"), &["Microsoft"]), - (UniCase::ascii("regurlarly"), &["regularly"]), - (UniCase::ascii("atributed"), &["attributed"]), - (UniCase::ascii("delimitors"), &["delimiters"]), - (UniCase::ascii("mantainers"), &["maintainers"]), - (UniCase::ascii("adminstrative"), &["administrative"]), - (UniCase::ascii("popolates"), &["populates"]), - (UniCase::ascii("extendsions"), &["extensions"]), - (UniCase::ascii("thsi"), &["this"]), - (UniCase::ascii("confety"), &["confetti"]), - (UniCase::ascii("glamourous"), &["glamorous"]), - (UniCase::ascii("confids"), &["confides"]), - (UniCase::ascii("rmeove"), &["remove"]), - (UniCase::ascii("srink"), &["shrink"]), - (UniCase::ascii("signifcantly"), &["significantly"]), - (UniCase::ascii("immidiatelly"), &["immediately"]), - (UniCase::ascii("pursuaded"), &["persuaded"]), - (UniCase::ascii("rebuillt"), &["rebuilt"]), - (UniCase::ascii("explicitily"), &["explicitly"]), - (UniCase::ascii("seperete"), &["separate"]), - (UniCase::ascii("devlopper"), &["developer"]), - (UniCase::ascii("certifcate"), &["certificate"]), - (UniCase::ascii("progam"), &["program"]), - (UniCase::ascii("snaphot"), &["snapshot"]), - (UniCase::ascii("noramalise"), &["normalise"]), - (UniCase::ascii("acecess"), &["access"]), - (UniCase::ascii("comissioner"), &["commissioner"]), - (UniCase::ascii("satisifying"), &["satisfying"]), - (UniCase::ascii("misstake"), &["mistake"]), - (UniCase::ascii("inconditionally"), &["unconditionally"]), - (UniCase::ascii("differate"), &["differentiate"]), - (UniCase::ascii("reuplods"), &["reuploads"]), - (UniCase::ascii("sectoned"), &["sectioned"]), - (UniCase::ascii("crewsant"), &["croissant"]), - (UniCase::ascii("gioen"), &["given"]), - (UniCase::ascii("digitalising"), &["digitizing"]), - (UniCase::ascii("respawining"), &["respawning"]), - (UniCase::ascii("historyan"), &["historian"]), - (UniCase::ascii("inherritance"), &["inheritance"]), - (UniCase::ascii("intentation"), &["indentation"]), - (UniCase::ascii("thats\'"), &["that\'s"]), - (UniCase::ascii("renegotatiors"), &["renegotiators"]), - (UniCase::ascii("surrundering"), &["surrendering"]), - (UniCase::ascii("dafualt"), &["default"]), - (UniCase::ascii("comnpresion"), &["compression"]), - (UniCase::ascii("gausian"), &["Gaussian"]), - (UniCase::ascii("non-negoptionsotiable"), &["non-negotiable"]), - (UniCase::ascii("aactually"), &["actually"]), - (UniCase::ascii("determin"), &["determine"]), - (UniCase::ascii("represnted"), &["represented"]), - (UniCase::ascii("incementally"), &["incrementally"]), - (UniCase::ascii("unknwoingly"), &["unknowingly"]), - (UniCase::ascii("contnt"), &["content"]), - (UniCase::ascii("veresion"), &["version"]), - (UniCase::ascii("etend"), &["extend", "attend"]), - (UniCase::ascii("microntroller"), &["microcontroller"]), - (UniCase::ascii("rgister"), &["register"]), - (UniCase::ascii("tha"), &["than", "that", "the"]), - (UniCase::ascii("differnty"), &["different", "differently"]), - (UniCase::ascii("unititialized"), &["uninitialized"]), - (UniCase::ascii("forld"), &["fold"]), - (UniCase::ascii("follwoiwng"), &["following"]), - (UniCase::ascii("inherantly"), &["inherently"]), - (UniCase::ascii("gernerating"), &["generating"]), - (UniCase::ascii("contibutes"), &["contributes"]), - (UniCase::ascii("scritped"), &["scripted"]), - (UniCase::ascii("speficiallations"), &["specifications"]), - (UniCase::ascii("distibute"), &["distribute"]), - (UniCase::ascii("occasinal"), &["occasional"]), - (UniCase::ascii("secund"), &["second"]), - (UniCase::ascii("doesn\'"), &["doesn\'t"]), - (UniCase::ascii("ditribute"), &["distribute"]), - (UniCase::ascii("re-negotiotate"), &["re-negotiate"]), - (UniCase::ascii("visuabised"), &["visualised"]), - (UniCase::ascii("wordpres"), &["wordpress"]), - (UniCase::ascii("assumnes"), &["assumes"]), - (UniCase::ascii("authethentication"), &["authentication"]), - (UniCase::ascii("assum"), &["assume"]), - (UniCase::ascii("descritptors"), &["descriptors"]), - (UniCase::ascii("situatuions"), &["situations"]), - (UniCase::ascii("refeinement"), &["refinement"]), - (UniCase::ascii("renegoitated"), &["renegotiated"]), - (UniCase::ascii("burried"), &["buried"]), - (UniCase::ascii("convirting"), &["converting"]), - (UniCase::ascii("meaningfull"), &["meaningful"]), - (UniCase::ascii("proocecures"), &["procedures"]), - (UniCase::ascii("deteoriated"), &["deteriorated"]), - (UniCase::ascii("sepulchure"), &["sepulchre", "sepulcher"]), - (UniCase::ascii("paramater"), &["parameter"]), - (UniCase::ascii("progated"), &["propagated"]), - (UniCase::ascii("willingless"), &["willingness"]), - (UniCase::ascii("requierement"), &["requirement"]), - (UniCase::ascii("raplacing"), &["replacing"]), - (UniCase::ascii("experimetentel"), &["experimental"]), - (UniCase::ascii("expermeneters"), &["experimenters"]), - (UniCase::ascii("functionailty"), &["functionality"]), - (UniCase::ascii("datatytpe"), &["datatype"]), - (UniCase::ascii("oppsofite"), &["opposite"]), - (UniCase::ascii("neighbos"), &["neighbors"]), - (UniCase::ascii("negoticator"), &["negotiator"]), - (UniCase::ascii("asorbed"), &["absorbed"]), - (UniCase::ascii("indivual"), &["individual"]), - (UniCase::ascii("authenciated"), &["authenticated"]), - (UniCase::ascii("expestedly"), &["expectedly"]), - (UniCase::ascii("recommandation"), &["recommendation"]), - (UniCase::ascii("slection"), &["selection"]), - (UniCase::ascii("bussiness"), &["business"]), - (UniCase::ascii("installes"), &["installs"]), - (UniCase::ascii("excesive"), &["excessive"]), - (UniCase::ascii("cirles"), &["circles"]), - (UniCase::ascii("nesseccary"), &["necessary"]), - (UniCase::ascii("traingle"), &["triangle"]), - (UniCase::ascii("laout"), &["layout"]), - ( - UniCase::ascii("auto-detetes"), - &["auto-deletes", "auto-detects"], - ), - (UniCase::ascii("unning"), &["running"]), - (UniCase::ascii("guarantie"), &["guarantee"]), - (UniCase::ascii("hounour"), &["honour"]), - (UniCase::ascii("srollbar"), &["scrollbar"]), - (UniCase::ascii("ajusting"), &["adjusting"]), - (UniCase::ascii("mudule"), &["module"]), - (UniCase::ascii("contongency"), &["contingency"]), - (UniCase::ascii("insteance"), &["instance"]), - (UniCase::ascii("emtied"), &["emptied"]), - (UniCase::ascii("sequencies"), &["sequences"]), - (UniCase::ascii("supproted"), &["supported"]), - (UniCase::ascii("cretaing"), &["creating"]), - (UniCase::ascii("reseached"), &["researched"]), - (UniCase::ascii("orginals"), &["originals"]), - (UniCase::ascii("beliveble"), &["believable"]), - (UniCase::ascii("exagerate"), &["exaggerate"]), - (UniCase::ascii("conecepts"), &["concepts"]), - (UniCase::ascii("conveinient"), &["convenient"]), - (UniCase::ascii("experimnt"), &["experiment"]), - (UniCase::ascii("devided"), &["divided"]), - (UniCase::ascii("installatation"), &["installation"]), - (UniCase::ascii("compling"), &["compiling"]), - (UniCase::ascii("spefixeirs"), &["specifiers"]), - (UniCase::ascii("initailisers"), &["initialisers"]), - (UniCase::ascii("bigallic"), &["bigalloc"]), - (UniCase::ascii("experimentaited"), &["experimented"]), - (UniCase::ascii("dynamiclly"), &["dynamically"]), - (UniCase::ascii("annointing"), &["anointing"]), - (UniCase::ascii("charakter"), &["character"]), - (UniCase::ascii("exchagnged"), &["exchanged"]), - (UniCase::ascii("unbounnd"), &["unbound"]), - (UniCase::ascii("separeter"), &["separator"]), - (UniCase::ascii("custoizers"), &["customizers"]), - (UniCase::ascii("cahced"), &["cached"]), - (UniCase::ascii("linheight"), &["lineheight"]), - (UniCase::ascii("diffrents"), &["different", "difference"]), - (UniCase::ascii("staically"), &["statically"]), - (UniCase::ascii("chaecked"), &["checked"]), - (UniCase::ascii("exliled"), &["exiled"]), - (UniCase::ascii("incluging"), &["including"]), - (UniCase::ascii("neighour"), &["neighbour"]), - (UniCase::ascii("locahost"), &["localhost"]), - (UniCase::ascii("alogirhtms"), &["algorithms"]), - (UniCase::ascii("notwhithstanding"), &["notwithstanding"]), - (UniCase::ascii("subcribed"), &["subscribed"]), - (UniCase::ascii("desnse"), &["dense"]), - (UniCase::ascii("umarked"), &["unmarked"]), - (UniCase::ascii("expeirimented"), &["experimented"]), - (UniCase::ascii("algorthns"), &["algorithms"]), - (UniCase::ascii("rquesting"), &["requesting"]), - (UniCase::ascii("whn"), &["when"]), - (UniCase::ascii("envirnoments"), &["environments"]), - (UniCase::ascii("firwmare"), &["firmware"]), - (UniCase::ascii("infalability"), &["infallibility"]), - (UniCase::ascii("accapt"), &["accept"]), - (UniCase::ascii("dobles"), &["doubles"]), - (UniCase::ascii("somewere"), &["somewhere"]), - (UniCase::ascii("visualyse"), &["visualise", "visualize"]), - (UniCase::ascii("consorcium"), &["consortium"]), - (UniCase::ascii("egenralised"), &["generalised"]), - (UniCase::ascii("actuell"), &["actual"]), - (UniCase::ascii("equipments"), &["equipment"]), - (UniCase::ascii("becaus"), &["because"]), - (UniCase::ascii("unsubscibing"), &["unsubscribing"]), - (UniCase::ascii("desposition"), &["disposition"]), - (UniCase::ascii("savety"), &["safety"]), - (UniCase::ascii("deciedd"), &["decided"]), - (UniCase::ascii("affilates"), &["affiliates"]), - (UniCase::ascii("excetion"), &["exception"]), - (UniCase::ascii("cyrstallise"), &["crystallise"]), - (UniCase::ascii("cors-site"), &["cross-site"]), - (UniCase::ascii("consitutuent"), &["constituent"]), - (UniCase::ascii("mannor"), &["manner"]), - (UniCase::ascii("discconecction"), &["disconnection"]), - (UniCase::ascii("booleamns"), &["booleans"]), - (UniCase::ascii("propetry"), &["property"]), - (UniCase::ascii("betwene"), &["between"]), - (UniCase::ascii("experes"), &["express"]), - (UniCase::ascii("allignement"), &["alignment"]), - (UniCase::ascii("extiting"), &["exciting", "exiting"]), - (UniCase::ascii("experienshial"), &["experiential"]), - (UniCase::ascii("unifromity"), &["uniformity"]), - (UniCase::ascii("abiss"), &["abyss"]), - (UniCase::ascii("abondon"), &["abandon"]), - (UniCase::ascii("doess"), &["does"]), - (UniCase::ascii("entitiys"), &["entities"]), - (UniCase::ascii("manifacturer"), &["manufacturer"]), - (UniCase::ascii("stroe"), &["store"]), - (UniCase::ascii("uptim"), &["uptime"]), - (UniCase::ascii("algorhythmic"), &["algorithmic"]), - (UniCase::ascii("cereates"), &["creates"]), - (UniCase::ascii("coorespondend"), &["correspondent"]), - (UniCase::ascii("omniverous"), &["omnivorous"]), - (UniCase::ascii("undestand"), &["understand"]), - (UniCase::ascii("desctiptor"), &["descriptor"]), - (UniCase::ascii("alrogithm"), &["algorithm"]), - (UniCase::ascii("absolulte"), &["absolute"]), - (UniCase::ascii("techicians"), &["technicians"]), - (UniCase::ascii("downsteraming"), &["downstreaming"]), - (UniCase::ascii("confunsing"), &["confusing"]), - (UniCase::ascii("progamed"), &["programmed"]), - (UniCase::ascii("interuupt"), &["interrupt"]), - (UniCase::ascii("faliure"), &["failure"]), - (UniCase::ascii("sysem"), &["system"]), - (UniCase::ascii("duplactes"), &["duplicates"]), - (UniCase::ascii("rewrited"), &["rewrote", "rewritten"]), - (UniCase::ascii("insted"), &["instead"]), - (UniCase::ascii("dissapprove"), &["disapprove"]), - (UniCase::ascii("negothiations"), &["negotiations"]), - (UniCase::ascii("docuentation"), &["documentation"]), - (UniCase::ascii("copyritghts"), &["copyrights"]), - (UniCase::ascii("refenence"), &["reference"]), - (UniCase::ascii("disalb"), &["disable"]), - (UniCase::ascii("discconeected"), &["disconnected"]), - (UniCase::ascii("deleteing"), &["deleting"]), - (UniCase::ascii("affintize"), &["affinitize"]), - (UniCase::ascii("confgured"), &["configured"]), - (UniCase::ascii("bakcrefs"), &["backrefs"]), - (UniCase::ascii("entriy"), &["entry", "entries"]), - (UniCase::ascii("iritating"), &["irritating"]), - (UniCase::ascii("pennals"), &["panels"]), - (UniCase::ascii("keybooard"), &["keyboard"]), - (UniCase::ascii("reasonnably"), &["reasonably"]), - (UniCase::ascii("improoved"), &["improved"]), - (UniCase::ascii("interferred"), &["interfered"]), - (UniCase::ascii("ojective"), &["objective"]), - (UniCase::ascii("bandwidht"), &["bandwidth"]), - (UniCase::ascii("firware"), &["firmware"]), - (UniCase::ascii("expepecting"), &["expecting"]), - ( - UniCase::ascii("well-reknown"), - &["well-renowned", "well renown"], - ), - (UniCase::ascii("songles"), &["singles", "dongles"]), - (UniCase::ascii("visuabisation"), &["visualisation"]), - (UniCase::ascii("ake"), &["ache"]), - (UniCase::ascii("abbrevate"), &["abbreviate"]), - (UniCase::ascii("explecitily"), &["explicitly"]), - (UniCase::ascii("negotaitor"), &["negotiator"]), - (UniCase::ascii("otional"), &["optional", "notional"]), - (UniCase::ascii("poitning"), &["pointing"]), - (UniCase::ascii("joystik"), &["joystick"]), - (UniCase::ascii("incrfemental"), &["incremental"]), - (UniCase::ascii("striaghts"), &["straights"]), - (UniCase::ascii("surported"), &["supported"]), - (UniCase::ascii("experimenatation"), &["experimentation"]), - (UniCase::ascii("coordingly"), &["accordingly"]), - (UniCase::ascii("imlemented"), &["implemented"]), - (UniCase::ascii("easiy"), &["easily"]), - (UniCase::ascii("uptdate"), &["update"]), - (UniCase::ascii("perfoom"), &["perfume", "perform"]), - (UniCase::ascii("interesects"), &["intersects"]), - (UniCase::ascii("brockened"), &["broken"]), - (UniCase::ascii("non-inmediate"), &["non-immediate"]), - (UniCase::ascii("negoziation"), &["negotiation"]), - (UniCase::ascii("distribtuions"), &["distributions"]), - (UniCase::ascii("subnegotioations"), &["subnegotiations"]), - (UniCase::ascii("tyhat"), &["that"]), - (UniCase::ascii("dispayport"), &["displayport"]), - (UniCase::ascii("buffereed"), &["buffered"]), - (UniCase::ascii("distribtuion"), &["distribution"]), - (UniCase::ascii("alising"), &["aliasing"]), - (UniCase::ascii("conflictin"), &["conflicting"]), - (UniCase::ascii("exponentiell"), &["exponential"]), - (UniCase::ascii("otehrwice"), &["otherwise"]), - (UniCase::ascii("privided"), &["provided"]), - (UniCase::ascii("rediculous"), &["ridiculous"]), - (UniCase::ascii("uppstreaming"), &["upstreaming"]), - (UniCase::ascii("excetutive"), &["executive"]), - (UniCase::ascii("cannonicalize"), &["canonicalize"]), - (UniCase::ascii("probblems"), &["problems"]), - (UniCase::ascii("guarenteedes"), &["guarantees"]), - (UniCase::ascii("aprroximation"), &["approximation"]), - (UniCase::ascii("particaularly"), &["particularly"]), - (UniCase::ascii("caclucate"), &["calculate"]), - (UniCase::ascii("initailizes"), &["initializes"]), - (UniCase::ascii("multipl"), &["multiple", "multiply"]), - (UniCase::ascii("availavle"), &["available"]), - (UniCase::ascii("wiull"), &["will"]), - (UniCase::ascii("speicified"), &["specified"]), - (UniCase::ascii("assined"), &["assigned"]), - (UniCase::ascii("devicesr"), &["devices"]), - (UniCase::ascii("avaoid"), &["avoid"]), - (UniCase::ascii("aggreataon"), &["aggregation"]), - (UniCase::ascii("borgwasy"), &["bourgeoisie"]), - (UniCase::ascii("indenx"), &["index"]), - (UniCase::ascii("cotrasfers"), &["cotransfers"]), - (UniCase::ascii("meta-attrubute"), &["meta-attribute"]), - (UniCase::ascii("cartrige"), &["cartridge"]), - (UniCase::ascii("prefectly"), &["perfectly"]), - (UniCase::ascii("preferend"), &["preferred", "preference"]), - (UniCase::ascii("juxtified"), &["justified"]), - (UniCase::ascii("origigin"), &["origin"]), - (UniCase::ascii("sycronize"), &["synchronize"]), - (UniCase::ascii("perfermence"), &["performance"]), - (UniCase::ascii("inmense"), &["immense"]), - (UniCase::ascii("maitain"), &["maintain"]), - (UniCase::ascii("obtaion"), &["obtain"]), - (UniCase::ascii("spefiied"), &["specified"]), - (UniCase::ascii("avary"), &["every", "aviary"]), - (UniCase::ascii("comitting"), &["committing"]), - (UniCase::ascii("independedly"), &["independently"]), - (UniCase::ascii("authetnicate"), &["authenticate"]), - (UniCase::ascii("liekd"), &["liked"]), - (UniCase::ascii("hipopotamus"), &["hippopotamus"]), - (UniCase::ascii("peroperly"), &["properly"]), - (UniCase::ascii("segementation"), &["segmentation"]), - (UniCase::ascii("modifiation"), &["modification"]), - (UniCase::ascii("depedency"), &["dependency"]), - (UniCase::ascii("unforetunately"), &["unfortunately"]), - (UniCase::ascii("condtiions"), &["conditions"]), - (UniCase::ascii("hace"), &["have"]), - (UniCase::ascii("paramterless"), &["parameterless"]), - (UniCase::ascii("allocateing"), &["allocating"]), - (UniCase::ascii("unavaialbility"), &["unavailability"]), - (UniCase::ascii("traverces"), &["traverses"]), - (UniCase::ascii("scientifcaly"), &["scientifically"]), - (UniCase::ascii("algorthmically"), &["algorithmically"]), - (UniCase::ascii("reamins"), &["remains"]), - (UniCase::ascii("protocoll"), &["protocol"]), - (UniCase::ascii("sugguesting"), &["suggesting"]), - (UniCase::ascii("grammartical"), &["grammatical"]), - (UniCase::ascii("determinne"), &["determine"]), - (UniCase::ascii("supportet"), &["supporter", "supported"]), - (UniCase::ascii("origining"), &["originating"]), - (UniCase::ascii("acccumulate"), &["accumulate"]), - (UniCase::ascii("reformating"), &["reformatting"]), - (UniCase::ascii("folllow"), &["follow"]), - (UniCase::ascii("wensday"), &["Wednesday"]), - (UniCase::ascii("undersacn"), &["underscan"]), - (UniCase::ascii("strenghening"), &["strengthening"]), - (UniCase::ascii("inconsitant"), &["inconsistent"]), - (UniCase::ascii("aktivation"), &["activation"]), - (UniCase::ascii("incremet"), &["increment"]), - (UniCase::ascii("completedthe"), &["completed the"]), - (UniCase::ascii("openbrower"), &["openbrowser"]), - (UniCase::ascii("dissadvantage"), &["disadvantage"]), - (UniCase::ascii("dyas"), &["dryas"]), - (UniCase::ascii("scrollablbe"), &["scrollable"]), - (UniCase::ascii("certficiation"), &["certification"]), - (UniCase::ascii("modift"), &["modify"]), - (UniCase::ascii("preapre"), &["prepare"]), - (UniCase::ascii("mixure"), &["mixture"]), - (UniCase::ascii("afficionados"), &["aficionados"]), - (UniCase::ascii("scriopted"), &["scripted"]), - (UniCase::ascii("excetional"), &["exceptional"]), - (UniCase::ascii("decomposited"), &["decomposed"]), - (UniCase::ascii("certfied"), &["certified"]), - (UniCase::ascii("commannd"), &["command"]), - (UniCase::ascii("retpresenting"), &["representing"]), - (UniCase::ascii("exonorate"), &["exonerate"]), - (UniCase::ascii("deltes"), &["deletes"]), - (UniCase::ascii("visivble"), &["visible"]), - (UniCase::ascii("subsitututing"), &["substituting"]), - (UniCase::ascii("frequantly"), &["frequently"]), - ( - UniCase::ascii("dectecte"), - &["detect", "detected", "detects"], - ), - (UniCase::ascii("succesfull"), &["successful"]), - (UniCase::ascii("referecence"), &["reference"]), - (UniCase::ascii("backgrount"), &["background"]), - (UniCase::ascii("sepertators"), &["separators"]), - (UniCase::ascii("renegoitates"), &["renegotiates"]), - (UniCase::ascii("egenralize"), &["generalize"]), - (UniCase::ascii("followin"), &["following"]), - (UniCase::ascii("convovle"), &["convolve"]), - (UniCase::ascii("cips"), &["chips"]), - (UniCase::ascii("eample"), &["example"]), - (UniCase::ascii("acceess"), &["access"]), - (UniCase::ascii("enulation"), &["emulation"]), - (UniCase::ascii("depdencente"), &["dependence"]), - (UniCase::ascii("visability"), &["visibility"]), - (UniCase::ascii("secific"), &["specific"]), - (UniCase::ascii("assiociates"), &["associates"]), - (UniCase::ascii("declartiuon"), &["declaration"]), - ( - UniCase::ascii("content-negotioation"), - &["content-negotiation"], - ), - (UniCase::ascii("syntehsized"), &["synthesized"]), - (UniCase::ascii("contiuguous"), &["contiguous"]), - (UniCase::ascii("assasined"), &["assassinated"]), - (UniCase::ascii("abstactions"), &["abstractions"]), - (UniCase::ascii("reslove"), &["resolve"]), - (UniCase::ascii("dabase"), &["database"]), - (UniCase::ascii("comination"), &["combination"]), - (UniCase::ascii("subcirucit"), &["subcircuit"]), - (UniCase::ascii("exceution"), &["execution"]), - (UniCase::ascii("bacause"), &["because"]), - (UniCase::ascii("compsite"), &["composite"]), - (UniCase::ascii("bloekes"), &["blokes"]), - (UniCase::ascii("rearranments"), &["rearrangements"]), - (UniCase::ascii("rememored"), &["remembered"]), - (UniCase::ascii("brazeer"), &["brassiere"]), - (UniCase::ascii("transvorms"), &["transforms"]), - (UniCase::ascii("dermine"), &["determine"]), - (UniCase::ascii("curruptible"), &["corruptible"]), - (UniCase::ascii("orienatation"), &["orientation"]), - (UniCase::ascii("thundebird"), &["thunderbird"]), - (UniCase::ascii("coallese"), &["coalesce"]), - (UniCase::ascii("upagrade"), &["upgrade"]), - (UniCase::ascii("foloower"), &["follower"]), - (UniCase::ascii("asisstants"), &["assistants"]), - (UniCase::ascii("represend"), &["represent"]), - (UniCase::ascii("coordinats"), &["coordinates"]), - (UniCase::ascii("renegoitation"), &["renegotiation"]), - (UniCase::ascii("disconenct"), &["disconnect"]), - (UniCase::ascii("inumerable"), &["enumerable", "innumerable"]), - (UniCase::ascii("dipthong"), &["diphthong"]), - (UniCase::ascii("assummed"), &["assumed"]), - (UniCase::ascii("amoutn"), &["amount"]), - (UniCase::ascii("peacd"), &["peace"]), - (UniCase::ascii("compatably"), &["compatibly"]), - (UniCase::ascii("subscritpitons"), &["subscriptions"]), - (UniCase::ascii("certifcation"), &["certification"]), - (UniCase::ascii("agrieved"), &["aggrieved"]), - (UniCase::ascii("traingulates"), &["triangulates"]), - (UniCase::ascii("partitons"), &["partitions"]), - ( - UniCase::ascii("scatchss"), - &["catches", "scratches", "sketches"], - ), - (UniCase::ascii("unsucesfull"), &["unsuccessful"]), - (UniCase::ascii("asthetic"), &["aesthetic"]), - (UniCase::ascii("cannisters"), &["canisters"]), - (UniCase::ascii("hahve"), &["have", "halve", "half"]), - (UniCase::ascii("winndows"), &["windows"]), - (UniCase::ascii("deamons"), &["daemons"]), - (UniCase::ascii("shoudlnt"), &["shouldn\'t"]), - (UniCase::ascii("backupped"), &["backed-up", "backed up"]), - (UniCase::ascii("hande"), &["handle", "hand"]), - (UniCase::ascii("availabel"), &["available"]), - (UniCase::ascii("objets"), &["objects"]), - (UniCase::ascii("desctructed"), &["destructed"]), - (UniCase::ascii("coform"), &["conform"]), - (UniCase::ascii("equialent"), &["equivalent"]), - (UniCase::ascii("fundametal"), &["fundamental"]), - (UniCase::ascii("attribuite"), &["attribute"]), - (UniCase::ascii("achievments"), &["achievements"]), - (UniCase::ascii("interpretter"), &["interpreter"]), - (UniCase::ascii("vauled"), &["valued"]), - (UniCase::ascii("neighber"), &["neighbor"]), - (UniCase::ascii("messag"), &["message"]), - (UniCase::ascii("accquainted"), &["acquainted"]), - (UniCase::ascii("reproducabely"), &["reproducibly"]), - (UniCase::ascii("poiunter"), &["pointer"]), - (UniCase::ascii("coproccessors"), &["coprocessors"]), - (UniCase::ascii("supspect"), &["suspect"]), - (UniCase::ascii("errorr"), &["error"]), - (UniCase::ascii("beond"), &["beyond"]), - (UniCase::ascii("suuporting"), &["supporting"]), - (UniCase::ascii("montanous"), &["mountainous"]), - (UniCase::ascii("triggger"), &["trigger"]), - (UniCase::ascii("prooved"), &["proved"]), - (UniCase::ascii("cliensite"), &["client-side"]), - (UniCase::ascii("diffence"), &["difference"]), - (UniCase::ascii("corecting"), &["correcting"]), - (UniCase::ascii("hanshake"), &["handshake"]), - (UniCase::ascii("approprations"), &["appropriations"]), - (UniCase::ascii("spcae"), &["space"]), - (UniCase::ascii("againts"), &["against"]), - (UniCase::ascii("experimenal"), &["experimental"]), - (UniCase::ascii("cutted"), &["cut"]), - (UniCase::ascii("assocation"), &["association"]), - (UniCase::ascii("experies"), &["expires"]), - (UniCase::ascii("fragmant"), &["fragment"]), - (UniCase::ascii("seacrchable"), &["searchable"]), - (UniCase::ascii("blanck"), &["blank", "black"]), - (UniCase::ascii("rearranment"), &["rearrangement"]), - (UniCase::ascii("progesses"), &["progresses"]), - (UniCase::ascii("satelite"), &["satellite"]), - ( - UniCase::ascii("propotional"), - &["proportional", "promotional"], - ), - (UniCase::ascii("controling"), &["controlling"]), - (UniCase::ascii("modificatioon"), &["modification"]), - (UniCase::ascii("excecting"), &["executing"]), - (UniCase::ascii("suppoorts"), &["supports"]), - (UniCase::ascii("inferrence"), &["inference"]), - (UniCase::ascii("consonent"), &["consonant"]), - (UniCase::ascii("regularlize"), &["regularize"]), - (UniCase::ascii("implememts"), &["implements"]), - (UniCase::ascii("knwos"), &["knows"]), - (UniCase::ascii("skeep"), &["skip"]), - (UniCase::ascii("extenstions"), &["extensions"]), - (UniCase::ascii("betwen"), &["between"]), - (UniCase::ascii("menetions"), &["mentions"]), - (UniCase::ascii("experamenter"), &["experimenter"]), - (UniCase::ascii("disucssion"), &["discussion"]), - (UniCase::ascii("nessesary"), &["necessary"]), - (UniCase::ascii("sepecify"), &["specify"]), - (UniCase::ascii("proces"), &["process"]), - (UniCase::ascii("re-negotitating"), &["re-negotiating"]), - (UniCase::ascii("corresponging"), &["corresponding"]), - (UniCase::ascii("alaready"), &["already"]), - (UniCase::ascii("intialzed"), &["initialized"]), - (UniCase::ascii("excecises"), &["exercises"]), - (UniCase::ascii("assigntment"), &["assignment"]), - (UniCase::ascii("negoitated"), &["negotiated"]), - (UniCase::ascii("analyticly"), &["analytically"]), - (UniCase::ascii("abnormalty"), &["abnormally"]), - (UniCase::ascii("republi"), &["republic"]), - (UniCase::ascii("releated"), &["related"]), - (UniCase::ascii("heirarchic"), &["hierarchic"]), - (UniCase::ascii("orriginal"), &["original"]), - (UniCase::ascii("delgation"), &["delegation"]), - (UniCase::ascii("commmunication"), &["communication"]), - (UniCase::ascii("plasement"), &["placement"]), - (UniCase::ascii("optimisitic"), &["optimistic"]), - (UniCase::ascii("decalaring"), &["declaring"]), - (UniCase::ascii("algorithmm"), &["algorithm"]), - (UniCase::ascii("Vulacn"), &["Vulcan"]), - (UniCase::ascii("implentations"), &["implementations"]), - (UniCase::ascii("traingulation"), &["triangulation"]), - (UniCase::ascii("expanation"), &["explanation", "expansion"]), - (UniCase::ascii("privcy"), &["privacy"]), - (UniCase::ascii("articat"), &["artifact"]), - (UniCase::ascii("regrigerator"), &["refrigerator"]), - (UniCase::ascii("renegosiators"), &["renegotiators"]), - ( - UniCase::ascii("provid"), - &["provide", "prove", "proved", "proves"], - ), - (UniCase::ascii("dyanmically"), &["dynamically"]), - (UniCase::ascii("recongnises"), &["recognises"]), - (UniCase::ascii("stiffneing"), &["stiffening"]), - (UniCase::ascii("furher"), &["further"]), - (UniCase::ascii("behvaiour"), &["behaviour"]), - (UniCase::ascii("adddress"), &["address"]), - (UniCase::ascii("traker"), &["tracker"]), - (UniCase::ascii("desciribes"), &["describes"]), - (UniCase::ascii("unsubscirption"), &["unsubscription"]), - (UniCase::ascii("subjec"), &["subject"]), - (UniCase::ascii("unrealeased"), &["unreleased"]), - (UniCase::ascii("orded"), &["ordered"]), - (UniCase::ascii("everbody"), &["everybody"]), - (UniCase::ascii("distictly"), &["distinctly"]), - (UniCase::ascii("intialise"), &["initialise"]), - (UniCase::ascii("systens"), &["systems"]), - (UniCase::ascii("formidible"), &["formidable"]), - (UniCase::ascii("akss"), &["asks", "ass"]), - (UniCase::ascii("unneccecarily"), &["unnecessarily"]), - (UniCase::ascii("pocess"), &["process", "possess"]), - (UniCase::ascii("movememt"), &["movement"]), - (UniCase::ascii("desintation"), &["destination"]), - (UniCase::ascii("resulsets"), &["resultsets"]), - (UniCase::ascii("excange"), &["exchange"]), - (UniCase::ascii("decresing"), &["decreasing", "deceasing"]), - (UniCase::ascii("dosn;t"), &["doesn\'t"]), - (UniCase::ascii("progarmatic"), &["programmatic"]), - (UniCase::ascii("debain"), &["Debian"]), - (UniCase::ascii("configuratoins"), &["configurations"]), - (UniCase::ascii("outbut"), &["output"]), - (UniCase::ascii("reperesentations"), &["representations"]), - (UniCase::ascii("specical"), &["special"]), - (UniCase::ascii("orginiated"), &["originated"]), - (UniCase::ascii("constrasts"), &["contrasts"]), - (UniCase::ascii("seqenses"), &["sequences"]), - (UniCase::ascii("horrable"), &["horrible"]), - (UniCase::ascii("speficities"), &["specificities"]), - (UniCase::ascii("rythm"), &["rhythm"]), - (UniCase::ascii("case-insensitivy"), &["case-insensitivity"]), - (UniCase::ascii("nighborhood"), &["neighborhood"]), - (UniCase::ascii("processs"), &["process"]), - (UniCase::ascii("algoithmic"), &["algorithmic"]), - (UniCase::ascii("execure"), &["execute"]), - (UniCase::ascii("prairy"), &["prairie"]), - (UniCase::ascii("transocded"), &["transcoded"]), - (UniCase::ascii("transpancies"), &["transparencies"]), - (UniCase::ascii("acomplishments"), &["accomplishments"]), - (UniCase::ascii("thw"), &["the", "thaw"]), - (UniCase::ascii("enhancments"), &["enhancements"]), - (UniCase::ascii("tunelled"), &["tunnelled"]), - (UniCase::ascii("perfomeant"), &["performant"]), - (UniCase::ascii("hisory"), &["history"]), - (UniCase::ascii("fomratted"), &["formatted"]), - (UniCase::ascii("potencially"), &["potentially"]), - (UniCase::ascii("coner"), &["corner", "coroner"]), - (UniCase::ascii("indentical"), &["identical"]), - (UniCase::ascii("hirearcy"), &["hierarchy"]), - (UniCase::ascii("formated"), &["formatted"]), - (UniCase::ascii("hardwdare"), &["hardware"]), - (UniCase::ascii("longe"), &["longer", "lounge"]), - (UniCase::ascii("chipertext"), &["ciphertext"]), - (UniCase::ascii("hard-wirted"), &["hard-wired"]), - (UniCase::ascii("perfomeative"), &["performative"]), - (UniCase::ascii("caseinsenstive"), &["case-insensitive"]), - (UniCase::ascii("wroking"), &["working"]), - (UniCase::ascii("agressiveness"), &["aggressiveness"]), - (UniCase::ascii("backrefence"), &["backreference"]), - ( - UniCase::ascii("inconstent"), - &["inconsistent", "inconstant"], - ), - (UniCase::ascii("tieing"), &["tying"]), - (UniCase::ascii("sempaphores"), &["semaphores"]), - (UniCase::ascii("desginer"), &["designer"]), - (UniCase::ascii("direcoty"), &["directory"]), - (UniCase::ascii("becouse"), &["because"]), - (UniCase::ascii("criteak"), &["critique"]), - (UniCase::ascii("withous"), &["without"]), - (UniCase::ascii("warninng"), &["warning"]), - (UniCase::ascii("wrokflows"), &["workflows"]), - (UniCase::ascii("obediant"), &["obedient"]), - (UniCase::ascii("digitis"), &["digits"]), - (UniCase::ascii("perfomrs"), &["performs"]), - (UniCase::ascii("experaments"), &["experiments"]), - (UniCase::ascii("reconet"), &["reconnect"]), - (UniCase::ascii("deliberite"), &["deliberate"]), - (UniCase::ascii("accuraccy"), &["accuracy"]), - (UniCase::ascii("auto-negatiotiation"), &["auto-negotiation"]), - (UniCase::ascii("re-negotition"), &["re-negotiation"]), - (UniCase::ascii("miligram"), &["milligram"]), - (UniCase::ascii("subnegotition"), &["subnegotiation"]), - (UniCase::ascii("boostrapping"), &["bootstrapping"]), - (UniCase::ascii("jstu"), &["just"]), - (UniCase::ascii("bufffers"), &["buffers"]), - (UniCase::ascii("fitler"), &["filter"]), - (UniCase::ascii("commig"), &["commit", "coming"]), - (UniCase::ascii("insterted"), &["inserted"]), - (UniCase::ascii("configrued"), &["configured"]), - (UniCase::ascii("disbaled"), &["disabled"]), - (UniCase::ascii("termine"), &["determine"]), - (UniCase::ascii("exhcuasted"), &["exhausted"]), - (UniCase::ascii("contempory"), &["contemporary"]), - (UniCase::ascii("parititions"), &["partitions"]), - (UniCase::ascii("deparment"), &["department"]), - (UniCase::ascii("negtive"), &["negative"]), - (UniCase::ascii("vecvtors"), &["vectors"]), - (UniCase::ascii("exceutors"), &["executors"]), - ( - UniCase::ascii("untrasform"), - &["untransform", "undo transform", "reverse transform"], - ), - (UniCase::ascii("spefically"), &["specifically"]), - (UniCase::ascii("synchronus"), &["synchronous"]), - (UniCase::ascii("progagate"), &["propagate"]), - (UniCase::ascii("follong"), &["following"]), - (UniCase::ascii("teminate"), &["terminate"]), - (UniCase::ascii("deconstrcutor"), &["deconstructor"]), - (UniCase::ascii("interger"), &["integer"]), - (UniCase::ascii("piecewiese"), &["piecewise", "piece wise"]), - (UniCase::ascii("algorihtm"), &["algorithm"]), - (UniCase::ascii("reuploder"), &["reuploader"]), - (UniCase::ascii("autonagotiation"), &["autonegotiation"]), - (UniCase::ascii("implmenet"), &["implement"]), - (UniCase::ascii("experinementation"), &["experimentation"]), - ( - UniCase::ascii("initiliasing"), - &["initialising", "initializing"], - ), - (UniCase::ascii("occassionally"), &["occasionally"]), - (UniCase::ascii("whitout"), &["without", "whiteout"]), - (UniCase::ascii("privious"), &["previous"]), - (UniCase::ascii("foloowong"), &["following"]), - (UniCase::ascii("beacuse"), &["because"]), - (UniCase::ascii("refernced"), &["referenced"]), - (UniCase::ascii("atendee"), &["attendee"]), - (UniCase::ascii("strictiest"), &["strictest"]), - (UniCase::ascii("algotihms"), &["algorithms"]), - (UniCase::ascii("unpriviliged"), &["unprivileged"]), - (UniCase::ascii("collonade"), &["colonnade"]), - (UniCase::ascii("infering"), &["inferring"]), - (UniCase::ascii("savgroup"), &["savegroup"]), - (UniCase::ascii("authorative"), &["authoritative"]), - (UniCase::ascii("appoximate"), &["approximate"]), - (UniCase::ascii("incalid"), &["invalid"]), - (UniCase::ascii("conitinue"), &["continue"]), - (UniCase::ascii("demolishon"), &["demolition"]), - (UniCase::ascii("initiliazed"), &["initialized"]), - (UniCase::ascii("conly"), &["only"]), - (UniCase::ascii("primay"), &["primary"]), - (UniCase::ascii("sprecially"), &["specially"]), - (UniCase::ascii("thinn"), &["thin"]), - (UniCase::ascii("dissobedient"), &["disobedient"]), - (UniCase::ascii("dependecies"), &["dependencies"]), - (UniCase::ascii("assocate"), &["associate"]), - (UniCase::ascii("disemination"), &["dissemination"]), - (UniCase::ascii("guared"), &["guard", "guarded"]), - (UniCase::ascii("fallbck"), &["fallback"]), - (UniCase::ascii("diplay"), &["display"]), - (UniCase::ascii("renegatiotiated"), &["renegotiated"]), - (UniCase::ascii("pre-confifure"), &["pre-configure"]), - (UniCase::ascii("comemoretion"), &["commemoration"]), - (UniCase::ascii("cannobt"), &["cannot"]), - (UniCase::ascii("yourselv"), &["yourself", "yourselves"]), - (UniCase::ascii("accorndingly"), &["accordingly"]), - (UniCase::ascii("deffirent"), &["different"]), - (UniCase::ascii("bcak"), &["back"]), - (UniCase::ascii("additionaly"), &["additionally"]), - (UniCase::ascii("algorritmic"), &["algorithmic"]), - (UniCase::ascii("flacor"), &["flavor"]), - ( - UniCase::ascii("analyticall"), - &["analytical", "analytically"], - ), - (UniCase::ascii("maddness"), &["madness"]), - (UniCase::ascii("anihilation"), &["annihilation"]), - (UniCase::ascii("sometihing"), &["something"]), - (UniCase::ascii("cuasality"), &["causality"]), - (UniCase::ascii("brigde"), &["bridge"]), - (UniCase::ascii("Guatamalan"), &["Guatemalan"]), - (UniCase::ascii("architecht"), &["architect"]), - (UniCase::ascii("seperratly"), &["separately"]), - (UniCase::ascii("ecxited"), &["excited"]), - (UniCase::ascii("depricated"), &["deprecated"]), - (UniCase::ascii("sementation"), &["segmentation"]), - (UniCase::ascii("aviod"), &["avoid"]), - (UniCase::ascii("unsuprizing"), &["unsurprising"]), - (UniCase::ascii("sutisfaction"), &["satisfaction"]), - (UniCase::ascii("appart"), &["apart"]), - (UniCase::ascii("timestanp"), &["timestamp", "timespan"]), - (UniCase::ascii("desctruction"), &["destruction"]), - (UniCase::ascii("waths"), &["whats", "watches"]), - (UniCase::ascii("experimnet"), &["experiment"]), - (UniCase::ascii("tranceivers"), &["transceivers"]), - (UniCase::ascii("currenty"), &["currently"]), - (UniCase::ascii("execuated"), &["executed"]), - (UniCase::ascii("unconfiged"), &["unconfigured"]), - (UniCase::ascii("switchs"), &["switches"]), - (UniCase::ascii("threding"), &["threading"]), - (UniCase::ascii("geometites"), &["geometries"]), - (UniCase::ascii("systax"), &["syntax"]), - (UniCase::ascii("cleean"), &["clean"]), - (UniCase::ascii("trucnated"), &["truncated"]), - (UniCase::ascii("descibes"), &["describes"]), - (UniCase::ascii("disricts"), &["districts"]), - (UniCase::ascii("follfowing"), &["following"]), - (UniCase::ascii("disconeccting"), &["disconnecting"]), - (UniCase::ascii("memebrof"), &["memberof"]), - (UniCase::ascii("trunctate"), &["truncate"]), - (UniCase::ascii("soodonim"), &["pseudonym"]), - (UniCase::ascii("keybroads"), &["keyboards"]), - (UniCase::ascii("alterated"), &["altered"]), - (UniCase::ascii("spefixic"), &["specific"]), - (UniCase::ascii("peopl"), &["people"]), - (UniCase::ascii("ehough"), &["enough"]), - (UniCase::ascii("abbort"), &["abort", "abbot"]), - (UniCase::ascii("drats"), &["drafts"]), - (UniCase::ascii("approch"), &["approach"]), - (UniCase::ascii("singoled"), &["signaled", "singled"]), - (UniCase::ascii("enviorenment"), &["environment"]), - (UniCase::ascii("hiygeine"), &["hygiene"]), - (UniCase::ascii("commuinications"), &["communications"]), - (UniCase::ascii("derefernce"), &["dereference"]), - (UniCase::ascii("incompatablity"), &["incompatibility"]), - (UniCase::ascii("speficiifed"), &["specified"]), - (UniCase::ascii("abberations"), &["aberrations"]), - (UniCase::ascii("beastiality"), &["bestiality"]), - (UniCase::ascii("equivelant"), &["equivalent"]), - (UniCase::ascii("exculding"), &["excluding"]), - (UniCase::ascii("attribue"), &["attribute"]), - (UniCase::ascii("tendancies"), &["tendencies"]), - (UniCase::ascii("uninteressting"), &["uninteresting"]), - (UniCase::ascii("terriories"), &["territories"]), - (UniCase::ascii("progagations"), &["propagations"]), - (UniCase::ascii("impoving"), &["improving"]), - (UniCase::ascii("cahracter"), &["character"]), - (UniCase::ascii("enabledi"), &["enabled"]), - (UniCase::ascii("corprorations"), &["corporations"]), - (UniCase::ascii("absailing"), &["abseiling"]), - (UniCase::ascii("bounaary"), &["boundary"]), - (UniCase::ascii("occures"), &["occurs"]), - (UniCase::ascii("speficiied"), &["specified"]), - (UniCase::ascii("coalleing"), &["coalescing"]), - (UniCase::ascii("instanciations"), &["instantiations"]), - ( - UniCase::ascii("situationly"), - &["situationally", "situational"], - ), - (UniCase::ascii("authethicator"), &["authenticator"]), - (UniCase::ascii("toleranz"), &["tolerance"]), - (UniCase::ascii("appriximation"), &["approximation"]), - (UniCase::ascii("operatation"), &["operation"]), - (UniCase::ascii("subexpession"), &["subexpression"]), - (UniCase::ascii("momoent"), &["moment"]), - (UniCase::ascii("desingns"), &["designs"]), - (UniCase::ascii("arrray"), &["array"]), - (UniCase::ascii("srcipts"), &["scripts"]), - (UniCase::ascii("guareente"), &["guarantee"]), - (UniCase::ascii("securiyt"), &["security"]), - (UniCase::ascii("replacation"), &["replication"]), - (UniCase::ascii("negosiable"), &["negotiable"]), - (UniCase::ascii("posibilities"), &["possibilities"]), - (UniCase::ascii("proceses"), &["processes"]), - (UniCase::ascii("valailable"), &["available"]), - (UniCase::ascii("agricultue"), &["agriculture"]), - (UniCase::ascii("chasnge"), &["change", "changes"]), - (UniCase::ascii("desides"), &["decides"]), - (UniCase::ascii("Guiseppe"), &["Giuseppe"]), - (UniCase::ascii("debths"), &["depths"]), - (UniCase::ascii("addig"), &["adding"]), - (UniCase::ascii("cacheing"), &["caching"]), - (UniCase::ascii("chache"), &["cache"]), - (UniCase::ascii("directoy"), &["directory"]), - (UniCase::ascii("fewd"), &["few", "feud"]), - (UniCase::ascii("hierarcy"), &["hierarchy"]), - (UniCase::ascii("callled"), &["called"]), - (UniCase::ascii("nither"), &["neither"]), - (UniCase::ascii("upstreamedd"), &["upstreamed"]), - (UniCase::ascii("genrics"), &["generics"]), - (UniCase::ascii("withthe"), &["with the"]), - (UniCase::ascii("ocorrence"), &["occurrence"]), - (UniCase::ascii("sepatate"), &["separate"]), - (UniCase::ascii("sement"), &["cement", "segment"]), - (UniCase::ascii("evelope"), &["envelope", "envelop"]), - (UniCase::ascii("virtiual"), &["virtual"]), - (UniCase::ascii("conervative"), &["conservative"]), - (UniCase::ascii("lcoation"), &["location"]), - (UniCase::ascii("extraenous"), &["extraneous"]), - (UniCase::ascii("improbments"), &["improvements"]), - (UniCase::ascii("acommodating"), &["accommodating"]), - (UniCase::ascii("ourselfes"), &["ourselves"]), - (UniCase::ascii("disatisfied"), &["dissatisfied"]), - (UniCase::ascii("cotrol"), &["control"]), - (UniCase::ascii("subraction"), &["subtraction"]), - (UniCase::ascii("casette"), &["cassette"]), - (UniCase::ascii("serveced"), &["serviced"]), - (UniCase::ascii("endianess"), &["endianness"]), - (UniCase::ascii("algoritms"), &["algorithms"]), - (UniCase::ascii("neighborhooding"), &["neighboring"]), - (UniCase::ascii("presance"), &["presence"]), - (UniCase::ascii("vieports"), &["viewports"]), - (UniCase::ascii("bointer"), &["pointer"]), - (UniCase::ascii("seperating"), &["separating"]), - (UniCase::ascii("difused"), &["diffused", "defused"]), - (UniCase::ascii("tobot"), &["robot"]), - (UniCase::ascii("alghoritm"), &["algorithm"]), - (UniCase::ascii("garantees"), &["guarantees"]), - (UniCase::ascii("asetic"), &["ascetic"]), - (UniCase::ascii("caucasion"), &["caucasian"]), - (UniCase::ascii("unexpepectedly"), &["unexpectedly"]), - (UniCase::ascii("guareenteeing"), &["guaranteeing"]), - (UniCase::ascii("perfomring"), &["performing"]), - (UniCase::ascii("algorrithmically"), &["algorithmically"]), - (UniCase::ascii("initialitzing"), &["initializing"]), - (UniCase::ascii("impliments"), &["implements"]), - (UniCase::ascii("exections"), &["executions"]), - (UniCase::ascii("positiv"), &["positive"]), - (UniCase::ascii("cleand"), &["cleaned", "cleans", "clean"]), - (UniCase::ascii("descriptior"), &["descriptor"]), - (UniCase::ascii("loosly"), &["loosely"]), - (UniCase::ascii("asbtractor"), &["abstractor"]), - (UniCase::ascii("assummes"), &["assumes"]), - (UniCase::ascii("provate"), &["private", "provide"]), - (UniCase::ascii("exeucted"), &["executed"]), - (UniCase::ascii("ecplicitly"), &["explicitly"]), - (UniCase::ascii("endolithes"), &["endoliths"]), - (UniCase::ascii("accleration"), &["acceleration"]), - (UniCase::ascii("provisionging"), &["provisioning"]), - (UniCase::ascii("dispathing"), &["dispatching"]), - (UniCase::ascii("illegimacy"), &["illegitimacy"]), - (UniCase::ascii("filp"), &["flip"]), - (UniCase::ascii("attriebute"), &["attribute"]), - (UniCase::ascii("happpens"), &["happens"]), - (UniCase::ascii("spcific"), &["specific"]), - (UniCase::ascii("presense"), &["presence"]), - (UniCase::ascii("uncommpresed"), &["uncompressed"]), - (UniCase::ascii("combinatorical"), &["combinatorial"]), - (UniCase::ascii("precondtions"), &["preconditions"]), - (UniCase::ascii("rememered"), &["remembered"]), - (UniCase::ascii("asycronous"), &["asynchronous"]), - (UniCase::ascii("reconized"), &["recognized"]), - (UniCase::ascii("extrimly"), &["extremely"]), - (UniCase::ascii("autoconpleting"), &["autocompleting"]), - (UniCase::ascii("senintels"), &["sentinels"]), - (UniCase::ascii("orginisations"), &["organisations"]), - (UniCase::ascii("disapears"), &["disappears"]), - (UniCase::ascii("hemishperes"), &["hemispheres"]), - (UniCase::ascii("obiously"), &["obviously"]), - (UniCase::ascii("initialse"), &["initialise", "initialize"]), - (UniCase::ascii("ocurrence"), &["occurrence"]), - (UniCase::ascii("swithches"), &["switches"]), - (UniCase::ascii("nonexistance"), &["nonexistence"]), - (UniCase::ascii("declration"), &["declaration"]), - ( - UniCase::ascii("buring"), - &["burying", "burning", "burin", "during"], - ), - (UniCase::ascii("uncomenting"), &["uncommenting"]), - (UniCase::ascii("epxiressions"), &["expressions"]), - (UniCase::ascii("re-negoatiation"), &["re-negotiation"]), - (UniCase::ascii("intriduced"), &["introduced"]), - (UniCase::ascii("falgs"), &["flags"]), - (UniCase::ascii("potentiomenter"), &["potentiometer"]), - (UniCase::ascii("publised"), &["published"]), - (UniCase::ascii("workaorund"), &["workaround"]), - (UniCase::ascii("complanied"), &["complained"]), - (UniCase::ascii("oppossed"), &["opposed"]), - (UniCase::ascii("interfals"), &["intervals"]), - (UniCase::ascii("additioanlly"), &["additionally"]), - (UniCase::ascii("arbitratily"), &["arbitrarily"]), - (UniCase::ascii("integrey"), &["integrity"]), - (UniCase::ascii("autometic"), &["automatic"]), - (UniCase::ascii("womens"), &["women\'s", "women"]), - (UniCase::ascii("timzeones"), &["timezones"]), - (UniCase::ascii("temparate"), &["temperate"]), - (UniCase::ascii("acessible"), &["accessible"]), - (UniCase::ascii("subnegoitation"), &["subnegotiation"]), - (UniCase::ascii("compnents"), &["components"]), - (UniCase::ascii("docstatistik"), &["docstatistic"]), - (UniCase::ascii("guarenteing"), &["guaranteeing"]), - (UniCase::ascii("experct"), &["expect", "excerpt"]), - (UniCase::ascii("unregistrs"), &["unregisters"]), - (UniCase::ascii("Sionists"), &["Zionists"]), - (UniCase::ascii("satisfyied"), &["satisfied"]), - (UniCase::ascii("re-uplods"), &["re-uploads"]), - (UniCase::ascii("recomendations"), &["recommendations"]), - (UniCase::ascii("mocrochip"), &["microchip"]), - (UniCase::ascii("interactionns"), &["interactions"]), - (UniCase::ascii("splite"), &["split", "splits", "splice"]), - (UniCase::ascii("pash"), &["hash"]), - (UniCase::ascii("reaise"), &["realise", "realize", "raise"]), - (UniCase::ascii("inthe"), &["in the"]), - (UniCase::ascii("sudent"), &["student"]), - (UniCase::ascii("characterclasses"), &["character classes"]), - (UniCase::ascii("archetectural"), &["architectural"]), - (UniCase::ascii("antecedant"), &["antecedent"]), - (UniCase::ascii("retorical"), &["rhetorical"]), - (UniCase::ascii("intermperance"), &["intemperance"]), - (UniCase::ascii("kewword"), &["keyword"]), - (UniCase::ascii("opearor"), &["operator"]), - (UniCase::ascii("fomates"), &["formats"]), - (UniCase::ascii("overfl"), &["overflow"]), - (UniCase::ascii("expierence"), &["experience"]), - (UniCase::ascii("phython"), &["python"]), - (UniCase::ascii("usible"), &["usable"]), - (UniCase::ascii("bottlenects"), &["bottlenecks"]), - (UniCase::ascii("gess"), &["guess"]), - (UniCase::ascii("techinically"), &["technically"]), - (UniCase::ascii("advane"), &["advance"]), - (UniCase::ascii("impovement"), &["improvement"]), - (UniCase::ascii("eagrely"), &["eagerly"]), - (UniCase::ascii("webiste"), &["website"]), - (UniCase::ascii("degenaration"), &["degeneration"]), - (UniCase::ascii("nowadys"), &["nowadays"]), - (UniCase::ascii("completelyl"), &["completely"]), - (UniCase::ascii("stummac"), &["stomach"]), - (UniCase::ascii("parctical"), &["practical"]), - (UniCase::ascii("unsued"), &["unused"]), - (UniCase::ascii("illigal"), &["illegal"]), - (UniCase::ascii("algorrithmic"), &["algorithmic"]), - (UniCase::ascii("approproximate"), &["approximate"]), - (UniCase::ascii("representaions"), &["representations"]), - (UniCase::ascii("registraration"), &["registration"]), - (UniCase::ascii("purcahse"), &["purchase"]), - (UniCase::ascii("logaritmic"), &["logarithmic"]), - (UniCase::ascii("andlers"), &["handlers", "antlers"]), - (UniCase::ascii("placholders"), &["placeholders"]), - (UniCase::ascii("distiguish"), &["distinguish"]), - (UniCase::ascii("sirectness"), &["directness"]), - (UniCase::ascii("confugiring"), &["configuring"]), - (UniCase::ascii("essentail"), &["essential"]), - (UniCase::ascii("uperclass"), &["upperclass"]), - (UniCase::ascii("checkes"), &["checks"]), - (UniCase::ascii("factorizaiton"), &["factorization"]), - (UniCase::ascii("bastraction"), &["abstraction"]), - (UniCase::ascii("opten"), &["often", "open"]), - (UniCase::ascii("certificaton"), &["certification"]), - (UniCase::ascii("excetpional"), &["exceptional"]), - (UniCase::ascii("responsing"), &["responding"]), - (UniCase::ascii("acheivements"), &["achievements"]), - (UniCase::ascii("caterpiller"), &["caterpillar"]), - (UniCase::ascii("imporove"), &["improve"]), - (UniCase::ascii("cretaed"), &["created"]), - (UniCase::ascii("devined"), &["defined"]), - (UniCase::ascii("capbability"), &["capability"]), - (UniCase::ascii("opemed"), &["opened"]), - (UniCase::ascii("rechable"), &["reachable"]), - (UniCase::ascii("banannas"), &["bananas"]), - (UniCase::ascii("featre"), &["feature"]), - (UniCase::ascii("wehere"), &["where"]), - (UniCase::ascii("plausability"), &["plausibility"]), - (UniCase::ascii("reopsitory"), &["repository"]), - (UniCase::ascii("verticaly"), &["vertically"]), - (UniCase::ascii("multliply"), &["multiply"]), - (UniCase::ascii("souldn\'t"), &["shouldn\'t"]), - (UniCase::ascii("remenant"), &["remnant"]), - (UniCase::ascii("autonegotionations"), &["autonegotiations"]), - (UniCase::ascii("refartor"), &["refactor", "refractor"]), - (UniCase::ascii("perenially"), &["perennially"]), - (UniCase::ascii("expermentally"), &["experimentally"]), - (UniCase::ascii("negotiotators"), &["negotiators"]), - (UniCase::ascii("postuminus"), &["posthumous"]), - (UniCase::ascii("researves"), &["reserves"]), - (UniCase::ascii("progammer"), &["programmer"]), - (UniCase::ascii("guarenteedeing"), &["guaranteeing"]), - (UniCase::ascii("seperaly"), &["separately"]), - (UniCase::ascii("repaitnt"), &["repaint"]), - (UniCase::ascii("sirections"), &["directions"]), - (UniCase::ascii("raspoberry"), &["raspberry"]), - (UniCase::ascii("retrived"), &["retrieved"]), - (UniCase::ascii("neighbourhhood"), &["neighbourhood"]), - (UniCase::ascii("gonig"), &["going"]), - (UniCase::ascii("transmmit"), &["transmit"]), - (UniCase::ascii("policie"), &["policies", "policy", "police"]), - (UniCase::ascii("specificiation"), &["specification"]), - (UniCase::ascii("otpions"), &["options"]), - (UniCase::ascii("resurecting"), &["resurrecting"]), - (UniCase::ascii("unintentially"), &["unintentionally"]), - (UniCase::ascii("brosed"), &["browsed", "rosed"]), - (UniCase::ascii("eraticly"), &["erratically"]), - (UniCase::ascii("overwride"), &["overwrite"]), - (UniCase::ascii("algorithmmically"), &["algorithmically"]), - (UniCase::ascii("remontly"), &["remotely"]), - (UniCase::ascii("inherith"), &["inherit"]), - (UniCase::ascii("reletive"), &["relative"]), - (UniCase::ascii("plaftorm"), &["platform"]), - (UniCase::ascii("obhectifying"), &["objectifying"]), - (UniCase::ascii("delimititer"), &["delimiter"]), - (UniCase::ascii("builter"), &["builder"]), - (UniCase::ascii("upladed"), &["uploaded"]), - (UniCase::ascii("equaly"), &["equally"]), - (UniCase::ascii("sugggest"), &["suggest"]), - (UniCase::ascii("consrtuct"), &["construct"]), - (UniCase::ascii("unbouind"), &["unbound"]), - (UniCase::ascii("libraary"), &["library"]), - (UniCase::ascii("authenicaor"), &["authenticator"]), - (UniCase::ascii("availabale"), &["available"]), - (UniCase::ascii("intiallisation"), &["initialisation"]), - (UniCase::ascii("partifular"), &["particular"]), - (UniCase::ascii("syatem"), &["system"]), - (UniCase::ascii("miscellanious"), &["miscellaneous"]), - (UniCase::ascii("analising"), &["analysing"]), - (UniCase::ascii("brodcast"), &["broadcast"]), - (UniCase::ascii("execurable"), &["executable"]), - (UniCase::ascii("lveo"), &["love"]), - (UniCase::ascii("immedialty"), &["immediately"]), - (UniCase::ascii("instatance"), &["instance"]), - (UniCase::ascii("neighbouing"), &["neighbouring"]), - (UniCase::ascii("inlclusive"), &["inclusive"]), - (UniCase::ascii("accidentially"), &["accidentally"]), - (UniCase::ascii("aligins"), &["aligns"]), - (UniCase::ascii("fpr"), &["for", "far", "fps"]), - (UniCase::ascii("cotave"), &["octave"]), - (UniCase::ascii("auxilary"), &["auxiliary"]), - (UniCase::ascii("optimyze"), &["optimize"]), - (UniCase::ascii("commectivity"), &["connectivity"]), - (UniCase::ascii("abundunt"), &["abundant"]), - (UniCase::ascii("cecked"), &["checked"]), - (UniCase::ascii("metaphore"), &["metaphor"]), - (UniCase::ascii("driagram"), &["diagram"]), - (UniCase::ascii("nned"), &["need"]), - (UniCase::ascii("de-duplacate"), &["de-duplicate"]), - (UniCase::ascii("praameter"), &["parameter"]), - (UniCase::ascii("speficiics"), &["specifics"]), - (UniCase::ascii("decodeing"), &["decoding"]), - (UniCase::ascii("datas"), &["data"]), - (UniCase::ascii("flate"), &["flat"]), - (UniCase::ascii("non-negogtiable"), &["non-negotiable"]), - (UniCase::ascii("incorrent"), &["incorrect"]), - (UniCase::ascii("dimissed"), &["dismissed"]), - (UniCase::ascii("tansactional"), &["transactional"]), - (UniCase::ascii("reaccurring"), &["recurring"]), - (UniCase::ascii("represnts"), &["represents"]), - (UniCase::ascii("divisons"), &["divisions"]), - (UniCase::ascii("synchonization"), &["synchronization"]), - (UniCase::ascii("pipeplines"), &["pipelines"]), - (UniCase::ascii("mulitplier"), &["multiplier"]), - (UniCase::ascii("calcultater"), &["calculator"]), - (UniCase::ascii("abborted"), &["aborted"]), - (UniCase::ascii("enrties"), &["entries"]), - (UniCase::ascii("mis-alignement"), &["misalignment"]), - (UniCase::ascii("inappropreate"), &["inappropriate"]), - (UniCase::ascii("invesitgations"), &["investigations"]), - (UniCase::ascii("performaed"), &["performed"]), - (UniCase::ascii("speficification"), &["specification"]), - (UniCase::ascii("occational"), &["occasional"]), - (UniCase::ascii("animaite"), &["animate"]), - (UniCase::ascii("deactivatiion"), &["deactivation"]), - (UniCase::ascii("subsequntly"), &["subsequently"]), - (UniCase::ascii("hypenate"), &["hyphenate"]), - (UniCase::ascii("imlementation"), &["implementation"]), - (UniCase::ascii("spefixication"), &["specification"]), - (UniCase::ascii("bulds"), &["builds"]), - (UniCase::ascii("emmisarries"), &["emissaries"]), - (UniCase::ascii("discconeccted"), &["disconnected"]), - (UniCase::ascii("lippizaner"), &["lipizzaner"]), - (UniCase::ascii("disputandem"), &["disputandum"]), - (UniCase::ascii("authenaticate"), &["authenticate"]), - (UniCase::ascii("delare"), &["declare"]), - (UniCase::ascii("seqence"), &["sequence"]), - (UniCase::ascii("curcumstances"), &["circumstances"]), - (UniCase::ascii("attachmant"), &["attachment"]), - (UniCase::ascii("traditilnal"), &["traditional"]), - (UniCase::ascii("separetes"), &["separates"]), - (UniCase::ascii("conatin"), &["contain"]), - (UniCase::ascii("hydrolics"), &["hydraulics"]), - (UniCase::ascii("scupt"), &["sculpt"]), - (UniCase::ascii("depdency"), &["dependency"]), - (UniCase::ascii("arithmitic"), &["arithmetic"]), - (UniCase::ascii("cresent"), &["crescent"]), - (UniCase::ascii("downlaodes"), &["downloads"]), - (UniCase::ascii("multivriate"), &["multivariate"]), - (UniCase::ascii("numebers"), &["numbers"]), - (UniCase::ascii("comparisins"), &["comparisons"]), - (UniCase::ascii("applyed"), &["applied"]), - (UniCase::ascii("sectins"), &["sections"]), - (UniCase::ascii("occuracy"), &["accuracy"]), - (UniCase::ascii("speeping"), &["sleeping"]), - (UniCase::ascii("contaiminating"), &["contaminating"]), - (UniCase::ascii("errro"), &["error"]), - (UniCase::ascii("unenforcable"), &["unenforceable"]), - (UniCase::ascii("unnessessary"), &["unnecessary"]), - (UniCase::ascii("circustances"), &["circumstances"]), - (UniCase::ascii("depenending"), &["depending"]), - (UniCase::ascii("additionallly"), &["additionally"]), - (UniCase::ascii("renegotiotators"), &["renegotiators"]), - (UniCase::ascii("suscribed"), &["subscribed"]), - (UniCase::ascii("bootom"), &["bottom"]), - (UniCase::ascii("rebuit"), &["rebuilt"]), - (UniCase::ascii("multi-threded"), &["multi-threaded"]), - (UniCase::ascii("witheld"), &["withheld"]), - (UniCase::ascii("Mythraic"), &["Mithraic"]), - (UniCase::ascii("sies"), &["size", "sighs"]), - (UniCase::ascii("applys"), &["applies"]), - (UniCase::ascii("apporiate"), &["appropriate"]), - (UniCase::ascii("follewind"), &["following"]), - (UniCase::ascii("interrrupting"), &["interrupting"]), - (UniCase::ascii("colunn"), &["column", "colon"]), - (UniCase::ascii("negoziable"), &["negotiable"]), - (UniCase::ascii("distribued"), &["distributed"]), - (UniCase::ascii("ciricuits"), &["circuits"]), - (UniCase::ascii("testeing"), &["testing"]), - (UniCase::ascii("ins\'t"), &["isn\'t"]), - (UniCase::ascii("boudnary"), &["boundary"]), - (UniCase::ascii("attemp"), &["attempt"]), - (UniCase::ascii("nead"), &["need"]), - (UniCase::ascii("santioned"), &["sanctioned"]), - (UniCase::ascii("reattachement"), &["reattachment"]), - (UniCase::ascii("commpand"), &["command", "compand"]), - (UniCase::ascii("expetimentation"), &["experimentation"]), - (UniCase::ascii("posibility"), &["possibility"]), - (UniCase::ascii("registred"), &["registered"]), - (UniCase::ascii("unconsistent"), &["inconsistent"]), - (UniCase::ascii("sychronisly"), &["synchronously"]), - (UniCase::ascii("coucil"), &["council"]), - (UniCase::ascii("scientficaly"), &["scientifically"]), - (UniCase::ascii("guareentes"), &["guarantees"]), - (UniCase::ascii("expese"), &["expense"]), - (UniCase::ascii("correspomdent"), &["correspondent"]), - (UniCase::ascii("brigthness"), &["brightness"]), - (UniCase::ascii("strig"), &["string"]), - (UniCase::ascii("negotaiated"), &["negotiated"]), - (UniCase::ascii("canoncial"), &["canonical"]), - (UniCase::ascii("exepectations"), &["expectations"]), - (UniCase::ascii("convinved"), &["convinced"]), - (UniCase::ascii("editted"), &["edited"]), - (UniCase::ascii("custonize"), &["customize"]), - (UniCase::ascii("unregisted"), &["unregistered"]), - (UniCase::ascii("archivel"), &["archival"]), - (UniCase::ascii("hander"), &["handler"]), - (UniCase::ascii("bottlneck"), &["bottleneck"]), - (UniCase::ascii("remebers"), &["remembers"]), - (UniCase::ascii("initliaser"), &["initialiser"]), - (UniCase::ascii("negoziations"), &["negotiations"]), - (UniCase::ascii("expeted"), &["expected"]), - (UniCase::ascii("mocrosecond"), &["microsecond"]), - (UniCase::ascii("lonley"), &["lonely"]), - (UniCase::ascii("follwws"), &["follows"]), - (UniCase::ascii("conifiguration"), &["configuration"]), - (UniCase::ascii("genererated"), &["generated"]), - (UniCase::ascii("excedded"), &["exceeded"]), - (UniCase::ascii("acciental"), &["accidental"]), - (UniCase::ascii("unrelatd"), &["unrelated"]), - (UniCase::ascii("unigned"), &["unsigned"]), - (UniCase::ascii("proejct"), &["project"]), - (UniCase::ascii("decoraded"), &["decorated"]), - (UniCase::ascii("benchamarking"), &["benchmarking"]), - (UniCase::ascii("segmenet"), &["segment"]), - (UniCase::ascii("higlighting"), &["highlighting"]), - (UniCase::ascii("autonegotatiation"), &["autonegotiation"]), - (UniCase::ascii("incremeneted"), &["incremented"]), - (UniCase::ascii("afterw"), &["after"]), - (UniCase::ascii("brwoser"), &["browser"]), - (UniCase::ascii("follws"), &["follows"]), - (UniCase::ascii("sugggesting"), &["suggesting"]), - (UniCase::ascii("limti"), &["limit"]), - (UniCase::ascii("doman"), &["domain"]), - (UniCase::ascii("trailling"), &["trailing"]), - (UniCase::ascii("isntallation"), &["installation"]), - (UniCase::ascii("nowe"), &["now"]), - (UniCase::ascii("wirh"), &["with"]), - (UniCase::ascii("unmodfified"), &["unmodified"]), - (UniCase::ascii("decidated"), &["dedicated"]), - (UniCase::ascii("typcial"), &["typical"]), - (UniCase::ascii("consructions"), &["constructions"]), - (UniCase::ascii("resgister"), &["register"]), - (UniCase::ascii("executation"), &["execution"]), - (UniCase::ascii("algebric"), &["algebraic"]), - (UniCase::ascii("caterpilars"), &["caterpillars"]), - (UniCase::ascii("duplicats"), &["duplicates"]), - (UniCase::ascii("articaft"), &["artifact"]), - (UniCase::ascii("concurent"), &["concurrent"]), - (UniCase::ascii("desig"), &["design"]), - (UniCase::ascii("floatation"), &["flotation"]), - (UniCase::ascii("lokale"), &["locale"]), - (UniCase::ascii("temprary"), &["temporary", "temporarily"]), - (UniCase::ascii("descritpiton"), &["description"]), - (UniCase::ascii("cotnain"), &["contain"]), - (UniCase::ascii("compatablitiy"), &["compatibility"]), - (UniCase::ascii("recustion"), &["recursion"]), - (UniCase::ascii("derivatio"), &["derivation"]), - (UniCase::ascii("temprararily"), &["temporarily"]), - (UniCase::ascii("neighbergh"), &["neighbor"]), - ( - UniCase::ascii("blanced"), - &["balanced", "glanced", "lanced"], - ), - (UniCase::ascii("differes"), &["differs"]), - (UniCase::ascii("imigrant"), &["immigrant", "emigrant"]), - (UniCase::ascii("recoginizing-"), &["recognizing"]), - (UniCase::ascii("loadin"), &["loading"]), - (UniCase::ascii("atribute"), &["attribute"]), - (UniCase::ascii("volounteers"), &["volunteers"]), - (UniCase::ascii("finishied"), &["finished"]), - (UniCase::ascii("executablble"), &["executable"]), - (UniCase::ascii("non-negotiote"), &["non-negotiated"]), - (UniCase::ascii("approrpriate"), &["appropriate"]), - ( - UniCase::ascii("councellors"), - &["councillors", "counselors", "councilors"], - ), - (UniCase::ascii("cahining"), &["chaining"]), - (UniCase::ascii("dupliation"), &["duplication"]), - (UniCase::ascii("nagatively"), &["negatively"]), - (UniCase::ascii("negotated"), &["negotiated"]), - (UniCase::ascii("finanize"), &["finalize"]), - (UniCase::ascii("ocassion"), &["occasion"]), - (UniCase::ascii("facorites"), &["favorites"]), - (UniCase::ascii("programatic"), &["programmatic"]), - (UniCase::ascii("commerical"), &["commercial"]), - (UniCase::ascii("exlusively"), &["exclusively"]), - (UniCase::ascii("traditionnally"), &["traditionally"]), - (UniCase::ascii("successfull"), &["successful"]), - (UniCase::ascii("squirl"), &["squirrel"]), - (UniCase::ascii("refference"), &["reference"]), - (UniCase::ascii("fomr"), &["from", "form"]), - (UniCase::ascii("collumn"), &["column"]), - (UniCase::ascii("re-negotatiates"), &["re-negotiates"]), - (UniCase::ascii("differrent"), &["different"]), - (UniCase::ascii("flattend"), &["flattened"]), - (UniCase::ascii("alvorithm"), &["algorithm"]), - (UniCase::ascii("fils"), &["fills", "files", "file"]), - (UniCase::ascii("meaninful"), &["meaningful"]), - (UniCase::ascii("incorprates"), &["incorporates"]), - (UniCase::ascii("fo"), &["of", "for"]), - (UniCase::ascii("uise"), &["use"]), - (UniCase::ascii("interit"), &["inherit"]), - (UniCase::ascii("transparant"), &["transparent"]), - (UniCase::ascii("uninitailized"), &["uninitialized"]), - (UniCase::ascii("copyrigths"), &["copyrights"]), - (UniCase::ascii("referant"), &["referent"]), - (UniCase::ascii("associcates"), &["associates"]), - (UniCase::ascii("unmaping"), &["unmapping"]), - (UniCase::ascii("charecters"), &["characters"]), - (UniCase::ascii("expeense"), &["expense"]), - (UniCase::ascii("uncommpressd"), &["uncompressed"]), - (UniCase::ascii("absense"), &["absence"]), - (UniCase::ascii("crossreferences"), &["cross-references"]), - (UniCase::ascii("coregated"), &["corrugated"]), - (UniCase::ascii("techician"), &["technician"]), - (UniCase::ascii("talbe"), &["table"]), - (UniCase::ascii("admitedly"), &["admittedly"]), - (UniCase::ascii("follers"), &["followers"]), - (UniCase::ascii("updrage"), &["upgrade"]), - (UniCase::ascii("sourcse"), &["sources", "source"]), - (UniCase::ascii("credetials"), &["credentials"]), - (UniCase::ascii("microships"), &["microchips"]), - (UniCase::ascii("hierarchie"), &["hierarchy"]), - (UniCase::ascii("disscused"), &["discussed"]), - (UniCase::ascii("preseves"), &["preserves"]), - (UniCase::ascii("speep"), &["sleep"]), - (UniCase::ascii("aquitted"), &["acquitted"]), - (UniCase::ascii("unusally"), &["unusually"]), - (UniCase::ascii("negotaiates"), &["negotiates"]), - (UniCase::ascii("expeirimenters"), &["experimenters"]), - (UniCase::ascii("connecitons"), &["connections"]), - (UniCase::ascii("packaege"), &["package"]), - (UniCase::ascii("assumme"), &["assume"]), - (UniCase::ascii("cloesing"), &["closing"]), - (UniCase::ascii("ambulence"), &["ambulance"]), - (UniCase::ascii("cilincers"), &["cylinders", "silencers"]), - (UniCase::ascii("retunrned"), &["returned"]), - (UniCase::ascii("comparisement"), &["comparison"]), - (UniCase::ascii("succseeded"), &["succeeded"]), - (UniCase::ascii("arbitror"), &["arbiter", "arbitrator"]), - (UniCase::ascii("memeber"), &["member"]), - (UniCase::ascii("experimant"), &["experiment"]), - (UniCase::ascii("nessasarily"), &["necessarily"]), - (UniCase::ascii("recconection"), &["reconnection"]), - (UniCase::ascii("upgradded"), &["upgraded"]), - (UniCase::ascii("apostrophie"), &["apostrophe"]), - (UniCase::ascii("resturns"), &["returns"]), - (UniCase::ascii("perfermances"), &["performances"]), - (UniCase::ascii("appreteated"), &["appreciated"]), - (UniCase::ascii("benifited"), &["benefited"]), - (UniCase::ascii("apprended"), &["appended", "apprehended"]), - (UniCase::ascii("teridactyl"), &["pterodactyl"]), - (UniCase::ascii("havnt"), &["haven\'t"]), - (UniCase::ascii("phongraph"), &["phonograph"]), - (UniCase::ascii("exampeles"), &["examples"]), - (UniCase::ascii("custonisers"), &["customisers"]), - (UniCase::ascii("rady"), &["ready"]), - (UniCase::ascii("statmenmt"), &["statement"]), - (UniCase::ascii("nessecarily"), &["necessarily"]), - (UniCase::ascii("alliviate"), &["alleviate"]), - (UniCase::ascii("dameon"), &["daemon", "demon", "Damien"]), - (UniCase::ascii("depdens"), &["depends"]), - (UniCase::ascii("cheksums"), &["checksums"]), - (UniCase::ascii("repulican"), &["republican"]), - (UniCase::ascii("algorhithmically"), &["algorithmically"]), - (UniCase::ascii("expermimenter"), &["experimenter"]), - (UniCase::ascii("visiblle"), &["visible"]), - (UniCase::ascii("brower"), &["browser"]), - (UniCase::ascii("vacuosly"), &["vacuously"]), - (UniCase::ascii("follwer"), &["follower"]), - (UniCase::ascii("opearators"), &["operators"]), - (UniCase::ascii("trasport"), &["transport"]), - (UniCase::ascii("applicatios"), &["applications"]), - (UniCase::ascii("bechmark"), &["benchmark"]), - (UniCase::ascii("asteriks"), &["asterisk", "asterisks"]), - (UniCase::ascii("constaints"), &["constraints"]), - (UniCase::ascii("intialse"), &["initialise"]), - (UniCase::ascii("beleived"), &["believed"]), - (UniCase::ascii("flawess"), &["flawless"]), - (UniCase::ascii("lifceycle"), &["lifecycle"]), - (UniCase::ascii("recommdends"), &["recommends"]), - (UniCase::ascii("datee"), &["date"]), - (UniCase::ascii("tescases"), &["testcases"]), - (UniCase::ascii("handeles"), &["handles"]), - (UniCase::ascii("upgade"), &["upgrade"]), - (UniCase::ascii("bemusemnt"), &["bemusement"]), - (UniCase::ascii("concatentated"), &["concatenated"]), - (UniCase::ascii("inteligance"), &["intelligence"]), - (UniCase::ascii("attrbiute"), &["attribute"]), - (UniCase::ascii("p0enis"), &["penis"]), - (UniCase::ascii("desriptor"), &["descriptor"]), - (UniCase::ascii("indepently"), &["independently"]), - (UniCase::ascii("subterranian"), &["subterranean"]), - (UniCase::ascii("destributed"), &["distributed"]), - (UniCase::ascii("competant"), &["competent"]), - (UniCase::ascii("pleace"), &["please", "place"]), - (UniCase::ascii("disciplins"), &["disciplines"]), - (UniCase::ascii("laucher"), &["launcher"]), - (UniCase::ascii("auto-negociations"), &["auto-negotiations"]), - (UniCase::ascii("colaboration"), &["collaboration"]), - (UniCase::ascii("diffenet"), &["different"]), - (UniCase::ascii("credintials"), &["credentials"]), - (UniCase::ascii("coexsit"), &["coexist", "co-exist"]), - (UniCase::ascii("rembembering"), &["remembering"]), - (UniCase::ascii("excpected"), &["expected"]), - (UniCase::ascii("absoolute"), &["absolute"]), - (UniCase::ascii("copyrughts"), &["copyrights"]), - (UniCase::ascii("devired"), &["derived"]), - (UniCase::ascii("filesname"), &["filename", "filenames"]), - (UniCase::ascii("exlicite"), &["explicit"]), - (UniCase::ascii("renegotioations"), &["renegotiations"]), - (UniCase::ascii("tabluating"), &["tabulating"]), - (UniCase::ascii("recconenction"), &["reconnection"]), - ( - UniCase::ascii("thime"), - &["time", "theme", "thyme", "thine"], - ), - (UniCase::ascii("thigsn"), &["things"]), - (UniCase::ascii("warniong"), &["warning"]), - (UniCase::ascii("demaind"), &["demand"]), - (UniCase::ascii("fomratter"), &["formatter"]), - (UniCase::ascii("extenal"), &["external"]), - (UniCase::ascii("re-negotiotations"), &["re-negotiations"]), - (UniCase::ascii("albiet"), &["albeit"]), - (UniCase::ascii("infered"), &["inferred"]), - (UniCase::ascii("negosiation"), &["negotiation"]), - (UniCase::ascii("relatibely"), &["relatively"]), - (UniCase::ascii("renegotatible"), &["renegotiable"]), - (UniCase::ascii("digitalise"), &["digitize"]), - (UniCase::ascii("actusally"), &["actually"]), - (UniCase::ascii("asynchronious"), &["asynchronous"]), - (UniCase::ascii("acknowledgeing"), &["acknowledging"]), - (UniCase::ascii("addersses"), &["addresses"]), - (UniCase::ascii("subscirbers"), &["subscribers"]), - (UniCase::ascii("subfolfer"), &["subfolder"]), - (UniCase::ascii("tigthens"), &["tightens"]), - (UniCase::ascii("recongnizes"), &["recognizes"]), - ( - UniCase::ascii("interations"), - &["iterations", "interactions"], - ), - (UniCase::ascii("additonaly"), &["additionally"]), - (UniCase::ascii("formaly"), &["formally", "formerly"]), - (UniCase::ascii("delimeters"), &["delimiters"]), - (UniCase::ascii("otains"), &["obtains"]), - (UniCase::ascii("disconneted"), &["disconnected"]), - (UniCase::ascii("creaed"), &["created"]), - (UniCase::ascii("authorititive"), &["authoritative"]), - (UniCase::ascii("speficeid"), &["specified"]), - (UniCase::ascii("follwwind"), &["following"]), - (UniCase::ascii("hiden"), &["hidden"]), - (UniCase::ascii("obssessed"), &["obsessed"]), - (UniCase::ascii("extenisble"), &["extensible"]), - (UniCase::ascii("deliberatly"), &["deliberately"]), - (UniCase::ascii("dcuments"), &["documents"]), - (UniCase::ascii("requiering"), &["requiring"]), - (UniCase::ascii("__cpluspus"), &["__cplusplus"]), - (UniCase::ascii("petetion"), &["petition"]), - (UniCase::ascii("recommedations"), &["recommendations"]), - (UniCase::ascii("shandeleers"), &["chandeliers"]), - (UniCase::ascii("frecuented"), &["frequented"]), - (UniCase::ascii("occurately"), &["accurately"]), - (UniCase::ascii("Palistian"), &["Palestinian"]), - (UniCase::ascii("infreqentcy"), &["infrequency"]), - (UniCase::ascii("rceating"), &["creating"]), - (UniCase::ascii("complementt"), &["complement"]), - (UniCase::ascii("essesital"), &["essential"]), - (UniCase::ascii("indictement"), &["indictment"]), - (UniCase::ascii("margers"), &["mergers", "markers"]), - (UniCase::ascii("solum"), &["solemn"]), - (UniCase::ascii("proosed"), &["proposed"]), - (UniCase::ascii("coolot"), &["culotte"]), - (UniCase::ascii("oportunity"), &["opportunity"]), - (UniCase::ascii("calulates"), &["calculates"]), - (UniCase::ascii("aproximately"), &["approximately"]), - (UniCase::ascii("surrepetitiously"), &["surreptitiously"]), - (UniCase::ascii("libitarianisn"), &["libertarianism"]), - (UniCase::ascii("monotir"), &["monitor"]), - (UniCase::ascii("largst"), &["largest"]), - (UniCase::ascii("descritptor"), &["descriptor"]), - (UniCase::ascii("broked"), &["broken"]), - (UniCase::ascii("applcation"), &["application"]), - ( - UniCase::ascii("stamement\'s"), - &["statement\'s", "statements", "statement"], - ), - (UniCase::ascii("negotionating"), &["negotiating"]), - (UniCase::ascii("pre-confured"), &["pre-configured"]), - (UniCase::ascii("executiong"), &["execution", "executing"]), - (UniCase::ascii("forsaw"), &["foresaw"]), - (UniCase::ascii("denstiy"), &["density"]), - (UniCase::ascii("genreates"), &["generates"]), - (UniCase::ascii("nework"), &["network"]), - (UniCase::ascii("montains"), &["mountains"]), - (UniCase::ascii("installationa"), &["installation"]), - (UniCase::ascii("platoforms"), &["platforms"]), - (UniCase::ascii("mutiple"), &["multiple"]), - (UniCase::ascii("correponsing"), &["corresponding"]), - (UniCase::ascii("agains"), &["against", "again"]), - (UniCase::ascii("termplate"), &["template"]), - (UniCase::ascii("trapeziodal"), &["trapezoidal"]), - (UniCase::ascii("conjonctive"), &["conjunctive"]), - (UniCase::ascii("finishs"), &["finishes"]), - (UniCase::ascii("granilarity"), &["granularity"]), - (UniCase::ascii("paintile"), &["painttile"]), - (UniCase::ascii("linnaena"), &["linnaean"]), - (UniCase::ascii("roiginals"), &["originals"]), - (UniCase::ascii("transmissione"), &["transmission"]), - (UniCase::ascii("banch"), &["branch", "bench"]), - (UniCase::ascii("arbibtarily"), &["arbitrarily"]), - (UniCase::ascii("subcatagories"), &["subcategories"]), - (UniCase::ascii("mocrophones"), &["microphones"]), - (UniCase::ascii("retalitated"), &["retaliated"]), - (UniCase::ascii("unrepetent"), &["unrepentant"]), - (UniCase::ascii("cound"), &["could", "count"]), - (UniCase::ascii("improbement"), &["improvement"]), - (UniCase::ascii("extentions"), &["extensions"]), - (UniCase::ascii("re-negoptionsotiator"), &["re-negotiator"]), - (UniCase::ascii("indepenent"), &["independent"]), - (UniCase::ascii("warninfs"), &["warnings"]), - (UniCase::ascii("queing"), &["queueing"]), - (UniCase::ascii("intrumental"), &["instrumental"]), - (UniCase::ascii("throrough"), &["thorough"]), - (UniCase::ascii("predicatble"), &["predictable"]), - (UniCase::ascii("prosess"), &["process"]), - (UniCase::ascii("unspefeid"), &["unspecified"]), - (UniCase::ascii("worflows"), &["workflows"]), - (UniCase::ascii("reouted"), &["routed", "rerouted"]), - (UniCase::ascii("corrupeted"), &["corrupted"]), - (UniCase::ascii("daed"), &["dead"]), - (UniCase::ascii("shorly"), &["shortly"]), - (UniCase::ascii("acccess"), &["access"]), - (UniCase::ascii("transiton"), &["transition"]), - (UniCase::ascii("correcxt"), &["correct"]), - (UniCase::ascii("unbelivebly"), &["unbelievably"]), - (UniCase::ascii("decompresion"), &["decompression"]), - (UniCase::ascii("resubstituion"), &["resubstitution"]), - (UniCase::ascii("contorl"), &["control"]), - (UniCase::ascii("undistinghable"), &["indistinguishable"]), - (UniCase::ascii("tre"), &["tree"]), - (UniCase::ascii("interates"), &["iterates", "interacts"]), - (UniCase::ascii("canonalize"), &["canonicalize"]), - (UniCase::ascii("deambiguate"), &["disambiguate"]), - (UniCase::ascii("destrcuted"), &["destructed"]), - (UniCase::ascii("specifyied"), &["specified"]), - (UniCase::ascii("liek"), &["like"]), - (UniCase::ascii("downgrated"), &["downgraded"]), - (UniCase::ascii("overlfow"), &["overflow"]), - (UniCase::ascii("Nullabour"), &["Nullarbor"]), - (UniCase::ascii("withs"), &["with", "widths"]), - (UniCase::ascii("sortings"), &["sorting"]), - (UniCase::ascii("srings"), &["strings"]), - (UniCase::ascii("eescription"), &["description"]), - (UniCase::ascii("nunber"), &["number"]), - (UniCase::ascii("intregral"), &["integral"]), - (UniCase::ascii("refrence"), &["reference"]), - (UniCase::ascii("UTF8ness"), &["UTF-8-ness"]), - (UniCase::ascii("redeable"), &["readable"]), - (UniCase::ascii("obvisously"), &["obviously"]), - (UniCase::ascii("autonegotions"), &["autonegotiations"]), - (UniCase::ascii("evaulate"), &["evaluate"]), - (UniCase::ascii("thev"), &["the"]), - (UniCase::ascii("deactive"), &["deactivate"]), - (UniCase::ascii("reappering"), &["reappearing"]), - (UniCase::ascii("procedings"), &["proceedings"]), - (UniCase::ascii("deamiguates"), &["disambiguates"]), - ( - UniCase::ascii("featcher"), - &["feather", "feature", "fetcher"], - ), - (UniCase::ascii("wokr"), &["work"]), - (UniCase::ascii("posibly"), &["possibly"]), - (UniCase::ascii("decieve"), &["deceive"]), - (UniCase::ascii("commmet"), &["comment"]), - (UniCase::ascii("execunes"), &["executes"]), - (UniCase::ascii("tranversing"), &["traversing"]), - (UniCase::ascii("ccordinats"), &["coordinates"]), - (UniCase::ascii("resoective"), &["respective"]), - (UniCase::ascii("numer"), &["number"]), - (UniCase::ascii("procesures"), &["procedures"]), - (UniCase::ascii("resultions"), &["resolutions"]), - (UniCase::ascii("coalaced"), &["coalesced"]), - (UniCase::ascii("preparetion"), &["preparation"]), - (UniCase::ascii("concious"), &["conscious"]), - (UniCase::ascii("corrent"), &["correct", "current"]), - (UniCase::ascii("sourcd"), &["sourced", "source"]), - (UniCase::ascii("condtionally"), &["conditionally"]), - (UniCase::ascii("attrubyte"), &["attribute"]), - (UniCase::ascii("deveolpment"), &["development"]), - (UniCase::ascii("sepcifically"), &["specifically"]), - (UniCase::ascii("libraier"), &["library"]), - (UniCase::ascii("consecuitively"), &["consecutively"]), - (UniCase::ascii("uncompreses"), &["uncompresses"]), - (UniCase::ascii("sacrilegeous"), &["sacrilegious"]), - (UniCase::ascii("temporalily"), &["temporarily"]), - (UniCase::ascii("unambigious"), &["unambiguous"]), - (UniCase::ascii("ajacencies"), &["adjacencies"]), - (UniCase::ascii("innoculate"), &["inoculate"]), - (UniCase::ascii("specfied"), &["specified"]), - (UniCase::ascii("compnent"), &["component"]), - (UniCase::ascii("admininistrative"), &["administrative"]), - (UniCase::ascii("ingnoring"), &["ignoring"]), - (UniCase::ascii("beseiged"), &["besieged"]), - (UniCase::ascii("aquire"), &["acquire"]), - (UniCase::ascii("enoucntered"), &["encountered"]), - (UniCase::ascii("dissobediant"), &["disobedient"]), - (UniCase::ascii("excectedly"), &["expectedly"]), - (UniCase::ascii("mybe"), &["maybe"]), - (UniCase::ascii("whitepsace"), &["whitespace"]), - (UniCase::ascii("ahlpa"), &["alpha"]), - (UniCase::ascii("permessioned"), &["permissioned"]), - (UniCase::ascii("stomache"), &["stomach"]), - (UniCase::ascii("amound"), &["amount"]), - (UniCase::ascii("enoucnters"), &["encounters"]), - (UniCase::ascii("comparisaion"), &["comparison"]), - (UniCase::ascii("setion"), &["section"]), - (UniCase::ascii("acheive"), &["achieve"]), - (UniCase::ascii("publisers"), &["publishers"]), - (UniCase::ascii("servecing"), &["servicing"]), - (UniCase::ascii("asssumes"), &["assumes"]), - (UniCase::ascii("crystalisation"), &["crystallisation"]), - (UniCase::ascii("inout"), &["input", "in out"]), - (UniCase::ascii("enalbes"), &["enables"]), - (UniCase::ascii("re-negotioting"), &["re-negotiating"]), - (UniCase::ascii("bouding"), &["bounding"]), - (UniCase::ascii("lanugage"), &["language"]), - (UniCase::ascii("specifcied"), &["specified"]), - (UniCase::ascii("pre-congifured"), &["pre-configured"]), - (UniCase::ascii("disapointed"), &["disappointed"]), - (UniCase::ascii("incremeted"), &["incremented"]), - (UniCase::ascii("presistable"), &["persistable"]), - (UniCase::ascii("ontained"), &["contained"]), - (UniCase::ascii("incidentially"), &["incidentally"]), - (UniCase::ascii("perfomeanses"), &["performances"]), - (UniCase::ascii("managenment"), &["management"]), - (UniCase::ascii("conenction"), &["connection"]), - (UniCase::ascii("represenational"), &["representational"]), - (UniCase::ascii("spefiying"), &["specifying"]), - (UniCase::ascii("collectin"), &["collection"]), - (UniCase::ascii("consuemr"), &["consumer"]), - (UniCase::ascii("etenders"), &["extenders", "attenders"]), - (UniCase::ascii("disassocate"), &["disassociate"]), - (UniCase::ascii("cariier"), &["carrier"]), - (UniCase::ascii("regenration"), &["regeneration"]), - (UniCase::ascii("proccessors"), &["processors"]), - (UniCase::ascii("alogrithmically"), &["algorithmically"]), - (UniCase::ascii("conviniently"), &["conveniently"]), - (UniCase::ascii("sometinhg"), &["something"]), - (UniCase::ascii("devicde"), &["device"]), - (UniCase::ascii("varables"), &["variables"]), - (UniCase::ascii("partirions"), &["partitions"]), - (UniCase::ascii("arrengements"), &["arrangements"]), - (UniCase::ascii("disnabled"), &["disabled"]), - (UniCase::ascii("trianglular"), &["triangular"]), - (UniCase::ascii("implememntation"), &["implementation"]), - (UniCase::ascii("aunthenticating"), &["authenticating"]), - (UniCase::ascii("re-negotiotation"), &["re-negotiation"]), - (UniCase::ascii("convered"), &["converted", "covered"]), - (UniCase::ascii("detachs"), &["detaches"]), - (UniCase::ascii("spefiifies"), &["specifies"]), - (UniCase::ascii("prdpagate"), &["propagate"]), - (UniCase::ascii("soket"), &["socket"]), - (UniCase::ascii("upsrteaming"), &["upstreaming"]), - (UniCase::ascii("usefule"), &["useful"]), - (UniCase::ascii("expeirimentelly"), &["experimentally"]), - (UniCase::ascii("dekstop"), &["desktop"]), - (UniCase::ascii("creted"), &["created"]), - (UniCase::ascii("explizitly"), &["explicitly"]), - (UniCase::ascii("toos"), &["tools"]), - (UniCase::ascii("comleted"), &["completed"]), - (UniCase::ascii("harrass"), &["harass"]), - (UniCase::ascii("inconditional"), &["unconditional"]), - (UniCase::ascii("cummand"), &["command"]), - (UniCase::ascii("existencd"), &["existence"]), - (UniCase::ascii("stuido"), &["studio"]), - (UniCase::ascii("rabinnical"), &["rabbinical"]), - (UniCase::ascii("meens"), &["means"]), - (UniCase::ascii("savely"), &["safely"]), - (UniCase::ascii("nams"), &["names"]), - (UniCase::ascii("overwite"), &["overwrite"]), - (UniCase::ascii("encorporating"), &["incorporating"]), - (UniCase::ascii("authenciator"), &["authenticator"]), - (UniCase::ascii("neighbourghs"), &["neighbours"]), - (UniCase::ascii("targer"), &["target"]), - (UniCase::ascii("constrcutor"), &["constructor"]), - (UniCase::ascii("eqaul"), &["equal"]), - (UniCase::ascii("renegoatiating"), &["renegotiating"]), - (UniCase::ascii("inheriths"), &["inherits"]), - (UniCase::ascii("involvment"), &["involvement"]), - (UniCase::ascii("numnber"), &["number"]), - (UniCase::ascii("inteneded"), &["intended"]), - (UniCase::ascii("animatior"), &["animator", "animation"]), - (UniCase::ascii("trasparent"), &["transparent"]), - (UniCase::ascii("infrastruture"), &["infrastructure"]), - (UniCase::ascii("materla"), &["material"]), - (UniCase::ascii("indizies"), &["indices"]), - ( - UniCase::ascii("initiliased"), - &["initialised", "initialized"], - ), - (UniCase::ascii("vriety"), &["variety"]), - (UniCase::ascii("apropiate"), &["appropriate"]), - (UniCase::ascii("dissble"), &["disable"]), - (UniCase::ascii("downsteram"), &["downstream"]), - (UniCase::ascii("publucation"), &["publication"]), - (UniCase::ascii("libaries"), &["libraries"]), - (UniCase::ascii("certan"), &["certain"]), - (UniCase::ascii("practially"), &["practically"]), - (UniCase::ascii("refrers"), &["refers"]), - (UniCase::ascii("littel"), &["little"]), - (UniCase::ascii("authetnticators"), &["authenticators"]), - (UniCase::ascii("texline"), &["textline"]), - (UniCase::ascii("gernal"), &["general", "journal"]), - (UniCase::ascii("literaly"), &["literally"]), - (UniCase::ascii("coeffients"), &["coefficients"]), - (UniCase::ascii("sugguest"), &["suggest"]), - (UniCase::ascii("understoon"), &["understood"]), - (UniCase::ascii("eventaully"), &["eventually"]), - (UniCase::ascii("partiton"), &["partition"]), - (UniCase::ascii("spefiifations"), &["specifications"]), - (UniCase::ascii("govornment"), &["government"]), - (UniCase::ascii("poped"), &["popped", "pooped"]), - (UniCase::ascii("indivdual"), &["individual"]), - (UniCase::ascii("hradwares"), &["hardwares"]), - (UniCase::ascii("speciied"), &["specified"]), - (UniCase::ascii("slighlty"), &["slightly"]), - (UniCase::ascii("re-negoable"), &["re-negotiable"]), - (UniCase::ascii("neighbeod"), &["neighborhood"]), - (UniCase::ascii("finalle"), &["finale", "finally"]), - (UniCase::ascii("modifiations"), &["modifications"]), - (UniCase::ascii("imigrate"), &["immigrate", "emigrate"]), - ( - UniCase::ascii("excluse"), - &["exclude", "excuse", "exclusive"], - ), - (UniCase::ascii("poisition"), &["position"]), - (UniCase::ascii("canidate"), &["candidate"]), - (UniCase::ascii("consitututed"), &["constituted"]), - (UniCase::ascii("accpets"), &["accepts"]), - (UniCase::ascii("execuctions"), &["executions"]), - (UniCase::ascii("cooresponded"), &["corresponded"]), - (UniCase::ascii("currrency"), &["currency"]), - (UniCase::ascii("implemntation"), &["implementation"]), - (UniCase::ascii("sucessfuly"), &["successfully"]), - (UniCase::ascii("comparotors"), &["comparators"]), - (UniCase::unicode("clockwíse"), &["clockwise"]), - (UniCase::ascii("boaut"), &["bout", "boat", "about"]), - ( - UniCase::ascii("siffixation"), - &["suffixation", "suffocation"], - ), - (UniCase::ascii("resurce"), &["resource"]), - (UniCase::ascii("scriopting"), &["scripting"]), - (UniCase::ascii("derevatives"), &["derivatives"]), - (UniCase::ascii("repects"), &["respects"]), - (UniCase::ascii("comparsions"), &["comparisons"]), - (UniCase::ascii("unconcistency"), &["inconsistency"]), - (UniCase::ascii("unchenged"), &["unchanged"]), - (UniCase::ascii("finializing"), &["finalizing"]), - (UniCase::ascii("dissapointing"), &["disappointing"]), - (UniCase::ascii("grahics"), &["graphics"]), - (UniCase::ascii("namne"), &["name"]), - (UniCase::ascii("whne"), &["when"]), - (UniCase::ascii("douible"), &["double"]), - (UniCase::ascii("admissability"), &["admissibility"]), - ( - UniCase::ascii("content-negotitaion"), - &["content-negotiation"], - ), - (UniCase::ascii("primordal"), &["primordial"]), - (UniCase::ascii("valied"), &["valid"]), - (UniCase::ascii("guarenteerd"), &["guaranteed"]), - (UniCase::ascii("acciedential"), &["accidental"]), - (UniCase::ascii("spred"), &["spread"]), - (UniCase::ascii("monotiring"), &["monitoring"]), - (UniCase::ascii("consituencies"), &["constituencies"]), - (UniCase::ascii("xepect"), &["expect"]), - (UniCase::ascii("penninsula"), &["peninsula"]), - (UniCase::ascii("strcutures"), &["structures"]), - (UniCase::ascii("impelentation"), &["implementation"]), - (UniCase::ascii("specifiy"), &["specify"]), - (UniCase::ascii("embarassment"), &["embarrassment"]), - (UniCase::ascii("re-defiend"), &["re-defined"]), - (UniCase::ascii("asynchroous"), &["asynchronous"]), - (UniCase::ascii("possiblly"), &["possibly"]), - (UniCase::ascii("re-negotiting"), &["re-negotiating"]), - (UniCase::ascii("speficillies"), &["specifies"]), - (UniCase::ascii("tigger"), &["trigger"]), - (UniCase::ascii("cachable"), &["cacheable"]), - (UniCase::ascii("uneform"), &["uniform"]), - (UniCase::ascii("refromatting"), &["refomatting"]), - (UniCase::ascii("copstruction"), &["construction"]), - (UniCase::ascii("possiable"), &["possible"]), - (UniCase::ascii("initiialize"), &["initialize"]), - (UniCase::ascii("blongs"), &["belongs"]), - (UniCase::ascii("inbalanced"), &["imbalanced"]), - (UniCase::ascii("schedualed"), &["scheduled"]), - (UniCase::ascii("recconetions"), &["reconnections"]), - (UniCase::ascii("offsett"), &["offset"]), - (UniCase::ascii("increadible"), &["incredible"]), - (UniCase::ascii("comma-separeted"), &["comma-separated"]), - (UniCase::ascii("trubbles"), &["troubles"]), - (UniCase::ascii("esitmated"), &["estimated"]), - (UniCase::ascii("singaled"), &["signaled"]), - (UniCase::ascii("associcated"), &["associated"]), - (UniCase::ascii("auto-genrated"), &["auto-generated"]), - (UniCase::ascii("damenor"), &["demeanor"]), - (UniCase::ascii("synoym"), &["synonym"]), - (UniCase::ascii("phtreads"), &["pthreads"]), - (UniCase::ascii("nighboring"), &["neighboring"]), - (UniCase::ascii("intersted"), &["interested"]), - (UniCase::ascii("cicrle"), &["circle"]), - (UniCase::ascii("follwos"), &["follows"]), - (UniCase::ascii("alocation"), &["allocation"]), - (UniCase::ascii("rearrangts"), &["rearrangements"]), - (UniCase::ascii("enviromentalist"), &["environmentalist"]), - (UniCase::ascii("arhive"), &["archive"]), - (UniCase::ascii("completly"), &["completely"]), - (UniCase::ascii("discoveribility"), &["discoverability"]), - (UniCase::ascii("assginment"), &["assignment"]), - (UniCase::ascii("radiaton"), &["radiation"]), - (UniCase::ascii("ingegral"), &["integral"]), - (UniCase::ascii("experinement"), &["experiment"]), - (UniCase::ascii("sterams"), &["streams"]), - (UniCase::ascii("renegotition"), &["renegotiation"]), - (UniCase::ascii("adjustement"), &["adjustment"]), - (UniCase::ascii("weilded"), &["wielded"]), - (UniCase::ascii("neiter"), &["neither"]), - (UniCase::ascii("complatness"), &["completeness"]), - (UniCase::ascii("reproducably"), &["reproducibly"]), - (UniCase::ascii("merory"), &["memory"]), - (UniCase::ascii("arranment"), &["arrangement"]), - (UniCase::ascii("boundays"), &["boundaries"]), - (UniCase::ascii("impotr"), &["import", "importer"]), - (UniCase::ascii("overriddden"), &["overridden"]), - (UniCase::ascii("iteratered"), &["iterated"]), - (UniCase::ascii("availble"), &["available"]), - (UniCase::ascii("vave"), &["have", "valve"]), - (UniCase::ascii("asertion"), &["assertion"]), - (UniCase::ascii("dependencied"), &["dependency"]), - (UniCase::ascii("ovservation"), &["observation"]), - (UniCase::ascii("affilliate"), &["affiliate"]), - (UniCase::ascii("destionation"), &["destination"]), - (UniCase::ascii("reuplodad"), &["reupload", "reuploaded"]), - (UniCase::ascii("fomrat"), &["format"]), - (UniCase::ascii("calcluated"), &["calculated"]), - (UniCase::ascii("characstyle"), &["charstyle"]), - (UniCase::ascii("certian"), &["certain"]), - (UniCase::ascii("enoght"), &["enough"]), - (UniCase::ascii("enyway"), &["anyway"]), - (UniCase::ascii("intresst"), &["interest"]), - (UniCase::ascii("mearly"), &["merely", "nearly"]), - (UniCase::ascii("marrtyred"), &["martyred"]), - (UniCase::ascii("bundeled"), &["bundled"]), - (UniCase::ascii("asthetics"), &["aesthetics"]), - (UniCase::ascii("yelding"), &["yielding"]), - (UniCase::ascii("publcize"), &["publicize"]), - (UniCase::ascii("approprite"), &["appropriate"]), - (UniCase::ascii("bebongs"), &["belongs"]), - (UniCase::ascii("phasepsace"), &["phasespace"]), - (UniCase::ascii("dictioanry"), &["dictionary"]), - (UniCase::ascii("technnology"), &["technology"]), - (UniCase::ascii("doese\'t"), &["doesn\'t"]), - (UniCase::ascii("execused"), &["excused", "executed"]), - (UniCase::ascii("attendent"), &["attendant"]), - (UniCase::ascii("flie"), &["file"]), - (UniCase::ascii("sufocation"), &["suffocation"]), - (UniCase::ascii("soler"), &["solver", "solar", "solely"]), - (UniCase::ascii("offest"), &["offset"]), - (UniCase::ascii("accet"), &["accept"]), - (UniCase::ascii("disign"), &["design"]), - (UniCase::ascii("de-duplacted"), &["de-duplicated"]), - (UniCase::ascii("usefuly"), &["usefully"]), - (UniCase::ascii("lonly"), &["lonely", "only"]), - (UniCase::ascii("colllapses"), &["collapses"]), - (UniCase::ascii("negotaitors"), &["negotiators"]), - (UniCase::ascii("registeresd"), &["registered"]), - (UniCase::ascii("scetches"), &["sketches"]), - (UniCase::ascii("gernerators"), &["generators"]), - (UniCase::ascii("referr"), &["refer"]), - (UniCase::ascii("unregisteres"), &["unregisters"]), - (UniCase::ascii("unfortuante"), &["unfortunate"]), - (UniCase::ascii("implemends"), &["implements"]), - (UniCase::ascii("curren"), &["current"]), - (UniCase::ascii("buidling"), &["building"]), - (UniCase::ascii("characteors"), &["characters"]), - (UniCase::ascii("genererate"), &["generate"]), - (UniCase::ascii("adresable"), &["addressable"]), - (UniCase::ascii("oyu"), &["you"]), - (UniCase::ascii("re-negotaties"), &["re-negotiates"]), - (UniCase::ascii("rigeur"), &["rigueur", "rigour", "rigor"]), - (UniCase::ascii("charctors"), &["characters"]), - (UniCase::ascii("edditable"), &["editable"]), - (UniCase::ascii("occupided"), &["occupied"]), - (UniCase::ascii("errot"), &["error"]), - (UniCase::ascii("purgest"), &["purges"]), - (UniCase::ascii("arrengement"), &["arrangement"]), - (UniCase::ascii("enmpty"), &["empty"]), - (UniCase::ascii("disscts"), &["dissects"]), - (UniCase::ascii("interators"), &["iterators"]), - (UniCase::ascii("rotaitons"), &["rotations"]), - (UniCase::ascii("severites"), &["severities"]), - (UniCase::ascii("suscribe"), &["subscribe"]), - (UniCase::ascii("interprerter"), &["interpreter"]), - (UniCase::ascii("insepects"), &["inspects"]), - (UniCase::ascii("dowt"), &["doubt"]), - (UniCase::ascii("bount"), &["bound"]), - (UniCase::ascii("differnence"), &["difference"]), - (UniCase::ascii("unahppy"), &["unhappy"]), - (UniCase::ascii("exatctly"), &["exactly"]), - (UniCase::ascii("openin"), &["opening"]), - (UniCase::ascii("recommeding"), &["recommending"]), - (UniCase::ascii("spefiifics"), &["specifics"]), - (UniCase::ascii("hardare"), &["hardware"]), - (UniCase::ascii("deoes"), &["does"]), - (UniCase::ascii("collationg"), &["collation"]), - (UniCase::ascii("leagelize"), &["legalize"]), - (UniCase::ascii("insurasnce"), &["insurance"]), - (UniCase::ascii("initiliaze"), &["initialize"]), - ( - UniCase::ascii("strangly"), - &["strangely", "strange", "strangle"], - ), - (UniCase::ascii("mehods"), &["methods"]), - (UniCase::ascii("inherriting"), &["inheriting"]), - (UniCase::ascii("locaites"), &["locates"]), - (UniCase::ascii("guage"), &["gauge"]), - (UniCase::ascii("shotcut"), &["shortcut"]), - (UniCase::ascii("experimtenel"), &["experimental"]), - (UniCase::ascii("specifices"), &["specifies"]), - (UniCase::ascii("finge"), &["finger", "fringe"]), - (UniCase::ascii("fuctionoid"), &["functionoid"]), - (UniCase::ascii("publusher"), &["publisher"]), - (UniCase::ascii("exeception"), &["exception"]), - (UniCase::ascii("subsequnce"), &["subsequence"]), - (UniCase::ascii("minimial"), &["minimal"]), - (UniCase::ascii("neighbeordhoods"), &["neighborhoods"]), - (UniCase::ascii("depenently"), &["dependently"]), - (UniCase::ascii("aquaintance"), &["acquaintance"]), - (UniCase::ascii("annouce"), &["announce"]), - (UniCase::ascii("placeholer"), &["placeholder"]), - (UniCase::ascii("obtaien"), &["obtain", "obtained"]), - (UniCase::ascii("speficillied"), &["specified"]), - (UniCase::ascii("speach"), &["speech"]), - (UniCase::ascii("compleate"), &["complete"]), - (UniCase::ascii("despiration"), &["desperation"]), - (UniCase::ascii("combiations"), &["combinations"]), - (UniCase::ascii("confugure"), &["configure"]), - (UniCase::ascii("currenlty"), &["currently"]), - (UniCase::ascii("recenly"), &["recently"]), - (UniCase::ascii("playwrite"), &["playwright"]), - (UniCase::ascii("syrap"), &["syrup"]), - (UniCase::ascii("regularlizes"), &["regularizes"]), - (UniCase::ascii("negotaiable"), &["negotiable"]), - (UniCase::ascii("certifaction"), &["certification"]), - (UniCase::ascii("inconvienience"), &["inconvenience"]), - (UniCase::ascii("packaeges"), &["packages"]), - (UniCase::ascii("commnadline"), &["commandline"]), - (UniCase::ascii("particalar"), &["particular"]), - (UniCase::ascii("unsupproted"), &["unsupported"]), - (UniCase::ascii("netowrk"), &["network"]), - (UniCase::ascii("doubleclick"), &["double-click"]), - (UniCase::ascii("cvignore"), &["cvsignore"]), - (UniCase::ascii("unknonw"), &["unknown"]), - (UniCase::ascii("libraire"), &["library"]), - (UniCase::ascii("veriosn"), &["version"]), - (UniCase::ascii("avilable"), &["available"]), - (UniCase::ascii("roiginal"), &["original"]), - (UniCase::ascii("componsites"), &["composites"]), - (UniCase::ascii("percieved"), &["perceived"]), - (UniCase::ascii("convinve"), &["convince"]), - (UniCase::ascii("approxamates"), &["approximates"]), - (UniCase::ascii("engagment"), &["engagement"]), - (UniCase::ascii("espaces"), &["escapes"]), - (UniCase::ascii("unusuable"), &["unusable"]), - (UniCase::ascii("apperance"), &["appearance"]), - (UniCase::ascii("sirect"), &["direct"]), - (UniCase::ascii("sqash"), &["squash"]), - (UniCase::ascii("positon"), &["position", "positron"]), - (UniCase::ascii("direcotry"), &["directory"]), - (UniCase::ascii("disgner"), &["designer"]), - (UniCase::ascii("bandwidthm"), &["bandwidth"]), - (UniCase::ascii("seqenstial"), &["sequential"]), - (UniCase::ascii("ongly"), &["only"]), - (UniCase::ascii("neighourhood"), &["neighbourhood"]), - (UniCase::ascii("potentailly"), &["potentially"]), - (UniCase::ascii("sychronized"), &["synchronized"]), - (UniCase::ascii("prmopting"), &["prompting"]), - (UniCase::ascii("conteins"), &["contains"]), - (UniCase::ascii("allcoateng"), &["allocating"]), - (UniCase::ascii("concidering"), &["considering"]), - (UniCase::ascii("hierarhcies"), &["hierarchies"]), - (UniCase::ascii("activw"), &["active"]), - (UniCase::ascii("upating"), &["updating"]), - (UniCase::ascii("autheniticates"), &["authenticates"]), - (UniCase::ascii("supercede"), &["supersede"]), - (UniCase::ascii("inster"), &["insert"]), - (UniCase::ascii("initailiser"), &["initialiser"]), - (UniCase::ascii("colorfull"), &["colorful", "colorfully"]), - (UniCase::ascii("consciouness"), &["consciousness"]), - (UniCase::ascii("holf"), &["hold"]), - (UniCase::ascii("benchs"), &["benches"]), - (UniCase::ascii("descryption"), &["description"]), - (UniCase::ascii("photograpical"), &["photographical"]), - (UniCase::ascii("etcp"), &["etc"]), - (UniCase::ascii("idenfifier"), &["identifier"]), - (UniCase::ascii("ppolygons"), &["polygons"]), - (UniCase::ascii("corssite"), &["cross-site"]), - (UniCase::ascii("combind"), &["combined"]), - (UniCase::ascii("calcultated"), &["calculated"]), - (UniCase::ascii("modfities"), &["modifies"]), - (UniCase::ascii("perphas"), &["perhaps"]), - (UniCase::ascii("argumnet"), &["argument"]), - (UniCase::ascii("specificaton"), &["specification"]), - (UniCase::ascii("depenedecy"), &["dependency"]), - (UniCase::ascii("keypair"), &["key pair"]), - (UniCase::ascii("givven"), &["given"]), - (UniCase::ascii("depricates"), &["deprecates"]), - (UniCase::ascii("dissapate"), &["dissipate"]), - (UniCase::ascii("credetial"), &["credential"]), - (UniCase::ascii("confunction"), &["conjunction"]), - (UniCase::ascii("interploates"), &["interpolates"]), - (UniCase::ascii("replcaced"), &["replaced"]), - (UniCase::ascii("confunses"), &["confuses"]), - (UniCase::ascii("childbird"), &["childbirth"]), - (UniCase::ascii("renegatiotiable"), &["renegotiable"]), - (UniCase::ascii("encypted"), &["encrypted"]), - (UniCase::ascii("simpliest"), &["simplest"]), - (UniCase::ascii("ubunut"), &["Ubuntu"]), - (UniCase::ascii("eamples"), &["examples"]), - (UniCase::ascii("initally"), &["initially"]), - (UniCase::ascii("unifroms"), &["uniforms"]), - (UniCase::ascii("experimentatal"), &["experimental"]), - (UniCase::ascii("intepret"), &["interpret"]), - (UniCase::ascii("acadamy"), &["academy"]), - (UniCase::ascii("equiptment"), &["equipment"]), - (UniCase::ascii("backgorund"), &["background"]), - (UniCase::ascii("expementelly"), &["experimentally"]), - (UniCase::ascii("singolar"), &["singular"]), - (UniCase::ascii("hostspot"), &["hotspot"]), - (UniCase::ascii("fualt"), &["fault"]), - (UniCase::ascii("datatbases"), &["databases"]), - (UniCase::ascii("laods"), &["loads"]), - (UniCase::ascii("manufacturedd"), &["manufactured"]), - (UniCase::ascii("posiitive"), &["positive"]), - (UniCase::ascii("accces"), &["access"]), - (UniCase::ascii("cnfigured"), &["configured"]), - (UniCase::ascii("suppier"), &["supplier"]), - (UniCase::ascii("accesories"), &["accessories"]), - (UniCase::ascii("animatonic"), &["animatronic"]), - (UniCase::ascii("coneector"), &["connector"]), - (UniCase::ascii("spefixiers"), &["specifiers"]), - (UniCase::ascii("touple"), &["tuple"]), - (UniCase::ascii("metdata"), &["metadata"]), - (UniCase::ascii("consire"), &["conspire", "consider"]), - (UniCase::ascii("gitatributes"), &["gitattributes"]), - (UniCase::ascii("arbitiary"), &["arbitrary"]), - (UniCase::ascii("varible"), &["variable"]), - (UniCase::ascii("physisist"), &["physicist"]), - (UniCase::ascii("univeral"), &["universal"]), - (UniCase::ascii("merly"), &["merely"]), - (UniCase::ascii("firey"), &["fiery"]), - (UniCase::ascii("devloppers"), &["developers"]), - (UniCase::ascii("arbitriray"), &["arbitrary"]), - (UniCase::ascii("agument"), &["argument"]), - (UniCase::ascii("progamable"), &["programmable"]), - (UniCase::ascii("gaurantees"), &["guarantees"]), - (UniCase::ascii("cosntructor"), &["constructor"]), - (UniCase::ascii("howver"), &["however"]), - (UniCase::ascii("expierience"), &["experience"]), - (UniCase::ascii("simlarly"), &["similarly"]), - (UniCase::ascii("invesitgated"), &["investigated"]), - (UniCase::ascii("declartor"), &["declarator"]), - (UniCase::ascii("consequtively"), &["consecutively"]), - (UniCase::ascii("arbitryary"), &["arbitrary"]), - (UniCase::ascii("speficiiable"), &["specifiable"]), - (UniCase::ascii("currected"), &["corrected"]), - (UniCase::ascii("casesesitive"), &["case-sensitive"]), - ( - UniCase::ascii("initialisiert"), - &["initialised", "initialized"], - ), - (UniCase::ascii("execuse"), &["excuse", "execute"]), - (UniCase::ascii("suppporting"), &["supporting"]), - (UniCase::ascii("vioalte"), &["violate"]), - (UniCase::ascii("circumvernt"), &["circumvent"]), - (UniCase::ascii("beliefed"), &["believed"]), - (UniCase::ascii("hirarchy"), &["hierarchy"]), - (UniCase::ascii("authethication"), &["authentication"]), - (UniCase::ascii("accessibiliity"), &["accessibility"]), - (UniCase::ascii("fromal"), &["formal"]), - (UniCase::ascii("arrtibute"), &["attribute"]), - (UniCase::ascii("unsuported"), &["unsupported"]), - (UniCase::ascii("sabatage"), &["sabotage"]), - (UniCase::ascii("limititers"), &["limiters"]), - (UniCase::ascii("exand"), &["expand"]), - (UniCase::ascii("acconted"), &["accounted"]), - (UniCase::ascii("colourpsace"), &["colourspace"]), - (UniCase::ascii("algotirhm"), &["algorithm"]), - (UniCase::ascii("allone"), &["alone", "all one"]), - (UniCase::ascii("overlodaded"), &["overloaded"]), - (UniCase::ascii("fullfiling"), &["fulfilling"]), - ( - UniCase::ascii("coexhistance"), - &["coexistence", "co-existence"], - ), - (UniCase::ascii("whataver"), &["whatever"]), - (UniCase::ascii("reuqesting"), &["requesting"]), - (UniCase::ascii("depecated"), &["deprecated"]), - (UniCase::ascii("disassocation"), &["disassociation"]), - (UniCase::ascii("asynchoronous"), &["asynchronous"]), - (UniCase::ascii("ouputted"), &["outputted"]), - (UniCase::ascii("tesselate"), &["tessellate"]), - (UniCase::ascii("acumulate"), &["accumulate"]), - (UniCase::ascii("unscubscribe"), &["subscribe"]), - (UniCase::ascii("guarnetees"), &["guarantees"]), - (UniCase::ascii("resycn"), &["resync"]), - (UniCase::ascii("seceeded"), &["succeeded", "seceded"]), - (UniCase::ascii("diamater"), &["diameter"]), - (UniCase::ascii("perfoming"), &["performing"]), - (UniCase::ascii("allowd"), &["allowed", "allow", "allows"]), - (UniCase::ascii("secuity"), &["security"]), - (UniCase::ascii("wouold"), &["would"]), - (UniCase::ascii("expoentially"), &["exponentially"]), - (UniCase::ascii("possable"), &["possible"]), - (UniCase::ascii("intantiating"), &["instantiating"]), - (UniCase::ascii("alchoholic"), &["alcoholic"]), - (UniCase::ascii("triked"), &["tricked"]), - (UniCase::ascii("skippd"), &["skipped"]), - (UniCase::ascii("approxmately"), &["approximately"]), - (UniCase::ascii("chnge"), &["change"]), - (UniCase::ascii("imolicit"), &["implicit"]), - (UniCase::ascii("transconders"), &["transcoders"]), - (UniCase::ascii("freind"), &["friend"]), - (UniCase::ascii("languajes"), &["languages"]), - (UniCase::ascii("refcounf"), &["refcount"]), - (UniCase::ascii("hrlping"), &["helping"]), - (UniCase::ascii("counld"), &["could"]), - (UniCase::ascii("approopriate"), &["appropriate"]), - (UniCase::ascii("containa"), &["contain"]), - (UniCase::ascii("reallocaing"), &["reallocating"]), - (UniCase::ascii("ackowledge"), &["acknowledge"]), - (UniCase::ascii("boundimg"), &["bounding"]), - (UniCase::ascii("competitiion"), &["competition"]), - (UniCase::ascii("dependncies"), &["dependencies"]), - (UniCase::ascii("warnins"), &["warnings"]), - (UniCase::ascii("negotaible"), &["negotiable"]), - (UniCase::ascii("cheched"), &["checked"]), - (UniCase::ascii("derrivatives"), &["derivatives"]), - (UniCase::ascii("consisteny"), &["consistency", "consistent"]), - (UniCase::ascii("asendancy"), &["ascendancy"]), - (UniCase::ascii("reqeusts"), &["requests"]), - (UniCase::ascii("algorthins"), &["algorithms"]), - (UniCase::ascii("excects"), &["expects"]), - (UniCase::ascii("experimenel"), &["experimental"]), - (UniCase::ascii("aboce"), &["above", "abode"]), - (UniCase::ascii("theves"), &["thieves"]), - (UniCase::ascii("expewrimenter"), &["experimenter"]), - (UniCase::ascii("inro"), &["into"]), - (UniCase::ascii("unsubscritpiton"), &["unsubscription"]), - (UniCase::ascii("possition"), &["position"]), - (UniCase::ascii("morgage"), &["mortgage"]), - (UniCase::ascii("sufication"), &["suffocation"]), - (UniCase::ascii("indepenently"), &["independently"]), - (UniCase::ascii("surounds"), &["surrounds"]), - (UniCase::ascii("subtarger"), &["subtarget", "sub-target"]), - (UniCase::ascii("execuable"), &["executable"]), - (UniCase::ascii("renegoated"), &["renegotiated"]), - (UniCase::ascii("authenricating"), &["authenticating"]), - (UniCase::ascii("extractino"), &["extracting"]), - (UniCase::ascii("simulatanous"), &["simultaneous"]), - (UniCase::ascii("labouriously"), &["laboriously"]), - (UniCase::ascii("cresits"), &["credits"]), - (UniCase::ascii("dowlinks"), &["downlinks"]), - (UniCase::ascii("branckes"), &["branches"]), - (UniCase::ascii("resorced"), &["resourced"]), - (UniCase::ascii("differnetiate"), &["differentiate"]), - (UniCase::ascii("excectables"), &["executables"]), - (UniCase::ascii("follwwinwg"), &["following"]), - (UniCase::ascii("culiminating"), &["culminating"]), - (UniCase::ascii("inadvertant"), &["inadvertent"]), - (UniCase::ascii("librarries"), &["libraries"]), - (UniCase::ascii("traveresed"), &["traversed"]), - (UniCase::ascii("techincal"), &["technical"]), - (UniCase::ascii("re-negotioates"), &["re-negotiates"]), - (UniCase::ascii("orgiginally"), &["originally"]), - (UniCase::ascii("algororithm"), &["algorithm"]), - (UniCase::ascii("assumning"), &["assuming"]), - (UniCase::ascii("jelousy"), &["jealousy"]), - (UniCase::ascii("improvemens"), &["improvements"]), - (UniCase::ascii("excesed"), &["exceeded"]), - (UniCase::ascii("cotnainer"), &["container"]), - (UniCase::ascii("prepair"), &["prepare"]), - (UniCase::ascii("negoate"), &["negotiate"]), - (UniCase::ascii("exchages"), &["exchanges"]), - (UniCase::ascii("anticpate"), &["anticipate"]), - (UniCase::ascii("virtualizaiton"), &["virtualization"]), - (UniCase::ascii("exceirpt"), &["excerpt"]), - (UniCase::ascii("vaalues"), &["values"]), - (UniCase::ascii("uneccesary"), &["unnecessary"]), - (UniCase::ascii("evition"), &["eviction"]), - (UniCase::ascii("emperical"), &["empirical"]), - (UniCase::ascii("rythem"), &["rhythm"]), - (UniCase::ascii("rathern"), &["rather"]), - (UniCase::ascii("actaully"), &["actually"]), - (UniCase::ascii("featue"), &["feature"]), - (UniCase::ascii("divsiors"), &["divisors"]), - (UniCase::ascii("osffset"), &["offset"]), - ( - UniCase::ascii("content-negotition"), - &["content-negotiation"], - ), - (UniCase::ascii("expet"), &["expect", "expat"]), - (UniCase::ascii("heirarchy"), &["hierarchy"]), - (UniCase::ascii("auxilliary"), &["auxiliary"]), - (UniCase::ascii("maintans"), &["maintains"]), - (UniCase::ascii("calulater"), &["calculator"]), - (UniCase::ascii("represente"), &["represents", "represented"]), - (UniCase::ascii("horyzontally"), &["horizontally"]), - (UniCase::ascii("cler"), &["clear"]), - (UniCase::ascii("spefic"), &["specific"]), - (UniCase::ascii("secratary"), &["secretary"]), - (UniCase::ascii("stroing"), &["storing"]), - (UniCase::ascii("quater"), &["quarter"]), - (UniCase::ascii("crytpo"), &["crypto"]), - (UniCase::ascii("prequisites"), &["prerequisites"]), - (UniCase::ascii("autocoomit"), &["autocommit"]), - (UniCase::ascii("eliptical"), &["elliptical"]), - (UniCase::ascii("auxilliaries"), &["auxiliaries"]), - (UniCase::ascii("rentors"), &["renters"]), - (UniCase::ascii("dosen;t"), &["doesn\'t"]), - (UniCase::ascii("effectiviness"), &["effectiveness"]), - (UniCase::ascii("thi"), &["the", "this"]), - (UniCase::ascii("mathcing"), &["matching"]), - (UniCase::ascii("deocde"), &["decode"]), - (UniCase::ascii("ciriticality"), &["criticality"]), - (UniCase::ascii("coeffcient"), &["coefficient"]), - (UniCase::ascii("copmetitors"), &["competitors"]), - (UniCase::ascii("direrctors"), &["directors"]), - (UniCase::ascii("dupplicating"), &["duplicating"]), - (UniCase::ascii("mege"), &["merge"]), - (UniCase::ascii("coordanate"), &["coordinate"]), - (UniCase::ascii("historycaly"), &["historically"]), - (UniCase::ascii("dloating"), &["floating"]), - (UniCase::ascii("authenenticator"), &["authenticator"]), - (UniCase::ascii("sequemces"), &["sequences"]), - (UniCase::ascii("whould"), &["would"]), - (UniCase::ascii("accompagny"), &["accompany"]), - (UniCase::ascii("cahnge"), &["change"]), - (UniCase::ascii("spefies"), &["specifies"]), - (UniCase::ascii("paramenet"), &["parameter"]), - (UniCase::ascii("consituted"), &["constituted"]), - (UniCase::ascii("restaraunteur"), &["restaurateur"]), - (UniCase::ascii("inculde"), &["include"]), - (UniCase::ascii("bitnaps"), &["bitmaps"]), - (UniCase::ascii("examplee"), &["example", "examples"]), - (UniCase::ascii("poperee"), &["potpourri"]), - (UniCase::ascii("complette"), &["complete"]), - (UniCase::ascii("congifure"), &["configure"]), - (UniCase::ascii("asendencey"), &["ascendancy"]), - (UniCase::ascii("researved"), &["reserved"]), - (UniCase::ascii("hunderd"), &["hundred"]), - (UniCase::ascii("speficiallics"), &["specifics"]), - (UniCase::ascii("arbitary"), &["arbitrary"]), - (UniCase::ascii("pathalogical"), &["pathological"]), - (UniCase::ascii("stnad"), &["stand"]), - (UniCase::ascii("comapatible"), &["compatible"]), - (UniCase::ascii("assosiacted"), &["associated"]), - (UniCase::ascii("porcessors"), &["processors"]), - (UniCase::ascii("unsucessefully"), &["unsuccessfully"]), - (UniCase::ascii("bringtofont"), &["bringtofront"]), - (UniCase::ascii("temporyries"), &["temporaries"]), - (UniCase::ascii("ususal"), &["usual"]), - (UniCase::ascii("acceleartes"), &["accelerates"]), - (UniCase::ascii("secue"), &["secure"]), - (UniCase::ascii("algortim"), &["algorithm"]), - (UniCase::ascii("betweent"), &["between"]), - (UniCase::ascii("syncronize"), &["synchronize"]), - (UniCase::ascii("typpe"), &["type"]), - (UniCase::ascii("architures"), &["architectures"]), - (UniCase::ascii("poicies"), &["policies"]), - (UniCase::ascii("mismaching"), &["mismatching"]), - (UniCase::ascii("reconetion"), &["reconnection"]), - (UniCase::ascii("chec"), &["check"]), - (UniCase::ascii("upstreeming"), &["upstreaming"]), - (UniCase::ascii("algoruthms"), &["algorithms"]), - (UniCase::ascii("excecptions"), &["exceptions"]), - (UniCase::ascii("regultor"), &["regulator"]), - (UniCase::ascii("disussions"), &["discussions"]), - (UniCase::ascii("fileystem"), &["filesystem"]), - ( - UniCase::ascii("automaticall"), - &["automatically", "automatic"], - ), - (UniCase::ascii("descritpros"), &["descriptors"]), - (UniCase::ascii("continure"), &["continue"]), - (UniCase::ascii("expepect"), &["expect"]), - (UniCase::ascii("versiob"), &["version"]), - (UniCase::ascii("acccuracy"), &["accuracy"]), - (UniCase::ascii("failue"), &["failure"]), - (UniCase::ascii("bounduaries"), &["boundaries"]), - (UniCase::ascii("filetest"), &["file test"]), - (UniCase::ascii("execucte"), &["execute"]), - (UniCase::ascii("labratory"), &["laboratory"]), - ( - UniCase::ascii("innitialize"), - &["initialize", "initializes"], - ), - (UniCase::ascii("differred"), &["differed"]), - (UniCase::ascii("opose"), &["oppose"]), - (UniCase::ascii("experimer"), &["experimenter"]), - (UniCase::ascii("sliently"), &["silently"]), - (UniCase::ascii("vlone"), &["clone"]), - (UniCase::ascii("transfomer"), &["transformer"]), - (UniCase::ascii("compicated"), &["complicated"]), - ( - UniCase::ascii("auto-negotionations"), - &["auto-negotiations"], - ), - (UniCase::ascii("neigborhood"), &["neighborhood"]), - (UniCase::ascii("coloringh"), &["coloring"]), - (UniCase::ascii("insensistive"), &["insensitive"]), - (UniCase::ascii("blokchain"), &["blockchain"]), - (UniCase::ascii("co-ordinate"), &["coordinate"]), - (UniCase::ascii("repedable"), &["repeatable"]), - (UniCase::ascii("pipleines"), &["pipelines"]), - (UniCase::ascii("whihch"), &["which"]), - (UniCase::ascii("rearrangting"), &["rearranging"]), - (UniCase::ascii("implent"), &["implement"]), - (UniCase::ascii("excetpion"), &["exception"]), - (UniCase::ascii("discontinuos"), &["discontinuous"]), - (UniCase::ascii("endnoden"), &["endnode"]), - (UniCase::ascii("indentified"), &["identified"]), - (UniCase::ascii("proprotionally"), &["proportionally"]), - (UniCase::ascii("expresssions"), &["expressions"]), - (UniCase::ascii("Brittish"), &["British"]), - (UniCase::ascii("trafic"), &["traffic"]), - (UniCase::ascii("disappearred"), &["disappeared"]), - (UniCase::ascii("irrelvant"), &["irrelevant"]), - ( - UniCase::ascii("archaoelogy"), - &["archeology", "archaeology"], - ), - (UniCase::ascii("satified"), &["satisfied"]), - (UniCase::ascii("prferred"), &["preferred"]), - (UniCase::ascii("consitutes"), &["constitutes"]), - (UniCase::ascii("expeiencing"), &["experiencing"]), - (UniCase::ascii("trival"), &["trivial"]), - (UniCase::ascii("submachne"), &["submachine"]), - (UniCase::ascii("specfically"), &["specifically"]), - (UniCase::ascii("fixeme"), &["fixme"]), - (UniCase::ascii("apoints"), &["appoints"]), - (UniCase::ascii("characaters"), &["characters"]), - (UniCase::ascii("inteligence"), &["intelligence"]), - (UniCase::ascii("rememebr"), &["remember"]), - (UniCase::ascii("greysacles"), &["greyscales"]), - (UniCase::ascii("defaulg"), &["default"]), - (UniCase::ascii("provsioning"), &["provisioning"]), - (UniCase::ascii("accesed"), &["accessed"]), - (UniCase::ascii("maintance"), &["maintenance"]), - (UniCase::ascii("rapresent"), &["represent"]), - (UniCase::ascii("unknwn"), &["unknown"]), - (UniCase::ascii("constucters"), &["constructors"]), - (UniCase::ascii("combinded"), &["combined"]), - (UniCase::ascii("addessing"), &["addressing"]), - (UniCase::ascii("heros"), &["heroes"]), - (UniCase::ascii("accumlated"), &["accumulated"]), - (UniCase::ascii("regalars"), &["regulars"]), - (UniCase::ascii("toggel"), &["toggle"]), - (UniCase::ascii("cleannup"), &["cleanup"]), - (UniCase::ascii("cemetarey"), &["cemetery"]), - (UniCase::ascii("hge"), &["he"]), - (UniCase::ascii("asteriod"), &["asteroid"]), - (UniCase::ascii("incrmenting"), &["incrementing"]), - (UniCase::ascii("contracictions"), &["contradictions"]), - (UniCase::ascii("neighboordhoods"), &["neighborhoods"]), - (UniCase::ascii("yhe"), &["the"]), - (UniCase::ascii("re-negotionations"), &["re-negotiations"]), - (UniCase::ascii("custoising"), &["customising"]), - (UniCase::ascii("interfereing"), &["interfering"]), - (UniCase::ascii("sudents"), &["students"]), - (UniCase::ascii("fursermore"), &["furthermore"]), - (UniCase::ascii("accoustically"), &["acoustically"]), - (UniCase::ascii("partiitoned"), &["partitioned"]), - (UniCase::ascii("experinece"), &["experience"]), - (UniCase::ascii("synchonised"), &["synchronised"]), - (UniCase::ascii("expoential"), &["exponential"]), - (UniCase::ascii("loacality"), &["locality"]), - (UniCase::ascii("availabble"), &["available"]), - (UniCase::ascii("netwroks"), &["networks"]), - (UniCase::ascii("recrod"), &["record"]), - (UniCase::ascii("puritannical"), &["puritanical"]), - (UniCase::ascii("ilogical"), &["illogical"]), - (UniCase::ascii("dissapoint"), &["disappoint"]), - (UniCase::ascii("exameple"), &["example"]), - (UniCase::ascii("bookeeping"), &["bookkeeping"]), - (UniCase::ascii("bostom"), &["boston", "bottom"]), - (UniCase::ascii("commpare"), &["compare"]), - (UniCase::ascii("supressed"), &["suppressed"]), - ( - UniCase::ascii("flass"), - &["class", "glass", "flask", "flash"], - ), - (UniCase::ascii("dissalow"), &["disallow"]), - (UniCase::ascii("absoluthe"), &["absolute"]), - (UniCase::ascii("descrptor"), &["descriptor"]), - (UniCase::ascii("bastracter"), &["abstracter"]), - ( - UniCase::ascii("rountripped"), - &["roundtripped", "round-tripped", "round tripped"], - ), - (UniCase::ascii("magnatiude"), &["magnitude"]), - (UniCase::ascii("thess"), &["this", "these"]), - (UniCase::ascii("alcholic"), &["alcoholic"]), - (UniCase::ascii("coninuous"), &["continuous"]), - (UniCase::ascii("dashbord"), &["dashboard"]), - (UniCase::ascii("reinitalize"), &["reinitialize"]), - (UniCase::ascii("follod"), &["followed"]), - (UniCase::ascii("laguague"), &["language"]), - (UniCase::ascii("mirrorred"), &["mirrored"]), - (UniCase::ascii("easer"), &["easier", "eraser"]), - (UniCase::ascii("ehther"), &["ether", "either"]), - (UniCase::ascii("Januray"), &["January"]), - (UniCase::ascii("terminte"), &["terminate"]), - (UniCase::ascii("suspicous"), &["suspicious"]), - (UniCase::ascii("diamaters"), &["diameters"]), - (UniCase::ascii("acurate"), &["accurate"]), - (UniCase::ascii("theery"), &["theory"]), - (UniCase::ascii("roundign"), &["rounding"]), - (UniCase::ascii("chopipng"), &["chopping"]), - (UniCase::ascii("overfow"), &["overflow"]), - (UniCase::ascii("inheret"), &["inherit"]), - (UniCase::ascii("subtsitutable"), &["substitutable"]), - (UniCase::ascii("ccahe"), &["cache"]), - (UniCase::ascii("commect"), &["connect"]), - (UniCase::ascii("speficieir"), &["specifier"]), - (UniCase::ascii("temproment"), &["temperament"]), - (UniCase::ascii("constriants"), &["constraints"]), - (UniCase::ascii("foootball"), &["football"]), - (UniCase::ascii("asbolutely"), &["absolutely"]), - (UniCase::ascii("conficted"), &["conflicted"]), - (UniCase::ascii("alogirhtmic"), &["algorithmic"]), - (UniCase::ascii("queus"), &["queues"]), - (UniCase::ascii("isntances"), &["instances"]), - (UniCase::ascii("arbiitrarily"), &["arbitrarily"]), - (UniCase::ascii("organsiation"), &["organisation"]), - (UniCase::ascii("maininly"), &["mainly"]), - (UniCase::ascii("notse"), &["notes", "note"]), - (UniCase::ascii("particalarly"), &["particularly"]), - (UniCase::ascii("gerneric"), &["generic"]), - (UniCase::ascii("strenghts"), &["strengths"]), - (UniCase::ascii("althorithmic"), &["algorithmic"]), - (UniCase::ascii("handeler"), &["handler"]), - (UniCase::ascii("notificaiton"), &["notification"]), - (UniCase::ascii("amunt"), &["amount"]), - (UniCase::ascii("resoruced"), &["resourced"]), - (UniCase::ascii("proporpotion"), &["proportion"]), - (UniCase::ascii("cicruit"), &["circuit"]), - (UniCase::ascii("cuvre"), &["curve", "cover"]), - ( - UniCase::ascii("replase"), - &["replace", "relapse", "rephase"], - ), - (UniCase::ascii("dupliagte"), &["duplicate"]), - (UniCase::ascii("prirority"), &["priority"]), - (UniCase::ascii("packge"), &["package"]), - (UniCase::ascii("strenous"), &["strenuous"]), - (UniCase::ascii("ccoutant"), &["accountant"]), - (UniCase::ascii("realitime"), &["realtime"]), - (UniCase::ascii("keybord"), &["keyboard"]), - (UniCase::ascii("temporrily"), &["temporarily"]), - (UniCase::ascii("aloows"), &["allows"]), - (UniCase::ascii("pseudopoential"), &["pseudopotential"]), - (UniCase::ascii("suppres"), &["suppress"]), - (UniCase::ascii("startign"), &["starting"]), - (UniCase::ascii("bounbdaries"), &["boundaries"]), - (UniCase::ascii("algorothm"), &["algorithm"]), - (UniCase::ascii("distrubution"), &["distribution"]), - (UniCase::ascii("mintors"), &["mentors", "monitors"]), - (UniCase::ascii("expoitation"), &["exploitation"]), - (UniCase::ascii("straightfoward"), &["straightforward"]), - (UniCase::ascii("transparceny"), &["transparency"]), - (UniCase::ascii("enhence"), &["enhance"]), - (UniCase::ascii("expexted"), &["expected"]), - (UniCase::ascii("pacht"), &["patch"]), - (UniCase::ascii("intercation"), &["interaction"]), - (UniCase::ascii("dicarding"), &["discarding"]), - (UniCase::ascii("allpication"), &["application"]), - (UniCase::ascii("suppressingd"), &["suppressing"]), - (UniCase::ascii("divisable"), &["divisible"]), - (UniCase::ascii("addressess"), &["addresses"]), - (UniCase::ascii("containter"), &["container"]), - (UniCase::ascii("ceromony"), &["ceremony"]), - (UniCase::ascii("paiting"), &["painting"]), - (UniCase::ascii("shtopp"), &["stop", "shop"]), - (UniCase::ascii("prdpagators"), &["propagators"]), - (UniCase::ascii("opeinging"), &["opening"]), - (UniCase::ascii("fundation"), &["foundation"]), - (UniCase::ascii("erlier"), &["earlier"]), - (UniCase::ascii("bacup"), &["backup"]), - (UniCase::ascii("publihsed"), &["published"]), - (UniCase::ascii("asceding"), &["ascending"]), - (UniCase::ascii("multliples"), &["multiples"]), - (UniCase::ascii("publicaly"), &["publicly"]), - (UniCase::ascii("happenned"), &["happened"]), - (UniCase::ascii("constly"), &["costly"]), - (UniCase::ascii("declaratiom"), &["declaration"]), - (UniCase::ascii("incremetal"), &["incremental"]), - (UniCase::ascii("relevane"), &["relevant"]), - (UniCase::ascii("wery"), &["very", "wary", "weary"]), - (UniCase::ascii("workbennch"), &["workbench"]), - (UniCase::ascii("coneectivities"), &["connectivities"]), - (UniCase::ascii("dictinary"), &["dictionary"]), - (UniCase::ascii("sction"), &["section", "suction"]), - (UniCase::ascii("detatching"), &["detaching"]), - (UniCase::ascii("hould"), &["hold", "should"]), - (UniCase::ascii("reprensent"), &["represent"]), - ( - UniCase::ascii("depreceated"), - &["deprecated", "depreciated"], - ), - (UniCase::ascii("attatching"), &["attaching"]), - (UniCase::ascii("scipting"), &["scripting"]), - (UniCase::ascii("mantainer"), &["maintainer"]), - (UniCase::ascii("optin"), &["option"]), - (UniCase::ascii("beneeth"), &["beneath"]), - (UniCase::ascii("paniced"), &["panicked"]), - (UniCase::ascii("henderence"), &["hindrance"]), - (UniCase::ascii("simgle"), &["single"]), - (UniCase::ascii("bastracted"), &["abstracted"]), - (UniCase::ascii("handsake"), &["handshake"]), - (UniCase::ascii("seconadry"), &["secondary"]), - (UniCase::ascii("answhared"), &["answered"]), - (UniCase::ascii("enviorenments"), &["environments"]), - (UniCase::ascii("bewteen"), &["between"]), - ( - UniCase::ascii("initilises"), - &["initialises", "initializes"], - ), - (UniCase::ascii("effulence"), &["effluence"]), - (UniCase::ascii("connecttion"), &["connection"]), - (UniCase::ascii("exctracted"), &["extracted"]), - (UniCase::ascii("tyhe"), &["they"]), - (UniCase::ascii("directoty"), &["directory"]), - (UniCase::ascii("serailized"), &["serialized"]), - (UniCase::ascii("copmilation"), &["compilation"]), - (UniCase::ascii("esential"), &["essential"]), - (UniCase::ascii("disfunctional"), &["dysfunctional"]), - (UniCase::ascii("ba"), &["by", "be"]), - (UniCase::ascii("organisaion"), &["organisation"]), - (UniCase::ascii("releative"), &["relative"]), - (UniCase::ascii("pahts"), &["paths", "pats", "parts"]), - (UniCase::ascii("flexibel"), &["flexible"]), - (UniCase::ascii("sistemists"), &["systemists"]), - (UniCase::ascii("cookoo"), &["cuckoo"]), - (UniCase::ascii("locaition"), &["location"]), - (UniCase::ascii("reoder"), &["reorder"]), - (UniCase::ascii("exercieses"), &["exercises"]), - (UniCase::ascii("backpsace"), &["backspace"]), - (UniCase::ascii("coprrights"), &["copyrights"]), - (UniCase::ascii("condtioned"), &["conditioned"]), - (UniCase::ascii("configruations"), &["configurations"]), - (UniCase::ascii("specifich"), &["specify", "specific"]), - (UniCase::ascii("licated"), &["located"]), - (UniCase::ascii("progammed"), &["programmed"]), - (UniCase::ascii("legact"), &["legacy"]), - (UniCase::ascii("partisioned"), &["partitioned"]), - (UniCase::ascii("conenctor"), &["connector"]), - (UniCase::ascii("exhist"), &["exist"]), - (UniCase::ascii("auxillery"), &["auxiliary"]), - (UniCase::ascii("backound"), &["background"]), - (UniCase::ascii("commansd"), &["commands"]), - (UniCase::ascii("traslalation"), &["translation"]), - (UniCase::ascii("determaine"), &["determine"]), - (UniCase::ascii("dealloacte"), &["deallocate"]), - (UniCase::ascii("coeffcients"), &["coefficients"]), - ( - UniCase::ascii("transforme"), - &["transformed", "transformer", "transform"], - ), - (UniCase::ascii("presntation"), &["presentation"]), - (UniCase::ascii("forula"), &["formula"]), - (UniCase::ascii("perpindicular"), &["perpendicular"]), - (UniCase::ascii("itializing"), &["initializing"]), - (UniCase::ascii("vacumme"), &["vacuum"]), - (UniCase::ascii("emties"), &["empties"]), - (UniCase::ascii("cyrpto"), &["crypto"]), - (UniCase::ascii("regularlized"), &["regularized"]), - (UniCase::ascii("uppstream"), &["upstream"]), - (UniCase::ascii("confrimed"), &["confirmed"]), - (UniCase::ascii("wizzard"), &["wizard"]), - (UniCase::ascii("conerter"), &["converter"]), - (UniCase::ascii("caselessely"), &["caselessly"]), - (UniCase::ascii("chanllenge"), &["challenge"]), - (UniCase::ascii("hydropilic"), &["hydrophilic"]), - (UniCase::ascii("necesarry"), &["necessary"]), - (UniCase::ascii("descirption"), &["description"]), - (UniCase::ascii("requisits"), &["requisites"]), - (UniCase::ascii("orderd"), &["ordered"]), - (UniCase::ascii("connecton"), &["connection", "connector"]), - (UniCase::ascii("peacefuland"), &["peaceful and"]), - (UniCase::ascii("visuaizes"), &["visualizes"]), - (UniCase::ascii("prefices"), &["prefixes"]), - (UniCase::ascii("terrable"), &["terrible"]), - (UniCase::ascii("surronded"), &["surrounded"]), - (UniCase::ascii("matemathical"), &["mathematical"]), - (UniCase::ascii("coallition"), &["coalition", "collation"]), - (UniCase::ascii("propator"), &["propagator"]), - (UniCase::ascii("dirctories"), &["directories"]), - (UniCase::ascii("hydropile"), &["hydrophile"]), - (UniCase::ascii("rescritions"), &["restrictions"]), - (UniCase::ascii("abovemtioned"), &["abovementioned"]), - (UniCase::ascii("accurarcy"), &["accuracy"]), - (UniCase::ascii("Brasillian"), &["Brazilian"]), - (UniCase::ascii("retriebe"), &["retrieve"]), - (UniCase::ascii("suffication"), &["suffocation"]), - (UniCase::ascii("imolicitly"), &["implicitly"]), - (UniCase::ascii("succesfully"), &["successfully"]), - (UniCase::ascii("conditionned"), &["conditioned"]), - (UniCase::ascii("appicability"), &["applicability"]), - (UniCase::ascii("comsumer"), &["consumer"]), - (UniCase::ascii("custoised"), &["customised"]), - (UniCase::ascii("inteface"), &["interface"]), - (UniCase::ascii("arrang"), &["arrange"]), - (UniCase::ascii("experamented"), &["experimented"]), - (UniCase::ascii("apparence"), &["appearance"]), - (UniCase::ascii("perferance"), &["preference"]), - (UniCase::ascii("scholarhips"), &["scholarships"]), - (UniCase::ascii("exceuctes"), &["executes"]), - (UniCase::ascii("requisit"), &["requisite"]), - (UniCase::ascii("availabable"), &["available"]), - (UniCase::ascii("negoptionsotiable"), &["negotiable"]), - (UniCase::ascii("notifiying"), &["notifying"]), - (UniCase::ascii("regularlise"), &["regularise"]), - (UniCase::ascii("assebmly"), &["assembly"]), - (UniCase::ascii("scientfic"), &["scientific"]), - (UniCase::ascii("reconeected"), &["reconnected"]), - (UniCase::ascii("repport"), &["report"]), - (UniCase::ascii("determins"), &["determines"]), - (UniCase::ascii("compataibility"), &["compatibility"]), - (UniCase::ascii("awared"), &["awarded"]), - (UniCase::ascii("tescase"), &["testcase"]), - (UniCase::ascii("absolunely"), &["absolutely"]), - (UniCase::ascii("differens"), &["difference"]), - (UniCase::ascii("cateogry"), &["category"]), - (UniCase::ascii("handshackes"), &["handshakes"]), - (UniCase::ascii("amuch"), &["much"]), - (UniCase::ascii("imporv"), &["improve", "improv"]), - (UniCase::ascii("certifcated"), &["certificated"]), - (UniCase::ascii("thos"), &["those", "this"]), - (UniCase::ascii("earliear"), &["earlier"]), - (UniCase::ascii("escapeable"), &["escapable"]), - (UniCase::ascii("sbsampling"), &["subsampling"]), - (UniCase::ascii("pontential"), &["potential"]), - (UniCase::ascii("sacrafice"), &["sacrifice"]), - (UniCase::ascii("execulusive"), &["exclusive"]), - (UniCase::ascii("follwwin"), &["following"]), - (UniCase::ascii("perfoemamces"), &["performances"]), - (UniCase::ascii("duplated"), &["duplicated"]), - (UniCase::ascii("timeschedule"), &["time schedule"]), - (UniCase::ascii("caryy"), &["carry"]), - (UniCase::ascii("recources"), &["resources"]), - (UniCase::ascii("abstracs"), &["abstracts"]), - (UniCase::ascii("blackslashes"), &["backslashes"]), - (UniCase::ascii("desogned"), &["designed"]), - (UniCase::ascii("extarnal"), &["external"]), - (UniCase::ascii("brokem"), &["broken"]), - (UniCase::ascii("sortig"), &["sorting"]), - (UniCase::ascii("cyphersuites"), &["ciphersuites"]), - (UniCase::ascii("downlaoded"), &["downloaded"]), - (UniCase::ascii("operaton"), &["operation"]), - (UniCase::ascii("iteself"), &["itself"]), - (UniCase::ascii("renegoziate"), &["renegotiate"]), - (UniCase::ascii("rether"), &["rather"]), - (UniCase::ascii("peroids"), &["periods"]), - (UniCase::ascii("godess"), &["goddess"]), - (UniCase::ascii("insepected"), &["inspected"]), - (UniCase::ascii("unspeficillifed"), &["unspecified"]), - (UniCase::ascii("monstrum"), &["monster"]), - (UniCase::ascii("desparately"), &["desperately"]), - (UniCase::ascii("precentile"), &["percentile"]), - (UniCase::ascii("delets"), &["deletes"]), - (UniCase::ascii("custonizer"), &["customizer"]), - (UniCase::ascii("massectomy"), &["mastectomy"]), - (UniCase::ascii("metamorphysis"), &["metamorphosis"]), - (UniCase::ascii("maskerading"), &["masquerading"]), - (UniCase::ascii("disconecctions"), &["disconnections"]), - (UniCase::ascii("expementally"), &["experimentally"]), - (UniCase::ascii("agggregate"), &["aggregate"]), - (UniCase::ascii("resoiurced"), &["resourced"]), - (UniCase::ascii("gurrantee"), &["guarantee"]), - (UniCase::ascii("auto-negotitaion"), &["auto-negotiation"]), - (UniCase::ascii("ocorrences"), &["occurrences"]), - (UniCase::ascii("conider"), &["consider"]), - (UniCase::ascii("developements"), &["developments"]), - (UniCase::ascii("coeffiecients"), &["coefficients"]), - (UniCase::ascii("managament"), &["management"]), - (UniCase::ascii("swaers"), &["swears"]), - (UniCase::ascii("desktiop"), &["desktop"]), - (UniCase::ascii("wraper"), &["wrapper"]), - (UniCase::ascii("cahches"), &["caches"]), - (UniCase::ascii("interveening"), &["intervening"]), - (UniCase::ascii("insering"), &["inserting"]), - (UniCase::ascii("oriantated"), &["orientated"]), - (UniCase::ascii("preamle"), &["preamble"]), - (UniCase::ascii("wilcard"), &["wildcard"]), - (UniCase::ascii("tramsmit"), &["transmit"]), - (UniCase::ascii("tamplate"), &["template"]), - (UniCase::ascii("reutnred"), &["returned"]), - (UniCase::ascii("condifuration"), &["configuration"]), - (UniCase::ascii("schdule"), &["schedule"]), - (UniCase::ascii("expexting"), &["expecting"]), - (UniCase::ascii("ccertificated"), &["certificated"]), - (UniCase::ascii("approximitely"), &["approximately"]), - (UniCase::ascii("rotatio"), &["rotation", "ratio"]), - (UniCase::ascii("openned"), &["opened"]), - (UniCase::ascii("dicovers"), &["discovers"]), - (UniCase::ascii("namnes"), &["names"]), - (UniCase::ascii("foloowin"), &["following"]), - (UniCase::ascii("authrorities"), &["authorities"]), - (UniCase::ascii("libguistics"), &["linguistics"]), - (UniCase::ascii("envioronmental"), &["environmental"]), - (UniCase::ascii("toches"), &["touches"]), - (UniCase::ascii("neigher"), &["neither"]), - (UniCase::ascii("optioins"), &["options"]), - (UniCase::ascii("executution"), &["execution"]), - (UniCase::ascii("politicans"), &["politicians"]), - (UniCase::ascii("devider"), &["divider"]), - (UniCase::ascii("initailizer"), &["initializer"]), - (UniCase::ascii("befure"), &["before"]), - (UniCase::ascii("fonetic"), &["phonetic"]), - (UniCase::ascii("finsihing"), &["finishing"]), - (UniCase::ascii("unselecgtes"), &["unselects"]), - (UniCase::ascii("excahcnge"), &["exchange"]), - (UniCase::ascii("varable"), &["variable"]), - (UniCase::ascii("deffinition"), &["definition"]), - (UniCase::ascii("widesread"), &["widespread"]), - (UniCase::ascii("visblie"), &["visible"]), - (UniCase::ascii("incresing"), &["increasing"]), - (UniCase::ascii("halfs"), &["halves"]), - (UniCase::ascii("thruogh"), &["through"]), - (UniCase::ascii("senstive"), &["sensitive"]), - (UniCase::ascii("certifiation"), &["certification"]), - (UniCase::ascii("portugues"), &["Portuguese"]), - (UniCase::ascii("basci"), &["basic"]), - (UniCase::ascii("renegociate"), &["renegotiate"]), - (UniCase::ascii("nkow"), &["know"]), - (UniCase::ascii("exaples"), &["examples"]), - (UniCase::ascii("internall"), &["internal", "internally"]), - (UniCase::ascii("corosponded"), &["corresponded"]), - (UniCase::ascii("passwrod"), &["password"]), - (UniCase::ascii("incomaptible"), &["incompatible"]), - (UniCase::ascii("cuase"), &["cause"]), - (UniCase::ascii("amacingly"), &["amazingly"]), - (UniCase::ascii("attaced"), &["attached"]), - (UniCase::ascii("perfom"), &["perform"]), - ( - UniCase::ascii("fiter"), - &["filter", "fighter", "fitter", "fiver"], - ), - (UniCase::ascii("accorted"), &["accorded"]), - (UniCase::ascii("emited"), &["emitted"]), - (UniCase::ascii("archiac"), &["archaic"]), - (UniCase::ascii("doiubled"), &["doubled"]), - (UniCase::ascii("bakend"), &["backend", "baked"]), - (UniCase::ascii("myselfe"), &["myself"]), - (UniCase::ascii("obsolate"), &["obsolete"]), - (UniCase::ascii("confifurable"), &["configurable"]), - (UniCase::ascii("proprogated"), &["propagated"]), - (UniCase::ascii("demension"), &["dimension"]), - (UniCase::ascii("chaged"), &["changed", "charged"]), - (UniCase::ascii("probabilaty"), &["probability"]), - (UniCase::ascii("alot"), &["a lot", "allot"]), - ( - UniCase::ascii("spped"), - &["speed", "sped", "sipped", "sapped", "supped", "sopped"], - ), - (UniCase::ascii("guaruanteeing"), &["guaranteeing"]), - (UniCase::ascii("deisgn"), &["design"]), - (UniCase::ascii("traveerses"), &["traverses"]), - (UniCase::ascii("expewriment"), &["experiment"]), - (UniCase::ascii("acorss"), &["across"]), - (UniCase::ascii("adivsoriy"), &["advisory", "advisories"]), - (UniCase::ascii("conviced"), &["convinced"]), - (UniCase::ascii("promis"), &["promise"]), - (UniCase::ascii("spinock"), &["spinlock"]), - (UniCase::ascii("re-negoitation"), &["re-negotiation"]), - (UniCase::ascii("emmediately"), &["immediately"]), - (UniCase::ascii("singuarity"), &["singularity"]), - (UniCase::ascii("invalaid"), &["invalid"]), - (UniCase::ascii("potatos"), &["potatoes"]), - (UniCase::ascii("abolustely"), &["absolutely"]), - (UniCase::ascii("assumung"), &["assuming"]), - (UniCase::ascii("falg"), &["flag"]), - (UniCase::ascii("expropiated"), &["expropriated"]), - (UniCase::ascii("corelated"), &["correlated"]), - (UniCase::ascii("derrived"), &["derived"]), - (UniCase::ascii("indepdendent"), &["independent"]), - (UniCase::ascii("artcile"), &["article"]), - (UniCase::ascii("soem"), &["some"]), - (UniCase::ascii("compoents"), &["components"]), - (UniCase::ascii("deaemon"), &["daemon"]), - (UniCase::ascii("ownerhsip"), &["ownership"]), - (UniCase::ascii("unspeficifeid"), &["unspecified"]), - (UniCase::ascii("upadate"), &["update"]), - (UniCase::ascii("installaiton"), &["installation"]), - (UniCase::ascii("varibable"), &["variable"]), - (UniCase::ascii("argumentents"), &["arguments"]), - (UniCase::ascii("ceartype"), &["cleartype"]), - (UniCase::ascii("havent\'"), &["haven\'t"]), - (UniCase::ascii("declartive"), &["declarative"]), - (UniCase::ascii("cleanpu"), &["cleanup"]), - (UniCase::ascii("entireity"), &["entirety"]), - (UniCase::ascii("neighbeods"), &["neighborhoods"]), - (UniCase::ascii("authorites"), &["authorities"]), - (UniCase::ascii("implementates"), &["implements"]), - (UniCase::ascii("preferr"), &["prefer"]), - (UniCase::ascii("favuourites"), &["favourites"]), - (UniCase::ascii("neighboorhod"), &["neighborhood"]), - (UniCase::ascii("certificats"), &["certificates"]), - (UniCase::ascii("erasablocks"), &["eraseblocks"]), - (UniCase::ascii("initialilzing"), &["initializing"]), - (UniCase::ascii("decribe"), &["describe"]), - (UniCase::ascii("exectution"), &["execution"]), - (UniCase::ascii("negotations"), &["negotiations"]), - (UniCase::ascii("coneectivity"), &["connectivity"]), - (UniCase::ascii("wieghed"), &["weighed"]), - (UniCase::ascii("variblaes"), &["variables"]), - (UniCase::ascii("subnegotiotation"), &["subnegotiation"]), - (UniCase::ascii("reconencts"), &["reconnects"]), - (UniCase::ascii("intimite"), &["intimate"]), - (UniCase::ascii("immitate"), &["imitate"]), - (UniCase::ascii("actullay"), &["actually"]), - (UniCase::ascii("advanved"), &["advanced"]), - (UniCase::ascii("identidier"), &["identifier"]), - (UniCase::ascii("cliuents"), &["clients"]), - (UniCase::ascii("alraedy"), &["already"]), - (UniCase::ascii("coalcence"), &["coalescence"]), - (UniCase::ascii("nulll"), &["null"]), - (UniCase::ascii("retreve"), &["retrieve"]), - (UniCase::ascii("experimmentation"), &["experimentation"]), - (UniCase::ascii("perferrs"), &["prefers"]), - (UniCase::ascii("tattooes"), &["tattoos"]), - (UniCase::ascii("ninimal"), &["minimal"]), - (UniCase::ascii("extraterrestial"), &["extraterrestrial"]), - (UniCase::ascii("fedality"), &["fidelity"]), - (UniCase::ascii("udater"), &["updater", "dater"]), - (UniCase::ascii("negotiotable"), &["negotiable"]), - (UniCase::ascii("availabl"), &["available"]), - (UniCase::ascii("desposit"), &["deposit", "deposition"]), - (UniCase::ascii("framei"), &["frame"]), - (UniCase::ascii("housr"), &["hours", "house"]), - (UniCase::ascii("stript"), &["stripped"]), - (UniCase::ascii("adin"), &["admin"]), - (UniCase::ascii("granulatiry"), &["granularity"]), - (UniCase::ascii("underfiend"), &["undefined"]), - (UniCase::ascii("refinemenet"), &["refinement"]), - (UniCase::ascii("chuncs"), &["chunks"]), - (UniCase::ascii("diffrent"), &["different"]), - (UniCase::ascii("interpeters"), &["interpreters"]), - (UniCase::ascii("milliseond"), &["millisecond"]), - (UniCase::ascii("communiy"), &["community"]), - (UniCase::ascii("absoluve"), &["absolute"]), - (UniCase::ascii("failture"), &["failure"]), - (UniCase::ascii("procesed"), &["processed"]), - (UniCase::ascii("suceses"), &["successes"]), - (UniCase::ascii("directely"), &["directly"]), - (UniCase::ascii("impoved"), &["improved"]), - (UniCase::ascii("excisting"), &["existing"]), - (UniCase::ascii("hyperboly"), &["hyperbole"]), - (UniCase::ascii("ciritc"), &["critic"]), - (UniCase::ascii("speeak"), &["speak"]), - (UniCase::ascii("algoirthms"), &["algorithms"]), - (UniCase::ascii("algotirhmic"), &["algorithmic"]), - (UniCase::ascii("exeeds"), &["exceeds"]), - (UniCase::ascii("thruout"), &["throughout"]), - (UniCase::ascii("evalutate"), &["evaluate"]), - (UniCase::ascii("anarchistm"), &["anarchism"]), - (UniCase::ascii("dael"), &["deal", "dial", "dahl"]), - (UniCase::ascii("defininition"), &["definition"]), - (UniCase::ascii("priviliged"), &["privileged"]), - (UniCase::ascii("harrases"), &["harasses"]), - (UniCase::ascii("provicded"), &["provided"]), - (UniCase::ascii("exchaged"), &["exchanged"]), - (UniCase::ascii("profundly"), &["profoundly"]), - (UniCase::ascii("confirmaed"), &["confirmed"]), - (UniCase::ascii("arbritrary"), &["arbitrary"]), - (UniCase::ascii("shanghi"), &["Shanghai"]), - (UniCase::ascii("initializatin"), &["initialization"]), - (UniCase::ascii("requrests"), &["requests"]), - (UniCase::ascii("deprected"), &["deprecated"]), - (UniCase::ascii("variblae"), &["variable"]), - (UniCase::ascii("activitiy"), &["activity"]), - (UniCase::ascii("subnegotiotions"), &["subnegotiations"]), - (UniCase::ascii("currect"), &["correct", "current"]), - (UniCase::ascii("cancle"), &["cancel"]), - (UniCase::ascii("ressurrection"), &["resurrection"]), - (UniCase::ascii("servocing"), &["servicing"]), - (UniCase::ascii("remvoed"), &["removed"]), - (UniCase::ascii("temperture"), &["temperature"]), - (UniCase::ascii("insititute"), &["institute"]), - (UniCase::ascii("furture"), &["future"]), - (UniCase::ascii("evaulating"), &["evaluating"]), - (UniCase::ascii("didnt;"), &["didn\'t"]), - (UniCase::ascii("identifictaion"), &["identification"]), - (UniCase::ascii("ignora"), &["ignore"]), - (UniCase::ascii("agancy"), &["agency"]), - (UniCase::ascii("anevironments"), &["environments"]), - (UniCase::ascii("streemlining"), &["streamlining"]), - (UniCase::ascii("scalled"), &["scaled"]), - (UniCase::ascii("ehancement"), &["enhancement"]), - (UniCase::ascii("compresion"), &["compression"]), - (UniCase::ascii("subtituted"), &["substituted"]), - (UniCase::ascii("albumns"), &["albums"]), - (UniCase::ascii("exeqution"), &["execution"]), - (UniCase::ascii("egenralized"), &["generalized"]), - (UniCase::ascii("replacments"), &["replacements"]), - (UniCase::ascii("jewl"), &["Jew", "jewel"]), - (UniCase::ascii("afecting"), &["affecting"]), - (UniCase::ascii("collsions"), &["collisions"]), - (UniCase::ascii("impossiblble"), &["impossible"]), - (UniCase::ascii("problimatic"), &["problematic"]), - (UniCase::ascii("occationally"), &["occasionally"]), - (UniCase::ascii("losted"), &["listed", "lost", "lasted"]), - (UniCase::ascii("columsn"), &["columns"]), - (UniCase::ascii("jorunal"), &["journal"]), - (UniCase::ascii("pendig"), &["pending"]), - (UniCase::ascii("inluence"), &["influence"]), - (UniCase::ascii("woh"), &["who"]), - (UniCase::ascii("extrators"), &["extractors"]), - (UniCase::ascii("guarantes"), &["guarantees"]), - (UniCase::ascii("swicthing"), &["switching"]), - (UniCase::ascii("respnse"), &["response"]), - (UniCase::ascii("speficied"), &["specified"]), - (UniCase::ascii("anwsered"), &["answered"]), - (UniCase::ascii("virutalization"), &["virtualization"]), - (UniCase::ascii("privelleges"), &["privileges"]), - (UniCase::ascii("youself"), &["yourself"]), - (UniCase::ascii("receiveing"), &["receiving"]), - (UniCase::ascii("usseful"), &["useful"]), - (UniCase::ascii("connecotr"), &["connector"]), - (UniCase::ascii("improbements"), &["improvements"]), - (UniCase::ascii("ununsual"), &["unusual"]), - (UniCase::ascii("unsucessuflly"), &["unsuccessfully"]), - (UniCase::ascii("gilotine"), &["guillotine"]), - (UniCase::ascii("elemets"), &["elements"]), - (UniCase::ascii("crossute"), &["cross-site"]), - (UniCase::ascii("sotrage"), &["storage", "shortage"]), - (UniCase::ascii("parial"), &["partial"]), - (UniCase::ascii("finsih"), &["finish"]), - (UniCase::ascii("degnerates"), &["degenerates"]), - (UniCase::ascii("transperant"), &["transparent"]), - (UniCase::ascii("arised"), &["arose"]), - (UniCase::ascii("experimtenally"), &["experimentally"]), - (UniCase::ascii("disertation"), &["dissertation"]), - (UniCase::ascii("descvriptions"), &["descriptions"]), - (UniCase::ascii("struggels"), &["struggles"]), - (UniCase::ascii("umambiguous"), &["unambiguous"]), - (UniCase::ascii("conntroller"), &["controller"]), - (UniCase::ascii("divrese"), &["diverse"]), - (UniCase::ascii("filelds"), &["fields"]), - (UniCase::ascii("coalacence"), &["coalescence"]), - (UniCase::ascii("initialiation"), &["initialization"]), - (UniCase::ascii("contaning"), &["containing"]), - (UniCase::ascii("approprate"), &["appropriate"]), - (UniCase::ascii("optionallly"), &["optionally"]), - (UniCase::ascii("medacine"), &["medicine"]), - (UniCase::ascii("warniing"), &["warning"]), - (UniCase::ascii("decondings"), &["decodings"]), - (UniCase::ascii("altitute"), &["altitude"]), - (UniCase::ascii("stucked"), &["stuck"]), - (UniCase::ascii("intertia"), &["inertia"]), - (UniCase::ascii("dissappers"), &["disappears"]), - (UniCase::ascii("wonderfull"), &["wonderful"]), - (UniCase::ascii("demostrated"), &["demonstrated"]), - (UniCase::ascii("repetions"), &["repetitions"]), - (UniCase::ascii("entquires"), &["enquires", "inquires"]), - (UniCase::ascii("reimplementaion"), &["reimplementation"]), - (UniCase::ascii("availailability"), &["availability"]), - (UniCase::ascii("spefcifically"), &["specifically"]), - (UniCase::ascii("parellels"), &["parallels"]), - (UniCase::ascii("requres"), &["requires"]), - (UniCase::ascii("inforational"), &["informational"]), - (UniCase::ascii("incompatablility"), &["incompatibility"]), - (UniCase::ascii("acccordances"), &["accordances"]), - (UniCase::ascii("cashe"), &["cache"]), - (UniCase::ascii("officals"), &["officials"]), - (UniCase::ascii("necesarrily"), &["necessarily"]), - (UniCase::ascii("appeares"), &["appears"]), - (UniCase::ascii("huminoid"), &["humanoid"]), - (UniCase::ascii("experimentaiter"), &["experimenter"]), - (UniCase::ascii("laoding"), &["loading"]), - (UniCase::ascii("avalaible"), &["available"]), - (UniCase::ascii("sentense"), &["sentence"]), - (UniCase::ascii("tbey"), &["they"]), - ( - UniCase::ascii("rountrip"), - &["roundtrip", "round-trip", "round trip"], - ), - (UniCase::ascii("prooduces"), &["produces"]), - (UniCase::ascii("harrassed"), &["harassed"]), - (UniCase::ascii("negotitors"), &["negotiators"]), - (UniCase::ascii("hertically"), &["hectically"]), - (UniCase::ascii("authetnticated"), &["authenticated"]), - (UniCase::ascii("maillinglists"), &["mailing lists"]), - (UniCase::ascii("enouhg"), &["enough"]), - (UniCase::ascii("versitlity"), &["versatility"]), - (UniCase::ascii("strenth"), &["strength"]), - (UniCase::ascii("targetted"), &["targeted"]), - (UniCase::ascii("prooses"), &["proposes"]), - (UniCase::ascii("renegotionator"), &["renegotiator"]), - (UniCase::ascii("displayied"), &["displayed"]), - (UniCase::ascii("calllee"), &["callee"]), - (UniCase::ascii("dont\'"), &["don\'t"]), - (UniCase::ascii("dertermine"), &["determine"]), - (UniCase::ascii("memembers"), &["members"]), - (UniCase::ascii("anaylsis"), &["analysis"]), - (UniCase::ascii("negotatior"), &["negotiator"]), - (UniCase::ascii("highligjted"), &["highlighted"]), - (UniCase::ascii("satisifed"), &["satisfied"]), - (UniCase::ascii("emblamatic"), &["emblematic"]), - (UniCase::ascii("permisssions"), &["permissions"]), - (UniCase::ascii("arraning"), &["arranging"]), - (UniCase::ascii("dispicable"), &["despicable"]), - (UniCase::ascii("syncronizes"), &["synchronizes"]), - (UniCase::ascii("serwer"), &["server", "sewer"]), - (UniCase::ascii("could\'nt"), &["couldn\'t"]), - (UniCase::ascii("misstaken"), &["mistaken"]), - (UniCase::ascii("initiaitive"), &["initiative"]), - (UniCase::ascii("expesnce"), &["expense"]), - (UniCase::ascii("cofiguring"), &["configuring"]), - (UniCase::ascii("fullfiled"), &["fulfilled"]), - (UniCase::ascii("cahdidates"), &["candidates"]), - (UniCase::ascii("rquired"), &["required"]), - (UniCase::ascii("fundementals"), &["fundamentals"]), - (UniCase::ascii("inspite"), &["in spite", "inspire"]), - (UniCase::ascii("successfullies"), &["successfully"]), - (UniCase::ascii("unimpemented"), &["unimplemented"]), - (UniCase::ascii("wappers"), &["wrappers"]), - (UniCase::ascii("supercedes"), &["supersedes"]), - (UniCase::ascii("execude"), &["execute"]), - (UniCase::ascii("electon"), &["election", "electron"]), - (UniCase::ascii("decalration"), &["declaration"]), - (UniCase::ascii("unnecessar"), &["unnecessary"]), - (UniCase::ascii("exchnges"), &["exchanges"]), - (UniCase::ascii("unsubscritpitons"), &["unsubscriptions"]), - (UniCase::ascii("undordered"), &["unordered"]), - (UniCase::ascii("entirey"), &["entirely"]), - (UniCase::ascii("indepdendant"), &["independent"]), - (UniCase::ascii("unsubstanciated"), &["unsubstantiated"]), - (UniCase::ascii("occurrances"), &["occurrences"]), - (UniCase::ascii("mulitpart"), &["multipart"]), - (UniCase::ascii("sintakt"), &["syntax"]), - (UniCase::ascii("spefying"), &["specifying"]), - (UniCase::ascii("resposne"), &["response"]), - (UniCase::ascii("towrad"), &["toward"]), - (UniCase::ascii("witdh"), &["width"]), - (UniCase::ascii("centruy"), &["century"]), - (UniCase::ascii("deviceremoveable"), &["deviceremovable"]), - (UniCase::ascii("proffesion"), &["profession"]), - (UniCase::ascii("finxed"), &["fixed"]), - (UniCase::ascii("ovverride"), &["override"]), - (UniCase::ascii("transpsition"), &["transposition"]), - (UniCase::ascii("guarrante"), &["guarantee"]), - (UniCase::ascii("commmunicated"), &["communicated"]), - (UniCase::ascii("coallessed"), &["coalesced"]), - (UniCase::ascii("grbber"), &["grabber"]), - (UniCase::ascii("inherets"), &["inherits"]), - (UniCase::ascii("controlelrs"), &["controllers"]), - (UniCase::ascii("chnages"), &["changes"]), - (UniCase::ascii("origial"), &["original"]), - (UniCase::ascii("eailier"), &["earlier"]), - (UniCase::ascii("exchnage"), &["exchange"]), - (UniCase::ascii("avengence"), &["a vengeance"]), - (UniCase::ascii("relaative"), &["relative"]), - (UniCase::ascii("expetctedly"), &["expectedly"]), - (UniCase::ascii("acheivments"), &["achievements"]), - (UniCase::ascii("delgating"), &["delegating"]), - (UniCase::ascii("xepectedly"), &["expectedly"]), - (UniCase::ascii("certaily"), &["certainly"]), - (UniCase::ascii("conteined"), &["contained"]), - (UniCase::ascii("constructes"), &["constructs"]), - (UniCase::ascii("affintiy"), &["affinity"]), - (UniCase::ascii("arbtrary"), &["arbitrary"]), - (UniCase::ascii("traingulations"), &["triangulations"]), - (UniCase::ascii("mirgated"), &["migrated"]), - (UniCase::ascii("sychronous"), &["synchronous"]), - (UniCase::ascii("excetra"), &["etcetera"]), - (UniCase::ascii("accetable"), &["acceptable"]), - (UniCase::ascii("onot"), &["note", "not"]), - (UniCase::ascii("precence"), &["presence"]), - (UniCase::ascii("superfulous"), &["superfluous"]), - (UniCase::ascii("cors-sute"), &["cross-site"]), - (UniCase::ascii("renegatiotiators"), &["renegotiators"]), - (UniCase::ascii("egenrally"), &["generally"]), - (UniCase::ascii("reuplading"), &["reuploading"]), - (UniCase::ascii("raotated"), &["rotated"]), - (UniCase::ascii("conversoin"), &["conversion"]), - (UniCase::ascii("corridoors"), &["corridors"]), - (UniCase::ascii("garabge"), &["garbage"]), - (UniCase::ascii("carryintg"), &["carrying"]), - (UniCase::ascii("maco"), &["macro"]), - (UniCase::ascii("arborts"), &["aborts"]), - (UniCase::ascii("defintivly"), &["definitively"]), - (UniCase::ascii("ineffiently"), &["inefficiently"]), - (UniCase::ascii("temporarilly"), &["temporarily"]), - (UniCase::ascii("coalaescence"), &["coalescence"]), - (UniCase::ascii("materilism"), &["materialism"]), - (UniCase::ascii("guarnteed"), &["guaranteed"]), - (UniCase::ascii("signifcant"), &["significant"]), - (UniCase::ascii("cenario"), &["scenario"]), - (UniCase::ascii("contraciction"), &["contradiction"]), - ( - UniCase::ascii("accured"), - &["accrued", "occurred", "acquired"], - ), - (UniCase::ascii("protecte"), &["protected", "protect"]), - (UniCase::ascii("inlclude"), &["include"]), - (UniCase::ascii("catepillars"), &["caterpillars"]), - ( - UniCase::ascii("unser"), - &["under", "unset", "unsure", "user"], - ), - (UniCase::ascii("rendirers"), &["renderers"]), - (UniCase::ascii("mcroscope"), &["microscope"]), - (UniCase::ascii("lsit"), &["list", "slit", "sit"]), - (UniCase::ascii("materil"), &["material"]), - (UniCase::ascii("theive"), &["thief"]), - (UniCase::ascii("curiousity\'s"), &["curiosity\'s"]), - (UniCase::ascii("partitioing"), &["partitioning"]), - (UniCase::ascii("beiginning"), &["beginning"]), - (UniCase::ascii("dragable"), &["draggable"]), - (UniCase::ascii("popularaty"), &["popularity"]), - (UniCase::ascii("gemetry"), &["geometry"]), - (UniCase::ascii("depretiate"), &["depreciate", "deprecate"]), - (UniCase::ascii("suspedn"), &["suspend"]), - (UniCase::ascii("deintializing"), &["deinitializing"]), - (UniCase::ascii("succcessful"), &["successful"]), - (UniCase::ascii("antry"), &["entry"]), - (UniCase::ascii("resoect"), &["respect"]), - (UniCase::ascii("cahined"), &["chained"]), - (UniCase::ascii("requiremenet"), &["requirement"]), - (UniCase::ascii("somene"), &["someone"]), - (UniCase::ascii("sofisticated"), &["sophisticated"]), - (UniCase::ascii("compiletime"), &["compile time"]), - (UniCase::ascii("artice"), &["article"]), - (UniCase::ascii("onedimenional"), &["one-dimensional"]), - (UniCase::ascii("allowe"), &["allowed", "allow", "allows"]), - (UniCase::ascii("heirachies"), &["hierarchies"]), - (UniCase::ascii("initails"), &["initials"]), - (UniCase::ascii("acendency"), &["ascendancy"]), - (UniCase::ascii("pasteing"), &["pasting"]), - (UniCase::ascii("loding"), &["loading"]), - (UniCase::ascii("interrups"), &["interrupts"]), - (UniCase::ascii("replacable"), &["replicable", "replaceable"]), - (UniCase::ascii("aprroximations"), &["approximations"]), - (UniCase::ascii("underuns"), &["underruns"]), - (UniCase::ascii("inalid"), &["invalid"]), - (UniCase::ascii("censur"), &["censor", "censure"]), - (UniCase::ascii("everythign"), &["everything"]), - (UniCase::ascii("mechamisms"), &["mechanisms"]), - (UniCase::ascii("disadvantadge"), &["disadvantage"]), - ( - UniCase::ascii("incrementall"), - &["incremental", "incrementally"], - ), - (UniCase::ascii("efficent"), &["efficient"]), - (UniCase::ascii("instuments"), &["instruments"]), - (UniCase::ascii("convereted"), &["converted"]), - (UniCase::ascii("vulnerabilties"), &["vulnerabilities"]), - (UniCase::ascii("donig"), &["doing"]), - (UniCase::ascii("sequetial"), &["sequential"]), - (UniCase::ascii("sterio"), &["stereo"]), - (UniCase::ascii("characteteristic"), &["characteristic"]), - (UniCase::ascii("offically"), &["officially"]), - (UniCase::ascii("determenant"), &["determinant"]), - (UniCase::ascii("proccessed"), &["processed"]), - (UniCase::ascii("trageted"), &["targeted"]), - (UniCase::ascii("placemenet"), &["placement"]), - (UniCase::ascii("sycronizations"), &["synchronizations"]), - (UniCase::ascii("thurough"), &["thorough"]), - (UniCase::ascii("partitoned"), &["partitioned"]), - (UniCase::ascii("unplease"), &["displease"]), - (UniCase::ascii("ceate"), &["create"]), - (UniCase::ascii("measurd"), &["measured", "measure"]), - (UniCase::ascii("vaieties"), &["varieties"]), - (UniCase::ascii("anyother"), &["any other"]), - (UniCase::ascii("speficillally"), &["specifically"]), - (UniCase::ascii("contructs"), &["constructs"]), - (UniCase::ascii("wille"), &["will"]), - (UniCase::ascii("compount"), &["compound"]), - (UniCase::ascii("excercising"), &["exercising"]), - (UniCase::ascii("buttosn"), &["buttons"]), - (UniCase::ascii("thresshold"), &["threshold"]), - (UniCase::ascii("understoud"), &["understood"]), - (UniCase::ascii("interaktivly"), &["interactively"]), - (UniCase::ascii("porcesses"), &["processes"]), - (UniCase::ascii("varius"), &["various"]), - (UniCase::ascii("speciffic"), &["specific"]), - (UniCase::ascii("fimrware"), &["firmware"]), - (UniCase::ascii("bevorehand"), &["beforehand"]), - (UniCase::ascii("maniuplate"), &["manipulate"]), - (UniCase::ascii("timne"), &["time"]), - (UniCase::ascii("auto-realease"), &["auto-release"]), - (UniCase::ascii("matchies"), &["matches"]), - (UniCase::ascii("authenitcates"), &["authenticates"]), - (UniCase::ascii("concider"), &["consider"]), - (UniCase::ascii("flahs"), &["flash", "flags"]), - (UniCase::ascii("confirmeed"), &["confirmed"]), - (UniCase::ascii("decieves"), &["deceives"]), - (UniCase::ascii("directd"), &["directed"]), - (UniCase::ascii("monkies"), &["monkeys"]), - (UniCase::ascii("readl-only"), &["read-only"]), - (UniCase::ascii("recconected"), &["reconnected"]), - (UniCase::ascii("referemce"), &["reference"]), - (UniCase::ascii("spacified"), &["specified"]), - (UniCase::ascii("fufill"), &["fulfill"]), - (UniCase::ascii("certifiated"), &["certificated"]), - (UniCase::ascii("wolrdwide"), &["worldwide"]), - (UniCase::ascii("duting"), &["during"]), - (UniCase::ascii("hwole"), &["whole"]), - (UniCase::ascii("depencent"), &["dependent"]), - (UniCase::ascii("expext"), &["expect"]), - (UniCase::ascii("missunderstood"), &["misunderstood"]), - (UniCase::ascii("signular"), &["singular"]), - (UniCase::ascii("avalable"), &["available"]), - (UniCase::ascii("re-negotatiors"), &["re-negotiators"]), - (UniCase::ascii("renegotiotator"), &["renegotiator"]), - (UniCase::ascii("indepedent"), &["independent"]), - (UniCase::ascii("regsions"), &["regions"]), - (UniCase::ascii("proprogates"), &["propagates"]), - (UniCase::ascii("regulaotrs"), &["regulators"]), - (UniCase::ascii("destrcut"), &["destruct"]), - (UniCase::ascii("universtiy"), &["university"]), - (UniCase::ascii("moddel"), &["model"]), - (UniCase::ascii("ineqality"), &["inequality"]), - (UniCase::ascii("verticall"), &["vertical"]), - (UniCase::ascii("poseesions"), &["possessions"]), - (UniCase::ascii("witable"), &["writeable"]), - (UniCase::ascii("identiable"), &["identifiable"]), - (UniCase::ascii("languate"), &["language"]), - (UniCase::ascii("coonstructed"), &["constructed"]), - (UniCase::ascii("canot"), &["cannot"]), - (UniCase::ascii("trasparency"), &["transparency"]), - (UniCase::ascii("pre-empt"), &["preempt"]), - (UniCase::ascii("computarized"), &["computerized"]), - (UniCase::ascii("exlusions"), &["exclusions"]), - (UniCase::ascii("assumues"), &["assumes"]), - (UniCase::ascii("origninal"), &["original"]), - (UniCase::ascii("execueted"), &["executed"]), - (UniCase::ascii("modfieid"), &["modified"]), - (UniCase::ascii("pointseta"), &["poinsettia"]), - (UniCase::ascii("neagtive"), &["negative"]), - (UniCase::ascii("hundreths"), &["hundredths"]), - (UniCase::ascii("grahic"), &["graphic"]), - (UniCase::ascii("aniwhere"), &["anywhere"]), - (UniCase::ascii("sewdonims"), &["pseudonyms"]), - (UniCase::ascii("akkumulated"), &["accumulated"]), - (UniCase::ascii("convised"), &["convinced"]), - (UniCase::ascii("wighted"), &["weighted", "weighed"]), - (UniCase::ascii("expeiments"), &["experiments"]), - (UniCase::ascii("upsteamed"), &["upstreamed"]), - (UniCase::ascii("cenarios"), &["scenarios"]), - (UniCase::ascii("satelitte"), &["satellite"]), - (UniCase::ascii("coumpounds"), &["compounds"]), - (UniCase::ascii("exerternal"), &["external"]), - (UniCase::ascii("titel"), &["title"]), - (UniCase::ascii("cros"), &["cross"]), - (UniCase::ascii("imort"), &["import"]), - (UniCase::ascii("tetxture"), &["texture"]), - (UniCase::ascii("labirinth"), &["labyrinth"]), - (UniCase::ascii("alhapets"), &["alphabets"]), - (UniCase::ascii("transcendant"), &["transcendent"]), - (UniCase::ascii("shoing"), &["showing"]), - (UniCase::ascii("deoesn\'t"), &["doesn\'t"]), - (UniCase::ascii("strippen"), &["stripped"]), - (UniCase::ascii("prexixed"), &["prefixed"]), - (UniCase::ascii("settinga"), &["settings"]), - (UniCase::ascii("akkumulate"), &["accumulate"]), - (UniCase::ascii("transisions"), &["transitions"]), - (UniCase::ascii("horziontally"), &["horizontally"]), - (UniCase::ascii("aaggregation"), &["aggregation"]), - (UniCase::ascii("sytemd"), &["systemd"]), - (UniCase::ascii("extreamely"), &["extremely"]), - (UniCase::ascii("sepeartor"), &["separator"]), - (UniCase::ascii("negatiotiable"), &["negotiable"]), - (UniCase::ascii("advisoriy"), &["advisory", "advisories"]), - (UniCase::ascii("reveive"), &["receive", "revive"]), - (UniCase::ascii("roated"), &["rotated"]), - (UniCase::ascii("retrieveds"), &["retrieved"]), - (UniCase::ascii("biinary"), &["binary"]), - (UniCase::ascii("confure"), &["configure"]), - (UniCase::ascii("conciously"), &["consciously"]), - (UniCase::ascii("arays"), &["arrays"]), - (UniCase::ascii("provicde"), &["provide"]), - (UniCase::ascii("arrangmeents"), &["arrangements"]), - (UniCase::ascii("transfered"), &["transferred"]), - (UniCase::ascii("certaincy"), &["certainty"]), - (UniCase::ascii("hexdecimal"), &["hexadecimal"]), - (UniCase::ascii("caluclated"), &["calculated"]), - (UniCase::ascii("improovements"), &["improvements"]), - (UniCase::ascii("klicked"), &["clicked"]), - (UniCase::ascii("reosne"), &["reason"]), - (UniCase::ascii("defaulgs"), &["defaults"]), - (UniCase::ascii("superceded"), &["superseded"]), - (UniCase::ascii("rendevous"), &["rendezvous"]), - (UniCase::ascii("microcontrolers"), &["microcontrollers"]), - (UniCase::ascii("perfroms"), &["performs"]), - (UniCase::ascii("mechinism"), &["mechanism"]), - (UniCase::ascii("winn"), &["win"]), - (UniCase::ascii("flexibele"), &["flexible"]), - (UniCase::ascii("experiancial"), &["experiential"]), - (UniCase::ascii("whheel"), &["wheel"]), - (UniCase::ascii("modifed"), &["modified"]), - (UniCase::ascii("maches"), &["matches"]), - ( - UniCase::ascii("spefations"), - &["separations", "specifications"], - ), - (UniCase::ascii("trnasmit"), &["transmit"]), - (UniCase::ascii("reguarlise"), &["regularise"]), - (UniCase::ascii("folliwer"), &["follower"]), - (UniCase::ascii("destiantion"), &["destination"]), - (UniCase::ascii("includea"), &["include"]), - (UniCase::ascii("dowloaded"), &["downloaded"]), - ( - UniCase::ascii("chrashed"), - &["crashed", "thrashed", "trashed"], - ), - (UniCase::ascii("contingous"), &["contiguous"]), - (UniCase::ascii("modfitied"), &["modified"]), - (UniCase::ascii("notning"), &["nothing"]), - (UniCase::ascii("backgrounts"), &["backgrounds"]), - (UniCase::ascii("volatages"), &["voltages"]), - (UniCase::ascii("perfomrant"), &["performant"]), - (UniCase::ascii("autosae"), &["autosave"]), - (UniCase::ascii("custoizable"), &["customizable"]), - (UniCase::ascii("compatabilty"), &["compatibility"]), - (UniCase::ascii("traslalating"), &["translating"]), - (UniCase::ascii("commtited"), &["committed"]), - (UniCase::ascii("strctures"), &["structures"]), - (UniCase::ascii("allong"), &["along"]), - (UniCase::ascii("difuses"), &["diffuses", "defused"]), - (UniCase::ascii("registerered"), &["registered"]), - (UniCase::ascii("retcieves"), &["retrieves", "receives"]), - (UniCase::ascii("parrent"), &["parent"]), - (UniCase::ascii("idae"), &["idea"]), - (UniCase::ascii("exspense"), &["expense"]), - (UniCase::ascii("unexepectedly"), &["unexpectedly"]), - (UniCase::ascii("secirity"), &["security"]), - (UniCase::ascii("dublicated"), &["duplicated"]), - (UniCase::ascii("cauched"), &["caught"]), - (UniCase::ascii("syntact"), &["syntax"]), - (UniCase::ascii("cnfigure"), &["configure"]), - (UniCase::ascii("choosen"), &["chosen"]), - (UniCase::ascii("bookmar"), &["bookmark"]), - (UniCase::ascii("behinde"), &["behind"]), - (UniCase::ascii("siply"), &["simply"]), - (UniCase::ascii("implementatition"), &["implementation"]), - (UniCase::ascii("neighbur"), &["neighbor"]), - (UniCase::ascii("conbination"), &["combination"]), - (UniCase::ascii("unsubscibed"), &["unsubscribed"]), - (UniCase::ascii("specail"), &["special"]), - (UniCase::ascii("contination"), &["continuation"]), - ( - UniCase::ascii("detecte"), - &["detected", "detect", "detects"], - ), - (UniCase::ascii("coneninet"), &["convenient"]), - (UniCase::ascii("circumstansial"), &["circumstantial"]), - (UniCase::ascii("technitian"), &["technician"]), - (UniCase::ascii("interst"), &["interest"]), - (UniCase::ascii("personalitys"), &["personalities"]), - (UniCase::ascii("tunelling"), &["tunneling"]), - (UniCase::ascii("abstrctions"), &["abstractions"]), - (UniCase::ascii("argumetn"), &["argument"]), - (UniCase::ascii("srting"), &["string", "sorting"]), - (UniCase::ascii("unsed"), &["unused", "used"]), - (UniCase::ascii("requestesd"), &["requested"]), - (UniCase::ascii("inclue"), &["include"]), - (UniCase::ascii("caluclates"), &["calculates"]), - (UniCase::ascii("diffrential"), &["differential"]), - (UniCase::ascii("unbeleifable"), &["unbelievable"]), - (UniCase::ascii("pleaase"), &["please"]), - (UniCase::ascii("re-negoates"), &["re-negotiates"]), - (UniCase::ascii("exponantialy"), &["exponentially"]), - (UniCase::ascii("furethest"), &["furthest"]), - (UniCase::ascii("Galations"), &["Galatians"]), - (UniCase::ascii("upsrteams"), &["upstreams"]), - (UniCase::ascii("interesection"), &["intersection"]), - (UniCase::ascii("veriosns"), &["versions"]), - (UniCase::ascii("surrouded"), &["surrounded"]), - (UniCase::ascii("limitier"), &["limiter"]), - (UniCase::ascii("auto-negoation"), &["auto-negotiation"]), - (UniCase::ascii("negosiators"), &["negotiators"]), - (UniCase::ascii("snapsnots"), &["snapshots"]), - (UniCase::ascii("sattelites"), &["satellites"]), - (UniCase::ascii("bascktrack"), &["backtrack"]), - (UniCase::ascii("abstanence"), &["abstinence"]), - (UniCase::ascii("redandant"), &["redundant"]), - (UniCase::ascii("bimillenial"), &["bimillennial"]), - (UniCase::ascii("receipient"), &["recipient"]), - (UniCase::ascii("renabled"), &["re-enabled"]), - (UniCase::ascii("desturcted"), &["destructed"]), - (UniCase::ascii("completition"), &["completion"]), - (UniCase::ascii("exagerrates"), &["exaggerates"]), - (UniCase::ascii("renegoating"), &["renegotiating"]), - (UniCase::ascii("cerifying"), &["certifying", "verifying"]), - (UniCase::ascii("neighberhodds"), &["neighborhoods"]), - (UniCase::ascii("corospondence"), &["correspondence"]), - (UniCase::ascii("stopp"), &["stop"]), - (UniCase::ascii("abtracted"), &["abstracted"]), - (UniCase::ascii("interits"), &["inherits"]), - (UniCase::ascii("transparanceies"), &["transparencies"]), - (UniCase::ascii("anormalies"), &["anomalies"]), - (UniCase::ascii("litterals"), &["literals"]), - (UniCase::ascii("offten"), &["often"]), - (UniCase::ascii("failre"), &["failure"]), - (UniCase::ascii("documenets"), &["documents"]), - (UniCase::ascii("psuh"), &["push"]), - (UniCase::ascii("acumulative"), &["accumulative"]), - (UniCase::ascii("appropriatedly"), &["appropriately"]), - (UniCase::ascii("expession"), &["expression"]), - (UniCase::ascii("pxoxies"), &["proxies"]), - (UniCase::ascii("speficers"), &["specifiers"]), - (UniCase::ascii("folfers"), &["folders"]), - (UniCase::ascii("divinition"), &["definition", "divination"]), - (UniCase::ascii("moslty"), &["mostly"]), - (UniCase::ascii("progamm"), &["program"]), - (UniCase::ascii("processessing"), &["processing"]), - (UniCase::ascii("deisgns"), &["designs"]), - (UniCase::ascii("embeddded"), &["embedded"]), - (UniCase::ascii("peformance"), &["performance"]), - (UniCase::ascii("unsychronized"), &["unsynchronized"]), - (UniCase::ascii("chekd"), &["checked"]), - (UniCase::ascii("bouinded"), &["bounded"]), - (UniCase::ascii("versioed"), &["versioned"]), - (UniCase::ascii("thorugh"), &["through", "thorough"]), - (UniCase::ascii("arbritrarily"), &["arbitrarily"]), - (UniCase::ascii("synchronizaton"), &["synchronization"]), - (UniCase::ascii("directtories"), &["directories"]), - (UniCase::ascii("immeadiate"), &["immediate"]), - (UniCase::ascii("higest"), &["highest"]), - (UniCase::ascii("overrideable"), &["overridable"]), - (UniCase::ascii("libray"), &["library"]), - (UniCase::ascii("disovery"), &["discovery"]), - (UniCase::ascii("delievries"), &["deliveries"]), - (UniCase::ascii("unsettin"), &["unsetting"]), - (UniCase::ascii("paln"), &["plan", "pain", "palm"]), - (UniCase::ascii("delted"), &["deleted"]), - (UniCase::ascii("prepartion"), &["preparation"]), - (UniCase::ascii("direccion"), &["direction"]), - (UniCase::ascii("intented"), &["intended", "indented"]), - (UniCase::ascii("dfinition"), &["definition"]), - (UniCase::ascii("expetectedly"), &["expectedly"]), - (UniCase::ascii("unorotated"), &["unrotated"]), - (UniCase::ascii("approxiamte"), &["approximate"]), - (UniCase::ascii("geneates"), &["generates"]), - (UniCase::ascii("transocde"), &["transcode"]), - (UniCase::ascii("negotaites"), &["negotiates"]), - (UniCase::ascii("whithout"), &["without"]), - (UniCase::ascii("ownner"), &["owner"]), - (UniCase::ascii("toghether"), &["together"]), - (UniCase::ascii("re-negotiotators"), &["re-negotiators"]), - (UniCase::ascii("momentarely"), &["momentarily"]), - (UniCase::ascii("reveiwes"), &["reviews", "reviewers"]), - (UniCase::ascii("agreemnets"), &["agreements"]), - (UniCase::ascii("singlton"), &["singleton"]), - (UniCase::ascii("explicited"), &["explicit", "explicitly"]), - (UniCase::ascii("itereating"), &["iterating"]), - (UniCase::ascii("re-negotionator"), &["re-negotiator"]), - (UniCase::ascii("tiggers"), &["triggers"]), - (UniCase::ascii("litterate"), &["literate"]), - (UniCase::ascii("catgory"), &["category"]), - (UniCase::ascii("defaule"), &["default"]), - (UniCase::ascii("intializaze"), &["initialize"]), - (UniCase::ascii("cnter"), &["center"]), - (UniCase::ascii("disignated"), &["designated"]), - (UniCase::ascii("calcuate"), &["calculate"]), - (UniCase::ascii("negoziating"), &["negotiating"]), - (UniCase::ascii("dropse"), &["drops"]), - (UniCase::ascii("excesively"), &["excessively"]), - (UniCase::ascii("expeimented"), &["experimented"]), - (UniCase::ascii("insterad"), &["instead"]), - (UniCase::ascii("experimntelly"), &["experimentally"]), - (UniCase::ascii("neigbours"), &["neighbours", "neighbors"]), - (UniCase::ascii("guarging"), &["guarding"]), - (UniCase::ascii("optionall"), &["optional", "optionally"]), - (UniCase::ascii("progarammatic"), &["programmatic"]), - (UniCase::ascii("thred"), &["thread"]), - (UniCase::ascii("aritrary"), &["arbitrary"]), - (UniCase::ascii("touble"), &["trouble"]), - (UniCase::ascii("privision"), &["provision"]), - (UniCase::ascii("considert"), &["considered", "consider"]), - (UniCase::ascii("defautl"), &["default"]), - (UniCase::ascii("capablity"), &["capability"]), - (UniCase::ascii("decorde"), &["decode"]), - (UniCase::ascii("calcualtes"), &["calculates"]), - (UniCase::ascii("similat"), &["similar"]), - (UniCase::ascii("ocassionaly"), &["occasionally"]), - (UniCase::ascii("unnecesserily"), &["unnecessarily"]), - (UniCase::ascii("arrangtement"), &["arrangement"]), - (UniCase::ascii("coccinele"), &["coccinelle"]), - (UniCase::ascii("alowed"), &["allowed"]), - (UniCase::ascii("eextracting"), &["extracting"]), - (UniCase::ascii("acccurate"), &["accurate"]), - (UniCase::ascii("esge"), &["edge"]), - (UniCase::ascii("crsytallisation"), &["crystallisation"]), - (UniCase::ascii("cirillic"), &["Cyrillic"]), - ( - UniCase::ascii("sensistively"), - &["sensitively", "sensitivity"], - ), - (UniCase::ascii("obgects"), &["objects"]), - (UniCase::ascii("protoytpe"), &["prototype"]), - (UniCase::ascii("negatiotiate"), &["negotiate"]), - (UniCase::ascii("auhtors"), &["authors"]), - (UniCase::ascii("zuser"), &["user"]), - (UniCase::ascii("adminstrate"), &["administrate"]), - (UniCase::ascii("maintanence"), &["maintenance"]), - (UniCase::ascii("inheritablility"), &["inheritability"]), - (UniCase::ascii("vlarge"), &["large"]), - (UniCase::ascii("fromat"), &["format"]), - (UniCase::ascii("experimteners"), &["experimenters"]), - (UniCase::ascii("assinging"), &["assigning"]), - (UniCase::ascii("recconeting"), &["reconnecting"]), - (UniCase::ascii("overreide"), &["override"]), - (UniCase::ascii("reconecting"), &["reconnecting"]), - (UniCase::ascii("standartd"), &["standard"]), - (UniCase::ascii("incompatabilities"), &["incompatibilities"]), - (UniCase::ascii("rininging"), &["ringing"]), - (UniCase::ascii("sigantures"), &["signatures"]), - (UniCase::ascii("optoins"), &["options"]), - (UniCase::ascii("hypvisors"), &["hypervisors"]), - (UniCase::ascii("calss"), &["calls", "class"]), - (UniCase::ascii("seonds"), &["seconds", "sends"]), - (UniCase::ascii("non-negothiable"), &["non-negotiable"]), - (UniCase::ascii("dicussed"), &["discussed"]), - (UniCase::ascii("upstreem"), &["upstream"]), - (UniCase::ascii("espaced"), &["escaped"]), - (UniCase::ascii("derivitive"), &["derivative"]), - (UniCase::ascii("signifanct"), &["significant"]), - (UniCase::ascii("reconencting"), &["reconnecting"]), - (UniCase::ascii("sendinng"), &["sending"]), - (UniCase::ascii("messagoe"), &["message"]), - (UniCase::ascii("setitngs"), &["settings"]), - (UniCase::ascii("availbe"), &["available"]), - (UniCase::ascii("relitavely"), &["relatively"]), - (UniCase::ascii("connction"), &["connection"]), - (UniCase::ascii("confidantial"), &["confidential"]), - (UniCase::ascii("interacive"), &["interactive"]), - (UniCase::ascii("decommpress"), &["decompress"]), - (UniCase::ascii("designd"), &["designed"]), - (UniCase::ascii("wihch"), &["which"]), - ( - UniCase::ascii("getfastproperyvalue"), - &["getfastpropertyvalue"], - ), - (UniCase::ascii("excating"), &["exacting"]), - (UniCase::ascii("perfomramce"), &["performance"]), - (UniCase::ascii("wresters"), &["wrestlers"]), - (UniCase::ascii("hardwirted"), &["hardwired"]), - (UniCase::ascii("superfluos"), &["superfluous"]), - (UniCase::ascii("routet"), &["routed", "route", "router"]), - (UniCase::ascii("cahche"), &["cache"]), - (UniCase::ascii("extrodinary"), &["extraordinary"]), - (UniCase::ascii("tightely"), &["tightly"]), - (UniCase::ascii("verions"), &["versions"]), - (UniCase::ascii("extit"), &["exit"]), - (UniCase::ascii("maccros"), &["macros"]), - (UniCase::ascii("excecised"), &["excised", "exercised"]), - (UniCase::ascii("assocciative"), &["associative"]), - (UniCase::ascii("sabatour"), &["saboteur"]), - (UniCase::ascii("langueges"), &["languages"]), - (UniCase::ascii("necssary"), &["necessary"]), - (UniCase::ascii("algoirthmic"), &["algorithmic"]), - (UniCase::ascii("charachters"), &["characters"]), - (UniCase::ascii("acknodledgment"), &["acknowledgment"]), - (UniCase::ascii("cliens"), &["clients"]), - (UniCase::ascii("equelibrium"), &["equilibrium"]), - (UniCase::ascii("connecte"), &["connected"]), - (UniCase::ascii("daty"), &["data", "date"]), - (UniCase::ascii("glyserin"), &["glycerin"]), - (UniCase::ascii("whos"), &["whose", "who\'s"]), - (UniCase::ascii("unifiy"), &["unify"]), - (UniCase::ascii("finailze"), &["finalize"]), - (UniCase::ascii("outperfomr"), &["outperform"]), - (UniCase::ascii("tatoos"), &["tattoos"]), - (UniCase::ascii("alow"), &["allow"]), - (UniCase::ascii("renegotaible"), &["renegotiable"]), - (UniCase::ascii("transperancies"), &["transparencies"]), - (UniCase::ascii("transproting"), &["transporting"]), - (UniCase::ascii("renegoptionsotiable"), &["renegotiable"]), - (UniCase::ascii("excatly"), &["exactly"]), - (UniCase::ascii("experimdnted"), &["experimented"]), - ( - UniCase::ascii("well-reknowned"), - &["well-renowned", "well renowned"], - ), - (UniCase::ascii("hightlighted"), &["highlighted"]), - (UniCase::ascii("folllowiwng"), &["following"]), - (UniCase::ascii("cacluation"), &["calculation"]), - (UniCase::ascii("consdired"), &["considered"]), - (UniCase::ascii("exelent"), &["excellent"]), - (UniCase::ascii("tabels"), &["tables"]), - (UniCase::ascii("unlcear"), &["unclear"]), - (UniCase::ascii("prespective"), &["perspective"]), - (UniCase::ascii("blutooth"), &["bluetooth"]), - (UniCase::ascii("veryfy"), &["verify"]), - (UniCase::ascii("bloccks"), &["blocks"]), - (UniCase::ascii("appliable"), &["applicable"]), - (UniCase::ascii("violoating"), &["violating"]), - (UniCase::ascii("visualy"), &["visually"]), - (UniCase::ascii("numners"), &["numbers"]), - (UniCase::ascii("implemementation"), &["implementation"]), - (UniCase::ascii("failrue"), &["failure"]), - (UniCase::ascii("atrtribute"), &["attribute"]), - (UniCase::ascii("sekected"), &["selected"]), - (UniCase::ascii("hoeks"), &["hoax"]), - (UniCase::ascii("curros"), &["cursor"]), - (UniCase::ascii("simultanously"), &["simultaneously"]), - (UniCase::ascii("obay"), &["obey"]), - (UniCase::ascii("reprsented"), &["represented"]), - (UniCase::ascii("accumilated"), &["accumulated"]), - (UniCase::ascii("renegotitator"), &["renegotiator"]), - (UniCase::ascii("fucntion"), &["function"]), - (UniCase::ascii("ptherads"), &["pthreads"]), - (UniCase::ascii("indiciated"), &["indicated"]), - (UniCase::ascii("refereneced"), &["referenced"]), - (UniCase::ascii("reconeting"), &["reconnecting"]), - (UniCase::ascii("exepecting"), &["expecting"]), - (UniCase::ascii("algolithms"), &["algorithms"]), - ( - UniCase::ascii("refartoring"), - &["refactoring", "refractoring"], - ), - (UniCase::ascii("manouevring"), &["manoeuvring"]), - (UniCase::ascii("illgal"), &["illegal"]), - (UniCase::ascii("bbooleans"), &["booleans"]), - (UniCase::ascii("synthethic"), &["synthetic"]), - (UniCase::ascii("acceppt"), &["accept"]), - (UniCase::ascii("intepreter-based"), &["interpreter-based"]), - (UniCase::ascii("distrubtion"), &["distribution"]), - (UniCase::ascii("lcuase"), &["clause"]), - (UniCase::ascii("wigdet"), &["widget"]), - (UniCase::ascii("entquired"), &["enquired", "inquired"]), - (UniCase::ascii("non-negotitated"), &["non-negotiated"]), - (UniCase::ascii("charactear"), &["character"]), - (UniCase::ascii("synchonisation"), &["synchronisation"]), - (UniCase::ascii("mathed"), &["matched"]), - (UniCase::ascii("upates"), &["updates"]), - (UniCase::ascii("mostlky"), &["mostly"]), - (UniCase::ascii("renegogtiator"), &["renegotiator"]), - (UniCase::ascii("strack"), &["stack", "track"]), - (UniCase::ascii("infectuous"), &["infectious"]), - (UniCase::ascii("distinquish"), &["distinguish"]), - (UniCase::ascii("allcoateing"), &["allocating"]), - (UniCase::ascii("unselcts"), &["unselects"]), - (UniCase::ascii("immitator"), &["imitator"]), - (UniCase::ascii("EDCDIC"), &["EBCDIC"]), - (UniCase::ascii("registy"), &["registry"]), - (UniCase::ascii("erliear"), &["earlier"]), - (UniCase::ascii("systm"), &["system"]), - (UniCase::ascii("defaulds"), &["defaults"]), - (UniCase::ascii("definitiions"), &["definitions"]), - (UniCase::ascii("renegoziates"), &["renegotiates"]), - (UniCase::ascii("neighrorhood"), &["neighbourhood"]), - (UniCase::ascii("sastisfies"), &["satisfies"]), - (UniCase::ascii("widgit"), &["widget"]), - (UniCase::ascii("straming"), &["streaming", "steaming"]), - (UniCase::ascii("redirectrion"), &["redirection"]), - (UniCase::ascii("mangager"), &["manager"]), - (UniCase::ascii("defaulf"), &["default"]), - (UniCase::ascii("failt"), &["fail", "failed"]), - (UniCase::ascii("cotain"), &["contain"]), - (UniCase::ascii("repblics"), &["republics"]), - (UniCase::ascii("surprize"), &["surprise"]), - (UniCase::ascii("advertistment"), &["advertisement"]), - (UniCase::ascii("workaroung"), &["workaround"]), - (UniCase::ascii("comits"), &["commits"]), - (UniCase::ascii("internel"), &["internal"]), - (UniCase::ascii("expemtion"), &["exemption"]), - (UniCase::ascii("exporession"), &["expression"]), - (UniCase::ascii("dirtectory"), &["directory"]), - (UniCase::ascii("subnegotatiations"), &["subnegotiations"]), - (UniCase::ascii("backrounds"), &["backgrounds"]), - (UniCase::ascii("follwiwng"), &["following"]), - (UniCase::ascii("hopmepage"), &["homepage"]), - (UniCase::ascii("strenghten"), &["strengthen"]), - (UniCase::ascii("shecks"), &["checks", "cheques", "shucks"]), - (UniCase::ascii("anwhere"), &["anywhere"]), - (UniCase::ascii("neighberhing"), &["neighboring"]), - (UniCase::ascii("utitlty"), &["utility"]), - (UniCase::ascii("resturaunts"), &["restaurants"]), - (UniCase::ascii("cehcks"), &["checks"]), - (UniCase::ascii("langualge"), &["language"]), - (UniCase::ascii("authenricator"), &["authenticator"]), - (UniCase::ascii("short-cicruit"), &["short-circuit"]), - (UniCase::ascii("unexepected"), &["unexpected"]), - ( - UniCase::ascii("alltogther"), - &["altogether", "all together"], - ), - (UniCase::ascii("stucts"), &["structs"]), - (UniCase::ascii("couloumb"), &["coulomb"]), - (UniCase::ascii("disfunctionality"), &["dysfunctionality"]), - (UniCase::ascii("statitics"), &["statistics"]), - (UniCase::ascii("endpont"), &["endpoint"]), - (UniCase::ascii("aslo"), &["also"]), - (UniCase::ascii("attrubites"), &["attributes"]), - (UniCase::ascii("algorhitm"), &["algorithm"]), - (UniCase::ascii("unexcpected"), &["unexpected"]), - (UniCase::ascii("elimiate"), &["eliminate"]), - (UniCase::ascii("transaltes"), &["translates"]), - (UniCase::ascii("thur"), &["their"]), - ( - UniCase::ascii("coexhisting"), - &["coexisting", "co-existing"], - ), - (UniCase::ascii("micropone"), &["microphone"]), - (UniCase::ascii("ontainers"), &["containers"]), - (UniCase::ascii("availaable"), &["available"]), - (UniCase::ascii("someboby"), &["somebody"]), - (UniCase::ascii("backgronds"), &["backgrounds"]), - (UniCase::ascii("accomodata"), &["accommodate"]), - (UniCase::ascii("autorisation"), &["authorization"]), - (UniCase::ascii("beginer"), &["beginner"]), - (UniCase::ascii("raisedd"), &["raised"]), - (UniCase::ascii("absoloutely"), &["absolutely"]), - (UniCase::ascii("underfined"), &["undefined"]), - (UniCase::ascii("pitty"), &["pity"]), - (UniCase::ascii("directrive"), &["directive"]), - (UniCase::ascii("integere"), &["integer"]), - (UniCase::ascii("consifer"), &["consider"]), - (UniCase::ascii("commuication"), &["communication"]), - (UniCase::ascii("digial"), &["digital"]), - (UniCase::ascii("curvelinear"), &["curvilinear"]), - (UniCase::ascii("translatoin"), &["translation"]), - (UniCase::ascii("resulotion"), &["resolution"]), - (UniCase::ascii("effctively"), &["effectively"]), - (UniCase::ascii("pyhthon"), &["python"]), - (UniCase::ascii("reacll"), &["recall"]), - (UniCase::ascii("barnchers"), &["branchers"]), - (UniCase::ascii("formate"), &["format"]), - (UniCase::ascii("confirmatino"), &["confirmation"]), - (UniCase::ascii("vrifies"), &["verifies"]), - (UniCase::ascii("expesive"), &["expensive"]), - (UniCase::ascii("documenetation"), &["documentation"]), - (UniCase::ascii("cipersuites"), &["ciphersuites"]), - (UniCase::ascii("aggegate"), &["aggregate"]), - (UniCase::ascii("homogenously"), &["homogeneously"]), - (UniCase::ascii("proerties"), &["properties"]), - (UniCase::ascii("glyped"), &["glyphed"]), - (UniCase::ascii("awmings"), &["awnings"]), - (UniCase::ascii("seperates"), &["separates"]), - ( - UniCase::ascii("uneeded"), - &["unneeded", "unheeded", "needed"], - ), - (UniCase::ascii("intreface"), &["interface"]), - ( - UniCase::ascii("syllabills"), - &["syllabus", "syllabification"], - ), - (UniCase::ascii("repective"), &["respective"]), - (UniCase::ascii("reallocaions"), &["reallocations"]), - (UniCase::ascii("pretty-printter"), &["pretty-printer"]), - (UniCase::ascii("positve"), &["positive"]), - (UniCase::ascii("enivornment"), &["environment"]), - (UniCase::ascii("sometiem"), &["sometime", "sometimes"]), - (UniCase::ascii("suvenear"), &["souvenir"]), - (UniCase::ascii("fotografy"), &["photography"]), - (UniCase::ascii("converitble"), &["convertible"]), - (UniCase::ascii("allocatbale"), &["allocatable"]), - (UniCase::ascii("sucess"), &["success"]), - (UniCase::ascii("standalown"), &["standalone", "stand-alone"]), - (UniCase::ascii("hundrets"), &["hundreds"]), - (UniCase::ascii("re-negotiotion"), &["re-negotiation"]), - (UniCase::ascii("locaiting"), &["locating"]), - (UniCase::ascii("prevelance"), &["prevalence"]), - (UniCase::ascii("renegotate"), &["renegotiate"]), - (UniCase::ascii("numner"), &["number"]), - (UniCase::ascii("commens"), &["comments", "commons"]), - (UniCase::ascii("proplem"), &["problem"]), - (UniCase::ascii("poriferal"), &["peripheral"]), - (UniCase::ascii("dosent"), &["doesn\'t"]), - (UniCase::ascii("infromatoin"), &["information"]), - (UniCase::ascii("droped"), &["dropped"]), - (UniCase::ascii("incompleete"), &["incomplete"]), - (UniCase::ascii("mappeds"), &["mapped"]), - (UniCase::ascii("humerous"), &["humorous", "humerus"]), - (UniCase::ascii("gir"), &["git"]), - (UniCase::ascii("bector"), &["vector"]), - (UniCase::ascii("belive"), &["believe"]), - (UniCase::ascii("fauilure"), &["failure"]), - (UniCase::ascii("recogizing"), &["recognizing"]), - (UniCase::ascii("passiv"), &["passive"]), - (UniCase::ascii("dollor"), &["dollar"]), - (UniCase::ascii("intereview"), &["interview"]), - (UniCase::ascii("systen"), &["system"]), - (UniCase::ascii("rewirte"), &["rewrite"]), - (UniCase::ascii("vulnerabilility"), &["vulnerability"]), - (UniCase::ascii("correlatd"), &["correlated"]), - (UniCase::ascii("thest"), &["test"]), - (UniCase::ascii("controversials"), &["controversial"]), - (UniCase::ascii("sepecifier"), &["specifier"]), - (UniCase::ascii("coordanates"), &["coordinates"]), - (UniCase::ascii("reallocaition"), &["reallocation"]), - (UniCase::ascii("depennding"), &["depending"]), - (UniCase::ascii("non-compleeted"), &["non-completed"]), - (UniCase::ascii("keyoutch"), &["keytouch"]), - (UniCase::ascii("paintin"), &["painting"]), - (UniCase::ascii("contsruction"), &["construction"]), - (UniCase::ascii("uncommited"), &["uncommitted"]), - (UniCase::ascii("handshkes"), &["handshakes"]), - (UniCase::ascii("phenomonon"), &["phenomenon"]), - (UniCase::ascii("stopps"), &["stops"]), - (UniCase::ascii("equivalant"), &["equivalent"]), - (UniCase::ascii("combinatios"), &["combinations"]), - (UniCase::ascii("benckmarks"), &["benchmarks"]), - (UniCase::ascii("neighboors"), &["neighbors", "neighbours"]), - (UniCase::ascii("emmision"), &["emission"]), - (UniCase::ascii("responc"), &["response", "respond"]), - (UniCase::ascii("overrride"), &["override"]), - (UniCase::ascii("declaraton"), &["declaration"]), - (UniCase::ascii("finshing"), &["finishing"]), - (UniCase::ascii("pllatforms"), &["platforms"]), - (UniCase::ascii("aprroximates"), &["approximates"]), - (UniCase::ascii("refrerence"), &["reference"]), - (UniCase::ascii("deprectating"), &["deprecating"]), - (UniCase::ascii("stard"), &["start"]), - (UniCase::ascii("infomational"), &["informational"]), - (UniCase::ascii("encoutered"), &["encountered"]), - (UniCase::ascii("hypotesis"), &["hypothesis"]), - (UniCase::ascii("re-uploders"), &["re-uploaders"]), - (UniCase::ascii("folowong"), &["following"]), - (UniCase::ascii("elsewehere"), &["elsewhere"]), - (UniCase::ascii("absoulutely"), &["absolutely"]), - (UniCase::ascii("defnitions"), &["definitions"]), - (UniCase::ascii("gisers"), &["geysers"]), - (UniCase::ascii("reaasigned"), &["reassigned"]), - (UniCase::ascii("experimdntations"), &["experimentations"]), - (UniCase::ascii("philosphies"), &["philosophies"]), - (UniCase::ascii("relocaition"), &["relocation"]), - (UniCase::ascii("euristics"), &["heuristics"]), - (UniCase::ascii("listeing"), &["listening"]), - (UniCase::ascii("possesing"), &["possessing"]), - (UniCase::ascii("guaruanty"), &["guaranty"]), - (UniCase::ascii("unspeficed"), &["unspecified"]), - (UniCase::ascii("orginx"), &["originx"]), - (UniCase::ascii("vulneabilities"), &["vulnerabilities"]), - (UniCase::ascii("apprixamation"), &["approximation"]), - (UniCase::ascii("experims"), &["experiments"]), - (UniCase::ascii("scalarr"), &["scalar"]), - (UniCase::ascii("cirumstances"), &["circumstances"]), - (UniCase::ascii("progagated"), &["propagated"]), - (UniCase::ascii("unversionned"), &["unversioned"]), - (UniCase::ascii("distirbutions"), &["distributions"]), - (UniCase::ascii("computtaions"), &["computations"]), - (UniCase::ascii("shatow"), &["château"]), - (UniCase::ascii("eeverything"), &["everything"]), - (UniCase::ascii("confifuration"), &["configuration"]), - (UniCase::ascii("architecturse"), &["architectures"]), - (UniCase::ascii("modfy"), &["modify"]), - (UniCase::ascii("attept"), &["attempt"]), - (UniCase::ascii("characeters"), &["characters"]), - (UniCase::ascii("unencrpted"), &["unencrypted"]), - (UniCase::ascii("starup"), &["startup"]), - (UniCase::ascii("identcial"), &["identical"]), - (UniCase::ascii("normalyl"), &["normally"]), - (UniCase::ascii("inut"), &["input"]), - (UniCase::ascii("necessar"), &["necessary"]), - (UniCase::ascii("covarages"), &["coverages"]), - (UniCase::ascii("insepection"), &["inspection"]), - (UniCase::ascii("cancelations"), &["cancellations"]), - (UniCase::ascii("reconeccts"), &["reconnects"]), - (UniCase::ascii("publisherr"), &["publisher"]), - ( - UniCase::ascii("auto-negotiotations"), - &["auto-negotiations"], - ), - (UniCase::ascii("syntak"), &["syntax"]), - (UniCase::ascii("avilability"), &["availability"]), - (UniCase::ascii("profund"), &["profound"]), - (UniCase::ascii("captued"), &["captured"]), - (UniCase::ascii("neightbourhood"), &["neighbourhood"]), - (UniCase::ascii("deduplate"), &["deduplicate"]), - (UniCase::ascii("alphabeticly"), &["alphabetical"]), - (UniCase::ascii("barnch"), &["branch"]), - (UniCase::ascii("thsoe"), &["those"]), - (UniCase::ascii("uncehcked"), &["unchecked"]), - (UniCase::ascii("dislpay"), &["display"]), - (UniCase::ascii("bronken"), &["broken"]), - (UniCase::ascii("depenendecy"), &["dependency"]), - (UniCase::ascii("submited"), &["submitted"]), - (UniCase::ascii("akumulating"), &["accumulating"]), - (UniCase::ascii("experimneting"), &["experimenting"]), - (UniCase::ascii("overrriden"), &["overridden"]), - (UniCase::ascii("inudstry"), &["industry"]), - (UniCase::ascii("anoymous"), &["anonymous"]), - (UniCase::ascii("interelated"), &["interrelated"]), - (UniCase::ascii("drescription"), &["description"]), - (UniCase::ascii("langugae"), &["language"]), - (UniCase::ascii("attruibute"), &["attribute"]), - (UniCase::ascii("renegotaiting"), &["renegotiating"]), - (UniCase::ascii("dinteractively"), &["interactively"]), - (UniCase::ascii("definded"), &["defined", "defunded"]), - (UniCase::ascii("launck"), &["launch"]), - (UniCase::ascii("offcial"), &["official"]), - (UniCase::ascii("catgories"), &["categories"]), - (UniCase::ascii("neice"), &["niece", "nice"]), - (UniCase::ascii("assumu"), &["assume"]), - (UniCase::ascii("autonymous"), &["autonomous"]), - (UniCase::ascii("constitently"), &["consistently"]), - (UniCase::ascii("mumber"), &["number"]), - (UniCase::ascii("speficilliers"), &["specifiers"]), - (UniCase::ascii("proyected"), &["projected", "protected"]), - (UniCase::ascii("is\'nt"), &["isn\'t"]), - (UniCase::ascii("cirucumstances"), &["circumstances"]), - (UniCase::ascii("sentinal"), &["sentinel"]), - (UniCase::ascii("correcty"), &["correctly"]), - (UniCase::ascii("configues"), &["configures"]), - (UniCase::ascii("aboout"), &["about"]), - (UniCase::ascii("univerally"), &["universally"]), - (UniCase::ascii("assgins"), &["assigns"]), - (UniCase::ascii("comparititively"), &["comparatively"]), - (UniCase::ascii("upadates"), &["updates"]), - (UniCase::ascii("incompatble"), &["incompatible"]), - (UniCase::ascii("remore"), &["remote"]), - (UniCase::ascii("vulnerabilitiy"), &["vulnerability"]), - (UniCase::ascii("mercentile"), &["mercantile"]), - (UniCase::ascii("minimses"), &["minimises"]), - (UniCase::ascii("requst"), &["request"]), - (UniCase::ascii("negotioation"), &["negotiation"]), - (UniCase::ascii("genrally"), &["generally"]), - (UniCase::ascii("assosiates"), &["associates"]), - (UniCase::ascii("shure"), &["sure"]), - (UniCase::ascii("distingushing"), &["distinguishing"]), - (UniCase::ascii("ssee"), &["see"]), - (UniCase::ascii("valuie"), &["value"]), - (UniCase::ascii("regenrating"), &["regenerating"]), - (UniCase::ascii("sucidial"), &["suicidal"]), - (UniCase::ascii("intiallly"), &["initially"]), - (UniCase::ascii("rsizing"), &["resizing", "sizing"]), - (UniCase::ascii("explictely"), &["explicitly"]), - (UniCase::ascii("spefiiable"), &["specifiable"]), - (UniCase::ascii("ambulences"), &["ambulances"]), - (UniCase::ascii("thq"), &["the"]), - (UniCase::ascii("claer"), &["clear"]), - (UniCase::ascii("requestying"), &["requesting"]), - (UniCase::ascii("renegotitate"), &["renegotiate"]), - (UniCase::ascii("parmameter"), &["parameter"]), - (UniCase::ascii("comparisment"), &["comparison"]), - (UniCase::ascii("servoced"), &["serviced"]), - (UniCase::ascii("unarchving"), &["unarchiving"]), - (UniCase::ascii("exchanage"), &["exchange"]), - (UniCase::ascii("approche"), &["approach"]), - (UniCase::ascii("startin"), &["starting"]), - (UniCase::ascii("indiviual"), &["individual"]), - (UniCase::ascii("otput"), &["output"]), - (UniCase::ascii("typicaly"), &["typically"]), - (UniCase::ascii("hyposesis"), &["hypothesis"]), - (UniCase::ascii("certifification"), &["certification"]), - (UniCase::ascii("donnot"), &["do not"]), - (UniCase::ascii("decreas"), &["decrease"]), - (UniCase::ascii("anitaliasing"), &["antialiasing"]), - (UniCase::ascii("relases"), &["releases"]), - (UniCase::ascii("plyotropy"), &["pleiotropy"]), - (UniCase::ascii("diskretization"), &["discretization"]), - (UniCase::ascii("willl"), &["will"]), - (UniCase::ascii("advertisment"), &["advertisement"]), - (UniCase::ascii("parms"), &["params", "prams"]), - (UniCase::ascii("acommodate"), &["accommodate"]), - (UniCase::ascii("benchmkar"), &["benchmark"]), - (UniCase::ascii("savere"), &["severe"]), - (UniCase::ascii("sheepherd"), &["shepherd"]), - (UniCase::ascii("decrmenetd"), &["decremented"]), - (UniCase::ascii("re-negosiate"), &["re-negotiate"]), - (UniCase::ascii("dissambles"), &["disassembles"]), - (UniCase::ascii("intereseted"), &["interested"]), - (UniCase::ascii("aperatures"), &["apertures"]), - (UniCase::ascii("maka"), &["make"]), - (UniCase::ascii("delievering"), &["delivering"]), - (UniCase::ascii("folx"), &["folks"]), - (UniCase::ascii("vulberabuiliti"), &["vulnerability"]), - (UniCase::ascii("approximetely"), &["approximately"]), - (UniCase::ascii("imapge"), &["image"]), - (UniCase::ascii("miniums"), &["minimums"]), - (UniCase::ascii("ziping"), &["zipping"]), - (UniCase::ascii("asigns"), &["assigns"]), - (UniCase::ascii("renegoitating"), &["renegotiating"]), - (UniCase::ascii("lieing"), &["lying"]), - (UniCase::ascii("prepaired"), &["prepared"]), - (UniCase::ascii("conseated"), &["conceited"]), - (UniCase::ascii("storag"), &["storage"]), - (UniCase::ascii("sourrounding"), &["surrounding"]), - (UniCase::ascii("thist"), &["this"]), - (UniCase::ascii("re-negotatied"), &["re-negotiated"]), - (UniCase::ascii("despatch"), &["dispatch"]), - (UniCase::ascii("non-negosiable"), &["non-negotiable"]), - (UniCase::ascii("speficic"), &["specific"]), - (UniCase::ascii("requestes"), &["requests", "requested"]), - (UniCase::ascii("unexpetectedly"), &["unexpectedly"]), - (UniCase::ascii("notificaitons"), &["notifications"]), - (UniCase::ascii("dokced"), &["docked"]), - (UniCase::ascii("examinated"), &["examined"]), - (UniCase::ascii("bastractions"), &["abstractions"]), - (UniCase::ascii("dowloading"), &["downloading"]), - (UniCase::ascii("preverses"), &["preserves"]), - (UniCase::ascii("synchonized"), &["synchronized"]), - (UniCase::ascii("transporation"), &["transportation"]), - (UniCase::ascii("remiander"), &["remainder", "reminder"]), - (UniCase::ascii("vulnerabiliy"), &["vulnerability"]), - (UniCase::ascii("overrridden"), &["overridden"]), - (UniCase::ascii("depenendent"), &["dependent"]), - (UniCase::ascii("supresses"), &["suppresses"]), - (UniCase::ascii("inviation"), &["invitation"]), - (UniCase::ascii("ammused"), &["amused"]), - (UniCase::ascii("lsat"), &["last", "slat", "sat"]), - (UniCase::ascii("firdt"), &["first", "third"]), - (UniCase::ascii("constrcutors"), &["constructors"]), - (UniCase::ascii("concurently"), &["concurrently"]), - (UniCase::ascii("harased"), &["harassed"]), - (UniCase::ascii("indepdencente"), &["independence"]), - (UniCase::ascii("fillowing"), &["following"]), - (UniCase::ascii("overvrides"), &["overrides"]), - (UniCase::ascii("adbandon"), &["abandon"]), - (UniCase::ascii("persepective"), &["perspective"]), - (UniCase::ascii("circumstncial"), &["circumstantial"]), - (UniCase::ascii("minium"), &["minimum"]), - (UniCase::ascii("excpet"), &["except"]), - (UniCase::ascii("subsriber"), &["subscriber"]), - (UniCase::ascii("subsitutatble"), &["substitutable"]), - (UniCase::ascii("knwo"), &["know"]), - (UniCase::ascii("experimentaion"), &["experimentation"]), - (UniCase::ascii("finisch"), &["finish", "Finnish"]), - (UniCase::ascii("strucuture"), &["structure"]), - (UniCase::ascii("reencode"), &["re-encode"]), - (UniCase::ascii("unsuprized"), &["unsurprised"]), - (UniCase::ascii("scenegraaphs"), &["scenegraphs"]), - (UniCase::ascii("unexpecetdly"), &["unexpectedly"]), - (UniCase::ascii("succcess"), &["success"]), - (UniCase::ascii("critereon"), &["criterion"]), - (UniCase::ascii("tcheckout"), &["checkout"]), - (UniCase::ascii("coprright"), &["copyright"]), - (UniCase::ascii("eyar"), &["year", "eyas"]), - (UniCase::ascii("principial"), &["principal"]), - (UniCase::ascii("confrim"), &["confirm"]), - (UniCase::ascii("re-negotators"), &["re-negotiators"]), - (UniCase::ascii("tempremental"), &["temperamental"]), - (UniCase::ascii("constuction"), &["construction"]), - (UniCase::ascii("thermisor"), &["thermistor"]), - (UniCase::ascii("appplet"), &["applet"]), - (UniCase::ascii("asnwers"), &["answers"]), - (UniCase::ascii("defaulrt"), &["default"]), - (UniCase::ascii("reprocuced"), &["reproduced", "reprocured"]), - (UniCase::ascii("distrubuted"), &["distributed"]), - (UniCase::ascii("shpae"), &["shape"]), - (UniCase::ascii("abbbreviated"), &["abbreviated"]), - (UniCase::ascii("indipendence"), &["independence"]), - (UniCase::ascii("guerrilas"), &["guerrillas"]), - (UniCase::ascii("custonised"), &["customised"]), - (UniCase::ascii("sparate"), &["separate"]), - (UniCase::ascii("hapenning"), &["happening"]), - (UniCase::ascii("heigt"), &["height"]), - (UniCase::ascii("crahs"), &["crash", "crass"]), - (UniCase::ascii("resluts"), &["results"]), - (UniCase::ascii("smpt"), &["SMTP", "SMTPE"]), - (UniCase::ascii("cosntructed"), &["constructed"]), - (UniCase::ascii("amking"), &["making"]), - (UniCase::ascii("utiilties"), &["utilities"]), - (UniCase::ascii("browers"), &["browsers"]), - (UniCase::ascii("intepretors"), &["interpreters"]), - (UniCase::ascii("whiped"), &["whipped", "wiped"]), - (UniCase::ascii("fertil"), &["fertile"]), - (UniCase::ascii("tesselation"), &["tessellation"]), - (UniCase::ascii("dequed"), &["dequeued"]), - (UniCase::ascii("expermiment"), &["experiment"]), - (UniCase::ascii("locaized"), &["localized"]), - (UniCase::ascii("re-negogtiation"), &["re-negotiation"]), - (UniCase::ascii("repsectively"), &["respectively"]), - (UniCase::ascii("incudes"), &["includes"]), - (UniCase::ascii("architechtures"), &["architectures"]), - (UniCase::ascii("atention"), &["attention"]), - (UniCase::ascii("credintial"), &["credential"]), - (UniCase::ascii("sucessive"), &["successive"]), - (UniCase::ascii("crutial"), &["crucial"]), - (UniCase::ascii("shpaes"), &["shapes"]), - (UniCase::ascii("impres"), &["impress"]), - (UniCase::ascii("muste"), &["must"]), - (UniCase::ascii("neighbeuts"), &["neighbours"]), - (UniCase::ascii("ower"), &["lower", "owner", "over"]), - (UniCase::ascii("refrerences"), &["references"]), - (UniCase::ascii("previosu"), &["previous"]), - (UniCase::ascii("uneccessarily"), &["unnecessarily"]), - (UniCase::ascii("hierachies"), &["hierarchies"]), - (UniCase::ascii("relavant"), &["relevant"]), - (UniCase::ascii("pase"), &["pass", "pace", "parse"]), - (UniCase::ascii("tiemstamp"), &["timestamp"]), - (UniCase::ascii("referece"), &["reference"]), - (UniCase::ascii("conrrupted"), &["corrupted"]), - (UniCase::ascii("portuguease"), &["Portuguese"]), - (UniCase::ascii("becacdd"), &["because"]), - (UniCase::ascii("checged"), &["checked"]), - (UniCase::ascii("sepetaror"), &["separator"]), - (UniCase::ascii("anyhwere"), &["anywhere"]), - (UniCase::ascii("absoulely"), &["absolutely"]), - (UniCase::ascii("contexta"), &["context"]), - (UniCase::ascii("relasing"), &["releasing"]), - (UniCase::ascii("sistematies"), &["systematies"]), - (UniCase::ascii("extenions"), &["extension", "extensions"]), - (UniCase::ascii("attemting"), &["attempting"]), - (UniCase::ascii("hierarhcically"), &["hierarchically"]), - ( - UniCase::ascii("calculatble"), - &["calculatable", "calculable"], - ), - (UniCase::ascii("maped"), &["mapped"]), - (UniCase::ascii("anoter"), &["another"]), - (UniCase::ascii("coodinate"), &["coordinate"]), - (UniCase::ascii("cipers"), &["ciphers"]), - (UniCase::ascii("pronounched"), &["pronounced"]), - (UniCase::ascii("unreigster"), &["unregister"]), - (UniCase::ascii("parrallelly"), &["parallelly"]), - (UniCase::ascii("surounding"), &["surrounding"]), - (UniCase::ascii("decieving"), &["deceiving"]), - (UniCase::ascii("ligh"), &["light", "lie", "lye"]), - (UniCase::ascii("adrress"), &["address"]), - (UniCase::ascii("speficitifer"), &["specifier"]), - (UniCase::ascii("negosiates"), &["negotiates"]), - (UniCase::ascii("alos"), &["also"]), - (UniCase::ascii("asnychronoue"), &["asynchronous"]), - (UniCase::ascii("condtional"), &["conditional"]), - (UniCase::ascii("mechanis"), &["mechanism"]), - (UniCase::ascii("activly"), &["actively"]), - (UniCase::ascii("bumb"), &["bump"]), - (UniCase::ascii("renegotaiation"), &["renegotiation"]), - (UniCase::ascii("follwows"), &["follows"]), - (UniCase::ascii("consits"), &["consists"]), - (UniCase::ascii("sintakts"), &["syntax"]), - (UniCase::ascii("bimask"), &["bitmask"]), - (UniCase::ascii("indivudual"), &["individual"]), - (UniCase::ascii("distnguished"), &["distinguished"]), - (UniCase::ascii("contatenated"), &["concatenated"]), - (UniCase::ascii("particaluar"), &["particular"]), - (UniCase::ascii("abberration"), &["aberration"]), - (UniCase::ascii("confrimations"), &["confirmations"]), - (UniCase::ascii("necause"), &["because"]), - (UniCase::ascii("emision"), &["emission"]), - (UniCase::ascii("transpararent"), &["transparent"]), - (UniCase::ascii("swaped"), &["swapped"]), - (UniCase::ascii("pertubates"), &["perturbs"]), - (UniCase::ascii("calclation"), &["calculation"]), - (UniCase::ascii("pompay"), &["Pompeii"]), - (UniCase::ascii("akkumulating"), &["accumulating"]), - (UniCase::ascii("catagorized"), &["categorized"]), - (UniCase::ascii("amphasis"), &["emphasis"]), - (UniCase::ascii("subsitution"), &["substitution"]), - (UniCase::ascii("aggessive"), &["aggressive"]), - (UniCase::ascii("probly"), &["probably"]), - (UniCase::ascii("devcie"), &["device"]), - (UniCase::ascii("menutitems"), &["menuitems"]), - (UniCase::ascii("capabilites"), &["capabilities"]), - (UniCase::ascii("itentional"), &["intentional"]), - (UniCase::ascii("separtates"), &["separates"]), - (UniCase::ascii("wokring"), &["working"]), - (UniCase::ascii("demorcracy"), &["democracy"]), - (UniCase::ascii("hwihc"), &["which"]), - (UniCase::ascii("vulnerbuility"), &["vulnerability"]), - (UniCase::ascii("balse"), &["false"]), - (UniCase::ascii("3st"), &["3rd"]), - (UniCase::ascii("descide"), &["decide"]), - (UniCase::ascii("writtten"), &["written"]), - (UniCase::ascii("publiaher"), &["publisher"]), - (UniCase::ascii("congresional"), &["congressional"]), - (UniCase::ascii("termporarily"), &["temporarily"]), - (UniCase::ascii("guarenteede"), &["guarantee"]), - (UniCase::ascii("termperatue"), &["temperature"]), - (UniCase::ascii("initaily"), &["initially"]), - (UniCase::ascii("signales"), &["signals"]), - (UniCase::ascii("heared"), &["heard", "header"]), - (UniCase::ascii("re-negotatiations"), &["re-negotiations"]), - (UniCase::ascii("checkstums"), &["checksums"]), - (UniCase::ascii("documemt"), &["document"]), - (UniCase::ascii("wheather"), &["weather", "whether"]), - (UniCase::ascii("milliesconds"), &["milliseconds"]), - (UniCase::ascii("interaktions"), &["interactions"]), - (UniCase::ascii("temparature"), &["temperature"]), - (UniCase::ascii("observ"), &["observe"]), - (UniCase::ascii("renegotiotion"), &["renegotiation"]), - (UniCase::ascii("atach"), &["attach"]), - (UniCase::ascii("paltform"), &["platform"]), - (UniCase::ascii("guarunteing"), &["guaranteeing"]), - (UniCase::ascii("nuisanse"), &["nuisance"]), - (UniCase::ascii("raplace"), &["replace"]), - (UniCase::ascii("reverese"), &["reverse"]), - (UniCase::ascii("singols"), &["signals", "singles"]), - (UniCase::ascii("neightobrhood"), &["neighborhood"]), - (UniCase::ascii("propoganda"), &["propaganda"]), - (UniCase::ascii("dupliate"), &["duplicate"]), - (UniCase::ascii("stoppped"), &["stopped"]), - (UniCase::ascii("ancilliary"), &["ancillary"]), - (UniCase::ascii("separetely"), &["separately"]), - (UniCase::ascii("indiates"), &["indicates"]), - (UniCase::ascii("guaruantees"), &["guarantees"]), - ( - UniCase::ascii("coverted"), - &["converted", "covered", "coveted"], - ), - (UniCase::ascii("customzied"), &["customized"]), - (UniCase::ascii("sponzored"), &["sponsored"]), - (UniCase::ascii("paticularly"), &["particularly"]), - (UniCase::ascii("repacing"), &["replacing"]), - (UniCase::ascii("encrcypt"), &["encrypt"]), - (UniCase::ascii("elsehwere"), &["elsewhere"]), - (UniCase::ascii("absould"), &["absolute"]), - (UniCase::ascii("confrims"), &["confirms"]), - (UniCase::ascii("comapring"), &["comparing"]), - (UniCase::ascii("retrival"), &["retrieval", "retrial"]), - (UniCase::ascii("igore"), &["ignore"]), - (UniCase::ascii("speficialleis"), &["specifies"]), - (UniCase::ascii("unatteded"), &["unattended"]), - (UniCase::ascii("recieves"), &["receives"]), - (UniCase::ascii("barnched"), &["branched"]), - (UniCase::ascii("hieght"), &["height"]), - (UniCase::ascii("alows"), &["allows"]), - (UniCase::ascii("effectivness"), &["effectiveness"]), - (UniCase::ascii("beleivable"), &["believable"]), - (UniCase::ascii("fogot"), &["forgot"]), - (UniCase::ascii("disolved"), &["dissolved"]), - (UniCase::ascii("embezelled"), &["embezzled"]), - (UniCase::ascii("sugggested"), &["suggested"]), - (UniCase::ascii("speficed"), &["specified"]), - (UniCase::ascii("grometry"), &["geometry"]), - (UniCase::ascii("readible"), &["readable"]), - (UniCase::ascii("protrayed"), &["portrayed"]), - (UniCase::ascii("cdecompress"), &["decompress"]), - (UniCase::ascii("detremental"), &["detrimental"]), - (UniCase::ascii("fullfil"), &["fulfil", "fulfill"]), - (UniCase::ascii("persistance"), &["persistence"]), - (UniCase::ascii("reperesenting"), &["representing"]), - (UniCase::ascii("implemetnation"), &["implementation"]), - (UniCase::ascii("paramenets"), &["parameters"]), - (UniCase::ascii("improofs"), &["improves"]), - (UniCase::ascii("round-robbin"), &["round-robin"]), - (UniCase::ascii("arbiraty"), &["arbitrary"]), - (UniCase::ascii("coallescing"), &["coalescing"]), - (UniCase::ascii("cellxs"), &["cells"]), - (UniCase::ascii("initailziation"), &["initialization"]), - (UniCase::ascii("Guiness"), &["Guinness"]), - (UniCase::ascii("tradtional"), &["traditional"]), - (UniCase::ascii("machinary"), &["machinery"]), - (UniCase::ascii("currupts"), &["corrupts"]), - (UniCase::ascii("subexperessions"), &["subexpressions"]), - (UniCase::ascii("emphsis"), &["emphasis"]), - (UniCase::ascii("bounadry"), &["boundary"]), - (UniCase::ascii("restauration"), &["restoration"]), - (UniCase::ascii("shpere"), &["sphere"]), - (UniCase::ascii("algotighmically"), &["algorithmically"]), - (UniCase::ascii("arent"), &["aren\'t"]), - (UniCase::ascii("ists"), &["its", "lists"]), - (UniCase::ascii("commadnline"), &["commandline"]), - (UniCase::ascii("cumulatative"), &["cumulative"]), - (UniCase::ascii("cirucal"), &["circular"]), - (UniCase::ascii("componemts"), &["components"]), - (UniCase::ascii("embold"), &["embolden"]), - (UniCase::ascii("conecntrated"), &["concentrated"]), - (UniCase::ascii("relased"), &["released"]), - (UniCase::ascii("delimititing"), &["delimiting"]), - (UniCase::ascii("roation"), &["rotation"]), - (UniCase::ascii("conmnection"), &["connection"]), - (UniCase::ascii("puplate"), &["populate"]), - (UniCase::ascii("abriviate"), &["abbreviate"]), - (UniCase::ascii("fadind"), &["fading"]), - (UniCase::ascii("fomat"), &["format"]), - (UniCase::ascii("correspontent"), &["correspondent"]), - (UniCase::ascii("idetifies"), &["identifies"]), - (UniCase::ascii("experimel"), &["experimental"]), - (UniCase::ascii("ths"), &["the", "this"]), - (UniCase::ascii("filpped"), &["flipped"]), - (UniCase::ascii("leniant"), &["lenient"]), - (UniCase::ascii("mangagers"), &["managers"]), - (UniCase::ascii("symetrically"), &["symmetrically"]), - (UniCase::ascii("colums"), &["columns"]), - (UniCase::ascii("treshold"), &["threshold"]), - (UniCase::ascii("adavance"), &["advance"]), - (UniCase::ascii("delimitiation"), &["delimitation"]), - (UniCase::ascii("clared"), &["cleared"]), - (UniCase::ascii("alo"), &["also"]), - (UniCase::ascii("howerver"), &["however"]), - (UniCase::ascii("mistmatches"), &["mismatches"]), - (UniCase::ascii("diabler"), &["disabler"]), - (UniCase::ascii("misformed"), &["malformed"]), - (UniCase::ascii("historycal"), &["historical"]), - (UniCase::ascii("datatyoe"), &["datatype"]), - (UniCase::ascii("bimillenia"), &["bimillennia"]), - (UniCase::ascii("sproon"), &["spoon"]), - (UniCase::ascii("discconeecting"), &["disconnecting"]), - (UniCase::ascii("gradualy"), &["gradually"]), - (UniCase::ascii("reprot"), &["report"]), - (UniCase::ascii("enouraged"), &["encouraged"]), - (UniCase::ascii("milimetres"), &["millimetres"]), - (UniCase::ascii("erformance"), &["performance"]), - (UniCase::ascii("excecute"), &["execute"]), - (UniCase::ascii("rewirtable"), &["rewritable"]), - (UniCase::ascii("excpetional"), &["exceptional"]), - (UniCase::ascii("nagivation"), &["navigation"]), - (UniCase::ascii("modfided"), &["modified"]), - (UniCase::ascii("skipp"), &["skip", "skipped"]), - (UniCase::ascii("fertily"), &["fertility"]), - (UniCase::ascii("coloered"), &["colored"]), - (UniCase::ascii("characte"), &["character"]), - (UniCase::ascii("errupted"), &["erupted"]), - (UniCase::ascii("exeeding"), &["exceeding"]), - (UniCase::ascii("insectiverous"), &["insectivorous"]), - (UniCase::ascii("releationship"), &["relationship"]), - (UniCase::ascii("precisionn"), &["precision"]), - (UniCase::ascii("tracsoder"), &["transcoder"]), - (UniCase::ascii("perfomanses"), &["performances"]), - (UniCase::ascii("remmove"), &["remove"]), - (UniCase::ascii("authendicated"), &["authenticated"]), - (UniCase::ascii("comparisin"), &["comparison"]), - (UniCase::ascii("evaluete"), &["evaluate"]), - (UniCase::ascii("renegotitaes"), &["renegotiates"]), - (UniCase::ascii("meterologist"), &["meteorologist"]), - (UniCase::ascii("hten"), &["then", "hen", "the"]), - (UniCase::ascii("plecing"), &["placing"]), - (UniCase::ascii("expeimenter"), &["experimenter"]), - (UniCase::ascii("accurancy"), &["accuracy"]), - (UniCase::ascii("publiser"), &["publisher"]), - (UniCase::ascii("inofficial"), &["unofficial"]), - (UniCase::ascii("atendance"), &["attendance"]), - (UniCase::ascii("alloctor"), &["allocator"]), - (UniCase::ascii("hierachical"), &["hierarchical"]), - (UniCase::ascii("dublicates"), &["duplicates"]), - (UniCase::ascii("satisfiabilty"), &["satisfiability"]), - (UniCase::ascii("speficications"), &["specifications"]), - (UniCase::ascii("perferrably"), &["preferably"]), - (UniCase::ascii("eceptions"), &["exceptions"]), - (UniCase::ascii("speficillication"), &["specification"]), - (UniCase::ascii("virture"), &["virtue"]), - (UniCase::ascii("negotatiators"), &["negotiators"]), - (UniCase::ascii("keword"), &["keyword"]), - (UniCase::ascii("durning"), &["during"]), - (UniCase::ascii("becaouse"), &["because"]), - (UniCase::ascii("usin"), &["using"]), - (UniCase::ascii("trancendent"), &["transcendent"]), - (UniCase::ascii("writechetque"), &["writecheque"]), - (UniCase::ascii("alegance"), &["allegiance"]), - (UniCase::ascii("Ghandi"), &["Gandhi"]), - (UniCase::ascii("cartilidge"), &["cartilage"]), - (UniCase::ascii("incompatably"), &["incompatibly"]), - (UniCase::ascii("grop"), &["group", "drop"]), - (UniCase::ascii("expeirimentations"), &["experimentations"]), - (UniCase::ascii("reccomendations"), &["recommendations"]), - (UniCase::ascii("rceate"), &["create"]), - (UniCase::ascii("algoroithms"), &["algorithms"]), - (UniCase::ascii("rehersing"), &["rehearsing"]), - (UniCase::ascii("fragmenet"), &["fragment"]), - (UniCase::ascii("animore"), &["anymore"]), - (UniCase::ascii("aquries"), &["acquires", "equerries"]), - (UniCase::ascii("arre"), &["are"]), - (UniCase::ascii("engieer"), &["engineer"]), - (UniCase::ascii("leapyear"), &["leap year"]), - ( - UniCase::ascii("plasing"), - &["placing", "pleasing", "phasing"], - ), - (UniCase::ascii("expemplar"), &["exemplar"]), - (UniCase::ascii("unfilp"), &["unflip"]), - (UniCase::ascii("rewriet"), &["rewrite"]), - (UniCase::ascii("managmenet"), &["management"]), - (UniCase::ascii("tothe"), &["to the"]), - (UniCase::ascii("speices"), &["species"]), - (UniCase::ascii("bounray"), &["boundary"]), - (UniCase::ascii("flacourings"), &["flavourings"]), - (UniCase::ascii("delelte"), &["delete"]), - (UniCase::ascii("non-negotaiable"), &["non-negotiable"]), - (UniCase::ascii("synchrnonization"), &["synchronization"]), - (UniCase::ascii("competance"), &["competence"]), - (UniCase::ascii("partaining"), &["pertaining"]), - (UniCase::ascii("updats"), &["updates"]), - (UniCase::ascii("pakvage"), &["package"]), - (UniCase::ascii("includng"), &["including"]), - (UniCase::ascii("depnds"), &["depends"]), - (UniCase::ascii("enouch"), &["enough"]), - (UniCase::ascii("registeres"), &["registers"]), - (UniCase::ascii("rasie"), &["raise"]), - (UniCase::ascii("perserve"), &["preserve"]), - (UniCase::ascii("infinit"), &["infinite"]), - (UniCase::ascii("specifactions"), &["specifications"]), - (UniCase::ascii("algotighmic"), &["algorithmic"]), - (UniCase::ascii("exprimental"), &["experimental"]), - (UniCase::ascii("co-ordinates"), &["coordinates"]), - (UniCase::ascii("torward"), &["toward"]), - (UniCase::ascii("compiant"), &["compliant"]), - (UniCase::ascii("apilogue"), &["epilogue"]), - (UniCase::ascii("neighberhod"), &["neighborhood"]), - (UniCase::ascii("catastropically"), &["catastrophically"]), - (UniCase::ascii("signto"), &["sign to"]), - (UniCase::ascii("peices"), &["pieces"]), - (UniCase::ascii("multidimentionnal"), &["multidimensional"]), - (UniCase::ascii("vulbearbility"), &["vulnerability"]), - (UniCase::ascii("whitspace"), &["whitespace"]), - (UniCase::ascii("bumpded"), &["bumped"]), - (UniCase::ascii("penerator"), &["penetrator"]), - (UniCase::ascii("dissassociates"), &["disassociates"]), - (UniCase::ascii("unilateraly"), &["unilaterally"]), - (UniCase::ascii("apeared"), &["appeared"]), - (UniCase::ascii("depricating"), &["deprecating"]), - (UniCase::ascii("witth"), &["with"]), - (UniCase::ascii("dollors"), &["dollars"]), - (UniCase::ascii("reenable"), &["re-enable"]), - (UniCase::ascii("lod"), &["load"]), - (UniCase::ascii("subsituting"), &["substituting"]), - (UniCase::ascii("documant"), &["document"]), - (UniCase::ascii("jitterring"), &["jittering"]), - (UniCase::ascii("registartion"), &["registration"]), - (UniCase::ascii("langugue"), &["language"]), - (UniCase::ascii("arogent"), &["arrogant"]), - (UniCase::ascii("foloowiwng"), &["following"]), - (UniCase::ascii("interesect"), &["intersect"]), - (UniCase::ascii("retur"), &["return"]), - (UniCase::ascii("insigts"), &["insights"]), - (UniCase::ascii("broswable"), &["browsable"]), - (UniCase::ascii("authenicaed"), &["authenticated"]), - (UniCase::ascii("commecting"), &["connecting"]), - (UniCase::ascii("suppports"), &["supports"]), - (UniCase::ascii("proocecure"), &["procedure"]), - (UniCase::ascii("insctuction"), &["instruction"]), - (UniCase::ascii("mischeivous"), &["mischievous"]), - (UniCase::ascii("constructcor"), &["constructor"]), - (UniCase::ascii("compansate"), &["compensate"]), - (UniCase::ascii("utilitises"), &["utilises"]), - (UniCase::ascii("passin"), &["passing"]), - (UniCase::ascii("experimetel"), &["experimental"]), - (UniCase::ascii("speficiteir"), &["specifier"]), - (UniCase::ascii("lightyears"), &["light years"]), - (UniCase::ascii("instabce"), &["instance"]), - (UniCase::ascii("finelly"), &["finally"]), - (UniCase::ascii("againt"), &["against"]), - ( - UniCase::ascii("configuratin"), - &["configuration", "configurating"], - ), - (UniCase::ascii("reltive"), &["relative"]), - (UniCase::ascii("aquit"), &["acquit"]), - (UniCase::ascii("probelm"), &["problem"]), - (UniCase::ascii("renegotiotates"), &["renegotiates"]), - (UniCase::ascii("situtaion"), &["situation"]), - ( - UniCase::ascii("coorperations"), - &["cooperations", "corporations"], - ), - (UniCase::ascii("temparary"), &["temporary"]), - (UniCase::ascii("remebering"), &["remembering"]), - (UniCase::ascii("consestently"), &["consistently"]), - (UniCase::ascii("interited"), &["inherited"]), - (UniCase::ascii("suppying"), &["supplying"]), - (UniCase::ascii("comtains"), &["contains"]), - (UniCase::ascii("alignmenet"), &["alignment"]), - (UniCase::ascii("cofirmed"), &["confirmed"]), - (UniCase::ascii("spriritual"), &["spiritual"]), - (UniCase::ascii("incombatibilities"), &["incompatibilities"]), - (UniCase::ascii("compatibity"), &["compatibility"]), - (UniCase::ascii("re-negoitable"), &["re-negotiable"]), - (UniCase::ascii("illegitmate"), &["illegitimate"]), - (UniCase::ascii("tagnets"), &["tangents"]), - (UniCase::ascii("carcas"), &["carcass", "Caracas"]), - (UniCase::ascii("corrisponds"), &["corresponds"]), - (UniCase::ascii("neighbeards"), &["neighborhoods"]), - (UniCase::ascii("spagnum"), &["sphagnum"]), - (UniCase::ascii("abouta"), &["about a", "about"]), - (UniCase::ascii("questionnair"), &["questionnaire"]), - (UniCase::ascii("upsteramer"), &["upstreamer"]), - (UniCase::ascii("algorrithm"), &["algorithm"]), - (UniCase::ascii("experementer"), &["experimenter"]), - (UniCase::ascii("sepereates"), &["separates"]), - (UniCase::ascii("oly"), &["only"]), - (UniCase::ascii("deployement"), &["deployment"]), - (UniCase::ascii("gerat"), &["great"]), - (UniCase::ascii("unsubscritption"), &["unsubscription"]), - (UniCase::ascii("matchs"), &["matches"]), - (UniCase::ascii("assginments"), &["assignments"]), - (UniCase::ascii("coloer"), &["color"]), - (UniCase::ascii("crace"), &["grace", "crate"]), - (UniCase::ascii("everithing"), &["everything"]), - (UniCase::ascii("abord"), &["abort", "aboard"]), - (UniCase::ascii("acccordance"), &["accordance"]), - (UniCase::ascii("mis-intepreted"), &["mis-interpreted"]), - (UniCase::ascii("entended"), &["intended"]), - (UniCase::ascii("signul"), &["signal"]), - (UniCase::ascii("sperate"), &["separate"]), - (UniCase::ascii("recconencts"), &["reconnects"]), - (UniCase::ascii("subexpresssion"), &["subexpression"]), - (UniCase::ascii("unchaged"), &["unchanged"]), - (UniCase::ascii("absoluth"), &["absolute"]), - (UniCase::ascii("clocksourc"), &["clocksource"]), - (UniCase::ascii("utililties"), &["utilities"]), - (UniCase::ascii("identation"), &["indentation"]), - (UniCase::ascii("constraintes"), &["constraints"]), - (UniCase::ascii("negothiation"), &["negotiation"]), - (UniCase::ascii("exchnging"), &["exchanging"]), - (UniCase::ascii("execuctes"), &["executes"]), - (UniCase::ascii("concatened"), &["concatenated"]), - (UniCase::ascii("falt"), &["fault"]), - (UniCase::ascii("comor"), &["color"]), - (UniCase::ascii("commited"), &["committed"]), - (UniCase::ascii("certaion"), &["certain"]), - (UniCase::ascii("non-reproducable"), &["non-reproducible"]), - (UniCase::ascii("calcurate"), &["calculate"]), - (UniCase::ascii("experimeters"), &["experimenters"]), - (UniCase::ascii("specificially"), &["specifically"]), - (UniCase::ascii("noteable"), &["notable"]), - (UniCase::ascii("negotioations"), &["negotiations"]), - (UniCase::ascii("pythin"), &["python"]), - (UniCase::ascii("reconnaissence"), &["reconnaissance"]), - (UniCase::ascii("publshed"), &["published"]), - (UniCase::ascii("fundemantal"), &["fundamental"]), - (UniCase::ascii("covnert"), &["convert"]), - (UniCase::ascii("refrences"), &["references"]), - (UniCase::ascii("mountpiont"), &["mountpoint"]), - (UniCase::ascii("surprized"), &["surprised"]), - (UniCase::ascii("consumtion"), &["consumption"]), - (UniCase::ascii("foloowers"), &["followers"]), - (UniCase::ascii("maintinaing"), &["maintaining"]), - (UniCase::ascii("afficionado"), &["aficionado"]), - (UniCase::ascii("traditition"), &["tradition"]), - (UniCase::ascii("porgrammeers"), &["programmers"]), - (UniCase::ascii("approches"), &["approaches"]), - (UniCase::ascii("duplicatd"), &["duplicated"]), - (UniCase::ascii("assumking"), &["assuming"]), - (UniCase::ascii("maintenence"), &["maintenance"]), - (UniCase::ascii("aggessively"), &["aggressively"]), - (UniCase::ascii("wohle"), &["whole"]), - (UniCase::ascii("falshed"), &["flashed"]), - (UniCase::ascii("ignortig"), &["ignoring"]), - (UniCase::ascii("whther"), &["whether"]), - (UniCase::ascii("cirucumstance"), &["circumstance"]), - (UniCase::ascii("descuss"), &["discuss"]), - (UniCase::ascii("wrting"), &["writing"]), - (UniCase::ascii("intials"), &["initials"]), - (UniCase::ascii("lablels"), &["labels"]), - (UniCase::ascii("higway"), &["highway"]), - (UniCase::ascii("rigourous"), &["rigorous"]), - (UniCase::ascii("ressizes"), &["resizes"]), - (UniCase::ascii("juxt"), &["just"]), - (UniCase::ascii("forunate"), &["fortunate"]), - (UniCase::ascii("obediance"), &["obedience"]), - (UniCase::ascii("foler"), &["folder"]), - (UniCase::ascii("whythout"), &["without"]), - (UniCase::ascii("recontructions"), &["reconstructions"]), - (UniCase::ascii("commadn"), &["command"]), - (UniCase::ascii("accontant"), &["accountant"]), - (UniCase::ascii("paremters"), &["parameters"]), - (UniCase::ascii("ractise"), &["practise"]), - (UniCase::ascii("offred"), &["offered"]), - (UniCase::ascii("tesellator"), &["tessellator"]), - (UniCase::ascii("aggreggate"), &["aggregate"]), - (UniCase::ascii("throwed"), &["threw", "thrown"]), - (UniCase::ascii("hopefulle"), &["hopefully"]), - (UniCase::ascii("exceding"), &["exceeding"]), - (UniCase::ascii("postion"), &["position"]), - (UniCase::ascii("derefrencable"), &["dereferenceable"]), - (UniCase::ascii("subelemet"), &["subelement"]), - (UniCase::ascii("receied"), &["received"]), - (UniCase::ascii("cirucular"), &["circular"]), - (UniCase::ascii("allright"), &["all right", "alright"]), - (UniCase::ascii("neighboard"), &["neighborhood"]), - (UniCase::ascii("elsof"), &["elseif"]), - (UniCase::ascii("convet"), &["convert"]), - (UniCase::ascii("blanace"), &["balance"]), - (UniCase::ascii("curcuit"), &["circuit"]), - (UniCase::ascii("renegotaiated"), &["renegotiated"]), - (UniCase::ascii("confugration"), &["configuration"]), - (UniCase::ascii("ulteration"), &["alteration"]), - (UniCase::ascii("encounted"), &["encountered", "encounter"]), - (UniCase::ascii("gloab"), &["globe"]), - (UniCase::ascii("languaqes"), &["languages"]), - (UniCase::ascii("refectiv"), &["reflective"]), - (UniCase::ascii("chekc"), &["check"]), - (UniCase::ascii("coordingates"), &["coordinates"]), - (UniCase::ascii("contendor"), &["contender"]), - (UniCase::ascii("telegramm"), &["telegram"]), - (UniCase::ascii("aforementionned"), &["aforementioned"]), - (UniCase::ascii("expctedly"), &["expectedly"]), - (UniCase::ascii("spefififer"), &["specifier"]), - (UniCase::ascii("aceptable"), &["acceptable"]), - (UniCase::ascii("cheifs"), &["chiefs"]), - (UniCase::ascii("postulat"), &["postulate"]), - (UniCase::ascii("consrtuctors"), &["constructors"]), - (UniCase::ascii("cotnainers"), &["containers"]), - (UniCase::ascii("voleyball"), &["volleyball"]), - (UniCase::ascii("excepetion"), &["exception"]), - (UniCase::ascii("coducts"), &["conducts"]), - (UniCase::ascii("enouth"), &["enough"]), - (UniCase::ascii("sacalar"), &["scalar"]), - (UniCase::ascii("corse"), &["course"]), - (UniCase::ascii("negothiable"), &["negotiable"]), - (UniCase::ascii("expermienter"), &["experimenter"]), - (UniCase::ascii("positionn"), &["position"]), - (UniCase::ascii("dislay"), &["display"]), - (UniCase::ascii("disconected"), &["disconnected"]), - (UniCase::ascii("reudce"), &["reduce"]), - (UniCase::ascii("perfomeer"), &["performer"]), - (UniCase::ascii("meanign"), &["meaning"]), - (UniCase::ascii("obstacal"), &["obstacle"]), - (UniCase::ascii("serivces"), &["services"]), - (UniCase::ascii("expersed"), &["expressed"]), - (UniCase::ascii("insallation"), &["installation"]), - (UniCase::ascii("archtiecture"), &["architecture"]), - (UniCase::ascii("custons"), &["customs"]), - (UniCase::ascii("renegotatiation"), &["renegotiation"]), - (UniCase::ascii("inlcluded"), &["included"]), - (UniCase::ascii("corpration"), &["corporation"]), - (UniCase::ascii("renegatiotiation"), &["renegotiation"]), - (UniCase::ascii("speparation"), &["separation"]), - (UniCase::ascii("nevere"), &["never"]), - (UniCase::ascii("consttruction"), &["construction"]), - (UniCase::ascii("utilis"), &["utilise"]), - (UniCase::ascii("scintiallation"), &["scintillation"]), - (UniCase::ascii("afor"), &["for"]), - (UniCase::ascii("resumbmitting"), &["resubmitting"]), - (UniCase::ascii("contan"), &["contain"]), - (UniCase::ascii("notmalized"), &["normalized"]), - (UniCase::ascii("destort"), &["distort"]), - (UniCase::ascii("agaisnt"), &["against"]), - (UniCase::ascii("greatful"), &["grateful"]), - (UniCase::ascii("thimngs"), &["things"]), - (UniCase::ascii("abount"), &["about"]), - (UniCase::ascii("regualarly"), &["regularly"]), - (UniCase::ascii("procteted"), &["protected"]), - (UniCase::ascii("autheniticators"), &["authenticators"]), - (UniCase::ascii("modulu"), &["modulo"]), - (UniCase::ascii("arrangmenets"), &["arrangements"]), - (UniCase::ascii("raoming"), &["roaming"]), - (UniCase::ascii("speficififer"), &["specifier"]), - (UniCase::ascii("hilighting"), &["highlighting"]), - (UniCase::ascii("unconcistencies"), &["inconsistencies"]), - (UniCase::ascii("describng"), &["describing"]), - (UniCase::ascii("ecxtracted"), &["extracted"]), - (UniCase::ascii("letmost"), &["leftmost"]), - (UniCase::ascii("snpashots"), &["snapshots"]), - (UniCase::ascii("lattitude"), &["latitude"]), - (UniCase::ascii("udno"), &["undo", "uno"]), - (UniCase::ascii("prtinf"), &["printf"]), - (UniCase::ascii("envolutionary"), &["evolutionary"]), - (UniCase::ascii("characteteristics"), &["characteristics"]), - (UniCase::ascii("unresonable"), &["unreasonable"]), - (UniCase::ascii("speicfied"), &["specified"]), - (UniCase::ascii("associcate"), &["associate"]), - (UniCase::ascii("adapated"), &["adapted"]), - (UniCase::ascii("imedatly"), &["immediately"]), - (UniCase::ascii("comamnded"), &["commanded"]), - (UniCase::ascii("certainity"), &["certainty"]), - (UniCase::ascii("inconsistendly"), &["inconsistently"]), - (UniCase::ascii("corrrected"), &["corrected"]), - (UniCase::ascii("approching"), &["approaching"]), - (UniCase::ascii("seting"), &["setting"]), - (UniCase::ascii("non-negotionable"), &["non-negotiable"]), - (UniCase::ascii("uniquness"), &["uniqueness"]), - (UniCase::ascii("everyting"), &["everything"]), - (UniCase::ascii("impements"), &["implements"]), - (UniCase::ascii("certifciation"), &["certification"]), - (UniCase::ascii("ignorted"), &["ignored"]), - (UniCase::ascii("ulimited"), &["unlimited"]), - (UniCase::ascii("unkmown"), &["unknown"]), - (UniCase::ascii("authers"), &["authors"]), - (UniCase::ascii("hopefuly"), &["hopefully"]), - (UniCase::ascii("instanciated"), &["instantiated"]), - (UniCase::ascii("sanaty"), &["sanity"]), - (UniCase::ascii("garuanteed"), &["guaranteed"]), - ( - UniCase::ascii("installe"), - &["installer", "installed", "install"], - ), - (UniCase::ascii("cooresponding"), &["corresponding"]), - (UniCase::ascii("dublicate"), &["duplicate"]), - (UniCase::ascii("commisioning"), &["commissioning"]), - (UniCase::ascii("seconly"), &["secondly"]), - (UniCase::ascii("exchngs"), &["exchanges"]), - (UniCase::ascii("joinning"), &["joining"]), - (UniCase::ascii("transmittd"), &["transmitted"]), - (UniCase::ascii("implimentor"), &["implementor"]), - (UniCase::ascii("insistance"), &["insistence"]), - (UniCase::ascii("flacours"), &["flavours"]), - (UniCase::ascii("clossed"), &["closed"]), - (UniCase::ascii("chek"), &["check"]), - (UniCase::ascii("benchmkared"), &["benchmarked"]), - (UniCase::ascii("usualy"), &["usually"]), - (UniCase::ascii("characted"), &["character"]), - (UniCase::ascii("reveiwer"), &["reviewer"]), - (UniCase::ascii("introdusing"), &["introducing"]), - (UniCase::ascii("compelte"), &["complete"]), - ( - UniCase::ascii("initilisations"), - &["initialisations", "initializations"], - ), - (UniCase::ascii("nessessarily"), &["necessarily"]), - (UniCase::ascii("relese"), &["release"]), - (UniCase::ascii("archor"), &["anchor"]), - (UniCase::ascii("actiual"), &["actual"]), - (UniCase::ascii("multipy"), &["multiply"]), - (UniCase::ascii("acccessd"), &["accessed"]), - (UniCase::ascii("patrent"), &["parent", "patent", "patron"]), - (UniCase::ascii("sucessuflly"), &["successfully"]), - (UniCase::ascii("sufocated"), &["suffocated"]), - (UniCase::ascii("bearword"), &["bareword"]), - (UniCase::ascii("fauture"), &["feature"]), - (UniCase::ascii("confirmedd"), &["confirmed"]), - (UniCase::ascii("casuing"), &["causing"]), - (UniCase::ascii("snapsnot"), &["snapshot"]), - (UniCase::ascii("disregrad"), &["disregard"]), - (UniCase::ascii("revolutionar"), &["revolutionary"]), - (UniCase::ascii("controvercy"), &["controversy"]), - (UniCase::ascii("techneek"), &["technique"]), - (UniCase::ascii("withoug"), &["without"]), - (UniCase::ascii("protcol"), &["protocol"]), - (UniCase::ascii("dokcerd"), &["dockerd", "docked", "docker"]), - (UniCase::ascii("partical"), &["partial", "particle"]), - (UniCase::ascii("varibale"), &["variable"]), - (UniCase::ascii("clera"), &["clear", "sclera"]), - (UniCase::ascii("elsef"), &["elseif"]), - (UniCase::ascii("followign"), &["following"]), - (UniCase::ascii("depreceate"), &["deprecate", "depreciate"]), - (UniCase::ascii("cariage"), &["carriage"]), - (UniCase::ascii("ajasence"), &["adjacence"]), - (UniCase::ascii("renegotitations"), &["renegotiations"]), - (UniCase::ascii("execuets"), &["executes"]), - (UniCase::ascii("workststions"), &["workstations"]), - (UniCase::ascii("samwich"), &["sandwich"]), - (UniCase::ascii("refusla"), &["refusal"]), - (UniCase::ascii("tempromental"), &["temperamental"]), - (UniCase::ascii("perferrmance"), &["performance"]), - (UniCase::ascii("recusion"), &["recursion", "reclusion"]), - (UniCase::ascii("algebrra"), &["algebra"]), - (UniCase::ascii("otehrwise"), &["otherwise"]), - (UniCase::ascii("Jospeh"), &["Joseph"]), - (UniCase::ascii("hemishpere"), &["hemisphere"]), - (UniCase::ascii("retyring"), &["retrying"]), - (UniCase::ascii("appropraite"), &["appropriate"]), - (UniCase::ascii("compansation"), &["compensation"]), - (UniCase::ascii("deregistrated"), &["deregistered"]), - (UniCase::ascii("usuallly"), &["usually"]), - (UniCase::ascii("saphire"), &["sapphire"]), - (UniCase::ascii("excecutive"), &["executive"]), - (UniCase::ascii("dynamcly"), &["dynamincally"]), - (UniCase::ascii("mudering"), &["murdering"]), - (UniCase::ascii("packag"), &["package"]), - (UniCase::ascii("rembember"), &["remember"]), - (UniCase::ascii("reallocaiting"), &["reallocating"]), - (UniCase::ascii("uncorrect"), &["incorrect"]), - (UniCase::ascii("envrionment"), &["environment"]), - (UniCase::ascii("exchnages"), &["exchanges"]), - (UniCase::ascii("conecnt"), &["connect", "content"]), - (UniCase::ascii("chipet"), &["chipset"]), - (UniCase::ascii("consttructors"), &["constructors"]), - (UniCase::ascii("experimenatel"), &["experimental"]), - (UniCase::ascii("occcurs"), &["occurs"]), - (UniCase::ascii("dimmension"), &["dimension"]), - (UniCase::ascii("overridding"), &["overriding"]), - (UniCase::ascii("appereances"), &["appearances"]), - (UniCase::ascii("bidnings"), &["bindings"]), - (UniCase::ascii("magnatude"), &["magnitude"]), - (UniCase::ascii("variabel"), &["variable"]), - (UniCase::ascii("neighbeuing"), &["neighbouring"]), - (UniCase::ascii("renegosiation"), &["renegotiation"]), - (UniCase::ascii("interruped"), &["interrupted"]), - (UniCase::ascii("gaurentees"), &["guarantees"]), - (UniCase::ascii("tanslates"), &["translates"]), - (UniCase::ascii("ovrridable"), &["overridable"]), - (UniCase::ascii("accellerated"), &["accelerated"]), - (UniCase::ascii("poligon"), &["polygon"]), - (UniCase::ascii("neglible"), &["negligible"]), - (UniCase::ascii("concaneted"), &["concatenated"]), - (UniCase::ascii("copmutations"), &["computations"]), - (UniCase::ascii("juxtifications"), &["justifications"]), - (UniCase::ascii("cosntrains"), &["constrains", "constraints"]), - (UniCase::ascii("ifself"), &["itself"]), - (UniCase::ascii("algothitmically"), &["algorithmically"]), - (UniCase::ascii("encording"), &["encoding"]), - (UniCase::ascii("opeates"), &["operates"]), - (UniCase::ascii("sepcify"), &["specify"]), - (UniCase::ascii("mjor"), &["major"]), - (UniCase::ascii("experirations"), &["expirations"]), - (UniCase::ascii("gernerics"), &["generics"]), - (UniCase::ascii("sylinder"), &["cylinder"]), - (UniCase::ascii("initialyzing"), &["initializing"]), - (UniCase::ascii("stutdown"), &["shutdown"]), - (UniCase::ascii("wrok"), &["work"]), - ( - UniCase::ascii("content-negatiotiation"), - &["content-negotiation"], - ), - (UniCase::ascii("docmuneting"), &["documenting"]), - (UniCase::ascii("improbing"), &["improving"]), - (UniCase::ascii("acually"), &["actually"]), - (UniCase::ascii("doube-click"), &["double-click"]), - (UniCase::ascii("pojecting"), &["projecting"]), - (UniCase::ascii("pionts"), &["points"]), - (UniCase::ascii("wolwide"), &["worldwide"]), - (UniCase::ascii("tranmitted"), &["transmitted"]), - (UniCase::ascii("univerities"), &["universities"]), - (UniCase::ascii("propmts"), &["prompts"]), - (UniCase::ascii("confugures"), &["configures"]), - (UniCase::ascii("guarente"), &["guarantee"]), - (UniCase::ascii("construc"), &["construct"]), - (UniCase::ascii("semapthores"), &["semaphores"]), - (UniCase::ascii("alignemnts"), &["alignments"]), - (UniCase::ascii("properrys"), &["properties"]), - (UniCase::ascii("posponed"), &["postponed"]), - (UniCase::ascii("leathal"), &["lethal"]), - (UniCase::ascii("breshing"), &["brushing"]), - (UniCase::ascii("battaries"), &["batteries"]), - (UniCase::ascii("differnetly"), &["differently"]), - (UniCase::ascii("infilitrate"), &["infiltrate"]), - (UniCase::ascii("neeeded"), &["needed"]), - (UniCase::ascii("verison"), &["version"]), - (UniCase::ascii("procesure"), &["procedure"]), - (UniCase::ascii("extrated"), &["extracted"]), - (UniCase::ascii("birghter"), &["brighter"]), - (UniCase::ascii("patholgoical"), &["pathological"]), - (UniCase::ascii("menetioned"), &["mentioned"]), - (UniCase::ascii("transending"), &["transcending"]), - (UniCase::ascii("perfomant"), &["performant"]), - (UniCase::ascii("parmter"), &["parameter"]), - (UniCase::ascii("parnoia"), &["paranoia"]), - (UniCase::ascii("developmetns"), &["developments"]), - (UniCase::ascii("knowlegeable"), &["knowledgeable"]), - (UniCase::ascii("guarentyd"), &["guaranteed"]), - (UniCase::ascii("desciription"), &["description"]), - (UniCase::ascii("resoourcing"), &["resourcing"]), - (UniCase::ascii("transpaerntly"), &["transparently"]), - (UniCase::ascii("requierements"), &["requirements"]), - (UniCase::ascii("tabualting"), &["tabulating"]), - (UniCase::ascii("cmak"), &["cmake"]), - (UniCase::ascii("doub"), &["doubt", "daub"]), - (UniCase::ascii("cyprt"), &["crypt"]), - (UniCase::ascii("summmarisation"), &["summarisation"]), - (UniCase::ascii("renegoatiators"), &["renegotiators"]), - (UniCase::ascii("depdendence"), &["dependence"]), - ( - UniCase::ascii("controle"), - &["control", "controlled", "controller"], - ), - (UniCase::ascii("geneation"), &["generation"]), - (UniCase::ascii("inaccesible"), &["inaccessible"]), - (UniCase::ascii("speficilleir"), &["specifier"]), - (UniCase::ascii("mecahnism"), &["mechanism"]), - (UniCase::ascii("intrerrupt"), &["interrupt"]), - (UniCase::ascii("conseeded"), &["conceded"]), - (UniCase::ascii("stoppping"), &["stopping"]), - (UniCase::ascii("genearted"), &["generated"]), - (UniCase::ascii("renegogtiations"), &["renegotiations"]), - (UniCase::ascii("re-negotator"), &["re-negotiator"]), - (UniCase::ascii("movemnets"), &["movements"]), - (UniCase::ascii("explicitelly"), &["explicitly"]), - (UniCase::ascii("gaus\'"), &["Gauss\'"]), - (UniCase::ascii("documenatry"), &["documentary"]), - (UniCase::ascii("undfined"), &["undefined"]), - (UniCase::ascii("navagate"), &["navigate"]), - (UniCase::ascii("shortkut"), &["shortcut"]), - (UniCase::ascii("concatenaion"), &["concatenation"]), - (UniCase::ascii("indeces"), &["indices"]), - (UniCase::ascii("dosen"), &["dozen", "dose", "doesn"]), - (UniCase::ascii("eaiser"), &["easier"]), - (UniCase::ascii("correspdoning"), &["corresponding"]), - (UniCase::ascii("conatain"), &["contain"]), - (UniCase::ascii("achiving"), &["achieving", "archiving"]), - (UniCase::ascii("tempaltes"), &["templates"]), - (UniCase::ascii("segmentes"), &["segments"]), - (UniCase::ascii("safty"), &["safety"]), - (UniCase::ascii("compain"), &["complain"]), - (UniCase::ascii("encrypte"), &["encrypted", "encrypt"]), - (UniCase::ascii("timestemps"), &["timestamps"]), - (UniCase::ascii("clincial"), &["clinical"]), - (UniCase::ascii("existung"), &["existing"]), - (UniCase::ascii("perferr"), &["prefer"]), - (UniCase::ascii("highe"), &["high", "higher", "highs"]), - (UniCase::ascii("descriminated"), &["discriminated"]), - (UniCase::ascii("disappered"), &["disappeared"]), - (UniCase::ascii("golbally"), &["globally"]), - (UniCase::ascii("sargant"), &["sergeant"]), - (UniCase::ascii("rechek"), &["recheck"]), - (UniCase::ascii("abbreviatons"), &["abbreviations"]), - (UniCase::ascii("incompatatible"), &["incompatible"]), - (UniCase::ascii("theiv"), &["thief", "they\'ve"]), - (UniCase::ascii("appoximates"), &["approximates"]), - (UniCase::ascii("spefied"), &["specified"]), - (UniCase::ascii("autherisation"), &["authorisation"]), - (UniCase::ascii("excection"), &["exception", "execution"]), - (UniCase::ascii("reosnable"), &["reasonable"]), - (UniCase::ascii("workstaitons"), &["workstations"]), - (UniCase::ascii("transpacencies"), &["transparencies"]), - (UniCase::ascii("avalible"), &["available"]), - (UniCase::ascii("lastr"), &["last"]), - (UniCase::ascii("consier"), &["consider"]), - (UniCase::ascii("origianal"), &["original"]), - (UniCase::ascii("multplying"), &["multiplying"]), - (UniCase::ascii("acendance"), &["ascendance"]), - (UniCase::ascii("potocol"), &["protocol"]), - (UniCase::ascii("netacpe"), &["netscape"]), - (UniCase::ascii("initialzing"), &["initializing"]), - (UniCase::ascii("backlght"), &["backlight"]), - (UniCase::ascii("transaltion"), &["translation"]), - (UniCase::ascii("ignorned"), &["ignored"]), - (UniCase::ascii("protcted"), &["protected"]), - (UniCase::ascii("mashetty"), &["machete"]), - (UniCase::ascii("relativ"), &["relative"]), - (UniCase::ascii("recives"), &["receives"]), - (UniCase::ascii("inlude"), &["include"]), - (UniCase::ascii("reguarlizer"), &["regularizer"]), - (UniCase::ascii("acqures"), &["acquires"]), - (UniCase::ascii("tasbar"), &["taskbar"]), - (UniCase::ascii("ileagle"), &["illegal"]), - (UniCase::ascii("Pharoah"), &["Pharaoh"]), - (UniCase::ascii("varations"), &["variations"]), - (UniCase::ascii("sectoning"), &["sectioning"]), - (UniCase::ascii("confirmacion"), &["confirmation"]), - (UniCase::ascii("follwowiong"), &["following"]), - (UniCase::ascii("smae"), &["same"]), - (UniCase::ascii("defaukt"), &["default"]), - (UniCase::ascii("timestan"), &["timespan"]), - (UniCase::ascii("cymk"), &["CMYK"]), - (UniCase::ascii("fased"), &["fazed", "phased"]), - (UniCase::ascii("propigate"), &["propagate"]), - (UniCase::ascii("paramterer"), &["parameter"]), - (UniCase::ascii("rentime"), &["runtime"]), - (UniCase::ascii("destrys"), &["destroys"]), - (UniCase::ascii("experimdnters"), &["experimenters"]), - (UniCase::ascii("enviornmentally"), &["environmentally"]), - (UniCase::ascii("handshakres"), &["handshakes"]), - (UniCase::ascii("tanslated"), &["translated"]), - (UniCase::ascii("negociators"), &["negotiators"]), - (UniCase::ascii("speficilleirs"), &["specifiers"]), - (UniCase::ascii("decommissionn"), &["decommission"]), - (UniCase::ascii("optains"), &["obtains"]), - (UniCase::ascii("perfomer"), &["performer"]), - (UniCase::ascii("scetched"), &["sketched"]), - (UniCase::ascii("avance"), &["advance"]), - (UniCase::ascii("topicaizer"), &["topicalizer"]), - (UniCase::ascii("pursuades"), &["persuades"]), - (UniCase::ascii("retquiressl"), &["requiressl"]), - (UniCase::ascii("modifcications"), &["modifications"]), - (UniCase::ascii("confured"), &["configured"]), - (UniCase::ascii("standartizator"), &["standardizer"]), - (UniCase::ascii("speficiallied"), &["specified"]), - (UniCase::ascii("pluse"), &["pulse"]), - (UniCase::ascii("likelyhood"), &["likelihood"]), - (UniCase::ascii("hierarcical"), &["hierarchical"]), - (UniCase::ascii("trys"), &["tries"]), - (UniCase::ascii("eanable"), &["enable"]), - (UniCase::ascii("recheability"), &["reachability"]), - (UniCase::ascii("mchanically"), &["mechanically"]), - (UniCase::ascii("wnated"), &["wanted"]), - (UniCase::ascii("abudance"), &["abundance"]), - (UniCase::ascii("vaccum"), &["vacuum"]), - (UniCase::ascii("bechmarking"), &["benchmarking"]), - (UniCase::ascii("conveinent"), &["convenient"]), - (UniCase::ascii("tempates"), &["templates"]), - (UniCase::ascii("einstance"), &["instance"]), - (UniCase::ascii("execured"), &["executed"]), - (UniCase::ascii("clasical"), &["classical"]), - (UniCase::unicode("évaluate"), &["evaluate"]), - (UniCase::ascii("remainst"), &["remains"]), - (UniCase::ascii("adjasencies"), &["adjacencies"]), - (UniCase::ascii("applicabel"), &["applicable"]), - (UniCase::ascii("vriables"), &["variables"]), - (UniCase::ascii("annayed"), &["annoyed"]), - (UniCase::ascii("muticast"), &["multicast"]), - (UniCase::ascii("approxmation"), &["approximation"]), - (UniCase::ascii("genralise"), &["generalise"]), - (UniCase::ascii("excectives"), &["executives"]), - (UniCase::ascii("derterming"), &["determining"]), - (UniCase::ascii("interactuable"), &["interactive"]), - (UniCase::ascii("corellation"), &["correlation"]), - (UniCase::ascii("funchtionned"), &["functioned"]), - (UniCase::ascii("comenting"), &["commenting"]), - (UniCase::ascii("negotitaors"), &["negotiators"]), - (UniCase::ascii("talekd"), &["talked"]), - (UniCase::ascii("baout"), &["about", "bout"]), - (UniCase::ascii("perfomanse"), &["performance"]), - (UniCase::ascii("confugires"), &["configures"]), - (UniCase::ascii("ajcencies"), &["adjacencies"]), - (UniCase::ascii("authetnicator"), &["authenticator"]), - (UniCase::ascii("eleent"), &["element"]), - (UniCase::ascii("alientating"), &["alienating"]), - (UniCase::ascii("autherise"), &["authorise"]), - (UniCase::ascii("cleantup"), &["cleanup"]), - (UniCase::ascii("invokable"), &["invocable"]), - (UniCase::ascii("socail"), &["social"]), - (UniCase::ascii("realyl"), &["really"]), - (UniCase::ascii("unscubscribed"), &["subscribed"]), - (UniCase::ascii("differnciate"), &["differentiate"]), - (UniCase::ascii("differernt"), &["different"]), - (UniCase::ascii("critized"), &["criticized"]), - (UniCase::ascii("porgrams"), &["programs"]), - (UniCase::ascii("implmeneted"), &["implemented"]), - (UniCase::ascii("immediatley"), &["immediately"]), - (UniCase::ascii("concerntrating"), &["concentrating"]), - (UniCase::ascii("varience"), &["variance"]), - (UniCase::ascii("rocord"), &["record"]), - (UniCase::ascii("coalescsing"), &["coalescing"]), - (UniCase::ascii("illiegal"), &["illegal"]), - (UniCase::ascii("experineced"), &["experienced"]), - (UniCase::ascii("techniks"), &["techniques"]), - (UniCase::ascii("inhabitans"), &["inhabitants"]), - (UniCase::ascii("improoves"), &["improves"]), - (UniCase::ascii("agravate"), &["aggravate"]), - (UniCase::ascii("mangementt"), &["management"]), - (UniCase::ascii("encrption"), &["encryption"]), - (UniCase::ascii("exceuctives"), &["executives"]), - (UniCase::ascii("followind"), &["following"]), - (UniCase::ascii("seperateely"), &["separately"]), - (UniCase::ascii("disctinguish"), &["distinguish"]), - (UniCase::ascii("dissappeard"), &["disappeared"]), - (UniCase::ascii("mesaureed"), &["measured"]), - (UniCase::ascii("deduplaction"), &["deduplication"]), - (UniCase::ascii("utlities"), &["utilities"]), - (UniCase::ascii("renegotatiating"), &["renegotiating"]), - (UniCase::ascii("rsource"), &["resource", "source"]), - (UniCase::ascii("identifyable"), &["identifiable"]), - (UniCase::ascii("feeded"), &["fed"]), - (UniCase::ascii("authencticates"), &["authenticates"]), - (UniCase::ascii("subexperesion"), &["subexpression"]), - (UniCase::ascii("devlops"), &["develops"]), - (UniCase::ascii("singlar"), &["singular"]), - (UniCase::ascii("creatation"), &["creation"]), - (UniCase::ascii("appartments"), &["apartments"]), - (UniCase::ascii("treate"), &["treat"]), - (UniCase::ascii("contur"), &["contour"]), - (UniCase::ascii("permutaions"), &["permutations"]), - (UniCase::ascii("diferently"), &["differently"]), - (UniCase::ascii("unnessecary"), &["unnecessary"]), - ( - UniCase::ascii("hetrogenous"), - &["heterogenous", "heterogeneous"], - ), - (UniCase::ascii("blcok"), &["block"]), - (UniCase::ascii("repressentation"), &["representation"]), - (UniCase::ascii("slase"), &["slash"]), - (UniCase::ascii("genertors"), &["generators"]), - (UniCase::ascii("essentailly"), &["essentially"]), - (UniCase::ascii("directrories"), &["directories"]), - (UniCase::ascii("tryes"), &["tries"]), - (UniCase::ascii("indure"), &["endure"]), - (UniCase::ascii("adresse"), &["address"]), - (UniCase::ascii("precisly"), &["precisely"]), - (UniCase::ascii("connectionas"), &["connections"]), - (UniCase::ascii("dissambler"), &["disassembler"]), - (UniCase::ascii("configuraiton"), &["configuration"]), - (UniCase::ascii("livel"), &["level"]), - (UniCase::ascii("idices"), &["indices"]), - (UniCase::ascii("oveflows"), &["overflows"]), - (UniCase::ascii("depencies"), &["dependencies"]), - (UniCase::ascii("cilyndre"), &["cylinder"]), - (UniCase::ascii("alhapeticaly"), &["alphabetically"]), - (UniCase::ascii("mintoring"), &["mentoring", "monitoring"]), - (UniCase::ascii("notaion"), &["notation"]), - (UniCase::ascii("discribing"), &["describing"]), - (UniCase::ascii("sonething"), &["something"]), - (UniCase::ascii("dircetories"), &["directories"]), - (UniCase::ascii("moduile"), &["module"]), - (UniCase::ascii("medeival"), &["medieval"]), - (UniCase::ascii("comited"), &["committed"]), - (UniCase::ascii("entitie"), &["entity"]), - (UniCase::ascii("unexpctedly"), &["unexpectedly"]), - (UniCase::ascii("untoched"), &["untouched"]), - (UniCase::ascii("ignortg"), &["ignoring"]), - (UniCase::ascii("negogtiations"), &["negotiations"]), - (UniCase::ascii("fomatted"), &["formatted"]), - (UniCase::ascii("isn;t"), &["isn\'t"]), - (UniCase::ascii("servece"), &["service"]), - (UniCase::ascii("iput"), &["input"]), - (UniCase::ascii("fancyness"), &["fanciness"]), - (UniCase::ascii("epect"), &["expect"]), - (UniCase::ascii("wallthickness"), &["wall thickness"]), - (UniCase::ascii("discconected"), &["disconnected"]), - (UniCase::ascii("realeases"), &["releases"]), - (UniCase::ascii("speficiication"), &["specification"]), - (UniCase::ascii("comparitions"), &["comparisons"]), - (UniCase::ascii("settup"), &["setup"]), - ( - UniCase::ascii("expanations"), - &["explanations", "expansions"], - ), - (UniCase::ascii("arbitriary"), &["arbitrary"]), - (UniCase::ascii("felisatus"), &["felicitous"]), - (UniCase::ascii("modifcation"), &["modification"]), - (UniCase::ascii("queu"), &["queue"]), - ( - UniCase::ascii("rountriping"), - &["roundtripping", "round-tripping", "round tripping"], - ), - (UniCase::ascii("cehcker"), &["checker"]), - (UniCase::ascii("ciphersute"), &["ciphersuite"]), - (UniCase::ascii("aesily"), &["easily"]), - (UniCase::ascii("homestate"), &["home state"]), - (UniCase::ascii("asbtractly"), &["abstractly"]), - (UniCase::ascii("okat"), &["okay"]), - (UniCase::ascii("neighobr"), &["neighbor"]), - (UniCase::ascii("cahces"), &["caches"]), - (UniCase::ascii("initalisation"), &["initialisation"]), - (UniCase::ascii("refrencing"), &["referencing"]), - (UniCase::ascii("resepected"), &["respected"]), - (UniCase::ascii("afetr"), &["after"]), - (UniCase::ascii("readby"), &["read", "read by"]), - (UniCase::ascii("shedule"), &["schedule"]), - (UniCase::ascii("declartions"), &["declarations"]), - (UniCase::ascii("conenience"), &["convenience"]), - (UniCase::ascii("nanoseond"), &["nanosecond"]), - (UniCase::ascii("questoin"), &["question"]), - (UniCase::ascii("recontruction"), &["reconstruction"]), - (UniCase::ascii("applicaiton"), &["application"]), - (UniCase::ascii("re-negotitaions"), &["re-negotiations"]), - (UniCase::ascii("specificallly"), &["specifically"]), - (UniCase::ascii("workstaions"), &["workstations"]), - (UniCase::ascii("invokation"), &["invocation"]), - (UniCase::ascii("asscii"), &["ASCII"]), - (UniCase::ascii("transmision"), &["transmission"]), - (UniCase::ascii("unknwns"), &["unknowns"]), - (UniCase::ascii("evoluate"), &["evaluate"]), - (UniCase::ascii("contans"), &["contains"]), - (UniCase::ascii("unspeficiallifed"), &["unspecified"]), - (UniCase::ascii("deafults"), &["defaults"]), - (UniCase::ascii("determimnes"), &["determines"]), - (UniCase::ascii("vulnerabilites"), &["vulnerabilities"]), - (UniCase::ascii("rwite"), &["write"]), - (UniCase::ascii("grat"), &["great"]), - (UniCase::ascii("bounadaries"), &["boundaries"]), - (UniCase::ascii("protocals"), &["protocols"]), - (UniCase::ascii("corsor"), &["cursor"]), - (UniCase::ascii("momemtary"), &["momentary"]), - (UniCase::ascii("regster"), &["register"]), - (UniCase::ascii("devied"), &["device"]), - (UniCase::ascii("xdpf"), &["xpdf"]), - (UniCase::ascii("sepetate"), &["separate"]), - (UniCase::ascii("bellweather"), &["bellwether"]), - (UniCase::ascii("acssumed"), &["assumed"]), - (UniCase::ascii("inernal"), &["internal"]), - (UniCase::ascii("ennpoint"), &["endpoint"]), - (UniCase::ascii("versionaddded"), &["versionadded"]), - (UniCase::ascii("irresistably"), &["irresistibly"]), - (UniCase::ascii("shouw"), &["show"]), - (UniCase::ascii("negotiotated"), &["negotiated"]), - ( - UniCase::ascii("constrcting"), - &["constructing", "constricting"], - ), - (UniCase::ascii("ebaled"), &["enabled"]), - (UniCase::ascii("reander"), &["render"]), - (UniCase::ascii("plesently"), &["pleasantly"]), - (UniCase::ascii("restaraunt"), &["restaurant"]), - (UniCase::ascii("cheeta"), &["cheetah"]), - (UniCase::ascii("indipendently"), &["independently"]), - (UniCase::ascii("addresssed"), &["addressed"]), - (UniCase::ascii("beaviour"), &["behaviour"]), - (UniCase::ascii("notabley"), &["notably"]), - (UniCase::ascii("rearranents"), &["rearrangements"]), - (UniCase::ascii("availabal"), &["available"]), - (UniCase::ascii("invers"), &["inverse", "invert"]), - (UniCase::ascii("proejcting"), &["projecting"]), - (UniCase::ascii("authendicates"), &["authenticates"]), - (UniCase::ascii("speficiifer"), &["specifier"]), - (UniCase::ascii("shtoped"), &["stopped", "shopped"]), - (UniCase::ascii("desintaiton"), &["destination"]), - (UniCase::ascii("ninima"), &["minima"]), - (UniCase::ascii("derefrence"), &["dereference"]), - (UniCase::ascii("evalutes"), &["evaluates"]), - (UniCase::ascii("chararacter"), &["character"]), - (UniCase::ascii("precendences"), &["precedences"]), - (UniCase::ascii("refecting"), &["reflecting"]), - (UniCase::ascii("re-negotaiator"), &["re-negotiator"]), - (UniCase::ascii("derivitivs"), &["derivatives"]), - (UniCase::ascii("condicted"), &["conducted"]), - (UniCase::ascii("missmatch"), &["mismatch"]), - (UniCase::ascii("re-negotiotated"), &["re-negotiated"]), - (UniCase::ascii("corss-sute"), &["cross-site"]), - (UniCase::ascii("indespensible"), &["indispensable"]), - (UniCase::ascii("synchonises"), &["synchronises"]), - (UniCase::ascii("sponsers"), &["sponsors"]), - (UniCase::ascii("realy"), &["really"]), - (UniCase::ascii("allcoaters"), &["allocators"]), - (UniCase::ascii("windos"), &["windows"]), - (UniCase::ascii("expeects"), &["expects"]), - (UniCase::ascii("delimitor"), &["delimiter"]), - (UniCase::ascii("inacccessible"), &["inaccessible"]), - (UniCase::ascii("inventer"), &["inventor"]), - (UniCase::ascii("semphore"), &["semaphore"]), - (UniCase::ascii("disgnostic"), &["diagnostic"]), - (UniCase::ascii("obstancles"), &["obstacles"]), - (UniCase::ascii("choising"), &["choosing"]), - (UniCase::ascii("vulnerabillity"), &["vulnerability"]), - (UniCase::ascii("calescing"), &["coalescing"]), - (UniCase::ascii("agrresive"), &["aggressive"]), - (UniCase::ascii("infrequantcy"), &["infrequency"]), - (UniCase::ascii("experimened"), &["experimented"]), - (UniCase::ascii("cllouding"), &["clouding"]), - (UniCase::ascii("controvertial"), &["controversial"]), - (UniCase::ascii("certifiate"), &["certificate"]), - (UniCase::ascii("commants"), &["commands", "comments"]), - (UniCase::ascii("postions"), &["positions"]), - (UniCase::ascii("deamonized"), &["daemonized"]), - (UniCase::ascii("threshol"), &["threshold"]), - (UniCase::ascii("encapsultion"), &["encapsulation"]), - (UniCase::ascii("cootdinating"), &["coordinating"]), - (UniCase::ascii("ethose"), &["those", "ethos"]), - (UniCase::ascii("finanaces"), &["finances"]), - (UniCase::ascii("inconsisten"), &["inconsistent"]), - (UniCase::ascii("loadig"), &["loading"]), - (UniCase::ascii("inteligable"), &["intelligible"]), - (UniCase::ascii("customable"), &["customizable"]), - (UniCase::ascii("aggregatet"), &["aggregated"]), - (UniCase::ascii("genarating"), &["generating"]), - (UniCase::ascii("basicly"), &["basically"]), - (UniCase::ascii("sneeks"), &["sneaks"]), - (UniCase::ascii("licese"), &["license"]), - (UniCase::ascii("immeidate"), &["immediate"]), - (UniCase::ascii("unmodfitied"), &["unmodified"]), - (UniCase::ascii("unprecendented"), &["unprecedented"]), - (UniCase::ascii("reasearch"), &["research"]), - (UniCase::ascii("meanigfull"), &["meaningful"]), - (UniCase::ascii("turnk"), &["trunk", "turnkey", "turn"]), - (UniCase::ascii("negatiotiates"), &["negotiates"]), - (UniCase::ascii("adwances"), &["advances"]), - (UniCase::ascii("occour"), &["occur"]), - (UniCase::ascii("secont"), &["second"]), - (UniCase::ascii("unstalles"), &["installs", "uninstalls"]), - (UniCase::ascii("refinment"), &["refinement"]), - (UniCase::ascii("signall"), &["signal"]), - (UniCase::ascii("unforunately"), &["unfortunately"]), - (UniCase::ascii("instrcutino"), &["instruction"]), - (UniCase::ascii("aserted"), &["asserted"]), - (UniCase::ascii("philospher"), &["philosopher"]), - (UniCase::ascii("arraival"), &["arrival"]), - (UniCase::ascii("restaurnad"), &["restaurant"]), - (UniCase::ascii("spesify"), &["specify"]), - (UniCase::ascii("tupel"), &["tuple"]), - (UniCase::ascii("lentghs"), &["lengths"]), - (UniCase::ascii("wraning"), &["warning"]), - (UniCase::ascii("ommit"), &["omit"]), - (UniCase::ascii("exchngng"), &["exchanging"]), - (UniCase::ascii("heursitics"), &["heuristics"]), - (UniCase::ascii("decommissionned"), &["decommissioned"]), - (UniCase::ascii("absorbant"), &["absorbent"]), - (UniCase::ascii("rlation"), &["relation"]), - (UniCase::ascii("easili"), &["easily"]), - (UniCase::ascii("auto-negoatiations"), &["auto-negotiations"]), - (UniCase::ascii("enbale"), &["enable"]), - (UniCase::ascii("assinged"), &["assigned"]), - (UniCase::ascii("wicewersa"), &["vice-versa"]), - (UniCase::ascii("expewriments"), &["experiments"]), - (UniCase::ascii("normalyly"), &["normally"]), - (UniCase::ascii("refeinements"), &["refinements"]), - (UniCase::ascii("alocated"), &["allocated"]), - (UniCase::ascii("consturctor"), &["constructor"]), - (UniCase::ascii("pramater"), &["parameter"]), - (UniCase::ascii("fewg"), &["few", "fugue"]), - (UniCase::ascii("algorritms"), &["algorithms"]), - (UniCase::ascii("adhearing"), &["adhering"]), - (UniCase::ascii("debugg"), &["debug"]), - (UniCase::ascii("oututs"), &["outputs"]), - (UniCase::ascii("kubenertes"), &["Kubernetes"]), - (UniCase::ascii("utlity"), &["utility"]), - (UniCase::ascii("imediately"), &["immediately"]), - (UniCase::ascii("apropriate"), &["appropriate"]), - (UniCase::ascii("confert"), &["convert"]), - (UniCase::ascii("supposingly"), &["supposedly"]), - (UniCase::ascii("non-assiged"), &["non-assigned"]), - (UniCase::ascii("acceleated"), &["accelerated"]), - (UniCase::ascii("appicative"), &["applicative"]), - (UniCase::ascii("speficiications"), &["specifications"]), - (UniCase::ascii("nwo"), &["now"]), - (UniCase::ascii("posion"), &["poison", "Psion"]), - (UniCase::ascii("chaneged"), &["changed"]), - (UniCase::ascii("relocaiting"), &["relocating"]), - (UniCase::ascii("coneccting"), &["connecting"]), - (UniCase::ascii("wasn;t"), &["wasn\'t"]), - (UniCase::ascii("implemente"), &["implement", "implemented"]), - (UniCase::ascii("abitrate"), &["arbitrate"]), - (UniCase::ascii("dispaly"), &["display"]), - (UniCase::ascii("descrption"), &["description"]), - (UniCase::ascii("resoruces"), &["resources"]), - (UniCase::ascii("coalleses"), &["coalesces"]), - (UniCase::ascii("consumate"), &["consummate"]), - (UniCase::ascii("franzise"), &["franchise"]), - (UniCase::ascii("suplanting"), &["supplanting"]), - (UniCase::ascii("duplacted"), &["duplicated"]), - (UniCase::ascii("higeine"), &["hygiene"]), - (UniCase::ascii("execuition"), &["execution"]), - (UniCase::ascii("comented"), &["commented"]), - (UniCase::ascii("correspontences"), &["correspondences"]), - (UniCase::ascii("strutture"), &["structure"]), - (UniCase::ascii("crowm"), &["crown"]), - (UniCase::ascii("spporting"), &["supporting"]), - (UniCase::ascii("execuatble"), &["executable"]), - (UniCase::ascii("aledged"), &["alleged"]), - (UniCase::ascii("dependeny"), &["dependency"]), - (UniCase::ascii("intack"), &["intact"]), - (UniCase::ascii("contigous"), &["contiguous"]), - (UniCase::ascii("imagenary"), &["imaginary"]), - (UniCase::ascii("neighburing"), &["neighboring"]), - (UniCase::ascii("undorder"), &["unorder"]), - (UniCase::ascii("approproximates"), &["approximates"]), - (UniCase::ascii("intenational"), &["international"]), - (UniCase::ascii("interprett"), &["interpret"]), - (UniCase::ascii("soluable"), &["soluble"]), - (UniCase::ascii("reasonbly"), &["reasonably"]), - (UniCase::ascii("reculrively"), &["recursively"]), - (UniCase::ascii("secne"), &["scene"]), - (UniCase::ascii("neighbouts"), &["neighbours"]), - (UniCase::ascii("separater"), &["separator"]), - (UniCase::ascii("possiblity"), &["possibility"]), - (UniCase::ascii("architetcures"), &["architectures"]), - (UniCase::ascii("outperfomring"), &["outperforming"]), - (UniCase::ascii("reconect"), &["reconnect"]), - (UniCase::ascii("combinateions"), &["combinations"]), - (UniCase::ascii("intitials"), &["initials"]), - (UniCase::ascii("exsistent"), &["existent"]), - (UniCase::ascii("firmwqre"), &["firmware"]), - (UniCase::ascii("concieved"), &["conceived"]), - (UniCase::ascii("interiting"), &["inheriting"]), - (UniCase::ascii("spports"), &["supports"]), - (UniCase::ascii("descripes"), &["describes"]), - (UniCase::ascii("alinging"), &["aligning"]), - (UniCase::ascii("expewrimentation"), &["experimentation"]), - (UniCase::ascii("formely"), &["formerly"]), - (UniCase::unicode("сontains"), &["contains"]), - (UniCase::ascii("amny"), &["many"]), - (UniCase::ascii("spreasheet"), &["spreadsheet"]), - (UniCase::ascii("tenatively"), &["tentatively"]), - (UniCase::ascii("responsibilty"), &["responsibility"]), - (UniCase::ascii("attachen"), &["attach"]), - (UniCase::ascii("meatadata"), &["metadata"]), - (UniCase::ascii("conver"), &["convert"]), - (UniCase::ascii("happpenings"), &["happenings"]), - (UniCase::ascii("toglled"), &["toggled"]), - (UniCase::ascii("abigious"), &["ambiguous"]), - (UniCase::ascii("coalaesced"), &["coalesced"]), - (UniCase::ascii("sentance"), &["sentence"]), - (UniCase::ascii("indirecty"), &["indirectly"]), - (UniCase::ascii("deduplated"), &["deduplicated"]), - (UniCase::ascii("follww"), &["follow"]), - (UniCase::ascii("futherize"), &["further"]), - (UniCase::ascii("othewize"), &["otherwise"]), - (UniCase::ascii("incompatablities"), &["incompatibilities"]), - (UniCase::ascii("algorihmic"), &["algorithmic"]), - (UniCase::ascii("obgect"), &["object"]), - (UniCase::ascii("ressemle"), &["resemble"]), - (UniCase::ascii("exciation"), &["excitation"]), - (UniCase::ascii("epects"), &["expects"]), - (UniCase::ascii("republians"), &["republicans"]), - (UniCase::ascii("fieldlst"), &["fieldlist"]), - (UniCase::ascii("syntac"), &["syntax"]), - (UniCase::ascii("preceeding"), &["preceding", "proceeding"]), - (UniCase::ascii("ocasionally"), &["occasionally"]), - (UniCase::ascii("chariman"), &["chairman"]), - (UniCase::ascii("sanwiches"), &["sandwiches"]), - (UniCase::ascii("vulnerarbilities"), &["vulnerabilities"]), - (UniCase::ascii("cooridnate"), &["coordinate"]), - (UniCase::ascii("conjonction"), &["conjunction"]), - (UniCase::ascii("perferctly"), &["perfectly"]), - (UniCase::ascii("codepoitn"), &["codepoint"]), - (UniCase::ascii("condidtions"), &["conditions"]), - (UniCase::ascii("coorinates"), &["coordinates"]), - (UniCase::ascii("cyrstallize"), &["crystallize"]), - (UniCase::ascii("aginst"), &["against"]), - (UniCase::ascii("perhas"), &["perhaps"]), - (UniCase::ascii("abstracions"), &["abstractions"]), - (UniCase::ascii("reupladad"), &["reupload", "reuploaded"]), - (UniCase::ascii("adustment"), &["adjustment"]), - (UniCase::ascii("reaceive"), &["receive"]), - (UniCase::ascii("replacment"), &["replacement"]), - (UniCase::ascii("namesd"), &["named", "names"]), - (UniCase::ascii("misalignement"), &["misalignment"]), - (UniCase::ascii("susepect"), &["suspect"]), - (UniCase::ascii("non-negotionated"), &["non-negotiated"]), - (UniCase::ascii("tragectory"), &["trajectory"]), - (UniCase::ascii("rende"), &["render", "rend"]), - (UniCase::ascii("restoiring"), &["restoring"]), - (UniCase::ascii("initialiazation"), &["initialization"]), - (UniCase::ascii("tanslator"), &["translator"]), - (UniCase::ascii("oppertunist"), &["opportunist"]), - (UniCase::ascii("generilise"), &["generalise"]), - (UniCase::ascii("neighbeing"), &["neighboring"]), - (UniCase::ascii("initialiase"), &["initialise", "initialize"]), - (UniCase::ascii("btyes"), &["bytes"]), - (UniCase::ascii("futhroc"), &["futhark", "futhorc"]), - (UniCase::ascii("prcessing"), &["processing"]), - (UniCase::ascii("neightboring"), &["neighboring"]), - (UniCase::ascii("receved"), &["received"]), - (UniCase::ascii("usupported"), &["unsupported"]), - (UniCase::ascii("segmetn"), &["segment"]), - (UniCase::ascii("erros"), &["errors"]), - (UniCase::ascii("enhaned"), &["enhanced"]), - (UniCase::ascii("auto-negotition"), &["auto-negotiation"]), - (UniCase::ascii("propertery"), &["property"]), - (UniCase::ascii("decration"), &["decoration"]), - (UniCase::ascii("presearve"), &["preserve"]), - (UniCase::ascii("spefiific"), &["specific"]), - (UniCase::ascii("inexpierenced"), &["inexperienced"]), - (UniCase::ascii("dissalowing"), &["disallowing"]), - (UniCase::ascii("Cincinnatti"), &["Cincinnati"]), - (UniCase::ascii("dictionnaries"), &["dictionaries"]), - (UniCase::ascii("cheching"), &["checking"]), - (UniCase::ascii("neighborhooods"), &["neighborhoods"]), - (UniCase::ascii("benckmarked"), &["benchmarked"]), - (UniCase::ascii("follwoinwg"), &["following"]), - (UniCase::ascii("embebbed"), &["embedded"]), - (UniCase::ascii("soecialize"), &["specialized"]), - (UniCase::ascii("secrion"), &["section"]), - (UniCase::ascii("cloack"), &["cloak"]), - (UniCase::ascii("iound"), &["round", "wound"]), - (UniCase::ascii("sucessess"), &["success"]), - (UniCase::ascii("comlained"), &["complained"]), - (UniCase::ascii("reademe"), &["README"]), - (UniCase::ascii("initalized"), &["initialized"]), - (UniCase::ascii("coordinnates"), &["coordinates"]), - (UniCase::ascii("standartization"), &["standardization"]), - (UniCase::ascii("shamen"), &["shaman", "shamans"]), - (UniCase::ascii("hava"), &["have", "have a"]), - (UniCase::ascii("docmenetation"), &["documentation"]), - (UniCase::ascii("shoule"), &["should"]), - (UniCase::ascii("contais"), &["contains"]), - (UniCase::ascii("reffers"), &["refers"]), - (UniCase::ascii("attribyes"), &["attributes"]), - (UniCase::ascii("displayig"), &["displaying"]), - (UniCase::ascii("visuales"), &["visuals"]), - (UniCase::ascii("munute"), &["minute"]), - (UniCase::ascii("sharraids"), &["charades"]), - (UniCase::ascii("relocaites"), &["relocates"]), - (UniCase::ascii("taveling"), &["traveling", "travelling"]), - (UniCase::ascii("expetiments"), &["experiments"]), - (UniCase::ascii("inheritence"), &["inheritance"]), - (UniCase::ascii("descriping"), &["describing"]), - (UniCase::ascii("systms"), &["systems"]), - (UniCase::ascii("solarmutx"), &["solarmutex"]), - (UniCase::ascii("mkaing"), &["making"]), - (UniCase::ascii("trnsfered"), &["transferred"]), - (UniCase::ascii("beuracracy"), &["bureaucracy"]), - (UniCase::ascii("colision"), &["collision"]), - (UniCase::ascii("condigdialog"), &["configdialog"]), - (UniCase::ascii("carismatic"), &["charismatic"]), - (UniCase::ascii("vertify"), &["verify"]), - (UniCase::ascii("whihc"), &["which"]), - (UniCase::ascii("smaler"), &["smaller"]), - (UniCase::ascii("dinamiclly"), &["dynamically"]), - (UniCase::ascii("tranclate"), &["translate"]), - (UniCase::ascii("maxumum"), &["maximum"]), - (UniCase::ascii("protcool"), &["protocol"]), - (UniCase::ascii("perforemd"), &["performed"]), - (UniCase::ascii("javacript"), &["javascript"]), - (UniCase::ascii("testomony"), &["testimony"]), - (UniCase::ascii("relaion"), &["relation"]), - (UniCase::ascii("quatation"), &["quotation"]), - (UniCase::ascii("artifically"), &["artificially"]), - (UniCase::ascii("doube"), &["double"]), - (UniCase::ascii("subnegotions"), &["subnegotiations"]), - (UniCase::ascii("microprocessprs"), &["microprocessors"]), - (UniCase::ascii("restoreing"), &["restoring"]), - (UniCase::ascii("staration"), &["starvation"]), - (UniCase::ascii("elsiof"), &["elseif"]), - (UniCase::ascii("deperecated"), &["deprecated"]), - (UniCase::ascii("interpeting"), &["interpreting"]), - (UniCase::ascii("algortihmic"), &["algorithmic"]), - (UniCase::ascii("distibuting"), &["distributing"]), - (UniCase::ascii("recod"), &["record"]), - (UniCase::ascii("interoprability"), &["interoperability"]), - (UniCase::ascii("vitories"), &["victories"]), - (UniCase::ascii("mimached"), &["mismatched"]), - (UniCase::ascii("appology"), &["apology"]), - (UniCase::ascii("defineas"), &["defines"]), - (UniCase::ascii("initialzed"), &["initialized"]), - (UniCase::ascii("oustide"), &["outside"]), - (UniCase::ascii("easiliy"), &["easily"]), - (UniCase::ascii("streem"), &["stream"]), - (UniCase::ascii("speficieis"), &["specifies"]), - (UniCase::ascii("re-negothiate"), &["re-negotiate"]), - (UniCase::ascii("visuabizes"), &["visualizes"]), - (UniCase::ascii("chanined"), &["chained"]), - (UniCase::ascii("definned"), &["defined"]), - (UniCase::ascii("standartisator"), &["standardiser"]), - (UniCase::ascii("valkues"), &["values"]), - (UniCase::ascii("boudary"), &["boundary"]), - (UniCase::ascii("pipleline"), &["pipeline"]), - (UniCase::ascii("progess"), &["progress"]), - (UniCase::ascii("rennovating"), &["renovating"]), - (UniCase::ascii("iterater"), &["iterator"]), - (UniCase::ascii("intreeged"), &["intrigued"]), - (UniCase::ascii("tarbal"), &["tarball"]), - (UniCase::ascii("pwoer"), &["power"]), - (UniCase::ascii("ussual"), &["usual"]), - (UniCase::ascii("thikness"), &["thickness"]), - (UniCase::ascii("severite"), &["severity"]), - (UniCase::ascii("hungs"), &["hangs", "hung"]), - (UniCase::ascii("experimenated"), &["experimented"]), - (UniCase::ascii("sistemize"), &["systemize"]), - (UniCase::ascii("porcessing"), &["processing"]), - (UniCase::ascii("existince"), &["existence"]), - (UniCase::ascii("exension"), &["extension"]), - (UniCase::ascii("alterative"), &["alternative"]), - (UniCase::ascii("conveted"), &["converted"]), - (UniCase::ascii("extraxting"), &["extracting"]), - (UniCase::ascii("cotrolled"), &["controlled"]), - (UniCase::ascii("difractive"), &["diffractive"]), - (UniCase::ascii("sovle"), &["solve"]), - (UniCase::ascii("attemtp"), &["attempt"]), - (UniCase::ascii("minimium"), &["minimum"]), - (UniCase::ascii("maks"), &["mask", "masks", "makes", "make"]), - (UniCase::ascii("Phillippines"), &["Philippines"]), - (UniCase::ascii("highligjting"), &["highlighting"]), - (UniCase::ascii("acquries"), &["acquires", "equerries"]), - (UniCase::ascii("suface"), &["surface"]), - (UniCase::ascii("pratical"), &["practical"]), - (UniCase::ascii("lates"), &["later", "latest"]), - (UniCase::ascii("negotatiated"), &["negotiated"]), - (UniCase::ascii("vertikal"), &["vertical"]), - (UniCase::ascii("emprisoned"), &["imprisoned"]), - (UniCase::ascii("distingquished"), &["distinguished"]), - (UniCase::ascii("multi-dimenionsal"), &["multi-dimensional"]), - (UniCase::ascii("thearding"), &["threading"]), - (UniCase::ascii("unline"), &["unlike"]), - (UniCase::ascii("evalutation"), &["evaluation"]), - ( - UniCase::ascii("enchancement"), - &["enhancement", "enchantment"], - ), - (UniCase::ascii("udated"), &["updated", "dated"]), - (UniCase::ascii("elgible"), &["eligible"]), - (UniCase::ascii("execune"), &["execute"]), - (UniCase::ascii("suspsend"), &["suspend"]), - (UniCase::ascii("tyring"), &["trying"]), - (UniCase::ascii("asychronous"), &["asynchronous"]), - (UniCase::ascii("archaology"), &["archeology", "archaeology"]), - (UniCase::ascii("listner"), &["listener"]), - (UniCase::ascii("wavelnes"), &["wavelines"]), - (UniCase::ascii("instalations"), &["installations"]), - (UniCase::ascii("milimiters"), &["millimeters"]), - (UniCase::ascii("aditionaly"), &["additionally"]), - (UniCase::ascii("thsould"), &["should"]), - (UniCase::ascii("cirucmflex"), &["circumflex"]), - (UniCase::ascii("aditionnal"), &["additional"]), - (UniCase::ascii("differenciating"), &["differentiating"]), - (UniCase::ascii("existying"), &["existing"]), - (UniCase::ascii("manageed"), &["managed"]), - (UniCase::ascii("recevie"), &["receive"]), - (UniCase::ascii("affekt"), &["affect", "effect"]), - (UniCase::ascii("renegotation"), &["renegotiation"]), - (UniCase::ascii("tutoriel"), &["tutorial"]), - (UniCase::ascii("devirtualisaion"), &["devirtualisation"]), - (UniCase::ascii("mutliply"), &["multiply"]), - (UniCase::ascii("annoints"), &["anoints"]), - (UniCase::ascii("calcuations"), &["calculations"]), - (UniCase::ascii("incorectly"), &["incorrectly"]), - (UniCase::ascii("pantomine"), &["pantomime"]), - (UniCase::ascii("parametes"), &["parameters"]), - (UniCase::ascii("relaive"), &["relative"]), - (UniCase::ascii("characetrs"), &["characters"]), - (UniCase::ascii("leagality"), &["legality"]), - (UniCase::ascii("betweend"), &["between"]), - (UniCase::ascii("orientiation"), &["orientation"]), - (UniCase::ascii("neighbeuthoods"), &["neighbourhoods"]), - (UniCase::ascii("affitnity"), &["affinity"]), - (UniCase::ascii("downlod"), &["download"]), - (UniCase::ascii("probabily"), &["probability", "probably"]), - (UniCase::ascii("reinitailize"), &["reinitialize"]), - (UniCase::ascii("lizens"), &["license"]), - (UniCase::ascii("divice"), &["device"]), - (UniCase::ascii("isntance"), &["instance"]), - (UniCase::ascii("refeshed"), &["refreshed"]), - (UniCase::ascii("attrubytes"), &["attributes"]), - (UniCase::ascii("fontrier"), &["frontier"]), - ( - UniCase::ascii("tich"), - &["thick", "tick", "titch", "stitch"], - ), - (UniCase::ascii("exceotions"), &["exemptions"]), - (UniCase::ascii("comparsion"), &["comparison"]), - (UniCase::ascii("missconfigure"), &["misconfigure"]), - (UniCase::ascii("singoolar"), &["singular"]), - (UniCase::ascii("desne"), &["dense"]), - (UniCase::ascii("ountline"), &["outline"]), - (UniCase::ascii("eneumretaion"), &["enumeration"]), - (UniCase::ascii("checkpoing"), &["checkpoint"]), - (UniCase::ascii("worthwile"), &["worthwhile"]), - (UniCase::ascii("unspefixifed"), &["unspecified"]), - (UniCase::ascii("perfomrance"), &["performance"]), - (UniCase::ascii("represnet"), &["represent"]), - (UniCase::ascii("gettter"), &["getter"]), - (UniCase::ascii("transcordings"), &["transcodings"]), - (UniCase::ascii("sycles"), &["cycles"]), - (UniCase::ascii("exculsivly"), &["exclusively"]), - (UniCase::ascii("boundares"), &["boundaries"]), - (UniCase::ascii("analise"), &["analyse"]), - (UniCase::ascii("commpression"), &["compression"]), - (UniCase::ascii("personel"), &["personnel", "personal"]), - (UniCase::ascii("signitories"), &["signatories"]), - (UniCase::ascii("peprocessor"), &["preprocessor"]), - (UniCase::ascii("previlege"), &["privilege"]), - (UniCase::ascii("follwowinwg"), &["following"]), - (UniCase::ascii("abstrctness"), &["abstractness"]), - (UniCase::ascii("nenviroment"), &["environment"]), - (UniCase::ascii("bakends"), &["backends"]), - (UniCase::ascii("simplier"), &["simpler"]), - (UniCase::ascii("satifying"), &["satisfying"]), - (UniCase::ascii("intiale"), &["initial"]), - (UniCase::ascii("ackward"), &["awkward", "backward"]), - (UniCase::ascii("negosiate"), &["negotiate"]), - (UniCase::ascii("annay"), &["annoy", "any"]), - (UniCase::ascii("assymmetric"), &["asymmetric"]), - (UniCase::ascii("comphrehensive"), &["comprehensive"]), - (UniCase::ascii("cachline"), &["cacheline"]), - (UniCase::ascii("siliently"), &["silently", "saliently"]), - (UniCase::ascii("Heidelburg"), &["Heidelberg"]), - (UniCase::ascii("temprarily"), &["temporarily"]), - (UniCase::ascii("paravirutalize"), &["paravirtualize"]), - (UniCase::ascii("numnbering"), &["numbering"]), - (UniCase::ascii("tansmit"), &["transmit"]), - (UniCase::ascii("cahchedb"), &["cachedb"]), - (UniCase::ascii("followig"), &["following"]), - (UniCase::ascii("trasaction"), &["transaction"]), - (UniCase::ascii("fortat"), &["format"]), - (UniCase::ascii("argumements"), &["arguments"]), - (UniCase::ascii("versio"), &["version"]), - (UniCase::ascii("alogirthm"), &["algorithm"]), - (UniCase::ascii("delimitier"), &["delimiter"]), - (UniCase::ascii("fotograph"), &["photograph"]), - (UniCase::ascii("neighborhodds"), &["neighborhoods"]), - (UniCase::ascii("unchainged"), &["unchanged"]), - (UniCase::ascii("interfernce"), &["interference"]), - (UniCase::ascii("hierachy"), &["hierarchy"]), - (UniCase::ascii("wjat"), &["what"]), - (UniCase::ascii("anythig"), &["anything"]), - (UniCase::ascii("methid"), &["method"]), - (UniCase::ascii("disssociate"), &["dissociate"]), - (UniCase::ascii("reuests"), &["requests"]), - (UniCase::ascii("uique"), &["unique"]), - (UniCase::ascii("subdivisiond"), &["subdivisioned"]), - (UniCase::ascii("tansactions"), &["transactions"]), - (UniCase::ascii("neeedless"), &["needless", "needles"]), - (UniCase::ascii("vincinity"), &["vicinity"]), - (UniCase::ascii("atempting"), &["attempting"]), - (UniCase::ascii("extesions"), &["extensions"]), - (UniCase::ascii("recommed"), &["recommend"]), - (UniCase::ascii("persuded"), &["persuaded"]), - (UniCase::ascii("commuications"), &["communications"]), - (UniCase::ascii("undertstand"), &["understand"]), - (UniCase::ascii("programmaticaly"), &["programmatically"]), - (UniCase::ascii("numers"), &["numbers"]), - (UniCase::ascii("inadvertantly"), &["inadvertently"]), - (UniCase::ascii("passerbys"), &["passersby"]), - (UniCase::ascii("disrete"), &["discrete"]), - (UniCase::ascii("negotiotation"), &["negotiation"]), - (UniCase::ascii("hypoteses"), &["hypotheses"]), - (UniCase::ascii("stradegies"), &["strategies"]), - (UniCase::ascii("grapgics"), &["graphics"]), - (UniCase::ascii("postincremend"), &["postincrement"]), - (UniCase::ascii("domensions"), &["dimensions"]), - (UniCase::ascii("behing"), &["behind", "being"]), - (UniCase::ascii("instantations"), &["instantiations"]), - (UniCase::ascii("commputed"), &["computed"]), - (UniCase::ascii("experimmental"), &["experimental"]), - (UniCase::ascii("manipulatin"), &["manipulating"]), - (UniCase::ascii("re-negoatiations"), &["re-negotiations"]), - (UniCase::ascii("erronous"), &["erroneous"]), - (UniCase::ascii("practioners"), &["practitioners"]), - (UniCase::ascii("travering"), &["traversing"]), - (UniCase::ascii("interfal"), &["interval"]), - (UniCase::ascii("terroist"), &["terrorist"]), - (UniCase::ascii("wrappered"), &["wrapped"]), - (UniCase::ascii("environent"), &["environment"]), - (UniCase::ascii("vulerabuilities"), &["vulnerabilities"]), - (UniCase::ascii("compitable"), &["compatible"]), - (UniCase::ascii("wief"), &["wife"]), - (UniCase::ascii("contamporaries"), &["contemporaries"]), - (UniCase::ascii("sucessfually"), &["successfully"]), - (UniCase::ascii("interepreted"), &["interpreted"]), - (UniCase::ascii("availablen"), &["available"]), - (UniCase::ascii("announements"), &["announcements"]), - (UniCase::ascii("enumerble"), &["enumerable"]), - (UniCase::ascii("nediums"), &["mediums"]), - (UniCase::ascii("insigth"), &["insight"]), - (UniCase::ascii("authenicators"), &["authenticators"]), - (UniCase::ascii("unconsisntency"), &["inconsistency"]), - (UniCase::ascii("explainatory"), &["explanatory"]), - (UniCase::ascii("modfiable"), &["modifiable"]), - (UniCase::ascii("resuction"), &["reduction"]), - (UniCase::ascii("authendicators"), &["authenticators"]), - (UniCase::ascii("experementations"), &["experimentations"]), - (UniCase::ascii("librairies"), &["libraries"]), - (UniCase::ascii("sintax"), &["syntax"]), - (UniCase::ascii("sigen"), &["sign"]), - (UniCase::ascii("devirutalized"), &["devirtualized"]), - (UniCase::ascii("segmenets"), &["segments"]), - (UniCase::ascii("advertize"), &["advertise"]), - (UniCase::ascii("aninate"), &["animate"]), - (UniCase::ascii("uncertainity"), &["uncertainty"]), - (UniCase::ascii("dynamc"), &["dynamic"]), - (UniCase::ascii("launhed"), &["launched"]), - (UniCase::ascii("renegoziated"), &["renegotiated"]), - (UniCase::ascii("automaticalyl"), &["automatically"]), - (UniCase::ascii("postcondtions"), &["postconditions"]), - (UniCase::ascii("maniuplation"), &["manipulation"]), - (UniCase::ascii("unbouinded"), &["unbounded"]), - (UniCase::ascii("derivaties"), &["derivatives"]), - (UniCase::ascii("miroring"), &["mirroring"]), - (UniCase::ascii("expcted"), &["expected"]), - (UniCase::ascii("programm"), &["program", "programme"]), - (UniCase::ascii("attched"), &["attached"]), - (UniCase::ascii("argumemnt"), &["argument"]), - (UniCase::ascii("defins"), &["defines", "define"]), - (UniCase::ascii("accuratelly"), &["accurately"]), - (UniCase::ascii("disalbes"), &["disables"]), - (UniCase::ascii("follwoong"), &["following"]), - (UniCase::ascii("conpletes"), &["completes"]), - (UniCase::ascii("susupend"), &["suspend"]), - (UniCase::ascii("propotion"), &["proportion", "promotion"]), - (UniCase::ascii("coincedentally"), &["coincidentally"]), - (UniCase::ascii("runnging"), &["running", "rummaging"]), - (UniCase::ascii("schduler"), &["scheduler"]), - (UniCase::ascii("shpped"), &["shipped"]), - (UniCase::ascii("movemnet"), &["movement"]), - (UniCase::ascii("preppent"), &["prepend", "preprent"]), - (UniCase::ascii("verbously"), &["verbosely"]), - (UniCase::ascii("acccessibility"), &["accessibility"]), - (UniCase::ascii("re-negoatiable"), &["re-negotiable"]), - (UniCase::ascii("anly"), &["only"]), - (UniCase::ascii("quadddec"), &["quaddec"]), - (UniCase::ascii("re-negotatiation"), &["re-negotiation"]), - (UniCase::ascii("proffesed"), &["professed"]), - (UniCase::ascii("knwoingly"), &["knowingly"]), - (UniCase::ascii("dsiabled"), &["disabled"]), - (UniCase::ascii("durationm"), &["duration"]), - (UniCase::ascii("preambule"), &["preamble"]), - (UniCase::ascii("upsteraming"), &["upstreaming"]), - (UniCase::ascii("backslashs"), &["backslashes"]), - (UniCase::ascii("elenment"), &["element"]), - (UniCase::ascii("architecutres"), &["architectures"]), - (UniCase::ascii("approxiamtely"), &["approximately"]), - (UniCase::ascii("tesselatad"), &["tessellated"]), - (UniCase::ascii("sibiling"), &["sibling"]), - (UniCase::ascii("realtion"), &["relation", "reaction"]), - (UniCase::ascii("biginning"), &["beginning"]), - (UniCase::ascii("miscelaneous"), &["miscellaneous"]), - (UniCase::ascii("confugring"), &["configuring"]), - (UniCase::ascii("autheticates"), &["authenticates"]), - (UniCase::ascii("stragety"), &["strategy"]), - (UniCase::ascii("resoures"), &["resources"]), - (UniCase::ascii("falshes"), &["flashes"]), - (UniCase::ascii("indide"), &["inside"]), - (UniCase::ascii("creedence"), &["credence"]), - (UniCase::ascii("numebr"), &["number"]), - (UniCase::ascii("sholuld"), &["should"]), - (UniCase::ascii("disgning"), &["designing-"]), - (UniCase::ascii("coordindate"), &["coordinate"]), - (UniCase::ascii("bombardement"), &["bombardment"]), - (UniCase::ascii("outut"), &["output"]), - (UniCase::ascii("folfer"), &["folder"]), - (UniCase::ascii("comlaints"), &["complaints"]), - (UniCase::ascii("checkum"), &["checksum"]), - (UniCase::ascii("glyhs"), &["glyphs"]), - (UniCase::ascii("esecute"), &["execute"]), - (UniCase::ascii("recyles"), &["recycles"]), - (UniCase::ascii("algorithmes"), &["algorithms"]), - (UniCase::ascii("transparecy"), &["transparency"]), - (UniCase::ascii("imploys"), &["employs"]), - (UniCase::unicode("сontainor"), &["container"]), - (UniCase::ascii("fileds"), &["fields"]), - (UniCase::ascii("som"), &["some"]), - (UniCase::ascii("beforehands"), &["beforehand"]), - (UniCase::ascii("abitration"), &["arbitration"]), - (UniCase::ascii("coummunity"), &["community"]), - (UniCase::ascii("allwos"), &["allows"]), - (UniCase::ascii("equiped"), &["equipped"]), - (UniCase::ascii("intialize"), &["initialize"]), - (UniCase::ascii("succcessors"), &["successors"]), - (UniCase::ascii("stuidos"), &["studios"]), - (UniCase::ascii("responibilities"), &["responsibilities"]), - (UniCase::ascii("languaes"), &["languages"]), - (UniCase::ascii("assocations"), &["associations"]), - (UniCase::ascii("calcultating"), &["calculating"]), - (UniCase::ascii("eabled"), &["enabled"]), - (UniCase::ascii("desltops"), &["desktops"]), - (UniCase::ascii("negotitaion"), &["negotiation"]), - (UniCase::ascii("exhistance"), &["existence"]), - (UniCase::ascii("currupt"), &["corrupt"]), - (UniCase::ascii("cpacities"), &["capacities"]), - (UniCase::ascii("opreating"), &["operating"]), - (UniCase::ascii("neeedn\'t"), &["needn\'t"]), - (UniCase::ascii("endig"), &["ending"]), - (UniCase::ascii("positionnes"), &["positions"]), - (UniCase::ascii("dirctory"), &["directory"]), - (UniCase::ascii("attacs"), &["attacks"]), - (UniCase::ascii("covention"), &["convention"]), - (UniCase::ascii("agriculure"), &["agriculture"]), - (UniCase::ascii("finanacially"), &["financially"]), - (UniCase::ascii("orientied"), &["oriented"]), - (UniCase::ascii("cleanp"), &["cleanup", "clean up"]), - (UniCase::ascii("dowload"), &["download"]), - (UniCase::ascii("articel"), &["article"]), - (UniCase::ascii("comparign"), &["comparing"]), - (UniCase::ascii("raeding"), &["reading"]), - (UniCase::ascii("difraction"), &["diffraction"]), - (UniCase::ascii("coordinite"), &["coordinate"]), - (UniCase::ascii("Lybia"), &["Libya"]), - (UniCase::ascii("assuption"), &["assumption"]), - (UniCase::ascii("corespondence"), &["correspondence"]), - (UniCase::ascii("neccessary"), &["necessary"]), - (UniCase::ascii("roiginally"), &["originally"]), - (UniCase::ascii("larg"), &["large"]), - (UniCase::ascii("calculcate"), &["calculate"]), - (UniCase::ascii("relatated"), &["related"]), - (UniCase::ascii("operatng"), &["operating"]), - (UniCase::ascii("furhter"), &["further"]), - (UniCase::ascii("fursthest"), &["furthest"]), - (UniCase::ascii("misscounted"), &["miscounted"]), - (UniCase::ascii("coalasece"), &["coalescence"]), - (UniCase::ascii("vritual"), &["virtual"]), - (UniCase::ascii("multilangual"), &["multilingual"]), - (UniCase::ascii("struggeling"), &["struggling"]), - (UniCase::ascii("fluoroscent"), &["fluorescent"]), - (UniCase::ascii("comaprison"), &["comparison"]), - (UniCase::ascii("vicefersa"), &["vice-versa"]), - (UniCase::ascii("protoco"), &["protocol"]), - (UniCase::ascii("simmilar"), &["similar"]), - (UniCase::ascii("folliong"), &["following"]), - (UniCase::ascii("pasengers"), &["passengers"]), - (UniCase::ascii("publisged"), &["published"]), - (UniCase::ascii("propertu"), &["property"]), - (UniCase::ascii("attribiute"), &["attribute"]), - (UniCase::ascii("standtard"), &["standard"]), - (UniCase::ascii("unbounnded"), &["unbounded"]), - (UniCase::ascii("relient"), &["reliant"]), - (UniCase::ascii("arbitrers"), &["arbiters", "arbitrators"]), - (UniCase::ascii("analogicaly"), &["analogically"]), - (UniCase::ascii("interespersed"), &["interspersed"]), - (UniCase::ascii("configuratiom"), &["configuration"]), - (UniCase::ascii("re-negoziation"), &["re-negotiation"]), - (UniCase::ascii("perfomers"), &["performers"]), - (UniCase::ascii("guarrantes"), &["guarantees"]), - (UniCase::ascii("scenegraaph"), &["scenegraph"]), - (UniCase::ascii("deduplacte"), &["deduplicate"]), - (UniCase::ascii("examles"), &["examples"]), - (UniCase::ascii("overlapp"), &["overlap"]), - (UniCase::ascii("interlly"), &["internally"]), - (UniCase::ascii("acccessible"), &["accessible"]), - (UniCase::ascii("filesystyems"), &["filesystems"]), - (UniCase::ascii("soource"), &["source"]), - (UniCase::ascii("differentiatiations"), &["differentiations"]), - (UniCase::ascii("hieroglph"), &["hieroglyph"]), - (UniCase::ascii("indigineous"), &["indigenous"]), - (UniCase::ascii("algorithims"), &["algorithms"]), - (UniCase::ascii("desepears"), &["disappears"]), - (UniCase::ascii("fecthing"), &["fetching"]), - (UniCase::ascii("experimentatly"), &["experimentally"]), - (UniCase::ascii("congradulations"), &["congratulations"]), - (UniCase::ascii("renegothiations"), &["renegotiations"]), - (UniCase::ascii("handlling"), &["handling"]), - (UniCase::ascii("delievery"), &["delivery"]), - (UniCase::ascii("discusion"), &["discussion"]), - (UniCase::ascii("unnessecarry"), &["unnecessary"]), - (UniCase::ascii("torerable"), &["tolerable"]), - (UniCase::ascii("sequense"), &["sequence"]), - (UniCase::ascii("uplading"), &["uploading"]), - (UniCase::ascii("eror"), &["error"]), - (UniCase::ascii("defauts"), &["defaults"]), - (UniCase::ascii("accomodate"), &["accommodate"]), - (UniCase::ascii("orgiginal"), &["original"]), - (UniCase::ascii("racaus"), &["raucous"]), - (UniCase::ascii("depdendency"), &["dependency"]), - (UniCase::ascii("trascation"), &["transaction"]), - (UniCase::ascii("critisizes"), &["criticises", "criticizes"]), - (UniCase::ascii("aboslutely"), &["absolutely"]), - (UniCase::ascii("has\'nt"), &["hasn\'t"]), - (UniCase::ascii("fillay"), &["fillet"]), - (UniCase::ascii("similiarity"), &["similarity"]), - (UniCase::ascii("exchausted"), &["exhausted"]), - (UniCase::ascii("colose"), &["close"]), - (UniCase::ascii("incorreectly"), &["incorrectly"]), - (UniCase::ascii("execusive"), &["exclusive"]), - ( - UniCase::ascii("initilised"), - &["initialised", "initialized"], - ), - (UniCase::ascii("aboslute"), &["absolute"]), - (UniCase::ascii("encoutner"), &["encounter"]), - (UniCase::ascii("depdendants"), &["dependents"]), - (UniCase::ascii("couuldn\'t"), &["couldn\'t"]), - ( - UniCase::ascii("seeting"), - &["seating", "setting", "seething"], - ), - (UniCase::ascii("documetnation"), &["documentation"]), - ( - UniCase::ascii("constraing"), - &["constraining", "constraint"], - ), - (UniCase::ascii("publishher"), &["publisher"]), - (UniCase::ascii("dorced"), &["forced"]), - (UniCase::ascii("modfiiable"), &["modifiable"]), - (UniCase::ascii("thikning"), &["thinking", "thickening"]), - (UniCase::ascii("instaled"), &["installed"]), - (UniCase::ascii("parastics"), &["parasitics"]), - (UniCase::ascii("eliminte"), &["eliminate"]), - (UniCase::ascii("movememnt"), &["movement"]), - (UniCase::ascii("sublasses"), &["subclasses"]), - (UniCase::ascii("copuright"), &["copyright"]), - (UniCase::ascii("deduplation"), &["deduplication"]), - (UniCase::ascii("inplicitly"), &["implicitly"]), - (UniCase::ascii("purpotedly"), &["purportedly"]), - (UniCase::ascii("decosers"), &["decoders"]), - (UniCase::ascii("stroy"), &["story", "destroy"]), - (UniCase::ascii("prpeparations"), &["preparations"]), - (UniCase::ascii("pronunce"), &["pronounce"]), - (UniCase::ascii("undet"), &["under"]), - (UniCase::ascii("handshakring"), &["handshaking"]), - (UniCase::ascii("hypervior"), &["hypervisor"]), - (UniCase::ascii("decompresed"), &["decompressed"]), - (UniCase::ascii("MingGW"), &["MinGW"]), - (UniCase::ascii("succceeded"), &["succeeded"]), - (UniCase::ascii("Ardiuno"), &["Arduino"]), - (UniCase::ascii("inevatible"), &["inevitable"]), - (UniCase::ascii("temprory"), &["temporary"]), - (UniCase::ascii("confuction"), &["conjunction"]), - (UniCase::ascii("missings"), &["missing"]), - (UniCase::ascii("implememted"), &["implemented"]), - (UniCase::ascii("stablilization"), &["stabilization"]), - (UniCase::ascii("descriptiors"), &["descriptors"]), - (UniCase::ascii("suggetsing"), &["suggesting"]), - (UniCase::ascii("guarntees"), &["guarantees"]), - (UniCase::ascii("inidicates"), &["indicates"]), - (UniCase::ascii("supressible"), &["suppressible"]), - (UniCase::ascii("disctionary"), &["dictionary"]), - (UniCase::ascii("auhtor"), &["author"]), - (UniCase::ascii("expeptedly"), &["expectedly"]), - (UniCase::ascii("phenomenonal"), &["phenomenal"]), - (UniCase::ascii("comparissions"), &["comparisons"]), - (UniCase::ascii("hapends"), &["happens"]), - (UniCase::ascii("estabishes"), &["establishes"]), - (UniCase::ascii("availabke"), &["available"]), - (UniCase::ascii("paramtrical"), &["parametrical"]), - (UniCase::ascii("exceopted"), &["exempted"]), - (UniCase::ascii("rysnc"), &["rsync"]), - (UniCase::ascii("expericing"), &["experiencing"]), - (UniCase::ascii("senaphores"), &["semaphores"]), - (UniCase::ascii("allocatrd"), &["allocated"]), - (UniCase::ascii("sacreligious"), &["sacrilegious"]), - (UniCase::ascii("languaces"), &["languages"]), - (UniCase::ascii("regualtor"), &["regulator"]), - (UniCase::ascii("preveiwers"), &["previewers"]), - (UniCase::ascii("exchagning"), &["exchanging"]), - (UniCase::ascii("uncrypted"), &["unencrypted"]), - (UniCase::ascii("pallette"), &["palette"]), - (UniCase::ascii("restoreble"), &["restorable"]), - (UniCase::ascii("gaurantee"), &["guarantee"]), - (UniCase::ascii("concatinated"), &["concatenated"]), - (UniCase::ascii("singeles"), &["singles", "signals"]), - (UniCase::ascii("boolens"), &["booleans"]), - (UniCase::ascii("referenace"), &["reference"]), - (UniCase::ascii("attruibutes"), &["attributes"]), - (UniCase::ascii("re-negogtiator"), &["re-negotiator"]), - (UniCase::ascii("adaptare"), &["adapter"]), - (UniCase::ascii("rememembered"), &["remembered"]), - (UniCase::ascii("exturde"), &["extrude"]), - (UniCase::ascii("intances"), &["instances"]), - (UniCase::ascii("correograph"), &["choreograph"]), - (UniCase::ascii("outtermost"), &["outermost"]), - (UniCase::ascii("re-negotication"), &["re-negotiation"]), - (UniCase::ascii("encocders"), &["encoders"]), - (UniCase::ascii("excecutables"), &["executables"]), - (UniCase::ascii("proprotion"), &["proportion"]), - (UniCase::ascii("totorial"), &["tutorial"]), - (UniCase::ascii("enbedding"), &["embedding"]), - (UniCase::ascii("undertands"), &["understands"]), - (UniCase::ascii("deambigation"), &["disambiguation"]), - (UniCase::ascii("fomrats"), &["formats"]), - (UniCase::ascii("possesive"), &["possessive"]), - (UniCase::ascii("declated"), &["declared"]), - (UniCase::ascii("grahical"), &["graphical"]), - (UniCase::ascii("misstypes"), &["mistypes"]), - (UniCase::ascii("equitorial"), &["equatorial"]), - (UniCase::ascii("interpet"), &["interpret"]), - (UniCase::ascii("choise"), &["choice"]), - (UniCase::ascii("seachkey"), &["searchkey"]), - (UniCase::ascii("recconeect"), &["reconnect"]), - (UniCase::ascii("re-negotionation"), &["re-negotiation"]), - (UniCase::ascii("retransfering"), &["retransferring"]), - (UniCase::ascii("intreeg"), &["intrigue"]), - (UniCase::ascii("extrac"), &["extract"]), - (UniCase::ascii("incompatibilies"), &["incompatibilities"]), - (UniCase::ascii("bypas"), &["bypass"]), - (UniCase::ascii("execuate"), &["execute"]), - (UniCase::ascii("execising"), &["exercising"]), - (UniCase::ascii("pasttime"), &["pastime"]), - (UniCase::ascii("tabel"), &["table"]), - (UniCase::ascii("cannotations"), &["connotations"]), - (UniCase::ascii("intersparsed"), &["interspersed"]), - (UniCase::ascii("foloowiong"), &["following"]), - (UniCase::ascii("enourages"), &["encourages"]), - (UniCase::ascii("anormally"), &["abnormally", "a normally"]), - (UniCase::ascii("attemtped"), &["attempted"]), - (UniCase::ascii("electricty"), &["electricity"]), - (UniCase::ascii("callabcks"), &["callbacks"]), - (UniCase::ascii("extened"), &["extended"]), - (UniCase::ascii("unknwon"), &["unknown"]), - (UniCase::ascii("corridoor"), &["corridor"]), - (UniCase::ascii("afficianados"), &["aficionados"]), - (UniCase::ascii("exchenge"), &["exchange"]), - (UniCase::ascii("safe-pooints"), &["safe-points"]), - (UniCase::ascii("deambiguation"), &["disambiguation"]), - (UniCase::ascii("experimeted"), &["experimented"]), - (UniCase::ascii("fowarded"), &["forwarded"]), - (UniCase::ascii("erasuer"), &["erasure", "eraser"]), - (UniCase::ascii("perfoemamce"), &["performance"]), - (UniCase::ascii("declartations"), &["declarations"]), - (UniCase::ascii("abstracly"), &["abstractly"]), - (UniCase::ascii("apointment"), &["appointment"]), - (UniCase::ascii("sacle"), &["scale"]), - (UniCase::ascii("flexable"), &["flexible"]), - (UniCase::ascii("calulating"), &["calculating"]), - (UniCase::ascii("statrt"), &["start"]), - (UniCase::ascii("aleays"), &["always"]), - (UniCase::ascii("poisitioned"), &["positioned"]), - (UniCase::ascii("retet"), &["reset", "retest"]), - (UniCase::ascii("localtions"), &["locations"]), - ( - UniCase::ascii("paramterical"), - &["parametric", "parametrically"], - ), - (UniCase::ascii("threded"), &["threaded"]), - (UniCase::ascii("misceancellous"), &["miscellaneous"]), - (UniCase::ascii("reconstrcution"), &["reconstruction"]), - (UniCase::ascii("seperatd"), &["separated"]), - (UniCase::ascii("charactor"), &["character"]), - (UniCase::ascii("catastrphic"), &["catastrophic"]), - (UniCase::ascii("poentials"), &["potentials"]), - (UniCase::ascii("syncronise"), &["synchronise"]), - (UniCase::ascii("pount"), &["point"]), - ( - UniCase::ascii("exorted"), - &["exported", "extorted", "exerted"], - ), - (UniCase::ascii("commnted"), &["commented"]), - (UniCase::ascii("descriibes"), &["describes"]), - (UniCase::ascii("centrigrade"), &["centigrade"]), - (UniCase::ascii("negotatiates"), &["negotiates"]), - (UniCase::ascii("diagnosics"), &["diagnostics"]), - (UniCase::ascii("retreived"), &["retrieved"]), - (UniCase::ascii("paramerts"), &["parameters"]), - (UniCase::ascii("enlargments"), &["enlargements"]), - (UniCase::ascii("maniuplators"), &["manipulators"]), - (UniCase::ascii("wehther"), &["whether"]), - (UniCase::ascii("expeirimentation"), &["experimentation"]), - (UniCase::ascii("re-negoating"), &["re-negotiating"]), - (UniCase::ascii("directries"), &["directories"]), - (UniCase::ascii("numebrs"), &["numbers"]), - (UniCase::ascii("rememembers"), &["remembers"]), - (UniCase::ascii("ananlog"), &["analog"]), - (UniCase::ascii("sistemed"), &["systemed"]), - (UniCase::ascii("copiler"), &["compiler"]), - (UniCase::ascii("folllowin"), &["following"]), - (UniCase::ascii("fullly"), &["fully"]), - (UniCase::ascii("explantion"), &["explanation"]), - (UniCase::ascii("strucutres"), &["structures"]), - (UniCase::ascii("expresions"), &["expressions"]), - (UniCase::ascii("expressino"), &["expression"]), - (UniCase::ascii("uniterrupted"), &["uninterrupted"]), - (UniCase::ascii("documants"), &["documents"]), - (UniCase::ascii("dirived"), &["derived"]), - (UniCase::ascii("leightweight"), &["lightweight"]), - (UniCase::ascii("progagators"), &["propagators"]), - (UniCase::ascii("vreity"), &["variety"]), - (UniCase::ascii("externels"), &["externals"]), - (UniCase::ascii("metapackge"), &["metapackage"]), - (UniCase::ascii("renegoticators"), &["renegotiators"]), - (UniCase::ascii("seond"), &["second", "send"]), - (UniCase::ascii("advertisments"), &["advertisements"]), - (UniCase::ascii("anlysis"), &["analysis"]), - (UniCase::ascii("symmetic"), &["symmetric"]), - (UniCase::ascii("Ceasar"), &["Caesar"]), - (UniCase::ascii("klick"), &["click"]), - (UniCase::ascii("folers"), &["folders"]), - (UniCase::ascii("mocrocontrollers"), &["microcontrollers"]), - (UniCase::ascii("fundemental"), &["fundamental"]), - (UniCase::ascii("inconcistent"), &["inconsistent"]), - (UniCase::ascii("incoherantly"), &["incoherently"]), - (UniCase::ascii("approoximates"), &["approximates"]), - (UniCase::ascii("follinwg"), &["following"]), - (UniCase::ascii("moderm"), &["modem"]), - (UniCase::ascii("attribude"), &["attribute"]), - (UniCase::ascii("soruces"), &["sources", "spruces"]), - (UniCase::ascii("opps"), &["oops"]), - (UniCase::ascii("tendancy"), &["tendency"]), - (UniCase::ascii("descrptors"), &["descriptors"]), - (UniCase::ascii("exspects"), &["expects"]), - (UniCase::ascii("opperational"), &["operational"]), - (UniCase::ascii("unsucccessful"), &["unsuccessful"]), - (UniCase::ascii("freezs"), &["freezes"]), - (UniCase::ascii("capabilty"), &["capability"]), - (UniCase::ascii("relaease"), &["release"]), - (UniCase::ascii("unsubscirbing"), &["unsubscribing"]), - (UniCase::ascii("autherization"), &["authorization"]), - (UniCase::ascii("occcured"), &["occurred"]), - (UniCase::ascii("ignroed"), &["ignored"]), - (UniCase::ascii("plesae"), &["please"]), - (UniCase::ascii("transfromations"), &["transformations"]), - (UniCase::ascii("oposed"), &["opposed"]), - (UniCase::ascii("namnespaces"), &["namespaces"]), - (UniCase::ascii("shandow"), &["shadow"]), - (UniCase::ascii("filesysems"), &["filesystems"]), - (UniCase::ascii("experimentaer"), &["experimenter"]), - (UniCase::ascii("appologies"), &["apologies"]), - (UniCase::ascii("embarrasing"), &["embarrassing"]), - (UniCase::ascii("enhabces"), &["enhances"]), - (UniCase::ascii("descibed"), &["described"]), - (UniCase::ascii("workfows"), &["workflows"]), - (UniCase::ascii("dorder"), &["order", "disorder"]), - (UniCase::ascii("doesent"), &["doesn\'t"]), - (UniCase::ascii("penisular"), &["peninsular"]), - (UniCase::ascii("cloding"), &["closing"]), - (UniCase::ascii("transparaently"), &["transparently"]), - (UniCase::ascii("nedium"), &["medium"]), - (UniCase::ascii("caridge"), &["carriage"]), - (UniCase::ascii("dissappering"), &["disappearing"]), - (UniCase::ascii("inadquate"), &["inadequate"]), - (UniCase::ascii("initailzation"), &["initialization"]), - (UniCase::ascii("decathalon"), &["decathlon"]), - (UniCase::ascii("adjasensy"), &["adjacency"]), - (UniCase::ascii("insenstive"), &["insensitive"]), - (UniCase::ascii("sepearated"), &["separated"]), - (UniCase::ascii("optimitation"), &["optimization"]), - (UniCase::ascii("seing"), &["seeing"]), - (UniCase::ascii("resestatus"), &["resetstatus"]), - (UniCase::ascii("completeion"), &["completion"]), - (UniCase::ascii("Johanine"), &["Johannine"]), - (UniCase::ascii("sycronizing"), &["synchronizing"]), - (UniCase::ascii("artifical"), &["artificial"]), - (UniCase::ascii("shoudle"), &["should"]), - (UniCase::ascii("efective"), &["effective"]), - (UniCase::ascii("awsome"), &["awesome"]), - (UniCase::ascii("initializaing"), &["initializing"]), - (UniCase::ascii("entrys"), &["entries", "entry"]), - (UniCase::ascii("sybsystem"), &["subsystem"]), - (UniCase::ascii("disshearteningly"), &["dishearteningly"]), - (UniCase::ascii("commmemorated"), &["commemorated"]), - (UniCase::ascii("oveflow"), &["overflow"]), - (UniCase::ascii("counterpar"), &["counterpart"]), - (UniCase::ascii("extry"), &["entry"]), - (UniCase::ascii("arbirtarily"), &["arbitrarily"]), - (UniCase::ascii("case-unsensitive"), &["case-insensitive"]), - (UniCase::ascii("optimisim"), &["optimism"]), - (UniCase::ascii("caharcter"), &["character"]), - (UniCase::ascii("explicilty"), &["explicitly"]), - (UniCase::ascii("incude"), &["include"]), - (UniCase::ascii("unexpepted"), &["unexpected"]), - (UniCase::ascii("indisputibly"), &["indisputably"]), - (UniCase::ascii("descisions"), &["decisions"]), - (UniCase::ascii("spcifies"), &["specifies"]), - (UniCase::ascii("downlowd"), &["download"]), - (UniCase::ascii("provode"), &["provide"]), - (UniCase::ascii("enviorment"), &["environment"]), - (UniCase::ascii("recommeneded"), &["recommended"]), - (UniCase::ascii("complettly"), &["completely"]), - (UniCase::ascii("coallessing"), &["coalescing"]), - (UniCase::ascii("accrodingly"), &["accordingly"]), - (UniCase::ascii("quiting"), &["quitting"]), - (UniCase::ascii("defintian"), &["definition"]), - (UniCase::ascii("ignorrd"), &["ignored"]), - (UniCase::ascii("pointzer"), &["pointer"]), - (UniCase::ascii("desactivated"), &["deactivated"]), - (UniCase::ascii("rememeber"), &["remember"]), - (UniCase::ascii("indefinate"), &["indefinite"]), - (UniCase::ascii("rapresented"), &["represented"]), - (UniCase::ascii("executbles"), &["executables"]), - (UniCase::ascii("dicard"), &["discard"]), - (UniCase::ascii("volatage"), &["voltage"]), - (UniCase::ascii("assumne"), &["assume"]), - (UniCase::ascii("bimontly"), &["bimonthly"]), - (UniCase::ascii("synonim"), &["synonym"]), - (UniCase::ascii("expermimentel"), &["experimental"]), - (UniCase::ascii("waranties"), &["warranties"]), - (UniCase::ascii("genralization"), &["generalization"]), - (UniCase::ascii("tthe"), &["the"]), - (UniCase::ascii("schduleing"), &["scheduling"]), - (UniCase::ascii("appproach"), &["approach"]), - (UniCase::ascii("buttton"), &["button"]), - (UniCase::ascii("garuantee"), &["guarantee"]), - (UniCase::ascii("chunaks"), &["chunks"]), - (UniCase::ascii("Rockerfeller"), &["Rockefeller"]), - (UniCase::ascii("termperatures"), &["temperatures"]), - (UniCase::ascii("deocded"), &["decoded"]), - (UniCase::ascii("forgeround"), &["foreground"]), - (UniCase::ascii("statemet"), &["statement"]), - (UniCase::ascii("terific"), &["terrific"]), - (UniCase::ascii("buitton"), &["button"]), - (UniCase::ascii("brocolee"), &["broccoli"]), - (UniCase::ascii("resemblence"), &["resemblance"]), - (UniCase::ascii("tollerance"), &["tolerance"]), - (UniCase::ascii("impelemented"), &["implemented"]), - (UniCase::ascii("compatbility"), &["compatibility"]), - (UniCase::ascii("operattion"), &["operation"]), - (UniCase::ascii("exhists"), &["exists"]), - (UniCase::ascii("assasinate"), &["assassinate"]), - (UniCase::ascii("long-runnign"), &["long-running"]), - (UniCase::ascii("proose"), &["propose"]), - (UniCase::ascii("self-referencial"), &["self-referential"]), - (UniCase::ascii("rearrants"), &["rearrangements"]), - (UniCase::ascii("cretaes"), &["creates"]), - (UniCase::ascii("initialsing"), &["initialising"]), - (UniCase::ascii("decond"), &["decode"]), - (UniCase::ascii("genereate"), &["generate"]), - (UniCase::ascii("authenfies"), &["authenticates"]), - (UniCase::ascii("imense"), &["immense"]), - (UniCase::ascii("suntask"), &["subtask"]), - (UniCase::ascii("artuments"), &["arguments"]), - (UniCase::ascii("scence"), &["scene", "science", "sense"]), - (UniCase::ascii("independnent"), &["independent"]), - (UniCase::ascii("partisioning"), &["partitioning"]), - (UniCase::ascii("incoporates"), &["incorporates"]), - (UniCase::ascii("succeded"), &["succeeded"]), - (UniCase::ascii("prevente"), &["prevented", "prevent"]), - (UniCase::ascii("loobpack"), &["loopback"]), - (UniCase::ascii("swiched"), &["switched"]), - (UniCase::ascii("deintialized"), &["deinitialized"]), - (UniCase::ascii("decompresing"), &["decompressing"]), - (UniCase::ascii("arranements"), &["arrangements"]), - (UniCase::ascii("choises"), &["choices"]), - (UniCase::ascii("gettetx"), &["gettext"]), - (UniCase::ascii("similary"), &["similarly"]), - (UniCase::ascii("possabilites"), &["possibilities"]), - ( - UniCase::ascii("ure"), - &["sure", "ire", "are", "urea", "rue"], - ), - (UniCase::ascii("abstrcts"), &["abstracts"]), - (UniCase::ascii("configuare"), &["configure"]), - (UniCase::ascii("otherwide"), &["otherwise"]), - (UniCase::ascii("prefferably"), &["preferably"]), - (UniCase::ascii("multplier"), &["multiplier"]), - (UniCase::ascii("renegoptionsotiators"), &["renegotiators"]), - (UniCase::ascii("precondtionner"), &["preconditioner"]), - (UniCase::ascii("sporious"), &["spurious"]), - (UniCase::ascii("verfify"), &["verify"]), - (UniCase::ascii("appling"), &["applying", "appalling"]), - (UniCase::ascii("colorpsace"), &["colorspace"]), - (UniCase::ascii("millenialism"), &["millennialism"]), - (UniCase::ascii("accomadating"), &["accommodating"]), - (UniCase::ascii("appropration"), &["appropriation"]), - (UniCase::ascii("schdules"), &["schedules"]), - (UniCase::ascii("reprocible"), &["reproducible"]), - (UniCase::ascii("esitmate"), &["estimate"]), - (UniCase::ascii("respecitvely"), &["respectively"]), - (UniCase::ascii("diables"), &["disables"]), - (UniCase::ascii("forthcomming"), &["forthcoming"]), - (UniCase::ascii("sligthly"), &["slightly"]), - (UniCase::ascii("callbakc"), &["callback"]), - (UniCase::ascii("notasion"), &["notation"]), - (UniCase::ascii("optimiality"), &["optimality"]), - (UniCase::ascii("appearantly"), &["apparently"]), - (UniCase::ascii("I\'sd"), &["I\'d"]), - (UniCase::ascii("incerasing"), &["increasing"]), - (UniCase::ascii("neesd"), &["needs"]), - (UniCase::ascii("subsituted"), &["substituted"]), - (UniCase::ascii("enhace"), &["enhance"]), - (UniCase::ascii("exort"), &["export"]), - (UniCase::ascii("pecentage"), &["percentage"]), - (UniCase::ascii("amoung"), &["among"]), - (UniCase::ascii("depdences"), &["dependences"]), - (UniCase::ascii("produkt"), &["product"]), - (UniCase::ascii("swtiching"), &["switching"]), - (UniCase::ascii("backned"), &["backend"]), - (UniCase::ascii("limitimg"), &["limiting"]), - (UniCase::ascii("readmition"), &["readmission"]), - (UniCase::ascii("cacluate"), &["calculate"]), - (UniCase::ascii("fron"), &["from"]), - (UniCase::ascii("patcket"), &["packet"]), - (UniCase::ascii("targte"), &["target"]), - (UniCase::ascii("oficial"), &["official"]), - (UniCase::ascii("guareenteing"), &["guaranteeing"]), - (UniCase::ascii("threadsave"), &["threadsafe"]), - (UniCase::ascii("somethiong"), &["something"]), - (UniCase::ascii("requsts"), &["requests"]), - (UniCase::ascii("accets"), &["accepts"]), - (UniCase::ascii("stuation"), &["situation", "station"]), - (UniCase::ascii("automagicaly"), &["automagically"]), - (UniCase::ascii("developper"), &["developer"]), - (UniCase::ascii("pacakging"), &["packaging"]), - (UniCase::ascii("declartator"), &["declarator"]), - (UniCase::ascii("cllouded"), &["clouded"]), - (UniCase::ascii("asymmeric"), &["asymmetric"]), - (UniCase::ascii("istance"), &["instance"]), - (UniCase::ascii("implaments"), &["implements"]), - (UniCase::ascii("makro"), &["macro"]), - (UniCase::ascii("paralelising"), &["parallelising"]), - (UniCase::ascii("attches"), &["attaches"]), - (UniCase::ascii("dimenionalities"), &["dimensionalities"]), - (UniCase::ascii("authenricate"), &["authenticate"]), - (UniCase::ascii("packhages"), &["packages"]), - (UniCase::ascii("compaire"), &["compare"]), - (UniCase::ascii("faught"), &["fought"]), - (UniCase::ascii("commpletion"), &["completion"]), - (UniCase::ascii("cnannel"), &["channel"]), - (UniCase::ascii("sevaral"), &["several"]), - (UniCase::ascii("attachs"), &["attaches"]), - (UniCase::ascii("resouces"), &["resources"]), - (UniCase::ascii("saxaphone"), &["saxophone"]), - (UniCase::ascii("populare"), &["popular"]), - (UniCase::ascii("mocrophone"), &["microphone"]), - (UniCase::ascii("archving"), &["archiving"]), - (UniCase::ascii("distnce"), &["distance"]), - (UniCase::ascii("cjanged"), &["changed"]), - (UniCase::ascii("transmited"), &["transmitted"]), - (UniCase::ascii("casue"), &["cause"]), - (UniCase::ascii("effeck"), &["effect"]), - (UniCase::ascii("maibe"), &["maybe"]), - (UniCase::ascii("dependenies"), &["dependencies"]), - (UniCase::ascii("workarbound"), &["workaround"]), - (UniCase::ascii("renderning"), &["rendering"]), - (UniCase::ascii("releations"), &["relations"]), - (UniCase::ascii("affilate"), &["affiliate"]), - (UniCase::ascii("ststr"), &["strstr"]), - (UniCase::ascii("gerneral"), &["general"]), - (UniCase::ascii("systhem"), &["system"]), - (UniCase::ascii("reuslt"), &["result"]), - (UniCase::ascii("sutisfy"), &["satisfy"]), - (UniCase::ascii("ammended"), &["amended"]), - (UniCase::ascii("implimented"), &["implemented"]), - (UniCase::ascii("degrads"), &["degrades"]), - (UniCase::ascii("autheniticator"), &["authenticator"]), - (UniCase::ascii("arround"), &["around"]), - (UniCase::ascii("simutaneously"), &["simultaneously"]), - (UniCase::ascii("transvormation"), &["transformation"]), - (UniCase::ascii("unavaialbale"), &["unavailable"]), - (UniCase::ascii("formattind"), &["formatting"]), - (UniCase::ascii("dissassembly"), &["disassembly"]), - (UniCase::ascii("littelry"), &["literally"]), - (UniCase::ascii("barnches"), &["branches"]), - (UniCase::ascii("bounary"), &["boundary"]), - (UniCase::ascii("opiton"), &["option"]), - (UniCase::ascii("tolarable"), &["tolerable"]), - (UniCase::ascii("scientis"), &["scientist"]), - (UniCase::ascii("conductuve"), &["conductive", "conducive"]), - (UniCase::ascii("modifer"), &["modifier"]), - (UniCase::ascii("bordreline"), &["borderline"]), - (UniCase::ascii("execeptions"), &["exceptions"]), - (UniCase::ascii("toughtful"), &["thoughtful"]), - (UniCase::ascii("sreenshots"), &["screenshots"]), - (UniCase::ascii("booleams"), &["booleans"]), - (UniCase::ascii("progations"), &["propagations"]), - (UniCase::ascii("construter"), &["constructor"]), - (UniCase::ascii("functionnality"), &["functionality"]), - (UniCase::ascii("siezures"), &["seizures"]), - (UniCase::ascii("eletromagnitic"), &["electromagnetic"]), - (UniCase::ascii("confugurable"), &["configurable"]), - (UniCase::ascii("vulnearabilities"), &["vulnerabilities"]), - (UniCase::ascii("falsly"), &["falsely"]), - (UniCase::ascii("varning"), &["warning"]), - (UniCase::ascii("offical"), &["official"]), - (UniCase::ascii("deffinitively"), &["definitively"]), - (UniCase::ascii("crutialy"), &["crucially"]), - (UniCase::ascii("jossle"), &["jostle"]), - (UniCase::ascii("variuous"), &["various"]), - (UniCase::ascii("disalbed"), &["disabled"]), - (UniCase::ascii("hadling"), &["handling"]), - (UniCase::ascii("descriptio"), &["description"]), - (UniCase::ascii("verfication"), &["verification"]), - (UniCase::ascii("datatbase"), &["database"]), - (UniCase::ascii("sliped"), &["slipped"]), - (UniCase::ascii("wigdets"), &["widgets"]), - (UniCase::ascii("miinimize"), &["minimize"]), - (UniCase::ascii("expresssion"), &["expression"]), - (UniCase::ascii("volonteer"), &["volunteer"]), - (UniCase::ascii("recommned"), &["recommend"]), - (UniCase::ascii("seqeunce"), &["sequence"]), - (UniCase::ascii("exhautivity"), &["exhaustivity"]), - (UniCase::ascii("incative"), &["inactive"]), - (UniCase::ascii("resultung"), &["resulting"]), - (UniCase::ascii("surgested"), &["suggested"]), - (UniCase::ascii("visuabized"), &["visualized"]), - (UniCase::ascii("ontain"), &["contain"]), - (UniCase::ascii("indepdendently"), &["independently"]), - (UniCase::ascii("unxepected"), &["unexpected"]), - (UniCase::ascii("counterfits"), &["counterfeits"]), - (UniCase::ascii("thisy"), &["this"]), - (UniCase::ascii("availabyl"), &["available"]), - (UniCase::ascii("folowin"), &["following"]), - (UniCase::ascii("mentione"), &["mentioned"]), - (UniCase::ascii("attatchment"), &["attachment"]), - (UniCase::ascii("fasing"), &["fazing", "phasing"]), - (UniCase::ascii("baloons"), &["balloons"]), - (UniCase::ascii("limition"), &["limitation"]), - (UniCase::ascii("changlog"), &["changelog"]), - (UniCase::ascii("speficiers"), &["specifiers"]), - (UniCase::ascii("downlowded"), &["downloaded"]), - (UniCase::ascii("positons"), &["positions", "positrons"]), - (UniCase::ascii("pach"), &["patch", "path"]), - (UniCase::ascii("libstc++"), &["libstdc++"]), - (UniCase::ascii("re-uplaod"), &["re-upload"]), - (UniCase::ascii("conainter"), &["container"]), - (UniCase::ascii("absodefly"), &["absolute"]), - (UniCase::ascii("diaciritcs"), &["diacritics"]), - (UniCase::ascii("attriebuted"), &["attributed"]), - (UniCase::ascii("stabalization"), &["stabilization"]), - (UniCase::ascii("regularlises"), &["regularises"]), - (UniCase::ascii("encondings"), &["encodings"]), - (UniCase::ascii("travercing"), &["traversing"]), - (UniCase::ascii("revaildating"), &["revalidating"]), - (UniCase::ascii("outperfomeing"), &["outperforming"]), - (UniCase::ascii("occassion"), &["occasion"]), - (UniCase::ascii("perspecitve"), &["perspective"]), - (UniCase::ascii("ceating"), &["creating"]), - (UniCase::ascii("excat"), &["exact"]), - (UniCase::ascii("fortan"), &["fortran"]), - (UniCase::ascii("woud"), &["would"]), - (UniCase::ascii("covriate"), &["covariate"]), - ( - UniCase::ascii("transation"), - &["transaction", "translation"], - ), - (UniCase::ascii("libries"), &["libraries"]), - (UniCase::ascii("refernece"), &["reference"]), - (UniCase::ascii("inititate"), &["initiate"]), - (UniCase::ascii("priveleged"), &["privileged"]), - (UniCase::ascii("ohter"), &["other"]), - (UniCase::ascii("hasn;t"), &["hasn\'t"]), - (UniCase::ascii("reinitilize"), &["reinitialize"]), - (UniCase::ascii("reveiwed"), &["reviewed"]), - (UniCase::ascii("techincally"), &["technically"]), - (UniCase::ascii("doesnt;"), &["doesn\'t"]), - (UniCase::ascii("algorgithmically"), &["algorithmically"]), - (UniCase::ascii("ingnored"), &["ignored"]), - (UniCase::ascii("analagus"), &["analogous"]), - (UniCase::ascii("disappers"), &["disappears"]), - (UniCase::ascii("algororithmic"), &["algorithmic"]), - (UniCase::ascii("longitue"), &["longitude"]), - (UniCase::ascii("reponses"), &["responses"]), - (UniCase::ascii("iteartor"), &["iterator"]), - (UniCase::ascii("clonning"), &["cloning"]), - (UniCase::ascii("documentaiton"), &["documentation"]), - (UniCase::ascii("arithmetc"), &["arithmetic"]), - (UniCase::ascii("replcace"), &["replace"]), - (UniCase::ascii("vulberbility"), &["vulnerability"]), - (UniCase::ascii("renegotitable"), &["renegotiable"]), - (UniCase::ascii("inaguration"), &["inauguration"]), - (UniCase::ascii("defiened"), &["defined"]), - (UniCase::ascii("letgitimate"), &["legitimate"]), - (UniCase::ascii("susinctly"), &["succinctly"]), - (UniCase::ascii("intercahnged"), &["interchanged"]), - (UniCase::ascii("possability"), &["possibility"]), - (UniCase::ascii("rhythim"), &["rhythm"]), - (UniCase::ascii("Skagerak"), &["Skagerrak"]), - (UniCase::ascii("rewirtten"), &["rewritten"]), - (UniCase::ascii("ineficient"), &["inefficient"]), - (UniCase::ascii("indisputible"), &["indisputable"]), - (UniCase::ascii("deafualts"), &["defaults"]), - (UniCase::ascii("expetedly"), &["expectedly"]), - (UniCase::ascii("peported"), &["reported", "purported"]), - (UniCase::ascii("progessive"), &["progressive"]), - (UniCase::ascii("suffaces"), &["surfaces"]), - (UniCase::ascii("intreegued"), &["intrigued"]), - (UniCase::ascii("decalare"), &["declare"]), - (UniCase::ascii("callcack"), &["callback"]), - (UniCase::ascii("agred"), &["agreed"]), - (UniCase::ascii("datadsir"), &["datadir"]), - (UniCase::ascii("reister"), &["register"]), - (UniCase::ascii("chaninging"), &["changing"]), - (UniCase::ascii("autenticated"), &["authenticated"]), - (UniCase::ascii("introdused"), &["introduced"]), - (UniCase::ascii("steram"), &["stream"]), - (UniCase::ascii("staus"), &["status"]), - ( - UniCase::ascii("convers"), - &["converse", "converts", "convert"], - ), - (UniCase::ascii("timeputs"), &["timeouts", "time puts"]), - (UniCase::ascii("neighbohood"), &["neighborhood"]), - (UniCase::ascii("ocassioned"), &["occasioned"]), - (UniCase::ascii("immediantely"), &["immediately"]), - (UniCase::ascii("sequece"), &["sequence"]), - (UniCase::ascii("hepler"), &["helper"]), - (UniCase::ascii("sensitve"), &["sensitive"]), - (UniCase::ascii("perferrences"), &["preferences"]), - (UniCase::ascii("appropropreate"), &["appropriate"]), - (UniCase::ascii("apprixamated"), &["approximated"]), - (UniCase::ascii("treatement"), &["treatment"]), - (UniCase::ascii("cahracters"), &["characters"]), - (UniCase::ascii("cacluating"), &["calculating"]), - (UniCase::ascii("otherwsie"), &["otherwise"]), - (UniCase::ascii("sytlesheet"), &["stylesheet"]), - (UniCase::ascii("reoccurrence"), &["recurrence"]), - (UniCase::ascii("embeed"), &["embed"]), - (UniCase::ascii("therfore"), &["therefore"]), - (UniCase::ascii("vulnearbility"), &["vulnerability"]), - (UniCase::ascii("algortimic"), &["algorithmic"]), - (UniCase::ascii("detetion"), &["detection", "deletion"]), - (UniCase::ascii("sepcial"), &["special"]), - (UniCase::ascii("prdpagations"), &["propagations"]), - (UniCase::ascii("extreem"), &["extreme"]), - (UniCase::ascii("enivornments"), &["environments"]), - (UniCase::ascii("assignemtn"), &["assignment"]), - (UniCase::ascii("struggeled"), &["struggled"]), - (UniCase::ascii("lavae"), &["larvae"]), - (UniCase::ascii("collaberative"), &["collaborative"]), - (UniCase::ascii("jalusey"), &["jealousy", "jalousie"]), - (UniCase::ascii("interaktive"), &["interactively"]), - (UniCase::ascii("are\'nt"), &["aren\'t"]), - (UniCase::ascii("wnat"), &["want", "what"]), - (UniCase::ascii("non-negotaiated"), &["non-negotiated"]), - (UniCase::ascii("stuill"), &["still"]), - ( - UniCase::ascii("recusively"), - &["recursively", "reclusively"], - ), - (UniCase::ascii("perferably"), &["preferably"]), - (UniCase::ascii("apparenly"), &["apparently"]), - (UniCase::ascii("mimatches"), &["mismatches"]), - (UniCase::ascii("spefiifically"), &["specifically"]), - (UniCase::ascii("occassioned"), &["occasioned"]), - (UniCase::ascii("usuage"), &["usage"]), - (UniCase::ascii("szes"), &["sizes"]), - (UniCase::ascii("compoent"), &["component"]), - (UniCase::ascii("offcials"), &["officials"]), - (UniCase::ascii("intutively"), &["intuitively"]), - (UniCase::ascii("arbitratrily"), &["arbitrarily"]), - (UniCase::ascii("naturaly"), &["naturally"]), - (UniCase::ascii("cotranser"), &["cotransfer"]), - (UniCase::ascii("preivous"), &["previous"]), - (UniCase::ascii("mabe"), &["maybe"]), - (UniCase::ascii("submittted"), &["submitted"]), - (UniCase::ascii("symettric"), &["symmetric"]), - (UniCase::ascii("unesacpe"), &["unescape"]), - (UniCase::ascii("availaible"), &["available"]), - (UniCase::ascii("roiginating"), &["originating"]), - (UniCase::ascii("posativity"), &["positivity"]), - (UniCase::ascii("checksume"), &["checksum"]), - (UniCase::ascii("etroneously"), &["erroneously"]), - (UniCase::ascii("deciede"), &["decide"]), - (UniCase::ascii("becasue"), &["because"]), - (UniCase::ascii("filterig"), &["filtering"]), - (UniCase::ascii("precends"), &["precedence"]), - (UniCase::ascii("phyiscs"), &["physics"]), - (UniCase::ascii("resarch"), &["research"]), - (UniCase::ascii("abudances"), &["abundances"]), - (UniCase::ascii("subproccese"), &["subprocess"]), - (UniCase::ascii("exculde"), &["exclude"]), - (UniCase::ascii("oveflowed"), &["overflowed"]), - (UniCase::ascii("canadan"), &["canadian"]), - (UniCase::ascii("approxiates"), &["approximates"]), - (UniCase::ascii("undertsands"), &["understands"]), - (UniCase::ascii("beloging"), &["belonging"]), - (UniCase::ascii("synchonising"), &["synchronising"]), - (UniCase::ascii("tagggen"), &["taggen"]), - (UniCase::ascii("conern"), &["concern"]), - (UniCase::ascii("aproximations"), &["approximations"]), - (UniCase::ascii("negoptionsotiates"), &["negotiates"]), - (UniCase::ascii("fidn"), &["find"]), - (UniCase::ascii("becomeing"), &["becoming"]), - (UniCase::ascii("critisising"), &["criticising"]), - (UniCase::ascii("immedate"), &["immediate"]), - (UniCase::ascii("mebrain"), &["membrane"]), - (UniCase::ascii("wth"), &["with"]), - (UniCase::ascii("distrubiotion"), &["distribution"]), - (UniCase::ascii("oppononent"), &["opponent"]), - (UniCase::ascii("follwoiong"), &["following"]), - (UniCase::ascii("recide"), &["reside"]), - (UniCase::ascii("periodicaly"), &["periodically"]), - (UniCase::ascii("palete"), &["palette"]), - (UniCase::ascii("interesing"), &["interesting"]), - (UniCase::ascii("imlimentation"), &["implementation"]), - (UniCase::ascii("unmodifed"), &["unmodified"]), - (UniCase::ascii("authenificated"), &["authenticated"]), - (UniCase::ascii("normale"), &["normal"]), - (UniCase::ascii("yaching"), &["yachting"]), - (UniCase::ascii("corresponing"), &["corresponding"]), - (UniCase::ascii("varibles"), &["variables"]), - (UniCase::ascii("actuallin"), &["actually"]), - (UniCase::ascii("conenctions"), &["connections"]), - (UniCase::ascii("respectivley"), &["respectively"]), - (UniCase::ascii("inseperable"), &["inseparable"]), - (UniCase::ascii("confidantially"), &["confidentially"]), - (UniCase::ascii("devels"), &["delves"]), - (UniCase::ascii("guarntee"), &["guarantee"]), - (UniCase::ascii("doen\'t"), &["doesn\'t"]), - (UniCase::ascii("failng"), &["failing"]), - (UniCase::ascii("decriptions"), &["descriptions"]), - (UniCase::ascii("classifers"), &["classifiers"]), - (UniCase::ascii("extered"), &["exerted"]), - (UniCase::ascii("exlcude"), &["exclude"]), - (UniCase::ascii("non-corelated"), &["non-correlated"]), - (UniCase::ascii("commmand-line"), &["command-line"]), - (UniCase::ascii("communites"), &["communities"]), - (UniCase::ascii("posess"), &["possess"]), - (UniCase::ascii("sersies"), &["series"]), - (UniCase::ascii("expesses"), &["expresses"]), - (UniCase::ascii("geneologies"), &["genealogies"]), - (UniCase::ascii("intereference"), &["interference"]), - (UniCase::ascii("subnegotitaions"), &["subnegotiations"]), - (UniCase::ascii("datatyoes"), &["datatypes"]), - (UniCase::ascii("allcating"), &["allocating"]), - (UniCase::ascii("non-complient"), &["non-compliant"]), - (UniCase::ascii("retutning"), &["returning"]), - (UniCase::ascii("serailze"), &["serialize"]), - (UniCase::ascii("frane"), &["frame"]), - (UniCase::ascii("analogus"), &["analogous"]), - (UniCase::ascii("heaer"), &["header"]), - (UniCase::ascii("comppatible"), &["compatible"]), - (UniCase::ascii("singelarity"), &["singularity"]), - (UniCase::ascii("expermimentations"), &["experimentations"]), - (UniCase::ascii("opperation"), &["operation"]), - (UniCase::ascii("predifined"), &["predefined"]), - (UniCase::ascii("especiially"), &["especially"]), - (UniCase::ascii("implents"), &["implements"]), - (UniCase::ascii("realted"), &["related"]), - (UniCase::ascii("conetor"), &["connector"]), - (UniCase::ascii("brwosable"), &["browsable"]), - (UniCase::ascii("longers"), &["longer"]), - (UniCase::ascii("isssue"), &["issue"]), - (UniCase::ascii("enbaled"), &["enabled"]), - (UniCase::ascii("corospondance"), &["correspondence"]), - (UniCase::ascii("contstructing"), &["constructing"]), - (UniCase::ascii("recontructing"), &["reconstructing"]), - (UniCase::ascii("widthout"), &["without"]), - (UniCase::ascii("otherways"), &["otherwise"]), - (UniCase::ascii("syntacs"), &["syntax"]), - (UniCase::ascii("docmunetation"), &["documentation"]), - (UniCase::ascii("transparntly"), &["transparently"]), - (UniCase::ascii("superseeded"), &["superseded"]), - (UniCase::ascii("dislpaying"), &["displaying"]), - (UniCase::ascii("liberry"), &["library"]), - (UniCase::ascii("matc"), &["match"]), - (UniCase::ascii("imorted"), &["imported"]), - (UniCase::ascii("exceuctor"), &["executor"]), - (UniCase::ascii("chaned"), &["changed", "chained"]), - (UniCase::ascii("dinamically"), &["dynamically"]), - (UniCase::ascii("sytling"), &["styling"]), - (UniCase::ascii("yourselve"), &["yourselves", "yourself"]), - (UniCase::ascii("unidimensionnal"), &["unidimensional"]), - (UniCase::ascii("micoscopy"), &["microscopy"]), - (UniCase::ascii("resultion"), &["resolution"]), - (UniCase::ascii("adge"), &["edge", "badge", "adage"]), - (UniCase::ascii("excentuating"), &["accentuating"]), - (UniCase::ascii("sincerly"), &["sincerely"]), - (UniCase::ascii("deinitalized"), &["deinitialized"]), - (UniCase::ascii("iniate"), &["initiate"]), - (UniCase::ascii("seguoys"), &["segues"]), - (UniCase::ascii("detroys"), &["destroys"]), - (UniCase::ascii("reques"), &["request"]), - (UniCase::ascii("adobted"), &["adopted"]), - (UniCase::ascii("absoulte"), &["absolute"]), - (UniCase::ascii("vulnerabuilitiy"), &["vulnerability"]), - (UniCase::ascii("retquiresgpos"), &["requiresgpos"]), - (UniCase::ascii("explicilt"), &["explicit"]), - (UniCase::ascii("upagraded"), &["upgraded"]), - (UniCase::ascii("duplacates"), &["duplicates"]), - (UniCase::ascii("proble"), &["probe"]), - (UniCase::ascii("genrate"), &["generate"]), - (UniCase::ascii("virutal"), &["virtual"]), - (UniCase::ascii("somwhow"), &["somehow"]), - (UniCase::ascii("assesmenet"), &["assessment"]), - (UniCase::ascii("confrimation"), &["confirmation"]), - (UniCase::ascii("focussed"), &["focused"]), - (UniCase::ascii("bobard"), &["board", "bombard"]), - (UniCase::ascii("dpeends"), &["depends"]), - (UniCase::ascii("arbtirary"), &["arbitrary"]), - (UniCase::ascii("doesnexist"), &["doesn\'t exist"]), - (UniCase::ascii("multipler"), &["multiplier", "multiple"]), - (UniCase::ascii("inlcluding"), &["including"]), - (UniCase::ascii("istened"), &["listened"]), - (UniCase::ascii("bizzare"), &["bizarre"]), - (UniCase::ascii("prohabition"), &["prohibition"]), - (UniCase::ascii("experinementally"), &["experimentally"]), - (UniCase::ascii("firsth"), &["first"]), - (UniCase::ascii("mergged"), &["merged"]), - (UniCase::ascii("phisosophy"), &["philosophy"]), - (UniCase::ascii("rranslations"), &["translations"]), - (UniCase::ascii("suggestsed"), &["suggested"]), - (UniCase::ascii("consistantly"), &["consistently"]), - (UniCase::ascii("quesitons"), &["questions"]), - (UniCase::ascii("construcor"), &["constructor"]), - (UniCase::ascii("unspecificed"), &["unspecified"]), - (UniCase::ascii("miinimise"), &["minimise"]), - (UniCase::ascii("resembelance"), &["resemblance"]), - (UniCase::ascii("insensitve"), &["insensitive"]), - (UniCase::ascii("vulnerabuilites"), &["vulnerabilities"]), - (UniCase::ascii("brockend"), &["broken"]), - (UniCase::ascii("autonegoatiation"), &["autonegotiation"]), - (UniCase::ascii("rerurn"), &["return", "rerun"]), - (UniCase::ascii("potentiallly"), &["potentially"]), - (UniCase::ascii("condtiion"), &["condition"]), - (UniCase::ascii("warnin"), &["warning"]), - (UniCase::ascii("incompatabile"), &["incompatible"]), - (UniCase::ascii("speicific"), &["specific"]), - (UniCase::ascii("implemetations"), &["implementations"]), - (UniCase::ascii("unitilty"), &["utility"]), - (UniCase::ascii("autonegotiotation"), &["autonegotiation"]), - (UniCase::ascii("studois"), &["studios"]), - (UniCase::ascii("doesen\'t"), &["doesn\'t"]), - (UniCase::ascii("superintendant"), &["superintendent"]), - (UniCase::ascii("individuely"), &["individually"]), - (UniCase::ascii("accelearted"), &["accelerated"]), - (UniCase::ascii("renegoatiate"), &["renegotiate"]), - (UniCase::ascii("efficencty"), &["efficiency"]), - (UniCase::ascii("succsessfull"), &["successful"]), - (UniCase::ascii("destuctive"), &["destructive"]), - ( - UniCase::ascii("provied"), - &["provide", "provided", "proved"], - ), - (UniCase::ascii("unspeficiifed"), &["unspecified"]), - (UniCase::ascii("paramterize"), &["parameterize"]), - (UniCase::ascii("parmaeters"), &["parameters"]), - (UniCase::ascii("satrical"), &["satirical"]), - (UniCase::ascii("atrtributes"), &["attributes"]), - (UniCase::ascii("counds"), &["counts"]), - (UniCase::ascii("myraid"), &["myriad"]), - (UniCase::ascii("non-meausure"), &["non-measure"]), - (UniCase::ascii("progamers"), &["programmers"]), - (UniCase::ascii("pecularities"), &["peculiarities"]), - (UniCase::ascii("leran"), &["learn"]), - (UniCase::ascii("experimanents"), &["experiments"]), - (UniCase::ascii("furethermore"), &["furthermore"]), - (UniCase::ascii("imaghe"), &["image"]), - (UniCase::ascii("sacalars"), &["scalars"]), - (UniCase::ascii("execulatbles"), &["executables"]), - (UniCase::ascii("answharing"), &["answering"]), - (UniCase::ascii("re-negogtiate"), &["re-negotiate"]), - (UniCase::ascii("execututed"), &["executed"]), - (UniCase::ascii("avaluated"), &["evaluated"]), - (UniCase::ascii("acadmic"), &["academic"]), - (UniCase::ascii("descirptor"), &["descriptor"]), - (UniCase::ascii("substitions"), &["substitutions"]), - (UniCase::ascii("familliar"), &["familiar"]), - (UniCase::ascii("unspefixeid"), &["unspecified"]), - (UniCase::ascii("messagin"), &["messaging"]), - (UniCase::ascii("sirectionalities"), &["directionalities"]), - (UniCase::ascii("evertything"), &["everything"]), - (UniCase::ascii("extrime"), &["extreme"]), - (UniCase::ascii("prooof"), &["proof"]), - (UniCase::ascii("calucate"), &["calculate"]), - (UniCase::ascii("ueful"), &["useful"]), - (UniCase::ascii("mazilla"), &["Mozilla"]), - (UniCase::ascii("spawnve"), &["spawn"]), - (UniCase::ascii("mehtod"), &["method"]), - (UniCase::ascii("apreciation"), &["appreciation"]), - (UniCase::ascii("rennovated"), &["renovated"]), - (UniCase::ascii("dependancies"), &["dependencies"]), - (UniCase::ascii("temproral"), &["temporal"]), - (UniCase::ascii("aaccession"), &["accession"]), - (UniCase::ascii("unexpectly"), &["unexpectedly"]), - (UniCase::ascii("condtition"), &["condition"]), - (UniCase::ascii("repet"), &["repeat"]), - (UniCase::ascii("outrside"), &["outside", "other side"]), - (UniCase::ascii("valuess"), &["values"]), - (UniCase::ascii("initailisation"), &["initialisation"]), - (UniCase::ascii("coexhisted"), &["coexisted", "co-existed"]), - (UniCase::ascii("coutner"), &["counter"]), - (UniCase::ascii("perfomeed"), &["performed"]), - (UniCase::ascii("defenition"), &["definition"]), - (UniCase::ascii("implemened"), &["implemented"]), - (UniCase::ascii("pertrubation"), &["perturbation"]), - (UniCase::ascii("solwed"), &["solved"]), - (UniCase::ascii("comit"), &["commit"]), - (UniCase::ascii("neighor"), &["neighbor"]), - (UniCase::ascii("relevabt"), &["relevant"]), - (UniCase::ascii("promisses"), &["promises"]), - (UniCase::ascii("personalitie"), &["personality"]), - (UniCase::ascii("spefixy"), &["specify"]), - (UniCase::ascii("presentaion"), &["presentation"]), - (UniCase::ascii("delivermode"), &["deliverymode"]), - (UniCase::ascii("coordindates"), &["coordinates"]), - ( - UniCase::ascii("transations"), - &["transactions", "translations"], - ), - (UniCase::ascii("divsion"), &["division"]), - (UniCase::ascii("actuaal"), &["actual"]), - (UniCase::ascii("limite"), &["limit"]), - (UniCase::ascii("boundarys"), &["boundaries"]), - (UniCase::ascii("timmestamp"), &["timestamp"]), - (UniCase::ascii("itertation"), &["iteration"]), - (UniCase::ascii("intrest"), &["interest", "insert"]), - (UniCase::ascii("inpu"), &["input"]), - (UniCase::ascii("tempreatures"), &["temperatures"]), - (UniCase::ascii("reanmed"), &["renamed"]), - (UniCase::ascii("compatibiliy"), &["compatibility"]), - (UniCase::ascii("ommits"), &["omits"]), - (UniCase::ascii("reveokes"), &["revokes"]), - (UniCase::ascii("vertieces"), &["vertices"]), - (UniCase::ascii("assoication"), &["association"]), - (UniCase::ascii("conseedd"), &["conceded"]), - (UniCase::ascii("uesd"), &["used"]), - (UniCase::ascii("inturprett"), &["interpret"]), - (UniCase::ascii("sychronize"), &["synchronize"]), - (UniCase::ascii("cleanpus"), &["cleanups"]), - (UniCase::ascii("experimanenting"), &["experimenting"]), - (UniCase::ascii("discusting"), &["disgusting"]), - (UniCase::ascii("encordes"), &["encodes", "encores"]), - (UniCase::ascii("blbos"), &["blobs"]), - (UniCase::ascii("considdered"), &["considered"]), - (UniCase::ascii("bord"), &["board", "bored", "border"]), - (UniCase::ascii("reosurce"), &["resource"]), - (UniCase::ascii("undupplicated"), &["unduplicated"]), - (UniCase::ascii("workststion"), &["workstation"]), - (UniCase::ascii("characterisicly"), &["characteristically"]), - (UniCase::ascii("missonary"), &["missionary"]), - (UniCase::ascii("tranforms"), &["transforms"]), - (UniCase::ascii("acess"), &["access"]), - (UniCase::ascii("althouth"), &["although"]), - (UniCase::ascii("bookkepp"), &["bookkeep"]), - (UniCase::ascii("triange"), &["triangle"]), - (UniCase::ascii("sytematic"), &["systematic"]), - (UniCase::ascii("reqeusted"), &["requested"]), - (UniCase::ascii("empirial"), &["empirical", "imperial"]), - (UniCase::ascii("ropeat"), &["repeat"]), - (UniCase::ascii("posption"), &["position"]), - (UniCase::ascii("excectes"), &["executes"]), - (UniCase::ascii("speficiy"), &["specify"]), - (UniCase::ascii("ednif"), &["endif"]), - (UniCase::ascii("implemeneter"), &["implementer"]), - (UniCase::ascii("sercives"), &["services"]), - (UniCase::ascii("postponinig"), &["postponing"]), - (UniCase::ascii("disssembled"), &["disassembled"]), - (UniCase::ascii("alinments"), &["alignments"]), - (UniCase::ascii("clasified"), &["classified"]), - (UniCase::ascii("deelte"), &["delete"]), - (UniCase::ascii("environmenet"), &["environment"]), - (UniCase::ascii("espect"), &["expect"]), - (UniCase::ascii("elphant"), &["elephant"]), - (UniCase::ascii("verfifiable"), &["verifiable"]), - (UniCase::ascii("conmpression"), &["compression"]), - (UniCase::ascii("puplating"), &["populating"]), - (UniCase::ascii("konw"), &["know"]), - (UniCase::ascii("algoruthm"), &["algorithm"]), - (UniCase::ascii("charactertistic"), &["characteristic"]), - (UniCase::ascii("dicationary"), &["dictionary"]), - (UniCase::ascii("sepaate"), &["separate"]), - (UniCase::ascii("imporovement"), &["improvement"]), - (UniCase::ascii("broadcat"), &["broadcast"]), - (UniCase::ascii("resloves"), &["resolves"]), - (UniCase::ascii("visuaization"), &["visualization"]), - (UniCase::ascii("initialied"), &["initialized"]), - (UniCase::ascii("critizing"), &["criticizing"]), - (UniCase::ascii("Carmalite"), &["Carmelite"]), - (UniCase::ascii("itnernal"), &["internal"]), - (UniCase::ascii("interacsions"), &["interactions"]), - (UniCase::ascii("messge"), &["message"]), - (UniCase::ascii("fragmeneted"), &["fragmented"]), - (UniCase::ascii("ipmrovement"), &["improvement"]), - (UniCase::ascii("attriburtion"), &["attribution"]), - (UniCase::ascii("inturpratation"), &["interpretation"]), - (UniCase::ascii("fonctional"), &["functional"]), - (UniCase::ascii("recomending"), &["recommending"]), - (UniCase::ascii("poperty"), &["property", "properly"]), - (UniCase::ascii("ourselv"), &["ourself", "ourselves"]), - (UniCase::ascii("refferr"), &["refer"]), - (UniCase::ascii("bretheren"), &["brethren"]), - (UniCase::ascii("overridded"), &["overrode", "overridden"]), - (UniCase::ascii("confucing"), &["confusing"]), - (UniCase::ascii("ehen"), &["when", "hen", "even", "then"]), - (UniCase::ascii("librairy"), &["library"]), - (UniCase::ascii("mememory"), &["memory"]), - (UniCase::ascii("mariage"), &["marriage"]), - (UniCase::ascii("serialiazation"), &["serialization"]), - (UniCase::ascii("interfcaes"), &["interfaces"]), - (UniCase::ascii("confiug"), &["config"]), - (UniCase::ascii("itentionaly"), &["intentionally"]), - (UniCase::ascii("non-negotioable"), &["non-negotiable"]), - (UniCase::ascii("reuploded"), &["reuploaded"]), - (UniCase::ascii("Malcom"), &["Malcolm"]), - (UniCase::ascii("coordingate"), &["coordinate"]), - (UniCase::ascii("benerate"), &["generate", "venerate"]), - (UniCase::ascii("sycling"), &["cycling"]), - (UniCase::ascii("saterdays"), &["Saturdays"]), - (UniCase::ascii("dosument"), &["document"]), - (UniCase::ascii("destionations"), &["destinations"]), - (UniCase::ascii("loaction"), &["location"]), - (UniCase::ascii("allcateing"), &["allocating"]), - (UniCase::ascii("aformentioned"), &["aforementioned"]), - (UniCase::ascii("symemetric"), &["symmetric"]), - (UniCase::ascii("confuzzes"), &["confuses"]), - (UniCase::ascii("autonegothiation"), &["autonegotiation"]), - (UniCase::ascii("prooperty"), &["property"]), - (UniCase::ascii("goess"), &["goes"]), - (UniCase::ascii("reomved"), &["removed"]), - (UniCase::ascii("re-negociators"), &["re-negotiators"]), - (UniCase::ascii("asychronously"), &["asynchronously"]), - (UniCase::ascii("uncompetive"), &["uncompetitive"]), - (UniCase::ascii("occure"), &["occur", "occurred"]), - (UniCase::ascii("ansynchronous"), &["asynchronous"]), - (UniCase::ascii("weigths"), &["weights"]), - (UniCase::ascii("expermenting"), &["experimenting"]), - (UniCase::ascii("transprent"), &["transparent"]), - (UniCase::ascii("paramters"), &["parameters"]), - (UniCase::ascii("publishre"), &["publisher"]), - (UniCase::ascii("prgram"), &["program"]), - (UniCase::ascii("degredation"), &["degradation"]), - (UniCase::ascii("exicting"), &["exciting"]), - (UniCase::ascii("tesed"), &["used", "teased"]), - (UniCase::ascii("expermenets"), &["experiments"]), - (UniCase::ascii("autogroping"), &["autogrouping"]), - (UniCase::ascii("cirtcuit"), &["circuit"]), - (UniCase::ascii("micoscopes"), &["microscopes"]), - (UniCase::ascii("re-negotiotator"), &["re-negotiator"]), - ( - UniCase::ascii("parentesis"), - &["parentheses", "parenthesis"], - ), - (UniCase::ascii("couldn;t"), &["couldn\'t"]), - (UniCase::ascii("straigt"), &["straight"]), - (UniCase::ascii("experencing"), &["experiencing"]), - (UniCase::ascii("getoject"), &["getobject"]), - (UniCase::ascii("seccond"), &["second"]), - (UniCase::ascii("hanles"), &["handles"]), - (UniCase::ascii("diaram"), &["diagram", "diorama"]), - (UniCase::ascii("handshke"), &["handshake"]), - ( - UniCase::ascii("blancing"), - &["balancing", "glancing", "lancing"], - ), - (UniCase::ascii("plasements"), &["placements"]), - (UniCase::ascii("re-negotatiators"), &["re-negotiators"]), - (UniCase::ascii("performe"), &["perform", "performed"]), - (UniCase::ascii("degenarating"), &["degenerating"]), - (UniCase::ascii("regardles"), &["regardless"]), - (UniCase::ascii("snese"), &["sneeze"]), - (UniCase::ascii("gitars"), &["guitars"]), - (UniCase::ascii("interafce"), &["interface"]), - (UniCase::ascii("complience"), &["compliance"]), - (UniCase::ascii("obsolte"), &["obsolete"]), - (UniCase::ascii("rrase"), &["erase"]), - (UniCase::ascii("dissapers"), &["disappears"]), - (UniCase::ascii("matatable"), &["metatable"]), - (UniCase::ascii("represetation"), &["representation"]), - (UniCase::ascii("devirutalize"), &["devirtualize"]), - (UniCase::ascii("procided"), &["provided"]), - (UniCase::ascii("exsit"), &["exist", "exit"]), - (UniCase::ascii("parameterical"), &["parametrical"]), - (UniCase::ascii("scriping"), &["scripting"]), - (UniCase::ascii("pixelx"), &["pixels", "pixel"]), - (UniCase::ascii("pedestrain"), &["pedestrian"]), - (UniCase::ascii("sugguested"), &["suggested"]), - (UniCase::ascii("cipersuite"), &["ciphersuite"]), - (UniCase::ascii("duplacate"), &["duplicate"]), - (UniCase::ascii("speficiallifer"), &["specifier"]), - (UniCase::ascii("exceucte"), &["execute"]), - (UniCase::ascii("calcultator"), &["calculator"]), - (UniCase::ascii("entitiy"), &["entity"]), - (UniCase::ascii("handeld"), &["handled", "handheld"]), - (UniCase::ascii("tabluar"), &["tabular"]), - (UniCase::ascii("fonctions"), &["functions"]), - (UniCase::ascii("uncommment"), &["uncomment"]), - (UniCase::ascii("shineing"), &["shining"]), - ( - UniCase::ascii("non-referenced-counted"), - &["non-reference-counted"], - ), - (UniCase::ascii("scritpt"), &["script"]), - (UniCase::ascii("whants"), &["wants"]), - (UniCase::ascii("mashines"), &["machines"]), - (UniCase::ascii("buton"), &["button"]), - (UniCase::ascii("equivilent"), &["equivalent"]), - (UniCase::ascii("aritmetic"), &["arithmetic"]), - (UniCase::ascii("dirtyness"), &["dirtiness"]), - (UniCase::ascii("sreturns"), &["returns"]), - (UniCase::ascii("decribed"), &["described"]), - (UniCase::ascii("amalgomated"), &["amalgamated"]), - (UniCase::ascii("vakues"), &["values"]), - (UniCase::ascii("adressed"), &["addressed"]), - (UniCase::ascii("higer"), &["higher"]), - (UniCase::ascii("objtain"), &["obtain"]), - (UniCase::ascii("paremter"), &["parameter"]), - (UniCase::ascii("compatiblilty"), &["compatibility"]), - (UniCase::ascii("identifer"), &["identifier"]), - (UniCase::ascii("ediges"), &["edges"]), - (UniCase::ascii("descvription"), &["description"]), - (UniCase::ascii("dircet"), &["direct"]), - (UniCase::ascii("maximim"), &["maximum"]), - (UniCase::ascii("complatly"), &["completely"]), - (UniCase::ascii("indiviually"), &["individually"]), - (UniCase::ascii("receiption"), &["reception"]), - (UniCase::ascii("speficable"), &["specifiable"]), - (UniCase::ascii("contronl"), &["control"]), - (UniCase::ascii("similiarty"), &["similarity"]), - (UniCase::ascii("penninsular"), &["peninsular"]), - (UniCase::ascii("edittor"), &["editor"]), - (UniCase::ascii("dissasociated"), &["disassociated"]), - (UniCase::ascii("wheigh"), &["weigh"]), - (UniCase::ascii("imigrated"), &["immigrated", "emigrated"]), - (UniCase::ascii("re-negothiations"), &["re-negotiations"]), - (UniCase::ascii("unitility"), &["utility"]), - (UniCase::ascii("distrubted"), &["distributed", "disrupted"]), - (UniCase::ascii("construnctor"), &["constructor"]), - (UniCase::ascii("wnats"), &["wants"]), - (UniCase::ascii("arrangents"), &["arrangements"]), - (UniCase::ascii("milennium"), &["millennium"]), - (UniCase::ascii("rewriite"), &["rewrite"]), - (UniCase::ascii("capabilitires"), &["capabilities"]), - (UniCase::ascii("didi"), &["did"]), - (UniCase::ascii("hirachy"), &["hierarchy"]), - (UniCase::ascii("genrating"), &["generating"]), - (UniCase::ascii("hertiage"), &["heritage"]), - (UniCase::ascii("reserverd"), &["reserved"]), - (UniCase::ascii("cootdinated"), &["coordinated"]), - (UniCase::ascii("preceeded"), &["preceded", "proceeded"]), - (UniCase::ascii("algorihms"), &["algorithms"]), - (UniCase::ascii("lizense"), &["license"]), - (UniCase::ascii("allocaition"), &["allocation"]), - (UniCase::ascii("parametere"), &["parameter", "parameters"]), - (UniCase::ascii("souce"), &["source"]), - (UniCase::ascii("messures"), &["measures"]), - (UniCase::ascii("brokeness"), &["brokenness"]), - (UniCase::ascii("mucuous"), &["mucous"]), - (UniCase::ascii("pachtes"), &["patches"]), - (UniCase::ascii("temporory"), &["temporary"]), - (UniCase::ascii("assigmnent"), &["assignment"]), - (UniCase::ascii("themslves"), &["themselves"]), - (UniCase::ascii("subscritpions"), &["subscriptions"]), - (UniCase::ascii("enironments"), &["environments"]), - (UniCase::ascii("backwad"), &["backwards"]), - (UniCase::ascii("listbbox"), &["listbox"]), - (UniCase::ascii("anonymouse"), &["anonymous"]), - (UniCase::ascii("behavriours"), &["behaviours"]), - (UniCase::ascii("portugese"), &["Portuguese"]), - (UniCase::ascii("previus"), &["previous"]), - (UniCase::ascii("rever"), &["revert", "refer", "fever"]), - (UniCase::ascii("refrerenced"), &["referenced"]), - (UniCase::ascii("critera"), &["criteria"]), - (UniCase::ascii("senquence"), &["sequence"]), - (UniCase::ascii("wirting"), &["writing"]), - (UniCase::ascii("spefifeirs"), &["specifiers"]), - (UniCase::ascii("tyranies"), &["tyrannies"]), - (UniCase::ascii("coercable"), &["coercible"]), - (UniCase::ascii("correspont"), &["correspond"]), - (UniCase::ascii("pologon"), &["polygon"]), - (UniCase::ascii("unknwons"), &["unknowns"]), - (UniCase::ascii("resuorcing"), &["resourcing"]), - (UniCase::ascii("expetimental"), &["experimental"]), - (UniCase::ascii("authencticated"), &["authenticated"]), - (UniCase::ascii("delimititers"), &["delimiters"]), - (UniCase::ascii("varibales"), &["variables"]), - (UniCase::ascii("equivivalent"), &["equivalent"]), - (UniCase::ascii("chartroose"), &["chartreuse"]), - (UniCase::ascii("de-registeres"), &["de-registers"]), - (UniCase::ascii("republian"), &["republican"]), - (UniCase::ascii("worng"), &["wrong", "worn"]), - (UniCase::ascii("comress"), &["compress"]), - (UniCase::ascii("isimilar"), &["similar"]), - (UniCase::ascii("opeational"), &["operational"]), - (UniCase::ascii("manufature"), &["manufacture"]), - (UniCase::ascii("re-negatiotiation"), &["re-negotiation"]), - (UniCase::ascii("Flemmish"), &["Flemish"]), - (UniCase::ascii("consentrates"), &["concentrates"]), - ( - UniCase::ascii("impotrt"), - &["import", "imported", "importer"], - ), - (UniCase::ascii("uninitalise"), &["uninitialise"]), - (UniCase::ascii("attatches"), &["attaches"]), - (UniCase::ascii("discconect"), &["disconnect"]), - (UniCase::ascii("guarnted"), &["guaranteed"]), - (UniCase::ascii("rucuperate"), &["recuperate"]), - (UniCase::ascii("recieved"), &["received"]), - (UniCase::ascii("modifers"), &["modifiers"]), - (UniCase::ascii("demaned"), &["demand", "demeaned"]), - (UniCase::ascii("othe"), &["other"]), - (UniCase::ascii("reuploders"), &["reuploaders"]), - (UniCase::ascii("selecetd"), &["selected"]), - (UniCase::ascii("absoule"), &["absolute"]), - (UniCase::ascii("faill"), &["fail"]), - (UniCase::ascii("logitude"), &["longitude"]), - (UniCase::ascii("exsisting"), &["existing"]), - (UniCase::ascii("re-negotaiting"), &["re-negotiating"]), - (UniCase::ascii("renegotionated"), &["renegotiated"]), - (UniCase::ascii("simultaneos"), &["simultaneous"]), - (UniCase::ascii("modernizationz"), &["modernizations"]), - (UniCase::ascii("autonegoziations"), &["autonegotiations"]), - (UniCase::ascii("negotition"), &["negotiation"]), - (UniCase::ascii("regresion"), &["regression"]), - (UniCase::ascii("alocates"), &["allocates"]), - (UniCase::ascii("configurring"), &["configuring"]), - (UniCase::ascii("showfer"), &["chauffeur", "shower"]), - (UniCase::ascii("deteting"), &["detecting", "deleting"]), - (UniCase::ascii("rearrangmeent"), &["rearrangement"]), - (UniCase::ascii("faield"), &["failed"]), - (UniCase::ascii("specifric"), &["specific"]), - (UniCase::ascii("three-dimenionsal"), &["three-dimensional"]), - (UniCase::ascii("tecnic"), &["technique"]), - (UniCase::ascii("craete"), &["create"]), - (UniCase::ascii("leagal"), &["legal"]), - (UniCase::ascii("abtracter"), &["abstracter"]), - (UniCase::ascii("diffrences"), &["differences"]), - (UniCase::ascii("ciriculum"), &["curriculum"]), - (UniCase::ascii("straines"), &["strains"]), - (UniCase::ascii("commponent"), &["component"]), - (UniCase::ascii("tempral"), &["temporal"]), - (UniCase::ascii("particaluarly"), &["particularly"]), - ( - UniCase::ascii("scatcher"), - &["catcher", "scratcher", "sketcher"], - ), - (UniCase::ascii("tranmission"), &["transmission"]), - (UniCase::ascii("decrpted"), &["decrypted"]), - (UniCase::ascii("fequency"), &["frequency"]), - (UniCase::ascii("bever"), &["never"]), - (UniCase::ascii("buffring"), &["buffering"]), - (UniCase::ascii("testof"), &["test of"]), - (UniCase::ascii("exchagnes"), &["exchanges"]), - (UniCase::ascii("recconenct"), &["reconnect"]), - (UniCase::ascii("highligt"), &["highlight"]), - (UniCase::ascii("propetrys"), &["properties"]), - (UniCase::ascii("declartation"), &["declaration"]), - (UniCase::ascii("wereabouts"), &["whereabouts"]), - (UniCase::ascii("simliarly"), &["similarly"]), - (UniCase::ascii("proproably"), &["probably"]), - (UniCase::ascii("convaxiity"), &["convexity"]), - (UniCase::ascii("perfomrers"), &["performers"]), - (UniCase::ascii("overreidden"), &["overridden"]), - (UniCase::ascii("coodrinates"), &["coordinates"]), - (UniCase::ascii("inexperianced"), &["inexperienced"]), - (UniCase::ascii("drvier"), &["driver"]), - (UniCase::ascii("juristictions"), &["jurisdictions"]), - (UniCase::ascii("withoit"), &["without"]), - (UniCase::ascii("orpan"), &["orphan"]), - (UniCase::ascii("degenratet"), &["degenerated"]), - (UniCase::ascii("accesing"), &["accessing"]), - (UniCase::ascii("mone"), &["mono", "money", "none"]), - (UniCase::ascii("writen"), &["written"]), - (UniCase::ascii("contiue"), &["continue"]), - (UniCase::ascii("speficifes"), &["specifies"]), - (UniCase::ascii("coallesing"), &["coalescing"]), - (UniCase::ascii("statisfies"), &["satisfies"]), - (UniCase::ascii("dimention"), &["dimension"]), - (UniCase::ascii("otherwis"), &["otherwise"]), - (UniCase::ascii("refrormatting"), &["reformatting"]), - (UniCase::ascii("accquired"), &["acquired"]), - (UniCase::ascii("subfolfers"), &["subfolders"]), - (UniCase::ascii("convertions"), &["conversions"]), - (UniCase::ascii("earch"), &["search", "each"]), - (UniCase::ascii("vulnerabilty"), &["vulnerability"]), - (UniCase::ascii("opne"), &["open"]), - (UniCase::ascii("dupliacte"), &["duplicate"]), - (UniCase::ascii("carnige"), &["carnage", "Carnegie"]), - (UniCase::ascii("stregth"), &["strength"]), - (UniCase::ascii("successfullt"), &["successfully"]), - (UniCase::ascii("dislayed"), &["displayed"]), - (UniCase::ascii("boxe"), &["boxes", "box", "boxer"]), - (UniCase::ascii("relyed"), &["relied"]), - (UniCase::ascii("charactors"), &["characters"]), - (UniCase::ascii("ignormd"), &["ignored"]), - (UniCase::ascii("bounadries"), &["boundaries"]), - (UniCase::ascii("tessleate"), &["tessellate"]), - (UniCase::ascii("apeends"), &["appends"]), - (UniCase::ascii("oftenly"), &["often"]), - (UniCase::ascii("upadter"), &["updater"]), - (UniCase::ascii("formend"), &["formed"]), - (UniCase::ascii("ocupy"), &["occupy"]), - (UniCase::ascii("syphyllis"), &["syphilis"]), - (UniCase::ascii("alignmnt"), &["alignment"]), - (UniCase::ascii("accquiring"), &["acquiring"]), - (UniCase::ascii("mathimatical"), &["mathematical"]), - (UniCase::ascii("satric"), &["satiric"]), - (UniCase::ascii("squirel"), &["squirrel"]), - (UniCase::ascii("healthercare"), &["healthcare"]), - (UniCase::ascii("spefify"), &["specify"]), - (UniCase::ascii("neighbourhoofs"), &["neighbourhoods"]), - (UniCase::ascii("suop"), &["soup"]), - (UniCase::ascii("conerting"), &["converting"]), - (UniCase::ascii("shepre"), &["sphere"]), - (UniCase::ascii("faiway"), &["fairway"]), - (UniCase::ascii("incldued"), &["included"]), - (UniCase::ascii("subnegotionations"), &["subnegotiations"]), - (UniCase::ascii("informaton"), &["information"]), - (UniCase::ascii("dissrupts"), &["disrupts"]), - (UniCase::ascii("expermenetation"), &["experimentation"]), - (UniCase::ascii("develompent"), &["development"]), - (UniCase::ascii("abstrating"), &["abstracting"]), - (UniCase::ascii("versionned"), &["versioned"]), - (UniCase::ascii("absolately"), &["absolutely"]), - (UniCase::ascii("crosssute"), &["cross-site"]), - (UniCase::ascii("receieving"), &["receiving"]), - (UniCase::ascii("udpate"), &["update"]), - (UniCase::ascii("cronological"), &["chronological"]), - (UniCase::ascii("testiclular"), &["testicular"]), - (UniCase::ascii("algorhythms"), &["algorithms"]), - (UniCase::ascii("aiport"), &["airport"]), - (UniCase::ascii("comnnected"), &["connected"]), - (UniCase::ascii("ararbic"), &["arabic"]), - (UniCase::ascii("opearting"), &["operating"]), - (UniCase::ascii("poinnter"), &["pointer"]), - (UniCase::ascii("seperable"), &["separable"]), - (UniCase::ascii("sycronized"), &["synchronized"]), - (UniCase::ascii("reciprocoals"), &["reciprocals"]), - (UniCase::ascii("enhancment"), &["enhancement"]), - (UniCase::ascii("cyle"), &["cycle"]), - (UniCase::ascii("tichness"), &["thickness"]), - (UniCase::ascii("execusion"), &["execution"]), - (UniCase::ascii("disinguish"), &["distinguish"]), - (UniCase::ascii("coverge"), &["coverage", "converge"]), - (UniCase::ascii("momements"), &["moments"]), - (UniCase::ascii("expectatoins"), &["expectations"]), - (UniCase::ascii("desigining"), &["designing"]), - (UniCase::ascii("interploated"), &["interpolated"]), - (UniCase::ascii("lenghten"), &["lengthen"]), - (UniCase::ascii("ovrlapped"), &["overlapped"]), - (UniCase::ascii("adpapted"), &["adapted"]), - (UniCase::ascii("arbitrairly"), &["arbitrarily"]), - (UniCase::ascii("virutalize"), &["virtualize"]), - (UniCase::ascii("tweleve"), &["twelve"]), - (UniCase::ascii("firends"), &["friends"]), - (UniCase::ascii("throttoling"), &["throttling"]), - (UniCase::ascii("headquaters"), &["headquarters"]), - (UniCase::ascii("dissasociates"), &["disassociates"]), - (UniCase::ascii("decorrellation"), &["decorrelation"]), - (UniCase::ascii("singoolarity"), &["singularity"]), - (UniCase::ascii("dereferncences"), &["dereferences"]), - (UniCase::ascii("becaues"), &["because"]), - (UniCase::ascii("backneds"), &["backends"]), - (UniCase::ascii("seesions"), &["sessions"]), - (UniCase::ascii("whch"), &["which"]), - ( - UniCase::ascii("coexsitence"), - &["coexistence", "co-existence"], - ), - (UniCase::ascii("hemorage"), &["haemorrhage"]), - (UniCase::ascii("airporta"), &["airports"]), - (UniCase::ascii("infrantryman"), &["infantryman"]), - (UniCase::ascii("danceing"), &["dancing"]), - (UniCase::ascii("unregsitering"), &["unregistering"]), - (UniCase::ascii("experimnter"), &["experimenter"]), - (UniCase::ascii("fautures"), &["features"]), - (UniCase::ascii("atrribute"), &["attribute"]), - (UniCase::ascii("invaldates"), &["invalidates"]), - (UniCase::ascii("accomadation"), &["accommodation"]), - (UniCase::ascii("ressembling"), &["resembling"]), - (UniCase::ascii("availaliable"), &["available"]), - (UniCase::ascii("authendicator"), &["authenticator"]), - (UniCase::ascii("subnegoziations"), &["subnegotiations"]), - (UniCase::ascii("experimets"), &["experiments"]), - (UniCase::ascii("unexpetctedly"), &["unexpectedly"]), - (UniCase::ascii("incidently"), &["incidentally"]), - (UniCase::ascii("placmenet"), &["placement"]), - (UniCase::ascii("aprrovement"), &["approval"]), - (UniCase::ascii("mistatchd"), &["mismatched"]), - (UniCase::ascii("commom"), &["common"]), - (UniCase::ascii("libraies"), &["libraries"]), - (UniCase::ascii("architctures"), &["architectures"]), - (UniCase::ascii("interractive"), &["interactive"]), - (UniCase::ascii("orgininal"), &["original"]), - (UniCase::ascii("mailformed"), &["malformed"]), - (UniCase::ascii("disatisfaction"), &["dissatisfaction"]), - (UniCase::ascii("resued"), &["reused", "rescued"]), - (UniCase::ascii("thumbbnail"), &["thumbnail"]), - (UniCase::ascii("builters"), &["builders"]), - (UniCase::ascii("dupliacate"), &["duplicate"]), - (UniCase::ascii("modfifiable"), &["modifiable"]), - (UniCase::ascii("reconstrcut"), &["reconstruct"]), - (UniCase::ascii("intervalls"), &["intervals"]), - (UniCase::ascii("prescritions"), &["prescriptions"]), - (UniCase::ascii("prefernces"), &["preferences"]), - (UniCase::ascii("connnect"), &["connect"]), - (UniCase::ascii("decendant"), &["descendant"]), - (UniCase::ascii("ofrom"), &["from"]), - (UniCase::ascii("indicte"), &["indicate"]), - (UniCase::ascii("commnandline"), &["commandline"]), - (UniCase::ascii("encapsualtes"), &["encapsulates"]), - (UniCase::ascii("conecpts"), &["concepts"]), - (UniCase::ascii("deprecatedf"), &["deprecated"]), - (UniCase::ascii("dupplication"), &["duplication"]), - (UniCase::ascii("summmarization"), &["summarization"]), - (UniCase::ascii("trimed"), &["trimmed"]), - (UniCase::ascii("sectin"), &["section"]), - (UniCase::ascii("coduct"), &["conduct"]), - (UniCase::ascii("grabed"), &["grabbed"]), - (UniCase::ascii("authecate"), &["authenticate"]), - (UniCase::ascii("re-negotaited"), &["re-negotiated"]), - (UniCase::ascii("downsterams"), &["downstreams"]), - (UniCase::ascii("maneouvred"), &["manoeuvred"]), - (UniCase::ascii("avaliable"), &["available"]), - (UniCase::ascii("sleeped"), &["slept"]), - (UniCase::ascii("possibilties"), &["possibilities"]), - (UniCase::ascii("runn"), &["run"]), - (UniCase::ascii("gernerator"), &["generator"]), - ( - UniCase::ascii("manouverable"), - &["maneuverable", "manoeuvrable"], - ), - (UniCase::ascii("implememetation"), &["implementation"]), - (UniCase::ascii("occaison"), &["occasion"]), - (UniCase::ascii("sensure"), &["censure"]), - (UniCase::ascii("somenone"), &["someone"]), - (UniCase::ascii("radis"), &["radix"]), - (UniCase::ascii("alignemnt"), &["alignment"]), - (UniCase::ascii("begginers"), &["beginners"]), - (UniCase::ascii("bnecause"), &["because"]), - (UniCase::ascii("displa"), &["display"]), - (UniCase::ascii("developpers"), &["developers"]), - (UniCase::ascii("admininistrators"), &["administrators"]), - (UniCase::ascii("acqure"), &["acquire"]), - (UniCase::ascii("htink"), &["think"]), - (UniCase::ascii("agre"), &["agree"]), - (UniCase::ascii("emiting"), &["emitting"]), - (UniCase::ascii("encrypiton"), &["encryption"]), - (UniCase::ascii("doube-quote"), &["double-quote"]), - (UniCase::ascii("istener"), &["listener"]), - (UniCase::ascii("mittigate"), &["mitigate"]), - (UniCase::ascii("catpure"), &["capture"]), - (UniCase::ascii("modiffer"), &["modifier"]), - (UniCase::ascii("paranthesis"), &["parenthesis"]), - (UniCase::ascii("concensors"), &["consensus"]), - (UniCase::ascii("takslet"), &["tasklet"]), - (UniCase::ascii("nutritents"), &["nutrients"]), - (UniCase::ascii("schme"), &["scheme"]), - (UniCase::ascii("folwoin"), &["following"]), - (UniCase::ascii("sublcasses"), &["subclasses"]), - ( - UniCase::ascii("manouverability"), - &["maneuverability", "manoeuvrability"], - ), - (UniCase::ascii("avancing"), &["advancing"]), - (UniCase::ascii("inmediatily"), &["immediately"]), - (UniCase::ascii("contiuing"), &["continuing"]), - (UniCase::ascii("tendacy"), &["tendency"]), - ( - UniCase::ascii("chrashes"), - &["crashes", "thrashes", "trashes"], - ), - (UniCase::ascii("widhtpoints"), &["widthpoints"]), - (UniCase::ascii("defferently"), &["differently"]), - (UniCase::ascii("hoook"), &["hook"]), - (UniCase::ascii("dicover"), &["discover"]), - (UniCase::ascii("algorhythm"), &["algorithm"]), - (UniCase::ascii("folliwiwng"), &["following"]), - (UniCase::ascii("behviour"), &["behaviour"]), - (UniCase::ascii("substracts"), &["subtracts"]), - (UniCase::ascii("itnerface"), &["interface"]), - (UniCase::ascii("itentionally"), &["intentionally"]), - (UniCase::ascii("nucleous"), &["nucleus", "nucleolus"]), - (UniCase::ascii("flacorings"), &["flavorings"]), - (UniCase::ascii("indicees"), &["indices"]), - (UniCase::ascii("messuring"), &["measuring"]), - (UniCase::ascii("pipelinining"), &["pipelining"]), - (UniCase::ascii("dissplay"), &["display"]), - (UniCase::ascii("Yementite"), &["Yemenite", "Yemeni"]), - (UniCase::ascii("cofrimation"), &["confirmation"]), - (UniCase::ascii("autonegotaiation"), &["autonegotiation"]), - (UniCase::ascii("lenghtly"), &["lengthy"]), - (UniCase::ascii("workaound"), &["workaround"]), - (UniCase::ascii("technic"), &["technique"]), - ( - UniCase::ascii("collisons"), - &["collisions", "collusion", "collusions"], - ), - (UniCase::ascii("negoatiating"), &["negotiating"]), - (UniCase::ascii("driectly"), &["directly"]), - (UniCase::ascii("centuty"), &["century"]), - (UniCase::ascii("conjuntion"), &["conjunction"]), - (UniCase::ascii("critising"), &["criticising", "criticizing"]), - (UniCase::ascii("charactersm"), &["characters"]), - (UniCase::ascii("compliles"), &["compiles"]), - (UniCase::ascii("brilinear"), &["bilinear"]), - (UniCase::ascii("authencticator"), &["authenticator"]), - (UniCase::ascii("develoments"), &["developments"]), - (UniCase::ascii("swtich"), &["switch"]), - (UniCase::ascii("trivally"), &["trivially"]), - (UniCase::ascii("spefiications"), &["specifications"]), - (UniCase::ascii("intiailize"), &["initialize"]), - (UniCase::ascii("paceholder"), &["placeholder"]), - (UniCase::ascii("miinimization"), &["minimization"]), - (UniCase::ascii("sypmtoms"), &["symptoms"]), - (UniCase::ascii("ubitquitous"), &["ubiquitous"]), - (UniCase::ascii("passthruogh"), &["passthrough"]), - (UniCase::ascii("elseswhere"), &["elsewhere"]), - (UniCase::ascii("misdameanor"), &["misdemeanor"]), - (UniCase::ascii("speciyfing"), &["specifying"]), - (UniCase::ascii("protoganist"), &["protagonist"]), - (UniCase::ascii("hanlder"), &["handler"]), - (UniCase::ascii("timetamp"), &["timestamp"]), - (UniCase::ascii("meanining"), &["meaning"]), - (UniCase::ascii("upstreemer"), &["upstreamer"]), - (UniCase::ascii("algorthymically"), &["algorithmically"]), - (UniCase::ascii("gogin"), &["going", "Gauguin"]), - (UniCase::ascii("offereings"), &["offerings"]), - (UniCase::ascii("implementd"), &["implemented"]), - (UniCase::ascii("forwardig"), &["forwarding"]), - (UniCase::ascii("re-negotications"), &["re-negotiations"]), - (UniCase::ascii("origininal"), &["original"]), - (UniCase::ascii("significently"), &["significantly"]), - (UniCase::ascii("librarry"), &["library"]), - (UniCase::ascii("verrical"), &["vertical"]), - (UniCase::ascii("speling"), &["spelling"]), - (UniCase::ascii("actuion"), &["action"]), - (UniCase::ascii("moduels"), &["modules"]), - (UniCase::ascii("dockson"), &["dachshund"]), - (UniCase::ascii("poind"), &["point"]), - (UniCase::ascii("sandwhich"), &["sandwich"]), - (UniCase::ascii("accout"), &["account"]), - (UniCase::ascii("tavelled"), &["travelled", "traveled"]), - (UniCase::ascii("seperately"), &["separately"]), - (UniCase::ascii("uptodateness"), &["up-to-dateness"]), - (UniCase::ascii("re-negoptionsotiate"), &["re-negotiate"]), - (UniCase::ascii("tupples"), &["tuples"]), - (UniCase::ascii("unnessecarily"), &["unnecessarily"]), - (UniCase::ascii("opperations"), &["operations"]), - (UniCase::ascii("percieve"), &["perceive"]), - (UniCase::ascii("arborting"), &["aborting"]), - (UniCase::ascii("degreees"), &["degrees"]), - (UniCase::ascii("hetrogeneous"), &["heterogeneous"]), - (UniCase::ascii("eleate"), &["relate"]), - (UniCase::ascii("mistatch"), &["mismatch"]), - (UniCase::ascii("cnosoles"), &["consoles"]), - (UniCase::ascii("driagrammed"), &["diagrammed"]), - (UniCase::ascii("characteers"), &["characters"]), - (UniCase::ascii("verifing"), &["verifying"]), - (UniCase::ascii("arrangemenet"), &["arrangement"]), - ( - UniCase::ascii("alltogeher"), - &["altogether", "all together"], - ), - (UniCase::ascii("cofirmations"), &["confirmations"]), - (UniCase::ascii("connecions"), &["connections"]), - (UniCase::ascii("bradcast"), &["broadcast"]), - (UniCase::ascii("subexperssions"), &["subexpressions"]), - (UniCase::ascii("valu"), &["value"]), - (UniCase::ascii("expeience"), &["experience"]), - (UniCase::ascii("assosciating"), &["associating"]), - (UniCase::ascii("feromone"), &["pheromone"]), - (UniCase::ascii("autonegotition"), &["autonegotiation"]), - (UniCase::ascii("adolecent"), &["adolescent"]), - (UniCase::ascii("gziped"), &["gzipped"]), - (UniCase::ascii("cacheed"), &["cached"]), - (UniCase::ascii("bounradies"), &["boundaries"]), - (UniCase::ascii("convering"), &["converting", "covering"]), - (UniCase::ascii("serveral"), &["several"]), - (UniCase::ascii("bloek"), &["bloke"]), - (UniCase::ascii("annother"), &["another"]), - (UniCase::ascii("excedeed"), &["exceeded"]), - (UniCase::ascii("acceleratrion"), &["acceleration"]), - (UniCase::ascii("contamporary"), &["contemporary"]), - (UniCase::ascii("erorneus"), &["erroneous"]), - (UniCase::ascii("docuements"), &["documents"]), - (UniCase::ascii("conquerd"), &["conquered"]), - (UniCase::ascii("deprectate"), &["deprecate"]), - (UniCase::ascii("trik"), &["trick", "trike"]), - (UniCase::ascii("inted"), &["inetd", "intend"]), - (UniCase::ascii("simplicty"), &["simplicity"]), - (UniCase::ascii("vermillion"), &["vermilion"]), - (UniCase::ascii("stipped"), &["stripped"]), - (UniCase::ascii("presistency"), &["persistency"]), - (UniCase::ascii("unifrom"), &["uniform"]), - (UniCase::ascii("cyprto"), &["crypto"]), - (UniCase::ascii("beliefe"), &["believe", "belief"]), - (UniCase::ascii("pastural"), &["pastoral"]), - (UniCase::ascii("paramemeters"), &["parameters"]), - (UniCase::ascii("follwoeind"), &["following"]), - (UniCase::ascii("conveter"), &["converter"]), - (UniCase::ascii("tempoaray"), &["temporary"]), - ( - UniCase::ascii("unstallation"), - &["installation", "uninstallation"], - ), - (UniCase::ascii("buoancy"), &["buoyancy"]), - (UniCase::ascii("newtork"), &["network"]), - (UniCase::ascii("compoesd"), &["composed"]), - (UniCase::ascii("aqain"), &["again"]), - (UniCase::ascii("seconts"), &["seconds"]), - (UniCase::ascii("deflaut"), &["default"]), - (UniCase::ascii("rendererers"), &["renderers", "renderer\'s"]), - (UniCase::ascii("perfomeanse"), &["performance"]), - (UniCase::ascii("de-duplaction"), &["de-duplication"]), - (UniCase::ascii("negotaiators"), &["negotiators"]), - (UniCase::ascii("lible"), &["libel", "liable"]), - (UniCase::ascii("subdoamins"), &["subdomains"]), - (UniCase::ascii("progamer"), &["programmer"]), - (UniCase::ascii("corrensponds"), &["corresponds"]), - ( - UniCase::ascii("replacaiblity"), - &["replaceability", "replicability"], - ), - (UniCase::ascii("fogotten"), &["forgotten"]), - (UniCase::ascii("comminication"), &["communication"]), - (UniCase::ascii("reletively"), &["relatively"]), - (UniCase::ascii("pubisher"), &["publisher"]), - (UniCase::ascii("oder"), &["order", "odor"]), - (UniCase::ascii("enflamed"), &["inflamed"]), - (UniCase::ascii("reprucible"), &["reproducible"]), - (UniCase::ascii("equippment"), &["equipment"]), - (UniCase::ascii("ovveride"), &["override"]), - (UniCase::ascii("intercahnge"), &["interchange"]), - (UniCase::ascii("dissmissed"), &["dismissed"]), - (UniCase::ascii("alotted"), &["allotted"]), - (UniCase::ascii("utilitising"), &["utilising"]), - (UniCase::ascii("respositories"), &["repositories"]), - (UniCase::ascii("avdisory"), &["advisory"]), - (UniCase::ascii("chassy"), &["chassis"]), - (UniCase::ascii("suggestes"), &["suggests"]), - (UniCase::ascii("delimititations"), &["delimitations"]), - (UniCase::ascii("construtors"), &["constructors"]), - (UniCase::ascii("curretnly"), &["currently"]), - (UniCase::ascii("subscritpiton"), &["subscription"]), - (UniCase::ascii("comapared"), &["compared"]), - (UniCase::ascii("godesses"), &["goddesses"]), - (UniCase::ascii("sctioning"), &["sectioning", "suctioning"]), - (UniCase::ascii("unziped"), &["unzipped"]), - (UniCase::ascii("sometiles"), &["some tiles", "sometimes"]), - (UniCase::ascii("expanion"), &["expansion"]), - (UniCase::ascii("grooup"), &["group"]), - (UniCase::ascii("roduceer"), &["producer"]), - (UniCase::ascii("excludde"), &["exclude"]), - (UniCase::ascii("lauched"), &["launched"]), - (UniCase::ascii("parallizes"), &["parallelizes"]), - (UniCase::ascii("suspision"), &["suspicion"]), - (UniCase::ascii("intelectual"), &["intellectual"]), - (UniCase::ascii("authenificating"), &["authenticating"]), - (UniCase::ascii("degreeees"), &["degrees"]), - (UniCase::ascii("numearation"), &["numeration"]), - (UniCase::ascii("trapeziod"), &["trapezoid"]), - (UniCase::ascii("decorded"), &["decoded"]), - (UniCase::ascii("permanant"), &["permanent"]), - (UniCase::ascii("inherting"), &["inheriting"]), - (UniCase::ascii("certitication"), &["certification"]), - (UniCase::ascii("progapates"), &["propagates"]), - (UniCase::ascii("hosited"), &["hoisted"]), - (UniCase::ascii("reperesentational"), &["representational"]), - (UniCase::ascii("exluded"), &["excluded", "exuded"]), - (UniCase::ascii("expeiriments"), &["experiments"]), - (UniCase::ascii("folwo"), &["follow"]), - (UniCase::ascii("republis"), &["republics"]), - (UniCase::ascii("pedning"), &["pending"]), - (UniCase::ascii("overwirting"), &["overwriting"]), - (UniCase::ascii("speficialleid"), &["specified"]), - (UniCase::ascii("compeletely"), &["completely"]), - (UniCase::ascii("ment"), &["meant"]), - (UniCase::ascii("expcting"), &["expecting"]), - (UniCase::ascii("ahlpas"), &["alphas"]), - (UniCase::ascii("singelton"), &["singleton"]), - (UniCase::ascii("didnt\'"), &["didn\'t"]), - (UniCase::ascii("boleen"), &["boolean"]), - (UniCase::ascii("caculating"), &["calculating"]), - (UniCase::ascii("regarted"), &["regarded"]), - (UniCase::ascii("additon"), &["addition"]), - (UniCase::ascii("incrments"), &["increments"]), - (UniCase::ascii("cahnges"), &["changes"]), - (UniCase::ascii("condifure"), &["configure"]), - (UniCase::ascii("reseach"), &["research"]), - (UniCase::ascii("intiallized"), &["initialized"]), - (UniCase::ascii("compareable"), &["comparable"]), - ( - UniCase::ascii("rountriped"), - &["roundtripped", "round-tripped", "round tripped"], - ), - (UniCase::ascii("nodess"), &["nodes"]), - (UniCase::ascii("programemer"), &["programmer"]), - (UniCase::ascii("commmenting"), &["commenting"]), - (UniCase::ascii("coalaesce"), &["coalesce"]), - (UniCase::ascii("diferrent"), &["different"]), - (UniCase::ascii("intercollegate"), &["intercollegiate"]), - (UniCase::ascii("tempraily"), &["temporarily"]), - (UniCase::ascii("austrailian"), &["Australian"]), - (UniCase::ascii("smaple"), &["sample"]), - (UniCase::ascii("taxonoy"), &["taxonomy"]), - (UniCase::ascii("inclding"), &["including"]), - (UniCase::ascii("schduled"), &["scheduled"]), - (UniCase::ascii("eligable"), &["eligible"]), - (UniCase::ascii("bouunded"), &["bounded"]), - (UniCase::ascii("overrriddden"), &["overridden"]), - (UniCase::ascii("rennovation"), &["renovation"]), - (UniCase::ascii("arival"), &["arrival"]), - (UniCase::ascii("tranform"), &["transform"]), - (UniCase::ascii("algorrithms"), &["algorithms"]), - (UniCase::ascii("legac"), &["legacy"]), - (UniCase::ascii("fortunatly"), &["fortunately"]), - (UniCase::ascii("prdpagation"), &["propagation"]), - (UniCase::ascii("allocaiing"), &["allocating"]), - (UniCase::ascii("unspeficilleid"), &["unspecified"]), - (UniCase::ascii("latitide"), &["latitude"]), - (UniCase::ascii("experences"), &["experiences"]), - (UniCase::ascii("mathimatician"), &["mathematician"]), - (UniCase::ascii("autometically"), &["automatically"]), - (UniCase::ascii("transtorm"), &["transform"]), - (UniCase::ascii("chaecks"), &["checks"]), - (UniCase::ascii("overriabled"), &["overridable"]), - (UniCase::ascii("cahce"), &["cache"]), - (UniCase::ascii("enhacement"), &["enhancement"]), - (UniCase::ascii("pressented"), &["presented"]), - (UniCase::ascii("tyes"), &["types", "ties"]), - (UniCase::ascii("reveiwers"), &["reviewers"]), - (UniCase::ascii("unintersting"), &["uninteresting"]), - (UniCase::ascii("annonymous"), &["anonymous"]), - (UniCase::ascii("flexibilty"), &["flexibility"]), - (UniCase::ascii("autonegotitions"), &["autonegotiations"]), - (UniCase::ascii("exceuctions"), &["executions"]), - (UniCase::ascii("consttruct"), &["construct"]), - (UniCase::ascii("changable"), &["changeable"]), - (UniCase::ascii("compfortable"), &["comfortable"]), - (UniCase::ascii("rovide"), &["provide"]), - (UniCase::ascii("qoute"), &["quote"]), - (UniCase::ascii("oppenly"), &["openly"]), - (UniCase::ascii("dilemas"), &["dilemmas"]), - (UniCase::ascii("opeing"), &["opening"]), - (UniCase::ascii("commmiting"), &["committing"]), - (UniCase::ascii("optained"), &["obtained"]), - (UniCase::ascii("calcualter"), &["calculator"]), - (UniCase::ascii("avaialbe"), &["available"]), - (UniCase::ascii("yelds"), &["yields"]), - (UniCase::ascii("unfortunatelly"), &["unfortunately"]), - (UniCase::ascii("speshelly"), &["specially", "especially"]), - (UniCase::ascii("apeture"), &["aperture"]), - (UniCase::ascii("xepecting"), &["expecting"]), - (UniCase::ascii("annoucing"), &["announcing"]), - (UniCase::ascii("handeling"), &["handling"]), - (UniCase::ascii("packaegs"), &["packages"]), - (UniCase::ascii("universial"), &["universal"]), - (UniCase::ascii("scuptures"), &["sculptures"]), - (UniCase::ascii("uprgaded"), &["upgraded"]), - (UniCase::ascii("inteaction"), &["interaction"]), - (UniCase::ascii("toi"), &["to", "toy"]), - (UniCase::ascii("reseted"), &["reset"]), - (UniCase::ascii("contiuation"), &["continuation"]), - (UniCase::ascii("folllowing"), &["following"]), - (UniCase::ascii("answhare"), &["answer"]), - (UniCase::ascii("spefifier"), &["specifier"]), - (UniCase::ascii("get\'s"), &["gets"]), - (UniCase::ascii("exitation"), &["excitation"]), - (UniCase::ascii("meetign"), &["meeting"]), - (UniCase::ascii("interruptable"), &["interruptible"]), - (UniCase::ascii("croppped"), &["cropped"]), - (UniCase::ascii("produceds"), &["produces", "produced"]), - (UniCase::ascii("studoi"), &["studio"]), - (UniCase::ascii("regon"), &["region"]), - (UniCase::ascii("adviced"), &["advised"]), - (UniCase::ascii("disbled"), &["disabled"]), - (UniCase::ascii("alteratives"), &["alternatives"]), - (UniCase::ascii("trivias"), &["trivia"]), - (UniCase::ascii("correspondig"), &["corresponding"]), - (UniCase::ascii("casulaty"), &["casualty"]), - (UniCase::ascii("isntallations"), &["installations"]), - (UniCase::ascii("modfiications"), &["modifications"]), - (UniCase::ascii("discrards"), &["discards"]), - (UniCase::ascii("paralelly"), &["parallelly"]), - (UniCase::ascii("bateries"), &["batteries"]), - (UniCase::ascii("brakpoint"), &["breakpoint"]), - (UniCase::ascii("gost"), &["ghost"]), - (UniCase::ascii("disambiguaiton"), &["disambiguation"]), - (UniCase::ascii("pobular"), &["popular"]), - (UniCase::ascii("allws"), &["allows"]), - ( - UniCase::ascii("alltogehter"), - &["altogether", "all together"], - ), - (UniCase::ascii("capabicity"), &["capability"]), - (UniCase::ascii("spefiication"), &["specification"]), - (UniCase::ascii("implemnt"), &["implement"]), - (UniCase::ascii("temproarily"), &["temporarily"]), - (UniCase::ascii("reconects"), &["reconnects"]), - (UniCase::ascii("dergistration"), &["deregistration"]), - (UniCase::ascii("definitons"), &["definitions"]), - (UniCase::ascii("conincidence"), &["coincidence"]), - (UniCase::ascii("negotitae"), &["negotiate"]), - (UniCase::ascii("positionned"), &["positioned"]), - (UniCase::ascii("compleetly"), &["completely"]), - (UniCase::ascii("beteen"), &["between"]), - (UniCase::ascii("unregiters"), &["unregisters"]), - (UniCase::ascii("harge"), &["charge"]), - (UniCase::ascii("achivable"), &["achievable"]), - (UniCase::ascii("uites"), &["suites"]), - (UniCase::ascii("abstrac"), &["abstract"]), - (UniCase::ascii("alhabets"), &["alphabets"]), - (UniCase::ascii("floride"), &["fluoride"]), - (UniCase::ascii("authecating"), &["authenticating"]), - (UniCase::ascii("tempatised"), &["templatised"]), - (UniCase::ascii("preallocationg"), &["preallocating"]), - (UniCase::ascii("architeture"), &["architecture"]), - (UniCase::ascii("accummulators"), &["accumulators"]), - (UniCase::ascii("perferct"), &["perfect"]), - (UniCase::ascii("authorded"), &["authored"]), - (UniCase::ascii("derivtives"), &["derivatives"]), - (UniCase::ascii("resepecting"), &["respecting"]), - (UniCase::ascii("ifset"), &["if set"]), - (UniCase::ascii("micropones"), &["microphones"]), - (UniCase::ascii("modifations"), &["modifications"]), - (UniCase::ascii("indepedantly"), &["independently"]), - (UniCase::ascii("linkfy"), &["linkify"]), - (UniCase::ascii("incoperate"), &["incorporate"]), - (UniCase::ascii("unwarrented"), &["unwarranted"]), - (UniCase::ascii("confunsed"), &["confused"]), - (UniCase::ascii("readiable"), &["readable"]), - (UniCase::ascii("alternitives"), &["alternatives"]), - (UniCase::ascii("neighbots"), &["neighbors"]), - (UniCase::ascii("barriors"), &["barriers"]), - (UniCase::ascii("werent"), &["weren\'t"]), - (UniCase::ascii("guarrantee"), &["guarantee"]), - (UniCase::ascii("couldnt;"), &["couldn\'t"]), - (UniCase::ascii("secotr"), &["sector"]), - (UniCase::ascii("haviest"), &["heaviest"]), - (UniCase::ascii("conatains"), &["contains"]), - (UniCase::ascii("wouldnt;"), &["wouldn\'t"]), - (UniCase::ascii("implememented"), &["implemented"]), - (UniCase::ascii("thron"), &["thrown", "throne"]), - (UniCase::ascii("irrelavent"), &["irrelevant"]), - (UniCase::ascii("declartiuve"), &["declarative"]), - (UniCase::ascii("sandobx"), &["sandbox"]), - (UniCase::ascii("apparantly"), &["apparently"]), - (UniCase::ascii("nesesarily"), &["necessarily"]), - (UniCase::ascii("padam"), &["param"]), - (UniCase::ascii("betweed"), &["between"]), - (UniCase::ascii("macrow"), &["macro"]), - (UniCase::ascii("unsuccessfullly"), &["unsuccessfully"]), - (UniCase::ascii("famlily"), &["family"]), - (UniCase::ascii("impelement"), &["implement"]), - (UniCase::ascii("exculsive"), &["exclusive"]), - (UniCase::ascii("mapable"), &["mappable"]), - (UniCase::ascii("centisenconds"), &["centiseconds"]), - (UniCase::ascii("invarients"), &["invariants"]), - (UniCase::ascii("ellapsed"), &["elapsed"]), - (UniCase::ascii("easly"), &["easily"]), - (UniCase::ascii("coallees"), &["coalesces"]), - (UniCase::ascii("dumplicating"), &["duplicating"]), - (UniCase::ascii("expireitme"), &["expiretime"]), - (UniCase::ascii("ehr"), &["her"]), - (UniCase::ascii("auto-dependancies"), &["auto-dependencies"]), - (UniCase::ascii("opearations"), &["operations"]), - (UniCase::ascii("valuble"), &["valuable"]), - (UniCase::ascii("exagerated"), &["exaggerated"]), - (UniCase::ascii("sepecifiers"), &["specifiers"]), - (UniCase::ascii("bounrady"), &["boundary"]), - (UniCase::ascii("summmarized"), &["summarized"]), - (UniCase::ascii("downsteramer"), &["downstreamer"]), - (UniCase::ascii("coalesence"), &["coalescence"]), - (UniCase::ascii("activitis"), &["activities"]), - (UniCase::ascii("manoeuverability"), &["maneuverability"]), - (UniCase::ascii("beseige"), &["besiege"]), - (UniCase::ascii("sepererate"), &["separate"]), - (UniCase::ascii("certifiates"), &["certificates"]), - (UniCase::ascii("dissaperd"), &["disappeared"]), - (UniCase::ascii("pubilsh"), &["publish"]), - (UniCase::ascii("re-negotates"), &["re-negotiates"]), - (UniCase::ascii("eptied"), &["emptied"]), - (UniCase::ascii("expermeneter"), &["experimenter"]), - (UniCase::ascii("ignorning"), &["ignoring"]), - (UniCase::ascii("immadiate"), &["immediate"]), - (UniCase::ascii("flusing"), &["flushing"]), - (UniCase::ascii("sempahores"), &["semaphores"]), - (UniCase::ascii("potentail"), &["potential"]), - (UniCase::ascii("orginial"), &["original"]), - (UniCase::ascii("initalised"), &["initialised"]), - (UniCase::ascii("speficitifers"), &["specifiers"]), - (UniCase::ascii("retreval"), &["retrieval"]), - (UniCase::ascii("prooerty"), &["property"]), - (UniCase::ascii("sirectionality"), &["directionality"]), - (UniCase::ascii("speficially"), &["specifically"]), - (UniCase::ascii("copytighted"), &["copyrighted"]), - (UniCase::ascii("peroidic"), &["periodic"]), - (UniCase::ascii("mecahnic"), &["mechanic"]), - ( - UniCase::ascii("cerifications"), - &["certifications", "verifications"], - ), - (UniCase::ascii("vavriables"), &["variables"]), - (UniCase::ascii("traingular"), &["triangular"]), - (UniCase::ascii("unsucessfually"), &["unsuccessfully"]), - (UniCase::ascii("sculpters"), &["sculptors", "sculptures"]), - (UniCase::ascii("orginal"), &["original"]), - (UniCase::ascii("defautling"), &["defaulting"]), - (UniCase::ascii("bouinding"), &["bounding"]), - (UniCase::ascii("spefifations"), &["specifications"]), - (UniCase::ascii("progarammatically"), &["programmatically"]), - (UniCase::ascii("transfoprmation"), &["transformation"]), - (UniCase::ascii("availabe"), &["available"]), - (UniCase::ascii("proffessor"), &["professor"]), - (UniCase::ascii("activty"), &["activity"]), - (UniCase::ascii("uptreamed"), &["upstreamed"]), - (UniCase::ascii("interracting"), &["interacting"]), - (UniCase::ascii("groouped"), &["grouped"]), - (UniCase::ascii("homogenoues"), &["homogeneous"]), - (UniCase::ascii("ouput"), &["output"]), - (UniCase::ascii("retreves"), &["retrieves"]), - (UniCase::ascii("qutie"), &["quite", "quiet"]), - (UniCase::ascii("execusions"), &["executions"]), - (UniCase::ascii("wan\'t"), &["want", "wasn\'t"]), - (UniCase::ascii("accompained"), &["accompanied"]), - (UniCase::ascii("diamons"), &["diamonds"]), - (UniCase::ascii("agregates"), &["aggregates"]), - (UniCase::ascii("unitilities"), &["utilities"]), - (UniCase::ascii("controllerd"), &["controlled"]), - ( - UniCase::ascii("interals"), - &["internals", "intervals", "integrals"], - ), - (UniCase::ascii("conplete"), &["complete"]), - (UniCase::ascii("absoluate"), &["absolute"]), - (UniCase::ascii("misile"), &["missile"]), - (UniCase::ascii("alighnment"), &["alignment"]), - (UniCase::ascii("brnach"), &["branch"]), - (UniCase::ascii("charecter"), &["character"]), - (UniCase::ascii("custonized"), &["customized"]), - (UniCase::ascii("primive"), &["primitive"]), - (UniCase::ascii("alignement"), &["alignment"]), - (UniCase::ascii("dowloads"), &["downloads"]), - (UniCase::ascii("myselve"), &["myself"]), - (UniCase::ascii("diretive"), &["directive"]), - (UniCase::ascii("renegoptionsotiate"), &["renegotiate"]), - (UniCase::ascii("eneables"), &["enables"]), - (UniCase::ascii("pasred"), &["parsed"]), - (UniCase::ascii("adaquately"), &["adequately"]), - (UniCase::ascii("garbarge"), &["garbage"]), - (UniCase::ascii("luminose"), &["luminous"]), - (UniCase::ascii("difficault"), &["difficult"]), - (UniCase::ascii("kuberntes"), &["Kubernetes"]), - (UniCase::ascii("abilityes"), &["abilities"]), - (UniCase::ascii("drasticaly"), &["drastically"]), - (UniCase::ascii("enhencement"), &["enhancement"]), - (UniCase::ascii("acumulation"), &["accumulation"]), - (UniCase::ascii("scriopts"), &["scripts"]), - (UniCase::ascii("mandetory"), &["mandatory"]), - (UniCase::ascii("analitic"), &["analytic"]), - (UniCase::ascii("paranoya"), &["paranoia"]), - (UniCase::ascii("distingusih"), &["distinguish"]), - (UniCase::ascii("menues"), &["menus"]), - (UniCase::ascii("annotaions"), &["annotations"]), - (UniCase::ascii("dosent\'"), &["doesn\'t"]), - (UniCase::ascii("emmiting"), &["emitting"]), - (UniCase::ascii("simultaniously"), &["simultaneously"]), - (UniCase::ascii("subscibe"), &["subscribe"]), - (UniCase::ascii("browswe"), &["browse"]), - (UniCase::ascii("intepreters"), &["interpreters"]), - (UniCase::ascii("sepearation"), &["separation"]), - (UniCase::ascii("recomends"), &["recommends"]), - (UniCase::ascii("sewrvice"), &["service"]), - (UniCase::ascii("ende"), &["end"]), - (UniCase::ascii("expermenetel"), &["experimental"]), - (UniCase::ascii("coducting"), &["conducting"]), - (UniCase::ascii("limitied"), &["limited"]), - (UniCase::ascii("progaramming"), &["programming"]), - (UniCase::ascii("poket"), &["pocket"]), - (UniCase::ascii("crsytals"), &["crystals"]), - (UniCase::ascii("demenor"), &["demeanor"]), - (UniCase::ascii("faeture"), &["feature"]), - (UniCase::ascii("individial"), &["individual"]), - (UniCase::ascii("enocders"), &["encoders"]), - (UniCase::ascii("desctiption"), &["description"]), - (UniCase::ascii("excisted"), &["existed"]), - (UniCase::ascii("vulberabilitis"), &["vulnerabilities"]), - (UniCase::ascii("extrem"), &["extremum", "extreme"]), - (UniCase::ascii("twpo"), &["two"]), - (UniCase::ascii("mis-match"), &["mismatch"]), - (UniCase::ascii("lotation"), &["rotation", "flotation"]), - (UniCase::ascii("acknoledgment"), &["acknowledgment"]), - (UniCase::ascii("repetive"), &["repetitive"]), - (UniCase::ascii("initailsiation"), &["initialisation"]), - (UniCase::ascii("volatges"), &["voltages"]), - (UniCase::ascii("dissallowing"), &["disallowing"]), - (UniCase::ascii("decremenetd"), &["decremented"]), - (UniCase::ascii("premillenial"), &["premillennial"]), - (UniCase::ascii("exchangable"), &["exchangeable"]), - (UniCase::ascii("cocument"), &["document"]), - (UniCase::ascii("averloads"), &["overloads"]), - (UniCase::ascii("calcutated"), &["calculated"]), - (UniCase::ascii("perfoemers"), &["performers"]), - (UniCase::ascii("externaly"), &["externally"]), - (UniCase::ascii("programed"), &["programmed"]), - (UniCase::ascii("experimantally"), &["experimentally"]), - (UniCase::ascii("unacceptible"), &["unacceptable"]), - (UniCase::ascii("meterology"), &["meteorology"]), - (UniCase::ascii("excempts"), &["exempts"]), - (UniCase::ascii("upstread"), &["upstream"]), - (UniCase::ascii("transolation"), &["translation"]), - (UniCase::ascii("provisonal"), &["provisional"]), - (UniCase::ascii("insenstively"), &["insensitively"]), - (UniCase::ascii("overwritting"), &["overwriting"]), - (UniCase::ascii("negotiotate"), &["negotiate"]), - (UniCase::ascii("triology"), &["trilogy"]), - (UniCase::ascii("hovever"), &["however"]), - (UniCase::ascii("avdisories"), &["advisories"]), - (UniCase::ascii("weigthed"), &["weighted"]), - (UniCase::ascii("folllowiong"), &["following"]), - (UniCase::ascii("deregistartion"), &["deregistration"]), - (UniCase::ascii("consumated"), &["consummated"]), - (UniCase::ascii("wendsay"), &["Wednesday"]), - (UniCase::ascii("forr"), &["for"]), - (UniCase::ascii("keywprd"), &["keyword"]), - (UniCase::ascii("recommneded"), &["recommended"]), - (UniCase::ascii("firmare"), &["firmware"]), - (UniCase::ascii("sacrifical"), &["sacrificial"]), - (UniCase::ascii("transmiter"), &["transmitter"]), - (UniCase::ascii("dicsriminated"), &["discriminated"]), - (UniCase::ascii("asendency"), &["ascendancy"]), - (UniCase::ascii("coorinate"), &["coordinate"]), - (UniCase::ascii("tarvis"), &["Travis"]), - (UniCase::ascii("unimplimented"), &["unimplemented"]), - (UniCase::ascii("ovverriding"), &["overriding"]), - (UniCase::ascii("nonbloking"), &["non-blocking"]), - (UniCase::ascii("reuplaoders"), &["reuploaders"]), - (UniCase::ascii("statment"), &["statement"]), - (UniCase::ascii("compatators"), &["comparators"]), - (UniCase::ascii("dynmically"), &["dynamically"]), - (UniCase::ascii("posiblity"), &["possibility"]), - (UniCase::ascii("phtread"), &["pthread"]), - (UniCase::ascii("characeter"), &["character"]), - (UniCase::ascii("neighborhodd"), &["neighborhood"]), - (UniCase::ascii("multply"), &["multiply"]), - (UniCase::ascii("temproily"), &["temporarily", "temporally"]), - (UniCase::ascii("chilren"), &["children"]), - ( - UniCase::ascii("re-spawining"), - &["re-spawning", "respawning"], - ), - (UniCase::ascii("archaelogical"), &["archaeological"]), - (UniCase::ascii("improovment"), &["improvement"]), - (UniCase::ascii("influeced"), &["influenced"]), - (UniCase::ascii("scourced"), &["sourced", "scoured"]), - (UniCase::ascii("guarenteeded"), &["guaranteed"]), - (UniCase::ascii("auto-negotionation"), &["auto-negotiation"]), - (UniCase::ascii("reprensentation"), &["representation"]), - (UniCase::ascii("getimezone"), &["gettimezone"]), - (UniCase::ascii("spesified"), &["specified"]), - (UniCase::ascii("provinicial"), &["provincial"]), - (UniCase::ascii("ignorming"), &["ignoring"]), - (UniCase::ascii("modifiyng"), &["modifying"]), - (UniCase::ascii("differnet"), &["different"]), - (UniCase::ascii("defaulit"), &["default"]), - (UniCase::ascii("confort"), &["comfort"]), - (UniCase::ascii("doube-quoted"), &["double-quoted"]), - (UniCase::ascii("torwards"), &["towards"]), - (UniCase::ascii("techiques"), &["techniques"]), - (UniCase::ascii("buittons"), &["buttons"]), - (UniCase::ascii("tabluate"), &["tabulate"]), - (UniCase::ascii("reelease"), &["release"]), - (UniCase::ascii("postcondtion"), &["postcondition"]), - (UniCase::ascii("acccept"), &["accept"]), - (UniCase::ascii("aheared"), &["adhered"]), - (UniCase::ascii("sencondary"), &["secondary"]), - (UniCase::ascii("refected"), &["reflected"]), - (UniCase::ascii("experimetental"), &["experimental"]), - (UniCase::ascii("implmentations"), &["implementations"]), - (UniCase::ascii("perade"), &["parade"]), - (UniCase::ascii("chipertexts"), &["ciphertexts"]), - (UniCase::ascii("appers"), &["appears"]), - (UniCase::ascii("tittling"), &["titling"]), - (UniCase::ascii("custoizing"), &["customizing"]), - (UniCase::ascii("blaimed"), &["blamed"]), - (UniCase::ascii("repostiory"), &["repository"]), - (UniCase::ascii("incompataility"), &["incompatibility"]), - (UniCase::ascii("volenteers"), &["volunteers"]), - (UniCase::ascii("paramemters"), &["parameters"]), - (UniCase::ascii("desaster"), &["disaster"]), - (UniCase::ascii("subconchus"), &["subconscious"]), - (UniCase::ascii("allocarion"), &["allocation"]), - (UniCase::ascii("sychronizer"), &["synchronizer"]), - (UniCase::ascii("sigleton"), &["singleton"]), - (UniCase::ascii("eliptic"), &["elliptic"]), - (UniCase::ascii("proprogation"), &["propagation"]), - (UniCase::ascii("intinite"), &["infinite"]), - (UniCase::ascii("experimnets"), &["experiments"]), - (UniCase::ascii("statustics"), &["statistics"]), - (UniCase::ascii("hypenated"), &["hyphenated"]), - (UniCase::ascii("unoticeable"), &["unnoticeable"]), - (UniCase::ascii("stuct"), &["struct"]), - (UniCase::ascii("uncorelated"), &["uncorrelated"]), - (UniCase::ascii("relevence"), &["relevance"]), - (UniCase::ascii("folowwed"), &["followed"]), - (UniCase::ascii("emmitting"), &["emitting"]), - (UniCase::ascii("sepearted"), &["separated"]), - (UniCase::ascii("contian"), &["contain"]), - (UniCase::ascii("variabele"), &["variable"]), - (UniCase::ascii("processess"), &["processes"]), - (UniCase::ascii("comisions"), &["commissions"]), - (UniCase::ascii("signitory"), &["signatory"]), - (UniCase::ascii("erraneously"), &["erroneously"]), - (UniCase::ascii("modfiication"), &["modification"]), - (UniCase::ascii("ligth"), &["light"]), - (UniCase::ascii("practicioner"), &["practitioner"]), - (UniCase::ascii("consisten"), &["consistent"]), - (UniCase::ascii("poer"), &["power"]), - (UniCase::ascii("statusses"), &["statuses"]), - (UniCase::ascii("streamm"), &["stream"]), - (UniCase::ascii("edn"), &["end"]), - (UniCase::ascii("descendands"), &["descendants"]), - (UniCase::ascii("re-negoatiator"), &["re-negotiator"]), - (UniCase::ascii("caterpilar"), &["caterpillar"]), - (UniCase::ascii("inpacts"), &["impacts"]), - (UniCase::ascii("happne"), &["happen"]), - (UniCase::ascii("consonents"), &["consonants"]), - (UniCase::ascii("mantanine"), &["maintain"]), - (UniCase::ascii("certiticate"), &["certificate"]), - (UniCase::ascii("surgest"), &["suggest"]), - (UniCase::ascii("constucting"), &["constructing"]), - (UniCase::ascii("pullrequests"), &["pull requests"]), - (UniCase::ascii("comand-line"), &["command-line"]), - (UniCase::ascii("inlcuding"), &["including"]), - (UniCase::ascii("algortithms"), &["algorithms"]), - (UniCase::ascii("conectivity"), &["connectivity"]), - (UniCase::ascii("airlfow"), &["airflow"]), - (UniCase::ascii("subnegociation"), &["subnegotiation"]), - (UniCase::ascii("funchtioning"), &["functioning"]), - (UniCase::ascii("thether"), &["tether", "whether"]), - (UniCase::ascii("difines"), &["defines", "divines"]), - (UniCase::ascii("thnak"), &["thank"]), - (UniCase::ascii("reounded"), &["rounded"]), - (UniCase::ascii("backsapce"), &["backspace"]), - (UniCase::ascii("sporatic"), &["sporadic"]), - (UniCase::ascii("dissasemblies"), &["disassemblies"]), - (UniCase::ascii("proyection"), &["projection", "protection"]), - (UniCase::ascii("speficiying"), &["specifying"]), - (UniCase::ascii("debuger"), &["debugger"]), - ( - UniCase::ascii("reverse-engeneering"), - &["reverse-engineering"], - ), - (UniCase::ascii("allocaing"), &["allocating"]), - (UniCase::ascii("expexcts"), &["expects"]), - (UniCase::ascii("renegoatiable"), &["renegotiable"]), - (UniCase::ascii("specufy"), &["specify"]), - (UniCase::ascii("therstat"), &["thermostat"]), - (UniCase::ascii("Carnigie-Mellon"), &["Carnegie-Mellon"]), - (UniCase::ascii("viwer"), &["viewer"]), - (UniCase::ascii("coducted"), &["conducted"]), - (UniCase::ascii("transprots"), &["transports"]), - (UniCase::ascii("metion"), &["mention"]), - (UniCase::ascii("reduntancy"), &["redundancy"]), - (UniCase::ascii("famlilies"), &["families"]), - (UniCase::ascii("liftime"), &["lifetime"]), - (UniCase::ascii("vill"), &["will"]), - (UniCase::ascii("hiena"), &["hyena"]), - (UniCase::ascii("expement"), &["experiment"]), - (UniCase::ascii("matcing"), &["matching"]), - (UniCase::ascii("palces"), &["places", "pales"]), - (UniCase::ascii("tenacles"), &["tentacles"]), - (UniCase::ascii("diffult"), &["difficult"]), - (UniCase::ascii("expeses"), &["expenses"]), - (UniCase::ascii("arraows"), &["arrows"]), - (UniCase::ascii("succees"), &["success"]), - (UniCase::ascii("corrolation"), &["correlation"]), - (UniCase::ascii("agregate"), &["aggregate"]), - (UniCase::ascii("cooridnated"), &["coordinated"]), - (UniCase::ascii("alignmments"), &["alignments"]), - (UniCase::ascii("adjustmant"), &["adjustment"]), - (UniCase::ascii("privisional"), &["provisional"]), - (UniCase::ascii("disscovered"), &["discovered"]), - (UniCase::ascii("renegotitators"), &["renegotiators"]), - (UniCase::ascii("arbort"), &["abort"]), - (UniCase::ascii("asbolutelly"), &["absolutely"]), - (UniCase::ascii("beligum"), &["belgium"]), - (UniCase::ascii("authetnicating"), &["authenticating"]), - (UniCase::ascii("serverites"), &["severities"]), - (UniCase::ascii("approprpiate"), &["appropriate"]), - (UniCase::ascii("crosssite"), &["cross-site"]), - (UniCase::ascii("ojection"), &["objection"]), - (UniCase::ascii("algotithmic"), &["algorithmic"]), - (UniCase::ascii("regsiters"), &["registers"]), - (UniCase::ascii("bouns"), &["bounds"]), - (UniCase::ascii("formelly"), &["formerly"]), - (UniCase::ascii("mathimatically"), &["mathematically"]), - (UniCase::ascii("discrepicies"), &["discrepancies"]), - (UniCase::ascii("spefeirs"), &["specifiers"]), - (UniCase::ascii("reasearchers"), &["researchers"]), - (UniCase::ascii("interploation"), &["interpolation"]), - (UniCase::ascii("organsiations"), &["organisations"]), - (UniCase::ascii("adjacentsy"), &["adjacency"]), - (UniCase::ascii("satisifies"), &["satisfies"]), - (UniCase::ascii("modifactions"), &["modifications"]), - (UniCase::ascii("descriptiom"), &["description"]), - (UniCase::ascii("experimetnel"), &["experimental"]), - (UniCase::ascii("interpolaed"), &["interpolated"]), - (UniCase::ascii("loosy"), &["lossy", "lousy"]), - (UniCase::ascii("prehaps"), &["perhaps"]), - (UniCase::ascii("convigure"), &["configure"]), - (UniCase::ascii("platfoem"), &["platform"]), - (UniCase::ascii("duplacated"), &["duplicated"]), - (UniCase::ascii("respoduce"), &["reproduce"]), - (UniCase::ascii("adaptes"), &["adapters"]), - (UniCase::ascii("glyping"), &["glyphing"]), - (UniCase::ascii("recconetion"), &["reconnection"]), - (UniCase::ascii("momento"), &["memento"]), - (UniCase::ascii("exampels"), &["examples"]), - (UniCase::ascii("comlain"), &["complain"]), - (UniCase::ascii("defualts"), &["defaults"]), - (UniCase::ascii("funtions"), &["functions"]), - (UniCase::ascii("fufilled"), &["fulfilled"]), - (UniCase::ascii("highligts"), &["highlights"]), - (UniCase::ascii("enountering"), &["encountering"]), - (UniCase::ascii("coordiniate"), &["coordinate"]), - (UniCase::ascii("resetable"), &["resettable"]), - (UniCase::ascii("2st"), &["2nd"]), - (UniCase::ascii("negotiotions"), &["negotiations"]), - (UniCase::ascii("manaul"), &["manual"]), - (UniCase::ascii("vulberabule"), &["vulnerable"]), - (UniCase::ascii("entitees"), &["entities"]), - (UniCase::ascii("recconencting"), &["reconnecting"]), - (UniCase::ascii("neighbhorhood"), &["neighborhood"]), - (UniCase::ascii("assemblys"), &["assemblies"]), - (UniCase::ascii("experimmentel"), &["experimental"]), - (UniCase::ascii("frequncy"), &["frequency"]), - (UniCase::ascii("someting"), &["something"]), - (UniCase::ascii("noramalize"), &["normalize"]), - (UniCase::ascii("conatins"), &["contains"]), - (UniCase::ascii("sheme"), &["scheme", "shame"]), - (UniCase::ascii("eearly"), &["early"]), - (UniCase::ascii("confuzes"), &["confuses"]), - (UniCase::ascii("visitng"), &["visiting"]), - (UniCase::ascii("coneects"), &["connects"]), - (UniCase::ascii("spectaulars"), &["spectaculars"]), - (UniCase::ascii("auxiluary"), &["auxiliary"]), - (UniCase::ascii("buffors"), &["buffers"]), - (UniCase::ascii("bufefr"), &["buffer"]), - (UniCase::ascii("structrual"), &["structural"]), - (UniCase::ascii("limitiers"), &["limiters"]), - (UniCase::ascii("consruction"), &["construction"]), - (UniCase::ascii("onces"), &["ounces", "once", "ones"]), - (UniCase::ascii("secion"), &["section"]), - (UniCase::ascii("expereinced"), &["experienced"]), - (UniCase::ascii("collecton"), &["collection"]), - (UniCase::ascii("buitin"), &["builtin"]), - (UniCase::ascii("incompatabiity"), &["incompatibility"]), - (UniCase::ascii("databaases"), &["databases"]), - (UniCase::ascii("ceated"), &["created"]), - (UniCase::ascii("precending"), &["preceding"]), - (UniCase::ascii("compresser"), &["compressor"]), - (UniCase::ascii("surfce"), &["surface"]), - (UniCase::ascii("eqivalents"), &["equivalents"]), - (UniCase::ascii("foramt"), &["format"]), - (UniCase::ascii("seqeuental"), &["sequential"]), - (UniCase::ascii("acciednetally"), &["accidentally"]), - (UniCase::ascii("duplacation"), &["duplication"]), - (UniCase::ascii("expercting"), &["expecting"]), - (UniCase::ascii("compatibilty"), &["compatibility"]), - (UniCase::ascii("re-negotionating"), &["re-negotiating"]), - (UniCase::ascii("frist"), &["first"]), - (UniCase::ascii("coverred"), &["covered"]), - ( - UniCase::ascii("initialysed"), - &["initialised", "initialized"], - ), - (UniCase::ascii("abtractions"), &["abstractions"]), - (UniCase::ascii("strucutre"), &["structure"]), - (UniCase::ascii("functionss"), &["functions"]), - (UniCase::ascii("responsers"), &["responders"]), - (UniCase::ascii("negotaiate"), &["negotiate"]), - (UniCase::ascii("sotring"), &["storing", "sorting"]), - (UniCase::ascii("wice"), &["vice"]), - (UniCase::ascii("gatway"), &["gateway"]), - (UniCase::ascii("openend"), &["opened"]), - (UniCase::ascii("transciever"), &["transceiver"]), - (UniCase::ascii("bondary"), &["boundary"]), - (UniCase::ascii("coallesce"), &["coalesce"]), - (UniCase::ascii("contributer"), &["contributor"]), - (UniCase::ascii("dislaying"), &["displaying"]), - (UniCase::ascii("subcommannd"), &["subcommand"]), - (UniCase::ascii("cumlative"), &["cumulative"]), - (UniCase::ascii("surreptious"), &["surreptitious"]), - (UniCase::ascii("unkonwn"), &["unknown"]), - (UniCase::ascii("sistematy"), &["systematy"]), - (UniCase::ascii("detremining"), &["determining"]), - (UniCase::ascii("ptorions"), &["portions"]), - (UniCase::ascii("ubiquitious"), &["ubiquitous"]), - (UniCase::ascii("forlder"), &["folder"]), - ( - UniCase::ascii("rebuilts"), - &["rebuilds", "rebuilt", "rebuild"], - ), - (UniCase::ascii("recalcuated"), &["recalculated"]), - (UniCase::ascii("approuved"), &["approved"]), - (UniCase::ascii("disscussion"), &["discussion"]), - (UniCase::ascii("displys"), &["displays"]), - (UniCase::ascii("shortcomming"), &["shortcoming"]), - (UniCase::ascii("channle"), &["channel"]), - (UniCase::ascii("througg"), &["through"]), - (UniCase::ascii("happing"), &["happening", "happen"]), - (UniCase::ascii("unathenticated"), &["unauthenticated"]), - (UniCase::ascii("requierd"), &["required"]), - (UniCase::ascii("diselect"), &["deselect"]), - (UniCase::ascii("shicane"), &["chicane"]), - (UniCase::ascii("unplesant"), &["unpleasant"]), - (UniCase::ascii("tempraay"), &["temporary"]), - (UniCase::ascii("arbiatray"), &["arbitrary"]), - (UniCase::ascii("faiways"), &["fairways"]), - (UniCase::ascii("neighborhhood"), &["neighborhood"]), - (UniCase::ascii("interbread"), &["interbreed", "interbred"]), - (UniCase::ascii("referal"), &["referral"]), - (UniCase::ascii("thigns"), &["things"]), - (UniCase::ascii("spefififed"), &["specified"]), - (UniCase::ascii("settters"), &["setters"]), - (UniCase::ascii("sintac"), &["syntax"]), - (UniCase::ascii("singools"), &["singles", "signals"]), - (UniCase::ascii("tkae"), &["take"]), - (UniCase::ascii("abiguity"), &["ambiguity"]), - (UniCase::ascii("usefull"), &["useful"]), - (UniCase::ascii("bimillenium"), &["bimillennium"]), - (UniCase::ascii("evauluates"), &["evaluates"]), - (UniCase::ascii("procoess"), &["process"]), - (UniCase::ascii("doed"), &["does"]), - (UniCase::ascii("refereces"), &["references"]), - (UniCase::ascii("experiantial"), &["experiential"]), - (UniCase::ascii("invlid"), &["invalid"]), - (UniCase::ascii("provie"), &["provide", "prove"]), - (UniCase::ascii("apporpiate"), &["appropriate"]), - (UniCase::ascii("unsuccesful"), &["unsuccessful"]), - (UniCase::ascii("remainging"), &["remaining"]), - (UniCase::ascii("crossreference"), &["cross-reference"]), - (UniCase::ascii("connectet"), &["connected"]), - (UniCase::ascii("arrangted"), &["arranged"]), - (UniCase::ascii("posioned"), &["positioned", "poisoned"]), - (UniCase::ascii("degenracy"), &["degeneracy"]), - (UniCase::ascii("manoeuvering"), &["maneuvering"]), - (UniCase::ascii("sematically"), &["semantically"]), - (UniCase::ascii("noralized"), &["normalized"]), - (UniCase::ascii("mamagement"), &["management"]), - (UniCase::ascii("appications"), &["applications"]), - (UniCase::ascii("mantainable"), &["maintainable"]), - (UniCase::ascii("execuites"), &["executes"]), - (UniCase::ascii("intersectons"), &["intersections"]), - (UniCase::ascii("aisian"), &["Asian"]), - (UniCase::ascii("coducter"), &["conductor"]), - (UniCase::ascii("embbeded"), &["embedded"]), - (UniCase::ascii("tutoriels"), &["tutorials"]), - (UniCase::ascii("cyphersuite"), &["ciphersuite"]), - (UniCase::ascii("breakthough"), &["breakthrough"]), - (UniCase::ascii("surrouding"), &["surrounding"]), - (UniCase::ascii("recalcution"), &["recalculation"]), - (UniCase::ascii("placmenets"), &["placements"]), - (UniCase::ascii("bresh"), &["brush", "fresh"]), - (UniCase::ascii("ather"), &["other"]), - (UniCase::ascii("algorthnic"), &["algorithmic"]), - (UniCase::ascii("jouney"), &["journey"]), - (UniCase::ascii("celsuis"), &["celsius"]), - (UniCase::ascii("ressult"), &["result"]), - (UniCase::ascii("depdenence"), &["dependence"]), - (UniCase::ascii("librabary"), &["library"]), - (UniCase::ascii("slowy"), &["slowly"]), - (UniCase::ascii("functionaly"), &["functionally"]), - (UniCase::ascii("finacial"), &["financial"]), - (UniCase::ascii("ouside"), &["outside"]), - (UniCase::ascii("correponds"), &["corresponds"]), - (UniCase::ascii("doublely"), &["doubly"]), - (UniCase::ascii("normalyze"), &["normalize"]), - (UniCase::ascii("algotrithms"), &["algorithms"]), - (UniCase::ascii("depdenency"), &["dependency"]), - (UniCase::ascii("mateirals"), &["materials"]), - (UniCase::ascii("bechmarked"), &["benchmarked"]), - (UniCase::ascii("insterrupts"), &["interrupts"]), - (UniCase::ascii("funktion"), &["function"]), - (UniCase::ascii("rememver"), &["remember"]), - (UniCase::ascii("poentially"), &["potentially"]), - (UniCase::ascii("frecuency"), &["frequency"]), - (UniCase::ascii("commputer"), &["computer"]), - (UniCase::ascii("probbly"), &["probably"]), - (UniCase::ascii("prmitive"), &["primitive"]), - (UniCase::ascii("visuabization"), &["visualization"]), - (UniCase::ascii("bouds"), &["bounds"]), - (UniCase::ascii("mesurment"), &["measurement"]), - (UniCase::ascii("crashess"), &["crashes"]), - (UniCase::ascii("ambiguious"), &["ambiguous"]), - (UniCase::ascii("spefixically"), &["specifically"]), - (UniCase::ascii("authenitcate"), &["authenticate"]), - (UniCase::ascii("facilititate"), &["facilitate"]), - (UniCase::ascii("autenticate"), &["authenticate"]), - (UniCase::ascii("proocessing"), &["processing"]), - (UniCase::ascii("streches"), &["stretches"]), - (UniCase::ascii("incldue"), &["include"]), - (UniCase::ascii("optioanl"), &["optional"]), - (UniCase::ascii("Eurpoean"), &["European"]), - (UniCase::ascii("no-overide"), &["no-override"]), - (UniCase::ascii("retoric"), &["rhetoric"]), - (UniCase::ascii("provdies"), &["provides"]), - (UniCase::ascii("transcendance"), &["transcendence"]), - (UniCase::ascii("transferrd"), &["transferred"]), - (UniCase::ascii("yeld"), &["yield"]), - (UniCase::ascii("inplicit"), &["implicit"]), - (UniCase::ascii("individaully"), &["individually"]), - (UniCase::ascii("apparoches"), &["approaches"]), - (UniCase::ascii("discourraged"), &["discouraged"]), - (UniCase::ascii("aovid"), &["avoid"]), - (UniCase::ascii("comparissons"), &["comparisons"]), - (UniCase::ascii("ehanced"), &["enhanced"]), - (UniCase::ascii("origion"), &["origin"]), - (UniCase::ascii("possibilites"), &["possibilities"]), - (UniCase::ascii("mormalises"), &["normalises"]), - (UniCase::ascii("raison"), &["reason", "raisin"]), - (UniCase::ascii("bufferent"), &["buffered"]), - (UniCase::ascii("renegoticator"), &["renegotiator"]), - (UniCase::ascii("adminstrator"), &["administrator"]), - (UniCase::ascii("funcitoned"), &["functioned"]), - (UniCase::ascii("somewho"), &["somehow"]), - (UniCase::ascii("vulnerabuilitie"), &["vulnerability"]), - (UniCase::ascii("thurrow"), &["thorough"]), - (UniCase::ascii("withourt"), &["without"]), - (UniCase::ascii("droppend"), &["dropped"]), - (UniCase::ascii("speficics"), &["specifics"]), - (UniCase::ascii("guaruanteed"), &["guaranteed"]), - (UniCase::ascii("optimasation"), &["optimization"]), - (UniCase::ascii("authethicators"), &["authenticators"]), - (UniCase::ascii("archetects"), &["architects"]), - (UniCase::ascii("comitted"), &["committed"]), - (UniCase::ascii("acquiesence"), &["acquiescence"]), - (UniCase::ascii("intialises"), &["initialises"]), - (UniCase::ascii("dammage"), &["damage"]), - (UniCase::ascii("dropabel"), &["droppable"]), - (UniCase::ascii("varialbles"), &["variables"]), - (UniCase::ascii("comitte"), &["committed", "committee"]), - (UniCase::ascii("developpment"), &["development"]), - (UniCase::ascii("asthetically"), &["aesthetically"]), - (UniCase::ascii("specturm"), &["spectrum"]), - (UniCase::ascii("moounting"), &["mounting"]), - (UniCase::ascii("folwoiong"), &["following"]), - (UniCase::ascii("high-affort"), &["high-effort"]), - (UniCase::ascii("compatbile"), &["compatible"]), - (UniCase::ascii("re-negoptionsotiation"), &["re-negotiation"]), - (UniCase::ascii("charactersistic"), &["characteristic"]), - (UniCase::ascii("divertion"), &["diversion"]), - (UniCase::ascii("coneection"), &["connection"]), - (UniCase::ascii("straigh-forward"), &["straightforward"]), - (UniCase::ascii("opearors"), &["operators"]), - (UniCase::ascii("ontains"), &["contains"]), - (UniCase::ascii("transprting"), &["transporting"]), - (UniCase::ascii("vulberabuility"), &["vulnerability"]), - (UniCase::ascii("hygine"), &["hygiene"]), - (UniCase::ascii("distater"), &["disaster"]), - (UniCase::ascii("initals"), &["initials"]), - (UniCase::ascii("orginials"), &["originals"]), - (UniCase::ascii("publush"), &["publish"]), - (UniCase::ascii("colum"), &["column"]), - (UniCase::ascii("berween"), &["between"]), - (UniCase::ascii("transaltors"), &["translators"]), - (UniCase::ascii("messave"), &["message"]), - (UniCase::ascii("consequentually"), &["consequently"]), - (UniCase::ascii("chossen"), &["chosen"]), - (UniCase::ascii("prooduced"), &["produced"]), - (UniCase::ascii("usefult"), &["useful"]), - (UniCase::ascii("iland"), &["island"]), - (UniCase::ascii("unequalities"), &["inequalities"]), - (UniCase::ascii("locaite"), &["locate"]), - (UniCase::ascii("existend"), &["existed"]), - (UniCase::ascii("assumbe"), &["assume"]), - (UniCase::ascii("delimitiing"), &["delimiting"]), - (UniCase::ascii("conveyer"), &["conveyor"]), - (UniCase::ascii("dominiant"), &["dominant"]), - (UniCase::ascii("szied"), &["sized"]), - (UniCase::ascii("complelely"), &["completely"]), - (UniCase::ascii("functin"), &["function"]), - (UniCase::ascii("uploder"), &["uploader"]), - (UniCase::ascii("opportunistly"), &["opportunistically"]), - (UniCase::ascii("scholarhip"), &["scholarship"]), - (UniCase::ascii("delerious"), &["delirious"]), - (UniCase::ascii("dupplicate"), &["duplicate"]), - (UniCase::ascii("cylnder"), &["cylinder"]), - (UniCase::ascii("cllouds"), &["clouds"]), - (UniCase::ascii("ammount"), &["amount"]), - (UniCase::ascii("sugests"), &["suggests"]), - (UniCase::ascii("unspeficitifed"), &["unspecified"]), - (UniCase::ascii("etroneous"), &["erroneous"]), - (UniCase::ascii("decendent"), &["descendent", "descendant"]), - (UniCase::ascii("alsmost"), &["almost"]), - (UniCase::ascii("airial"), &["aerial", "arial"]), - (UniCase::ascii("chaper"), &["chapter"]), - (UniCase::ascii("speficifeirs"), &["specifiers"]), - (UniCase::ascii("sekect"), &["select"]), - (UniCase::ascii("deamonisation"), &["daemonisation"]), - (UniCase::ascii("concered"), &["concerned"]), - (UniCase::ascii("rouding"), &["rounding"]), - (UniCase::ascii("otherwrite"), &["overwrite"]), - (UniCase::ascii("leapyears"), &["leap years"]), - (UniCase::ascii("influencin"), &["influencing"]), - (UniCase::ascii("reqeusting"), &["requesting"]), - (UniCase::ascii("offic"), &["office"]), - (UniCase::ascii("cntain"), &["contain"]), - (UniCase::ascii("re-negoziable"), &["re-negotiable"]), - (UniCase::ascii("entquire"), &["enquire", "inquire"]), - (UniCase::ascii("precende"), &["precedence"]), - (UniCase::ascii("backgroung"), &["background"]), - (UniCase::ascii("accodring"), &["according"]), - (UniCase::ascii("reciept"), &["receipt"]), - (UniCase::ascii("encripted"), &["encrypted"]), - (UniCase::ascii("attented"), &["attended"]), - (UniCase::ascii("deduplaicated"), &["deduplicated"]), - ( - UniCase::ascii("couters"), - &["counters", "routers", "scouters"], - ), - (UniCase::ascii("negoatiates"), &["negotiates"]), - (UniCase::ascii("cachse"), &["cache", "caches"]), - (UniCase::ascii("constructted"), &["constructed"]), - (UniCase::ascii("netwrok"), &["network"]), - (UniCase::ascii("acheives"), &["achieves"]), - (UniCase::ascii("authrorization"), &["authorization"]), - (UniCase::ascii("invokves"), &["invokes"]), - (UniCase::ascii("availaility"), &["availability"]), - (UniCase::ascii("re-negosiable"), &["re-negotiable"]), - (UniCase::ascii("deleteion"), &["deletion"]), - (UniCase::ascii("experimations"), &["experimentations"]), - (UniCase::ascii("inconsisntency"), &["inconsistency"]), - (UniCase::ascii("unregognised"), &["unrecognised"]), - (UniCase::ascii("indepdent"), &["independent"]), - (UniCase::ascii("re-upladers"), &["re-uploaders"]), - (UniCase::ascii("impementor"), &["implementer"]), - (UniCase::ascii("placeemnts"), &["placements"]), - (UniCase::ascii("custoise"), &["customise"]), - (UniCase::ascii("sattellites"), &["satellites"]), - (UniCase::ascii("expicitly"), &["explicitly"]), - (UniCase::ascii("unconvential"), &["unconventional"]), - (UniCase::ascii("subsequnt"), &["subsequent"]), - (UniCase::ascii("tiggering"), &["triggering"]), - (UniCase::ascii("confuzed"), &["confused"]), - (UniCase::ascii("expetecting"), &["expecting"]), - (UniCase::ascii("descriont"), &["description"]), - (UniCase::ascii("sircular"), &["circular"]), - (UniCase::ascii("abstrction"), &["abstraction"]), - (UniCase::ascii("declard"), &["declared"]), - (UniCase::ascii("preparetions"), &["preparations"]), - (UniCase::ascii("addresing"), &["addressing"]), - (UniCase::ascii("abandonning"), &["abandoning"]), - (UniCase::ascii("rescourced"), &["resourced"]), - (UniCase::ascii("rebuils"), &["rebuilds"]), - (UniCase::ascii("tobbaco"), &["tobacco"]), - (UniCase::ascii("assymetric"), &["asymmetric"]), - (UniCase::ascii("fwe"), &["few"]), - (UniCase::ascii("pubished"), &["published"]), - (UniCase::ascii("superfluious"), &["superfluous"]), - (UniCase::ascii("transperency"), &["transparency"]), - (UniCase::ascii("habbit"), &["habit"]), - (UniCase::ascii("disscuses"), &["discusses"]), - (UniCase::ascii("termplates"), &["templates"]), - (UniCase::ascii("genrator"), &["generator"]), - (UniCase::ascii("experimenation"), &["experimentation"]), - (UniCase::ascii("requestd"), &["requested"]), - (UniCase::ascii("agianst"), &["against"]), - ( - UniCase::ascii("placemets"), - &["placements", "placemats", "place mats"], - ), - (UniCase::ascii("sepeartors"), &["separators"]), - (UniCase::ascii("entitys"), &["entities"]), - (UniCase::ascii("meanin"), &["meaning"]), - (UniCase::ascii("ovverrides"), &["overrides"]), - (UniCase::ascii("speficillications"), &["specifications"]), - (UniCase::ascii("stong"), &["strong"]), - (UniCase::ascii("singool"), &["single", "signal"]), - (UniCase::ascii("opeatrors"), &["operators"]), - (UniCase::ascii("expeenses"), &["expenses"]), - (UniCase::ascii("cursos"), &["cursors", "cursor"]), - (UniCase::ascii("authencticate"), &["authenticate"]), - (UniCase::ascii("proovread"), &["proofread"]), - (UniCase::ascii("mutches"), &["matches"]), - (UniCase::ascii("algorightm"), &["algorithm"]), - (UniCase::ascii("archtypes"), &["archetypes"]), - (UniCase::ascii("cleff"), &["clef"]), - (UniCase::ascii("assistence"), &["assistance"]), - (UniCase::ascii("histry"), &["history"]), - (UniCase::ascii("attachements"), &["attachments"]), - (UniCase::ascii("spsace"), &["space"]), - (UniCase::ascii("penisula"), &["peninsula"]), - (UniCase::ascii("transfroms"), &["transforms"]), - (UniCase::ascii("processses"), &["processes"]), - (UniCase::ascii("ohters"), &["others"]), - (UniCase::ascii("bounading"), &["bounding"]), - (UniCase::ascii("flourine"), &["fluorine"]), - (UniCase::ascii("multi-dimenional"), &["multi-dimensional"]), - (UniCase::ascii("notfication"), &["notification"]), - (UniCase::ascii("assosciate"), &["associate"]), - (UniCase::ascii("replicaiing"), &["replicating"]), - (UniCase::ascii("multliplying"), &["multiplying"]), - (UniCase::ascii("includied"), &["included"]), - (UniCase::ascii("autonegotitaions"), &["autonegotiations"]), - (UniCase::ascii("downlowding"), &["downloading"]), - (UniCase::ascii("experimanentelly"), &["experimentally"]), - (UniCase::ascii("algotithms"), &["algorithms"]), - (UniCase::ascii("re-negatiotiates"), &["re-negotiates"]), - (UniCase::ascii("librabie"), &["library"]), - (UniCase::ascii("posession"), &["possession"]), - (UniCase::ascii("somwho"), &["somehow"]), - (UniCase::ascii("mesuring"), &["measuring"]), - (UniCase::ascii("suprious"), &["spurious"]), - (UniCase::ascii("funtioning"), &["functioning"]), - (UniCase::ascii("effecks"), &["effects"]), - (UniCase::ascii("bocome"), &["become"]), - (UniCase::ascii("aligined"), &["aligned"]), - (UniCase::ascii("coctail"), &["cocktail"]), - (UniCase::ascii("ammending"), &["amending"]), - (UniCase::ascii("Guadulupe"), &["Guadalupe", "Guadeloupe"]), - (UniCase::ascii("automonomous"), &["autonomous"]), - (UniCase::ascii("pararmeters"), &["parameters"]), - (UniCase::ascii("similiar"), &["similar"]), - (UniCase::ascii("spepc"), &["spec"]), - (UniCase::ascii("seperatally"), &["separately"]), - (UniCase::ascii("guas"), &["Gauss"]), - (UniCase::ascii("renderring"), &["rendering"]), - (UniCase::ascii("reimpliment"), &["reimplement"]), - (UniCase::ascii("psitoin"), &["position"]), - (UniCase::ascii("muncipality"), &["municipality"]), - (UniCase::ascii("erested"), &["arrested", "erected"]), - (UniCase::ascii("retreeve"), &["retrieve"]), - (UniCase::ascii("sigits"), &["digits"]), - (UniCase::ascii("fileld"), &["field"]), - (UniCase::ascii("exchausting"), &["exhausting"]), - (UniCase::ascii("proejction"), &["projection"]), - (UniCase::ascii("permissiosn"), &["permissions"]), - (UniCase::ascii("negoation"), &["negotiation"]), - (UniCase::ascii("preseve"), &["preserve"]), - (UniCase::ascii("alhapetical"), &["alphabetical"]), - (UniCase::ascii("speshal"), &["special"]), - (UniCase::ascii("paor"), &["pair"]), - (UniCase::ascii("drivr"), &["driver"]), - (UniCase::ascii("foramatting"), &["formatting"]), - (UniCase::ascii("exhanges"), &["exchanges"]), - (UniCase::ascii("entoty"), &["entity"]), - (UniCase::ascii("sempphore"), &["semaphore"]), - (UniCase::ascii("negoziate"), &["negotiate"]), - (UniCase::ascii("crockodiles"), &["crocodiles"]), - (UniCase::ascii("checkuot"), &["checkout"]), - (UniCase::ascii("rmeoved"), &["removed"]), - (UniCase::ascii("necessiate"), &["necessitate"]), - (UniCase::ascii("finsihes"), &["finishes"]), - (UniCase::ascii("re-negotaiating"), &["re-negotiating"]), - (UniCase::ascii("speficieirs"), &["specifiers"]), - (UniCase::ascii("tood"), &["todo"]), - (UniCase::ascii("shoudn"), &["shouldn"]), - (UniCase::ascii("scupted"), &["sculpted"]), - (UniCase::ascii("electic"), &["eclectic", "electric"]), - (UniCase::ascii("expiditions"), &["expeditions"]), - ( - UniCase::ascii("viewtransfromation"), - &["viewtransformation"], - ), - (UniCase::ascii("supressions"), &["suppressions"]), - (UniCase::ascii("apapted"), &["adapted"]), - (UniCase::ascii("neighboorhoods"), &["neighborhoods"]), - (UniCase::ascii("interprete"), &["interpret"]), - (UniCase::ascii("constanly"), &["constantly"]), - (UniCase::ascii("architetures"), &["architectures"]), - (UniCase::ascii("experimanentel"), &["experimental"]), - (UniCase::ascii("contiguities"), &["continuities"]), - (UniCase::ascii("trackign"), &["tracking"]), - (UniCase::ascii("substract"), &["subtract"]), - (UniCase::ascii("ubernetes"), &["Kubernetes"]), - (UniCase::ascii("depdendent"), &["dependent"]), - (UniCase::ascii("destryed"), &["destroyed"]), - (UniCase::ascii("aliasas"), &["aliases"]), - (UniCase::ascii("bounudaries"), &["boundaries"]), - (UniCase::ascii("cjoices"), &["choices"]), - (UniCase::ascii("renegotionating"), &["renegotiating"]), - (UniCase::ascii("renegoziation"), &["renegotiation"]), - (UniCase::ascii("surrended"), &["surrounded", "surrendered"]), - (UniCase::ascii("begining"), &["beginning"]), - (UniCase::ascii("registeing"), &["registering"]), - (UniCase::ascii("contener"), &["container"]), - (UniCase::ascii("repraesentation"), &["representation"]), - (UniCase::ascii("cant;"), &["can\'t"]), - (UniCase::ascii("dividors"), &["dividers", "divisors"]), - (UniCase::ascii("gorry"), &["gory"]), - (UniCase::ascii("peoms"), &["poems"]), - (UniCase::ascii("catagories"), &["categories"]), - (UniCase::ascii("somme"), &["some"]), - (UniCase::ascii("scubscriber"), &["subscriber"]), - (UniCase::ascii("decieded"), &["decided"]), - (UniCase::ascii("manal"), &["manual"]), - (UniCase::ascii("ocurrences"), &["occurrences"]), - (UniCase::ascii("libarary"), &["library"]), - (UniCase::ascii("historicians"), &["historians"]), - ( - UniCase::ascii("coexinstence"), - &["coexistence", "co-existence"], - ), - (UniCase::ascii("genialia"), &["genitalia"]), - (UniCase::ascii("finialization"), &["finalization"]), - (UniCase::ascii("unexpetcedly"), &["unexpectedly"]), - (UniCase::ascii("honory"), &["honorary"]), - (UniCase::ascii("groupes"), &["groups", "grouped"]), - (UniCase::ascii("taxanomy"), &["taxonomy"]), - (UniCase::ascii("assgining"), &["assigning"]), - (UniCase::ascii("initialzes"), &["initializes"]), - (UniCase::ascii("unformated"), &["unformatted"]), - (UniCase::ascii("rescrition"), &["restriction"]), - (UniCase::ascii("finctional"), &["functional", "fictional"]), - (UniCase::ascii("obyekt"), &["object"]), - (UniCase::ascii("incerased"), &["increased"]), - (UniCase::ascii("mutices"), &["mutexes"]), - (UniCase::ascii("inershial"), &["inertial"]), - (UniCase::ascii("uncompleteness"), &["incompleteness"]), - (UniCase::ascii("reigstered"), &["registered"]), - (UniCase::ascii("informaiton"), &["information"]), - (UniCase::ascii("tranceiver"), &["transceiver"]), - (UniCase::ascii("mimachd"), &["mismatched"]), - (UniCase::ascii("exturded"), &["extruded"]), - (UniCase::ascii("ilustrate"), &["illustrate"]), - (UniCase::ascii("instanseation"), &["instantiation"]), - (UniCase::ascii("intializing"), &["initializing"]), - (UniCase::ascii("derfined"), &["defined"]), - (UniCase::ascii("spefifeis"), &["specifies"]), - (UniCase::ascii("complelte"), &["complete"]), - (UniCase::ascii("unusal"), &["unusual"]), - (UniCase::ascii("arbitral"), &["arbitrary"]), - (UniCase::ascii("confidantally"), &["confidentially"]), - (UniCase::ascii("reconfiged"), &["reconfigured"]), - (UniCase::ascii("wrokflow"), &["workflow"]), - (UniCase::ascii("porcessor"), &["processor"]), - ( - UniCase::ascii("exploition"), - &["explosion", "exploitation", "exploit"], - ), - (UniCase::ascii("configred"), &["configured"]), - (UniCase::ascii("visuabize"), &["visualize"]), - (UniCase::ascii("bounsaries"), &["boundaries"]), - (UniCase::ascii("symols"), &["symbols"]), - (UniCase::ascii("corordinate"), &["coordinate"]), - (UniCase::ascii("horizontale"), &["horizontal"]), - (UniCase::ascii("pertubing"), &["perturbing"]), - (UniCase::ascii("relfected"), &["reflected"]), - (UniCase::ascii("Eurpean"), &["European"]), - (UniCase::ascii("scirpt"), &["script"]), - (UniCase::ascii("apppears"), &["appears"]), - (UniCase::ascii("expectaions"), &["expectations"]), - (UniCase::ascii("dependecy"), &["dependency"]), - (UniCase::ascii("flasing"), &["flashing"]), - (UniCase::ascii("vectores"), &["vectors"]), - (UniCase::ascii("poisin"), &["poison"]), - (UniCase::ascii("opem"), &["open"]), - (UniCase::ascii("crrespond"), &["correspond"]), - (UniCase::ascii("additionnally"), &["additionally"]), - (UniCase::ascii("keyborad"), &["keyboard"]), - (UniCase::ascii("redliens"), &["redlines"]), - (UniCase::ascii("derefence"), &["dereference"]), - (UniCase::ascii("foreward"), &["foreword", "forward"]), - (UniCase::ascii("situatutions"), &["situations"]), - (UniCase::ascii("cmmands"), &["commands"]), - (UniCase::ascii("stadnardization"), &["standardization"]), - (UniCase::ascii("accracy"), &["accuracy"]), - (UniCase::ascii("lenghths"), &["lengths"]), - (UniCase::ascii("compliers"), &["compilers"]), - (UniCase::ascii("siginificant"), &["significant"]), - (UniCase::ascii("inevitible"), &["inevitable"]), - (UniCase::ascii("transmiters"), &["transmitters"]), - (UniCase::ascii("dereferencable"), &["dereferenceable"]), - (UniCase::ascii("abundent"), &["abundant"]), - (UniCase::ascii("curerntly"), &["currently"]), - (UniCase::ascii("notatin"), &["notation"]), - (UniCase::ascii("guarrantying"), &["guaranteeing"]), - (UniCase::ascii("undertanded"), &["understood"]), - (UniCase::ascii("tempraarly"), &["temporarily"]), - (UniCase::ascii("cicruits"), &["circuits"]), - (UniCase::ascii("accurences"), &["occurrences"]), - (UniCase::ascii("requsite"), &["requisite"]), - (UniCase::ascii("manifacture"), &["manufacture"]), - (UniCase::ascii("trustworty"), &["trustworthy"]), - (UniCase::ascii("ammortizes"), &["amortizes"]), - (UniCase::ascii("ciontrol"), &["control"]), - (UniCase::ascii("redistirbutes"), &["redistributes"]), - (UniCase::ascii("autonegotaition"), &["autonegotiation"]), - (UniCase::ascii("sidde"), &["side"]), - (UniCase::ascii("temr"), &["term"]), - (UniCase::ascii("hask"), &["hash"]), - (UniCase::ascii("blatently"), &["blatantly"]), - (UniCase::ascii("defiend"), &["defined"]), - (UniCase::ascii("developmemt"), &["development"]), - (UniCase::ascii("structered"), &["structured"]), - (UniCase::ascii("authethenticate"), &["authenticate"]), - (UniCase::ascii("thta"), &["that"]), - (UniCase::ascii("successfullly"), &["successfully"]), - (UniCase::ascii("transitionned"), &["transitioned"]), - (UniCase::ascii("tabualtors"), &["tabulators"]), - (UniCase::ascii("extacy"), &["ecstasy"]), - (UniCase::ascii("represenation"), &["representation"]), - (UniCase::ascii("creaate"), &["create"]), - (UniCase::ascii("whitch"), &["which"]), - (UniCase::ascii("aren\'s"), &["aren\'t"]), - (UniCase::ascii("cacluates"), &["calculates"]), - (UniCase::ascii("favoutrable"), &["favourable"]), - (UniCase::ascii("brefore"), &["before"]), - (UniCase::ascii("speficialliable"), &["specifiable"]), - (UniCase::ascii("unforttunately"), &["unfortunately"]), - (UniCase::ascii("criticists"), &["critics"]), - (UniCase::ascii("destroied"), &["destroyed"]), - (UniCase::ascii("executbales"), &["executables"]), - (UniCase::ascii("assupmption"), &["assumption"]), - (UniCase::ascii("argumnets"), &["arguments"]), - (UniCase::ascii("anount"), &["amount"]), - (UniCase::ascii("jpng"), &["png", "jpg", "jpeg"]), - (UniCase::ascii("renegociable"), &["renegotiable"]), - (UniCase::ascii("spefiifeis"), &["specifies"]), - (UniCase::unicode("сontainers"), &["containers"]), - (UniCase::ascii("heree"), &["here"]), - (UniCase::ascii("subsitutes"), &["substitutes"]), - (UniCase::ascii("neighourhoods"), &["neighbourhoods"]), - (UniCase::ascii("faciliates"), &["facilitates"]), - (UniCase::ascii("represenations"), &["representations"]), - (UniCase::ascii("pressent"), &["present"]), - (UniCase::ascii("flakyness"), &["flakiness"]), - (UniCase::ascii("expierences"), &["experiences"]), - (UniCase::ascii("modifx"), &["modify"]), - (UniCase::ascii("dimensonal"), &["dimensional"]), - (UniCase::ascii("vrsion"), &["version"]), - (UniCase::ascii("sarting"), &["starting", "sorting"]), - (UniCase::ascii("bottons"), &["bottoms", "buttons"]), - (UniCase::ascii("descriptoins"), &["descriptions"]), - (UniCase::ascii("satifies"), &["satisfies"]), - (UniCase::ascii("insue"), &["ensue", "insure"]), - (UniCase::ascii("satrically"), &["satirically"]), - (UniCase::ascii("visble"), &["visible"]), - (UniCase::ascii("arrangd"), &["arranged"]), - (UniCase::ascii("inpuut"), &["input"]), - (UniCase::ascii("koordinate"), &["coordinate"]), - (UniCase::ascii("crsytallization"), &["crystallization"]), - (UniCase::ascii("potition"), &["position"]), - (UniCase::ascii("expoed"), &["exposed"]), - (UniCase::ascii("decomposits"), &["decomposes"]), - (UniCase::ascii("conincides"), &["coincides"]), - (UniCase::ascii("concatinations"), &["concatenations"]), - (UniCase::ascii("arbitrition"), &["arbitration"]), - (UniCase::ascii("losd"), &["lost", "loss", "lose", "load"]), - (UniCase::ascii("aplication"), &["application"]), - (UniCase::ascii("suprising"), &["surprising"]), - (UniCase::ascii("porcessed"), &["processed"]), - (UniCase::ascii("transvorming"), &["transforming"]), - (UniCase::ascii("probelmatic"), &["problematic"]), - (UniCase::ascii("researve"), &["reserve"]), - (UniCase::ascii("pytohn"), &["python"]), - (UniCase::ascii("arragement"), &["arrangement"]), - (UniCase::ascii("fundametals"), &["fundamentals"]), - (UniCase::ascii("reproduciblity"), &["reproducibility"]), - (UniCase::ascii("ingration"), &["integration"]), - (UniCase::ascii("speficying"), &["specifying"]), - (UniCase::ascii("extrimely"), &["extremely"]), - (UniCase::ascii("sqared"), &["squared"]), - (UniCase::ascii("hanlding"), &["handling"]), - (UniCase::ascii("uncommments"), &["uncomments"]), - (UniCase::ascii("restrcuture"), &["restructure"]), - (UniCase::ascii("skelton"), &["skeleton"]), - (UniCase::ascii("beachead"), &["beachhead"]), - (UniCase::ascii("algorthim"), &["algorithm"]), - (UniCase::ascii("sincerley"), &["sincerely"]), - (UniCase::ascii("cahcs"), &["caches"]), - (UniCase::ascii("intensionally"), &["intentionally"]), - (UniCase::ascii("accordng"), &["according"]), - (UniCase::ascii("evalulates"), &["evaluates"]), - (UniCase::ascii("brakpoints"), &["breakpoints"]), - (UniCase::ascii("envioronment"), &["environment"]), - (UniCase::ascii("constraits"), &["constraints"]), - (UniCase::ascii("relintquish"), &["relinquish"]), - (UniCase::ascii("upadte"), &["update"]), - (UniCase::ascii("comparisments"), &["comparisons"]), - (UniCase::ascii("manangers"), &["managers"]), - (UniCase::ascii("approxiation"), &["approximation"]), - (UniCase::ascii("codespel"), &["codespell"]), - (UniCase::ascii("derefernece"), &["dereference"]), - (UniCase::ascii("uncomon"), &["uncommon"]), - (UniCase::ascii("reconstuct"), &["reconstruct"]), - (UniCase::ascii("implemeting"), &["implementing"]), - (UniCase::ascii("excract"), &["extract"]), - (UniCase::ascii("charachter"), &["character"]), - (UniCase::ascii("partioned"), &["partitioned"]), - (UniCase::ascii("amerliorate"), &["ameliorate"]), - (UniCase::ascii("privisions"), &["provisions"]), - (UniCase::ascii("sometims"), &["sometimes"]), - (UniCase::ascii("psaces"), &["spaces"]), - (UniCase::ascii("sirects"), &["directs"]), - (UniCase::ascii("minstries"), &["ministries"]), - (UniCase::ascii("authenricates"), &["authenticates"]), - (UniCase::ascii("diffcult"), &["difficult"]), - (UniCase::ascii("workbenchs"), &["workbenches"]), - (UniCase::ascii("segfualts"), &["segfaults"]), - (UniCase::ascii("directorty"), &["directory"]), - (UniCase::ascii("misdemenors"), &["misdemeanors"]), - (UniCase::ascii("peotry"), &["poetry"]), - (UniCase::ascii("properities"), &["properties"]), - (UniCase::ascii("autorealease"), &["autorelease"]), - (UniCase::ascii("micrcontroller"), &["microcontroller"]), - (UniCase::ascii("als"), &["also"]), - (UniCase::ascii("resteraunt"), &["restaurant"]), - (UniCase::ascii("unuseful"), &["useless"]), - (UniCase::ascii("cyliders"), &["cylinders"]), - (UniCase::ascii("beutiful"), &["beautiful"]), - (UniCase::ascii("distroname"), &["distro name"]), - (UniCase::ascii("publsihers"), &["publishers"]), - (UniCase::ascii("moduel"), &["module"]), - (UniCase::ascii("dissassemblies"), &["disassemblies"]), - (UniCase::ascii("direcly"), &["directly"]), - (UniCase::ascii("grobally"), &["globally"]), - (UniCase::ascii("authenicaes"), &["authenticates"]), - (UniCase::ascii("saught"), &["sought"]), - (UniCase::ascii("funtional"), &["functional"]), - (UniCase::ascii("shedules"), &["schedules"]), - (UniCase::ascii("configuratrions"), &["configurations"]), - (UniCase::ascii("shadasloo"), &["shadaloo"]), - (UniCase::ascii("nestwork"), &["network"]), - (UniCase::ascii("presenece"), &["presence"]), - (UniCase::ascii("dorment"), &["dormant"]), - (UniCase::ascii("justfied"), &["justified"]), - (UniCase::ascii("seletions"), &["selections", "deletions"]), - (UniCase::ascii("argumengs"), &["arguments"]), - (UniCase::ascii("tangeantial"), &["tangential"]), - (UniCase::ascii("invidually"), &["individually"]), - (UniCase::ascii("coloum"), &["column"]), - (UniCase::ascii("striaghtforward"), &["straightforward"]), - (UniCase::ascii("incompatability"), &["incompatibility"]), - (UniCase::ascii("advantagous"), &["advantageous"]), - (UniCase::ascii("depeding"), &["depending"]), - (UniCase::ascii("unnnecessary"), &["unnecessary"]), - (UniCase::ascii("experimntel"), &["experimental"]), - (UniCase::ascii("crusies"), &["cruises"]), - (UniCase::ascii("gaurentee"), &["guarantee"]), - (UniCase::ascii("re-uplod"), &["re-upload"]), - (UniCase::ascii("beliveable"), &["believable"]), - (UniCase::ascii("acknowleged"), &["acknowledged"]), - (UniCase::ascii("auto-negotitions"), &["auto-negotiations"]), - (UniCase::ascii("genralised"), &["generalised"]), - (UniCase::ascii("condidential"), &["confidential"]), - (UniCase::ascii("expepts"), &["expects"]), - (UniCase::ascii("was\'nt"), &["wasn\'t"]), - (UniCase::ascii("intitialization"), &["initialization"]), - (UniCase::ascii("databae"), &["database"]), - (UniCase::ascii("excutable"), &["executable"]), - (UniCase::ascii("depenencies"), &["dependencies"]), - (UniCase::ascii("iimmune"), &["immune"]), - (UniCase::ascii("carachter"), &["character"]), - (UniCase::ascii("experimmented"), &["experimented"]), - (UniCase::ascii("scientifcally"), &["scientifically"]), - (UniCase::ascii("opertions"), &["operations"]), - (UniCase::ascii("tittled"), &["titled"]), - (UniCase::ascii("ue"), &["use", "due"]), - (UniCase::ascii("experimetnations"), &["experimentations"]), - (UniCase::ascii("characteres"), &["characters"]), - (UniCase::ascii("rendereing"), &["rendering"]), - (UniCase::ascii("thenn"), &["then"]), - (UniCase::ascii("chaecking"), &["checking"]), - (UniCase::ascii("follwong"), &["following"]), - (UniCase::ascii("imlicit"), &["implicit"]), - (UniCase::ascii("bootraping"), &["bootstrapping"]), - (UniCase::ascii("follwind"), &["following"]), - (UniCase::ascii("impplemented"), &["implemented"]), - (UniCase::ascii("dissassemble"), &["disassemble"]), - (UniCase::ascii("constists"), &["consists"]), - (UniCase::ascii("calcluate"), &["calculate"]), - (UniCase::ascii("precentiles"), &["percentiles"]), - (UniCase::ascii("folliwinwg"), &["following"]), - (UniCase::ascii("backgrouds"), &["backgrounds"]), - (UniCase::ascii("boungin"), &["bounding"]), - (UniCase::ascii("facilitiates"), &["facilitates"]), - (UniCase::ascii("geoio"), &["geoip"]), - (UniCase::ascii("constructred"), &["constructed"]), - (UniCase::ascii("presreved"), &["preserved"]), - (UniCase::ascii("apreteating"), &["appreciating"]), - (UniCase::ascii("illigitament"), &["illegitimate"]), - (UniCase::ascii("dissmissing"), &["dismissing"]), - (UniCase::ascii("nastly"), &["nasty"]), - (UniCase::ascii("communicatie"), &["communication"]), - (UniCase::ascii("halarious"), &["hilarious"]), - (UniCase::ascii("ackowledges"), &["acknowledges"]), - (UniCase::ascii("bodydbuilder"), &["bodybuilder"]), - (UniCase::ascii("reconaissance"), &["reconnaissance"]), - (UniCase::ascii("synchroniously"), &["synchronously"]), - (UniCase::ascii("assesment"), &["assessment"]), - (UniCase::ascii("pary"), &["party", "parry"]), - (UniCase::ascii("negotator"), &["negotiator"]), - (UniCase::ascii("recommeds"), &["recommends"]), - (UniCase::ascii("typle"), &["tuple"]), - (UniCase::ascii("contein"), &["contain"]), - (UniCase::ascii("sucesssful"), &["successful"]), - (UniCase::ascii("sepcifies"), &["specifies"]), - (UniCase::ascii("recepients"), &["recipients"]), - (UniCase::ascii("derfine"), &["define"]), - (UniCase::ascii("sequentialy"), &["sequentially"]), - (UniCase::ascii("degenrates"), &["degenerates"]), - (UniCase::ascii("discconecting"), &["disconnecting"]), - (UniCase::ascii("intial"), &["initial"]), - (UniCase::ascii("harases"), &["harasses"]), - (UniCase::ascii("renegotitions"), &["renegotiations"]), - (UniCase::ascii("interupts"), &["interrupts"]), - (UniCase::ascii("detaild"), &["detailed"]), - (UniCase::ascii("copiing"), &["copying"]), - (UniCase::ascii("exchancing"), &["exchanging"]), - (UniCase::ascii("causion"), &["caution"]), - (UniCase::ascii("trasnports"), &["transports"]), - (UniCase::ascii("succecful"), &["successful"]), - (UniCase::ascii("adapaters"), &["adapters"]), - (UniCase::ascii("destoyed"), &["destroyed"]), - (UniCase::ascii("bufffer"), &["buffer"]), - (UniCase::ascii("experimnted"), &["experimented"]), - (UniCase::ascii("experssed"), &["expressed"]), - (UniCase::ascii("misspel"), &["misspell"]), - (UniCase::ascii("coudn\'t"), &["couldn\'t"]), - (UniCase::ascii("iluminations"), &["illuminations"]), - (UniCase::ascii("transcondings"), &["transcodings"]), - (UniCase::ascii("guareentee"), &["guarantee"]), - (UniCase::ascii("invalide"), &["invalid"]), - (UniCase::ascii("docuement"), &["document"]), - (UniCase::ascii("samue"), &["same", "Samuel"]), - (UniCase::ascii("instnt"), &["instant"]), - (UniCase::ascii("mutipath"), &["multipath"]), - (UniCase::ascii("mandatatory"), &["mandatory"]), - ( - UniCase::ascii("overwridden"), - &["overridden", "overwritten"], - ), - (UniCase::ascii("language-spacific"), &["language-specific"]), - (UniCase::ascii("unabale"), &["unable"]), - (UniCase::ascii("faciltate"), &["facilitate"]), - (UniCase::ascii("absymal"), &["abysmal"]), - (UniCase::ascii("stadnardised"), &["standardised"]), - (UniCase::ascii("asthetical"), &["aesthetical"]), - (UniCase::ascii("ellision"), &["elision"]), - (UniCase::ascii("alphapeticaly"), &["alphabetically"]), - (UniCase::ascii("inflexable"), &["inflexible"]), - (UniCase::ascii("rememebered"), &["remembered"]), - (UniCase::ascii("requris"), &["require"]), - (UniCase::ascii("netiher"), &["neither"]), - (UniCase::ascii("ermergency"), &["emergency"]), - (UniCase::ascii("boungary"), &["boundary"]), - (UniCase::ascii("enviornemnt"), &["environment"]), - (UniCase::ascii("garuantees"), &["guarantees"]), - (UniCase::ascii("mohammedans"), &["muslims"]), - (UniCase::ascii("solfed"), &["solved"]), - (UniCase::ascii("indepdenently"), &["independently"]), - (UniCase::ascii("workarunds"), &["workarounds"]), - (UniCase::ascii("renegotioate"), &["renegotiate"]), - (UniCase::ascii("asssert"), &["assert"]), - (UniCase::ascii("implementtaion"), &["implementation"]), - (UniCase::ascii("nestin"), &["nesting"]), - (UniCase::ascii("austrailia"), &["Australia"]), - (UniCase::ascii("algorthimic"), &["algorithmic"]), - (UniCase::ascii("trasnlations"), &["translations"]), - (UniCase::ascii("perfomed"), &["performed"]), - (UniCase::ascii("resistence"), &["resistance"]), - (UniCase::ascii("experimments"), &["experiments"]), - (UniCase::ascii("appens"), &["appends"]), - (UniCase::ascii("opeartors"), &["operators"]), - (UniCase::ascii("chatacter"), &["character"]), - (UniCase::ascii("pensinula"), &["peninsula"]), - (UniCase::ascii("propeoperties"), &["properties"]), - (UniCase::ascii("teksts"), &["texts"]), - (UniCase::ascii("pacakge"), &["package"]), - (UniCase::ascii("deviding"), &["dividing"]), - (UniCase::ascii("alreadly"), &["already"]), - (UniCase::ascii("requresting"), &["requesting"]), - (UniCase::ascii("infex"), &["index"]), - (UniCase::ascii("re-negoticating"), &["re-negotiating"]), - (UniCase::ascii("nimutes"), &["minutes"]), - (UniCase::ascii("machanism"), &["mechanism"]), - (UniCase::ascii("prepresented"), &["represented"]), - (UniCase::ascii("materils"), &["materials"]), - (UniCase::ascii("experimment"), &["experiment"]), - (UniCase::ascii("follewed"), &["followed"]), - (UniCase::ascii("resturaunt"), &["restaurant"]), - (UniCase::ascii("authenenticated"), &["authenticated"]), - (UniCase::ascii("devlopment"), &["development"]), - (UniCase::ascii("scritpts"), &["scripts"]), - (UniCase::ascii("descallocate"), &["deallocate"]), - (UniCase::ascii("embarras"), &["embarrass"]), - (UniCase::ascii("beleife"), &["belief", "believe"]), - (UniCase::ascii("extesnions"), &["extensions"]), - (UniCase::ascii("desisions"), &["decisions"]), - (UniCase::ascii("custoniser"), &["customiser"]), - (UniCase::ascii("regsiter"), &["register"]), - (UniCase::ascii("releationships"), &["relationships"]), - (UniCase::ascii("resouce"), &["resource"]), - (UniCase::ascii("porblem"), &["problem"]), - (UniCase::ascii("brose"), &["browse", "rose"]), - (UniCase::ascii("verifiaction"), &["verification"]), - (UniCase::ascii("clusetr"), &["cluster"]), - (UniCase::ascii("evry"), &["every"]), - (UniCase::ascii("synchonizing"), &["synchronizing"]), - (UniCase::ascii("reconection"), &["reconnection"]), - (UniCase::ascii("antiapartheid"), &["anti-apartheid"]), - (UniCase::ascii("prexisting"), &["preexisting"]), - (UniCase::ascii("diphtong"), &["diphthong"]), - (UniCase::ascii("inrerface"), &["interface"]), - (UniCase::ascii("intiallizations"), &["initializations"]), - (UniCase::ascii("unvalid"), &["invalid"]), - (UniCase::ascii("riminder"), &["reminder"]), - (UniCase::ascii("temporries"), &["temporaries"]), - (UniCase::ascii("trafficing"), &["trafficking"]), - (UniCase::ascii("depedent"), &["dependent"]), - (UniCase::ascii("avcoids"), &["avoids"]), - (UniCase::ascii("execuete"), &["execute"]), - (UniCase::ascii("indiens"), &["indians", "endians"]), - (UniCase::ascii("coppied"), &["copied"]), - (UniCase::ascii("folliwind"), &["following"]), - (UniCase::ascii("fonction"), &["function"]), - (UniCase::ascii("outperfoming"), &["outperforming"]), - (UniCase::ascii("overcompansations"), &["overcompensations"]), - (UniCase::ascii("copurights"), &["copyrights"]), - (UniCase::ascii("exeptional"), &["exceptional"]), - (UniCase::ascii("perferrm"), &["perform"]), - (UniCase::ascii("contentended"), &["contended"]), - (UniCase::ascii("cahrs"), &["chars"]), - (UniCase::ascii("stlyes"), &["styles"]), - (UniCase::ascii("checkums"), &["checksums"]), - (UniCase::ascii("differenciation"), &["differentiation"]), - (UniCase::ascii("complted"), &["completed"]), - (UniCase::ascii("defragmenation"), &["defragmentation"]), - ( - UniCase::ascii("successed"), - &["succeeded", "success", "successful"], - ), - (UniCase::ascii("publisger"), &["publisher"]), - (UniCase::ascii("comparre"), &["compare"]), - (UniCase::ascii("alltough"), &["although"]), - (UniCase::ascii("suces"), &["success"]), - (UniCase::ascii("structual"), &["structural"]), - (UniCase::ascii("tollerances"), &["tolerances"]), - (UniCase::ascii("simulantaneous"), &["simultaneous"]), - (UniCase::ascii("dorce"), &["force"]), - (UniCase::ascii("specifiying"), &["specifying"]), - (UniCase::ascii("overwise"), &["otherwise"]), - (UniCase::ascii("authorizeed"), &["authorized"]), - (UniCase::ascii("unconditionaly"), &["unconditionally"]), - (UniCase::ascii("declaritive"), &["declarative"]), - (UniCase::ascii("optening"), &["opening"]), - (UniCase::ascii("elminates"), &["eliminates"]), - (UniCase::ascii("hiarchical"), &["hierarchical"]), - (UniCase::ascii("browseable"), &["browsable"]), - (UniCase::ascii("experses"), &["expenses", "expresses"]), - (UniCase::ascii("frmat"), &["format"]), - (UniCase::ascii("abitrarily"), &["arbitrarily"]), - (UniCase::ascii("disporue"), &["disparue"]), - (UniCase::ascii("entires"), &["entries"]), - (UniCase::ascii("renegotion"), &["renegotiation"]), - (UniCase::ascii("unstall"), &["install", "uninstall"]), - (UniCase::ascii("modfifications"), &["modifications"]), - (UniCase::ascii("ciritcality"), &["criticality"]), - (UniCase::ascii("experimtens"), &["experiments"]), - (UniCase::ascii("childs"), &["children", "child\'s"]), - (UniCase::ascii("decompresor"), &["decompressor"]), - (UniCase::ascii("braodcasted"), &["broadcasted"]), - (UniCase::ascii("ouptuted"), &["outputted"]), - (UniCase::ascii("poointer"), &["pointer"]), - (UniCase::ascii("inposible"), &["impossible"]), - (UniCase::ascii("whitre"), &["white"]), - (UniCase::ascii("previuous"), &["previous"]), - (UniCase::ascii("renegogtiate"), &["renegotiate"]), - (UniCase::ascii("neccecary"), &["necessary"]), - (UniCase::ascii("vairous"), &["various"]), - (UniCase::ascii("meida"), &["media"]), - (UniCase::ascii("realtions"), &["relations", "reactions"]), - (UniCase::ascii("idicate"), &["indicate"]), - (UniCase::ascii("briliant"), &["brilliant"]), - (UniCase::ascii("feasabile"), &["feasible"]), - (UniCase::ascii("gziniflate"), &["gzinflate"]), - (UniCase::ascii("finshed"), &["finished"]), - (UniCase::ascii("instrumeneted"), &["instrumented"]), - (UniCase::ascii("calback"), &["callback"]), - (UniCase::ascii("expecte"), &["expected"]), - (UniCase::ascii("undefiend"), &["undefined"]), - (UniCase::ascii("equipmentd"), &["equipment"]), - (UniCase::ascii("charators"), &["characters"]), - (UniCase::ascii("limitis"), &["limits"]), - (UniCase::ascii("elememt"), &["element"]), - (UniCase::ascii("charas"), &["chars"]), - (UniCase::ascii("threatment"), &["treatment"]), - (UniCase::ascii("replacted"), &["replaced", "replicated"]), - (UniCase::ascii("cartdridge"), &["cartridge"]), - (UniCase::ascii("fursest"), &["first", "furthest"]), - (UniCase::ascii("aks"), &["ask"]), - (UniCase::ascii("precessor"), &["predecessor", "processor"]), - (UniCase::ascii("constrant"), &["constraint"]), - (UniCase::ascii("decoses"), &["decodes"]), - (UniCase::ascii("seperation"), &["separation"]), - (UniCase::ascii("subnegociations"), &["subnegotiations"]), - (UniCase::ascii("spsaces"), &["spaces"]), - (UniCase::ascii("neighboorhods"), &["neighborhoods"]), - (UniCase::ascii("spefiifiers"), &["specifiers"]), - (UniCase::ascii("impplementation"), &["implementation"]), - (UniCase::ascii("sucessfully"), &["successfully"]), - (UniCase::ascii("datatyepe"), &["datatype"]), - (UniCase::ascii("ponting"), &["pointing"]), - (UniCase::ascii("exppressed"), &["expressed"]), - (UniCase::ascii("fourty"), &["forty"]), - (UniCase::ascii("solfer"), &["solver", "solder"]), - (UniCase::ascii("datatsets"), &["datasets"]), - (UniCase::ascii("paht"), &["path", "pat", "part"]), - (UniCase::ascii("retetting"), &["resetting", "retesting"]), - (UniCase::ascii("transcorded"), &["transcoded"]), - (UniCase::ascii("executred"), &["executed"]), - (UniCase::ascii("guaranteey"), &["guaranty"]), - (UniCase::ascii("cummulative"), &["cumulative"]), - (UniCase::ascii("conatiners"), &["containers"]), - (UniCase::ascii("dectect"), &["detect"]), - (UniCase::ascii("inculdes"), &["includes"]), - (UniCase::ascii("toubling"), &["troubling"]), - (UniCase::ascii("ggogles"), &["goggles", "Googles"]), - (UniCase::ascii("cacuses"), &["caucuses"]), - (UniCase::ascii("extedn"), &["extend"]), - (UniCase::ascii("replacte"), &["replace", "replicate"]), - (UniCase::ascii("unnessasary"), &["unnecessary"]), - (UniCase::ascii("beliefable"), &["believable"]), - (UniCase::ascii("conrrol"), &["control"]), - (UniCase::ascii("documantation"), &["documentation"]), - (UniCase::ascii("pronounciation"), &["pronunciation"]), - (UniCase::ascii("ammoung"), &["among"]), - (UniCase::ascii("telelevision"), &["television"]), - (UniCase::ascii("tranmist"), &["transmit"]), - (UniCase::ascii("ceratin"), &["certain", "keratin"]), - (UniCase::ascii("tortise"), &["tortoise"]), - (UniCase::ascii("exlpoits"), &["exploits"]), - (UniCase::ascii("quckstarter"), &["quickstarter"]), - (UniCase::ascii("diaplay"), &["display"]), - (UniCase::ascii("electirc"), &["electric"]), - (UniCase::ascii("aniway"), &["anyway"]), - (UniCase::ascii("interational"), &["international"]), - (UniCase::ascii("subnegotaiation"), &["subnegotiation"]), - (UniCase::ascii("prooduct"), &["product"]), - (UniCase::ascii("corrisponded"), &["corresponded"]), - (UniCase::ascii("enhenced"), &["enhanced"]), - (UniCase::ascii("argumeny"), &["argument"]), - (UniCase::ascii("sensistive"), &["sensitive"]), - (UniCase::ascii("destroyes"), &["destroys"]), - (UniCase::ascii("histroians"), &["historians"]), - (UniCase::ascii("awnsered"), &["answered"]), - (UniCase::ascii("obect"), &["object"]), - (UniCase::ascii("everythig"), &["everything"]), - (UniCase::ascii("quoteed"), &["quoted"]), - (UniCase::ascii("puplates"), &["populates"]), - (UniCase::ascii("eleemnt"), &["element"]), - (UniCase::ascii("assessmant"), &["assessment"]), - (UniCase::ascii("tese"), &["these"]), - (UniCase::ascii("colummns"), &["columns"]), - (UniCase::ascii("denegrating"), &["denigrating"]), - (UniCase::ascii("preponderence"), &["preponderance"]), - (UniCase::ascii("hanle"), &["handle"]), - (UniCase::ascii("kwno"), &["know"]), - (UniCase::ascii("inmplementation"), &["implementation"]), - (UniCase::ascii("messanger"), &["messenger"]), - (UniCase::ascii("funtion"), &["function"]), - (UniCase::ascii("ignorng"), &["ignoring"]), - (UniCase::ascii("extited"), &["excited", "exited"]), - (UniCase::ascii("reinitailise"), &["reinitialise"]), - (UniCase::ascii("waring"), &["warning"]), - (UniCase::ascii("imput"), &["input"]), - (UniCase::ascii("giser"), &["geyser"]), - (UniCase::ascii("appartment"), &["apartment"]), - (UniCase::ascii("aparently"), &["apparently"]), - (UniCase::ascii("locaitions"), &["locations"]), - (UniCase::ascii("relocaes"), &["relocates"]), - (UniCase::ascii("siturations"), &["situations"]), - (UniCase::ascii("substracting"), &["subtracting"]), - (UniCase::ascii("reveiws"), &["reviews"]), - (UniCase::ascii("buit"), &["built"]), - (UniCase::ascii("prcoessed"), &["processed"]), - (UniCase::ascii("intruction"), &["instruction"]), - (UniCase::ascii("strucure"), &["structure"]), - (UniCase::ascii("consistant"), &["consistent"]), - (UniCase::ascii("spefifers"), &["specifiers"]), - (UniCase::ascii("priave"), &["private"]), - ( - UniCase::ascii("precission"), - &["precision", "percussion", "precession"], - ), - (UniCase::ascii("phillosophically"), &["philosophically"]), - (UniCase::ascii("follwoeiwng"), &["following"]), - (UniCase::ascii("hefer"), &["heifer"]), - (UniCase::ascii("conetnt"), &["content"]), - (UniCase::ascii("addmit"), &["admit"]), - (UniCase::ascii("cemetary"), &["cemetery"]), - (UniCase::ascii("vulnarabilities"), &["vulnerabilities"]), - ( - UniCase::ascii("shystemerror"), - &["systemerror", "system error"], - ), - (UniCase::ascii("expersing"), &["expressing"]), - (UniCase::ascii("acccording"), &["according"]), - (UniCase::ascii("georeferncing"), &["georeferencing"]), - (UniCase::ascii("standarts"), &["standards"]), - (UniCase::ascii("ignornig"), &["ignoring"]), - (UniCase::ascii("continiously"), &["continuously"]), - (UniCase::ascii("accrdingly"), &["accordingly"]), - (UniCase::ascii("conveneince"), &["convenience"]), - (UniCase::ascii("regulaotry"), &["regulatory"]), - (UniCase::ascii("convineances"), &["conveniences"]), - (UniCase::ascii("localed"), &["located"]), - (UniCase::ascii("instruciton"), &["instruction"]), - (UniCase::ascii("configue"), &["configure"]), - (UniCase::ascii("descovery"), &["discovery"]), - (UniCase::ascii("prophacy"), &["prophecy"]), - (UniCase::ascii("reconsidder"), &["reconsider"]), - (UniCase::ascii("existng"), &["existing"]), - (UniCase::ascii("attachted"), &["attached"]), - (UniCase::ascii("pltforms"), &["platforms"]), - (UniCase::ascii("rearrane"), &["rearrange"]), - (UniCase::ascii("enitity"), &["entity"]), - (UniCase::ascii("camparing"), &["comparing"]), - (UniCase::ascii("bypased"), &["bypassed"]), - (UniCase::ascii("iluminate"), &["illuminate"]), - ( - UniCase::ascii("elipses"), - &["ellipses", "eclipses", "ellipsis"], - ), - (UniCase::ascii("commmitter"), &["committer"]), - (UniCase::ascii("proceesed"), &["processed"]), - (UniCase::ascii("re-implimenting"), &["re-implementing"]), - (UniCase::ascii("expepectedly"), &["expectedly"]), - (UniCase::ascii("Conneticut"), &["Connecticut"]), - (UniCase::ascii("parahaps"), &["perhaps"]), - (UniCase::ascii("repulic"), &["republic"]), - (UniCase::ascii("elments"), &["elements"]), - (UniCase::ascii("situdio"), &["studio"]), - (UniCase::ascii("datatyeps"), &["datatypes"]), - (UniCase::ascii("seaches"), &["searches"]), - (UniCase::ascii("neighberhoud"), &["neighborhood"]), - (UniCase::ascii("moteuring"), &["motoring"]), - (UniCase::ascii("intepretators"), &["interpreters"]), - (UniCase::ascii("trucnating"), &["truncating"]), - (UniCase::ascii("prefere"), &["prefer", "preferred"]), - (UniCase::ascii("aribtrarily"), &["arbitrarily"]), - (UniCase::ascii("integarted"), &["integrated"]), - (UniCase::ascii("execures"), &["executes"]), - (UniCase::ascii("recrusively"), &["recursively"]), - (UniCase::ascii("colsed"), &["closed"]), - (UniCase::ascii("offstets"), &["offsets"]), - (UniCase::ascii("fileshystem"), &["filesystem"]), - (UniCase::ascii("raedy"), &["ready"]), - (UniCase::ascii("defalt"), &["default"]), - ( - UniCase::ascii("greate"), - &["greater", "create", "grate", "great"], - ), - (UniCase::ascii("programemers"), &["programmers"]), - (UniCase::ascii("exteneded"), &["extended"]), - (UniCase::ascii("neighbeors"), &["neighbors"]), - (UniCase::ascii("accuratley"), &["accurately"]), - (UniCase::ascii("parallely"), &["parallelly"]), - (UniCase::ascii("althoug"), &["although"]), - (UniCase::ascii("exisit"), &["exist"]), - (UniCase::ascii("acclerometers"), &["accelerometers"]), - (UniCase::ascii("coinsidence"), &["coincidence"]), - (UniCase::ascii("themselve"), &["themselves", "themself"]), - (UniCase::ascii("handshakng"), &["handshaking"]), - (UniCase::ascii("verfifiers"), &["verifiers"]), - (UniCase::ascii("follwowing"), &["following"]), - (UniCase::ascii("obsevrer"), &["observer"]), - (UniCase::ascii("equilibrum"), &["equilibrium"]), - (UniCase::ascii("violoation"), &["violation"]), - (UniCase::ascii("warnigs"), &["warnings"]), - (UniCase::ascii("cuases"), &["causes"]), - (UniCase::ascii("depden"), &["depend"]), - (UniCase::ascii("regulary"), &["regular", "regularly"]), - (UniCase::ascii("ehthernet"), &["ethernet"]), - (UniCase::ascii("custoisable"), &["customisable"]), - (UniCase::ascii("institue"), &["institute"]), - (UniCase::ascii("foriegn"), &["foreign"]), - (UniCase::ascii("causious"), &["cautious"]), - (UniCase::ascii("unconditionnal"), &["unconditional"]), - (UniCase::ascii("extrating"), &["exctracting"]), - (UniCase::ascii("detabase"), &["database"]), - (UniCase::ascii("filld"), &["filled", "filed", "fill"]), - (UniCase::ascii("coallesces"), &["coalesces"]), - (UniCase::ascii("satelites"), &["satellites"]), - (UniCase::ascii("architecutre"), &["architecture"]), - (UniCase::ascii("funczion"), &["function"]), - (UniCase::ascii("execuatables"), &["executables"]), - (UniCase::ascii("renegotiotation"), &["renegotiation"]), - (UniCase::ascii("cacahe"), &["cache"]), - (UniCase::ascii("preocess"), &["process"]), - (UniCase::ascii("vigilence"), &["vigilance"]), - (UniCase::ascii("indpendently"), &["independently"]), - (UniCase::ascii("execultables"), &["executables"]), - (UniCase::ascii("upsream"), &["upstream"]), - (UniCase::ascii("suttling"), &["shuttling"]), - (UniCase::ascii("guarnete"), &["guarantee"]), - (UniCase::ascii("transconder"), &["transcoder"]), - (UniCase::ascii("suggetsion"), &["suggestion"]), - (UniCase::ascii("connectino"), &["connection"]), - (UniCase::ascii("daclaration"), &["declaration"]), - (UniCase::ascii("colected"), &["collected"]), - (UniCase::ascii("tecnicians"), &["technicians"]), - (UniCase::ascii("clinets"), &["clients"]), - (UniCase::ascii("finilizes"), &["finalizes"]), - (UniCase::ascii("ocuntries"), &["countries"]), - (UniCase::ascii("archetecturally"), &["architecturally"]), - (UniCase::ascii("diaster"), &["disaster"]), - (UniCase::ascii("expetc"), &["expect"]), - (UniCase::ascii("depenency"), &["dependency"]), - (UniCase::ascii("intiialise"), &["initialise"]), - (UniCase::ascii("articafts"), &["artifacts"]), - (UniCase::ascii("arogant"), &["arrogant"]), - (UniCase::ascii("negotitators"), &["negotiators"]), - (UniCase::ascii("comminucation"), &["communication"]), - (UniCase::ascii("Febuary"), &["February"]), - (UniCase::ascii("pulisher"), &["publisher"]), - (UniCase::ascii("imapcts"), &["impacts"]), - (UniCase::ascii("seperations"), &["separations"]), - (UniCase::ascii("mutablity"), &["mutability"]), - (UniCase::ascii("conrruptable"), &["corruptible"]), - (UniCase::ascii("executues"), &["executes"]), - (UniCase::ascii("redistirbution"), &["redistribution"]), - (UniCase::ascii("caculation"), &["calculation"]), - (UniCase::ascii("findn"), &["find"]), - (UniCase::ascii("neighberhoofs"), &["neighborhoods"]), - (UniCase::ascii("wnidows"), &["windows", "widows"]), - (UniCase::ascii("technolgy"), &["technology"]), - (UniCase::ascii("proove"), &["prove"]), - (UniCase::ascii("ammong"), &["among"]), - (UniCase::ascii("villin"), &["villi", "villain", "villein"]), - (UniCase::ascii("effecked"), &["effected"]), - (UniCase::ascii("territorist"), &["terrorist"]), - (UniCase::ascii("Vulakn"), &["Vulkan"]), - (UniCase::ascii("addreses"), &["addresses"]), - (UniCase::ascii("debateable"), &["debatable"]), - (UniCase::ascii("movememnts"), &["movements"]), - (UniCase::ascii("dirtyed"), &["dirtied"]), - (UniCase::ascii("redifintions"), &["redefinitions"]), - (UniCase::ascii("deivices"), &["devices"]), - (UniCase::ascii("assocition"), &["association"]), - (UniCase::ascii("equivelent"), &["equivalent"]), - (UniCase::ascii("comnmand"), &["command"]), - (UniCase::ascii("auxillaries"), &["auxiliaries"]), - (UniCase::ascii("correspomdences"), &["correspondences"]), - (UniCase::ascii("accesory"), &["accessory"]), - (UniCase::ascii("faund"), &["found", "fund"]), - (UniCase::ascii("blaclist"), &["blacklist"]), - (UniCase::ascii("secction"), &["section"]), - (UniCase::ascii("sufface"), &["surface"]), - (UniCase::ascii("confunse"), &["confuse"]), - (UniCase::ascii("unverfified"), &["unverified"]), - (UniCase::ascii("unnedded"), &["unneeded"]), - ( - UniCase::ascii("explotation"), - &["exploitation", "exploration"], - ), - (UniCase::ascii("decocding"), &["decoding"]), - (UniCase::ascii("incorect"), &["incorrect"]), - (UniCase::ascii("gauarentee"), &["guarantee"]), - (UniCase::ascii("htikn"), &["think"]), - (UniCase::ascii("conditionaly"), &["conditionally"]), - (UniCase::ascii("primatively"), &["primitively"]), - (UniCase::ascii("begines"), &["begins"]), - (UniCase::ascii("comstraint"), &["constraint"]), - (UniCase::ascii("executng"), &["executing"]), - (UniCase::ascii("destryong"), &["destroying"]), - (UniCase::ascii("delimiiters"), &["delimiters"]), - (UniCase::ascii("diaciritc"), &["diacritic"]), - (UniCase::ascii("desccription"), &["description"]), - (UniCase::ascii("oppinion"), &["opinion"]), - (UniCase::ascii("changuing"), &["changing"]), - (UniCase::ascii("optiones"), &["options"]), - (UniCase::ascii("compatiable"), &["compatible"]), - (UniCase::ascii("re-negotitae"), &["re-negotiate"]), - (UniCase::ascii("appendent"), &["appended"]), - (UniCase::ascii("arbiratily"), &["arbitrarily"]), - (UniCase::ascii("therem"), &["there", "theorem"]), - (UniCase::ascii("arbtirarily"), &["arbitrarily"]), - (UniCase::ascii("indempotent"), &["idempotent"]), - (UniCase::ascii("experimentaally"), &["experimentally"]), - (UniCase::ascii("removefromat"), &["removeformat"]), - (UniCase::ascii("experimaneters"), &["experimenters"]), - (UniCase::ascii("caracteristic"), &["characteristic"]), - (UniCase::ascii("negotiotates"), &["negotiates"]), - (UniCase::ascii("intercontinetal"), &["intercontinental"]), - (UniCase::ascii("colon-seperated"), &["colon-separated"]), - (UniCase::ascii("suble"), &["subtle"]), - (UniCase::ascii("flatened"), &["flattened"]), - (UniCase::ascii("commponents"), &["components"]), - (UniCase::ascii("seemless"), &["seamless"]), - (UniCase::ascii("worflow"), &["workflow"]), - (UniCase::ascii("elemetn"), &["element"]), - (UniCase::ascii("qouting"), &["quoting"]), - (UniCase::ascii("sooaside"), &["suicide"]), - (UniCase::ascii("depdenences"), &["dependences"]), - (UniCase::ascii("tesselator"), &["tessellator"]), - (UniCase::ascii("miscellanous"), &["miscellaneous"]), - (UniCase::ascii("infoms"), &["informs"]), - (UniCase::ascii("mirorred"), &["mirrored"]), - (UniCase::ascii("vulberabilitiy"), &["vulnerability"]), - (UniCase::ascii("beliving"), &["believing"]), - (UniCase::ascii("trasnaction"), &["transaction"]), - (UniCase::ascii("subsitututed"), &["substituted"]), - (UniCase::ascii("paraphenalia"), &["paraphernalia"]), - (UniCase::ascii("propertie"), &["property", "properties"]), - (UniCase::ascii("workbanchs"), &["workbenches"]), - (UniCase::ascii("expersion"), &["expression"]), - (UniCase::ascii("commnad"), &["command"]), - (UniCase::ascii("explenation"), &["explanation"]), - ( - UniCase::ascii("flourescent"), - &["fluorescent", "florescent"], - ), - (UniCase::ascii("tomatoe"), &["tomato"]), - (UniCase::ascii("accension"), &["accession", "ascension"]), - (UniCase::ascii("magolia"), &["magnolia"]), - (UniCase::ascii("abondoning"), &["abandoning"]), - (UniCase::ascii("clea"), &["clean"]), - (UniCase::ascii("furthemore"), &["furthermore"]), - (UniCase::ascii("evalutaions"), &["evaluations"]), - (UniCase::ascii("ubelievebly"), &["unbelievably"]), - (UniCase::ascii("containging"), &["containing"]), - (UniCase::ascii("individauly"), &["individually"]), - (UniCase::ascii("folliwong"), &["following"]), - (UniCase::ascii("uplodad"), &["upload", "uploaded"]), - (UniCase::ascii("throtting"), &["throttling", "trotting"]), - (UniCase::ascii("sepearet"), &["separate"]), - (UniCase::ascii("suburburban"), &["suburban"]), - (UniCase::ascii("positoined"), &["positioned"]), - (UniCase::ascii("transacion"), &["transaction"]), - ( - UniCase::ascii("sttings"), - &["strings", "settings", "sittings"], - ), - (UniCase::ascii("becuase"), &["because"]), - (UniCase::ascii("resoource"), &["resource"]), - (UniCase::ascii("enalbed"), &["enabled"]), - (UniCase::ascii("algoprithmically"), &["algorithmically"]), - (UniCase::ascii("severirities"), &["severities"]), - (UniCase::ascii("exceutables"), &["executables"]), - (UniCase::ascii("aliginment"), &["alignment"]), - (UniCase::ascii("aribitary"), &["arbitrary"]), - (UniCase::ascii("infact"), &["in fact"]), - (UniCase::ascii("uninitalized"), &["uninitialized"]), - (UniCase::ascii("propators"), &["propagators"]), - (UniCase::ascii("affort"), &["afford", "effort"]), - (UniCase::ascii("aare"), &["are"]), - (UniCase::ascii("preseverence"), &["perseverance"]), - (UniCase::ascii("provdided"), &["provided"]), - (UniCase::ascii("enitities"), &["entities"]), - (UniCase::ascii("speficifcally"), &["specifically"]), - (UniCase::ascii("adivsories"), &["advisories"]), - (UniCase::ascii("diemsion"), &["dimension"]), - (UniCase::ascii("servies"), &["services"]), - (UniCase::ascii("movememts"), &["movements"]), - (UniCase::ascii("swaping"), &["swapping"]), - (UniCase::ascii("fxed"), &["fixed"]), - (UniCase::ascii("itnerest"), &["interest"]), - (UniCase::ascii("movemet"), &["movement"]), - (UniCase::ascii("ephememeral"), &["ephemeral"]), - (UniCase::ascii("neighbeorhood"), &["neighborhood"]), - (UniCase::ascii("alevt"), &["alert"]), - (UniCase::ascii("methoden"), &["methods"]), - (UniCase::ascii("transmist"), &["transmit"]), - (UniCase::ascii("expewrimented"), &["experimented"]), - (UniCase::ascii("detatches"), &["detaches"]), - (UniCase::ascii("expementation"), &["experimentation"]), - (UniCase::ascii("trustworthyness"), &["trustworthiness"]), - (UniCase::ascii("documentaion"), &["documentation"]), - (UniCase::ascii("experessed"), &["expressed"]), - (UniCase::ascii("quiessent"), &["quiescent"]), - (UniCase::ascii("attrubte"), &["attribute"]), - (UniCase::ascii("ciphr"), &["cipher"]), - (UniCase::ascii("gropus"), &["groups", "gropes"]), - (UniCase::ascii("clsoe"), &["close"]), - (UniCase::ascii("platofms"), &["platforms"]), - (UniCase::ascii("sufocating"), &["suffocating"]), - (UniCase::ascii("stingent"), &["stringent"]), - (UniCase::ascii("cutom"), &["custom"]), - (UniCase::ascii("increas"), &["increase"]), - (UniCase::ascii("devloping"), &["developing"]), - (UniCase::ascii("siduction"), &["seduction"]), - (UniCase::ascii("confgure"), &["configure"]), - (UniCase::ascii("renegotioated"), &["renegotiated"]), - (UniCase::ascii("extention"), &["extension"]), - (UniCase::ascii("imlements"), &["implements"]), - (UniCase::ascii("autoeselect"), &["autoselect"]), - (UniCase::ascii("envirionment"), &["environment"]), - (UniCase::ascii("eqaulity"), &["equality"]), - (UniCase::ascii("outputof"), &["output-of"]), - (UniCase::ascii("alinged"), &["aligned"]), - (UniCase::ascii("considred"), &["considered"]), - (UniCase::ascii("permision"), &["permission"]), - (UniCase::ascii("ignorgs"), &["ignores"]), - (UniCase::ascii("permisions"), &["permissions"]), - (UniCase::ascii("modulie"), &["module"]), - (UniCase::ascii("particually"), &["particularly"]), - (UniCase::ascii("authenatication"), &["authentication"]), - (UniCase::ascii("divde"), &["divide"]), - (UniCase::ascii("channnels"), &["channels"]), - (UniCase::ascii("contructed"), &["constructed"]), - (UniCase::ascii("importd"), &["imported"]), - (UniCase::ascii("promiss"), &["promise"]), - (UniCase::ascii("capabilitiies"), &["capabilities"]), - (UniCase::ascii("exapend"), &["expand"]), - (UniCase::ascii("apllies"), &["applies"]), - (UniCase::ascii("orthognal"), &["orthogonal"]), - (UniCase::ascii("Celcius"), &["Celsius"]), - (UniCase::ascii("accessort"), &["accessor"]), - (UniCase::ascii("sucessed"), &["succeeded"]), - (UniCase::ascii("implementaion"), &["implementation"]), - (UniCase::ascii("encordings"), &["encodings"]), - (UniCase::ascii("lileral"), &["literal"]), - (UniCase::ascii("creats"), &["creates"]), - (UniCase::ascii("arithemtic"), &["arithmetic"]), - (UniCase::ascii("crucifiction"), &["crucifixion"]), - (UniCase::ascii("pssed"), &["passed"]), - (UniCase::ascii("weired"), &["weird"]), - (UniCase::ascii("ciphes"), &["ciphers"]), - (UniCase::ascii("experimtener"), &["experimenter"]), - (UniCase::ascii("delivared"), &["delivered"]), - (UniCase::ascii("millenials"), &["millennials"]), - (UniCase::ascii("dervie"), &["derive"]), - (UniCase::ascii("intergers"), &["integers"]), - (UniCase::ascii("outllook"), &["outlook"]), - (UniCase::ascii("absoluute"), &["absolute"]), - (UniCase::ascii("recuring"), &["recurring"]), - (UniCase::ascii("bastractor"), &["abstractor"]), - (UniCase::ascii("multy-thread"), &["multithread"]), - (UniCase::ascii("portaits"), &["portraits"]), - (UniCase::ascii("postmage"), &["postimage"]), - (UniCase::ascii("cofirm"), &["confirm"]), - (UniCase::ascii("interacsion"), &["interaction"]), - (UniCase::ascii("sitation"), &["situation"]), - (UniCase::ascii("froniter"), &["frontier"]), - (UniCase::ascii("offsetp"), &["offset"]), - (UniCase::ascii("sensitivty"), &["sensitivity"]), - (UniCase::ascii("inmediately"), &["immediately"]), - (UniCase::ascii("mmatching"), &["matching"]), - (UniCase::ascii("uncorectly"), &["incorrectly"]), - (UniCase::ascii("autentication"), &["authentication"]), - (UniCase::ascii("subsquently"), &["subsequently"]), - (UniCase::ascii("substituion"), &["substitution"]), - (UniCase::ascii("chiuldren"), &["children"]), - (UniCase::ascii("matser"), &["master"]), - (UniCase::ascii("persuits"), &["pursuits"]), - (UniCase::ascii("wereas"), &["whereas"]), - (UniCase::ascii("expicit"), &["explicit"]), - (UniCase::ascii("seqense"), &["sequence"]), - (UniCase::ascii("perfomenaces"), &["performances"]), - (UniCase::ascii("envaluation"), &["evaluation"]), - (UniCase::ascii("transcocded"), &["transcoded"]), - (UniCase::ascii("construrtors"), &["constructors"]), - (UniCase::ascii("radation"), &["radiation"]), - (UniCase::ascii("firmwre"), &["firmware"]), - (UniCase::ascii("pleacing"), &["placing"]), - (UniCase::ascii("rememer"), &["remember"]), - (UniCase::ascii("continuem"), &["continuum"]), - (UniCase::ascii("trnsfer"), &["transfer"]), - (UniCase::ascii("desogner"), &["designer"]), - (UniCase::ascii("deamonise"), &["daemonise"]), - (UniCase::ascii("whilw"), &["while"]), - (UniCase::ascii("arrangnig"), &["arranging"]), - (UniCase::ascii("execuates"), &["executes"]), - (UniCase::ascii("devolopement"), &["development"]), - (UniCase::ascii("rouine"), &["routine"]), - (UniCase::ascii("gueswork"), &["guesswork"]), - (UniCase::ascii("renegotionators"), &["renegotiators"]), - (UniCase::ascii("ovrides"), &["overrides"]), - (UniCase::ascii("decending"), &["descending"]), - (UniCase::ascii("beliefing"), &["believing"]), - (UniCase::ascii("vulberabuilties"), &["vulnerabilities"]), - (UniCase::ascii("progarammed"), &["programmed"]), - (UniCase::ascii("hierarhcical"), &["hierarchical"]), - (UniCase::ascii("experimints"), &["experiments"]), - (UniCase::ascii("adventages"), &["advantages"]), - (UniCase::ascii("vietnamesea"), &["Vietnamese"]), - (UniCase::ascii("entrepeneur"), &["entrepreneur"]), - (UniCase::ascii("inherithing"), &["inheriting"]), - (UniCase::ascii("auto-negoziation"), &["auto-negotiation"]), - (UniCase::ascii("differetnt"), &["different"]), - (UniCase::ascii("stronlgy"), &["strongly"]), - (UniCase::ascii("cassawory"), &["cassowary"]), - (UniCase::ascii("instnsiated"), &["instantiated"]), - (UniCase::ascii("outter"), &["outer"]), - (UniCase::ascii("guassian"), &["Gaussian"]), - (UniCase::ascii("genreating"), &["generating"]), - (UniCase::ascii("searcahble"), &["searchable"]), - (UniCase::ascii("extenson"), &["extension"]), - (UniCase::ascii("meta-attrubutes"), &["meta-attributes"]), - (UniCase::ascii("dependand"), &["dependent"]), - (UniCase::ascii("refeshing"), &["refreshing"]), - (UniCase::ascii("whethter"), &["whether"]), - (UniCase::ascii("exceutor"), &["executor"]), - (UniCase::ascii("speficitiers"), &["specifiers"]), - (UniCase::ascii("executbale"), &["executable"]), - (UniCase::ascii("pointes"), &["points"]), - (UniCase::ascii("propotions"), &["proportions", "promotions"]), - (UniCase::ascii("opeator"), &["operator"]), - (UniCase::ascii("wholey"), &["wholly"]), - (UniCase::ascii("dealte"), &["delete"]), - (UniCase::ascii("achitecture"), &["architecture"]), - (UniCase::ascii("outupts"), &["outputs"]), - (UniCase::ascii("pointss"), &["points"]), - (UniCase::ascii("depedencys"), &["dependencies"]), - (UniCase::ascii("predicitons"), &["predictions"]), - (UniCase::ascii("sepearators"), &["separators"]), - (UniCase::ascii("ciruit"), &["circuit"]), - (UniCase::ascii("bottome"), &["bottom"]), - (UniCase::ascii("contants"), &["constants", "contents"]), - (UniCase::ascii("mutliplication"), &["multiplication"]), - (UniCase::ascii("addopt"), &["adopt"]), - (UniCase::ascii("predefiined"), &["predefined"]), - (UniCase::ascii("comapany"), &["company"]), - (UniCase::ascii("capabiltity"), &["capability"]), - (UniCase::ascii("docucument"), &["document"]), - (UniCase::ascii("acchieve"), &["achieve"]), - (UniCase::ascii("guareentees"), &["guarantees"]), - (UniCase::ascii("inheritage"), &["heritage", "inheritance"]), - (UniCase::ascii("decieds"), &["decides"]), - (UniCase::ascii("reclaimation"), &["reclamation"]), - (UniCase::ascii("cnat\'"), &["can\'t"]), - (UniCase::ascii("maitainers"), &["maintainers"]), - (UniCase::ascii("reslut"), &["result"]), - (UniCase::ascii("handshacke"), &["handshake"]), - (UniCase::ascii("expewrimenters"), &["experimenters"]), - (UniCase::ascii("strirngification"), &["stringification"]), - (UniCase::ascii("allmost"), &["almost"]), - (UniCase::ascii("meachnism"), &["mechanism"]), - (UniCase::ascii("unfortunaly"), &["unfortunately"]), - (UniCase::ascii("previou"), &["previous"]), - (UniCase::ascii("unitilizing"), &["uninitializing"]), - (UniCase::ascii("evovler"), &["evolver"]), - (UniCase::ascii("cuasing"), &["causing"]), - (UniCase::ascii("multiplicites"), &["multiplicities"]), - (UniCase::ascii("mtuually"), &["mutually"]), - (UniCase::ascii("transsend"), &["transcend"]), - (UniCase::ascii("seprarate"), &["separate"]), - (UniCase::ascii("dowloaders"), &["downloaders"]), - (UniCase::ascii("opeings"), &["openings"]), - (UniCase::ascii("ccordinate"), &["coordinate"]), - (UniCase::ascii("callef"), &["called"]), - (UniCase::ascii("requrirement"), &["requirement"]), - (UniCase::ascii("interliveing"), &["interleaving"]), - (UniCase::ascii("airbourne"), &["airborne"]), - (UniCase::ascii("meachnisms"), &["mechanisms"]), - (UniCase::ascii("vulnarability"), &["vulnerability"]), - (UniCase::ascii("sestatusbar"), &["setstatusbar"]), - (UniCase::ascii("buissinesses"), &["businesses"]), - ( - UniCase::ascii("accessoires"), - &["accessories", "accessorise"], - ), - (UniCase::ascii("gunanine"), &["guanine"]), - (UniCase::ascii("customsied"), &["customised"]), - (UniCase::ascii("rememebering"), &["remembering"]), - (UniCase::ascii("flewant"), &["fluent"]), - (UniCase::ascii("instansiate"), &["instantiate"]), - (UniCase::ascii("indepdendet"), &["independent"]), - (UniCase::ascii("coners"), &["corners", "coroners"]), - (UniCase::ascii("accorting"), &["according"]), - (UniCase::ascii("traslucency"), &["translucency"]), - (UniCase::ascii("accurracy"), &["accuracy"]), - (UniCase::ascii("impcating"), &["impacting"]), - (UniCase::ascii("repecting"), &["respecting"]), - (UniCase::ascii("certficates"), &["certificates"]), - (UniCase::ascii("neighbeurgh"), &["neighbour"]), - (UniCase::ascii("correctably"), &["correctable"]), - (UniCase::ascii("showvinism"), &["chauvinism"]), - (UniCase::ascii("norhern"), &["northern"]), - (UniCase::ascii("virtualisaion"), &["virtualisation"]), - (UniCase::ascii("shwo"), &["show"]), - (UniCase::ascii("ouputarea"), &["outputarea"]), - ( - UniCase::ascii("chipers"), - &["ciphers", "chippers", "chimers"], - ), - (UniCase::ascii("repete"), &["repeat"]), - (UniCase::ascii("assemby"), &["assembly"]), - (UniCase::ascii("folliwing"), &["following"]), - (UniCase::ascii("aviable"), &["available"]), - (UniCase::ascii("poligons"), &["polygons"]), - (UniCase::ascii("explizit"), &["explicit"]), - (UniCase::ascii("cahgnes"), &["changes"]), - (UniCase::ascii("modfiers"), &["modifiers"]), - (UniCase::ascii("pthreds"), &["pthreads"]), - (UniCase::ascii("seemes"), &["seems"]), - (UniCase::ascii("dreasm"), &["dreams"]), - (UniCase::ascii("omniverously"), &["omnivorously"]), - (UniCase::ascii("backgournd"), &["background"]), - (UniCase::ascii("preven"), &["prevent"]), - (UniCase::ascii("donain"), &["domain"]), - (UniCase::ascii("critisize"), &["criticise", "criticize"]), - (UniCase::ascii("summmaries"), &["summaries"]), - (UniCase::ascii("addapts"), &["adapts"]), - (UniCase::ascii("autheticator"), &["authenticator"]), - (UniCase::ascii("renegotatied"), &["renegotiated"]), - (UniCase::ascii("mor"), &["more"]), - (UniCase::ascii("stringifed"), &["stringified"]), - (UniCase::ascii("defailt"), &["default"]), - (UniCase::ascii("mothing"), &["nothing"]), - (UniCase::ascii("dynmaic"), &["dynamic"]), - (UniCase::ascii("accoridng"), &["according"]), - (UniCase::ascii("automaitcally"), &["automatically"]), - (UniCase::ascii("transtormed"), &["transformed"]), - (UniCase::ascii("decomoposition"), &["decomposition"]), - (UniCase::ascii("implenting"), &["implementing"]), - (UniCase::ascii("coallecing"), &["coalescing"]), - (UniCase::ascii("otained"), &["obtained"]), - (UniCase::ascii("sanytize"), &["sanitize"]), - (UniCase::ascii("apenines"), &["Apennines"]), - (UniCase::ascii("re-negociation"), &["re-negotiation"]), - (UniCase::ascii("caluclate"), &["calculate"]), - (UniCase::ascii("expolde"), &["explode"]), - (UniCase::ascii("uplaod"), &["upload"]), - (UniCase::ascii("butterly"), &["butterfly"]), - (UniCase::ascii("requies"), &["requires"]), - (UniCase::ascii("sysematic"), &["systematic"]), - (UniCase::ascii("rewriable"), &["rewritable", "reliable"]), - (UniCase::ascii("juristiction"), &["jurisdiction"]), - (UniCase::ascii("resembes"), &["resembles"]), - (UniCase::ascii("parrakeets"), &["parakeets"]), - (UniCase::ascii("alrms"), &["alarms"]), - (UniCase::ascii("foorter"), &["footer"]), - (UniCase::ascii("insalled"), &["installed"]), - (UniCase::ascii("spreaded"), &["spread"]), - (UniCase::ascii("conenctivities"), &["connectivities"]), - (UniCase::ascii("accodrance"), &["accordance"]), - (UniCase::ascii("abov"), &["above"]), - (UniCase::ascii("speficitally"), &["specifically"]), - (UniCase::ascii("spefiifeid"), &["specified"]), - (UniCase::ascii("algotrithmically"), &["algorithmically"]), - (UniCase::ascii("decie"), &["decide"]), - (UniCase::ascii("inlcludes"), &["includes"]), - (UniCase::ascii("caharacters"), &["characters"]), - (UniCase::ascii("mimimise"), &["minimise", "minimize"]), - (UniCase::ascii("travercal"), &["traversal"]), - (UniCase::ascii("adresing"), &["addressing"]), - (UniCase::ascii("precison"), &["precision"]), - (UniCase::ascii("costumary"), &["customary"]), - (UniCase::ascii("follw"), &["follow"]), - (UniCase::ascii("etablished"), &["established"]), - (UniCase::ascii("playge"), &["plague"]), - (UniCase::ascii("mocrocontroller"), &["microcontroller"]), - (UniCase::ascii("tonihgt"), &["tonight"]), - (UniCase::ascii("toglle"), &["toggle"]), - (UniCase::ascii("comnpress"), &["compress"]), - (UniCase::ascii("separted"), &["separated"]), - (UniCase::ascii("resoourced"), &["resourced"]), - (UniCase::ascii("kubernates"), &["Kubernetes"]), - (UniCase::ascii("herad"), &["heard", "Hera"]), - (UniCase::ascii("unmodifable"), &["unmodifiable"]), - (UniCase::ascii("disard"), &["discard"]), - (UniCase::ascii("beaon"), &["beacon"]), - (UniCase::ascii("reutrn"), &["return"]), - (UniCase::ascii("spreedsheet"), &["spreadsheet"]), - (UniCase::ascii("maping"), &["mapping"]), - (UniCase::ascii("alogrithmic"), &["algorithmic"]), - (UniCase::ascii("channnel"), &["channel"]), - (UniCase::ascii("cordinate"), &["coordinate"]), - (UniCase::ascii("re-negotatiable"), &["re-negotiable"]), - (UniCase::ascii("contibuted"), &["contributed"]), - (UniCase::ascii("connnecting"), &["connecting"]), - (UniCase::ascii("lient"), &["client", "clients"]), - (UniCase::ascii("commputing"), &["computing"]), - (UniCase::ascii("paralelle"), &["parallel"]), - (UniCase::ascii("infinately"), &["infinitely"]), - (UniCase::ascii("trasforming"), &["transforming"]), - (UniCase::ascii("platfrom"), &["platform"]), - (UniCase::ascii("vizualise"), &["visualise"]), - (UniCase::ascii("backgrunds"), &["backgrounds"]), - (UniCase::ascii("follwoeinwg"), &["following"]), - (UniCase::ascii("incorperates"), &["incorporates"]), - (UniCase::ascii("desrired"), &["desired"]), - (UniCase::ascii("wardobe"), &["wardrobe"]), - (UniCase::ascii("bouqet"), &["bouquet"]), - (UniCase::ascii("configruation"), &["configuration"]), - (UniCase::ascii("subsequest"), &["subsequent"]), - (UniCase::ascii("extracter"), &["extractor"]), - (UniCase::ascii("deamonised"), &["daemonised"]), - (UniCase::ascii("scannning"), &["scanning"]), - (UniCase::ascii("shouod"), &["should"]), - (UniCase::ascii("rememors"), &["remembers"]), - (UniCase::ascii("vizualized"), &["visualized"]), - (UniCase::ascii("tennisplayer"), &["tennis player"]), - (UniCase::ascii("discontinous"), &["discontinuous"]), - (UniCase::ascii("mocules"), &["modules"]), - (UniCase::ascii("irregulierties"), &["irregularities"]), - (UniCase::ascii("initilize"), &["initialize"]), - (UniCase::ascii("desribing"), &["describing"]), - (UniCase::ascii("unavaible"), &["unavailable"]), - (UniCase::ascii("argumement"), &["argument"]), - (UniCase::ascii("whitchever"), &["whichever"]), - (UniCase::ascii("conrol"), &["control"]), - (UniCase::ascii("verndor"), &["vendor"]), - (UniCase::ascii("litarals"), &["literals"]), - (UniCase::ascii("otherwsise"), &["otherwise"]), - (UniCase::ascii("isconnection"), &["isconnected"]), - (UniCase::ascii("beacause"), &["because"]), - (UniCase::ascii("partically"), &["partially"]), - (UniCase::ascii("speficillically"), &["specifically"]), - (UniCase::ascii("descriminate"), &["discriminate"]), - (UniCase::ascii("Dardenelles"), &["Dardanelles"]), - (UniCase::ascii("prerequisit"), &["prerequisite"]), - (UniCase::ascii("accumlating"), &["accumulating"]), - (UniCase::ascii("swithcing"), &["switching"]), - (UniCase::ascii("ninties"), &["nineties", "1990s"]), - (UniCase::ascii("inconviniences"), &["inconveniences"]), - (UniCase::ascii("innosense"), &["innocence"]), - (UniCase::ascii("primarly"), &["primarily"]), - (UniCase::ascii("scnearios"), &["scenarios"]), - (UniCase::ascii("colaborations"), &["collaborations"]), - (UniCase::ascii("unavaialbel"), &["unavailable"]), - (UniCase::ascii("undertsand"), &["understand"]), - (UniCase::ascii("neighorhoods"), &["neighborhoods"]), - (UniCase::ascii("inludes"), &["includes"]), - (UniCase::ascii("avaiable"), &["available"]), - (UniCase::ascii("neighbhors"), &["neighbors"]), - (UniCase::ascii("crossreferenced"), &["cross-referenced"]), - (UniCase::ascii("infintesimal"), &["infinitesimal"]), - (UniCase::ascii("dataet"), &["dataset"]), - (UniCase::ascii("pontuation"), &["punctuation"]), - (UniCase::ascii("co-opearte"), &["co-operate"]), - (UniCase::ascii("constrcut"), &["construct"]), - (UniCase::ascii("termo"), &["thermo"]), - (UniCase::ascii("allegedy"), &["allegedly"]), - (UniCase::ascii("throughly"), &["thoroughly"]), - (UniCase::ascii("rearrangse"), &["rearranges"]), - (UniCase::ascii("archimedian"), &["archimedean"]), - (UniCase::ascii("songlar"), &["singular"]), - (UniCase::ascii("inlusive"), &["inclusive"]), - (UniCase::ascii("compunds"), &["compounds"]), - (UniCase::ascii("compatatble"), &["compatible"]), - (UniCase::ascii("terminater"), &["terminator"]), - (UniCase::ascii("blodk"), &["block"]), - (UniCase::ascii("comparistons"), &["comparisons"]), - (UniCase::ascii("areea"), &["area"]), - (UniCase::ascii("lazyness"), &["laziness"]), - (UniCase::ascii("operaands"), &["operands"]), - (UniCase::ascii("chescksums"), &["checksums"]), - (UniCase::ascii("cahanges"), &["changes"]), - (UniCase::ascii("communuication"), &["communication"]), - (UniCase::ascii("ambuguity"), &["ambiguity"]), - (UniCase::ascii("pracitcal"), &["practical"]), - (UniCase::ascii("vrituoso"), &["virtuoso"]), - (UniCase::ascii("disscusion"), &["discussion"]), - (UniCase::ascii("persue"), &["pursue"]), - (UniCase::ascii("follfow"), &["follow"]), - (UniCase::ascii("hight"), &["height", "high"]), - (UniCase::ascii("renegotable"), &["renegotiable"]), - (UniCase::ascii("syncronised"), &["synchronised"]), - (UniCase::ascii("corordinates"), &["coordinates"]), - (UniCase::ascii("dissmantles"), &["dismantles"]), - (UniCase::ascii("implemeneted"), &["implemented"]), - (UniCase::ascii("crurrent"), &["current"]), - (UniCase::ascii("correspomdence"), &["correspondence"]), - (UniCase::ascii("wipoing"), &["wiping"]), - (UniCase::ascii("comparations"), &["comparisons"]), - (UniCase::ascii("missleading"), &["misleading"]), - (UniCase::ascii("minimun"), &["minimum"]), - (UniCase::ascii("cascace"), &["cascade"]), - (UniCase::ascii("secuely"), &["securely"]), - (UniCase::ascii("exeedingly"), &["exceedingly"]), - (UniCase::ascii("wierd"), &["weird"]), - (UniCase::ascii("vulberabulility"), &["vulnerability"]), - (UniCase::ascii("folls"), &["follows"]), - (UniCase::ascii("expementer"), &["experimenter"]), - (UniCase::ascii("isotrophically"), &["isotropically"]), - (UniCase::ascii("reacher"), &["richer"]), - (UniCase::ascii("clory"), &["glory"]), - (UniCase::ascii("prviate"), &["private"]), - (UniCase::ascii("snaping"), &["snapping"]), - (UniCase::ascii("dowloader"), &["downloader"]), - (UniCase::ascii("logicaly"), &["logically"]), - (UniCase::ascii("wathc"), &["watch"]), - (UniCase::ascii("distirbuted"), &["distributed"]), - (UniCase::ascii("workstaion"), &["workstation"]), - (UniCase::ascii("sucesssfull"), &["successful"]), - (UniCase::ascii("ciriteria"), &["criteria"]), - (UniCase::ascii("excetpions"), &["exceptions"]), - (UniCase::ascii("depreacted"), &["deprecated"]), - (UniCase::ascii("transitor"), &["transistor"]), - (UniCase::ascii("adddresses"), &["addresses"]), - (UniCase::ascii("librabries"), &["libraries"]), - (UniCase::ascii("re-uplaoded"), &["re-uploaded"]), - (UniCase::ascii("folliwiong"), &["following"]), - (UniCase::ascii("desinger"), &["designer"]), - (UniCase::ascii("notifed"), &["notified"]), - (UniCase::ascii("conviniency"), &["convenience"]), - (UniCase::ascii("minerial"), &["mineral"]), - (UniCase::ascii("requeset"), &["request", "requisite"]), - (UniCase::ascii("shoudld"), &["should"]), - (UniCase::ascii("ordner"), &["order"]), - (UniCase::ascii("folliwng"), &["following"]), - (UniCase::ascii("alledges"), &["alleges"]), - (UniCase::ascii("facillities"), &["facilities"]), - (UniCase::ascii("venemous"), &["venomous"]), - (UniCase::ascii("statubar"), &["statusbar"]), - (UniCase::ascii("compatiblities"), &["compatibilities"]), - (UniCase::ascii("wiat"), &["wait"]), - (UniCase::ascii("buad"), &["baud"]), - (UniCase::ascii("uncommmitted"), &["uncommitted"]), - (UniCase::ascii("devce"), &["device"]), - ( - UniCase::ascii("subnegoptionsotiations"), - &["subnegotiations"], - ), - (UniCase::ascii("assuembly"), &["assembly"]), - (UniCase::ascii("deregisted"), &["deregistered"]), - (UniCase::ascii("reintepret"), &["reinterpret"]), - (UniCase::ascii("nedded"), &["needed"]), - (UniCase::ascii("tabeview"), &["tabview"]), - (UniCase::ascii("wya"), &["way"]), - (UniCase::ascii("utilitizing"), &["utilizing"]), - (UniCase::ascii("non-indentended"), &["non-indented"]), - (UniCase::ascii("preserrved"), &["preserved"]), - (UniCase::ascii("covere"), &["cover"]), - (UniCase::ascii("nedle"), &["needle"]), - (UniCase::ascii("unexecptedly"), &["unexpectedly"]), - (UniCase::ascii("setis"), &["set is", "settees"]), - (UniCase::ascii("adavanced"), &["advanced"]), - (UniCase::ascii("wholy"), &["wholly", "holy"]), - (UniCase::ascii("riminding"), &["reminding"]), - (UniCase::ascii("complet"), &["complete"]), - (UniCase::ascii("insepsion"), &["inception"]), - (UniCase::ascii("reudctions"), &["reductions"]), - (UniCase::ascii("mebrains"), &["membranes"]), - (UniCase::ascii("acition"), &["action"]), - (UniCase::ascii("appropiately"), &["appropriately"]), - (UniCase::ascii("committi"), &["committee"]), - (UniCase::ascii("becauses"), &["because"]), - (UniCase::ascii("non-negotitaed"), &["non-negotiated"]), - (UniCase::ascii("consructor"), &["constructor"]), - (UniCase::ascii("exlcusive"), &["exclusive"]), - (UniCase::ascii("experimentel"), &["experimental"]), - (UniCase::ascii("simpy"), &["simply"]), - (UniCase::ascii("submition"), &["submission"]), - (UniCase::ascii("insersects"), &["intersects"]), - (UniCase::ascii("commedic"), &["comedic"]), - (UniCase::ascii("soliliquy"), &["soliloquy"]), - (UniCase::ascii("astiimate"), &["estimate"]), - (UniCase::ascii("propmter"), &["prompter"]), - (UniCase::ascii("re-negotitions"), &["re-negotiations"]), - (UniCase::ascii("corrsponded"), &["corresponded"]), - (UniCase::ascii("assingled"), &["assigned"]), - (UniCase::ascii("cuvres"), &["curves", "covers"]), - (UniCase::ascii("thiks"), &["thinks"]), - (UniCase::ascii("somwhere"), &["somewhere"]), - (UniCase::ascii("funchtionnal"), &["functional"]), - ( - UniCase::ascii("shystemmemory"), - &["systemmemory", "system memory"], - ), - (UniCase::ascii("incoporating"), &["incorporating"]), - (UniCase::ascii("beginnig"), &["beginning"]), - (UniCase::ascii("seatch"), &["search"]), - (UniCase::ascii("workstaition"), &["workstation"]), - (UniCase::ascii("enetered"), &["entered"]), - (UniCase::ascii("reigster"), &["register"]), - (UniCase::ascii("pimxap"), &["pixmap"]), - (UniCase::ascii("selt"), &["set", "self", "sold"]), - (UniCase::ascii("initialyl"), &["initially"]), - (UniCase::ascii("dissasembling"), &["disassembling"]), - (UniCase::ascii("adiditon"), &["addition"]), - (UniCase::ascii("sqeuence"), &["sequence"]), - (UniCase::ascii("commmands"), &["commands"]), - (UniCase::ascii("re-negothiated"), &["re-negotiated"]), - (UniCase::ascii("highes"), &["highest", "highs"]), - (UniCase::ascii("recylcing"), &["recycling"]), - (UniCase::ascii("spefixeis"), &["specifies"]), - (UniCase::ascii("cances"), &["cancel"]), - (UniCase::ascii("comparigon"), &["comparison"]), - (UniCase::ascii("regart"), &["regard"]), - (UniCase::ascii("tecnique"), &["technique"]), - (UniCase::ascii("prerequiste"), &["prerequisite"]), - (UniCase::ascii("specificated"), &["specified"]), - (UniCase::ascii("negotion"), &["negotiation"]), - (UniCase::ascii("timestanps"), &["timestamps", "timespans"]), - (UniCase::ascii("libraty"), &["library"]), - (UniCase::ascii("acchieves"), &["achieves"]), - (UniCase::ascii("expempted"), &["exempted"]), - (UniCase::ascii("substitude"), &["substitute"]), - (UniCase::ascii("averload"), &["overload"]), - (UniCase::ascii("clearted"), &["cleared"]), - (UniCase::ascii("opthamologist"), &["ophthalmologist"]), - (UniCase::ascii("experimenating"), &["experimenting"]), - (UniCase::ascii("imlimenting"), &["implementing"]), - (UniCase::ascii("sprinf"), &["sprintf"]), - (UniCase::ascii("lke"), &["like"]), - (UniCase::ascii("maitained"), &["maintained"]), - (UniCase::ascii("pasword"), &["password"]), - (UniCase::ascii("sturcture"), &["structure"]), - (UniCase::ascii("capabable"), &["capable"]), - (UniCase::ascii("mormalize"), &["normalize"]), - (UniCase::ascii("assumas"), &["assumes"]), - (UniCase::ascii("rouines"), &["routines"]), - (UniCase::ascii("detetes"), &["deletes", "detects"]), - ( - UniCase::ascii("aline"), - &["align", "a line", "line", "saline"], - ), - (UniCase::ascii("re-negogtiates"), &["re-negotiates"]), - (UniCase::ascii("heirarchically"), &["hierarchically"]), - (UniCase::ascii("normaly"), &["normally"]), - (UniCase::ascii("exeption"), &["exception", "exemption"]), - (UniCase::ascii("manualyy"), &["manually"]), - (UniCase::ascii("scolling"), &["scrolling"]), - (UniCase::ascii("examin"), &["examine", "examining"]), - (UniCase::ascii("disretion"), &["discretion"]), - (UniCase::ascii("assue"), &["assume", "assure"]), - (UniCase::ascii("caperbility"), &["capability"]), - (UniCase::ascii("cedentials"), &["credentials"]), - (UniCase::ascii("apppends"), &["appends"]), - (UniCase::ascii("defult"), &["default"]), - (UniCase::ascii("perimetre"), &["perimeter"]), - (UniCase::ascii("proximty"), &["proximity"]), - (UniCase::ascii("conet"), &["connect"]), - (UniCase::ascii("thay"), &["they"]), - (UniCase::ascii("re-negoitations"), &["re-negotiations"]), - (UniCase::ascii("straigth"), &["straight"]), - (UniCase::ascii("disapline"), &["discipline"]), - (UniCase::ascii("implented"), &["implemented"]), - (UniCase::ascii("opthalmologist"), &["ophthalmologist"]), - (UniCase::ascii("repace"), &["replace"]), - (UniCase::ascii("intersts"), &["interests"]), - (UniCase::ascii("exspect"), &["expect"]), - (UniCase::ascii("independance"), &["independence"]), - (UniCase::ascii("filsystem"), &["filesystem"]), - (UniCase::ascii("unnecesary"), &["unnecessary"]), - (UniCase::ascii("nagatives"), &["negatives"]), - (UniCase::ascii("paraemeters"), &["parameters"]), - (UniCase::ascii("poiter"), &["pointer"]), - (UniCase::ascii("sertificate"), &["certificate"]), - (UniCase::ascii("sholder"), &["shoulder"]), - (UniCase::ascii("instersction"), &["intersection"]), - (UniCase::ascii("vlues"), &["values"]), - (UniCase::ascii("aapply"), &["apply"]), - (UniCase::ascii("languges"), &["languages"]), - (UniCase::ascii("innocous"), &["innocuous"]), - (UniCase::ascii("regorded"), &["recorded"]), - (UniCase::ascii("abosultely"), &["absolutely"]), - (UniCase::ascii("jodpers"), &["jodhpurs"]), - (UniCase::ascii("blessd"), &["blessed"]), - (UniCase::ascii("behavoirs"), &["behaviors"]), - (UniCase::ascii("mischevious"), &["mischievous"]), - (UniCase::ascii("kerenls"), &["kernels"]), - (UniCase::ascii("anounced"), &["announced"]), - (UniCase::ascii("upsteramed"), &["upstreamed"]), - (UniCase::ascii("frambuffer"), &["framebuffer"]), - (UniCase::ascii("rerwite"), &["rewrite"]), - (UniCase::ascii("branchs"), &["branches"]), - (UniCase::ascii("medhod"), &["method"]), - (UniCase::ascii("listernes"), &["listeners"]), - (UniCase::ascii("reworkd"), &["reworked"]), - (UniCase::ascii("aleviating"), &["alleviating"]), - (UniCase::ascii("continueing"), &["continuing"]), - (UniCase::ascii("selction"), &["selection"]), - (UniCase::ascii("stricteir"), &["stricter"]), - (UniCase::ascii("sepearetly"), &["separately"]), - (UniCase::ascii("vertifiable"), &["verifiable"]), - (UniCase::ascii("subsitutution"), &["substitution"]), - (UniCase::ascii("absoluet"), &["absolute"]), - (UniCase::ascii("deconstracted"), &["deconstructed"]), - (UniCase::ascii("excecutable"), &["executable"]), - (UniCase::ascii("surprizingly"), &["surprisingly"]), - (UniCase::ascii("pevent"), &["prevent"]), - (UniCase::ascii("guarenteed"), &["guaranteed"]), - (UniCase::ascii("commmunicating"), &["communicating"]), - (UniCase::ascii("parsering"), &["parsing"]), - (UniCase::ascii("cyrstallisation"), &["crystallisation"]), - (UniCase::ascii("delet"), &["delete"]), - (UniCase::ascii("itterations"), &["iterations"]), - (UniCase::ascii("proceshandler"), &["processhandler"]), - (UniCase::ascii("sqares"), &["squares"]), - (UniCase::ascii("guttaral"), &["guttural"]), - (UniCase::ascii("exchanes"), &["exchanges"]), - (UniCase::ascii("alloated"), &["allocated", "allotted"]), - (UniCase::ascii("re-negotatible"), &["re-negotiable"]), - (UniCase::ascii("progagation"), &["propagation"]), - (UniCase::ascii("excector"), &["executor"]), - (UniCase::ascii("dervived"), &["derived"]), - (UniCase::ascii("chancnel"), &["channel", "cancel"]), - (UniCase::ascii("retriece"), &["retrieve"]), - (UniCase::ascii("tecnically"), &["technically"]), - (UniCase::ascii("auto-negociation"), &["auto-negotiation"]), - (UniCase::ascii("avisory"), &["advisory"]), - (UniCase::ascii("algoprithmic"), &["algorithmic"]), - (UniCase::ascii("lolal"), &["total"]), - (UniCase::ascii("representives"), &["representatives"]), - (UniCase::ascii("transperent"), &["transparent"]), - (UniCase::ascii("checg"), &["check"]), - (UniCase::ascii("alocate"), &["allocate"]), - (UniCase::ascii("everytime"), &["every time"]), - (UniCase::ascii("transparancy"), &["transparency"]), - (UniCase::ascii("thck"), &["thick"]), - (UniCase::ascii("anroid"), &["android"]), - (UniCase::ascii("excecte"), &["execute"]), - (UniCase::ascii("meading"), &["meaning"]), - (UniCase::ascii("delgate"), &["delegate"]), - (UniCase::ascii("reccommended"), &["recommended"]), - (UniCase::ascii("renegotiote"), &["renegotiate"]), - (UniCase::ascii("mis-alignment"), &["misalignment"]), - (UniCase::ascii("rigths"), &["rights"]), - (UniCase::ascii("systme"), &["system"]), - (UniCase::ascii("incompataible"), &["incompatible"]), - (UniCase::ascii("unknwoing"), &["unknowing"]), - ( - UniCase::ascii("maching"), - &["machine", "marching", "matching"], - ), - (UniCase::ascii("dissapper"), &["disappear"]), - (UniCase::ascii("oximoron"), &["oxymoron"]), - (UniCase::ascii("possoble"), &["possible"]), - (UniCase::ascii("opeaarations"), &["operations"]), - (UniCase::ascii("menion"), &["mention", "minion"]), - (UniCase::ascii("calculattions"), &["calculations"]), - (UniCase::ascii("sumary"), &["summary"]), - (UniCase::ascii("visuale"), &["visual"]), - (UniCase::ascii("revrese"), &["reverse"]), - (UniCase::ascii("appliction"), &["application"]), - (UniCase::ascii("constructtor"), &["constructor"]), - (UniCase::ascii("eploits"), &["exploits"]), - (UniCase::ascii("cosntraint"), &["constraint"]), - (UniCase::ascii("influeces"), &["influences"]), - (UniCase::ascii("theyre"), &["they\'re", "their", "there"]), - (UniCase::ascii("poverful"), &["powerful"]), - (UniCase::ascii("tablepsace"), &["tablespace"]), - ( - UniCase::ascii("speciallized"), - &["specialised", "specialized"], - ), - (UniCase::ascii("carreer"), &["career"]), - (UniCase::ascii("nagative"), &["negative"]), - (UniCase::ascii("upto"), &["up to"]), - (UniCase::ascii("perferable"), &["preferable"]), - (UniCase::ascii("inflamation"), &["inflammation"]), - (UniCase::ascii("implementantions"), &["implementations"]), - (UniCase::ascii("asynchrnously"), &["asynchronously"]), - (UniCase::ascii("individaul"), &["individual"]), - (UniCase::ascii("rendiring"), &["rendering"]), - ( - UniCase::ascii("distory"), - &["destroy", "distort", "history"], - ), - (UniCase::ascii("rearrangteable"), &["rearrangeable"]), - (UniCase::ascii("ertor"), &["error", "terror"]), - (UniCase::ascii("neighberhooods"), &["neighborhoods"]), - (UniCase::ascii("propogated"), &["propagated"]), - (UniCase::ascii("yelded"), &["yielded"]), - (UniCase::ascii("temportarily"), &["temporarily"]), - (UniCase::ascii("resposibility"), &["responsibility"]), - (UniCase::ascii("marryied"), &["married"]), - (UniCase::ascii("scaleable"), &["scalable"]), - (UniCase::ascii("itselt"), &["itself"]), - (UniCase::ascii("comlaining"), &["complaining"]), - (UniCase::ascii("svelt"), &["svelte"]), - (UniCase::ascii("multidimensinal"), &["multidimensional"]), - (UniCase::ascii("scientifcly"), &["scientifically"]), - (UniCase::ascii("rturns"), &["returns", "turns"]), - (UniCase::ascii("throgh"), &["through"]), - (UniCase::ascii("beleiving"), &["believing"]), - (UniCase::ascii("follwowind"), &["following"]), - (UniCase::ascii("custoized"), &["customized"]), - (UniCase::ascii("substituations"), &["substitutions"]), - (UniCase::ascii("caracters"), &["characters"]), - (UniCase::ascii("correspoond"), &["correspond"]), - (UniCase::ascii("mssing"), &["missing"]), - (UniCase::ascii("identifieer"), &["identifier"]), - (UniCase::ascii("appearently"), &["apparently"]), - (UniCase::ascii("coresponds"), &["corresponds"]), - (UniCase::ascii("modifler"), &["modifier"]), - (UniCase::ascii("sycled"), &["cycled"]), - (UniCase::ascii("bakward"), &["backward"]), - (UniCase::ascii("loccked"), &["locked"]), - (UniCase::ascii("corecctly"), &["correctly"]), - (UniCase::ascii("indulgue"), &["indulge"]), - (UniCase::ascii("charictors"), &["characters"]), - (UniCase::ascii("folllowinwg"), &["following"]), - (UniCase::ascii("rade"), &["read", "raid"]), - (UniCase::ascii("interrrupt"), &["interrupt"]), - (UniCase::ascii("descritprs"), &["descriptors"]), - (UniCase::ascii("custonizable"), &["customizable"]), - (UniCase::ascii("perfomnace"), &["performance"]), - (UniCase::ascii("warnibg"), &["warning"]), - (UniCase::ascii("perserved"), &["preserved"]), - (UniCase::ascii("discernable"), &["discernible"]), - (UniCase::ascii("sucessfull"), &["successful"]), - (UniCase::ascii("vulberabilties"), &["vulnerabilities"]), - (UniCase::ascii("officealy"), &["officially"]), - (UniCase::ascii("thrad"), &["thread"]), - (UniCase::ascii("soliders"), &["soldiers"]), - (UniCase::ascii("interrested"), &["interested"]), - (UniCase::ascii("executeables"), &["executables"]), - (UniCase::ascii("producable"), &["producible"]), - (UniCase::ascii("individuel"), &["individual"]), - (UniCase::ascii("cancelation"), &["cancellation"]), - (UniCase::ascii("activeta"), &["activate"]), - (UniCase::ascii("akumulator"), &["accumulator"]), - (UniCase::ascii("techinique"), &["technique"]), - (UniCase::ascii("troughput"), &["throughput"]), - ( - UniCase::ascii("initialsed"), - &["initialised", "initialized"], - ), - (UniCase::ascii("conainted"), &["contained"]), - (UniCase::ascii("warnigns"), &["warnings"]), - (UniCase::ascii("itialise"), &["initialise"]), - (UniCase::ascii("directon"), &["direction"]), - (UniCase::ascii("origininate"), &["originate"]), - (UniCase::ascii("dfined"), &["defined"]), - (UniCase::ascii("convertors"), &["converters"]), - (UniCase::ascii("definately"), &["definitely"]), - (UniCase::ascii("ignorrig"), &["ignoring"]), - (UniCase::ascii("sofwtare"), &["software"]), - (UniCase::ascii("acumulates"), &["accumulates"]), - (UniCase::ascii("neighberhoood"), &["neighborhood"]), - (UniCase::ascii("concatonated"), &["concatenated"]), - (UniCase::ascii("inifinte"), &["infinite"]), - (UniCase::ascii("inclreased"), &["increased"]), - (UniCase::ascii("sugestion"), &["suggestion"]), - (UniCase::ascii("comandos"), &["commandos"]), - (UniCase::ascii("disrm"), &["disarm"]), - (UniCase::ascii("aleviate"), &["alleviate"]), - (UniCase::ascii("approvement"), &["approval"]), - (UniCase::ascii("retore"), &["restore"]), - (UniCase::ascii("probblem"), &["problem"]), - (UniCase::ascii("clumsly"), &["clumsily"]), - (UniCase::ascii("potencials"), &["potentials"]), - (UniCase::ascii("catterpillar"), &["caterpillar"]), - ( - UniCase::ascii("retransfert"), - &["retransfer", "retransferred"], - ), - (UniCase::ascii("bofore"), &["before"]), - (UniCase::ascii("precendece"), &["precedence"]), - (UniCase::ascii("releation"), &["relation"]), - (UniCase::ascii("sepetated"), &["separated"]), - (UniCase::ascii("inport"), &["import"]), - (UniCase::ascii("rnage"), &["rage", "range"]), - (UniCase::ascii("unspeficeid"), &["unspecified"]), - (UniCase::ascii("arund"), &["around"]), - (UniCase::ascii("cosole"), &["console"]), - (UniCase::ascii("domian"), &["domain"]), - (UniCase::ascii("userful"), &["useful"]), - (UniCase::ascii("intepolate"), &["interpolate"]), - (UniCase::ascii("chiled"), &["child", "chilled"]), - (UniCase::ascii("interupting"), &["interrupting"]), - (UniCase::ascii("defintition"), &["definition"]), - (UniCase::ascii("priviledge"), &["privilege"]), - (UniCase::ascii("explantions"), &["explanations"]), - (UniCase::ascii("generilize"), &["generalize"]), - (UniCase::ascii("inforrmation"), &["information"]), - (UniCase::ascii("reprocuces"), &["reproduces", "reprocures"]), - (UniCase::ascii("signficantly"), &["significantly"]), - (UniCase::ascii("exchage"), &["exchange"]), - (UniCase::ascii("lauch"), &["launch"]), - (UniCase::ascii("complier"), &["compiler"]), - (UniCase::ascii("preppented"), &["prepended"]), - (UniCase::ascii("Papanicalou"), &["Papanicolaou"]), - (UniCase::ascii("devritualization"), &["devirtualization"]), - (UniCase::ascii("catgorically"), &["categorically"]), - (UniCase::ascii("dimmensions"), &["dimensions"]), - (UniCase::ascii("coice"), &["choice"]), - (UniCase::ascii("guarnateing"), &["guaranteeing"]), - (UniCase::ascii("imbedding"), &["embedding"]), - (UniCase::ascii("reprtoire"), &["repertoire"]), - (UniCase::ascii("debgug"), &["debug"]), - (UniCase::ascii("improoving"), &["improving"]), - (UniCase::ascii("traveres"), &["traverse"]), - (UniCase::ascii("asignor"), &["assignor"]), - (UniCase::ascii("utilitization"), &["utilization"]), - (UniCase::ascii("multidimensionnal"), &["multidimensional"]), - (UniCase::ascii("faceis"), &["faces", "face is"]), - (UniCase::ascii("destorys"), &["destroys"]), - ( - UniCase::ascii("systhemerror"), - &["systemerror", "system error"], - ), - (UniCase::ascii("disambiguiation"), &["disambiguation"]), - (UniCase::ascii("experimentaions"), &["experimentations"]), - (UniCase::ascii("that;s"), &["that\'s"]), - (UniCase::ascii("valide"), &["valid"]), - (UniCase::ascii("algohmic"), &["algorithmic"]), - (UniCase::ascii("dupliacted"), &["duplicated"]), - (UniCase::ascii("paterns"), &["patterns"]), - (UniCase::ascii("respnses"), &["responses"]), - (UniCase::ascii("framebufer"), &["framebuffer"]), - (UniCase::ascii("neighbeorhods"), &["neighborhoods"]), - (UniCase::ascii("abosulutely"), &["absolutely"]), - (UniCase::ascii("typoes"), &["typos", "types"]), - (UniCase::ascii("algorhytmic"), &["algorithmic"]), - (UniCase::ascii("countinueq"), &["continueq", "continue"]), - (UniCase::ascii("incrmentally"), &["incrementally"]), - (UniCase::ascii("abstration"), &["abstraction"]), - (UniCase::ascii("algotihmic"), &["algorithmic"]), - (UniCase::ascii("comprimise"), &["compromise"]), - (UniCase::ascii("lauguage"), &["language"]), - (UniCase::ascii("whicht"), &["which"]), - (UniCase::ascii("tatoo"), &["tattoo"]), - (UniCase::ascii("beleif"), &["belief"]), - (UniCase::ascii("accidentaly"), &["accidentally"]), - (UniCase::ascii("malplace"), &["misplace"]), - (UniCase::ascii("algorthyns"), &["algorithms"]), - (UniCase::ascii("unessecarry"), &["unnecessary"]), - (UniCase::ascii("ocassional"), &["occasional"]), - (UniCase::ascii("delagates"), &["delegates"]), - (UniCase::ascii("arithmentic"), &["arithmetic"]), - ( - UniCase::ascii("roundtriped"), - &["roundtripped", "round-tripped", "round tripped"], - ), - (UniCase::ascii("clodes"), &["closed", "clothes"]), - (UniCase::ascii("certicate"), &["certificate"]), - (UniCase::ascii("wice-wersa"), &["vice-versa"]), - (UniCase::ascii("transormed"), &["transformed"]), - (UniCase::ascii("persued"), &["pursued"]), - (UniCase::ascii("profissional"), &["professional"]), - (UniCase::ascii("beccause"), &["because"]), - (UniCase::ascii("genereted"), &["generated"]), - (UniCase::ascii("exixst"), &["exist"]), - (UniCase::ascii("accssor"), &["accessor"]), - (UniCase::ascii("transparnt"), &["transparent"]), - (UniCase::ascii("ethnocentricm"), &["ethnocentrism"]), - (UniCase::ascii("execuing"), &["executing"]), - (UniCase::ascii("converst"), &["convert"]), - (UniCase::ascii("failiures"), &["failures"]), - (UniCase::ascii("oultline"), &["outline"]), - (UniCase::ascii("utilitisation"), &["utilisation"]), - (UniCase::ascii("won;t"), &["won\'t"]), - (UniCase::ascii("polysaccharid"), &["polysaccharide"]), - (UniCase::ascii("imbaress"), &["embarrass"]), - (UniCase::ascii("discussons"), &["discussions"]), - (UniCase::ascii("copyting"), &["copying"]), - (UniCase::ascii("doccuments"), &["documents"]), - (UniCase::ascii("inproper"), &["improper"]), - (UniCase::ascii("etensible"), &["extensible"]), - (UniCase::ascii("aquainting"), &["acquainting"]), - (UniCase::ascii("extraversion"), &["extroversion"]), - (UniCase::ascii("releaase"), &["release"]), - (UniCase::ascii("detet"), &["detect", "delete"]), - (UniCase::ascii("programing"), &["programming"]), - (UniCase::ascii("stanp"), &["stamp"]), - (UniCase::ascii("anytying"), &["anything"]), - (UniCase::ascii("loging"), &["logging", "lodging"]), - (UniCase::ascii("memer"), &["member"]), - (UniCase::ascii("caractere"), &["character"]), - (UniCase::ascii("bisuness"), &["business"]), - (UniCase::ascii("stlye"), &["style"]), - (UniCase::ascii("positionof"), &["position", "position of"]), - (UniCase::ascii("executign"), &["executing"]), - (UniCase::ascii("consants"), &["constants"]), - (UniCase::ascii("exprted"), &["exported"]), - (UniCase::ascii("initialy"), &["initially"]), - (UniCase::ascii("Habsbourg"), &["Habsburg"]), - (UniCase::ascii("varaiance"), &["variance"]), - (UniCase::ascii("anthings"), &["anythings"]), - (UniCase::ascii("diagramas"), &["diagrams"]), - (UniCase::ascii("hygenic"), &["hygienic"]), - (UniCase::ascii("strenghtened"), &["strengthened"]), - (UniCase::ascii("assymmetrical"), &["asymmetrical"]), - (UniCase::ascii("follews"), &["follows"]), - (UniCase::ascii("tryinng"), &["trying"]), - (UniCase::ascii("simeple"), &["simple"]), - (UniCase::ascii("transparaent"), &["transparent"]), - (UniCase::ascii("unsiged"), &["unsigned"]), - (UniCase::ascii("plased"), &["placed", "pleased", "phased"]), - (UniCase::ascii("inefficently"), &["inefficiently"]), - (UniCase::ascii("caliming"), &["claiming"]), - (UniCase::ascii("rasberry"), &["raspberry"]), - (UniCase::ascii("broadacasting"), &["broadcasting"]), - (UniCase::ascii("renegotitating"), &["renegotiating"]), - (UniCase::ascii("neighberhoof"), &["neighborhood"]), - (UniCase::ascii("modifify"), &["modify"]), - (UniCase::ascii("finctionality"), &["functionality"]), - (UniCase::ascii("belivable"), &["believable"]), - (UniCase::ascii("recontructor"), &["reconstructor"]), - (UniCase::ascii("autasaves"), &["autosaves"]), - (UniCase::ascii("kubernete"), &["Kubernetes"]), - (UniCase::ascii("myselfes"), &["myself"]), - (UniCase::ascii("ect"), &["etc"]), - (UniCase::ascii("unx"), &["unix"]), - (UniCase::ascii("adminstered"), &["administered"]), - (UniCase::ascii("freedon"), &["freedom"]), - (UniCase::ascii("applcations"), &["applications"]), - (UniCase::ascii("becausw"), &["because"]), - (UniCase::ascii("relatievly"), &["relatively"]), - (UniCase::ascii("thna"), &["than"]), - (UniCase::ascii("composibility"), &["composability"]), - ( - UniCase::ascii("cervial"), - &["cervical", "servile", "serval"], - ), - (UniCase::ascii("mispelling"), &["misspelling"]), - (UniCase::ascii("progarming"), &["programming"]), - (UniCase::ascii("geometrys"), &["geometries"]), - (UniCase::ascii("ingreediants"), &["ingredients"]), - (UniCase::ascii("exteral"), &["external"]), - (UniCase::ascii("termianted"), &["terminated"]), - (UniCase::ascii("classses"), &["classes"]), - (UniCase::ascii("destroing"), &["destroying"]), - (UniCase::ascii("maxium"), &["maximum"]), - (UniCase::ascii("namned"), &["named"]), - (UniCase::ascii("sustems"), &["systems"]), - (UniCase::ascii("incomapatible"), &["incompatible"]), - (UniCase::ascii("enviornemnts"), &["environments"]), - (UniCase::ascii("cahes"), &["caches"]), - (UniCase::ascii("caost"), &["coast"]), - (UniCase::ascii("reallocaitions"), &["reallocations"]), - (UniCase::ascii("fronend"), &["frontend"]), - (UniCase::ascii("overhread"), &["overhead"]), - (UniCase::ascii("separete"), &["separate"]), - (UniCase::ascii("speficiteirs"), &["specifiers"]), - (UniCase::ascii("reconenctions"), &["reconnections"]), - (UniCase::ascii("hapening"), &["happening"]), - (UniCase::ascii("eevery"), &["every"]), - (UniCase::ascii("guarranteing"), &["guaranteeing"]), - (UniCase::ascii("recommaded"), &["recommended"]), - (UniCase::ascii("vulnerabuilties"), &["vulnerabilities"]), - (UniCase::ascii("accademic"), &["academic"]), - (UniCase::ascii("enlightnment"), &["enlightenment"]), - (UniCase::ascii("logcal"), &["logical"]), - (UniCase::ascii("mismach"), &["mismatch"]), - (UniCase::ascii("paket"), &["packet"]), - (UniCase::ascii("neighbourhing"), &["neighbouring"]), - (UniCase::ascii("gude"), &["guide", "good"]), - (UniCase::ascii("yeras"), &["years"]), - (UniCase::ascii("perserving"), &["preserving"]), - (UniCase::ascii("absoletely"), &["absolutely"]), - (UniCase::ascii("transorm"), &["transform"]), - (UniCase::ascii("commnents"), &["comments"]), - (UniCase::ascii("bloks"), &["blocks", "blokes"]), - (UniCase::ascii("obhectification"), &["objectification"]), - (UniCase::ascii("retun"), &["return"]), - ( - UniCase::ascii("charactersistically"), - &["characteristically"], - ), - (UniCase::ascii("inclued"), &["included"]), - (UniCase::ascii("prealocating"), &["preallocating"]), - (UniCase::ascii("strikely"), &["strikingly"]), - (UniCase::ascii("speficiallies"), &["specifies"]), - (UniCase::ascii("calsses"), &["classes"]), - (UniCase::ascii("alledged"), &["alleged"]), - (UniCase::ascii("ingored"), &["ignored"]), - (UniCase::ascii("depdence"), &["dependence"]), - (UniCase::ascii("acendancey"), &["ascendancy"]), - (UniCase::ascii("noticable"), &["noticeable"]), - (UniCase::ascii("dereferncencer"), &["dereferencer"]), - (UniCase::ascii("swithing"), &["switching"]), - (UniCase::ascii("rhytmic"), &["rhythmic"]), - (UniCase::ascii("reevalute"), &["reevaluate"]), - (UniCase::ascii("negatve"), &["negative"]), - (UniCase::ascii("procedes"), &["proceeds", "precedes"]), - (UniCase::ascii("unfortuantely"), &["unfortunately"]), - (UniCase::ascii("unexspectedly"), &["unexpectedly"]), - (UniCase::ascii("gogether"), &["together"]), - (UniCase::ascii("scipt"), &["script", "skipped"]), - (UniCase::ascii("resurced"), &["resourced"]), - (UniCase::ascii("sqare"), &["square"]), - (UniCase::ascii("sycronization"), &["synchronization"]), - (UniCase::ascii("addreess"), &["address"]), - (UniCase::ascii("modifid"), &["modified"]), - (UniCase::ascii("intialled"), &["initialled"]), - (UniCase::ascii("amout"), &["amount"]), - (UniCase::ascii("charachers"), &["characters"]), - (UniCase::ascii("comparion"), &["comparison"]), - (UniCase::ascii("experamenting"), &["experimenting"]), - (UniCase::ascii("wierdly"), &["weirdly"]), - (UniCase::ascii("precondtionners"), &["preconditioners"]), - (UniCase::ascii("constatnts"), &["constants"]), - (UniCase::ascii("evalutaion"), &["evaluation"]), - (UniCase::ascii("renegotitaor"), &["renegotiator"]), - (UniCase::ascii("coalased"), &["coalesced"]), - (UniCase::ascii("exceptionnal"), &["exceptional"]), - (UniCase::ascii("documetation"), &["documentation"]), - (UniCase::ascii("usege"), &["usage"]), - (UniCase::ascii("imagin"), &["imagine"]), - (UniCase::ascii("imediatly"), &["immediately"]), - (UniCase::ascii("vetexes"), &["vertices"]), - (UniCase::ascii("grapic"), &["graphic"]), - (UniCase::ascii("depdenents"), &["dependents"]), - (UniCase::ascii("allready"), &["already", "all ready"]), - (UniCase::ascii("currentlly"), &["currently"]), - (UniCase::ascii("re-negotioable"), &["re-negotiable"]), - (UniCase::ascii("dokcs"), &["docks"]), - (UniCase::ascii("re-negotioted"), &["re-negotiated"]), - (UniCase::ascii("trafficed"), &["trafficked"]), - (UniCase::ascii("outputing"), &["outputting"]), - (UniCase::ascii("ede"), &["edge"]), - (UniCase::ascii("compatator"), &["comparator"]), - (UniCase::ascii("guaruante"), &["guarantee"]), - (UniCase::ascii("dissmised"), &["dismissed"]), - (UniCase::ascii("logwritter"), &["logwriter"]), - (UniCase::ascii("probblezs"), &["problems"]), - (UniCase::ascii("execeed"), &["exceed"]), - (UniCase::ascii("furthur"), &["further"]), - (UniCase::ascii("execuetd"), &["executed"]), - (UniCase::ascii("corosponds"), &["corresponds"]), - (UniCase::ascii("intepreting"), &["interpreting"]), - (UniCase::ascii("functionning"), &["functioning"]), - (UniCase::ascii("temproal"), &["temporal"]), - (UniCase::ascii("expeirimenting"), &["experimenting"]), - (UniCase::ascii("incompataibility"), &["incompatibility"]), - (UniCase::ascii("filterss"), &["filters"]), - (UniCase::ascii("ambigous"), &["ambiguous"]), - (UniCase::ascii("unregster"), &["unregister"]), - (UniCase::ascii("acccords"), &["accords"]), - (UniCase::ascii("warlking"), &["walking"]), - (UniCase::ascii("algortihm"), &["algorithm"]), - (UniCase::ascii("enocdings"), &["encodings"]), - (UniCase::ascii("confgiuration"), &["configuration"]), - (UniCase::ascii("exceopts"), &["exempts"]), - (UniCase::ascii("kewwords"), &["keywords"]), - (UniCase::ascii("guarrenteeing"), &["guaranteeing"]), - (UniCase::ascii("experimanters"), &["experimenters"]), - (UniCase::ascii("reperesent"), &["represent"]), - (UniCase::ascii("ressurecting"), &["resurrecting"]), - (UniCase::ascii("earler"), &["earlier"]), - (UniCase::ascii("publisheed"), &["published"]), - (UniCase::ascii("alpahbetically"), &["alphabetically"]), - (UniCase::ascii("recofig"), &["reconfig"]), - (UniCase::ascii("comparioss"), &["comparisons"]), - (UniCase::ascii("parmters"), &["parameters"]), - (UniCase::ascii("follfowind"), &["following"]), - (UniCase::ascii("suportted"), &["supported"]), - (UniCase::ascii("particalur"), &["particular"]), - (UniCase::ascii("tempurature"), &["temperature"]), - (UniCase::ascii("varaiation"), &["variation"]), - (UniCase::ascii("mysogynist"), &["misogynist"]), - (UniCase::ascii("suplants"), &["supplants"]), - (UniCase::ascii("codesream"), &["codestream"]), - (UniCase::ascii("expewrimentally"), &["experimentally"]), - (UniCase::ascii("subscritpt"), &["subscript"]), - (UniCase::ascii("brwosers"), &["browsers"]), - (UniCase::ascii("controlable"), &["controllable"]), - (UniCase::ascii("establising"), &["establishing"]), - (UniCase::ascii("renegogtiated"), &["renegotiated"]), - (UniCase::ascii("reuplaods"), &["reuploads"]), - (UniCase::ascii("replasement"), &["replacement"]), - (UniCase::ascii("safetly"), &["safely"]), - (UniCase::ascii("milleneum"), &["millennium"]), - (UniCase::ascii("interpolaion"), &["interpolation"]), - (UniCase::ascii("catchs"), &["catches"]), - (UniCase::ascii("ilumination"), &["illumination"]), - (UniCase::ascii("supporte"), &["supported", "supporter"]), - (UniCase::ascii("experinementing"), &["experimenting"]), - (UniCase::ascii("futrue"), &["future"]), - (UniCase::ascii("algotrithm"), &["algorithm"]), - (UniCase::ascii("reesult"), &["result"]), - (UniCase::ascii("operaand"), &["operand"]), - (UniCase::ascii("characterisitics"), &["characteristics"]), - (UniCase::ascii("retreevable"), &["retrievable"]), - (UniCase::ascii("disscus"), &["discuss"]), - (UniCase::ascii("vulberabuilites"), &["vulnerabilities"]), - (UniCase::ascii("exected"), &["executed", "expected"]), - (UniCase::ascii("abortificant"), &["abortifacient"]), - (UniCase::ascii("hieroglphs"), &["hieroglyphs"]), - (UniCase::ascii("approachs"), &["approaches"]), - (UniCase::ascii("travereses"), &["traverses"]), - (UniCase::ascii("commutating"), &["commuting"]), - (UniCase::ascii("partirion"), &["partition"]), - (UniCase::ascii("intiial"), &["initial"]), - (UniCase::ascii("guarenteer"), &["guarantee"]), - (UniCase::ascii("drawm"), &["drawn"]), - (UniCase::ascii("peaple"), &["people"]), - (UniCase::ascii("framlayout"), &["framelayout"]), - (UniCase::ascii("vailidty"), &["validity"]), - (UniCase::ascii("folowwers"), &["followers"]), - (UniCase::ascii("arranent"), &["arrangement"]), - (UniCase::ascii("storeable"), &["storable"]), - (UniCase::ascii("addedd"), &["added"]), - (UniCase::ascii("dne"), &["done"]), - (UniCase::ascii("configire"), &["configure"]), - (UniCase::ascii("apppriate"), &["appropriate"]), - (UniCase::ascii("messurement"), &["measurement"]), - (UniCase::ascii("cursot"), &["cursor"]), - (UniCase::ascii("keypairs"), &["key pairs"]), - (UniCase::ascii("aproximation"), &["approximation"]), - (UniCase::ascii("contraints"), &["constraints"]), - (UniCase::ascii("allocaton"), &["allocation"]), - (UniCase::ascii("histori"), &["history", "historic"]), - (UniCase::ascii("cofirming"), &["confirming"]), - (UniCase::ascii("ouputting"), &["outputting"]), - (UniCase::ascii("deactived"), &["deactivated"]), - (UniCase::ascii("spec-complient"), &["spec-compliant"]), - (UniCase::ascii("universtal"), &["universal"]), - (UniCase::ascii("gatable"), &["gateable"]), - (UniCase::ascii("unequality"), &["inequality"]), - (UniCase::ascii("dicrete"), &["discrete"]), - (UniCase::ascii("re-negotitaors"), &["re-negotiators"]), - (UniCase::ascii("neighbourhodds"), &["neighbourhoods"]), - (UniCase::ascii("occassional"), &["occasional"]), - (UniCase::ascii("overun"), &["overrun"]), - (UniCase::ascii("memeberships"), &["memberships"]), - (UniCase::ascii("self-comparisson"), &["self-comparison"]), - (UniCase::ascii("reconfugire"), &["reconfigure"]), - (UniCase::ascii("techique"), &["technique"]), - (UniCase::ascii("databse"), &["database"]), - (UniCase::ascii("cotrols"), &["controls"]), - (UniCase::ascii("connectiona"), &["connection"]), - (UniCase::ascii("acdept"), &["accept", "adept"]), - (UniCase::ascii("interate"), &["iterate"]), - (UniCase::ascii("reconections"), &["reconnections"]), - (UniCase::ascii("consolodated"), &["consolidated"]), - (UniCase::ascii("raed"), &["read"]), - (UniCase::ascii("indespensable"), &["indispensable"]), - (UniCase::ascii("referncial"), &["referential"]), - (UniCase::ascii("possabilties"), &["possibilities"]), - (UniCase::ascii("exceuted"), &["executed"]), - (UniCase::ascii("neighbbors"), &["neighbors"]), - (UniCase::ascii("corrrupt"), &["corrupt"]), - (UniCase::ascii("approximatly"), &["approximately"]), - (UniCase::ascii("corrolated"), &["correlated"]), - (UniCase::ascii("neighberhoors"), &["neighbors"]), - (UniCase::ascii("acessed"), &["accessed"]), - (UniCase::ascii("statments"), &["statements"]), - (UniCase::ascii("exeprimental"), &["experimental"]), - (UniCase::ascii("rsources"), &["resources", "sources"]), - (UniCase::ascii("paret"), &["parent", "parrot"]), - (UniCase::ascii("discconeccts"), &["disconnects"]), - (UniCase::ascii("eaxct"), &["exact"]), - ( - UniCase::ascii("auto-detets"), - &["auto-detects", "auto-deletes"], - ), - (UniCase::ascii("spinlcok"), &["spinlock"]), - (UniCase::ascii("duplates"), &["duplicates"]), - (UniCase::ascii("itegral"), &["integral"]), - (UniCase::ascii("sysyem"), &["system"]), - (UniCase::ascii("abolute"), &["absolute"]), - (UniCase::ascii("documention"), &["documentation"]), - (UniCase::ascii("coalcece"), &["coalescence"]), - (UniCase::ascii("curernt"), &["current"]), - (UniCase::ascii("guaruntee"), &["guarantee"]), - (UniCase::ascii("unprmopted"), &["unprompted"]), - (UniCase::ascii("actully"), &["actually"]), - (UniCase::ascii("authenfiors"), &["authenticators"]), - (UniCase::ascii("anywere"), &["anywhere"]), - (UniCase::ascii("argumetns"), &["arguments"]), - (UniCase::ascii("dialgo"), &["dialog"]), - (UniCase::ascii("expeption"), &["exception"]), - (UniCase::ascii("coalace"), &["coalesce"]), - (UniCase::ascii("contoler"), &["controller"]), - (UniCase::ascii("exturding"), &["extruding"]), - (UniCase::ascii("constrcuted"), &["constructed"]), - (UniCase::ascii("unregiste"), &["unregister"]), - (UniCase::ascii("appropiate"), &["appropriate"]), - (UniCase::ascii("expetimented"), &["experimented"]), - (UniCase::ascii("subtitutions"), &["substitutions"]), - (UniCase::ascii("upgradei"), &["upgrade"]), - (UniCase::ascii("expectaion"), &["expectation"]), - (UniCase::ascii("decieding"), &["deciding"]), - (UniCase::ascii("backgound"), &["background"]), - (UniCase::ascii("executuble"), &["executable"]), - (UniCase::ascii("exectuable"), &["executable"]), - (UniCase::ascii("encryptio"), &["encryption"]), - (UniCase::ascii("approproximations"), &["approximations"]), - (UniCase::ascii("deviders"), &["dividers"]), - (UniCase::ascii("seconf"), &["second"]), - (UniCase::ascii("fetaure"), &["feature"]), - (UniCase::ascii("uninitalises"), &["uninitialises"]), - (UniCase::ascii("buttom"), &["button", "bottom"]), - (UniCase::ascii("visuallization"), &["visualization"]), - (UniCase::ascii("dupliactes"), &["duplicates"]), - (UniCase::ascii("setions"), &["sections"]), - (UniCase::ascii("catapiller"), &["caterpillar"]), - (UniCase::ascii("documenet"), &["document"]), - (UniCase::ascii("expidition"), &["expedition"]), - (UniCase::ascii("flashflame"), &["flashframe"]), - (UniCase::ascii("transcendentational"), &["transcendental"]), - (UniCase::ascii("abreviating"), &["abbreviating"]), - (UniCase::ascii("capabilies"), &["capabilities"]), - (UniCase::ascii("comemmorates"), &["commemorates"]), - (UniCase::ascii("inertion"), &["insertion"]), - (UniCase::ascii("fullfills"), &["fulfills"]), - (UniCase::ascii("negotaties"), &["negotiates"]), - (UniCase::ascii("cloude"), &["cloud"]), - (UniCase::ascii("dectivate"), &["deactivate"]), - (UniCase::ascii("fetchs"), &["fetches"]), - (UniCase::ascii("vulerabule"), &["vulnerable"]), - ( - UniCase::ascii("converstion"), - &["conversion", "conversation"], - ), - (UniCase::ascii("geneology"), &["genealogy"]), - (UniCase::ascii("deterimined"), &["determined"]), - (UniCase::ascii("transparancies"), &["transparencies"]), - (UniCase::ascii("lication"), &["location"]), - (UniCase::ascii("miscelleneous"), &["miscellaneous"]), - (UniCase::ascii("reprensentations"), &["representations"]), - (UniCase::ascii("syntacks"), &["syntax"]), - (UniCase::ascii("disssemble"), &["disassemble"]), - (UniCase::ascii("swicth"), &["switch"]), - (UniCase::ascii("recusrsive"), &["recursive"]), - (UniCase::ascii("authenciation"), &["authentication"]), - (UniCase::ascii("copyrughted"), &["copyrighted"]), - (UniCase::ascii("hammmer"), &["hammer"]), - (UniCase::ascii("opreation"), &["operation"]), - (UniCase::ascii("usera"), &["users"]), - (UniCase::ascii("taks"), &["task", "tasks"]), - (UniCase::ascii("executres"), &["executes"]), - (UniCase::ascii("cylynders"), &["cylinders"]), - (UniCase::ascii("discovrs"), &["discovers"]), - (UniCase::ascii("expatriot"), &["expatriate"]), - (UniCase::ascii("symmetri"), &["symmetry"]), - (UniCase::ascii("asynchronlous"), &["asynchronous"]), - (UniCase::ascii("messagses"), &["messages"]), - (UniCase::ascii("mimicks"), &["mimics"]), - (UniCase::ascii("spects"), &["aspects", "expects", "specs"]), - (UniCase::ascii("renegoitate"), &["renegotiate"]), - (UniCase::ascii("existance"), &["existence"]), - (UniCase::ascii("guarneteeing"), &["guaranteeing"]), - (UniCase::ascii("ressemblance"), &["resemblance"]), - (UniCase::ascii("obsevrers"), &["observers"]), - (UniCase::ascii("incompatable"), &["incompatible"]), - (UniCase::ascii("convience"), &["convince", "convenience"]), - (UniCase::ascii("esentially"), &["essentially"]), - (UniCase::ascii("prpose"), &["propose"]), - (UniCase::ascii("implemntations"), &["implementations"]), - (UniCase::ascii("bouund"), &["bound"]), - (UniCase::ascii("shoudl"), &["should"]), - (UniCase::ascii("implementet"), &["implemented"]), - (UniCase::ascii("transpararently"), &["transparently"]), - (UniCase::ascii("approxmimation"), &["approximation"]), - (UniCase::ascii("custoner"), &["customer"]), - (UniCase::ascii("curruent"), &["current"]), - (UniCase::ascii("fulfiled"), &["fulfilled"]), - (UniCase::ascii("knowlegeabel"), &["knowledgeable"]), - (UniCase::ascii("mailny"), &["mainly"]), - (UniCase::ascii("asnwering"), &["answering"]), - (UniCase::ascii("correspending"), &["corresponding"]), - (UniCase::ascii("multipilers"), &["multipliers"]), - (UniCase::ascii("peirod"), &["period"]), - (UniCase::ascii("functionnalities"), &["functionalities"]), - (UniCase::ascii("quith"), &["quit", "with"]), - (UniCase::ascii("swithc"), &["switch"]), - (UniCase::ascii("upporterd"), &["supported"]), - (UniCase::ascii("exagerating"), &["exaggerating"]), - (UniCase::ascii("leary"), &["leery"]), - (UniCase::ascii("notificaton"), &["notification"]), - (UniCase::ascii("unexpextedly"), &["unexpectedly"]), - (UniCase::ascii("relatiopnship"), &["relationship"]), - (UniCase::ascii("numnbers"), &["numbers"]), - (UniCase::ascii("ony"), &["only"]), - (UniCase::ascii("basicallly"), &["basically"]), - (UniCase::ascii("merrors"), &["mirrors"]), - (UniCase::ascii("manaully"), &["manually"]), - (UniCase::ascii("algorthyms"), &["algorithms"]), - (UniCase::ascii("missin"), &["mission", "missing"]), - (UniCase::ascii("soverign"), &["sovereign"]), - (UniCase::ascii("indefinitively"), &["indefinitely"]), - (UniCase::ascii("transprencies"), &["transparencies"]), - (UniCase::ascii("spectularly"), &["spectacularly"]), - (UniCase::ascii("maniuplating"), &["manipulating"]), - (UniCase::ascii("headong"), &["heading"]), - (UniCase::ascii("releating"), &["relating"]), - (UniCase::ascii("deporarily"), &["temporarily"]), - (UniCase::ascii("defaulhs"), &["defaults"]), - (UniCase::ascii("barnching"), &["branching"]), - ( - UniCase::ascii("initilising"), - &["initialising", "initializing"], - ), - (UniCase::ascii("forbiten"), &["forbidden"]), - (UniCase::ascii("coinitailize"), &["coinitialize"]), - (UniCase::ascii("writting"), &["writing"]), - (UniCase::ascii("outpusts"), &["outputs"]), - (UniCase::ascii("coninciding"), &["coinciding"]), - (UniCase::ascii("replicaitons"), &["replications"]), - (UniCase::ascii("souvenier"), &["souvenir"]), - (UniCase::ascii("diretly"), &["directly"]), - (UniCase::ascii("upported"), &["supported"]), - (UniCase::ascii("diffenrences"), &["differences"]), - (UniCase::ascii("grephic"), &["graphic"]), - (UniCase::ascii("insersected"), &["intersected"]), - (UniCase::ascii("iteger"), &["integer"]), - (UniCase::ascii("coloumns"), &["columns"]), - (UniCase::ascii("parliment"), &["parliament"]), - (UniCase::ascii("unspeficiallied"), &["unspecified"]), - (UniCase::ascii("untils"), &["until", "utils"]), - (UniCase::ascii("upadating"), &["updating"]), - (UniCase::ascii("fisionable"), &["fissionable"]), - (UniCase::ascii("ellipsises"), &["ellipsis"]), - (UniCase::ascii("tollerable"), &["tolerable"]), - (UniCase::ascii("ressourcing"), &["resourcing"]), - (UniCase::ascii("varation"), &["variation"]), - (UniCase::ascii("descrptions"), &["descriptions"]), - (UniCase::ascii("subsituents"), &["substituents"]), - (UniCase::ascii("parametter"), &["parameter"]), - (UniCase::ascii("opearates"), &["operates"]), - ( - UniCase::ascii("throught"), - &["thought", "through", "throughout"], - ), - (UniCase::ascii("portrail"), &["portrayal", "portrait"]), - (UniCase::ascii("re-negotiotors"), &["re-negotiators"]), - (UniCase::ascii("conectix"), &["connectix"]), - (UniCase::ascii("degres"), &["degrees", "digress"]), - (UniCase::ascii("neast"), &["nearest", "beast"]), - (UniCase::ascii("informaion"), &["information"]), - (UniCase::ascii("perfers"), &["prefers"]), - (UniCase::ascii("spefy"), &["specify"]), - (UniCase::ascii("houres"), &["hours"]), - (UniCase::ascii("knowlageable"), &["knowledgeable"]), - (UniCase::ascii("regularlizing"), &["regularizing"]), - (UniCase::ascii("featchured"), &["featured"]), - (UniCase::ascii("devleopers"), &["developers"]), - (UniCase::ascii("upsteam"), &["upstream"]), - (UniCase::ascii("uninfrom"), &["uninform", "uniform"]), - (UniCase::ascii("tempature"), &["temperature"]), - (UniCase::ascii("trunctation"), &["truncation"]), - (UniCase::ascii("perfomative"), &["performative"]), - (UniCase::ascii("bootstapping"), &["bootstrapping"]), - (UniCase::ascii("posible"), &["possible"]), - (UniCase::ascii("uplods"), &["uploads"]), - (UniCase::ascii("psrameter"), &["parameter"]), - (UniCase::ascii("bisct"), &["bisect"]), - (UniCase::ascii("enhabced"), &["enhanced"]), - (UniCase::ascii("descriped"), &["described"]), - (UniCase::ascii("recconet"), &["reconnect"]), - (UniCase::ascii("opponant"), &["opponent"]), - (UniCase::ascii("enumearate"), &["enumerate"]), - (UniCase::ascii("inappropiate"), &["inappropriate"]), - (UniCase::ascii("eliminetaion"), &["elimination"]), - (UniCase::ascii("reccursive"), &["recursive"]), - (UniCase::ascii("scholdn\'t"), &["shouldn\'t"]), - (UniCase::ascii("constuctors"), &["constructors"]), - (UniCase::ascii("apperture"), &["aperture"]), - (UniCase::ascii("convinences"), &["conveniences"]), - (UniCase::ascii("merget"), &["merge"]), - (UniCase::ascii("successsion"), &["succession"]), - (UniCase::ascii("harrassment"), &["harassment"]), - (UniCase::ascii("boddy"), &["body"]), - (UniCase::ascii("deffine"), &["define"]), - (UniCase::ascii("subnegotiotion"), &["subnegotiation"]), - (UniCase::ascii("averagine"), &["averaging"]), - (UniCase::ascii("pamplet"), &["pamphlet"]), - (UniCase::ascii("cicular"), &["circular"]), - (UniCase::ascii("responser"), &["responder"]), - (UniCase::ascii("specied"), &["specified"]), - (UniCase::ascii("receieves"), &["receives"]), - (UniCase::ascii("aoache"), &["apache"]), - (UniCase::ascii("customied"), &["customized"]), - (UniCase::ascii("transcocde"), &["transcode"]), - (UniCase::ascii("blance"), &["balance", "glance", "lance"]), - (UniCase::ascii("sturture"), &["structure"]), - (UniCase::ascii("reigining"), &["reigning"]), - (UniCase::ascii("comute"), &["commute", "compute"]), - (UniCase::ascii("opearating"), &["operating"]), - (UniCase::ascii("roatation"), &["rotation"]), - (UniCase::ascii("tempraray"), &["temporary"]), - (UniCase::ascii("configuratiens"), &["configurations"]), - (UniCase::ascii("nightime"), &["nighttime"]), - (UniCase::ascii("elimentary"), &["elementary"]), - (UniCase::ascii("inctroduce"), &["introduce"]), - (UniCase::ascii("amazaing"), &["amazing"]), - (UniCase::ascii("superseedd"), &["superseded"]), - (UniCase::ascii("comsumes"), &["consumes"]), - (UniCase::ascii("ciph"), &["cipher", "chip"]), - (UniCase::ascii("provies"), &["provides", "proves"]), - (UniCase::ascii("rearrangs"), &["rearranges"]), - (UniCase::ascii("aniother"), &["any other"]), - (UniCase::ascii("architecutures"), &["architectures"]), - (UniCase::ascii("autonegoitation"), &["autonegotiation"]), - (UniCase::ascii("equallity"), &["equality"]), - (UniCase::ascii("assosication"), &["assassination"]), - (UniCase::ascii("genral"), &["general"]), - (UniCase::ascii("algoorithmically"), &["algorithmically"]), - (UniCase::ascii("comlexity"), &["complexity"]), - (UniCase::ascii("prposer"), &["proposer"]), - (UniCase::ascii("boxs"), &["box"]), - (UniCase::ascii("subnegotitation"), &["subnegotiation"]), - (UniCase::ascii("attepmpt"), &["attempt"]), - (UniCase::ascii("utilitize"), &["utilize"]), - (UniCase::ascii("allcoation"), &["allocation"]), - (UniCase::ascii("threasholds"), &["thresholds"]), - ( - UniCase::ascii("content-negotaiation"), - &["content-negotiation"], - ), - (UniCase::ascii("sepeartes"), &["separates"]), - (UniCase::ascii("diagonale"), &["diagonal"]), - (UniCase::ascii("huricane"), &["hurricane"]), - (UniCase::ascii("opeariton"), &["operation"]), - (UniCase::ascii("convenince"), &["convenience"]), - (UniCase::ascii("shoult"), &["should"]), - (UniCase::ascii("alredy"), &["already"]), - (UniCase::ascii("sirectors"), &["directors"]), - (UniCase::ascii("parametters"), &["parameters"]), - (UniCase::ascii("closig"), &["closing"]), - (UniCase::ascii("guarnanteing"), &["guaranteeing"]), - (UniCase::ascii("malplaced"), &["misplaced"]), - (UniCase::ascii("excecuted"), &["executed"]), - (UniCase::ascii("extepect"), &["expect"]), - (UniCase::ascii("Europian"), &["European"]), - (UniCase::ascii("conerted"), &["converted"]), - (UniCase::ascii("souveniers"), &["souvenirs"]), - (UniCase::ascii("peroid"), &["period"]), - (UniCase::ascii("forseeable"), &["foreseeable"]), - (UniCase::ascii("imovable"), &["immovable"]), - (UniCase::ascii("resorce"), &["resource"]), - (UniCase::ascii("syncronization"), &["synchronization"]), - (UniCase::ascii("iritated"), &["irritated"]), - (UniCase::ascii("executung"), &["executing"]), - (UniCase::ascii("intrrupt"), &["interrupt"]), - (UniCase::ascii("renegotitaion"), &["renegotiation"]), - (UniCase::ascii("jeffies"), &["jiffies"]), - (UniCase::ascii("compair"), &["compare"]), - (UniCase::ascii("subdirectoires"), &["subdirectories"]), - (UniCase::ascii("scavanged"), &["scavenged"]), - (UniCase::ascii("dcoked"), &["docked"]), - (UniCase::ascii("decose"), &["decode"]), - (UniCase::ascii("negothiators"), &["negotiators"]), - (UniCase::ascii("correspontents"), &["correspondents"]), - (UniCase::ascii("occasionaly"), &["occasionally"]), - ( - UniCase::ascii("paravirutalisation"), - &["paravirtualisation"], - ), - (UniCase::ascii("withdrawl"), &["withdrawal", "withdraw"]), - (UniCase::ascii("ultimely"), &["ultimately"]), - (UniCase::ascii("escapemant"), &["escapement"]), - (UniCase::ascii("distribtions"), &["distributions"]), - (UniCase::ascii("multitute"), &["multitude"]), - (UniCase::ascii("lenghth"), &["length"]), - (UniCase::ascii("incorperate"), &["incorporate"]), - (UniCase::ascii("supprot"), &["support"]), - (UniCase::ascii("begginig"), &["beginning"]), - (UniCase::ascii("modifdy"), &["modify"]), - (UniCase::ascii("workboos"), &["workbooks"]), - (UniCase::ascii("deubuging"), &["debugging"]), - (UniCase::ascii("temporray"), &["temporary"]), - (UniCase::ascii("driagramming"), &["diagramming"]), - (UniCase::ascii("didn;t"), &["didn\'t"]), - (UniCase::ascii("dependig"), &["depending"]), - (UniCase::ascii("righht"), &["right"]), - (UniCase::ascii("incluing"), &["including"]), - (UniCase::ascii("moveble"), &["movable"]), - (UniCase::ascii("assoiated"), &["associated"]), - (UniCase::ascii("crtical"), &["critical"]), - (UniCase::ascii("featchures"), &["features"]), - (UniCase::ascii("cirucit"), &["circuit"]), - (UniCase::ascii("subracted"), &["subtracted"]), - (UniCase::ascii("beaurocracy"), &["bureaucracy"]), - (UniCase::ascii("asynchonously"), &["asynchronously"]), - (UniCase::ascii("outperfom"), &["outperform"]), - (UniCase::ascii("peretrator"), &["perpetrator"]), - (UniCase::ascii("intelegent"), &["intelligent"]), - (UniCase::ascii("invidual"), &["individual"]), - (UniCase::ascii("downlods"), &["downloads"]), - (UniCase::ascii("wehn"), &["when"]), - (UniCase::ascii("conrete"), &["concrete"]), - ( - UniCase::ascii("conext"), - &["context", "connect", "connects"], - ), - (UniCase::ascii("euqivalents"), &["equivalents"]), - (UniCase::ascii("backgroud"), &["background"]), - (UniCase::ascii("defendent"), &["defendant"]), - (UniCase::ascii("conditon"), &["condition"]), - (UniCase::ascii("vulnearable"), &["vulnerable"]), - (UniCase::ascii("algoirthm"), &["algorithm"]), - (UniCase::ascii("pathign"), &["pathing"]), - (UniCase::ascii("nunbers"), &["numbers"]), - (UniCase::ascii("ahev"), &["have"]), - (UniCase::ascii("delibrately"), &["deliberately"]), - (UniCase::ascii("reorded"), &["reorder"]), - (UniCase::ascii("genarated"), &["generated"]), - (UniCase::ascii("befoer"), &["before"]), - (UniCase::ascii("progaramms"), &["programs"]), - (UniCase::ascii("partitial"), &["partial"]), - (UniCase::ascii("precense"), &["presence"]), - (UniCase::ascii("asyncronously"), &["asynchronously"]), - (UniCase::ascii("expetcted"), &["expected"]), - (UniCase::ascii("samll"), &["small"]), - (UniCase::ascii("immediated"), &["immediate", "immediately"]), - (UniCase::ascii("experiminting"), &["experimenting"]), - (UniCase::ascii("modifyable"), &["modifiable"]), - (UniCase::ascii("provids"), &["provides", "proves"]), - (UniCase::ascii("ocupies"), &["occupies"]), - (UniCase::ascii("ahppen"), &["happen"]), - (UniCase::ascii("resuorces"), &["resources"]), - (UniCase::ascii("yersa"), &["years"]), - (UniCase::ascii("belown"), &["belong"]), - (UniCase::ascii("unsuable"), &["unusable"]), - (UniCase::ascii("confirmatinon"), &["confirmation"]), - (UniCase::ascii("forementionned"), &["aforementioned"]), - (UniCase::ascii("colmn"), &["column"]), - (UniCase::ascii("exection"), &["execution"]), - (UniCase::ascii("connetced"), &["connected"]), - (UniCase::ascii("representive"), &["representative"]), - (UniCase::ascii("experimenater"), &["experimenter"]), - (UniCase::ascii("elemenent"), &["element"]), - (UniCase::ascii("charascters"), &["characters"]), - (UniCase::ascii("expeiences"), &["experiences"]), - (UniCase::ascii("re-negotate"), &["re-negotiate"]), - (UniCase::ascii("chane"), &["change", "chain"]), - (UniCase::ascii("implmenetaions"), &["implementations"]), - (UniCase::ascii("bandwitdh"), &["bandwidth"]), - (UniCase::ascii("neighbet"), &["neighbor"]), - (UniCase::ascii("filps"), &["flips"]), - (UniCase::ascii("firest"), &["fires", "first"]), - (UniCase::ascii("returnning"), &["returning"]), - (UniCase::ascii("accommdated"), &["accommodated"]), - (UniCase::ascii("interept"), &["intercept"]), - (UniCase::ascii("parallized"), &["parallelized"]), - (UniCase::ascii("spefiifally"), &["specifically"]), - (UniCase::ascii("securly"), &["securely"]), - (UniCase::ascii("parmeter"), &["parameter"]), - (UniCase::ascii("chckbox"), &["checkbox"]), - (UniCase::ascii("build-in"), &["built-in"]), - (UniCase::ascii("referiang"), &["referring"]), - (UniCase::ascii("vaule"), &["value"]), - (UniCase::ascii("prool"), &["pool"]), - (UniCase::ascii("anonther"), &["another"]), - (UniCase::ascii("exeution"), &["execution"]), - (UniCase::ascii("spreasheets"), &["spreadsheets"]), - (UniCase::ascii("ugglyness"), &["ugliness"]), - (UniCase::ascii("adjcencies"), &["adjacencies"]), - (UniCase::ascii("acorting"), &["according"]), - (UniCase::ascii("approxamation"), &["approximation"]), - (UniCase::ascii("pssibility"), &["possibility"]), - (UniCase::ascii("genrators"), &["generators"]), - (UniCase::ascii("pytyon"), &["python"]), - (UniCase::ascii("agressive"), &["aggressive"]), - (UniCase::ascii("rertieves"), &["retrieves"]), - (UniCase::ascii("experimenatelly"), &["experimentally"]), - (UniCase::ascii("decress"), &["decrees"]), - (UniCase::ascii("gaus\'s"), &["Gauss\'"]), - (UniCase::ascii("propietary"), &["proprietary"]), - (UniCase::ascii("subexpersion"), &["subexpression"]), - (UniCase::ascii("reprodicing"), &["reproducing"]), - (UniCase::ascii("execued"), &["executed"]), - (UniCase::ascii("upadated"), &["updated"]), - (UniCase::ascii("cosolation"), &["consolation"]), - (UniCase::ascii("referenses"), &["references"]), - (UniCase::ascii("syncronized"), &["synchronized"]), - (UniCase::ascii("dictionay"), &["dictionary"]), - (UniCase::ascii("rearrangted"), &["rearranged"]), - (UniCase::ascii("mediterainnean"), &["mediterranean"]), - (UniCase::ascii("neet"), &["need", "neat"]), - (UniCase::ascii("unexpercted"), &["unexpected"]), - (UniCase::ascii("scraches"), &["scratches"]), - (UniCase::ascii("begginging"), &["beginning"]), - (UniCase::ascii("reversable"), &["reversible"]), - (UniCase::ascii("excetption"), &["exception"]), - (UniCase::ascii("compatiablity"), &["compatibility"]), - (UniCase::ascii("exchaust"), &["exhaust"]), - (UniCase::ascii("accodred"), &["accorded"]), - (UniCase::ascii("dafault"), &["default"]), - (UniCase::ascii("etror"), &["error", "terror"]), - (UniCase::ascii("siez"), &["size", "seize"]), - (UniCase::ascii("doiing"), &["doing"]), - (UniCase::ascii("expermimentally"), &["experimentally"]), - (UniCase::ascii("accound"), &["account"]), - (UniCase::ascii("peraphs"), &["perhaps"]), - (UniCase::ascii("blured"), &["blurred"]), - (UniCase::ascii("miinimized"), &["minimized"]), - (UniCase::ascii("returs"), &["returns"]), - (UniCase::ascii("attribbute"), &["attribute"]), - (UniCase::ascii("convension"), &["convention", "conversion"]), - (UniCase::ascii("intension"), &["intention"]), - (UniCase::ascii("documen"), &["document"]), - (UniCase::ascii("criticially"), &["critically"]), - (UniCase::ascii("tempereature"), &["temperature"]), - (UniCase::ascii("assassintation"), &["assassination"]), - (UniCase::ascii("concatentaion"), &["concatenation"]), - (UniCase::ascii("uplod"), &["upload"]), - (UniCase::ascii("mechananism"), &["mechanism"]), - (UniCase::ascii("ccordinates"), &["coordinates"]), - (UniCase::ascii("severitie"), &["severity", "severities"]), - (UniCase::ascii("indentifer"), &["identifier"]), - (UniCase::ascii("aproaches"), &["approaches"]), - (UniCase::ascii("workaounds"), &["workarounds"]), - (UniCase::ascii("dreawn"), &["drawn"]), - (UniCase::ascii("automaticlly"), &["automatically"]), - (UniCase::ascii("fauilures"), &["failures"]), - (UniCase::ascii("uplaodes"), &["uploads"]), - (UniCase::ascii("redefiend"), &["redefined"]), - (UniCase::ascii("postition"), &["position"]), - (UniCase::ascii("devicest"), &["devices"]), - (UniCase::ascii("corssute"), &["cross-site"]), - (UniCase::ascii("cumulattive"), &["cumulative"]), - (UniCase::ascii("framworks"), &["frameworks"]), - (UniCase::ascii("rhythem"), &["rhythm"]), - (UniCase::ascii("dcok"), &["dock"]), - (UniCase::ascii("insctuctions"), &["instructions"]), - (UniCase::ascii("continuting"), &["continuing"]), - (UniCase::ascii("capablities"), &["capabilities"]), - (UniCase::ascii("popoulation"), &["population"]), - (UniCase::ascii("realiy"), &["really"]), - (UniCase::ascii("deleteting"), &["deleting"]), - (UniCase::ascii("unsual"), &["unusual"]), - (UniCase::ascii("disconencts"), &["disconnects"]), - (UniCase::ascii("immidiate"), &["immediate"]), - (UniCase::ascii("executd"), &["executed"]), - (UniCase::ascii("avaialble"), &["available"]), - (UniCase::ascii("calibrte"), &["calibrate"]), - (UniCase::ascii("coeficients"), &["coefficients"]), - (UniCase::ascii("enterily"), &["entirely"]), - (UniCase::ascii("directoris"), &["directories"]), - (UniCase::ascii("transalt"), &["translate"]), - (UniCase::ascii("replicaion"), &["replication"]), - (UniCase::ascii("boardcast"), &["broadcast"]), - (UniCase::ascii("sortnr"), &["sorter"]), - (UniCase::ascii("aesy"), &["easy"]), - (UniCase::ascii("innacurate"), &["inaccurate"]), - (UniCase::ascii("utilies"), &["utilities"]), - (UniCase::ascii("afterall"), &["after all"]), - (UniCase::ascii("pseudopoentials"), &["pseudopotentials"]), - (UniCase::ascii("attibutes"), &["attributes"]), - (UniCase::ascii("timtout"), &["timeout"]), - (UniCase::ascii("uegister"), &["unregister"]), - (UniCase::ascii("rquest"), &["request", "quest"]), - (UniCase::ascii("proeprty"), &["property"]), - (UniCase::ascii("metalurgy"), &["metallurgy"]), - (UniCase::ascii("controll"), &["control"]), - (UniCase::ascii("comittee"), &["committee"]), - ( - UniCase::ascii("doesing"), - &["doing", "does", "does in", "dosing", "dozing"], - ), - (UniCase::ascii("disabes"), &["disables"]), - (UniCase::ascii("tkaes"), &["takes"]), - (UniCase::ascii("guarrentee"), &["guarantee"]), - (UniCase::ascii("elsewere"), &["elsewhere"]), - (UniCase::ascii("permisssion"), &["permission"]), - (UniCase::ascii("tahn"), &["than"]), - (UniCase::ascii("standarized"), &["standardized"]), - (UniCase::ascii("acheived"), &["achieved"]), - (UniCase::ascii("plalform"), &["platform"]), - (UniCase::ascii("vulnerabuillity"), &["vulnerability"]), - (UniCase::ascii("witk"), &["with"]), - (UniCase::ascii("datection"), &["detection"]), - (UniCase::ascii("speficififers"), &["specifiers"]), - (UniCase::ascii("subscritptions"), &["subscriptions"]), - (UniCase::ascii("remenber"), &["remember"]), - (UniCase::ascii("akkumulator"), &["accumulator"]), - (UniCase::ascii("deltion"), &["deletion"]), - (UniCase::ascii("cilent"), &["client", "silent"]), - (UniCase::ascii("proocedure"), &["procedure"]), - (UniCase::ascii("specktor"), &["specter", "spectre"]), - (UniCase::ascii("suplant"), &["supplant"]), - (UniCase::ascii("possabilities"), &["possibilities"]), - (UniCase::ascii("alloud"), &["aloud", "allowed"]), - (UniCase::ascii("absoliute"), &["absolute"]), - (UniCase::ascii("preferrably"), &["preferably"]), - (UniCase::ascii("sematnics"), &["semantics"]), - (UniCase::ascii("expetimenters"), &["experimenters"]), - (UniCase::ascii("inpacted"), &["impacted"]), - (UniCase::ascii("guarnated"), &["guaranteed"]), - (UniCase::ascii("availalbe"), &["available"]), - (UniCase::ascii("outupt"), &["output"]), - (UniCase::ascii("mysogyny"), &["misogyny"]), - (UniCase::ascii("priting"), &["printing"]), - (UniCase::ascii("unbounad"), &["unbound"]), - ( - UniCase::ascii("re-negoptionsotiations"), - &["re-negotiations"], - ), - (UniCase::ascii("aprooved"), &["approved"]), - (UniCase::ascii("resoltion"), &["resolution"]), - (UniCase::ascii("theef"), &["thief"]), - (UniCase::ascii("fimware"), &["firmware"]), - (UniCase::ascii("particals"), &["particles"]), - (UniCase::ascii("defauling"), &["defaulting"]), - (UniCase::ascii("defaulats"), &["defaults"]), - (UniCase::ascii("paratmers"), &["parameters"]), - (UniCase::ascii("scriopttype"), &["scripttype"]), - (UniCase::ascii("experimtenal"), &["experimental"]), - (UniCase::ascii("experamentation"), &["experimentation"]), - (UniCase::ascii("specifed"), &["specified"]), - (UniCase::ascii("somelse"), &["someone else"]), - (UniCase::ascii("beutifully"), &["beautifully"]), - (UniCase::ascii("disapprouves"), &["disapproves"]), - (UniCase::ascii("reprociblbe"), &["reproducible"]), - (UniCase::ascii("disagreeed"), &["disagreed"]), - (UniCase::ascii("tymecode"), &["timecode"]), - (UniCase::ascii("descencing"), &["descending"]), - (UniCase::ascii("generaton"), &["generation", "generator"]), - (UniCase::ascii("referenences"), &["references"]), - (UniCase::ascii("initailization"), &["initialization"]), - (UniCase::ascii("allocaiton"), &["allocation"]), - (UniCase::ascii("non-bloking"), &["non-blocking"]), - (UniCase::ascii("ghraphic"), &["graphic"]), - (UniCase::ascii("hostspots"), &["hotspots"]), - (UniCase::ascii("experinemented"), &["experimented"]), - (UniCase::ascii("relaimed"), &["reclaimed"]), - (UniCase::ascii("ned"), &["need"]), - (UniCase::ascii("pospone"), &["postpone"]), - (UniCase::ascii("requiremenets"), &["requirements"]), - (UniCase::ascii("silentely"), &["silently"]), - (UniCase::ascii("insonsistency"), &["inconsistency"]), - (UniCase::ascii("exlcuding"), &["excluding"]), - (UniCase::ascii("extenstion"), &["extension"]), - (UniCase::ascii("experenced"), &["experienced"]), - (UniCase::ascii("credis"), &["credits"]), - (UniCase::ascii("interpretion"), &["interpretation"]), - ( - UniCase::ascii("appened"), - &["append", "appended", "happened"], - ), - (UniCase::ascii("disapointing"), &["disappointing"]), - (UniCase::ascii("catapillars"), &["caterpillars"]), - (UniCase::ascii("ontainging"), &["containing"]), - (UniCase::ascii("reprots"), &["reports"]), - (UniCase::ascii("intquire"), &["inquire", "enquire"]), - (UniCase::ascii("dissamble"), &["disassemble"]), - (UniCase::ascii("incldues"), &["includes"]), - (UniCase::ascii("acendence"), &["ascendance"]), - (UniCase::ascii("pattren"), &["pattern", "patron"]), - (UniCase::ascii("simlicity"), &["simplicity"]), - (UniCase::ascii("complient"), &["compliant"]), - (UniCase::ascii("reprodice"), &["reproduce"]), - (UniCase::ascii("abstaction"), &["abstraction"]), - (UniCase::ascii("planation"), &["plantation"]), - (UniCase::ascii("unexpect"), &["unexpected"]), - (UniCase::ascii("re-negotitaing"), &["re-negotiating"]), - (UniCase::ascii("realeased"), &["released"]), - (UniCase::ascii("experimentter"), &["experimenter"]), - (UniCase::ascii("worloads"), &["workloads"]), - (UniCase::ascii("accesible"), &["accessible"]), - (UniCase::ascii("unboun"), &["unbound"]), - (UniCase::ascii("relinqushment"), &["relinquishment"]), - (UniCase::ascii("bastractness"), &["abstractness"]), - ( - UniCase::ascii("cilents"), - &["clients", "silents", "silence"], - ), - (UniCase::ascii("archictectures"), &["architectures"]), - (UniCase::ascii("shecking"), &["checking", "shucking"]), - (UniCase::ascii("addjusts"), &["adjusts"]), - (UniCase::ascii("indviduals"), &["individuals"]), - (UniCase::ascii("fortunatelly"), &["fortunately"]), - (UniCase::ascii("experimetent"), &["experiment"]), - (UniCase::ascii("modell"), &["model"]), - (UniCase::ascii("depdendencies"), &["dependencies"]), - (UniCase::ascii("flouride"), &["fluoride"]), - (UniCase::ascii("oveflowing"), &["overflowing"]), - (UniCase::ascii("implimenting"), &["implementing"]), - (UniCase::ascii("lcoal"), &["local", "coal"]), - (UniCase::ascii("conceedd"), &["conceded"]), - (UniCase::ascii("defninitions"), &["definitions"]), - (UniCase::ascii("sucesseding"), &["succeeding", "seceding"]), - (UniCase::ascii("circumstnce"), &["circumstance"]), - (UniCase::ascii("repeteadly"), &["repeatedly"]), - (UniCase::ascii("intensitive"), &["insensitive", "intensive"]), - (UniCase::ascii("corresponsing"), &["corresponding"]), - (UniCase::ascii("attmept"), &["attempt"]), - (UniCase::ascii("packe"), &["packed", "packet"]), - (UniCase::ascii("busineses"), &["business", "businesses"]), - (UniCase::ascii("replicaitions"), &["replications"]), - (UniCase::ascii("constallations"), &["constellations"]), - (UniCase::ascii("firmeare"), &["firmware"]), - (UniCase::ascii("claerer"), &["clearer"]), - (UniCase::ascii("sistemic"), &["systemic"]), - (UniCase::ascii("tangeant"), &["tangent"]), - (UniCase::ascii("fature"), &["feature"]), - (UniCase::ascii("recommmended"), &["recommended"]), - (UniCase::ascii("miinimizing"), &["minimizing"]), - (UniCase::ascii("invalidatiopn"), &["invalidation"]), - (UniCase::ascii("accepatble"), &["acceptable"]), - (UniCase::ascii("capturd"), &["captured"]), - (UniCase::ascii("re-negatiotiated"), &["re-negotiated"]), - (UniCase::ascii("autonegotations"), &["autonegotiations"]), - (UniCase::ascii("concatination"), &["concatenation"]), - (UniCase::ascii("raotating"), &["rotating"]), - (UniCase::ascii("expectes"), &["expects"]), - (UniCase::ascii("negotitaing"), &["negotiating"]), - (UniCase::ascii("negoptionsotiations"), &["negotiations"]), - (UniCase::ascii("eyt"), &["yet"]), - (UniCase::ascii("chanceled"), &["canceled"]), - (UniCase::ascii("temproay"), &["temporary"]), - (UniCase::ascii("saferi"), &["Safari"]), - (UniCase::ascii("inexpirience"), &["inexperience"]), - (UniCase::ascii("sirecting"), &["directing"]), - (UniCase::ascii("re-negotaitions"), &["re-negotiations"]), - (UniCase::ascii("miinimising"), &["minimising"]), - (UniCase::ascii("betweeness"), &["betweenness"]), - (UniCase::ascii("arbituarily"), &["arbitrarily"]), - (UniCase::ascii("intialising"), &["initialising"]), - (UniCase::ascii("jave"), &["java", "have"]), - (UniCase::ascii("matainer"), &["maintainer"]), - (UniCase::ascii("coreespond"), &["correspond"]), - (UniCase::ascii("netcape"), &["netscape"]), - (UniCase::ascii("coallate"), &["collate"]), - (UniCase::ascii("experimentters"), &["experimenters"]), - (UniCase::ascii("spcecified"), &["specified"]), - (UniCase::ascii("Capetown"), &["Cape Town"]), - (UniCase::ascii("negogtiator"), &["negotiator"]), - (UniCase::ascii("disappared"), &["disappeared"]), - (UniCase::ascii("restuarant"), &["restaurant"]), - (UniCase::ascii("thant"), &["than"]), - (UniCase::ascii("plattform"), &["platform"]), - (UniCase::ascii("painiting"), &["painting"]), - (UniCase::ascii("unloadins"), &["unloading"]), - (UniCase::ascii("insde"), &["inside"]), - (UniCase::ascii("auto-negotication"), &["auto-negotiation"]), - (UniCase::ascii("mergging"), &["merging"]), - (UniCase::ascii("confugre"), &["configure"]), - (UniCase::ascii("survices"), &["services", "survives"]), - (UniCase::ascii("delgators"), &["delegators"]), - (UniCase::ascii("orginates"), &["originates"]), - (UniCase::ascii("ignormed"), &["ignored"]), - (UniCase::ascii("zlot"), &["slot"]), - (UniCase::ascii("feautre"), &["feature"]), - (UniCase::ascii("guas\'"), &["Gauss\'"]), - (UniCase::ascii("extendet"), &["extended"]), - (UniCase::ascii("discconenct"), &["disconnect"]), - (UniCase::ascii("aack"), &["ack"]), - (UniCase::ascii("apreteated"), &["appreciated"]), - (UniCase::ascii("trasform"), &["transform"]), - (UniCase::ascii("situatuion"), &["situation"]), - (UniCase::ascii("curriculem"), &["curriculum"]), - (UniCase::ascii("unnecessery"), &["unnecessary"]), - (UniCase::ascii("tradionally"), &["traditionally"]), - (UniCase::ascii("callibrated"), &["calibrated"]), - (UniCase::ascii("assignmnet"), &["assignment"]), - (UniCase::ascii("hypens"), &["hyphens"]), - (UniCase::ascii("sistematically"), &["systematically"]), - (UniCase::ascii("statememts"), &["statements"]), - (UniCase::ascii("syntehsize"), &["synthesize"]), - (UniCase::ascii("definetely"), &["definitely"]), - (UniCase::ascii("de-duplactes"), &["de-duplicates"]), - (UniCase::ascii("debbuger"), &["debugger"]), - (UniCase::ascii("desingner"), &["designer"]), - (UniCase::ascii("immidiatly"), &["immediately"]), - (UniCase::ascii("repositorry"), &["repository"]), - (UniCase::ascii("supportd"), &["supported"]), - (UniCase::ascii("ocasional"), &["occasional"]), - (UniCase::ascii("simulataeous"), &["simultaneous"]), - (UniCase::ascii("non-negotaited"), &["non-negotiated"]), - (UniCase::ascii("bounsary"), &["boundary"]), - (UniCase::ascii("negoticable"), &["negotiable"]), - (UniCase::ascii("resquest"), &["request"]), - (UniCase::ascii("receeded"), &["receded"]), - (UniCase::ascii("ignorging"), &["ignoring"]), - (UniCase::ascii("asuming"), &["assuming"]), - (UniCase::ascii("tranient"), &["transient"]), - (UniCase::ascii("readius"), &["radius"]), - (UniCase::ascii("feasability"), &["feasibility"]), - (UniCase::ascii("allignment"), &["alignment"]), - (UniCase::ascii("noticably"), &["noticeably"]), - (UniCase::ascii("re-negoitate"), &["re-negotiate"]), - (UniCase::ascii("soverignity"), &["sovereignty"]), - (UniCase::ascii("renegotioable"), &["renegotiable"]), - (UniCase::ascii("legitmate"), &["legitimate"]), - (UniCase::ascii("languge"), &["language"]), - (UniCase::ascii("Guatamala"), &["Guatemala"]), - (UniCase::ascii("libell"), &["libel"]), - (UniCase::ascii("regluar"), &["regular"]), - (UniCase::ascii("notifaction"), &["notification"]), - (UniCase::ascii("mustator"), &["mutator"]), - (UniCase::ascii("opems"), &["opens"]), - (UniCase::ascii("prdpagating"), &["propagating"]), - (UniCase::ascii("prefetchs"), &["prefetches"]), - (UniCase::ascii("arquitecture"), &["architecture"]), - (UniCase::ascii("excitment"), &["excitement"]), - (UniCase::ascii("debth"), &["depth"]), - (UniCase::ascii("analiser"), &["analyser"]), - (UniCase::ascii("slighly"), &["slightly"]), - (UniCase::ascii("re-negosiated"), &["re-negotiated"]), - (UniCase::ascii("contrller"), &["controller"]), - (UniCase::ascii("expresso"), &["espresso"]), - (UniCase::ascii("occurr"), &["occur"]), - (UniCase::ascii("iteratons"), &["iterations"]), - (UniCase::ascii("incoherancy"), &["incoherency"]), - (UniCase::ascii("allcate"), &["allocate"]), - (UniCase::ascii("renegoticated"), &["renegotiated"]), - (UniCase::ascii("scrao"), &["scrap"]), - (UniCase::ascii("octohedral"), &["octahedral"]), - (UniCase::ascii("conservitive"), &["conservative"]), - (UniCase::ascii("funcion"), &["function"]), - (UniCase::ascii("alpabetical"), &["alphabetical"]), - (UniCase::ascii("villify"), &["vilify"]), - (UniCase::ascii("parastic"), &["parasitic"]), - (UniCase::ascii("generatng"), &["generating"]), - (UniCase::ascii("distintions"), &["distinctions"]), - (UniCase::ascii("mysterous"), &["mysterious"]), - (UniCase::ascii("algortihms"), &["algorithms"]), - (UniCase::ascii("fielesystems"), &["filesystems"]), - (UniCase::ascii("clearnance"), &["clearance"]), - (UniCase::ascii("correctures"), &["correctors"]), - (UniCase::ascii("safe-pooint"), &["safe-point"]), - (UniCase::ascii("currectly"), &["correctly", "currently"]), - (UniCase::ascii("comparisions"), &["comparisons"]), - (UniCase::ascii("spefcifiable"), &["specifiable"]), - (UniCase::ascii("incmrement"), &["increment"]), - (UniCase::ascii("renegotitates"), &["renegotiates"]), - (UniCase::ascii("reperesents"), &["represents"]), - (UniCase::ascii("differnencing"), &["differencing"]), - (UniCase::ascii("negatiotiation"), &["negotiation"]), - (UniCase::ascii("fushed"), &["flushed"]), - (UniCase::ascii("intepretor"), &["interpreter"]), - (UniCase::ascii("notificiation"), &["notification"]), - (UniCase::ascii("corrensponded"), &["corresponded"]), - (UniCase::ascii("finitel"), &["finite"]), - (UniCase::ascii("indepdendetly"), &["independently"]), - (UniCase::ascii("synchronsouly"), &["synchronously"]), - (UniCase::ascii("ontainor"), &["container"]), - (UniCase::ascii("caputre"), &["capture"]), - (UniCase::ascii("copiese"), &["copies"]), - (UniCase::ascii("negotitator"), &["negotiator"]), - (UniCase::ascii("projctions"), &["projections"]), - (UniCase::ascii("xyou"), &["you"]), - (UniCase::ascii("Mediteranean"), &["Mediterranean"]), - (UniCase::ascii("subsiduary"), &["subsidiary"]), - (UniCase::ascii("oneyway"), &["oneway"]), - (UniCase::ascii("unselecgting"), &["unselecting"]), - (UniCase::ascii("tabbaray"), &["taboret"]), - (UniCase::ascii("prosessor"), &["processor"]), - (UniCase::ascii("re-negotitaed"), &["re-negotiated"]), - (UniCase::ascii("separeted"), &["separated"]), - (UniCase::ascii("declatations"), &["declarations"]), - (UniCase::ascii("peripherials"), &["peripherals"]), - (UniCase::ascii("exapmles"), &["examples"]), - (UniCase::ascii("commplex"), &["complex"]), - (UniCase::ascii("destroi"), &["destroy"]), - (UniCase::ascii("wrkloads"), &["workloads"]), - (UniCase::ascii("blcoks"), &["blocks"]), - (UniCase::ascii("assiociated"), &["associated"]), - (UniCase::ascii("preaprooved"), &["preapproved"]), - (UniCase::ascii("documument"), &["document"]), - (UniCase::ascii("retireving"), &["retrieving"]), - (UniCase::ascii("acknoledges"), &["acknowledges"]), - (UniCase::ascii("miinimizes"), &["minimizes"]), - (UniCase::ascii("encryptiion"), &["encryption"]), - (UniCase::ascii("overcompansated"), &["overcompensated"]), - (UniCase::ascii("officeals"), &["officials"]), - (UniCase::ascii("mutliples"), &["multiples"]), - (UniCase::ascii("execeeded"), &["exceeded"]), - (UniCase::ascii("placemenets"), &["placements"]), - (UniCase::ascii("acccession"), &["accession"]), - (UniCase::ascii("gurantee"), &["guarantee"]), - (UniCase::ascii("smoot"), &["smooth"]), - (UniCase::ascii("arrangaelbe"), &["arrangeable"]), - (UniCase::ascii("deauthenication"), &["deauthentication"]), - (UniCase::ascii("identtation"), &["indentation"]), - (UniCase::ascii("paramenters"), &["parameters"]), - (UniCase::ascii("datatores"), &["datastores"]), - (UniCase::ascii("annoucement"), &["announcement"]), - (UniCase::ascii("fasade"), &["facade"]), - (UniCase::ascii("folowws"), &["follows"]), - (UniCase::ascii("amoutns"), &["amounts"]), - (UniCase::ascii("conincide"), &["coincide"]), - (UniCase::ascii("mormalise"), &["normalise"]), - (UniCase::ascii("dublication"), &["duplication"]), - (UniCase::ascii("authecators"), &["authenticators"]), - (UniCase::ascii("authendication"), &["authentication"]), - (UniCase::ascii("experimtening"), &["experimenting"]), - (UniCase::ascii("fropm"), &["from"]), - (UniCase::ascii("boads"), &["boards"]), - (UniCase::ascii("specic"), &["specific"]), - (UniCase::ascii("deploiment"), &["deployment"]), - (UniCase::ascii("sade"), &["sad"]), - (UniCase::ascii("temperary"), &["temporary"]), - (UniCase::ascii("accordian"), &["accordion"]), - (UniCase::ascii("porcess"), &["process"]), - (UniCase::ascii("supersed"), &["superseded"]), - (UniCase::ascii("transcording"), &["transcoding"]), - (UniCase::ascii("pricision"), &["precision"]), - (UniCase::ascii("neighbout"), &["neighbour"]), - (UniCase::ascii("buitlin"), &["builtin"]), - (UniCase::ascii("disscusses"), &["discusses"]), - (UniCase::ascii("linerisations"), &["linearisations"]), - (UniCase::ascii("workaroungs"), &["workarounds"]), - (UniCase::ascii("comissioning"), &["commissioning"]), - (UniCase::ascii("euqivalent"), &["equivalent"]), - (UniCase::ascii("excecution"), &["execution"]), - (UniCase::ascii("sourt"), &["sort", "south", "sour"]), - (UniCase::ascii("dispbibute"), &["distribute"]), - (UniCase::ascii("volums"), &["volume"]), - (UniCase::ascii("scource"), &["source", "scouse"]), - (UniCase::ascii("volonteers"), &["volunteers"]), - (UniCase::ascii("recontructs"), &["reconstructs"]), - (UniCase::ascii("demodualtor"), &["demodulator"]), - (UniCase::ascii("adaptove"), &["adaptive", "adoptive"]), - (UniCase::ascii("shoudt"), &["should", "shouldn\'t"]), - (UniCase::ascii("dscretion"), &["discretion"]), - (UniCase::ascii("disale"), &["disable"]), - (UniCase::ascii("bogos"), &["bogus"]), - (UniCase::ascii("meaninless"), &["meaningless"]), - (UniCase::ascii("scholarstic"), &["scholastic", "scholarly"]), - (UniCase::ascii("depency"), &["dependency"]), - (UniCase::ascii("movemment"), &["movement"]), - (UniCase::ascii("visiblities"), &["visibilities"]), - (UniCase::ascii("availabelity"), &["availability"]), - (UniCase::ascii("suggets"), &["suggest", "suggests"]), - (UniCase::ascii("chracter"), &["character"]), - (UniCase::ascii("typicially"), &["typically"]), - (UniCase::ascii("chked"), &["checked"]), - (UniCase::ascii("syndonic"), &["syntonic"]), - (UniCase::ascii("comsumption"), &["consumption"]), - (UniCase::ascii("cheatta"), &["cheetah"]), - (UniCase::ascii("banlance"), &["balance"]), - (UniCase::ascii("auto-negoations"), &["auto-negotiations"]), - (UniCase::ascii("obtaiens"), &["obtains"]), - (UniCase::ascii("releveant"), &["relevant"]), - (UniCase::ascii("blokcss"), &["blocks", "blokes"]), - (UniCase::ascii("attachged"), &["attached"]), - (UniCase::ascii("commmets"), &["comments"]), - (UniCase::ascii("procoessing"), &["processing"]), - (UniCase::ascii("traverce"), &["traverse"]), - (UniCase::ascii("averloaded"), &["overloaded"]), - (UniCase::ascii("argumemnts"), &["arguments"]), - (UniCase::ascii("tranfered"), &["transferred"]), - (UniCase::ascii("upsrteamer"), &["upstreamer"]), - (UniCase::ascii("unavilable"), &["unavailable"]), - (UniCase::ascii("simulataneity"), &["simultaneity"]), - (UniCase::ascii("alghoritms"), &["algorithms"]), - (UniCase::ascii("declarated"), &["declared"]), - (UniCase::ascii("famoust"), &["famous"]), - (UniCase::ascii("beding"), &["bedding", "begging"]), - (UniCase::ascii("numebering"), &["numbering"]), - (UniCase::ascii("alogorithms"), &["algorithms"]), - (UniCase::ascii("transparcencies"), &["transparencies"]), - (UniCase::ascii("absoutly"), &["absolutely"]), - (UniCase::ascii("bahaviors"), &["behaviors"]), - (UniCase::ascii("kubermetes"), &["Kubernetes"]), - (UniCase::ascii("commericially"), &["commercially"]), - (UniCase::ascii("prooduce"), &["produce"]), - (UniCase::ascii("alghorithm"), &["algorithm"]), - (UniCase::ascii("sensitivy"), &["sensitivity", "sensitively"]), - (UniCase::ascii("dissassociate"), &["disassociate"]), - (UniCase::ascii("disobediance"), &["disobedience"]), - (UniCase::ascii("enablen"), &["enabled"]), - (UniCase::ascii("conjuntions"), &["conjunctions"]), - (UniCase::ascii("siginify"), &["signify"]), - (UniCase::ascii("conector"), &["connector"]), - (UniCase::ascii("unsubscritptions"), &["unsubscriptions"]), - (UniCase::ascii("songle"), &["single", "dongle"]), - (UniCase::ascii("convinent"), &["convenient"]), - (UniCase::ascii("syle"), &["style"]), - (UniCase::ascii("persistant"), &["persistent"]), - (UniCase::ascii("diferent"), &["different"]), - (UniCase::ascii("exersizes"), &["exercises"]), - (UniCase::ascii("impelementation"), &["implementation"]), - (UniCase::ascii("dum"), &["dumb"]), - (UniCase::ascii("adquired"), &["acquired"]), - (UniCase::ascii("absoluetly"), &["absolutely"]), - (UniCase::ascii("intiailised"), &["initialized"]), - (UniCase::ascii("posseses"), &["possesses"]), - (UniCase::ascii("renegotionates"), &["renegotiates"]), - (UniCase::ascii("sence"), &["sense", "since"]), - (UniCase::ascii("predefiend"), &["predefined"]), - (UniCase::ascii("ecplicit"), &["explicit"]), - (UniCase::ascii("expaning"), &["expanding"]), - (UniCase::ascii("i;ll"), &["I\'ll"]), - (UniCase::ascii("algorithmms"), &["algorithms"]), - (UniCase::ascii("renegotatiable"), &["renegotiable"]), - (UniCase::ascii("oje"), &["one"]), - (UniCase::ascii("transparts"), &["transports"]), - (UniCase::ascii("paraniac"), &["paranoiac"]), - (UniCase::ascii("compariable"), &["comparable"]), - (UniCase::ascii("re-negotitators"), &["re-negotiators"]), - (UniCase::ascii("categogies"), &["categories"]), - (UniCase::ascii("ophan"), &["orphan"]), - (UniCase::ascii("identties"), &["identities"]), - (UniCase::ascii("hostories"), &["histories"]), - (UniCase::ascii("cylcical"), &["cyclical"]), - (UniCase::ascii("recalulation"), &["recalculation"]), - (UniCase::ascii("expemental"), &["experimental"]), - (UniCase::ascii("implementaiton"), &["implementation"]), - (UniCase::ascii("naturually"), &["naturally"]), - (UniCase::ascii("algororithmically"), &["algorithmically"]), - (UniCase::ascii("thourough"), &["thorough"]), - (UniCase::ascii("simplies"), &["implies", "simplifies"]), - (UniCase::ascii("authetnicators"), &["authenticators"]), - (UniCase::ascii("forumula"), &["formula"]), - (UniCase::ascii("sufocate"), &["suffocate"]), - (UniCase::ascii("vulnearbilities"), &["vulnerabilities"]), - (UniCase::ascii("exressed"), &["expressed"]), - (UniCase::ascii("delaring"), &["declaring"]), - (UniCase::ascii("lenghtened"), &["lengthened"]), - (UniCase::ascii("limitions"), &["limitations"]), - (UniCase::ascii("probelms"), &["problems"]), - (UniCase::ascii("antartic"), &["antarctic"]), - (UniCase::ascii("tipe"), &["type", "tip"]), - (UniCase::ascii("accrose"), &["across"]), - (UniCase::ascii("orthagnal"), &["orthogonal"]), - (UniCase::ascii("resaurant"), &["restaurant"]), - (UniCase::ascii("legalimate"), &["legitimate"]), - (UniCase::ascii("trasfer"), &["transfer"]), - (UniCase::ascii("sinlge"), &["single"]), - (UniCase::ascii("separat"), &["separate"]), - (UniCase::ascii("exeptions"), &["exceptions"]), - (UniCase::ascii("infrormation"), &["information"]), - (UniCase::ascii("follwoeiong"), &["following"]), - (UniCase::ascii("endcoder"), &["encoder"]), - (UniCase::ascii("languahe"), &["language"]), - (UniCase::ascii("divertions"), &["diversions"]), - (UniCase::ascii("uncommpressed"), &["uncompressed"]), - (UniCase::ascii("harrased"), &["harassed"]), - (UniCase::ascii("throttes"), &["throttles", "trots"]), - (UniCase::ascii("tuotiral"), &["tutorial"]), - (UniCase::ascii("arrangte"), &["arrange"]), - (UniCase::ascii("executabels"), &["executables"]), - (UniCase::ascii("exerbated"), &["exacerbated"]), - (UniCase::ascii("progarammability"), &["programmability"]), - (UniCase::ascii("analizing"), &["analyzing"]), - (UniCase::ascii("wouldnt\'"), &["wouldn\'t"]), - (UniCase::ascii("gived"), &["given", "gave"]), - (UniCase::ascii("littel-endian"), &["little-endian"]), - (UniCase::ascii("expewrimental"), &["experimental"]), - (UniCase::ascii("climing"), &["climbing"]), - (UniCase::ascii("hvae"), &["have"]), - (UniCase::ascii("subscirbing"), &["subscribing"]), - (UniCase::ascii("anytthing"), &["anything"]), - (UniCase::ascii("progating"), &["propagating"]), - (UniCase::ascii("derfiend"), &["defined"]), - (UniCase::ascii("siwtching"), &["switching"]), - (UniCase::ascii("hopeing"), &["hoping"]), - (UniCase::ascii("excahnge"), &["exchange"]), - (UniCase::ascii("prdpagates"), &["propagates"]), - (UniCase::ascii("doctorial"), &["doctoral"]), - (UniCase::ascii("expersions"), &["expressions"]), - (UniCase::ascii("descripe"), &["describe"]), - (UniCase::ascii("vaiants"), &["variants"]), - (UniCase::ascii("bastract"), &["abstract"]), - (UniCase::ascii("intraverts"), &["introverts"]), - (UniCase::ascii("unexpcted"), &["unexpected"]), - (UniCase::ascii("Guilio"), &["Giulio"]), - (UniCase::ascii("Decemer"), &["December"]), - (UniCase::ascii("notications"), &["notifications"]), - (UniCase::ascii("triangulataion"), &["triangulation"]), - (UniCase::ascii("atempt"), &["attempt"]), - (UniCase::ascii("congifurable"), &["configurable"]), - (UniCase::ascii("tracsoders"), &["transcoders"]), - (UniCase::ascii("hypocrit"), &["hypocrite"]), - (UniCase::ascii("geting"), &["getting"]), - (UniCase::ascii("autonegotitation"), &["autonegotiation"]), - (UniCase::ascii("siffixing"), &["suffixing"]), - (UniCase::ascii("traveses"), &["traverses"]), - ( - UniCase::ascii("autonegoptionsotiation"), - &["autonegotiation"], - ), - (UniCase::ascii("fotografical"), &["photographical"]), - (UniCase::ascii("swicthed"), &["switched"]), - (UniCase::ascii("custonary"), &["customary"]), - (UniCase::ascii("controveries"), &["controversies"]), - (UniCase::ascii("attribut"), &["attribute"]), - (UniCase::ascii("rotats"), &["rotates", "rotate"]), - (UniCase::ascii("faliures"), &["failures"]), - (UniCase::ascii("excercises"), &["exercises"]), - (UniCase::ascii("cosntraints"), &["constraints"]), - (UniCase::ascii("assmptions"), &["assumptions"]), - (UniCase::ascii("whilest"), &["whilst"]), - (UniCase::ascii("delvery"), &["delivery"]), - (UniCase::ascii("avdisoriyes"), &["advisories"]), - (UniCase::ascii("buitlins"), &["builtins"]), - (UniCase::ascii("entired"), &["entered", "entire"]), - (UniCase::ascii("shouldnt\'"), &["shouldn\'t"]), - (UniCase::ascii("galatic"), &["galactic"]), - (UniCase::ascii("guass"), &["Gauss"]), - (UniCase::ascii("transmissable"), &["transmissible"]), - (UniCase::ascii("compareisons"), &["comparisons"]), - (UniCase::ascii("wasnt;"), &["wasn\'t"]), - (UniCase::ascii("publushes"), &["publishes"]), - (UniCase::ascii("baceause"), &["because"]), - (UniCase::ascii("autority"), &["authority"]), - (UniCase::ascii("environement"), &["environment"]), - (UniCase::ascii("coyprighted"), &["copyrighted"]), - (UniCase::ascii("desltop"), &["desktop"]), - (UniCase::ascii("conflictd"), &["conflicts", "conflicted"]), - (UniCase::ascii("degenrate"), &["degenerate"]), - (UniCase::ascii("ACI"), &["ACPI"]), - (UniCase::ascii("commitin"), &["committing"]), - (UniCase::ascii("selcting"), &["selecting"]), - (UniCase::ascii("simpliifcations"), &["simplifications"]), - (UniCase::ascii("commnd"), &["command"]), - (UniCase::ascii("oppertunities"), &["opportunities"]), - (UniCase::ascii("precize"), &["precise"]), - (UniCase::ascii("deciemal"), &["decimal"]), - (UniCase::ascii("ackowledgement"), &["acknowledgement"]), - (UniCase::ascii("versin"), &["version"]), - (UniCase::ascii("kernerl"), &["kernel"]), - (UniCase::ascii("negotaiating"), &["negotiating"]), - (UniCase::ascii("beauracracy"), &["bureaucracy"]), - (UniCase::ascii("prctiles"), &["percentiles"]), - (UniCase::ascii("rebulid"), &["rebuild"]), - (UniCase::ascii("livley"), &["lively"]), - (UniCase::ascii("reconstucted"), &["reconstructed"]), - (UniCase::ascii("specificl"), &["specific"]), - (UniCase::ascii("accessisble"), &["accessible"]), - (UniCase::ascii("arbirtrarily"), &["arbitrarily"]), - (UniCase::ascii("aother"), &["another", "other", "mother"]), - (UniCase::ascii("origionally"), &["originally"]), - (UniCase::ascii("environemntal"), &["environmental"]), - (UniCase::ascii("indistiguishable"), &["indistinguishable"]), - (UniCase::ascii("transfromation"), &["transformation"]), - (UniCase::ascii("minimse"), &["minimise"]), - (UniCase::ascii("regarldess"), &["regardless"]), - (UniCase::ascii("facours"), &["favours"]), - (UniCase::ascii("improvmenets"), &["improvements"]), - (UniCase::ascii("approrpriately"), &["appropriately"]), - (UniCase::ascii("nees"), &["needs"]), - (UniCase::ascii("uppon"), &["upon"]), - (UniCase::ascii("compairisons"), &["comparisons"]), - (UniCase::ascii("speficific"), &["specific"]), - (UniCase::ascii("renegoitators"), &["renegotiators"]), - (UniCase::ascii("requrested"), &["requested"]), - (UniCase::ascii("aequivalent"), &["equivalent"]), - (UniCase::ascii("progamms"), &["programs"]), - (UniCase::ascii("instaead"), &["instead"]), - (UniCase::ascii("asychronized"), &["asynchronized"]), - (UniCase::ascii("desoriented"), &["disoriented"]), - (UniCase::ascii("awnsers"), &["answers"]), - (UniCase::ascii("arrrives"), &["arrives"]), - (UniCase::ascii("circut"), &["circuit"]), - (UniCase::ascii("achor"), &["anchor"]), - (UniCase::ascii("repubican"), &["republican"]), - (UniCase::ascii("spoace"), &["space"]), - (UniCase::ascii("non-negoziable"), &["non-negotiable"]), - (UniCase::ascii("descriminates"), &["discriminates"]), - (UniCase::ascii("neolitic"), &["neolithic"]), - (UniCase::ascii("commpressd"), &["compressed"]), - (UniCase::ascii("transpeorted"), &["transported"]), - (UniCase::ascii("inaktively"), &["inactively"]), - (UniCase::ascii("configed"), &["configured"]), - (UniCase::ascii("autonegotatiations"), &["autonegotiations"]), - (UniCase::ascii("rqeuests"), &["requests", "quests"]), - (UniCase::ascii("nax"), &["max", "nad"]), - (UniCase::ascii("vigeur"), &["vigueur", "vigour", "vigor"]), - (UniCase::ascii("isnpiron"), &["inspiron"]), - (UniCase::ascii("initialyzed"), &["initialized"]), - (UniCase::ascii("perfomranses"), &["performances"]), - (UniCase::ascii("dsiable"), &["disable"]), - (UniCase::ascii("complied-in"), &["compiled-in"]), - (UniCase::ascii("connecor"), &["connector"]), - (UniCase::ascii("securty"), &["security"]), - (UniCase::ascii("bassically"), &["basically"]), - (UniCase::ascii("miliraty"), &["military"]), - (UniCase::ascii("softwares"), &["software"]), - (UniCase::ascii("temaplates"), &["templates"]), - (UniCase::ascii("neighobring"), &["neighboring"]), - (UniCase::ascii("secconds"), &["seconds"]), - (UniCase::ascii("unepectedly"), &["unexpectedly"]), - (UniCase::ascii("shadoloo"), &["shadaloo"]), - (UniCase::ascii("usig"), &["using"]), - (UniCase::ascii("commeneted"), &["commented"]), - (UniCase::ascii("gemoetry"), &["geometry"]), - (UniCase::ascii("ussuall"), &["usual"]), - (UniCase::ascii("mathematican"), &["mathematician"]), - (UniCase::ascii("higlighted"), &["highlighted"]), - (UniCase::ascii("transformatted"), &["transformed"]), - (UniCase::ascii("improtant"), &["important"]), - (UniCase::ascii("recconeccts"), &["reconnects"]), - (UniCase::ascii("glpyh"), &["glyph"]), - (UniCase::ascii("subroutie"), &["subroutine"]), - (UniCase::ascii("abnormaly"), &["abnormally"]), - (UniCase::ascii("andoid"), &["android"]), - (UniCase::ascii("noticible"), &["noticeable"]), - (UniCase::ascii("distinquishable"), &["distinguishable"]), - (UniCase::ascii("tabeles"), &["tables"]), - (UniCase::ascii("ciruclar"), &["circular"]), - (UniCase::ascii("repesentation"), &["representation"]), - (UniCase::ascii("speficitically"), &["specifically"]), - (UniCase::ascii("blohted"), &["bloated"]), - (UniCase::ascii("standardss"), &["standards"]), - (UniCase::ascii("orpanage"), &["orphanage"]), - (UniCase::ascii("absoluately"), &["absolutely"]), - (UniCase::ascii("remembrence"), &["remembrance"]), - (UniCase::ascii("topologie"), &["topology"]), - (UniCase::ascii("moint"), &["mount"]), - (UniCase::ascii("renegotaitor"), &["renegotiator"]), - (UniCase::ascii("deeep"), &["deep"]), - (UniCase::ascii("negatiotiator"), &["negotiator"]), - (UniCase::ascii("auxilleries"), &["auxiliaries"]), - (UniCase::ascii("endding"), &["ending"]), - ( - UniCase::ascii("countie\'s"), - &["counties", "counties\'", "county\'s"], - ), - (UniCase::ascii("deriair"), &["derriere"]), - (UniCase::ascii("organziation"), &["organization"]), - (UniCase::ascii("acordinng"), &["according"]), - (UniCase::ascii("configurationn"), &["configuration"]), - (UniCase::ascii("mismaches"), &["mismatches"]), - (UniCase::ascii("ususally"), &["usually"]), - (UniCase::ascii("calles"), &["calls"]), - (UniCase::ascii("opearitos"), &["operations"]), - (UniCase::ascii("regulaer"), &["regular"]), - (UniCase::ascii("gernerally"), &["generally"]), - (UniCase::ascii("derective"), &["directive"]), - (UniCase::ascii("envrions"), &["environs"]), - (UniCase::ascii("bouunding"), &["bounding"]), - (UniCase::ascii("guarrantees"), &["guarantees"]), - (UniCase::ascii("brethen"), &["brethren"]), - (UniCase::ascii("reposoitory"), &["repository"]), - (UniCase::ascii("unreacheable"), &["unreachable"]), - (UniCase::ascii("tagnet"), &["tangent"]), - (UniCase::ascii("horzontally"), &["horizontally"]), - (UniCase::ascii("tolen"), &["token"]), - (UniCase::ascii("wronf"), &["wrong"]), - (UniCase::ascii("botton"), &["bottom", "button"]), - (UniCase::ascii("depdening"), &["depending"]), - (UniCase::ascii("sustitutions"), &["substitutions"]), - (UniCase::ascii("everythin"), &["everything"]), - (UniCase::ascii("assumpation"), &["assumption"]), - (UniCase::ascii("unexectedly"), &["unexpectedly"]), - (UniCase::ascii("caler"), &["caller"]), - (UniCase::ascii("differntials"), &["differentials"]), - (UniCase::ascii("corresonded"), &["corresponded"]), - (UniCase::ascii("proccess"), &["process"]), - (UniCase::ascii("invokving"), &["invoking"]), - ( - UniCase::ascii("folling"), - &["following", "falling", "rolling"], - ), - (UniCase::ascii("cerimonious"), &["ceremonious"]), - (UniCase::ascii("availibility"), &["availability"]), - (UniCase::ascii("gord"), &["gourd"]), - (UniCase::ascii("sutable"), &["suitable", "stable"]), - (UniCase::ascii("chatch"), &["catch"]), - (UniCase::ascii("non-negoticated"), &["non-negotiated"]), - (UniCase::ascii("envorce"), &["enforce"]), - (UniCase::ascii("encoses"), &["encloses", "encodes"]), - (UniCase::ascii("dissasembled"), &["disassembled"]), - (UniCase::ascii("algotirhms"), &["algorithms"]), - (UniCase::ascii("displacment"), &["displacement"]), - (UniCase::ascii("threshholds"), &["thresholds"]), - (UniCase::ascii("peopel"), &["people"]), - (UniCase::ascii("deassering"), &["deasserting"]), - (UniCase::ascii("propogates"), &["propagates"]), - (UniCase::ascii("two-dimenional"), &["two-dimensional"]), - (UniCase::ascii("instansiation"), &["instantiation"]), - (UniCase::ascii("compications"), &["complications"]), - (UniCase::ascii("devloped"), &["developed"]), - (UniCase::ascii("subtitutes"), &["substitutes"]), - (UniCase::ascii("unsychronise"), &["unsynchronise"]), - (UniCase::ascii("tablle"), &["table"]), - (UniCase::ascii("diffreent"), &["different"]), - (UniCase::ascii("upstreemed"), &["upstreamed"]), - (UniCase::ascii("asssassans"), &["assassins"]), - (UniCase::ascii("filesytem"), &["filesystem"]), - (UniCase::ascii("readed"), &["read", "readd", "readded"]), - (UniCase::ascii("alloctions"), &["allocations"]), - (UniCase::ascii("servced"), &["serviced", "served"]), - (UniCase::ascii("akkumulates"), &["accumulates"]), - (UniCase::ascii("bleutooth"), &["bluetooth"]), - (UniCase::ascii("accidentily"), &["accidentally"]), - (UniCase::ascii("beutification"), &["beautification"]), - (UniCase::ascii("compagnion"), &["companion"]), - (UniCase::ascii("coeficent"), &["coefficient"]), - (UniCase::ascii("commadns"), &["commands"]), - (UniCase::ascii("pubilshing"), &["publishing"]), - (UniCase::ascii("remorted"), &["reported"]), - (UniCase::ascii("evyrthing"), &["everything"]), - (UniCase::ascii("spefififes"), &["specifies"]), - (UniCase::ascii("experimetning"), &["experimenting"]), - (UniCase::ascii("algolithm"), &["algorithm"]), - (UniCase::ascii("environmnet"), &["environment"]), - (UniCase::ascii("lauches"), &["launches"]), - (UniCase::ascii("autmatically"), &["automatically"]), - (UniCase::ascii("enntries"), &["entries"]), - (UniCase::ascii("incramentally"), &["incrementally"]), - (UniCase::ascii("Newyorker"), &["New Yorker"]), - (UniCase::ascii("repaces"), &["replaces"]), - (UniCase::ascii("experimnetel"), &["experimental"]), - (UniCase::ascii("absorve"), &["absorb"]), - (UniCase::ascii("spreadhseet"), &["spreadsheet"]), - (UniCase::ascii("assiged"), &["assigned"]), - (UniCase::ascii("algorythem"), &["algorithm"]), - (UniCase::ascii("synchonrous"), &["synchronous"]), - (UniCase::ascii("etxt"), &["text"]), - (UniCase::ascii("increading"), &["increasing"]), - (UniCase::ascii("sequenzes"), &["sequences"]), - (UniCase::ascii("rearrangtes"), &["rearranges"]), - (UniCase::ascii("derth"), &["dearth"]), - (UniCase::ascii("deatching"), &["detaching"]), - (UniCase::ascii("impliment"), &["implement"]), - (UniCase::ascii("contigent"), &["contingent"]), - (UniCase::ascii("algorithemic"), &["algorithmic"]), - (UniCase::ascii("certfication"), &["certification"]), - (UniCase::ascii("colorizoer"), &["colorizer"]), - (UniCase::ascii("saveing"), &["saving"]), - (UniCase::ascii("tabe"), &["table"]), - ( - UniCase::ascii("exploitions"), - &["explosions", "exploitations", "exploits"], - ), - (UniCase::ascii("doesnot"), &["doesn\'t", "does not"]), - (UniCase::ascii("algolithmic"), &["algorithmic"]), - (UniCase::ascii("negotiotion"), &["negotiation"]), - (UniCase::ascii("asscoitaed"), &["associated"]), - (UniCase::ascii("arbritary"), &["arbitrary"]), - (UniCase::ascii("negothiates"), &["negotiates"]), - (UniCase::ascii("recrusive"), &["recursive"]), - (UniCase::ascii("wll"), &["will"]), - (UniCase::ascii("locaing"), &["locating"]), - (UniCase::ascii("updateing"), &["updating"]), - (UniCase::ascii("argumet"), &["argument"]), - (UniCase::ascii("autonegotiotations"), &["autonegotiations"]), - (UniCase::ascii("bable"), &["babel", "table", "bible"]), - (UniCase::ascii("disalbe"), &["disable"]), - (UniCase::ascii("geogcountry"), &["geocountry"]), - (UniCase::ascii("experimanent"), &["experiment"]), - (UniCase::ascii("furhtest"), &["furthest"]), - (UniCase::ascii("negoatiated"), &["negotiated"]), - (UniCase::ascii("electrnoics"), &["electronics"]), - (UniCase::ascii("aboutit"), &["about it"]), - (UniCase::ascii("concatonates"), &["concatenates"]), - (UniCase::ascii("micorcodes"), &["microcodes"]), - (UniCase::ascii("govenment"), &["government"]), - (UniCase::ascii("activties"), &["activities"]), - (UniCase::ascii("succed"), &["succeed"]), - (UniCase::ascii("proctects"), &["protects"]), - (UniCase::ascii("ntification"), &["notification"]), - (UniCase::ascii("degress"), &["degrees", "digress"]), - (UniCase::ascii("keystokes"), &["keystrokes"]), - (UniCase::ascii("electical"), &["electrical"]), - (UniCase::ascii("acceptence"), &["acceptance"]), - (UniCase::ascii("storys"), &["stories", "storeys"]), - (UniCase::ascii("processinf"), &["processing"]), - (UniCase::ascii("desipite"), &["despite"]), - (UniCase::ascii("stucture"), &["structure"]), - (UniCase::ascii("traslalated"), &["translated"]), - (UniCase::ascii("mial"), &["mail"]), - (UniCase::ascii("tabualtes"), &["tabulates"]), - (UniCase::ascii("infrequantcies"), &["infrequencies"]), - (UniCase::ascii("costitution"), &["constitution"]), - (UniCase::ascii("syncrhonize"), &["synchronize"]), - (UniCase::ascii("desciribing"), &["describing"]), - (UniCase::ascii("hav"), &["have", "half"]), - (UniCase::ascii("encouters"), &["encounters"]), - (UniCase::ascii("inialized"), &["initialized"]), - (UniCase::ascii("genration"), &["generation"]), - (UniCase::ascii("progapations"), &["propagations"]), - (UniCase::ascii("rendirer"), &["renderer"]), - (UniCase::ascii("unsuprising"), &["unsurprising"]), - (UniCase::ascii("aready"), &["already"]), - (UniCase::ascii("aggregious"), &["egregious"]), - (UniCase::ascii("contenht"), &["content"]), - (UniCase::ascii("excetutes"), &["executes"]), - (UniCase::ascii("anitime"), &["anytime"]), - (UniCase::ascii("speficialliers"), &["specifiers"]), - (UniCase::ascii("potentialy"), &["potentially"]), - (UniCase::ascii("horicontal"), &["horizontal"]), - (UniCase::ascii("languaqe"), &["language"]), - (UniCase::ascii("simulatanously"), &["simultaneously"]), - (UniCase::ascii("langugage"), &["language"]), - (UniCase::ascii("memcahe"), &["memcache"]), - (UniCase::ascii("reimplimenting"), &["reimplementing"]), - (UniCase::ascii("ouputs"), &["outputs"]), - (UniCase::ascii("authetication"), &["authentication"]), - (UniCase::ascii("overvise"), &["otherwise"]), - (UniCase::ascii("causioned"), &["cautioned"]), - (UniCase::ascii("re-negotatiate"), &["re-negotiate"]), - (UniCase::ascii("renegotitation"), &["renegotiation"]), - (UniCase::ascii("transesxuals"), &["transsexuals"]), - (UniCase::ascii("otherweise"), &["otherwise"]), - (UniCase::ascii("elemenet"), &["element"]), - (UniCase::ascii("auto-destrcut"), &["auto-destruct"]), - (UniCase::ascii("exansive"), &["expansive"]), - (UniCase::ascii("avaluating"), &["evaluating"]), - (UniCase::ascii("apear"), &["appear"]), - (UniCase::ascii("ajacent"), &["adjacent"]), - (UniCase::ascii("weree"), &["were"]), - (UniCase::ascii("schduling"), &["scheduling"]), - (UniCase::ascii("execucted"), &["executed"]), - (UniCase::ascii("foget"), &["forget"]), - (UniCase::ascii("regenrative"), &["regenerative"]), - (UniCase::ascii("furfill"), &["fulfill"]), - (UniCase::ascii("aleady"), &["already"]), - (UniCase::ascii("supresed"), &["suppressed"]), - (UniCase::ascii("intepretes"), &["interprets"]), - (UniCase::ascii("Farenheight"), &["Fahrenheit"]), - (UniCase::ascii("explecitly"), &["explicitly"]), - (UniCase::ascii("convinving"), &["convincing"]), - (UniCase::ascii("charactet"), &["character"]), - (UniCase::ascii("psudo"), &["pseudo"]), - (UniCase::ascii("logictech"), &["logitech"]), - (UniCase::ascii("deffered"), &["differed", "deferred"]), - (UniCase::ascii("hapend"), &["happened"]), - (UniCase::ascii("extrememe"), &["extreme"]), - (UniCase::ascii("functionnaly"), &["functionally"]), - (UniCase::ascii("corrleation"), &["correlation"]), - (UniCase::ascii("certficiates"), &["certificates"]), - ( - UniCase::ascii("content-negotatiation"), - &["content-negotiation"], - ), - (UniCase::ascii("multplies"), &["multiplies"]), - (UniCase::ascii("barbedos"), &["barbados"]), - (UniCase::ascii("execuations"), &["executions"]), - (UniCase::ascii("provicdes"), &["provides"]), - (UniCase::ascii("rearrangents"), &["rearrangements"]), - (UniCase::ascii("commmon"), &["common"]), - (UniCase::ascii("furure"), &["future"]), - (UniCase::ascii("previousl"), &["previously"]), - (UniCase::ascii("retransferd"), &["retransferred"]), - (UniCase::ascii("retreeves"), &["retrieves"]), - (UniCase::ascii("non-negothiated"), &["non-negotiated"]), - (UniCase::ascii("exmaple"), &["example"]), - (UniCase::ascii("diabling"), &["disabling"]), - (UniCase::ascii("referrencing"), &["referencing"]), - (UniCase::ascii("placematt"), &["placemat", "placement"]), - (UniCase::ascii("menas"), &["means"]), - (UniCase::ascii("mirorring"), &["mirroring"]), - (UniCase::ascii("compensantion"), &["compensation"]), - (UniCase::ascii("responsiblities"), &["responsibilities"]), - (UniCase::ascii("govermental"), &["governmental"]), - (UniCase::ascii("resurse"), &["recurse", "resource"]), - (UniCase::ascii("renegociation"), &["renegotiation"]), - (UniCase::ascii("coductor"), &["conductor"]), - (UniCase::ascii("complating"), &["completing"]), - (UniCase::ascii("unversoned"), &["unversioned"]), - (UniCase::ascii("conviniance"), &["convenience"]), - (UniCase::ascii("availavility"), &["availability"]), - (UniCase::ascii("charactears"), &["characters"]), - (UniCase::ascii("unsucesssfully"), &["unsuccessfully"]), - (UniCase::ascii("contracition"), &["contradiction"]), - (UniCase::ascii("hightlight"), &["highlight"]), - (UniCase::ascii("reappered"), &["reappeared"]), - (UniCase::ascii("experimentait"), &["experiment"]), - (UniCase::ascii("neveretheless"), &["nevertheless"]), - (UniCase::ascii("hauty"), &["haughty"]), - (UniCase::ascii("deparmental"), &["departmental"]), - (UniCase::ascii("interfearence"), &["interference"]), - (UniCase::ascii("componding"), &["compounding"]), - (UniCase::ascii("helpe"), &["helper"]), - (UniCase::ascii("addesses"), &["addresses"]), - (UniCase::ascii("schmea"), &["schema"]), - (UniCase::ascii("speparated"), &["separated"]), - (UniCase::ascii("decording"), &["decoding"]), - ( - UniCase::ascii("alltogether"), - &["altogether", "all together"], - ), - (UniCase::ascii("unsolicitied"), &["unsolicited"]), - (UniCase::ascii("resurces"), &["resources"]), - (UniCase::ascii("diatance"), &["distance"]), - (UniCase::ascii("infomer"), &["informer"]), - (UniCase::ascii("texchnically"), &["technically"]), - (UniCase::ascii("avgerage"), &["average"]), - (UniCase::ascii("reaon"), &["reason"]), - (UniCase::ascii("futer"), &["further"]), - (UniCase::ascii("charactrs"), &["characters"]), - (UniCase::ascii("linearily"), &["linearly", "linearity"]), - (UniCase::ascii("verson"), &["version"]), - (UniCase::ascii("interesecting"), &["intersecting"]), - (UniCase::ascii("destoried"), &["destroyed"]), - (UniCase::ascii("coodinates"), &["coordinates"]), - (UniCase::ascii("progation"), &["propagation"]), - (UniCase::ascii("unpredictablity"), &["unpredictability"]), - (UniCase::ascii("thansparent"), &["transparent"]), - (UniCase::ascii("intrduced"), &["introduced"]), - (UniCase::ascii("authencity"), &["authenticity"]), - (UniCase::ascii("communciation"), &["communication"]), - (UniCase::ascii("typcast"), &["typecast"]), - (UniCase::ascii("worfklows"), &["workflows"]), - (UniCase::ascii("detectiona"), &["detection"]), - (UniCase::ascii("recursivley"), &["recursively"]), - (UniCase::ascii("kwoledgebase"), &["knowledge base"]), - (UniCase::ascii("retsarts"), &["restarts"]), - (UniCase::ascii("morroco"), &["morocco"]), - (UniCase::ascii("kubenernetes"), &["Kubernetes"]), - (UniCase::ascii("rewritting"), &["rewriting"]), - (UniCase::ascii("Gottleib"), &["Gottlieb"]), - (UniCase::ascii("sensitiv"), &["sensitive"]), - (UniCase::ascii("inplementation"), &["implementation"]), - (UniCase::ascii("algothitm"), &["algorithm"]), - (UniCase::ascii("reallocaites"), &["reallocates"]), - (UniCase::ascii("sie"), &["size", "sigh"]), - (UniCase::ascii("suuports"), &["supports"]), - (UniCase::ascii("experimanental"), &["experimental"]), - (UniCase::ascii("unchaneged"), &["unchanged"]), - (UniCase::ascii("impremented"), &["implemented"]), - (UniCase::ascii("renegotionable"), &["renegotiable"]), - (UniCase::ascii("divsions"), &["divisions"]), - (UniCase::ascii("menue"), &["menu"]), - (UniCase::ascii("opearatios"), &["operations"]), - (UniCase::ascii("absolautely"), &["absolutely"]), - (UniCase::ascii("correctons"), &["corrections"]), - (UniCase::ascii("initialiazed"), &["initialized"]), - (UniCase::ascii("idealogy"), &["ideology"]), - (UniCase::ascii("applicationb"), &["application"]), - (UniCase::ascii("sortlst"), &["sortlist"]), - (UniCase::ascii("trianglutaion"), &["triangulation"]), - (UniCase::ascii("compatabable"), &["compatible"]), - (UniCase::ascii("dirctly"), &["directly"]), - (UniCase::ascii("intrested"), &["interested"]), - (UniCase::ascii("misalinged"), &["misaligned"]), - (UniCase::ascii("convining"), &["combining"]), - (UniCase::ascii("compressable"), &["compressible"]), - (UniCase::ascii("plebicite"), &["plebiscite"]), - (UniCase::ascii("horicontally"), &["horizontally"]), - (UniCase::ascii("charizma"), &["charisma"]), - (UniCase::ascii("descrie"), &["describe"]), - (UniCase::ascii("expermental"), &["experimental"]), - (UniCase::ascii("re-negotitation"), &["re-negotiation"]), - (UniCase::ascii("mdoels"), &["models"]), - (UniCase::ascii("avances"), &["advances"]), - (UniCase::ascii("iconclastic"), &["iconoclastic"]), - (UniCase::ascii("accomdate"), &["accommodate"]), - (UniCase::ascii("enterance"), &["entrance"]), - (UniCase::ascii("acchieveable"), &["achievable"]), - (UniCase::ascii("uggly"), &["ugly"]), - (UniCase::ascii("algorhtms"), &["algorithms"]), - (UniCase::ascii("latops"), &["laptops"]), - (UniCase::ascii("characteor"), &["character"]), - (UniCase::ascii("expeimenting"), &["experimenting"]), - (UniCase::ascii("analye"), &["analyse", "analyze"]), - (UniCase::ascii("arbitratiojn"), &["arbitration"]), - (UniCase::ascii("non-negotiotated"), &["non-negotiated"]), - (UniCase::ascii("algotighm"), &["algorithm"]), - (UniCase::ascii("dammages"), &["damages"]), - (UniCase::ascii("acheiving"), &["achieving"]), - (UniCase::ascii("modifued"), &["modified"]), - (UniCase::ascii("experimnting"), &["experimenting"]), - (UniCase::ascii("excepions"), &["exceptions"]), - (UniCase::ascii("modesettting"), &["modesetting"]), - (UniCase::ascii("miinimises"), &["minimises"]), - (UniCase::ascii("non-priviliged"), &["non-privileged"]), - (UniCase::ascii("possibilies"), &["possibilities"]), - (UniCase::ascii("varoius"), &["various"]), - (UniCase::ascii("desciptors"), &["descriptors"]), - (UniCase::ascii("enourmous"), &["enormous"]), - (UniCase::ascii("confortable"), &["comfortable"]), - (UniCase::ascii("agregation"), &["aggregation"]), - (UniCase::ascii("asymetic"), &["asymmetric"]), - ( - UniCase::ascii("happend"), - &["happened", "happens", "happen"], - ), - (UniCase::ascii("reuplads"), &["reuploads"]), - (UniCase::ascii("draing"), &["drawing"]), - (UniCase::ascii("netwplit"), &["netsplit"]), - (UniCase::ascii("ctificated"), &["certificated"]), - (UniCase::ascii("apreciative"), &["appreciative"]), - (UniCase::ascii("retranser"), &["retransfer"]), - (UniCase::ascii("aquiantance"), &["acquaintance"]), - (UniCase::ascii("mikrosecond"), &["microsecond"]), - (UniCase::ascii("extensiable"), &["extensible"]), - (UniCase::ascii("unmodfided"), &["unmodified"]), - (UniCase::ascii("memebered"), &["remembered"]), - (UniCase::ascii("atttribute"), &["attribute"]), - (UniCase::ascii("retruned"), &["returned"]), - (UniCase::ascii("benetifs"), &["benefits"]), - (UniCase::ascii("stauration"), &["saturation"]), - (UniCase::ascii("hass"), &["hash"]), - (UniCase::ascii("compagny"), &["company"]), - (UniCase::ascii("arbitriarily"), &["arbitrarily"]), - (UniCase::ascii("commmitting"), &["committing"]), - (UniCase::ascii("ther"), &["there", "their", "the", "other"]), - (UniCase::ascii("paragaraph"), &["paragraph"]), - (UniCase::ascii("earlies"), &["earliest"]), - (UniCase::ascii("rsourced"), &["resourced", "sourced"]), - (UniCase::ascii("speficillifers"), &["specifiers"]), - (UniCase::ascii("assocating"), &["associating"]), - (UniCase::ascii("segmantation"), &["segmentation"]), - (UniCase::ascii("russina"), &["Russian"]), - (UniCase::ascii("apparenlty"), &["apparently"]), - (UniCase::ascii("genrates"), &["generates"]), - (UniCase::ascii("lengthes"), &["lengths"]), - (UniCase::ascii("chechs"), &["checks"]), - (UniCase::ascii("execuitable"), &["executable"]), - (UniCase::ascii("bitamps"), &["bitmaps"]), - (UniCase::ascii("whic"), &["which"]), - ( - UniCase::ascii("content-negosiation"), - &["content-negotiation"], - ), - (UniCase::ascii("matchin"), &["matching"]), - (UniCase::ascii("sectiont"), &["sectioned", "section"]), - (UniCase::ascii("guarntes"), &["guarantees"]), - (UniCase::ascii("leage"), &["league"]), - (UniCase::ascii("sucessiv"), &["successive"]), - (UniCase::ascii("spefcifieir"), &["specifier"]), - (UniCase::ascii("resourceype"), &["resourcetype"]), - (UniCase::ascii("esponding"), &["desponding", "responding"]), - (UniCase::ascii("configurtation"), &["configuration"]), - (UniCase::ascii("mantenance"), &["maintenance"]), - (UniCase::ascii("deletiong"), &["deletion"]), - (UniCase::ascii("auto-negotitaions"), &["auto-negotiations"]), - (UniCase::ascii("quering"), &["querying"]), - (UniCase::ascii("reched"), &["reached"]), - (UniCase::ascii("tempearure"), &["temperature"]), - (UniCase::ascii("reaeched"), &["reached"]), - (UniCase::ascii("sanizer"), &["sanitizer"]), - (UniCase::ascii("ubiquituously"), &["ubiquitously"]), - (UniCase::ascii("excecutes"), &["executes"]), - (UniCase::ascii("producables"), &["producibles"]), - (UniCase::ascii("filesystmes"), &["filesystems"]), - (UniCase::ascii("skateing"), &["skating"]), - (UniCase::ascii("unbeliveable"), &["unbelievable"]), - (UniCase::ascii("applicaitons"), &["applications"]), - (UniCase::ascii("pyramide"), &["pyramid"]), - (UniCase::ascii("certaint"), &["certain"]), - (UniCase::ascii("opearitons"), &["operations"]), - (UniCase::ascii("apllied"), &["applied"]), - (UniCase::ascii("authenciating"), &["authenticating"]), - (UniCase::ascii("itsems"), &["items"]), - (UniCase::ascii("transcevier"), &["transceiver"]), - (UniCase::ascii("invloves"), &["involves"]), - (UniCase::ascii("delimitiaion"), &["delimitation"]), - (UniCase::ascii("disply"), &["display"]), - (UniCase::ascii("sependent"), &["dependent"]), - (UniCase::ascii("amongs"), &["among"]), - (UniCase::ascii("vailidity"), &["validity"]), - (UniCase::ascii("assymetry"), &["asymmetry"]), - (UniCase::ascii("lables"), &["labels"]), - (UniCase::ascii("univerity"), &["university"]), - (UniCase::ascii("perfroming"), &["performing"]), - (UniCase::ascii("regsitering"), &["registering"]), - (UniCase::ascii("vesions"), &["versions"]), - (UniCase::ascii("experimed"), &["experimented"]), - (UniCase::ascii("corerct"), &["correct"]), - (UniCase::ascii("authencicating"), &["authenticating"]), - (UniCase::ascii("hsould\'nt"), &["shouldn\'t"]), - (UniCase::ascii("corospond"), &["correspond"]), - (UniCase::ascii("refered"), &["referred"]), - (UniCase::ascii("marrage"), &["marriage"]), - (UniCase::ascii("contianers"), &["containers"]), - (UniCase::ascii("autenticating"), &["authenticating"]), - (UniCase::ascii("manufatured"), &["manufactured"]), - (UniCase::ascii("unce"), &["once"]), - (UniCase::ascii("overwize"), &["otherwise"]), - (UniCase::ascii("otion"), &["option"]), - (UniCase::ascii("purcahed"), &["purchased"]), - (UniCase::ascii("impelment"), &["implement"]), - (UniCase::ascii("inidvidual"), &["individual"]), - (UniCase::ascii("juse"), &["just", "juice", "Jude", "June"]), - (UniCase::ascii("experimentaats"), &["experiments"]), - (UniCase::ascii("heroe"), &["hero"]), - (UniCase::ascii("secton"), &["section"]), - (UniCase::ascii("multliplies"), &["multiplies"]), - (UniCase::ascii("libraties"), &["libraries"]), - (UniCase::ascii("tesellation"), &["tessellation"]), - (UniCase::ascii("doestn\'t"), &["doesn\'t"]), - (UniCase::ascii("autoneogotiation"), &["autonegotiation"]), - (UniCase::ascii("delgations"), &["delegations"]), - (UniCase::ascii("algorythmic"), &["algorithmic"]), - (UniCase::ascii("picoseond"), &["picosecond"]), - (UniCase::ascii("primative"), &["primitive"]), - (UniCase::ascii("dilineate"), &["delineate"]), - (UniCase::ascii("everwhere"), &["everywhere"]), - (UniCase::ascii("instansiates"), &["instantiates"]), - (UniCase::ascii("benchamarked"), &["benchmarked"]), - (UniCase::ascii("wating"), &["waiting"]), - (UniCase::ascii("enxt"), &["next"]), - (UniCase::ascii("shreak"), &["shriek"]), - (UniCase::ascii("spefiififed"), &["specified"]), - (UniCase::ascii("intressting"), &["interesting"]), - (UniCase::ascii("statisfied"), &["satisfied"]), - (UniCase::ascii("asender"), &["ascender", "a sender"]), - (UniCase::ascii("contrtoller"), &["controller"]), - (UniCase::ascii("seperad"), &["separate"]), - (UniCase::ascii("prevous"), &["previous"]), - (UniCase::ascii("staitions"), &["stations"]), - (UniCase::ascii("mutuxes"), &["mutexes"]), - (UniCase::ascii("collaction"), &["collection"]), - (UniCase::ascii("decrmeneted"), &["decremented"]), - (UniCase::ascii("dissable"), &["disable"]), - (UniCase::ascii("popuplate"), &["populate"]), - (UniCase::ascii("moniter"), &["monitor"]), - (UniCase::ascii("unsucccessul"), &["unsuccessful"]), - (UniCase::ascii("documenation"), &["documentation"]), - (UniCase::ascii("legitimiately"), &["legitimately"]), - (UniCase::ascii("handshale"), &["handshake"]), - (UniCase::ascii("understadns"), &["understands"]), - (UniCase::ascii("spermatozoan"), &["spermatozoon"]), - (UniCase::ascii("yourr"), &["your", "you\'re"]), - (UniCase::ascii("harcoded"), &["hardcoded"]), - (UniCase::ascii("synchroneously"), &["synchronously"]), - (UniCase::ascii("notifcations"), &["notifications"]), - (UniCase::ascii("decription"), &["description"]), - (UniCase::ascii("manulally"), &["manually"]), - (UniCase::ascii("comtain"), &["contain"]), - (UniCase::ascii("follfower"), &["follower"]), - (UniCase::ascii("reorginised"), &["reorganised"]), - (UniCase::ascii("represantational"), &["representational"]), - (UniCase::ascii("fonud"), &["found"]), - (UniCase::ascii("allocaions"), &["allocations"]), - (UniCase::ascii("permition"), &["permission"]), - (UniCase::ascii("temprature"), &["temperature"]), - (UniCase::ascii("symetrical"), &["symmetrical"]), - (UniCase::ascii("cateogries"), &["categories"]), - (UniCase::ascii("alternaive"), &["alternative"]), - (UniCase::ascii("avaiibility"), &["availability"]), - (UniCase::ascii("algorgithmic"), &["algorithmic"]), - (UniCase::ascii("siwtched"), &["switched"]), - (UniCase::ascii("pipleine"), &["pipeline"]), - (UniCase::ascii("commandi"), &["command"]), - (UniCase::ascii("trucate"), &["truncate"]), - (UniCase::ascii("distribuiting"), &["distributing"]), - (UniCase::ascii("furmalae"), &["formulae"]), - (UniCase::ascii("subconsiously"), &["subconsciously"]), - (UniCase::ascii("arry"), &["array", "carry"]), - (UniCase::ascii("standartisation"), &["standardisation"]), - (UniCase::ascii("componets"), &["components"]), - (UniCase::ascii("resently"), &["recently"]), - (UniCase::ascii("sirectories"), &["directories"]), - (UniCase::ascii("handels"), &["handles"]), - (UniCase::ascii("vulnerabillities"), &["vulnerabilities"]), - (UniCase::ascii("durring"), &["during"]), - (UniCase::ascii("altho"), &["although"]), - (UniCase::ascii("bidimentionnal"), &["bidimensional"]), - (UniCase::ascii("dissapearing"), &["disappearing"]), - (UniCase::ascii("brokened"), &["broken"]), - (UniCase::ascii("expemtions"), &["exemptions"]), - (UniCase::ascii("unregistred"), &["unregistered"]), - (UniCase::ascii("characer"), &["character"]), - (UniCase::ascii("hangig"), &["hanging"]), - (UniCase::ascii("exaclty"), &["exactly"]), - (UniCase::ascii("Guilia"), &["Giulia"]), - (UniCase::ascii("availaiable"), &["available"]), - (UniCase::ascii("anthor"), &["another"]), - (UniCase::ascii("crasheed"), &["crashed"]), - (UniCase::ascii("endcodes"), &["encodes"]), - (UniCase::ascii("wasnt"), &["wasn\'t"]), - (UniCase::ascii("calulated"), &["calculated"]), - (UniCase::ascii("conetxt"), &["context", "connect"]), - (UniCase::ascii("dependeing"), &["depending"]), - (UniCase::ascii("authethenticator"), &["authenticator"]), - (UniCase::ascii("knwon"), &["known"]), - (UniCase::ascii("troups"), &["troupes", "troops"]), - (UniCase::ascii("unregsitered"), &["unregistered"]), - (UniCase::ascii("recommands"), &["recommends"]), - (UniCase::ascii("substact"), &["subtract"]), - (UniCase::ascii("tempraal"), &["temporal"]), - (UniCase::ascii("incomptible"), &["incompatible"]), - (UniCase::ascii("afair"), &["affair"]), - (UniCase::ascii("temprorary"), &["temporary"]), - (UniCase::ascii("filpping"), &["flipping"]), - (UniCase::ascii("configuarions"), &["configurations"]), - (UniCase::ascii("cheksum"), &["checksum"]), - (UniCase::ascii("scupting"), &["sculpting"]), - (UniCase::ascii("incrmenet"), &["increment"]), - (UniCase::ascii("previouse"), &["previous"]), - (UniCase::ascii("harras"), &["harass"]), - (UniCase::ascii("ons"), &["owns"]), - (UniCase::ascii("initailises"), &["initialises"]), - (UniCase::ascii("commeted"), &["commented", "competed"]), - (UniCase::ascii("filtersing"), &["filtering"]), - (UniCase::ascii("shecked"), &["checked", "shucked"]), - (UniCase::ascii("eextracted"), &["extracted"]), - (UniCase::ascii("upgarte"), &["upgrade"]), - (UniCase::ascii("reprodicible"), &["reproducible"]), - (UniCase::ascii("reimplents"), &["reimplements"]), - (UniCase::ascii("detructed"), &["destructed"]), - (UniCase::ascii("negotiote"), &["negotiate"]), - (UniCase::ascii("tuotirals"), &["tutorials"]), - (UniCase::ascii("transaltions"), &["translations"]), - (UniCase::ascii("transfering"), &["transferring"]), - (UniCase::ascii("collony"), &["colony"]), - (UniCase::ascii("progrom"), &["pogrom", "program"]), - (UniCase::ascii("errorneous"), &["erroneous"]), - (UniCase::ascii("seqeuncer"), &["sequencer"]), - (UniCase::ascii("conversly"), &["conversely"]), - (UniCase::ascii("alue"), &["value"]), - (UniCase::ascii("emlation"), &["emulation"]), - (UniCase::ascii("re-negothiable"), &["re-negotiable"]), - ( - UniCase::ascii("relie"), - &["rely", "relies", "really", "relief"], - ), - (UniCase::ascii("hapenn"), &["happen"]), - (UniCase::ascii("acessing"), &["accessing"]), - (UniCase::ascii("replaca"), &["replica", "replace"]), - (UniCase::ascii("signficant"), &["significant"]), - (UniCase::ascii("acquited"), &["acquitted"]), - (UniCase::ascii("macroses"), &["macros"]), - (UniCase::ascii("relocaion"), &["relocation"]), - (UniCase::ascii("loacally"), &["locally"]), - (UniCase::ascii("geneating"), &["generating"]), - (UniCase::ascii("onoly"), &["only"]), - (UniCase::ascii("setgit"), &["setgid"]), - (UniCase::ascii("configuraion"), &["configuration"]), - (UniCase::ascii("myslef"), &["myself"]), - (UniCase::ascii("mutully"), &["mutually"]), - (UniCase::ascii("exepectation"), &["expectation"]), - (UniCase::ascii("domension"), &["dimension"]), - (UniCase::ascii("reconcilation"), &["reconciliation"]), - (UniCase::ascii("arrangting"), &["arranging"]), - (UniCase::ascii("allocos"), &["allocs"]), - (UniCase::ascii("generat"), &["generate", "general"]), - (UniCase::ascii("liberoffice"), &["libreoffice"]), - (UniCase::ascii("abandone"), &["abandon"]), - (UniCase::ascii("essencial"), &["essential"]), - (UniCase::ascii("iserting"), &["inserting"]), - (UniCase::ascii("rhymme"), &["rhyme"]), - (UniCase::ascii("selctions"), &["selections"]), - (UniCase::ascii("odly"), &["oddly"]), - (UniCase::ascii("occurrs"), &["occurs"]), - (UniCase::ascii("bloaded"), &["bloated"]), - (UniCase::ascii("hrlps"), &["helps"]), - (UniCase::ascii("currects"), &["corrects", "currents"]), - (UniCase::ascii("belond"), &["belong"]), - (UniCase::ascii("unpleasent"), &["unpleasant"]), - (UniCase::ascii("configurses"), &["configures"]), - (UniCase::ascii("potental"), &["potential"]), - (UniCase::ascii("poisitionning"), &["positioning"]), - (UniCase::ascii("olt"), &["old"]), - (UniCase::ascii("tangetial"), &["tangential"]), - (UniCase::ascii("subsytem"), &["subsystem"]), - (UniCase::ascii("sharraid"), &["charade"]), - (UniCase::ascii("endpionts"), &["endpoints"]), - (UniCase::ascii("comparititive"), &["comparative"]), - (UniCase::ascii("synchonizes"), &["synchronizes"]), - (UniCase::ascii("boths"), &["both"]), - (UniCase::ascii("shtopped"), &["stopped", "shopped"]), - (UniCase::ascii("detais"), &["details"]), - (UniCase::ascii("orginated"), &["originated"]), - (UniCase::ascii("re-negotaible"), &["re-negotiable"]), - (UniCase::ascii("exchanaged"), &["exchanged"]), - (UniCase::ascii("negotatiation"), &["negotiation"]), - (UniCase::ascii("outher"), &["other", "outer"]), - (UniCase::ascii("serciving"), &["servicing"]), - (UniCase::ascii("pard"), &["part"]), - (UniCase::ascii("invalidiate"), &["invalidate"]), - (UniCase::ascii("fowards"), &["forwards"]), - (UniCase::ascii("destablized"), &["destabilized"]), - (UniCase::ascii("throuh"), &["through"]), - (UniCase::ascii("igores"), &["ignores"]), - (UniCase::ascii("transparany"), &["transparency"]), - (UniCase::ascii("referrs"), &["refers"]), - (UniCase::ascii("coalascece"), &["coalescence"]), - (UniCase::ascii("declaratinos"), &["declarations"]), - (UniCase::ascii("diffreences"), &["differences"]), - (UniCase::ascii("coallision"), &["collision"]), - (UniCase::ascii("partiitons"), &["partitions"]), - (UniCase::ascii("copyeights"), &["copyrights"]), - (UniCase::ascii("overlflow"), &["overflow"]), - (UniCase::ascii("incompatiblity"), &["incompatibility"]), - (UniCase::ascii("iscrated"), &["iscreated"]), - (UniCase::ascii("speeped"), &["sped"]), - (UniCase::ascii("perfomr"), &["perform"]), - (UniCase::ascii("inteligantly"), &["intelligently"]), - (UniCase::ascii("temperarily"), &["temporarily"]), - (UniCase::ascii("implemencted"), &["implemented"]), - (UniCase::ascii("pezier"), &["bezier"]), - (UniCase::ascii("lenght"), &["length"]), - (UniCase::ascii("dispossable"), &["disposable"]), - (UniCase::ascii("neighberhhods"), &["neighborhoods"]), - (UniCase::ascii("endevour"), &["endeavour"]), - (UniCase::ascii("expernal"), &["external"]), - (UniCase::ascii("tunnell"), &["tunnel"]), - (UniCase::ascii("refences"), &["references"]), - (UniCase::ascii("postphoned"), &["postponed"]), - (UniCase::ascii("trancending"), &["transcending"]), - (UniCase::ascii("correectly"), &["correctly"]), - (UniCase::ascii("argumens"), &["arguments"]), - (UniCase::ascii("addionally"), &["additionally"]), - (UniCase::ascii("paragraphy"), &["paragraph"]), - (UniCase::ascii("hopyfully"), &["hopefully"]), - (UniCase::ascii("modifuable"), &["modifiable"]), - (UniCase::ascii("priviate"), &["private"]), - (UniCase::ascii("initail"), &["initial"]), - (UniCase::ascii("exerciese"), &["exercise"]), - (UniCase::ascii("renegotites"), &["renegotiates"]), - (UniCase::ascii("bulding"), &["building"]), - (UniCase::ascii("arreay"), &["array"]), - (UniCase::ascii("diffrence"), &["difference"]), - (UniCase::ascii("bottomborde"), &["bottomborder"]), - (UniCase::ascii("corrruption"), &["corruption"]), - (UniCase::ascii("superflous"), &["superfluous"]), - (UniCase::ascii("experimdntation"), &["experimentation"]), - (UniCase::ascii("klenex"), &["kleenex"]), - (UniCase::ascii("constuctor"), &["constructor"]), - (UniCase::ascii("inlcludion"), &["inclusion"]), - (UniCase::ascii("delivative"), &["derivative"]), - (UniCase::ascii("overwelm"), &["overwhelm"]), - (UniCase::ascii("avoded"), &["avoided"]), - (UniCase::ascii("assocates"), &["associates"]), - (UniCase::ascii("algoritm"), &["algorithm"]), - (UniCase::ascii("algotithmically"), &["algorithmically"]), - (UniCase::ascii("dislpayed"), &["displayed"]), - (UniCase::ascii("movebackwrd"), &["movebackward"]), - (UniCase::ascii("quinessential"), &["quintessential"]), - (UniCase::ascii("unpredicatable"), &["unpredictable"]), - (UniCase::ascii("unkown"), &["unknown"]), - (UniCase::ascii("dicionaries"), &["dictionaries"]), - (UniCase::ascii("addaptation"), &["adaptation"]), - (UniCase::ascii("dublicat"), &["duplicate"]), - (UniCase::ascii("packges\'"), &["packages\'"]), - (UniCase::ascii("dimesions"), &["dimensions"]), - (UniCase::ascii("upsupported"), &["unsupported"]), - (UniCase::ascii("implementastion"), &["implementation"]), - (UniCase::ascii("referemces"), &["references"]), - (UniCase::ascii("appent"), &["append"]), - (UniCase::ascii("duplicat"), &["duplicate"]), - (UniCase::ascii("yeasr"), &["years"]), - (UniCase::ascii("intertial"), &["inertial"]), - (UniCase::ascii("neighbourhods"), &["neighbourhoods"]), - (UniCase::ascii("uppstreams"), &["upstreams"]), - (UniCase::ascii("applyting"), &["applying"]), - (UniCase::ascii("enebale"), &["enable"]), - (UniCase::ascii("inocence"), &["innocence"]), - (UniCase::ascii("neighbourhhod"), &["neighbourhood"]), - (UniCase::ascii("prevew"), &["preview"]), - (UniCase::ascii("languahes"), &["languages"]), - (UniCase::ascii("motoroloa"), &["motorola"]), - (UniCase::ascii("ouevre"), &["oeuvre"]), - (UniCase::ascii("inmediatly"), &["immediately"]), - (UniCase::ascii("cerified"), &["certified", "verified"]), - (UniCase::ascii("bahavioral"), &["behavioral"]), - (UniCase::ascii("hypotethically"), &["hypothetically"]), - (UniCase::ascii("traditiona"), &["traditional"]), - (UniCase::ascii("registerred"), &["registered"]), - (UniCase::ascii("buggest"), &["biggest"]), - (UniCase::ascii("partision"), &["partition"]), - (UniCase::ascii("forst"), &["first", "forced"]), - (UniCase::ascii("caclate"), &["calculate"]), - (UniCase::ascii("thgat"), &["that"]), - (UniCase::ascii("sptintf"), &["sprintf"]), - (UniCase::ascii("assumue"), &["assume"]), - (UniCase::ascii("geomoetry"), &["geometry"]), - (UniCase::ascii("diosese"), &["diocese"]), - (UniCase::ascii("pocessed"), &["processed", "possessed"]), - (UniCase::ascii("anomally"), &["anomaly"]), - (UniCase::ascii("geometricians"), &["geometers"]), - (UniCase::ascii("recenet"), &["recent"]), - (UniCase::ascii("necessarilly"), &["necessarily"]), - (UniCase::ascii("experamentations"), &["experimentations"]), - (UniCase::ascii("authentification"), &["authentication"]), - (UniCase::ascii("furneture"), &["furniture"]), - (UniCase::ascii("anormal"), &["abnormal", "a normal"]), - (UniCase::ascii("natrual"), &["natural"]), - (UniCase::ascii("decomposit"), &["decompose"]), - (UniCase::ascii("suppies"), &["supplies"]), - (UniCase::ascii("tranformation"), &["transformation"]), - (UniCase::ascii("recyle"), &["recycle"]), - (UniCase::ascii("executabel"), &["executable"]), - (UniCase::ascii("addded"), &["added"]), - (UniCase::ascii("rember"), &["remember"]), - (UniCase::ascii("dissambiguate"), &["disambiguate"]), - (UniCase::ascii("datattypes"), &["datatypes"]), - (UniCase::ascii("ofthen"), &["often", "of then"]), - (UniCase::ascii("retrun"), &["return"]), - (UniCase::ascii("configuratuion"), &["configuration"]), - (UniCase::ascii("oiginals"), &["originals"]), - (UniCase::ascii("evnet"), &["event"]), - (UniCase::ascii("presener"), &["presenter"]), - (UniCase::ascii("interelaved"), &["interleaved"]), - (UniCase::ascii("falsh"), &["flash", "false"]), - (UniCase::ascii("allegence"), &["allegiance"]), - (UniCase::ascii("addapting"), &["adapting"]), - (UniCase::ascii("rebuilded"), &["rebuilt"]), - (UniCase::ascii("deffers"), &["differs", "defers"]), - ( - UniCase::ascii("auto-negatiotiations"), - &["auto-negotiations"], - ), - (UniCase::ascii("resoves"), &["resolves"]), - (UniCase::ascii("dissagreement"), &["disagreement"]), - (UniCase::ascii("implemen"), &["implement"]), - (UniCase::ascii("agreemnet"), &["agreement"]), - (UniCase::ascii("experiminters"), &["experimenters"]), - (UniCase::ascii("popoen"), &["popen"]), - (UniCase::ascii("expers"), &["express"]), - (UniCase::ascii("mdoeled"), &["modeled"]), - (UniCase::ascii("dpendent"), &["dependent"]), - (UniCase::ascii("overides"), &["overrides"]), - (UniCase::ascii("erorr"), &["error"]), - (UniCase::ascii("availeable"), &["available"]), - (UniCase::ascii("referecne"), &["reference"]), - (UniCase::ascii("betweem"), &["between"]), - ( - UniCase::ascii("pring"), - &["print", "bring", "ping", "spring"], - ), - (UniCase::ascii("workarund"), &["workaround"]), - (UniCase::ascii("amunition"), &["ammunition"]), - (UniCase::ascii("demostration"), &["demonstration"]), - (UniCase::ascii("dichtomy"), &["dichotomy"]), - (UniCase::ascii("inlcusion"), &["inclusion"]), - (UniCase::ascii("minum"), &["minimum"]), - (UniCase::ascii("queiried"), &["queried"]), - (UniCase::ascii("stoer"), &["store"]), - (UniCase::ascii("evem"), &["even", "ever"]), - (UniCase::ascii("lowd"), &["load", "low", "loud"]), - (UniCase::ascii("bject"), &["object"]), - (UniCase::ascii("excede"), &["exceed"]), - (UniCase::ascii("vesion"), &["version"]), - (UniCase::ascii("jaques"), &["jacques"]), - (UniCase::ascii("severley"), &["severely"]), - (UniCase::ascii("decrpt"), &["decrypt"]), - (UniCase::ascii("finsh"), &["finish", "finch"]), - (UniCase::ascii("influented"), &["influenced"]), - (UniCase::ascii("checheckpoit"), &["checkpoint"]), - (UniCase::ascii("cosoling"), &["consoling"]), - (UniCase::ascii("transmisive"), &["transmissive"]), - (UniCase::ascii("substatial"), &["substantial"]), - (UniCase::ascii("corection"), &["correction"]), - (UniCase::ascii("instralled"), &["installed"]), - (UniCase::ascii("replicaite"), &["replicate"]), - (UniCase::ascii("unreproducable"), &["unreproducible"]), - (UniCase::ascii("inpenetrable"), &["impenetrable"]), - (UniCase::ascii("subseqent"), &["subsequent"]), - (UniCase::ascii("copyeighted"), &["copyrighted"]), - (UniCase::ascii("dissassembled"), &["disassembled"]), - (UniCase::ascii("unexecpted"), &["unexpected"]), - (UniCase::ascii("blatent"), &["blatant"]), - (UniCase::ascii("baloon"), &["balloon"]), - (UniCase::ascii("precenence"), &["preference", "precedence"]), - (UniCase::ascii("unnecssary"), &["unnecessary"]), - (UniCase::ascii("numver"), &["number"]), - (UniCase::ascii("corparate"), &["corporate"]), - (UniCase::ascii("haemorrage"), &["haemorrhage"]), - (UniCase::ascii("optionss"), &["options"]), - (UniCase::ascii("approximed"), &["approximated"]), - (UniCase::ascii("sirectionless"), &["directionless"]), - (UniCase::ascii("beggining"), &["beginning"]), - (UniCase::ascii("propertus"), &["properties"]), - (UniCase::ascii("renegothiates"), &["renegotiates"]), - (UniCase::ascii("systyems"), &["systems"]), - (UniCase::ascii("deacitvated"), &["deactivated"]), - (UniCase::ascii("periodioc"), &["periodic"]), - (UniCase::ascii("authrors"), &["authors"]), - (UniCase::ascii("acitivation"), &["activation"]), - (UniCase::ascii("instutions"), &["intuitions"]), - (UniCase::ascii("caclulations"), &["calculations"]), - (UniCase::ascii("statamenets"), &["statements"]), - (UniCase::ascii("mapings"), &["mappings"]), - (UniCase::ascii("coneected"), &["connected"]), - (UniCase::ascii("substracted"), &["subtracted"]), - (UniCase::ascii("executabes"), &["executables"]), - (UniCase::ascii("ancapsulate"), &["encapsulate"]), - (UniCase::ascii("iself"), &["itself"]), - (UniCase::ascii("initiliazing"), &["initializing"]), - (UniCase::ascii("languege"), &["language"]), - (UniCase::ascii("assasinated"), &["assassinated"]), - (UniCase::ascii("turly"), &["truly"]), - (UniCase::ascii("vizualization"), &["visualization"]), - (UniCase::ascii("envrironments"), &["environments"]), - (UniCase::ascii("assemple"), &["assemble"]), - (UniCase::ascii("extremeophile"), &["extremophile"]), - (UniCase::ascii("instrcution"), &["instruction"]), - (UniCase::ascii("temprament"), &["temperament"]), - (UniCase::ascii("accoording"), &["according"]), - (UniCase::ascii("tempraraly"), &["temporarily", "temporally"]), - (UniCase::ascii("unexpectely"), &["unexpectedly"]), - (UniCase::ascii("funchtion"), &["function"]), - (UniCase::ascii("stirng"), &["string"]), - (UniCase::ascii("immmediately"), &["immediately"]), - (UniCase::ascii("sekects"), &["selects"]), - (UniCase::ascii("advanatge"), &["advantage"]), - (UniCase::ascii("dictaionary"), &["dictionary"]), - (UniCase::ascii("initializs"), &["initialize", "initializes"]), - (UniCase::ascii("beucase"), &["because"]), - (UniCase::ascii("coordine"), &["coordinate"]), - (UniCase::ascii("locgical"), &["logical"]), - (UniCase::ascii("xgetttext"), &["xgettext"]), - (UniCase::ascii("speficillifer"), &["specifier"]), - (UniCase::ascii("authetnicates"), &["authenticates"]), - (UniCase::ascii("horzontal"), &["horizontal"]), - (UniCase::ascii("disaled"), &["disabled"]), - (UniCase::ascii("statisitics"), &["statistics"]), - (UniCase::ascii("selectons"), &["selections"]), - (UniCase::ascii("runnig"), &["running"]), - (UniCase::ascii("neighbaring"), &["neighboring"]), - (UniCase::ascii("mofified"), &["modified"]), - (UniCase::ascii("uploding"), &["uploading"]), - (UniCase::ascii("namepsaces"), &["namespaces"]), - (UniCase::ascii("sepetates"), &["separates"]), - (UniCase::ascii("naxima"), &["maxima"]), - (UniCase::ascii("unavailible"), &["unavailable"]), - (UniCase::ascii("pepare"), &["prepare"]), - (UniCase::ascii("survice"), &["service", "survive"]), - (UniCase::ascii("spellshecking"), &["spellchecking"]), - (UniCase::ascii("rquires"), &["requires"]), - (UniCase::ascii("unsurprizingly"), &["unsurprisingly"]), - (UniCase::ascii("subexpersions"), &["subexpressions"]), - (UniCase::ascii("negotioating"), &["negotiating"]), - (UniCase::ascii("weill"), &["will"]), - ( - UniCase::ascii("constrcted"), - &["constructed", "constricted"], - ), - (UniCase::ascii("modfifier"), &["modifier"]), - (UniCase::ascii("vyer"), &["very"]), - (UniCase::ascii("approxamatly"), &["approximately"]), - (UniCase::ascii("opearand"), &["operand"]), - (UniCase::ascii("connecto"), &["connect"]), - (UniCase::ascii("entitity"), &["entity"]), - (UniCase::ascii("solatary"), &["solitary"]), - (UniCase::ascii("assignalble"), &["assignable"]), - (UniCase::ascii("sucession"), &["succession"]), - (UniCase::ascii("guarunteed"), &["guaranteed"]), - (UniCase::ascii("containg"), &["containing"]), - (UniCase::ascii("allignmenterror"), &["alignmenterror"]), - (UniCase::ascii("adatper"), &["adapter"]), - (UniCase::ascii("funchtionns"), &["functions"]), - (UniCase::ascii("bouyant"), &["buoyant"]), - (UniCase::ascii("assigne"), &["assign", "assigned"]), - (UniCase::ascii("dezibel"), &["decibel"]), - (UniCase::ascii("negoptionsotiate"), &["negotiate"]), - (UniCase::ascii("instaces"), &["instances"]), - (UniCase::ascii("dissassembles"), &["disassembles"]), - (UniCase::ascii("contemporaneus"), &["contemporaneous"]), - (UniCase::ascii("analysies"), &["analyses", "analysis"]), - (UniCase::ascii("experinementelly"), &["experimentally"]), - (UniCase::ascii("assoction"), &["association"]), - (UniCase::ascii("speeling"), &["spelling"]), - (UniCase::ascii("dissmising"), &["dismissing"]), - (UniCase::ascii("defaulst"), &["defaults", "default"]), - (UniCase::ascii("prepartions"), &["preparations"]), - (UniCase::ascii("encose"), &["enclose", "encode"]), - (UniCase::ascii("contries"), &["countries"]), - (UniCase::ascii("sirectionals"), &["directionals"]), - (UniCase::ascii("disconeccts"), &["disconnects"]), - (UniCase::ascii("availabele"), &["available"]), - (UniCase::ascii("docuemnts"), &["documents"]), - (UniCase::ascii("qtuie"), &["quite", "quiet"]), - (UniCase::ascii("checkstum"), &["checksum"]), - (UniCase::ascii("renegotatiate"), &["renegotiate"]), - (UniCase::ascii("oblitque"), &["oblique"]), - (UniCase::ascii("assignenmet"), &["assignment"]), - (UniCase::ascii("follwowers"), &["followers"]), - (UniCase::ascii("cyrstal"), &["crystal"]), - (UniCase::ascii("excpeption"), &["exception"]), - (UniCase::ascii("replacalbe"), &["replaceable"]), - (UniCase::ascii("dialigs"), &["dialogs"]), - (UniCase::ascii("provded"), &["provided"]), - (UniCase::ascii("atomiticity"), &["atomicity"]), - (UniCase::ascii("coersion"), &["coercion"]), - ( - UniCase::ascii("adaped"), - &["adapted", "adapt", "adopted", "adopt"], - ), - (UniCase::ascii("abvailable"), &["available"]), - (UniCase::ascii("iten"), &["item"]), - (UniCase::ascii("earlist"), &["earliest"]), - (UniCase::ascii("bejond"), &["beyond"]), - (UniCase::ascii("widthn"), &["width"]), - (UniCase::ascii("dulicate"), &["duplicate"]), - (UniCase::ascii("unfourtunetly"), &["unfortunately"]), - (UniCase::ascii("fillement"), &["filament"]), - (UniCase::ascii("stragegy"), &["strategy"]), - (UniCase::ascii("colomns"), &["columns"]), - (UniCase::ascii("withour"), &["without", "with our"]), - (UniCase::ascii("abtractor"), &["abstractor"]), - (UniCase::ascii("ionde"), &["inode"]), - (UniCase::ascii("bringin"), &["bringing"]), - (UniCase::ascii("unexpested"), &["unexpected"]), - (UniCase::ascii("kubenetes"), &["Kubernetes"]), - (UniCase::ascii("temprol"), &["temporal"]), - (UniCase::ascii("unreleated"), &["unrelated"]), - (UniCase::ascii("oscilated"), &["oscillated"]), - (UniCase::ascii("singooled"), &["singled", "signaled"]), - (UniCase::ascii("afforts"), &["affords"]), - (UniCase::ascii("suiete"), &["suite"]), - ( - UniCase::ascii("transfromate"), - &["transform", "transformed"], - ), - (UniCase::ascii("initalizer"), &["initializer"]), - (UniCase::ascii("contracter"), &["contractor"]), - (UniCase::ascii("embarrasingly"), &["embarrassingly"]), - (UniCase::ascii("intrusted"), &["entrusted"]), - (UniCase::ascii("kake"), &["cake", "take"]), - (UniCase::ascii("whiltelist"), &["whitelist"]), - (UniCase::ascii("probabilty"), &["probability"]), - (UniCase::ascii("pragam"), &["pragma"]), - (UniCase::ascii("neeeding"), &["needing"]), - (UniCase::ascii("postive"), &["positive"]), - (UniCase::ascii("conventient"), &["convenient"]), - (UniCase::ascii("ignormable"), &["ignorable"]), - (UniCase::ascii("unexcectedly"), &["unexpectedly"]), - (UniCase::ascii("aggaravates"), &["aggravates"]), - (UniCase::ascii("repositiories"), &["repositories"]), - (UniCase::ascii("cordoroy"), &["corduroy"]), - (UniCase::ascii("speficilleid"), &["specified"]), - (UniCase::ascii("abbout"), &["about", "abbot"]), - (UniCase::ascii("schedual"), &["schedule"]), - (UniCase::ascii("aberation"), &["aberration"]), - (UniCase::ascii("poject"), &["project"]), - (UniCase::ascii("volumne"), &["volume"]), - (UniCase::ascii("yeilds"), &["yields"]), - (UniCase::ascii("registes"), &["registers"]), - (UniCase::ascii("decutables"), &["deductibles"]), - (UniCase::ascii("extrenal"), &["external"]), - (UniCase::ascii("baised"), &["raised"]), - (UniCase::ascii("folwoong"), &["following"]), - (UniCase::ascii("assosciates"), &["associates"]), - (UniCase::ascii("devirutalised"), &["devirtualised"]), - (UniCase::ascii("generelly"), &["generally"]), - (UniCase::ascii("corressponding"), &["corresponding"]), - (UniCase::ascii("platofrms"), &["platforms"]), - (UniCase::ascii("flacored"), &["flavored"]), - (UniCase::ascii("copyed"), &["copied"]), - (UniCase::ascii("sufferring"), &["suffering"]), - (UniCase::ascii("characteter"), &["character"]), - (UniCase::ascii("currennt"), &["current"]), - (UniCase::ascii("ignorgd"), &["ignored"]), - (UniCase::ascii("aboves"), &["above"]), - (UniCase::ascii("singuarl"), &["singular"]), - (UniCase::ascii("subsitutute"), &["substitute"]), - (UniCase::ascii("unhandeled"), &["unhandled"]), - (UniCase::ascii("folow"), &["follow"]), - (UniCase::ascii("ungeneralizeable"), &["ungeneralizable"]), - (UniCase::ascii("migt"), &["might", "midget"]), - (UniCase::ascii("re-negogtiating"), &["re-negotiating"]), - ( - UniCase::ascii("content-negotication"), - &["content-negotiation"], - ), - (UniCase::ascii("repackged"), &["repackaged"]), - (UniCase::ascii("assumad"), &["assumed"]), - (UniCase::ascii("experesions"), &["expressions"]), - (UniCase::ascii("snaped"), &["snapped"]), - (UniCase::ascii("derivativs"), &["derivatives"]), - (UniCase::ascii("descritpor"), &["descriptor"]), - (UniCase::ascii("initliased"), &["initialised"]), - (UniCase::ascii("dereferncence"), &["dereference"]), - (UniCase::ascii("subexpessions"), &["subexpressions"]), - (UniCase::ascii("etablishing"), &["establishing"]), - (UniCase::ascii("experimentaed"), &["experimented"]), - (UniCase::ascii("explot"), &["exploit", "explore"]), - (UniCase::ascii("podule"), &["module"]), - (UniCase::ascii("assemly"), &["assembly"]), - (UniCase::ascii("paramameters"), &["parameters"]), - (UniCase::ascii("trigerred"), &["triggered"]), - (UniCase::ascii("exchausts"), &["exhausts"]), - (UniCase::ascii("coreolis"), &["Coriolis"]), - (UniCase::ascii("illustrasion"), &["illustration"]), - (UniCase::ascii("bilateraly"), &["bilaterally"]), - (UniCase::ascii("undestood"), &["understood"]), - (UniCase::ascii("eleminating"), &["eliminating"]), - (UniCase::ascii("noth"), &["north"]), - (UniCase::ascii("maintane"), &["maintain"]), - (UniCase::ascii("markes"), &["marks", "marked", "markers"]), - (UniCase::ascii("cjange"), &["change"]), - (UniCase::ascii("redunant"), &["redundant"]), - (UniCase::ascii("missmatched"), &["mismatched"]), - (UniCase::ascii("basf"), &["base"]), - (UniCase::ascii("polypoylgons"), &["polypolygons"]), - (UniCase::ascii("cyprtic"), &["cryptic"]), - (UniCase::ascii("endcoding"), &["encoding"]), - (UniCase::ascii("utilties"), &["utilities"]), - (UniCase::ascii("whan"), &["want", "when"]), - (UniCase::ascii("spefally"), &["specially", "specifically"]), - (UniCase::ascii("deciaml"), &["decimal"]), - (UniCase::ascii("retieving"), &["retrieving"]), - (UniCase::ascii("dedault"), &["default"]), - (UniCase::ascii("drawacks"), &["drawbacks"]), - (UniCase::ascii("commonweath"), &["commonwealth"]), - (UniCase::ascii("beneficary"), &["beneficiary"]), - (UniCase::ascii("wheter"), &["whether"]), - (UniCase::ascii("existy"), &["exist"]), - (UniCase::ascii("informtion"), &["information"]), - (UniCase::ascii("compatatible"), &["compatible"]), - (UniCase::ascii("isplay"), &["display"]), - (UniCase::ascii("conqured"), &["conquered"]), - (UniCase::ascii("authenificate"), &["authenticate"]), - (UniCase::ascii("mnay"), &["many"]), - (UniCase::ascii("cange"), &["change"]), - (UniCase::ascii("mimach"), &["mismatch"]), - (UniCase::ascii("progarmatically"), &["programmatically"]), - (UniCase::ascii("membran"), &["membrane"]), - (UniCase::ascii("prodceding"), &["proceeding"]), - (UniCase::ascii("synchronuous"), &["synchronous"]), - (UniCase::ascii("mistatched"), &["mismatched"]), - (UniCase::ascii("proprogate"), &["propagate"]), - (UniCase::ascii("datatytpes"), &["datatypes"]), - (UniCase::ascii("condem"), &["condemn"]), - (UniCase::ascii("resistent"), &["resistant"]), - (UniCase::ascii("anythign"), &["anything"]), - (UniCase::ascii("crticised"), &["criticised"]), - (UniCase::ascii("litteral"), &["literal"]), - (UniCase::ascii("strageties"), &["strategies"]), - (UniCase::ascii("independ"), &["independent"]), - (UniCase::ascii("mechansims"), &["mechanisms"]), - (UniCase::ascii("neightbourhoods"), &["neighbourhoods"]), - (UniCase::ascii("creatning"), &["creating"]), - (UniCase::ascii("mathematicaly"), &["mathematically"]), - (UniCase::ascii("aggreate"), &["aggregate"]), - (UniCase::ascii("yieldin"), &["yielding"]), - (UniCase::ascii("plantiff"), &["plaintiff"]), - (UniCase::ascii("assomption"), &["assumption"]), - (UniCase::ascii("does\'t"), &["doesn\'t"]), - (UniCase::ascii("folliw"), &["follow"]), - (UniCase::ascii("diappeares"), &["disappears"]), - (UniCase::ascii("scenarions"), &["scenarios"]), - (UniCase::ascii("attemping"), &["attempting"]), - (UniCase::ascii("borow"), &["borrow"]), - (UniCase::ascii("acident"), &["accident"]), - (UniCase::ascii("implemenations"), &["implementations"]), - (UniCase::ascii("declartiuons"), &["declarations"]), - (UniCase::ascii("excell"), &["excel"]), - (UniCase::ascii("swith"), &["switch"]), - (UniCase::ascii("vulbearabule"), &["vulnerable"]), - (UniCase::ascii("geenrational"), &["generational"]), - (UniCase::ascii("eihter"), &["either"]), - (UniCase::ascii("dthe"), &["the"]), - (UniCase::ascii("funtionally"), &["functionally"]), - (UniCase::ascii("renegotiotor"), &["renegotiator"]), - (UniCase::ascii("possabily"), &["possibly"]), - (UniCase::ascii("campain"), &["campaign"]), - (UniCase::ascii("ingore"), &["ignore"]), - (UniCase::ascii("assualt"), &["assault"]), - (UniCase::ascii("progarammers"), &["programmers"]), - (UniCase::ascii("instrumenetd"), &["instrumented"]), - (UniCase::ascii("speficies"), &["specifies"]), - (UniCase::ascii("sheduling"), &["scheduling"]), - (UniCase::ascii("inpsection"), &["inspection"]), - (UniCase::ascii("editter"), &["editor"]), - (UniCase::ascii("seperaors"), &["separators"]), - (UniCase::ascii("oustanding"), &["outstanding"]), - (UniCase::ascii("hismelf"), &["himself"]), - (UniCase::ascii("removeable"), &["removable"]), - (UniCase::ascii("functonal"), &["functional"]), - (UniCase::ascii("Japanes"), &["Japanese"]), - (UniCase::ascii("orthagonalize"), &["orthogonalize"]), - (UniCase::ascii("renegoatiator"), &["renegotiator"]), - (UniCase::ascii("speficifically"), &["specifically"]), - (UniCase::ascii("inculded"), &["included"]), - (UniCase::ascii("determinte"), &["determine", "determined"]), - (UniCase::ascii("disparingly"), &["disparagingly"]), - (UniCase::ascii("itens"), &["items"]), - (UniCase::ascii("replacd"), &["replaced"]), - (UniCase::ascii("ciritcs"), &["critics"]), - (UniCase::ascii("extesnion"), &["extension"]), - (UniCase::ascii("sizre"), &["size"]), - (UniCase::ascii("peirods"), &["periods"]), - (UniCase::ascii("menions"), &["mentions", "minions"]), - (UniCase::ascii("excetptions"), &["exceptions"]), - ( - UniCase::ascii("openscource"), - &["open-source", "open source", "opensource"], - ), - (UniCase::ascii("compleates"), &["completes"]), - (UniCase::ascii("tamplated"), &["templated"]), - (UniCase::ascii("adjcent"), &["adjacent"]), - (UniCase::ascii("imporves"), &["improves"]), - (UniCase::ascii("abailable"), &["available"]), - (UniCase::ascii("expessed"), &["expressed"]), - (UniCase::ascii("experimtenations"), &["experimentations"]), - (UniCase::ascii("non-negotaible"), &["non-negotiable"]), - (UniCase::ascii("litterally"), &["literally"]), - (UniCase::ascii("endevors"), &["endeavors"]), - (UniCase::ascii("dollers"), &["dollars"]), - (UniCase::ascii("neighbars"), &["neighbors"]), - (UniCase::ascii("dependecys"), &["dependencies"]), - ( - UniCase::ascii("frequeny"), - &["frequency", "frequently", "frequent"], - ), - (UniCase::ascii("reqest"), &["request"]), - (UniCase::ascii("publshers"), &["publishers"]), - (UniCase::ascii("genrations"), &["generations"]), - (UniCase::ascii("fronends"), &["frontends"]), - (UniCase::ascii("fulsh"), &["flush"]), - (UniCase::ascii("reanme"), &["rename"]), - (UniCase::ascii("uplaoders"), &["uploaders"]), - (UniCase::ascii("genreated"), &["generated"]), - (UniCase::ascii("manupulated"), &["manipulated"]), - (UniCase::ascii("contraitns"), &["constraints"]), - (UniCase::ascii("listenes"), &["listens"]), - (UniCase::ascii("backgournds"), &["backgrounds"]), - (UniCase::ascii("moutning"), &["mounting"]), - (UniCase::ascii("toriodal"), &["toroidal"]), - (UniCase::ascii("bouind"), &["bound"]), - (UniCase::ascii("cleints"), &["clients"]), - (UniCase::ascii("prefered"), &["preferred"]), - (UniCase::ascii("ontainer"), &["container"]), - (UniCase::ascii("surley"), &["surly", "surely"]), - (UniCase::ascii("exchenges"), &["exchanges"]), - (UniCase::ascii("considdering"), &["considering"]), - (UniCase::ascii("defautls"), &["defaults"]), - (UniCase::ascii("retreivable"), &["retrievable"]), - (UniCase::ascii("mimimal"), &["minimal"]), - (UniCase::ascii("trasnlation"), &["translation"]), - (UniCase::ascii("utiltities"), &["utilities"]), - (UniCase::ascii("deamonization"), &["daemonization"]), - (UniCase::ascii("uppler"), &["upper"]), - (UniCase::ascii("formattted"), &["formatted"]), - (UniCase::ascii("comisioned"), &["commissioned"]), - (UniCase::ascii("seach"), &["search"]), - (UniCase::ascii("shadhow"), &["shadow"]), - (UniCase::ascii("registerd"), &["registered", "registers"]), - (UniCase::ascii("derrive"), &["derive"]), - (UniCase::ascii("spefixifes"), &["specifies"]), - (UniCase::ascii("highjack"), &["hijack"]), - (UniCase::ascii("loacation"), &["location"]), - (UniCase::ascii("hardocde"), &["hardcode"]), - (UniCase::ascii("previvous"), &["previous"]), - (UniCase::ascii("abstracion"), &["abstraction"]), - (UniCase::ascii("exces"), &["excess"]), - (UniCase::ascii("rewriten"), &["rewritten"]), - (UniCase::ascii("weitght"), &["weight"]), - (UniCase::ascii("dipthongs"), &["diphthongs"]), - (UniCase::ascii("thei"), &["their", "they"]), - (UniCase::ascii("neighbourhooods"), &["neighbourhoods"]), - (UniCase::ascii("follfowong"), &["following"]), - (UniCase::ascii("mermory"), &["memory"]), - (UniCase::ascii("epsiode"), &["episode"]), - (UniCase::ascii("implict"), &["implicit"]), - (UniCase::ascii("principlaity"), &["principality"]), - (UniCase::ascii("asii"), &["ascii"]), - (UniCase::ascii("aqcuired"), &["acquired"]), - (UniCase::ascii("earlyer"), &["earlier"]), - (UniCase::ascii("apointed"), &["appointed"]), - (UniCase::ascii("calculaution"), &["calculation"]), - (UniCase::ascii("authethicate"), &["authenticate"]), - (UniCase::ascii("formt"), &["format"]), - (UniCase::ascii("delares"), &["declares"]), - (UniCase::ascii("descriptoin"), &["description"]), - (UniCase::ascii("overridiing"), &["overriding"]), - (UniCase::ascii("confues"), &["confuses"]), - (UniCase::ascii("overwiew"), &["overview"]), - (UniCase::ascii("aktivating"), &["activating"]), - (UniCase::ascii("informatio"), &["information"]), - ( - UniCase::ascii("experimentating"), - &["experimentation", "experimenting"], - ), - (UniCase::ascii("autonegotitations"), &["autonegotiations"]), - (UniCase::ascii("harrasing"), &["harassing"]), - (UniCase::ascii("preiod"), &["period"]), - (UniCase::ascii("prooperties"), &["properties"]), - (UniCase::ascii("characterstics"), &["characteristics"]), - (UniCase::ascii("describ"), &["describe"]), - (UniCase::ascii("concicely"), &["concisely"]), - (UniCase::ascii("underlow"), &["underflow"]), - (UniCase::ascii("Carnagie-Mellon"), &["Carnegie-Mellon"]), - (UniCase::ascii("strucrure"), &["structure"]), - (UniCase::ascii("disssociated"), &["dissociated"]), - ( - UniCase::ascii("implementation-spacific"), - &["implementation-specific"], - ), - (UniCase::ascii("aquires"), &["acquires"]), - (UniCase::ascii("eleminated"), &["eliminated"]), - (UniCase::ascii("caluculated"), &["calculated"]), - (UniCase::ascii("insturments"), &["instruments"]), - (UniCase::ascii("asolute"), &["absolute"]), - (UniCase::ascii("lizensing"), &["licensing"]), - (UniCase::ascii("abstactor"), &["abstractor"]), - (UniCase::ascii("imporving"), &["improving"]), - (UniCase::ascii("spefifications"), &["specifications"]), - (UniCase::ascii("bood"), &["boot"]), - (UniCase::ascii("architechts"), &["architects"]), - (UniCase::ascii("pretendend"), &["pretended"]), - (UniCase::ascii("subcribing"), &["subscribing"]), - (UniCase::ascii("utilisaton"), &["utilisation"]), - (UniCase::ascii("abstacts"), &["abstracts"]), - (UniCase::ascii("datatstructure"), &["datastructure"]), - ( - UniCase::ascii("everybodies"), - &["everybody", "everybody\'s"], - ), - (UniCase::ascii("stawk"), &["stalk"]), - (UniCase::ascii("attachement"), &["attachment"]), - (UniCase::ascii("bounad"), &["bound"]), - (UniCase::ascii("algorthims"), &["algorithms"]), - (UniCase::ascii("admininstrator"), &["administrator"]), - (UniCase::ascii("analyers"), &["analysers", "analyzers"]), - (UniCase::ascii("signabl"), &["signable", "signal"]), - (UniCase::ascii("shouldnt;"), &["shouldn\'t"]), - (UniCase::ascii("breif"), &["brief"]), - (UniCase::ascii("supproters"), &["supporters"]), - ( - UniCase::ascii("auto-detetion"), - &["auto-detection", "auto-deletion"], - ), - (UniCase::ascii("unexpetected"), &["unexpected"]), - (UniCase::ascii("orientatied"), &["orientated"]), - (UniCase::ascii("relashionship"), &["relationship"]), - (UniCase::ascii("origiginally"), &["originally"]), - (UniCase::ascii("disconetions"), &["disconnections"]), - (UniCase::ascii("groupd"), &["grouped"]), - (UniCase::ascii("developpement"), &["development"]), - (UniCase::ascii("conquerers"), &["conquerors"]), - (UniCase::ascii("wieth"), &["width"]), - (UniCase::ascii("experence"), &["experience"]), - (UniCase::ascii("timeot"), &["timeout"]), - (UniCase::ascii("numerbering"), &["numbering"]), - (UniCase::ascii("o\'caml"), &["OCaml"]), - (UniCase::ascii("substantialy"), &["substantially"]), - (UniCase::ascii("aautomatically"), &["automatically"]), - (UniCase::ascii("bootsram"), &["bootram"]), - (UniCase::ascii("addres"), &["address"]), - (UniCase::ascii("convenant"), &["covenant"]), - (UniCase::ascii("excewption"), &["exception"]), - (UniCase::ascii("unspeficialleid"), &["unspecified"]), - (UniCase::ascii("impementaion"), &["implementation"]), - (UniCase::ascii("abbriviation"), &["abbreviation"]), - (UniCase::ascii("differnce"), &["difference"]), - (UniCase::ascii("stoream"), &["stream"]), - (UniCase::ascii("omiting"), &["omitting"]), - (UniCase::ascii("algorhithm"), &["algorithm"]), - (UniCase::ascii("alvorithmic"), &["algorithmic"]), - (UniCase::ascii("nore"), &["nor", "more"]), - (UniCase::ascii("convenvient"), &["convenient"]), - (UniCase::ascii("expemts"), &["exempts"]), - (UniCase::ascii("datatyes"), &["datatypes"]), - (UniCase::ascii("concentation"), &["concentration"]), - (UniCase::ascii("enoufh"), &["enough"]), - (UniCase::ascii("diplays"), &["displays"]), - (UniCase::ascii("fugures"), &["figures"]), - (UniCase::ascii("proyects"), &["projects", "protects"]), - (UniCase::ascii("disobediant"), &["disobedient"]), - (UniCase::ascii("microseonds"), &["microseconds"]), - ( - UniCase::ascii("scatched"), - &["caught", "scratched", "sketched"], - ), - (UniCase::ascii("recursivion"), &["recursion"]), - (UniCase::ascii("foloww"), &["follow"]), - (UniCase::ascii("exhustiveness"), &["exhaustiveness"]), - (UniCase::ascii("assignements"), &["assignments"]), - (UniCase::ascii("intiailizing"), &["initializing"]), - (UniCase::ascii("uptodate"), &["up-to-date"]), - (UniCase::ascii("expieriences"), &["experiences"]), - (UniCase::ascii("increse"), &["increase"]), - (UniCase::ascii("calculaion"), &["calculation"]), - (UniCase::ascii("instrace"), &["instance"]), - (UniCase::ascii("oigins"), &["origins"]), - (UniCase::ascii("coallesceing"), &["coalescing"]), - (UniCase::ascii("buil"), &["build", "built"]), - (UniCase::ascii("moderninationz"), &["modernizations"]), - (UniCase::ascii("corus"), &["chorus"]), - (UniCase::ascii("experimenally"), &["experimentally"]), - (UniCase::ascii("antyhing"), &["anything"]), - (UniCase::ascii("pattersn"), &["patterns"]), - (UniCase::ascii("re-impliment"), &["re-implement"]), - (UniCase::ascii("contaiminate"), &["contaminate"]), - (UniCase::ascii("decordings"), &["decodings"]), - (UniCase::ascii("hardward"), &["hardware"]), - (UniCase::ascii("conectors"), &["connectors"]), - (UniCase::ascii("auxilaries"), &["auxiliaries"]), - (UniCase::ascii("wilcards"), &["wildcards"]), - (UniCase::ascii("delcarations"), &["declarations"]), - (UniCase::ascii("aquired"), &["acquired"]), - (UniCase::ascii("dependendent"), &["dependent"]), - (UniCase::ascii("approoximations"), &["approximations"]), - (UniCase::ascii("apprixamating"), &["approximating"]), - (UniCase::ascii("mirroed"), &["mirrored"]), - (UniCase::ascii("deendencies"), &["dependencies"]), - (UniCase::ascii("dake"), &["take"]), - (UniCase::ascii("ancestory"), &["ancestry"]), - (UniCase::ascii("potrait"), &["portrait"]), - (UniCase::ascii("abbriviations"), &["abbreviations"]), - (UniCase::ascii("timoeut"), &["timeout"]), - (UniCase::ascii("pege"), &["page"]), - (UniCase::ascii("executeable"), &["executable"]), - (UniCase::ascii("usuall"), &["usually", "usual"]), - (UniCase::ascii("optionnaly"), &["optionally"]), - (UniCase::ascii("re-negosiates"), &["re-negotiates"]), - (UniCase::ascii("initilialized"), &["initialized"]), - (UniCase::ascii("improove"), &["improve"]), - (UniCase::ascii("transprted"), &["transported"]), - (UniCase::ascii("balence"), &["balance"]), - (UniCase::ascii("aactual"), &["actual"]), - (UniCase::ascii("adoptors"), &["adopters", "adaptors"]), - (UniCase::ascii("compoment"), &["component"]), - (UniCase::ascii("dissappered"), &["disappeared"]), - (UniCase::ascii("opionally"), &["optionally"]), - (UniCase::ascii("prioritiy"), &["priority"]), - (UniCase::ascii("recomplie"), &["recompile", "recomply"]), - (UniCase::ascii("keyboad"), &["keyboard"]), - (UniCase::ascii("presearver"), &["preserver"]), - (UniCase::ascii("presearves"), &["preserves"]), - (UniCase::ascii("transfomational"), &["transformational"]), - (UniCase::ascii("singsog"), &["singsong"]), - (UniCase::ascii("mouspointer"), &["mousepointer"]), - (UniCase::ascii("attemps"), &["attempts"]), - (UniCase::ascii("donwloads"), &["downloads"]), - (UniCase::ascii("algorthynic"), &["algorithmic"]), - (UniCase::ascii("componens"), &["components"]), - (UniCase::ascii("sugguestions"), &["suggestions"]), - (UniCase::ascii("de-duplaication"), &["de-duplication"]), - (UniCase::ascii("imlement"), &["implement"]), - (UniCase::ascii("aren;t"), &["aren\'t"]), - (UniCase::ascii("deocdes"), &["decodes"]), - (UniCase::ascii("procees"), &["process"]), - (UniCase::ascii("asisstant"), &["assistant"]), - (UniCase::ascii("disection"), &["dissection"]), - (UniCase::ascii("cyrrilic"), &["Cyrillic"]), - (UniCase::ascii("auto-negoziations"), &["auto-negotiations"]), - (UniCase::ascii("decalrations"), &["declarations"]), - (UniCase::ascii("journies"), &["journeys"]), - (UniCase::ascii("teminated"), &["terminated"]), - (UniCase::ascii("defaules"), &["defaults"]), - (UniCase::ascii("larget"), &["larger", "largest", "target"]), - (UniCase::ascii("provoding"), &["providing"]), - (UniCase::ascii("houskeeping"), &["housekeeping"]), - (UniCase::ascii("avaiiable"), &["available"]), - (UniCase::ascii("strucutred"), &["structured"]), - (UniCase::ascii("developme"), &["development", "develop me"]), - (UniCase::ascii("transforations"), &["transformations"]), - (UniCase::ascii("procesor"), &["processor"]), - (UniCase::ascii("alloco"), &["alloc"]), - (UniCase::ascii("speficiallifers"), &["specifiers"]), - (UniCase::ascii("unexpectend"), &["unexpected"]), - (UniCase::ascii("authenificators"), &["authenticators"]), - (UniCase::ascii("neighbouthoods"), &["neighbourhoods"]), - (UniCase::ascii("ealier"), &["earlier"]), - (UniCase::ascii("condtitions"), &["conditions"]), - (UniCase::ascii("becasuse"), &["because"]), - (UniCase::ascii("otherwaise"), &["otherwise"]), - (UniCase::ascii("deregiters"), &["deregisters"]), - (UniCase::ascii("commemmorate"), &["commemorate"]), - (UniCase::ascii("slignt"), &["slight"]), - (UniCase::ascii("computaion"), &["computation"]), - (UniCase::ascii("mchanicals"), &["mechanicals"]), - (UniCase::ascii("incorreect"), &["incorrect"]), - (UniCase::ascii("bitfilelds"), &["bitfields"]), - (UniCase::ascii("wolrdly"), &["worldly"]), - (UniCase::ascii("deocder"), &["decoder"]), - (UniCase::ascii("negotionates"), &["negotiates"]), - (UniCase::ascii("sepertor"), &["separator"]), - (UniCase::ascii("whtihin"), &["within"]), - (UniCase::ascii("neighborhoofs"), &["neighborhoods"]), - (UniCase::ascii("uncommpresion"), &["uncompression"]), - (UniCase::ascii("genric"), &["generic"]), - (UniCase::ascii("deecorator"), &["decorator"]), - (UniCase::ascii("opion"), &["option"]), - (UniCase::ascii("conjecutre"), &["conjecture"]), - ( - UniCase::ascii("shystemwindow"), - &["systemwindow", "system window"], - ), - (UniCase::ascii("hypenating"), &["hyphenating"]), - (UniCase::ascii("mangaer"), &["manager", "manger"]), - (UniCase::ascii("casues"), &["causes"]), - (UniCase::ascii("androgeny"), &["androgyny"]), - (UniCase::ascii("differencial"), &["differential"]), - (UniCase::ascii("initilization"), &["initialization"]), - (UniCase::ascii("litaral"), &["literal"]), - (UniCase::ascii("intot"), &["into"]), - (UniCase::ascii("kno"), &["know"]), - (UniCase::ascii("pragmato"), &["pragma to"]), - (UniCase::ascii("resourcse"), &["resources", "resource"]), - (UniCase::ascii("elminate"), &["eliminate"]), - (UniCase::ascii("thisle"), &["thistle"]), - (UniCase::ascii("decimials"), &["decimals"]), - (UniCase::ascii("premptive"), &["preemptive"]), - (UniCase::ascii("resoluton"), &["resolution"]), - (UniCase::ascii("eleminates"), &["eliminates"]), - (UniCase::ascii("experimanetal"), &["experimental"]), - (UniCase::ascii("shriks"), &["shrinks"]), - (UniCase::ascii("speficillifes"), &["specifies"]), - (UniCase::ascii("generater"), &["generator"]), - (UniCase::ascii("vecotrs"), &["vectors"]), - (UniCase::ascii("abizmal"), &["abysmal"]), - (UniCase::ascii("redundent"), &["redundant"]), - (UniCase::ascii("cacluater"), &["calculator"]), - (UniCase::ascii("queueud"), &["queued"]), - (UniCase::ascii("multipyling"), &["multiplying"]), - (UniCase::ascii("warnibgs"), &["warnings"]), - (UniCase::ascii("nknown"), &["unknown"]), - (UniCase::ascii("mecahnics"), &["mechanics"]), - (UniCase::ascii("specifcations"), &["specifications"]), - (UniCase::ascii("impcats"), &["impacts"]), - (UniCase::ascii("ignorgig"), &["ignoring"]), - (UniCase::ascii("twodimenional"), &["two-dimensional"]), - (UniCase::ascii("animaitons"), &["animations"]), - (UniCase::ascii("speficifcations"), &["specifications"]), - (UniCase::ascii("sequemce"), &["sequence"]), - (UniCase::ascii("forgoten"), &["forgotten"]), - (UniCase::ascii("linceses"), &["licenses"]), - (UniCase::ascii("highligjts"), &["highlights"]), - (UniCase::ascii("assosiacition"), &["association"]), - (UniCase::ascii("leavong"), &["leaving"]), - (UniCase::ascii("anonymus"), &["anonymous"]), - (UniCase::ascii("neightobr"), &["neighbor"]), - (UniCase::ascii("singol"), &["signal", "single"]), - (UniCase::ascii("dissrupt"), &["disrupt"]), - (UniCase::ascii("ulterations"), &["alterations"]), - (UniCase::ascii("wornged"), &["wronged"]), - (UniCase::ascii("regstered"), &["registered"]), - (UniCase::ascii("expeirimental"), &["experimental"]), - (UniCase::ascii("groouping"), &["grouping"]), - (UniCase::ascii("mannual"), &["manual"]), - (UniCase::ascii("missign"), &["missing"]), - (UniCase::ascii("spefixation"), &["specification"]), - (UniCase::ascii("comletly"), &["completely"]), - (UniCase::ascii("desition"), &["decision"]), - (UniCase::ascii("apendage"), &["appendage"]), - (UniCase::ascii("occoured"), &["occurred"]), - (UniCase::ascii("vonfig"), &["config"]), - (UniCase::ascii("packhage"), &["package"]), - (UniCase::ascii("surrrounded"), &["surrounded"]), - (UniCase::ascii("initailize"), &["initialize"]), - (UniCase::ascii("securre"), &["secure"]), - (UniCase::ascii("conuntry"), &["country"]), - (UniCase::ascii("commiting"), &["committing"]), - (UniCase::ascii("exchagne"), &["exchange"]), - (UniCase::ascii("districct"), &["district"]), - (UniCase::ascii("apppropriate"), &["appropriate"]), - (UniCase::ascii("transfert"), &["transfer", "transferred"]), - (UniCase::ascii("recconects"), &["reconnects"]), - (UniCase::ascii("definitian"), &["definition"]), - (UniCase::ascii("experimanentally"), &["experimentally"]), - (UniCase::ascii("excedes"), &["exceeds"]), - (UniCase::ascii("architechture"), &["architecture"]), - ( - UniCase::ascii("convertation"), - &["conversation", "conversion"], - ), - (UniCase::ascii("wirtten"), &["written"]), - (UniCase::ascii("exclusiv"), &["exclusive"]), - (UniCase::ascii("distibution"), &["distribution"]), - (UniCase::ascii("possobly"), &["possibly"]), - (UniCase::ascii("abnornally"), &["abnormally"]), - (UniCase::ascii("negoatiators"), &["negotiators"]), - (UniCase::ascii("appriximated"), &["approximated"]), - (UniCase::ascii("diffculty"), &["difficulty"]), - (UniCase::ascii("overrriding"), &["overriding"]), - (UniCase::ascii("preceds"), &["precedes"]), - (UniCase::ascii("alings"), &["aligns", "slings"]), - (UniCase::ascii("indxes"), &["indexes"]), - (UniCase::ascii("abreviates"), &["abbreviates"]), - (UniCase::ascii("functons"), &["functions"]), - (UniCase::ascii("pleaee"), &["please"]), - (UniCase::ascii("algorwwithmic"), &["algorithmic"]), - (UniCase::ascii("exceuctable"), &["executable"]), - (UniCase::ascii("opearion"), &["operation"]), - (UniCase::ascii("afect"), &["affect", "effect"]), - (UniCase::ascii("neighbood"), &["neighborhood"]), - (UniCase::ascii("retrieces"), &["retrieves"]), - (UniCase::ascii("particulaly"), &["particularly"]), - (UniCase::ascii("vectore"), &["vector"]), - (UniCase::ascii("constructers"), &["constructors"]), - (UniCase::ascii("exectuables"), &["executables"]), - (UniCase::ascii("similiarly"), &["similarly"]), - (UniCase::ascii("accomodation"), &["accommodation"]), - (UniCase::ascii("dissambled"), &["disassembled"]), - (UniCase::ascii("contollers"), &["controllers"]), - (UniCase::ascii("quanlifies"), &["qualifies", "quantifies"]), - (UniCase::ascii("havn\'t"), &["haven\'t"]), - (UniCase::ascii("backeneds"), &["backends", "blackens"]), - (UniCase::ascii("tork"), &["torque"]), - (UniCase::ascii("renegotated"), &["renegotiated"]), - (UniCase::ascii("neighbeorhoods"), &["neighborhoods"]), - (UniCase::ascii("splitted"), &["split"]), - (UniCase::ascii("charaters"), &["characters"]), - (UniCase::ascii("adderted"), &["asserted"]), - (UniCase::ascii("caculated"), &["calculated"]), - (UniCase::ascii("haev"), &["have", "heave"]), - (UniCase::ascii("wilh"), &["will"]), - (UniCase::ascii("garbage-dollected"), &["garbage-collected"]), - (UniCase::ascii("satisify"), &["satisfy"]), - (UniCase::ascii("gool"), &["ghoul"]), - (UniCase::ascii("unbouned"), &["unbounded"]), - (UniCase::ascii("careing"), &["caring"]), - (UniCase::ascii("estabilish"), &["establish"]), - (UniCase::ascii("re-negotioator"), &["re-negotiator"]), - (UniCase::ascii("mispell"), &["misspell"]), - (UniCase::ascii("negotitable"), &["negotiable"]), - (UniCase::ascii("authethenticates"), &["authenticates"]), - (UniCase::ascii("custumised"), &["customised"]), - (UniCase::ascii("condntional"), &["conditional"]), - (UniCase::ascii("approxmates"), &["approximates"]), - (UniCase::ascii("demoninator"), &["denominator"]), - (UniCase::ascii("envrironment"), &["environment"]), - (UniCase::ascii("asssembly"), &["assembly"]), - (UniCase::ascii("rebulit"), &["rebuilt"]), - (UniCase::ascii("excesv"), &["excessive"]), - (UniCase::ascii("converions"), &["conversions"]), - (UniCase::ascii("lexial"), &["lexical"]), - (UniCase::ascii("desctop"), &["desktop"]), - ( - UniCase::ascii("archeaologists"), - &["archeologists", "archaeologists"], - ), - (UniCase::ascii("implemenrt"), &["implement"]), - (UniCase::ascii("negotited"), &["negotiated"]), - (UniCase::ascii("boomark"), &["bookmark"]), - (UniCase::ascii("furser"), &["further"]), - (UniCase::ascii("coalasence"), &["coalescence"]), - (UniCase::ascii("lenghs"), &["lengths"]), - (UniCase::ascii("execustion"), &["execution"]), - (UniCase::ascii("unsucesfuly"), &["unsuccessfully"]), - (UniCase::ascii("neede"), &["needed", "need"]), - (UniCase::ascii("manufaucturing"), &["manufacturing"]), - (UniCase::ascii("addaptations"), &["adaptations"]), - (UniCase::ascii("forbiden"), &["forbidden"]), - (UniCase::ascii("chacheline"), &["cacheline"]), - (UniCase::ascii("subnegatiotiations"), &["subnegotiations"]), - (UniCase::ascii("timespanps"), &["timespans"]), - (UniCase::ascii("exceptins"), &["exceptions", "excepting"]), - (UniCase::ascii("assistent"), &["assistant"]), - (UniCase::ascii("implmeneter"), &["implementer"]), - (UniCase::ascii("prersistent"), &["persistent"]), - (UniCase::ascii("shtopes"), &["stops", "shops"]), - (UniCase::ascii("buisnessman"), &["businessman"]), - (UniCase::ascii("effient"), &["efficient"]), - (UniCase::ascii("Cyrllic"), &["Cyrillic"]), - (UniCase::ascii("interace"), &["interface"]), - (UniCase::ascii("experiances"), &["experiences"]), - (UniCase::ascii("veryifies"), &["verifies"]), - (UniCase::ascii("sewdonim"), &["pseudonym"]), - (UniCase::ascii("requiremnt"), &["requirement"]), - (UniCase::ascii("neighbourgh"), &["neighbour"]), - (UniCase::ascii("mocrocodes"), &["microcodes"]), - (UniCase::ascii("chuch"), &["church"]), - (UniCase::ascii("conecept"), &["concept"]), - (UniCase::ascii("rellocates"), &["reallocates", "relocates"]), - (UniCase::ascii("sover"), &["solver"]), - (UniCase::ascii("finanacier"), &["financier"]), - (UniCase::ascii("inmmediately"), &["immediately"]), - (UniCase::ascii("noramalises"), &["normalises"]), - (UniCase::ascii("conaines"), &["contains"]), - (UniCase::ascii("thex"), &["the", "then"]), - (UniCase::ascii("restaraunteurs"), &["restaurateurs"]), - (UniCase::ascii("comminity"), &["community"]), - (UniCase::ascii("unresgister"), &["unregister"]), - (UniCase::ascii("comparispon"), &["comparison"]), - (UniCase::ascii("authenicae"), &["authenticate"]), - (UniCase::ascii("reename"), &["rename"]), - (UniCase::ascii("levl"), &["level"]), - (UniCase::ascii("direcctory"), &["directory"]), - (UniCase::ascii("aunthenticates"), &["authenticates"]), - (UniCase::ascii("ciphersuits"), &["ciphersuites"]), - (UniCase::ascii("essentualy"), &["essentially"]), - (UniCase::ascii("infreqeuncy"), &["infrequency"]), - (UniCase::ascii("neaded"), &["needed", "kneaded"]), - (UniCase::ascii("tust"), &["trust"]), - (UniCase::ascii("backened"), &["backend", "blackened"]), - (UniCase::ascii("potenial"), &["potential"]), - (UniCase::ascii("recrational"), &["recreational"]), - (UniCase::ascii("perfomance"), &["performance"]), - (UniCase::ascii("algorithsmic"), &["algorithmic"]), - (UniCase::ascii("disgned"), &["designed"]), - (UniCase::ascii("platform-spacific"), &["platform-specific"]), - (UniCase::ascii("coneted"), &["connected"]), - (UniCase::ascii("incremantal"), &["incremental"]), - (UniCase::ascii("unrechable"), &["unreachable"]), - (UniCase::ascii("experimanetelly"), &["experimentally"]), - (UniCase::ascii("doubele-clicked"), &["double-clicked"]), - (UniCase::ascii("chipersuite"), &["ciphersuite"]), - (UniCase::ascii("cheking"), &["checking"]), - (UniCase::ascii("reigstration"), &["registration"]), - (UniCase::ascii("insitutions"), &["institutions"]), - (UniCase::ascii("modfifies"), &["modifies"]), - (UniCase::ascii("neight"), &["neither"]), - (UniCase::ascii("accont"), &["account"]), - (UniCase::ascii("dimenions"), &["dimensions"]), - (UniCase::ascii("allcaters"), &["allocators"]), - (UniCase::ascii("cofeee"), &["coffee"]), - (UniCase::ascii("algoruthmically"), &["algorithmically"]), - (UniCase::ascii("ontainors"), &["containers"]), - (UniCase::ascii("oridinal"), &["ordinal", "original"]), - (UniCase::ascii("betwern"), &["between"]), - (UniCase::ascii("re-negoptionsotiated"), &["re-negotiated"]), - (UniCase::ascii("diamon"), &["diamond"]), - (UniCase::ascii("subystems"), &["subsystems"]), - (UniCase::ascii("facirity"), &["facility"]), - (UniCase::ascii("saterday"), &["Saturday"]), - (UniCase::ascii("concating"), &["concatenating"]), - (UniCase::ascii("addapted"), &["adapted"]), - (UniCase::ascii("mutch"), &["much"]), - (UniCase::ascii("editoro"), &["editor"]), - (UniCase::ascii("Cgywin"), &["Cygwin"]), - (UniCase::ascii("re-negoptionsotiating"), &["re-negotiating"]), - (UniCase::ascii("mirro"), &["mirror"]), - (UniCase::ascii("re-negoziates"), &["re-negotiates"]), - (UniCase::ascii("implemenetions"), &["implementations"]), - (UniCase::ascii("partitoning"), &["partitioning"]), - (UniCase::ascii("structer"), &["structure"]), - (UniCase::ascii("additianally"), &["additionally"]), - (UniCase::ascii("suppy"), &["supply"]), - (UniCase::ascii("subscirbes"), &["subscribes"]), - (UniCase::ascii("adjustmenet"), &["adjustment"]), - (UniCase::ascii("unregsiters"), &["unregisters"]), - (UniCase::ascii("eigth"), &["eighth", "eight"]), - (UniCase::ascii("varaible"), &["variable"]), - ( - UniCase::ascii("decendend"), - &["descendent", "descendant", "descended"], - ), - (UniCase::ascii("mechines"), &["machines"]), - (UniCase::ascii("vershin"), &["version"]), - (UniCase::ascii("desintations"), &["destinations"]), - (UniCase::ascii("experinementers"), &["experimenters"]), - (UniCase::ascii("platofmss"), &["platforms"]), - (UniCase::ascii("comparisements"), &["comparisons"]), - (UniCase::ascii("aggrgate"), &["aggregate"]), - (UniCase::ascii("incorperation"), &["incorporation"]), - (UniCase::ascii("scipted"), &["scripted"]), - (UniCase::ascii("traveersal"), &["traversal"]), - (UniCase::ascii("signol"), &["signal"]), - (UniCase::ascii("seached"), &["searched"]), - (UniCase::ascii("recquired"), &["required"]), - (UniCase::ascii("vertextes"), &["vertices"]), - (UniCase::ascii("litquid"), &["liquid"]), - (UniCase::ascii("spefcifieis"), &["specifies"]), - (UniCase::ascii("langugages"), &["languages"]), - (UniCase::ascii("notifer"), &["notifier"]), - (UniCase::ascii("evaluataions"), &["evaluations"]), - (UniCase::ascii("mathmaticians"), &["mathematicians"]), - (UniCase::ascii("bouy"), &["buoy"]), - (UniCase::ascii("sytems"), &["systems"]), - (UniCase::ascii("breakes"), &["breaks"]), - (UniCase::ascii("decodding"), &["decoding"]), - (UniCase::ascii("dificulties"), &["difficulties"]), - (UniCase::ascii("sucessses"), &["successes"]), - ( - UniCase::ascii("depretiated"), - &["depreciated", "deprecated"], - ), - (UniCase::ascii("negoziated"), &["negotiated"]), - (UniCase::ascii("mis-intepret"), &["mis-interpret"]), - (UniCase::ascii("experimen"), &["experiment"]), - (UniCase::ascii("acivate"), &["activate"]), - (UniCase::ascii("competion"), &["competition", "completion"]), - (UniCase::ascii("calulations"), &["calculations"]), - (UniCase::ascii("trasports"), &["transports"]), - (UniCase::ascii("catepillar"), &["caterpillar"]), - (UniCase::ascii("pathes"), &["paths"]), - (UniCase::ascii("nubmer"), &["number"]), - (UniCase::ascii("huristic"), &["heuristic"]), - (UniCase::ascii("cotainer"), &["container"]), - (UniCase::ascii("proceesor"), &["processor"]), - (UniCase::ascii("uninitailised"), &["uninitialised"]), - (UniCase::ascii("speciry"), &["specify"]), - (UniCase::ascii("solfing"), &["solving"]), - (UniCase::ascii("irregulier"), &["irregular"]), - (UniCase::ascii("emmits"), &["emits"]), - (UniCase::ascii("iresistible"), &["irresistible"]), - (UniCase::ascii("rebiulding"), &["rebuilding"]), - (UniCase::ascii("initailzed"), &["initialized"]), - (UniCase::ascii("spefiification"), &["specification"]), - (UniCase::ascii("dcumented"), &["documented"]), - (UniCase::ascii("applicatiosn"), &["applications"]), - (UniCase::ascii("apolegetic"), &["apologetic"]), - (UniCase::ascii("efford"), &["effort", "afford"]), - (UniCase::ascii("peacify"), &["pacify"]), - (UniCase::ascii("experemental"), &["experimental"]), - (UniCase::ascii("revereted"), &["reverted"]), - (UniCase::ascii("discarge"), &["discharge"]), - (UniCase::ascii("perjorative"), &["pejorative"]), - (UniCase::ascii("contianer"), &["container"]), - (UniCase::ascii("versons"), &["versions"]), - (UniCase::ascii("dimunitive"), &["diminutive"]), - (UniCase::ascii("exsistence"), &["existence"]), - (UniCase::ascii("re-uploded"), &["re-uploaded"]), - (UniCase::ascii("sumbitted"), &["submitted"]), - (UniCase::ascii("peageant"), &["pageant"]), - (UniCase::ascii("Buddist"), &["Buddhist"]), - (UniCase::ascii("detination"), &["destination"]), - (UniCase::ascii("enginge"), &["engine"]), - (UniCase::ascii("autonegotionation"), &["autonegotiation"]), - (UniCase::ascii("paide"), &["paid"]), - (UniCase::ascii("re-negotated"), &["re-negotiated"]), - (UniCase::ascii("boold"), &["bold", "bool"]), - (UniCase::ascii("deinitailse"), &["deinitialise"]), - (UniCase::ascii("allwys"), &["always"]), - (UniCase::ascii("deploymenet"), &["deployment"]), - (UniCase::ascii("hasnt\'"), &["hasn\'t"]), - (UniCase::ascii("algoriths"), &["algorithms"]), - (UniCase::ascii("precondtion"), &["precondition"]), - (UniCase::ascii("asai"), &["Asia"]), - (UniCase::ascii("varibables"), &["variables"]), - (UniCase::ascii("deendency"), &["dependency"]), - (UniCase::ascii("automibile"), &["automobile"]), - (UniCase::ascii("bordrelines"), &["borderlines"]), - (UniCase::ascii("commpatible"), &["compatible"]), - (UniCase::ascii("hendler"), &["handler"]), - (UniCase::ascii("transfom"), &["transform"]), - (UniCase::ascii("abnrormal"), &["abnormal"]), - (UniCase::ascii("spezialisation"), &["specialization"]), - (UniCase::ascii("conections"), &["connections"]), - (UniCase::ascii("availabed"), &["available"]), - (UniCase::ascii("priotity"), &["priority"]), - (UniCase::ascii("imfamus"), &["infamous"]), - (UniCase::ascii("aproching"), &["approaching"]), - (UniCase::ascii("annoncement"), &["announcement"]), - (UniCase::ascii("achoring"), &["anchoring"]), - (UniCase::ascii("singoolarly"), &["singularly"]), - (UniCase::ascii("guarrenteed"), &["guaranteed"]), - (UniCase::ascii("opbjects"), &["objects"]), - (UniCase::ascii("autum"), &["autumn"]), - (UniCase::ascii("sucessefully"), &["successfully"]), - (UniCase::ascii("resoution"), &["resolution"]), - (UniCase::ascii("negosiating"), &["negotiating"]), - (UniCase::ascii("monolite"), &["monolithic"]), - (UniCase::ascii("wayword"), &["wayward"]), - (UniCase::ascii("altought"), &["although"]), - (UniCase::ascii("repeition"), &["repetition"]), - (UniCase::ascii("constrollers"), &["controllers"]), - (UniCase::ascii("dialig"), &["dialog"]), - (UniCase::ascii("quitted"), &["quit"]), - (UniCase::ascii("bounderies"), &["boundaries"]), - (UniCase::ascii("disscted"), &["dissected"]), - (UniCase::ascii("assinment"), &["assignment"]), - (UniCase::ascii("colummn"), &["column"]), - (UniCase::ascii("harcoding"), &["hardcoding"]), - (UniCase::ascii("thid"), &["this"]), - (UniCase::ascii("iresistably"), &["irresistibly"]), - (UniCase::ascii("coyp"), &["copy"]), - (UniCase::ascii("delayis"), &["delays"]), - (UniCase::ascii("meachinisms"), &["mechanisms"]), - (UniCase::ascii("interactionn"), &["interaction"]), - (UniCase::ascii("agrgument"), &["argument"]), - (UniCase::ascii("intrumenting"), &["instrumenting"]), - (UniCase::ascii("re-negotaiators"), &["re-negotiators"]), - (UniCase::ascii("paches"), &["patches"]), - (UniCase::ascii("analysator"), &["analyser"]), - (UniCase::ascii("eveyone"), &["everyone"]), - (UniCase::ascii("extravagent"), &["extravagant"]), - (UniCase::ascii("faile"), &["failed"]), - (UniCase::ascii("diskretized"), &["discretized"]), - (UniCase::ascii("coording"), &["according"]), - (UniCase::ascii("begginning"), &["beginning"]), - (UniCase::ascii("thikns"), &["thinks"]), - (UniCase::ascii("socities"), &["societies"]), - (UniCase::ascii("leace"), &["leave"]), - (UniCase::ascii("flacors"), &["flavors"]), - (UniCase::ascii("losen"), &["loosen"]), - (UniCase::ascii("tooo"), &["todo"]), - (UniCase::ascii("incompatiability"), &["incompatibility"]), - (UniCase::ascii("deativate"), &["deactivate"]), - (UniCase::ascii("cencter"), &["center"]), - (UniCase::ascii("piplelines"), &["pipelines"]), - (UniCase::ascii("enty"), &["entry", "entity"]), - ( - UniCase::ascii("defferential"), - &["differential", "deferential"], - ), - (UniCase::ascii("misintepret"), &["misinterpret"]), - (UniCase::ascii("proctected"), &["protected"]), - (UniCase::ascii("quartically"), &["quadratically"]), - (UniCase::ascii("inizialized"), &["initialized"]), - (UniCase::ascii("appies"), &["applies"]), - (UniCase::ascii("reuploding"), &["reuploading"]), - (UniCase::ascii("indivdually"), &["individually"]), - (UniCase::ascii("accordinag"), &["according"]), - (UniCase::ascii("satandard"), &["standard"]), - (UniCase::ascii("datbases"), &["databases"]), - (UniCase::ascii("neighbothood"), &["neighborhood"]), - (UniCase::ascii("dependencis"), &["dependencies"]), - (UniCase::ascii("dyanmic"), &["dynamic"]), - (UniCase::ascii("comressed"), &["compressed"]), - (UniCase::ascii("accumalted"), &["accumulated"]), - (UniCase::ascii("canbe"), &["can be"]), - (UniCase::ascii("reservered"), &["reserved"]), - (UniCase::ascii("activites"), &["activities"]), - (UniCase::ascii("lising"), &["listing"]), - (UniCase::ascii("certication"), &["certification"]), - (UniCase::ascii("datatset"), &["dataset"]), - (UniCase::ascii("algolithmically"), &["algorithmically"]), - (UniCase::ascii("invaid"), &["invalid"]), - (UniCase::ascii("tranport"), &["transport"]), - (UniCase::ascii("documment"), &["document"]), - (UniCase::ascii("comparistions"), &["comparisons"]), - (UniCase::ascii("hnalder"), &["handler"]), - (UniCase::ascii("tornadoe"), &["tornado"]), - (UniCase::ascii("mulitple"), &["multiple"]), - (UniCase::ascii("announcments"), &["announcements"]), - (UniCase::ascii("recuiting"), &["recruiting"]), - (UniCase::ascii("compliled"), &["compiled"]), - (UniCase::ascii("improovement"), &["improvement"]), - (UniCase::ascii("funciton"), &["function"]), - (UniCase::ascii("skalar"), &["scalar"]), - (UniCase::ascii("leaglity"), &["legality"]), - (UniCase::ascii("doble"), &["double"]), - (UniCase::ascii("follwwed"), &["followed"]), - (UniCase::ascii("scarch"), &["search", "scorch", "scratch"]), - (UniCase::ascii("bettery"), &["better", "battery"]), - (UniCase::ascii("renegoziable"), &["renegotiable"]), - (UniCase::ascii("standy"), &["standby", "sandy", "standee"]), - (UniCase::ascii("exacty"), &["exactly"]), - (UniCase::ascii("availalble"), &["available"]), - (UniCase::ascii("compromize"), &["compromise"]), - (UniCase::ascii("leack"), &["leak"]), - (UniCase::ascii("javsscript"), &["javascript"]), - (UniCase::ascii("milliescond"), &["millisecond"]), - (UniCase::ascii("pubilshed"), &["published"]), - (UniCase::ascii("absoloute"), &["absolute"]), - (UniCase::ascii("beggin"), &["begin", "begging"]), - (UniCase::ascii("consquence"), &["consequence"]), - (UniCase::ascii("disapprouval"), &["disapproval"]), - (UniCase::ascii("hovewer"), &["however"]), - (UniCase::ascii("chipslect"), &["chipselect"]), - (UniCase::ascii("content-negotion"), &["content-negotiation"]), - (UniCase::ascii("juge"), &["judge"]), - (UniCase::ascii("excectable"), &["executable"]), - (UniCase::ascii("predecesor"), &["predecessor"]), - (UniCase::ascii("surviver"), &["survivor"]), - (UniCase::ascii("optoin"), &["option"]), - (UniCase::ascii("defail"), &["detail"]), - (UniCase::ascii("chanel"), &["channel"]), - (UniCase::ascii("essesitaly"), &["essentially"]), - (UniCase::ascii("whichs"), &["which\'s"]), - (UniCase::ascii("prference"), &["preference"]), - (UniCase::ascii("itesm"), &["items"]), - (UniCase::ascii("definate"), &["definite"]), - (UniCase::ascii("momomentarily"), &["momentarily"]), - (UniCase::ascii("dissassociating"), &["disassociating"]), - (UniCase::ascii("dupplicates"), &["duplicates"]), - (UniCase::ascii("aktivate"), &["activate"]), - (UniCase::ascii("applycable"), &["applicable"]), - (UniCase::ascii("renegoatiation"), &["renegotiation"]), - (UniCase::ascii("financialy"), &["financially"]), - (UniCase::ascii("checkcsum"), &["checksum"]), - (UniCase::ascii("inititator"), &["initiator"]), - (UniCase::ascii("execptions"), &["exceptions"]), - (UniCase::ascii("donwloading"), &["downloading"]), - (UniCase::ascii("indext"), &["index", "indent"]), - (UniCase::ascii("cconfiguration"), &["configuration"]), - (UniCase::ascii("goign"), &["going"]), - (UniCase::ascii("fushing"), &["flushing"]), - (UniCase::ascii("supressor"), &["suppressor"]), - (UniCase::ascii("dissapates"), &["dissipates"]), - (UniCase::ascii("membranaphone"), &["membranophone"]), - (UniCase::ascii("obhect"), &["object"]), - (UniCase::ascii("transcoser"), &["transcoder"]), - (UniCase::ascii("heighteen"), &["eighteen"]), - (UniCase::ascii("elemenst"), &["elements"]), - (UniCase::ascii("subnegotaiations"), &["subnegotiations"]), - (UniCase::ascii("sqaured"), &["squared"]), - (UniCase::ascii("perfomranse"), &["performance"]), - (UniCase::ascii("masqurade"), &["masquerade"]), - ( - UniCase::ascii("neigbouring"), - &["neighbouring", "neighboring"], - ), - (UniCase::ascii("rathar"), &["rather"]), - (UniCase::ascii("equivlalent"), &["equivalent"]), - (UniCase::ascii("asnwered"), &["answered"]), - (UniCase::ascii("doen"), &["done"]), - (UniCase::ascii("upadater"), &["updater"]), - (UniCase::ascii("allocaitions"), &["allocations"]), - (UniCase::ascii("arameters"), &["parameters"]), - (UniCase::ascii("interrim"), &["interim"]), - (UniCase::ascii("organistion"), &["organisation"]), - (UniCase::ascii("exhibtion"), &["exhibition"]), - (UniCase::ascii("broswers"), &["browsers"]), - (UniCase::ascii("querries"), &["queries"]), - (UniCase::ascii("sucessufll"), &["successful"]), - (UniCase::ascii("gauranteed"), &["guaranteed"]), - (UniCase::ascii("ingenius"), &["ingenious"]), - (UniCase::ascii("suppopose"), &["suppose"]), - (UniCase::ascii("rigt"), &["right"]), - (UniCase::ascii("spefiifier"), &["specifier"]), - (UniCase::ascii("dissbling"), &["disabling"]), - (UniCase::ascii("arbitrairy"), &["arbitrary"]), - (UniCase::ascii("speficically"), &["specifically"]), - (UniCase::ascii("valuse"), &["values", "value"]), - (UniCase::ascii("terminats"), &["terminates"]), - (UniCase::ascii("supproting"), &["supporting"]), - (UniCase::ascii("interatively"), &["interactively"]), - (UniCase::ascii("kepps"), &["keeps"]), - (UniCase::ascii("aggresive"), &["aggressive"]), - (UniCase::ascii("implemataions"), &["implementations"]), - (UniCase::ascii("happenning"), &["happening"]), - (UniCase::ascii("proably"), &["probably"]), - (UniCase::ascii("encondes"), &["encodes"]), - (UniCase::ascii("licate"), &["locate"]), - (UniCase::ascii("realling"), &["really"]), - (UniCase::ascii("constituant"), &["constituent"]), - (UniCase::ascii("uupload"), &["upload"]), - (UniCase::ascii("analyzator"), &["analyzer"]), - (UniCase::ascii("comisioner"), &["commissioner"]), - (UniCase::ascii("colateral"), &["collateral"]), - (UniCase::ascii("discovereability"), &["discoverability"]), - (UniCase::ascii("lukid"), &["lucid", "Likud"]), - (UniCase::ascii("elementay"), &["elementary"]), - (UniCase::ascii("sanctionning"), &["sanctioning"]), - (UniCase::ascii("intialiser"), &["initialiser"]), - (UniCase::ascii("criterias"), &["criteria"]), - (UniCase::ascii("pertubations"), &["perturbations"]), - (UniCase::ascii("fortunetly"), &["fortunately"]), - (UniCase::ascii("solfs"), &["solves"]), - (UniCase::ascii("bloking"), &["blocking"]), - (UniCase::ascii("temporarely"), &["temporarily"]), - (UniCase::ascii("comflicting"), &["conflicting"]), - (UniCase::ascii("presicion"), &["precision"]), - (UniCase::ascii("leaast"), &["least"]), - (UniCase::ascii("auto-negotioations"), &["auto-negotiations"]), - (UniCase::ascii("regalar"), &["regular"]), - (UniCase::ascii("targt"), &["target"]), - (UniCase::ascii("reponding"), &["responding"]), - (UniCase::ascii("re-negotionated"), &["re-negotiated"]), - (UniCase::ascii("conecctivity"), &["connectivity"]), - (UniCase::ascii("laveling"), &["leveling"]), - (UniCase::ascii("publc"), &["public", "pubic"]), - (UniCase::ascii("boyant"), &["buoyant"]), - (UniCase::ascii("bulit"), &["built"]), - (UniCase::ascii("posthomous"), &["posthumous"]), - (UniCase::ascii("elemements"), &["elements"]), - (UniCase::ascii("deteriate"), &["deteriorate"]), - (UniCase::ascii("executtions"), &["executions"]), - (UniCase::ascii("intity"), &["entity"]), - (UniCase::ascii("directsions"), &["directions"]), - (UniCase::ascii("ceates"), &["creates"]), - (UniCase::ascii("approxiations"), &["approximations"]), - (UniCase::ascii("enouph"), &["enough"]), - ( - UniCase::ascii("replasing"), - &["replacing", "relapsing", "rephasing"], - ), - (UniCase::ascii("treates"), &["treats"]), - (UniCase::ascii("reprecussion"), &["repercussion"]), - (UniCase::ascii("renegoptionsotiation"), &["renegotiation"]), - (UniCase::ascii("defint"), &["definite", "define"]), - (UniCase::ascii("phillipines"), &["philippines"]), - (UniCase::ascii("reapper"), &["reappear"]), - (UniCase::ascii("properrt"), &["property"]), - (UniCase::ascii("arbitratrion"), &["arbitration"]), - (UniCase::ascii("neccsessary"), &["necessary"]), - (UniCase::ascii("guarenty"), &["guaranty"]), - (UniCase::ascii("recommpile"), &["recompile"]), - (UniCase::ascii("gaurd"), &["guard", "gourd"]), - (UniCase::ascii("droput"), &["dropout"]), - (UniCase::ascii("arranable"), &["arrangeable"]), - (UniCase::ascii("correspomds"), &["corresponds"]), - (UniCase::ascii("arbitrily"), &["arbitrarily"]), - (UniCase::ascii("indepdenent"), &["independent"]), - (UniCase::ascii("proproable"), &["probable"]), - (UniCase::ascii("optaionl"), &["optional"]), - (UniCase::ascii("non-negoitated"), &["non-negotiated"]), - (UniCase::ascii("hevy"), &["heavy"]), - (UniCase::ascii("appen"), &["append"]), - (UniCase::ascii("coherantly"), &["coherently"]), - (UniCase::ascii("possiblility"), &["possibility"]), - (UniCase::ascii("fprmat"), &["format"]), - (UniCase::ascii("containerr"), &["container"]), - (UniCase::ascii("interfaves"), &["interfaces"]), - (UniCase::ascii("depandance"), &["dependence"]), - (UniCase::ascii("meny"), &["menu", "many"]), - (UniCase::ascii("crypted"), &["encrypted"]), - (UniCase::ascii("multiplicty"), &["multiplicity"]), - (UniCase::ascii("poistions"), &["positions"]), - (UniCase::ascii("suplimented"), &["supplemented"]), - (UniCase::ascii("dpuble"), &["double"]), - (UniCase::ascii("dissrupting"), &["disrupting"]), - (UniCase::ascii("compataible"), &["compatible"]), - (UniCase::ascii("expections"), &["exceptions"]), - (UniCase::ascii("andd"), &["and"]), - (UniCase::ascii("perfoemative"), &["performative"]), - (UniCase::ascii("recurisvely"), &["recursively"]), - (UniCase::ascii("exchnge"), &["exchange"]), - (UniCase::ascii("unwrritten"), &["unwritten"]), - (UniCase::ascii("re-negotited"), &["re-negotiated"]), - (UniCase::ascii("withoud"), &["without"]), - (UniCase::ascii("erorneusly"), &["erroneously"]), - (UniCase::ascii("approched"), &["approached"]), - (UniCase::ascii("uppstreamer"), &["upstreamer"]), - (UniCase::ascii("anniversery"), &["anniversary"]), - (UniCase::ascii("arrangde"), &["arranged"]), - (UniCase::ascii("exludes"), &["excludes", "exudes"]), - (UniCase::ascii("deafualt"), &["default"]), - (UniCase::ascii("unitilties"), &["utilities"]), - (UniCase::ascii("exuberent"), &["exuberant"]), - (UniCase::ascii("imliments"), &["implements"]), - (UniCase::ascii("spurrious"), &["spurious"]), - (UniCase::ascii("iinclude"), &["include"]), - (UniCase::ascii("interfcae"), &["interface"]), - (UniCase::ascii("recipiants"), &["recipients"]), - (UniCase::ascii("belog"), &["belong"]), - (UniCase::ascii("wtih"), &["with"]), - (UniCase::ascii("unspeficiteid"), &["unspecified"]), - (UniCase::ascii("trnasfers"), &["transfers"]), - (UniCase::ascii("netscpe"), &["netscape"]), - (UniCase::ascii("hilighted"), &["highlighted"]), - (UniCase::ascii("re-uplads"), &["re-uploads"]), - (UniCase::ascii("comptabile"), &["compatible"]), - (UniCase::ascii("surbert"), &["sherbet"]), - (UniCase::ascii("analyed"), &["analysed", "analyzed"]), - (UniCase::ascii("multi-presistion"), &["multi-precision"]), - (UniCase::ascii("decoratrion"), &["decoration"]), - (UniCase::ascii("appicable"), &["applicable"]), - (UniCase::ascii("mdoelled"), &["modelled"]), - (UniCase::ascii("demensions"), &["dimensions"]), - (UniCase::ascii("autheniticated"), &["authenticated"]), - (UniCase::ascii("commision"), &["commission"]), - (UniCase::ascii("demog"), &["demo"]), - (UniCase::ascii("unreplacalbe"), &["unreplaceable"]), - (UniCase::ascii("celles"), &["cells"]), - (UniCase::ascii("keyservers"), &["key servers"]), - (UniCase::ascii("specfications"), &["specifications"]), - (UniCase::ascii("parameterts"), &["parameters"]), - (UniCase::ascii("poeoples"), &["peoples"]), - (UniCase::ascii("errros"), &["errors"]), - (UniCase::ascii("extrator"), &["extractor"]), - (UniCase::ascii("quailified"), &["qualified"]), - (UniCase::ascii("beliv"), &["believe", "belief"]), - (UniCase::ascii("objekt"), &["object"]), - (UniCase::ascii("detemining"), &["determining"]), - (UniCase::ascii("remianed"), &["remained"]), - (UniCase::ascii("destryoed"), &["destroyed"]), - (UniCase::ascii("negotatiable"), &["negotiable"]), - (UniCase::ascii("incompetance"), &["incompetence"]), - (UniCase::ascii("onself"), &["oneself"]), - (UniCase::ascii("replaceemnt"), &["replacement"]), - (UniCase::ascii("assualted"), &["assaulted"]), - (UniCase::ascii("irradate"), &["irradiate"]), - (UniCase::ascii("xepects"), &["expects"]), - (UniCase::ascii("cipheruite"), &["ciphersuite"]), - (UniCase::ascii("essentual"), &["essential"]), - (UniCase::ascii("re-negotating"), &["re-negotiating"]), - (UniCase::ascii("reuplaod"), &["reupload"]), - (UniCase::ascii("poweful"), &["powerful"]), - (UniCase::ascii("indiactor"), &["indicator"]), - (UniCase::ascii("initators"), &["initiators"]), - ( - UniCase::ascii("replases"), - &["replaces", "relapses", "rephases"], - ), - (UniCase::ascii("mirconesia"), &["micronesia"]), - (UniCase::ascii("harwdare"), &["hardware"]), - (UniCase::ascii("experimentaitng"), &["experimenting"]), - (UniCase::ascii("arbitrty"), &["arbitrary"]), - (UniCase::ascii("benechmarking"), &["benchmarking"]), - (UniCase::ascii("qualifer"), &["qualifier"]), - (UniCase::ascii("genaration"), &["generation"]), - (UniCase::ascii("selctables"), &["selectables"]), - (UniCase::ascii("multlipliers"), &["multipliers"]), - (UniCase::ascii("unsurprizing"), &["unsurprising"]), - (UniCase::ascii("cross-orgin"), &["cross-origin"]), - (UniCase::ascii("ceation"), &["creation"]), - (UniCase::ascii("ymbols"), &["symbols"]), - (UniCase::ascii("cacluations"), &["calculations"]), - (UniCase::ascii("classesss"), &["classes"]), - (UniCase::ascii("upstreammer"), &["upstreamer"]), - (UniCase::ascii("devirtualizaion"), &["devirtualization"]), - (UniCase::ascii("coalseced"), &["coalesced"]), - (UniCase::ascii("algined"), &["aligned"]), - (UniCase::ascii("generilizes"), &["generalizes"]), - (UniCase::ascii("focusf"), &["focus"]), - (UniCase::ascii("orign"), &["origin"]), - (UniCase::ascii("propertly"), &["properly", "property"]), - (UniCase::ascii("wich"), &["which"]), - (UniCase::ascii("corrspond"), &["correspond"]), - (UniCase::ascii("gud"), &["good"]), - (UniCase::ascii("tawk"), &["talk"]), - (UniCase::ascii("tansact"), &["transact"]), - (UniCase::ascii("sourcde"), &["sourced", "source"]), - (UniCase::ascii("desigern"), &["designer"]), - (UniCase::ascii("fle"), &["file"]), - (UniCase::ascii("latitute"), &["latitude"]), - (UniCase::ascii("expeting"), &["expecting"]), - (UniCase::ascii("shtoping"), &["stopping", "shopping"]), - (UniCase::ascii("tanget"), &["tangent"]), - (UniCase::ascii("spefixifer"), &["specifier"]), - (UniCase::ascii("elmenet"), &["element"]), - (UniCase::ascii("distiction"), &["distinction"]), - (UniCase::ascii("brfore"), &["before"]), - (UniCase::ascii("shortwhile"), &["short while"]), - (UniCase::ascii("releive"), &["relieve"]), - (UniCase::ascii("follwwiwng"), &["following"]), - (UniCase::ascii("situtations"), &["situations"]), - (UniCase::ascii("humurous"), &["humorous"]), - (UniCase::ascii("univeristies"), &["universities"]), - (UniCase::ascii("transtion"), &["transition"]), - (UniCase::ascii("timere"), &["timer"]), - (UniCase::ascii("anlyzing"), &["analyzing"]), - (UniCase::ascii("sirected"), &["directed"]), - (UniCase::ascii("diffferently"), &["differently"]), - (UniCase::ascii("consituents"), &["constituents"]), - (UniCase::ascii("beforere"), &["before"]), - (UniCase::ascii("rennovate"), &["renovate"]), - (UniCase::ascii("inmediate"), &["immediate"]), - (UniCase::ascii("experementing"), &["experimenting"]), - (UniCase::ascii("rmoving"), &["removing"]), - (UniCase::ascii("sucessot"), &["successor"]), - (UniCase::ascii("absoliutely"), &["absolutely"]), - (UniCase::ascii("algothitms"), &["algorithms"]), - (UniCase::ascii("meshe"), &["mesh", "meshed", "meshes"]), - (UniCase::ascii("failuer"), &["failure"]), - (UniCase::ascii("completness"), &["completeness"]), - (UniCase::ascii("negoitators"), &["negotiators"]), - (UniCase::ascii("proyect"), &["project", "protect"]), - (UniCase::ascii("deliberitely"), &["deliberately"]), - (UniCase::ascii("assingment"), &["assignment"]), - (UniCase::ascii("negoitates"), &["negotiates"]), - (UniCase::ascii("impovements"), &["improvements"]), - (UniCase::ascii("attrubute"), &["attribute"]), - (UniCase::ascii("vloned"), &["cloned"]), - (UniCase::ascii("trottle"), &["throttle"]), - (UniCase::ascii("expeimentelly"), &["experimentally"]), - (UniCase::ascii("annoation"), &["annotation"]), - (UniCase::ascii("preceision"), &["precision"]), - (UniCase::ascii("administation"), &["administration"]), - (UniCase::ascii("manupulates"), &["manipulates"]), - (UniCase::ascii("decalared"), &["declared"]), - (UniCase::ascii("neded"), &["needed"]), - (UniCase::ascii("sceond"), &["second"]), - (UniCase::ascii("publich"), &["publish", "public"]), - (UniCase::ascii("packgement"), &["packaging"]), - (UniCase::ascii("negoziator"), &["negotiator"]), - (UniCase::ascii("cjoice"), &["choice"]), - (UniCase::ascii("consructors"), &["constructors"]), - (UniCase::ascii("conatined"), &["contained"]), - (UniCase::ascii("yatch"), &["yacht"]), - (UniCase::ascii("enviomental"), &["environmental"]), - (UniCase::ascii("factization"), &["factorization"]), - (UniCase::ascii("inablility"), &["inability"]), - (UniCase::ascii("dispostion"), &["disposition"]), - (UniCase::ascii("onlly"), &["only"]), - (UniCase::ascii("golbal"), &["global"]), - (UniCase::ascii("extendded"), &["extended"]), - (UniCase::ascii("transfrom"), &["transform"]), - (UniCase::ascii("dissabling"), &["disabling"]), - (UniCase::ascii("phote"), &["photo"]), - (UniCase::ascii("decocde"), &["decode"]), - (UniCase::ascii("perfomes"), &["performs"]), - (UniCase::ascii("funcitonal"), &["functional"]), - (UniCase::ascii("seqensed"), &["sequenced"]), - (UniCase::ascii("necessarry"), &["necessary"]), - (UniCase::ascii("trabsform"), &["transform"]), - (UniCase::ascii("bisines"), &["business"]), - (UniCase::ascii("alledgedly"), &["allegedly"]), - (UniCase::ascii("unecessarily"), &["unnecessarily"]), - (UniCase::ascii("aquaduct"), &["aqueduct"]), - (UniCase::ascii("defauld"), &["default"]), - (UniCase::ascii("poits"), &["points"]), - (UniCase::ascii("trasnsmit"), &["transmit"]), - (UniCase::ascii("twelth"), &["twelfth"]), - (UniCase::ascii("dissadvantages"), &["disadvantages"]), - (UniCase::ascii("repraesentational"), &["representational"]), - (UniCase::ascii("govement"), &["government"]), - (UniCase::ascii("unavaialble"), &["unavailable"]), - (UniCase::ascii("triggerd"), &["triggered"]), - (UniCase::ascii("lifes"), &["lives"]), - (UniCase::ascii("opions"), &["options"]), - (UniCase::ascii("defecit"), &["deficit"]), - (UniCase::ascii("unsucesfully"), &["unsuccessfully"]), - (UniCase::ascii("dynamicaly"), &["dynamically"]), - (UniCase::ascii("velociries"), &["velocities"]), - (UniCase::ascii("prevously"), &["previously"]), - (UniCase::ascii("excpecting"), &["expecting"]), - (UniCase::ascii("siwtch"), &["switch"]), - (UniCase::ascii("experimentaiton"), &["experimentation"]), - (UniCase::ascii("relpacement"), &["replacement"]), - (UniCase::ascii("sumamry"), &["summary"]), - (UniCase::ascii("provding"), &["providing"]), - (UniCase::ascii("non-negatiotiable"), &["non-negotiable"]), - (UniCase::ascii("perfomamces"), &["performances"]), - (UniCase::ascii("depandancy"), &["dependency"]), - (UniCase::ascii("enhaced"), &["enhanced"]), - (UniCase::ascii("forse"), &["force"]), - (UniCase::ascii("adres"), &["address"]), - (UniCase::ascii("photograpic"), &["photographic"]), - (UniCase::ascii("myselves"), &["myself"]), - (UniCase::ascii("aparment"), &["apartment"]), - (UniCase::ascii("deambiguates"), &["disambiguates"]), - (UniCase::ascii("cannnot"), &["cannot"]), - (UniCase::ascii("exsiting"), &["existing"]), - (UniCase::ascii("proccessor"), &["processor"]), - (UniCase::ascii("drwawings"), &["drawings"]), - (UniCase::ascii("reconenct"), &["reconnect"]), - (UniCase::ascii("unsharable"), &["unshareable"]), - (UniCase::ascii("checkstumming"), &["checksumming"]), - (UniCase::ascii("strenght"), &["strength"]), - (UniCase::ascii("absolate"), &["absolute"]), - (UniCase::ascii("osbscure"), &["obscure"]), - (UniCase::ascii("asbtracter"), &["abstracter"]), - (UniCase::ascii("unspeficitied"), &["unspecified"]), - (UniCase::ascii("rearrangning"), &["rearranging"]), - (UniCase::ascii("decomposion"), &["decomposition"]), - (UniCase::ascii("nuculear"), &["nuclear"]), - (UniCase::ascii("differnece"), &["difference"]), - (UniCase::ascii("istening"), &["listening"]), - (UniCase::ascii("othwhise"), &["otherwise"]), - (UniCase::ascii("distncte"), &["distance"]), - (UniCase::ascii("downlaod"), &["download"]), - (UniCase::ascii("ovride"), &["override"]), - (UniCase::ascii("commontly"), &["commonly"]), - (UniCase::ascii("differnec"), &["difference"]), - (UniCase::ascii("desogns"), &["designs"]), - (UniCase::ascii("negoptionsotiated"), &["negotiated"]), - (UniCase::ascii("alvorithmically"), &["algorithmically"]), - (UniCase::ascii("resourcs"), &["resources", "resource"]), - (UniCase::ascii("algorwwithms"), &["algorithms"]), - (UniCase::ascii("equivlantly"), &["equivalently"]), - (UniCase::ascii("proocols"), &["protocols"]), - (UniCase::ascii("paradym"), &["paradigm"]), - (UniCase::ascii("ouptuting"), &["outputting"]), - (UniCase::ascii("mutecies"), &["mutexes"]), - (UniCase::ascii("menetioning"), &["mentioning"]), - (UniCase::ascii("syncronises"), &["synchronises"]), - (UniCase::ascii("compabillity"), &["compatibility"]), - (UniCase::ascii("absodeflyly"), &["absolutely"]), - (UniCase::ascii("cylider"), &["cylinder"]), - (UniCase::ascii("autonogotiation"), &["autonegotiation"]), - (UniCase::ascii("disposses"), &["disposes", "dispossess"]), - ( - UniCase::ascii("initiales"), - &[ - "initialize", - "initializes", - "initials", - "initialise", - "initialises", - ], - ), - (UniCase::ascii("limititing"), &["limiting"]), - (UniCase::ascii("mutliple"), &["multiple"]), - (UniCase::ascii("hopful"), &["hopeful"]), - (UniCase::ascii("receivedfrom"), &["received from"]), - (UniCase::ascii("Cataline"), &["Catiline", "Catalina"]), - (UniCase::ascii("icesickle"), &["icicle"]), - (UniCase::ascii("substace"), &["substance"]), - (UniCase::ascii("auccessive"), &["successive"]), - (UniCase::ascii("guidline"), &["guideline"]), - (UniCase::ascii("secod"), &["second"]), - (UniCase::ascii("renegotited"), &["renegotiated"]), - (UniCase::ascii("optiional"), &["optional"]), - (UniCase::ascii("proclomation"), &["proclamation"]), - (UniCase::ascii("soscket"), &["socket"]), - (UniCase::ascii("poins"), &["points"]), - (UniCase::ascii("funchtions"), &["functions"]), - (UniCase::ascii("minumum"), &["minimum"]), - (UniCase::ascii("kubenretes"), &["Kubernetes"]), - (UniCase::ascii("frops"), &["drops"]), - (UniCase::ascii("enountered"), &["encountered"]), - (UniCase::ascii("experementers"), &["experimenters"]), - (UniCase::ascii("coallates"), &["collates"]), - (UniCase::ascii("extint"), &["extinct", "extant"]), - (UniCase::ascii("wieghted"), &["weighted", "weighed"]), - (UniCase::ascii("pensle"), &["pencil"]), - (UniCase::ascii("preoperty"), &["property"]), - (UniCase::ascii("woraround"), &["workaround"]), - (UniCase::ascii("revoluion"), &["revolution"]), - (UniCase::ascii("envirnment"), &["environment"]), - (UniCase::ascii("bactracking"), &["backtracking"]), - (UniCase::ascii("rescource"), &["resource"]), - (UniCase::ascii("fricton"), &["friction"]), - (UniCase::ascii("churchs"), &["churches"]), - (UniCase::ascii("separtes"), &["separates"]), - (UniCase::ascii("faied"), &["failed", "fade"]), - (UniCase::ascii("unsucesssfuly"), &["unsuccessfully"]), - (UniCase::ascii("non-negoptionsotiated"), &["non-negotiated"]), - (UniCase::ascii("resturants"), &["restaurants"]), - (UniCase::ascii("supposeded"), &["supposed"]), - (UniCase::ascii("renegociations"), &["renegotiations"]), - (UniCase::ascii("individauls"), &["individuals"]), - (UniCase::ascii("boostrapped"), &["bootstrapped"]), - (UniCase::ascii("bevore"), &["before"]), - (UniCase::ascii("fotograf"), &["photograph"]), - (UniCase::ascii("biult"), &["built", "build"]), - (UniCase::ascii("deconder"), &["decoder"]), - (UniCase::ascii("addding"), &["adding"]), - (UniCase::ascii("pre-defiend"), &["pre-defined"]), - (UniCase::ascii("alginments"), &["alignments"]), - (UniCase::ascii("assiocation"), &["association"]), - (UniCase::ascii("materails"), &["materials"]), - (UniCase::ascii("filesstem"), &["filesystem"]), - (UniCase::ascii("negoziates"), &["negotiates"]), - (UniCase::ascii("sotyr"), &["satyr", "story"]), - (UniCase::ascii("goin"), &["going"]), - (UniCase::ascii("passthrought"), &["passthrough"]), - (UniCase::ascii("inconsistend"), &["inconsistent"]), - (UniCase::ascii("remebered"), &["remembered"]), - (UniCase::ascii("gallaxies"), &["galaxies"]), - (UniCase::ascii("accuraccies"), &["accuracies"]), - (UniCase::ascii("distnctes"), &["distances"]), - (UniCase::ascii("drammatic"), &["dramatic"]), - (UniCase::ascii("genralize"), &["generalize"]), - (UniCase::ascii("vulberabuilitiy"), &["vulnerability"]), - (UniCase::ascii("activ"), &["active"]), - (UniCase::ascii("depracated"), &["deprecated"]), - (UniCase::ascii("independece"), &["independence"]), - (UniCase::ascii("disired"), &["desired"]), - (UniCase::ascii("auxliliary"), &["auxiliary"]), - (UniCase::ascii("interrputed"), &["interrupted"]), - (UniCase::ascii("initliazed"), &["initialized"]), - (UniCase::ascii("ptrss"), &["press"]), - (UniCase::ascii("guaruntes"), &["guarantees"]), - (UniCase::ascii("uplads"), &["uploads"]), - (UniCase::ascii("re-negotaiable"), &["re-negotiable"]), - (UniCase::ascii("delimters"), &["delimiter"]), - (UniCase::ascii("precicion"), &["precision"]), - (UniCase::ascii("veryified"), &["verified"]), - (UniCase::ascii("wqs"), &["was"]), - (UniCase::ascii("blocekd"), &["blocked"]), - (UniCase::ascii("beleagured"), &["beleaguered"]), - (UniCase::ascii("handshakre"), &["handshake"]), - (UniCase::ascii("decoposes"), &["decomposes"]), - (UniCase::ascii("repressent"), &["represent"]), - (UniCase::ascii("essesitally"), &["essentially"]), - (UniCase::ascii("dicussions"), &["discussions"]), - (UniCase::ascii("depedencies"), &["dependencies"]), - (UniCase::ascii("imcompatible"), &["incompatible"]), - (UniCase::ascii("filess"), &["files"]), - (UniCase::ascii("atachment"), &["attachment"]), - (UniCase::ascii("standartised"), &["standardised"]), - (UniCase::ascii("scketching"), &["sketching"]), - (UniCase::ascii("equivqlent"), &["equivalent"]), - (UniCase::ascii("Amercia"), &["America"]), - (UniCase::ascii("uninitialze"), &["uninitialize"]), - (UniCase::ascii("dispached"), &["dispatched"]), - (UniCase::ascii("apach"), &["apache"]), - (UniCase::ascii("experimanting"), &["experimenting"]), - (UniCase::ascii("insependent"), &["independent"]), - (UniCase::ascii("algoprithm"), &["algorithm"]), - (UniCase::ascii("cofirms"), &["confirms"]), - (UniCase::ascii("defaull"), &["default"]), - (UniCase::ascii("falltrough"), &["fallthrough"]), - (UniCase::ascii("skecthes"), &["sketches"]), - (UniCase::ascii("posesses"), &["possesses"]), - (UniCase::ascii("opeabcration"), &["operation"]), - (UniCase::ascii("obvisious"), &["obvious"]), - (UniCase::ascii("prevoius"), &["previous"]), - (UniCase::ascii("re-negoticable"), &["re-negotiable"]), - (UniCase::ascii("opague"), &["opaque"]), - (UniCase::ascii("lerned"), &["learned", "learnt", "leaned"]), - (UniCase::ascii("summmarised"), &["summarised"]), - (UniCase::ascii("deatched"), &["detached"]), - (UniCase::ascii("experement"), &["experiment"]), - (UniCase::ascii("sepeicfy"), &["specify"]), - (UniCase::ascii("unmappend"), &["unmapped"]), - (UniCase::ascii("inprooving"), &["improving"]), - (UniCase::ascii("zick-zack"), &["zig-zag"]), - (UniCase::ascii("visibile"), &["visible"]), - (UniCase::ascii("hachish"), &["hackish"]), - (UniCase::ascii("befor"), &["before"]), - (UniCase::ascii("ownward"), &["onward"]), - (UniCase::ascii("speficiallifed"), &["specified"]), - (UniCase::ascii("renegotiotes"), &["renegotiates"]), - (UniCase::ascii("selecing"), &["selecting"]), - (UniCase::ascii("non-negoated"), &["non-negotiated"]), - (UniCase::ascii("warninigs"), &["warnings"]), - (UniCase::ascii("instrucitons"), &["instructions"]), - (UniCase::ascii("seprators"), &["separators"]), - (UniCase::ascii("blockin"), &["blocking"]), - (UniCase::ascii("negotionator"), &["negotiator"]), - (UniCase::ascii("renegotitaors"), &["renegotiators"]), - ( - UniCase::ascii("constrction"), - &["construction", "constriction"], - ), - (UniCase::ascii("resticted"), &["restricted"]), - (UniCase::ascii("dran"), &["drawn"]), - (UniCase::ascii("arive"), &["arrive"]), - (UniCase::ascii("vyre"), &["very"]), - (UniCase::ascii("funtionalty"), &["functionality"]), - (UniCase::ascii("drawng"), &["drawing"]), - (UniCase::ascii("deconders"), &["decoders"]), - (UniCase::ascii("achors"), &["anchors"]), - (UniCase::ascii("looop"), &["loop"]), - (UniCase::ascii("questoins"), &["questions"]), - (UniCase::ascii("sepcifying"), &["specifying"]), - (UniCase::ascii("re-negoators"), &["re-negotiators"]), - (UniCase::ascii("authobiography"), &["autobiography"]), - (UniCase::ascii("syntaks"), &["syntax"]), - (UniCase::ascii("revewrse"), &["reverse"]), - (UniCase::ascii("characteters"), &["characters"]), - (UniCase::ascii("mechanim"), &["mechanism"]), - (UniCase::ascii("speficeis"), &["specifies"]), - (UniCase::ascii("multibye"), &["multibyte"]), - (UniCase::ascii("mear"), &["wear", "mere", "mare"]), - (UniCase::ascii("retored"), &["restored"]), - (UniCase::ascii("filse"), &["files"]), - (UniCase::ascii("cannotation"), &["connotation"]), - (UniCase::ascii("transforation"), &["transformation"]), - (UniCase::ascii("patial"), &["spatial"]), - (UniCase::ascii("transcocding"), &["transcoding"]), - (UniCase::ascii("arbitray"), &["arbitrary"]), - (UniCase::ascii("transocdes"), &["transcodes"]), - (UniCase::ascii("vartically"), &["vertically"]), - (UniCase::ascii("automatially"), &["automatically"]), - (UniCase::ascii("inlcuded"), &["included"]), - (UniCase::ascii("fightings"), &["fighting"]), - (UniCase::ascii("spacifies"), &["specifies"]), - (UniCase::ascii("egde"), &["edge"]), - (UniCase::ascii("bufer"), &["buffer"]), - (UniCase::ascii("incremnet"), &["increment"]), - (UniCase::ascii("selecte"), &["selected", "select"]), - (UniCase::ascii("countainer"), &["container"]), - (UniCase::ascii("cleancacne"), &["cleancache"]), - (UniCase::ascii("actul"), &["actual"]), - (UniCase::ascii("advertistments"), &["advertisements"]), - (UniCase::ascii("reguardless"), &["regardless"]), - (UniCase::ascii("authencicator"), &["authenticator"]), - (UniCase::ascii("suroundings"), &["surroundings"]), - (UniCase::ascii("descripor"), &["descriptor"]), - (UniCase::ascii("desparate"), &["desperate", "disparate"]), - (UniCase::ascii("unexpectendly"), &["unexpectedly"]), - (UniCase::ascii("ilustration"), &["illustration"]), - (UniCase::ascii("proirity"), &["priority"]), - (UniCase::ascii("aledges"), &["alleges"]), - (UniCase::ascii("boudaries"), &["boundaries"]), - (UniCase::ascii("uninstatiated"), &["uninstantiated"]), - (UniCase::ascii("workstaitions"), &["workstations"]), - (UniCase::ascii("modul"), &["module"]), - (UniCase::ascii("undetwater"), &["underwater"]), - (UniCase::ascii("sychronously"), &["synchronously"]), - (UniCase::ascii("negotaition"), &["negotiation"]), - (UniCase::ascii("inculding"), &["including"]), - (UniCase::ascii("miagical"), &["magical"]), - (UniCase::ascii("subnegogtiations"), &["subnegotiations"]), - (UniCase::ascii("acedemic"), &["academic"]), - (UniCase::ascii("vertix"), &["vertex"]), - (UniCase::ascii("modiration"), &["moderation"]), - (UniCase::ascii("pursuade"), &["persuade"]), - (UniCase::ascii("sylabuses"), &["syllabuses", "syllabi"]), - (UniCase::ascii("POSIX-complient"), &["POSIX-compliant"]), - ( - UniCase::ascii("equivalentsly"), - &["equivalently", "equivalency"], - ), - (UniCase::ascii("reaons"), &["reasons"]), - (UniCase::ascii("retrives"), &["retrieves"]), - (UniCase::ascii("husban"), &["husband"]), - (UniCase::ascii("stricly"), &["strictly"]), - (UniCase::ascii("unexperctedly"), &["unexpectedly"]), - (UniCase::ascii("exchaning"), &["exchanging"]), - (UniCase::ascii("arbirarily"), &["arbitrarily"]), - (UniCase::ascii("conviguration"), &["configuration"]), - (UniCase::ascii("dokcing"), &["docking"]), - (UniCase::ascii("transperancy"), &["transparency"]), - (UniCase::ascii("transparrent"), &["transparent"]), - (UniCase::ascii("neighboorhood"), &["neighborhood"]), - (UniCase::ascii("nuturing"), &["nurturing"]), - (UniCase::ascii("expeimentally"), &["experimentally"]), - (UniCase::ascii("problmes"), &["problems"]), - (UniCase::ascii("excecutors"), &["executors"]), - (UniCase::ascii("arbirary"), &["arbitrary"]), - (UniCase::ascii("frequenies"), &["frequencies"]), - (UniCase::ascii("sycronizes"), &["synchronizes"]), - (UniCase::ascii("arbitraty"), &["arbitrary"]), - (UniCase::ascii("expermenters"), &["experimenters"]), - (UniCase::ascii("senconds"), &["seconds"]), - (UniCase::ascii("transmittion"), &["transmission"]), - (UniCase::ascii("build-dependancy"), &["build-dependency"]), - (UniCase::ascii("whithin"), &["within"]), - (UniCase::ascii("direcotries"), &["directories"]), - (UniCase::ascii("effexts"), &["effects"]), - (UniCase::ascii("extist"), &["exist"]), - (UniCase::ascii("ctificates"), &["certificates"]), - (UniCase::ascii("autonegoatiations"), &["autonegotiations"]), - (UniCase::ascii("compatablities"), &["compatibilities"]), - (UniCase::ascii("sintacs"), &["syntax"]), - (UniCase::ascii("bouunds"), &["bounds"]), - (UniCase::ascii("subsysytems"), &["subsystems"]), - (UniCase::ascii("chekcing"), &["checking"]), - (UniCase::ascii("indicatee"), &["indicates", "indicated"]), - (UniCase::ascii("presearvations"), &["preservations"]), - (UniCase::ascii("execubale"), &["executable"]), - (UniCase::ascii("typechek"), &["typecheck"]), - (UniCase::ascii("oversubscirbed"), &["oversubscribed"]), - (UniCase::ascii("sideral"), &["sidereal"]), - (UniCase::ascii("negosiated"), &["negotiated"]), - ( - UniCase::ascii("temporaly"), - &["temporary", "temporarily", "temporally"], - ), - (UniCase::ascii("wheras"), &["whereas"]), - (UniCase::ascii("vieport"), &["viewport"]), - (UniCase::ascii("substitudes"), &["substitutes"]), - (UniCase::ascii("passwirds"), &["passwords"]), - (UniCase::ascii("hoooks"), &["hooks"]), - (UniCase::ascii("assurred"), &["assured"]), - (UniCase::ascii("driveing"), &["driving"]), - (UniCase::ascii("variatoins"), &["variations"]), - (UniCase::ascii("replicae"), &["replicate"]), - (UniCase::ascii("attemt"), &["attempt"]), - (UniCase::ascii("properteis"), &["properties"]), - (UniCase::ascii("confusting"), &["confusing"]), - (UniCase::ascii("withot"), &["without"]), - (UniCase::ascii("foloow"), &["follow"]), - (UniCase::ascii("ccertificate"), &["certificate"]), - (UniCase::ascii("publcise"), &["publicise"]), - (UniCase::ascii("critiical"), &["critical"]), - (UniCase::ascii("coalsece"), &["coalescence"]), - (UniCase::ascii("prouncements"), &["pronouncements"]), - (UniCase::ascii("poost"), &["post"]), - (UniCase::ascii("liasion"), &["liaison"]), - (UniCase::ascii("hierarachical"), &["hierarchical"]), - (UniCase::ascii("tyep"), &["type"]), - (UniCase::ascii("ignory"), &["ignore"]), - (UniCase::ascii("handshages"), &["handshakes"]), - (UniCase::ascii("dimenstions"), &["dimensions"]), - (UniCase::ascii("confguration"), &["configuration"]), - (UniCase::ascii("introsepectable"), &["introspectable"]), - (UniCase::ascii("intitialize"), &["initialize"]), - (UniCase::ascii("asignees"), &["assignees"]), - (UniCase::ascii("algorwwithm"), &["algorithm"]), - (UniCase::ascii("absolutlye"), &["absolutely"]), - (UniCase::ascii("boungaries"), &["boundaries"]), - (UniCase::ascii("asumed"), &["assumed"]), - (UniCase::ascii("streatched"), &["stretched"]), - (UniCase::ascii("upgarde"), &["upgrade"]), - (UniCase::ascii("cointaining"), &["containing"]), - (UniCase::ascii("limk"), &["link"]), - (UniCase::ascii("wrapps"), &["wraps"]), - (UniCase::ascii("ihs"), &["his"]), - (UniCase::ascii("incoherance"), &["incoherence"]), - (UniCase::ascii("vritualise"), &["virtualise"]), - (UniCase::ascii("mathces"), &["matches"]), - (UniCase::ascii("apreciates"), &["appreciates"]), - (UniCase::ascii("effecient"), &["efficient"]), - (UniCase::ascii("compairison"), &["comparison"]), - (UniCase::ascii("goemetries"), &["geometries"]), - (UniCase::ascii("notication"), &["notification"]), - (UniCase::ascii("algorythemically"), &["algorithmically"]), - (UniCase::ascii("segmeneted"), &["segmented"]), - (UniCase::ascii("klicks"), &["clicks"]), - (UniCase::ascii("forlders"), &["folders"]), - (UniCase::ascii("cehck"), &["check"]), - (UniCase::ascii("groupt"), &["grouped"]), - (UniCase::ascii("acocunt"), &["account"]), - (UniCase::ascii("examing"), &["examining"]), - (UniCase::ascii("delclaration"), &["declaration"]), - (UniCase::ascii("fasterner"), &["fastener"]), - (UniCase::ascii("happaned"), &["happened"]), - (UniCase::ascii("vaue"), &["value"]), - (UniCase::ascii("this\'d"), &["this would"]), - (UniCase::ascii("exerciesed"), &["exercised"]), - (UniCase::ascii("questionaire"), &["questionnaire"]), - (UniCase::ascii("optioinal"), &["optional"]), - (UniCase::ascii("vetween"), &["between"]), - (UniCase::ascii("experiminted"), &["experimented"]), - (UniCase::ascii("negoticated"), &["negotiated"]), - (UniCase::ascii("architcts"), &["architects"]), - (UniCase::ascii("invertibrates"), &["invertebrates"]), - (UniCase::ascii("diffreents"), &["different", "difference"]), - (UniCase::ascii("benchmkaring"), &["benchmarking"]), - (UniCase::ascii("particaular"), &["particular"]), - (UniCase::ascii("arranents"), &["arrangements"]), - (UniCase::ascii("cacahes"), &["caches"]), - (UniCase::ascii("alternatve"), &["alternative"]), - (UniCase::ascii("connectd"), &["connected"]), - (UniCase::ascii("menetion"), &["mention"]), - (UniCase::ascii("minimumn"), &["minimum"]), - (UniCase::ascii("readble"), &["readable"]), - (UniCase::ascii("promixity"), &["proximity"]), - (UniCase::ascii("integarte"), &["integrate"]), - (UniCase::ascii("upstrema"), &["upstream"]), - (UniCase::ascii("expeced"), &["expected"]), - (UniCase::ascii("psots"), &["posts"]), - (UniCase::ascii("fisical"), &["physical", "fiscal"]), - (UniCase::ascii("decyphered"), &["deciphered"]), - (UniCase::ascii("encosure"), &["enclosure"]), - (UniCase::ascii("autorization"), &["authorization"]), - (UniCase::ascii("unexpacted"), &["unexpected"]), - (UniCase::ascii("tigthened"), &["tightened"]), - (UniCase::ascii("adjast"), &["adjust"]), - (UniCase::ascii("expetancy"), &["expectancy"]), - (UniCase::ascii("post-morten"), &["post-mortem"]), - (UniCase::ascii("substraction"), &["subtraction"]), - (UniCase::ascii("descchedules"), &["deschedules"]), - (UniCase::ascii("non-negoziated"), &["non-negotiated"]), - (UniCase::ascii("experimaneter"), &["experimenter"]), - (UniCase::ascii("neighborhing"), &["neighboring"]), - (UniCase::ascii("handshks"), &["handshakes"]), - (UniCase::ascii("remaing"), &["remaining"]), - (UniCase::ascii("transparcency"), &["transparency"]), - (UniCase::ascii("asycn"), &["async"]), - (UniCase::ascii("dissmisses"), &["dismisses"]), - (UniCase::ascii("whell"), &["wheel", "well"]), - (UniCase::ascii("exampel"), &["example"]), - (UniCase::ascii("tracsoded"), &["transcoded"]), - (UniCase::ascii("specifc"), &["specific"]), - (UniCase::ascii("compaibility"), &["compatibility"]), - (UniCase::ascii("acumulated"), &["accumulated"]), - (UniCase::ascii("imposible"), &["impossible"]), - (UniCase::ascii("negotitaes"), &["negotiates"]), - ( - UniCase::ascii("auto-detet"), - &["auto-detect", "auto-delete"], - ), - (UniCase::ascii("embarass"), &["embarrass"]), - (UniCase::ascii("colourpsaces"), &["colourspaces"]), - (UniCase::ascii("downlading"), &["downloading"]), - (UniCase::ascii("errorprone"), &["error-prone"]), - (UniCase::ascii("referes"), &["refers", "referees"]), - (UniCase::ascii("ammendments"), &["amendments"]), - (UniCase::ascii("intgers"), &["integers"]), - (UniCase::ascii("re-negosiator"), &["re-negotiator"]), - (UniCase::ascii("conents"), &["contents"]), - (UniCase::ascii("anarquist"), &["anarchist"]), - (UniCase::ascii("contraversy"), &["controversy"]), - (UniCase::ascii("analises"), &["analysis", "analyses"]), - (UniCase::ascii("algorothmic"), &["algorithmic"]), - (UniCase::ascii("initilise"), &["initialise", "initialize"]), - (UniCase::ascii("dissasociation"), &["disassociation"]), - (UniCase::ascii("mdoelling"), &["modelling"]), - (UniCase::ascii("seqences"), &["sequences"]), - (UniCase::ascii("immitating"), &["imitating"]), - (UniCase::ascii("anumber"), &["a number"]), - (UniCase::ascii("centerd"), &["centered"]), - (UniCase::ascii("minimsed"), &["minimised"]), - (UniCase::ascii("execuses"), &["excuses", "executes"]), - (UniCase::ascii("renegoptionsotiations"), &["renegotiations"]), - (UniCase::ascii("vulberabuillity"), &["vulnerability"]), - (UniCase::ascii("diphtongs"), &["diphthongs"]), - (UniCase::ascii("autonegotitaion"), &["autonegotiation"]), - (UniCase::ascii("negoziators"), &["negotiators"]), - (UniCase::ascii("addds"), &["adds"]), - (UniCase::ascii("rarelly"), &["rarely"]), - (UniCase::ascii("transpency"), &["transparency"]), - (UniCase::ascii("neighbbor"), &["neighbor"]), - (UniCase::ascii("awnser"), &["answer"]), - (UniCase::ascii("chiledren"), &["children"]), - (UniCase::ascii("thermisors"), &["thermistors"]), - (UniCase::ascii("calld"), &["called"]), - (UniCase::ascii("cycic"), &["cyclic"]), - (UniCase::ascii("apprpriately"), &["appropriately"]), - (UniCase::ascii("vulernability"), &["vulnerability"]), - (UniCase::ascii("eminated"), &["emanated"]), - (UniCase::ascii("commisions"), &["commissions"]), - (UniCase::ascii("experice"), &["experience"]), - (UniCase::ascii("detets"), &["detects", "deletes"]), - (UniCase::ascii("improvmenet"), &["improvement"]), - (UniCase::ascii("allegedely"), &["allegedly"]), - (UniCase::ascii("oultiner"), &["outliner"]), - (UniCase::ascii("intquires"), &["inquires", "enquires"]), - (UniCase::ascii("disssembling"), &["disassembling"]), - (UniCase::ascii("cirumflex"), &["circumflex"]), - (UniCase::ascii("rythmic"), &["rhythmic"]), - (UniCase::ascii("warningss"), &["warnings"]), - (UniCase::ascii("tranformed"), &["transformed"]), - (UniCase::ascii("avaiible"), &["available"]), - (UniCase::ascii("uncommtited"), &["uncommitted"]), - (UniCase::ascii("intepretations"), &["interpretations"]), - (UniCase::ascii("distingishing"), &["distinguishing"]), - (UniCase::ascii("seelect"), &["select"]), - (UniCase::ascii("meatfile"), &["metafile"]), - (UniCase::ascii("countires"), &["countries", "counties"]), - ( - UniCase::ascii("sytemmemory"), - &["systemmemory", "system memory"], - ), - (UniCase::ascii("betweeen"), &["between"]), - (UniCase::ascii("unballance"), &["unbalance"]), - (UniCase::ascii("dalmation"), &["Dalmatian"]), - (UniCase::ascii("bergamont"), &["bergamot"]), - (UniCase::ascii("autonegoation"), &["autonegotiation"]), - (UniCase::ascii("perfomramces"), &["performances"]), - (UniCase::ascii("diffussive"), &["diffusive"]), - (UniCase::ascii("tracsoding"), &["transcoding"]), - (UniCase::ascii("heloers"), &["helpers"]), - (UniCase::ascii("precisily"), &["precisely"]), - (UniCase::ascii("specifyed"), &["specified"]), - (UniCase::ascii("follewiwng"), &["following"]), - (UniCase::ascii("postgress"), &["PostgreSQL"]), - (UniCase::ascii("inferface"), &["interface"]), - (UniCase::ascii("commont"), &["common", "comment"]), - (UniCase::ascii("millepede"), &["millipede"]), - (UniCase::ascii("utilitizes"), &["utilizes"]), - (UniCase::ascii("paralellism"), &["parallelism"]), - (UniCase::ascii("auto-negosiation"), &["auto-negotiation"]), - (UniCase::ascii("mircoscope"), &["microscope"]), - (UniCase::ascii("convential"), &["conventional"]), - (UniCase::ascii("affraid"), &["afraid"]), - (UniCase::ascii("callbakcs"), &["callbacks"]), - (UniCase::ascii("propperly"), &["properly"]), - (UniCase::ascii("staticly"), &["statically"]), - (UniCase::ascii("locaitons"), &["locations"]), - (UniCase::ascii("mackeral"), &["mackerel"]), - (UniCase::ascii("undefien"), &["undefine"]), - (UniCase::ascii("derefencing"), &["dereferencing"]), - (UniCase::ascii("withold"), &["withhold"]), - (UniCase::ascii("handfull"), &["handful"]), - (UniCase::ascii("expewrimenting"), &["experimenting"]), - (UniCase::ascii("volatge"), &["voltage"]), - (UniCase::ascii("speficiallifes"), &["specifies"]), - (UniCase::ascii("cotnaining"), &["containing"]), - (UniCase::ascii("velidate"), &["validate"]), - (UniCase::ascii("noice"), &["noise", "nice", "notice"]), - (UniCase::ascii("approprated"), &["appropriated"]), - (UniCase::ascii("botttom"), &["bottom"]), - (UniCase::ascii("formua"), &["formula"]), - (UniCase::ascii("instrction"), &["instruction"]), - (UniCase::ascii("alternarives"), &["alternatives"]), - (UniCase::ascii("millsenconds"), &["milliseconds"]), - (UniCase::ascii("unrosponsive"), &["unresponsive"]), - (UniCase::ascii("unesacped"), &["unescaped"]), - (UniCase::ascii("direrctor"), &["director"]), - (UniCase::ascii("accpet"), &["accept"]), - (UniCase::ascii("phylosophical"), &["philosophical"]), - (UniCase::ascii("satement"), &["statement"]), - (UniCase::ascii("experimntation"), &["experimentation"]), - (UniCase::ascii("abstrat"), &["abstract"]), - (UniCase::ascii("milage"), &["mileage"]), - (UniCase::ascii("speficiallication"), &["specification"]), - (UniCase::ascii("guaruanted"), &["guaranteed"]), - (UniCase::ascii("intermittant"), &["intermittent"]), - (UniCase::ascii("acclimitization"), &["acclimatization"]), - (UniCase::ascii("lerans"), &["learns"]), - (UniCase::ascii("atomatically"), &["automatically"]), - (UniCase::ascii("vulneability"), &["vulnerability"]), - (UniCase::ascii("detroying"), &["destroying"]), - (UniCase::ascii("resonse"), &["response"]), - (UniCase::ascii("ibrary"), &["library"]), - (UniCase::ascii("ganes"), &["games"]), - (UniCase::ascii("lazer"), &["laser"]), - (UniCase::ascii("alcohal"), &["alcohol"]), - (UniCase::ascii("cahhels"), &["channels"]), - (UniCase::ascii("glyh"), &["glyph"]), - (UniCase::ascii("optmized"), &["optimized"]), - (UniCase::ascii("fursthermore"), &["furthermore"]), - (UniCase::ascii("athiest"), &["atheist"]), - (UniCase::ascii("retreiving"), &["retrieving"]), - (UniCase::ascii("transformated"), &["transformed"]), - (UniCase::ascii("verisoned"), &["versioned"]), - (UniCase::ascii("renegothiable"), &["renegotiable"]), - (UniCase::ascii("srinkd"), &["shrunk"]), - (UniCase::ascii("informatiom"), &["information"]), - (UniCase::ascii("coalsce"), &["coalesce"]), - (UniCase::ascii("trnasmited"), &["transmitted"]), - (UniCase::ascii("conncection"), &["connection"]), - (UniCase::ascii("certificed"), &["certificated"]), - (UniCase::ascii("referencially"), &["referentially"]), - (UniCase::ascii("indcates"), &["indicates"]), - (UniCase::ascii("corrispondants"), &["correspondents"]), - (UniCase::ascii("parafanalia"), &["paraphernalia"]), - (UniCase::ascii("world-reknowned"), &["world renowned"]), - (UniCase::ascii("provice"), &["provide", "province"]), - (UniCase::ascii("apreciated"), &["appreciated"]), - (UniCase::ascii("etensions"), &["extensions"]), - (UniCase::ascii("inmediatelly"), &["immediately"]), - (UniCase::ascii("optomism"), &["optimism"]), - ( - UniCase::ascii("content-negoziation"), - &["content-negotiation"], - ), - (UniCase::ascii("mataphysical"), &["metaphysical"]), - (UniCase::ascii("wirte"), &["write"]), - (UniCase::ascii("masakist"), &["masochist"]), - (UniCase::ascii("flahsed"), &["flashed"]), - (UniCase::ascii("cheduling"), &["scheduling"]), - (UniCase::ascii("transmitsion"), &["transmission"]), - (UniCase::ascii("reregisteration"), &["reregistration"]), - ( - UniCase::ascii("promisse"), - &["promise", "promises", "promised"], - ), - (UniCase::ascii("allocatote"), &["allocate"]), - ( - UniCase::ascii("archeaologist"), - &["archeologist", "archaeologist"], - ), - (UniCase::ascii("complianse"), &["compliance"]), - (UniCase::ascii("espcially"), &["especially"]), - (UniCase::ascii("clasifying"), &["classifying"]), - (UniCase::ascii("timzezone"), &["timezone"]), - (UniCase::ascii("mininum"), &["minimum"]), - (UniCase::ascii("oppinions"), &["opinions"]), - (UniCase::ascii("evironments"), &["environments"]), - (UniCase::ascii("usespace"), &["userspace"]), - (UniCase::ascii("resourcd"), &["resourced", "resource"]), - (UniCase::ascii("exitations"), &["excitations"]), - (UniCase::ascii("evauluated"), &["evaluated"]), - (UniCase::ascii("parallization"), &["parallelization"]), - (UniCase::ascii("philosphy"), &["philosophy"]), - (UniCase::ascii("tressle"), &["trestle"]), - (UniCase::ascii("repatition"), &["repetition", "repartition"]), - (UniCase::ascii("subnegosiation"), &["subnegotiation"]), - (UniCase::ascii("evalueate"), &["evaluate"]), - (UniCase::ascii("unneedingly"), &["unnecessarily"]), - (UniCase::ascii("simlar"), &["similar"]), - (UniCase::ascii("connecstatus"), &["connectstatus"]), - (UniCase::ascii("announement"), &["announcement"]), - (UniCase::ascii("resumt"), &["resume"]), - (UniCase::ascii("sueful"), &["useful"]), - (UniCase::ascii("otherwhise"), &["otherwise"]), - (UniCase::ascii("apprpriate"), &["appropriate"]), - (UniCase::ascii("syclic"), &["cyclic", "psychic"]), - (UniCase::ascii("adquires"), &["acquires"]), - (UniCase::ascii("dedly"), &["deadly"]), - (UniCase::ascii("jumpt"), &["jumped", "jump"]), - (UniCase::ascii("assmebly"), &["assembly"]), - (UniCase::ascii("seperateing"), &["separating"]), - (UniCase::ascii("spile"), &["spite", "spiral"]), - (UniCase::ascii("redefiende"), &["redefined"]), - (UniCase::ascii("endsup"), &["ends up"]), - (UniCase::ascii("doube-clicked"), &["double-clicked"]), - (UniCase::ascii("aprehensive"), &["apprehensive"]), - (UniCase::ascii("coopeartes"), &["cooperates"]), - (UniCase::ascii("uncehck"), &["uncheck"]), - (UniCase::ascii("refrenced"), &["referenced"]), - (UniCase::ascii("folllows"), &["follows", "followings"]), - (UniCase::ascii("unexpestedly"), &["unexpectedly"]), - (UniCase::ascii("suffisticated"), &["sophisticated"]), - (UniCase::ascii("negotiotors"), &["negotiators"]), - (UniCase::ascii("assuptions"), &["assumptions"]), - (UniCase::ascii("intialsed"), &["initialised"]), - (UniCase::ascii("emty"), &["empty"]), - (UniCase::ascii("applicatons"), &["applications"]), - (UniCase::ascii("supspects"), &["suspects"]), - (UniCase::ascii("prfer"), &["prefer"]), - (UniCase::ascii("sistematics"), &["systematics"]), - (UniCase::ascii("conecctions"), &["connections"]), - (UniCase::ascii("libraarie"), &["library"]), - (UniCase::ascii("compre"), &["compare", "compère"]), - (UniCase::ascii("loggin"), &["login", "logging"]), - (UniCase::ascii("excutes"), &["executes"]), - (UniCase::ascii("aplly"), &["apply"]), - (UniCase::ascii("thinkg"), &["think", "thing", "things"]), - (UniCase::ascii("daemonified"), &["daemonised", "daemonized"]), - (UniCase::ascii("diplayed"), &["displayed"]), - (UniCase::ascii("obeserve"), &["observe"]), - (UniCase::ascii("decendentant"), &["descendant"]), - (UniCase::ascii("receeding"), &["receding"]), - (UniCase::ascii("panicing"), &["panicking"]), - (UniCase::ascii("neighbeus"), &["neighbours"]), - (UniCase::ascii("arriveis"), &["arrives"]), - (UniCase::ascii("avialable"), &["available"]), - (UniCase::ascii("exepects"), &["expects"]), - (UniCase::ascii("unseting"), &["unsetting"]), - (UniCase::ascii("sendinging"), &["sending"]), - (UniCase::ascii("dividor"), &["divider", "divisor"]), - (UniCase::ascii("doubeleclicked"), &["double-clicked"]), - (UniCase::ascii("availanle"), &["available"]), - (UniCase::ascii("proprogators"), &["propagators"]), - (UniCase::ascii("defferred"), &["deferred"]), - (UniCase::ascii("progates"), &["propagates"]), - (UniCase::ascii("authecation"), &["authentication"]), - (UniCase::ascii("attampt"), &["attempt"]), - (UniCase::ascii("abilties"), &["abilities"]), - (UniCase::ascii("neccessarily"), &["necessarily"]), - (UniCase::ascii("ignonre"), &["ignore"]), - (UniCase::ascii("unqouted"), &["unquoted"]), - (UniCase::ascii("instane"), &["instance"]), - (UniCase::ascii("authencication"), &["authentication"]), - (UniCase::ascii("generilized"), &["generalized"]), - (UniCase::ascii("corrolations"), &["correlations"]), - (UniCase::ascii("uncompetetive"), &["uncompetitive"]), - (UniCase::ascii("opreations"), &["operations"]), - (UniCase::ascii("inconsistendtly"), &["inconsistently"]), - (UniCase::ascii("functon"), &["function"]), - (UniCase::ascii("appoved"), &["approved"]), - (UniCase::ascii("quesiton"), &["question"]), - (UniCase::ascii("coallee"), &["coalesce"]), - (UniCase::ascii("wirded"), &["wired", "weird"]), - (UniCase::ascii("carrige"), &["carriage"]), - (UniCase::ascii("polution"), &["pollution"]), - (UniCase::ascii("regsitered"), &["registered"]), - (UniCase::ascii("decleration"), &["declaration"]), - (UniCase::ascii("follfowinwg"), &["following"]), - (UniCase::ascii("applicaten"), &["application"]), - (UniCase::ascii("constained"), &["constrained", "contained"]), - (UniCase::ascii("matchign"), &["matching"]), - (UniCase::ascii("relocae"), &["relocate"]), - (UniCase::ascii("promts"), &["prompts"]), - (UniCase::ascii("bilangual"), &["bilingual"]), - (UniCase::ascii("succedds"), &["succeeds"]), - (UniCase::ascii("interally"), &["internally"]), - (UniCase::ascii("settingss"), &["settings"]), - (UniCase::ascii("namd"), &["named", "name"]), - (UniCase::ascii("spiltting"), &["splitting"]), - (UniCase::ascii("modulues"), &["modules"]), - (UniCase::ascii("cofiguration"), &["configuration"]), - (UniCase::ascii("attemptting"), &["attempting"]), - (UniCase::ascii("assosiacitions"), &["associations"]), - (UniCase::ascii("addopted"), &["adopted"]), - (UniCase::ascii("staition"), &["station"]), - (UniCase::ascii("depdending"), &["depending"]), - (UniCase::ascii("immediatly"), &["immediately"]), - (UniCase::ascii("leats"), &["least"]), - (UniCase::ascii("accesssor"), &["accessor"]), - (UniCase::ascii("pipepline"), &["pipeline"]), - (UniCase::ascii("interpeter"), &["interpreter"]), - (UniCase::ascii("ture"), &["true"]), - (UniCase::ascii("reasonnable"), &["reasonable"]), - (UniCase::ascii("impcated"), &["impacted"]), - (UniCase::ascii("curresponding"), &["corresponding"]), - (UniCase::ascii("inplemented"), &["implemented"]), - (UniCase::ascii("diffenrence"), &["difference"]), - (UniCase::ascii("daplicating"), &["duplicating"]), - (UniCase::ascii("permissable"), &["permissible"]), - (UniCase::ascii("discriptor\'s"), &["descriptor\'s"]), - (UniCase::ascii("irresistable"), &["irresistible"]), - (UniCase::ascii("exectable"), &["executable"]), - (UniCase::ascii("persisited"), &["persisted"]), - (UniCase::ascii("delagate"), &["delegate"]), - (UniCase::ascii("generiously"), &["generously"]), - ( - UniCase::ascii("descendend"), - &["descended", "descendent", "descendant"], - ), - (UniCase::ascii("fof"), &["for"]), - (UniCase::ascii("rearranable"), &["rearrangeable"]), - (UniCase::ascii("cipheruites"), &["ciphersuites"]), - (UniCase::ascii("certfy"), &["certify"]), - ( - UniCase::ascii("systhemmemory"), - &["systemmemory", "system memory"], - ), - (UniCase::ascii("maillinglist"), &["mailing list"]), - (UniCase::ascii("readnig"), &["reading"]), - (UniCase::ascii("compatabily"), &["compatibility"]), - (UniCase::ascii("entrie"), &["entry", "entries"]), - (UniCase::ascii("syatems"), &["systems"]), - (UniCase::ascii("pipiline"), &["pipeline"]), - (UniCase::ascii("syncronous"), &["synchronous"]), - (UniCase::ascii("dissbled"), &["disabled"]), - (UniCase::ascii("excplict"), &["explicit"]), - (UniCase::ascii("reporing"), &["reporting"]), - (UniCase::ascii("resart"), &["restart"]), - (UniCase::ascii("maximun"), &["maximum"]), - (UniCase::ascii("rosponse"), &["response"]), - (UniCase::ascii("temportary"), &["temporary"]), - (UniCase::ascii("arrangemenets"), &["arrangements"]), - (UniCase::ascii("condidtioning"), &["conditioning"]), - (UniCase::ascii("distingush"), &["distinguish"]), - (UniCase::ascii("inheritted"), &["inherited"]), - (UniCase::ascii("rubarb"), &["rhubarb"]), - (UniCase::ascii("vulnerabuilities"), &["vulnerabilities"]), - (UniCase::ascii("subexpresssions"), &["subexpressions"]), - (UniCase::ascii("cilinders"), &["cylinders"]), - (UniCase::ascii("renegotiotions"), &["renegotiations"]), - (UniCase::ascii("recompuute"), &["recompute"]), - (UniCase::ascii("pollenate"), &["pollinate"]), - (UniCase::ascii("perfomrer"), &["performer"]), - (UniCase::ascii("translaters"), &["translators"]), - (UniCase::ascii("renegotiotating"), &["renegotiating"]), - (UniCase::ascii("concensus"), &["consensus"]), - (UniCase::ascii("asignee"), &["assignee"]), - (UniCase::ascii("vulberabiliti"), &["vulnerability"]), - (UniCase::ascii("auromated"), &["automated"]), - (UniCase::ascii("doamin"), &["domain", "dopamine"]), - (UniCase::ascii("renegosiations"), &["renegotiations"]), - (UniCase::ascii("avoinding"), &["avoiding"]), - (UniCase::ascii("exhistence"), &["existence"]), - (UniCase::ascii("misstype"), &["mistype"]), - (UniCase::ascii("negociations"), &["negotiations"]), - (UniCase::ascii("functtion"), &["function"]), - (UniCase::ascii("playgerise"), &["plagiarise"]), - (UniCase::ascii("iconifie"), &["iconify"]), - (UniCase::ascii("comapre"), &["compare"]), - (UniCase::ascii("interepreting"), &["interpreting"]), - (UniCase::ascii("deverlopers"), &["developers"]), - (UniCase::ascii("recrusevly"), &["recursively"]), - (UniCase::ascii("amke"), &["make"]), - (UniCase::ascii("protcools"), &["protocols"]), - (UniCase::ascii("coult"), &["could"]), - (UniCase::ascii("signifigant"), &["significant"]), - (UniCase::ascii("spligs"), &["splits"]), - (UniCase::ascii("officeal"), &["official"]), - (UniCase::ascii("aggreagate"), &["aggregate"]), - (UniCase::ascii("supprted"), &["supported"]), - (UniCase::ascii("speficillier"), &["specifier"]), - (UniCase::ascii("apreteate"), &["appreciate"]), - (UniCase::ascii("enforcment"), &["enforcement"]), - (UniCase::ascii("device-dependend"), &["device-dependent"]), - (UniCase::ascii("dissappearing"), &["disappearing"]), - (UniCase::ascii("atuhentication"), &["authentication"]), - (UniCase::ascii("bootsrap"), &["bootstrap"]), - (UniCase::ascii("tiemout"), &["timeout"]), - (UniCase::ascii("ened"), &["need"]), - (UniCase::ascii("dermines"), &["determines"]), - (UniCase::ascii("depencencies"), &["dependencies"]), - (UniCase::ascii("refence"), &["reference"]), - (UniCase::ascii("discuassed"), &["discussed"]), - (UniCase::ascii("locaiton"), &["location"]), - (UniCase::ascii("dimemsions"), &["dimensions"]), - (UniCase::ascii("tabualted"), &["tabulated"]), - (UniCase::ascii("cointained"), &["contained"]), - (UniCase::ascii("spreadhseets"), &["spreadsheets"]), - (UniCase::ascii("unios"), &["unions"]), - (UniCase::ascii("subsystyems"), &["subsystems"]), - (UniCase::ascii("connstraint"), &["constraint"]), - (UniCase::ascii("exceutable"), &["executable"]), - (UniCase::ascii("opetional"), &["optional"]), - (UniCase::ascii("certifciates"), &["certificates"]), - (UniCase::ascii("publishr"), &["publisher"]), - (UniCase::ascii("reimplementaions"), &["reimplementations"]), - ( - UniCase::ascii("exceptin"), - &["excepting", "exception", "expecting", "accepting"], - ), - (UniCase::ascii("proberly"), &["properly"]), - ( - UniCase::ascii("inconfort"), - &["discomfort", "uncomfortable", "in comfort"], - ), - (UniCase::ascii("excetutable"), &["executable"]), - (UniCase::ascii("abilty"), &["ability"]), - (UniCase::ascii("reassocition"), &["reassociation"]), - (UniCase::ascii("modiflers"), &["modifiers"]), - (UniCase::ascii("precendances"), &["precedences"]), - (UniCase::ascii("enegeries"), &["energies"]), - (UniCase::ascii("operatione"), &["operation"]), - (UniCase::ascii("visibles"), &["visible"]), - (UniCase::ascii("atribut"), &["attribute"]), - (UniCase::ascii("uncorrectly"), &["incorrectly"]), - (UniCase::ascii("serie"), &["series"]), - (UniCase::ascii("accrate"), &["accurate"]), - (UniCase::ascii("publiches"), &["publishes"]), - (UniCase::ascii("custonizing"), &["customizing"]), - (UniCase::ascii("sepend"), &["depend", "suspend"]), - (UniCase::ascii("paralellization"), &["parallelization"]), - (UniCase::ascii("Mocrosoft"), &["Microsoft"]), - (UniCase::ascii("adjasent"), &["adjacent"]), - (UniCase::ascii("appendign"), &["appending"]), - (UniCase::ascii("appplication"), &["application"]), - (UniCase::ascii("satify"), &["satisfy"]), - (UniCase::ascii("prestigeous"), &["prestigious"]), - (UniCase::ascii("restauraunt"), &["restaurant"]), - (UniCase::ascii("autoconpletes"), &["autocompletes"]), - (UniCase::ascii("appropriatness"), &["appropriateness"]), - ( - UniCase::ascii("openscourced"), - &["open-sourced", "open sourced", "opensourced"], - ), - (UniCase::ascii("reportign"), &["reporting"]), - (UniCase::ascii("neighbourhhoods"), &["neighbourhoods"]), - (UniCase::ascii("permament"), &["permanent"]), - (UniCase::ascii("neighboordhood"), &["neighborhood"]), - (UniCase::ascii("speficillics"), &["specifics"]), - (UniCase::ascii("approuving"), &["approving"]), - (UniCase::ascii("simultanious"), &["simultaneous"]), - (UniCase::ascii("experimetations"), &["experimentations"]), - (UniCase::ascii("conig"), &["config"]), - (UniCase::ascii("intrisinc"), &["intrinsic"]), - (UniCase::ascii("fied"), &["field"]), - (UniCase::ascii("tufure"), &["future"]), - (UniCase::ascii("existatus"), &["exitstatus"]), - (UniCase::ascii("replacting"), &["replacing", "replicating"]), - (UniCase::ascii("exmaines"), &["examines"]), - (UniCase::ascii("incomptetent"), &["incompetent"]), - (UniCase::ascii("authencating"), &["authenticating"]), - (UniCase::ascii("adusted"), &["adjusted"]), - (UniCase::ascii("re-negothiating"), &["re-negotiating"]), - (UniCase::ascii("succedded"), &["succeeded"]), - (UniCase::ascii("parameteras"), &["parameters"]), - (UniCase::ascii("emporer"), &["emperor"]), - (UniCase::ascii("sepearates"), &["separates"]), - (UniCase::ascii("spefifies"), &["specifies"]), - ( - UniCase::ascii("reprocucing"), - &["reproducing", "reprocuring"], - ), - (UniCase::ascii("indiate"), &["indicate"]), - (UniCase::ascii("arguemnt"), &["argument"]), - (UniCase::ascii("derprecated"), &["deprecated"]), - (UniCase::ascii("sepereated"), &["separated"]), - (UniCase::ascii("autheniticating"), &["authenticating"]), - (UniCase::ascii("cecks"), &["checks"]), - (UniCase::ascii("contigious"), &["contiguous"]), - (UniCase::ascii("examplees"), &["examples"]), - (UniCase::ascii("renegothiator"), &["renegotiator"]), - (UniCase::ascii("guarnateee"), &["guarantee"]), - (UniCase::ascii("gaurenteed"), &["guaranteed"]), - (UniCase::ascii("synphony"), &["symphony"]), - (UniCase::ascii("re-negoate"), &["re-negotiate"]), - (UniCase::ascii("arbitralrily"), &["arbitrarily"]), - (UniCase::ascii("initailising"), &["initialising"]), - (UniCase::ascii("auto-negosiations"), &["auto-negotiations"]), - (UniCase::ascii("assasinations"), &["assassinations"]), - (UniCase::ascii("executubles"), &["executables"]), - (UniCase::ascii("overcompansation"), &["overcompensation"]), - (UniCase::ascii("disabe"), &["disable"]), - (UniCase::ascii("disconeting"), &["disconnecting"]), - (UniCase::ascii("re-negotioators"), &["re-negotiators"]), - (UniCase::ascii("dissmantle"), &["dismantle"]), - (UniCase::ascii("incoropate"), &["incorporate"]), - (UniCase::ascii("acumulator"), &["accumulator"]), - (UniCase::ascii("enogh"), &["enough"]), - (UniCase::ascii("transorms"), &["transforms"]), - (UniCase::ascii("pavillion"), &["pavilion"]), - (UniCase::ascii("lenghthy"), &["lengthy"]), - (UniCase::ascii("forumulas"), &["formulas"]), - (UniCase::ascii("bastractly"), &["abstractly"]), - (UniCase::ascii("drastical"), &["drastically"]), - (UniCase::ascii("interanl"), &["internal"]), - (UniCase::ascii("createable"), &["creatable"]), - (UniCase::ascii("warnind"), &["warning"]), - (UniCase::ascii("miinimised"), &["minimised"]), - (UniCase::ascii("compaired"), &["compared"]), - (UniCase::ascii("regession"), &["regression"]), - (UniCase::ascii("generilises"), &["generalises"]), - (UniCase::ascii("continging"), &["containing"]), - (UniCase::ascii("unsubscritpion"), &["unsubscription"]), - (UniCase::ascii("acounts"), &["accounts"]), - (UniCase::ascii("febewary"), &["February"]), - (UniCase::ascii("attriubtes"), &["attributes"]), - (UniCase::ascii("fielesystem"), &["filesystem"]), - (UniCase::ascii("registrs"), &["registers"]), - (UniCase::ascii("instanze"), &["instance"]), - (UniCase::ascii("circunstantial"), &["circumstantial"]), - (UniCase::ascii("recongifure"), &["reconfigure"]), - (UniCase::ascii("deconded"), &["decoded"]), - (UniCase::ascii("attribures"), &["attributes"]), - (UniCase::ascii("meausures"), &["measures"]), - (UniCase::ascii("suppoert"), &["support"]), - (UniCase::ascii("mateial"), &["material", "metal"]), - (UniCase::ascii("sepereted"), &["separated"]), - (UniCase::ascii("worbenches"), &["workbenches"]), - (UniCase::ascii("deprectation"), &["deprecation"]), - (UniCase::ascii("repositiory"), &["repository"]), - (UniCase::ascii("authenicate"), &["authenticate"]), - (UniCase::ascii("usesfull"), &["useful"]), - (UniCase::ascii("reruirement"), &["requirement"]), - (UniCase::ascii("alignation"), &["alignment"]), - ( - UniCase::ascii("systemwindiow"), - &["systemwindow", "system window"], - ), - (UniCase::ascii("forfiet"), &["forfeit"]), - (UniCase::ascii("noone"), &["no one"]), - (UniCase::ascii("surpressed"), &["suppressed"]), - (UniCase::ascii("symbo"), &["symbol"]), - (UniCase::ascii("intrrupts"), &["interrupts"]), - (UniCase::ascii("workarouds"), &["workarounds"]), - (UniCase::ascii("jagwar"), &["jaguar"]), - (UniCase::ascii("thnaks"), &["thanks"]), - (UniCase::ascii("devistating"), &["devastating"]), - (UniCase::ascii("recondifure"), &["reconfigure"]), - (UniCase::ascii("dissassembler"), &["disassembler"]), - (UniCase::ascii("styhe"), &["style"]), - (UniCase::ascii("respose"), &["response"]), - (UniCase::ascii("sophmore"), &["sophomore"]), - (UniCase::ascii("oging"), &["going", "ogling"]), - (UniCase::ascii("Berkley"), &["Berkeley"]), - (UniCase::ascii("cofidence"), &["confidence"]), - (UniCase::ascii("errrors"), &["errors"]), - (UniCase::ascii("exlicit"), &["explicit"]), - (UniCase::ascii("replasements"), &["replacements"]), - (UniCase::ascii("supposedy"), &["supposedly"]), - (UniCase::ascii("certiticated"), &["certificated"]), - (UniCase::ascii("outputed"), &["outputted"]), - (UniCase::ascii("cehcking"), &["checking"]), - (UniCase::ascii("locaiing"), &["locating"]), - (UniCase::ascii("specifid"), &["specified"]), - (UniCase::ascii("disctionaries"), &["dictionaries"]), - (UniCase::ascii("langugues"), &["languages"]), - (UniCase::ascii("differenly"), &["differently"]), - (UniCase::ascii("almostly"), &["almost"]), - (UniCase::ascii("calculatter"), &["calculator"]), - (UniCase::ascii("upsrteamed"), &["upstreamed"]), - (UniCase::ascii("proberty"), &["property", "properly"]), - (UniCase::ascii("dupplicated"), &["duplicated"]), - (UniCase::ascii("confunder"), &["confounder"]), - (UniCase::ascii("behavoir"), &["behavior"]), - (UniCase::ascii("rference"), &["reference"]), - (UniCase::ascii("renegotators"), &["renegotiators"]), - (UniCase::ascii("besed"), &["based"]), - (UniCase::ascii("confursed"), &["confused"]), - (UniCase::ascii("hilight"), &["highlight"]), - (UniCase::ascii("unitilised"), &["uninitialised"]), - (UniCase::ascii("intersepts"), &["intercepts", "intersteps"]), - (UniCase::ascii("manuevers"), &["maneuvers", "manoeuvres"]), - (UniCase::ascii("aplications"), &["applications"]), - (UniCase::ascii("speficifer"), &["specifier"]), - (UniCase::ascii("meachinism"), &["mechanism"]), - (UniCase::ascii("adoptor"), &["adopter", "adaptor"]), - (UniCase::ascii("propteries"), &["properties"]), - (UniCase::ascii("allcoator"), &["allocator"]), - (UniCase::ascii("motiviated"), &["motivated"]), - (UniCase::ascii("wantto"), &["want to"]), - (UniCase::ascii("sreenshot"), &["screenshot"]), - (UniCase::ascii("extrates"), &["extracts"]), - (UniCase::ascii("negotatiations"), &["negotiations"]), - (UniCase::ascii("renegosiated"), &["renegotiated"]), - (UniCase::ascii("subsidary"), &["subsidiary"]), - (UniCase::ascii("algoithms"), &["algorithms"]), - (UniCase::ascii("beginn"), &["begin"]), - (UniCase::ascii("belives"), &["believes", "beliefs"]), - (UniCase::ascii("renegotioating"), &["renegotiating"]), - (UniCase::ascii("pobularity"), &["popularity"]), - (UniCase::ascii("approoximation"), &["approximation"]), - (UniCase::ascii("adpter"), &["adapter"]), - (UniCase::ascii("alorithm"), &["algorithm"]), - (UniCase::ascii("uniformy"), &["uniformly", "uniform"]), - (UniCase::ascii("preferecne"), &["preference"]), - (UniCase::ascii("attendence"), &["attendance"]), - (UniCase::ascii("insesitive"), &["insensitive"]), - (UniCase::ascii("depenedecies"), &["dependencies"]), - (UniCase::ascii("orignally"), &["originally"]), - (UniCase::ascii("enew"), &["new"]), - (UniCase::ascii("perosnality"), &["personality"]), - (UniCase::ascii("algorhytms"), &["algorithms"]), - (UniCase::ascii("cappable"), &["capable"]), - (UniCase::ascii("corss"), &["cross", "course"]), - ( - UniCase::ascii("singificand"), - &["significand", "significant"], - ), - (UniCase::ascii("unrelyable"), &["unreliable"]), - (UniCase::ascii("indepedence"), &["independence"]), - (UniCase::ascii("mememto"), &["memento"]), - (UniCase::ascii("bumpted"), &["bumped"]), - (UniCase::ascii("modfide"), &["modified"]), - (UniCase::ascii("jumoed"), &["jumped"]), - (UniCase::ascii("decison"), &["decision"]), - (UniCase::ascii("whatepsaces"), &["whitespaces"]), - (UniCase::ascii("escased"), &["escaped"]), - (UniCase::ascii("caclulating"), &["calculating"]), - (UniCase::ascii("execuetable"), &["executable"]), - (UniCase::ascii("aportionable"), &["apportionable"]), - (UniCase::ascii("largets"), &["largest", "targets"]), - (UniCase::ascii("provacative"), &["provocative"]), - (UniCase::ascii("algotrithmic"), &["algorithmic"]), - (UniCase::ascii("tempory"), &["temporary"]), - (UniCase::ascii("timespanp"), &["timespan"]), - (UniCase::ascii("renegotications"), &["renegotiations"]), - (UniCase::ascii("algortithm"), &["algorithm"]), - (UniCase::ascii("expementations"), &["experimentations"]), - (UniCase::ascii("enouncter"), &["encounter"]), - ( - UniCase::ascii("discontinus"), - &["discontinue", "discontinuous"], - ), - (UniCase::ascii("neighbhoring"), &["neighboring"]), - (UniCase::ascii("comptue"), &["compute"]), - (UniCase::ascii("wikpedia"), &["wikipedia"]), - (UniCase::ascii("authoer"), &["author"]), - (UniCase::ascii("normales"), &["normals"]), - (UniCase::ascii("commandoes"), &["commandos"]), - (UniCase::ascii("comptible"), &["compatible"]), - (UniCase::ascii("sctions"), &["sections", "suctions"]), - (UniCase::ascii("sepearator"), &["separator"]), - (UniCase::ascii("coalscece"), &["coalescence"]), - (UniCase::ascii("cateogrical"), &["categorical"]), - (UniCase::ascii("precendance"), &["precedence"]), - (UniCase::ascii("guarnanty"), &["guaranty"]), - (UniCase::ascii("conrruptible"), &["corruptible"]), - (UniCase::ascii("neighors"), &["neighbors"]), - (UniCase::ascii("returmed"), &["returned"]), - (UniCase::ascii("insensistively"), &["insensitively"]), - (UniCase::ascii("suprizing"), &["surprising"]), - (UniCase::ascii("oommits"), &["commits"]), - (UniCase::ascii("deativated"), &["deactivated"]), - (UniCase::ascii("furter"), &["further"]), - (UniCase::ascii("comiled"), &["compiled"]), - (UniCase::ascii("poitn"), &["point"]), - (UniCase::ascii("uncomplete"), &["incomplete"]), - (UniCase::ascii("debloking"), &["deblocking"]), - (UniCase::ascii("uninitialses"), &["uninitialises"]), - (UniCase::ascii("magnificient"), &["magnificent"]), - (UniCase::ascii("comparater"), &["comparator"]), - (UniCase::ascii("clienta"), &["client"]), - (UniCase::ascii("proceeedures"), &["procedures"]), - (UniCase::ascii("abondoned"), &["abandoned"]), - (UniCase::ascii("poisitions"), &["positions"]), - (UniCase::ascii("rmove"), &["remove"]), - (UniCase::ascii("harcodes"), &["hardcodes", "charcodes"]), - (UniCase::ascii("publsihes"), &["publishes"]), - (UniCase::ascii("somethimg"), &["something"]), - (UniCase::ascii("confugire"), &["configure"]), - (UniCase::ascii("seleced"), &["selected"]), - (UniCase::ascii("expesncive"), &["expensive"]), - (UniCase::ascii("twodimenionsal"), &["two-dimensional"]), - (UniCase::ascii("condidional"), &["conditional"]), - (UniCase::ascii("stilus"), &["stylus"]), - (UniCase::ascii("filsystems"), &["filesystems"]), - (UniCase::ascii("contignuous"), &["contiguous"]), - (UniCase::ascii("nessecary"), &["necessary"]), - (UniCase::ascii("rerference"), &["reference"]), - (UniCase::ascii("coalacece"), &["coalesce", "coalescence"]), - (UniCase::ascii("inearisation"), &["linearisation"]), - (UniCase::ascii("behavriour"), &["behaviour"]), - (UniCase::ascii("desintegration"), &["disintegration"]), - (UniCase::ascii("commoditiy"), &["commodity"]), - (UniCase::ascii("exemple"), &["example"]), - (UniCase::ascii("indiciates"), &["indicates"]), - (UniCase::ascii("hollowcost"), &["holocaust"]), - (UniCase::ascii("clcoksource"), &["clocksource"]), - (UniCase::ascii("systyem"), &["system"]), - (UniCase::ascii("reprsent"), &["represent"]), - (UniCase::ascii("whatepsace"), &["whitespace"]), - (UniCase::ascii("montypic"), &["monotypic"]), - (UniCase::ascii("elemen"), &["element"]), - (UniCase::ascii("unchached"), &["uncached"]), - (UniCase::ascii("bakwards"), &["backwards"]), - (UniCase::ascii("experimmenting"), &["experimenting"]), - (UniCase::ascii("folliwers"), &["followers"]), - (UniCase::ascii("patern"), &["pattern"]), - (UniCase::ascii("assition"), &["assertion"]), - (UniCase::ascii("deambiguage"), &["disambiguate"]), - (UniCase::ascii("incorruptable"), &["incorruptible"]), - (UniCase::ascii("worls"), &["world"]), - (UniCase::ascii("ressurect"), &["resurrect"]), - (UniCase::ascii("reloade"), &["reload"]), - (UniCase::ascii("canonalizes"), &["canonicalizes"]), - (UniCase::ascii("destinarion"), &["destination"]), - (UniCase::ascii("trun"), &["turn"]), - (UniCase::ascii("stratagically"), &["strategically"]), - (UniCase::ascii("procuded"), &["produced"]), - (UniCase::ascii("asendence"), &["ascendance"]), - (UniCase::ascii("regulaion"), &["regulation"]), - (UniCase::ascii("excludind"), &["excluding"]), - (UniCase::ascii("otherws"), &["otherwise"]), - (UniCase::ascii("wherease"), &["whereas"]), - (UniCase::ascii("folows"), &["follows"]), - (UniCase::ascii("Austrlaian"), &["Australian"]), - (UniCase::ascii("mixted"), &["mixed"]), - (UniCase::ascii("hypvervisor"), &["hypervisor"]), - (UniCase::ascii("plian"), &["plain", "pliant"]), - (UniCase::ascii("recommmends"), &["recommends"]), - (UniCase::ascii("cnfigures"), &["configures"]), - (UniCase::ascii("esging"), &["edging"]), - (UniCase::ascii("conjuctions"), &["conjunctions"]), - (UniCase::ascii("sovren"), &["sovereign"]), - (UniCase::ascii("leaglize"), &["legalize"]), - (UniCase::ascii("grafics"), &["graphics"]), - (UniCase::ascii("declaritively"), &["declaratively"]), - (UniCase::ascii("renegothiation"), &["renegotiation"]), - (UniCase::ascii("visted"), &["visited"]), - (UniCase::ascii("reconenction"), &["reconnection"]), - (UniCase::ascii("dericed"), &["derived"]), - (UniCase::ascii("corrresponding"), &["corresponding"]), - (UniCase::ascii("consideren"), &["considered"]), - (UniCase::ascii("sourcedrectory"), &["sourcedirectory"]), - (UniCase::ascii("guareenteed"), &["guaranteed"]), - (UniCase::ascii("referncences"), &["references"]), - (UniCase::ascii("excesss"), &["excess"]), - (UniCase::ascii("connot"), &["cannot"]), - (UniCase::ascii("defauls"), &["default", "defaults"]), - (UniCase::ascii("inerface"), &["interface"]), - (UniCase::ascii("bitmast"), &["bitmask"]), - (UniCase::ascii("validaterelase"), &["validaterelease"]), - (UniCase::ascii("accoring"), &["according", "occurring"]), - (UniCase::ascii("dieties"), &["deities"]), - (UniCase::ascii("presidenital"), &["presidential"]), - (UniCase::ascii("extensability"), &["extensibility"]), - ( - UniCase::ascii("content-negoitation"), - &["content-negotiation"], - ), - (UniCase::ascii("guarranties"), &["guarantees"]), - (UniCase::ascii("onece"), &["once"]), - (UniCase::ascii("reallocaiton"), &["reallocation"]), - (UniCase::ascii("swalloed"), &["swallowed"]), - (UniCase::ascii("oringal"), &["original"]), - (UniCase::ascii("distingish"), &["distinguish"]), - (UniCase::ascii("strore"), &["store"]), - (UniCase::ascii("neighborhhods"), &["neighborhoods"]), - (UniCase::ascii("abritrary"), &["arbitrary"]), - (UniCase::ascii("replaceemnts"), &["replacements"]), - (UniCase::ascii("desscribing"), &["describing"]), - (UniCase::ascii("grwo"), &["grow"]), - (UniCase::ascii("accoirding"), &["according"]), - (UniCase::ascii("veyr"), &["very"]), - (UniCase::ascii("autonegogtiation"), &["autonegotiation"]), - (UniCase::ascii("ovrwrt"), &["overwrite"]), - (UniCase::ascii("convenction"), &["convention", "convection"]), - (UniCase::ascii("prolem"), &["problem"]), - (UniCase::ascii("hurse"), &["hearse", "nurse"]), - (UniCase::ascii("myselv"), &["myself"]), - (UniCase::ascii("algoithmically"), &["algorithmically"]), - (UniCase::ascii("booteek"), &["boutique"]), - (UniCase::ascii("eveyr"), &["every"]), - (UniCase::ascii("tranformations"), &["transformations"]), - (UniCase::ascii("anually"), &["annually"]), - (UniCase::ascii("algorithmnic"), &["algorithmic"]), - (UniCase::ascii("undertanding"), &["understanding"]), - (UniCase::ascii("asend"), &["ascend", "as end"]), - (UniCase::ascii("varaiables"), &["variables"]), - (UniCase::ascii("srinked"), &["shrunk"]), - (UniCase::ascii("diffculties"), &["difficulties"]), - (UniCase::ascii("corss-site"), &["cross-site"]), - (UniCase::ascii("aprroximately"), &["approximately"]), - (UniCase::ascii("alcoholical"), &["alcoholic"]), - (UniCase::ascii("absolutelly"), &["absolutely"]), - (UniCase::ascii("visuables"), &["visuals"]), - (UniCase::ascii("avaoided"), &["avoided"]), - (UniCase::ascii("dectection"), &["detection"]), - (UniCase::ascii("extrordinarily"), &["extraordinarily"]), - (UniCase::ascii("coneting"), &["connecting"]), - (UniCase::ascii("autimatically"), &["automatically"]), - (UniCase::ascii("exepected"), &["expected"]), - (UniCase::ascii("alle"), &["all", "alley"]), - (UniCase::ascii("sucesfully"), &["successfully"]), - (UniCase::ascii("mantain"), &["maintain"]), - (UniCase::ascii("accelearte"), &["accelerate"]), - (UniCase::ascii("overrie"), &["override", "ovary"]), - (UniCase::ascii("varn"), &["warn"]), - (UniCase::ascii("becomming"), &["becoming"]), - (UniCase::ascii("precacheed"), &["precached"]), - (UniCase::ascii("capbale"), &["capable"]), - (UniCase::ascii("installaitons"), &["installations"]), - (UniCase::ascii("progamatically"), &["programmatically"]), - (UniCase::ascii("situtation"), &["situation"]), - (UniCase::ascii("psuedo"), &["pseudo"]), - (UniCase::ascii("executute"), &["execute"]), - (UniCase::ascii("criticall"), &["critical"]), - (UniCase::ascii("secontly"), &["secondly"]), - (UniCase::ascii("uplaods"), &["uploads"]), - (UniCase::ascii("arbitual"), &["arbitrary"]), - (UniCase::ascii("implememtation"), &["implementation"]), - (UniCase::ascii("sycronus"), &["synchronous"]), - (UniCase::ascii("desogning"), &["designing"]), - (UniCase::ascii("unregisterd"), &["unregistered"]), - (UniCase::ascii("acend"), &["ascend"]), - (UniCase::ascii("nescessary"), &["necessary"]), - (UniCase::ascii("timzeone"), &["timezone"]), - (UniCase::ascii("uncertainities"), &["uncertainties"]), - (UniCase::ascii("aeriels"), &["aerials"]), - (UniCase::ascii("thougt"), &["thought", "though"]), - (UniCase::ascii("associatd"), &["associated"]), - (UniCase::ascii("decremenet"), &["decrement"]), - (UniCase::ascii("unresgisters"), &["unregisters"]), - (UniCase::ascii("themselfs"), &["themselves"]), - (UniCase::ascii("redunancy"), &["redundancy"]), - (UniCase::ascii("pratically"), &["practically"]), - (UniCase::ascii("dublicade"), &["duplicate"]), - (UniCase::ascii("whenevery"), &["whenever"]), - (UniCase::ascii("extrapoliate"), &["extrapolate"]), - (UniCase::ascii("appplications"), &["applications"]), - (UniCase::ascii("interesections"), &["intersections"]), - (UniCase::ascii("autonegotication"), &["autonegotiation"]), - (UniCase::ascii("syas"), &["says"]), - (UniCase::ascii("workarround"), &["workaround"]), - (UniCase::ascii("reuplaoder"), &["reuploader"]), - (UniCase::ascii("constext"), &["context"]), - (UniCase::ascii("follfowin"), &["following"]), - (UniCase::ascii("definiation"), &["definition"]), - (UniCase::ascii("roigins"), &["origins"]), - (UniCase::ascii("instnaces"), &["instances"]), - (UniCase::ascii("sufficently"), &["sufficiently"]), - (UniCase::ascii("valiator"), &["validator"]), - (UniCase::ascii("mismached"), &["mismatched"]), - (UniCase::ascii("suposing"), &["supposing"]), - (UniCase::ascii("behaivior"), &["behavior"]), - (UniCase::ascii("adivce"), &["advice", "advise"]), - (UniCase::ascii("awya"), &["away"]), - (UniCase::ascii("fontains"), &["fountains", "contains"]), - (UniCase::ascii("attetntion"), &["attention"]), - (UniCase::ascii("visiters"), &["visitors"]), - (UniCase::ascii("prerequsites"), &["prerequisites"]), - (UniCase::ascii("generalyse"), &["generalise"]), - (UniCase::ascii("infrasctructure"), &["infrastructure"]), - (UniCase::ascii("Nuremburg"), &["Nuremberg"]), - (UniCase::ascii("reliablity"), &["reliability"]), - (UniCase::ascii("ampty"), &["empty"]), - (UniCase::ascii("consumating"), &["consummating"]), - (UniCase::ascii("reselction"), &["reselection"]), - (UniCase::ascii("altenative"), &["alternative"]), - (UniCase::ascii("sistemically"), &["systemically"]), - (UniCase::ascii("scopeing"), &["scoping"]), - (UniCase::ascii("nuissance"), &["nuisance"]), - (UniCase::ascii("databas"), &["database"]), - (UniCase::ascii("clossing"), &["closing"]), - (UniCase::ascii("vulnerablities"), &["vulnerabilities"]), - (UniCase::ascii("cick"), &["click"]), - (UniCase::ascii("memership"), &["membership"]), - (UniCase::ascii("kuberentes"), &["Kubernetes"]), - (UniCase::ascii("spefixifers"), &["specifiers"]), - (UniCase::ascii("autohorized"), &["authorized"]), - (UniCase::ascii("explit"), &["explicit"]), - (UniCase::ascii("requiere"), &["require"]), - (UniCase::ascii("succedd"), &["succeed"]), - (UniCase::ascii("abundancies"), &["abundances"]), - (UniCase::ascii("maked"), &["marked", "made"]), - (UniCase::ascii("acknoledged"), &["acknowledged"]), - (UniCase::ascii("manualyl"), &["manually"]), - (UniCase::ascii("consistancy"), &["consistency"]), - (UniCase::ascii("prefectches"), &["prefetches"]), - (UniCase::ascii("speficitations"), &["specifications"]), - ( - UniCase::ascii("craches"), - &["crashes", "caches", "crutches"], - ), - (UniCase::ascii("alhapetically"), &["alphabetically"]), - (UniCase::ascii("initliasation"), &["initialisation"]), - (UniCase::ascii("remaines"), &["remains"]), - (UniCase::ascii("possibbe"), &["possible"]), - (UniCase::ascii("requiested"), &["requested"]), - (UniCase::ascii("optain"), &["obtain"]), - (UniCase::ascii("manangement"), &["management"]), - (UniCase::ascii("coninue"), &["continue"]), - (UniCase::ascii("spefiifications"), &["specifications"]), - (UniCase::ascii("disappering"), &["disappearing"]), - (UniCase::ascii("hiearchies"), &["hierarchies"]), - (UniCase::ascii("copmonent"), &["component"]), - (UniCase::ascii("recontructed"), &["reconstructed"]), - (UniCase::ascii("epxected"), &["expected"]), - (UniCase::ascii("extermporaneous"), &["extemporaneous"]), - (UniCase::ascii("incremeantal"), &["incremental"]), - (UniCase::ascii("mofification"), &["modification"]), - (UniCase::ascii("scintillatqt"), &["scintillaqt"]), - (UniCase::ascii("oublisher"), &["publisher"]), - (UniCase::ascii("stil"), &["still"]), - (UniCase::ascii("represnt"), &["represent"]), - (UniCase::ascii("convinience"), &["convenience"]), - (UniCase::ascii("arrangteable"), &["arrangeable"]), - (UniCase::ascii("invlaid"), &["invalid"]), - (UniCase::ascii("interpeted"), &["interpreted"]), - (UniCase::ascii("religeous"), &["religious"]), - (UniCase::ascii("modifcication"), &["modification"]), - (UniCase::ascii("anual"), &["annual"]), - (UniCase::ascii("execuitions"), &["executions"]), - (UniCase::ascii("sinply"), &["simply"]), - (UniCase::ascii("experimaneted"), &["experimented"]), - (UniCase::ascii("persepectives"), &["perspectives"]), - (UniCase::ascii("vulnerarble"), &["vulnerable"]), - (UniCase::ascii("sigal"), &["signal", "sigil"]), - (UniCase::ascii("renegosiate"), &["renegotiate"]), - (UniCase::ascii("indciate"), &["indicate"]), - (UniCase::ascii("hashreference"), &["hash reference"]), - (UniCase::ascii("destrutor"), &["destructor"]), - (UniCase::ascii("outbuts"), &["outputs"]), - (UniCase::ascii("sutdown"), &["shutdown"]), - (UniCase::ascii("drawack"), &["drawback"]), - (UniCase::ascii("represneting"), &["representing"]), - (UniCase::ascii("deduplacates"), &["deduplicates"]), - (UniCase::ascii("de-duplaicated"), &["de-duplicated"]), - (UniCase::ascii("peripherial"), &["peripheral"]), - (UniCase::ascii("workarrounds"), &["workarounds"]), - (UniCase::ascii("fragement"), &["fragment"]), - (UniCase::ascii("behabviour"), &["behaviour"]), - (UniCase::ascii("containting"), &["containing"]), - (UniCase::ascii("commads"), &["commands"]), - (UniCase::ascii("experinementations"), &["experimentations"]), - (UniCase::ascii("inbedded"), &["embedded"]), - (UniCase::ascii("qoutes"), &["quotes"]), - (UniCase::ascii("mormalised"), &["normalised"]), - (UniCase::ascii("leagelity"), &["legality"]), - (UniCase::ascii("leraned"), &["learned"]), - (UniCase::ascii("eletricity"), &["electricity"]), - (UniCase::ascii("foloowed"), &["followed"]), - (UniCase::ascii("hotizontal"), &["horizontal"]), - (UniCase::ascii("certifificated"), &["certificated"]), - (UniCase::ascii("wherether"), &["whether"]), - ( - UniCase::ascii("situationals"), - &["situational", "situations"], - ), - (UniCase::ascii("spefics"), &["specifics"]), - (UniCase::ascii("inerrupt"), &["interrupt"]), - (UniCase::ascii("awoid"), &["avoid"]), - (UniCase::ascii("progapate"), &["propagate"]), - (UniCase::ascii("compatabilities"), &["compatibilities"]), - (UniCase::ascii("outperfoem"), &["outperform"]), - (UniCase::ascii("tamplating"), &["templating"]), - (UniCase::ascii("inverions"), &["inversions"]), - (UniCase::ascii("predefineds"), &["predefined"]), - (UniCase::ascii("asscociated"), &["associated"]), - (UniCase::ascii("emissed"), &["amassed", "amiss"]), - (UniCase::ascii("saphires"), &["sapphires"]), - (UniCase::ascii("cointains"), &["contains"]), - (UniCase::ascii("quried"), &["queried"]), - (UniCase::ascii("dtoring"), &["storing"]), - (UniCase::ascii("awming"), &["awning"]), - (UniCase::ascii("architecures"), &["architectures"]), - (UniCase::ascii("chemcial"), &["chemical"]), - (UniCase::ascii("Fahrenheight"), &["Fahrenheit"]), - (UniCase::ascii("poltical"), &["political"]), - (UniCase::ascii("unnecesarry"), &["unnecessary"]), - (UniCase::ascii("succedes"), &["succeeds"]), - (UniCase::ascii("asssertion"), &["assertion"]), - (UniCase::ascii("experimantelly"), &["experimentally"]), - (UniCase::ascii("breshes"), &["brushes"]), - (UniCase::ascii("automaticaly"), &["automatically"]), - (UniCase::ascii("subsitutuent"), &["substituent"]), - (UniCase::ascii("admi"), &["admin"]), - (UniCase::ascii("authenificates"), &["authenticates"]), - (UniCase::ascii("multixsite"), &["multisite"]), - (UniCase::ascii("passwrods"), &["passwords"]), - (UniCase::ascii("arbitrors"), &["arbiters", "arbitrators"]), - ( - UniCase::ascii("spefation"), - &["separation", "specification"], - ), - (UniCase::ascii("subsecrion"), &["subsection"]), - (UniCase::ascii("non-negotioble"), &["non-negotiable"]), - (UniCase::ascii("considere"), &["consider", "considered"]), - (UniCase::ascii("regaring"), &["regarding"]), - (UniCase::ascii("insurence"), &["insurance"]), - (UniCase::ascii("ewhwer"), &["where"]), - (UniCase::ascii("ckecksum"), &["checksum"]), - (UniCase::ascii("speficifeis"), &["specifies"]), - (UniCase::ascii("contexual"), &["contextual"]), - (UniCase::ascii("erally"), &["orally", "really"]), - (UniCase::ascii("syntetized"), &["synthesized"]), - (UniCase::ascii("thme"), &["them"]), - (UniCase::ascii("chanllenging"), &["challenging"]), - (UniCase::ascii("expeceted"), &["expected"]), - (UniCase::ascii("screnn"), &["screen"]), - (UniCase::ascii("explecitely"), &["explicitly"]), - (UniCase::ascii("subsquent"), &["subsequent"]), - (UniCase::ascii("occassionaly"), &["occasionally"]), - (UniCase::ascii("confidance"), &["confidence"]), - (UniCase::ascii("envioremental"), &["environmental"]), - (UniCase::ascii("countermeausure"), &["countermeasure"]), - (UniCase::ascii("aggragate"), &["aggregate"]), - (UniCase::ascii("battary"), &["battery"]), - (UniCase::ascii("unspeficied"), &["unspecified"]), - (UniCase::ascii("composablity"), &["composability"]), - (UniCase::ascii("regsion"), &["region"]), - (UniCase::ascii("momement"), &["moment"]), - (UniCase::ascii("spefiifying"), &["specifying"]), - (UniCase::ascii("commndline"), &["commandline"]), - (UniCase::ascii("desroyer"), &["destroyer"]), - (UniCase::ascii("reenabled"), &["re-enabled"]), - (UniCase::ascii("bouned"), &["bounded"]), - (UniCase::ascii("elimintate"), &["eliminate"]), - (UniCase::ascii("parmeters"), &["parameters"]), - (UniCase::ascii("identificable"), &["identifiable"]), - (UniCase::ascii("improovments"), &["improvements"]), - (UniCase::ascii("convienience"), &["convenience"]), - (UniCase::ascii("lications"), &["locations"]), - (UniCase::ascii("authethenticating"), &["authenticating"]), - (UniCase::ascii("destinataions"), &["destinations"]), - (UniCase::ascii("lintain"), &["lintian"]), - (UniCase::ascii("attatched"), &["attached"]), - (UniCase::ascii("idicated"), &["indicated"]), - (UniCase::ascii("comtainer"), &["container"]), - (UniCase::ascii("statemenet"), &["statement"]), - (UniCase::ascii("intialised"), &["initialised"]), - (UniCase::ascii("varierty"), &["variety"]), - (UniCase::ascii("enocde"), &["encode"]), - (UniCase::ascii("libraly"), &["library"]), - (UniCase::ascii("microship"), &["microchip"]), - (UniCase::ascii("suscript"), &["subscript"]), - (UniCase::ascii("sqaures"), &["squares"]), - (UniCase::ascii("pyscic"), &["psychic"]), - (UniCase::ascii("coinsiding"), &["coinciding"]), - (UniCase::ascii("presumibly"), &["presumably"]), - (UniCase::ascii("initailly"), &["initially"]), - (UniCase::ascii("perferred"), &["preferred"]), - (UniCase::ascii("succesors"), &["successors"]), - (UniCase::ascii("unvailable"), &["unavailable"]), - (UniCase::ascii("valies"), &["values"]), - (UniCase::ascii("charector"), &["character"]), - (UniCase::ascii("chceks"), &["checks"]), - (UniCase::ascii("materiasl"), &["materials", "material"]), - (UniCase::ascii("muscicians"), &["musicians"]), - (UniCase::ascii("heirarchical"), &["hierarchical"]), - (UniCase::ascii("applyable"), &["applicable"]), - (UniCase::ascii("execuion"), &["execution"]), - (UniCase::ascii("custoize"), &["customize"]), - (UniCase::ascii("revrieve"), &["retrieve"]), - (UniCase::ascii("unsucessfully"), &["unsuccessfully"]), - (UniCase::ascii("discouranged"), &["discouraged"]), - (UniCase::ascii("keyowrd"), &["keyword"]), - (UniCase::ascii("curefuly"), &["carefully"]), - (UniCase::ascii("whish"), &["wish", "whisk"]), - (UniCase::ascii("mached"), &["matched"]), - (UniCase::ascii("condifurable"), &["configurable"]), - (UniCase::ascii("akumulate"), &["accumulate"]), - (UniCase::ascii("dissbles"), &["disables"]), - (UniCase::ascii("sevice"), &["service"]), - (UniCase::ascii("flushs"), &["flushes"]), - (UniCase::ascii("religously"), &["religiously"]), - (UniCase::ascii("impoves"), &["improves"]), - (UniCase::ascii("gropu"), &["group"]), - (UniCase::ascii("syncronizing"), &["synchronizing"]), - (UniCase::ascii("proprogating"), &["propagating"]), - (UniCase::ascii("brocken"), &["broken"]), - (UniCase::ascii("speficitications"), &["specifications"]), - (UniCase::ascii("comparare"), &["compare"]), - (UniCase::ascii("uplaoding"), &["uploading"]), - (UniCase::ascii("incoherant"), &["incoherent"]), - (UniCase::ascii("inproovments"), &["improvements"]), - (UniCase::ascii("cooridate"), &["coordinate"]), - (UniCase::ascii("sycronous"), &["synchronous"]), - (UniCase::ascii("ciricles"), &["circles"]), - (UniCase::ascii("zimmap"), &["zipmap"]), - (UniCase::ascii("forwads"), &["forwards"]), - (UniCase::ascii("verticies"), &["vertices"]), - (UniCase::ascii("debuging"), &["debugging"]), - (UniCase::ascii("elemantary"), &["elementary"]), - (UniCase::ascii("heirarchies"), &["hierarchies"]), - (UniCase::ascii("orgamise"), &["organise"]), - (UniCase::ascii("neighbeurhoor"), &["neighbour"]), - (UniCase::ascii("instnatiations"), &["instantiations"]), - (UniCase::ascii("fivety"), &["fifty"]), - (UniCase::ascii("enity"), &["entity"]), - (UniCase::ascii("publihser"), &["publisher"]), - (UniCase::ascii("negotioators"), &["negotiators"]), - (UniCase::ascii("perfectably"), &["perfectly"]), - (UniCase::ascii("appropropriate"), &["appropriate"]), - (UniCase::ascii("diconnected"), &["disconnected"]), - (UniCase::ascii("algoruthmic"), &["algorithmic"]), - (UniCase::ascii("usal"), &["usual"]), - (UniCase::ascii("hypocricy"), &["hypocrisy"]), - (UniCase::ascii("genarate"), &["generate"]), - (UniCase::ascii("conetxts"), &["contexts", "connects"]), - (UniCase::ascii("bistream"), &["bitstream"]), - (UniCase::ascii("succesful"), &["successful"]), - (UniCase::ascii("interprate"), &["interpret"]), - (UniCase::ascii("experimentaing"), &["experimenting"]), - (UniCase::ascii("concieted"), &["conceited"]), - (UniCase::ascii("comparaison"), &["comparison"]), - (UniCase::ascii("defenitions"), &["definitions"]), - (UniCase::ascii("abreviations"), &["abbreviations"]), - (UniCase::ascii("stirr"), &["stir"]), - (UniCase::ascii("representaional"), &["representational"]), - (UniCase::ascii("renegatiotiator"), &["renegotiator"]), - (UniCase::ascii("deregisteres"), &["deregisters"]), - (UniCase::ascii("guarbage"), &["garbage"]), - (UniCase::ascii("handshaling"), &["handshaking"]), - (UniCase::ascii("posisition"), &["position"]), - (UniCase::ascii("authos"), &["authors", "autos"]), - (UniCase::ascii("coalleced"), &["coalesced"]), - (UniCase::ascii("firt"), &["first", "flirt"]), - (UniCase::ascii("keywors"), &["keywords"]), - (UniCase::ascii("alwauys"), &["always"]), - (UniCase::ascii("non-negosiated"), &["non-negotiated"]), - (UniCase::ascii("dictionnary"), &["dictionary"]), - (UniCase::ascii("opression"), &["oppression"]), - (UniCase::ascii("implemenetd"), &["implemented"]), - (UniCase::ascii("directrly"), &["directly"]), - (UniCase::ascii("operatior"), &["operator"]), - (UniCase::ascii("intquired"), &["inquired", "enquired"]), - (UniCase::ascii("crashs"), &["crashes"]), - (UniCase::ascii("reponse"), &["response"]), - (UniCase::ascii("startegies"), &["strategies"]), - (UniCase::ascii("simmetric"), &["symmetric"]), - (UniCase::ascii("re-negosiation"), &["re-negotiation"]), - (UniCase::ascii("severirirty"), &["severity"]), - (UniCase::ascii("actally"), &["actually"]), - (UniCase::ascii("algorhitmically"), &["algorithmically"]), - (UniCase::ascii("absulute"), &["absolute"]), - (UniCase::ascii("lifecyle"), &["lifecycle"]), - (UniCase::ascii("fualts"), &["faults"]), - (UniCase::ascii("follwoers"), &["followers"]), - (UniCase::ascii("necassery"), &["necessary"]), - (UniCase::ascii("diretories"), &["directories"]), - (UniCase::ascii("supspected"), &["suspected"]), - (UniCase::ascii("filessytems"), &["filesystems"]), - ( - UniCase::ascii("skillfull"), - &["skillful", "skilful", "skillfully", "skilfully"], - ), - (UniCase::ascii("tunned"), &["tuned"]), - (UniCase::ascii("konwn"), &["known"]), - (UniCase::ascii("conergence"), &["convergence"]), - (UniCase::ascii("succcessor"), &["successor"]), - (UniCase::ascii("kepping"), &["keeping"]), - (UniCase::ascii("likly"), &["likely"]), - (UniCase::ascii("modfider"), &["modifier"]), - (UniCase::ascii("asynnc"), &["async"]), - (UniCase::ascii("descibe"), &["describe"]), - (UniCase::ascii("enviorenmental"), &["environmental"]), - (UniCase::ascii("langauage"), &["language"]), - (UniCase::ascii("sucessors"), &["successors"]), - (UniCase::ascii("acquring"), &["acquiring"]), - (UniCase::ascii("servie"), &["service"]), - (UniCase::ascii("Godounov"), &["Godunov"]), - (UniCase::ascii("instrcutinos"), &["instructions"]), - (UniCase::ascii("syntaxg"), &["syntax"]), - (UniCase::ascii("desgin-mode"), &["design-mode"]), - (UniCase::ascii("forhead"), &["forehead"]), - (UniCase::ascii("serveiced"), &["serviced"]), - (UniCase::ascii("parmameters"), &["parameters"]), - (UniCase::ascii("systmes"), &["systems"]), - (UniCase::ascii("vegitables"), &["vegetables"]), - (UniCase::ascii("chceked"), &["checked"]), - (UniCase::ascii("procedger"), &["procedure"]), - (UniCase::ascii("coordintates"), &["coordinates"]), - (UniCase::ascii("tesellate"), &["tessellate"]), - (UniCase::ascii("arrangmenet"), &["arrangement"]), - (UniCase::ascii("competive"), &["competitive"]), - (UniCase::ascii("developp"), &["develop"]), - (UniCase::ascii("replicaiting"), &["replicating"]), - (UniCase::ascii("oriantation"), &["orientation"]), - (UniCase::ascii("modifable"), &["modifiable"]), - (UniCase::ascii("detectsion"), &["detection"]), - (UniCase::ascii("implementators"), &["implementers"]), - (UniCase::ascii("correposding"), &["corresponding"]), - (UniCase::ascii("unabailable"), &["unavailable"]), - (UniCase::ascii("invokations"), &["invocations"]), - (UniCase::ascii("perfmormance"), &["performance"]), - (UniCase::ascii("finxing"), &["fixing"]), - (UniCase::ascii("genreate"), &["generate"]), - (UniCase::ascii("eachother"), &["each other"]), - (UniCase::ascii("vavle"), &["valve"]), - (UniCase::ascii("noe"), &["not", "no", "node", "know", "now"]), - (UniCase::ascii("whenver"), &["whenever"]), - (UniCase::ascii("indentifing"), &["identifying"]), - (UniCase::ascii("atrributes"), &["attributes"]), - (UniCase::ascii("mailling"), &["mailing"]), - (UniCase::ascii("Puertorrican"), &["Puerto Rican"]), - (UniCase::ascii("neighbethoods"), &["neighborhoods"]), - (UniCase::ascii("unstalled"), &["installed", "uninstalled"]), - (UniCase::ascii("unstabel"), &["unstable"]), - (UniCase::ascii("hvaing"), &["having"]), - (UniCase::ascii("udpatable"), &["updatable"]), - (UniCase::ascii("resumitted"), &["resubmitted"]), - (UniCase::ascii("negotatiating"), &["negotiating"]), - (UniCase::ascii("beween"), &["between"]), - (UniCase::ascii("utputs"), &["outputs"]), - (UniCase::ascii("negotioated"), &["negotiated"]), - (UniCase::ascii("segmend"), &["segment"]), - (UniCase::ascii("intereested"), &["interested"]), - (UniCase::ascii("sugestions"), &["suggestions"]), - (UniCase::ascii("ofsetted"), &["offsetted"]), - (UniCase::ascii("aond"), &["and"]), - (UniCase::ascii("traling"), &["trailing", "trialing"]), - (UniCase::ascii("ignorns"), &["ignores"]), - (UniCase::ascii("re-negociating"), &["re-negotiating"]), - (UniCase::ascii("femminist"), &["feminist"]), - (UniCase::ascii("selektor"), &["selector"]), - (UniCase::ascii("appriximately"), &["approximately"]), - (UniCase::ascii("revereces"), &["references"]), - (UniCase::ascii("ommiting"), &["omitting"]), - (UniCase::ascii("cipertexts"), &["ciphertexts"]), - (UniCase::ascii("correponding"), &["corresponding"]), - ( - UniCase::ascii("content-negoatiation"), - &["content-negotiation"], - ), - (UniCase::ascii("memeasurement"), &["measurement"]), - (UniCase::ascii("deposint"), &["deposing"]), - (UniCase::ascii("convineient"), &["convenient"]), - (UniCase::ascii("renewl"), &["renewal"]), - (UniCase::ascii("recrusivelly"), &["recursively"]), - (UniCase::ascii("answhareing"), &["answering"]), - (UniCase::ascii("patten"), &["pattern", "patent"]), - (UniCase::ascii("boundry"), &["boundary"]), - (UniCase::ascii("bboolean"), &["boolean"]), - (UniCase::ascii("palletted"), &["paletted"]), - (UniCase::ascii("somthing"), &["something"]), - (UniCase::ascii("dokcer"), &["docker"]), - (UniCase::ascii("doubele-clicks"), &["double-clicks"]), - (UniCase::ascii("doccument"), &["document"]), - (UniCase::ascii("gnorung"), &["ignoring"]), - (UniCase::ascii("aautomatic"), &["automatic"]), - (UniCase::ascii("legasy"), &["legacy"]), - (UniCase::ascii("admissable"), &["admissible"]), - (UniCase::ascii("folliwin"), &["following"]), - (UniCase::ascii("speficiteis"), &["specifies"]), - (UniCase::ascii("enduce"), &["induce"]), - (UniCase::ascii("envrionments"), &["environments"]), - (UniCase::ascii("surprisinlgy"), &["surprisingly"]), - (UniCase::ascii("oposition"), &["opposition"]), - (UniCase::ascii("allocaed"), &["allocated"]), - (UniCase::ascii("binominal"), &["binomial"]), - (UniCase::ascii("exmple"), &["example"]), - (UniCase::ascii("modfifying"), &["modifying"]), - (UniCase::ascii("tremelo"), &["tremolo"]), - (UniCase::ascii("instnance"), &["instance"]), - (UniCase::ascii("pallete"), &["palette"]), - (UniCase::ascii("windo"), &["window"]), - (UniCase::ascii("isue"), &["issue"]), - (UniCase::ascii("expeptions"), &["exceptions"]), - (UniCase::ascii("reqests"), &["requests"]), - (UniCase::ascii("infoemation"), &["information"]), - (UniCase::ascii("facilties"), &["facilities"]), - (UniCase::ascii("negotiotes"), &["negotiates"]), - (UniCase::ascii("cheif"), &["chief"]), - (UniCase::ascii("elipsis"), &["ellipsis", "eclipses"]), - (UniCase::ascii("Australien"), &["Australian"]), - (UniCase::ascii("deamonizing"), &["daemonizing"]), - (UniCase::ascii("compied"), &["compiled"]), - (UniCase::ascii("additinally"), &["additionally"]), - (UniCase::ascii("millioniares"), &["millionaires"]), - (UniCase::ascii("atomical"), &["atomic"]), - (UniCase::ascii("foto"), &["photo"]), - (UniCase::ascii("temproarly"), &["temporarily"]), - (UniCase::ascii("chopy"), &["choppy", "chop"]), - (UniCase::ascii("doucment"), &["document"]), - (UniCase::ascii("datatpes"), &["datatypes"]), - (UniCase::ascii("speficiallically"), &["specifically"]), - (UniCase::ascii("axpressed"), &["expressed"]), - (UniCase::ascii("subtitution"), &["substitution"]), - (UniCase::ascii("bve"), &["be"]), - (UniCase::ascii("hierchy"), &["hierarchy"]), - (UniCase::ascii("uplodaded"), &["uploaded"]), - (UniCase::ascii("considerd"), &["considered"]), - (UniCase::ascii("trasformative"), &["transformative"]), - (UniCase::ascii("hotname"), &["hostname"]), - (UniCase::ascii("folowers"), &["followers"]), - (UniCase::ascii("progapation"), &["propagation"]), - (UniCase::ascii("arbibtrarily"), &["arbitrarily"]), - (UniCase::ascii("vulberabuillities"), &["vulnerabilities"]), - (UniCase::ascii("instnces"), &["instances"]), - (UniCase::ascii("acutual"), &["actual"]), - (UniCase::ascii("dispode"), &["dispose"]), - (UniCase::ascii("utilty"), &["utility"]), - (UniCase::ascii("reconeection"), &["reconnection"]), - (UniCase::ascii("invisivble"), &["invisible"]), - (UniCase::ascii("attribte"), &["attribute"]), - (UniCase::ascii("unprecise"), &["imprecise"]), - (UniCase::ascii("re-negotiotor"), &["re-negotiator"]), - (UniCase::ascii("uncessarily"), &["unnecessarily"]), - ( - UniCase::ascii("transaition"), - &["translation", "transition", "transaction"], - ), - (UniCase::ascii("selv"), &["self"]), - (UniCase::ascii("assumtpions"), &["assumptions"]), - (UniCase::ascii("renegosiating"), &["renegotiating"]), - (UniCase::ascii("dervied"), &["derived"]), - (UniCase::ascii("committy"), &["committee"]), - (UniCase::ascii("calcualted"), &["calculated"]), - (UniCase::ascii("abourt"), &["abort", "about"]), - (UniCase::ascii("cnfiguration"), &["configuration"]), - (UniCase::ascii("experimmentelly"), &["experimentally"]), - (UniCase::ascii("imrovement"), &["improvement"]), - (UniCase::ascii("devirtualisaiton"), &["devirtualisation"]), - (UniCase::ascii("aggrevate"), &["aggravate"]), - (UniCase::ascii("devleoper"), &["developer"]), - (UniCase::ascii("atributes"), &["attributes"]), - (UniCase::ascii("traveral"), &["traversal"]), - (UniCase::ascii("stragedy"), &["strategy", "tragedy"]), - (UniCase::ascii("pinnaple"), &["pineapple"]), - (UniCase::ascii("stadnardisation"), &["standardisation"]), - (UniCase::ascii("hueristic"), &["heuristic"]), - (UniCase::ascii("coninues"), &["continues"]), - (UniCase::ascii("squrared"), &["squared"]), - (UniCase::ascii("sepecified"), &["specified"]), - (UniCase::ascii("vulbearbilities"), &["vulnerabilities"]), - (UniCase::ascii("simulantaneously"), &["simultaneously"]), - (UniCase::ascii("ambibuity"), &["ambiguity"]), - (UniCase::ascii("tempororarily"), &["temporarily"]), - (UniCase::ascii("feld"), &["field"]), - (UniCase::ascii("conert"), &["convert"]), - (UniCase::ascii("inconsistendt"), &["inconsistent"]), - (UniCase::ascii("creasoat"), &["creosote"]), - (UniCase::ascii("executabnle"), &["executable"]), - (UniCase::ascii("guarnatey"), &["guaranty"]), - (UniCase::ascii("scatch"), &["catch", "scratch", "sketch"]), - (UniCase::ascii("auto-negoatiation"), &["auto-negotiation"]), - (UniCase::ascii("forthcominng"), &["forthcoming"]), - (UniCase::ascii("possibilitities"), &["possibilities"]), - (UniCase::ascii("backwrad"), &["backward"]), - (UniCase::ascii("radify"), &["ratify"]), - (UniCase::ascii("audeince"), &["audience"]), - (UniCase::ascii("poperly"), &["properly", "property"]), - (UniCase::ascii("batery"), &["battery"]), - (UniCase::ascii("interaly"), &["internally"]), - (UniCase::ascii("stronly"), &["strongly"]), - (UniCase::ascii("garantee"), &["guarantee"]), - (UniCase::ascii("stirrs"), &["stirs"]), - (UniCase::ascii("desription"), &["description"]), - (UniCase::ascii("accidentically"), &["accidentally"]), - (UniCase::ascii("reorginized"), &["reorganized"]), - (UniCase::ascii("differances"), &["differences"]), - (UniCase::ascii("retsart"), &["restart"]), - (UniCase::ascii("gateing"), &["gating"]), - (UniCase::ascii("admn"), &["admin"]), - (UniCase::ascii("occouring"), &["occurring"]), - (UniCase::ascii("arbituary"), &["arbitrary"]), - (UniCase::ascii("expermeneting"), &["experimenting"]), - (UniCase::ascii("tempraarily"), &["temporarily"]), - (UniCase::ascii("authencates"), &["authenticates"]), - (UniCase::ascii("visuaised"), &["visualised"]), - (UniCase::ascii("colmuned"), &["columned"]), - (UniCase::ascii("alignrigh"), &["alignright"]), - (UniCase::ascii("asynchrounsly"), &["asynchronously"]), - (UniCase::ascii("certifciated"), &["certificated"]), - (UniCase::ascii("vektors"), &["vectors"]), - (UniCase::ascii("siezed"), &["seized", "sized"]), - (UniCase::ascii("extration"), &["extraction"]), - (UniCase::ascii("auto-genratet"), &["auto-generated"]), - (UniCase::ascii("apprixamates"), &["approximates"]), - (UniCase::ascii("capapbilities"), &["capabilities"]), - (UniCase::ascii("regulax"), &["regular"]), - (UniCase::ascii("which;s"), &["which\'s"]), - (UniCase::ascii("agorithm"), &["algorithm"]), - (UniCase::ascii("singelar"), &["singular"]), - (UniCase::ascii("correspinding"), &["corresponding"]), - (UniCase::ascii("consective"), &["consecutive"]), - (UniCase::ascii("availiable"), &["available"]), - (UniCase::ascii("placholder"), &["placeholder"]), - (UniCase::ascii("recrods"), &["records"]), - (UniCase::ascii("standartds"), &["standards"]), - (UniCase::ascii("accussed"), &["accused"]), - (UniCase::ascii("unspefiied"), &["unspecified"]), - (UniCase::ascii("codde"), &["code", "coded", "coddle"]), - (UniCase::ascii("unaquired"), &["unacquired"]), - (UniCase::ascii("differance"), &["difference"]), - (UniCase::ascii("disuade"), &["dissuade"]), - (UniCase::ascii("certifiations"), &["certifications"]), - (UniCase::ascii("selecgting"), &["selecting"]), - (UniCase::ascii("statemanet"), &["statement"]), - (UniCase::ascii("archetecture"), &["architecture"]), - (UniCase::ascii("de-duplate"), &["de-duplicate"]), - (UniCase::ascii("correspondant"), &["correspondent"]), - (UniCase::ascii("devirutalisation"), &["devirtualisation"]), - (UniCase::ascii("unhilight"), &["unhighlight"]), - (UniCase::ascii("libralie"), &["library"]), - (UniCase::ascii("accomodated"), &["accommodated"]), - (UniCase::ascii("vertexts"), &["vertices"]), - (UniCase::ascii("implementaed"), &["implemented"]), - (UniCase::ascii("loaader"), &["loader"]), - (UniCase::ascii("achivements"), &["achievements"]), - (UniCase::ascii("allcator"), &["allocator"]), - (UniCase::ascii("diabled"), &["disabled"]), - (UniCase::ascii("muyst"), &["must"]), - (UniCase::ascii("expetiment"), &["experiment"]), - (UniCase::ascii("repositry"), &["repository"]), - (UniCase::ascii("cacl"), &["calc"]), - (UniCase::ascii("corrolates"), &["correlates"]), - (UniCase::ascii("soemthing"), &["something"]), - (UniCase::ascii("packacge"), &["package"]), - (UniCase::ascii("captial"), &["capital"]), - (UniCase::ascii("wrokload"), &["workload"]), - (UniCase::ascii("coprighted"), &["copyrighted"]), - (UniCase::ascii("degeree"), &["degree"]), - (UniCase::ascii("catergorize"), &["categorize"]), - (UniCase::ascii("prdpagator"), &["propagator"]), - (UniCase::ascii("suppoort"), &["support"]), - (UniCase::ascii("specificiations"), &["specifications"]), - (UniCase::ascii("limitiations"), &["limitations"]), - (UniCase::ascii("fanatism"), &["fanaticism"]), - (UniCase::ascii("attatch"), &["attach"]), - (UniCase::ascii("popolating"), &["populating"]), - (UniCase::ascii("booleamn"), &["boolean"]), - (UniCase::ascii("hietus"), &["hiatus"]), - (UniCase::ascii("sepertator"), &["separator"]), - (UniCase::ascii("practioner"), &["practitioner"]), - (UniCase::ascii("aysnc"), &["async"]), - (UniCase::ascii("anination"), &["animation"]), - (UniCase::ascii("mavrick"), &["maverick"]), - (UniCase::ascii("xmdoel"), &["xmodel"]), - (UniCase::ascii("alignemt"), &["alignment"]), - (UniCase::ascii("spectauclar"), &["spectacular"]), - (UniCase::ascii("mirorr"), &["mirror"]), - (UniCase::ascii("juxtification"), &["justification"]), - (UniCase::ascii("layed"), &["laid"]), - (UniCase::ascii("accouting"), &["accounting"]), - (UniCase::ascii("therby"), &["thereby"]), - (UniCase::unicode("сontaining"), &["containing"]), - (UniCase::ascii("condig"), &["config"]), - (UniCase::ascii("endfi"), &["endif"]), - (UniCase::ascii("destryiong"), &["destroying"]), - (UniCase::ascii("functionnal"), &["functional"]), - (UniCase::ascii("seqeuntials"), &["sequentials"]), - (UniCase::ascii("transparren"), &["transparent"]), - (UniCase::ascii("dimentional"), &["dimensional"]), - (UniCase::ascii("trubble"), &["trouble"]), - (UniCase::ascii("strenghen"), &["strengthen"]), - (UniCase::ascii("facist"), &["fascist"]), - (UniCase::ascii("intered"), &["interred", "interned"]), - (UniCase::ascii("arbiturary"), &["arbitrary"]), - (UniCase::ascii("prepresent"), &["represent"]), - (UniCase::ascii("maintanance"), &["maintenance"]), - (UniCase::ascii("countour"), &["contour", "counter"]), - (UniCase::ascii("comparotor"), &["comparator"]), - (UniCase::ascii("authenificator"), &["authenticator"]), - (UniCase::ascii("imlicitly"), &["implicitly"]), - (UniCase::ascii("datatyepes"), &["datatypes"]), - (UniCase::ascii("happenns"), &["happens"]), - (UniCase::ascii("decosing"), &["decoding"]), - (UniCase::ascii("confidantals"), &["confidentials"]), - (UniCase::ascii("succeeed"), &["succeed", "succeeded"]), - (UniCase::ascii("derogitory"), &["derogatory"]), - (UniCase::ascii("experamenters"), &["experimenters"]), - (UniCase::ascii("transpart"), &["transport"]), - (UniCase::ascii("yaers"), &["years"]), - (UniCase::ascii("appriximating"), &["approximating"]), - ( - UniCase::ascii("inefficieny"), - &["inefficiency", "inefficiently"], - ), - (UniCase::ascii("infor"), &["info"]), - (UniCase::ascii("intiailized"), &["initialized"]), - (UniCase::ascii("vew"), &["view"]), - (UniCase::ascii("impementing"), &["implementing"]), - (UniCase::ascii("exchance"), &["exchange"]), - ( - UniCase::ascii("blances"), - &["balances", "glances", "lances"], - ), - (UniCase::ascii("hrlpers"), &["helpers"]), - (UniCase::ascii("tetry"), &["retry"]), - (UniCase::ascii("spefeir"), &["specifier"]), - (UniCase::ascii("consiciousness"), &["consciousness"]), - (UniCase::ascii("experimdnting"), &["experimenting"]), - (UniCase::ascii("upliad"), &["upload"]), - (UniCase::ascii("releses"), &["releases"]), - (UniCase::ascii("cheapeast"), &["cheapest"]), - (UniCase::ascii("coallessence"), &["coalescence"]), - (UniCase::ascii("previosly"), &["previously"]), - (UniCase::ascii("Farenheit"), &["Fahrenheit"]), - (UniCase::ascii("characers"), &["characters"]), - (UniCase::ascii("separte"), &["separate"]), - ( - UniCase::ascii("overrite"), - &["overwrite", "override", "overrate"], - ), - (UniCase::ascii("re-negoticate"), &["re-negotiate"]), - (UniCase::ascii("expetcs"), &["expects"]), - (UniCase::ascii("resrouced"), &["resourced"]), - (UniCase::ascii("abstratly"), &["abstractly"]), - (UniCase::ascii("attribye"), &["attribute"]), - (UniCase::ascii("privide"), &["provide"]), - (UniCase::ascii("enouugh"), &["enough"]), - (UniCase::ascii("yau"), &["you", "yaw"]), - (UniCase::ascii("sylibol"), &["syllable"]), - (UniCase::ascii("reconize"), &["recognize"]), - (UniCase::ascii("acnowledge"), &["acknowledge"]), - (UniCase::ascii("euivalents"), &["equivalents"]), - (UniCase::ascii("suggesttion"), &["suggestion"]), - (UniCase::ascii("comamndline"), &["commandline"]), - (UniCase::ascii("uncommmon"), &["uncommon"]), - (UniCase::ascii("troup"), &["troupe"]), - (UniCase::ascii("getttimeofday"), &["gettimeofday"]), - (UniCase::ascii("firmwart"), &["firmware"]), - (UniCase::ascii("hemmorhage"), &["hemorrhage"]), - (UniCase::ascii("processer"), &["processor"]), - (UniCase::ascii("rebulds"), &["rebuilds"]), - (UniCase::ascii("neighboing"), &["neighboring"]), - (UniCase::ascii("discconenction"), &["disconnection"]), - (UniCase::ascii("digitalizing"), &["digitizing"]), - (UniCase::ascii("docuemtnation"), &["documentation"]), - (UniCase::ascii("hygene"), &["hygiene"]), - (UniCase::ascii("leagl"), &["legal"]), - (UniCase::ascii("aquaint"), &["acquaint"]), - (UniCase::ascii("inveting"), &["inverting"]), - (UniCase::ascii("preperation"), &["preparation"]), - (UniCase::ascii("experimants"), &["experiments"]), - (UniCase::ascii("acendencey"), &["ascendancy"]), - (UniCase::ascii("iligal"), &["illegal"]), - (UniCase::ascii("presearved"), &["preserved"]), - (UniCase::ascii("utillities"), &["utilities"]), - (UniCase::ascii("aditionally"), &["additionally"]), - (UniCase::ascii("availbale"), &["available"]), - (UniCase::ascii("neighrours"), &["neighbours"]), - (UniCase::ascii("vakue"), &["value"]), - (UniCase::ascii("receves"), &["receives"]), - (UniCase::ascii("rebuliding"), &["rebuilding"]), - (UniCase::ascii("containners"), &["containers"]), - (UniCase::ascii("expermenetal"), &["experimental"]), - (UniCase::ascii("evalute"), &["evaluate"]), - (UniCase::ascii("caugt"), &["caught"]), - (UniCase::ascii("ressurection"), &["resurrection"]), - (UniCase::ascii("distibutions"), &["distributions"]), - (UniCase::ascii("parallell"), &["parallel"]), - (UniCase::ascii("datbase"), &["database"]), - (UniCase::ascii("experimanetel"), &["experimental"]), - (UniCase::ascii("intedned"), &["intended"]), - (UniCase::ascii("instantation"), &["instantiation"]), - (UniCase::ascii("consitional"), &["conditional"]), - (UniCase::ascii("invloved"), &["involved"]), - (UniCase::ascii("othographic"), &["orthographic"]), - (UniCase::ascii("egenralizes"), &["generalizes"]), - (UniCase::ascii("temporyry"), &["temporary"]), - (UniCase::ascii("enviornments"), &["environments"]), - (UniCase::ascii("curser"), &["cursor"]), - (UniCase::ascii("veriftying"), &["verifying"]), - (UniCase::ascii("obstruced"), &["obstructed"]), - (UniCase::ascii("noraml"), &["normal"]), - (UniCase::ascii("mistatching"), &["mismatching"]), - (UniCase::ascii("renegotatie"), &["renegotiate"]), - (UniCase::ascii("acn"), &["can", "acne"]), - (UniCase::ascii("sponsered"), &["sponsored"]), - (UniCase::ascii("overwrittes"), &["overwrites"]), - (UniCase::ascii("modications"), &["modifications"]), - (UniCase::ascii("symnols"), &["symbols"]), - (UniCase::ascii("caefully"), &["carefully"]), - (UniCase::ascii("desribe"), &["describe"]), - (UniCase::ascii("thights"), &["tights", "thighs", "fights"]), - (UniCase::ascii("keybroad"), &["keyboard"]), - (UniCase::ascii("fontonfig"), &["fontconfig"]), - (UniCase::ascii("pieceweise"), &["piecewise", "piece wise"]), - (UniCase::ascii("cofrims"), &["confirms"]), - ( - UniCase::ascii("unstalling"), - &["installing", "uninstalling"], - ), - (UniCase::ascii("demostrates"), &["demonstrates"]), - (UniCase::ascii("propeties"), &["properties"]), - (UniCase::ascii("virtualisaiton"), &["virtualisation"]), - (UniCase::ascii("agressivity"), &["aggressivity"]), - (UniCase::ascii("nedles"), &["needles", "needless"]), - ( - UniCase::ascii("chrashing"), - &["crashing", "thrashing", "trashing"], - ), - (UniCase::ascii("proceeeds"), &["proceeds"]), - (UniCase::ascii("backards"), &["backwards"]), - (UniCase::ascii("unsuccesfully"), &["unsuccessfully"]), - (UniCase::ascii("exising"), &["existing"]), - (UniCase::ascii("conenct"), &["connect"]), - (UniCase::ascii("transparity"), &["transparency"]), - (UniCase::ascii("dueing"), &["doing", "during", "dueling"]), - (UniCase::ascii("visious"), &["vicious"]), - (UniCase::ascii("othwerwise"), &["otherwise"]), - (UniCase::ascii("reasssign"), &["reassign"]), - (UniCase::ascii("konws"), &["knows"]), - (UniCase::ascii("transtitions"), &["transitions"]), - (UniCase::ascii("clatified"), &["clarified"]), - (UniCase::ascii("sepetarors"), &["separators"]), - (UniCase::ascii("seh"), &["she"]), - (UniCase::ascii("rovider"), &["provider"]), - (UniCase::ascii("retreving"), &["retrieving"]), - (UniCase::ascii("invokved"), &["invoked"]), - (UniCase::ascii("imprisonned"), &["imprisoned"]), - (UniCase::ascii("charaterized"), &["characterized"]), - (UniCase::ascii("commmandline"), &["commandline"]), - (UniCase::ascii("exempels"), &["examples"]), - (UniCase::ascii("furether"), &["further"]), - (UniCase::ascii("authenfior"), &["authenticator"]), - (UniCase::ascii("overrident"), &["overridden"]), - (UniCase::ascii("additonally"), &["additionally"]), - (UniCase::ascii("certiticates"), &["certificates"]), - (UniCase::ascii("derefernced"), &["dereferenced"]), - (UniCase::ascii("assasinates"), &["assassinates"]), - (UniCase::ascii("preesnt"), &["present"]), - (UniCase::ascii("experimneters"), &["experimenters"]), - (UniCase::ascii("pipeine"), &["pipeline"]), - (UniCase::ascii("predeclarnig"), &["predeclaring"]), - (UniCase::ascii("subnegoptionsotiation"), &["subnegotiation"]), - (UniCase::ascii("coordinte"), &["coordinate"]), - (UniCase::ascii("directgories"), &["directories"]), - ( - UniCase::ascii("paramterization"), - &["parametrization", "parameterization"], - ), - (UniCase::ascii("veiw"), &["view"]), - (UniCase::ascii("configuared"), &["configured"]), - (UniCase::ascii("bloekss"), &["blokes"]), - (UniCase::ascii("co-incided"), &["coincided"]), - (UniCase::ascii("parsin"), &["parsing"]), - (UniCase::ascii("wihite"), &["white"]), - (UniCase::ascii("sucessor"), &["successor"]), - (UniCase::ascii("civillian"), &["civilian"]), - (UniCase::ascii("copoying"), &["copying"]), - (UniCase::ascii("gracefull"), &["graceful"]), - (UniCase::ascii("limitiation"), &["limitation"]), - (UniCase::ascii("temporraies"), &["temporaries"]), - (UniCase::ascii("ristrict"), &["restrict"]), - (UniCase::ascii("fule"), &["file"]), - (UniCase::ascii("forumla"), &["formula"]), - (UniCase::ascii("donains"), &["domains"]), - (UniCase::ascii("signatue"), &["signature"]), - (UniCase::ascii("translatoins"), &["translations"]), - (UniCase::ascii("negotications"), &["negotiations"]), - (UniCase::ascii("paramteres"), &["parameters"]), - (UniCase::ascii("stuckt"), &["stuck"]), - (UniCase::ascii("availalable"), &["available"]), - (UniCase::ascii("dependcy"), &["dependency"]), - (UniCase::ascii("expementing"), &["experimenting"]), - (UniCase::ascii("shortend"), &["shortened", "short end"]), - (UniCase::ascii("kown"), &["known"]), - (UniCase::ascii("waranty"), &["warranty"]), - (UniCase::ascii("non-negotiotable"), &["non-negotiable"]), - (UniCase::ascii("supresion"), &["suppression"]), - (UniCase::ascii("acessor"), &["accessor"]), - (UniCase::ascii("requesr"), &["request"]), - (UniCase::ascii("visuable"), &["visual", "visible"]), - (UniCase::ascii("maintaners"), &["maintainers"]), - (UniCase::ascii("folowing"), &["following"]), - (UniCase::ascii("unregisteing"), &["registering"]), - (UniCase::ascii("sepearable"), &["separable"]), - (UniCase::ascii("experimintally"), &["experimentally"]), - (UniCase::ascii("excactly"), &["exactly"]), - (UniCase::ascii("anteena"), &["antenna"]), - (UniCase::ascii("resopnses"), &["responses"]), - (UniCase::ascii("confuing"), &["confusing"]), - (UniCase::ascii("envionments"), &["environments"]), - (UniCase::ascii("mathimaticians"), &["mathematicians"]), - (UniCase::ascii("enviromental"), &["environmental"]), - (UniCase::ascii("specifing"), &["specifying"]), - (UniCase::ascii("differen"), &["different"]), - (UniCase::ascii("negotiotator"), &["negotiator"]), - (UniCase::ascii("backlghts"), &["backlights"]), - ( - UniCase::ascii("content-negociation"), - &["content-negotiation"], - ), - (UniCase::ascii("inforation"), &["information"]), - (UniCase::ascii("trucating"), &["truncating"]), - (UniCase::ascii("controlers"), &["controllers"]), - (UniCase::ascii("decribing"), &["describing"]), - (UniCase::ascii("dissctors"), &["dissectors"]), - (UniCase::ascii("carriadge"), &["carriage"]), - (UniCase::ascii("defninition"), &["definition"]), - (UniCase::ascii("portraing"), &["portraying"]), - (UniCase::ascii("foucs"), &["focus"]), - (UniCase::ascii("materaial"), &["material"]), - (UniCase::ascii("mimatching"), &["mismatching"]), - (UniCase::ascii("metaprogamming"), &["metaprogramming"]), - (UniCase::ascii("adecuate"), &["adequate"]), - (UniCase::ascii("origional"), &["original"]), - (UniCase::ascii("characteristicly"), &["characteristically"]), - (UniCase::ascii("carniverous"), &["carnivorous"]), - (UniCase::ascii("assertting"), &["asserting"]), - (UniCase::ascii("trikery"), &["trickery"]), - (UniCase::ascii("intentialy"), &["intentionally"]), - (UniCase::ascii("clousre"), &["closure"]), - (UniCase::ascii("conveting"), &["converting"]), - (UniCase::ascii("leaveing"), &["leaving"]), - (UniCase::ascii("gutteral"), &["guttural"]), - (UniCase::ascii("glorfied"), &["glorified"]), - (UniCase::ascii("fatc"), &["fact"]), - (UniCase::ascii("re-negotitate"), &["re-negotiate"]), - (UniCase::ascii("referrences"), &["references"]), - (UniCase::ascii("neighbohoods"), &["neighborhoods"]), - (UniCase::ascii("masteer"), &["master"]), - (UniCase::ascii("lesstiff"), &["lesstif"]), - (UniCase::ascii("distnace"), &["distance"]), - (UniCase::ascii("uninteruppted"), &["uninterrupted"]), - (UniCase::ascii("zomebie"), &["zombie"]), - (UniCase::ascii("imcomplete"), &["incomplete"]), - (UniCase::ascii("orienatate"), &["orientate"]), - (UniCase::ascii("ressize"), &["resize"]), - (UniCase::ascii("travesal"), &["traversal"]), - (UniCase::ascii("neighbeordhood"), &["neighborhood"]), - (UniCase::ascii("guarentieing"), &["guaranteeing"]), - (UniCase::ascii("neighbethood"), &["neighborhood"]), - (UniCase::ascii("platofmrs"), &["platforms"]), - (UniCase::ascii("clasically"), &["classically"]), - (UniCase::ascii("sutisfied"), &["satisfied"]), - (UniCase::ascii("unrecocnized"), &["unrecognized"]), - (UniCase::ascii("bundel"), &["bundle"]), - (UniCase::ascii("litle"), &["little"]), - (UniCase::ascii("suppossed"), &["supposed"]), - (UniCase::ascii("medai"), &["media"]), - (UniCase::ascii("territoy"), &["territory"]), - (UniCase::ascii("jumpimng"), &["jumping"]), - (UniCase::ascii("immuniy"), &["immunity"]), - (UniCase::ascii("de-duplaicate"), &["de-duplicate"]), - (UniCase::ascii("imporoved"), &["improved"]), - (UniCase::ascii("libreoffie"), &["libreoffice"]), - (UniCase::ascii("levle"), &["level"]), - (UniCase::ascii("deterministinc"), &["deterministic"]), - (UniCase::ascii("wranings"), &["warnings"]), - (UniCase::ascii("miminal"), &["minimal"]), - (UniCase::ascii("synamic"), &["dynamic"]), - (UniCase::ascii("etablishd"), &["established"]), - (UniCase::ascii("travesing"), &["traversing"]), - (UniCase::ascii("retieves"), &["retrieves"]), - (UniCase::ascii("appoximation"), &["approximation"]), - (UniCase::ascii("dissambly"), &["disassembly"]), - (UniCase::ascii("envireonment"), &["environment"]), - (UniCase::ascii("tessealted"), &["tessellated"]), - (UniCase::ascii("preferecnes"), &["preferences"]), - (UniCase::ascii("helpped"), &["helped"]), - (UniCase::ascii("ommited"), &["omitted"]), - (UniCase::ascii("sucesfull"), &["successful"]), - (UniCase::ascii("origiginal"), &["original"]), - (UniCase::ascii("cirumstance"), &["circumstance"]), - (UniCase::ascii("knowlegde"), &["knowledge"]), - (UniCase::ascii("covriates"), &["covariates"]), - (UniCase::ascii("globablly"), &["globally"]), - (UniCase::ascii("personell"), &["personnel"]), - (UniCase::ascii("expemted"), &["exempted"]), - (UniCase::ascii("encrytped"), &["encrypted"]), - (UniCase::ascii("cooridates"), &["coordinates"]), - (UniCase::ascii("branchces"), &["branches"]), - (UniCase::ascii("ahve"), &["have"]), - (UniCase::ascii("mispelled"), &["misspelled"]), - (UniCase::ascii("misbehaive"), &["misbehave"]), - (UniCase::ascii("vulnearability"), &["vulnerability"]), - (UniCase::ascii("keyworkd"), &["keyword"]), - (UniCase::ascii("ocurred"), &["occurred"]), - (UniCase::ascii("exchenging"), &["exchanging"]), - (UniCase::ascii("desychronized"), &["desynchronized"]), - (UniCase::ascii("bascially"), &["basically"]), - (UniCase::ascii("lenggth"), &["length"]), - (UniCase::ascii("renegotiotors"), &["renegotiators"]), - (UniCase::ascii("semicondutor"), &["semiconductor"]), - (UniCase::ascii("segemnts"), &["segments"]), - (UniCase::ascii("absoultely"), &["absolutely"]), - ( - UniCase::ascii("rountripping"), - &["roundtripping", "round-tripping", "round tripping"], - ), - (UniCase::ascii("determinated"), &["determined"]), - (UniCase::ascii("foudning"), &["founding"]), - (UniCase::ascii("spported"), &["supported"]), - (UniCase::ascii("previosuly"), &["previously"]), - (UniCase::ascii("commmented"), &["commented"]), - (UniCase::ascii("algorithmn"), &["algorithm"]), - (UniCase::ascii("beleifing"), &["believing"]), - (UniCase::ascii("renegoations"), &["renegotiations"]), - (UniCase::ascii("expermimentelly"), &["experimentally"]), - (UniCase::ascii("explict"), &["explicit"]), - (UniCase::ascii("antialialised"), &["antialiased"]), - (UniCase::ascii("mathamatics"), &["mathematics"]), - (UniCase::ascii("announcment"), &["announcement"]), - (UniCase::ascii("approoximately"), &["approximately"]), - (UniCase::ascii("statemen"), &["statement"]), - (UniCase::ascii("dissconect"), &["disconnect"]), - (UniCase::ascii("threee"), &["three"]), - (UniCase::ascii("assums"), &["assumes"]), - (UniCase::ascii("deaktivate"), &["deactivate"]), - (UniCase::ascii("autoconplete"), &["autocomplete"]), - (UniCase::ascii("progesss"), &["progress"]), - (UniCase::ascii("futture"), &["future"]), - (UniCase::ascii("perfoemanse"), &["performance"]), - (UniCase::ascii("flage"), &["flags", "flag"]), - (UniCase::ascii("discriptions"), &["descriptions"]), - (UniCase::ascii("resoiurcing"), &["resourcing"]), - (UniCase::ascii("beautiy"), &["beauty"]), - (UniCase::ascii("dissapeard"), &["disappeared"]), - (UniCase::ascii("experimetner"), &["experimenter"]), - (UniCase::ascii("concurency"), &["concurrency"]), - (UniCase::ascii("tbe"), &["the"]), - (UniCase::ascii("mahcine"), &["machine"]), - (UniCase::ascii("multidimenional"), &["multi-dimensional"]), - (UniCase::ascii("akumulative"), &["accumulative"]), - (UniCase::ascii("implenment"), &["implement"]), - (UniCase::ascii("epties"), &["empties"]), - (UniCase::ascii("follwin"), &["following"]), - (UniCase::ascii("documation"), &["documentation"]), - (UniCase::ascii("chineese"), &["Chinese"]), - (UniCase::ascii("tje"), &["the"]), - (UniCase::ascii("separetly"), &["separately"]), - (UniCase::ascii("elipsises"), &["ellipses", "ellipsis"]), - (UniCase::ascii("shareed"), &["shared"]), - (UniCase::ascii("crsytalline"), &["crystalline"]), - (UniCase::ascii("workpsace"), &["workspace"]), - (UniCase::ascii("consciencious"), &["conscientious"]), - (UniCase::ascii("cnosole"), &["console"]), - (UniCase::ascii("opeations"), &["operations"]), - (UniCase::ascii("expest"), &["expect"]), - (UniCase::ascii("accesnt"), &["accent"]), - (UniCase::ascii("archtiectures"), &["architectures"]), - (UniCase::ascii("idividuals"), &["individuals"]), - (UniCase::ascii("sematical"), &["semantical"]), - (UniCase::ascii("valtage"), &["voltage"]), - (UniCase::ascii("serveicing"), &["servicing"]), - (UniCase::ascii("expeectedly"), &["expectedly"]), - (UniCase::ascii("worarounds"), &["workarounds"]), - (UniCase::ascii("performence"), &["performance"]), - (UniCase::ascii("daugher"), &["daughter"]), - (UniCase::ascii("guarrentes"), &["guarantees"]), - (UniCase::ascii("hanling"), &["handling"]), - (UniCase::ascii("vertial"), &["vertical"]), - (UniCase::ascii("milisecond"), &["millisecond"]), - (UniCase::ascii("forwared"), &["forwarded", "forward"]), - (UniCase::ascii("onyl"), &["only"]), - (UniCase::ascii("unneccesary"), &["unnecessary"]), - (UniCase::ascii("copyrught"), &["copyright"]), - (UniCase::ascii("suttled"), &["shuttled"]), - (UniCase::ascii("propogating"), &["propagating"]), - (UniCase::ascii("schmes"), &["schemes"]), - (UniCase::ascii("acoording"), &["according"]), - (UniCase::ascii("densly"), &["densely"]), - (UniCase::ascii("guarentee"), &["guarantee"]), - (UniCase::ascii("mocule"), &["module"]), - (UniCase::ascii("requred"), &["required"]), - (UniCase::ascii("liasons"), &["liaisons"]), - (UniCase::ascii("difussion"), &["diffusion"]), - (UniCase::ascii("correcton"), &["correction"]), - (UniCase::ascii("intermeidate"), &["intermediate"]), - (UniCase::ascii("fassinate"), &["fascinate"]), - (UniCase::ascii("reicarnation"), &["reincarnation"]), - (UniCase::ascii("gramar"), &["grammar"]), - (UniCase::ascii("beginnnings"), &["beginnings"]), - (UniCase::ascii("imlementing"), &["implementing"]), - (UniCase::ascii("impementated"), &["implemented"]), - (UniCase::ascii("nane"), &["name"]), - (UniCase::ascii("expermimented"), &["experimented"]), - (UniCase::ascii("hanldle"), &["handle"]), - (UniCase::ascii("binairy"), &["binary"]), - (UniCase::ascii("oposite"), &["opposite"]), - (UniCase::ascii("traditionaly"), &["traditionally"]), - (UniCase::ascii("dissasemble"), &["disassemble"]), - (UniCase::ascii("tesselated"), &["tessellated"]), - (UniCase::ascii("conived"), &["connived"]), - (UniCase::ascii("sohw"), &["show"]), - (UniCase::ascii("cofriming"), &["confirming"]), - (UniCase::ascii("rquested"), &["requested"]), - (UniCase::ascii("breshed"), &["brushed"]), - (UniCase::ascii("uite"), &["suite"]), - (UniCase::ascii("difficutly"), &["difficulty"]), - ( - UniCase::ascii("fixe"), - &["fixed", "fixes", "fix", "fixme", "fixer"], - ), - (UniCase::ascii("indentaion"), &["indentation"]), - (UniCase::ascii("optionn"), &["option"]), - (UniCase::ascii("relecant"), &["relevant"]), - (UniCase::ascii("authenaticated"), &["authenticated"]), - (UniCase::ascii("cilyndrs"), &["cylinders"]), - (UniCase::ascii("digitalize"), &["digitize"]), - (UniCase::ascii("desctructive"), &["destructive"]), - (UniCase::ascii("opertaion"), &["operation"]), - (UniCase::ascii("invididual"), &["individual"]), - (UniCase::ascii("argements"), &["arguments"]), - (UniCase::ascii("unbunded"), &["unbundled", "unbounded"]), - (UniCase::ascii("repackge"), &["repackage"]), - (UniCase::ascii("methode"), &["method"]), - (UniCase::ascii("contro"), &["control"]), - (UniCase::ascii("backedns"), &["backends"]), - (UniCase::ascii("datsets"), &["datasets"]), - (UniCase::ascii("arount"), &["around"]), - (UniCase::ascii("authencticating"), &["authenticating"]), - (UniCase::ascii("experimnetal"), &["experimental"]), - (UniCase::ascii("severl"), &["several"]), - (UniCase::ascii("modfieis"), &["modifies"]), - (UniCase::ascii("mimick"), &["mimic"]), - (UniCase::ascii("modfel"), &["model"]), - (UniCase::ascii("reaktivated"), &["reactivated"]), - (UniCase::ascii("ciruits"), &["circuits"]), - (UniCase::ascii("assumuptions"), &["assumptions"]), - (UniCase::ascii("sucessflly"), &["successfully"]), - (UniCase::ascii("conects"), &["connects"]), - (UniCase::ascii("playfull"), &["playful", "playfully"]), - (UniCase::ascii("transitors"), &["transistors"]), - (UniCase::ascii("servoce"), &["service"]), - (UniCase::ascii("vulberabuilitie"), &["vulnerability"]), - (UniCase::ascii("dafaults"), &["defaults"]), - (UniCase::ascii("advaned"), &["advanced"]), - (UniCase::ascii("anithing"), &["anything"]), - (UniCase::ascii("empy"), &["empty"]), - (UniCase::ascii("shortcats"), &["shortcuts"]), - (UniCase::ascii("conditoinal"), &["conditional"]), - (UniCase::ascii("theorical"), &["theoretical"]), - (UniCase::ascii("municiple"), &["municipal"]), - (UniCase::ascii("uncompresing"), &["uncompressing"]), - (UniCase::ascii("mmnemonic"), &["mnemonic"]), - (UniCase::ascii("updgrade"), &["upgrade"]), - (UniCase::ascii("disguisting"), &["disgusting"]), - (UniCase::ascii("imortes"), &["imports"]), - (UniCase::ascii("intesity"), &["intensity"]), - (UniCase::ascii("requestested"), &["requested"]), - (UniCase::ascii("virtuell"), &["virtual"]), - (UniCase::ascii("transperantly"), &["transparently"]), - (UniCase::ascii("implemenationd"), &["implementation"]), - (UniCase::ascii("contentss"), &["contents"]), - (UniCase::ascii("softwre"), &["software"]), - (UniCase::ascii("delevopp"), &["develop"]), - (UniCase::ascii("unter"), &["under"]), - (UniCase::ascii("definitoin"), &["definition"]), - (UniCase::ascii("follfowers"), &["followers"]), - (UniCase::ascii("defalut"), &["default"]), - (UniCase::ascii("decorder"), &["decoder"]), - (UniCase::ascii("sirector"), &["director"]), - (UniCase::ascii("conneciton"), &["connection"]), - (UniCase::ascii("multi-langual"), &["multi-lingual"]), - (UniCase::ascii("insersecting"), &["intersecting"]), - (UniCase::ascii("failicies"), &["facilities"]), - (UniCase::ascii("difficaulties"), &["difficulties"]), - (UniCase::ascii("want;s"), &["wants"]), - (UniCase::ascii("politican"), &["politician"]), - (UniCase::ascii("incomming"), &["incoming"]), - (UniCase::ascii("processsing"), &["processing"]), - (UniCase::ascii("annualy"), &["annually"]), - (UniCase::ascii("intepolated"), &["interpolated"]), - (UniCase::ascii("exapmle"), &["example"]), - (UniCase::ascii("princeples"), &["principles"]), - (UniCase::ascii("virtualy"), &["virtually"]), - (UniCase::ascii("filesystyem"), &["filesystem"]), - (UniCase::ascii("accros"), &["across"]), - (UniCase::ascii("intructions"), &["instructions"]), - (UniCase::ascii("syncrhonized"), &["synchronized"]), - (UniCase::ascii("szenario"), &["scenario"]), - (UniCase::ascii("increament"), &["increment"]), - (UniCase::ascii("thnigs"), &["things"]), - (UniCase::ascii("destinataion"), &["destination"]), - (UniCase::ascii("lerning"), &["learning", "leaning"]), - (UniCase::ascii("unconditionnaly"), &["unconditionally"]), - (UniCase::ascii("re-negotionates"), &["re-negotiates"]), - (UniCase::ascii("fotography"), &["photography"]), - (UniCase::ascii("veiws"), &["views"]), - (UniCase::ascii("rectange"), &["rectangle"]), - (UniCase::ascii("spedific"), &["specific"]), - (UniCase::ascii("neighbourhhods"), &["neighbourhoods"]), - (UniCase::ascii("impementations"), &["implementations"]), - (UniCase::ascii("disconnets"), &["disconnects"]), - (UniCase::ascii("cahnging"), &["changing"]), - (UniCase::ascii("universirty"), &["university"]), - (UniCase::ascii("mangaement"), &["management"]), - (UniCase::ascii("useability"), &["usability"]), - (UniCase::ascii("speficifations"), &["specifications"]), - (UniCase::ascii("unmodfied"), &["unmodified"]), - (UniCase::ascii("depdend"), &["depend"]), - (UniCase::ascii("executabnles"), &["executables"]), - (UniCase::ascii("accomodates"), &["accommodates"]), - (UniCase::ascii("neightborhood"), &["neighborhood"]), - ( - UniCase::ascii("sord"), - &["sword", "sore", "sored", "sawed", "soared"], - ), - (UniCase::ascii("compres"), &["compress", "compares"]), - (UniCase::ascii("masster"), &["master"]), - (UniCase::ascii("corispond"), &["correspond"]), - (UniCase::ascii("implemenetaions"), &["implementations"]), - (UniCase::ascii("adapater"), &["adapter"]), - (UniCase::ascii("sleect"), &["select"]), - (UniCase::ascii("wil"), &["will", "well"]), - (UniCase::ascii("poinits"), &["points"]), - (UniCase::ascii("follwoes"), &["follows"]), - (UniCase::ascii("miniumum"), &["minimum"]), - (UniCase::ascii("coopearte"), &["cooperate"]), - (UniCase::ascii("theives"), &["thieves"]), - (UniCase::ascii("porperty"), &["property"]), - (UniCase::ascii("exmained"), &["examined"]), - (UniCase::ascii("temprorarly"), &["temporarily"]), - (UniCase::ascii("uneforceable"), &["unenforceable"]), - (UniCase::ascii("sepetately"), &["separately"]), - (UniCase::ascii("renegoator"), &["renegotiator"]), - (UniCase::ascii("contstant"), &["constant"]), - (UniCase::ascii("alignmenets"), &["alignments"]), - (UniCase::ascii("suficiently"), &["sufficiently"]), - (UniCase::ascii("re-negotiotates"), &["re-negotiates"]), - (UniCase::ascii("becaue"), &["because"]), - (UniCase::ascii("intrument"), &["instrument"]), - (UniCase::ascii("staulk"), &["stalk"]), - (UniCase::ascii("initation"), &["initiation"]), - (UniCase::ascii("descides"), &["decides"]), - (UniCase::ascii("problably"), &["probably"]), - (UniCase::ascii("Novemer"), &["November"]), - (UniCase::ascii("confued"), &["confused"]), - (UniCase::ascii("gauarenteed"), &["guaranteed"]), - (UniCase::ascii("optimazation"), &["optimization"]), - (UniCase::ascii("fimilies"), &["families"]), - (UniCase::ascii("completetion"), &["completion"]), - (UniCase::ascii("authecated"), &["authenticated"]), - (UniCase::ascii("publushing"), &["publishing"]), - (UniCase::ascii("transcievers"), &["transceivers"]), - (UniCase::ascii("prototyes"), &["prototypes"]), - (UniCase::ascii("fragmants"), &["fragments"]), - (UniCase::ascii("rigth"), &["right"]), - (UniCase::ascii("unexpeected"), &["unexpected"]), - (UniCase::ascii("armamant"), &["armament"]), - (UniCase::ascii("expermenetally"), &["experimentally"]), - (UniCase::ascii("alreay"), &["already"]), - (UniCase::ascii("geographich"), &["geographic"]), - (UniCase::ascii("classe"), &["class", "classes"]), - (UniCase::ascii("actibity"), &["activity"]), - (UniCase::ascii("levae"), &["leave", "levee"]), - (UniCase::ascii("mosture"), &["moisture"]), - (UniCase::ascii("absoluthely"), &["absolutely"]), - (UniCase::ascii("domonstrate"), &["demonstrate"]), - (UniCase::ascii("coneections"), &["connections"]), - (UniCase::ascii("anytiem"), &["anytime"]), - (UniCase::ascii("sistemized"), &["systemized"]), - (UniCase::ascii("polical"), &["political"]), - (UniCase::ascii("requied"), &["required"]), - (UniCase::ascii("acceleartor"), &["accelerator"]), - (UniCase::ascii("frome"), &["from"]), - (UniCase::ascii("commnetary"), &["commentary"]), - (UniCase::ascii("continuse"), &["continues"]), - (UniCase::ascii("smething"), &["something"]), - (UniCase::ascii("preapared"), &["prepared"]), - (UniCase::ascii("initailizers"), &["initializers"]), - (UniCase::ascii("workign"), &["working"]), - (UniCase::ascii("defqault"), &["default"]), - (UniCase::ascii("suposedly"), &["supposedly"]), - (UniCase::ascii("contacentaion"), &["concatenation"]), - (UniCase::ascii("distirbutes"), &["distributes"]), - (UniCase::ascii("ziped"), &["zipped"]), - (UniCase::ascii("memebers"), &["members"]), - (UniCase::ascii("porgram"), &["program"]), - (UniCase::ascii("cleanning"), &["cleaning"]), - (UniCase::ascii("filenname"), &["filename", "file name"]), - (UniCase::ascii("preivew"), &["preview"]), - (UniCase::ascii("addmission"), &["admission"]), - (UniCase::ascii("opearte"), &["operate"]), - (UniCase::ascii("reguster"), &["register"]), - (UniCase::ascii("moteurs"), &["motors"]), - (UniCase::ascii("elliminating"), &["eliminating"]), - (UniCase::ascii("masos"), &["macos"]), - (UniCase::ascii("enpoints"), &["endpoints"]), - (UniCase::ascii("reay"), &["ready", "really", "ray"]), - (UniCase::ascii("occurences"), &["occurrences"]), - (UniCase::ascii("perjery"), &["perjury"]), - (UniCase::ascii("sempaphore"), &["semaphore"]), - (UniCase::ascii("arrangaeble"), &["arrangeable"]), - (UniCase::ascii("fromed"), &["formed"]), - (UniCase::ascii("aliase"), &["aliases", "alias"]), - (UniCase::ascii("DCHP"), &["DHCP"]), - (UniCase::ascii("comlains"), &["complains"]), - (UniCase::ascii("platfarm"), &["platform"]), - (UniCase::ascii("opnegroup"), &["opengroup"]), - (UniCase::ascii("secoundary"), &["secondary"]), - (UniCase::ascii("negotaite"), &["negotiate"]), - (UniCase::ascii("intermidiate"), &["intermediate"]), - (UniCase::ascii("accronyms"), &["acronyms"]), - (UniCase::ascii("repectable"), &["respectable"]), - (UniCase::ascii("diagnol"), &["diagonal"]), - (UniCase::ascii("instntly"), &["instantly"]), - (UniCase::ascii("reseverd"), &["reserved"]), - (UniCase::ascii("non-alphanumunder"), &["non-alphanumeric"]), - (UniCase::ascii("supeena"), &["subpoena"]), - (UniCase::ascii("referncence"), &["reference"]), - (UniCase::ascii("akkumulation"), &["accumulation"]), - (UniCase::ascii("succede"), &["succeed"]), - (UniCase::ascii("recconecction"), &["reconnection"]), - (UniCase::ascii("ehancements"), &["enhancements"]), - (UniCase::ascii("metacharaters"), &["metacharacters"]), - (UniCase::ascii("hopefullly"), &["hopefully"]), - (UniCase::ascii("experimnetally"), &["experimentally"]), - (UniCase::ascii("bitfileld"), &["bitfield"]), - (UniCase::ascii("cotrasferred"), &["cotransferred"]), - (UniCase::ascii("cuurently"), &["currently"]), - (UniCase::ascii("rererences"), &["references"]), - (UniCase::ascii("dymamically"), &["dynamically"]), - (UniCase::ascii("subsceptible"), &["susceptible"]), - (UniCase::ascii("impemented"), &["implemented"]), - (UniCase::ascii("broady"), &["broadly"]), - (UniCase::ascii("prposers"), &["proposers"]), - (UniCase::ascii("candinates"), &["candidates"]), - (UniCase::ascii("extedner"), &["extender"]), - (UniCase::ascii("sercived"), &["serviced"]), - (UniCase::ascii("experamental"), &["experimental"]), - (UniCase::ascii("higly"), &["highly"]), - (UniCase::ascii("munnicipality"), &["municipality"]), - (UniCase::ascii("orginially"), &["originally"]), - (UniCase::ascii("deduplaicates"), &["deduplicates"]), - (UniCase::ascii("usebility"), &["usability"]), - (UniCase::ascii("fortunaly"), &["fortunately"]), - (UniCase::ascii("gruops"), &["groups"]), - (UniCase::ascii("retured"), &["returned"]), - (UniCase::ascii("tye"), &["type", "tie"]), - (UniCase::ascii("decstiptions"), &["descriptions"]), - (UniCase::ascii("genereration"), &["generation"]), - (UniCase::ascii("preppend"), &["prepend"]), - (UniCase::ascii("noramal"), &["normal"]), - (UniCase::ascii("seporate"), &["separate"]), - (UniCase::ascii("manipluated"), &["manipulated"]), - (UniCase::ascii("conveinience"), &["convenience"]), - (UniCase::ascii("corresponts"), &["corresponds"]), - (UniCase::ascii("swithcover"), &["switchover"]), - (UniCase::ascii("lauching"), &["launching"]), - (UniCase::ascii("hadnler"), &["handler"]), - (UniCase::ascii("palatte"), &["palette"]), - (UniCase::ascii("triangultaion"), &["triangulation"]), - (UniCase::ascii("guarentyinging"), &["guaranteeing"]), - (UniCase::ascii("excplicitly"), &["explicitly"]), - (UniCase::ascii("deamonising"), &["daemonising"]), - (UniCase::ascii("organisaions"), &["organisations"]), - (UniCase::ascii("tookits"), &["toolkits"]), - (UniCase::ascii("exceucted"), &["executed"]), - (UniCase::ascii("discribes"), &["describes"]), - (UniCase::ascii("connectted"), &["connected"]), - (UniCase::ascii("workbanch"), &["workbench"]), - (UniCase::ascii("successul"), &["successful"]), - (UniCase::ascii("defintion"), &["definition"]), - (UniCase::ascii("fonctionnality"), &["functionality"]), - (UniCase::ascii("persited"), &["persisted"]), - (UniCase::ascii("correlasion"), &["correlation"]), - (UniCase::ascii("neighbeor"), &["neighbor"]), - (UniCase::ascii("scroipts"), &["scripts"]), - (UniCase::ascii("qouted"), &["quoted"]), - (UniCase::ascii("refeshes"), &["refreshes"]), - (UniCase::ascii("expeirimentally"), &["experimentally"]), - (UniCase::ascii("initailised"), &["initialised"]), - (UniCase::ascii("reuplaoding"), &["reuploading"]), - (UniCase::ascii("extits"), &["exits", "excites"]), - (UniCase::ascii("algorothms"), &["algorithms"]), - (UniCase::ascii("reconecctions"), &["reconnections"]), - (UniCase::ascii("extnesion"), &["extension"]), - (UniCase::ascii("enforcable"), &["enforceable"]), - (UniCase::ascii("cooridnates"), &["coordinates"]), - (UniCase::ascii("Guaduloupe"), &["Guadalupe", "Guadeloupe"]), - (UniCase::ascii("senfile"), &["sendfile"]), - (UniCase::ascii("mecahinsm"), &["mechanism"]), - (UniCase::ascii("speficify"), &["specify"]), - (UniCase::ascii("preprocesssing"), &["preprocessing"]), - (UniCase::ascii("descized"), &["disguised"]), - (UniCase::ascii("multplied"), &["multiplied"]), - (UniCase::ascii("publsh"), &["publish"]), - (UniCase::ascii("independant"), &["independent"]), - (UniCase::ascii("renegotiotate"), &["renegotiate"]), - (UniCase::ascii("detemined"), &["determined"]), - (UniCase::ascii("levetated"), &["levitated"]), - (UniCase::ascii("sysmograph"), &["seismograph"]), - (UniCase::ascii("priviledged"), &["privileged"]), - (UniCase::ascii("authenicaors"), &["authenticators"]), - (UniCase::ascii("ulter"), &["alter"]), - (UniCase::ascii("experimanenter"), &["experimenter"]), - (UniCase::ascii("edige"), &["edge"]), - (UniCase::ascii("itnroduced"), &["introduced"]), - (UniCase::ascii("sountrack"), &["soundtrack"]), - (UniCase::ascii("functinality"), &["functionality"]), - (UniCase::ascii("re-negotatiator"), &["re-negotiator"]), - (UniCase::ascii("ehance"), &["enhance"]), - (UniCase::ascii("ommitted"), &["omitted"]), - (UniCase::ascii("accurable"), &["accurate"]), - (UniCase::ascii("rearraning"), &["rearranging"]), - (UniCase::ascii("surgests"), &["suggests"]), - (UniCase::ascii("cahhel"), &["channel"]), - (UniCase::ascii("locaize"), &["localize"]), - (UniCase::ascii("muti"), &["multi"]), - (UniCase::ascii("unacknowleged"), &["unacknowledged"]), - (UniCase::ascii("experesed"), &["expressed"]), - (UniCase::ascii("mchanic"), &["mechanic"]), - (UniCase::ascii("fugure"), &["figure"]), - (UniCase::ascii("poit"), &["point"]), - (UniCase::ascii("dissimiliarity"), &["dissimilarity"]), - (UniCase::ascii("extractins"), &["extractions"]), - (UniCase::ascii("happpen"), &["happen"]), - (UniCase::ascii("executting"), &["executing"]), - (UniCase::ascii("constructt"), &["construct"]), - (UniCase::ascii("docuemtns"), &["documents"]), - (UniCase::ascii("wothout"), &["without"]), - (UniCase::ascii("commond"), &["command"]), - (UniCase::ascii("overwriteable"), &["overwritable"]), - (UniCase::ascii("coud"), &["could"]), - (UniCase::ascii("addtionally"), &["additionally"]), - (UniCase::ascii("certficiated"), &["certificated"]), - (UniCase::ascii("wihtout"), &["without"]), - (UniCase::ascii("materail"), &["material"]), - (UniCase::ascii("seinor"), &["senior"]), - (UniCase::ascii("udpated"), &["updated"]), - (UniCase::ascii("seeem"), &["seem"]), - (UniCase::ascii("consol"), &["console"]), - (UniCase::ascii("sepulcre"), &["sepulchre", "sepulcher"]), - (UniCase::ascii("eacf"), &["each"]), - (UniCase::ascii("unspeficified"), &["unspecified"]), - (UniCase::ascii("aranged"), &["arranged"]), - (UniCase::ascii("booleam"), &["boolean"]), - (UniCase::ascii("relyes"), &["relies", "realize", "realise"]), - (UniCase::ascii("conspiracys"), &["conspiracies"]), - (UniCase::ascii("phenomenom"), &["phenomenon"]), - (UniCase::ascii("comparizons"), &["comparisons"]), - (UniCase::ascii("algoritmic"), &["algorithmic"]), - (UniCase::ascii("switchting"), &["switching"]), - (UniCase::ascii("turorials"), &["tutorials"]), - (UniCase::ascii("contorls"), &["controls"]), - (UniCase::ascii("distribuitng"), &["distributing"]), - (UniCase::ascii("commplied"), &["complied"]), - (UniCase::ascii("consired"), &["conspired", "considered"]), - (UniCase::ascii("rudimentally"), &["rudimentary"]), - (UniCase::ascii("windoes"), &["windows"]), - (UniCase::ascii("curiousity"), &["curiosity"]), - (UniCase::ascii("eventualy"), &["eventually"]), - (UniCase::ascii("non-negotitable"), &["non-negotiable"]), - (UniCase::ascii("mutliplier"), &["multiplier"]), - (UniCase::ascii("sotred"), &["sorted", "stored"]), - (UniCase::ascii("indefinitly"), &["indefinitely"]), - (UniCase::ascii("sycn"), &["sync"]), - ( - UniCase::ascii("unmanouverable"), - &["unmaneuverable", "unmanoeuvrable"], - ), - (UniCase::ascii("encounterd"), &["encountered"]), - (UniCase::ascii("protruberances"), &["protuberances"]), - (UniCase::ascii("durectories"), &["directories"]), - (UniCase::ascii("coexinsts"), &["coexists", "co-existence"]), - (UniCase::ascii("implamented"), &["implemented"]), - (UniCase::ascii("disgn"), &["design"]), - (UniCase::ascii("obhectify"), &["objectify"]), - (UniCase::ascii("timetamps"), &["timestamps"]), - (UniCase::ascii("litterature"), &["literature"]), - (UniCase::ascii("sucesfuly"), &["successfully"]), - (UniCase::ascii("lsits"), &["lists", "slits", "sits"]), - ( - UniCase::ascii("enchancements"), - &["enhancements", "enchantments"], - ), - (UniCase::ascii("resoucing"), &["resourcing"]), - (UniCase::ascii("apppear"), &["appear"]), - (UniCase::ascii("invisibile"), &["invisible"]), - (UniCase::ascii("dissasembles"), &["disassembles"]), - (UniCase::ascii("buuilds"), &["builds"]), - (UniCase::ascii("ressembled"), &["resembled"]), - (UniCase::ascii("prohibitting"), &["prohibiting"]), - (UniCase::ascii("speficifications"), &["specifications"]), - (UniCase::ascii("authenitication"), &["authentication"]), - (UniCase::ascii("transcorder"), &["transcoder"]), - (UniCase::ascii("conveniance"), &["convenience"]), - (UniCase::ascii("complaing"), &["complaining"]), - (UniCase::ascii("extaction"), &["extraction"]), - (UniCase::ascii("vulnearbuility"), &["vulnerability"]), - (UniCase::ascii("teh"), &["the"]), - (UniCase::ascii("negociates"), &["negotiates"]), - (UniCase::ascii("ressource"), &["resource"]), - (UniCase::ascii("autheticating"), &["authenticating"]), - (UniCase::ascii("vinrator"), &["vibrator"]), - (UniCase::ascii("poing"), &["point"]), - (UniCase::ascii("diablers"), &["disablers"]), - (UniCase::ascii("authenenticate"), &["authenticate"]), - (UniCase::ascii("presearving"), &["preserving"]), - (UniCase::ascii("remoce"), &["remove"]), - (UniCase::ascii("nutritent"), &["nutrient"]), - (UniCase::ascii("furzzer"), &["fuzzer"]), - ( - UniCase::ascii("sytemerror"), - &["systemerror", "system error"], - ), - (UniCase::ascii("gemetrical"), &["geometrical"]), - (UniCase::ascii("repetative"), &["repetitive"]), - (UniCase::ascii("carthographer"), &["cartographer"]), - (UniCase::ascii("powerfull"), &["powerful"]), - (UniCase::ascii("ciritics"), &["critics"]), - (UniCase::ascii("detetmine"), &["determine"]), - (UniCase::ascii("datatpyes"), &["datatypes"]), - (UniCase::ascii("browswed"), &["browsed"]), - (UniCase::ascii("capabillity"), &["capability"]), - (UniCase::ascii("ertoneously"), &["erroneously"]), - (UniCase::ascii("bolean"), &["boolean"]), - (UniCase::ascii("segmenetd"), &["segmented"]), - (UniCase::ascii("normalysed"), &["normalised"]), - (UniCase::ascii("nedd"), &["need"]), - (UniCase::ascii("ocasions"), &["occasions"]), - (UniCase::ascii("perfoems"), &["performs"]), - (UniCase::ascii("implmeneting"), &["implementing"]), - (UniCase::ascii("screenwrighter"), &["screenwriter"]), - (UniCase::ascii("mutimarked"), &["multimarked"]), - (UniCase::ascii("primitiv"), &["primitive"]), - (UniCase::ascii("ephememeris"), &["ephemeris"]), - (UniCase::ascii("enoguh"), &["enough"]), - (UniCase::ascii("stateman"), &["statesman"]), - (UniCase::ascii("messure"), &["measure"]), - (UniCase::ascii("enalbe"), &["enable"]), - (UniCase::ascii("overcompansates"), &["overcompensates"]), - (UniCase::ascii("reintepreted"), &["reinterpreted"]), - (UniCase::ascii("contravercial"), &["controversial"]), - (UniCase::ascii("donejuns"), &["dungeons"]), - (UniCase::ascii("postgrsql"), &["PostgreSQL"]), - (UniCase::ascii("spefiifation"), &["specification"]), - (UniCase::ascii("receieved"), &["received"]), - (UniCase::ascii("diffrentiated"), &["differentiated"]), - (UniCase::ascii("modfying"), &["modifying"]), - (UniCase::ascii("myabe"), &["maybe"]), - (UniCase::ascii("contry"), &["country"]), - (UniCase::ascii("commna-separated"), &["comma-separated"]), - (UniCase::ascii("movemnts"), &["movements"]), - (UniCase::ascii("efect"), &["effect"]), - (UniCase::ascii("difficults"), &["difficult", "difficulties"]), - (UniCase::ascii("attension"), &["attention"]), - (UniCase::ascii("horrifing"), &["horrifying"]), - (UniCase::ascii("accidetly"), &["accidentally"]), - (UniCase::ascii("fasterners"), &["fasteners"]), - (UniCase::ascii("ecognized"), &["recognized"]), - (UniCase::ascii("aquisition"), &["acquisition"]), - (UniCase::ascii("discovr"), &["discover"]), - (UniCase::ascii("debiab"), &["Debian"]), - (UniCase::ascii("delimitiations"), &["delimitations"]), - (UniCase::ascii("disconeected"), &["disconnected"]), - (UniCase::ascii("temprement"), &["temperament"]), - (UniCase::ascii("indended"), &["intended", "indented"]), - (UniCase::ascii("crossin"), &["crossing"]), - (UniCase::ascii("volounteer"), &["volunteer"]), - (UniCase::ascii("enpoint"), &["endpoint"]), - (UniCase::ascii("dowgrade"), &["downgrade"]), - (UniCase::ascii("preveiwes"), &["previews", "previewers"]), - (UniCase::ascii("attriburted"), &["attributed"]), - (UniCase::ascii("puplisher"), &["publisher"]), - (UniCase::ascii("independendet"), &["independent"]), - (UniCase::ascii("struttural"), &["structural"]), - (UniCase::ascii("methodd"), &["method"]), - (UniCase::ascii("millioniare"), &["millionaire"]), - (UniCase::ascii("argumants"), &["arguments"]), - (UniCase::ascii("helerps"), &["helpers"]), - (UniCase::ascii("funtionality"), &["functionality"]), - (UniCase::ascii("facilites"), &["facilities"]), - (UniCase::ascii("abstacted"), &["abstracted"]), - (UniCase::ascii("withput"), &["without"]), - (UniCase::ascii("experimantation"), &["experimentation"]), - (UniCase::ascii("siute"), &["suite"]), - (UniCase::ascii("steramed"), &["streamed"]), - (UniCase::ascii("applicaion"), &["application"]), - (UniCase::ascii("determinee"), &["determine"]), - (UniCase::ascii("addtional"), &["additional"]), - (UniCase::ascii("delimitimg"), &["delimiting"]), - (UniCase::ascii("substition"), &["substitution"]), - (UniCase::ascii("capatibilities"), &["capabilities"]), - (UniCase::ascii("catagory"), &["category"]), - (UniCase::ascii("vritualenv"), &["virtualenv"]), - (UniCase::ascii("vender"), &["vendor"]), - (UniCase::ascii("internatioanl"), &["international"]), - (UniCase::ascii("valididty"), &["validity"]), - (UniCase::ascii("defaulr"), &["default"]), - (UniCase::ascii("boolen"), &["boolean"]), - (UniCase::ascii("unspefifeid"), &["unspecified"]), - (UniCase::ascii("goverance"), &["governance"]), - (UniCase::ascii("charactristics"), &["characteristics"]), - (UniCase::ascii("comfirm"), &["confirm"]), - (UniCase::ascii("dependance"), &["dependence"]), - (UniCase::ascii("decrytion"), &["decryption"]), - (UniCase::ascii("especailly"), &["especially"]), - (UniCase::ascii("asynchornous"), &["asynchronous"]), - (UniCase::ascii("renderering"), &["rendering"]), - (UniCase::ascii("lockingf"), &["locking"]), - (UniCase::ascii("surreptiously"), &["surreptitiously"]), - (UniCase::ascii("arcitectures"), &["architectures"]), - (UniCase::ascii("beetwen"), &["between"]), - (UniCase::ascii("anoying"), &["annoying"]), - (UniCase::ascii("pubilshers"), &["publishers"]), - (UniCase::ascii("modifcations"), &["modifications"]), - (UniCase::ascii("negoptionsotiators"), &["negotiators"]), - (UniCase::ascii("dobled"), &["doubled"]), - (UniCase::ascii("authencicate"), &["authenticate"]), - (UniCase::ascii("leagacy"), &["legacy"]), - (UniCase::ascii("notmalize"), &["normalize"]), - (UniCase::ascii("initializong"), &["initializing"]), - (UniCase::ascii("dupliated"), &["duplicated"]), - (UniCase::ascii("classifer"), &["classifier"]), - (UniCase::ascii("archictecture"), &["architecture"]), - (UniCase::ascii("bectors"), &["vectors"]), - (UniCase::ascii("convery"), &["convert"]), - (UniCase::ascii("specilized"), &["specialized"]), - (UniCase::ascii("sintacks"), &["syntax"]), - (UniCase::ascii("convovling"), &["convolving"]), - (UniCase::ascii("datastrcuture"), &["datastructure"]), - (UniCase::ascii("delusionally"), &["delusively"]), - (UniCase::ascii("froce"), &["force"]), - (UniCase::ascii("beggins"), &["begins"]), - (UniCase::ascii("couted"), &["counted"]), - (UniCase::ascii("comparitor"), &["comparator"]), - (UniCase::ascii("parmaeter"), &["parameter"]), - (UniCase::ascii("depandancies"), &["dependencies"]), - (UniCase::ascii("spliting"), &["splitting"]), - (UniCase::ascii("acceleartion"), &["acceleration"]), - (UniCase::ascii("spefiies"), &["specifies"]), - (UniCase::ascii("speficiable"), &["specifiable"]), - (UniCase::ascii("ginee"), &["guinea"]), - (UniCase::ascii("normall"), &["normal", "normally"]), - (UniCase::ascii("acustommed"), &["accustomed"]), - (UniCase::ascii("re-negotation"), &["re-negotiation"]), - (UniCase::ascii("disposse"), &["dispose"]), - (UniCase::ascii("ouptuts"), &["outputs"]), - (UniCase::ascii("ditinguishes"), &["distinguishes"]), - (UniCase::ascii("convertor"), &["converter"]), - (UniCase::ascii("coalesed"), &["coalesced"]), - (UniCase::ascii("difuse"), &["diffuse", "defuse"]), - (UniCase::ascii("decompse"), &["decompose"]), - (UniCase::ascii("trought"), &["through"]), - (UniCase::ascii("embbedded"), &["embedded"]), - (UniCase::ascii("metatdata"), &["metadata"]), - (UniCase::ascii("trasforms"), &["transforms"]), - (UniCase::ascii("compresed"), &["compressed"]), - (UniCase::ascii("indiated"), &["indicated"]), - (UniCase::ascii("comparisms"), &["comparisons"]), - (UniCase::ascii("pleasently"), &["pleasantly"]), - (UniCase::ascii("commtted"), &["committed"]), - (UniCase::ascii("evoluated"), &["evaluated"]), - (UniCase::ascii("arguemtns"), &["arguments"]), - (UniCase::ascii("archetect"), &["architect"]), - (UniCase::ascii("avriables"), &["variables"]), - (UniCase::ascii("kenerls"), &["kernels"]), - (UniCase::ascii("shandeleer"), &["chandelier"]), - (UniCase::ascii("ccessible"), &["accessible"]), - (UniCase::ascii("shtops"), &["stops", "shops"]), - (UniCase::ascii("forcot"), &["forgot"]), - (UniCase::ascii("repsresents"), &["represents"]), - (UniCase::ascii("tranactions"), &["transactions"]), - (UniCase::ascii("mdoel"), &["model"]), - (UniCase::ascii("distiguished"), &["distinguished"]), - (UniCase::ascii("toxen"), &["toxin"]), - (UniCase::ascii("preffered"), &["preferred"]), - (UniCase::ascii("simliar"), &["similar"]), - (UniCase::ascii("stting"), &["string", "setting", "sitting"]), - (UniCase::ascii("ignorrable"), &["ignorable"]), - (UniCase::ascii("deisgners"), &["designers"]), - (UniCase::ascii("roviding"), &["providing"]), - (UniCase::ascii("intelegence"), &["intelligence"]), - (UniCase::ascii("accesibility"), &["accessibility"]), - (UniCase::ascii("unneded"), &["unneeded"]), - (UniCase::ascii("displayes"), &["displays", "displayed"]), - (UniCase::ascii("pakage"), &["package"]), - (UniCase::ascii("gigibit"), &["gigabit"]), - (UniCase::ascii("infalting"), &["inflating"]), - (UniCase::ascii("argumets"), &["arguments"]), - (UniCase::ascii("absouldly"), &["absolutely"]), - (UniCase::ascii("infalte"), &["inflate"]), - (UniCase::ascii("schedulling"), &["scheduling"]), - (UniCase::ascii("referenes"), &["references"]), - (UniCase::ascii("satisfactority"), &["satisfactorily"]), - (UniCase::ascii("momomento"), &["memento", "moment"]), - (UniCase::ascii("strengtened"), &["strengthened"]), - (UniCase::ascii("semicolor"), &["semicolon"]), - (UniCase::ascii("presearvation"), &["preservation"]), - ( - UniCase::ascii("sceen"), - &["scene", "seen", "screen", "scheme"], - ), - (UniCase::ascii("previos"), &["previous"]), - (UniCase::ascii("isloation"), &["isolation"]), - (UniCase::ascii("utitity"), &["utility"]), - (UniCase::ascii("miniscully"), &["minusculely"]), - (UniCase::ascii("appeciate"), &["appreciate"]), - (UniCase::ascii("propatagion"), &["propagation"]), - (UniCase::ascii("annays"), &["annoys", "any"]), - (UniCase::ascii("foloowing"), &["following"]), - (UniCase::ascii("contast"), &["contrast", "contest"]), - (UniCase::ascii("herselv"), &["herself"]), - (UniCase::ascii("stram"), &["steam", "stream", "tram"]), - (UniCase::ascii("perfeclty"), &["perfectly"]), - (UniCase::ascii("delcares"), &["declares"]), - (UniCase::ascii("gratuitious"), &["gratuitous"]), - (UniCase::ascii("arguements"), &["arguments"]), - (UniCase::ascii("saame"), &["same"]), - (UniCase::ascii("unexpetectly"), &["unexpectedly"]), - (UniCase::ascii("ajacentcy"), &["adjacency"]), - (UniCase::ascii("literture"), &["literature"]), - (UniCase::ascii("recyled"), &["recycled"]), - (UniCase::ascii("instalation"), &["installation"]), - (UniCase::ascii("criticial"), &["critical"]), - (UniCase::ascii("hilights"), &["highlights"]), - (UniCase::ascii("guarentes"), &["guarantees"]), - (UniCase::ascii("sciript"), &["script"]), - (UniCase::ascii("esccaped"), &["escaped"]), - (UniCase::ascii("foppys"), &["floppies"]), - (UniCase::ascii("calculater"), &["calculator"]), - (UniCase::ascii("feonsay"), &["fiancée"]), - (UniCase::ascii("datatore"), &["datastore"]), - ( - UniCase::ascii("uninfroming"), - &["uninforming", "uniforming"], - ), - (UniCase::ascii("encosings"), &["enclosings", "encodings"]), - (UniCase::ascii("enegery"), &["energy"]), - (UniCase::ascii("disariable"), &["desirable"]), - (UniCase::ascii("srew"), &["screw", "shrew", "sew"]), - (UniCase::ascii("blockhains"), &["blockchains"]), - (UniCase::ascii("cinfiguration"), &["configuration"]), - (UniCase::ascii("intiallisations"), &["initialisations"]), - (UniCase::ascii("apllying"), &["applying"]), - (UniCase::ascii("coppermines"), &["coppermine"]), - (UniCase::ascii("drwaing"), &["drawing"]), - (UniCase::ascii("decompressd"), &["decompressed"]), - (UniCase::ascii("privde"), &["provide"]), - (UniCase::ascii("incremenet"), &["increment"]), - (UniCase::ascii("higth"), &["height"]), - (UniCase::ascii("decompres"), &["decompress"]), - (UniCase::ascii("acknoledging"), &["acknowledging"]), - (UniCase::ascii("simulataneous"), &["simultaneous"]), - (UniCase::ascii("compresor"), &["compressor"]), - (UniCase::ascii("Missisippi"), &["Mississippi"]), - (UniCase::ascii("imperitive"), &["imperative"]), - (UniCase::ascii("distrubute"), &["distribute"]), - (UniCase::ascii("requries"), &["requires"]), - (UniCase::ascii("classs"), &["class"]), - (UniCase::ascii("strcuture"), &["structure"]), - (UniCase::ascii("counterpoarts"), &["counterparts"]), - (UniCase::ascii("intrrupting"), &["interrupting"]), - (UniCase::ascii("finde"), &["find"]), - (UniCase::ascii("evalutating"), &["evaluating"]), - (UniCase::ascii("giveing"), &["giving"]), - (UniCase::ascii("re-negogtiators"), &["re-negotiators"]), - (UniCase::ascii("resourcde"), &["resourced", "resource"]), - (UniCase::ascii("reigsters"), &["registers"]), - (UniCase::ascii("collektion"), &["collection"]), - (UniCase::ascii("executuions"), &["executions"]), - (UniCase::ascii("autonegotications"), &["autonegotiations"]), - (UniCase::ascii("hostorical"), &["historical"]), - (UniCase::ascii("gernerates"), &["generates"]), - (UniCase::ascii("impresive"), &["impressive"]), - (UniCase::ascii("floresent"), &["fluorescent", "florescent"]), - (UniCase::ascii("cententenial"), &["centennial"]), - (UniCase::ascii("verisons"), &["versions"]), - (UniCase::ascii("triks"), &["tricks", "trikes"]), - (UniCase::ascii("convesion"), &["conversion"]), - (UniCase::ascii("recommad"), &["recommend"]), - (UniCase::ascii("modfieirs"), &["modifiers"]), - (UniCase::ascii("ressetting"), &["resetting"]), - (UniCase::ascii("siteu"), &["site"]), - (UniCase::ascii("corects"), &["corrects"]), - (UniCase::ascii("subcribes"), &["subscribes"]), - (UniCase::ascii("impiled"), &["implied"]), - (UniCase::ascii("greif"), &["grief"]), - (UniCase::ascii("intravert"), &["introvert"]), - (UniCase::ascii("ignorred"), &["ignored"]), - (UniCase::ascii("cerify"), &["certify", "verify"]), - (UniCase::ascii("unifromed"), &["uniformed"]), - (UniCase::ascii("resore"), &["restore"]), - (UniCase::ascii("kuberetes"), &["Kubernetes"]), - (UniCase::ascii("linewdith"), &["linewidth"]), - (UniCase::ascii("spawed"), &["spawned"]), - (UniCase::ascii("mimaches"), &["mismatches"]), - (UniCase::ascii("seqensing"), &["sequencing"]), - (UniCase::ascii("foloowind"), &["following"]), - (UniCase::ascii("furthermor"), &["furthermore"]), - (UniCase::ascii("visuabises"), &["visualises"]), - (UniCase::ascii("happpened"), &["happened"]), - (UniCase::ascii("neccesary"), &["necessary"]), - (UniCase::ascii("abtracting"), &["abstracting"]), - (UniCase::ascii("dilema"), &["dilemma"]), - (UniCase::ascii("misinterprett"), &["misinterpret"]), - (UniCase::ascii("comparied"), &["compared"]), - (UniCase::ascii("thetrahedron"), &["tetrahedron"]), - (UniCase::ascii("initailized"), &["initialized"]), - (UniCase::ascii("recreateation"), &["recreation"]), - (UniCase::ascii("brekpoint"), &["breakpoint"]), - (UniCase::ascii("parially"), &["partially"]), - (UniCase::ascii("negoptionsotiator"), &["negotiator"]), - (UniCase::ascii("guarunted"), &["guaranteed"]), - (UniCase::ascii("disproportiate"), &["disproportionate"]), - (UniCase::ascii("oscilator"), &["oscillator"]), - (UniCase::ascii("somes"), &["some"]), - (UniCase::ascii("envirnmental"), &["environmental"]), - (UniCase::ascii("wrog"), &["wrong"]), - (UniCase::ascii("perimetres"), &["perimeters"]), - (UniCase::ascii("exepectedly"), &["expectedly"]), - (UniCase::ascii("dimenionsal"), &["dimensional"]), - (UniCase::ascii("immeidately"), &["immediately"]), - (UniCase::ascii("interferance"), &["interference"]), - (UniCase::ascii("vaid"), &["valid", "void"]), - (UniCase::ascii("adherance"), &["adherence"]), - (UniCase::ascii("unexpexcted"), &["unexpected"]), - (UniCase::ascii("sligtly"), &["slightly"]), - (UniCase::ascii("justs"), &["just"]), - (UniCase::ascii("attibute"), &["attribute"]), - ( - UniCase::ascii("pullrequenst"), - &["pull requests", "pull request"], - ), - (UniCase::ascii("asbolute"), &["absolute"]), - (UniCase::ascii("inexpect"), &["inexpected"]), - (UniCase::ascii("uncommpression"), &["uncompression"]), - (UniCase::ascii("hyptothetically"), &["hypothetically"]), - (UniCase::ascii("presetation"), &["presentation"]), - (UniCase::ascii("synax"), &["syntax"]), - (UniCase::ascii("prcoessing"), &["processing"]), - (UniCase::ascii("verfifying"), &["verifying"]), - (UniCase::ascii("excecutives"), &["executives"]), - (UniCase::ascii("guarenteering"), &["guaranteeing"]), - (UniCase::ascii("entquiry"), &["enquiry", "inquiry"]), - (UniCase::ascii("dictaionaries"), &["dictionaries"]), - (UniCase::ascii("sepecially"), &["especially", "specially"]), - (UniCase::ascii("settins"), &["settings"]), - (UniCase::ascii("esges"), &["edges"]), - ( - UniCase::ascii("accessibiliy"), - &["accessibility", "accessible"], - ), - (UniCase::ascii("fomating"), &["formatting"]), - (UniCase::ascii("attrribute"), &["attribute"]), - (UniCase::ascii("visuab"), &["visual"]), - (UniCase::ascii("beteeen"), &["between"]), - (UniCase::ascii("negoating"), &["negotiating"]), - (UniCase::ascii("maximium"), &["maximum"]), - (UniCase::ascii("addeed"), &["added"]), - (UniCase::ascii("temproaily"), &["temporarily"]), - (UniCase::ascii("sacrifying"), &["sacrificing"]), - (UniCase::ascii("tessleated"), &["tessellated"]), - (UniCase::ascii("bahaviour"), &["behaviour"]), - (UniCase::ascii("redeclaation"), &["redeclaration"]), - (UniCase::ascii("abandonned"), &["abandoned"]), - (UniCase::ascii("matix"), &["matrix"]), - (UniCase::ascii("chuncked"), &["chunked"]), - (UniCase::ascii("soterd"), &["stored", "sorted"]), - (UniCase::ascii("definifiton"), &["definition"]), - (UniCase::ascii("neighbers"), &["neighbors"]), - (UniCase::ascii("externel"), &["external"]), - (UniCase::ascii("unmodfieid"), &["unmodified"]), - (UniCase::ascii("re-negotite"), &["re-negotiate"]), - (UniCase::ascii("fauturing"), &["featuring"]), - (UniCase::ascii("folowwong"), &["following"]), - (UniCase::ascii("trasparently"), &["transparently"]), - (UniCase::ascii("experimnters"), &["experimenters"]), - (UniCase::ascii("optimizier"), &["optimizer"]), - (UniCase::ascii("pheriparials"), &["peripherals"]), - (UniCase::ascii("prononciation"), &["pronunciation"]), - (UniCase::ascii("tranactional"), &["transactional"]), - (UniCase::ascii("disscovery"), &["discovery"]), - (UniCase::ascii("exclusivs"), &["exclusives"]), - (UniCase::ascii("assiocate"), &["associate"]), - (UniCase::ascii("attacthed"), &["attached"]), - (UniCase::ascii("doxgen"), &["doxygen"]), - (UniCase::ascii("subnegoation"), &["subnegotiation"]), - (UniCase::ascii("anynmore"), &["anymore"]), - (UniCase::ascii("resepectively"), &["respectively"]), - (UniCase::ascii("tetrahedran"), &["tetrahedron"]), - (UniCase::ascii("algohms"), &["algorithms"]), - (UniCase::ascii("sesitive"), &["sensitive"]), - ( - UniCase::ascii("convertations"), - &["conversations", "conversions"], - ), - (UniCase::ascii("oiginating"), &["originating"]), - (UniCase::ascii("exceutives"), &["executives"]), - (UniCase::ascii("coallesced"), &["coalesced"]), - (UniCase::ascii("succcessul"), &["successful"]), - (UniCase::ascii("excplicit"), &["explicit"]), - (UniCase::ascii("harasment"), &["harassment"]), - (UniCase::ascii("harasments"), &["harassments"]), - (UniCase::ascii("guarranty"), &["guaranty"]), - (UniCase::ascii("assumued"), &["assumed"]), - (UniCase::ascii("orginisation"), &["organisation"]), - (UniCase::ascii("thresold"), &["threshold"]), - (UniCase::ascii("popolate"), &["populate"]), - (UniCase::ascii("creater"), &["creator"]), - (UniCase::ascii("mmaped"), &["mapped"]), - (UniCase::ascii("otherwordly"), &["otherworldly"]), - (UniCase::ascii("misinterpretted"), &["misinterpreted"]), - (UniCase::ascii("snappng"), &["snapping"]), - (UniCase::ascii("sould\'nt"), &["shouldn\'t"]), - (UniCase::ascii("indipendent"), &["independent"]), - (UniCase::ascii("re-uplaoders"), &["re-uploaders"]), - (UniCase::ascii("lengthh"), &["length"]), - (UniCase::ascii("posiitivity"), &["positivity"]), - (UniCase::ascii("diskrimination"), &["discrimination"]), - (UniCase::ascii("trubles"), &["troubles"]), - (UniCase::ascii("attribure"), &["attribute"]), - (UniCase::ascii("arithmethic"), &["arithmetic"]), - (UniCase::ascii("factorys"), &["factories"]), - (UniCase::ascii("ocassions"), &["occasions"]), - (UniCase::ascii("ancestores"), &["ancestors"]), - (UniCase::ascii("calcluates"), &["calculates"]), - (UniCase::ascii("raotations"), &["rotations"]), - (UniCase::ascii("methids"), &["methods"]), - (UniCase::ascii("syclical"), &["cyclical", "physical"]), - (UniCase::ascii("spicific"), &["specific"]), - (UniCase::ascii("projct"), &["project"]), - (UniCase::ascii("mutbale"), &["mutable"]), - (UniCase::ascii("invokee"), &["invoked", "invoke"]), - (UniCase::ascii("religous"), &["religious"]), - (UniCase::ascii("chahged"), &["changed"]), - (UniCase::ascii("autonegosiation"), &["autonegotiation"]), - (UniCase::ascii("prodused"), &["produced"]), - (UniCase::ascii("renegotatiator"), &["renegotiator"]), - (UniCase::ascii("exploting"), &["exploiting", "exploring"]), - (UniCase::ascii("per-interpeter"), &["per-interpreter"]), - (UniCase::ascii("epected"), &["expected"]), - (UniCase::ascii("quantitiy"), &["quantity"]), - (UniCase::ascii("restesting"), &["retesting"]), - (UniCase::ascii("implementated"), &["implemented"]), - (UniCase::ascii("bottlenck"), &["bottleneck"]), - (UniCase::ascii("intereseting"), &["interesting"]), - (UniCase::ascii("redefintion"), &["redefinition"]), - (UniCase::ascii("bounhdaries"), &["boundaries"]), - (UniCase::ascii("abtract"), &["abstract"]), - (UniCase::ascii("speciffically"), &["specifically"]), - (UniCase::ascii("microprocesspr"), &["microprocessor"]), - (UniCase::ascii("vritualisation"), &["virtualisation"]), - (UniCase::ascii("scritp"), &["script"]), - (UniCase::ascii("procedre"), &["procedure"]), - (UniCase::ascii("comparisn"), &["comparison"]), - (UniCase::ascii("speshally"), &["specially", "especially"]), - (UniCase::ascii("incoperating"), &["incorporating"]), - (UniCase::ascii("definining"), &["defining"]), - (UniCase::ascii("falied"), &["failed"]), - (UniCase::ascii("characterisic"), &["characteristic"]), - (UniCase::ascii("dissasters"), &["disasters"]), - (UniCase::ascii("abosulte"), &["absolute"]), - (UniCase::ascii("subscirptions"), &["subscriptions"]), - (UniCase::ascii("spefiable"), &["specifiable"]), - (UniCase::ascii("resoure"), &["resource"]), - (UniCase::ascii("eisntance"), &["instance"]), - (UniCase::ascii("usiing"), &["using"]), - (UniCase::ascii("data-strcutures"), &["data-structures"]), - (UniCase::ascii("re-negotioble"), &["re-negotiable"]), - (UniCase::ascii("dafualts"), &["defaults"]), - ( - UniCase::ascii("scatches"), - &["catches", "scratches", "sketches"], - ), - (UniCase::ascii("cousing"), &["cousin"]), - (UniCase::ascii("seeen"), &["seen"]), - (UniCase::ascii("discconets"), &["disconnects"]), - (UniCase::ascii("acomodate"), &["accommodate"]), - (UniCase::ascii("renegotitaions"), &["renegotiations"]), - (UniCase::ascii("reprsents"), &["represents"]), - (UniCase::ascii("availeble"), &["available"]), - (UniCase::ascii("tryig"), &["trying"]), - (UniCase::ascii("benefical"), &["beneficial"]), - (UniCase::ascii("inproove"), &["improve"]), - (UniCase::ascii("approxiately"), &["approximately"]), - (UniCase::ascii("expetects"), &["expects"]), - (UniCase::ascii("replactes"), &["replaces", "replicates"]), - (UniCase::ascii("renegotatiated"), &["renegotiated"]), - (UniCase::ascii("momemtarily"), &["momentarily"]), - (UniCase::ascii("experimntations"), &["experimentations"]), - (UniCase::ascii("Tolkein"), &["Tolkien"]), - (UniCase::ascii("perfomrnace"), &["performance"]), - (UniCase::ascii("vulnerabulility"), &["vulnerability"]), - (UniCase::ascii("collorscheme"), &["colorscheme"]), - (UniCase::ascii("immadiatly"), &["immediately"]), - (UniCase::ascii("recieving"), &["receiving"]), - (UniCase::ascii("authenciators"), &["authenticators"]), - (UniCase::ascii("algorwwithmically"), &["algorithmically"]), - (UniCase::ascii("probalibity"), &["probability"]), - (UniCase::ascii("cartiesian"), &["cartesian"]), - (UniCase::ascii("stalagtite"), &["stalactite"]), - ( - UniCase::ascii("content-negothiation"), - &["content-negotiation"], - ), - (UniCase::ascii("labatory"), &["lavatory", "laboratory"]), - (UniCase::ascii("commnads"), &["commands"]), - (UniCase::ascii("conlcuding"), &["concluding"]), - (UniCase::ascii("apppend"), &["append"]), - (UniCase::ascii("specefied"), &["specified"]), - (UniCase::ascii("effords"), &["efforts", "affords"]), - (UniCase::ascii("executtion"), &["execution"]), - (UniCase::ascii("percision"), &["precision"]), - (UniCase::ascii("everthing"), &["everything"]), - (UniCase::ascii("librayr"), &["library"]), - (UniCase::ascii("easyer"), &["easier"]), - (UniCase::ascii("updateed"), &["updated"]), - (UniCase::ascii("rekursed"), &["recursed"]), - (UniCase::ascii("follwoind"), &["following"]), - (UniCase::ascii("confurable"), &["configurable"]), - (UniCase::ascii("re-negoitates"), &["re-negotiates"]), - (UniCase::ascii("publichers"), &["publishers"]), - (UniCase::ascii("alreasy"), &["already"]), - (UniCase::ascii("nessecarilt"), &["necessarily"]), - (UniCase::ascii("inifinite"), &["infinite"]), - (UniCase::ascii("monitoing"), &["monitoring"]), - (UniCase::ascii("dissambling"), &["disassembling"]), - (UniCase::ascii("anlge"), &["angle"]), - (UniCase::ascii("diety"), &["deity"]), - (UniCase::ascii("heathy"), &["healthy"]), - (UniCase::ascii("unintelligable"), &["unintelligible"]), - (UniCase::ascii("neighborhoood"), &["neighborhood"]), - (UniCase::ascii("redict"), &["redirect"]), - (UniCase::ascii("unregsters"), &["unregisters"]), - (UniCase::ascii("eyars"), &["years", "eyas"]), - (UniCase::ascii("gettitem"), &["getitem", "get item"]), - (UniCase::ascii("pakages"), &["packages"]), - (UniCase::ascii("farction"), &["fraction", "faction"]), - (UniCase::ascii("algortithmic"), &["algorithmic"]), - (UniCase::ascii("oints"), &["points", "pints"]), - (UniCase::ascii("algorithmmic"), &["algorithmic"]), - (UniCase::ascii("sofware"), &["software"]), - (UniCase::ascii("virual"), &["virtual", "viral"]), - (UniCase::ascii("estabishd"), &["established"]), - (UniCase::ascii("reudction"), &["reduction"]), - (UniCase::ascii("experimintel"), &["experimental"]), - (UniCase::ascii("guarnateeeing"), &["guaranteeing"]), - (UniCase::ascii("ofthe"), &["of the"]), - (UniCase::ascii("preceeds"), &["precedes", "proceeds"]), - (UniCase::ascii("tommorrow"), &["tomorrow"]), - (UniCase::ascii("alwais"), &["always"]), - (UniCase::ascii("abstrater"), &["abstracter"]), - (UniCase::ascii("experment"), &["experiment"]), - (UniCase::ascii("configutation"), &["configuration"]), - (UniCase::ascii("enhabcing"), &["enhancing"]), - (UniCase::ascii("polyphonyic"), &["polyphonic"]), - (UniCase::ascii("settting"), &["setting"]), - (UniCase::ascii("dimmensioning"), &["dimensioning"]), - (UniCase::ascii("safeing"), &["saving"]), - (UniCase::ascii("epecifica"), &["especifica"]), - (UniCase::ascii("enlargment"), &["enlargement"]), - (UniCase::ascii("amgle"), &["angle"]), - (UniCase::ascii("speficiic"), &["specific"]), - (UniCase::ascii("nubmers"), &["numbers"]), - (UniCase::ascii("extravert"), &["extrovert"]), - (UniCase::ascii("cancelles"), &["cancels"]), - (UniCase::ascii("reccursively"), &["recursively"]), - (UniCase::ascii("scahr"), &["schar"]), - (UniCase::ascii("arithmatic"), &["arithmetic"]), - (UniCase::ascii("opbjective"), &["objective"]), - (UniCase::ascii("perfomeance"), &["performance"]), - (UniCase::ascii("cahgned"), &["changed"]), - (UniCase::ascii("speficilly"), &["specifically"]), - (UniCase::ascii("sychronises"), &["synchronises"]), - (UniCase::ascii("boostrap"), &["bootstrap"]), - (UniCase::ascii("negotitaed"), &["negotiated"]), - (UniCase::ascii("borwser"), &["browsers"]), - ( - UniCase::ascii("coexhistence"), - &["coexistence", "co-existence"], - ), - (UniCase::ascii("renegothiate"), &["renegotiate"]), - (UniCase::ascii("refesh"), &["refresh"]), - (UniCase::ascii("joineable"), &["joinable"]), - (UniCase::ascii("exipred"), &["expired"]), - (UniCase::ascii("candadates"), &["candidates"]), - (UniCase::ascii("cahacters"), &["characters"]), - (UniCase::ascii("specifclly"), &["specifically"]), - (UniCase::ascii("fieled"), &["field"]), - (UniCase::ascii("autoconpleted"), &["autocompleted"]), - (UniCase::ascii("dupliating"), &["duplicating"]), - (UniCase::ascii("atttributes"), &["attributes"]), - (UniCase::ascii("dissappears"), &["disappears"]), - (UniCase::ascii("signifigantly"), &["significantly"]), - (UniCase::ascii("deploied"), &["deployed"]), - (UniCase::ascii("airfow"), &["airflow"]), - (UniCase::ascii("vulberbilities"), &["vulnerabilities"]), - (UniCase::ascii("indentended"), &["indented"]), - (UniCase::ascii("doesent\'"), &["doesn\'t"]), - (UniCase::ascii("intialze"), &["initialize"]), - (UniCase::ascii("preseverance"), &["perseverance"]), - (UniCase::ascii("initilizing"), &["initializing"]), - (UniCase::ascii("opearios"), &["operations"]), - (UniCase::ascii("accompagnied"), &["accompanied"]), - (UniCase::ascii("mainling"), &["mailing"]), - (UniCase::ascii("experession\'s"), &["expression\'s"]), - (UniCase::ascii("concidered"), &["considered"]), - (UniCase::ascii("exponentialy"), &["exponentially"]), - (UniCase::ascii("justication"), &["justification"]), - (UniCase::ascii("aproove"), &["approve"]), - (UniCase::ascii("priveliges"), &["privileges"]), - (UniCase::ascii("speciefied"), &["specified"]), - ]), - }; +pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ + ("1nd", &["1st"]), + ("2rd", &["2nd"]), + ("2st", &["2nd"]), + ("3nd", &["3rd"]), + ("3st", &["3rd"]), + ("a-diaerers", &["a-diaereses"]), + ("aaccessibility", &["accessibility"]), + ("aaccession", &["accession"]), + ("aack", &["ack"]), + ("aactual", &["actual"]), + ("aactually", &["actually"]), + ("aadd", &["add"]), + ("aaggregation", &["aggregation"]), + ("aanother", &["another"]), + ("aapply", &["apply"]), + ("aare", &["are"]), + ("aassociated", &["associated"]), + ("aautomatic", &["automatic"]), + ("aautomatically", &["automatically"]), + ("abailable", &["available"]), + ("abanden", &["abandon"]), + ("abandonded", &["abandoned"]), + ("abandone", &["abandon"]), + ("abandonned", &["abandoned"]), + ("abandonning", &["abandoning"]), + ("abbbreviated", &["abbreviated"]), + ("abberation", &["aberration"]), + ("abberations", &["aberrations"]), + ("abberivates", &["abbreviates"]), + ("abberration", &["aberration"]), + ("abbort", &["abort", "abbot"]), + ("abborted", &["aborted"]), + ("abborting", &["aborting"]), + ("abborts", &["aborts", "abbots"]), + ("abbout", &["about", "abbot"]), + ("abbrevate", &["abbreviate"]), + ("abbrevation", &["abbreviation"]), + ("abbrevations", &["abbreviations"]), + ("abbreviaton", &["abbreviation"]), + ("abbreviatons", &["abbreviations"]), + ("abbriviate", &["abbreviate"]), + ("abbriviation", &["abbreviation"]), + ("abbriviations", &["abbreviations"]), + ("aberation", &["aberration"]), + ("abigious", &["ambiguous"]), + ("abiguity", &["ambiguity"]), + ("abilityes", &["abilities"]), + ("abilties", &["abilities"]), + ("abilty", &["ability"]), + ("abiss", &["abyss"]), + ("abitrarily", &["arbitrarily"]), + ("abitrate", &["arbitrate"]), + ("abitration", &["arbitration"]), + ("abizmal", &["abysmal"]), + ("abnoramlly", &["abnormally"]), + ("abnormalty", &["abnormally"]), + ("abnormaly", &["abnormally"]), + ("abnornally", &["abnormally"]), + ("abnove", &["above"]), + ("abnrormal", &["abnormal"]), + ("aboce", &["above", "abode"]), + ("aboluste", &["absolute"]), + ("abolustely", &["absolutely"]), + ("abolute", &["absolute"]), + ("abondon", &["abandon"]), + ("abondoned", &["abandoned"]), + ("abondoning", &["abandoning"]), + ("abondons", &["abandons"]), + ("aboout", &["about"]), + ("abord", &["abort", "aboard"]), + ("aborigene", &["aborigine"]), + ("aborte", &["aborted", "abort", "aborts"]), + ("abortificant", &["abortifacient"]), + ("aboslute", &["absolute"]), + ("aboslutely", &["absolutely"]), + ("abosulte", &["absolute"]), + ("abosultely", &["absolutely"]), + ("abosulute", &["absolute"]), + ("abosulutely", &["absolutely"]), + ("abotu", &["about"]), + ("abount", &["about"]), + ("abourt", &["abort", "about"]), + ("abouta", &["about a", "about"]), + ("aboutit", &["about it"]), + ("aboutthe", &["about the"]), + ("abouve", &["above"]), + ("abov", &["above"]), + ("aboved", &["above"]), + ("abovemtioned", &["abovementioned"]), + ("aboves", &["above"]), + ("abovmentioned", &["abovementioned"]), + ("abreviate", &["abbreviate"]), + ("abreviated", &["abbreviated"]), + ("abreviates", &["abbreviates"]), + ("abreviating", &["abbreviating"]), + ("abreviation", &["abbreviation"]), + ("abreviations", &["abbreviations"]), + ("abritrarily", &["arbitrarily"]), + ("abritrary", &["arbitrary"]), + ("abriviate", &["abbreviate"]), + ("absail", &["abseil"]), + ("absailing", &["abseiling"]), + ("absance", &["absence"]), + ("abscence", &["absence"]), + ("abscound", &["abscond"]), + ("abselutely", &["absolutely"]), + ("abselutly", &["absolutely"]), + ("absense", &["absence"]), + ("absodefly", &["absolute"]), + ("absodeflyly", &["absolutely"]), + ("absolate", &["absolute"]), + ("absolately", &["absolutely"]), + ("absolaute", &["absolute"]), + ("absolautely", &["absolutely"]), + ("absolete", &["absolute", "obsolete"]), + ("absoleted", &["obsoleted"]), + ("absoletely", &["absolutely"]), + ("absoliute", &["absolute"]), + ("absoliutely", &["absolutely"]), + ("absoloute", &["absolute"]), + ("absoloutely", &["absolutely"]), + ("absolte", &["absolute"]), + ("absoltely", &["absolutely"]), + ("absoltue", &["absolute"]), + ("absoltuely", &["absolutely"]), + ("absoluate", &["absolute"]), + ("absoluately", &["absolutely"]), + ("absoluely", &["absolutely"]), + ("absoluet", &["absolute"]), + ("absoluetly", &["absolutely"]), + ("absolulte", &["absolute"]), + ("absolultely", &["absolutely"]), + ("absolune", &["absolute"]), + ("absolunely", &["absolutely"]), + ("absolure", &["absolute"]), + ("absolurely", &["absolutely"]), + ("absolut", &["absolute"]), + ("absolutelly", &["absolutely"]), + ("absoluth", &["absolute"]), + ("absoluthe", &["absolute"]), + ("absoluthely", &["absolutely"]), + ("absoluthly", &["absolutely"]), + ("absolutley", &["absolutely"]), + ("absolutly", &["absolutely"]), + ("absolutlye", &["absolutely"]), + ("absoluute", &["absolute"]), + ("absoluutely", &["absolutely"]), + ("absoluve", &["absolute"]), + ("absoluvely", &["absolutely"]), + ("absoolute", &["absolute"]), + ("absoolutely", &["absolutely"]), + ("absorbant", &["absorbent"]), + ("absorbsion", &["absorption"]), + ("absorbtion", &["absorption"]), + ("absorve", &["absorb"]), + ("absould", &["absolute"]), + ("absouldly", &["absolutely"]), + ("absoule", &["absolute"]), + ("absoulely", &["absolutely"]), + ("absoulete", &["absolute", "obsolete"]), + ("absouletely", &["absolutely"]), + ("absoult", &["absolute"]), + ("absoulte", &["absolute"]), + ("absoultely", &["absolutely"]), + ("absoultly", &["absolutely"]), + ("absoulute", &["absolute"]), + ("absoulutely", &["absolutely"]), + ("absout", &["absolute"]), + ("absoute", &["absolute"]), + ("absoutely", &["absolutely"]), + ("absoutly", &["absolutely"]), + ("abstact", &["abstract"]), + ("abstacted", &["abstracted"]), + ("abstacter", &["abstracter"]), + ("abstacting", &["abstracting"]), + ("abstaction", &["abstraction"]), + ("abstactions", &["abstractions"]), + ("abstactly", &["abstractly"]), + ("abstactness", &["abstractness"]), + ("abstactor", &["abstractor"]), + ("abstacts", &["abstracts"]), + ("abstanence", &["abstinence"]), + ("abstrac", &["abstract"]), + ("abstraced", &["abstracted"]), + ("abstracer", &["abstracter"]), + ("abstracing", &["abstracting"]), + ("abstracion", &["abstraction"]), + ("abstracions", &["abstractions"]), + ("abstracly", &["abstractly"]), + ("abstracness", &["abstractness"]), + ("abstracor", &["abstractor"]), + ("abstracs", &["abstracts"]), + ("abstrat", &["abstract"]), + ("abstrated", &["abstracted"]), + ("abstrater", &["abstracter"]), + ("abstrating", &["abstracting"]), + ("abstration", &["abstraction"]), + ("abstrations", &["abstractions"]), + ("abstratly", &["abstractly"]), + ("abstratness", &["abstractness"]), + ("abstrator", &["abstractor"]), + ("abstrats", &["abstracts"]), + ("abstrct", &["abstract"]), + ("abstrcted", &["abstracted"]), + ("abstrcter", &["abstracter"]), + ("abstrcting", &["abstracting"]), + ("abstrction", &["abstraction"]), + ("abstrctions", &["abstractions"]), + ("abstrctly", &["abstractly"]), + ("abstrctness", &["abstractness"]), + ("abstrctor", &["abstractor"]), + ("abstrcts", &["abstracts"]), + ("absulute", &["absolute"]), + ("absymal", &["abysmal"]), + ("abtract", &["abstract"]), + ("abtracted", &["abstracted"]), + ("abtracter", &["abstracter"]), + ("abtracting", &["abstracting"]), + ("abtraction", &["abstraction"]), + ("abtractions", &["abstractions"]), + ("abtractly", &["abstractly"]), + ("abtractness", &["abstractness"]), + ("abtractor", &["abstractor"]), + ("abtracts", &["abstracts"]), + ("abudance", &["abundance"]), + ("abudances", &["abundances"]), + ("abundacies", &["abundances"]), + ("abundancies", &["abundances"]), + ("abundand", &["abundant"]), + ("abundence", &["abundance"]), + ("abundent", &["abundant"]), + ("abundunt", &["abundant"]), + ("abutts", &["abuts"]), + ("abvailable", &["available"]), + ("abvious", &["obvious"]), + ("acadamy", &["academy"]), + ("acadimy", &["academy"]), + ("acadmic", &["academic"]), + ("acale", &["scale"]), + ("acatemy", &["academy"]), + ("accademic", &["academic"]), + ("accademy", &["academy"]), + ("accapt", &["accept"]), + ("accapted", &["accepted"]), + ("accapts", &["accepts"]), + ("acccept", &["accept"]), + ("acccepted", &["accepted"]), + ("acccepting", &["accepting"]), + ("acccepts", &["accepts"]), + ("accces", &["access"]), + ("acccess", &["access"]), + ("acccessd", &["accessed"]), + ("acccessed", &["accessed"]), + ("acccesses", &["accesses"]), + ("acccessibility", &["accessibility"]), + ("acccessible", &["accessible"]), + ("acccessing", &["accessing"]), + ("acccession", &["accession"]), + ("acccessor", &["accessor"]), + ("acccessors", &["accessors"]), + ("acccord", &["accord"]), + ("acccordance", &["accordance"]), + ("acccordances", &["accordances"]), + ("acccorded", &["accorded"]), + ("acccording", &["according"]), + ("acccordingly", &["accordingly"]), + ("acccords", &["accords"]), + ("acccount", &["account"]), + ("acccumulate", &["accumulate"]), + ("acccuracy", &["accuracy"]), + ("acccurate", &["accurate"]), + ("acccurately", &["accurately"]), + ("acccused", &["accused"]), + ("accecpted", &["accepted"]), + ("accees", &["access"]), + ("acceess", &["access"]), + ("accelarate", &["accelerate"]), + ("accelaration", &["acceleration"]), + ("accelearte", &["accelerate"]), + ("accelearted", &["accelerated"]), + ("acceleartes", &["accelerates"]), + ("acceleartion", &["acceleration"]), + ("acceleartor", &["accelerator"]), + ("acceleated", &["accelerated"]), + ("acceleratoin", &["acceleration"]), + ("acceleratrion", &["acceleration"]), + ("accellerated", &["accelerated"]), + ("accelleration", &["acceleration"]), + ("accension", &["accession", "ascension"]), + ("accepatble", &["acceptable"]), + ("accepect", &["accept"]), + ("accepected", &["accepted"]), + ("acceppt", &["accept"]), + ("acceptence", &["acceptance"]), + ("acceptible", &["acceptable"]), + ("acces", &["access"]), + ("accesed", &["accessed"]), + ("acceses", &["accesses"]), + ("accesibility", &["accessibility"]), + ("accesible", &["accessible"]), + ("accesing", &["accessing"]), + ("accesnt", &["accent"]), + ("accesor", &["accessor"]), + ("accesories", &["accessories"]), + ("accesors", &["accessors"]), + ("accesory", &["accessory"]), + ("accessable", &["accessible"]), + ("accessbile", &["accessible"]), + ("accessibiliity", &["accessibility"]), + ("accessibiliy", &["accessibility", "accessible"]), + ("accessibilty", &["accessibility"]), + ("accessiblilty", &["accessibility"]), + ("accessile", &["accessible"]), + ("accessintg", &["accessing"]), + ("accessisble", &["accessible"]), + ("accessoire", &["accessory"]), + ("accessoires", &["accessories", "accessorise"]), + ("accessoirez", &["accessorize", "accessories"]), + ("accessort", &["accessor"]), + ("accesss", &["access"]), + ("accesssor", &["accessor"]), + ("accesssors", &["accessors"]), + ("accet", &["accept"]), + ("accetable", &["acceptable"]), + ("accets", &["accepts"]), + ("acchiev", &["achieve"]), + ("acchievable", &["achievable"]), + ("acchieve", &["achieve"]), + ("acchieveable", &["achievable"]), + ("acchieved", &["achieved"]), + ("acchievement", &["achievement"]), + ("acchievements", &["achievements"]), + ("acchiever", &["achiever"]), + ("acchieves", &["achieves"]), + ("accidant", &["accident"]), + ("accidentaly", &["accidentally"]), + ("accidential", &["accidental"]), + ("accidentially", &["accidentally"]), + ("accidentically", &["accidentally"]), + ("accidentily", &["accidentally"]), + ("accidently", &["accidentally"]), + ("accidentually", &["accidentally"]), + ("accidetly", &["accidentally"]), + ("acciedential", &["accidental"]), + ("acciednetally", &["accidentally"]), + ("accient", &["accident"]), + ("acciental", &["accidental"]), + ("acclerated", &["accelerated"]), + ("acclerates", &["accelerates"]), + ("accleration", &["acceleration"]), + ("acclerometers", &["accelerometers"]), + ("acclimitization", &["acclimatization"]), + ("accoding", &["according"]), + ("accodingly", &["accordingly"]), + ("accodr", &["accord"]), + ("accodrance", &["accordance"]), + ("accodred", &["accorded"]), + ("accodring", &["according"]), + ("accodringly", &["accordingly"]), + ("accodrs", &["accords"]), + ("accointing", &["accounting"]), + ("accoird", &["accord"]), + ("accoirding", &["according"]), + ("accomadate", &["accommodate"]), + ("accomadated", &["accommodated"]), + ("accomadates", &["accommodates"]), + ("accomadating", &["accommodating"]), + ("accomadation", &["accommodation"]), + ("accomadations", &["accommodations"]), + ("accomdate", &["accommodate"]), + ("accommadate", &["accommodate"]), + ("accommadates", &["accommodates"]), + ("accommdated", &["accommodated"]), + ("accomodata", &["accommodate"]), + ("accomodate", &["accommodate"]), + ("accomodated", &["accommodated"]), + ("accomodates", &["accommodates"]), + ("accomodating", &["accommodating"]), + ("accomodation", &["accommodation"]), + ("accomodations", &["accommodations"]), + ("accompagned", &["accompanied"]), + ("accompagnied", &["accompanied"]), + ("accompagnies", &["accompanies"]), + ("accompagniment", &["accompaniment"]), + ("accompagning", &["accompanying"]), + ("accompagny", &["accompany"]), + ("accompagnying", &["accompanying"]), + ("accompained", &["accompanied"]), + ("accompanyed", &["accompanied"]), + ("accompt", &["account"]), + ("acconding", &["according"]), + ("accont", &["account"]), + ("accontant", &["accountant"]), + ("acconted", &["accounted"]), + ("acconting", &["accounting"]), + ("accoording", &["according"]), + ("accoordingly", &["accordingly"]), + ("accordding", &["according"]), + ("accordeon", &["accordion"]), + ("accordian", &["accordion"]), + ("accordign", &["according"]), + ("accordinag", &["according"]), + ("accordinly", &["accordingly"]), + ("accordint", &["according"]), + ("accordintly", &["accordingly"]), + ("accordling", &["according"]), + ("accordlingly", &["accordingly"]), + ("accordng", &["according"]), + ("accordngly", &["accordingly"]), + ("accoriding", &["according"]), + ("accoridng", &["according"]), + ("accoridngly", &["accordingly"]), + ("accoring", &["according", "occurring"]), + ("accoringly", &["accordingly"]), + ("accorndingly", &["accordingly"]), + ("accort", &["accord"]), + ("accortance", &["accordance"]), + ("accorted", &["accorded"]), + ("accorting", &["according"]), + ("accound", &["account"]), + ("accoustic", &["acoustic"]), + ("accoustically", &["acoustically"]), + ("accout", &["account"]), + ("accouting", &["accounting"]), + ("accoutn", &["account"]), + ("accpet", &["accept"]), + ("accpets", &["accepts"]), + ("accquainted", &["acquainted"]), + ("accquire", &["acquire"]), + ("accquired", &["acquired"]), + ("accquires", &["acquires"]), + ("accquiring", &["acquiring"]), + ("accracy", &["accuracy"]), + ("accrate", &["accurate"]), + ("accrding", &["according"]), + ("accrdingly", &["accordingly"]), + ("accrediation", &["accreditation"]), + ("accredidation", &["accreditation"]), + ("accress", &["access"]), + ("accreting", &["accrediting"]), + ("accroding", &["according"]), + ("accrodingly", &["accordingly"]), + ("accronym", &["acronym"]), + ("accronyms", &["acronyms"]), + ("accrording", &["according"]), + ("accros", &["across"]), + ("accrose", &["across"]), + ("accross", &["across"]), + ("accsess", &["access"]), + ("accss", &["access"]), + ("accssible", &["accessible"]), + ("accssor", &["accessor"]), + ("acctual", &["actual"]), + ("accumalate", &["accumulate"]), + ("accumalator", &["accumulator"]), + ("accumalte", &["accumulate"]), + ("accumalted", &["accumulated"]), + ("accumilated", &["accumulated"]), + ("accumlate", &["accumulate"]), + ("accumlated", &["accumulated"]), + ("accumlates", &["accumulates"]), + ("accumlating", &["accumulating"]), + ("accumlator", &["accumulator"]), + ("accummulating", &["accumulating"]), + ("accummulators", &["accumulators"]), + ("accumualte", &["accumulate"]), + ("accumualtion", &["accumulation"]), + ("accupied", &["occupied"]), + ("accupts", &["accepts"]), + ("accurable", &["accurate"]), + ("accuraccies", &["accuracies"]), + ("accuraccy", &["accuracy"]), + ("accurancy", &["accuracy"]), + ("accurarcy", &["accuracy"]), + ("accurary", &["accuracy", "actuary"]), + ("accuratelly", &["accurately"]), + ("accuratley", &["accurately"]), + ("accuratly", &["accurately"]), + ("accuray", &["accuracy", "actuary"]), + ("accure", &["accrue", "occur", "acquire"]), + ("accured", &["accrued", "occurred", "acquired"]), + ("accurences", &["occurrences"]), + ("accurracy", &["accuracy"]), + ("accurring", &["occurring"]), + ("accurs", &["accurse", "occurs"]), + ("accussed", &["accused"]), + ("acdept", &["accept", "adept"]), + ("acditionally", &["additionally"]), + ("acecess", &["access"]), + ("acedemic", &["academic"]), + ("acelerated", &["accelerated"]), + ("acend", &["ascend"]), + ("acendance", &["ascendance"]), + ("acendancey", &["ascendancy"]), + ("acended", &["ascended"]), + ("acendence", &["ascendance"]), + ("acendencey", &["ascendancy"]), + ("acendency", &["ascendancy"]), + ("acender", &["ascender"]), + ("acending", &["ascending"]), + ("acent", &["ascent"]), + ("aceptable", &["acceptable"]), + ("acerage", &["acreage"]), + ("acess", &["access"]), + ("acessable", &["accessible"]), + ("acessed", &["accessed"]), + ("acesses", &["accesses"]), + ("acessible", &["accessible"]), + ("acessing", &["accessing"]), + ("acessor", &["accessor"]), + ("acessors", &["accessors", "accessor"]), + ("acheive", &["achieve"]), + ("acheived", &["achieved"]), + ("acheivement", &["achievement"]), + ("acheivements", &["achievements"]), + ("acheives", &["achieves"]), + ("acheiving", &["achieving"]), + ("acheivment", &["achievement"]), + ("acheivments", &["achievements"]), + ("achievment", &["achievement"]), + ("achievments", &["achievements"]), + ("achitecture", &["architecture"]), + ("achitectures", &["architectures"]), + ("achivable", &["achievable"]), + ("achive", &["achieve", "archive"]), + ("achived", &["achieved", "archived"]), + ("achivement", &["achievement"]), + ("achivements", &["achievements"]), + ("achiver", &["achiever", "archiver"]), + ("achives", &["achieves", "archives"]), + ("achiving", &["achieving", "archiving"]), + ("achor", &["anchor"]), + ("achored", &["anchored"]), + ("achoring", &["anchoring"]), + ("achors", &["anchors"]), + ("ACI", &["ACPI"]), + ("acident", &["accident"]), + ("acient", &["ancient"]), + ("ACII", &["ASCII"]), + ("acition", &["action"]), + ("acitions", &["actions"]), + ("acitivate", &["activate"]), + ("acitivation", &["activation"]), + ("acitivity", &["activity"]), + ("acitvate", &["activate"]), + ("acitve", &["active"]), + ("acivate", &["activate"]), + ("acive", &["active"]), + ("acknodledgment", &["acknowledgment"]), + ("acknoledge", &["acknowledge"]), + ("acknoledged", &["acknowledged"]), + ("acknoledges", &["acknowledges"]), + ("acknoledging", &["acknowledging"]), + ("acknoledgment", &["acknowledgment"]), + ("acknowldeged", &["acknowledged"]), + ("acknowldegement", &["acknowledgement"]), + ("acknowledgeing", &["acknowledging"]), + ("acknowleding", &["acknowledging"]), + ("acknowlege", &["acknowledge"]), + ("acknowleged", &["acknowledged"]), + ("acknowleges", &["acknowledges"]), + ("acknowleging", &["acknowledging"]), + ("ackowledge", &["acknowledge"]), + ("ackowledged", &["acknowledged"]), + ("ackowledgement", &["acknowledgement"]), + ("ackowledges", &["acknowledges"]), + ("ackowledging", &["acknowledging"]), + ("ackward", &["awkward", "backward"]), + ("acn", &["can", "acne"]), + ("acnowledge", &["acknowledge"]), + ("acocunt", &["account"]), + ("acommodate", &["accommodate"]), + ("acommodated", &["accommodated"]), + ("acommodates", &["accommodates"]), + ("acommodating", &["accommodating"]), + ("acommodation", &["accommodation"]), + ("acommpany", &["accompany"]), + ("acommpanying", &["accompanying"]), + ("acomodate", &["accommodate"]), + ("acomodated", &["accommodated"]), + ("acompanies", &["accompanies"]), + ("acomplish", &["accomplish"]), + ("acomplished", &["accomplished"]), + ("acomplishment", &["accomplishment"]), + ("acomplishments", &["accomplishments"]), + ("acontiguous", &["a contiguous"]), + ("acoording", &["according"]), + ("acoordingly", &["accordingly"]), + ("acording", &["according"]), + ("acordingly", &["accordingly"]), + ("acordinng", &["according"]), + ("acorss", &["across"]), + ("acorting", &["according"]), + ("acount", &["account"]), + ("acounts", &["accounts"]), + ("acquaintence", &["acquaintance"]), + ("acquaintences", &["acquaintances"]), + ("acquiantence", &["acquaintance"]), + ("acquiantences", &["acquaintances"]), + ("acquiesence", &["acquiescence"]), + ("acquited", &["acquitted"]), + ("acqure", &["acquire"]), + ("acqured", &["acquired"]), + ("acqures", &["acquires"]), + ("acquries", &["acquires", "equerries"]), + ("acquring", &["acquiring"]), + ("acrage", &["acreage"]), + ("acrued", &["accrued"]), + ("acses", &["cases", "access"]), + ("acssumed", &["assumed"]), + ("actally", &["actually"]), + ("actaul", &["actual"]), + ("actaully", &["actually"]), + ("actial", &["actual"]), + ("actibity", &["activity"]), + ("actine", &["active"]), + ("actiual", &["actual"]), + ("activ", &["active"]), + ("activaed", &["activated"]), + ("activationg", &["activating"]), + ("actived", &["activated"]), + ("activeta", &["activate"]), + ("activete", &["activate"]), + ("activites", &["activities"]), + ("activiti", &["activity", "activities"]), + ("activitis", &["activities"]), + ("activitiy", &["activity"]), + ("activly", &["actively"]), + ("activtes", &["activates"]), + ("activties", &["activities"]), + ("activty", &["activity"]), + ("activw", &["active"]), + ("actove", &["active"]), + ("actuaal", &["actual"]), + ("actuaally", &["actually"]), + ("actuak", &["actual"]), + ("actuakly", &["actually"]), + ("actuall", &["actually", "actual"]), + ("actuallin", &["actually"]), + ("actualy", &["actually"]), + ("actualyl", &["actually"]), + ("actuell", &["actual"]), + ("actuion", &["action"]), + ("actuionable", &["actionable"]), + ("actul", &["actual"]), + ("actullay", &["actually"]), + ("actully", &["actually"]), + ("acturally", &["actually"]), + ("actusally", &["actually"]), + ("actzal", &["actual"]), + ("acual", &["actual"]), + ("acually", &["actually"]), + ("acuired", &["acquired"]), + ("acuires", &["acquires"]), + ("acumulate", &["accumulate"]), + ("acumulated", &["accumulated"]), + ("acumulates", &["accumulates"]), + ("acumulating", &["accumulating"]), + ("acumulation", &["accumulation"]), + ("acumulative", &["accumulative"]), + ("acumulator", &["accumulator"]), + ("acuqire", &["acquire"]), + ("acuracy", &["accuracy"]), + ("acurate", &["accurate"]), + ("acused", &["accused"]), + ("acustom", &["accustom"]), + ("acustommed", &["accustomed"]), + ("acutal", &["actual"]), + ("acutally", &["actually"]), + ("acutual", &["actual"]), + ("adapated", &["adapted"]), + ("adapater", &["adapter"]), + ("adapaters", &["adapters"]), + ("adapd", &["adapt", "adapted", "adopt", "adopted"]), + ("adapdive", &["adaptive"]), + ("adaped", &["adapted", "adapt", "adopted", "adopt"]), + ("adapive", &["adaptive"]), + ("adaptaion", &["adaptation"]), + ("adaptare", &["adapter"]), + ("adapte", &["adapter"]), + ("adaptee", &["adapted"]), + ("adaptes", &["adapters"]), + ("adaptibe", &["adaptive"]), + ("adaptove", &["adaptive", "adoptive"]), + ("adaquate", &["adequate"]), + ("adaquately", &["adequately"]), + ("adatper", &["adapter"]), + ("adatpers", &["adapters"]), + ("adavance", &["advance"]), + ("adavanced", &["advanced"]), + ("adbandon", &["abandon"]), + ("addapt", &["adapt"]), + ("addaptation", &["adaptation"]), + ("addaptations", &["adaptations"]), + ("addapted", &["adapted"]), + ("addapting", &["adapting"]), + ("addapts", &["adapts"]), + ("addd", &["add"]), + ("addded", &["added"]), + ("addding", &["adding"]), + ("adddress", &["address"]), + ("adddresses", &["addresses"]), + ("addds", &["adds"]), + ("addedd", &["added"]), + ("addeed", &["added"]), + ("addersses", &["addresses"]), + ("addert", &["assert"]), + ("adderted", &["asserted"]), + ("addes", &["adds", "added"]), + ("addess", &["address"]), + ("addessed", &["addressed"]), + ("addesses", &["addresses"]), + ("addessing", &["addressing"]), + ("addied", &["added"]), + ("addig", &["adding"]), + ("addional", &["additional"]), + ("addionally", &["additionally"]), + ("additianally", &["additionally"]), + ("additinally", &["additionally"]), + ("additioanlly", &["additionally"]), + ("additiona", &["additional"]), + ("additionallly", &["additionally"]), + ("additionaly", &["additionally"]), + ("additionalyy", &["additionally"]), + ("additionnal", &["additional"]), + ("additionnally", &["additionally"]), + ("additionnaly", &["additionally"]), + ("additon", &["addition"]), + ("additonal", &["additional"]), + ("additonally", &["additionally"]), + ("additonaly", &["additionally"]), + ("addjust", &["adjust"]), + ("addjusted", &["adjusted"]), + ("addjusting", &["adjusting"]), + ("addjusts", &["adjusts"]), + ("addmission", &["admission"]), + ("addmit", &["admit"]), + ("addopt", &["adopt"]), + ("addopted", &["adopted"]), + ("addoptive", &["adoptive", "adaptive"]), + ("addpress", &["address"]), + ("addrass", &["address"]), + ("addrees", &["address"]), + ("addreess", &["address"]), + ("addres", &["address"]), + ("addresable", &["addressable"]), + ("addresed", &["addressed"]), + ("addreses", &["addresses"]), + ("addresess", &["addresses"]), + ("addresing", &["addressing"]), + ("addresse", &["addresses", "address"]), + ("addressess", &["addresses"]), + ("addressings", &["addressing"]), + ("addresss", &["address"]), + ("addresssed", &["addressed"]), + ("addressses", &["addresses"]), + ("addresssing", &["addressing"]), + ("addrress", &["address"]), + ("addted", &["added"]), + ("addtion", &["addition"]), + ("addtional", &["additional"]), + ("addtionally", &["additionally"]), + ("addtitional", &["additional"]), + ("adecuate", &["adequate"]), + ("adequit", &["adequate"]), + ("adge", &["edge", "badge", "adage"]), + ("adges", &["edges", "badges", "adages"]), + ("adhearing", &["adhering"]), + ("adherance", &["adherence"]), + ("adiacent", &["adjacent"]), + ("adiditon", &["addition"]), + ("adin", &["admin"]), + ("adition", &["addition"]), + ("aditional", &["additional"]), + ("aditionally", &["additionally"]), + ("aditionaly", &["additionally"]), + ("aditionnal", &["additional"]), + ("adivce", &["advice", "advise"]), + ("adivsories", &["advisories"]), + ("adivsoriy", &["advisory", "advisories"]), + ("adivsoriyes", &["advisories"]), + ("adivsory", &["advisory"]), + ("adjacentcy", &["adjacency", "adjacence"]), + ("adjacentsy", &["adjacency"]), + ("adjactend", &["adjacent"]), + ("adjancent", &["adjacent"]), + ("adjascent", &["adjacent"]), + ("adjasence", &["adjacence"]), + ("adjasencies", &["adjacencies"]), + ("adjasensy", &["adjacency"]), + ("adjasent", &["adjacent"]), + ("adjast", &["adjust"]), + ("adjcence", &["adjacence"]), + ("adjcencies", &["adjacencies"]), + ("adjcent", &["adjacent"]), + ("adjcentcy", &["adjacency"]), + ("adjsence", &["adjacence"]), + ("adjsencies", &["adjacencies"]), + ("adjsuted", &["adjusted"]), + ("adjuscent", &["adjacent"]), + ("adjusment", &["adjustment"]), + ("adjustement", &["adjustment"]), + ("adjustements", &["adjustments"]), + ("adjustificat", &["justification"]), + ("adjustification", &["justification"]), + ("adjustmant", &["adjustment"]), + ("adjustmants", &["adjustments"]), + ("adjustmenet", &["adjustment"]), + ("admendment", &["amendment"]), + ("admi", &["admin"]), + ("admininistrative", &["administrative"]), + ("admininistrator", &["administrator"]), + ("admininistrators", &["administrators"]), + ("admininstrator", &["administrator"]), + ("administation", &["administration"]), + ("administor", &["administrator"]), + ("administraively", &["administratively"]), + ("adminssion", &["admission"]), + ("adminstered", &["administered"]), + ("adminstrate", &["administrate"]), + ("adminstration", &["administration"]), + ("adminstrative", &["administrative"]), + ("adminstrator", &["administrator"]), + ("adminstrators", &["administrators"]), + ("admissability", &["admissibility"]), + ("admissable", &["admissible"]), + ("admited", &["admitted"]), + ("admitedly", &["admittedly"]), + ("admn", &["admin"]), + ("admnistrator", &["administrator"]), + ("adn", &["and"]), + ("adobted", &["adopted"]), + ("adolecent", &["adolescent"]), + ("adoptor", &["adopter", "adaptor"]), + ("adoptors", &["adopters", "adaptors"]), + ("adpapted", &["adapted"]), + ("adpater", &["adapter"]), + ("adpaters", &["adapters"]), + ("adpter", &["adapter"]), + ("adquire", &["acquire"]), + ("adquired", &["acquired"]), + ("adquires", &["acquires"]), + ("adquiring", &["acquiring"]), + ("adrea", &["area"]), + ("adres", &["address"]), + ("adresable", &["addressable"]), + ("adresing", &["addressing"]), + ("adress", &["address"]), + ("adressable", &["addressable"]), + ("adresse", &["address"]), + ("adressed", &["addressed"]), + ("adresses", &["addresses"]), + ("adressing", &["addressing"]), + ("adresss", &["address"]), + ("adressses", &["addresses"]), + ("adrress", &["address"]), + ("adrresses", &["addresses"]), + ("adusted", &["adjusted"]), + ("adustment", &["adjustment"]), + ("advanatage", &["advantage"]), + ("advanatages", &["advantages"]), + ("advanatge", &["advantage"]), + ("advandced", &["advanced"]), + ("advane", &["advance"]), + ("advaned", &["advanced"]), + ("advantagous", &["advantageous"]), + ("advanved", &["advanced"]), + ("adventages", &["advantages"]), + ("adventrous", &["adventurous"]), + ("adverised", &["advertised"]), + ("advertice", &["advertise"]), + ("adverticed", &["advertised"]), + ("advertisment", &["advertisement"]), + ("advertisments", &["advertisements"]), + ("advertistment", &["advertisement"]), + ("advertistments", &["advertisements"]), + ("advertize", &["advertise"]), + ("advertizes", &["advertises"]), + ("advesary", &["adversary"]), + ("advetise", &["advertise"]), + ("adviced", &["advised"]), + ("adviseable", &["advisable"]), + ("advisoriy", &["advisory", "advisories"]), + ("advisoriyes", &["advisories"]), + ("advizable", &["advisable"]), + ("adwances", &["advances"]), + ("aeactivate", &["deactivate", "activate"]), + ("aequidistant", &["equidistant"]), + ("aequivalent", &["equivalent"]), + ("aeriel", &["aerial"]), + ("aeriels", &["aerials"]), + ("aesily", &["easily"]), + ("aesy", &["easy"]), + ("afair", &["affair"]), + ("afaraid", &["afraid"]), + ("afe", &["safe"]), + ("afect", &["affect", "effect"]), + ("afecting", &["affecting"]), + ("afer", &["after"]), + ("afetr", &["after"]), + ("affact", &["affect", "effect"]), + ("affekt", &["affect", "effect"]), + ("afficianados", &["aficionados"]), + ("afficionado", &["aficionado"]), + ("afficionados", &["aficionados"]), + ("affilate", &["affiliate"]), + ("affilates", &["affiliates"]), + ("affilliate", &["affiliate"]), + ("affinitied", &["affinities"]), + ("affinitiy", &["affinity"]), + ("affinitized", &["affinities", "affinity"]), + ("affinitze", &["affinitize"]), + ("affintiy", &["affinity"]), + ("affintize", &["affinitize"]), + ("affitnity", &["affinity"]), + ("affort", &["afford", "effort"]), + ("affortable", &["affordable"]), + ("afforts", &["affords"]), + ("affraid", &["afraid"]), + ("afinity", &["affinity"]), + ("afor", &["for"]), + ("aforememtioned", &["aforementioned"]), + ("aforementionned", &["aforementioned"]), + ("aformentioned", &["aforementioned"]), + ("afterall", &["after all"]), + ("afterw", &["after"]), + ("aftrer", &["after"]), + ("aftzer", &["after"]), + ("againnst", &["against"]), + ("agains", &["against", "again"]), + ("againsg", &["against"]), + ("againt", &["against"]), + ("againts", &["against"]), + ("agaisnt", &["against"]), + ("agaist", &["against"]), + ("agancies", &["agencies"]), + ("agancy", &["agency"]), + ("aganda", &["agenda", "Uganda"]), + ("aganist", &["against"]), + ("agant", &["agent"]), + ("agants", &["agents", "against"]), + ("aggaravates", &["aggravates"]), + ("aggegate", &["aggregate"]), + ("aggessive", &["aggressive"]), + ("aggessively", &["aggressively"]), + ("agggregate", &["aggregate"]), + ("aggragate", &["aggregate"]), + ("aggragator", &["aggregator"]), + ("aggreagate", &["aggregate"]), + ("aggreataon", &["aggregation"]), + ("aggreate", &["aggregate"]), + ("aggreation", &["aggregation"]), + ("aggreed", &["agreed"]), + ("aggreement", &["agreement"]), + ("aggregatet", &["aggregated"]), + ("aggregetor", &["aggregator"]), + ("aggreggate", &["aggregate"]), + ("aggregious", &["egregious"]), + ("aggresive", &["aggressive"]), + ("aggresively", &["aggressively"]), + ("aggrevate", &["aggravate"]), + ("aggrgate", &["aggregate"]), + ("agian", &["again"]), + ("agianst", &["against"]), + ("agin", &["again"]), + ("agina", &["again", "angina"]), + ("aginst", &["against"]), + ("agorithm", &["algorithm"]), + ("agrain", &["again"]), + ("agravate", &["aggravate"]), + ("agre", &["agree"]), + ("agred", &["agreed"]), + ("agreeement", &["agreement"]), + ("agreemnet", &["agreement"]), + ("agreemnets", &["agreements"]), + ("agreemnt", &["agreement"]), + ("agregate", &["aggregate"]), + ("agregates", &["aggregates"]), + ("agregation", &["aggregation"]), + ("agregator", &["aggregator"]), + ("agreing", &["agreeing"]), + ("agression", &["aggression"]), + ("agressive", &["aggressive"]), + ("agressively", &["aggressively"]), + ("agressiveness", &["aggressiveness"]), + ("agressivity", &["aggressivity"]), + ("agressor", &["aggressor"]), + ("agresssive", &["aggressive"]), + ("agrgument", &["argument"]), + ("agrguments", &["arguments"]), + ("agricultue", &["agriculture"]), + ("agriculure", &["agriculture"]), + ("agricuture", &["agriculture"]), + ("agrieved", &["aggrieved"]), + ("agrresive", &["aggressive"]), + ("agrument", &["argument"]), + ("agruments", &["arguments"]), + ("agument", &["argument"]), + ("aguments", &["arguments"]), + ("aheared", &["adhered"]), + ("ahev", &["have"]), + ("ahlpa", &["alpha"]), + ("ahlpas", &["alphas"]), + ("ahppen", &["happen"]), + ("ahve", &["have"]), + ("aicraft", &["aircraft"]), + ("aiffer", &["differ"]), + ("aiport", &["airport"]), + ("airator", &["aerator"]), + ("airbourne", &["airborne"]), + ("aircaft", &["aircraft"]), + ("aircrafts\'", &["aircraft\'s"]), + ("aircrafts", &["aircraft"]), + ("airfow", &["airflow"]), + ("airial", &["aerial", "arial"]), + ("airlfow", &["airflow"]), + ("airloom", &["heirloom"]), + ("airporta", &["airports"]), + ("airrcraft", &["aircraft"]), + ("aisian", &["Asian"]), + ("aixs", &["axis"]), + ("aizmuth", &["azimuth"]), + ("ajacence", &["adjacence"]), + ("ajacencies", &["adjacencies"]), + ("ajacency", &["adjacency"]), + ("ajacent", &["adjacent"]), + ("ajacentcy", &["adjacency"]), + ("ajasence", &["adjacence"]), + ("ajasencies", &["adjacencies"]), + ("ajative", &["adjective"]), + ("ajcencies", &["adjacencies"]), + ("ajsencies", &["adjacencies"]), + ("ajurnment", &["adjournment"]), + ("ajust", &["adjust"]), + ("ajusted", &["adjusted"]), + ("ajustement", &["adjustment"]), + ("ajusting", &["adjusting"]), + ("ajustment", &["adjustment"]), + ("ake", &["ache"]), + ("akkumulate", &["accumulate"]), + ("akkumulated", &["accumulated"]), + ("akkumulates", &["accumulates"]), + ("akkumulating", &["accumulating"]), + ("akkumulation", &["accumulation"]), + ("akkumulative", &["accumulative"]), + ("akkumulator", &["accumulator"]), + ("aks", &["ask"]), + ("aksed", &["asked"]), + ("akss", &["asks", "ass"]), + ("aktivate", &["activate"]), + ("aktivated", &["activated"]), + ("aktivates", &["activates"]), + ("aktivating", &["activating"]), + ("aktivation", &["activation"]), + ("akumulate", &["accumulate"]), + ("akumulated", &["accumulated"]), + ("akumulates", &["accumulates"]), + ("akumulating", &["accumulating"]), + ("akumulation", &["accumulation"]), + ("akumulative", &["accumulative"]), + ("akumulator", &["accumulator"]), + ("alaready", &["already"]), + ("albiet", &["albeit"]), + ("albumns", &["albums"]), + ("alcemy", &["alchemy"]), + ("alchohol", &["alcohol"]), + ("alchoholic", &["alcoholic"]), + ("alchol", &["alcohol"]), + ("alcholic", &["alcoholic"]), + ("alcohal", &["alcohol"]), + ("alcoholical", &["alcoholic"]), + ("aleady", &["already"]), + ("aleays", &["always"]), + ("aledge", &["allege"]), + ("aledged", &["alleged"]), + ("aledges", &["alleges"]), + ("alegance", &["allegiance"]), + ("alege", &["allege"]), + ("aleged", &["alleged"]), + ("alegience", &["allegiance"]), + ("alegorical", &["allegorical"]), + ("alers", &["alerts"]), + ("aleviate", &["alleviate"]), + ("aleviates", &["alleviates"]), + ("aleviating", &["alleviating"]), + ("alevt", &["alert"]), + ("algebraical", &["algebraic"]), + ("algebric", &["algebraic"]), + ("algebrra", &["algebra"]), + ("algee", &["algae"]), + ("alghorithm", &["algorithm"]), + ("alghoritm", &["algorithm"]), + ("alghoritmic", &["algorithmic"]), + ("alghoritmically", &["algorithmically"]), + ("alghoritms", &["algorithms"]), + ("algined", &["aligned"]), + ("alginment", &["alignment"]), + ("alginments", &["alignments"]), + ("algohm", &["algorithm"]), + ("algohmic", &["algorithmic"]), + ("algohmically", &["algorithmically"]), + ("algohms", &["algorithms"]), + ("algoirthm", &["algorithm"]), + ("algoirthmic", &["algorithmic"]), + ("algoirthmically", &["algorithmically"]), + ("algoirthms", &["algorithms"]), + ("algoithm", &["algorithm"]), + ("algoithmic", &["algorithmic"]), + ("algoithmically", &["algorithmically"]), + ("algoithms", &["algorithms"]), + ("algolithm", &["algorithm"]), + ("algolithmic", &["algorithmic"]), + ("algolithmically", &["algorithmically"]), + ("algolithms", &["algorithms"]), + ("algoorithm", &["algorithm"]), + ("algoorithmic", &["algorithmic"]), + ("algoorithmically", &["algorithmically"]), + ("algoorithms", &["algorithms"]), + ("algoprithm", &["algorithm"]), + ("algoprithmic", &["algorithmic"]), + ("algoprithmically", &["algorithmically"]), + ("algoprithms", &["algorithms"]), + ("algorgithm", &["algorithm"]), + ("algorgithmic", &["algorithmic"]), + ("algorgithmically", &["algorithmically"]), + ("algorgithms", &["algorithms"]), + ("algorhithm", &["algorithm"]), + ("algorhithmic", &["algorithmic"]), + ("algorhithmically", &["algorithmically"]), + ("algorhithms", &["algorithms"]), + ("algorhitm", &["algorithm"]), + ("algorhitmic", &["algorithmic"]), + ("algorhitmically", &["algorithmically"]), + ("algorhitms", &["algorithms"]), + ("algorhtm", &["algorithm"]), + ("algorhtmic", &["algorithmic"]), + ("algorhtmically", &["algorithmically"]), + ("algorhtms", &["algorithms"]), + ("algorhythm", &["algorithm"]), + ("algorhythmic", &["algorithmic"]), + ("algorhythmically", &["algorithmically"]), + ("algorhythms", &["algorithms"]), + ("algorhytm", &["algorithm"]), + ("algorhytmic", &["algorithmic"]), + ("algorhytmically", &["algorithmically"]), + ("algorhytms", &["algorithms"]), + ("algorightm", &["algorithm"]), + ("algorightmic", &["algorithmic"]), + ("algorightmically", &["algorithmically"]), + ("algorightms", &["algorithms"]), + ("algorihm", &["algorithm"]), + ("algorihmic", &["algorithmic"]), + ("algorihmically", &["algorithmically"]), + ("algorihms", &["algorithms"]), + ("algorihtm", &["algorithm"]), + ("algorihtmic", &["algorithmic"]), + ("algorihtmically", &["algorithmically"]), + ("algorihtms", &["algorithms"]), + ("algorith", &["algorithm"]), + ("algorithem", &["algorithm"]), + ("algorithemic", &["algorithmic"]), + ("algorithemically", &["algorithmically"]), + ("algorithems", &["algorithms"]), + ("algorithic", &["algorithmic"]), + ("algorithically", &["algorithmically"]), + ("algorithims", &["algorithms"]), + ("algorithmes", &["algorithms"]), + ("algorithmi", &["algorithm"]), + ("algorithmical", &["algorithmically"]), + ("algorithmm", &["algorithm"]), + ("algorithmmic", &["algorithmic"]), + ("algorithmmically", &["algorithmically"]), + ("algorithmms", &["algorithms"]), + ("algorithmn", &["algorithm"]), + ("algorithmnic", &["algorithmic"]), + ("algorithmnically", &["algorithmically"]), + ("algorithmns", &["algorithms"]), + ("algoriths", &["algorithms"]), + ("algorithsm", &["algorithm", "algorithms"]), + ("algorithsmic", &["algorithmic"]), + ("algorithsmically", &["algorithmically"]), + ("algorithsms", &["algorithms"]), + ("algoritm", &["algorithm"]), + ("algoritmic", &["algorithmic"]), + ("algoritmically", &["algorithmically"]), + ("algoritms", &["algorithms"]), + ("algoroithm", &["algorithm"]), + ("algoroithmic", &["algorithmic"]), + ("algoroithmically", &["algorithmically"]), + ("algoroithms", &["algorithms"]), + ("algororithm", &["algorithm"]), + ("algororithmic", &["algorithmic"]), + ("algororithmically", &["algorithmically"]), + ("algororithms", &["algorithms"]), + ("algorothm", &["algorithm"]), + ("algorothmic", &["algorithmic"]), + ("algorothmically", &["algorithmically"]), + ("algorothms", &["algorithms"]), + ("algorrithm", &["algorithm"]), + ("algorrithmic", &["algorithmic"]), + ("algorrithmically", &["algorithmically"]), + ("algorrithms", &["algorithms"]), + ("algorritm", &["algorithm"]), + ("algorritmic", &["algorithmic"]), + ("algorritmically", &["algorithmically"]), + ("algorritms", &["algorithms"]), + ("algorthim", &["algorithm"]), + ("algorthimic", &["algorithmic"]), + ("algorthimically", &["algorithmically"]), + ("algorthims", &["algorithms"]), + ("algorthin", &["algorithm"]), + ("algorthinic", &["algorithmic"]), + ("algorthinically", &["algorithmically"]), + ("algorthins", &["algorithms"]), + ("algorthm", &["algorithm"]), + ("algorthmic", &["algorithmic"]), + ("algorthmically", &["algorithmically"]), + ("algorthms", &["algorithms"]), + ("algorthn", &["algorithm"]), + ("algorthnic", &["algorithmic"]), + ("algorthnically", &["algorithmically"]), + ("algorthns", &["algorithms"]), + ("algorthym", &["algorithm"]), + ("algorthymic", &["algorithmic"]), + ("algorthymically", &["algorithmically"]), + ("algorthyms", &["algorithms"]), + ("algorthyn", &["algorithm"]), + ("algorthynic", &["algorithmic"]), + ("algorthynically", &["algorithmically"]), + ("algorthyns", &["algorithms"]), + ("algortihm", &["algorithm"]), + ("algortihmic", &["algorithmic"]), + ("algortihmically", &["algorithmically"]), + ("algortihms", &["algorithms"]), + ("algortim", &["algorithm"]), + ("algortimic", &["algorithmic"]), + ("algortimically", &["algorithmically"]), + ("algortims", &["algorithms"]), + ("algortism", &["algorithm"]), + ("algortismic", &["algorithmic"]), + ("algortismically", &["algorithmically"]), + ("algortisms", &["algorithms"]), + ("algortithm", &["algorithm"]), + ("algortithmic", &["algorithmic"]), + ("algortithmically", &["algorithmically"]), + ("algortithms", &["algorithms"]), + ("algoruthm", &["algorithm"]), + ("algoruthmic", &["algorithmic"]), + ("algoruthmically", &["algorithmically"]), + ("algoruthms", &["algorithms"]), + ("algorwwithm", &["algorithm"]), + ("algorwwithmic", &["algorithmic"]), + ("algorwwithmically", &["algorithmically"]), + ("algorwwithms", &["algorithms"]), + ("algorythem", &["algorithm"]), + ("algorythemic", &["algorithmic"]), + ("algorythemically", &["algorithmically"]), + ("algorythems", &["algorithms"]), + ("algorythm", &["algorithm"]), + ("algorythmic", &["algorithmic"]), + ("algorythmically", &["algorithmically"]), + ("algorythms", &["algorithms"]), + ("algothitm", &["algorithm"]), + ("algothitmic", &["algorithmic"]), + ("algothitmically", &["algorithmically"]), + ("algothitms", &["algorithms"]), + ("algotighm", &["algorithm"]), + ("algotighmic", &["algorithmic"]), + ("algotighmically", &["algorithmically"]), + ("algotighms", &["algorithms"]), + ("algotihm", &["algorithm"]), + ("algotihmic", &["algorithmic"]), + ("algotihmically", &["algorithmically"]), + ("algotihms", &["algorithms"]), + ("algotirhm", &["algorithm"]), + ("algotirhmic", &["algorithmic"]), + ("algotirhmically", &["algorithmically"]), + ("algotirhms", &["algorithms"]), + ("algotithm", &["algorithm"]), + ("algotithmic", &["algorithmic"]), + ("algotithmically", &["algorithmically"]), + ("algotithms", &["algorithms"]), + ("algotrithm", &["algorithm"]), + ("algotrithmic", &["algorithmic"]), + ("algotrithmically", &["algorithmically"]), + ("algotrithms", &["algorithms"]), + ("alha", &["alpha"]), + ("alhabet", &["alphabet"]), + ("alhabetical", &["alphabetical"]), + ("alhabetically", &["alphabetically"]), + ("alhabeticaly", &["alphabetically"]), + ("alhabets", &["alphabets"]), + ("alhapet", &["alphabet"]), + ("alhapetical", &["alphabetical"]), + ("alhapetically", &["alphabetically"]), + ("alhapeticaly", &["alphabetically"]), + ("alhapets", &["alphabets"]), + ("alhough", &["although"]), + ("aliagn", &["align"]), + ("aliasas", &["aliases"]), + ("aliase", &["aliases", "alias"]), + ("aliasses", &["aliases"]), + ("alientating", &["alienating"]), + ("alighed", &["aligned", "alighted"]), + ("alighned", &["aligned"]), + ("alighnment", &["alignment"]), + ("aligin", &["align"]), + ("aligined", &["aligned"]), + ("aligining", &["aligning"]), + ("aliginment", &["alignment"]), + ("aligins", &["aligns"]), + ("aligment", &["alignment"]), + ("aligments", &["alignments"]), + ("alignation", &["alignment"]), + ("alignd", &["aligned"]), + ("aligne", &["align"]), + ("alignement", &["alignment"]), + ("alignemnt", &["alignment"]), + ("alignemnts", &["alignments"]), + ("alignemt", &["alignment"]), + ("alignes", &["aligns"]), + ("alignmant", &["alignment"]), + ("alignmen", &["alignment"]), + ("alignmenet", &["alignment"]), + ("alignmenets", &["alignments"]), + ("alignmets", &["alignments"]), + ("alignmment", &["alignment"]), + ("alignmments", &["alignments"]), + ("alignmnet", &["alignment"]), + ("alignmnt", &["alignment"]), + ("alignrigh", &["alignright"]), + ("alikes", &["alike", "likes"]), + ("aline", &["align", "a line", "line", "saline"]), + ("alined", &["aligned"]), + ("aling", &["align", "along", "a line", "ailing", "sling"]), + ("alinged", &["aligned"]), + ("alinging", &["aligning"]), + ("alingment", &["alignment"]), + ("alings", &["aligns", "slings"]), + ("alinment", &["alignment"]), + ("alinments", &["alignments"]), + ("alising", &["aliasing"]), + ("aliver", &["alive", "liver", "a liver", "sliver"]), + ("allcate", &["allocate"]), + ("allcateing", &["allocating"]), + ("allcater", &["allocator"]), + ("allcaters", &["allocators"]), + ("allcating", &["allocating"]), + ("allcation", &["allocation"]), + ("allcator", &["allocator"]), + ("allcoate", &["allocate"]), + ("allcoated", &["allocated"]), + ("allcoateing", &["allocating"]), + ("allcoateng", &["allocating"]), + ("allcoater", &["allocator"]), + ("allcoaters", &["allocators"]), + ("allcoating", &["allocating"]), + ("allcoation", &["allocation"]), + ("allcoator", &["allocator"]), + ("allcoators", &["allocators"]), + ("allcommnads", &["allcommands", "all commands"]), + ("alle", &["all", "alley"]), + ("alled", &["called", "allied"]), + ("alledge", &["allege"]), + ("alledged", &["alleged"]), + ("alledgedly", &["allegedly"]), + ("alledges", &["alleges"]), + ("allegedely", &["allegedly"]), + ("allegedy", &["allegedly"]), + ("allegely", &["allegedly"]), + ("allegence", &["allegiance"]), + ("allegience", &["allegiance"]), + ("allif", &["all if"]), + ("allign", &["align"]), + ("alligned", &["aligned"]), + ("allignement", &["alignment"]), + ("allignemnt", &["alignment"]), + ("alligning", &["aligning"]), + ("allignment", &["alignment"]), + ("allignmenterror", &["alignmenterror"]), + ("allignments", &["alignments"]), + ("alligns", &["aligns"]), + ("alliviate", &["alleviate"]), + ("allk", &["all"]), + ("alllocate", &["allocate"]), + ("alllocation", &["allocation"]), + ("alllow", &["allow"]), + ("alllows", &["allows"]), + ("allmost", &["almost"]), + ("alloacate", &["allocate"]), + ("alloate", &["allocate", "allotted", "allot"]), + ("alloated", &["allocated", "allotted"]), + ("allocae", &["allocate"]), + ("allocaed", &["allocated"]), + ("allocaes", &["allocates"]), + ("allocagtor", &["allocator"]), + ("allocaiing", &["allocating"]), + ("allocaing", &["allocating"]), + ("allocaion", &["allocation"]), + ("allocaions", &["allocations"]), + ("allocaite", &["allocate"]), + ("allocaites", &["allocates"]), + ("allocaiting", &["allocating"]), + ("allocaition", &["allocation"]), + ("allocaitions", &["allocations"]), + ("allocaiton", &["allocation"]), + ("allocaitons", &["allocations"]), + ("allocal", &["allocate"]), + ("allocarion", &["allocation"]), + ("allocat", &["allocate"]), + ("allocatbale", &["allocatable"]), + ("allocatedi", &["allocated"]), + ("allocatedp", &["allocated"]), + ("allocateing", &["allocating"]), + ("allocateng", &["allocating"]), + ("allocaton", &["allocation"]), + ("allocatoor", &["allocator"]), + ("allocatote", &["allocate"]), + ("allocatrd", &["allocated"]), + ("alloced", &["allocated"]), + ("alloco", &["alloc"]), + ("allocos", &["allocs"]), + ("allocte", &["allocate"]), + ("allocted", &["allocated"]), + ("alloctions", &["allocations"]), + ("alloctor", &["allocator"]), + ("alloed", &["allowed", "aloud"]), + ("alloews", &["allows"]), + ("allone", &["alone", "all one"]), + ("allong", &["along"]), + ("alloocates", &["allocates"]), + ("allopone", &["allophone"]), + ("allopones", &["allophones"]), + ("allos", &["allows"]), + ("alloted", &["allotted"]), + ("alloud", &["aloud", "allowed"]), + ("allowd", &["allowed", "allow", "allows"]), + ("allowe", &["allowed", "allow", "allows"]), + ("allpication", &["application"]), + ("allready", &["already", "all ready"]), + ("allredy", &["already", "all ready"]), + ("allreight", &["all right", "alright"]), + ("allright", &["all right", "alright"]), + ("alls", &["all", "falls"]), + ("allso", &["also"]), + ("allthough", &["although"]), + ("alltime", &["all-time", "all time"]), + ("alltogeher", &["altogether", "all together"]), + ("alltogehter", &["altogether", "all together"]), + ("alltogether", &["altogether", "all together"]), + ("alltogetrher", &["altogether", "all together"]), + ("alltogther", &["altogether", "all together"]), + ("alltough", &["although"]), + ("allways", &["always"]), + ("allwo", &["allow"]), + ("allwos", &["allows"]), + ("allws", &["allows"]), + ("allwys", &["always"]), + ("almoast", &["almost"]), + ("almostly", &["almost"]), + ("almsot", &["almost"]), + ("alo", &["also"]), + ("aloable", &["allowable", "available"]), + ("alocatable", &["allocatable"]), + ("alocate", &["allocate"]), + ("alocated", &["allocated"]), + ("alocates", &["allocates"]), + ("alocating", &["allocating"]), + ("alocation", &["allocation"]), + ("alochol", &["alcohol"]), + ("alog", &["along"]), + ("alogirhtm", &["algorithm"]), + ("alogirhtmic", &["algorithmic"]), + ("alogirhtmically", &["algorithmically"]), + ("alogirhtms", &["algorithms"]), + ("alogirthm", &["algorithm"]), + ("alogirthmic", &["algorithmic"]), + ("alogirthmically", &["algorithmically"]), + ("alogirthms", &["algorithms"]), + ("alogned", &["aligned"]), + ("alogorithms", &["algorithms"]), + ("alogrithm", &["algorithm"]), + ("alogrithmic", &["algorithmic"]), + ("alogrithmically", &["algorithmically"]), + ("alogrithms", &["algorithms"]), + ("alomst", &["almost"]), + ("aloows", &["allows"]), + ("alorithm", &["algorithm"]), + ("alos", &["also"]), + ("alot", &["a lot", "allot"]), + ("alotted", &["allotted"]), + ("alow", &["allow"]), + ("alowed", &["allowed"]), + ("alowing", &["allowing"]), + ("alows", &["allows"]), + ("alpabet", &["alphabet"]), + ("alpabetic", &["alphabetic"]), + ("alpabetical", &["alphabetical"]), + ("alpabets", &["alphabets"]), + ("alpah", &["alpha"]), + ("alpahbetically", &["alphabetically"]), + ("alph", &["alpha"]), + ("alpha-numeric", &["alphanumeric"]), + ("alphabeticaly", &["alphabetically"]), + ("alphabeticly", &["alphabetical"]), + ("alphapeticaly", &["alphabetically"]), + ("alrady", &["already"]), + ("alraedy", &["already"]), + ("alread", &["already"]), + ("alreadly", &["already"]), + ("alreadt", &["already"]), + ("alreasy", &["already"]), + ("alreay", &["already"]), + ("alreayd", &["already"]), + ("alreday", &["already"]), + ("alredy", &["already"]), + ("alreight", &["all right", "alright"]), + ("alrelady", &["already"]), + ("alrms", &["alarms"]), + ("alrogithm", &["algorithm"]), + ("alrteady", &["already"]), + ("als", &["also"]), + ("alse", &["also", "else", "false"]), + ("alsmost", &["almost"]), + ("alsot", &["also"]), + ("alsready", &["already"]), + ("altenative", &["alternative"]), + ("alterated", &["altered"]), + ("alterative", &["alternative"]), + ("alteratives", &["alternatives"]), + ("alterior", &["ulterior"]), + ("alternaive", &["alternative"]), + ("alternaives", &["alternatives"]), + ("alternarive", &["alternative"]), + ("alternarives", &["alternatives"]), + ("alternatievly", &["alternatively"]), + ("alternativey", &["alternatively"]), + ("alternativly", &["alternatively"]), + ("alternatve", &["alternative"]), + ("alternetive", &["alternative"]), + ("alternetives", &["alternatives"]), + ("alternitives", &["alternatives"]), + ("altetnative", &["alternative"]), + ("altho", &["although"]), + ("althogh", &["although"]), + ("althorithm", &["algorithm"]), + ("althorithmic", &["algorithmic"]), + ("althorithmically", &["algorithmically"]), + ("althorithms", &["algorithms"]), + ("althoug", &["although"]), + ("althought", &["although"]), + ("althougth", &["although"]), + ("althouth", &["although"]), + ("altitide", &["altitude"]), + ("altitute", &["altitude"]), + ("altogehter", &["altogether"]), + ("altough", &["although"]), + ("altought", &["although"]), + ("altready", &["already"]), + ("alue", &["value"]), + ("alusion", &["allusion", "illusion"]), + ("alvorithm", &["algorithm"]), + ("alvorithmic", &["algorithmic"]), + ("alvorithmically", &["algorithmically"]), + ("alvorithms", &["algorithms"]), + ("alwais", &["always"]), + ("alwas", &["always"]), + ("alwast", &["always"]), + ("alwasy", &["always"]), + ("alwasys", &["always"]), + ("alwauys", &["always"]), + ("alway", &["always"]), + ("alwyas", &["always"]), + ("alyways", &["always"]), + ("amacing", &["amazing"]), + ("amacingly", &["amazingly"]), + ("amalgomated", &["amalgamated"]), + ("amatuer", &["amateur"]), + ("amature", &["armature", "amateur"]), + ("amazaing", &["amazing"]), + ("ambedded", &["embedded"]), + ("ambibuity", &["ambiguity"]), + ("ambigious", &["ambiguous"]), + ("ambigous", &["ambiguous"]), + ("ambiguious", &["ambiguous"]), + ("ambiguos", &["ambiguous"]), + ("ambitous", &["ambitious"]), + ("ambuguity", &["ambiguity"]), + ("ambulence", &["ambulance"]), + ("ambulences", &["ambulances"]), + ("amdgput", &["amdgpu"]), + ("amendement", &["amendment"]), + ("amendmant", &["amendment"]), + ("amened", &["amended", "amend"]), + ("Amercia", &["America"]), + ("amerliorate", &["ameliorate"]), + ("amgle", &["angle"]), + ("amgles", &["angles"]), + ("amiguous", &["ambiguous"]), + ("amke", &["make"]), + ("amking", &["making"]), + ("ammend", &["amend"]), + ("ammended", &["amended"]), + ("ammending", &["amending"]), + ("ammendment", &["amendment"]), + ("ammendments", &["amendments"]), + ("ammends", &["amends"]), + ("ammong", &["among"]), + ("ammongst", &["amongst"]), + ("ammortizes", &["amortizes"]), + ("ammoung", &["among"]), + ("ammoungst", &["amongst"]), + ("ammount", &["amount"]), + ("ammused", &["amused"]), + ("amny", &["many"]), + ("amongs", &["among"]), + ("amonst", &["amongst"]), + ("amonut", &["amount"]), + ("amound", &["amount"]), + ("amounds", &["amounts"]), + ("amoung", &["among"]), + ("amoungst", &["amongst"]), + ("amout", &["amount"]), + ("amoutn", &["amount"]), + ("amoutns", &["amounts"]), + ("amouts", &["amounts"]), + ("amperstands", &["ampersands"]), + ("amphasis", &["emphasis"]), + ("amplifer", &["amplifier"]), + ("amplifyer", &["amplifier"]), + ("ampty", &["empty"]), + ("amuch", &["much"]), + ("amung", &["among"]), + ("amunition", &["ammunition"]), + ("amunt", &["amount"]), + ("analagous", &["analogous"]), + ("analagus", &["analogous"]), + ("analaog", &["analog"]), + ("analgous", &["analogous"]), + ("analig", &["analog"]), + ("analise", &["analyse"]), + ("analised", &["analysed"]), + ("analiser", &["analyser"]), + ("analises", &["analysis", "analyses"]), + ("analising", &["analysing"]), + ("analisis", &["analysis"]), + ("analitic", &["analytic"]), + ("analitical", &["analytical"]), + ("analitically", &["analytically"]), + ("analiticaly", &["analytically"]), + ("analize", &["analyze"]), + ("analized", &["analyzed"]), + ("analizer", &["analyzer"]), + ("analizes", &["analyzes"]), + ("analizing", &["analyzing"]), + ("analogeous", &["analogous"]), + ("analogicaly", &["analogically"]), + ("analoguous", &["analogous"]), + ("analoguously", &["analogously"]), + ("analogus", &["analogous"]), + ("analouge", &["analogue"]), + ("analouges", &["analogues"]), + ("analsyis", &["analysis"]), + ("analye", &["analyse", "analyze"]), + ("analyed", &["analysed", "analyzed"]), + ("analyer", &["analyser", "analyzer"]), + ("analyers", &["analysers", "analyzers"]), + ("analyes", &["analyses", "analyzes", "analyse", "analyze"]), + ("analyis", &["analysis"]), + ("analysator", &["analyser"]), + ("analysies", &["analyses", "analysis"]), + ("analysus", &["analysis"]), + ("analysy", &["analysis"]), + ("analyticall", &["analytical", "analytically"]), + ("analyticaly", &["analytically"]), + ("analyticly", &["analytically"]), + ("analyzator", &["analyzer"]), + ("analyzies", &["analysis", "analyses", "analyzes"]), + ("ananlog", &["analog"]), + ("anarchim", &["anarchism"]), + ("anarchistm", &["anarchism"]), + ("anarquism", &["anarchism"]), + ("anarquist", &["anarchist"]), + ("anaylsis", &["analysis"]), + ("anbd", &["and"]), + ("ancapsulate", &["encapsulate"]), + ("ancesetor", &["ancestor"]), + ("ancesetors", &["ancestors"]), + ("ancestore", &["ancestor"]), + ("ancestores", &["ancestors"]), + ("ancestory", &["ancestry"]), + ("anchord", &["anchored"]), + ("ancilliary", &["ancillary"]), + ("andd", &["and"]), + ("andlers", &["handlers", "antlers"]), + ("andoid", &["android"]), + ("androgenous", &["androgynous"]), + ("androgeny", &["androgyny"]), + ("androidextra", &["androidextras"]), + ("androind", &["Android"]), + ("andthe", &["and the"]), + ("ane", &["and"]), + ("anevironment", &["environment"]), + ("anevironments", &["environments"]), + ("anhoter", &["another"]), + ("anid", &["and"]), + ("anihilation", &["annihilation"]), + ("animaing", &["animating"]), + ("animaite", &["animate"]), + ("animaiter", &["animator"]), + ("animaiters", &["animators"]), + ("animaiton", &["animation"]), + ("animaitons", &["animations"]), + ("animaitor", &["animator"]), + ("animaitors", &["animators"]), + ("animatior", &["animator", "animation"]), + ("animaton", &["animation"]), + ("animatonic", &["animatronic"]), + ("animore", &["anymore"]), + ("aninate", &["animate"]), + ("anination", &["animation"]), + ("aniother", &["any other"]), + ("anisotrophically", &["anisotropically"]), + ("anitaliasing", &["antialiasing"]), + ("anithing", &["anything"]), + ("anitialising", &["antialiasing"]), + ("anitime", &["anytime"]), + ("anitrez", &["antirez"]), + ("aniversary", &["anniversary"]), + ("aniway", &["anyway"]), + ("aniwhere", &["anywhere"]), + ("anlge", &["angle"]), + ("anly", &["only"]), + ("anlysis", &["analysis"]), + ("anlyzing", &["analyzing"]), + ("annay", &["annoy", "any"]), + ("annayed", &["annoyed"]), + ("annaying", &["annoying"]), + ("annays", &["annoys", "any"]), + ("anniversery", &["anniversary"]), + ("annoation", &["annotation"]), + ("annoint", &["anoint"]), + ("annointed", &["anointed"]), + ("annointing", &["anointing"]), + ("annoints", &["anoints"]), + ("annoncement", &["announcement"]), + ("annonymous", &["anonymous"]), + ("annotaion", &["annotation"]), + ("annotaions", &["annotations"]), + ("annoted", &["annotated"]), + ("annother", &["another"]), + ("annouce", &["announce"]), + ("annouced", &["announced"]), + ("annoucement", &["announcement"]), + ("annouces", &["announces"]), + ("annoucing", &["announcing"]), + ("annouing", &["annoying"]), + ("announcment", &["announcement"]), + ("announcments", &["announcements"]), + ("announed", &["announced"]), + ("announement", &["announcement"]), + ("announements", &["announcements"]), + ("annoymous", &["anonymous"]), + ("annualy", &["annually"]), + ("annuled", &["annulled"]), + ("annyoingly", &["annoyingly"]), + ("anohter", &["another"]), + ("anologon", &["analogon"]), + ("anomally", &["anomaly"]), + ("anomolies", &["anomalies"]), + ("anomolous", &["anomalous"]), + ("anomoly", &["anomaly"]), + ("anonimity", &["anonymity"]), + ("anononymous", &["anonymous"]), + ("anonther", &["another"]), + ("anonymouse", &["anonymous"]), + ("anonyms", &["anonymous"]), + ("anonymus", &["anonymous"]), + ("anormal", &["abnormal", "a normal"]), + ("anormalies", &["anomalies"]), + ("anormally", &["abnormally", "a normally"]), + ("anormaly", &["abnormally"]), + ("anoter", &["another"]), + ("anothe", &["another"]), + ("anothers", &["another"]), + ("anounce", &["announce"]), + ("anounced", &["announced"]), + ("anouncement", &["announcement"]), + ("anount", &["amount"]), + ("anoying", &["annoying"]), + ("anoymous", &["anonymous"]), + ("anroid", &["android"]), + ("ansalisation", &["nasalisation"]), + ("ansalization", &["nasalization"]), + ("ansestors", &["ancestors"]), + ("answhare", &["answer"]), + ("answhared", &["answered"]), + ("answhareing", &["answering"]), + ("answhares", &["answers"]), + ("answharing", &["answering"]), + ("answhars", &["answers"]), + ("ansynchronous", &["asynchronous"]), + ("antaliasing", &["antialiasing"]), + ("antartic", &["antarctic"]), + ("antecedant", &["antecedent"]), + ("anteena", &["antenna"]), + ("anteenas", &["antennas"]), + ("anthing", &["anything"]), + ("anthings", &["anythings"]), + ("anthor", &["another"]), + ("anthromorphization", &["anthropomorphization"]), + ("anthropolgist", &["anthropologist"]), + ("anthropolgy", &["anthropology"]), + ("antialialised", &["antialiased"]), + ("antialising", &["antialiasing"]), + ("antiapartheid", &["anti-apartheid"]), + ("anticpate", &["anticipate"]), + ("antry", &["entry"]), + ("antyhing", &["anything"]), + ("anual", &["annual"]), + ("anually", &["annually"]), + ("anulled", &["annulled"]), + ("anumber", &["a number"]), + ("anway", &["anyway"]), + ("anways", &["anyway"]), + ("anwhere", &["anywhere"]), + ("anwser", &["answer"]), + ("anwsered", &["answered"]), + ("anwsering", &["answering"]), + ("anwsers", &["answers"]), + ("anyawy", &["anyway"]), + ("anyhing", &["anything"]), + ("anyhwere", &["anywhere"]), + ("anynmore", &["anymore"]), + ("anyother", &["any other"]), + ("anytghing", &["anything"]), + ("anythig", &["anything"]), + ("anythign", &["anything"]), + ("anythimng", &["anything"]), + ("anytiem", &["anytime"]), + ("anytihng", &["anything"]), + ("anyting", &["anything"]), + ("anytning", &["anything"]), + ("anytrhing", &["anything"]), + ("anytthing", &["anything"]), + ("anytying", &["anything"]), + ("anywere", &["anywhere"]), + ("aoache", &["apache"]), + ("aond", &["and"]), + ("aother", &["another", "other", "mother"]), + ("aovid", &["avoid"]), + ("apach", &["apache"]), + ("apapted", &["adapted"]), + ("aparent", &["apparent"]), + ("aparently", &["apparently"]), + ("aparment", &["apartment"]), + ("apdated", &["updated"]), + ("apear", &["appear"]), + ("apeared", &["appeared"]), + ("apeends", &["appends"]), + ("apend", &["append"]), + ("apendage", &["appendage"]), + ("apended", &["appended"]), + ("apender", &["appender"]), + ("apendices", &["appendices"]), + ("apending", &["appending"]), + ("apendix", &["appendix"]), + ("apenines", &["Apennines"]), + ("aperatures", &["apertures"]), + ("apeture", &["aperture"]), + ("apilogue", &["epilogue"]), + ("aplha", &["alpha"]), + ("aplication", &["application"]), + ("aplications", &["applications"]), + ("aplied", &["applied"]), + ("aplitude", &["amplitude", "aptitude"]), + ("apllicatin", &["application"]), + ("apllication", &["application"]), + ("apllied", &["applied"]), + ("apllies", &["applies"]), + ("aplly", &["apply"]), + ("apllying", &["applying"]), + ("aplyed", &["applied"]), + ("apointed", &["appointed"]), + ("apointing", &["appointing"]), + ("apointment", &["appointment"]), + ("apoints", &["appoints"]), + ("apolegetic", &["apologetic"]), + ("apolegetics", &["apologetics"]), + ("apon", &["upon", "apron"]), + ("aportionable", &["apportionable"]), + ("apostrophie", &["apostrophe"]), + ("apostrophies", &["apostrophes"]), + ("apparant", &["apparent"]), + ("apparantly", &["apparently"]), + ("apparence", &["appearance"]), + ("apparenlty", &["apparently"]), + ("apparenly", &["apparently"]), + ("apparoches", &["approaches"]), + ("appart", &["apart"]), + ("appartment", &["apartment"]), + ("appartments", &["apartments"]), + ("appealling", &["appealing", "appalling"]), + ("appearantly", &["apparently"]), + ("appeareance", &["appearance"]), + ("appearence", &["appearance"]), + ("appearences", &["appearances"]), + ("appearently", &["apparently"]), + ("appeares", &["appears"]), + ("appearning", &["appearing"]), + ("appeciate", &["appreciate"]), + ("appeded", &["appended"]), + ("appedn", &["append"]), + ("appen", &["append"]), + ("appendend", &["appended"]), + ("appendent", &["appended"]), + ("appendign", &["appending"]), + ("appened", &["append", "appended", "happened"]), + ("appeneded", &["appended"]), + ("appenines", &["Apennines"]), + ("appens", &["appends"]), + ("appent", &["append"]), + ("apperance", &["appearance"]), + ("apperances", &["appearances"]), + ("apperant", &["apparent", "aberrant"]), + ("appereance", &["appearance"]), + ("appereances", &["appearances"]), + ("appered", &["appeared"]), + ("apperent", &["apparent"]), + ("apperently", &["apparently"]), + ("appers", &["appears"]), + ("apperture", &["aperture"]), + ("appicability", &["applicability"]), + ("appicable", &["applicable"]), + ("appicaliton", &["application"]), + ("appicant", &["applicant"]), + ("appication", &["application"]), + ("appication-specific", &["application-specific"]), + ("appications", &["applications"]), + ("appicative", &["applicative"]), + ("appied", &["applied"]), + ("appies", &["applies"]), + ("applay", &["apply"]), + ("applcation", &["application"]), + ("applcations", &["applications"]), + ("appliable", &["applicable"]), + ("applicabel", &["applicable"]), + ("applicaion", &["application"]), + ("applicaiton", &["application"]), + ("applicaitons", &["applications"]), + ("applicance", &["appliance"]), + ("applicatable", &["applicable"]), + ("applicaten", &["application"]), + ("applicatin", &["application"]), + ("applicatio", &["application"]), + ("applicationb", &["application"]), + ("applicatios", &["applications"]), + ("applicatiosn", &["applications"]), + ("applicaton", &["application"]), + ("applicatons", &["applications"]), + ("appliction", &["application"]), + ("applictions", &["applications"]), + ("applikation", &["application"]), + ("appling", &["applying", "appalling"]), + ("applyable", &["applicable"]), + ("applycable", &["applicable"]), + ("applyed", &["applied"]), + ("applyes", &["applies"]), + ("applyied", &["applied"]), + ("applys", &["applies"]), + ("applyting", &["applying"]), + ("appned", &["append"]), + ("appologies", &["apologies"]), + ("appology", &["apology"]), + ("appon", &["upon"]), + ("appopriate", &["appropriate"]), + ("apporiate", &["appropriate"]), + ("apporoximate", &["approximate"]), + ("apporoximated", &["approximated"]), + ("apporpiate", &["appropriate"]), + ("appove", &["approve"]), + ("appoved", &["approved"]), + ("appoximate", &["approximate"]), + ("appoximately", &["approximately"]), + ("appoximates", &["approximates"]), + ("appoximation", &["approximation"]), + ("appoximations", &["approximations"]), + ("apppear", &["appear"]), + ("apppears", &["appears"]), + ("apppend", &["append"]), + ("apppends", &["appends"]), + ("appplet", &["applet"]), + ("appplication", &["application"]), + ("appplications", &["applications"]), + ("appplying", &["applying"]), + ("apppriate", &["appropriate"]), + ("appproach", &["approach"]), + ("apppropriate", &["appropriate"]), + ("apprearance", &["appearance"]), + ("apprended", &["appended", "apprehended"]), + ("apprently", &["apparently"]), + ("appreteate", &["appreciate"]), + ("appreteated", &["appreciated"]), + ("apprieciate", &["appreciate"]), + ("appriopriate", &["appropriate"]), + ("appripriate", &["appropriate"]), + ("apprixamate", &["approximate"]), + ("apprixamated", &["approximated"]), + ("apprixamately", &["approximately"]), + ("apprixamates", &["approximates"]), + ("apprixamating", &["approximating"]), + ("apprixamation", &["approximation"]), + ("apprixamations", &["approximations"]), + ("appriximate", &["approximate"]), + ("appriximated", &["approximated"]), + ("appriximately", &["approximately"]), + ("appriximates", &["approximates"]), + ("appriximating", &["approximating"]), + ("appriximation", &["approximation"]), + ("appriximations", &["approximations"]), + ("approachs", &["approaches"]), + ("approbiate", &["appropriate"]), + ("approch", &["approach"]), + ("approche", &["approach"]), + ("approched", &["approached"]), + ("approches", &["approaches"]), + ("approching", &["approaching"]), + ("approiate", &["appropriate"]), + ("approopriate", &["appropriate"]), + ("approoximate", &["approximate"]), + ("approoximately", &["approximately"]), + ("approoximates", &["approximates"]), + ("approoximation", &["approximation"]), + ("approoximations", &["approximations"]), + ("approperiate", &["appropriate"]), + ("appropiate", &["appropriate"]), + ("appropiately", &["appropriately"]), + ("approppriately", &["appropriately"]), + ("appropraite", &["appropriate"]), + ("appropraitely", &["appropriately"]), + ("approprate", &["appropriate"]), + ("approprated", &["appropriated"]), + ("approprately", &["appropriately"]), + ("appropration", &["appropriation"]), + ("approprations", &["appropriations"]), + ("appropriage", &["appropriate"]), + ("appropriatedly", &["appropriately"]), + ("appropriatly", &["appropriately"]), + ("appropriatness", &["appropriateness"]), + ("appropritae", &["appropriate"]), + ("approprite", &["appropriate"]), + ("approproate", &["appropriate"]), + ("appropropiate", &["appropriate"]), + ("appropropiately", &["appropriately"]), + ("appropropreate", &["appropriate"]), + ("appropropriate", &["appropriate"]), + ("approproximate", &["approximate"]), + ("approproximately", &["approximately"]), + ("approproximates", &["approximates"]), + ("approproximation", &["approximation"]), + ("approproximations", &["approximations"]), + ("approprpiate", &["appropriate"]), + ("approriate", &["appropriate"]), + ("approriately", &["appropriately"]), + ("approrpriate", &["appropriate"]), + ("approrpriately", &["appropriately"]), + ("approuval", &["approval"]), + ("approuve", &["approve"]), + ("approuved", &["approved"]), + ("approuves", &["approves"]), + ("approuving", &["approving"]), + ("approvement", &["approval"]), + ("approxamate", &["approximate"]), + ("approxamately", &["approximately"]), + ("approxamates", &["approximates"]), + ("approxamation", &["approximation"]), + ("approxamations", &["approximations"]), + ("approxamatly", &["approximately"]), + ("approxametely", &["approximately"]), + ("approxiamte", &["approximate"]), + ("approxiamtely", &["approximately"]), + ("approxiamtes", &["approximates"]), + ("approxiamtion", &["approximation"]), + ("approxiamtions", &["approximations"]), + ("approxiate", &["approximate"]), + ("approxiately", &["approximately"]), + ("approxiates", &["approximates"]), + ("approxiation", &["approximation"]), + ("approxiations", &["approximations"]), + ("approximatively", &["approximately"]), + ("approximatly", &["approximately"]), + ("approximed", &["approximated"]), + ("approximetely", &["approximately"]), + ("approximitely", &["approximately"]), + ("approxmate", &["approximate"]), + ("approxmately", &["approximately"]), + ("approxmates", &["approximates"]), + ("approxmation", &["approximation"]), + ("approxmations", &["approximations"]), + ("approxmimation", &["approximation"]), + ("apprpriate", &["appropriate"]), + ("apprpriately", &["appropriately"]), + ("appy", &["apply"]), + ("appying", &["applying"]), + ("apreciate", &["appreciate"]), + ("apreciated", &["appreciated"]), + ("apreciates", &["appreciates"]), + ("apreciating", &["appreciating"]), + ("apreciation", &["appreciation"]), + ("apreciative", &["appreciative"]), + ("aprehensive", &["apprehensive"]), + ("apreteate", &["appreciate"]), + ("apreteated", &["appreciated"]), + ("apreteating", &["appreciating"]), + ("aproach", &["approach"]), + ("aproached", &["approached"]), + ("aproaches", &["approaches"]), + ("aproaching", &["approaching"]), + ("aproch", &["approach"]), + ("aproched", &["approached"]), + ("aproches", &["approaches"]), + ("aproching", &["approaching"]), + ("aproove", &["approve"]), + ("aprooved", &["approved"]), + ("apropiate", &["appropriate"]), + ("apropiately", &["appropriately"]), + ("apropriate", &["appropriate"]), + ("apropriately", &["appropriately"]), + ("aproval", &["approval"]), + ("aproximate", &["approximate"]), + ("aproximately", &["approximately"]), + ("aproximates", &["approximates"]), + ("aproximation", &["approximation"]), + ("aproximations", &["approximations"]), + ("aprrovement", &["approval"]), + ("aprroximate", &["approximate"]), + ("aprroximately", &["approximately"]), + ("aprroximates", &["approximates"]), + ("aprroximation", &["approximation"]), + ("aprroximations", &["approximations"]), + ("aprtment", &["apartment"]), + ("aqain", &["again"]), + ("aqcuire", &["acquire"]), + ("aqcuired", &["acquired"]), + ("aqcuires", &["acquires"]), + ("aqcuiring", &["acquiring"]), + ("aquaduct", &["aqueduct"]), + ("aquaint", &["acquaint"]), + ("aquaintance", &["acquaintance"]), + ("aquainted", &["acquainted"]), + ("aquainting", &["acquainting"]), + ("aquaints", &["acquaints"]), + ("aquiantance", &["acquaintance"]), + ("aquire", &["acquire"]), + ("aquired", &["acquired"]), + ("aquires", &["acquires"]), + ("aquiring", &["acquiring"]), + ("aquisition", &["acquisition"]), + ("aquit", &["acquit"]), + ("aquitted", &["acquitted"]), + ("aquries", &["acquires", "equerries"]), + ("arameters", &["parameters"]), + ("aranged", &["arranged"]), + ("arangement", &["arrangement"]), + ("araound", &["around"]), + ("ararbic", &["arabic"]), + ("aray", &["array"]), + ("arays", &["arrays"]), + ("arbiatraily", &["arbitrarily"]), + ("arbiatray", &["arbitrary"]), + ("arbibtarily", &["arbitrarily"]), + ("arbibtary", &["arbitrary"]), + ("arbibtrarily", &["arbitrarily"]), + ("arbibtrary", &["arbitrary"]), + ("arbiitrarily", &["arbitrarily"]), + ("arbiitrary", &["arbitrary"]), + ("arbirarily", &["arbitrarily"]), + ("arbirary", &["arbitrary"]), + ("arbiratily", &["arbitrarily"]), + ("arbiraty", &["arbitrary"]), + ("arbirtarily", &["arbitrarily"]), + ("arbirtary", &["arbitrary"]), + ("arbirtrarily", &["arbitrarily"]), + ("arbirtrary", &["arbitrary"]), + ("arbitarary", &["arbitrary"]), + ("arbitarily", &["arbitrarily"]), + ("arbitary", &["arbitrary"]), + ("arbitiarily", &["arbitrarily"]), + ("arbitiary", &["arbitrary"]), + ("arbitiraly", &["arbitrarily"]), + ("arbitiray", &["arbitrary"]), + ("arbitor", &["arbiter", "arbitrator"]), + ("arbitors", &["arbiters", "arbitrators"]), + ("arbitrailly", &["arbitrarily"]), + ("arbitraily", &["arbitrarily"]), + ("arbitraion", &["arbitration"]), + ("arbitrairly", &["arbitrarily"]), + ("arbitrairy", &["arbitrary"]), + ("arbitral", &["arbitrary"]), + ("arbitralily", &["arbitrarily"]), + ("arbitrally", &["arbitrarily"]), + ("arbitralrily", &["arbitrarily"]), + ("arbitralry", &["arbitrary"]), + ("arbitraly", &["arbitrary"]), + ("arbitrarion", &["arbitration"]), + ("arbitrariy", &["arbitrarily", "arbitrary"]), + ("arbitrarly", &["arbitrarily", "arbitrary"]), + ("arbitraryily", &["arbitrarily"]), + ("arbitraryly", &["arbitrary"]), + ("arbitratily", &["arbitrarily"]), + ("arbitratiojn", &["arbitration"]), + ("arbitraton", &["arbitration"]), + ("arbitratrily", &["arbitrarily"]), + ("arbitratrion", &["arbitration"]), + ("arbitratry", &["arbitrary"]), + ("arbitraty", &["arbitrary"]), + ("arbitray", &["arbitrary"]), + ("arbitrer", &["arbiter", "arbitrator"]), + ("arbitrers", &["arbiters", "arbitrators"]), + ("arbitriarily", &["arbitrarily"]), + ("arbitriary", &["arbitrary"]), + ("arbitrily", &["arbitrarily"]), + ("arbitrion", &["arbitration"]), + ("arbitriraly", &["arbitrarily"]), + ("arbitriray", &["arbitrary"]), + ("arbitrition", &["arbitration"]), + ("arbitror", &["arbiter", "arbitrator"]), + ("arbitrors", &["arbiters", "arbitrators"]), + ("arbitrtily", &["arbitrarily"]), + ("arbitrty", &["arbitrary"]), + ("arbitry", &["arbitrary"]), + ("arbitryarily", &["arbitrarily"]), + ("arbitryary", &["arbitrary"]), + ("arbitual", &["arbitrary"]), + ("arbitually", &["arbitrarily"]), + ("arbitualy", &["arbitrary"]), + ("arbituarily", &["arbitrarily"]), + ("arbituary", &["arbitrary"]), + ("arbiturarily", &["arbitrarily"]), + ("arbiturary", &["arbitrary"]), + ("arbort", &["abort"]), + ("arborted", &["aborted"]), + ("arborting", &["aborting"]), + ("arborts", &["aborts"]), + ("arbritary", &["arbitrary"]), + ("arbritrarily", &["arbitrarily"]), + ("arbritrary", &["arbitrary"]), + ("arbtirarily", &["arbitrarily"]), + ("arbtirary", &["arbitrary"]), + ("arbtrarily", &["arbitrarily"]), + ("arbtrary", &["arbitrary"]), + ("arbutrarily", &["arbitrarily"]), + ("arbutrary", &["arbitrary"]), + ("archaelogical", &["archaeological"]), + ("archaelogists", &["archaeologists"]), + ("archaelogy", &["archaeology"]), + ("archaoelogy", &["archeology", "archaeology"]), + ("archaology", &["archeology", "archaeology"]), + ("archeaologist", &["archeologist", "archaeologist"]), + ("archeaologists", &["archeologists", "archaeologists"]), + ("archetect", &["architect"]), + ("archetects", &["architects"]), + ("archetectural", &["architectural"]), + ("archetecturally", &["architecturally"]), + ("archetecture", &["architecture"]), + ("archiac", &["archaic"]), + ("archictect", &["architect"]), + ("archictecture", &["architecture"]), + ("archictectures", &["architectures"]), + ("archicture", &["architecture"]), + ("archiecture", &["architecture"]), + ("archiectures", &["architectures"]), + ("archimedian", &["archimedean"]), + ("architct", &["architect"]), + ("architcts", &["architects"]), + ("architcture", &["architecture"]), + ("architctures", &["architectures"]), + ("architecht", &["architect"]), + ("architechts", &["architects"]), + ("architechturally", &["architecturally"]), + ("architechture", &["architecture"]), + ("architechtures", &["architectures"]), + ("architectual", &["architectural"]), + ("architectur", &["architecture"]), + ("architecturs", &["architectures"]), + ("architecturse", &["architectures"]), + ("architecure", &["architecture"]), + ("architecures", &["architectures"]), + ("architecutre", &["architecture"]), + ("architecutres", &["architectures"]), + ("architecuture", &["architecture"]), + ("architecutures", &["architectures"]), + ("architetcure", &["architecture"]), + ("architetcures", &["architectures"]), + ("architeture", &["architecture"]), + ("architetures", &["architectures"]), + ("architure", &["architecture"]), + ("architures", &["architectures"]), + ("archiv", &["archive"]), + ("archivel", &["archival"]), + ("archor", &["anchor"]), + ("archtecture", &["architecture"]), + ("archtectures", &["architectures"]), + ("archtiecture", &["architecture"]), + ("archtiectures", &["architectures"]), + ("archtitecture", &["architecture"]), + ("archtitectures", &["architectures"]), + ("archtype", &["archetype"]), + ("archtypes", &["archetypes"]), + ("archvie", &["archive"]), + ("archvies", &["archives"]), + ("archving", &["archiving"]), + ("arcitecture", &["architecture"]), + ("arcitectures", &["architectures"]), + ("arcticle", &["article"]), + ("Ardiuno", &["Arduino"]), + ("are\'nt", &["aren\'t"]), + ("aready", &["already"]), + ("areea", &["area"]), + ("aren\'s", &["aren\'t"]), + ("aren;t", &["aren\'t"]), + ("arent\'", &["aren\'t"]), + ("arent", &["aren\'t"]), + ("arent;", &["aren\'t"]), + ("areodynamics", &["aerodynamics"]), + ("argement", &["argument"]), + ("argements", &["arguments"]), + ("argemnt", &["argument"]), + ("argemnts", &["arguments"]), + ("argment", &["argument"]), + ("argments", &["arguments"]), + ("argubly", &["arguably"]), + ("arguement", &["argument"]), + ("arguements", &["arguments"]), + ("arguemnt", &["argument"]), + ("arguemnts", &["arguments"]), + ("arguemtn", &["argument"]), + ("arguemtns", &["arguments"]), + ("argumant", &["argument"]), + ("argumants", &["arguments"]), + ("argumement", &["argument"]), + ("argumements", &["arguments"]), + ("argumemnt", &["argument"]), + ("argumemnts", &["arguments"]), + ("argumeng", &["argument"]), + ("argumengs", &["arguments"]), + ("argumens", &["arguments"]), + ("argumentents", &["arguments"]), + ("argumeny", &["argument"]), + ("argumet", &["argument"]), + ("argumetn", &["argument"]), + ("argumetns", &["arguments"]), + ("argumets", &["arguments"]), + ("argumnet", &["argument"]), + ("argumnets", &["arguments"]), + ("arhive", &["archive"]), + ("arhives", &["archives"]), + ("aribitary", &["arbitrary"]), + ("aribiter", &["arbiter"]), + ("aribtrarily", &["arbitrarily"]), + ("aribtrary", &["arbitrary"]), + ("ariflow", &["airflow"]), + ("arised", &["arose"]), + ("arithemetic", &["arithmetic"]), + ("arithemtic", &["arithmetic"]), + ("arithmatic", &["arithmetic"]), + ("arithmentic", &["arithmetic"]), + ("arithmetc", &["arithmetic"]), + ("arithmethic", &["arithmetic"]), + ("arithmitic", &["arithmetic"]), + ("aritmetic", &["arithmetic"]), + ("aritrary", &["arbitrary"]), + ("aritst", &["artist"]), + ("arival", &["arrival"]), + ("arive", &["arrive"]), + ("arlready", &["already"]), + ("armamant", &["armament"]), + ("armistace", &["armistice"]), + ("armonic", &["harmonic"]), + ("arn\'t", &["aren\'t"]), + ("arne\'t", &["aren\'t"]), + ("arogant", &["arrogant"]), + ("arogent", &["arrogant"]), + ("aronud", &["around"]), + ("aroud", &["around"]), + ("aroung", &["around"]), + ("arount", &["around"]), + ("arquitecture", &["architecture"]), + ("arquitectures", &["architectures"]), + ("arraay", &["array"]), + ("arragement", &["arrangement"]), + ("arraival", &["arrival"]), + ("arral", &["array"]), + ("arranable", &["arrangeable"]), + ("arrance", &["arrange"]), + ("arrane", &["arrange"]), + ("arraned", &["arranged"]), + ("arranement", &["arrangement"]), + ("arranements", &["arrangements"]), + ("arranent", &["arrangement"]), + ("arranents", &["arrangements"]), + ("arranes", &["arranges"]), + ("arrang", &["arrange"]), + ("arrangable", &["arrangeable"]), + ("arrangaeble", &["arrangeable"]), + ("arrangaelbe", &["arrangeable"]), + ("arrangd", &["arranged"]), + ("arrangde", &["arranged"]), + ("arrangemenet", &["arrangement"]), + ("arrangemenets", &["arrangements"]), + ("arrangent", &["arrangement"]), + ("arrangents", &["arrangements"]), + ("arrangmeent", &["arrangement"]), + ("arrangmeents", &["arrangements"]), + ("arrangmenet", &["arrangement"]), + ("arrangmenets", &["arrangements"]), + ("arrangment", &["arrangement"]), + ("arrangments", &["arrangements"]), + ("arrangnig", &["arranging"]), + ("arrangs", &["arranges"]), + ("arrangse", &["arranges"]), + ("arrangt", &["arrangement"]), + ("arrangte", &["arrange"]), + ("arrangteable", &["arrangeable"]), + ("arrangted", &["arranged"]), + ("arrangtement", &["arrangement"]), + ("arrangtements", &["arrangements"]), + ("arrangtes", &["arranges"]), + ("arrangting", &["arranging"]), + ("arrangts", &["arrangements"]), + ("arraning", &["arranging"]), + ("arranment", &["arrangement"]), + ("arranments", &["arrangements"]), + ("arraows", &["arrows"]), + ("arrary", &["array"]), + ("arrayes", &["arrays"]), + ("arre", &["are"]), + ("arreay", &["array"]), + ("arrengement", &["arrangement"]), + ("arrengements", &["arrangements"]), + ("arriveis", &["arrives"]), + ("arrivial", &["arrival"]), + ("arround", &["around"]), + ("arrray", &["array"]), + ("arrrays", &["arrays"]), + ("arrrives", &["arrives"]), + ("arrtibute", &["attribute"]), + ("arry", &["array", "carry"]), + ("arrys", &["arrays"]), + ("artcile", &["article"]), + ("articaft", &["artifact"]), + ("articafts", &["artifacts"]), + ("artical", &["article"]), + ("articals", &["articles"]), + ("articat", &["artifact"]), + ("articats", &["artifacts"]), + ("artice", &["article"]), + ("articel", &["article"]), + ("artifcat", &["artifact"]), + ("artifcats", &["artifacts"]), + ("artifical", &["artificial"]), + ("artifically", &["artificially"]), + ("artihmetic", &["arithmetic"]), + ("artillary", &["artillery"]), + ("artuments", &["arguments"]), + ("arugment", &["argument"]), + ("arugments", &["arguments"]), + ("aruments", &["arguments"]), + ("arund", &["around"]), + ("asai", &["Asia"]), + ("asain", &["Asian"]), + ("asbolute", &["absolute"]), + ("asbolutelly", &["absolutely"]), + ("asbolutely", &["absolutely"]), + ("asbtract", &["abstract"]), + ("asbtracted", &["abstracted"]), + ("asbtracter", &["abstracter"]), + ("asbtracting", &["abstracting"]), + ("asbtraction", &["abstraction"]), + ("asbtractions", &["abstractions"]), + ("asbtractly", &["abstractly"]), + ("asbtractness", &["abstractness"]), + ("asbtractor", &["abstractor"]), + ("asbtracts", &["abstracts"]), + ("asceding", &["ascending"]), + ("asend", &["ascend", "as end"]), + ("asendance", &["ascendance"]), + ("asendancey", &["ascendancy"]), + ("asendancy", &["ascendancy"]), + ("asended", &["ascended", "as ended"]), + ("asendence", &["ascendance"]), + ("asendencey", &["ascendancy"]), + ("asendency", &["ascendancy"]), + ("asender", &["ascender", "a sender"]), + ("asending", &["ascending"]), + ("asent", &["ascent"]), + ("aserted", &["asserted"]), + ("asertion", &["assertion"]), + ("asetic", &["ascetic"]), + ("asfar", &["as far"]), + ("asign", &["assign"]), + ("asigned", &["assigned"]), + ("asignee", &["assignee"]), + ("asignees", &["assignees"]), + ("asigning", &["assigning"]), + ("asignment", &["assignment"]), + ("asignor", &["assignor"]), + ("asigns", &["assigns"]), + ("asii", &["ascii"]), + ("asisstant", &["assistant"]), + ("asisstants", &["assistants"]), + ("asistance", &["assistance"]), + ("aske", &["ask"]), + ("askes", &["asks"]), + ("aslo", &["also"]), + ("asnwer", &["answer"]), + ("asnwered", &["answered"]), + ("asnwerer", &["answerer"]), + ("asnwerers", &["answerers"]), + ("asnwering", &["answering"]), + ("asnwers", &["answers"]), + ("asny", &["any"]), + ("asnychronoue", &["asynchronous"]), + ("asociated", &["associated"]), + ("asolute", &["absolute"]), + ("asorbed", &["absorbed"]), + ("aspected", &["expected"]), + ("asphyxation", &["asphyxiation"]), + ("assasin", &["assassin"]), + ("assasinate", &["assassinate"]), + ("assasinated", &["assassinated"]), + ("assasinates", &["assassinates"]), + ("assasination", &["assassination"]), + ("assasinations", &["assassinations"]), + ("assasined", &["assassinated"]), + ("assasins", &["assassins"]), + ("assassintation", &["assassination"]), + ("asscciated", &["associated"]), + ("assciated", &["associated"]), + ("asscii", &["ASCII"]), + ("asscociated", &["associated"]), + ("asscoitaed", &["associated"]), + ("assebly", &["assembly"]), + ("assebmly", &["assembly"]), + ("assember", &["assembler"]), + ("assemblys", &["assemblies"]), + ("assemby", &["assembly"]), + ("assemly", &["assembly"]), + ("assemnly", &["assembly"]), + ("assemple", &["assemble"]), + ("assending", &["ascending"]), + ("asser", &["assert"]), + ("assersion", &["assertion"]), + ("assertation", &["assertion"]), + ("assertio", &["assertion"]), + ("assertting", &["asserting"]), + ("assesmenet", &["assessment"]), + ("assesment", &["assessment"]), + ("assessmant", &["assessment"]), + ("assgin", &["assign"]), + ("assgined", &["assigned"]), + ("assgining", &["assigning"]), + ("assginment", &["assignment"]), + ("assginments", &["assignments"]), + ("assgins", &["assigns"]), + ("asside", &["aside"]), + ("assiged", &["assigned"]), + ("assigend", &["assigned"]), + ("assiging", &["assigning"]), + ("assigment", &["assignment"]), + ("assigments", &["assignments"]), + ("assigmnent", &["assignment"]), + ("assignalble", &["assignable"]), + ("assigne", &["assign", "assigned"]), + ("assignement", &["assignment"]), + ("assignements", &["assignments"]), + ("assignemnt", &["assignment"]), + ("assignemnts", &["assignments"]), + ("assignemtn", &["assignment"]), + ("assignend", &["assigned"]), + ("assignenmet", &["assignment"]), + ("assignes", &["assigns"]), + ("assignmenet", &["assignment"]), + ("assignmens", &["assignments"]), + ("assignmet", &["assignment"]), + ("assignmnet", &["assignment"]), + ("assignt", &["assign"]), + ("assigntment", &["assignment"]), + ("assime", &["assume"]), + ("assined", &["assigned"]), + ("assing", &["assign"]), + ("assinged", &["assigned"]), + ("assinging", &["assigning"]), + ("assingled", &["assigned"]), + ("assingment", &["assignment"]), + ("assingned", &["assigned"]), + ("assings", &["assigns"]), + ("assinment", &["assignment"]), + ("assiocate", &["associate"]), + ("assiocated", &["associated"]), + ("assiocates", &["associates"]), + ("assiocating", &["associating"]), + ("assiocation", &["association"]), + ("assiociate", &["associate"]), + ("assiociated", &["associated"]), + ("assiociates", &["associates"]), + ("assiociating", &["associating"]), + ("assiociation", &["association"]), + ("assisnate", &["assassinate"]), + ("assistence", &["assistance"]), + ("assistent", &["assistant"]), + ("assit", &["assist"]), + ("assitant", &["assistant"]), + ("assition", &["assertion"]), + ("assmbler", &["assembler"]), + ("assmebly", &["assembly"]), + ("assmelber", &["assembler"]), + ("assmption", &["assumption"]), + ("assmptions", &["assumptions"]), + ("assocaited", &["associated"]), + ("assocate", &["associate"]), + ("assocated", &["associated"]), + ("assocates", &["associates"]), + ("assocating", &["associating"]), + ("assocation", &["association"]), + ("assocations", &["associations"]), + ("assocciative", &["associative"]), + ("associatated", &["associated"]), + ("associatd", &["associated"]), + ("associatied", &["associated"]), + ("associcate", &["associate"]), + ("associcated", &["associated"]), + ("associcates", &["associates"]), + ("associcating", &["associating"]), + ("associdated", &["associated"]), + ("associeted", &["associated"]), + ("assocition", &["association"]), + ("associuated", &["associated"]), + ("assoction", &["association"]), + ("assoiated", &["associated"]), + ("assoicate", &["associate"]), + ("assoicated", &["associated"]), + ("assoicates", &["associates"]), + ("assoication", &["association"]), + ("assoiciative", &["associative"]), + ("assomption", &["assumption"]), + ("assosciate", &["associate"]), + ("assosciated", &["associated"]), + ("assosciates", &["associates"]), + ("assosciating", &["associating"]), + ("assosiacition", &["association"]), + ("assosiacitions", &["associations"]), + ("assosiacted", &["associated"]), + ("assosiate", &["associate"]), + ("assosiated", &["associated"]), + ("assosiates", &["associates"]), + ("assosiating", &["associating"]), + ("assosication", &["assassination"]), + ("assotiated", &["associated"]), + ("asssassans", &["assassins"]), + ("asssembler", &["assembler"]), + ("asssembly", &["assembly"]), + ("asssert", &["assert"]), + ("asssertion", &["assertion"]), + ("asssociated", &["associated"]), + ("asssume", &["assume"]), + ("asssumes", &["assumes"]), + ("asssuming", &["assuming"]), + ("assualt", &["assault"]), + ("assualted", &["assaulted"]), + ("assue", &["assume", "assure"]), + ("assuembly", &["assembly"]), + ("assum", &["assume"]), + ("assuma", &["assume"]), + ("assumad", &["assumed"]), + ("assumang", &["assuming"]), + ("assumas", &["assumes"]), + ("assumbe", &["assume"]), + ("assumbed", &["assumed"]), + ("assumbes", &["assumes"]), + ("assumbing", &["assuming"]), + ("assumend", &["assumed"]), + ("assumking", &["assuming"]), + ("assumme", &["assume"]), + ("assummed", &["assumed"]), + ("assummes", &["assumes"]), + ("assumming", &["assuming"]), + ("assumne", &["assume"]), + ("assumned", &["assumed"]), + ("assumnes", &["assumes"]), + ("assumning", &["assuming"]), + ("assumong", &["assuming"]), + ("assumotion", &["assumption"]), + ("assumotions", &["assumptions"]), + ("assumpation", &["assumption"]), + ("assums", &["assumes"]), + ("assumse", &["assumes"]), + ("assumtion", &["assumption"]), + ("assumtions", &["assumptions"]), + ("assumtpion", &["assumption"]), + ("assumtpions", &["assumptions"]), + ("assumu", &["assume"]), + ("assumud", &["assumed"]), + ("assumue", &["assume"]), + ("assumued", &["assumed"]), + ("assumues", &["assumes"]), + ("assumuing", &["assuming"]), + ("assumung", &["assuming"]), + ("assumuption", &["assumption"]), + ("assumuptions", &["assumptions"]), + ("assumus", &["assumes"]), + ("assupmption", &["assumption"]), + ("assuption", &["assumption"]), + ("assuptions", &["assumptions"]), + ("assurred", &["assured"]), + ("assymetric", &["asymmetric"]), + ("assymetrical", &["asymmetrical"]), + ("assymetries", &["asymmetries"]), + ("assymetry", &["asymmetry"]), + ("assymmetric", &["asymmetric"]), + ("assymmetrical", &["asymmetrical"]), + ("assymmetries", &["asymmetries"]), + ("assymmetry", &["asymmetry"]), + ("asterices", &["asterisks"]), + ("asteriks", &["asterisk", "asterisks"]), + ("asteriod", &["asteroid"]), + ("asthetic", &["aesthetic"]), + ("asthetical", &["aesthetical"]), + ("asthetically", &["aesthetically"]), + ("asthetics", &["aesthetics"]), + ("astiimate", &["estimate"]), + ("astiimation", &["estimation"]), + ("asume", &["assume"]), + ("asumed", &["assumed"]), + ("asumes", &["assumes"]), + ("asuming", &["assuming"]), + ("asumption", &["assumption"]), + ("asure", &["assure"]), + ("aswell", &["as well"]), + ("asychronize", &["asynchronize"]), + ("asychronized", &["asynchronized"]), + ("asychronous", &["asynchronous"]), + ("asychronously", &["asynchronously"]), + ("asycn", &["async"]), + ("asycronous", &["asynchronous"]), + ("asymetic", &["asymmetric"]), + ("asymetri", &["asymmetric", "asymmetry"]), + ("asymetric", &["asymmetric"]), + ("asymetrical", &["asymmetrical"]), + ("asymetricaly", &["asymmetrically"]), + ("asymmeric", &["asymmetric"]), + ("asymmetri", &["asymmetric", "asymmetry"]), + ("asynchnous", &["asynchronous"]), + ("asynchonous", &["asynchronous"]), + ("asynchonously", &["asynchronously"]), + ("asynchornous", &["asynchronous"]), + ("asynchoronous", &["asynchronous"]), + ("asynchrnous", &["asynchronous"]), + ("asynchrnously", &["asynchronously"]), + ("asynchromous", &["asynchronous"]), + ("asynchron", &["asynchronous"]), + ("asynchroneously", &["asynchronously"]), + ("asynchronious", &["asynchronous"]), + ("asynchronlous", &["asynchronous"]), + ("asynchrons", &["asynchronous"]), + ("asynchroous", &["asynchronous"]), + ("asynchrounous", &["asynchronous"]), + ("asynchrounsly", &["asynchronously"]), + ("asyncronous", &["asynchronous"]), + ("asyncronously", &["asynchronously"]), + ("asynnc", &["async"]), + ("asynschron", &["asynchronous"]), + ("atach", &["attach"]), + ("atached", &["attached"]), + ("ataching", &["attaching"]), + ("atachment", &["attachment"]), + ("atachments", &["attachments"]), + ("atack", &["attack"]), + ("atain", &["attain"]), + ("atempt", &["attempt"]), + ("atempting", &["attempting"]), + ("atempts", &["attempts"]), + ("atendance", &["attendance"]), + ("atended", &["attended"]), + ("atendee", &["attendee"]), + ("atends", &["attends"]), + ("atention", &["attention"]), + ("atheistical", &["atheistic"]), + ("athenean", &["Athenian"]), + ("atheneans", &["Athenians"]), + ("ather", &["other"]), + ("athiesm", &["atheism"]), + ("athiest", &["atheist"]), + ("athough", &["although"]), + ("athron", &["athlon"]), + ("athros", &["atheros"]), + ("atleast", &["at least"]), + ("atll", &["all"]), + ("atmoic", &["atomic"]), + ("atmoically", &["atomically"]), + ("atomatically", &["automatically"]), + ("atomical", &["atomic"]), + ("atomicly", &["atomically"]), + ("atomiticity", &["atomicity"]), + ("atorecovery", &["autorecovery"]), + ("atorney", &["attorney"]), + ("atquired", &["acquired"]), + ("atribs", &["attribs"]), + ("atribut", &["attribute"]), + ("atribute", &["attribute"]), + ("atributed", &["attributed"]), + ("atributes", &["attributes"]), + ("atrribute", &["attribute"]), + ("atrributes", &["attributes"]), + ("atrtribute", &["attribute"]), + ("atrtributes", &["attributes"]), + ("attaced", &["attached"]), + ("attachd", &["attached"]), + ("attachement", &["attachment"]), + ("attachements", &["attachments"]), + ("attachen", &["attach"]), + ("attachged", &["attached"]), + ("attachmant", &["attachment"]), + ("attachmants", &["attachments"]), + ("attachs", &["attaches"]), + ("attachted", &["attached"]), + ("attacs", &["attacks"]), + ("attacthed", &["attached"]), + ("attaindre", &["attainder", "attained"]), + ("attampt", &["attempt"]), + ("attatch", &["attach"]), + ("attatched", &["attached"]), + ("attatches", &["attaches"]), + ("attatching", &["attaching"]), + ("attatchment", &["attachment"]), + ("attatchments", &["attachments"]), + ("attch", &["attach"]), + ("attched", &["attached"]), + ("attches", &["attaches"]), + ("attching", &["attaching"]), + ("attchment", &["attachment"]), + ("attemp", &["attempt"]), + ("attemped", &["attempted"]), + ("attemping", &["attempting"]), + ("attemppt", &["attempt"]), + ("attemps", &["attempts"]), + ("attemptting", &["attempting"]), + ("attemt", &["attempt"]), + ("attemted", &["attempted"]), + ("attemting", &["attempting"]), + ("attemtp", &["attempt"]), + ("attemtped", &["attempted"]), + ("attemtping", &["attempting"]), + ("attemtps", &["attempts"]), + ("attemtpted", &["attempted"]), + ("attemtpts", &["attempts"]), + ("attemts", &["attempts"]), + ("attendence", &["attendance"]), + ("attendent", &["attendant"]), + ("attendents", &["attendants"]), + ("attened", &["attended"]), + ("attennuation", &["attenuation"]), + ("attension", &["attention"]), + ("attented", &["attended"]), + ("attepmpt", &["attempt"]), + ("attept", &["attempt"]), + ("attetntion", &["attention"]), + ("attibute", &["attribute"]), + ("attibuted", &["attributed"]), + ("attibutes", &["attributes"]), + ("attirbute", &["attribute"]), + ("attirbutes", &["attributes"]), + ("attiribute", &["attribute"]), + ("attitide", &["attitude"]), + ("attmept", &["attempt"]), + ("attmpt", &["attempt"]), + ("attnetion", &["attention"]), + ("attosencond", &["attosecond"]), + ("attosenconds", &["attoseconds"]), + ("attrbiute", &["attribute"]), + ("attribbute", &["attribute"]), + ("attribiute", &["attribute"]), + ("attribiutes", &["attributes"]), + ("attribte", &["attribute"]), + ("attribted", &["attributed"]), + ("attribtes", &["attributes", "attribute"]), + ("attribting", &["attributing"]), + ("attribtue", &["attribute"]), + ("attribtutes", &["attributes"]), + ("attribude", &["attribute"]), + ("attribue", &["attribute"]), + ("attribues", &["attributes"]), + ("attribuite", &["attribute"]), + ("attribuites", &["attributes"]), + ("attribuition", &["attribution"]), + ("attribure", &["attribute"]), + ("attribured", &["attributed"]), + ("attribures", &["attributes"]), + ("attriburte", &["attribute"]), + ("attriburted", &["attributed"]), + ("attriburtes", &["attributes"]), + ("attriburtion", &["attribution"]), + ("attribut", &["attribute"]), + ("attributei", &["attribute"]), + ("attributen", &["attribute"]), + ("attributred", &["attributed"]), + ("attributs", &["attributes"]), + ("attribye", &["attribute"]), + ("attribyes", &["attributes"]), + ("attribyte", &["attribute"]), + ("attribytes", &["attributes"]), + ("attriebute", &["attribute"]), + ("attriebuted", &["attributed"]), + ("attriebutes", &["attributes"]), + ("attriebuting", &["attributing"]), + ("attriubtes", &["attributes"]), + ("attriubute", &["attribute"]), + ("attrocities", &["atrocities"]), + ("attrribute", &["attribute"]), + ("attrubite", &["attribute"]), + ("attrubites", &["attributes"]), + ("attrubte", &["attribute"]), + ("attrubtes", &["attributes"]), + ("attrubure", &["attribute"]), + ("attrubures", &["attributes"]), + ("attrubute", &["attribute"]), + ("attrubutes", &["attributes"]), + ("attrubyte", &["attribute"]), + ("attrubytes", &["attributes"]), + ("attruibute", &["attribute"]), + ("attruibutes", &["attributes"]), + ("atttached", &["attached"]), + ("atttribute", &["attribute"]), + ("atttributes", &["attributes"]), + ("atuhentication", &["authentication"]), + ("auccess", &["success"]), + ("auccessive", &["successive"]), + ("audeince", &["audience"]), + ("audiance", &["audience"]), + ("auguest", &["august"]), + ("augument", &["argument", "augment"]), + ("auhtor", &["author"]), + ("auhtors", &["authors"]), + ("aunthenticate", &["authenticate"]), + ("aunthenticated", &["authenticated"]), + ("aunthenticates", &["authenticates"]), + ("aunthenticating", &["authenticating"]), + ("auospacing", &["autospacing"]), + ("auot", &["auto"]), + ("auotmatic", &["automatic"]), + ("auromated", &["automated"]), + ("aussian", &["Gaussian", "Russian", "Austrian"]), + ("austrailia", &["Australia"]), + ("austrailian", &["Australian"]), + ("Australien", &["Australian"]), + ("Austrlaian", &["Australian"]), + ("autasave", &["autosave"]), + ("autasaves", &["autosaves"]), + ("autenticate", &["authenticate"]), + ("autenticated", &["authenticated"]), + ("autenticates", &["authenticates"]), + ("autenticating", &["authenticating"]), + ("autentication", &["authentication"]), + ("authecate", &["authenticate"]), + ("authecated", &["authenticated"]), + ("authecates", &["authenticates"]), + ("authecating", &["authenticating"]), + ("authecation", &["authentication"]), + ("authecator", &["authenticator"]), + ("authecators", &["authenticators"]), + ("authenaticate", &["authenticate"]), + ("authenaticated", &["authenticated"]), + ("authenaticates", &["authenticates"]), + ("authenaticating", &["authenticating"]), + ("authenatication", &["authentication"]), + ("authenaticator", &["authenticator"]), + ("authenaticators", &["authenticators"]), + ("authencate", &["authenticate"]), + ("authencated", &["authenticated"]), + ("authencates", &["authenticates"]), + ("authencating", &["authenticating"]), + ("authencation", &["authentication"]), + ("authencator", &["authenticator"]), + ("authencators", &["authenticators"]), + ("authenciate", &["authenticate"]), + ("authenciated", &["authenticated"]), + ("authenciates", &["authenticates"]), + ("authenciating", &["authenticating"]), + ("authenciation", &["authentication"]), + ("authenciator", &["authenticator"]), + ("authenciators", &["authenticators"]), + ("authencicate", &["authenticate"]), + ("authencicated", &["authenticated"]), + ("authencicates", &["authenticates"]), + ("authencicating", &["authenticating"]), + ("authencication", &["authentication"]), + ("authencicator", &["authenticator"]), + ("authencicators", &["authenticators"]), + ("authencity", &["authenticity"]), + ("authencticate", &["authenticate"]), + ("authencticated", &["authenticated"]), + ("authencticates", &["authenticates"]), + ("authencticating", &["authenticating"]), + ("authenctication", &["authentication"]), + ("authencticator", &["authenticator"]), + ("authencticators", &["authenticators"]), + ("authendicate", &["authenticate"]), + ("authendicated", &["authenticated"]), + ("authendicates", &["authenticates"]), + ("authendicating", &["authenticating"]), + ("authendication", &["authentication"]), + ("authendicator", &["authenticator"]), + ("authendicators", &["authenticators"]), + ("authenenticate", &["authenticate"]), + ("authenenticated", &["authenticated"]), + ("authenenticates", &["authenticates"]), + ("authenenticating", &["authenticating"]), + ("authenentication", &["authentication"]), + ("authenenticator", &["authenticator"]), + ("authenenticators", &["authenticators"]), + ("authenfie", &["authenticate"]), + ("authenfied", &["authenticated"]), + ("authenfies", &["authenticates"]), + ("authenfiing", &["authenticating"]), + ("authenfiion", &["authentication"]), + ("authenfior", &["authenticator"]), + ("authenfiors", &["authenticators"]), + ("authenicae", &["authenticate"]), + ("authenicaed", &["authenticated"]), + ("authenicaes", &["authenticates"]), + ("authenicaing", &["authenticating"]), + ("authenicaion", &["authentication"]), + ("authenicaor", &["authenticator"]), + ("authenicaors", &["authenticators"]), + ("authenicate", &["authenticate"]), + ("authenicated", &["authenticated"]), + ("authenicates", &["authenticates"]), + ("authenicating", &["authenticating"]), + ("authenication", &["authentication"]), + ("authenicator", &["authenticator"]), + ("authenicators", &["authenticators"]), + ("authenificate", &["authenticate"]), + ("authenificated", &["authenticated"]), + ("authenificates", &["authenticates"]), + ("authenificating", &["authenticating"]), + ("authenification", &["authentication"]), + ("authenificator", &["authenticator"]), + ("authenificators", &["authenticators"]), + ("authenitcate", &["authenticate"]), + ("authenitcated", &["authenticated"]), + ("authenitcates", &["authenticates"]), + ("authenitcating", &["authenticating"]), + ("authenitcation", &["authentication"]), + ("authenitcator", &["authenticator"]), + ("authenitcators", &["authenticators"]), + ("autheniticate", &["authenticate"]), + ("autheniticated", &["authenticated"]), + ("autheniticates", &["authenticates"]), + ("autheniticating", &["authenticating"]), + ("authenitication", &["authentication"]), + ("autheniticator", &["authenticator"]), + ("autheniticators", &["authenticators"]), + ("authenricate", &["authenticate"]), + ("authenricated", &["authenticated"]), + ("authenricates", &["authenticates"]), + ("authenricating", &["authenticating"]), + ("authenrication", &["authentication"]), + ("authenricator", &["authenticator"]), + ("authenricators", &["authenticators"]), + ("authentcated", &["authenticated"]), + ("authenticaiton", &["authentication"]), + ("authenticateion", &["authentication"]), + ("authentiction", &["authentication"]), + ("authentification", &["authentication"]), + ("auther", &["author"]), + ("autherisation", &["authorisation"]), + ("autherise", &["authorise"]), + ("autherization", &["authorization"]), + ("autherize", &["authorize"]), + ("authers", &["authors"]), + ("authethenticate", &["authenticate"]), + ("authethenticated", &["authenticated"]), + ("authethenticates", &["authenticates"]), + ("authethenticating", &["authenticating"]), + ("authethentication", &["authentication"]), + ("authethenticator", &["authenticator"]), + ("authethenticators", &["authenticators"]), + ("authethicate", &["authenticate"]), + ("authethicated", &["authenticated"]), + ("authethicates", &["authenticates"]), + ("authethicating", &["authenticating"]), + ("authethication", &["authentication"]), + ("authethicator", &["authenticator"]), + ("authethicators", &["authenticators"]), + ("autheticate", &["authenticate"]), + ("autheticated", &["authenticated"]), + ("autheticates", &["authenticates"]), + ("autheticating", &["authenticating"]), + ("authetication", &["authentication"]), + ("autheticator", &["authenticator"]), + ("autheticators", &["authenticators"]), + ("authetnicate", &["authenticate"]), + ("authetnicated", &["authenticated"]), + ("authetnicates", &["authenticates"]), + ("authetnicating", &["authenticating"]), + ("authetnication", &["authentication"]), + ("authetnicator", &["authenticator"]), + ("authetnicators", &["authenticators"]), + ("authetnticate", &["authenticate"]), + ("authetnticated", &["authenticated"]), + ("authetnticates", &["authenticates"]), + ("authetnticating", &["authenticating"]), + ("authetntication", &["authentication"]), + ("authetnticator", &["authenticator"]), + ("authetnticators", &["authenticators"]), + ("authobiographic", &["autobiographic"]), + ("authobiography", &["autobiography"]), + ("authoer", &["author"]), + ("authorative", &["authoritative"]), + ("authorded", &["authored"]), + ("authorites", &["authorities"]), + ("authorithy", &["authority"]), + ("authoritiers", &["authorities"]), + ("authorititive", &["authoritative"]), + ("authoritive", &["authoritative"]), + ("authorizeed", &["authorized"]), + ("authos", &["authors", "autos"]), + ("authror", &["author"]), + ("authrored", &["authored"]), + ("authrorisation", &["authorisation"]), + ("authrorities", &["authorities"]), + ("authrorization", &["authorization"]), + ("authrors", &["authors"]), + ("autimatic", &["automatic"]), + ("autimatically", &["automatically"]), + ("autmatically", &["automatically"]), + ("auto-dependancies", &["auto-dependencies"]), + ("auto-destrcut", &["auto-destruct"]), + ("auto-detet", &["auto-detect", "auto-delete"]), + ("auto-deteted", &["auto-detected", "auto-deleted"]), + ("auto-detetes", &["auto-deletes", "auto-detects"]), + ("auto-deteting", &["auto-detecting", "auto-deleting"]), + ("auto-detetion", &["auto-detection", "auto-deletion"]), + ("auto-detets", &["auto-detects", "auto-deletes"]), + ("auto-genrated", &["auto-generated"]), + ("auto-genratet", &["auto-generated"]), + ("auto-genration", &["auto-generation"]), + ("auto-negatiotiation", &["auto-negotiation"]), + ("auto-negatiotiations", &["auto-negotiations"]), + ("auto-negoatiation", &["auto-negotiation"]), + ("auto-negoatiations", &["auto-negotiations"]), + ("auto-negoation", &["auto-negotiation"]), + ("auto-negoations", &["auto-negotiations"]), + ("auto-negociation", &["auto-negotiation"]), + ("auto-negociations", &["auto-negotiations"]), + ("auto-negogtiation", &["auto-negotiation"]), + ("auto-negogtiations", &["auto-negotiations"]), + ("auto-negoitation", &["auto-negotiation"]), + ("auto-negoitations", &["auto-negotiations"]), + ("auto-negoptionsotiation", &["auto-negotiation"]), + ("auto-negoptionsotiations", &["auto-negotiations"]), + ("auto-negosiation", &["auto-negotiation"]), + ("auto-negosiations", &["auto-negotiations"]), + ("auto-negotaiation", &["auto-negotiation"]), + ("auto-negotaiations", &["auto-negotiations"]), + ("auto-negotaition", &["auto-negotiation"]), + ("auto-negotaitions", &["auto-negotiations"]), + ("auto-negotatiation", &["auto-negotiation"]), + ("auto-negotatiations", &["auto-negotiations"]), + ("auto-negotation", &["auto-negotiation"]), + ("auto-negotations", &["auto-negotiations"]), + ("auto-negothiation", &["auto-negotiation"]), + ("auto-negothiations", &["auto-negotiations"]), + ("auto-negotication", &["auto-negotiation"]), + ("auto-negotications", &["auto-negotiations"]), + ("auto-negotioation", &["auto-negotiation"]), + ("auto-negotioations", &["auto-negotiations"]), + ("auto-negotion", &["auto-negotiation"]), + ("auto-negotionation", &["auto-negotiation"]), + ("auto-negotionations", &["auto-negotiations"]), + ("auto-negotions", &["auto-negotiations"]), + ("auto-negotiotation", &["auto-negotiation"]), + ("auto-negotiotations", &["auto-negotiations"]), + ("auto-negotitaion", &["auto-negotiation"]), + ("auto-negotitaions", &["auto-negotiations"]), + ("auto-negotitation", &["auto-negotiation"]), + ("auto-negotitations", &["auto-negotiations"]), + ("auto-negotition", &["auto-negotiation"]), + ("auto-negotitions", &["auto-negotiations"]), + ("auto-negoziation", &["auto-negotiation"]), + ("auto-negoziations", &["auto-negotiations"]), + ("auto-realease", &["auto-release"]), + ("auto-realeased", &["auto-released"]), + ("autochtonous", &["autochthonous"]), + ("autocommiting", &["autocommitting"]), + ("autoconplete", &["autocomplete"]), + ("autoconpleted", &["autocompleted"]), + ("autoconpletes", &["autocompletes"]), + ("autoconpleting", &["autocompleting"]), + ("autoconpletion", &["autocompletion"]), + ("autocoomit", &["autocommit"]), + ("autoctonous", &["autochthonous"]), + ("autoeselect", &["autoselect"]), + ("autofilt", &["autofilter"]), + ("autofomat", &["autoformat"]), + ("autoformating", &["autoformatting"]), + ("autogenrated", &["autogenerated"]), + ("autogenratet", &["autogenerated"]), + ("autogenration", &["autogeneration"]), + ("autogroping", &["autogrouping"]), + ("autohorized", &["authorized"]), + ("autoincrememnt", &["autoincrement"]), + ("autoincrementive", &["autoincrement"]), + ("automaatically", &["automatically"]), + ("automagicaly", &["automagically"]), + ("automaitc", &["automatic"]), + ("automaitcally", &["automatically"]), + ("automanifactured", &["automanufactured"]), + ("automatcally", &["automatically"]), + ("automatially", &["automatically"]), + ("automatical", &["automatically", "automatic", "automated"]), + ("automaticall", &["automatically", "automatic"]), + ("automaticallly", &["automatically"]), + ("automaticaly", &["automatically"]), + ("automaticalyl", &["automatically"]), + ("automaticalyy", &["automatically"]), + ("automaticlly", &["automatically"]), + ("automaticly", &["automatically"]), + ("autometic", &["automatic"]), + ("autometically", &["automatically"]), + ("automibile", &["automobile"]), + ("automonomous", &["autonomous"]), + ("automtically", &["automatically"]), + ("autonagotiation", &["autonegotiation"]), + ("autonegatiotiation", &["autonegotiation"]), + ("autonegatiotiations", &["autonegotiations"]), + ("autonegoatiation", &["autonegotiation"]), + ("autonegoatiations", &["autonegotiations"]), + ("autonegoation", &["autonegotiation"]), + ("autonegoations", &["autonegotiations"]), + ("autonegociated", &["autonegotiated"]), + ("autonegociation", &["autonegotiation"]), + ("autonegociations", &["autonegotiations"]), + ("autonegogtiation", &["autonegotiation"]), + ("autonegogtiations", &["autonegotiations"]), + ("autonegoitation", &["autonegotiation"]), + ("autonegoitations", &["autonegotiations"]), + ("autonegoptionsotiation", &["autonegotiation"]), + ("autonegoptionsotiations", &["autonegotiations"]), + ("autonegosiation", &["autonegotiation"]), + ("autonegosiations", &["autonegotiations"]), + ("autonegotaiation", &["autonegotiation"]), + ("autonegotaiations", &["autonegotiations"]), + ("autonegotaition", &["autonegotiation"]), + ("autonegotaitions", &["autonegotiations"]), + ("autonegotatiation", &["autonegotiation"]), + ("autonegotatiations", &["autonegotiations"]), + ("autonegotation", &["autonegotiation"]), + ("autonegotations", &["autonegotiations"]), + ("autonegothiation", &["autonegotiation"]), + ("autonegothiations", &["autonegotiations"]), + ("autonegotication", &["autonegotiation"]), + ("autonegotications", &["autonegotiations"]), + ("autonegotioation", &["autonegotiation"]), + ("autonegotioations", &["autonegotiations"]), + ("autonegotion", &["autonegotiation"]), + ("autonegotionation", &["autonegotiation"]), + ("autonegotionations", &["autonegotiations"]), + ("autonegotions", &["autonegotiations"]), + ("autonegotiotation", &["autonegotiation"]), + ("autonegotiotations", &["autonegotiations"]), + ("autonegotitaion", &["autonegotiation"]), + ("autonegotitaions", &["autonegotiations"]), + ("autonegotitation", &["autonegotiation"]), + ("autonegotitations", &["autonegotiations"]), + ("autonegotition", &["autonegotiation"]), + ("autonegotitions", &["autonegotiations"]), + ("autonegoziation", &["autonegotiation"]), + ("autonegoziations", &["autonegotiations"]), + ("autoneogotiation", &["autonegotiation"]), + ("autoneotiation", &["autonegotiation"]), + ("autonogotiation", &["autonegotiation"]), + ("autonymous", &["autonomous"]), + ("autopsec", &["autospec"]), + ("autor", &["author"]), + ("autorealease", &["autorelease"]), + ("autorisation", &["authorization"]), + ("autoritative", &["authoritative"]), + ("autority", &["authority"]), + ("autorization", &["authorization"]), + ("autoropeat", &["autorepeat"]), + ("autors", &["authors"]), + ("autosae", &["autosave"]), + ("autosavegs", &["autosaves"]), + ("autosaveperodical", &["autosaveperiodical"]), + ("autosence", &["autosense"]), + ("autum", &["autumn"]), + ("auxialiary", &["auxiliary"]), + ("auxilaries", &["auxiliaries"]), + ("auxilary", &["auxiliary"]), + ("auxileries", &["auxiliaries"]), + ("auxilery", &["auxiliary"]), + ("auxiliar", &["auxiliary"]), + ("auxillaries", &["auxiliaries"]), + ("auxillary", &["auxiliary"]), + ("auxilleries", &["auxiliaries"]), + ("auxillery", &["auxiliary"]), + ("auxilliaries", &["auxiliaries"]), + ("auxilliary", &["auxiliary"]), + ("auxiluary", &["auxiliary"]), + ("auxliliary", &["auxiliary"]), + ("avaiable", &["available"]), + ("avaialable", &["available"]), + ("avaialbale", &["available"]), + ("avaialbe", &["available"]), + ("avaialbel", &["available"]), + ("avaialbility", &["availability"]), + ("avaialble", &["available"]), + ("avaiblable", &["available"]), + ("avaible", &["available"]), + ("avaiiability", &["availability"]), + ("avaiiable", &["available"]), + ("avaiibility", &["availability"]), + ("avaiible", &["available"]), + ("avaiilable", &["available"]), + ("availaable", &["available"]), + ("availabable", &["available"]), + ("availabal", &["available"]), + ("availabale", &["available"]), + ("availabality", &["availability"]), + ("availabble", &["available"]), + ("availabe", &["available"]), + ("availabed", &["available"]), + ("availabel", &["available"]), + ("availabele", &["available"]), + ("availabelity", &["availability"]), + ("availabillity", &["availability"]), + ("availabilty", &["availability"]), + ("availabke", &["available"]), + ("availabl", &["available"]), + ("availabled", &["available"]), + ("availablen", &["available"]), + ("availablity", &["availability"]), + ("availabyl", &["available"]), + ("availaiable", &["available"]), + ("availaible", &["available"]), + ("availailability", &["availability"]), + ("availaility", &["availability"]), + ("availalable", &["available"]), + ("availalbe", &["available"]), + ("availalble", &["available"]), + ("availale", &["available"]), + ("availaliable", &["available"]), + ("availality", &["availability"]), + ("availanle", &["available"]), + ("availavble", &["available"]), + ("availavility", &["availability"]), + ("availavle", &["available"]), + ("availbale", &["available"]), + ("availbe", &["available"]), + ("availble", &["available"]), + ("availeable", &["available"]), + ("availeble", &["available"]), + ("availiable", &["available"]), + ("availibility", &["availability"]), + ("availibilty", &["availability"]), + ("availible", &["available"]), + ("availlable", &["available"]), + ("avalable", &["available"]), + ("avalaible", &["available"]), + ("avalance", &["avalanche"]), + ("avaliable", &["available"]), + ("avalibale", &["available"]), + ("avalible", &["available"]), + ("avaloable", &["available"]), + ("avaluate", &["evaluate"]), + ("avaluated", &["evaluated"]), + ("avaluates", &["evaluates"]), + ("avaluating", &["evaluating"]), + ("avance", &["advance"]), + ("avanced", &["advanced"]), + ("avances", &["advances"]), + ("avancing", &["advancing"]), + ("avaoid", &["avoid"]), + ("avaoidable", &["avoidable"]), + ("avaoided", &["avoided"]), + ("avarage", &["average"]), + ("avarageing", &["averaging"]), + ("avarege", &["average"]), + ("avary", &["every", "aviary"]), + ("avation", &["aviation"]), + ("avcoid", &["avoid"]), + ("avcoids", &["avoids"]), + ("avdisories", &["advisories"]), + ("avdisoriy", &["advisory", "advisories"]), + ("avdisoriyes", &["advisories"]), + ("avdisory", &["advisory"]), + ("avengence", &["a vengeance"]), + ("averageed", &["averaged"]), + ("averagine", &["averaging"]), + ("averload", &["overload"]), + ("averloaded", &["overloaded"]), + ("averloads", &["overloads"]), + ("avertising", &["advertising"]), + ("avgerage", &["average"]), + ("aviable", &["available"]), + ("avialable", &["available"]), + ("avilability", &["availability"]), + ("avilable", &["available"]), + ("aviod", &["avoid"]), + ("avioded", &["avoided"]), + ("avioding", &["avoiding"]), + ("aviods", &["avoids"]), + ("avisories", &["advisories"]), + ("avisoriy", &["advisory", "advisories"]), + ("avisoriyes", &["advisories"]), + ("avisory", &["advisory"]), + ("avod", &["avoid"]), + ("avoded", &["avoided"]), + ("avoding", &["avoiding"]), + ("avods", &["avoids"]), + ("avoidence", &["avoidance"]), + ("avoinding", &["avoiding"]), + ("avriable", &["variable"]), + ("avriables", &["variables"]), + ("avriant", &["variant"]), + ("avriants", &["variants"]), + ("avtive", &["active"]), + ("awared", &["awarded"]), + ("aways", &["always", "away"]), + ("aweful", &["awful"]), + ("awefully", &["awfully"]), + ("awming", &["awning"]), + ("awmings", &["awnings"]), + ("awnser", &["answer"]), + ("awnsered", &["answered"]), + ("awnsers", &["answers"]), + ("awoid", &["avoid"]), + ("awsome", &["awesome"]), + ("awya", &["away"]), + ("axises", &["axes"]), + ("axix", &["axis"]), + ("axpressed", &["expressed"]), + ("aysnc", &["async"]), + ("ayway", &["anyway", "away"]), + ("ayways", &["always"]), + ("ba", &["by", "be"]), + ("bable", &["babel", "table", "bible"]), + ("bacause", &["because"]), + ("baceause", &["because"]), + ("bacground", &["background"]), + ("bacic", &["basic"]), + ("backards", &["backwards"]), + ("backbround", &["background"]), + ("backbrounds", &["backgrounds"]), + ("backedn", &["backend"]), + ("backedns", &["backends"]), + ("backened", &["backend", "blackened"]), + ("backeneds", &["backends", "blackens"]), + ("backgorund", &["background"]), + ("backgorunds", &["backgrounds"]), + ("backgound", &["background"]), + ("backgounds", &["backgrounds"]), + ("backgournd", &["background"]), + ("backgournds", &["backgrounds"]), + ("backgrond", &["background"]), + ("backgronds", &["backgrounds"]), + ("backgroud", &["background"]), + ("backgrouds", &["backgrounds"]), + ("backgroung", &["background"]), + ("backgroungs", &["backgrounds"]), + ("backgrount", &["background"]), + ("backgrounts", &["backgrounds"]), + ("backgrund", &["background"]), + ("backgrunds", &["backgrounds"]), + ("backlght", &["backlight"]), + ("backlghting", &["backlighting"]), + ("backlghts", &["backlights"]), + ("backned", &["backend"]), + ("backneds", &["backends"]), + ("backound", &["background"]), + ("backounds", &["backgrounds"]), + ("backpsace", &["backspace"]), + ("backrefence", &["backreference"]), + ("backround", &["background"]), + ("backrounds", &["backgrounds"]), + ("backsapce", &["backspace"]), + ("backslase", &["backslash"]), + ("backslases", &["backslashes"]), + ("backslashs", &["backslashes"]), + ("backupped", &["backed-up", "backed up"]), + ("backwad", &["backwards"]), + ("backwardss", &["backwards"]), + ("backware", &["backward"]), + ("backwark", &["backward"]), + ("backwrad", &["backward"]), + ("bactracking", &["backtracking"]), + ("bacup", &["backup"]), + ("bage", &["bag"]), + ("bahaving", &["behaving"]), + ("bahavior", &["behavior"]), + ("bahavioral", &["behavioral"]), + ("bahaviors", &["behaviors"]), + ("bahaviour", &["behaviour"]), + ("baisc", &["basic"]), + ("baised", &["raised"]), + ("bakc", &["back"]), + ("bakcrefs", &["backrefs"]), + ("bakend", &["backend", "baked"]), + ("bakends", &["backends"]), + ("bakup", &["backup"]), + ("bakups", &["backups"]), + ("bakward", &["backward"]), + ("bakwards", &["backwards"]), + ("balacing", &["balancing"]), + ("balck", &["black", "balk"]), + ("balence", &["balance"]), + ("baloon", &["balloon"]), + ("baloons", &["balloons"]), + ("balse", &["false"]), + ("banannas", &["bananas"]), + ("banch", &["branch", "bench"]), + ("banched", &["branched", "benched"]), + ("banches", &["branches", "benches"]), + ("bandwidht", &["bandwidth"]), + ("bandwidthm", &["bandwidth"]), + ("bandwitdh", &["bandwidth"]), + ("bandwith", &["bandwidth"]), + ("bankrupcy", &["bankruptcy"]), + ("banlance", &["balance"]), + ("banruptcy", &["bankruptcy"]), + ("baout", &["about", "bout"]), + ("barbedos", &["barbados"]), + ("bariier", &["barrier"]), + ("barnch", &["branch"]), + ("barnched", &["branched"]), + ("barncher", &["brancher"]), + ("barnchers", &["branchers"]), + ("barnches", &["branches"]), + ("barnching", &["branching"]), + ("barriors", &["barriers"]), + ("barrriers", &["barriers"]), + ("barycentic", &["barycentric"]), + ("basci", &["basic"]), + ("bascially", &["basically"]), + ("bascktrack", &["backtrack"]), + ("basf", &["base"]), + ("basicallly", &["basically"]), + ("basicaly", &["basically"]), + ("basiclly", &["basically"]), + ("basicly", &["basically"]), + ("bassic", &["basic"]), + ("bassically", &["basically"]), + ("bastract", &["abstract"]), + ("bastracted", &["abstracted"]), + ("bastracter", &["abstracter"]), + ("bastracting", &["abstracting"]), + ("bastraction", &["abstraction"]), + ("bastractions", &["abstractions"]), + ("bastractly", &["abstractly"]), + ("bastractness", &["abstractness"]), + ("bastractor", &["abstractor"]), + ("bastracts", &["abstracts"]), + ("bateries", &["batteries"]), + ("batery", &["battery"]), + ("battaries", &["batteries"]), + ("battary", &["battery"]), + ("bboolean", &["boolean"]), + ("bbooleans", &["booleans"]), + ("bcak", &["back"]), + ("bcause", &["because"]), + ("beacaon", &["beacon"]), + ("beacause", &["because"]), + ("beachead", &["beachhead"]), + ("beacuse", &["because"]), + ("beaon", &["beacon"]), + ("bearword", &["bareword"]), + ("beastiality", &["bestiality"]), + ("beatiful", &["beautiful"]), + ("beauracracy", &["bureaucracy"]), + ("beaurocracy", &["bureaucracy"]), + ("beaurocratic", &["bureaucratic"]), + ("beause", &["because"]), + ("beauti", &["beauty"]), + ("beautiy", &["beauty"]), + ("beautyfied", &["beautified"]), + ("beautyfull", &["beautiful"]), + ("beaviour", &["behaviour"]), + ("bebongs", &["belongs"]), + ("becaause", &["because"]), + ("becacdd", &["because"]), + ("becahse", &["because"]), + ("becamae", &["became"]), + ("becames", &["becomes", "became"]), + ("becaouse", &["because"]), + ("becase", &["because"]), + ("becasue", &["because"]), + ("becasuse", &["because"]), + ("becauae", &["because"]), + ("becauce", &["because"]), + ("becaue", &["because"]), + ("becaues", &["because"]), + ("becaus", &["because"]), + ("becausee", &["because"]), + ("becauseq", &["because"]), + ("becauses", &["because"]), + ("becausw", &["because"]), + ("beccause", &["because"]), + ("bechmark", &["benchmark"]), + ("bechmarked", &["benchmarked"]), + ("bechmarking", &["benchmarking"]), + ("bechmarks", &["benchmarks"]), + ("becoem", &["become"]), + ("becomeing", &["becoming"]), + ("becomming", &["becoming"]), + ("becoms", &["becomes"]), + ("becouse", &["because"]), + ("becoz", &["because"]), + ("bector", &["vector"]), + ("bectors", &["vectors"]), + ("becuase", &["because"]), + ("becuse", &["because"]), + ("becxause", &["because"]), + ("beding", &["bedding", "begging"]), + ("bedore", &["before"]), + ("beeing", &["being", "been"]), + ("beeings", &["beings"]), + ("beetween", &["between"]), + ("beetwen", &["between"]), + ("beffer", &["buffer"]), + ("befoer", &["before"]), + ("befor", &["before"]), + ("beforehands", &["beforehand"]), + ("beforere", &["before"]), + ("befores", &["before"]), + ("beforing", &["before"]), + ("befure", &["before"]), + ("beggin", &["begin", "begging"]), + ("begginer", &["beginner"]), + ("begginers", &["beginners"]), + ("beggingin", &["beginning"]), + ("begginging", &["beginning"]), + ("begginig", &["beginning"]), + ("beggining", &["beginning"]), + ("begginings", &["beginnings"]), + ("begginnig", &["beginning"]), + ("begginning", &["beginning"]), + ("beggins", &["begins"]), + ("begiinning", &["beginning"]), + ("beginer", &["beginner"]), + ("begines", &["begins"]), + ("begining", &["beginning"]), + ("beginn", &["begin"]), + ("beginnig", &["beginning"]), + ("beginnin", &["beginning"]), + ("beginnning", &["beginning"]), + ("beginnnings", &["beginnings"]), + ("behabviour", &["behaviour"]), + ("behaivior", &["behavior"]), + ("behavious", &["behaviour", "behaviours"]), + ("behavioutr", &["behaviour"]), + ("behaviuor", &["behaviour"]), + ("behavoir", &["behavior"]), + ("behavoirs", &["behaviors"]), + ("behavour", &["behaviour"]), + ("behavriour", &["behaviour"]), + ("behavriours", &["behaviours"]), + ("behinde", &["behind"]), + ("behing", &["behind", "being"]), + ("behvaiour", &["behaviour"]), + ("behviour", &["behaviour"]), + ("beiginning", &["beginning"]), + ("beind", &["behind"]), + ("beinning", &["beginning"]), + ("bejond", &["beyond"]), + ("beleagured", &["beleaguered"]), + ("beleif", &["belief"]), + ("beleifable", &["believable"]), + ("beleife", &["belief", "believe"]), + ("beleifed", &["believed"]), + ("beleifes", &["beliefs", "believes"]), + ("beleifing", &["believing"]), + ("beleiv", &["believe", "belief"]), + ("beleivable", &["believable"]), + ("beleive", &["believe"]), + ("beleived", &["believed"]), + ("beleives", &["believes"]), + ("beleiving", &["believing"]), + ("beliefable", &["believable"]), + ("beliefe", &["believe", "belief"]), + ("beliefed", &["believed"]), + ("beliefes", &["beliefs", "believes"]), + ("beliefing", &["believing"]), + ("beligum", &["belgium"]), + ("beling", &["belong"]), + ("beliv", &["believe", "belief"]), + ("belivable", &["believable"]), + ("belive", &["believe"]), + ("beliveable", &["believable"]), + ("beliveably", &["believably"]), + ("beliveble", &["believable"]), + ("belivebly", &["believably"]), + ("belived", &["believed", "beloved"]), + ("belives", &["believes", "beliefs"]), + ("beliving", &["believing"]), + ("belligerant", &["belligerent"]), + ("bellweather", &["bellwether"]), + ("belog", &["belong"]), + ("beloging", &["belonging"]), + ("belogs", &["belongs"]), + ("belond", &["belong"]), + ("beloning", &["belonging"]), + ("belove", &["below", "beloved"]), + ("belown", &["belong"]), + ("belwo", &["below"]), + ("bemusemnt", &["bemusement"]), + ("benchamarked", &["benchmarked"]), + ("benchamarking", &["benchmarking"]), + ("benchmkar", &["benchmark"]), + ("benchmkared", &["benchmarked"]), + ("benchmkaring", &["benchmarking"]), + ("benchmkars", &["benchmarks"]), + ("benchs", &["benches"]), + ("benckmark", &["benchmark"]), + ("benckmarked", &["benchmarked"]), + ("benckmarking", &["benchmarking"]), + ("benckmarks", &["benchmarks"]), + ("benechmark", &["benchmark"]), + ("benechmarked", &["benchmarked"]), + ("benechmarking", &["benchmarking"]), + ("benechmarks", &["benchmarks"]), + ("beneeth", &["beneath"]), + ("benefical", &["beneficial"]), + ("beneficary", &["beneficiary"]), + ("beneits", &["benefits"]), + ("benerate", &["generate", "venerate"]), + ("benetifs", &["benefits"]), + ("beng", &["being"]), + ("benhind", &["behind"]), + ("benificial", &["beneficial"]), + ("benifit", &["benefit"]), + ("benifite", &["benefit"]), + ("benifited", &["benefited"]), + ("benifitial", &["beneficial"]), + ("benifits", &["benefits"]), + ("benig", &["being"]), + ("beond", &["beyond"]), + ("berforming", &["performing"]), + ("bergamont", &["bergamot"]), + ("Berkley", &["Berkeley"]), + ("Bernouilli", &["Bernoulli"]), + ("berween", &["between"]), + ("besed", &["based"]), + ("beseige", &["besiege"]), + ("beseiged", &["besieged"]), + ("beseiging", &["besieging"]), + ("besure", &["be sure"]), + ("beteeen", &["between"]), + ("beteen", &["between"]), + ("beter", &["better"]), + ("beteween", &["between"]), + ("betrween", &["between"]), + ("bettern", &["better"]), + ("bettery", &["better", "battery"]), + ("betwean", &["between"]), + ("betwee", &["between"]), + ("betweed", &["between"]), + ("betweeen", &["between"]), + ("betweem", &["between"]), + ("betweend", &["between"]), + ("betweeness", &["betweenness"]), + ("betweent", &["between"]), + ("betwen", &["between"]), + ("betwene", &["between"]), + ("betwern", &["between"]), + ("beucase", &["because"]), + ("beuracracy", &["bureaucracy"]), + ("beutification", &["beautification"]), + ("beutiful", &["beautiful"]), + ("beutifully", &["beautifully"]), + ("bever", &["never"]), + ("bevore", &["before"]), + ("bevorehand", &["beforehand"]), + ("bevorhand", &["beforehand"]), + ("beweeen", &["between"]), + ("beween", &["between"]), + ("bewteen", &["between"]), + ("bewteeness", &["betweenness"]), + ("beyong", &["beyond"]), + ("beyound", &["beyond"]), + ("bffer", &["buffer"]), + ("bginning", &["beginning"]), + ("bi-langual", &["bi-lingual"]), + ("bianries", &["binaries"]), + ("bianry", &["binary"]), + ("biappicative", &["biapplicative"]), + ("bidimentionnal", &["bidimensional"]), + ("bidning", &["binding"]), + ("bidnings", &["bindings"]), + ("bigallic", &["bigalloc"]), + ("bigining", &["beginning"]), + ("biginning", &["beginning"]), + ("biinary", &["binary"]), + ("bilangual", &["bilingual"]), + ("bilateraly", &["bilaterally"]), + ("billingualism", &["bilingualism"]), + ("billon", &["billion"]), + ("bimask", &["bitmask"]), + ("bimillenia", &["bimillennia"]), + ("bimillenial", &["bimillennial"]), + ("bimillenium", &["bimillennium"]), + ("bimontly", &["bimonthly"]), + ("binairy", &["binary"]), + ("binanary", &["binary"]), + ("binar", &["binary"]), + ("binay", &["binary"]), + ("bindins", &["bindings"]), + ("binidng", &["binding"]), + ("binominal", &["binomial"]), + ("bion", &["bio"]), + ("birght", &["bright"]), + ("birghten", &["brighten"]), + ("birghter", &["brighter"]), + ("birghtest", &["brightest"]), + ("birghtness", &["brightness"]), + ("biridectionality", &["bidirectionality"]), + ("bisct", &["bisect"]), + ("bisines", &["business"]), + ("bisiness", &["business"]), + ("bisnes", &["business"]), + ("bisness", &["business"]), + ("bistream", &["bitstream"]), + ("bisunes", &["business"]), + ("bisuness", &["business"]), + ("bitamps", &["bitmaps"]), + ("bitap", &["bitmap"]), + ("bitfileld", &["bitfield"]), + ("bitfilelds", &["bitfields"]), + ("bitis", &["bits"]), + ("bitmast", &["bitmask"]), + ("bitnaps", &["bitmaps"]), + ("bitwise-orring", &["bitwise-oring"]), + ("biult", &["built", "build"]), + ("bizare", &["bizarre"]), + ("bizarely", &["bizarrely"]), + ("bizzare", &["bizarre"]), + ("bject", &["object"]), + ("bjects", &["objects"]), + ("blackslashes", &["backslashes"]), + ("blaclist", &["blacklist"]), + ("blaim", &["blame"]), + ("blaimed", &["blamed"]), + ("blak", &["black", "blank"]), + ("blanace", &["balance"]), + ("blance", &["balance", "glance", "lance"]), + ("blanced", &["balanced", "glanced", "lanced"]), + ("blances", &["balances", "glances", "lances"]), + ("blancing", &["balancing", "glancing", "lancing"]), + ("blanck", &["blank", "black"]), + ("blancked", &["blanked"]), + ("blatent", &["blatant"]), + ("blatently", &["blatantly"]), + ("blbos", &["blobs"]), + ("blcok", &["block"]), + ("blcoks", &["blocks"]), + ("bleading", &["bleeding"]), + ("blessd", &["blessed"]), + ("blessure", &["blessing"]), + ("bletooth", &["bluetooth"]), + ("bleutooth", &["bluetooth"]), + ("blindy", &["blindly"]), + ("Blitzkreig", &["Blitzkrieg"]), + ("bload", &["bloat"]), + ("bloaded", &["bloated"]), + ("blocack", &["blockack"]), + ("bloccks", &["blocks"]), + ("blocekd", &["blocked"]), + ("blockhain", &["blockchain"]), + ("blockhains", &["blockchains"]), + ("blockin", &["blocking"]), + ("bloddy", &["bloody"]), + ("blodk", &["block"]), + ("bloek", &["bloke"]), + ("bloekes", &["blokes"]), + ("bloeks", &["blokes"]), + ("bloekss", &["blokes"]), + ("blohted", &["bloated"]), + ("blok", &["block", "bloke"]), + ("blokc", &["block", "bloke"]), + ("blokcer", &["blocker"]), + ("blokchain", &["blockchain"]), + ("blokchains", &["blockchains"]), + ("blokcing", &["blocking"]), + ("blokcs", &["blocks", "blokes"]), + ("blokcss", &["blocks", "blokes"]), + ("bloked", &["blocked"]), + ("bloker", &["blocker"]), + ("bloking", &["blocking"]), + ("bloks", &["blocks", "blokes"]), + ("blong", &["belong"]), + ("blonged", &["belonged"]), + ("blonging", &["belonging"]), + ("blongs", &["belongs"]), + ("bloted", &["bloated"]), + ("bluestooth", &["bluetooth"]), + ("bluetooh", &["bluetooth"]), + ("bluetoot", &["bluetooth"]), + ("bluetootn", &["bluetooth"]), + ("blured", &["blurred"]), + ("blurr", &["blur", "blurred"]), + ("blutooth", &["bluetooth"]), + ("bnecause", &["because"]), + ("boads", &["boards"]), + ("boardcast", &["broadcast"]), + ("boaut", &["bout", "boat", "about"]), + ("bobard", &["board", "bombard"]), + ("bocome", &["become"]), + ("boddy", &["body"]), + ("bodydbuilder", &["bodybuilder"]), + ("boffer", &["buffer"]), + ("bofore", &["before"]), + ("boggus", &["bogus"]), + ("bogos", &["bogus"]), + ("bointer", &["pointer"]), + ("bolean", &["boolean"]), + ("boleen", &["boolean"]), + ("bolor", &["color"]), + ("bombardement", &["bombardment"]), + ("bombarment", &["bombardment"]), + ("bondary", &["boundary"]), + ("Bonnano", &["Bonanno"]), + ("bood", &["boot"]), + ("bookeeping", &["bookkeeping"]), + ("bookkeeing", &["bookkeeping"]), + ("bookkeeiping", &["bookkeeping"]), + ("bookkepp", &["bookkeep"]), + ("bookmakr", &["bookmark"]), + ("bookmar", &["bookmark"]), + ("boold", &["bold", "bool"]), + ("booleam", &["boolean"]), + ("booleamn", &["boolean"]), + ("booleamns", &["booleans"]), + ("booleams", &["booleans"]), + ("booleanss", &["booleans"]), + ("booleen", &["boolean"]), + ("booleens", &["booleans"]), + ("boolen", &["boolean"]), + ("boolens", &["booleans"]), + ("booltloader", &["bootloader"]), + ("booltloaders", &["bootloaders"]), + ("boomark", &["bookmark"]), + ("boomarks", &["bookmarks"]), + ("boook", &["book"]), + ("booolean", &["boolean"]), + ("boooleans", &["booleans"]), + ("boostrap", &["bootstrap"]), + ("boostrapped", &["bootstrapped"]), + ("boostrapping", &["bootstrapping"]), + ("boostraps", &["bootstraps"]), + ("booteek", &["boutique"]), + ("bootlaoder", &["bootloader"]), + ("bootlaoders", &["bootloaders"]), + ("bootoloader", &["bootloader"]), + ("bootom", &["bottom"]), + ("bootraping", &["bootstrapping"]), + ("bootsram", &["bootram"]), + ("bootsrap", &["bootstrap"]), + ("bootstap", &["bootstrap"]), + ("bootstapped", &["bootstrapped"]), + ("bootstapping", &["bootstrapping"]), + ("bootstaps", &["bootstraps"]), + ("boquet", &["bouquet"]), + ("borad", &["board"]), + ("boradcast", &["broadcast"]), + ("bord", &["board", "bored", "border"]), + ("borded", &["boarded", "border"]), + ("bording", &["boarding"]), + ("bordreline", &["borderline"]), + ("bordrelines", &["borderlines"]), + ("borgwasy", &["bourgeoisie"]), + ("borke", &["broke"]), + ("borken", &["broken"]), + ("borow", &["borrow"]), + ("borwser", &["browsers"]), + ("borwsers", &["browsers"]), + ("bostom", &["boston", "bottom"]), + ("bothe", &["both"]), + ("boths", &["both"]), + ("botifies", &["notifies"]), + ("bottlenck", &["bottleneck"]), + ("bottlencks", &["bottlenecks"]), + ("bottlenect", &["bottleneck"]), + ("bottlenects", &["bottlenecks"]), + ("bottlneck", &["bottleneck"]), + ("bottlnecks", &["bottlenecks"]), + ("bottomborde", &["bottomborder"]), + ("bottome", &["bottom"]), + ("botton", &["bottom", "button"]), + ("bottons", &["bottoms", "buttons"]), + ("botttom", &["bottom"]), + ("bouce", &["bounce"]), + ("bouces", &["bounces"]), + ("boudaries", &["boundaries"]), + ("boudary", &["boundary"]), + ("bouding", &["bounding"]), + ("boudnaries", &["boundaries"]), + ("boudnary", &["boundary"]), + ("bouds", &["bounds"]), + ("bouind", &["bound"]), + ("bouinded", &["bounded"]), + ("bouinding", &["bounding"]), + ("bouinds", &["bounds"]), + ("boun", &["bound"]), + ("bounaaries", &["boundaries"]), + ("bounaary", &["boundary"]), + ("bounad", &["bound"]), + ("bounadaries", &["boundaries"]), + ("bounadary", &["boundary"]), + ("bounaded", &["bounded"]), + ("bounading", &["bounding"]), + ("bounadries", &["boundaries"]), + ("bounadry", &["boundary"]), + ("bounads", &["bounds"]), + ("bounardies", &["boundaries"]), + ("bounardy", &["boundary"]), + ("bounaries", &["boundaries"]), + ("bounary", &["boundary"]), + ("bounbdaries", &["boundaries"]), + ("bounbdary", &["boundary"]), + ("boundares", &["boundaries"]), + ("boundaryi", &["boundary"]), + ("boundarys", &["boundaries"]), + ("bounday", &["boundary"]), + ("boundays", &["boundaries"]), + ("bounderies", &["boundaries"]), + ("boundery", &["boundary"]), + ("boundig", &["bounding"]), + ("boundimg", &["bounding"]), + ("boundrary", &["boundary"]), + ("boundries", &["boundaries"]), + ("boundry", &["boundary"]), + ("bounduaries", &["boundaries"]), + ("bouned", &["bounded"]), + ("boungaries", &["boundaries"]), + ("boungary", &["boundary"]), + ("boungin", &["bounding"]), + ("boungind", &["bounding"]), + ("bounhdaries", &["boundaries"]), + ("bounhdary", &["boundary"]), + ("bounidng", &["bounding"]), + ("bouning", &["bounding"]), + ("bounnd", &["bound"]), + ("bounnded", &["bounded"]), + ("bounnding", &["bounding"]), + ("bounnds", &["bounds"]), + ("bounradies", &["boundaries"]), + ("bounrady", &["boundary"]), + ("bounraies", &["boundaries"]), + ("bounraries", &["boundaries"]), + ("bounrary", &["boundary"]), + ("bounray", &["boundary"]), + ("bouns", &["bounds"]), + ("bounsaries", &["boundaries"]), + ("bounsary", &["boundary"]), + ("bounsd", &["bounds"]), + ("bount", &["bound"]), + ("bountries", &["boundaries"]), + ("bountry", &["boundary"]), + ("bounudaries", &["boundaries"]), + ("bounudary", &["boundary"]), + ("bounus", &["bonus"]), + ("bouqet", &["bouquet"]), + ("bouund", &["bound"]), + ("bouunded", &["bounded"]), + ("bouunding", &["bounding"]), + ("bouunds", &["bounds"]), + ("bouy", &["buoy"]), + ("bouyancy", &["buoyancy"]), + ("bouyant", &["buoyant"]), + ("boxe", &["boxes", "box", "boxer"]), + ("boxs", &["box"]), + ("boyant", &["buoyant"]), + ("boycot", &["boycott"]), + ("bracese", &["braces"]), + ("brach", &["branch"]), + ("brackeds", &["brackets"]), + ("brackground", &["background"]), + ("bradcast", &["broadcast"]), + ("brakpoint", &["breakpoint"]), + ("brakpoints", &["breakpoints"]), + ("brance", &["branch", "brace", "branches"]), + ("branchces", &["branches"]), + ("branchs", &["branches"]), + ("branck", &["branch"]), + ("branckes", &["branches"]), + ("brancket", &["bracket"]), + ("branckets", &["brackets"]), + ("brane", &["brain"]), + ("braodcasted", &["broadcasted"]), + ("Brasillian", &["Brazilian"]), + ("brazeer", &["brassiere"]), + ("brazillian", &["Brazilian"]), + ("bre", &["be", "brie"]), + ("breakes", &["breaks"]), + ("breakthough", &["breakthrough"]), + ("breakthroughts", &["breakthroughs"]), + ("breakthruogh", &["breakthrough"]), + ("breakthruoghs", &["breakthroughs"]), + ("breal", &["break"]), + ("breef", &["brief", "beef"]), + ("breefly", &["briefly"]), + ("brefore", &["before"]), + ("breif", &["brief"]), + ("breifly", &["briefly"]), + ("brekpoint", &["breakpoint"]), + ("brekpoints", &["breakpoints"]), + ("bresh", &["brush", "fresh"]), + ("breshed", &["brushed"]), + ("breshes", &["brushes"]), + ("breshing", &["brushing"]), + ("brethen", &["brethren"]), + ("bretheren", &["brethren"]), + ("brfore", &["before"]), + ("brievely", &["briefly"]), + ("brigde", &["bridge"]), + ("brige", &["bridge"]), + ("briges", &["bridges"]), + ("brighness", &["brightness"]), + ("brightnesss", &["brightness"]), + ("brigth", &["bright"]), + ("brigthness", &["brightness"]), + ("briliant", &["brilliant"]), + ("brilinear", &["bilinear"]), + ("brillant", &["brilliant"]), + ("brimestone", &["brimstone"]), + ("bringin", &["bringing"]), + ("bringtofont", &["bringtofront"]), + ("Britian", &["Britain"]), + ("Brittish", &["British"]), + ("brnach", &["branch"]), + ("brnaches", &["branches"]), + ("broacasted", &["broadcast"]), + ("broadacasting", &["broadcasting"]), + ("broadcas", &["broadcast"]), + ("broadcase", &["broadcast"]), + ("broadcasti", &["broadcast"]), + ("broadcat", &["broadcast"]), + ("broady", &["broadly"]), + ("broardcast", &["broadcast"]), + ("broblematic", &["problematic"]), + ("brocher", &["brochure"]), + ("brocken", &["broken"]), + ("brockend", &["broken"]), + ("brockened", &["broken"]), + ("brocolee", &["broccoli"]), + ("brodcast", &["broadcast"]), + ("broked", &["broken"]), + ("brokem", &["broken"]), + ("brokend", &["broken"]), + ("brokened", &["broken"]), + ("brokeness", &["brokenness"]), + ("bronken", &["broken"]), + ("brosable", &["browsable"]), + ("brose", &["browse", "rose"]), + ("brosed", &["browsed", "rosed"]), + ("broser", &["browser"]), + ("brosers", &["browsers"]), + ("brosing", &["browsing"]), + ("broswable", &["browsable"]), + ("broswe", &["browse"]), + ("broswed", &["browsed"]), + ("broswer", &["browser"]), + ("broswers", &["browsers"]), + ("broswing", &["browsing"]), + ("brouter", &["router"]), + ("brower", &["browser"]), + ("browers", &["browsers"]), + ("browing", &["browsing"]), + ("browseable", &["browsable"]), + ("browswable", &["browsable"]), + ("browswe", &["browse"]), + ("browswed", &["browsed"]), + ("browswer", &["browser"]), + ("browswers", &["browsers"]), + ("browswing", &["browsing"]), + ("brutaly", &["brutally"]), + ("brwosable", &["browsable"]), + ("brwose", &["browse"]), + ("brwosed", &["browsed"]), + ("brwoser", &["browser"]), + ("brwosers", &["browsers"]), + ("brwosing", &["browsing"]), + ("btye", &["byte"]), + ("btyes", &["bytes"]), + ("buad", &["baud"]), + ("Buddah", &["Buddha"]), + ("Buddist", &["Buddhist"]), + ("bufefr", &["buffer"]), + ("bufer", &["buffer"]), + ("bufers", &["buffers"]), + ("buffereed", &["buffered"]), + ("bufferent", &["buffered"]), + ("bufferred", &["buffered"]), + ("buffeur", &["buffer"]), + ("bufffer", &["buffer"]), + ("bufffers", &["buffers"]), + ("buffor", &["buffer"]), + ("buffors", &["buffers"]), + ("buffr", &["buffer"]), + ("buffred", &["buffered"]), + ("buffring", &["buffering"]), + ("bufufer", &["buffer"]), + ("buggest", &["biggest"]), + ("bugous", &["bogus"]), + ("buguous", &["bogus"]), + ("bugus", &["bogus"]), + ("buid", &["build"]), + ("buiding", &["building"]), + ("buidling", &["building"]), + ("buiild", &["build"]), + ("buik", &["bulk"]), + ("buil", &["build", "built"]), + ("build-dependancies", &["build-dependencies"]), + ("build-dependancy", &["build-dependency"]), + ( + "build-dependencie", + &["build-dependency", "build-dependencies"], + ), + ("build-in", &["built-in"]), + ("builded", &["built"]), + ("buillt", &["built"]), + ("built-time", &["build-time"]), + ("builter", &["builder"]), + ("builters", &["builders"]), + ("buipd", &["build"]), + ("buisness", &["business"]), + ("buisnessman", &["businessman"]), + ("buissiness", &["business"]), + ("buissinesses", &["businesses"]), + ("buit", &["built"]), + ("buitin", &["builtin"]), + ("buitins", &["builtins"]), + ("buitlin", &["builtin"]), + ("buitlins", &["builtins"]), + ("buitton", &["button"]), + ("buittons", &["buttons"]), + ("buld", &["build"]), + ("bulding", &["building"]), + ("bulds", &["builds"]), + ("bulid", &["build"]), + ("buliding", &["building"]), + ("bulids", &["builds"]), + ("bulit", &["built"]), + ("bulle", &["bullet"]), + ("bulletted", &["bulleted"]), + ("bult", &["built"]), + ("bult-in", &["built-in"]), + ("bultin", &["builtin"]), + ("bumb", &["bump"]), + ("bumpded", &["bumped"]), + ("bumpted", &["bumped"]), + ("bundel", &["bundle"]), + ("bundeled", &["bundled"]), + ("buoancy", &["buoyancy"]), + ("bureauracy", &["bureaucracy"]), + ("buring", &["burying", "burning", "burin", "during"]), + ("burocratic", &["bureaucratic"]), + ("burried", &["buried"]), + ("burtst", &["burst"]), + ("busines", &["business"]), + ("busineses", &["business", "businesses"]), + ("busness", &["business"]), + ("bussiness", &["business"]), + ("bussy", &["busy"]), + ("buton", &["button"]), + ("butons", &["buttons"]), + ("butterly", &["butterfly"]), + ("buttom", &["button", "bottom"]), + ("buttoms", &["buttons", "bottom"]), + ("buttosn", &["buttons"]), + ("buttton", &["button"]), + ("butttons", &["buttons"]), + ("buufers", &["buffers"]), + ("buuild", &["build"]), + ("buuilds", &["builds"]), + ("bve", &["be"]), + ("bwtween", &["between"]), + ("bypas", &["bypass"]), + ("bypased", &["bypassed"]), + ("bypasing", &["bypassing"]), + ("byteoder", &["byteorder", "byte order"]), + ("cacahe", &["cache"]), + ("cacahes", &["caches"]), + ("cace", &["cache"]), + ("cach", &["catch", "cache"]), + ("cachable", &["cacheable"]), + ("cacheed", &["cached"]), + ("cacheing", &["caching"]), + ("cachline", &["cacheline"]), + ("cachse", &["cache", "caches"]), + ("cacl", &["calc"]), + ("caclate", &["calculate"]), + ("cacluate", &["calculate"]), + ("cacluated", &["calculated"]), + ("cacluater", &["calculator"]), + ("cacluates", &["calculates"]), + ("cacluating", &["calculating"]), + ("cacluation", &["calculation"]), + ("cacluations", &["calculations"]), + ("cacluator", &["calculator"]), + ("caclucate", &["calculate"]), + ("caclucation", &["calculation"]), + ("caclucations", &["calculations"]), + ("caclucator", &["calculator"]), + ("caclulated", &["calculated"]), + ("caclulating", &["calculating"]), + ("caclulation", &["calculation"]), + ("caclulations", &["calculations"]), + ("caculate", &["calculate"]), + ("caculated", &["calculated"]), + ("caculater", &["calculator"]), + ("caculates", &["calculates"]), + ("caculating", &["calculating"]), + ("caculation", &["calculation"]), + ("caculations", &["calculations"]), + ("caculator", &["calculator"]), + ("cacuses", &["caucuses"]), + ("cadidate", &["candidate"]), + ("caefully", &["carefully"]), + ("Caesarian", &["Caesarean"]), + ("cahacter", &["character"]), + ("cahacters", &["characters"]), + ("cahange", &["change"]), + ("cahanged", &["changed"]), + ("cahanges", &["changes"]), + ("cahanging", &["changing"]), + ("cahannel", &["channel"]), + ("caharacter", &["character"]), + ("caharacters", &["characters"]), + ("caharcter", &["character"]), + ("caharcters", &["characters"]), + ("cahc", &["cache"]), + ("cahce", &["cache"]), + ("cahced", &["cached"]), + ("cahces", &["caches"]), + ("cahche", &["cache"]), + ("cahchedb", &["cachedb"]), + ("cahches", &["caches"]), + ("cahcing", &["caching"]), + ("cahcs", &["caches"]), + ("cahdidate", &["candidate"]), + ("cahdidates", &["candidates"]), + ("cahe", &["cache"]), + ("cahes", &["caches"]), + ("cahgned", &["changed"]), + ("cahgnes", &["changes"]), + ("cahgning", &["changing"]), + ("cahhel", &["channel"]), + ("cahhels", &["channels"]), + ("cahined", &["chained"]), + ("cahing", &["caching"]), + ("cahining", &["chaining"]), + ("cahnge", &["change"]), + ("cahnged", &["changed"]), + ("cahnges", &["changes"]), + ("cahnging", &["changing"]), + ("cahnnel", &["channel"]), + ("cahnnels", &["channels"]), + ("cahr", &["char"]), + ("cahracter", &["character"]), + ("cahracters", &["characters"]), + ("cahrging", &["charging"]), + ("cahrs", &["chars"]), + ("calaber", &["caliber"]), + ("calalog", &["catalog"]), + ("calander", &["calendar", "colander"]), + ("calback", &["callback"]), + ("calcable", &["calculable"]), + ("calcalate", &["calculate"]), + ("calciulate", &["calculate"]), + ("calciulating", &["calculating"]), + ("calclation", &["calculation"]), + ("calcluate", &["calculate"]), + ("calcluated", &["calculated"]), + ("calcluates", &["calculates"]), + ("calcualation", &["calculation"]), + ("calcualte", &["calculate"]), + ("calcualted", &["calculated"]), + ("calcualter", &["calculator"]), + ("calcualtes", &["calculates"]), + ("calcualting", &["calculating"]), + ("calcualtion", &["calculation"]), + ("calcualtions", &["calculations"]), + ("calcualtor", &["calculator"]), + ("calcuate", &["calculate"]), + ("calcuations", &["calculations"]), + ("calculaion", &["calculation"]), + ("calculatble", &["calculatable", "calculable"]), + ("calculater", &["calculator"]), + ("calculatted", &["calculated"]), + ("calculatter", &["calculator"]), + ("calculattion", &["calculation"]), + ("calculattions", &["calculations"]), + ("calculaution", &["calculation"]), + ("calculautions", &["calculations"]), + ("calculcate", &["calculate"]), + ("calculcation", &["calculation"]), + ("calculed", &["calculated"]), + ("calculs", &["calculus"]), + ("calcultate", &["calculate"]), + ("calcultated", &["calculated"]), + ("calcultater", &["calculator"]), + ("calcultating", &["calculating"]), + ("calcultator", &["calculator"]), + ("calculting", &["calculating"]), + ("calculuations", &["calculations"]), + ("calcurate", &["calculate"]), + ("calcutated", &["calculated"]), + ("caleed", &["called"]), + ("caler", &["caller"]), + ("calescing", &["coalescing"]), + ("caliased", &["aliased"]), + ("calibrte", &["calibrate"]), + ("calibrtion", &["calibration"]), + ("caligraphy", &["calligraphy"]), + ("calilng", &["calling"]), + ("caliming", &["claiming"]), + ("caling", &["calling", "scaling", "culling"]), + ("callabck", &["callback"]), + ("callabcks", &["callbacks"]), + ("callack", &["callback"]), + ("callbacl", &["callback"]), + ("callbacsk", &["callback"]), + ("callbak", &["callback"]), + ("callbakc", &["callback"]), + ("callbakcs", &["callbacks"]), + ("callbck", &["callback"]), + ("callcack", &["callback"]), + ("callcain", &["callchain"]), + ("calld", &["called"]), + ("calle", &["called"]), + ("callef", &["called"]), + ("calles", &["calls"]), + ("callibrated", &["calibrated"]), + ("callibration", &["calibration"]), + ("callibri", &["calibri"]), + ("callig", &["calling"]), + ("callint", &["calling"]), + ("callled", &["called"]), + ("calllee", &["callee"]), + ("calloed", &["called"]), + ("callsr", &["calls"]), + ("calss", &["calls", "class"]), + ("calsses", &["classes"]), + ("calucate", &["calculate"]), + ("caluclate", &["calculate"]), + ("caluclated", &["calculated"]), + ("caluclater", &["calculator"]), + ("caluclates", &["calculates"]), + ("caluclating", &["calculating"]), + ("caluclator", &["calculator"]), + ("caluculate", &["calculate"]), + ("caluculated", &["calculated"]), + ("calue", &["value"]), + ("calulate", &["calculate"]), + ("calulated", &["calculated"]), + ("calulater", &["calculator"]), + ("calulates", &["calculates"]), + ("calulating", &["calculating"]), + ("calulation", &["calculation"]), + ("calulations", &["calculations"]), + ("Cambrige", &["Cambridge"]), + ("camoflage", &["camouflage"]), + ("camoflague", &["camouflage"]), + ("campagin", &["campaign"]), + ("campain", &["campaign"]), + ("campaing", &["campaign"]), + ("campains", &["campaigns"]), + ("camparing", &["comparing"]), + ("can;t", &["can\'t"]), + ("canadan", &["canadian"]), + ("canbe", &["can be"]), + ("cancelability", &["cancellability"]), + ("cancelaltion", &["cancellation"]), + ("cancelation", &["cancellation"]), + ("cancelations", &["cancellations"]), + ("cancelles", &["cancels"]), + ("cances", &["cancel"]), + ("cancl", &["cancel"]), + ("cancle", &["cancel"]), + ("cancled", &["canceled"]), + ("candadate", &["candidate"]), + ("candadates", &["candidates"]), + ("candiate", &["candidate"]), + ("candiates", &["candidates"]), + ("candidiate", &["candidate"]), + ("candidiates", &["candidates"]), + ("candinate", &["candidate"]), + ("candinates", &["candidates"]), + ("cange", &["change"]), + ("canged", &["changed"]), + ("canidate", &["candidate"]), + ("canidates", &["candidates"]), + ("cann\'t", &["can\'t"]), + ("cann", &["can"]), + ("cannister", &["canister"]), + ("cannisters", &["canisters"]), + ("cannnot", &["cannot"]), + ("cannobt", &["cannot"]), + ("cannonical", &["canonical"]), + ("cannonicalize", &["canonicalize"]), + ("cannotation", &["connotation"]), + ("cannotations", &["connotations"]), + ("cannott", &["cannot"]), + ("canonalize", &["canonicalize"]), + ("canonalized", &["canonicalized"]), + ("canonalizes", &["canonicalizes"]), + ("canonalizing", &["canonicalizing"]), + ("canoncial", &["canonical"]), + ("canonicalizations", &["canonicalization"]), + ("canonival", &["canonical"]), + ("canot", &["cannot"]), + ("cant\'", &["can\'t"]), + ("cant;", &["can\'t"]), + ("canvase", &["canvas"]), + ("caost", &["coast"]), + ("capabable", &["capable"]), + ("capabicity", &["capability"]), + ("capabiities", &["capabilities"]), + ("capabiity", &["capability"]), + ("capabilies", &["capabilities"]), + ("capabiliites", &["capabilities"]), + ("capabilites", &["capabilities"]), + ("capabilitieis", &["capabilities"]), + ("capabilitiies", &["capabilities"]), + ("capabilitires", &["capabilities"]), + ("capabilitiy", &["capability"]), + ("capabillity", &["capability"]), + ("capabilties", &["capabilities"]), + ("capabiltity", &["capability"]), + ("capabilty", &["capability"]), + ("capabitilies", &["capabilities"]), + ("capablilities", &["capabilities"]), + ("capablities", &["capabilities"]), + ("capablity", &["capability"]), + ("capaciy", &["capacity"]), + ("capalize", &["capitalize"]), + ("capalized", &["capitalized"]), + ("capapbilities", &["capabilities"]), + ("capatibilities", &["capabilities"]), + ("capbability", &["capability"]), + ("capbale", &["capable"]), + ("capela", &["capella"]), + ("caperbility", &["capability"]), + ("Capetown", &["Cape Town"]), + ("capibilities", &["capabilities"]), + ("capible", &["capable"]), + ("capitolize", &["capitalize"]), + ("cappable", &["capable"]), + ("captable", &["capable"]), + ("captial", &["capital"]), + ("captrure", &["capture"]), + ("captued", &["captured"]), + ("capturd", &["captured"]), + ("caputre", &["capture"]), + ("caputure", &["capture"]), + ("carachter", &["character"]), + ("caracter", &["character"]), + ("caractere", &["character"]), + ("caracteristic", &["characteristic"]), + ("caracterized", &["characterized"]), + ("caracters", &["characters"]), + ("carbus", &["cardbus"]), + ("carcas", &["carcass", "Caracas"]), + ("carefull", &["careful", "carefully"]), + ("carefuly", &["carefully"]), + ("careing", &["caring"]), + ("carfull", &["careful"]), + ("cariage", &["carriage"]), + ("caridge", &["carriage"]), + ("cariier", &["carrier"]), + ("carismatic", &["charismatic"]), + ("Carmalite", &["Carmelite"]), + ("Carnagie", &["Carnegie"]), + ("Carnagie-Mellon", &["Carnegie-Mellon"]), + ("carnege", &["carnage", "Carnegie"]), + ("carnige", &["carnage", "Carnegie"]), + ("Carnigie", &["Carnegie"]), + ("Carnigie-Mellon", &["Carnegie-Mellon"]), + ("carniverous", &["carnivorous"]), + ("carreer", &["career"]), + ("carreid", &["carried"]), + ("carrers", &["careers"]), + ("carriadge", &["carriage"]), + ("Carribbean", &["Caribbean"]), + ("Carribean", &["Caribbean"]), + ("carridge", &["carriage", "cartridge"]), + ("carrien", &["carrier"]), + ("carrige", &["carriage"]), + ("carrrier", &["carrier"]), + ("carryintg", &["carrying"]), + ("carryng", &["carrying"]), + ("cartdridge", &["cartridge"]), + ("Carthagian", &["Carthaginian"]), + ("carthographer", &["cartographer"]), + ("cartiesian", &["cartesian"]), + ("cartilege", &["cartilage"]), + ("cartilidge", &["cartilage"]), + ("cartrige", &["cartridge"]), + ("caryy", &["carry"]), + ("cascace", &["cascade"]), + ("case-insensitivy", &["case-insensitivity"]), + ("case-insenstive", &["case-insensitive"]), + ("case-insesitive", &["case-insensitive"]), + ("case-sensitve", &["case-sensitive"]), + ("case-sesitive", &["case-sensitive"]), + ("case-unsensitive", &["case-insensitive"]), + ("caseinsenstive", &["case-insensitive"]), + ("caseinsesitive", &["case-insensitive"]), + ("caselessely", &["caselessly"]), + ("casesensitve", &["case-sensitive"]), + ("casesesitive", &["case-sensitive"]), + ("casette", &["cassette"]), + ("cashe", &["cache"]), + ("casion", &["caisson"]), + ("cassawory", &["cassowary"]), + ("cassowarry", &["cassowary"]), + ("casue", &["cause"]), + ("casued", &["caused"]), + ("casues", &["causes"]), + ("casuing", &["causing"]), + ("casulaties", &["casualties"]), + ("casulaty", &["casualty"]), + ("catagorie", &["category", "categories"]), + ("catagories", &["categories"]), + ("catagorized", &["categorized"]), + ("catagory", &["category"]), + ("Cataline", &["Catiline", "Catalina"]), + ("catapillar", &["caterpillar"]), + ("catapillars", &["caterpillars"]), + ("catapiller", &["caterpillar"]), + ("catapillers", &["caterpillars"]), + ("catastronphic", &["catastrophic"]), + ("catastropically", &["catastrophically"]), + ("catastrphic", &["catastrophic"]), + ("catche", &["catch"]), + ("catched", &["caught"]), + ("catchi", &["catch"]), + ("catchs", &["catches"]), + ("categogical", &["categorical"]), + ("categogically", &["categorically"]), + ("categogies", &["categories"]), + ("categogy", &["category"]), + ("categorie", &["category", "categories"]), + ("cateogrical", &["categorical"]), + ("cateogrically", &["categorically"]), + ("cateogries", &["categories"]), + ("cateogry", &["category"]), + ("catepillar", &["caterpillar"]), + ("catepillars", &["caterpillars"]), + ("catergorize", &["categorize"]), + ("catergorized", &["categorized"]), + ("caterpilar", &["caterpillar"]), + ("caterpilars", &["caterpillars"]), + ("caterpiller", &["caterpillar"]), + ("caterpillers", &["caterpillars"]), + ("catgorical", &["categorical"]), + ("catgorically", &["categorically"]), + ("catgories", &["categories"]), + ("catgory", &["category"]), + ("cathlic", &["catholic"]), + ("catholocism", &["catholicism"]), + ("catory", &["factory"]), + ("catpture", &["capture"]), + ("catpure", &["capture"]), + ("catpured", &["captured"]), + ("catterpilar", &["caterpillar"]), + ("catterpilars", &["caterpillars"]), + ("catterpillar", &["caterpillar"]), + ("catterpillars", &["caterpillars"]), + ("cattleship", &["battleship"]), + ("caucasion", &["caucasian"]), + ("cauched", &["caught"]), + ("caugt", &["caught"]), + ("cauhgt", &["caught"]), + ("cauing", &["causing"]), + ("causees", &["causes"]), + ("causion", &["caution"]), + ("causioned", &["cautioned"]), + ("causions", &["cautions"]), + ("causious", &["cautious"]), + ("cavaet", &["caveat"]), + ("cavaets", &["caveats"]), + ("ccahe", &["cache"]), + ("ccale", &["scale"]), + ("ccertificate", &["certificate"]), + ("ccertificated", &["certificated"]), + ("ccertificates", &["certificates"]), + ("ccertification", &["certification"]), + ("ccessible", &["accessible"]), + ("cche", &["cache"]), + ("cconfiguration", &["configuration"]), + ("ccordinate", &["coordinate"]), + ("ccordinates", &["coordinates"]), + ("ccordinats", &["coordinates"]), + ("ccoutant", &["accountant"]), + ("cdecompress", &["decompress"]), + ("ceartype", &["cleartype"]), + ("Ceasar", &["Caesar"]), + ("ceate", &["create"]), + ("ceated", &["created"]), + ("ceates", &["creates"]), + ("ceating", &["creating"]), + ("ceation", &["creation"]), + ("ceck", &["check"]), + ("cecked", &["checked"]), + ("cecker", &["checker"]), + ("cecking", &["checking"]), + ("cecks", &["checks"]), + ("cedential", &["credential"]), + ("cedentials", &["credentials"]), + ("cehck", &["check"]), + ("cehcked", &["checked"]), + ("cehcker", &["checker"]), + ("cehcking", &["checking"]), + ("cehcks", &["checks"]), + ("Celcius", &["Celsius"]), + ("celles", &["cells"]), + ("cellpading", &["cellpadding"]), + ("cellst", &["cells"]), + ("cellxs", &["cells"]), + ("celsuis", &["celsius"]), + ("cementary", &["cemetery"]), + ("cemetarey", &["cemetery"]), + ("cemetaries", &["cemeteries"]), + ("cemetary", &["cemetery"]), + ("cenario", &["scenario"]), + ("cenarios", &["scenarios"]), + ("cencter", &["center"]), + ("cencus", &["census"]), + ("cengter", &["center"]), + ("censequence", &["consequence"]), + ("censur", &["censor", "censure"]), + ("centain", &["certain"]), + ("cententenial", &["centennial"]), + ("centerd", &["centered"]), + ("centisencond", &["centisecond"]), + ("centisenconds", &["centiseconds"]), + ("centrifugeable", &["centrifugable"]), + ("centrigrade", &["centigrade"]), + ("centruies", &["centuries"]), + ("centruy", &["century"]), + ("centuties", &["centuries"]), + ("centuty", &["century"]), + ("cerate", &["create"]), + ("ceratin", &["certain", "keratin"]), + ("cereates", &["creates"]), + ("cerification", &["certification", "verification"]), + ("cerifications", &["certifications", "verifications"]), + ("cerified", &["certified", "verified"]), + ("cerifies", &["certifies", "verifies"]), + ("cerify", &["certify", "verify"]), + ("cerifying", &["certifying", "verifying"]), + ("cerimonial", &["ceremonial"]), + ("cerimonies", &["ceremonies"]), + ("cerimonious", &["ceremonious"]), + ("cerimony", &["ceremony"]), + ("ceromony", &["ceremony"]), + ("certaily", &["certainly"]), + ("certaincy", &["certainty"]), + ("certainity", &["certainty"]), + ("certaint", &["certain"]), + ("certaion", &["certain"]), + ("certan", &["certain"]), + ("certficate", &["certificate"]), + ("certficated", &["certificated"]), + ("certficates", &["certificates"]), + ("certfication", &["certification"]), + ("certfications", &["certifications"]), + ("certficiate", &["certificate"]), + ("certficiated", &["certificated"]), + ("certficiates", &["certificates"]), + ("certficiation", &["certification"]), + ("certficiations", &["certifications"]), + ("certfied", &["certified"]), + ("certfy", &["certify"]), + ("certian", &["certain"]), + ("certianly", &["certainly"]), + ("certicate", &["certificate"]), + ("certicated", &["certificated"]), + ("certicates", &["certificates"]), + ("certication", &["certification"]), + ("certifacte", &["certificate"]), + ("certifacted", &["certificated"]), + ("certifactes", &["certificates"]), + ("certifaction", &["certification"]), + ("certifcate", &["certificate"]), + ("certifcated", &["certificated"]), + ("certifcates", &["certificates"]), + ("certifcation", &["certification"]), + ("certifciate", &["certificate"]), + ("certifciated", &["certificated"]), + ("certifciates", &["certificates"]), + ("certifciation", &["certification"]), + ("certifiate", &["certificate"]), + ("certifiated", &["certificated"]), + ("certifiates", &["certificates"]), + ("certifiating", &["certificating"]), + ("certifiation", &["certification"]), + ("certifiations", &["certifications"]), + ("certificat", &["certificate"]), + ("certificatd", &["certificated"]), + ("certificatin", &["certificating", "certification"]), + ("certificaton", &["certification"]), + ("certificats", &["certificates"]), + ("certifice", &["certificate"]), + ("certificed", &["certificated"]), + ("certifices", &["certificates"]), + ("certificion", &["certification"]), + ("certifificate", &["certificate"]), + ("certifificated", &["certificated"]), + ("certifificates", &["certificates"]), + ("certifification", &["certification"]), + ("certiticate", &["certificate"]), + ("certiticated", &["certificated"]), + ("certiticates", &["certificates"]), + ("certitication", &["certification"]), + ("cervial", &["cervical", "servile", "serval"]), + ("cetrainly", &["certainly"]), + ("cetting", &["setting"]), + ("Cgywin", &["Cygwin"]), + ("chaarges", &["charges"]), + ("chacacter", &["character"]), + ("chacacters", &["characters"]), + ("chache", &["cache"]), + ("chached", &["cached"]), + ("chacheline", &["cacheline"]), + ("chaeck", &["check"]), + ("chaecked", &["checked"]), + ("chaecker", &["checker"]), + ("chaecking", &["checking"]), + ("chaecks", &["checks"]), + ("chage", &["change", "charge"]), + ("chaged", &["changed", "charged"]), + ("chages", &["changes", "charges"]), + ("chaging", &["changing", "charging"]), + ("chagne", &["change"]), + ("chagned", &["changed"]), + ("chagnes", &["changes"]), + ("chahged", &["changed"]), + ("chaied", &["chained"]), + ("chaing", &["chain"]), + ("chalenging", &["challenging"]), + ("challanage", &["challenge"]), + ("challange", &["challenge"]), + ("challanged", &["challenged"]), + ("challanges", &["challenges"]), + ("challege", &["challenge"]), + ("chambre", &["chamber"]), + ("chambres", &["chambers"]), + ("Champange", &["Champagne"]), + ("chanceled", &["canceled"]), + ("chanceling", &["canceling"]), + ("chanched", &["changed"]), + ("chancnel", &["channel", "cancel"]), + ("chane", &["change", "chain"]), + ("chaned", &["changed", "chained"]), + ("chaneged", &["changed"]), + ("chanel", &["channel"]), + ("chanell", &["channel"]), + ("chanels", &["channels"]), + ("changable", &["changeable"]), + ("changeing", &["changing"]), + ("changged", &["changed"]), + ("changlog", &["changelog"]), + ("changuing", &["changing"]), + ("chanined", &["chained"]), + ("chaning", &["chaining", "changing"]), + ("chaninging", &["changing"]), + ("chanllenge", &["challenge"]), + ("chanllenging", &["challenging"]), + ("channe", &["channel"]), + ("channeles", &["channels"]), + ("channes", &["channels", "chances", "changes"]), + ("channl", &["channel"]), + ("channle", &["channel"]), + ("channles", &["channels"]), + ("channnel", &["channel"]), + ("channnels", &["channels"]), + ("chanses", &["chances"]), + ("chaper", &["chapter"]), + ("characaters", &["characters"]), + ("characer", &["character"]), + ("characers", &["characters"]), + ("characeter", &["character"]), + ("characeters", &["characters"]), + ("characetrs", &["characters"]), + ("characher", &["character"]), + ("charachers", &["characters"]), + ("charachter", &["character"]), + ("charachters", &["characters"]), + ("characstyle", &["charstyle"]), + ("charactar", &["character"]), + ("charactaristic", &["characteristic"]), + ("charactaristics", &["characteristics"]), + ("charactars", &["characters"]), + ("characte", &["character"]), + ("charactear", &["character"]), + ("charactears", &["characters"]), + ("characted", &["character"]), + ("characteds", &["characters"]), + ("characteer", &["character"]), + ("characteers", &["characters"]), + ("characteisation", &["characterisation"]), + ("characteization", &["characterization"]), + ("characteor", &["character"]), + ("characteors", &["characters"]), + ("characterclasses", &["character classes"]), + ("characteres", &["characters"]), + ("characterisic", &["characteristic"]), + ("characterisically", &["characteristically"]), + ("characterisicly", &["characteristically"]), + ("characterisitic", &["characteristic"]), + ("characterisitics", &["characteristics"]), + ("characteristicly", &["characteristically"]), + ("charactersistic", &["characteristic"]), + ("charactersistically", &["characteristically"]), + ("charactersistics", &["characteristics"]), + ("charactersm", &["characters"]), + ("characterss", &["characters"]), + ("characterstic", &["characteristic"]), + ("characterstically", &["characteristically"]), + ("characterstics", &["characteristics"]), + ("charactertistic", &["characteristic"]), + ("charactertistically", &["characteristically"]), + ("charactertistics", &["characteristics"]), + ("charactes", &["characters"]), + ("charactet", &["character"]), + ("characteter", &["character"]), + ("characteteristic", &["characteristic"]), + ("characteteristics", &["characteristics"]), + ("characteters", &["characters"]), + ("charactetistic", &["characteristic"]), + ("charactetistics", &["characteristics"]), + ("charactetr", &["character"]), + ("charactetrs", &["characters"]), + ("charactets", &["characters"]), + ("characther", &["character"]), + ("charactor", &["character"]), + ("charactors", &["characters"]), + ("charactristic", &["characteristic"]), + ("charactristically", &["characteristically"]), + ("charactristics", &["characteristics"]), + ("charactrs", &["characters"]), + ("characts", &["characters"]), + ("characture", &["character"]), + ("charakter", &["character"]), + ("chararacter", &["character"]), + ("chararcter", &["character"]), + ("charas", &["chars"]), + ("charascters", &["characters"]), + ("charasmatic", &["charismatic"]), + ("charater", &["character"]), + ("charaterize", &["characterize"]), + ("charaterized", &["characterized"]), + ("charaters", &["characters"]), + ("charator", &["character"]), + ("charators", &["characters"]), + ("charcater", &["character"]), + ("charcter", &["character"]), + ("charcters", &["characters"]), + ("charctor", &["character"]), + ("charctors", &["characters"]), + ("charecter", &["character"]), + ("charecters", &["characters"]), + ("charector", &["character"]), + ("chargind", &["charging"]), + ("charicter", &["character"]), + ("charicters", &["characters"]), + ("charictor", &["character"]), + ("charictors", &["characters"]), + ("chariman", &["chairman"]), + ("charistics", &["characteristics"]), + ("charizma", &["charisma"]), + ("chartroose", &["chartreuse"]), + ("chasnge", &["change", "changes"]), + ("chasr", &["chaser", "chase"]), + ("chassy", &["chassis"]), + ("chatacter", &["character"]), + ("chatacters", &["characters"]), + ("chatch", &["catch"]), + ("chatched", &["caught", "chatted"]), + ("chater", &["chapter"]), + ("chawk", &["chalk"]), + ("chcek", &["check"]), + ("chceked", &["checked"]), + ("chceking", &["checking"]), + ("chceks", &["checks"]), + ("chck", &["check"]), + ("chckbox", &["checkbox"]), + ("cheapeast", &["cheapest"]), + ("cheatta", &["cheetah"]), + ("chec", &["check"]), + ("checg", &["check"]), + ("checged", &["checked"]), + ("chech", &["check", "czech"]), + ("checheckpoit", &["checkpoint"]), + ("checheckpoits", &["checkpoints"]), + ("cheched", &["checked"]), + ("cheching", &["checking"]), + ("chechk", &["check"]), + ("chechs", &["checks"]), + ("checkalaises", &["checkaliases"]), + ("checkcsum", &["checksum"]), + ("checkd", &["checked"]), + ("checkes", &["checks"]), + ("checkk", &["check"]), + ("checkoslovakia", &["czechoslovakia"]), + ("checkpoing", &["checkpoint"]), + ("checkstum", &["checksum"]), + ("checkstuming", &["checksumming"]), + ("checkstumming", &["checksumming"]), + ("checkstums", &["checksums"]), + ("checksume", &["checksum"]), + ("checksumed", &["checksummed"]), + ("checksuming", &["checksumming"]), + ("checkum", &["checksum"]), + ("checkums", &["checksums"]), + ("checkuot", &["checkout"]), + ("cheduling", &["scheduling"]), + ("cheeta", &["cheetah"]), + ("cheif", &["chief"]), + ("cheifs", &["chiefs"]), + ("chek", &["check"]), + ("chekc", &["check"]), + ("chekcing", &["checking"]), + ("chekd", &["checked"]), + ("cheked", &["checked"]), + ("chekers", &["checkers"]), + ("cheking", &["checking"]), + ("cheks", &["checks"]), + ("cheksum", &["checksum"]), + ("cheksums", &["checksums"]), + ("chello", &["cello"]), + ("chemcial", &["chemical"]), + ("chemcially", &["chemically"]), + ("chemestry", &["chemistry"]), + ("chemicaly", &["chemically"]), + ("chenged", &["changed"]), + ("chennel", &["channel"]), + ("chescksums", &["checksums"]), + ("chidren", &["children"]), + ("childbird", &["childbirth"]), + ("childen", &["children"]), + ("childern", &["children"]), + ("childlren", &["children"]), + ("childrens", &["children"]), + ("childres", &["children"]), + ("childs", &["children", "child\'s"]), + ("chiled", &["child", "chilled"]), + ("chiledren", &["children"]), + ("chilren", &["children"]), + ("chineese", &["Chinese"]), + ("chiop", &["chip", "chop"]), + ("chiper", &["cipher", "chipper", "chimer"]), + ("chipers", &["ciphers", "chippers", "chimers"]), + ("chipersuite", &["ciphersuite"]), + ("chipersuites", &["ciphersuites"]), + ("chipertext", &["ciphertext"]), + ("chipertexts", &["ciphertexts"]), + ("chipet", &["chipset"]), + ("chipslect", &["chipselect"]), + ("chipstes", &["chipsets"]), + ("chiuldren", &["children"]), + ("chked", &["checked"]), + ("chnage", &["change"]), + ("chnages", &["changes"]), + ("chnge", &["change"]), + ("chnnel", &["channel"]), + ("choclate", &["chocolate"]), + ("choicing", &["choosing"]), + ("choise", &["choice"]), + ("choises", &["choices"]), + ("choising", &["choosing"]), + ("chooose", &["choose"]), + ("choos", &["choose"]), + ("choosed", &["chose", "chosen"]), + ("choosen", &["chosen"]), + ("chopipng", &["chopping"]), + ("chopy", &["choppy", "chop"]), + ("choronological", &["chronological"]), + ("chosed", &["chose"]), + ("choser", &["chooser"]), + ("chosing", &["choosing"]), + ("chossen", &["chosen"]), + ("chould", &["should", "could"]), + ("chouse", &["choose", "chose", "choux"]), + ("chracter", &["character"]), + ("chracters", &["characters"]), + ("chractor", &["character"]), + ("chractors", &["characters"]), + ("chrash", &["crash", "thrash", "trash"]), + ("chrashed", &["crashed", "thrashed", "trashed"]), + ("chrashes", &["crashes", "thrashes", "trashes"]), + ("chrashing", &["crashing", "thrashing", "trashing"]), + ("chrashs", &["crashes", "thrashes", "trashes"]), + ("chrminance", &["chrominance"]), + ("chromum", &["chromium"]), + ("chuch", &["church"]), + ("chuks", &["chunks"]), + ("chunaks", &["chunks"]), + ("chunck", &["chunk"]), + ("chuncked", &["chunked"]), + ("chuncking", &["chunking"]), + ("chuncks", &["chunks"]), + ("chuncksize", &["chunksize"]), + ("chuncs", &["chunks"]), + ("chuned", &["chunked"]), + ("churchs", &["churches"]), + ("cick", &["click"]), + ("cicrle", &["circle"]), + ("cicruit", &["circuit"]), + ("cicruits", &["circuits"]), + ("cicular", &["circular"]), + ("ciculars", &["circulars"]), + ("cihpher", &["cipher"]), + ("cihphers", &["ciphers"]), + ("cilent", &["client", "silent"]), + ("cilents", &["clients", "silents", "silence"]), + ("cilincer", &["cylinder", "silencer"]), + ("cilincers", &["cylinders", "silencers"]), + ("cilinder", &["cylinder"]), + ("cilinders", &["cylinders"]), + ("cilyndre", &["cylinder"]), + ("cilyndres", &["cylinders"]), + ("cilyndrs", &["cylinders"]), + ("Cincinatti", &["Cincinnati"]), + ("Cincinnatti", &["Cincinnati"]), + ("cinfiguration", &["configuration"]), + ("cinfigurations", &["configurations"]), + ("cintaner", &["container"]), + ("ciontrol", &["control"]), + ("ciper", &["cipher"]), + ("cipers", &["ciphers"]), + ("cipersuite", &["ciphersuite"]), + ("cipersuites", &["ciphersuites"]), + ("cipertext", &["ciphertext"]), + ("cipertexts", &["ciphertexts"]), + ("ciph", &["cipher", "chip"]), + ("ciphe", &["cipher"]), + ("cipherntext", &["ciphertext"]), + ("ciphersuit", &["ciphersuite"]), + ("ciphersuits", &["ciphersuites"]), + ("ciphersute", &["ciphersuite"]), + ("ciphersutes", &["ciphersuites"]), + ("cipheruite", &["ciphersuite"]), + ("cipheruites", &["ciphersuites"]), + ("ciphes", &["ciphers"]), + ("ciphr", &["cipher"]), + ("ciphrs", &["ciphers"]), + ("cips", &["chips"]), + ("circomvent", &["circumvent"]), + ("circomvented", &["circumvented"]), + ("circomvents", &["circumvents"]), + ("circual", &["circular"]), + ("circuitery", &["circuitry"]), + ("circulaton", &["circulation"]), + ("circumferance", &["circumference"]), + ("circumferencial", &["circumferential"]), + ("circumsicion", &["circumcision"]), + ("circumstancial", &["circumstantial"]), + ("circumstansial", &["circumstantial"]), + ("circumstnce", &["circumstance"]), + ("circumstnces", &["circumstances"]), + ("circumstncial", &["circumstantial"]), + ("circumstntial", &["circumstantial"]), + ("circumvernt", &["circumvent"]), + ("circunstance", &["circumstance"]), + ("circunstances", &["circumstances"]), + ("circunstantial", &["circumstantial"]), + ("circustances", &["circumstances"]), + ("circut", &["circuit"]), + ("circuts", &["circuits"]), + ("ciricle", &["circle"]), + ("ciricles", &["circles"]), + ("ciricuit", &["circuit"]), + ("ciricuits", &["circuits"]), + ("ciricular", &["circular"]), + ("ciricularise", &["circularise"]), + ("ciricularize", &["circularize"]), + ("ciriculum", &["curriculum"]), + ("cirilic", &["Cyrillic"]), + ("cirillic", &["Cyrillic"]), + ("ciritc", &["critic"]), + ("ciritcal", &["critical"]), + ("ciritcality", &["criticality"]), + ("ciritcals", &["criticals"]), + ("ciritcs", &["critics"]), + ("ciriteria", &["criteria"]), + ("ciritic", &["critic"]), + ("ciritical", &["critical"]), + ("ciriticality", &["criticality"]), + ("ciriticals", &["criticals"]), + ("ciritics", &["critics"]), + ("cirle", &["circle"]), + ("cirles", &["circles"]), + ("cirsumstances", &["circumstances"]), + ("cirtcuit", &["circuit"]), + ("cirucal", &["circular"]), + ("cirucit", &["circuit"]), + ("ciruclar", &["circular"]), + ("ciruclation", &["circulation"]), + ("ciruclator", &["circulator"]), + ("cirucmflex", &["circumflex"]), + ("cirucular", &["circular"]), + ("cirucumstance", &["circumstance"]), + ("cirucumstances", &["circumstances"]), + ("ciruit", &["circuit"]), + ("ciruits", &["circuits"]), + ("cirumflex", &["circumflex"]), + ("cirumstance", &["circumstance"]), + ("cirumstances", &["circumstances"]), + ("civillian", &["civilian"]), + ("civillians", &["civilians"]), + ("cjange", &["change"]), + ("cjanged", &["changed"]), + ("cjanges", &["changes"]), + ("cjoice", &["choice"]), + ("cjoices", &["choices"]), + ("ckecksum", &["checksum"]), + ("claaes", &["classes"]), + ("claculate", &["calculate"]), + ("claculation", &["calculation"]), + ("claer", &["clear"]), + ("claerer", &["clearer"]), + ("claerly", &["clearly"]), + ("claibscale", &["calibscale"]), + ("claime", &["claim"]), + ("claimes", &["claims"]), + ("clame", &["claim"]), + ("claread", &["cleared"]), + ("clared", &["cleared"]), + ("clarety", &["clarity"]), + ("claring", &["clearing"]), + ("clasic", &["classic"]), + ("clasical", &["classical"]), + ("clasically", &["classically"]), + ("clasification", &["classification"]), + ("clasified", &["classified"]), + ("clasifies", &["classifies"]), + ("clasify", &["classify"]), + ("clasifying", &["classifying"]), + ("classe", &["class", "classes"]), + ("classess", &["classes"]), + ("classesss", &["classes"]), + ("classifed", &["classified"]), + ("classifer", &["classifier"]), + ("classifers", &["classifiers"]), + ("classs", &["class"]), + ("classses", &["classes"]), + ("clatified", &["clarified"]), + ("claus", &["clause"]), + ("clcoksource", &["clocksource"]), + ("clcosed", &["closed"]), + ("clea", &["clean"]), + ("cleaer", &["clear", "clearer", "cleaner"]), + ("cleaered", &["cleared"]), + ("cleaing", &["cleaning"]), + ("cleancacne", &["cleancache"]), + ("cleand", &["cleaned", "cleans", "clean"]), + ("cleaness", &["cleanness"]), + ("cleanning", &["cleaning"]), + ("cleannup", &["cleanup"]), + ("cleanp", &["cleanup", "clean up"]), + ("cleanpu", &["cleanup"]), + ("cleanpus", &["cleanups"]), + ("cleantup", &["cleanup"]), + ("cleare", &["cleared", "clear"]), + ("cleareance", &["clearance"]), + ("clearified", &["clarified"]), + ("clearifies", &["clarifies"]), + ("clearify", &["clarify"]), + ("clearifying", &["clarifying"]), + ("clearling", &["clearing"]), + ("clearnance", &["clearance"]), + ("clearnances", &["clearances"]), + ("clearted", &["cleared"]), + ("cleck", &["check"]), + ("cleean", &["clean"]), + ("cleff", &["clef"]), + ("cleint\'s", &["client\'s"]), + ("cleint", &["client"]), + ("cleints", &["clients"]), + ("cler", &["clear"]), + ("clera", &["clear", "sclera"]), + ("clese", &["close"]), + ("cleses", &["closes"]), + ("clevely", &["cleverly"]), + ("cliens", &["clients"]), + ("cliensite", &["client-side"]), + ("clienta", &["client"]), + ("cliente", &["client", "clientele"]), + ("clientelle", &["clientele"]), + ("clik", &["click"]), + ("cliks", &["clicks"]), + ("climer", &["climber"]), + ("climers", &["climbers"]), + ("climing", &["climbing"]), + ("clincial", &["clinical"]), + ("clinets", &["clients"]), + ("clinicaly", &["clinically"]), + ("clipoard", &["clipboard"]), + ("clipoards", &["clipboards"]), + ("clipoing", &["clipping"]), + ("cliuent", &["client"]), + ("cliuents", &["clients"]), + ("clloud", &["cloud"]), + ("cllouded", &["clouded"]), + ("clloudes", &["clouds"]), + ("cllouding", &["clouding"]), + ("cllouds", &["clouds"]), + ("cloack", &["cloak"]), + ("cloacks", &["cloaks"]), + ("cloberring", &["clobbering"]), + ("clocksourc", &["clocksource"]), + ("clockwíse", &["clockwise"]), + ("clock_getttime", &["clock_gettime"]), + ("clodes", &["closed", "clothes"]), + ("cloding", &["closing"]), + ("cloes", &["close"]), + ("cloesd", &["closed"]), + ("cloesed", &["closed"]), + ("cloesing", &["closing"]), + ("clonez", &["clones", "cloner"]), + ("clonning", &["cloning"]), + ("clory", &["glory"]), + ("clos", &["close"]), + ("closeing", &["closing"]), + ("closests", &["closest", "closets"]), + ("closig", &["closing"]), + ("clossed", &["closed"]), + ("clossing", &["closing"]), + ("cloude", &["cloud"]), + ("cloudes", &["clouds"]), + ("clousre", &["closure"]), + ("clsoe", &["close"]), + ("cluase", &["clause"]), + ("clude", &["clued", "clue"]), + ("clumn", &["column"]), + ("clumsly", &["clumsily"]), + ("cluser", &["cluster"]), + ("clusetr", &["cluster"]), + ("clustred", &["clustered"]), + ("cmak", &["cmake"]), + ("cmmands", &["commands"]), + ("cmobination", &["combination"]), + ("cmoputer", &["computer"]), + ("cmoputers", &["computers"]), + ("cna", &["can"]), + ("cnannel", &["channel"]), + ("cnat\'", &["can\'t"]), + ("cnat", &["can\'t"]), + ("cnfiguration", &["configuration"]), + ("cnfigure", &["configure"]), + ("cnfigured", &["configured"]), + ("cnfigures", &["configures"]), + ("cnfiguring", &["configuring"]), + ("cnosole", &["console"]), + ("cnosoles", &["consoles"]), + ("cntain", &["contain"]), + ("cntains", &["contains"]), + ("cnter", &["center"]), + ("co-incided", &["coincided"]), + ("co-opearte", &["co-operate"]), + ("co-opeartes", &["co-operates"]), + ("co-ordinate", &["coordinate"]), + ("co-ordinates", &["coordinates"]), + ("coalace", &["coalesce"]), + ("coalacece", &["coalesce", "coalescence"]), + ("coalaced", &["coalesced"]), + ("coalacence", &["coalescence"]), + ("coalacing", &["coalescing"]), + ("coalaesce", &["coalesce"]), + ("coalaesced", &["coalesced"]), + ("coalaescence", &["coalescence"]), + ("coalaescing", &["coalescing"]), + ("coalascece", &["coalescence"]), + ("coalascence", &["coalescence"]), + ("coalase", &["coalesce"]), + ("coalasece", &["coalescence"]), + ("coalased", &["coalesced"]), + ("coalasence", &["coalescence"]), + ("coalases", &["coalesces"]), + ("coalasing", &["coalescing"]), + ("coalcece", &["coalescence"]), + ("coalcence", &["coalescence"]), + ("coalesc", &["coalesce"]), + ("coalescsing", &["coalescing"]), + ("coalesed", &["coalesced"]), + ("coalesence", &["coalescence"]), + ("coalessing", &["coalescing"]), + ("coallate", &["collate"]), + ("coallates", &["collates"]), + ("coallating", &["collating"]), + ("coallece", &["coalesce"]), + ("coalleced", &["coalesced"]), + ("coallecence", &["coalescence"]), + ("coalleces", &["coalesces"]), + ("coallecing", &["coalescing"]), + ("coallee", &["coalesce"]), + ("coalleed", &["coalesced"]), + ("coalleence", &["coalescence"]), + ("coallees", &["coalesces"]), + ("coalleing", &["coalescing"]), + ("coallesce", &["coalesce"]), + ("coallesced", &["coalesced"]), + ("coallesceing", &["coalescing"]), + ("coallescence", &["coalescence"]), + ("coallesces", &["coalesces"]), + ("coallescing", &["coalescing"]), + ("coallese", &["coalesce"]), + ("coallesed", &["coalesced"]), + ("coallesence", &["coalescence"]), + ("coalleses", &["coalesces"]), + ("coallesing", &["coalescing"]), + ("coallesse", &["coalesce"]), + ("coallessed", &["coalesced"]), + ("coallessence", &["coalescence"]), + ("coallesses", &["coalesces"]), + ("coallessing", &["coalescing"]), + ("coallision", &["collision"]), + ("coallisions", &["collisions"]), + ("coallition", &["coalition", "collation"]), + ("coalsce", &["coalesce"]), + ("coalscece", &["coalescence"]), + ("coalsced", &["coalesced"]), + ("coalscence", &["coalescence"]), + ("coalscing", &["coalescing"]), + ("coalsece", &["coalescence"]), + ("coalseced", &["coalesced"]), + ("coalsecense", &["coalescence"]), + ("coalsence", &["coalescence"]), + ("coaslescing", &["coalescing"]), + ("cobining", &["combining"]), + ("cobvers", &["covers"]), + ("coccinele", &["coccinelle"]), + ("coctail", &["cocktail"]), + ("cocument", &["document"]), + ("cocumentation", &["documentation"]), + ("cocuments", &["document"]), + ("codde", &["code", "coded", "coddle"]), + ("codeing", &["coding"]), + ("codepoitn", &["codepoint"]), + ("codesc", &["codecs"]), + ("codespel", &["codespell"]), + ("codesream", &["codestream"]), + ("coditions", &["conditions"]), + ("coduct", &["conduct"]), + ("coducted", &["conducted"]), + ("coducter", &["conductor"]), + ("coducting", &["conducting"]), + ("coductor", &["conductor"]), + ("coducts", &["conducts"]), + ("coeffcient", &["coefficient"]), + ("coeffcients", &["coefficients"]), + ("coefficeint", &["coefficient"]), + ("coefficeints", &["coefficients"]), + ("coefficent", &["coefficient"]), + ("coefficents", &["coefficients"]), + ("coeffiecient", &["coefficient"]), + ("coeffiecients", &["coefficients"]), + ("coeffient", &["coefficient"]), + ("coeffients", &["coefficients"]), + ("coeficent", &["coefficient"]), + ("coeficents", &["coefficients"]), + ("coeficient", &["coefficient"]), + ("coeficients", &["coefficients"]), + ("coelesce", &["coalesce"]), + ("coercable", &["coercible"]), + ("coerceion", &["coercion"]), + ("coersion", &["coercion"]), + ("coexhist", &["coexist", "co-exist"]), + ("coexhistance", &["coexistence", "co-existence"]), + ("coexhisted", &["coexisted", "co-existed"]), + ("coexhistence", &["coexistence", "co-existence"]), + ("coexhisting", &["coexisting", "co-existing"]), + ("coexhists", &["coexists", "co-exists"]), + ("coexinst", &["coexist", "co-existence"]), + ("coexinstence", &["coexistence", "co-existence"]), + ("coexinsts", &["coexists", "co-existence"]), + ("coexistance", &["coexistence", "co-existence"]), + ("coexsit", &["coexist", "co-exist"]), + ("coexsitance", &["coexistence", "co-existence"]), + ("coexsited", &["coexisted", "co-existed"]), + ("coexsitence", &["coexistence", "co-existence"]), + ("coexsiting", &["coexisting", "co-existing"]), + ("coexsits", &["coexists", "co-exists"]), + ("cofeee", &["coffee"]), + ("cofidence", &["confidence"]), + ("cofiguration", &["configuration"]), + ("cofigure", &["configure"]), + ("cofigured", &["configured"]), + ("cofigures", &["configures"]), + ("cofiguring", &["configuring"]), + ("cofirm", &["confirm"]), + ("cofirmation", &["confirmation"]), + ("cofirmations", &["confirmations"]), + ("cofirmed", &["confirmed"]), + ("cofirming", &["confirming"]), + ("cofirms", &["confirms"]), + ("coform", &["conform"]), + ("cofrim", &["confirm"]), + ("cofrimation", &["confirmation"]), + ("cofrimations", &["confirmations"]), + ("cofrimed", &["confirmed"]), + ("cofriming", &["confirming"]), + ("cofrims", &["confirms"]), + ("cognizent", &["cognizant"]), + ("coherance", &["coherence"]), + ("coherancy", &["coherency"]), + ("coherant", &["coherent"]), + ("coherantly", &["coherently"]), + ("coice", &["choice"]), + ("coincedentally", &["coincidentally"]), + ("coinitailize", &["coinitialize"]), + ("coinside", &["coincide"]), + ("coinsided", &["coincided"]), + ("coinsidence", &["coincidence"]), + ("coinsident", &["coincident"]), + ("coinsides", &["coincides"]), + ("coinsiding", &["coinciding"]), + ("cointain", &["contain"]), + ("cointained", &["contained"]), + ("cointaining", &["containing"]), + ("cointains", &["contains"]), + ("colaboration", &["collaboration"]), + ("colaborations", &["collaborations"]), + ("colateral", &["collateral"]), + ("coldplg", &["coldplug"]), + ("colected", &["collected"]), + ("colection", &["collection"]), + ("colelction", &["collection"]), + ("colelctive", &["collective"]), + ("colerscheme", &["colorscheme"]), + ("colescing", &["coalescing"]), + ("colision", &["collision"]), + ("colission", &["collision"]), + ("collaberative", &["collaborative"]), + ("collaction", &["collection"]), + ("collaobrative", &["collaborative"]), + ("collapsable", &["collapsible"]), + ("collasion", &["collision"]), + ("collationg", &["collation"]), + ("collecing", &["collecting"]), + ("collecion", &["collection"]), + ("collecions", &["collections"]), + ("collectin", &["collection"]), + ("collecton", &["collection"]), + ("collectons", &["collections"]), + ("colleection", &["collection"]), + ("collegue", &["colleague"]), + ("collegues", &["colleagues"]), + ("collektion", &["collection"]), + ("colletion", &["collection"]), + ("collison", &["collision", "collusion"]), + ("collisons", &["collisions", "collusion", "collusions"]), + ("collission", &["collision", "collusion"]), + ("colllapses", &["collapses"]), + ("collocalized", &["colocalized"]), + ("collonade", &["colonnade"]), + ("collonies", &["colonies"]), + ("collony", &["colony"]), + ("collorscheme", &["colorscheme"]), + ("collosal", &["colossal"]), + ("collpased", &["collapsed"]), + ("collsions", &["collisions"]), + ("collumn", &["column"]), + ("collumns", &["columns"]), + ("colmn", &["column"]), + ("colmns", &["columns"]), + ("colmuned", &["columned"]), + ("coloer", &["color"]), + ("coloeration", &["coloration"]), + ("coloered", &["colored"]), + ("coloering", &["coloring"]), + ("coloers", &["colors"]), + ("colomns", &["columns"]), + ("colon-seperated", &["colon-separated"]), + ("colonizators", &["colonizers"]), + ("colorfull", &["colorful", "colorfully"]), + ("coloringh", &["coloring"]), + ("colorizoer", &["colorizer"]), + ("colorpsace", &["colorspace"]), + ("colorpsaces", &["colorspaces"]), + ("colose", &["close"]), + ("coloum", &["column"]), + ("coloumn", &["column"]), + ("coloumns", &["columns"]), + ("coloums", &["columns"]), + ("colourfull", &["colourful", "colourfully"]), + ("colourpsace", &["colourspace"]), + ("colourpsaces", &["colourspaces"]), + ("colsed", &["closed"]), + ("colum", &["column"]), + ("colummn", &["column"]), + ("colummns", &["columns"]), + ("columnular", &["columnar"]), + ("colums", &["columns"]), + ("columsn", &["columns"]), + ("colunn", &["column", "colon"]), + ("colunns", &["columns"]), + ("comammand", &["command"]), + ("comamnd", &["command"]), + ("comamnd-line", &["command-line"]), + ("comamnded", &["commanded"]), + ("comamnding", &["commanding"]), + ("comamndline", &["commandline"]), + ("comamnds", &["commands"]), + ("comand", &["command"]), + ("comand-line", &["command-line"]), + ("comander", &["commander", "commandeer"]), + ("comando", &["commando"]), + ("comandos", &["commandos"]), + ("comany", &["company"]), + ("comapany", &["company"]), + ("comapared", &["compared"]), + ("comapatibility", &["compatibility"]), + ("comapatible", &["compatible"]), + ("comapletion", &["completion"]), + ("comapnies", &["companies"]), + ("comapny", &["company"]), + ("comapre", &["compare"]), + ("comapring", &["comparing"]), + ("comaprison", &["comparison"]), + ("comaptible", &["compatible"]), + ("comarators", &["comparators"]), + ("comback", &["comeback"]), + ("combained", &["combined"]), + ("combanations", &["combinations"]), + ("combatibility", &["compatibility"]), + ("combatible", &["compatible"]), + ("combiantion", &["combination"]), + ("combiation", &["combination"]), + ("combiations", &["combinations"]), + ("combinate", &["combine"]), + ("combinateion", &["combination"]), + ("combinateions", &["combinations"]), + ("combinatins", &["combinations"]), + ("combinatio", &["combination"]), + ("combinatios", &["combinations"]), + ("combinaton", &["combination"]), + ("combinatorical", &["combinatorial"]), + ("combinbe", &["combined"]), + ("combind", &["combined"]), + ("combinded", &["combined"]), + ("combinine", &["combine"]), + ("combusion", &["combustion"]), + ("comceptually", &["conceptually"]), + ("comdemnation", &["condemnation"]), + ("comect", &["connect"]), + ("comected", &["connected"]), + ("comecting", &["connecting"]), + ("comectivity", &["connectivity"]), + ("comedlib", &["comedilib"]), + ("comemmorates", &["commemorates"]), + ("comemoretion", &["commemoration"]), + ("coment", &["comment"]), + ("comented", &["commented"]), + ("comenting", &["commenting"]), + ("coments", &["comments"]), + ("cometed", &["commented", "competed"]), + ("comfirm", &["confirm"]), + ("comflicting", &["conflicting"]), + ("comformance", &["conformance"]), + ("comiled", &["compiled"]), + ("comilers", &["compilers"]), + ("comination", &["combination"]), + ("comision", &["commission"]), + ("comisioned", &["commissioned"]), + ("comisioner", &["commissioner"]), + ("comisioning", &["commissioning"]), + ("comisions", &["commissions"]), + ("comission", &["commission"]), + ("comissioned", &["commissioned"]), + ("comissioner", &["commissioner"]), + ("comissioning", &["commissioning"]), + ("comissions", &["commissions"]), + ("comit", &["commit"]), + ("comited", &["committed"]), + ("comitee", &["committee"]), + ("comiting", &["committing"]), + ("comits", &["commits"]), + ("comitte", &["committed", "committee"]), + ("comitted", &["committed"]), + ("comittee", &["committee"]), + ("comittees", &["committees"]), + ("comitter", &["committer"]), + ("comitting", &["committing"]), + ("comittish", &["committish"]), + ("comlain", &["complain"]), + ("comlained", &["complained"]), + ("comlainer", &["complainer"]), + ("comlaining", &["complaining"]), + ("comlains", &["complains"]), + ("comlaint", &["complaint"]), + ("comlaints", &["complaints"]), + ("comlete", &["complete"]), + ("comleted", &["completed"]), + ("comletely", &["completely"]), + ("comletion", &["completion"]), + ("comletly", &["completely"]), + ("comlex", &["complex"]), + ("comlexity", &["complexity"]), + ("comlpeter", &["completer"]), + ("comma-separeted", &["comma-separated"]), + ("commad", &["command"]), + ("commadn", &["command"]), + ("commadn-line", &["command-line"]), + ("commadnline", &["commandline"]), + ("commadns", &["commands"]), + ("commads", &["commands"]), + ("comman", &["command", "common"]), + ("commandi", &["command"]), + ("commandoes", &["commandos"]), + ("commannd", &["command"]), + ("commans", &["commands"]), + ("commansd", &["commands"]), + ("commant", &["command", "comment"]), + ("commanted", &["commanded", "commented"]), + ("commants", &["commands", "comments"]), + ("commatas", &["commas", "commata"]), + ("commect", &["connect"]), + ("commected", &["connected"]), + ("commecting", &["connecting"]), + ("commectivity", &["connectivity"]), + ("commedic", &["comedic"]), + ("commemerative", &["commemorative"]), + ("commemmorate", &["commemorate"]), + ("commemmorating", &["commemorating"]), + ("commen", &["commend", "comment", "common"]), + ("commenet", &["comment"]), + ("commenetd", &["commented"]), + ("commeneted", &["commented"]), + ("commens", &["comments", "commons"]), + ("commenstatus", &["commentstatus"]), + ("commerical", &["commercial"]), + ("commerically", &["commercially"]), + ("commericial", &["commercial"]), + ("commericially", &["commercially"]), + ("commerorative", &["commemorative"]), + ("commeted", &["commented", "competed"]), + ("commig", &["commit", "coming"]), + ("comming", &["coming"]), + ("comminication", &["communication"]), + ("comminity", &["community"]), + ("comminucating", &["communicating"]), + ("comminucation", &["communication"]), + ("commision", &["commission"]), + ("commisioned", &["commissioned"]), + ("commisioner", &["commissioner"]), + ("commisioning", &["commissioning"]), + ("commisions", &["commissions"]), + ("commitable", &["committable"]), + ("commited", &["committed"]), + ("commitee", &["committee"]), + ("commiter", &["committer"]), + ("commiters", &["committers"]), + ("commiti", &["committee", "committing", "commit"]), + ("commitin", &["committing"]), + ("commiting", &["committing"]), + ("commitish", &["committish"]), + ("committ", &["commit"]), + ("committe", &["committee"]), + ("committi", &["committee"]), + ("committis", &["committees"]), + ("committment", &["commitment"]), + ("committments", &["commitments"]), + ("committy", &["committee"]), + ("commma", &["comma"]), + ("commma-separated", &["comma-separated"]), + ("commmand", &["command"]), + ("commmand-line", &["command-line"]), + ("commmandline", &["commandline"]), + ("commmands", &["commands"]), + ("commmemorated", &["commemorated"]), + ("commment", &["comment"]), + ("commmented", &["commented"]), + ("commmenting", &["commenting"]), + ("commments", &["comments"]), + ("commmet", &["comment"]), + ("commmets", &["comments"]), + ("commmit", &["commit"]), + ("commmited", &["committed"]), + ("commmiting", &["committing"]), + ("commmits", &["commits"]), + ("commmitted", &["committed"]), + ("commmitter", &["committer"]), + ("commmitters", &["committers"]), + ("commmitting", &["committing"]), + ("commmon", &["common"]), + ("commmunicate", &["communicate"]), + ("commmunicated", &["communicated"]), + ("commmunicates", &["communicates"]), + ("commmunicating", &["communicating"]), + ("commmunication", &["communication"]), + ("commmunity", &["community"]), + ("commna", &["comma"]), + ("commna-separated", &["comma-separated"]), + ("commnad", &["command"]), + ("commnad-line", &["command-line"]), + ("commnadline", &["commandline"]), + ("commnads", &["commands"]), + ("commnand", &["command"]), + ("commnand-line", &["command-line"]), + ("commnandline", &["commandline"]), + ("commnands", &["commands"]), + ("commnd", &["command"]), + ("commnd-line", &["command-line"]), + ("commndline", &["commandline"]), + ("commnds", &["commands"]), + ("commnent", &["comment"]), + ("commnents", &["comments"]), + ("commnetary", &["commentary"]), + ("commnication", &["communication"]), + ("commnt", &["comment"]), + ("commnted", &["commented"]), + ("commnuative", &["commutative"]), + ("commnunicating", &["communicating"]), + ("commnunication", &["communication"]), + ("commnunity", &["community"]), + ("commoditiy", &["commodity"]), + ("commom", &["common"]), + ("commond", &["command"]), + ("commongly", &["commonly"]), + ("commont", &["common", "comment"]), + ("commontly", &["commonly"]), + ("commonweath", &["commonwealth"]), + ("commpact", &["compact"]), + ("commpaction", &["compaction"]), + ("commpand", &["command", "compand"]), + ("commpare", &["compare"]), + ("commparisons", &["comparisons"]), + ("commpatibility", &["compatibility"]), + ("commpatible", &["compatible"]), + ("commpessed", &["compressed"]), + ("commpilation", &["compilation"]), + ("commpile", &["compile"]), + ("commpiled", &["compiled"]), + ("commpiling", &["compiling"]), + ("commplain", &["complain"]), + ("commplete", &["complete"]), + ("commpleted", &["completed"]), + ("commpletely", &["completely"]), + ("commpletes", &["completes"]), + ("commpletion", &["completion"]), + ("commplex", &["complex"]), + ("commpliant", &["compliant"]), + ("commplied", &["complied"]), + ("commpn", &["common"]), + ("commponent", &["component"]), + ("commponents", &["components"]), + ("commpound", &["compound"]), + ("commpresd", &["compressed"]), + ("commpresed", &["compressed"]), + ("commpresion", &["compression"]), + ("commpress", &["compress"]), + ("commpressd", &["compressed"]), + ("commpressed", &["compressed"]), + ("commpression", &["compression"]), + ("commpute", &["compute"]), + ("commputed", &["computed"]), + ("commputer", &["computer"]), + ("commputes", &["computes"]), + ("commputing", &["computing"]), + ("commtited", &["committed"]), + ("commtted", &["committed"]), + ("commuication", &["communication"]), + ("commuications", &["communications"]), + ("commuinications", &["communications"]), + ("communcation", &["communication"]), + ("communciation", &["communication"]), + ("communiation", &["communication"]), + ("communicaion", &["communication"]), + ("communicatie", &["communication"]), + ("communicaton", &["communication"]), + ("communites", &["communities"]), + ("communiy", &["community"]), + ("communiyt", &["community"]), + ("communuication", &["communication"]), + ("commutated", &["commuted"]), + ("commutating", &["commuting"]), + ("commutive", &["commutative"]), + ("comnmand", &["command"]), + ("comnnected", &["connected"]), + ("comnparing", &["comparing"]), + ("comnpletion", &["completion"]), + ("comnpresion", &["compression"]), + ("comnpress", &["compress"]), + ("comobobox", &["combo-box"]), + ("comon", &["common"]), + ("comonent", &["component"]), + ("comor", &["color"]), + ("compability", &["compatibility"]), + ("compabillity", &["compatibility"]), + ("compabitility", &["compatibility"]), + ("compagnion", &["companion"]), + ("compagny", &["company"]), + ("compaibility", &["compatibility"]), + ("compain", &["complain"]), + ("compair", &["compare"]), + ("compaire", &["compare"]), + ("compaired", &["compared"]), + ("compairing", &["comparing"]), + ("compairison", &["comparison"]), + ("compairisons", &["comparisons"]), + ("compairs", &["compares"]), + ("compansate", &["compensate"]), + ("compansated", &["compensated"]), + ("compansates", &["compensates"]), + ("compansating", &["compensating"]), + ("compansation", &["compensation"]), + ("compansations", &["compensations"]), + ("comparaison", &["comparison"]), + ("comparare", &["compare"]), + ("comparater", &["comparator"]), + ("comparation", &["comparison"]), + ("comparations", &["comparisons"]), + ("compareable", &["comparable"]), + ("compareison", &["comparison"]), + ("compareisons", &["comparisons"]), + ("compariable", &["comparable"]), + ("comparied", &["compared"]), + ("comparign", &["comparing"]), + ("comparigon", &["comparison"]), + ("comparigons", &["comparisons"]), + ("compariing", &["comparing"]), + ("comparion", &["comparison"]), + ("comparions", &["comparisons"]), + ("comparios", &["comparison"]), + ("comparioss", &["comparisons"]), + ("comparisaion", &["comparison"]), + ("comparisaions", &["comparisons"]), + ("comparisation", &["comparison"]), + ("comparisations", &["comparisons"]), + ("comparisement", &["comparison"]), + ("comparisements", &["comparisons"]), + ("comparisin", &["comparison"]), + ("comparising", &["comparing"]), + ("comparisins", &["comparisons"]), + ("comparision", &["comparison"]), + ("comparisions", &["comparisons"]), + ("comparism", &["comparison"]), + ("comparisment", &["comparison"]), + ("comparisments", &["comparisons"]), + ("comparisms", &["comparisons"]), + ("comparisn", &["comparison"]), + ("comparisns", &["comparisons"]), + ("comparispon", &["comparison"]), + ("comparispons", &["comparisons"]), + ("comparission", &["comparison"]), + ("comparissions", &["comparisons"]), + ("comparisson", &["comparison"]), + ("comparissons", &["comparisons"]), + ("comparistion", &["comparison"]), + ("comparistions", &["comparisons"]), + ("compariston", &["comparison"]), + ("comparistons", &["comparisons"]), + ("comparition", &["comparison"]), + ("comparitions", &["comparisons"]), + ("comparititive", &["comparative"]), + ("comparititively", &["comparatively"]), + ("comparitive", &["comparative"]), + ("comparitively", &["comparatively"]), + ("comparitor", &["comparator"]), + ("comparitors", &["comparators"]), + ("comparizon", &["comparison"]), + ("comparizons", &["comparisons"]), + ("comparment", &["compartment"]), + ("comparotor", &["comparator"]), + ("comparotors", &["comparators"]), + ("comparre", &["compare"]), + ("comparsion", &["comparison"]), + ("comparsions", &["comparisons"]), + ("compatabable", &["compatible"]), + ("compatabiity", &["compatibility"]), + ("compatabile", &["compatible"]), + ("compatabilities", &["compatibilities"]), + ("compatability", &["compatibility"]), + ("compatabillity", &["compatibility"]), + ("compatabilty", &["compatibility"]), + ("compatabily", &["compatibility"]), + ("compatable", &["compatible"]), + ("compatablie", &["compatible", "compatibly"]), + ("compatablility", &["compatibility"]), + ("compatablities", &["compatibilities"]), + ("compatablitiy", &["compatibility"]), + ("compatablity", &["compatibility"]), + ("compatably", &["compatibly"]), + ("compataibility", &["compatibility"]), + ("compataible", &["compatible"]), + ("compataility", &["compatibility"]), + ("compatatbility", &["compatibility"]), + ("compatatble", &["compatible"]), + ("compatatible", &["compatible"]), + ("compatator", &["comparator"]), + ("compatators", &["comparators"]), + ("compatbile", &["compatible"]), + ("compatbility", &["compatibility"]), + ("compatiability", &["compatibility"]), + ("compatiable", &["compatible"]), + ("compatiablity", &["compatibility"]), + ("compatibel", &["compatible"]), + ("compatibile", &["compatible"]), + ("compatibiliy", &["compatibility"]), + ("compatibilty", &["compatibility"]), + ("compatibily", &["compatibility"]), + ("compatibity", &["compatibility"]), + ("compatiblilty", &["compatibility"]), + ("compatiblities", &["compatibilities"]), + ("compatiblity", &["compatibility"]), + ("compation", &["compaction"]), + ("compatitbility", &["compatibility"]), + ("compativle", &["compatible"]), + ("compaytibility", &["compatibility"]), + ("compeitions", &["competitions"]), + ("compeletely", &["completely"]), + ("compelte", &["complete"]), + ("compeltelyt", &["completely"]), + ("compeltion", &["completion"]), + ("compeltly", &["completely"]), + ("compenent", &["component", "competent"]), + ("compensantion", &["compensation"]), + ("competance", &["competence"]), + ("competant", &["competent"]), + ("competative", &["competitive"]), + ("competetive", &["competitive"]), + ("competion", &["competition", "completion"]), + ("competions", &["completions"]), + ("competitiion", &["competition"]), + ("competive", &["competitive"]), + ("competiveness", &["competitiveness"]), + ("compex", &["complex"]), + ("compfortable", &["comfortable"]), + ("comphrehensive", &["comprehensive"]), + ("compiant", &["compliant"]), + ("compicated", &["complicated"]), + ("compications", &["complications"]), + ("compied", &["compiled"]), + ("compilability", &["compatibility"]), + ("compilant", &["compliant"]), + ("compiletime", &["compile time"]), + ("compiliant", &["compliant"]), + ("compiliation", &["compilation"]), + ("compilier", &["compiler"]), + ("compiliers", &["compilers"]), + ("compitable", &["compatible"]), + ("compitent", &["competent"]), + ("compitible", &["compatible"]), + ("complaing", &["complaining"]), + ("complanied", &["complained"]), + ("complate", &["complete"]), + ("complated", &["completed"]), + ("complates", &["completes"]), + ("complating", &["completing"]), + ("complation", &["compilation", "completion"]), + ("complatly", &["completely"]), + ("complatness", &["completeness"]), + ("complats", &["completes"]), + ("compleate", &["complete"]), + ("compleated", &["completed"]), + ("compleates", &["completes"]), + ("compleating", &["completing"]), + ("compleatly", &["completely"]), + ("compleete", &["complete"]), + ("compleeted", &["completed"]), + ("compleetly", &["completely"]), + ("compleetness", &["completeness"]), + ("complelely", &["completely"]), + ("complelte", &["complete"]), + ("complementt", &["complement"]), + ("compleness", &["completeness"]), + ("complession", &["compression"]), + ("complet", &["complete"]), + ("completedthe", &["completed the"]), + ("completeion", &["completion"]), + ("completelly", &["completely"]), + ("completelty", &["completely"]), + ("completelyl", &["completely"]), + ("completetion", &["completion"]), + ("completetly", &["completely"]), + ("completiom", &["completion"]), + ("completition", &["completion"]), + ("completly", &["completely"]), + ("completness", &["completeness"]), + ("complette", &["complete"]), + ("complettly", &["completely"]), + ("compliace", &["compliance"]), + ("compliancy", &["compliance"]), + ("complianse", &["compliance"]), + ("complied-in", &["compiled-in"]), + ("complience", &["compliance"]), + ("complient", &["compliant"]), + ("complier", &["compiler"]), + ("compliers", &["compilers"]), + ("complile", &["compile"]), + ("compliled", &["compiled"]), + ("compliles", &["compiles"]), + ("compliling", &["compiling"]), + ("compling", &["compiling"]), + ("complmenet", &["complement"]), + ("complted", &["completed"]), + ("compluter", &["computer"]), + ("compnent", &["component"]), + ("compnents", &["components"]), + ("compoennt", &["component"]), + ("compoent", &["component"]), + ("compoents", &["components"]), + ("compoesd", &["composed"]), + ("compoment", &["component"]), + ("compoments", &["components"]), + ("componant", &["component"]), + ("componants", &["components"]), + ("componbents", &["components"]), + ("componding", &["compounding"]), + ("componemt", &["component"]), + ("componemts", &["components"]), + ("componenets", &["components"]), + ("componens", &["components"]), + ("componentes", &["components"]), + ("componet", &["component"]), + ("componets", &["components"]), + ("componnents", &["components"]), + ("componsites", &["composites"]), + ("compontent", &["component"]), + ("compontents", &["components"]), + ("composablity", &["composability"]), + ("composibility", &["composability"]), + ("composiblity", &["composability"]), + ("composit", &["composite"]), + ("compount", &["compound"]), + ("comppatible", &["compatible"]), + ("comprable", &["comparable"]), + ("compre", &["compare", "compère"]), + ("compredded", &["compressed"]), + ("compres", &["compress", "compares"]), + ("compresed", &["compressed"]), + ("compreser", &["compressor"]), + ("compreses", &["compresses"]), + ("compresing", &["compressing"]), + ("compresion", &["compression"]), + ("compresor", &["compressor"]), + ("compressable", &["compressible"]), + ("compresser", &["compressor"]), + ("compresssion", &["compression"]), + ("comprimise", &["compromise"]), + ("compromize", &["compromise"]), + ("compsable", &["composable"]), + ("compsite", &["composite"]), + ("comptabile", &["compatible"]), + ("comptability", &["compatibility", "computability"]), + ("comptible", &["compatible"]), + ("comptue", &["compute"]), + ("compuatation", &["computation"]), + ("compuation", &["computation"]), + ("compulsary", &["compulsory"]), + ("compulsery", &["compulsory"]), + ("compund", &["compound"]), + ("compunds", &["compounds"]), + ("computaion", &["computation"]), + ("computarized", &["computerized"]), + ("computaton", &["computation"]), + ("computtaion", &["computation"]), + ("computtaions", &["computations"]), + ("comress", &["compress"]), + ("comressed", &["compressed"]), + ("comression", &["compression"]), + ("comstraint", &["constraint"]), + ("comsume", &["consume"]), + ("comsumed", &["consumed"]), + ("comsumer", &["consumer"]), + ("comsumers", &["consumers"]), + ("comsumes", &["consumes"]), + ("comsuming", &["consuming"]), + ("comsumption", &["consumption"]), + ("comtain", &["contain"]), + ("comtained", &["contained"]), + ("comtainer", &["container"]), + ("comtains", &["contains"]), + ("comunicate", &["communicate"]), + ("comunication", &["communication"]), + ("comunity", &["community"]), + ("comute", &["commute", "compute"]), + ("comuted", &["commuted", "computed"]), + ("comventions", &["conventions"]), + ("comverted", &["converted"]), + ("conain", &["contain"]), + ("conained", &["contained"]), + ("conainer", &["container"]), + ("conainers", &["containers"]), + ("conaines", &["contains"]), + ("conaining", &["containing"]), + ("conains", &["contains"]), + ("conaint", &["contain"]), + ("conainted", &["contained"]), + ("conainter", &["container"]), + ("conatain", &["contain"]), + ("conatainer", &["container"]), + ("conatainers", &["containers"]), + ("conatains", &["contains"]), + ("conatin", &["contain"]), + ("conatined", &["contained"]), + ("conatiner", &["container"]), + ("conatiners", &["containers"]), + ("conatining", &["containing"]), + ("conatins", &["contains"]), + ("conbination", &["combination"]), + ("conbinations", &["combinations"]), + ("conbtrols", &["controls"]), + ("concaneted", &["concatenated"]), + ("concantenated", &["concatenated"]), + ("concatenaded", &["concatenated"]), + ("concatenaion", &["concatenation"]), + ("concatened", &["concatenated"]), + ("concatentaion", &["concatenation"]), + ("concatentate", &["concatenate"]), + ("concatentated", &["concatenated"]), + ("concatentates", &["concatenates"]), + ("concatentating", &["concatenating"]), + ("concatentation", &["concatenation"]), + ("concatentations", &["concatenations"]), + ("concatented", &["concatenated"]), + ("concatinated", &["concatenated"]), + ("concatination", &["concatenation"]), + ("concatinations", &["concatenations"]), + ("concating", &["concatenating"]), + ("concatonate", &["concatenate"]), + ("concatonated", &["concatenated"]), + ("concatonates", &["concatenates"]), + ("concatonating", &["concatenating"]), + ("conceed", &["concede"]), + ("conceedd", &["conceded"]), + ("concensors", &["consensus"]), + ("concensus", &["consensus"]), + ("concentate", &["concentrate"]), + ("concentated", &["concentrated"]), + ("concentates", &["concentrates"]), + ("concentating", &["concentrating"]), + ("concentation", &["concentration"]), + ("concentic", &["concentric"]), + ("concentraze", &["concentrate"]), + ("concered", &["concerned"]), + ("concerened", &["concerned"]), + ("concering", &["concerning"]), + ("concerntrating", &["concentrating"]), + ("concicely", &["concisely"]), + ("concider", &["consider"]), + ("concidered", &["considered"]), + ("concidering", &["considering"]), + ("conciders", &["considers"]), + ("concieted", &["conceited"]), + ("concieve", &["conceive"]), + ("concieved", &["conceived"]), + ("concious", &["conscious"]), + ("conciously", &["consciously"]), + ("conciousness", &["consciousness"]), + ("concurence", &["concurrence"]), + ("concurency", &["concurrency"]), + ("concurent", &["concurrent"]), + ("concurently", &["concurrently"]), + ("concurents", &["concurrents", "concurrence"]), + ("concurrect", &["concurrent"]), + ("condamned", &["condemned"]), + ("condem", &["condemn"]), + ("condemmed", &["condemned"]), + ("condict", &["conduct"]), + ("condicted", &["conducted"]), + ("condident", &["confident"]), + ("condidential", &["confidential"]), + ("condidional", &["conditional"]), + ("condidtion", &["condition"]), + ("condidtioning", &["conditioning"]), + ("condidtions", &["conditions"]), + ("condifurable", &["configurable"]), + ("condifuration", &["configuration"]), + ("condifure", &["configure"]), + ("condifured", &["configured"]), + ("condig", &["config"]), + ("condigdialog", &["configdialog"]), + ("condiiton", &["condition"]), + ("condionally", &["conditionally"]), + ("conditionaly", &["conditionally"]), + ("conditionn", &["condition"]), + ("conditionnal", &["conditional"]), + ("conditionnaly", &["conditionally"]), + ("conditionned", &["conditioned"]), + ("conditionsof", &["conditions of"]), + ("conditoinal", &["conditional"]), + ("conditon", &["condition"]), + ("conditonal", &["conditional"]), + ("conditons", &["conditions"]), + ("condntional", &["conditional"]), + ("condtiion", &["condition"]), + ("condtiions", &["conditions"]), + ("condtion", &["condition"]), + ("condtional", &["conditional"]), + ("condtionally", &["conditionally"]), + ("condtionals", &["conditionals"]), + ("condtioned", &["conditioned"]), + ("condtions", &["conditions"]), + ("condtition", &["condition"]), + ("condtitional", &["conditional"]), + ("condtitionals", &["conditionals"]), + ("condtitions", &["conditions"]), + ("conductuve", &["conductive", "conducive"]), + ("conecct", &["connect"]), + ("coneccted", &["connected"]), + ("coneccting", &["connecting"]), + ("conecction", &["connection"]), + ("conecctions", &["connections"]), + ("conecctivities", &["connectivities"]), + ("conecctivity", &["connectivity"]), + ("conecctor", &["connector"]), + ("conecctors", &["connectors"]), + ("coneccts", &["connects"]), + ("conecept", &["concept"]), + ("conecepts", &["concepts"]), + ("conecjture", &["conjecture"]), + ("conecjtures", &["conjectures"]), + ("conecnt", &["connect", "content"]), + ("conecntrate", &["concentrate"]), + ("conecntrated", &["concentrated"]), + ("conecntrates", &["concentrates"]), + ("conecnts", &["connects", "contents"]), + ("conecpt", &["concept"]), + ("conecpts", &["concepts"]), + ("conect", &["connect"]), + ("conected", &["connected"]), + ("conecting", &["connecting"]), + ("conection", &["connection"]), + ("conections", &["connections"]), + ("conectivities", &["connectivities"]), + ("conectivity", &["connectivity"]), + ("conectix", &["connectix"]), + ("conector", &["connector"]), + ("conectors", &["connectors"]), + ("conects", &["connects"]), + ("conecurrency", &["concurrency"]), + ("conecutive", &["consecutive"]), + ("coneect", &["connect"]), + ("coneected", &["connected"]), + ("coneecting", &["connecting"]), + ("coneection", &["connection"]), + ("coneections", &["connections"]), + ("coneectivities", &["connectivities"]), + ("coneectivity", &["connectivity"]), + ("coneector", &["connector"]), + ("coneectors", &["connectors"]), + ("coneects", &["connects"]), + ("conenct", &["connect"]), + ("conencted", &["connected"]), + ("conencting", &["connecting"]), + ("conenction", &["connection"]), + ("conenctions", &["connections"]), + ("conenctivities", &["connectivities"]), + ("conenctivity", &["connectivity"]), + ("conenctor", &["connector"]), + ("conenctors", &["connectors"]), + ("conencts", &["connects"]), + ("conenience", &["convenience"]), + ("conenient", &["convenient"]), + ("coneninece", &["convenience"]), + ("coneninet", &["convenient"]), + ("conent", &["content"]), + ("conents", &["contents"]), + ("coner", &["corner", "coroner"]), + ("conergence", &["convergence"]), + ("conern", &["concern"]), + ("conerning", &["concerning"]), + ("coners", &["corners", "coroners"]), + ("conersion", &["conversion"]), + ("conersions", &["conversions"]), + ("conert", &["convert"]), + ("conerted", &["converted"]), + ("conerter", &["converter"]), + ("conerters", &["converters"]), + ("conerting", &["converting"]), + ("conervative", &["conservative"]), + ("conesencus", &["consensus"]), + ("conet", &["connect"]), + ("coneted", &["connected"]), + ("coneting", &["connecting"]), + ("conetion", &["connection"]), + ("conetions", &["connections"]), + ("conetivities", &["connectivities"]), + ("conetivity", &["connectivity"]), + ("conetnt", &["content"]), + ("conetor", &["connector"]), + ("conetors", &["connectors"]), + ("conets", &["connects"]), + ("conetxt", &["context", "connect"]), + ("conetxts", &["contexts", "connects"]), + ("conexant", &["connexant"]), + ("conext", &["context", "connect", "connects"]), + ("conexts", &["contexts", "connects"]), + ("conferrencing", &["conferencing"]), + ("confert", &["convert"]), + ("confety", &["confetti"]), + ("conffiguration", &["configuration"]), + ("confgiuration", &["configuration"]), + ("confgiure", &["configure"]), + ("confgiured", &["configured"]), + ("confguration", &["configuration"]), + ("confgure", &["configure"]), + ("confgured", &["configured"]), + ("confict", &["conflict"]), + ("conficted", &["conflicted"]), + ("conficts", &["conflicts"]), + ("confidance", &["confidence"]), + ("confidantal", &["confidential"]), + ("confidantally", &["confidentially"]), + ("confidantals", &["confidentials"]), + ("confidantial", &["confidential"]), + ("confidantially", &["confidentially"]), + ("confidental", &["confidential"]), + ("confidentally", &["confidentially"]), + ("confids", &["confides"]), + ("confifurable", &["configurable"]), + ("confifuration", &["configuration"]), + ("confifure", &["configure"]), + ("confifured", &["configured"]), + ("configaration", &["configuration"]), + ("configed", &["configured"]), + ("configer", &["configure"]), + ("configiration", &["configuration"]), + ("configire", &["configure"]), + ("configiuration", &["configuration"]), + ("configration", &["configuration"]), + ("configrations", &["configurations"]), + ("configred", &["configured"]), + ("configruated", &["configured", "configuration"]), + ("configruation", &["configuration"]), + ("configruations", &["configurations"]), + ("configrued", &["configured"]), + ("configuaration", &["configuration"]), + ("configuarble", &["configurable"]), + ("configuare", &["configure"]), + ("configuared", &["configured"]), + ("configuarion", &["configuration"]), + ("configuarions", &["configurations"]), + ("configuartion", &["configuration"]), + ("configuartions", &["configurations"]), + ("configuation", &["configuration"]), + ("configuations", &["configurations"]), + ("configue", &["configure"]), + ("configued", &["configured"]), + ("configuerd", &["configured"]), + ("configues", &["configures"]), + ("configuraion", &["configuration"]), + ("configuraiton", &["configuration"]), + ("configuratiens", &["configurations"]), + ("configuratin", &["configuration", "configurating"]), + ("configuratiom", &["configuration"]), + ("configurationn", &["configuration"]), + ("configuratioon", &["configuration"]), + ("configuratoin", &["configuration"]), + ("configuratoins", &["configurations"]), + ("configuraton", &["configuration"]), + ("configuratons", &["configurations"]), + ("configuratrions", &["configurations"]), + ("configuratuion", &["configuration"]), + ("configureable", &["configurable"]), + ("configureing", &["configuring"]), + ("configuretion", &["configuration"]), + ("configurres", &["configures"]), + ("configurring", &["configuring"]), + ("configurses", &["configures"]), + ("configurtation", &["configuration"]), + ("configurting", &["configuring"]), + ("configurtion", &["configuration"]), + ("configury", &["configurable"]), + ("configutation", &["configuration"]), + ("configutations", &["configurations"]), + ("configutration", &["configuration"]), + ("confimred", &["confirmed"]), + ("confiramtion", &["confirmation"]), + ("confirmacion", &["confirmation"]), + ("confirmaed", &["confirmed"]), + ("confirmas", &["confirms"]), + ("confirmatino", &["confirmation"]), + ("confirmatinon", &["confirmation"]), + ("confirmd", &["confirmed"]), + ("confirmedd", &["confirmed"]), + ("confirmeed", &["confirmed"]), + ("confirmming", &["confirming"]), + ("confiug", &["config"]), + ("confiugure", &["configure"]), + ("conflictd", &["conflicts", "conflicted"]), + ("conflictin", &["conflicting"]), + ("conflift", &["conflict"]), + ("conflit", &["conflict"]), + ("confoguration", &["configuration"]), + ("confort", &["comfort"]), + ("confortable", &["comfortable"]), + ("confrim", &["confirm"]), + ("confrimation", &["confirmation"]), + ("confrimations", &["confirmations"]), + ("confrimed", &["confirmed"]), + ("confriming", &["confirming"]), + ("confrims", &["confirms"]), + ("confucing", &["confusing"]), + ("confucion", &["confusion"]), + ("confuction", &["conjunction"]), + ("confudion", &["confusion"]), + ("confue", &["confuse"]), + ("confued", &["confused"]), + ("confues", &["confuses"]), + ("confugiration", &["configuration"]), + ("confugirble", &["configurable"]), + ("confugire", &["configure"]), + ("confugired", &["configured"]), + ("confugires", &["configures"]), + ("confugiring", &["configuring"]), + ("confugrable", &["configurable"]), + ("confugration", &["configuration"]), + ("confugre", &["configure"]), + ("confugred", &["configured"]), + ("confugres", &["configures"]), + ("confugring", &["configuring"]), + ("confugurable", &["configurable"]), + ("confuguration", &["configuration"]), + ("confugure", &["configure"]), + ("confugured", &["configured"]), + ("confugures", &["configures"]), + ("confuguring", &["configuring"]), + ("confuing", &["confusing"]), + ("confunction", &["conjunction"]), + ("confunder", &["confounder"]), + ("confunse", &["confuse"]), + ("confunsed", &["confused"]), + ("confunses", &["confuses"]), + ("confunsing", &["confusing"]), + ("confurable", &["configurable"]), + ("confuration", &["configuration"]), + ("confure", &["configure"]), + ("confured", &["configured"]), + ("confures", &["configures"]), + ("confuring", &["configuring"]), + ("confurse", &["confuse"]), + ("confursed", &["confused"]), + ("confurses", &["confuses"]), + ("confursing", &["confusing"]), + ("confusting", &["confusing"]), + ("confuze", &["confuse"]), + ("confuzed", &["confused"]), + ("confuzes", &["confuses"]), + ("confuzing", &["confusing"]), + ("confuzze", &["confuse"]), + ("confuzzed", &["confused"]), + ("confuzzes", &["confuses"]), + ("confuzzing", &["confusing"]), + ("congifurable", &["configurable"]), + ("congifuration", &["configuration"]), + ("congifure", &["configure"]), + ("congifured", &["configured"]), + ("congigure", &["configure"]), + ("congradulations", &["congratulations"]), + ("congresional", &["congressional"]), + ("conider", &["consider"]), + ("conifguration", &["configuration"]), + ("conifiguration", &["configuration"]), + ("conig", &["config"]), + ("conincide", &["coincide"]), + ("conincidence", &["coincidence"]), + ("conincident", &["coincident"]), + ("conincides", &["coincides"]), + ("coninciding", &["coinciding"]), + ("coninient", &["convenient"]), + ("coninstallable", &["coinstallable"]), + ("coninuation", &["continuation"]), + ("coninue", &["continue"]), + ("coninues", &["continues"]), + ("coninuity", &["continuity"]), + ("coninuous", &["continuous"]), + ("conitinue", &["continue"]), + ("conived", &["connived"]), + ("conjecutre", &["conjecture"]), + ("conjonction", &["conjunction"]), + ("conjonctive", &["conjunctive"]), + ("conjuction", &["conjunction"]), + ("conjuctions", &["conjunctions"]), + ("conjuncion", &["conjunction"]), + ("conjuntion", &["conjunction"]), + ("conjuntions", &["conjunctions"]), + ("conlcude", &["conclude"]), + ("conlcuded", &["concluded"]), + ("conlcudes", &["concludes"]), + ("conlcuding", &["concluding"]), + ("conlcusion", &["conclusion"]), + ("conlcusions", &["conclusions"]), + ("conly", &["only"]), + ("conmnection", &["connection"]), + ("conmpress", &["compress"]), + ("conmpression", &["compression"]), + ("connaect", &["connect"]), + ("conncection", &["connection"]), + ("conncetion", &["connection"]), + ("connction", &["connection"]), + ("conncurrent", &["concurrent"]), + ("connecetd", &["connected"]), + ("connecion", &["connection"]), + ("connecions", &["connections"]), + ("conneciton", &["connection"]), + ("connecitons", &["connections"]), + ("connecor", &["connector"]), + ("connecotr", &["connector"]), + ("connecstatus", &["connectstatus"]), + ("connectd", &["connected"]), + ("connecte", &["connected"]), + ("connectet", &["connected"]), + ("connectibity", &["connectivity"]), + ("connectino", &["connection"]), + ("connectinos", &["connections"]), + ("connectiom", &["connection"]), + ("connectioms", &["connections"]), + ("connectiona", &["connection"]), + ("connectionas", &["connections"]), + ("connecto", &["connect"]), + ("connecton", &["connection", "connector"]), + ("connectted", &["connected"]), + ("connecttion", &["connection"]), + ("conneection", &["connection"]), + ("conneiction", &["connection"]), + ("connektors", &["connectors"]), + ("connetced", &["connected"]), + ("connetcion", &["connection"]), + ("Conneticut", &["Connecticut"]), + ("connetion", &["connection"]), + ("connetor", &["connector"]), + ("connexion", &["connection"]), + ("connnect", &["connect"]), + ("connnected", &["connected"]), + ("connnecting", &["connecting"]), + ("connnection", &["connection"]), + ("connnections", &["connections"]), + ("connnects", &["connects"]), + ("connot", &["cannot"]), + ("connstrain", &["constrain"]), + ("connstrained", &["constrained"]), + ("connstraint", &["constraint"]), + ("conntents", &["contents"]), + ("conntroller", &["controller"]), + ("conosuer", &["connoisseur"]), + ("conotation", &["connotation"]), + ("conotations", &["connotations"]), + ("conpares", &["compares"]), + ("conplete", &["complete"]), + ("conpleted", &["completed"]), + ("conpletes", &["completes"]), + ("conpleting", &["completing"]), + ("conpletion", &["completion"]), + ("conquerd", &["conquered"]), + ("conquerer", &["conqueror"]), + ("conquerers", &["conquerors"]), + ("conqured", &["conquered"]), + ("conrete", &["concrete"]), + ("conrol", &["control"]), + ("conroller", &["controller"]), + ("conrrol", &["control"]), + ("conrrupt", &["corrupt"]), + ("conrruptable", &["corruptible"]), + ("conrrupted", &["corrupted"]), + ("conrruptible", &["corruptible"]), + ("conrruption", &["corruption"]), + ("conrruptions", &["corruptions"]), + ("conrrupts", &["corrupts"]), + ("conrtib", &["contrib"]), + ("conrtibs", &["contribs"]), + ("consants", &["constants"]), + ("conscent", &["consent"]), + ("consciencious", &["conscientious"]), + ("consciouness", &["consciousness"]), + ("consdider", &["consider"]), + ("consdidered", &["considered"]), + ("consdiered", &["considered"]), + ("consdired", &["considered"]), + ("conseat", &["conceit"]), + ("conseated", &["conceited"]), + ("consective", &["consecutive"]), + ("consectively", &["consecutively"]), + ("consectutive", &["consecutive"]), + ("consecuitively", &["consecutively"]), + ("conseed", &["concede"]), + ("conseedd", &["conceded"]), + ("conseeded", &["conceded"]), + ("conseeds", &["concedes"]), + ("consenquently", &["consequently"]), + ("consentrate", &["concentrate"]), + ("consentrated", &["concentrated"]), + ("consentrates", &["concentrates"]), + ("consept", &["concept"]), + ("consepts", &["concepts"]), + ("consequentely", &["consequently"]), + ("consequentually", &["consequently"]), + ("consequeseces", &["consequences"]), + ("consequetive", &["consecutive"]), + ("consequtive", &["consecutive"]), + ("consequtively", &["consecutively"]), + ("consern", &["concern"]), + ("conserned", &["concerned"]), + ("conserning", &["concerning"]), + ("conservativeky", &["conservatively"]), + ("conservitive", &["conservative"]), + ("consestently", &["consistently"]), + ("consevible", &["conceivable"]), + ("consiciousness", &["consciousness"]), + ("consicousness", &["consciousness"]), + ("considder", &["consider"]), + ("considderation", &["consideration"]), + ("considdered", &["considered"]), + ("considdering", &["considering"]), + ("considerd", &["considered"]), + ("considere", &["consider", "considered"]), + ("consideren", &["considered"]), + ("consideres", &["considered", "considers"]), + ("considert", &["considered", "consider"]), + ("considred", &["considered"]), + ("consier", &["consider"]), + ("consiers", &["considers"]), + ("consifer", &["consider"]), + ("consifered", &["considered"]), + ("consious", &["conscious"]), + ("consire", &["conspire", "consider"]), + ("consired", &["conspired", "considered"]), + ("consisant", &["consistent"]), + ("consisent", &["consistent"]), + ("consisently", &["consistently"]), + ("consisntency", &["consistency"]), + ("consistancy", &["consistency"]), + ("consistant", &["consistent"]), + ("consistantly", &["consistently"]), + ("consisten", &["consistent"]), + ("consistend", &["consistent"]), + ("consistendly", &["consistently"]), + ("consistendt", &["consistent"]), + ("consistendtly", &["consistently"]), + ("consistenly", &["consistently"]), + ("consisteny", &["consistency", "consistent"]), + ("consistuents", &["constituents"]), + ("consit", &["consist"]), + ("consitant", &["consistent"]), + ("consited", &["consisted"]), + ("consitency", &["consistency"]), + ("consitent", &["consistent"]), + ("consitently", &["consistently"]), + ("consiting", &["consisting"]), + ("consitional", &["conditional"]), + ("consits", &["consists"]), + ("consituencies", &["constituencies"]), + ("consituency", &["constituency"]), + ("consituent", &["constituent"]), + ("consituents", &["constituents"]), + ("consitute", &["constitute"]), + ("consituted", &["constituted"]), + ("consitutes", &["constitutes"]), + ("consituting", &["constituting"]), + ("consitution", &["constitution"]), + ("consitutional", &["constitutional"]), + ("consitutuent", &["constituent"]), + ("consitutuents", &["constituents"]), + ("consitutute", &["constitute"]), + ("consitututed", &["constituted"]), + ("consitututes", &["constitutes"]), + ("consitututing", &["constituting"]), + ("consol", &["console"]), + ("consolodate", &["consolidate"]), + ("consolodated", &["consolidated"]), + ("consonent", &["consonant"]), + ("consonents", &["consonants"]), + ("consorcium", &["consortium"]), + ("conspiracys", &["conspiracies"]), + ("conspiriator", &["conspirator"]), + ("consquence", &["consequence"]), + ("consquences", &["consequences"]), + ("consquent", &["consequent"]), + ("consquently", &["consequently"]), + ("consrtuct", &["construct"]), + ("consrtucted", &["constructed"]), + ("consrtuctor", &["constructor"]), + ("consrtuctors", &["constructors"]), + ("consrtucts", &["constructs"]), + ("consruction", &["construction"]), + ("consructions", &["constructions"]), + ("consructor", &["constructor"]), + ("consructors", &["constructors"]), + ("constain", &["constrain", "contain"]), + ("constained", &["constrained", "contained"]), + ("constaining", &["constraining", "containing"]), + ("constains", &["constrains", "contains"]), + ("constaints", &["constraints"]), + ("constallation", &["constellation"]), + ("constallations", &["constellations"]), + ("constanly", &["constantly"]), + ("constantsm", &["constants"]), + ("constarnation", &["consternation"]), + ("constatn", &["constant"]), + ("constatnt", &["constant"]), + ("constatnts", &["constants"]), + ("constcurts", &["constructs"]), + ("constext", &["context"]), + ("consting", &["consisting"]), + ("constinually", &["continually"]), + ("constistency", &["consistency"]), + ("constists", &["consists"]), + ("constitently", &["consistently"]), + ("constituant", &["constituent"]), + ("constituants", &["constituents"]), + ("constitue", &["constitute"]), + ("constitues", &["constitutes"]), + ("constituion", &["constitution"]), + ("constituional", &["constitutional"]), + ("constly", &["costly"]), + ("constract", &["construct"]), + ("constracted", &["constructed"]), + ("constractor", &["constructor"]), + ("constractors", &["constructors"]), + ("constraing", &["constraining", "constraint"]), + ("constraintes", &["constraints"]), + ("constrait", &["constraint"]), + ("constraits", &["constraints"]), + ("constrans", &["constrains"]), + ("constrant", &["constraint"]), + ("constrants", &["constraints"]), + ("constrast", &["contrast"]), + ("constrasts", &["contrasts"]), + ("constratints", &["constraints"]), + ("constraucts", &["constructs"]), + ("constrct", &["construct", "constrict"]), + ("constrcted", &["constructed", "constricted"]), + ("constrcting", &["constructing", "constricting"]), + ("constrction", &["construction", "constriction"]), + ("constrctions", &["constructions", "constrictions"]), + ("constrcts", &["constructs", "constricts"]), + ("constrcuct", &["construct"]), + ("constrcut", &["construct"]), + ("constrcuted", &["constructed"]), + ("constrcution", &["construction"]), + ("constrcutor", &["constructor"]), + ("constrcutors", &["constructors"]), + ("constrcuts", &["constructs"]), + ("constriants", &["constraints"]), + ("constrollers", &["controllers"]), + ("construc", &["construct"]), + ("construced", &["constructed", "construed"]), + ("construces", &["constructs"]), + ("construcing", &["constructing"]), + ("construcion", &["construction"]), + ("construciton", &["construction"]), + ("construcor", &["constructor"]), + ("construcs", &["constructs"]), + ("constructcor", &["constructor"]), + ("constructer", &["constructor"]), + ("constructers", &["constructors"]), + ("constructes", &["constructs"]), + ("constructred", &["constructed"]), + ("constructt", &["construct"]), + ("constructted", &["constructed"]), + ("constructting", &["constructing"]), + ("constructtor", &["constructor"]), + ("constructtors", &["constructors"]), + ("constructts", &["constructs"]), + ("constructued", &["constructed"]), + ("constructure", &["constructor"]), + ("construktor", &["constructor"]), + ("construnctor", &["constructor"]), + ("construrtors", &["constructors"]), + ("construt", &["construct"]), + ("construtced", &["constructed"]), + ("construter", &["constructor"]), + ("construters", &["constructors"]), + ("constrution", &["construction"]), + ("construtor", &["constructor"]), + ("construtors", &["constructors"]), + ("consttruct", &["construct"]), + ("consttructer", &["constructor"]), + ("consttructers", &["constructors"]), + ("consttruction", &["construction"]), + ("consttructor", &["constructor"]), + ("consttructors", &["constructors"]), + ("constuct", &["construct"]), + ("constucted", &["constructed"]), + ("constucter", &["constructor"]), + ("constucters", &["constructors"]), + ("constucting", &["constructing"]), + ("constuction", &["construction"]), + ("constuctor", &["constructor"]), + ("constuctors", &["constructors"]), + ("constucts", &["constructs"]), + ("consturct", &["construct"]), + ("consturctor", &["constructor"]), + ("consuder", &["consider"]), + ("consuemr", &["consumer"]), + ("consulant", &["consultant"]), + ("consumate", &["consummate"]), + ("consumated", &["consummated"]), + ("consumating", &["consummating"]), + ("consummed", &["consumed"]), + ("consumtion", &["consumption"]), + ("contacentaion", &["concatenation"]), + ("contagen", &["contagion"]), + ("contaier", &["container"]), + ("contaiminate", &["contaminate"]), + ("contaiminated", &["contaminated"]), + ("contaiminating", &["contaminating"]), + ("containa", &["contain"]), + ( + "containe", + &["contain", "contained", "container", "contains"], + ), + ("containees", &["containers"]), + ("containerr", &["container"]), + ("containes", &["contains"]), + ("containg", &["containing"]), + ("containging", &["containing"]), + ("containig", &["containing"]), + ("containings", &["containing"]), + ("containining", &["containing"]), + ("containint", &["containing"]), + ("containn", &["contain"]), + ("containner", &["container"]), + ("containners", &["containers"]), + ("containns", &["contains"]), + ("containt", &["contain", "content"]), + ("containted", &["contained"]), + ("containter", &["container"]), + ("containting", &["containing"]), + ("containts", &["contains"]), + ("containuations", &["continuations"]), + ("contais", &["contains"]), + ("contaisn", &["contains"]), + ("contaiun", &["contain"]), + ("contamporaries", &["contemporaries"]), + ("contamporary", &["contemporary"]), + ("contan", &["contain"]), + ("contaned", &["contained"]), + ("contanined", &["contained"]), + ("contaning", &["containing"]), + ("contanins", &["contains"]), + ("contans", &["contains"]), + ("contant", &["constant", "content"]), + ("contants", &["constants", "contents"]), + ("contary", &["contrary"]), + ("contast", &["contrast", "contest"]), + ("contatenated", &["concatenated"]), + ("contating", &["contacting", "containing"]), + ("contect", &["contact", "context", "connect"]), + ("contein", &["contain"]), + ("conteined", &["contained"]), + ("conteining", &["containing"]), + ("conteins", &["contains"]), + ("contempoary", &["contemporary"]), + ("contemporaneus", &["contemporaneous"]), + ("contempory", &["contemporary"]), + ("conten", &["contain"]), + ("contence", &["contents"]), + ("contendor", &["contender"]), + ("contened", &["contained", "contend"]), + ("contener", &["container"]), + ("conteners", &["containers"]), + ("contenht", &["content"]), + ("contens", &["contents", "contains"]), + ("content-negatiotiation", &["content-negotiation"]), + ("content-negoatiation", &["content-negotiation"]), + ("content-negoation", &["content-negotiation"]), + ("content-negociation", &["content-negotiation"]), + ("content-negogtiation", &["content-negotiation"]), + ("content-negoitation", &["content-negotiation"]), + ("content-negoptionsotiation", &["content-negotiation"]), + ("content-negosiation", &["content-negotiation"]), + ("content-negotaiation", &["content-negotiation"]), + ("content-negotaition", &["content-negotiation"]), + ("content-negotatiation", &["content-negotiation"]), + ("content-negotation", &["content-negotiation"]), + ("content-negothiation", &["content-negotiation"]), + ("content-negotication", &["content-negotiation"]), + ("content-negotioation", &["content-negotiation"]), + ("content-negotion", &["content-negotiation"]), + ("content-negotionation", &["content-negotiation"]), + ("content-negotiotation", &["content-negotiation"]), + ("content-negotitaion", &["content-negotiation"]), + ("content-negotitation", &["content-negotiation"]), + ("content-negotition", &["content-negotiation"]), + ("content-negoziation", &["content-negotiation"]), + ("contentended", &["contended"]), + ("contentn", &["content"]), + ("contentss", &["contents"]), + ("contermporaneous", &["contemporaneous"]), + ("contet", &["contest", "content", "context"]), + ("contets", &["contents", "contexts"]), + ("contex", &["context"]), + ("contexta", &["context"]), + ("contexual", &["contextual"]), + ("contiains", &["contains"]), + ("contian", &["contain"]), + ("contianed", &["contained"]), + ("contianer", &["container"]), + ("contianers", &["containers"]), + ("contianing", &["containing"]), + ("contians", &["contains"]), + ("contibute", &["contribute"]), + ("contibuted", &["contributed"]), + ("contibutes", &["contributes"]), + ("contibutor", &["contributor"]), + ("contigent", &["contingent"]), + ("contigious", &["contiguous"]), + ("contigiously", &["contiguously"]), + ("contignuous", &["contiguous"]), + ("contigous", &["contiguous"]), + ("contiguious", &["contiguous"]), + ("contiguities", &["continuities"]), + ("contiguos", &["contiguous"]), + ("contiguous-non", &["non-contiguous"]), + ("continaing", &["containing"]), + ("contination", &["continuation"]), + ("contine", &["continue", "contain"]), + ("contined", &["continued"]), + ("continential", &["continental"]), + ("continging", &["containing"]), + ("contingous", &["contiguous"]), + ("continguous", &["contiguous"]), + ("continious", &["continuous"]), + ("continiously", &["continuously"]), + ("continoue", &["continue"]), + ("continous", &["continuous"]), + ("continously", &["continuously"]), + ("continueing", &["continuing"]), + ("continuely", &["continually"]), + ("continuem", &["continuum"]), + ("continuos", &["continuous"]), + ("continuosly", &["continuously"]), + ("continure", &["continue"]), + ("continus", &["continue", "continuous"]), + ("continuse", &["continues"]), + ("continusly", &["continuously"]), + ("continuting", &["continuing"]), + ("contiuation", &["continuation"]), + ("contiue", &["continue"]), + ("contiuguous", &["contiguous"]), + ("contiuing", &["continuing"]), + ("contnt", &["content"]), + ("contol", &["control"]), + ("contoler", &["controller"]), + ("contoller", &["controller"]), + ("contollers", &["controllers"]), + ("contolls", &["controls"]), + ("contols", &["controls"]), + ("contongency", &["contingency"]), + ("contorl", &["control"]), + ("contorled", &["controlled"]), + ("contorls", &["controls"]), + ("contoroller", &["controller"]), + ("contraciction", &["contradiction"]), + ("contracictions", &["contradictions"]), + ("contracition", &["contradiction"]), + ("contracitions", &["contradictions"]), + ("contracter", &["contractor"]), + ("contracters", &["contractors"]), + ("contradically", &["contradictory"]), + ("contrained", &["contained", "constrained"]), + ("contraining", &["constraining"]), + ("contraint", &["constraint"]), + ("contraints", &["constraints"]), + ("contraitns", &["constraints"]), + ("contraveining", &["contravening"]), + ("contravercial", &["controversial"]), + ("contraversy", &["controversy"]), + ("contributer", &["contributor"]), + ("contributers", &["contributors"]), + ("contries", &["countries"]), + ("contritutions", &["contributions"]), + ("contriubte", &["contribute"]), + ("contriubted", &["contributed"]), + ("contriubtes", &["contributes"]), + ("contriubting", &["contributing"]), + ("contriubtion", &["contribution"]), + ("contriubtions", &["contributions"]), + ("contrl", &["control"]), + ("contrller", &["controller"]), + ("contro", &["control"]), + ("controlable", &["controllable"]), + ("controle", &["control", "controlled", "controller"]), + ("controled", &["controlled"]), + ("controlelrs", &["controllers"]), + ("controler", &["controller"]), + ("controlers", &["controllers"]), + ("controles", &["controls", "controllers"]), + ("controling", &["controlling"]), + ("controll", &["control"]), + ("controllerd", &["controlled"]), + ("controllor", &["controller"]), + ("controlls", &["controls"]), + ("contronl", &["control"]), + ("controoler", &["controller"]), + ("controvercial", &["controversial"]), + ("controvercy", &["controversy"]), + ("controveries", &["controversies"]), + ("controversal", &["controversial"]), + ("controversey", &["controversy"]), + ("controversials", &["controversial"]), + ("controvertial", &["controversial"]), + ("controvery", &["controversy"]), + ("contrtoller", &["controller"]), + ("contruct", &["construct"]), + ("contructed", &["constructed"]), + ("contructing", &["constructing"]), + ("contruction", &["construction"]), + ("contructions", &["constructions"]), + ("contructor", &["constructor"]), + ("contructors", &["constructors"]), + ("contructs", &["constructs"]), + ("contry", &["country"]), + ("contryie", &["countryie"]), + ("contsruction", &["construction"]), + ("contstant", &["constant"]), + ("contstants", &["constants"]), + ("contstraint", &["constraint"]), + ("contstructing", &["constructing"]), + ("contstruction", &["construction"]), + ("contur", &["contour"]), + ("contzains", &["contains"]), + ("conuntry", &["country"]), + ("conusmer", &["consumer"]), + ("convaless", &["convalesce"]), + ("convax", &["convex"]), + ("convaxiity", &["convexity"]), + ("convaxly", &["convexly"]), + ("convaxness", &["convexness"]), + ("conveinent", &["convenient"]), + ("conveinience", &["convenience"]), + ("conveinient", &["convenient"]), + ("convenant", &["covenant"]), + ("convenction", &["convention", "convection"]), + ("conveneince", &["convenience"]), + ("conveniance", &["convenience"]), + ("convenince", &["convenience"]), + ("conveninent", &["convenient"]), + ("convense", &["convince"]), + ("convension", &["convention", "conversion"]), + ("convential", &["conventional"]), + ("conventient", &["convenient"]), + ("convenvient", &["convenient"]), + ("conver", &["convert"]), + ("convered", &["converted", "covered"]), + ("convereted", &["converted"]), + ("convergance", &["convergence"]), + ("convering", &["converting", "covering"]), + ("converion", &["conversion"]), + ("converions", &["conversions"]), + ("converison", &["conversion"]), + ("converitble", &["convertible"]), + ("convers", &["converse", "converts", "convert"]), + ("conversly", &["conversely"]), + ("conversoin", &["conversion"]), + ("converssion", &["conversion"]), + ("converst", &["convert"]), + ("converstion", &["conversion", "conversation"]), + ("converstions", &["conversions", "conversations"]), + ("convertable", &["convertible"]), + ("convertables", &["convertibles"]), + ("convertation", &["conversation", "conversion"]), + ("convertations", &["conversations", "conversions"]), + ("convertet", &["converted"]), + ("convertion", &["conversion"]), + ("convertions", &["conversions"]), + ("convertor", &["converter"]), + ("convertors", &["converters"]), + ("convery", &["convert"]), + ("convesion", &["conversion"]), + ("convesions", &["conversions"]), + ("convet", &["convert"]), + ("conveted", &["converted"]), + ("conveter", &["converter"]), + ("conveters", &["converters"]), + ("conveting", &["converting"]), + ("convetion", &["convention"]), + ("convets", &["converts"]), + ("convexe", &["convex", "convexes"]), + ("conveyer", &["conveyor"]), + ("conviced", &["convinced"]), + ("convience", &["convince", "convenience"]), + ("convienence", &["convenience"]), + ("convienience", &["convenience"]), + ("convienient", &["convenient"]), + ("convieniently", &["conveniently"]), + ("conviguration", &["configuration"]), + ("convigure", &["configure"]), + ("convination", &["combination"]), + ("convine", &["combine"]), + ("convineance", &["convenience"]), + ("convineances", &["conveniences"]), + ("convined", &["combined", "convinced"]), + ("convineient", &["convenient"]), + ("convinence", &["convenience"]), + ("convinences", &["conveniences"]), + ("convinent", &["convenient"]), + ("convinently", &["conveniently"]), + ("conviniance", &["convenience"]), + ("conviniances", &["conveniences"]), + ("convinience", &["convenience"]), + ("conviniences", &["conveniences"]), + ("conviniency", &["convenience"]), + ("conviniencys", &["conveniences"]), + ("convinient", &["convenient"]), + ("conviniently", &["conveniently"]), + ("convining", &["combining"]), + ("convinve", &["convince"]), + ("convinved", &["convinced"]), + ("convinving", &["convincing"]), + ("convirted", &["converted"]), + ("convirting", &["converting"]), + ("convised", &["convinced"]), + ("convovle", &["convolve"]), + ("convovled", &["convolved"]), + ("convovling", &["convolving"]), + ("convserion", &["conversion"]), + ("conyak", &["cognac"]), + ("coodinate", &["coordinate"]), + ("coodinates", &["coordinates"]), + ("coodrinate", &["coordinate"]), + ("coodrinates", &["coordinates"]), + ("cooger", &["cougar"]), + ("cookoo", &["cuckoo"]), + ("coolent", &["coolant"]), + ("coolot", &["culotte"]), + ("coolots", &["culottes"]), + ("coomand", &["command"]), + ("coommand", &["command"]), + ("coonstantly", &["constantly"]), + ("coonstructed", &["constructed"]), + ("coopearte", &["cooperate"]), + ("coopeartes", &["cooperates"]), + ("cooporative", &["cooperative"]), + ("coordanate", &["coordinate"]), + ("coordanates", &["coordinates"]), + ("coordiante", &["coordinate"]), + ("coordiantes", &["coordinates"]), + ("coordiantion", &["coordination"]), + ("coordiate", &["coordinate"]), + ("coordiates", &["coordinates"]), + ("coordiinates", &["coordinates"]), + ("coordinats", &["coordinates"]), + ("coordindate", &["coordinate"]), + ("coordindates", &["coordinates"]), + ("coordine", &["coordinate"]), + ("coordines", &["coordinates"]), + ("coording", &["according"]), + ("coordingate", &["coordinate"]), + ("coordingates", &["coordinates"]), + ("coordingly", &["accordingly"]), + ("coordiniate", &["coordinate"]), + ("coordiniates", &["coordinates"]), + ("coordinite", &["coordinate"]), + ("coordinites", &["coordinates"]), + ("coordinnate", &["coordinate"]), + ("coordinnates", &["coordinates"]), + ("coordintae", &["coordinate"]), + ("coordintaes", &["coordinates"]), + ("coordintate", &["coordinate"]), + ("coordintates", &["coordinates"]), + ("coordinte", &["coordinate"]), + ("coordintes", &["coordinates"]), + ("coorditate", &["coordinate"]), + ("coordonate", &["coordinate"]), + ("coordonated", &["coordinated"]), + ("coordonates", &["coordinates"]), + ("coorespond", &["correspond"]), + ("cooresponded", &["corresponded"]), + ("coorespondend", &["correspondent"]), + ("coorespondent", &["correspondent"]), + ("cooresponding", &["corresponding"]), + ("cooresponds", &["corresponds"]), + ("cooridate", &["coordinate"]), + ("cooridated", &["coordinated"]), + ("cooridates", &["coordinates"]), + ("cooridnate", &["coordinate"]), + ("cooridnated", &["coordinated"]), + ("cooridnates", &["coordinates"]), + ("coorinate", &["coordinate"]), + ("coorinates", &["coordinates"]), + ("coorination", &["coordination"]), + ("coorperation", &["cooperation", "corporation"]), + ("coorperations", &["cooperations", "corporations"]), + ("cootdinate", &["coordinate"]), + ("cootdinated", &["coordinated"]), + ("cootdinates", &["coordinates"]), + ("cootdinating", &["coordinating"]), + ("cootdination", &["coordination"]), + ("copeing", &["copying"]), + ("copiese", &["copies"]), + ("copiing", &["copying"]), + ("copiler", &["compiler"]), + ("copletely", &["completely"]), + ("copmetitors", &["competitors"]), + ("copmilation", &["compilation"]), + ("copmonent", &["component"]), + ("copmutations", &["computations"]), + ("copntroller", &["controller"]), + ("coponent", &["component"]), + ("copoying", &["copying"]), + ("coppermines", &["coppermine"]), + ("coppied", &["copied"]), + ("coppy", &["copy", "choppy"]), + ("copright", &["copyright"]), + ("coprighted", &["copyrighted"]), + ("coprights", &["copyrights"]), + ("coproccessor", &["coprocessor"]), + ("coproccessors", &["coprocessors"]), + ("coprocesor", &["coprocessor"]), + ("coprright", &["copyright"]), + ("coprrighted", &["copyrighted"]), + ("coprrights", &["copyrights"]), + ("copstruction", &["construction"]), + ("copuright", &["copyright"]), + ("copurighted", &["copyrighted"]), + ("copurights", &["copyrights"]), + ("copute", &["compute"]), + ("coputed", &["computed"]), + ("coputer", &["computer"]), + ("coputes", &["computes"]), + ("copver", &["cover"]), + ("copyed", &["copied"]), + ("copyeight", &["copyright"]), + ("copyeighted", &["copyrighted"]), + ("copyeights", &["copyrights"]), + ("copyied", &["copied"]), + ("copyrigth", &["copyright"]), + ("copyrigthed", &["copyrighted"]), + ("copyrigths", &["copyrights"]), + ("copyritght", &["copyright"]), + ("copyritghted", &["copyrighted"]), + ("copyritghts", &["copyrights"]), + ("copyrught", &["copyright"]), + ("copyrughted", &["copyrighted"]), + ("copyrughts", &["copyrights"]), + ("copys", &["copies"]), + ("copytight", &["copyright"]), + ("copytighted", &["copyrighted"]), + ("copytights", &["copyrights"]), + ("copyting", &["copying"]), + ("corale", &["chorale"]), + ("cordinate", &["coordinate"]), + ("cordinates", &["coordinates"]), + ("cordoroy", &["corduroy"]), + ("cordump", &["coredump"]), + ("corecct", &["correct"]), + ("corecctly", &["correctly"]), + ("corect", &["correct"]), + ("corected", &["corrected"]), + ("corecting", &["correcting"]), + ("corection", &["correction"]), + ("corectly", &["correctly"]), + ("corects", &["corrects"]), + ("coreespond", &["correspond"]), + ("coregated", &["corrugated"]), + ("corelate", &["correlate"]), + ("corelated", &["correlated"]), + ("corelates", &["correlates"]), + ("corellation", &["correlation"]), + ("corener", &["corner", "coroner"]), + ("coreolis", &["Coriolis"]), + ("corerct", &["correct"]), + ("corerctly", &["correctly"]), + ("corespond", &["correspond"]), + ("coresponded", &["corresponded"]), + ("corespondence", &["correspondence"]), + ("coresponding", &["corresponding"]), + ("coresponds", &["corresponds"]), + ("corfirms", &["confirms"]), + ("coridal", &["cordial"]), + ("corispond", &["correspond"]), + ("cornmitted", &["committed"]), + ("corordinate", &["coordinate"]), + ("corordinates", &["coordinates"]), + ("corordination", &["coordination"]), + ("corosbonding", &["corresponding"]), + ("corosion", &["corrosion"]), + ("corospond", &["correspond"]), + ("corospondance", &["correspondence"]), + ("corosponded", &["corresponded"]), + ("corospondence", &["correspondence"]), + ("corosponding", &["corresponding"]), + ("corosponds", &["corresponds"]), + ("corousel", &["carousel"]), + ("corparate", &["corporate"]), + ("corperations", &["corporations"]), + ("corpration", &["corporation"]), + ("corproration", &["corporation"]), + ("corprorations", &["corporations"]), + ("corrcect", &["correct"]), + ("corrct", &["correct"]), + ("corrdinates", &["coordinates"]), + ("correclty", &["correctly"]), + ("correcly", &["correctly"]), + ("correctably", &["correctable"]), + ("correctely", &["correctly"]), + ("correcters", &["correctors"]), + ("correctnes", &["correctness"]), + ("correcton", &["correction"]), + ("correctons", &["corrections"]), + ("correctures", &["correctors"]), + ("correcty", &["correctly"]), + ("correctyly", &["correctly"]), + ("correcxt", &["correct"]), + ("correect", &["correct"]), + ("correectly", &["correctly"]), + ("correlasion", &["correlation"]), + ("correlatd", &["correlated"]), + ("correllate", &["correlate"]), + ("correllation", &["correlation"]), + ("correllations", &["correlations"]), + ("correnspond", &["correspond"]), + ("corrensponded", &["corresponded"]), + ("correnspondence", &["correspondence"]), + ("correnspondences", &["correspondences"]), + ("correnspondent", &["correspondent"]), + ("correnspondents", &["correspondents"]), + ("corrensponding", &["corresponding"]), + ("corrensponds", &["corresponds"]), + ("corrent", &["correct", "current"]), + ("correograph", &["choreograph"]), + ("correponding", &["corresponding"]), + ("correponds", &["corresponds"]), + ("correponsing", &["corresponding"]), + ("correposding", &["corresponding"]), + ("corresond", &["correspond"]), + ("corresonded", &["corresponded"]), + ("corresonding", &["corresponding"]), + ("corresonds", &["corresponds"]), + ("correspdoning", &["corresponding"]), + ("correspending", &["corresponding"]), + ("correspinding", &["corresponding"]), + ("correspnding", &["corresponding"]), + ("correspodence", &["correspondence"]), + ("correspoding", &["corresponding"]), + ("correspoinding", &["corresponding"]), + ("correspomd", &["correspond"]), + ("correspomded", &["corresponded"]), + ("correspomdence", &["correspondence"]), + ("correspomdences", &["correspondences"]), + ("correspomdent", &["correspondent"]), + ("correspomdents", &["correspondents"]), + ("correspomding", &["corresponding"]), + ("correspomds", &["corresponds"]), + ("correspondance", &["correspondence"]), + ("correspondances", &["correspondences"]), + ("correspondant", &["correspondent"]), + ("correspondants", &["correspondents"]), + ("correspondend", &["correspondent"]), + ("correspondes", &["corresponds"]), + ("correspondg", &["corresponding"]), + ("correspondig", &["corresponding"]), + ("corresponging", &["corresponding"]), + ("corresponing", &["corresponding"]), + ("corresponsding", &["corresponding"]), + ("corresponsing", &["corresponding"]), + ("correspont", &["correspond"]), + ("correspontence", &["correspondence"]), + ("correspontences", &["correspondences"]), + ("correspontend", &["correspondent"]), + ("correspontent", &["correspondent"]), + ("correspontents", &["correspondents"]), + ("corresponting", &["corresponding"]), + ("corresponts", &["corresponds"]), + ("correspoond", &["correspond"]), + ("corressponding", &["corresponding"]), + ("corret", &["correct"]), + ("correted", &["corrected"]), + ("corretion", &["correction"]), + ("corretly", &["correctly"]), + ("corridoor", &["corridor"]), + ("corridoors", &["corridors"]), + ("corrispond", &["correspond"]), + ("corrispondant", &["correspondent"]), + ("corrispondants", &["correspondents"]), + ("corrisponded", &["corresponded"]), + ("corrisponding", &["corresponding"]), + ("corrisponds", &["corresponds"]), + ("corrleation", &["correlation"]), + ("corrleations", &["correlations"]), + ("corrolated", &["correlated"]), + ("corrolates", &["correlates"]), + ("corrolation", &["correlation"]), + ("corrolations", &["correlations"]), + ("corrrect", &["correct"]), + ("corrrected", &["corrected"]), + ("corrresponding", &["corresponding"]), + ("corrresponds", &["corresponds"]), + ("corrrupt", &["corrupt"]), + ("corrrupted", &["corrupted"]), + ("corrruption", &["corruption"]), + ("corrspond", &["correspond"]), + ("corrsponded", &["corresponded"]), + ("corrsponding", &["corresponding"]), + ("corrsponds", &["corresponds"]), + ("corrupeted", &["corrupted"]), + ("corruptable", &["corruptible"]), + ("corruptiuon", &["corruption"]), + ("cors-site", &["cross-site"]), + ("cors-sute", &["cross-site"]), + ("corse", &["course"]), + ("corsor", &["cursor"]), + ("corss", &["cross", "course"]), + ("corss-site", &["cross-site"]), + ("corss-sute", &["cross-site"]), + ("corsses", &["crosses", "courses"]), + ("corsshair", &["crosshair"]), + ("corsshairs", &["crosshairs"]), + ("corssite", &["cross-site"]), + ("corsssite", &["cross-site"]), + ("corsssute", &["cross-site"]), + ("corssute", &["cross-site"]), + ("corus", &["chorus"]), + ("corvering", &["covering"]), + ("cosnsrain", &["constrain"]), + ("cosnsrained", &["constrained"]), + ("cosntrain", &["constrain"]), + ("cosntrains", &["constrains", "constraints"]), + ("cosntraint", &["constraint"]), + ("cosntraints", &["constraints"]), + ("cosntructed", &["constructed"]), + ("cosntructor", &["constructor"]), + ("cosnumer", &["consumer"]), + ("cosolation", &["consolation"]), + ("cosole", &["console"]), + ("cosoled", &["consoled"]), + ("cosoles", &["consoles"]), + ("cosoling", &["consoling"]), + ("costant", &["constant"]), + ("costitution", &["constitution"]), + ("costruct", &["construct"]), + ("costructer", &["constructor"]), + ("costructor", &["constructor"]), + ("costum", &["custom", "costume"]), + ("costumary", &["customary"]), + ("costums", &["customs", "costumes"]), + ("cotain", &["contain"]), + ("cotained", &["contained"]), + ("cotainer", &["container"]), + ("cotains", &["contains"]), + ("cotave", &["octave"]), + ("cotaves", &["octaves"]), + ("cotnain", &["contain"]), + ("cotnained", &["contained"]), + ("cotnainer", &["container"]), + ("cotnainers", &["containers"]), + ("cotnaining", &["containing"]), + ("cotnains", &["contains"]), + ("cotranser", &["cotransfer"]), + ("cotrasferred", &["cotransferred"]), + ("cotrasfers", &["cotransfers"]), + ("cotrol", &["control"]), + ("cotrolled", &["controlled"]), + ("cotrolling", &["controlling"]), + ("cotrols", &["controls"]), + ("cotten", &["cotton"]), + ("coucil", &["council"]), + ("coud", &["could"]), + ("coudl", &["could", "cloud"]), + ("coudn\'t", &["couldn\'t"]), + ("coudnt", &["couldn\'t"]), + ("coul", &["could"]), + ("could\'nt", &["couldn\'t"]), + ("could\'t", &["couldn\'t"]), + ("couldn;t", &["couldn\'t"]), + ("couldnt\'", &["couldn\'t"]), + ("couldnt", &["couldn\'t"]), + ("couldnt;", &["couldn\'t"]), + ("couln\'t", &["couldn\'t"]), + ("couloumb", &["coulomb"]), + ("coult", &["could"]), + ("coummunities", &["communities"]), + ("coummunity", &["community"]), + ("coumpound", &["compound"]), + ("coumpounds", &["compounds"]), + ("councellor", &["councillor", "counselor", "councilor"]), + ("councellors", &["councillors", "counselors", "councilors"]), + ("cound", &["could", "count"]), + ("counding", &["counting"]), + ("coundition", &["condition"]), + ("counds", &["counts"]), + ("counld", &["could"]), + ("counpound", &["compound"]), + ("counpounds", &["compounds"]), + ("counries", &["countries", "counties"]), + ("countain", &["contain"]), + ("countainer", &["container"]), + ("countainers", &["containers"]), + ("countains", &["contains"]), + ("counterfit", &["counterfeit"]), + ("counterfits", &["counterfeits"]), + ("counterintuive", &["counter intuitive"]), + ("countermeausure", &["countermeasure"]), + ("countermeausures", &["countermeasures"]), + ("counterpar", &["counterpart"]), + ("counterpoart", &["counterpart"]), + ("counterpoarts", &["counterparts"]), + ("countie\'s", &["counties", "counties\'", "county\'s"]), + ("countinue", &["continue"]), + ("countinueq", &["continueq", "continue"]), + ("countires", &["countries", "counties"]), + ("countour", &["contour", "counter"]), + ("countours", &["contours", "counters"]), + ("countr", &["counter", "contour", "country", "county"]), + ("countrie\'s", &["countries", "countries\'", "country\'s"]), + ("countrs", &["counters", "contours", "countries"]), + ("cource", &["course", "coerce", "source"]), + ("coururier", &["courier", "couturier"]), + ("couse", &["course", "cause"]), + ("couses", &["courses", "causes"]), + ("cousing", &["cousin"]), + ("couted", &["counted"]), + ("couter", &["counter"]), + ("coutermeasuere", &["countermeasure"]), + ("coutermeasueres", &["countermeasures"]), + ("coutermeasure", &["countermeasure"]), + ("coutermeasures", &["countermeasures"]), + ("couterpart", &["counterpart"]), + ("couters", &["counters", "routers", "scouters"]), + ("couting", &["counting"]), + ("coutner", &["counter"]), + ("coutners", &["counters"]), + ("couuld", &["could"]), + ("couuldn\'t", &["couldn\'t"]), + ("covarage", &["coverage"]), + ("covarages", &["coverages"]), + ("covarege", &["coverage"]), + ("covention", &["convention"]), + ("coventions", &["conventions"]), + ("covere", &["cover"]), + ("coveres", &["covers"]), + ("coverge", &["coverage", "converge"]), + ("coverges", &["coverages", "converges"]), + ("coverred", &["covered"]), + ("coversion", &["conversion"]), + ("coversions", &["conversions"]), + ("coverted", &["converted", "covered", "coveted"]), + ("coverting", &["converting"]), + ("covnert", &["convert"]), + ("covriance", &["covariance"]), + ("covriate", &["covariate"]), + ("covriates", &["covariates"]), + ("coyp", &["copy"]), + ("coypright", &["copyright"]), + ("coyprighted", &["copyrighted"]), + ("coyprights", &["copyrights"]), + ("coyright", &["copyright"]), + ("coyrighted", &["copyrighted"]), + ("coyrights", &["copyrights"]), + ("cpacities", &["capacities"]), + ("cpacity", &["capacity"]), + ("cpation", &["caption"]), + ("cpoy", &["coy", "copy"]), + ("cppp", &["cpp"]), + ("crace", &["grace", "crate"]), + ("craches", &["crashes", "caches", "crutches"]), + ("craete", &["create"]), + ("craeting", &["creating", "crating"]), + ("crahed", &["crashed"]), + ("crahes", &["crashes"]), + ("crahs", &["crash", "crass"]), + ("crahses", &["crashes"]), + ("crashaes", &["crashes"]), + ("crasheed", &["crashed"]), + ("crashees", &["crashes"]), + ("crashess", &["crashes"]), + ("crashs", &["crashes"]), + ("creaate", &["create"]), + ("creaed", &["created"]), + ("creaeted", &["created"]), + ("creasoat", &["creosote"]), + ("creastor", &["creator"]), + ("creat", &["create"]), + ("creatation", &["creation"]), + ("createa", &["create"]), + ("createable", &["creatable"]), + ("createdd", &["created"]), + ("createing", &["creating"]), + ("createive", &["creative"]), + ("creater", &["creator"]), + ("creationg", &["creation", "creating"]), + ("creatning", &["creating"]), + ("creatre", &["create"]), + ("creatred", &["created"]), + ("creats", &["creates"]), + ("credate", &["created"]), + ("credetial", &["credential"]), + ("credetials", &["credentials"]), + ("credintial", &["credential"]), + ("credintials", &["credentials"]), + ("credis", &["credits"]), + ("credists", &["credits"]), + ("creditted", &["credited"]), + ("creedence", &["credence"]), + ("cresent", &["crescent"]), + ("cresits", &["credits"]), + ("cretae", &["create"]), + ("cretaed", &["created"]), + ("cretaes", &["creates"]), + ("cretaing", &["creating"]), + ("cretates", &["creates"]), + ("creted", &["created"]), + ("crewsant", &["croissant"]), + ("cricital", &["critical"]), + ("crirical", &["critical"]), + ("critcial", &["critical"]), + ("criteak", &["critique"]), + ("critera", &["criteria"]), + ("critereon", &["criterion"]), + ("criterias", &["criteria"]), + ("criteriom", &["criterion"]), + ("criticall", &["critical"]), + ("criticial", &["critical"]), + ("criticially", &["critically"]), + ("criticists", &["critics"]), + ("critiera", &["criteria"]), + ("critiical", &["critical"]), + ("critising", &["criticising", "criticizing"]), + ("critisising", &["criticising"]), + ("critisism", &["criticism"]), + ("critisisms", &["criticisms"]), + ("critisize", &["criticise", "criticize"]), + ("critisized", &["criticised", "criticized"]), + ("critisizes", &["criticises", "criticizes"]), + ("critisizing", &["criticising", "criticizing"]), + ("critized", &["criticized"]), + ("critizing", &["criticizing"]), + ("croch", &["crotch"]), + ("crockadile", &["crocodile"]), + ("crockodiles", &["crocodiles"]), + ("cronological", &["chronological"]), + ("cronologically", &["chronologically"]), + ("croppped", &["cropped"]), + ("cros", &["cross"]), + ("cros-site", &["cross-site"]), + ("cros-sute", &["cross-site"]), + ("croshet", &["crochet"]), + ("crosreference", &["cross-reference"]), + ("crosreferenced", &["cross-referenced"]), + ("crosreferences", &["cross-references"]), + ("cross-commpilation", &["cross-compilation"]), + ("cross-orgin", &["cross-origin"]), + ("crossin", &["crossing"]), + ("crossite", &["cross-site"]), + ("crossreference", &["cross-reference"]), + ("crossreferenced", &["cross-referenced"]), + ("crossreferences", &["cross-references"]), + ("crosssite", &["cross-site"]), + ("crosssute", &["cross-site"]), + ("crossute", &["cross-site"]), + ("crowdsigna", &["crowdsignal"]), + ("crowkay", &["croquet"]), + ("crowm", &["crown"]), + ("crrespond", &["correspond"]), + ("crsytal", &["crystal"]), + ("crsytalline", &["crystalline"]), + ("crsytallisation", &["crystallisation"]), + ("crsytallise", &["crystallise"]), + ("crsytallization", &["crystallization"]), + ("crsytallize", &["crystallize"]), + ("crsytallographic", &["crystallographic"]), + ("crsytals", &["crystals"]), + ("crtical", &["critical"]), + ("crticised", &["criticised"]), + ("crucialy", &["crucially"]), + ("crucifiction", &["crucifixion"]), + ("cruncing", &["crunching"]), + ("crurrent", &["current"]), + ("crusies", &["cruises"]), + ("crusor", &["cursor"]), + ("crutial", &["crucial"]), + ("crutially", &["crucially"]), + ("crutialy", &["crucially"]), + ("crypted", &["encrypted"]), + ("cryptocraphic", &["cryptographic"]), + ("cryptograpic", &["cryptographic"]), + ("crystalisation", &["crystallisation"]), + ("cryto", &["crypto"]), + ("crytpo", &["crypto"]), + ("ctificate", &["certificate"]), + ("ctificated", &["certificated"]), + ("ctificates", &["certificates"]), + ("ctification", &["certification"]), + ("cuasality", &["causality"]), + ("cuasation", &["causation"]), + ("cuase", &["cause"]), + ("cuased", &["caused"]), + ("cuases", &["causes"]), + ("cuasing", &["causing"]), + ("cuestion", &["question"]), + ("cuestioned", &["questioned"]), + ("cuestions", &["questions"]), + ("cuileoga", &["cuileog"]), + ("culiminating", &["culminating"]), + ("cumlative", &["cumulative"]), + ("cummand", &["command"]), + ("cummulative", &["cumulative"]), + ("cummunicate", &["communicate"]), + ("cumulatative", &["cumulative"]), + ("cumulattive", &["cumulative"]), + ("cuncurency", &["concurrency"]), + ("cunter", &["counter"]), + ("curch", &["church"]), + ("curcuit", &["circuit"]), + ("curcuits", &["circuits"]), + ("curcumstance", &["circumstance"]), + ("curcumstances", &["circumstances"]), + ("cureful", &["careful"]), + ("curefully", &["carefully"]), + ("curefuly", &["carefully"]), + ("curent", &["current"]), + ("curentfilter", &["currentfilter"]), + ("curently", &["currently"]), + ("curernt", &["current"]), + ("curerntly", &["currently"]), + ("curiousities", &["curiosities"]), + ("curiousity\'s", &["curiosity\'s"]), + ("curiousity", &["curiosity"]), + ("curnilinear", &["curvilinear"]), + ("currect", &["correct", "current"]), + ("currected", &["corrected"]), + ("currecting", &["correcting"]), + ("currectly", &["correctly", "currently"]), + ("currects", &["corrects", "currents"]), + ("curreent", &["current"]), + ("curreents", &["currents"]), + ("curremt", &["current"]), + ("curremts", &["currents"]), + ("curren", &["current"]), + ("currenlty", &["currently"]), + ("currenly", &["currently"]), + ("currennt", &["current"]), + ("currenntly", &["currently"]), + ("currennts", &["currents"]), + ("currentl", &["currently"]), + ("currentlly", &["currently"]), + ("currentry", &["currently"]), + ("currenty", &["currently"]), + ("curresponding", &["corresponding"]), + ("curretly", &["currently"]), + ("curretnly", &["currently"]), + ("curriculem", &["curriculum"]), + ("currious", &["curious"]), + ("currnet", &["current"]), + ("currnt", &["current"]), + ("currntly", &["currently"]), + ("curros", &["cursor"]), + ("currrency", &["currency"]), + ("currrent", &["current"]), + ("currrently", &["currently"]), + ("curruent", &["current"]), + ("currupt", &["corrupt"]), + ("curruptable", &["corruptible"]), + ("currupted", &["corrupted"]), + ("curruptible", &["corruptible"]), + ("curruption", &["corruption"]), + ("curruptions", &["corruptions"]), + ("currupts", &["corrupts"]), + ("currus", &["cirrus"]), + ("curser", &["cursor"]), + ("cursos", &["cursors", "cursor"]), + ("cursot", &["cursor"]), + ("cursro", &["cursor"]), + ("curvelinear", &["curvilinear"]), + ("custoisable", &["customisable"]), + ("custoisation", &["customisation"]), + ("custoise", &["customise"]), + ("custoised", &["customised"]), + ("custoiser", &["customiser"]), + ("custoisers", &["customisers"]), + ("custoising", &["customising"]), + ("custoizable", &["customizable"]), + ("custoization", &["customization"]), + ("custoize", &["customize"]), + ("custoized", &["customized"]), + ("custoizer", &["customizer"]), + ("custoizers", &["customizers"]), + ("custoizing", &["customizing"]), + ("customable", &["customizable"]), + ("custome", &["custom", "customs", "costume", "customer"]), + ("customicable", &["customisable", "customizable"]), + ("customie", &["customize"]), + ("customied", &["customized"]), + ("customsied", &["customised"]), + ("customzied", &["customized"]), + ("custon", &["custom"]), + ("custonary", &["customary"]), + ("custoner", &["customer"]), + ("custoners", &["customers"]), + ("custonisable", &["customisable"]), + ("custonisation", &["customisation"]), + ("custonise", &["customise"]), + ("custonised", &["customised"]), + ("custoniser", &["customiser"]), + ("custonisers", &["customisers"]), + ("custonising", &["customising"]), + ("custonizable", &["customizable"]), + ("custonization", &["customization"]), + ("custonize", &["customize"]), + ("custonized", &["customized"]), + ("custonizer", &["customizer"]), + ("custonizers", &["customizers"]), + ("custonizing", &["customizing"]), + ("custons", &["customs"]), + ("custumised", &["customised"]), + ("custumized", &["customized"]), + ("cuted", &["cut", "cute", "cuter"]), + ("cutom", &["custom"]), + ("cutted", &["cut"]), + ("cuurently", &["currently"]), + ("cuve", &["curve", "cube", "cave"]), + ("cuves", &["curves", "cubes", "caves"]), + ("cuvre", &["curve", "cover"]), + ("cuvres", &["curves", "covers"]), + ("cvignore", &["cvsignore"]), + ("cxan", &["cyan"]), + ("cycic", &["cyclic"]), + ("cyclinder", &["cylinder"]), + ("cyclinders", &["cylinders"]), + ("cycular", &["circular"]), + ("cylcic", &["cyclic"]), + ("cylcical", &["cyclical"]), + ("cyle", &["cycle"]), + ("cylic", &["cyclic"]), + ("cylider", &["cylinder"]), + ("cyliders", &["cylinders"]), + ("cylindre", &["cylinder"]), + ("cylnder", &["cylinder"]), + ("cylnders", &["cylinders"]), + ("cylynders", &["cylinders"]), + ("cymk", &["CMYK"]), + ("cyphersuite", &["ciphersuite"]), + ("cyphersuites", &["ciphersuites"]), + ("cyphertext", &["ciphertext"]), + ("cyphertexts", &["ciphertexts"]), + ("cyprt", &["crypt"]), + ("cyprtic", &["cryptic"]), + ("cyprto", &["crypto"]), + ("Cyrllic", &["Cyrillic"]), + ("cyrpto", &["crypto"]), + ("cyrrent", &["current"]), + ("cyrrilic", &["Cyrillic"]), + ("cyrstal", &["crystal"]), + ("cyrstalline", &["crystalline"]), + ("cyrstallisation", &["crystallisation"]), + ("cyrstallise", &["crystallise"]), + ("cyrstallization", &["crystallization"]), + ("cyrstallize", &["crystallize"]), + ("cyrstals", &["crystals"]), + ("cyrto", &["crypto"]), + ("cywgin", &["Cygwin"]), + ("daa", &["data"]), + ("dabase", &["database"]), + ("daclaration", &["declaration"]), + ("dacquiri", &["daiquiri"]), + ("dadlock", &["deadlock"]), + ("daed", &["dead"]), + ("dael", &["deal", "dial", "dahl"]), + ("daemonified", &["daemonised", "daemonized"]), + ("dafault", &["default"]), + ("dafaults", &["defaults"]), + ("dafaut", &["default"]), + ("dafualt", &["default"]), + ("dafualted", &["defaulted"]), + ("dafualts", &["defaults"]), + ("daita", &["data"]), + ("dake", &["take"]), + ("dalmation", &["Dalmatian"]), + ("dalta", &["delta"]), + ("damenor", &["demeanor"]), + ("dameon", &["daemon", "demon", "Damien"]), + ("damge", &["damage"]), + ("dammage", &["damage"]), + ("dammages", &["damages"]), + ("danceing", &["dancing"]), + ("dandidates", &["candidates"]), + ("daplicating", &["duplicating"]), + ("Dardenelles", &["Dardanelles"]), + ("dasdot", &["dashdot"]), + ("dashbaord", &["dashboard"]), + ("dashbord", &["dashboard"]), + ("dashbords", &["dashboards"]), + ("dashs", &["dashes"]), + ("dasy", &["daisy"]), + ("data-strcuture", &["data-structure"]), + ("data-strcutures", &["data-structures"]), + ("databaase", &["database"]), + ("databaases", &["databases"]), + ("databae", &["database"]), + ("databas", &["database"]), + ("databsae", &["database"]), + ("databsaes", &["databases"]), + ("databse", &["database"]), + ("databses", &["databases"]), + ("datadsir", &["datadir"]), + ("dataet", &["dataset"]), + ("dataets", &["datasets"]), + ("datas", &["data"]), + ("datastrcuture", &["datastructure"]), + ("datastrcutures", &["datastructures"]), + ("datastrem", &["datastream"]), + ("datatbase", &["database"]), + ("datatbases", &["databases"]), + ("datatgram", &["datagram"]), + ("datatgrams", &["datagrams"]), + ("datatore", &["datastore"]), + ("datatores", &["datastores"]), + ("datatpe", &["datatype"]), + ("datatpes", &["datatypes"]), + ("datatpye", &["datatype"]), + ("datatpyes", &["datatypes"]), + ("datatset", &["dataset"]), + ("datatsets", &["datasets"]), + ("datatstructure", &["datastructure"]), + ("datatstructures", &["datastructures"]), + ("datattype", &["datatype"]), + ("datattypes", &["datatypes"]), + ("datatye", &["datatype"]), + ("datatyep", &["datatype"]), + ("datatyepe", &["datatype"]), + ("datatyepes", &["datatypes"]), + ("datatyeps", &["datatypes"]), + ("datatyes", &["datatypes"]), + ("datatyoe", &["datatype"]), + ("datatyoes", &["datatypes"]), + ("datatytpe", &["datatype"]), + ("datatytpes", &["datatypes"]), + ("datbase", &["database"]), + ("datbases", &["databases"]), + ("datea", &["date", "data"]), + ("datecreatedd", &["datecreated"]), + ("datection", &["detection"]), + ("datee", &["date"]), + ("datset", &["dataset"]), + ("datsets", &["datasets"]), + ("daty", &["data", "date"]), + ("daugher", &["daughter"]), + ("DCHP", &["DHCP"]), + ("dcok", &["dock"]), + ("dcoked", &["docked"]), + ("dcoker", &["docker"]), + ("dcokerd", &["dockerd", "docked", "docker"]), + ("dcoking", &["docking"]), + ("dcoks", &["docks"]), + ("dcument", &["document"]), + ("dcumented", &["documented"]), + ("dcumenting", &["documenting"]), + ("dcuments", &["documents"]), + ("de-actived", &["deactivated"]), + ("de-duplacate", &["de-duplicate"]), + ("de-duplacated", &["de-duplicated"]), + ("de-duplacates", &["de-duplicates"]), + ("de-duplacation", &["de-duplication"]), + ("de-duplacte", &["de-duplicate"]), + ("de-duplacted", &["de-duplicated"]), + ("de-duplactes", &["de-duplicates"]), + ("de-duplaction", &["de-duplication"]), + ("de-duplaicate", &["de-duplicate"]), + ("de-duplaicated", &["de-duplicated"]), + ("de-duplaicates", &["de-duplicates"]), + ("de-duplaication", &["de-duplication"]), + ("de-duplate", &["de-duplicate"]), + ("de-duplated", &["de-duplicated"]), + ("de-duplates", &["de-duplicates"]), + ("de-duplation", &["de-duplication"]), + ("de-fualt", &["default"]), + ("de-fualts", &["defaults"]), + ("de-registeres", &["de-registers"]), + ("deacitivation", &["deactivation"]), + ("deacitvated", &["deactivated"]), + ("deactivatiion", &["deactivation"]), + ("deactive", &["deactivate"]), + ("deactiveate", &["deactivate"]), + ("deactived", &["deactivated"]), + ("deactiving", &["deactivating"]), + ("deaemon", &["daemon"]), + ("deafault", &["default"]), + ("deafualt", &["default"]), + ("deafualts", &["defaults"]), + ("deafult", &["default"]), + ("deafulted", &["defaulted"]), + ("deafults", &["defaults"]), + ("deail", &["deal"]), + ("deailing", &["dealing"]), + ("deaktivate", &["deactivate"]), + ("deaktivated", &["deactivated"]), + ("dealed", &["dealt"]), + ("dealilng", &["dealing"]), + ("dealloacte", &["deallocate"]), + ("deallocaed", &["deallocated"]), + ("dealocate", &["deallocate"]), + ("dealte", &["delete"]), + ("deamand", &["demand"]), + ("deamanding", &["demanding"]), + ("deamands", &["demands"]), + ("deambigate", &["disambiguate"]), + ("deambigates", &["disambiguates"]), + ("deambigation", &["disambiguation"]), + ("deambiguage", &["disambiguate"]), + ("deambiguages", &["disambiguates"]), + ("deambiguate", &["disambiguate"]), + ("deambiguates", &["disambiguates"]), + ("deambiguation", &["disambiguation"]), + ("deamiguate", &["disambiguate"]), + ("deamiguates", &["disambiguates"]), + ("deamiguation", &["disambiguation"]), + ("deamon", &["daemon"]), + ("deamonified", &["daemonised", "daemonized"]), + ("deamonisation", &["daemonisation"]), + ("deamonise", &["daemonise"]), + ("deamonised", &["daemonised"]), + ("deamonises", &["daemonises"]), + ("deamonising", &["daemonising"]), + ("deamonization", &["daemonization"]), + ("deamonize", &["daemonize"]), + ("deamonized", &["daemonized"]), + ("deamonizes", &["daemonizes"]), + ("deamonizing", &["daemonizing"]), + ("deamons", &["daemons"]), + ("deassering", &["deasserting"]), + ("deatch", &["detach"]), + ("deatched", &["detached"]), + ("deatches", &["detaches"]), + ("deatching", &["detaching"]), + ("deativate", &["deactivate"]), + ("deativated", &["deactivated"]), + ("deativates", &["deactivates"]), + ("deativation", &["deactivation"]), + ("deaults", &["defaults"]), + ("deauthenication", &["deauthentication"]), + ("debain", &["Debian"]), + ("debateable", &["debatable"]), + ("debbuger", &["debugger"]), + ("debgu", &["debug"]), + ("debgug", &["debug"]), + ("debguging", &["debugging"]), + ("debiab", &["Debian"]), + ("debians", &["Debian\'s"]), + ("debloking", &["deblocking"]), + ("debth", &["depth"]), + ("debths", &["depths"]), + ("debufs", &["debugfs"]), + ("debugee", &["debuggee"]), + ("debuger", &["debugger"]), + ("debugg", &["debug"]), + ("debugginf", &["debugging"]), + ("debuggs", &["debugs"]), + ("debuging", &["debugging"]), + ("decaffinated", &["decaffeinated"]), + ("decalare", &["declare"]), + ("decalared", &["declared"]), + ("decalares", &["declares"]), + ("decalaring", &["declaring"]), + ("decalration", &["declaration"]), + ("decalrations", &["declarations"]), + ("decalratiosn", &["declarations"]), + ("decapsulting", &["decapsulating"]), + ("decathalon", &["decathlon"]), + ("deccelerate", &["decelerate"]), + ("Decemer", &["December"]), + ("decend", &["descend"]), + ("decendant", &["descendant"]), + ("decendants", &["descendants"]), + ("decendend", &["descendent", "descendant", "descended"]), + ("decendent", &["descendent", "descendant"]), + ("decendentant", &["descendant"]), + ("decendentants", &["descendants"]), + ("decendents", &["descendents", "descendants"]), + ("decending", &["descending"]), + ("deciaml", &["decimal"]), + ("deciamls", &["decimals"]), + ("decices", &["decides"]), + ("decidate", &["dedicate"]), + ("decidated", &["dedicated"]), + ("decidates", &["dedicates"]), + ("decideable", &["decidable"]), + ("decidely", &["decidedly"]), + ("decie", &["decide"]), + ("decied", &["decide", "decided"]), + ("deciedd", &["decided"]), + ("deciede", &["decide"]), + ("decieded", &["decided"]), + ("deciedes", &["decides"]), + ("decieding", &["deciding"]), + ("decieds", &["decides"]), + ("deciemal", &["decimal"]), + ("decies", &["decides"]), + ("decieve", &["deceive"]), + ("decieved", &["deceived"]), + ("decieves", &["deceives"]), + ("decieving", &["deceiving"]), + ("decimials", &["decimals"]), + ("decison", &["decision"]), + ("decission", &["decision"]), + ("declar", &["declare"]), + ("declarated", &["declared"]), + ("declaratinos", &["declarations"]), + ("declaratiom", &["declaration"]), + ("declaraton", &["declaration"]), + ("declaratons", &["declarations"]), + ("declard", &["declared"]), + ("declarded", &["declared"]), + ("declaritive", &["declarative"]), + ("declaritively", &["declaratively"]), + ("declarnig", &["declaring"]), + ("declars", &["declares", "declared"]), + ("declartated", &["declared"]), + ("declartation", &["declaration"]), + ("declartations", &["declarations"]), + ("declartative", &["declarative"]), + ("declartator", &["declarator"]), + ("declartators", &["declarators"]), + ("declarted", &["declared"]), + ("declartion", &["declaration"]), + ("declartions", &["declarations"]), + ("declartiuon", &["declaration"]), + ("declartiuons", &["declarations"]), + ("declartiuve", &["declarative"]), + ("declartive", &["declarative"]), + ("declartor", &["declarator"]), + ("declartors", &["declarators"]), + ("declataions", &["declarations"]), + ("declatation", &["declaration"]), + ("declatations", &["declarations"]), + ("declated", &["declared"]), + ("declation", &["declaration"]), + ("declations", &["declarations"]), + ("declatory", &["declaratory"]), + ("decleration", &["declaration"]), + ("declerations", &["declarations"]), + ("declration", &["declaration"]), + ("decocde", &["decode"]), + ("decocded", &["decoded"]), + ("decocder", &["decoder"]), + ("decocders", &["decoders"]), + ("decocdes", &["decodes"]), + ("decocding", &["decoding"]), + ("decocdings", &["decodings"]), + ("decodded", &["decoded"]), + ("decodding", &["decoding"]), + ("decodeing", &["decoding"]), + ("decomissioned", &["decommissioned"]), + ("decomissioning", &["decommissioning"]), + ("decommissionn", &["decommission"]), + ("decommissionned", &["decommissioned"]), + ("decommpress", &["decompress"]), + ("decomoposition", &["decomposition"]), + ("decomposion", &["decomposition"]), + ("decomposit", &["decompose"]), + ("decomposited", &["decomposed"]), + ("decompositing", &["decomposing"]), + ("decomposits", &["decomposes"]), + ("decompostion", &["decomposition"]), + ("decompostition", &["decomposition"]), + ("decompres", &["decompress"]), + ("decompresed", &["decompressed"]), + ("decompreser", &["decompressor"]), + ("decompreses", &["decompresses"]), + ("decompresing", &["decompressing"]), + ("decompresion", &["decompression"]), + ("decompresor", &["decompressor"]), + ("decompressd", &["decompressed"]), + ("decompresser", &["decompressor"]), + ("decompse", &["decompose"]), + ("decond", &["decode"]), + ("deconde", &["decode"]), + ("deconded", &["decoded"]), + ("deconder", &["decoder"]), + ("deconders", &["decoders"]), + ("decondes", &["decodes"]), + ("deconding", &["decoding"]), + ("decondings", &["decodings"]), + ("deconstract", &["deconstruct"]), + ("deconstracted", &["deconstructed"]), + ("deconstrcutor", &["deconstructor"]), + ("decopose", &["decompose"]), + ("decoposes", &["decomposes"]), + ("decoraded", &["decorated"]), + ("decoratrion", &["decoration"]), + ("decorde", &["decode"]), + ("decorded", &["decoded"]), + ("decorder", &["decoder"]), + ("decorders", &["decoders"]), + ("decordes", &["decodes"]), + ("decording", &["decoding"]), + ("decordings", &["decodings"]), + ("decorrellation", &["decorrelation"]), + ("decose", &["decode"]), + ("decosed", &["decoded"]), + ("decoser", &["decoder"]), + ("decosers", &["decoders"]), + ("decoses", &["decodes"]), + ("decosing", &["decoding"]), + ("decosings", &["decodings"]), + ("decraesing", &["decreasing", "deceasing"]), + ("decrasing", &["decreasing", "deceasing"]), + ("decration", &["decoration"]), + ("decreace", &["decrease"]), + ("decreas", &["decrease"]), + ("decremenet", &["decrement"]), + ("decremenetd", &["decremented"]), + ("decremeneted", &["decremented"]), + ("decrese", &["decrease"]), + ("decresing", &["decreasing", "deceasing"]), + ("decress", &["decrees"]), + ("decribe", &["describe"]), + ("decribed", &["described"]), + ("decribes", &["describes"]), + ("decribing", &["describing"]), + ("decription", &["description"]), + ("decriptions", &["descriptions"]), + ("decriptor", &["descriptor"]), + ("decriptors", &["descriptors"]), + ("decrmenet", &["decrement"]), + ("decrmenetd", &["decremented"]), + ("decrmeneted", &["decremented"]), + ("decroation", &["decoration"]), + ("decrpt", &["decrypt"]), + ("decrpted", &["decrypted"]), + ("decrption", &["decryption"]), + ("decrytion", &["decryption"]), + ("decscription", &["description"]), + ("decsiptors", &["descriptors"]), + ("decsribed", &["described"]), + ("decsriptor", &["descriptor"]), + ("decsriptors", &["descriptors"]), + ("decstiption", &["description"]), + ("decstiptions", &["descriptions"]), + ("dectect", &["detect"]), + ("dectecte", &["detect", "detected", "detects"]), + ("dectected", &["detected"]), + ("dectecting", &["detecting"]), + ("dectection", &["detection"]), + ("dectector", &["detector"]), + ("dectivate", &["deactivate"]), + ("decutable", &["deductible"]), + ("decutables", &["deductibles"]), + ("decypher", &["decipher"]), + ("decyphered", &["deciphered"]), + ("ded", &["dead"]), + ("dedault", &["default"]), + ("dedected", &["detected"]), + ("dedection", &["detection"]), + ("dedidated", &["dedicated"]), + ("dedly", &["deadly"]), + ("deductable", &["deductible"]), + ("deductables", &["deductibles"]), + ("deduplacate", &["deduplicate"]), + ("deduplacated", &["deduplicated"]), + ("deduplacates", &["deduplicates"]), + ("deduplacation", &["deduplication"]), + ("deduplacte", &["deduplicate"]), + ("deduplacted", &["deduplicated"]), + ("deduplactes", &["deduplicates"]), + ("deduplaction", &["deduplication"]), + ("deduplaicate", &["deduplicate"]), + ("deduplaicated", &["deduplicated"]), + ("deduplaicates", &["deduplicates"]), + ("deduplaication", &["deduplication"]), + ("deduplate", &["deduplicate"]), + ("deduplated", &["deduplicated"]), + ("deduplates", &["deduplicates"]), + ("deduplation", &["deduplication"]), + ("dedupliate", &["deduplicate"]), + ("dedupliated", &["deduplicated"]), + ("deecorator", &["decorator"]), + ("deeep", &["deep"]), + ("deelte", &["delete"]), + ("deendencies", &["dependencies"]), + ("deendency", &["dependency"]), + ("defail", &["detail"]), + ("defailt", &["default"]), + ("defalt", &["default"]), + ("defalts", &["defaults"]), + ("defalut", &["default"]), + ("defargkey", &["defragkey"]), + ("defatult", &["default"]), + ("defaukt", &["default"]), + ("defaul", &["default"]), + ("defaulat", &["default"]), + ("defaulats", &["defaults"]), + ("defauld", &["default"]), + ("defaulds", &["defaults"]), + ("defaule", &["default"]), + ("defauled", &["default", "defaulted"]), + ("defaules", &["defaults"]), + ("defaulf", &["default"]), + ("defaulfs", &["defaults"]), + ("defaulg", &["default"]), + ("defaulgs", &["defaults"]), + ("defaulh", &["default"]), + ("defaulhs", &["defaults"]), + ("defauling", &["defaulting"]), + ("defaulit", &["default"]), + ("defaulits", &["defaults"]), + ("defaulkt", &["default"]), + ("defaulkts", &["defaults"]), + ("defaull", &["default"]), + ("defaulls", &["defaults"]), + ("defaullt", &["default"]), + ("defaullts", &["defaults"]), + ("defaulr", &["default"]), + ("defaulrs", &["defaults"]), + ("defaulrt", &["default"]), + ("defaulrts", &["defaults"]), + ("defauls", &["default", "defaults"]), + ("defaulst", &["defaults", "default"]), + ("defaultet", &["defaulted"]), + ("defauly", &["default"]), + ("defaulys", &["defaults"]), + ("defaulz", &["default", "defaults"]), + ("defaut", &["default"]), + ("defautl", &["default"]), + ("defautled", &["defaulted"]), + ("defautling", &["defaulting"]), + ("defautls", &["defaults"]), + ("defautlt", &["default"]), + ("defautly", &["defaultly"]), + ("defauts", &["defaults"]), + ("defecit", &["deficit"]), + ("defeine", &["define"]), + ("defeines", &["defines"]), + ("defenate", &["definite"]), + ("defenately", &["definitely"]), + ("defendent", &["defendant"]), + ("defendents", &["defendants"]), + ("defenitely", &["definitely"]), + ("defenition", &["definition"]), + ("defenitions", &["definitions"]), + ("defenitly", &["definitely"]), + ("deferal", &["deferral"]), + ("deferals", &["deferrals"]), + ("defered", &["deferred"]), + ("deferentiating", &["differentiating"]), + ("defering", &["deferring"]), + ("deferreal", &["deferral"]), + ("deffensively", &["defensively"]), + ("deffered", &["differed", "deferred"]), + ("defference", &["difference", "deference"]), + ("defferent", &["different", "deferent"]), + ("defferential", &["differential", "deferential"]), + ("defferently", &["differently"]), + ("deffering", &["differing"]), + ("defferred", &["deferred"]), + ("deffers", &["differs", "defers"]), + ("deffine", &["define"]), + ("deffined", &["defined"]), + ("deffinition", &["definition"]), + ("deffinitively", &["definitively"]), + ("deffirent", &["different"]), + ("defiantely", &["defiantly"]), + ("defice", &["device"]), + ("defien", &["define"]), + ("defiend", &["defined"]), + ("defiened", &["defined"]), + ("defin", &["define"]), + ("definad", &["defined"]), + ("definance", &["defiance"]), + ("definate", &["definite"]), + ("definately", &["definitely"]), + ("defination", &["definition"]), + ("definations", &["definitions"]), + ("definatly", &["definitely"]), + ("defind", &["defined", "defund"]), + ("definded", &["defined", "defunded"]), + ("defineas", &["defines"]), + ("defineed", &["defined"]), + ("definend", &["defined"]), + ("definetely", &["definitely"]), + ("definetly", &["definitely"]), + ("definiation", &["definition"]), + ("definied", &["defined"]), + ("definifiton", &["definition"]), + ("definining", &["defining"]), + ("defininition", &["definition"]), + ("defininitions", &["definitions"]), + ("definintion", &["definition"]), + ("definit", &["definite"]), + ("definitian", &["definition"]), + ("definitiion", &["definition"]), + ("definitiions", &["definitions"]), + ("definitio", &["definition"]), + ("definitivly", &["definitively"]), + ("definitly", &["definitely"]), + ("definitoin", &["definition"]), + ("definiton", &["definition"]), + ("definitons", &["definitions"]), + ("definned", &["defined"]), + ("definnition", &["definition"]), + ("defins", &["defines", "define"]), + ("defint", &["definite", "define"]), + ("definte", &["definite", "define"]), + ("defintian", &["definition"]), + ("defintion", &["definition"]), + ("defintions", &["definitions"]), + ("defintition", &["definition"]), + ("defintivly", &["definitively"]), + ("defition", &["definition"]), + ("defitions", &["definitions"]), + ("deflaut", &["default"]), + ("defned", &["defend", "defined"]), + ("defninition", &["definition"]), + ("defninitions", &["definitions"]), + ("defnitions", &["definitions"]), + ("defore", &["before"]), + ("defqault", &["default"]), + ("defragmenation", &["defragmentation"]), + ("defualt", &["default"]), + ("defualtdict", &["defaultdict"]), + ("defualts", &["defaults"]), + ("defult", &["default"]), + ("degenarate", &["degenerate"]), + ("degenarated", &["degenerated"]), + ("degenarating", &["degenerating"]), + ("degenaration", &["degeneration"]), + ("degenracy", &["degeneracy"]), + ("degenrate", &["degenerate"]), + ("degenrated", &["degenerated"]), + ("degenrates", &["degenerates"]), + ("degenratet", &["degenerated"]), + ("degenrating", &["degenerating"]), + ("degenration", &["degeneration"]), + ("degerate", &["degenerate"]), + ("degeree", &["degree"]), + ("degnerate", &["degenerate"]), + ("degnerated", &["degenerated"]), + ("degnerates", &["degenerates"]), + ("degrads", &["degrades"]), + ("degration", &["degradation"]), + ("degredation", &["degradation"]), + ("degreee", &["degree"]), + ("degreeee", &["degree"]), + ("degreeees", &["degrees"]), + ("degreees", &["degrees"]), + ("degres", &["degrees", "digress"]), + ("degress", &["degrees", "digress"]), + ("deimiter", &["delimiter"]), + ("deine", &["define"]), + ("deined", &["denied", "defined"]), + ("deinitailse", &["deinitialise"]), + ("deinitailze", &["deinitialize"]), + ("deinitalized", &["deinitialized"]), + ("deinstantating", &["deinstantiating"]), + ("deintialize", &["deinitialize"]), + ("deintialized", &["deinitialized"]), + ("deintializing", &["deinitializing"]), + ("deisgn", &["design"]), + ("deisgned", &["designed"]), + ("deisgner", &["designer"]), + ("deisgners", &["designers"]), + ("deisgning", &["designing"]), + ("deisgns", &["designs"]), + ("deivce", &["device"]), + ("deivces", &["devices"]), + ("deivices", &["devices"]), + ("deklaration", &["declaration"]), + ("dekstop", &["desktop"]), + ("dekstops", &["desktops"]), + ("dektop", &["desktop"]), + ("dektops", &["desktops"]), + ("delagate", &["delegate"]), + ("delagates", &["delegates"]), + ("delaloc", &["delalloc"]), + ("delalyed", &["delayed"]), + ("delapidated", &["dilapidated"]), + ("delaraction", &["declaration"]), + ("delaractions", &["declarations"]), + ("delarations", &["declarations"]), + ("delare", &["declare"]), + ("delared", &["declared"]), + ("delares", &["declares"]), + ("delaring", &["declaring"]), + ("delate", &["delete"]), + ("delayis", &["delays"]), + ("delcarations", &["declarations"]), + ("delcare", &["declare"]), + ("delcared", &["declared"]), + ("delcares", &["declares"]), + ("delclaration", &["declaration"]), + ("delection", &["detection", "deletion", "selection"]), + ("delections", &["detections", "deletions", "selections"]), + ("delele", &["delete"]), + ("delelte", &["delete"]), + ("delemeter", &["delimiter"]), + ("delemiter", &["delimiter"]), + ("delerious", &["delirious"]), + ("delet", &["delete"]), + ("deletd", &["deleted"]), + ("deleteed", &["deleted"]), + ("deleteing", &["deleting"]), + ("deleteion", &["deletion"]), + ("deleteting", &["deleting"]), + ("deletiong", &["deletion"]), + ("delets", &["deletes"]), + ("delevopment", &["development"]), + ("delevopp", &["develop"]), + ("delgate", &["delegate"]), + ("delgated", &["delegated"]), + ("delgates", &["delegates"]), + ("delgating", &["delegating"]), + ("delgation", &["delegation"]), + ("delgations", &["delegations"]), + ("delgator", &["delegator"]), + ("delgators", &["delegators"]), + ("deliberatly", &["deliberately"]), + ("deliberite", &["deliberate"]), + ("deliberitely", &["deliberately"]), + ("delibrate", &["deliberate"]), + ("delibrately", &["deliberately"]), + ("delievering", &["delivering"]), + ("delievery", &["delivery"]), + ("delievred", &["delivered"]), + ("delievries", &["deliveries"]), + ("delievry", &["delivery"]), + ("delimeted", &["delimited"]), + ("delimeter", &["delimiter"]), + ("delimeters", &["delimiters"]), + ("delimiited", &["delimited"]), + ("delimiiter", &["delimiter"]), + ("delimiiters", &["delimiters"]), + ("delimitiaion", &["delimitation"]), + ("delimitiaions", &["delimitations"]), + ("delimitiation", &["delimitation"]), + ("delimitiations", &["delimitations"]), + ("delimitied", &["delimited"]), + ("delimitier", &["delimiter"]), + ("delimitiers", &["delimiters"]), + ("delimitiing", &["delimiting"]), + ("delimitimg", &["delimiting"]), + ("delimition", &["delimitation"]), + ("delimitions", &["delimitations"]), + ("delimitis", &["delimits"]), + ("delimititation", &["delimitation"]), + ("delimititations", &["delimitations"]), + ("delimitited", &["delimited"]), + ("delimititer", &["delimiter"]), + ("delimititers", &["delimiters"]), + ("delimititing", &["delimiting"]), + ("delimitor", &["delimiter"]), + ("delimitors", &["delimiters"]), + ("delimitted", &["delimited"]), + ("delimma", &["dilemma"]), + ("delimted", &["delimited"]), + ("delimters", &["delimiter"]), + ("delink", &["unlink"]), + ("delivared", &["delivered"]), + ("delivative", &["derivative"]), + ("delivatives", &["derivatives"]), + ("delivermode", &["deliverymode"]), + ("delte", &["delete"]), + ("delted", &["deleted"]), + ("deltes", &["deletes"]), + ("delting", &["deleting"]), + ("deltion", &["deletion"]), + ("delusionally", &["delusively"]), + ("delvery", &["delivery"]), + ("demaind", &["demand"]), + ("demaned", &["demand", "demeaned"]), + ("demenor", &["demeanor"]), + ("demension", &["dimension"]), + ("demensional", &["dimensional"]), + ("demensions", &["dimensions"]), + ("demodualtor", &["demodulator"]), + ("demog", &["demo"]), + ("demographical", &["demographic"]), + ("demolishon", &["demolition"]), + ("demolision", &["demolition"]), + ("demoninator", &["denominator"]), + ("demoninators", &["denominators"]), + ("demorcracy", &["democracy"]), + ("demostrate", &["demonstrate"]), + ("demostrated", &["demonstrated"]), + ("demostrates", &["demonstrates"]), + ("demostrating", &["demonstrating"]), + ("demostration", &["demonstration"]), + ("demudulator", &["demodulator"]), + ("denegrating", &["denigrating"]), + ("densitity", &["density"]), + ("densly", &["densely"]), + ("denstiy", &["density"]), + ("deocde", &["decode"]), + ("deocded", &["decoded"]), + ("deocder", &["decoder"]), + ("deocders", &["decoders"]), + ("deocdes", &["decodes"]), + ("deocding", &["decoding"]), + ("deocdings", &["decodings"]), + ("deoes", &["does"]), + ("deoesn\'t", &["doesn\'t"]), + ("deompression", &["decompression"]), + ("depandance", &["dependence"]), + ("depandancies", &["dependencies"]), + ("depandancy", &["dependency"]), + ("depandent", &["dependent"]), + ("deparment", &["department"]), + ("deparmental", &["departmental"]), + ("deparments", &["departments"]), + ("depden", &["depend"]), + ("depdence", &["dependence"]), + ("depdencente", &["dependence"]), + ("depdencentes", &["dependences"]), + ("depdences", &["dependences"]), + ("depdencies", &["dependencies"]), + ("depdency", &["dependency"]), + ("depdend", &["depend"]), + ("depdendancies", &["dependencies"]), + ("depdendancy", &["dependency"]), + ("depdendant", &["dependent"]), + ("depdendants", &["dependents"]), + ("depdended", &["depended"]), + ("depdendence", &["dependence"]), + ("depdendences", &["dependences"]), + ("depdendencies", &["dependencies"]), + ("depdendency", &["dependency"]), + ("depdendent", &["dependent"]), + ("depdendents", &["dependents"]), + ("depdendet", &["dependent"]), + ("depdendets", &["dependents"]), + ("depdending", &["depending"]), + ("depdends", &["depends"]), + ("depdenence", &["dependence"]), + ("depdenences", &["dependences"]), + ("depdenencies", &["dependencies"]), + ("depdenency", &["dependency"]), + ("depdenent", &["dependent"]), + ("depdenents", &["dependents"]), + ("depdening", &["depending"]), + ("depdenncies", &["dependencies"]), + ("depdenncy", &["dependency"]), + ("depdens", &["depends"]), + ("depdent", &["dependent"]), + ("depdents", &["dependents"]), + ("depecated", &["deprecated"]), + ("depedencies", &["dependencies"]), + ("depedency", &["dependency"]), + ("depedencys", &["dependencies"]), + ("depedent", &["dependent"]), + ("depeding", &["depending"]), + ("depencencies", &["dependencies"]), + ("depencency", &["dependency"]), + ("depencent", &["dependent"]), + ("depencies", &["dependencies"]), + ("depency", &["dependency"]), + ("dependance", &["dependence"]), + ("dependancies", &["dependencies"]), + ("dependancy", &["dependency"]), + ("dependancys", &["dependencies"]), + ("dependand", &["dependent"]), + ("dependcies", &["dependencies"]), + ("dependcy", &["dependency"]), + ("dependecies", &["dependencies"]), + ("dependecy", &["dependency"]), + ("dependecys", &["dependencies"]), + ("dependees", &["dependencies"]), + ("dependeing", &["depending"]), + ("dependencie", &["dependency"]), + ("dependencied", &["dependency"]), + ("dependenciens", &["dependencies"]), + ("dependencis", &["dependencies"]), + ("dependencys", &["dependencies"]), + ("dependend", &["dependent", "depended"]), + ("dependendent", &["dependent"]), + ("dependenies", &["dependencies"]), + ("dependening", &["depending"]), + ("dependeny", &["dependency"]), + ("dependices", &["dependencies"]), + ("dependicy", &["dependency"]), + ("dependig", &["depending"]), + ("dependncies", &["dependencies"]), + ("dependncy", &["dependency"]), + ("depened", &["depend"]), + ("depenedecies", &["dependencies"]), + ("depenedecy", &["dependency"]), + ("depenedent", &["dependent"]), + ("depenencies", &["dependencies"]), + ("depenencis", &["dependencies"]), + ("depenency", &["dependency"]), + ("depenencys", &["dependencies"]), + ("depenend", &["depend"]), + ("depenendecies", &["dependencies"]), + ("depenendecy", &["dependency"]), + ("depenendence", &["dependence"]), + ("depenendencies", &["dependencies"]), + ("depenendency", &["dependency"]), + ("depenendent", &["dependent"]), + ("depenending", &["depending"]), + ("depenent", &["dependent"]), + ("depenently", &["dependently"]), + ("depening", &["depending", "deepening"]), + ("depennding", &["depending"]), + ("deperecated", &["deprecated"]), + ("deploied", &["deployed"]), + ("deploiment", &["deployment"]), + ("deploiments", &["deployments"]), + ("deployement", &["deployment"]), + ("deploymenet", &["deployment"]), + ("deploymenets", &["deployments"]), + ("depndant", &["dependent"]), + ("depnds", &["depends"]), + ("deporarily", &["temporarily"]), + ("deposint", &["deposing"]), + ("depracated", &["deprecated"]), + ("depreacte", &["deprecate"]), + ("depreacted", &["deprecated"]), + ("depreacts", &["deprecates"]), + ("deprecatedf", &["deprecated"]), + ("depreceate", &["deprecate", "depreciate"]), + ("depreceated", &["deprecated", "depreciated"]), + ("depreceating", &["depreciating", "deprecating"]), + ("depreceation", &["depreciation", "deprecation"]), + ("deprectaed", &["deprecated"]), + ("deprectat", &["deprecate"]), + ("deprectate", &["deprecate"]), + ("deprectated", &["deprecated"]), + ("deprectates", &["deprecates"]), + ("deprectating", &["deprecating"]), + ("deprectation", &["deprecation"]), + ("deprectats", &["deprecates"]), + ("deprected", &["deprecated"]), + ("depretiate", &["depreciate", "deprecate"]), + ("depretiated", &["depreciated", "deprecated"]), + ("depretiates", &["depreciates", "deprecates"]), + ("depretiating", &["depreciating", "deprecating"]), + ("depretiation", &["depreciation", "deprecation"]), + ("depretiats", &["depreciates", "deprecates"]), + ("depricate", &["deprecate"]), + ("depricated", &["deprecated"]), + ("depricates", &["deprecates"]), + ("depricating", &["deprecating"]), + ("dequed", &["dequeued"]), + ("derageable", &["dirigible"]), + ("deram", &["dram", "dream"]), + ("derective", &["directive"]), + ("derectory", &["directory"]), + ("derefence", &["dereference"]), + ("derefenced", &["dereferenced"]), + ("derefencing", &["dereferencing"]), + ("derefenrence", &["dereference"]), + ("dereferencable", &["dereferenceable"]), + ("derefernce", &["dereference"]), + ("derefernced", &["dereferenced"]), + ("dereferncence", &["dereference"]), + ("dereferncencer", &["dereferencer"]), + ("dereferncencers", &["dereferencers"]), + ("dereferncences", &["dereferences"]), + ("dereferncer", &["dereferencer"]), + ("dereferncers", &["dereferencers"]), + ("derefernces", &["dereferences"]), + ("dereferncing", &["dereferencing"]), + ("derefernece", &["dereference"]), + ("derefrencable", &["dereferenceable"]), + ("derefrence", &["dereference"]), + ("deregistartion", &["deregistration"]), + ("deregisted", &["deregistered"]), + ("deregisteres", &["deregisters"]), + ("deregistrated", &["deregistered"]), + ("deregistred", &["deregistered"]), + ("deregiter", &["deregister"]), + ("deregiters", &["deregisters"]), + ("derevative", &["derivative"]), + ("derevatives", &["derivatives"]), + ("derfien", &["define"]), + ("derfiend", &["defined"]), + ("derfine", &["define"]), + ("derfined", &["defined"]), + ("dergeistered", &["deregistered"]), + ("dergistration", &["deregistration"]), + ("deriair", &["derriere"]), + ("dericed", &["derived"]), + ("deriffed", &["derived"]), + ("derivaties", &["derivatives"]), + ("derivatio", &["derivation"]), + ("derivativ", &["derivative"]), + ("derivativs", &["derivatives"]), + ("deriver", &["derive", "driver"]), + ("deriviated", &["derived"]), + ("derivitive", &["derivative"]), + ("derivitives", &["derivatives"]), + ("derivitivs", &["derivatives"]), + ("derivtive", &["derivative"]), + ("derivtives", &["derivatives"]), + ("dermine", &["determine"]), + ("dermines", &["determines"]), + ("derogitory", &["derogatory"]), + ("derprecated", &["deprecated"]), + ("derrivatives", &["derivatives"]), + ("derrive", &["derive"]), + ("derrived", &["derived"]), + ("dertermine", &["determine"]), + ("derterming", &["determining"]), + ("derth", &["dearth"]), + ("dervie", &["derive"]), + ("dervied", &["derived"]), + ("dervies", &["derives"]), + ("dervived", &["derived"]), + ("desactivate", &["deactivate"]), + ("desactivated", &["deactivated"]), + ("desallocate", &["deallocate"]), + ("desallocated", &["deallocated"]), + ("desallocates", &["deallocates"]), + ("desaster", &["disaster"]), + ("descallocate", &["deallocate"]), + ("descallocated", &["deallocated"]), + ("descchedules", &["deschedules"]), + ("desccription", &["description"]), + ("descencing", &["descending"]), + ("descendands", &["descendants"]), + ("descendend", &["descended", "descendent", "descendant"]), + ("descentences", &["descendants", "descendents"]), + ("descibe", &["describe"]), + ("descibed", &["described"]), + ("descibes", &["describes"]), + ("descibing", &["describing"]), + ("descide", &["decide"]), + ("descided", &["decided"]), + ("descides", &["decides"]), + ("desciding", &["deciding"]), + ("desciminate", &["discriminate", "disseminate", "decimate"]), + ("desciption", &["description"]), + ("desciptions", &["descriptions"]), + ("desciptor", &["descriptor"]), + ("desciptors", &["descriptors"]), + ("desciribe", &["describe"]), + ("desciribed", &["described"]), + ("desciribes", &["describes"]), + ("desciribing", &["describing"]), + ("desciription", &["description"]), + ("desciriptions", &["descriptions"]), + ("descirption", &["description"]), + ("descirptor", &["descriptor"]), + ("descision", &["decision"]), + ("descisions", &["decisions"]), + ("descize", &["disguise"]), + ("descized", &["disguised"]), + ("descktop", &["desktop"]), + ("descktops", &["desktops"]), + ("desconstructed", &["deconstructed"]), + ("descover", &["discover"]), + ("descovered", &["discovered"]), + ("descovering", &["discovering"]), + ("descovery", &["discovery"]), + ("descrementing", &["decrementing"]), + ("describ", &["describe"]), + ("describibg", &["describing"]), + ("describng", &["describing"]), + ("describtion", &["description"]), + ("describtions", &["descriptions"]), + ("descrie", &["describe"]), + ("descriibes", &["describes"]), + ("descriminate", &["discriminate"]), + ("descriminated", &["discriminated"]), + ("descriminates", &["discriminates"]), + ("descriminating", &["discriminating"]), + ("descriont", &["description"]), + ("descriotor", &["descriptor"]), + ("descripe", &["describe"]), + ("descriped", &["described"]), + ("descripes", &["describes"]), + ("descriping", &["describing"]), + ("descripition", &["description"]), + ("descripor", &["descriptor"]), + ("descripters", &["descriptors"]), + ("descriptio", &["description"]), + ("descriptiom", &["description"]), + ("descriptionm", &["description"]), + ("descriptior", &["descriptor"]), + ("descriptiors", &["descriptors"]), + ("descripto", &["descriptor"]), + ("descriptoin", &["description"]), + ("descriptoins", &["descriptions"]), + ("descripton", &["description"]), + ("descriptons", &["descriptions"]), + ("descriptot", &["descriptor"]), + ("descriptoy", &["descriptor"]), + ("descriptuve", &["descriptive"]), + ("descrition", &["description"]), + ("descritpion", &["description"]), + ("descritpions", &["descriptions"]), + ("descritpiton", &["description"]), + ("descritpitons", &["descriptions"]), + ("descritpor", &["descriptor"]), + ("descritpors", &["descriptors"]), + ("descritpr", &["descriptor"]), + ("descritpro", &["descriptor"]), + ("descritpros", &["descriptors"]), + ("descritprs", &["descriptors"]), + ("descritption", &["description"]), + ("descritptions", &["descriptions"]), + ("descritptive", &["descriptive"]), + ("descritptor", &["descriptor"]), + ("descritptors", &["descriptors"]), + ("descrption", &["description"]), + ("descrptions", &["descriptions"]), + ("descrptor", &["descriptor"]), + ("descrptors", &["descriptors"]), + ("descrutor", &["destructor"]), + ("descrybe", &["describe"]), + ("descrybing", &["describing"]), + ("descryption", &["description"]), + ("descryptions", &["descriptions"]), + ("desctiption", &["description"]), + ("desctiptor", &["descriptor"]), + ("desctiptors", &["descriptors"]), + ("desctop", &["desktop"]), + ("desctructed", &["destructed"]), + ("desctruction", &["destruction"]), + ("desctructive", &["destructive"]), + ("desctructor", &["destructor"]), + ("descuss", &["discuss"]), + ("descvription", &["description"]), + ("descvriptions", &["descriptions"]), + ("desepears", &["disappears"]), + ("deserailize", &["deserialize"]), + ("deserializazion", &["deserialization"]), + ("desgin", &["design"]), + ("desgin-mode", &["design-mode"]), + ("desgined", &["designed"]), + ("desginer", &["designer"]), + ("desiar", &["desire"]), + ("desicate", &["desiccate"]), + ("desicion", &["decision"]), + ("desicions", &["decisions"]), + ("deside", &["decide"]), + ("desided", &["decided"]), + ("desides", &["decides"]), + ("desig", &["design"]), + ("desigern", &["designer"]), + ("desigining", &["designing"]), + ("designd", &["designed"]), + ("desination", &["destination"]), + ("desinations", &["destinations"]), + ("desine", &["design"]), + ("desing", &["design"]), + ("desingable", &["designable"]), + ("desinged", &["designed"]), + ("desinger", &["designer"]), + ("desinging", &["designing"]), + ("desingn", &["design"]), + ("desingned", &["designed"]), + ("desingner", &["designer"]), + ("desingning", &["designing"]), + ("desingns", &["designs"]), + ("desings", &["designs"]), + ("desintaiton", &["destination"]), + ("desintation", &["destination"]), + ("desintations", &["destinations"]), + ("desintegrated", &["disintegrated"]), + ("desintegration", &["disintegration"]), + ("desipite", &["despite"]), + ("desireable", &["desirable"]), + ("desision", &["decision"]), + ("desisions", &["decisions"]), + ("desitination", &["destination"]), + ("desition", &["decision"]), + ("desitions", &["decisions"]), + ("desitned", &["destined"]), + ("deskop", &["desktop"]), + ("deskops", &["desktops"]), + ("desktiop", &["desktop"]), + ("deskys", &["disguise"]), + ("deslected", &["deselected"]), + ("deslects", &["deselects"]), + ("desltop", &["desktop"]), + ("desltops", &["desktops"]), + ("desn\'t", &["doesn\'t"]), + ("desne", &["dense"]), + ("desnse", &["dense"]), + ("desogn", &["design"]), + ("desogned", &["designed"]), + ("desogner", &["designer"]), + ("desogning", &["designing"]), + ("desogns", &["designs"]), + ("desolve", &["dissolve"]), + ("desorder", &["disorder"]), + ("desoriented", &["disoriented"]), + ("desparate", &["desperate", "disparate"]), + ("desparately", &["desperately"]), + ("despatch", &["dispatch"]), + ("despict", &["depict"]), + ("despiration", &["desperation"]), + ("desposit", &["deposit", "deposition"]), + ("desposition", &["disposition"]), + ("desribe", &["describe"]), + ("desribed", &["described"]), + ("desribes", &["describes"]), + ("desribing", &["describing"]), + ("desription", &["description"]), + ("desriptions", &["descriptions"]), + ("desriptor", &["descriptor"]), + ("desriptors", &["descriptors"]), + ("desrire", &["desire"]), + ("desrired", &["desired"]), + ("desroyer", &["destroyer"]), + ("desscribe", &["describe"]), + ("desscribing", &["describing"]), + ("dessicate", &["desiccate"]), + ("dessicated", &["desiccated"]), + ("dessication", &["desiccation"]), + ("dessigned", &["designed"]), + ("destablized", &["destabilized"]), + ("destanation", &["destination"]), + ("destiantion", &["destination"]), + ("destiantions", &["destinations"]), + ("destinarion", &["destination"]), + ("destinataion", &["destination"]), + ("destinataions", &["destinations"]), + ("destinatin", &["destination"]), + ("destinguish", &["distinguish"]), + ("destionation", &["destination"]), + ("destionations", &["destinations"]), + ("destoried", &["destroyed"]), + ("destort", &["distort"]), + ("destory", &["destroy"]), + ("destoryed", &["destroyed"]), + ("destorying", &["destroying"]), + ("destorys", &["destroys"]), + ("destoyed", &["destroyed"]), + ("destrcut", &["destruct"]), + ("destrcuted", &["destructed"]), + ("destrcutor", &["destructor"]), + ("destrcutors", &["destructors"]), + ("destribute", &["distribute"]), + ("destributed", &["distributed"]), + ("destroi", &["destroy"]), + ("destroied", &["destroyed"]), + ("destroing", &["destroying"]), + ("destrois", &["destroys"]), + ("destroyes", &["destroys"]), + ("destrutor", &["destructor"]), + ("destrutors", &["destructors"]), + ("destry", &["destroy"]), + ("destryed", &["destroyed"]), + ("destryer", &["destroyer"]), + ("destrying", &["destroying"]), + ("destryiong", &["destroying"]), + ("destryoed", &["destroyed"]), + ("destryoing", &["destroying"]), + ("destryong", &["destroying"]), + ("destrys", &["destroys"]), + ("destuction", &["destruction"]), + ("destuctive", &["destructive"]), + ("desturcted", &["destructed"]), + ("desturtor", &["destructor"]), + ("desturtors", &["destructors"]), + ("desychronize", &["desynchronize"]), + ("desychronized", &["desynchronized"]), + ("detabase", &["database"]), + ("detachs", &["detaches"]), + ("detahced", &["detached"]), + ("detaild", &["detailed"]), + ("detailled", &["detailed"]), + ("detais", &["details"]), + ("detatch", &["detach"]), + ("detatched", &["detached"]), + ("detatches", &["detaches"]), + ("detatching", &["detaching"]), + ("detction", &["detection"]), + ("deteced", &["detected"]), + ("detecing", &["detecting"]), + ("detecs", &["detects", "deters", "detect"]), + ("detecte", &["detected", "detect", "detects"]), + ("detectected", &["detected"]), + ("detectes", &["detects"]), + ("detectetd", &["detected"]), + ("detectiona", &["detection"]), + ("detectsion", &["detection"]), + ("detemine", &["determine"]), + ("detemined", &["determined"]), + ("detemines", &["determines"]), + ("detemining", &["determining"]), + ("deteoriated", &["deteriorated"]), + ("deterant", &["deterrent"]), + ("deteremine", &["determine"]), + ("deteremined", &["determined"]), + ("deteriate", &["deteriorate"]), + ("deterimined", &["determined"]), + ("deterine", &["determine"]), + ("deterioriating", &["deteriorating"]), + ("determaine", &["determine"]), + ("determenant", &["determinant"]), + ("determenistic", &["deterministic"]), + ("determimnes", &["determines"]), + ("determin", &["determine"]), + ("determinated", &["determined"]), + ("determind", &["determined"]), + ("determinded", &["determined"]), + ("determinee", &["determine"]), + ("determineing", &["determining"]), + ("determing", &["determining", "determine"]), + ("determinining", &["determining"]), + ("deterministinc", &["deterministic"]), + ("determinne", &["determine"]), + ("determins", &["determines"]), + ("determinstic", &["deterministic"]), + ("determinstically", &["deterministically"]), + ("determinte", &["determine", "determined"]), + ("determintes", &["determines"]), + ("determnine", &["determine"]), + ("deternine", &["determine"]), + ("detet", &["detect", "delete"]), + ("deteted", &["detected", "deleted"]), + ("detetes", &["deletes", "detects"]), + ("deteting", &["detecting", "deleting"]), + ("detetion", &["detection", "deletion"]), + ("detetmine", &["determine"]), + ("detets", &["detects", "deletes"]), + ("detination", &["destination"]), + ("detremental", &["detrimental"]), + ("detremining", &["determining"]), + ("detrmine", &["determine"]), + ("detroy", &["destroy"]), + ("detroyed", &["destroyed"]), + ("detroying", &["destroying"]), + ("detroys", &["destroys"]), + ("detructed", &["destructed"]), + ("dettach", &["detach"]), + ("dettaching", &["detaching"]), + ("detur", &["detour"]), + ("deturance", &["deterrence"]), + ("deubug", &["debug"]), + ("deubuging", &["debugging"]), + ("deug", &["debug"]), + ("deugging", &["debugging"]), + ("devasted", &["devastated"]), + ("devation", &["deviation"]), + ("devce", &["device"]), + ("devcent", &["decent"]), + ("devcie", &["device"]), + ("develoment", &["development"]), + ("develoments", &["developments"]), + ("develompent", &["development"]), + ("develompental", &["developmental"]), + ("develompents", &["developments"]), + ("develope", &["develop"]), + ("developement", &["development"]), + ("developements", &["developments"]), + ("developme", &["development", "develop me"]), + ("developmemt", &["development"]), + ("developmetns", &["developments"]), + ("developp", &["develop"]), + ("developpe", &["develop"]), + ("developped", &["developed"]), + ("developpement", &["development"]), + ("developper", &["developer"]), + ("developpers", &["developers"]), + ("developpment", &["development"]), + ("develpment", &["development"]), + ("devels", &["delves"]), + ("deveolpment", &["development"]), + ("deveopers", &["developers"]), + ("deverloper", &["developer"]), + ("deverlopers", &["developers"]), + ("devestated", &["devastated"]), + ("devestating", &["devastating"]), + ("devic", &["device"]), + ("devicde", &["device"]), + ("devicdes", &["devices"]), + ("device-dependend", &["device-dependent"]), + ("devicec", &["device"]), + ("devicecoordiinates", &["devicecoordinates"]), + ("deviceremoveable", &["deviceremovable"]), + ("devicesr", &["devices"]), + ("devicess", &["devices"]), + ("devicest", &["devices"]), + ("devide", &["divide"]), + ("devided", &["divided"]), + ("devider", &["divider"]), + ("deviders", &["dividers"]), + ("devides", &["divides"]), + ("deviding", &["dividing"]), + ("deviece", &["device"]), + ("devied", &["device"]), + ("devined", &["defined"]), + ("devired", &["derived"]), + ("devirtualisaion", &["devirtualisation"]), + ("devirtualisaiton", &["devirtualisation"]), + ("devirtualizaion", &["devirtualization"]), + ("devirtualizaiton", &["devirtualization"]), + ("devirutalisation", &["devirtualisation"]), + ("devirutalise", &["devirtualise"]), + ("devirutalised", &["devirtualised"]), + ("devirutalization", &["devirtualization"]), + ("devirutalize", &["devirtualize"]), + ("devirutalized", &["devirtualized"]), + ("devision", &["division"]), + ("devistating", &["devastating"]), + ("devive", &["device"]), + ("devleop", &["develop"]), + ("devleoped", &["developed"]), + ("devleoper", &["developer"]), + ("devleopers", &["developers"]), + ("devleopper", &["developer"]), + ("devleoppers", &["developers"]), + ("devlop", &["develop"]), + ("devloped", &["developed"]), + ("devloper\'s", &["developer\'s"]), + ("devloper", &["developer"]), + ("devlopers", &["developers"]), + ("devloping", &["developing"]), + ("devlopment", &["development"]), + ("devlopments", &["developments"]), + ("devlopper", &["developer"]), + ("devloppers", &["developers"]), + ("devlops", &["develops"]), + ("devolopement", &["development"]), + ("devritualisation", &["devirtualisation"]), + ("devritualization", &["devirtualization"]), + ("devuce", &["device"]), + ("dewrapping", &["unwrapping"]), + ("dezert", &["dessert"]), + ("dezibel", &["decibel"]), + ("dezine", &["design"]), + ("dezinens", &["denizens"]), + ("dfine", &["define"]), + ("dfined", &["defined"]), + ("dfines", &["defines"]), + ("dfinition", &["definition"]), + ("dfinitions", &["definitions"]), + ("dgetttext", &["dgettext"]), + ("diable", &["disable"]), + ("diabled", &["disabled"]), + ("diabler", &["disabler"]), + ("diablers", &["disablers"]), + ("diables", &["disables"]), + ("diablical", &["diabolical"]), + ("diabling", &["disabling"]), + ("diaciritc", &["diacritic"]), + ("diaciritcs", &["diacritics"]), + ("diagnistic", &["diagnostic"]), + ("diagnol", &["diagonal"]), + ("diagnosics", &["diagnostics"]), + ("diagnositc", &["diagnostic"]), + ("diagnotic", &["diagnostic"]), + ("diagnotics", &["diagnostics"]), + ("diagonale", &["diagonal"]), + ("diagonales", &["diagonals"]), + ("diagramas", &["diagrams"]), + ("diagramm", &["diagram"]), + ("dialaog", &["dialog"]), + ("dialate", &["dilate"]), + ("dialgo", &["dialog"]), + ("dialgos", &["dialogs"]), + ("dialig", &["dialog"]), + ("dialigs", &["dialogs"]), + ("dialoge", &["dialog", "dialogue"]), + ("diamater", &["diameter"]), + ("diamaters", &["diameters"]), + ("diamon", &["diamond"]), + ("diamons", &["diamonds"]), + ("diangose", &["diagnose"]), + ("dianostic", &["diagnostic"]), + ("diaplay", &["display"]), + ("diaplays", &["displays"]), + ("diappeares", &["disappears"]), + ("diaram", &["diagram", "diorama"]), + ("diarea", &["diarrhea"]), + ("diaresis", &["diaeresis"]), + ("diarhea", &["diarrhoea", "diarrhea"]), + ("diaspra", &["diaspora"]), + ("diaster", &["disaster"]), + ("diatance", &["distance"]), + ("diatancing", &["distancing"]), + ("dicard", &["discard"]), + ("dicarded", &["discarded"]), + ("dicarding", &["discarding"]), + ("dicards", &["discards"]), + ("dicates", &["dictates"]), + ("dicationaries", &["dictionaries"]), + ("dicationary", &["dictionary"]), + ("dicergence", &["divergence"]), + ("dichtomy", &["dichotomy"]), + ("dicionaries", &["dictionaries"]), + ("dicionary", &["dictionary"]), + ("dicipline", &["discipline"]), + ("dicline", &["decline"]), + ("diconnected", &["disconnected"]), + ("diconnection", &["disconnection"]), + ("diconnects", &["disconnects"]), + ("dicover", &["discover"]), + ("dicovered", &["discovered"]), + ("dicovering", &["discovering"]), + ("dicovers", &["discovers"]), + ("dicovery", &["discovery"]), + ("dicrectory", &["directory"]), + ("dicrete", &["discrete"]), + ("dicretion", &["discretion"]), + ("dicretionary", &["discretionary"]), + ("dicsriminated", &["discriminated"]), + ("dictaionaries", &["dictionaries"]), + ("dictaionary", &["dictionary"]), + ("dictinary", &["dictionary"]), + ("dictioanries", &["dictionaries"]), + ("dictioanry", &["dictionary"]), + ("dictionarys", &["dictionaries"]), + ("dictionay", &["dictionary"]), + ("dictionnaries", &["dictionaries"]), + ("dictionnary", &["dictionary"]), + ("dictoinaries", &["dictionaries"]), + ("dictonaries", &["dictionaries"]), + ("dictonary", &["dictionary"]), + ("dicussed", &["discussed"]), + ("dicussions", &["discussions"]), + ("did\'nt", &["didn\'t"]), + ("didi", &["did"]), + ("didn;t", &["didn\'t"]), + ("didnt\'", &["didn\'t"]), + ("didnt\'t", &["didn\'t"]), + ("didnt", &["didn\'t"]), + ("didnt;", &["didn\'t"]), + ("diea", &["idea", "die"]), + ("dieing", &["dying", "dyeing"]), + ("dielectirc", &["dielectric"]), + ("dielectircs", &["dielectrics"]), + ("diemsion", &["dimension"]), + ("dieties", &["deities"]), + ("diety", &["deity"]), + ("diferent", &["different"]), + ("diferently", &["differently"]), + ("diferrent", &["different"]), + ("diffcult", &["difficult"]), + ("diffculties", &["difficulties"]), + ("diffculty", &["difficulty"]), + ("diffeent", &["different"]), + ("diffence", &["difference"]), + ("diffenet", &["different"]), + ("diffenrence", &["difference"]), + ("diffenrences", &["differences"]), + ("differance", &["difference"]), + ("differances", &["differences"]), + ("differant", &["different"]), + ("differantiate", &["differentiate"]), + ("differantiation", &["differentiation"]), + ("differantiator", &["differentiator"]), + ("differantion", &["differentiation"]), + ("differate", &["differentiate"]), + ("differect", &["different"]), + ("differen", &["different"]), + ("differencial", &["differential"]), + ("differenciate", &["differentiate"]), + ("differenciated", &["differentiated"]), + ("differenciates", &["differentiates"]), + ("differenciating", &["differentiating"]), + ("differenciation", &["differentiation"]), + ("differenct", &["different"]), + ("differend", &["different"]), + ("differene", &["difference"]), + ("differenes", &["differences"]), + ("differenly", &["differently"]), + ("differens", &["difference"]), + ("differense", &["difference"]), + ("differentiatiations", &["differentiations"]), + ("differents", &["different", "difference"]), + ("differernt", &["different"]), + ("differes", &["differs"]), + ("differetnt", &["different"]), + ("differnce", &["difference"]), + ("differnces", &["differences"]), + ("differnciate", &["differentiate"]), + ("differnec", &["difference"]), + ("differnece", &["difference"]), + ("differneces", &["differences"]), + ("differnecs", &["differences"]), + ("differnence", &["difference"]), + ("differnences", &["differences"]), + ("differnencing", &["differencing"]), + ("differnent", &["different"]), + ("differnet", &["different"]), + ("differnetiate", &["differentiate"]), + ("differnetiated", &["differentiated"]), + ("differnetly", &["differently"]), + ("differnt", &["different"]), + ("differntiable", &["differentiable"]), + ("differntial", &["differential"]), + ("differntials", &["differentials"]), + ("differntiate", &["differentiate"]), + ("differntiated", &["differentiated"]), + ("differntiates", &["differentiates"]), + ("differntiating", &["differentiating"]), + ("differntly", &["differently"]), + ("differnty", &["different", "differently"]), + ("differred", &["differed"]), + ("differrence", &["difference"]), + ("differrent", &["different"]), + ("difffered", &["differed"]), + ("diffferent", &["different"]), + ("diffferently", &["differently"]), + ("difffers", &["differs"]), + ("difficault", &["difficult"]), + ("difficaulties", &["difficulties"]), + ("difficaulty", &["difficulty"]), + ("difficulity", &["difficulty"]), + ("difficults", &["difficult", "difficulties"]), + ("difficutl", &["difficult"]), + ("difficutly", &["difficulty"]), + ("diffreences", &["differences"]), + ("diffreent", &["different"]), + ("diffreents", &["different", "difference"]), + ("diffrence", &["difference"]), + ("diffrences", &["differences"]), + ("diffrent", &["different"]), + ("diffrential", &["differential"]), + ("diffrentiate", &["differentiate"]), + ("diffrentiated", &["differentiated"]), + ("diffrently", &["differently"]), + ("diffrents", &["different", "difference"]), + ("diffrerence", &["difference"]), + ("diffrerences", &["differences"]), + ("diffult", &["difficult"]), + ("diffussion", &["diffusion"]), + ("diffussive", &["diffusive"]), + ("dificulties", &["difficulties"]), + ("dificulty", &["difficulty"]), + ("difine", &["define", "divine"]), + ("difined", &["defined", "divined"]), + ("difines", &["defines", "divines"]), + ("difining", &["defining", "divining"]), + ("difinition", &["definition"]), + ("difinitions", &["definitions"]), + ("difract", &["diffract"]), + ("difracted", &["diffracted"]), + ("difraction", &["diffraction"]), + ("difractive", &["diffractive"]), + ("difuse", &["diffuse", "defuse"]), + ("difused", &["diffused", "defused"]), + ("difuses", &["diffuses", "defused"]), + ("difussion", &["diffusion"]), + ("difussive", &["diffusive"]), + ("digesty", &["digest"]), + ("diggit", &["digit"]), + ("diggital", &["digital"]), + ("diggits", &["digits"]), + ("digial", &["digital"]), + ("digitalise", &["digitize"]), + ("digitalising", &["digitizing"]), + ("digitalize", &["digitize"]), + ("digitalizing", &["digitizing"]), + ("digitial", &["digital"]), + ("digitis", &["digits"]), + ("dignostics", &["diagnostics"]), + ("dilema", &["dilemma"]), + ("dilemas", &["dilemmas"]), + ("dilineate", &["delineate"]), + ("dillema", &["dilemma"]), + ("dillemas", &["dilemmas"]), + ("dillimport", &["dllimport"]), + ("dimemsions", &["dimensions"]), + ("dimenion", &["dimension", "dominion"]), + ("dimenional", &["dimensional"]), + ("dimenionalities", &["dimensionalities"]), + ("dimenionality", &["dimensionality"]), + ("dimenions", &["dimensions"]), + ("dimenionsal", &["dimensional"]), + ("dimenionsalities", &["dimensionalities"]), + ("dimenionsality", &["dimensionality"]), + ("dimenison", &["dimension"]), + ("dimensinoal", &["dimensional"]), + ("dimensionaility", &["dimensionality"]), + ("dimensonal", &["dimensional"]), + ("dimenstion", &["dimension"]), + ("dimenstions", &["dimensions"]), + ("dimention", &["dimension"]), + ("dimentional", &["dimensional"]), + ("dimentionnal", &["dimensional"]), + ("dimentionnals", &["dimensional"]), + ("dimentions", &["dimensions"]), + ("dimesions", &["dimensions"]), + ("dimesnional", &["dimensional"]), + ("diminsh", &["diminish"]), + ("diminshed", &["diminished"]), + ("diminuitive", &["diminutive"]), + ("dimissed", &["dismissed"]), + ("dimmension", &["dimension"]), + ("dimmensioned", &["dimensioned"]), + ("dimmensioning", &["dimensioning"]), + ("dimmensions", &["dimensions"]), + ("dimnension", &["dimension"]), + ("dimnention", &["dimension"]), + ("dimunitive", &["diminutive"]), + ("dinamic", &["dynamic"]), + ("dinamically", &["dynamically"]), + ("dinamicaly", &["dynamically"]), + ("dinamiclly", &["dynamically"]), + ("dinamicly", &["dynamically"]), + ("dinmaic", &["dynamic"]), + ("dinteractively", &["interactively"]), + ("diosese", &["diocese"]), + ("diphtong", &["diphthong"]), + ("diphtongs", &["diphthongs"]), + ("diplay", &["display"]), + ("diplayed", &["displayed"]), + ("diplaying", &["displaying"]), + ("diplays", &["displays"]), + ("diplomancy", &["diplomacy"]), + ("dipose", &["dispose", "depose"]), + ("diposed", &["disposed", "deposed"]), + ("diposing", &["disposing", "deposing"]), + ("dipthong", &["diphthong"]), + ("dipthongs", &["diphthongs"]), + ("dircet", &["direct"]), + ("dircetories", &["directories"]), + ("dircetory", &["directory"]), + ("dirctly", &["directly"]), + ("dirctories", &["directories"]), + ("dirctory", &["directory"]), + ("direccion", &["direction"]), + ("direcctory", &["directory"]), + ("direcctorys", &["directories"]), + ("direcctries", &["directories"]), + ("direclty", &["directly"]), + ("direcly", &["directly"]), + ("direcories", &["directories"]), + ("direcory", &["directory"]), + ("direcotories", &["directories"]), + ("direcotory", &["directory"]), + ("direcotries", &["directories"]), + ("direcotry", &["directory"]), + ("direcoty", &["directory"]), + ("directd", &["directed"]), + ("directely", &["directly"]), + ("directes", &["directs"]), + ("directgories", &["directories"]), + ("directgory", &["directory"]), + ("directoies", &["directories"]), + ("directon", &["direction"]), + ("directores", &["directories"]), + ("directoris", &["directories"]), + ("directort", &["directory"]), + ("directorty", &["directory"]), + ("directorys", &["directories"]), + ("directoty", &["directory"]), + ("directoy", &["directory"]), + ("directpries", &["directories"]), + ("directpry", &["directory"]), + ("directries", &["directories"]), + ("directrive", &["directive"]), + ("directrives", &["directives"]), + ("directrly", &["directly"]), + ("directroies", &["directories"]), + ("directrories", &["directories"]), + ("directrory", &["directory"]), + ("directroy", &["directory"]), + ("directry", &["directory"]), + ("directsion", &["direction"]), + ("directsions", &["directions"]), + ("directtories", &["directories"]), + ("directtory", &["directory"]), + ("directy", &["directly"]), + ("direectly", &["directly"]), + ("diregard", &["disregard"]), + ("direrctor", &["director"]), + ("direrctories", &["directories"]), + ("direrctors", &["directors"]), + ("direrctory", &["directory"]), + ("diretive", &["directive"]), + ("diretly", &["directly"]), + ("diretories", &["directories"]), + ("diretory", &["directory"]), + ("direvctory", &["directory"]), + ("dirived", &["derived"]), + ("dirrectly", &["directly"]), + ("dirtectory", &["directory"]), + ("dirtyed", &["dirtied"]), + ("dirtyness", &["dirtiness"]), + ("dirver", &["driver"]), + ("disabe", &["disable"]), + ("disabeling", &["disabling"]), + ("disabels", &["disables"]), + ("disabes", &["disables"]), + ("disabl", &["disable"]), + ("disadvantadge", &["disadvantage"]), + ("disagreeed", &["disagreed"]), + ("disagress", &["disagrees"]), + ("disalb", &["disable"]), + ("disalbe", &["disable"]), + ("disalbed", &["disabled"]), + ("disalbes", &["disables"]), + ("disale", &["disable"]), + ("disaled", &["disabled"]), + ("disalow", &["disallow"]), + ("disambigouate", &["disambiguate"]), + ("disambiguaiton", &["disambiguation"]), + ("disambiguiation", &["disambiguation"]), + ("disapear", &["disappear"]), + ("disapeard", &["disappeared"]), + ("disapeared", &["disappeared"]), + ("disapearing", &["disappearing"]), + ("disapears", &["disappears"]), + ("disapline", &["discipline"]), + ("disapoint", &["disappoint"]), + ("disapointed", &["disappointed"]), + ("disapointing", &["disappointing"]), + ("disappared", &["disappeared"]), + ("disappearred", &["disappeared"]), + ("disapper", &["disappear"]), + ("disappered", &["disappeared"]), + ("disappering", &["disappearing"]), + ("disappers", &["disappears"]), + ("disapprouval", &["disapproval"]), + ("disapprouve", &["disapprove"]), + ("disapprouved", &["disapproved"]), + ("disapprouves", &["disapproves"]), + ("disapprouving", &["disapproving"]), + ("disaproval", &["disapproval"]), + ("disard", &["discard"]), + ("disariable", &["desirable"]), + ("disassebled", &["disassembled"]), + ("disassocate", &["disassociate"]), + ("disassocation", &["disassociation"]), + ("disasssembler", &["disassembler"]), + ("disasterous", &["disastrous"]), + ("disatisfaction", &["dissatisfaction"]), + ("disatisfied", &["dissatisfied"]), + ("disatrous", &["disastrous"]), + ("disbale", &["disable"]), + ("disbaled", &["disabled"]), + ("disbales", &["disables"]), + ("disbaling", &["disabling"]), + ("disble", &["disable"]), + ("disbled", &["disabled"]), + ("discared", &["discarded"]), + ("discareded", &["discarded"]), + ("discarge", &["discharge"]), + ("discconecct", &["disconnect"]), + ("discconeccted", &["disconnected"]), + ("discconeccting", &["disconnecting"]), + ("discconecction", &["disconnection"]), + ("discconecctions", &["disconnections"]), + ("discconeccts", &["disconnects"]), + ("discconect", &["disconnect"]), + ("discconected", &["disconnected"]), + ("discconecting", &["disconnecting"]), + ("discconection", &["disconnection"]), + ("discconections", &["disconnections"]), + ("discconects", &["disconnects"]), + ("discconeect", &["disconnect"]), + ("discconeected", &["disconnected"]), + ("discconeecting", &["disconnecting"]), + ("discconeection", &["disconnection"]), + ("discconeections", &["disconnections"]), + ("discconeects", &["disconnects"]), + ("discconenct", &["disconnect"]), + ("discconencted", &["disconnected"]), + ("discconencting", &["disconnecting"]), + ("discconenction", &["disconnection"]), + ("discconenctions", &["disconnections"]), + ("discconencts", &["disconnects"]), + ("discconet", &["disconnect"]), + ("discconeted", &["disconnected"]), + ("discconeting", &["disconnecting"]), + ("discconetion", &["disconnection"]), + ("discconetions", &["disconnections"]), + ("discconets", &["disconnects"]), + ("disccuss", &["discuss"]), + ("discernable", &["discernible"]), + ("dischare", &["discharge"]), + ("discimenation", &["dissemination"]), + ("disciplins", &["disciplines"]), + ("disclamer", &["disclaimer"]), + ("disconecct", &["disconnect"]), + ("disconeccted", &["disconnected"]), + ("disconeccting", &["disconnecting"]), + ("disconecction", &["disconnection"]), + ("disconecctions", &["disconnections"]), + ("disconeccts", &["disconnects"]), + ("disconect", &["disconnect"]), + ("disconected", &["disconnected"]), + ("disconecting", &["disconnecting"]), + ("disconection", &["disconnection"]), + ("disconections", &["disconnections"]), + ("disconects", &["disconnects"]), + ("disconeect", &["disconnect"]), + ("disconeected", &["disconnected"]), + ("disconeecting", &["disconnecting"]), + ("disconeection", &["disconnection"]), + ("disconeections", &["disconnections"]), + ("disconeects", &["disconnects"]), + ("disconenct", &["disconnect"]), + ("disconencted", &["disconnected"]), + ("disconencting", &["disconnecting"]), + ("disconenction", &["disconnection"]), + ("disconenctions", &["disconnections"]), + ("disconencts", &["disconnects"]), + ("disconet", &["disconnect"]), + ("disconeted", &["disconnected"]), + ("disconeting", &["disconnecting"]), + ("disconetion", &["disconnection"]), + ("disconetions", &["disconnections"]), + ("disconets", &["disconnects"]), + ("disconnec", &["disconnect"]), + ("disconneced", &["disconnected"]), + ("disconnet", &["disconnect"]), + ("disconneted", &["disconnected"]), + ("disconneting", &["disconnecting"]), + ("disconnets", &["disconnects"]), + ("disconnnect", &["disconnect"]), + ("discontigious", &["discontiguous"]), + ("discontigous", &["discontiguous"]), + ("discontiguities", &["discontinuities"]), + ("discontinous", &["discontinuous"]), + ("discontinuos", &["discontinuous"]), + ("discontinus", &["discontinue", "discontinuous"]), + ("discouranged", &["discouraged"]), + ("discourarged", &["discouraged"]), + ("discourrage", &["discourage"]), + ("discourraged", &["discouraged"]), + ("discovereability", &["discoverability"]), + ("discoveribility", &["discoverability"]), + ("discovey", &["discovery"]), + ("discovr", &["discover"]), + ("discovred", &["discovered"]), + ("discovring", &["discovering"]), + ("discovrs", &["discovers"]), + ("discrards", &["discards"]), + ("discreminates", &["discriminates"]), + ("discrepencies", &["discrepancies"]), + ("discrepency", &["discrepancy"]), + ("discrepicies", &["discrepancies"]), + ("discribe", &["describe"]), + ("discribed", &["described"]), + ("discribes", &["describes"]), + ("discribing", &["describing"]), + ("discription", &["description"]), + ("discriptions", &["descriptions"]), + ("discriptor\'s", &["descriptor\'s"]), + ("disctinction", &["distinction"]), + ("disctinctive", &["distinctive"]), + ("disctinguish", &["distinguish"]), + ("disctionaries", &["dictionaries"]), + ("disctionary", &["dictionary"]), + ("discuassed", &["discussed"]), + ("discusion", &["discussion"]), + ("discusson", &["discussion"]), + ("discussons", &["discussions"]), + ("discusting", &["disgusting"]), + ("discuusion", &["discussion"]), + ("disdvantage", &["disadvantage"]), + ("disection", &["dissection"]), + ("diselect", &["deselect"]), + ("disemination", &["dissemination"]), + ("disenchanged", &["disenchanted"]), + ("disencouraged", &["discouraged"]), + ("disertation", &["dissertation"]), + ("disfunctional", &["dysfunctional"]), + ("disfunctionality", &["dysfunctionality"]), + ("disgarded", &["discarded", "discarted"]), + ("disgn", &["design"]), + ("disgned", &["designed"]), + ("disgner", &["designer"]), + ("disgning", &["designing-"]), + ("disgnostic", &["diagnostic"]), + ("disgnostics", &["diagnostics"]), + ("disgns", &["designs"]), + ("disguisting", &["disgusting"]), + ("disharge", &["discharge"]), + ("disign", &["design"]), + ("disignated", &["designated"]), + ("disinguish", &["distinguish"]), + ("disiplined", &["disciplined"]), + ("disired", &["desired"]), + ("diskrete", &["discrete"]), + ("diskretion", &["discretion"]), + ("diskretization", &["discretization"]), + ("diskretize", &["discretize"]), + ("diskretized", &["discretized"]), + ("diskrimination", &["discrimination"]), + ("dislaimer", &["disclaimer"]), + ("dislay", &["display"]), + ("dislayed", &["displayed"]), + ("dislaying", &["displaying"]), + ("dislays", &["displays"]), + ("dislpay", &["display"]), + ("dislpayed", &["displayed"]), + ("dislpaying", &["displaying"]), + ("dislpays", &["displays"]), + ("disnabled", &["disabled"]), + ("disobediance", &["disobedience"]), + ("disobediant", &["disobedient"]), + ("disokay", &["display"]), + ("disolve", &["dissolve"]), + ("disolved", &["dissolved"]), + ("disonnect", &["disconnect"]), + ("disonnected", &["disconnected"]), + ("disover", &["discover"]), + ("disovering", &["discovering"]), + ("disovery", &["discovery"]), + ("dispached", &["dispatched"]), + ("dispair", &["despair"]), + ("dispaly", &["display"]), + ("dispalying", &["displaying"]), + ("disparingly", &["disparagingly"]), + ("disparite", &["disparate"]), + ("dispatcgh", &["dispatch"]), + ("dispath", &["dispatch"]), + ("dispathed", &["dispatched"]), + ("dispathes", &["dispatches"]), + ("dispathing", &["dispatching"]), + ("dispay", &["display"]), + ("dispayport", &["displayport"]), + ("dispbibute", &["distribute"]), + ("dispell", &["dispel"]), + ("dispence", &["dispense"]), + ("dispenced", &["dispensed"]), + ("dispencing", &["dispensing"]), + ("dispertion", &["dispersion"]), + ("dispicable", &["despicable"]), + ("dispite", &["despite"]), + ("displa", &["display"]), + ("displacment", &["displacement"]), + ("displacments", &["displacements"]), + ("displayd", &["displayed"]), + ("displayes", &["displays", "displayed"]), + ("displayied", &["displayed"]), + ("displayig", &["displaying"]), + ("disply", &["display"]), + ("displyed", &["displayed"]), + ("displying", &["displaying"]), + ("displys", &["displays"]), + ("dispode", &["dispose"]), + ("disporue", &["disparue"]), + ("disposel", &["disposal"]), + ("dispossable", &["disposable"]), + ("dispossal", &["disposal"]), + ("disposse", &["dispose"]), + ("dispossed", &["disposed", "dispossessed"]), + ("disposses", &["disposes", "dispossess"]), + ("dispossing", &["disposing"]), + ("dispostion", &["disposition"]), + ("dispprove", &["disprove", "disapprove"]), + ("disproportiate", &["disproportionate"]), + ("disproportionatly", &["disproportionately"]), + ("disputandem", &["disputandum"]), + ("disregrad", &["disregard"]), + ("disrete", &["discrete"]), + ("disretion", &["discretion"]), + ("disribution", &["distribution"]), + ("disricts", &["districts"]), + ("disrm", &["disarm"]), + ("dissable", &["disable"]), + ("dissabled", &["disabled"]), + ("dissables", &["disables"]), + ("dissabling", &["disabling"]), + ("dissadvantage", &["disadvantage"]), + ("dissadvantages", &["disadvantages"]), + ("dissagreement", &["disagreement"]), + ("dissagregation", &["dissaggregation"]), + ("dissallow", &["disallow"]), + ("dissallowed", &["disallowed"]), + ("dissallowing", &["disallowing"]), + ("dissallows", &["disallows"]), + ("dissalow", &["disallow"]), + ("dissalowed", &["disallowed"]), + ("dissalowing", &["disallowing"]), + ("dissalows", &["disallows"]), + ("dissambiguate", &["disambiguate"]), + ("dissamble", &["disassemble"]), + ("dissambled", &["disassembled"]), + ("dissambler", &["disassembler"]), + ("dissambles", &["disassembles"]), + ("dissamblies", &["disassemblies"]), + ("dissambling", &["disassembling"]), + ("dissambly", &["disassembly"]), + ("dissapate", &["dissipate"]), + ("dissapates", &["dissipates"]), + ("dissapear", &["disappear"]), + ("dissapearance", &["disappearance"]), + ("dissapeard", &["disappeared"]), + ("dissapeared", &["disappeared"]), + ("dissapearing", &["disappearing"]), + ("dissapears", &["disappears"]), + ("dissaper", &["disappear"]), + ("dissaperd", &["disappeared"]), + ("dissapered", &["disappeared"]), + ("dissapering", &["disappearing"]), + ("dissapers", &["disappears"]), + ("dissapoint", &["disappoint"]), + ("dissapointed", &["disappointed"]), + ("dissapointing", &["disappointing"]), + ("dissapoints", &["disappoints"]), + ("dissappear", &["disappear"]), + ("dissappeard", &["disappeared"]), + ("dissappeared", &["disappeared"]), + ("dissappearing", &["disappearing"]), + ("dissappears", &["disappears"]), + ("dissapper", &["disappear"]), + ("dissapperd", &["disappeared"]), + ("dissappered", &["disappeared"]), + ("dissappering", &["disappearing"]), + ("dissappers", &["disappears"]), + ("dissappointed", &["disappointed"]), + ("dissapprove", &["disapprove"]), + ("dissapproves", &["disapproves"]), + ("dissarray", &["disarray"]), + ("dissasemble", &["disassemble"]), + ("dissasembled", &["disassembled"]), + ("dissasembler", &["disassembler"]), + ("dissasembles", &["disassembles"]), + ("dissasemblies", &["disassemblies"]), + ("dissasembling", &["disassembling"]), + ("dissasembly", &["disassembly"]), + ("dissasociate", &["disassociate"]), + ("dissasociated", &["disassociated"]), + ("dissasociates", &["disassociates"]), + ("dissasociation", &["disassociation"]), + ("dissassemble", &["disassemble"]), + ("dissassembled", &["disassembled"]), + ("dissassembler", &["disassembler"]), + ("dissassembles", &["disassembles"]), + ("dissassemblies", &["disassemblies"]), + ("dissassembling", &["disassembling"]), + ("dissassembly", &["disassembly"]), + ("dissassociate", &["disassociate"]), + ("dissassociated", &["disassociated"]), + ("dissassociates", &["disassociates"]), + ("dissassociating", &["disassociating"]), + ("dissaster", &["disaster"]), + ("dissasters", &["disasters"]), + ("dissble", &["disable"]), + ("dissbled", &["disabled"]), + ("dissbles", &["disables"]), + ("dissbling", &["disabling"]), + ("dissconect", &["disconnect"]), + ("dissconnect", &["disconnect"]), + ("dissconnected", &["disconnected"]), + ("dissconnects", &["disconnects"]), + ("disscover", &["discover"]), + ("disscovered", &["discovered"]), + ("disscovering", &["discovering"]), + ("disscovers", &["discovers"]), + ("disscovery", &["discovery"]), + ("dissct", &["dissect"]), + ("disscted", &["dissected"]), + ("disscting", &["dissecting"]), + ("dissctor", &["dissector"]), + ("dissctors", &["dissectors"]), + ("disscts", &["dissects"]), + ("disscuesed", &["discussed"]), + ("disscus", &["discuss"]), + ("disscused", &["discussed"]), + ("disscuses", &["discusses"]), + ("disscusing", &["discussing"]), + ("disscusion", &["discussion"]), + ("disscuss", &["discuss"]), + ("disscussed", &["discussed"]), + ("disscusses", &["discusses"]), + ("disscussing", &["discussing"]), + ("disscussion", &["discussion"]), + ("disscussions", &["discussions"]), + ("disshearteningly", &["dishearteningly"]), + ("dissimiliarity", &["dissimilarity"]), + ("dissmantle", &["dismantle"]), + ("dissmantled", &["dismantled"]), + ("dissmantles", &["dismantles"]), + ("dissmantling", &["dismantling"]), + ("dissmis", &["dismiss"]), + ("dissmised", &["dismissed"]), + ("dissmises", &["dismisses"]), + ("dissmising", &["dismissing"]), + ("dissmiss", &["dismiss"]), + ("dissmissed", &["dismissed"]), + ("dissmisses", &["dismisses"]), + ("dissmissing", &["dismissing"]), + ("dissobediance", &["disobedience"]), + ("dissobediant", &["disobedient"]), + ("dissobedience", &["disobedience"]), + ("dissobedient", &["disobedient"]), + ("dissplay", &["display"]), + ("dissrupt", &["disrupt"]), + ("dissrupted", &["disrupted"]), + ("dissrupting", &["disrupting"]), + ("dissrupts", &["disrupts"]), + ("disssemble", &["disassemble"]), + ("disssembled", &["disassembled"]), + ("disssembler", &["disassembler"]), + ("disssembles", &["disassembles"]), + ("disssemblies", &["disassemblies"]), + ("disssembling", &["disassembling"]), + ("disssembly", &["disassembly"]), + ("disssociate", &["dissociate"]), + ("disssociated", &["dissociated"]), + ("disssociates", &["dissociates"]), + ("disssociating", &["dissociating"]), + ("distancef", &["distanced", "distances", "distance"]), + ("distantce", &["distance"]), + ("distarct", &["distract"]), + ("distater", &["disaster"]), + ("distengish", &["distinguish"]), + ("distibute", &["distribute"]), + ("distibuted", &["distributed"]), + ("distibutes", &["distributes"]), + ("distibuting", &["distributing"]), + ("distibution", &["distribution"]), + ("distibutions", &["distributions"]), + ("distiction", &["distinction"]), + ("distictly", &["distinctly"]), + ("distiguish", &["distinguish"]), + ("distiguished", &["distinguished"]), + ("distingish", &["distinguish"]), + ("distingished", &["distinguished"]), + ("distingishes", &["distinguishes"]), + ("distingishing", &["distinguishing"]), + ("distingiush", &["distinguish"]), + ("distingquished", &["distinguished"]), + ("distingush", &["distinguish"]), + ("distingushed", &["distinguished"]), + ("distingushes", &["distinguishes"]), + ("distingushing", &["distinguishing"]), + ("distingusih", &["distinguish"]), + ("distinquish", &["distinguish"]), + ("distinquishable", &["distinguishable"]), + ("distintions", &["distinctions"]), + ("distirbute", &["distribute"]), + ("distirbuted", &["distributed"]), + ("distirbutes", &["distributes"]), + ("distirbuting", &["distributing"]), + ("distirbution", &["distribution"]), + ("distirbutions", &["distributions"]), + ("distirted", &["distorted"]), + ("distnace", &["distance"]), + ("distnaces", &["distances"]), + ("distnce", &["distance"]), + ("distnces", &["distances"]), + ("distnct", &["distinct"]), + ("distncte", &["distance"]), + ("distnctes", &["distances"]), + ("distnguish", &["distinguish"]), + ("distnguished", &["distinguished"]), + ("distniguish", &["distinguish"]), + ("distniguished", &["distinguished"]), + ("distory", &["destroy", "distort", "history"]), + ("distrebuted", &["distributed"]), + ("distribtion", &["distribution"]), + ("distribtions", &["distributions"]), + ("distribtuion", &["distribution"]), + ("distribtuions", &["distributions"]), + ("distribtution", &["distributions"]), + ("distribued", &["distributed"]), + ("distribuion", &["distribution"]), + ("distribuite", &["distribute"]), + ("distribuited", &["distributed"]), + ("distribuiting", &["distributing"]), + ("distribuition", &["distribution"]), + ("distribuitng", &["distributing"]), + ("distribure", &["distribute"]), + ("districct", &["district"]), + ("distrobution", &["distribution"]), + ("distroname", &["distro name"]), + ("distroying", &["destroying"]), + ("distrub", &["disturb"]), + ("distrubiotion", &["distribution"]), + ("distrubite", &["distribute"]), + ("distrubted", &["distributed", "disrupted"]), + ("distrubtion", &["distribution"]), + ("distrubute", &["distribute"]), + ("distrubuted", &["distributed"]), + ("distrubution", &["distribution"]), + ("distrubutions", &["distributions"]), + ("distruction", &["destruction"]), + ("distructive", &["destructive"]), + ("distuingish", &["distinguish"]), + ("disuade", &["dissuade"]), + ("disucssion", &["discussion"]), + ("disucssions", &["discussions"]), + ("disussion", &["discussion"]), + ("disussions", &["discussions"]), + ("disutils", &["distutils"]), + ("ditance", &["distance"]), + ("ditinguishes", &["distinguishes"]), + ("ditribute", &["distribute"]), + ("ditributed", &["distributed"]), + ("ditribution", &["distribution"]), + ("ditributions", &["distributions"]), + ("divde", &["divide"]), + ("diversed", &["diverse", "diverged"]), + ("divertion", &["diversion"]), + ("divertions", &["diversions"]), + ("divet", &["divot"]), + ("divice", &["device"]), + ("divicer", &["divider"]), + ("dividor", &["divider", "divisor"]), + ("dividors", &["dividers", "divisors"]), + ("divinition", &["definition", "divination"]), + ("divion", &["division"]), + ("divisable", &["divisible"]), + ("divisior", &["divisor"]), + ("divison", &["division"]), + ("divisons", &["divisions"]), + ("divrese", &["diverse"]), + ("divsion", &["division"]), + ("divsions", &["divisions"]), + ("divsiors", &["divisors"]), + ("dloating", &["floating"]), + ("dnamically", &["dynamically"]), + ("dne", &["done"]), + ("do\'nt", &["don\'t"]), + ("doalog", &["dialog"]), + ("doamin", &["domain", "dopamine"]), + ("doamine", &["dopamine", "domain"]), + ("doamins", &["domains"]), + ("doas", &["does"]), + ("doble", &["double"]), + ("dobled", &["doubled"]), + ("dobles", &["doubles"]), + ("dobling", &["doubling"]), + ("doccument", &["document"]), + ("doccumented", &["documented"]), + ("doccuments", &["documents"]), + ("dockson", &["dachshund"]), + ("docmenetation", &["documentation"]), + ("docmunet", &["document"]), + ("docmunetation", &["documentation"]), + ("docmuneted", &["documented"]), + ("docmuneting", &["documenting"]), + ("docmunets", &["documents"]), + ("docrines", &["doctrines"]), + ("docstatistik", &["docstatistic"]), + ("docsund", &["dachshund"]), + ("doctines", &["doctrines"]), + ("doctorial", &["doctoral"]), + ("docucument", &["document"]), + ("docuement", &["document"]), + ("docuements", &["documents"]), + ("docuemnt", &["document"]), + ("docuemnts", &["documents"]), + ("docuemtn", &["document"]), + ("docuemtnation", &["documentation"]), + ("docuemtned", &["documented"]), + ("docuemtning", &["documenting"]), + ("docuemtns", &["documents"]), + ("docuent", &["document"]), + ("docuentation", &["documentation"]), + ("documant", &["document"]), + ("documantation", &["documentation"]), + ("documants", &["documents"]), + ("documation", &["documentation"]), + ("documemt", &["document"]), + ("documen", &["document"]), + ("documenatation", &["documentation"]), + ("documenation", &["documentation"]), + ("documenatry", &["documentary"]), + ("documenet", &["document"]), + ("documenetation", &["documentation"]), + ("documenets", &["documents"]), + ("documentaion", &["documentation"]), + ("documentaiton", &["documentation"]), + ("documentataion", &["documentation"]), + ("documentataions", &["documentations"]), + ("documentaton", &["documentation"]), + ("documentes", &["documents"]), + ("documention", &["documentation"]), + ("documetation", &["documentation"]), + ("documetnation", &["documentation"]), + ("documment", &["document"]), + ("documments", &["documents"]), + ("documnet", &["document"]), + ("documument", &["document"]), + ("docunment", &["document"]), + ("doed", &["does"]), + ("doen\'t", &["doesn\'t"]), + ("doen", &["done"]), + ("doens\'t", &["doesn\'t"]), + ("doens", &["does"]), + ("doensn\'t", &["doesn\'t"]), + ("does\'nt", &["doesn\'t"]), + ("does\'t", &["doesn\'t"]), + ("doese\'t", &["doesn\'t"]), + ("doese", &["does"]), + ("doesen\'t", &["doesn\'t"]), + ("doesent\'", &["doesn\'t"]), + ("doesent", &["doesn\'t"]), + ("doesing", &["doing", "does", "does in", "dosing", "dozing"]), + ("doesits", &["does its"]), + ("doesn\'", &["doesn\'t"]), + ("doesn;t", &["doesn\'t"]), + ("doesnexist", &["doesn\'t exist"]), + ("doesnot", &["doesn\'t", "does not"]), + ("doesnt\'", &["doesn\'t"]), + ("doesnt\'t", &["doesn\'t"]), + ("doesnt", &["doesn\'t", "does not"]), + ("doesnt;", &["doesn\'t"]), + ("doess", &["does"]), + ("doestn\'t", &["doesn\'t"]), + ("doign", &["doing"]), + ("doiing", &["doing"]), + ("doiuble", &["double"]), + ("doiubled", &["doubled"]), + ("dokc", &["dock"]), + ("dokced", &["docked"]), + ("dokcer", &["docker"]), + ("dokcerd", &["dockerd", "docked", "docker"]), + ("dokcing", &["docking"]), + ("dokcre", &["docker"]), + ("dokcred", &["dockerd", "docked", "docker"]), + ("dokcs", &["docks"]), + ("doller", &["dollar"]), + ("dollers", &["dollars"]), + ("dollor", &["dollar"]), + ("dollors", &["dollars"]), + ("domait", &["domain"]), + ("doman", &["domain"]), + ("domans", &["domains"]), + ("domension", &["dimension"]), + ("domensions", &["dimensions"]), + ("domian", &["domain"]), + ("domians", &["domains"]), + ("dominaton", &["domination"]), + ("dominent", &["dominant"]), + ("dominiant", &["dominant"]), + ("domonstrate", &["demonstrate"]), + ("domonstrates", &["demonstrates"]), + ("domonstrating", &["demonstrating"]), + ("domonstration", &["demonstration"]), + ("donain", &["domain"]), + ("donains", &["domains"]), + ("donejun", &["dungeon"]), + ("donejuns", &["dungeons"]), + ("donig", &["doing"]), + ("donn", &["done", "don"]), + ("donnot", &["do not"]), + ("dont\'", &["don\'t"]), + ("dont\'t", &["don\'t"]), + ("donwload", &["download"]), + ("donwloaded", &["downloaded"]), + ("donwloading", &["downloading"]), + ("donwloads", &["downloads"]), + ("doocument", &["document"]), + ("doorjam", &["doorjamb"]), + ("dorce", &["force"]), + ("dorced", &["forced"]), + ("dorceful", &["forceful"]), + ("dorder", &["order", "disorder"]), + ("dordered", &["ordered"]), + ("dorment", &["dormant"]), + ("dorp", &["drop"]), + ("dosen\'t", &["doesn\'t"]), + ("dosen", &["dozen", "dose", "doesn"]), + ("dosen;t", &["doesn\'t"]), + ("dosens", &["dozens"]), + ("dosent\'", &["doesn\'t"]), + ("dosent", &["doesn\'t"]), + ("dosent;", &["doesn\'t"]), + ("dosn\'t", &["doesn\'t"]), + ("dosn;t", &["doesn\'t"]), + ("dosnt", &["doesn\'t"]), + ("dosposing", &["disposing"]), + ("dosument", &["document"]), + ("dosuments", &["documents"]), + ("dota", &["data"]), + ("doub", &["doubt", "daub"]), + ("doube", &["double"]), + ("doube-click", &["double-click"]), + ("doube-clicked", &["double-clicked"]), + ("doube-clicks", &["double-clicks"]), + ("doube-quote", &["double-quote"]), + ("doube-quoted", &["double-quoted"]), + ("doube-word", &["double-word"]), + ("doube-wprd", &["double-word"]), + ("doubeclick", &["double-click"]), + ("doubeclicked", &["double-clicked"]), + ("doubeclicks", &["double-clicks"]), + ("doubel", &["double"]), + ("doubele-click", &["double-click"]), + ("doubele-clicked", &["double-clicked"]), + ("doubele-clicks", &["double-clicks"]), + ("doubeleclick", &["double-click"]), + ("doubeleclicked", &["double-clicked"]), + ("doubeleclicks", &["double-clicks"]), + ("doubely", &["doubly"]), + ("doubes", &["doubles"]), + ("doubleclick", &["double-click"]), + ("doublely", &["doubly"]), + ("doubletquote", &["doublequote"]), + ("doucment", &["document"]), + ("douible", &["double"]), + ("douibled", &["doubled"]), + ("doulbe", &["double"]), + ("doumentc", &["document"]), + ("dout", &["doubt"]), + ("dowgrade", &["downgrade"]), + ("dowlink", &["downlink"]), + ("dowlinks", &["downlinks"]), + ("dowload", &["download"]), + ("dowloaded", &["downloaded"]), + ("dowloader", &["downloader"]), + ("dowloaders", &["downloaders"]), + ("dowloading", &["downloading"]), + ("dowloads", &["downloads"]), + ("downgrate", &["downgrade"]), + ("downgrated", &["downgraded"]), + ("downlad", &["download"]), + ("downladed", &["downloaded"]), + ("downlading", &["downloading"]), + ("downlads", &["downloads"]), + ("downlaod", &["download"]), + ("downlaoded", &["downloaded"]), + ("downlaodes", &["downloads"]), + ("downlaoding", &["downloading"]), + ("downlaods", &["downloads"]), + ("downloadmanger", &["downloadmanager"]), + ("downlod", &["download"]), + ("downloded", &["downloaded"]), + ("downloding", &["downloading"]), + ("downlods", &["downloads"]), + ("downlowd", &["download"]), + ("downlowded", &["downloaded"]), + ("downlowding", &["downloading"]), + ("downlowds", &["downloads"]), + ("downsteram", &["downstream"]), + ("downsteramed", &["downstreamed"]), + ("downsteramer", &["downstreamer"]), + ("downsteramers", &["downstreamers"]), + ("downsteraming", &["downstreaming"]), + ("downsterams", &["downstreams"]), + ("dows", &["does"]), + ("dowt", &["doubt"]), + ("doxgen", &["doxygen"]), + ("dpeends", &["depends"]), + ("dpendent", &["dependent"]), + ("dpuble", &["double"]), + ("dpubles", &["doubles"]), + ("draconain", &["draconian"]), + ("dragable", &["draggable"]), + ("draged", &["dragged"]), + ("draging", &["dragging"]), + ("draing", &["drawing"]), + ("drammatic", &["dramatic"]), + ("dramtic", &["dramatic"]), + ("dran", &["drawn"]), + ("drastical", &["drastically"]), + ("drasticaly", &["drastically"]), + ("drats", &["drafts"]), + ("draughtman", &["draughtsman"]), + ("Dravadian", &["Dravidian"]), + ("draview", &["drawview"]), + ("drawack", &["drawback"]), + ("drawacks", &["drawbacks"]), + ("drawed", &["drew", "drawn", "had drawn"]), + ("drawm", &["drawn"]), + ("drawng", &["drawing"]), + ("dreasm", &["dreams"]), + ("dreawn", &["drawn"]), + ("dregee", &["degree"]), + ("dregees", &["degrees"]), + ("drescription", &["description"]), + ("drescriptions", &["descriptions"]), + ("driagram", &["diagram"]), + ("driagrammed", &["diagrammed"]), + ("driagramming", &["diagramming"]), + ("driagrams", &["diagrams"]), + ("driectly", &["directly"]), + ("drity", &["dirty"]), + ("driveing", &["driving"]), + ("drivr", &["driver"]), + ("drnik", &["drink"]), + ("dropabel", &["droppable"]), + ("dropable", &["droppable"]), + ("droped", &["dropped"]), + ("droping", &["dropping"]), + ("droppend", &["dropped"]), + ("droppped", &["dropped"]), + ("dropse", &["drops"]), + ("droput", &["dropout"]), + ("druing", &["during"]), + ("druming", &["drumming"]), + ("drummless", &["drumless"]), + ("drvier", &["driver"]), + ("drwaing", &["drawing"]), + ("drwawing", &["drawing"]), + ("drwawings", &["drawings"]), + ("dscrete", &["discrete"]), + ("dscretion", &["discretion"]), + ("dscribed", &["described"]), + ("dsiable", &["disable"]), + ("dsiabled", &["disabled"]), + ("dsplays", &["displays"]), + ("dstination", &["destination"]), + ("dthe", &["the"]), + ("dtoring", &["storing"]), + ("dubios", &["dubious"]), + ("dublicade", &["duplicate"]), + ("dublicat", &["duplicate"]), + ("dublicate", &["duplicate"]), + ("dublicated", &["duplicated"]), + ("dublicates", &["duplicates"]), + ("dublication", &["duplication"]), + ("ducment", &["document"]), + ("ducument", &["document"]), + ("dueing", &["doing", "during", "dueling"]), + ("dulicate", &["duplicate"]), + ("dum", &["dumb"]), + ("dummp", &["dump", "dummy"]), + ("dumplicate", &["duplicate"]), + ("dumplicated", &["duplicated"]), + ("dumplicates", &["duplicates"]), + ("dumplicating", &["duplicating"]), + ("duoblequote", &["doublequote"]), + ("dupicate", &["duplicate"]), + ("duplacate", &["duplicate"]), + ("duplacated", &["duplicated"]), + ("duplacates", &["duplicates"]), + ("duplacation", &["duplication"]), + ("duplacte", &["duplicate"]), + ("duplacted", &["duplicated"]), + ("duplactes", &["duplicates"]), + ("duplaction", &["duplication"]), + ("duplaicate", &["duplicate"]), + ("duplaicated", &["duplicated"]), + ("duplaicates", &["duplicates"]), + ("duplaication", &["duplication"]), + ("duplate", &["duplicate"]), + ("duplated", &["duplicated"]), + ("duplates", &["duplicates"]), + ("duplation", &["duplication"]), + ("duplciate", &["duplicate"]), + ("dupliacate", &["duplicate"]), + ("dupliacates", &["duplicates"]), + ("dupliace", &["duplicate"]), + ("dupliacte", &["duplicate"]), + ("dupliacted", &["duplicated"]), + ("dupliactes", &["duplicates"]), + ("dupliagte", &["duplicate"]), + ("dupliate", &["duplicate"]), + ("dupliated", &["duplicated"]), + ("dupliates", &["duplicates"]), + ("dupliating", &["duplicating"]), + ("dupliation", &["duplication"]), + ("dupliations", &["duplications"]), + ("duplicat", &["duplicate"]), + ("duplicatd", &["duplicated"]), + ("duplicats", &["duplicates"]), + ("dupplicate", &["duplicate"]), + ("dupplicated", &["duplicated"]), + ("dupplicates", &["duplicates"]), + ("dupplicating", &["duplicating"]), + ("dupplication", &["duplication"]), + ("dupplications", &["duplications"]), + ("durationm", &["duration"]), + ("durectories", &["directories"]), + ("durectory", &["directory"]), + ("dureing", &["during"]), + ("durig", &["during"]), + ("durining", &["during"]), + ("durning", &["during"]), + ("durring", &["during"]), + ("duting", &["during"]), + ("dyanamically", &["dynamically"]), + ("dyanmic", &["dynamic"]), + ("dyanmically", &["dynamically"]), + ("dyas", &["dryas"]), + ("dymamically", &["dynamically"]), + ("dynamc", &["dynamic"]), + ("dynamcly", &["dynamincally"]), + ("dynamcs", &["dynamics"]), + ("dynamicaly", &["dynamically"]), + ("dynamiclly", &["dynamically"]), + ("dynamicly", &["dynamically"]), + ("dynamlic", &["dynamic"]), + ("dynamlically", &["dynamically"]), + ("dynically", &["dynamically"]), + ("dynmaic", &["dynamic"]), + ("dynmaically", &["dynamically"]), + ("dynmic", &["dynamic"]), + ("dynmically", &["dynamically"]), + ("dynmics", &["dynamics"]), + ("eabled", &["enabled"]), + ("eacf", &["each"]), + ("eacg", &["each"]), + ("eachother", &["each other"]), + ("eachs", &["each"]), + ("eactly", &["exactly"]), + ("eagrely", &["eagerly"]), + ("eahc", &["each"]), + ("eailier", &["earlier"]), + ("eaiser", &["easier"]), + ("ealier", &["earlier"]), + ("ealiest", &["earliest"]), + ("eample", &["example"]), + ("eamples", &["examples"]), + ("eanable", &["enable"]), + ("eanble", &["enable"]), + ("earch", &["search", "each"]), + ("earler", &["earlier"]), + ("earliear", &["earlier"]), + ("earlies", &["earliest"]), + ("earlist", &["earliest"]), + ("earlyer", &["earlier"]), + ("earnt", &["earned"]), + ("earpeice", &["earpiece"]), + ("easely", &["easily"]), + ("easer", &["easier", "eraser"]), + ("easili", &["easily"]), + ("easiliy", &["easily"]), + ("easilly", &["easily"]), + ("easiy", &["easily"]), + ("easly", &["easily"]), + ("easyer", &["easier"]), + ("eaturn", &["return", "saturn"]), + ("eaxct", &["exact"]), + ("ebale", &["enable"]), + ("ebaled", &["enabled"]), + ("EBCIDC", &["EBCDIC"]), + ("ebedded", &["embedded"]), + ("eccessive", &["excessive"]), + ("ecclectic", &["eclectic"]), + ("eceonomy", &["economy"]), + ("ecept", &["except"]), + ("eception", &["exception"]), + ("eceptions", &["exceptions"]), + ("ecidious", &["deciduous"]), + ("eclise", &["eclipse"]), + ("eclispe", &["eclipse"]), + ("ecognized", &["recognized"]), + ("ecomonic", &["economic"]), + ("ecplicit", &["explicit"]), + ("ecplicitly", &["explicitly"]), + ("ecret", &["secret", "erect"]), + ("ecspecially", &["especially"]), + ("ect", &["etc"]), + ("ecxept", &["except"]), + ("ecxite", &["excite"]), + ("ecxited", &["excited"]), + ("ecxites", &["excites"]), + ("ecxiting", &["exciting"]), + ("ecxtracted", &["extracted"]), + ("EDCDIC", &["EBCDIC"]), + ("edditable", &["editable"]), + ("ede", &["edge"]), + ("ediable", &["editable"]), + ("edige", &["edge"]), + ("ediges", &["edges"]), + ("editedt", &["edited"]), + ("editiing", &["editing"]), + ("editoro", &["editor"]), + ("editt", &["edit"]), + ("editted", &["edited"]), + ("editter", &["editor"]), + ("editting", &["editing"]), + ("edittor", &["editor"]), + ("edn", &["end"]), + ("ednif", &["endif"]), + ("edxpected", &["expected"]), + ("eearly", &["early"]), + ("eeeprom", &["EEPROM"]), + ("eescription", &["description"]), + ("eevery", &["every"]), + ("eeverything", &["everything"]), + ("eeverywhere", &["everywhere"]), + ("eextract", &["extract"]), + ("eextracted", &["extracted"]), + ("eextracting", &["extracting"]), + ("eextraction", &["extraction"]), + ("eextracts", &["extracts"]), + ("efect", &["effect"]), + ("efective", &["effective"]), + ("efectively", &["effectively"]), + ("efel", &["evil"]), + ("eferences", &["references"]), + ("efetivity", &["effectivity"]), + ("effctive", &["effective"]), + ("effctively", &["effectively"]), + ("effeciency", &["efficiency"]), + ("effecient", &["efficient"]), + ("effeciently", &["efficiently"]), + ("effeck", &["effect"]), + ("effecked", &["effected"]), + ("effecks", &["effects"]), + ("effeckt", &["effect"]), + ("effectice", &["effective"]), + ("effecticely", &["effectively"]), + ("effectiviness", &["effectiveness"]), + ("effectivness", &["effectiveness"]), + ("effectly", &["effectively"]), + ("effekt", &["effect"]), + ("effexts", &["effects"]), + ("efficcient", &["efficient"]), + ("efficencty", &["efficiency"]), + ("efficency", &["efficiency"]), + ("efficent", &["efficient"]), + ("efficently", &["efficiently"]), + ("efficieny", &["efficiency", "efficiently"]), + ("effiency", &["efficiency"]), + ("effient", &["efficient"]), + ("effiently", &["efficiently"]), + ("efford", &["effort", "afford"]), + ("effords", &["efforts", "affords"]), + ("effulence", &["effluence"]), + ("eforceable", &["enforceable"]), + ("egde", &["edge"]), + ("egdes", &["edges"]), + ("ege", &["edge"]), + ("egenral", &["general"]), + ("egenralise", &["generalise"]), + ("egenralised", &["generalised"]), + ("egenralises", &["generalises"]), + ("egenralize", &["generalize"]), + ("egenralized", &["generalized"]), + ("egenralizes", &["generalizes"]), + ("egenrally", &["generally"]), + ("ehance", &["enhance"]), + ("ehanced", &["enhanced"]), + ("ehancement", &["enhancement"]), + ("ehancements", &["enhancements"]), + ("ehen", &["when", "hen", "even", "then"]), + ("ehenever", &["whenever"]), + ("ehough", &["enough"]), + ("ehr", &["her"]), + ("ehternet", &["Ethernet"]), + ("ehther", &["ether", "either"]), + ("ehthernet", &["ethernet"]), + ("eighter", &["either"]), + ("eigth", &["eighth", "eight"]), + ("eihter", &["either"]), + ("einstance", &["instance"]), + ("eisntance", &["instance"]), + ("eiter", &["either"]), + ("eith", &["with"]), + ("elction", &["election"]), + ("elctromagnetic", &["electromagnetic"]), + ("eleate", &["relate"]), + ("electic", &["eclectic", "electric"]), + ("electical", &["electrical"]), + ("electirc", &["electric"]), + ("electircal", &["electrical"]), + ("electon", &["election", "electron"]), + ("electrial", &["electrical"]), + ("electricly", &["electrically"]), + ("electricty", &["electricity"]), + ("electrinics", &["electronics"]), + ("electriv", &["electric"]), + ("electrnoics", &["electronics"]), + ("eleemnt", &["element"]), + ("eleent", &["element"]), + ("elegible", &["eligible"]), + ("elemant", &["element"]), + ("elemantary", &["elementary"]), + ("elemement", &["element"]), + ("elemements", &["elements"]), + ("elememt", &["element"]), + ("elemen", &["element"]), + ("elemenent", &["element"]), + ("elemenental", &["elemental"]), + ("elemenents", &["elements"]), + ("elemenet", &["element"]), + ("elemenets", &["elements"]), + ("elemens", &["elements"]), + ("elemenst", &["elements"]), + ("elementay", &["elementary"]), + ("elemente", &["element", "elements"]), + ("elementry", &["elementary"]), + ("elemet", &["element"]), + ("elemetal", &["elemental"]), + ("elemetn", &["element"]), + ("elemetns", &["elements"]), + ("elemets", &["elements"]), + ("eleminate", &["eliminate"]), + ("eleminated", &["eliminated"]), + ("eleminates", &["eliminates"]), + ("eleminating", &["eliminating"]), + ("elemnets", &["elements"]), + ("elemnt", &["element"]), + ("elemnts", &["elements"]), + ("elemtary", &["elementary"]), + ("elenment", &["element"]), + ("eles", &["else"]), + ("eletricity", &["electricity"]), + ("eletromagnitic", &["electromagnetic"]), + ("eletronic", &["electronic"]), + ("elgible", &["eligible"]), + ("elicided", &["elicited"]), + ("eligable", &["eligible"]), + ("elimentary", &["elementary"]), + ("elimiante", &["eliminate"]), + ("elimiate", &["eliminate"]), + ("eliminetaion", &["elimination"]), + ("elimintate", &["eliminate"]), + ("eliminte", &["eliminate"]), + ("elimnated", &["eliminated"]), + ("elipse", &["ellipse", "eclipse"]), + ("elipses", &["ellipses", "eclipses", "ellipsis"]), + ("elipsis", &["ellipsis", "eclipses"]), + ("elipsises", &["ellipses", "ellipsis"]), + ("eliptic", &["elliptic"]), + ("eliptical", &["elliptical"]), + ("elipticity", &["ellipticity"]), + ("ellapsed", &["elapsed"]), + ("ellected", &["elected"]), + ("elliminate", &["eliminate"]), + ("elliminated", &["eliminated"]), + ("elliminates", &["eliminates"]), + ("elliminating", &["eliminating"]), + ("ellipsises", &["ellipsis"]), + ("ellision", &["elision"]), + ("elmenet", &["element"]), + ("elmenets", &["elements"]), + ("elment", &["element"]), + ("elments", &["elements"]), + ("elminate", &["eliminate"]), + ("elminated", &["eliminated"]), + ("elminates", &["eliminates"]), + ("elminating", &["eliminating"]), + ("elphant", &["elephant"]), + ("elsef", &["elseif"]), + ("elsehwere", &["elsewhere"]), + ("elseof", &["elseif"]), + ("elseswhere", &["elsewhere"]), + ("elsewehere", &["elsewhere"]), + ("elsewere", &["elsewhere"]), + ("elsewhwere", &["elsewhere"]), + ("elsiof", &["elseif"]), + ("elsof", &["elseif"]), + ("emabaroged", &["embargoed"]), + ("emable", &["enable"]), + ("emailling", &["emailing"]), + ("embarass", &["embarrass"]), + ("embarassed", &["embarrassed"]), + ("embarasses", &["embarrasses"]), + ("embarassing", &["embarrassing"]), + ("embarassment", &["embarrassment"]), + ("embargos", &["embargoes"]), + ("embarras", &["embarrass"]), + ("embarrased", &["embarrassed"]), + ("embarrasing", &["embarrassing"]), + ("embarrasingly", &["embarrassingly"]), + ("embarrasment", &["embarrassment"]), + ("embbedded", &["embedded"]), + ("embbeded", &["embedded"]), + ("embdder", &["embedder"]), + ("embdedded", &["embedded"]), + ("embebbed", &["embedded"]), + ("embedd", &["embed"]), + ("embeddded", &["embedded"]), + ("embeddeding", &["embedding"]), + ("embedds", &["embeds"]), + ("embeded", &["embedded"]), + ("embeed", &["embed"]), + ("embezelled", &["embezzled"]), + ("emblamatic", &["emblematic"]), + ("embold", &["embolden"]), + ("emedded", &["embedded"]), + ("emegrency", &["emergency"]), + ("emenet", &["element"]), + ("emenets", &["elements"]), + ("emiited", &["emitted"]), + ("eminate", &["emanate"]), + ("eminated", &["emanated"]), + ("emision", &["emission"]), + ("emiss", &["remiss", "amiss", "amass"]), + ("emissed", &["amassed", "amiss"]), + ("emited", &["emitted"]), + ("emiting", &["emitting"]), + ("emition", &["emission", "emotion"]), + ("emlation", &["emulation"]), + ("emmediately", &["immediately"]), + ("emmigrated", &["emigrated", "immigrated"]), + ("emminent", &["eminent", "imminent"]), + ("emminently", &["eminently"]), + ("emmisaries", &["emissaries"]), + ("emmisarries", &["emissaries"]), + ("emmisarry", &["emissary"]), + ("emmisary", &["emissary"]), + ("emmision", &["emission"]), + ("emmisions", &["emissions"]), + ("emmit", &["emit"]), + ("emmited", &["emitted"]), + ("emmiting", &["emitting"]), + ("emmits", &["emits"]), + ("emmitted", &["emitted"]), + ("emmitting", &["emitting"]), + ("emnity", &["enmity"]), + ("emoty", &["empty"]), + ("emperical", &["empirical"]), + ("emphaised", &["emphasised"]), + ("emphsis", &["emphasis"]), + ("emphysyma", &["emphysema"]), + ("empirial", &["empirical", "imperial"]), + ("empiricaly", &["empirically"]), + ("emporer", &["emperor"]), + ("emprically", &["empirically"]), + ("emprisoned", &["imprisoned"]), + ("emptniess", &["emptiness"]), + ("emptry", &["empty"]), + ("emptyed", &["emptied"]), + ("empy", &["empty"]), + ("emtied", &["emptied"]), + ("emties", &["empties"]), + ("emtpy", &["empty"]), + ("emty", &["empty"]), + ("emtying", &["emptying"]), + ("emultor", &["emulator"]), + ("emultors", &["emulators"]), + ("enabe", &["enable"]), + ("enabel", &["enable"]), + ("enabeled", &["enabled"]), + ("enabeling", &["enabling"]), + ("enabing", &["enabling"]), + ("enabledi", &["enabled"]), + ("enableing", &["enabling"]), + ("enablen", &["enabled"]), + ("enalbe", &["enable"]), + ("enalbed", &["enabled"]), + ("enalbes", &["enables"]), + ("enameld", &["enameled"]), + ("enaugh", &["enough"]), + ("enbale", &["enable"]), + ("enbaled", &["enabled"]), + ("enbales", &["enables"]), + ("enbaling", &["enabling"]), + ("enbedding", &["embedding"]), + ("enble", &["enable"]), + ("encapsualtes", &["encapsulates"]), + ("encapsulatzion", &["encapsulation"]), + ("encapsultion", &["encapsulation"]), + ("enchanced", &["enhanced"]), + ("enchancement", &["enhancement", "enchantment"]), + ("enchancements", &["enhancements", "enchantments"]), + ("enclosng", &["enclosing"]), + ("enclosue", &["enclosure"]), + ("enclosung", &["enclosing"]), + ("enclude", &["include"]), + ("encluding", &["including"]), + ("encocde", &["encode"]), + ("encocded", &["encoded"]), + ("encocder", &["encoder"]), + ("encocders", &["encoders"]), + ("encocdes", &["encodes"]), + ("encocding", &["encoding"]), + ("encocdings", &["encodings"]), + ("enconde", &["encode"]), + ("enconded", &["encoded"]), + ("enconder", &["encoder"]), + ("enconders", &["encoders"]), + ("encondes", &["encodes"]), + ("enconding", &["encoding"]), + ("encondings", &["encodings"]), + ("encorde", &["encode", "encore"]), + ("encorded", &["encoded"]), + ("encorder", &["encoder"]), + ("encorders", &["encoders"]), + ("encordes", &["encodes", "encores"]), + ("encording", &["encoding"]), + ("encordings", &["encodings"]), + ("encorporating", &["incorporating"]), + ("encose", &["enclose", "encode"]), + ("encosed", &["enclosed", "encoded"]), + ("encoser", &["encoder"]), + ("encosers", &["encoders"]), + ("encoses", &["encloses", "encodes"]), + ("encosing", &["enclosing", "encoding"]), + ("encosings", &["enclosings", "encodings"]), + ("encosure", &["enclosure"]), + ("encounted", &["encountered", "encounter"]), + ("encounterd", &["encountered"]), + ("encouraing", &["encouraging"]), + ("encouter", &["encounter"]), + ("encoutered", &["encountered"]), + ("encouters", &["encounters"]), + ("encoutner", &["encounter"]), + ("encoutners", &["encounters"]), + ("encouttering", &["encountering"]), + ("encrcypt", &["encrypt"]), + ("encripted", &["encrypted"]), + ("encrpt", &["encrypt"]), + ("encrpted", &["encrypted"]), + ("encrption", &["encryption"]), + ("encrupted", &["encrypted"]), + ("encrypiton", &["encryption"]), + ("encrypte", &["encrypted", "encrypt"]), + ("encryptiion", &["encryption"]), + ("encryptio", &["encryption"]), + ("encryptiong", &["encryption"]), + ("encrytion", &["encryption"]), + ("encrytped", &["encrypted"]), + ("encupsulates", &["encapsulates"]), + ("encylopedia", &["encyclopedia"]), + ("encypted", &["encrypted"]), + ("encyption", &["encryption"]), + ("endcoded", &["encoded"]), + ("endcoder", &["encoder"]), + ("endcoders", &["encoders"]), + ("endcodes", &["encodes"]), + ("endcoding", &["encoding"]), + ("endcodings", &["encodings"]), + ("endding", &["ending"]), + ("ende", &["end"]), + ("endevors", &["endeavors"]), + ("endevour", &["endeavour"]), + ("endfi", &["endif"]), + ("endianes", &["endianness"]), + ("endianess", &["endianness"]), + ("endiannes", &["endianness"]), + ("endien", &["endian", "indian"]), + ("endiens", &["endians", "indians"]), + ("endig", &["ending"]), + ("endnoden", &["endnode"]), + ("endoint", &["endpoint"]), + ("endolithes", &["endoliths"]), + ("endpints", &["endpoints"]), + ("endpiont", &["endpoint"]), + ("endpionts", &["endpoints"]), + ("endpont", &["endpoint"]), + ("endsup", &["ends up"]), + ("enduce", &["induce"]), + ("eneables", &["enables"]), + ("enebale", &["enable"]), + ("enebaled", &["enabled"]), + ("eneble", &["enable"]), + ("ened", &["need"]), + ("enegeries", &["energies"]), + ("enegery", &["energy"]), + ("enehanced", &["enhanced"]), + ("enery", &["energy"]), + ("eneter", &["enter"]), + ("enetered", &["entered"]), + ("enetities", &["entities"]), + ("enetity", &["entity"]), + ("eneumeration", &["enumeration"]), + ("eneumerations", &["enumerations"]), + ("eneumretaion", &["enumeration"]), + ("eneumretaions", &["enumerations"]), + ("enew", &["new"]), + ("enflamed", &["inflamed"]), + ("enforcable", &["enforceable"]), + ("enforceing", &["enforcing"]), + ("enforcmement", &["enforcement"]), + ("enforcment", &["enforcement"]), + ("enforncing", &["enforcing"]), + ("engagment", &["engagement"]), + ("engeneer", &["engineer"]), + ("engeneering", &["engineering"]), + ("engery", &["energy"]), + ("engieer", &["engineer"]), + ("engieneer", &["engineer"]), + ("engieneers", &["engineers"]), + ("enginge", &["engine"]), + ("enginin", &["engine"]), + ("engoug", &["enough"]), + ("enhabce", &["enhance"]), + ("enhabced", &["enhanced"]), + ("enhabces", &["enhances"]), + ("enhabcing", &["enhancing"]), + ("enhace", &["enhance"]), + ("enhaced", &["enhanced"]), + ("enhacement", &["enhancement"]), + ("enhacements", &["enhancements"]), + ("enhancd", &["enhanced"]), + ("enhancment", &["enhancement"]), + ("enhancments", &["enhancements"]), + ("enhaned", &["enhanced"]), + ("enhence", &["enhance"]), + ("enhenced", &["enhanced"]), + ("enhencement", &["enhancement"]), + ("enhencements", &["enhancements"]), + ("enhencment", &["enhancement"]), + ("enhencments", &["enhancements"]), + ("enironment", &["environment"]), + ("enironments", &["environments"]), + ("enities", &["entities"]), + ("enitities", &["entities"]), + ("enitity", &["entity"]), + ("enity", &["entity"]), + ("enivornment", &["environment"]), + ("enivornments", &["environments"]), + ("enlargment", &["enlargement"]), + ("enlargments", &["enlargements"]), + ("enlightnment", &["enlightenment"]), + ("Enlish", &["English", "enlist"]), + ("enlose", &["enclose"]), + ("enmpty", &["empty"]), + ("enmum", &["enum"]), + ("ennpoint", &["endpoint"]), + ("enntries", &["entries"]), + ("enocde", &["encode"]), + ("enocded", &["encoded"]), + ("enocder", &["encoder"]), + ("enocders", &["encoders"]), + ("enocdes", &["encodes"]), + ("enocding", &["encoding"]), + ("enocdings", &["encodings"]), + ("enogh", &["enough"]), + ("enoght", &["enough"]), + ("enoguh", &["enough"]), + ("enouch", &["enough"]), + ("enoucnter", &["encounter"]), + ("enoucntered", &["encountered"]), + ("enoucntering", &["encountering"]), + ("enoucnters", &["encounters"]), + ("enouf", &["enough"]), + ("enoufh", &["enough"]), + ("enought", &["enough"]), + ("enoughts", &["enough"]), + ("enougth", &["enough"]), + ("enouh", &["enough"]), + ("enouhg", &["enough"]), + ("enouncter", &["encounter"]), + ("enounctered", &["encountered"]), + ("enounctering", &["encountering"]), + ("enouncters", &["encounters"]), + ("enoung", &["enough"]), + ("enoungh", &["enough"]), + ("enounter", &["encounter"]), + ("enountered", &["encountered"]), + ("enountering", &["encountering"]), + ("enounters", &["encounters"]), + ("enouph", &["enough"]), + ("enourage", &["encourage"]), + ("enouraged", &["encouraged"]), + ("enourages", &["encourages"]), + ("enouraging", &["encouraging"]), + ("enourmous", &["enormous"]), + ("enourmously", &["enormously"]), + ("enouth", &["enough"]), + ("enouugh", &["enough"]), + ("enpoint", &["endpoint"]), + ("enpoints", &["endpoints"]), + ("enque", &["enqueue"]), + ("enqueing", &["enqueuing"]), + ("enrties", &["entries"]), + ("enrty", &["entry"]), + ("ensconsed", &["ensconced"]), + ("entaglements", &["entanglements"]), + ("entended", &["intended"]), + ("entension", &["extension"]), + ("entensions", &["extensions"]), + ("ententries", &["entries"]), + ("enterance", &["entrance"]), + ("enteratinment", &["entertainment"]), + ("entereing", &["entering"]), + ("enterily", &["entirely"]), + ("entery", &["entry"]), + ("enteties", &["entities"]), + ("entety", &["entity"]), + ("enthousiasm", &["enthusiasm"]), + ("enthusiam", &["enthusiasm"]), + ("enthusiatic", &["enthusiastic"]), + ("entired", &["entered", "entire"]), + ("entireity", &["entirety"]), + ("entires", &["entries"]), + ("entirey", &["entirely"]), + ("entirity", &["entirety"]), + ("entirly", &["entirely"]), + ("entite", &["entire", "entity"]), + ("entitee", &["entity"]), + ("entitees", &["entities"]), + ("entites", &["entities"]), + ("entiti", &["entity"]), + ("entitie", &["entity"]), + ("entitites", &["entities"]), + ("entitities", &["entities"]), + ("entitity", &["entity"]), + ("entitiy", &["entity"]), + ("entitiys", &["entities"]), + ("entitlied", &["entitled"]), + ("entitys", &["entities"]), + ("entoties", &["entities"]), + ("entoty", &["entity"]), + ("entquire", &["enquire", "inquire"]), + ("entquired", &["enquired", "inquired"]), + ("entquires", &["enquires", "inquires"]), + ("entquiries", &["enquiries", "inquiries"]), + ("entquiry", &["enquiry", "inquiry"]), + ("entrepeneur", &["entrepreneur"]), + ("entrepeneurs", &["entrepreneurs"]), + ("entrie", &["entry", "entries"]), + ("entriy", &["entry", "entries"]), + ("entrys", &["entries", "entry"]), + ("enty", &["entry", "entity"]), + ("enulation", &["emulation"]), + ("enumarate", &["enumerate"]), + ("enumarated", &["enumerated"]), + ("enumarates", &["enumerates"]), + ("enumarating", &["enumerating"]), + ("enumation", &["enumeration"]), + ("enumearate", &["enumerate"]), + ("enumearation", &["enumeration"]), + ("enumerble", &["enumerable"]), + ("enumertaion", &["enumeration"]), + ("enusre", &["ensure"]), + ("envaluation", &["evaluation"]), + ("enver", &["never"]), + ("envioment", &["environment"]), + ("enviomental", &["environmental"]), + ("envioments", &["environments"]), + ("envionment", &["environment"]), + ("envionmental", &["environmental"]), + ("envionments", &["environments"]), + ("enviorement", &["environment"]), + ("envioremental", &["environmental"]), + ("enviorements", &["environments"]), + ("enviorenment", &["environment"]), + ("enviorenmental", &["environmental"]), + ("enviorenments", &["environments"]), + ("enviorment", &["environment"]), + ("enviormental", &["environmental"]), + ("enviormentally", &["environmentally"]), + ("enviorments", &["environments"]), + ("enviornemnt", &["environment"]), + ("enviornemntal", &["environmental"]), + ("enviornemnts", &["environments"]), + ("enviornment", &["environment"]), + ("enviornmental", &["environmental"]), + ("enviornmentalist", &["environmentalist"]), + ("enviornmentally", &["environmentally"]), + ("enviornments", &["environments"]), + ("envioronment", &["environment"]), + ("envioronmental", &["environmental"]), + ("envioronments", &["environments"]), + ("envireonment", &["environment"]), + ("envirionment", &["environment"]), + ("envirnment", &["environment"]), + ("envirnmental", &["environmental"]), + ("envirnments", &["environments"]), + ("envirnoment", &["environment"]), + ("envirnoments", &["environments"]), + ("enviroiment", &["environment"]), + ("enviroment", &["environment"]), + ("enviromental", &["environmental"]), + ("enviromentalist", &["environmentalist"]), + ("enviromentally", &["environmentally"]), + ("enviroments", &["environments"]), + ("enviromnent", &["environment"]), + ("enviromnental", &["environmental"]), + ("enviromnentally", &["environmentally"]), + ("enviromnents", &["environments"]), + ("environement", &["environment"]), + ("environemnt", &["environment"]), + ("environemntal", &["environmental"]), + ("environemnts", &["environments"]), + ("environent", &["environment"]), + ("environmane", &["environment"]), + ("environmenet", &["environment"]), + ("environmenets", &["environments"]), + ("environmet", &["environment"]), + ("environmets", &["environments"]), + ("environmnet", &["environment"]), + ("environnement", &["environment"]), + ("environtment", &["environment"]), + ("envolutionary", &["evolutionary"]), + ("envolved", &["involved"]), + ("envorce", &["enforce"]), + ("envrion", &["environ"]), + ("envrionment", &["environment"]), + ("envrionmental", &["environmental"]), + ("envrionments", &["environments"]), + ("envrions", &["environs"]), + ("envriron", &["environ"]), + ("envrironment", &["environment"]), + ("envrironmental", &["environmental"]), + ("envrironments", &["environments"]), + ("envrirons", &["environs"]), + ("envvironment", &["environment"]), + ("enxt", &["next"]), + ("enyway", &["anyway"]), + ("epecifica", &["especifica"]), + ("epect", &["expect"]), + ("epected", &["expected"]), + ("epectedly", &["expectedly"]), + ("epecting", &["expecting"]), + ("epects", &["expects"]), + ("ephememeral", &["ephemeral"]), + ("ephememeris", &["ephemeris"]), + ("epidsodes", &["episodes"]), + ("epigramic", &["epigrammatic"]), + ("epilgoue", &["epilogue"]), + ("eploit", &["exploit"]), + ("eploits", &["exploits"]), + ("epmty", &["empty"]), + ("epressions", &["expressions"]), + ("epsiode", &["episode"]), + ("eptied", &["emptied"]), + ("eptier", &["emptier"]), + ("epties", &["empties"]), + ("epty", &["empty"]), + ("epxected", &["expected"]), + ("epxiressions", &["expressions"]), + ("epxlicit", &["explicit"]), + ("eqaul", &["equal"]), + ("eqaulity", &["equality"]), + ("eqaulizer", &["equalizer"]), + ("eqivalent", &["equivalent"]), + ("eqivalents", &["equivalents"]), + ("equalibrium", &["equilibrium"]), + ("equallity", &["equality"]), + ("equaly", &["equally"]), + ("equel", &["equal"]), + ("equelibrium", &["equilibrium"]), + ("equialent", &["equivalent"]), + ("equilavalent", &["equivalent"]), + ("equilibium", &["equilibrium"]), + ("equilibrum", &["equilibrium"]), + ("equiped", &["equipped"]), + ("equipmentd", &["equipment"]), + ("equipments", &["equipment"]), + ("equippment", &["equipment"]), + ("equiptment", &["equipment"]), + ("equire", &["require", "enquire", "equine", "esquire"]), + ("equitorial", &["equatorial"]), + ("equivalance", &["equivalence"]), + ("equivalant", &["equivalent"]), + ("equivalentsly", &["equivalently", "equivalency"]), + ("equivelant", &["equivalent"]), + ("equivelent", &["equivalent"]), + ("equivelents", &["equivalents"]), + ("equivilant", &["equivalent"]), + ("equivilent", &["equivalent"]), + ("equivivalent", &["equivalent"]), + ("equivlalent", &["equivalent"]), + ("equivlantly", &["equivalently"]), + ("equivqlent", &["equivalent"]), + ("eqution", &["equation"]), + ("equtions", &["equations"]), + ("equvalent", &["equivalent"]), + ("erally", &["orally", "really"]), + ("erasablocks", &["eraseblocks"]), + ("erasuer", &["erasure", "eraser"]), + ("eratic", &["erratic"]), + ("eratically", &["erratically"]), + ("eraticly", &["erratically"]), + ("erested", &["arrested", "erected"]), + ("erformance", &["performance"]), + ("erliear", &["earlier"]), + ("erlier", &["earlier"]), + ("erly", &["early"]), + ("ermergency", &["emergency"]), + ("eroneous", &["erroneous"]), + ("eror", &["error"]), + ("erorneus", &["erroneous"]), + ("erorneusly", &["erroneously"]), + ("erorr", &["error"]), + ("erorrs", &["errors"]), + ("erors", &["errors"]), + ("erraneously", &["erroneously"]), + ("erro", &["error"]), + ("erroneus", &["erroneous"]), + ("erroneusly", &["erroneously"]), + ("erronous", &["erroneous"]), + ("erronously", &["erroneously"]), + ("errorneous", &["erroneous"]), + ("errorneously", &["erroneously"]), + ("errorneus", &["erroneous"]), + ("errornous", &["erroneous"]), + ("errornously", &["erroneously"]), + ("errorprone", &["error-prone"]), + ("errorr", &["error"]), + ("erros", &["errors"]), + ("errot", &["error"]), + ("errots", &["errors"]), + ("errro", &["error"]), + ("errror", &["error"]), + ("errrors", &["errors"]), + ("errros", &["errors"]), + ("errupted", &["erupted"]), + ("ertoneous", &["erroneous"]), + ("ertoneously", &["erroneously"]), + ("ertor", &["error", "terror"]), + ("ertors", &["errors", "terrors"]), + ("ervery", &["every"]), + ("erverything", &["everything"]), + ("esacpe", &["escape"]), + ("esacped", &["escaped"]), + ("esacpes", &["escapes"]), + ("escapeable", &["escapable"]), + ("escapemant", &["escapement"]), + ("escased", &["escaped"]), + ("esccape", &["escape"]), + ("esccaped", &["escaped"]), + ("escpae", &["escape"]), + ("escpaed", &["escaped"]), + ("esecute", &["execute"]), + ("esential", &["essential"]), + ("esentially", &["essentially"]), + ("esge", &["edge"]), + ("esger", &["edger"]), + ("esgers", &["edgers"]), + ("esges", &["edges"]), + ("esging", &["edging"]), + ("esiest", &["easiest"]), + ("esists", &["exists"]), + ("esitmate", &["estimate"]), + ("esitmated", &["estimated"]), + ("esle", &["else"]), + ("espace", &["escape"]), + ("espaced", &["escaped"]), + ("espaces", &["escapes"]), + ("espacially", &["especially"]), + ("espacing", &["escaping"]), + ("espcially", &["especially"]), + ("especailly", &["especially"]), + ("especally", &["especially"]), + ("especialy", &["especially"]), + ("especialyl", &["especially"]), + ("especifically", &["specifically", "especially"]), + ("especiially", &["especially"]), + ("espect", &["expect"]), + ("esponding", &["desponding", "responding"]), + ("esseintially", &["essentially"]), + ("essencial", &["essential"]), + ("essense", &["essence"]), + ("essentail", &["essential"]), + ("essentailly", &["essentially"]), + ("essentaily", &["essentially"]), + ("essentiall", &["essential", "essentially"]), + ("essentialy", &["essentially"]), + ("essentual", &["essential"]), + ("essentually", &["essentially"]), + ("essentualy", &["essentially"]), + ("essesital", &["essential"]), + ("essesitally", &["essentially"]), + ("essesitaly", &["essentially"]), + ("essiential", &["essential"]), + ("esssential", &["essential"]), + ("estabilish", &["establish"]), + ("estabish", &["establish"]), + ("estabishd", &["established"]), + ("estabished", &["established"]), + ("estabishes", &["establishes"]), + ("estabishing", &["establishing"]), + ("establishs", &["establishes"]), + ("establising", &["establishing"]), + ("establsihed", &["established"]), + ("estbalishment", &["establishment"]), + ("estimage", &["estimate"]), + ("estimages", &["estimates"]), + ("esy", &["easy"]), + ("etablish", &["establish"]), + ("etablishd", &["established"]), + ("etablished", &["established"]), + ("etablishing", &["establishing"]), + ("etcp", &["etc"]), + ("etend", &["extend", "attend"]), + ("etended", &["extended", "attended"]), + ("etender", &["extender", "attender"]), + ("etenders", &["extenders", "attenders"]), + ("etends", &["extends", "attends"]), + ("etensible", &["extensible"]), + ("etension", &["extension"]), + ("etensions", &["extensions"]), + ("ethe", &["the"]), + ("etherenet", &["Ethernet"]), + ("ethnocentricm", &["ethnocentrism"]), + ("ethose", &["those", "ethos"]), + ("etiher", &["either"]), + ("etroneous", &["erroneous"]), + ("etroneously", &["erroneously"]), + ("etror", &["error", "terror"]), + ("etrors", &["errors", "terrors"]), + ("etsablishment", &["establishment"]), + ("etsbalishment", &["establishment"]), + ("etst", &["test"]), + ("etsts", &["tests"]), + ("etxt", &["text"]), + ("euclidian", &["euclidean"]), + ("euivalent", &["equivalent"]), + ("euivalents", &["equivalents"]), + ("euqivalent", &["equivalent"]), + ("euqivalents", &["equivalents"]), + ("euristic", &["heuristic"]), + ("euristics", &["heuristics"]), + ("Europian", &["European"]), + ("Europians", &["Europeans"]), + ("Eurpean", &["European"]), + ("Eurpoean", &["European"]), + ("evalation", &["evaluation"]), + ("evaluataion", &["evaluation"]), + ("evaluataions", &["evaluations"]), + ("evalueate", &["evaluate"]), + ("evalueated", &["evaluated"]), + ("evaluete", &["evaluate"]), + ("evalueted", &["evaluated"]), + ("evalulates", &["evaluates"]), + ("evalutaion", &["evaluation"]), + ("evalutaions", &["evaluations"]), + ("evalutate", &["evaluate"]), + ("evalutated", &["evaluated"]), + ("evalutates", &["evaluates"]), + ("evalutating", &["evaluating"]), + ("evalutation", &["evaluation"]), + ("evalute", &["evaluate"]), + ("evaluted", &["evaluated"]), + ("evalutes", &["evaluates"]), + ("evaluting", &["evaluating"]), + ("evalution", &["evaluation", "evolution"]), + ("evaulate", &["evaluate"]), + ("evaulated", &["evaluated"]), + ("evaulates", &["evaluates"]), + ("evaulating", &["evaluating"]), + ("evaulation", &["evaluation"]), + ("evaulator", &["evaluator"]), + ("evaulted", &["evaluated"]), + ("evauluate", &["evaluate"]), + ("evauluated", &["evaluated"]), + ("evauluates", &["evaluates"]), + ("evauluation", &["evaluation"]), + ("evelope", &["envelope", "envelop"]), + ("evem", &["even", "ever"]), + ("evenhtually", &["eventually"]), + ("eventally", &["eventually"]), + ("eventaully", &["eventually"]), + ("eventhanders", &["event handlers"]), + ("eventhough", &["even though"]), + ("eventially", &["eventually"]), + ("eventuall", &["eventually"]), + ("eventualy", &["eventually"]), + ("evenually", &["eventually"]), + ("everage", &["average"]), + ("everaged", &["averaged"]), + ("everbody", &["everybody"]), + ("everithing", &["everything"]), + ("everone", &["everyone"]), + ("everthing", &["everything"]), + ("evertything", &["everything"]), + ("everwhere", &["everywhere"]), + ("everybodies", &["everybody", "everybody\'s"]), + ("everyhing", &["everything"]), + ("everythig", &["everything"]), + ("everythign", &["everything"]), + ("everythin", &["everything"]), + ("everythings", &["everything"]), + ("everytime", &["every time"]), + ("everyting", &["everything"]), + ("eveyone", &["everyone"]), + ("eveyr", &["every"]), + ("evidentally", &["evidently"]), + ("evironment", &["environment"]), + ("evironments", &["environments"]), + ("evition", &["eviction"]), + ("evnet", &["event"]), + ("evoluate", &["evaluate"]), + ("evoluated", &["evaluated"]), + ("evoluates", &["evaluates"]), + ("evoluation", &["evaluations"]), + ("evovler", &["evolver"]), + ("evovling", &["evolving"]), + ("evrithing", &["everything"]), + ("evry", &["every"]), + ("evrythign", &["everything"]), + ("evrything", &["everything"]), + ("evrywhere", &["everywhere"]), + ("evyrthing", &["everything"]), + ("ewhwer", &["where"]), + ("exaclty", &["exactly"]), + ("exacly", &["exactly"]), + ("exactely", &["exactly"]), + ("exacty", &["exactly"]), + ("exacutable", &["executable"]), + ("exagerate", &["exaggerate"]), + ("exagerated", &["exaggerated"]), + ("exagerates", &["exaggerates"]), + ("exagerating", &["exaggerating"]), + ("exagerrate", &["exaggerate"]), + ("exagerrated", &["exaggerated"]), + ("exagerrates", &["exaggerates"]), + ("exagerrating", &["exaggerating"]), + ("exameple", &["example"]), + ("exameples", &["examples"]), + ("examied", &["examined"]), + ("examin", &["examine", "examining"]), + ("examinated", &["examined"]), + ("examing", &["examining"]), + ("examinining", &["examining"]), + ("examles", &["examples"]), + ("examnple", &["example"]), + ("examnples", &["examples"]), + ("exampel", &["example"]), + ("exampeles", &["examples"]), + ("exampels", &["examples"]), + ("examplee", &["example", "examples"]), + ("examplees", &["examples"]), + ("exampt", &["exempt"]), + ("exand", &["expand"]), + ("exansive", &["expansive"]), + ("exapansion", &["expansion"]), + ("exapend", &["expand"]), + ("exaple", &["example"]), + ("exaples", &["examples"]), + ("exapmle", &["example"]), + ("exapmles", &["examples"]), + ("exapnsion", &["expansion"]), + ("exatcly", &["exactly"]), + ("exatctly", &["exactly"]), + ("exausted", &["exhausted"]), + ("excact", &["exact"]), + ("excactly", &["exactly"]), + ("excahcnge", &["exchange"]), + ("excahnge", &["exchange"]), + ("excahnges", &["exchanges"]), + ("excange", &["exchange"]), + ("excape", &["escape"]), + ("excapes", &["escapes"]), + ("excat", &["exact"]), + ("excating", &["exacting"]), + ("excatly", &["exactly"]), + ("exccute", &["execute"]), + ("excecise", &["exercise"]), + ("excecised", &["excised", "exercised"]), + ("excecises", &["exercises"]), + ("excecpt", &["except"]), + ("excecption", &["exception"]), + ("excecptional", &["exceptional"]), + ("excecptions", &["exceptions"]), + ("excect", &["except", "expect"]), + ("excectable", &["executable"]), + ("excectables", &["executables"]), + ("excecte", &["execute"]), + ("excected", &["executed", "expected"]), + ("excectedly", &["expectedly"]), + ("excectes", &["executes"]), + ("excecting", &["executing"]), + ("excection", &["exception", "execution"]), + ("excectional", &["exceptional"]), + ("excections", &["exceptions", "executions"]), + ("excective", &["executive"]), + ("excectives", &["executives"]), + ("excector", &["executor"]), + ("excectors", &["executors"]), + ("excects", &["expects"]), + ("excecutable", &["executable"]), + ("excecutables", &["executables"]), + ("excecute", &["execute"]), + ("excecuted", &["executed"]), + ("excecutes", &["executes"]), + ("excecuting", &["executing"]), + ("excecution", &["execution"]), + ("excecutions", &["executions"]), + ("excecutive", &["executive"]), + ("excecutives", &["executives"]), + ("excecutor", &["executor"]), + ("excecutors", &["executors"]), + ("excecuts", &["executes"]), + ("exced", &["exceed"]), + ("excedded", &["exceeded"]), + ("excedding", &["exceeding"]), + ("excede", &["exceed"]), + ("exceded", &["exceeded"]), + ("excedeed", &["exceeded"]), + ("excedes", &["exceeds"]), + ("exceding", &["exceeding"]), + ("exceirpt", &["excerpt"]), + ("exceirpts", &["excerpts"]), + ("excelent", &["excellent"]), + ("excell", &["excel"]), + ("excellance", &["excellence"]), + ("excellant", &["excellent"]), + ("excells", &["excels"]), + ("excempt", &["exempt"]), + ("excempted", &["exempted"]), + ("excemption", &["exemption"]), + ("excemptions", &["exemptions"]), + ("excempts", &["exempts"]), + ("excentric", &["eccentric"]), + ("excentricity", &["eccentricity"]), + ("excentuating", &["accentuating"]), + ("exceopt", &["exempt"]), + ("exceopted", &["exempted"]), + ("exceopts", &["exempts"]), + ("exceotion", &["exemption"]), + ("exceotions", &["exemptions"]), + ("excepetion", &["exception"]), + ("excepions", &["exceptions"]), + ("exceptation", &["expectation"]), + ( + "exceptin", + &["excepting", "exception", "expecting", "accepting"], + ), + ("exceptins", &["exceptions", "excepting"]), + ("exceptionnal", &["exceptional"]), + ("exceptionss", &["exceptions"]), + ("exceptionts", &["exceptions"]), + ("excercise", &["exercise"]), + ("excercised", &["exercised"]), + ("excerciser", &["exerciser"]), + ("excercises", &["exercises"]), + ("excercising", &["exercising"]), + ("exces", &["excess"]), + ("excesed", &["exceeded"]), + ("excesive", &["excessive"]), + ("excesively", &["excessively"]), + ("excesss", &["excess"]), + ("excesv", &["excessive"]), + ("excesvly", &["excessively"]), + ("excetion", &["exception"]), + ("excetional", &["exceptional"]), + ("excetions", &["exceptions"]), + ("excetpion", &["exception"]), + ("excetpional", &["exceptional"]), + ("excetpions", &["exceptions"]), + ("excetption", &["exception"]), + ("excetptional", &["exceptional"]), + ("excetptions", &["exceptions"]), + ("excetra", &["etcetera"]), + ("excetutable", &["executable"]), + ("excetutables", &["executables"]), + ("excetute", &["execute"]), + ("excetuted", &["executed"]), + ("excetutes", &["executes"]), + ("excetuting", &["executing"]), + ("excetution", &["execution"]), + ("excetutions", &["executions"]), + ("excetutive", &["executive"]), + ("excetutives", &["executives"]), + ("excetutor", &["executor"]), + ("excetutors", &["executors"]), + ("exceuctable", &["executable"]), + ("exceuctables", &["executables"]), + ("exceucte", &["execute"]), + ("exceucted", &["executed"]), + ("exceuctes", &["executes"]), + ("exceucting", &["executing"]), + ("exceuction", &["execution"]), + ("exceuctions", &["executions"]), + ("exceuctive", &["executive"]), + ("exceuctives", &["executives"]), + ("exceuctor", &["executor"]), + ("exceuctors", &["executors"]), + ("exceutable", &["executable"]), + ("exceutables", &["executables"]), + ("exceute", &["execute"]), + ("exceuted", &["executed"]), + ("exceutes", &["executes"]), + ("exceuting", &["executing"]), + ("exceution", &["execution"]), + ("exceutions", &["executions"]), + ("exceutive", &["executive"]), + ("exceutives", &["executives"]), + ("exceutor", &["executor"]), + ("exceutors", &["executors"]), + ("excewption", &["exception"]), + ("excewptional", &["exceptional"]), + ("excewptions", &["exceptions"]), + ("exchage", &["exchange"]), + ("exchaged", &["exchanged"]), + ("exchages", &["exchanges"]), + ("exchaging", &["exchanging"]), + ("exchagne", &["exchange"]), + ("exchagned", &["exchanged"]), + ("exchagnes", &["exchanges"]), + ("exchagnge", &["exchange"]), + ("exchagnged", &["exchanged"]), + ("exchagnges", &["exchanges"]), + ("exchagnging", &["exchanging"]), + ("exchagning", &["exchanging"]), + ("exchanage", &["exchange"]), + ("exchanaged", &["exchanged"]), + ("exchanages", &["exchanges"]), + ("exchanaging", &["exchanging"]), + ("exchance", &["exchange"]), + ("exchanced", &["exchanged"]), + ("exchances", &["exchanges"]), + ("exchanche", &["exchange"]), + ("exchanched", &["exchanged"]), + ("exchanches", &["exchanges"]), + ("exchanching", &["exchanging"]), + ("exchancing", &["exchanging"]), + ("exchane", &["exchange"]), + ("exchaned", &["exchanged"]), + ("exchanes", &["exchanges"]), + ("exchangable", &["exchangeable"]), + ("exchaning", &["exchanging"]), + ("exchaust", &["exhaust"]), + ("exchausted", &["exhausted"]), + ("exchausting", &["exhausting"]), + ("exchaustive", &["exhaustive"]), + ("exchausts", &["exhausts"]), + ("exchenge", &["exchange"]), + ("exchenged", &["exchanged"]), + ("exchenges", &["exchanges"]), + ("exchenging", &["exchanging"]), + ("exchnage", &["exchange"]), + ("exchnaged", &["exchanged"]), + ("exchnages", &["exchanges"]), + ("exchnaging", &["exchanging"]), + ("exchng", &["exchange"]), + ("exchngd", &["exchanged"]), + ("exchnge", &["exchange"]), + ("exchnged", &["exchanged"]), + ("exchnges", &["exchanges"]), + ("exchnging", &["exchanging"]), + ("exchngng", &["exchanging"]), + ("exchngs", &["exchanges"]), + ("exciation", &["excitation"]), + ("excist", &["exist"]), + ("excisted", &["existed"]), + ("excisting", &["existing"]), + ("excitment", &["excitement"]), + ("exclamantion", &["exclamation"]), + ("excludde", &["exclude"]), + ("excludind", &["excluding"]), + ("excluse", &["exclude", "excuse", "exclusive"]), + ("exclusiv", &["exclusive"]), + ("exclusivs", &["exclusives"]), + ("excluslvely", &["exclusively"]), + ("exclusuive", &["exclusive"]), + ("exclusuively", &["exclusively"]), + ("exclusuives", &["exclusives"]), + ("excpect", &["expect"]), + ("excpected", &["expected"]), + ("excpecting", &["expecting"]), + ("excpects", &["expects"]), + ("excpeption", &["exception"]), + ("excpet", &["except"]), + ("excpetion", &["exception"]), + ("excpetional", &["exceptional"]), + ("excpetions", &["exceptions"]), + ("excplicit", &["explicit"]), + ("excplicitly", &["explicitly"]), + ("excplict", &["explicit"]), + ("excplictly", &["explicitly"]), + ("excract", &["extract"]), + ("exctacted", &["extracted"]), + ("exctract", &["extract"]), + ("exctracted", &["extracted"]), + ("exculde", &["exclude"]), + ("exculding", &["excluding"]), + ("exculsive", &["exclusive"]), + ("exculsively", &["exclusively"]), + ("exculsivly", &["exclusively"]), + ("excutable", &["executable"]), + ("excutables", &["executables"]), + ("excute", &["execute"]), + ("excuted", &["executed"]), + ("excutes", &["executes"]), + ("excuting", &["executing"]), + ("excution", &["execution"]), + ("execeed", &["exceed"]), + ("execeeded", &["exceeded"]), + ("execeeds", &["exceeds"]), + ("exeception", &["exception"]), + ("execeptions", &["exceptions"]), + ("execising", &["exercising"]), + ("execption", &["exception"]), + ("execptions", &["exceptions"]), + ("exectable", &["executable"]), + ("exected", &["executed", "expected"]), + ("execting", &["executing", "expecting"]), + ("exection", &["execution"]), + ("exections", &["executions"]), + ("exectuable", &["executable"]), + ("exectuableness", &["executableness"]), + ("exectuables", &["executables"]), + ("exectued", &["executed"]), + ("exectuion", &["execution"]), + ("exectuions", &["executions"]), + ("exectution", &["execution"]), + ("exectutions", &["executions"]), + ("execuable", &["executable"]), + ("execuables", &["executables"]), + ("execuatable", &["executable"]), + ("execuatables", &["executables"]), + ("execuatble", &["executable"]), + ("execuatbles", &["executables"]), + ("execuate", &["execute"]), + ("execuated", &["executed"]), + ("execuates", &["executes"]), + ("execuation", &["execution"]), + ("execuations", &["executions"]), + ("execubale", &["executable"]), + ("execubales", &["executables"]), + ("execucte", &["execute"]), + ("execucted", &["executed"]), + ("execuctes", &["executes"]), + ("execuction", &["execution"]), + ("execuctions", &["executions"]), + ("execuctor", &["executor"]), + ("execuctors", &["executors"]), + ("execude", &["execute"]), + ("execuded", &["executed"]), + ("execudes", &["executes"]), + ("execuding", &["executing", "excluding"]), + ("execue", &["execute"]), + ("execued", &["executed"]), + ("execues", &["executes"]), + ("execuet", &["execute"]), + ("execuetable", &["executable"]), + ("execuetd", &["executed"]), + ("execuete", &["execute"]), + ("execueted", &["executed"]), + ("execuetes", &["executes"]), + ("execuets", &["executes"]), + ("execuing", &["executing"]), + ("execuion", &["execution"]), + ("execuions", &["executions"]), + ("execuitable", &["executable"]), + ("execuitables", &["executables"]), + ("execuite", &["execute"]), + ("execuited", &["executed"]), + ("execuites", &["executes"]), + ("execuiting", &["executing"]), + ("execuition", &["execution"]), + ("execuitions", &["executions"]), + ("execulatble", &["executable"]), + ("execulatbles", &["executables"]), + ("execultable", &["executable"]), + ("execultables", &["executables"]), + ("execulusive", &["exclusive"]), + ("execune", &["execute"]), + ("execuned", &["executed"]), + ("execunes", &["executes"]), + ("execurable", &["executable"]), + ("execurables", &["executables"]), + ("execure", &["execute"]), + ("execured", &["executed"]), + ("execures", &["executes"]), + ("execuse", &["excuse", "execute"]), + ("execused", &["excused", "executed"]), + ("execuses", &["excuses", "executes"]), + ("execusion", &["execution"]), + ("execusions", &["executions"]), + ("execusive", &["exclusive"]), + ("execustion", &["execution"]), + ("execustions", &["executions"]), + ("execut", &["execute"]), + ("executabable", &["executable"]), + ("executabables", &["executables"]), + ("executabe", &["executable"]), + ("executabel", &["executable"]), + ("executabels", &["executables"]), + ("executabes", &["executables"]), + ("executablble", &["executable"]), + ("executabnle", &["executable"]), + ("executabnles", &["executables"]), + ("executation", &["execution"]), + ("executations", &["executions"]), + ("executbale", &["executable"]), + ("executbales", &["executables"]), + ("executble", &["executable"]), + ("executbles", &["executables"]), + ("executd", &["executed"]), + ("executding", &["executing"]), + ("executeable", &["executable"]), + ("executeables", &["executables"]), + ("executign", &["executing"]), + ("executiong", &["execution", "executing"]), + ("executng", &["executing"]), + ("executre", &["execute"]), + ("executred", &["executed"]), + ("executres", &["executes"]), + ("executs", &["executes"]), + ("executting", &["executing"]), + ("executtion", &["execution"]), + ("executtions", &["executions"]), + ("executuable", &["executable"]), + ("executuables", &["executables"]), + ("executuble", &["executable"]), + ("executubles", &["executables"]), + ("executue", &["execute"]), + ("executued", &["executed"]), + ("executues", &["executes"]), + ("executuing", &["executing"]), + ("executuion", &["execution"]), + ("executuions", &["executions"]), + ("executung", &["executing"]), + ("executuon", &["execution"]), + ("executuons", &["executions"]), + ("executute", &["execute"]), + ("execututed", &["executed"]), + ("execututes", &["executes"]), + ("executution", &["execution"]), + ("execututions", &["executions"]), + ("exeed", &["exceed"]), + ("exeeding", &["exceeding"]), + ("exeedingly", &["exceedingly"]), + ("exeeds", &["exceeds"]), + ("exelent", &["excellent"]), + ("exellent", &["excellent"]), + ("exempel", &["example"]), + ("exempels", &["examples"]), + ("exemple", &["example"]), + ("exemples", &["examples"]), + ("exended", &["extended"]), + ("exension", &["extension"]), + ("exensions", &["extensions"]), + ("exent", &["extent"]), + ("exentended", &["extended"]), + ("exepect", &["expect"]), + ("exepectation", &["expectation"]), + ("exepectations", &["expectations"]), + ("exepected", &["expected"]), + ("exepectedly", &["expectedly"]), + ("exepecting", &["expecting"]), + ("exepects", &["expects"]), + ("exepriment", &["experiment"]), + ("exeprimental", &["experimental"]), + ("exept", &["except", "exempt"]), + ("exeption", &["exception", "exemption"]), + ("exeptional", &["exceptional"]), + ("exeptions", &["exceptions"]), + ("exeqution", &["execution"]), + ("exerbate", &["exacerbate"]), + ("exerbated", &["exacerbated"]), + ("exerciese", &["exercise"]), + ("exerciesed", &["exercised"]), + ("exercieses", &["exercises"]), + ("exerciesing", &["exercising"]), + ("exercize", &["exercise"]), + ("exerpt", &["excerpt"]), + ("exerpts", &["excerpts"]), + ("exersize", &["exercise"]), + ("exersizes", &["exercises"]), + ("exerternal", &["external"]), + ("exeucte", &["execute"]), + ("exeucted", &["executed"]), + ("exeuctes", &["executes"]), + ("exeution", &["execution"]), + ("exexutable", &["executable"]), + ("exhalted", &["exalted"]), + ("exhange", &["exchange"]), + ("exhanged", &["exchanged"]), + ("exhanges", &["exchanges"]), + ("exhanging", &["exchanging"]), + ("exhaused", &["exhausted"]), + ("exhautivity", &["exhaustivity"]), + ("exhcuast", &["exhaust"]), + ("exhcuasted", &["exhausted"]), + ("exhibtion", &["exhibition"]), + ("exhist", &["exist"]), + ("exhistance", &["existence"]), + ("exhisted", &["existed"]), + ("exhistence", &["existence"]), + ("exhisting", &["existing"]), + ("exhists", &["exists"]), + ("exhustiveness", &["exhaustiveness"]), + ("exibition", &["exhibition"]), + ("exibitions", &["exhibitions"]), + ("exicting", &["exciting"]), + ("exinct", &["extinct"]), + ("exipration", &["expiration"]), + ("exipre", &["expire"]), + ("exipred", &["expired"]), + ("exipres", &["expires"]), + ("exising", &["existing"]), + ("exisit", &["exist"]), + ("exisited", &["existed"]), + ("exisitent", &["existent"]), + ("exisiting", &["existing"]), + ("exisitng", &["existing"]), + ("exisits", &["exists"]), + ("existance", &["existence"]), + ("existant", &["existent"]), + ("existatus", &["exitstatus"]), + ("existencd", &["existence"]), + ("existend", &["existed"]), + ("existense", &["existence"]), + ("existince", &["existence"]), + ("existng", &["existing"]), + ("existsing", &["existing"]), + ("existung", &["existing"]), + ("existy", &["exist"]), + ("existying", &["existing"]), + ("exitation", &["excitation"]), + ("exitations", &["excitations"]), + ("exite", &["exit", "excite", "exits"]), + ("exixst", &["exist"]), + ("exixt", &["exist"]), + ("exlamation", &["exclamation"]), + ("exlcude", &["exclude"]), + ("exlcuding", &["excluding"]), + ("exlcusive", &["exclusive"]), + ("exlicit", &["explicit"]), + ("exlicite", &["explicit"]), + ("exlicitely", &["explicitly"]), + ("exlicitly", &["explicitly"]), + ("exliled", &["exiled"]), + ("exlpoit", &["exploit"]), + ("exlpoited", &["exploited"]), + ("exlpoits", &["exploits"]), + ("exlude", &["exclude", "exude"]), + ("exluded", &["excluded", "exuded"]), + ("exludes", &["excludes", "exudes"]), + ("exluding", &["excluding", "exuding"]), + ("exlusion", &["exclusion"]), + ("exlusionary", &["exclusionary"]), + ("exlusions", &["exclusions"]), + ("exlusive", &["exclusive"]), + ("exlusively", &["exclusively"]), + ("exmaine", &["examine"]), + ("exmained", &["examined"]), + ("exmaines", &["examines"]), + ("exmaple", &["example"]), + ("exmaples", &["examples"]), + ("exmple", &["example"]), + ("exmport", &["export"]), + ("exntry", &["entry"]), + ("exolicit", &["explicit"]), + ("exolicitly", &["explicitly"]), + ("exonorate", &["exonerate"]), + ("exort", &["export"]), + ("exorted", &["exported", "extorted", "exerted"]), + ("exoskelaton", &["exoskeleton"]), + ("expalin", &["explain"]), + ("expanation", &["explanation", "expansion"]), + ("expanations", &["explanations", "expansions"]), + ("expaning", &["expanding"]), + ("expanion", &["expansion"]), + ("expanions", &["expansions"]), + ("expanshion", &["expansion"]), + ("expanshions", &["expansions"]), + ("expanssion", &["expansion"]), + ("exparation", &["expiration"]), + ("expasion", &["expansion"]), + ("expatriot", &["expatriate"]), + ("expception", &["exception"]), + ("expct", &["expect"]), + ("expcted", &["expected"]), + ("expctedly", &["expectedly"]), + ("expcting", &["expecting"]), + ("expeced", &["expected"]), + ("expeceted", &["expected"]), + ("expecially", &["especially"]), + ("expectaion", &["expectation"]), + ("expectaions", &["expectations"]), + ("expectatoins", &["expectations"]), + ("expectatons", &["expectations"]), + ("expectd", &["expected"]), + ("expecte", &["expected"]), + ("expectes", &["expects"]), + ("expection", &["exception"]), + ("expections", &["exceptions"]), + ("expeditonary", &["expeditionary"]), + ("expeect", &["expect"]), + ("expeected", &["expected"]), + ("expeectedly", &["expectedly"]), + ("expeecting", &["expecting"]), + ("expeects", &["expects"]), + ("expeense", &["expense"]), + ("expeenses", &["expenses"]), + ("expeensive", &["expensive"]), + ("expeience", &["experience"]), + ("expeienced", &["experienced"]), + ("expeiences", &["experiences"]), + ("expeiencing", &["experiencing"]), + ("expeiment", &["experiment"]), + ("expeimental", &["experimental"]), + ("expeimentally", &["experimentally"]), + ("expeimentation", &["experimentation"]), + ("expeimentations", &["experimentations"]), + ("expeimented", &["experimented"]), + ("expeimentel", &["experimental"]), + ("expeimentelly", &["experimentally"]), + ("expeimenter", &["experimenter"]), + ("expeimenters", &["experimenters"]), + ("expeimenting", &["experimenting"]), + ("expeiments", &["experiments"]), + ("expeiriment", &["experiment"]), + ("expeirimental", &["experimental"]), + ("expeirimentally", &["experimentally"]), + ("expeirimentation", &["experimentation"]), + ("expeirimentations", &["experimentations"]), + ("expeirimented", &["experimented"]), + ("expeirimentel", &["experimental"]), + ("expeirimentelly", &["experimentally"]), + ("expeirimenter", &["experimenter"]), + ("expeirimenters", &["experimenters"]), + ("expeirimenting", &["experimenting"]), + ("expeiriments", &["experiments"]), + ("expell", &["expel"]), + ("expells", &["expels"]), + ("expement", &["experiment"]), + ("expemental", &["experimental"]), + ("expementally", &["experimentally"]), + ("expementation", &["experimentation"]), + ("expementations", &["experimentations"]), + ("expemented", &["experimented"]), + ("expementel", &["experimental"]), + ("expementelly", &["experimentally"]), + ("expementer", &["experimenter"]), + ("expementers", &["experimenters"]), + ("expementing", &["experimenting"]), + ("expements", &["experiments"]), + ("expemplar", &["exemplar"]), + ("expemplars", &["exemplars"]), + ("expemplary", &["exemplary"]), + ("expempt", &["exempt"]), + ("expempted", &["exempted"]), + ("expemt", &["exempt"]), + ("expemted", &["exempted"]), + ("expemtion", &["exemption"]), + ("expemtions", &["exemptions"]), + ("expemts", &["exempts"]), + ("expendeble", &["expendable"]), + ("expepect", &["expect"]), + ("expepected", &["expected"]), + ("expepectedly", &["expectedly"]), + ("expepecting", &["expecting"]), + ("expepects", &["expects"]), + ("expept", &["expect", "except"]), + ("expepted", &["expected"]), + ("expeptedly", &["expectedly"]), + ("expepting", &["expecting"]), + ("expeption", &["exception"]), + ("expeptions", &["exceptions"]), + ("expepts", &["expects"]), + ("experament", &["experiment"]), + ("experamental", &["experimental"]), + ("experamentally", &["experimentally"]), + ("experamentation", &["experimentation"]), + ("experamentations", &["experimentations"]), + ("experamented", &["experimented"]), + ("experamentel", &["experimental"]), + ("experamentelly", &["experimentally"]), + ("experamenter", &["experimenter"]), + ("experamenters", &["experimenters"]), + ("experamenting", &["experimenting"]), + ("experaments", &["experiments"]), + ("experation", &["expiration"]), + ("experct", &["expect", "excerpt"]), + ("expercted", &["expected", "excerpted"]), + ("expercting", &["expecting"]), + ("expercts", &["expects"]), + ("expereince", &["experience"]), + ("expereinced", &["experienced"]), + ("expereinces", &["experiences"]), + ("expereincing", &["experiencing"]), + ("experement", &["experiment"]), + ("experemental", &["experimental"]), + ("experementally", &["experimentally"]), + ("experementation", &["experimentation"]), + ("experementations", &["experimentations"]), + ("experemented", &["experimented"]), + ("experementel", &["experimental"]), + ("experementelly", &["experimentally"]), + ("experementer", &["experimenter"]), + ("experementers", &["experimenters"]), + ("experementing", &["experimenting"]), + ("experements", &["experiments"]), + ("experence", &["experience"]), + ("experenced", &["experienced"]), + ("experences", &["experiences"]), + ("experencing", &["experiencing"]), + ("experes", &["express"]), + ("experesed", &["expressed"]), + ("experesion", &["expression"]), + ("experesions", &["expressions"]), + ("experess", &["express"]), + ("experessed", &["expressed"]), + ("experesses", &["expresses"]), + ("experessing", &["expressing"]), + ("experession\'s", &["expression\'s"]), + ("experession", &["expression"]), + ("experessions", &["expressions"]), + ("experiance", &["experience"]), + ("experianced", &["experienced"]), + ("experiances", &["experiences"]), + ("experiancial", &["experiential"]), + ("experiancing", &["experiencing"]), + ("experiansial", &["experiential"]), + ("experiantial", &["experiential"]), + ("experiation", &["expiration"]), + ("experiations", &["expirations"]), + ("experice", &["experience"]), + ("expericed", &["experienced"]), + ("experices", &["experiences"]), + ("expericing", &["experiencing"]), + ("experiement", &["experiment"]), + ("experienshial", &["experiential"]), + ("experiensial", &["experiential"]), + ("experies", &["expires"]), + ("experim", &["experiment"]), + ("experimal", &["experimental"]), + ("experimally", &["experimentally"]), + ("experimanent", &["experiment"]), + ("experimanental", &["experimental"]), + ("experimanentally", &["experimentally"]), + ("experimanentation", &["experimentation"]), + ("experimanentations", &["experimentations"]), + ("experimanented", &["experimented"]), + ("experimanentel", &["experimental"]), + ("experimanentelly", &["experimentally"]), + ("experimanenter", &["experimenter"]), + ("experimanenters", &["experimenters"]), + ("experimanenting", &["experimenting"]), + ("experimanents", &["experiments"]), + ("experimanet", &["experiment"]), + ("experimanetal", &["experimental"]), + ("experimanetally", &["experimentally"]), + ("experimanetation", &["experimentation"]), + ("experimanetations", &["experimentations"]), + ("experimaneted", &["experimented"]), + ("experimanetel", &["experimental"]), + ("experimanetelly", &["experimentally"]), + ("experimaneter", &["experimenter"]), + ("experimaneters", &["experimenters"]), + ("experimaneting", &["experimenting"]), + ("experimanets", &["experiments"]), + ("experimant", &["experiment"]), + ("experimantal", &["experimental"]), + ("experimantally", &["experimentally"]), + ("experimantation", &["experimentation"]), + ("experimantations", &["experimentations"]), + ("experimanted", &["experimented"]), + ("experimantel", &["experimental"]), + ("experimantelly", &["experimentally"]), + ("experimanter", &["experimenter"]), + ("experimanters", &["experimenters"]), + ("experimanting", &["experimenting"]), + ("experimants", &["experiments"]), + ("experimation", &["experimentation"]), + ("experimations", &["experimentations"]), + ("experimdnt", &["experiment"]), + ("experimdntal", &["experimental"]), + ("experimdntally", &["experimentally"]), + ("experimdntation", &["experimentation"]), + ("experimdntations", &["experimentations"]), + ("experimdnted", &["experimented"]), + ("experimdntel", &["experimental"]), + ("experimdntelly", &["experimentally"]), + ("experimdnter", &["experimenter"]), + ("experimdnters", &["experimenters"]), + ("experimdnting", &["experimenting"]), + ("experimdnts", &["experiments"]), + ("experimed", &["experimented"]), + ("experimel", &["experimental"]), + ("experimelly", &["experimentally"]), + ("experimen", &["experiment"]), + ("experimenal", &["experimental"]), + ("experimenally", &["experimentally"]), + ("experimenat", &["experiment"]), + ("experimenatal", &["experimental"]), + ("experimenatally", &["experimentally"]), + ("experimenatation", &["experimentation"]), + ("experimenatations", &["experimentations"]), + ("experimenated", &["experimented"]), + ("experimenatel", &["experimental"]), + ("experimenatelly", &["experimentally"]), + ("experimenater", &["experimenter"]), + ("experimenaters", &["experimenters"]), + ("experimenating", &["experimenting"]), + ("experimenation", &["experimentation"]), + ("experimenations", &["experimentations"]), + ("experimenats", &["experiments"]), + ("experimened", &["experimented"]), + ("experimenel", &["experimental"]), + ("experimenelly", &["experimentally"]), + ("experimener", &["experimenter"]), + ("experimeners", &["experimenters"]), + ("experimening", &["experimenting"]), + ("experimens", &["experiments"]), + ("experimentaal", &["experimental"]), + ("experimentaally", &["experimentally"]), + ("experimentaat", &["experiment"]), + ("experimentaatl", &["experimental"]), + ("experimentaatlly", &["experimentally"]), + ("experimentaats", &["experiments"]), + ("experimentaed", &["experimented"]), + ("experimentaer", &["experimenter"]), + ("experimentaing", &["experimenting"]), + ("experimentaion", &["experimentation"]), + ("experimentaions", &["experimentations"]), + ("experimentait", &["experiment"]), + ("experimentaital", &["experimental"]), + ("experimentaitally", &["experimentally"]), + ("experimentaited", &["experimented"]), + ("experimentaiter", &["experimenter"]), + ("experimentaiters", &["experimenters"]), + ("experimentaitng", &["experimenting"]), + ("experimentaiton", &["experimentation"]), + ("experimentaitons", &["experimentations"]), + ("experimentat", &["experimental"]), + ("experimentatal", &["experimental"]), + ("experimentatally", &["experimentally"]), + ("experimentatation", &["experimentation"]), + ("experimentatations", &["experimentations"]), + ("experimentated", &["experimented"]), + ("experimentater", &["experimenter"]), + ("experimentatin", &["experimentation", "experimenting"]), + ("experimentating", &["experimentation", "experimenting"]), + ("experimentatl", &["experimental"]), + ("experimentatlly", &["experimentally"]), + ("experimentatly", &["experimentally"]), + ("experimentel", &["experimental"]), + ("experimentelly", &["experimentally"]), + ("experimentt", &["experiment"]), + ("experimentted", &["experimented"]), + ("experimentter", &["experimenter"]), + ("experimentters", &["experimenters"]), + ("experimentts", &["experiments"]), + ("experimer", &["experimenter"]), + ("experimers", &["experimenters"]), + ("experimet", &["experiment"]), + ("experimetal", &["experimental"]), + ("experimetally", &["experimentally"]), + ("experimetation", &["experimentation"]), + ("experimetations", &["experimentations"]), + ("experimeted", &["experimented"]), + ("experimetel", &["experimental"]), + ("experimetelly", &["experimentally"]), + ("experimetent", &["experiment"]), + ("experimetental", &["experimental"]), + ("experimetentally", &["experimentally"]), + ("experimetentation", &["experimentation"]), + ("experimetentations", &["experimentations"]), + ("experimetented", &["experimented"]), + ("experimetentel", &["experimental"]), + ("experimetentelly", &["experimentally"]), + ("experimetenter", &["experimenter"]), + ("experimetenters", &["experimenters"]), + ("experimetenting", &["experimenting"]), + ("experimetents", &["experiments"]), + ("experimeter", &["experimenter"]), + ("experimeters", &["experimenters"]), + ("experimeting", &["experimenting"]), + ("experimetn", &["experiment"]), + ("experimetnal", &["experimental"]), + ("experimetnally", &["experimentally"]), + ("experimetnation", &["experimentation"]), + ("experimetnations", &["experimentations"]), + ("experimetned", &["experimented"]), + ("experimetnel", &["experimental"]), + ("experimetnelly", &["experimentally"]), + ("experimetner", &["experimenter"]), + ("experimetners", &["experimenters"]), + ("experimetning", &["experimenting"]), + ("experimetns", &["experiments"]), + ("experimets", &["experiments"]), + ("experiming", &["experimenting"]), + ("experimint", &["experiment"]), + ("experimintal", &["experimental"]), + ("experimintally", &["experimentally"]), + ("experimintation", &["experimentation"]), + ("experimintations", &["experimentations"]), + ("experiminted", &["experimented"]), + ("experimintel", &["experimental"]), + ("experimintelly", &["experimentally"]), + ("experiminter", &["experimenter"]), + ("experiminters", &["experimenters"]), + ("experiminting", &["experimenting"]), + ("experimints", &["experiments"]), + ("experimment", &["experiment"]), + ("experimmental", &["experimental"]), + ("experimmentally", &["experimentally"]), + ("experimmentation", &["experimentation"]), + ("experimmentations", &["experimentations"]), + ("experimmented", &["experimented"]), + ("experimmentel", &["experimental"]), + ("experimmentelly", &["experimentally"]), + ("experimmenter", &["experimenter"]), + ("experimmenters", &["experimenters"]), + ("experimmenting", &["experimenting"]), + ("experimments", &["experiments"]), + ("experimnet", &["experiment"]), + ("experimnetal", &["experimental"]), + ("experimnetally", &["experimentally"]), + ("experimnetation", &["experimentation"]), + ("experimnetations", &["experimentations"]), + ("experimneted", &["experimented"]), + ("experimnetel", &["experimental"]), + ("experimnetelly", &["experimentally"]), + ("experimneter", &["experimenter"]), + ("experimneters", &["experimenters"]), + ("experimneting", &["experimenting"]), + ("experimnets", &["experiments"]), + ("experimnt", &["experiment"]), + ("experimntal", &["experimental"]), + ("experimntally", &["experimentally"]), + ("experimntation", &["experimentation"]), + ("experimntations", &["experimentations"]), + ("experimnted", &["experimented"]), + ("experimntel", &["experimental"]), + ("experimntelly", &["experimentally"]), + ("experimnter", &["experimenter"]), + ("experimnters", &["experimenters"]), + ("experimnting", &["experimenting"]), + ("experimnts", &["experiments"]), + ("experims", &["experiments"]), + ("experimten", &["experiment"]), + ("experimtenal", &["experimental"]), + ("experimtenally", &["experimentally"]), + ("experimtenation", &["experimentation"]), + ("experimtenations", &["experimentations"]), + ("experimtened", &["experimented"]), + ("experimtenel", &["experimental"]), + ("experimtenelly", &["experimentally"]), + ("experimtener", &["experimenter"]), + ("experimteners", &["experimenters"]), + ("experimtening", &["experimenting"]), + ("experimtens", &["experiments"]), + ("experinece", &["experience"]), + ("experineced", &["experienced"]), + ("experinement", &["experiment"]), + ("experinemental", &["experimental"]), + ("experinementally", &["experimentally"]), + ("experinementation", &["experimentation"]), + ("experinementations", &["experimentations"]), + ("experinemented", &["experimented"]), + ("experinementel", &["experimental"]), + ("experinementelly", &["experimentally"]), + ("experinementer", &["experimenter"]), + ("experinementers", &["experimenters"]), + ("experinementing", &["experimenting"]), + ("experinements", &["experiments"]), + ("experiration", &["expiration"]), + ("experirations", &["expirations"]), + ("expermenet", &["experiment"]), + ("expermenetal", &["experimental"]), + ("expermenetally", &["experimentally"]), + ("expermenetation", &["experimentation"]), + ("expermenetations", &["experimentations"]), + ("expermeneted", &["experimented"]), + ("expermenetel", &["experimental"]), + ("expermenetelly", &["experimentally"]), + ("expermeneter", &["experimenter"]), + ("expermeneters", &["experimenters"]), + ("expermeneting", &["experimenting"]), + ("expermenets", &["experiments"]), + ("experment", &["experiment"]), + ("expermental", &["experimental"]), + ("expermentally", &["experimentally"]), + ("expermentation", &["experimentation"]), + ("expermentations", &["experimentations"]), + ("expermented", &["experimented"]), + ("expermentel", &["experimental"]), + ("expermentelly", &["experimentally"]), + ("expermenter", &["experimenter"]), + ("expermenters", &["experimenters"]), + ("expermenting", &["experimenting"]), + ("experments", &["experiments"]), + ("expermient", &["experiment"]), + ("expermiental", &["experimental"]), + ("expermientally", &["experimentally"]), + ("expermientation", &["experimentation"]), + ("expermientations", &["experimentations"]), + ("expermiented", &["experimented"]), + ("expermientel", &["experimental"]), + ("expermientelly", &["experimentally"]), + ("expermienter", &["experimenter"]), + ("expermienters", &["experimenters"]), + ("expermienting", &["experimenting"]), + ("expermients", &["experiments"]), + ("expermiment", &["experiment"]), + ("expermimental", &["experimental"]), + ("expermimentally", &["experimentally"]), + ("expermimentation", &["experimentation"]), + ("expermimentations", &["experimentations"]), + ("expermimented", &["experimented"]), + ("expermimentel", &["experimental"]), + ("expermimentelly", &["experimentally"]), + ("expermimenter", &["experimenter"]), + ("expermimenters", &["experimenters"]), + ("expermimenting", &["experimenting"]), + ("expermiments", &["experiments"]), + ("experminent", &["experiment"]), + ("experminental", &["experimental"]), + ("experminentally", &["experimentally"]), + ("experminentation", &["experimentation"]), + ("experminentations", &["experimentations"]), + ("experminents", &["experiments"]), + ("expernal", &["external"]), + ("expers", &["express"]), + ("experse", &["expense", "express"]), + ("expersed", &["expressed"]), + ("experses", &["expenses", "expresses"]), + ("expersing", &["expressing"]), + ("expersion", &["expression"]), + ("expersions", &["expressions"]), + ("expersive", &["expensive"]), + ("experss", &["express"]), + ("experssed", &["expressed"]), + ("expersses", &["expresses"]), + ("experssing", &["expressing"]), + ("experssion", &["expression"]), + ("experssions", &["expressions"]), + ("expese", &["expense"]), + ("expeses", &["expenses"]), + ("expesive", &["expensive"]), + ("expesnce", &["expense"]), + ("expesnces", &["expenses"]), + ("expesncive", &["expensive"]), + ("expess", &["express"]), + ("expessed", &["expressed"]), + ("expesses", &["expresses"]), + ("expessing", &["expressing"]), + ("expession", &["expression"]), + ("expessions", &["expressions"]), + ("expest", &["expect"]), + ("expested", &["expected"]), + ("expestedly", &["expectedly"]), + ("expesting", &["expecting"]), + ("expet", &["expect", "expat"]), + ("expetancy", &["expectancy"]), + ("expetation", &["expectation"]), + ("expetc", &["expect"]), + ("expetced", &["expected"]), + ("expetcedly", &["expectedly"]), + ("expetcing", &["expecting"]), + ("expetcs", &["expects"]), + ("expetct", &["expect"]), + ("expetcted", &["expected"]), + ("expetctedly", &["expectedly"]), + ("expetcting", &["expecting"]), + ("expetcts", &["expects"]), + ("expetect", &["expect"]), + ("expetected", &["expected"]), + ("expetectedly", &["expectedly"]), + ("expetecting", &["expecting"]), + ("expetectly", &["expectedly"]), + ("expetects", &["expects"]), + ("expeted", &["expected"]), + ("expetedly", &["expectedly"]), + ("expetiment", &["experiment"]), + ("expetimental", &["experimental"]), + ("expetimentally", &["experimentally"]), + ("expetimentation", &["experimentation"]), + ("expetimentations", &["experimentations"]), + ("expetimented", &["experimented"]), + ("expetimentel", &["experimental"]), + ("expetimentelly", &["experimentally"]), + ("expetimenter", &["experimenter"]), + ("expetimenters", &["experimenters"]), + ("expetimenting", &["experimenting"]), + ("expetiments", &["experiments"]), + ("expeting", &["expecting"]), + ("expets", &["expects"]), + ("expewriment", &["experiment"]), + ("expewrimental", &["experimental"]), + ("expewrimentally", &["experimentally"]), + ("expewrimentation", &["experimentation"]), + ("expewrimentations", &["experimentations"]), + ("expewrimented", &["experimented"]), + ("expewrimentel", &["experimental"]), + ("expewrimentelly", &["experimentally"]), + ("expewrimenter", &["experimenter"]), + ("expewrimenters", &["experimenters"]), + ("expewrimenting", &["experimenting"]), + ("expewriments", &["experiments"]), + ("expexct", &["expect"]), + ("expexcted", &["expected"]), + ("expexctedly", &["expectedly"]), + ("expexcting", &["expecting"]), + ("expexcts", &["expects"]), + ("expexnasion", &["expansion"]), + ("expexnasions", &["expansions"]), + ("expext", &["expect"]), + ("expexted", &["expected"]), + ("expextedly", &["expectedly"]), + ("expexting", &["expecting"]), + ("expexts", &["expects"]), + ("expicit", &["explicit"]), + ("expicitly", &["explicitly"]), + ("expidition", &["expedition"]), + ("expiditions", &["expeditions"]), + ("expierence", &["experience"]), + ("expierences", &["experiences"]), + ("expierience", &["experience"]), + ("expieriences", &["experiences"]), + ("expilicitely", &["explicitly"]), + ("expireitme", &["expiretime"]), + ("expirience", &["experience"]), + ("expiriences", &["experiences"]), + ("expirimental", &["experimental"]), + ("explaination", &["explanation"]), + ("explainations", &["explanations"]), + ("explainatory", &["explanatory"]), + ("explaning", &["explaining"]), + ("explantion", &["explanation"]), + ("explantions", &["explanations"]), + ("explcit", &["explicit"]), + ("explecit", &["explicit"]), + ("explecitely", &["explicitly"]), + ("explecitily", &["explicitly"]), + ("explecitly", &["explicitly"]), + ("explenation", &["explanation"]), + ("explicat", &["explicate"]), + ("explicilt", &["explicit"]), + ("explicilty", &["explicitly"]), + ("explicite", &["explicit", "explicitly"]), + ("explicited", &["explicit", "explicitly"]), + ("explicitelly", &["explicitly"]), + ("explicitely", &["explicitly"]), + ("explicitily", &["explicitly"]), + ("explicity", &["explicitly"]), + ("explict", &["explicit"]), + ("explictely", &["explicitly"]), + ("explictily", &["explicitly"]), + ("explictly", &["explicitly"]), + ("explicty", &["explicitly", "explicit"]), + ("explit", &["explicit"]), + ("explitit", &["explicit"]), + ("explitly", &["explicitly"]), + ("explizit", &["explicit"]), + ("explizitly", &["explicitly"]), + ("exploition", &["explosion", "exploitation", "exploit"]), + ("exploitions", &["explosions", "exploitations", "exploits"]), + ("exploititive", &["exploitative"]), + ("explot", &["exploit", "explore"]), + ("explotation", &["exploitation", "exploration"]), + ("exploting", &["exploiting", "exploring"]), + ("expoed", &["exposed"]), + ("expoential", &["exponential"]), + ("expoentially", &["exponentially"]), + ("expoert", &["export", "expert"]), + ("expoerted", &["exported"]), + ("expoit", &["exploit"]), + ("expoitation", &["exploitation"]), + ("expoited", &["exploited"]), + ("expoits", &["exploits"]), + ("expolde", &["explode"]), + ("exponant", &["exponent"]), + ("exponantation", &["exponentiation"]), + ("exponantially", &["exponentially"]), + ("exponantialy", &["exponentially"]), + ("exponants", &["exponents"]), + ("exponentation", &["exponentiation"]), + ("exponentialy", &["exponentially"]), + ("exponentiel", &["exponential"]), + ("exponentiell", &["exponential"]), + ("exponetial", &["exponential"]), + ("exporession", &["expression"]), + ("exportet", &["exported", "exporter"]), + ("expport", &["export"]), + ("exppressed", &["expressed"]), + ("expresion", &["expression"]), + ("expresions", &["expressions"]), + ("expressable", &["expressible"]), + ("expressino", &["expression"]), + ("expresso", &["espresso"]), + ("expresss", &["express"]), + ("expresssion", &["expression"]), + ("expresssions", &["expressions"]), + ("exprience", &["experience"]), + ("exprienced", &["experienced"]), + ("expriences", &["experiences"]), + ("exprimental", &["experimental"]), + ("expropiated", &["expropriated"]), + ("expropiation", &["expropriation"]), + ("exprted", &["exported"]), + ("exptected", &["expected"]), + ("exra", &["extra"]), + ("exract", &["extract"]), + ("exressed", &["expressed"]), + ("exression", &["expression"]), + ("exsist", &["exists", "exist"]), + ("exsistence", &["existence"]), + ("exsistent", &["existent"]), + ("exsisting", &["existing"]), + ("exsists", &["exists"]), + ("exsit", &["exist", "exit"]), + ("exsiting", &["existing"]), + ("exsits", &["exists", "exist"]), + ("exspect", &["expect"]), + ("exspected", &["expected"]), + ("exspectedly", &["expectedly"]), + ("exspecting", &["expecting"]), + ("exspects", &["expects"]), + ("exspense", &["expense"]), + ("exspensed", &["expensed"]), + ("exspenses", &["expenses"]), + ("exstacy", &["ecstasy"]), + ("exstream", &["extreme"]), + ("extact", &["extract"]), + ("extaction", &["extraction"]), + ("extactly", &["exactly"]), + ("extacy", &["ecstasy"]), + ("extarnal", &["external"]), + ("extarnally", &["externally"]), + ("extatic", &["ecstatic"]), + ("extedn", &["extend"]), + ("extedned", &["extended"]), + ("extedner", &["extender"]), + ("extedners", &["extenders"]), + ("extedns", &["extends"]), + ("extemely", &["extremely"]), + ("exten", &["extent"]), + ("extenal", &["external"]), + ("extendded", &["extended"]), + ("extendet", &["extended"]), + ("extendsions", &["extensions"]), + ("extened", &["extended"]), + ("exteneded", &["extended"]), + ("extenions", &["extension", "extensions"]), + ("extenisble", &["extensible"]), + ("extensability", &["extensibility"]), + ("extensiable", &["extensible"]), + ("extensilbe", &["extensible"]), + ("extensivly", &["extensively"]), + ("extenson", &["extension"]), + ("extenstion", &["extension"]), + ("extenstions", &["extensions"]), + ("extented", &["extended"]), + ("extention", &["extension"]), + ("extentions", &["extensions"]), + ("extepect", &["expect"]), + ("extepecting", &["expecting"]), + ("extepects", &["expects"]), + ("exteral", &["external"]), + ("extered", &["exerted"]), + ("extereme", &["extreme"]), + ("extermist", &["extremist"]), + ("extermporaneous", &["extemporaneous"]), + ("externaly", &["externally"]), + ("externel", &["external"]), + ("externelly", &["externally"]), + ("externels", &["externals"]), + ("extesion", &["extension"]), + ("extesions", &["extensions"]), + ("extesnion", &["extension"]), + ("extesnions", &["extensions"]), + ("extint", &["extinct", "extant"]), + ("extist", &["exist"]), + ("extit", &["exit"]), + ("extited", &["excited", "exited"]), + ("extiting", &["exciting", "exiting"]), + ("extits", &["exits", "excites"]), + ("extnesion", &["extension"]), + ("extrac", &["extract"]), + ("extraced", &["extracted"]), + ("extracing", &["extracting"]), + ("extracter", &["extractor"]), + ("extractino", &["extracting"]), + ("extractins", &["extractions"]), + ("extradiction", &["extradition"]), + ("extraenous", &["extraneous"]), + ("extranous", &["extraneous"]), + ("extrapoliate", &["extrapolate"]), + ("extrat", &["extract"]), + ("extrated", &["extracted"]), + ("extraterrestial", &["extraterrestrial"]), + ("extraterrestials", &["extraterrestrials"]), + ("extrates", &["extracts"]), + ("extrating", &["exctracting"]), + ("extration", &["extraction"]), + ("extrator", &["extractor"]), + ("extrators", &["extractors"]), + ("extrats", &["extracts"]), + ("extravagent", &["extravagant"]), + ("extraversion", &["extroversion"]), + ("extravert", &["extrovert"]), + ("extraverts", &["extroverts"]), + ("extraxt", &["extract"]), + ("extraxted", &["extracted"]), + ("extraxting", &["extracting"]), + ("extraxtors", &["extractors"]), + ("extraxts", &["extracts"]), + ("extream", &["extreme"]), + ("extreamely", &["extremely"]), + ("extreamily", &["extremely"]), + ("extreamly", &["extremely"]), + ("extreams", &["extremes"]), + ("extreem", &["extreme"]), + ("extrem", &["extremum", "extreme"]), + ("extremaly", &["extremely"]), + ("extremelly", &["extremely"]), + ("extrememe", &["extreme"]), + ("extrememely", &["extremely"]), + ("extrememly", &["extremely"]), + ("extremeophile", &["extremophile"]), + ("extremitys", &["extremities"]), + ("extremly", &["extremely"]), + ("extrems", &["extrema", "extremes"]), + ("extrenal", &["external"]), + ("extrenally", &["externally"]), + ("extrenaly", &["externally"]), + ("extrime", &["extreme"]), + ("extrimely", &["extremely"]), + ("extrimly", &["extremely"]), + ("extrodinary", &["extraordinary"]), + ("extrordinarily", &["extraordinarily"]), + ("extrordinary", &["extraordinary"]), + ("extry", &["entry"]), + ("exturd", &["extrude"]), + ("exturde", &["extrude"]), + ("exturded", &["extruded"]), + ("exturdes", &["extrudes"]), + ("exturding", &["extruding"]), + ("exuberent", &["exuberant"]), + ("eyar", &["year", "eyas"]), + ("eyars", &["years", "eyas"]), + ("eyasr", &["years", "eyas"]), + ("eyt", &["yet"]), + ("ezdrop", &["eavesdrop"]), + ("fability", &["facility"]), + ("facedrwaing", &["facedrawing", "face drawing"]), + ("faceis", &["faces", "face is"]), + ("faciliate", &["facilitate"]), + ("faciliated", &["facilitated"]), + ("faciliates", &["facilitates"]), + ("faciliating", &["facilitating"]), + ("facilites", &["facilities"]), + ("facilitiate", &["facilitate"]), + ("facilitiates", &["facilitates"]), + ("facilititate", &["facilitate"]), + ("facillitate", &["facilitate"]), + ("facillities", &["facilities"]), + ("faciltate", &["facilitate"]), + ("facilties", &["facilities"]), + ("facinated", &["fascinated"]), + ("facirity", &["facility"]), + ("facist", &["fascist"]), + ("facor", &["favor", "faker"]), + ("facorite", &["favorite"]), + ("facorites", &["favorites"]), + ("facors", &["favors", "fakers"]), + ("facour", &["favour", "favor"]), + ("facourite", &["favourite"]), + ("facourites", &["favourites"]), + ("facours", &["favours"]), + ("factization", &["factorization"]), + ("factorizaiton", &["factorization"]), + ("factorys", &["factories"]), + ("fadind", &["fading"]), + ("faeture", &["feature"]), + ("faetures", &["features"]), + ("Fahrenheight", &["Fahrenheit"]), + ("faied", &["failed", "fade"]), + ("faield", &["failed"]), + ("faild", &["failed"]), + ("failded", &["failed"]), + ("faile", &["failed"]), + ("failer", &["failure"]), + ("failes", &["fails"]), + ("failicies", &["facilities"]), + ("failicy", &["facility"]), + ("failied", &["failed"]), + ("failiure", &["failure"]), + ("failiures", &["failures"]), + ("failiver", &["failover"]), + ("faill", &["fail"]), + ("failled", &["failed"]), + ("faillure", &["failure"]), + ("failng", &["failing"]), + ("failre", &["failure"]), + ("failrue", &["failure"]), + ("failsave", &["fail-safe", "failsafe"]), + ("failsaves", &["fail-safes", "failsafes"]), + ("failt", &["fail", "failed"]), + ("failture", &["failure"]), + ("failue", &["failure"]), + ("failuer", &["failure"]), + ("failues", &["failures"]), + ("faireness", &["fairness"]), + ("fairoh", &["pharaoh"]), + ("faiway", &["fairway"]), + ("faiways", &["fairways"]), + ("falg", &["flag"]), + ("falgs", &["flags"]), + ("falied", &["failed"]), + ("faliure", &["failure"]), + ("faliures", &["failures"]), + ("fallabck", &["fallback"]), + ("fallbck", &["fallback"]), + ("fallhrough", &["fallthrough"]), + ("fallthruogh", &["fallthrough"]), + ("falltrough", &["fallthrough"]), + ("falsh", &["flash", "false"]), + ("falshed", &["flashed"]), + ("falshes", &["flashes"]), + ("falshing", &["flashing"]), + ("falsly", &["falsely"]), + ("falt", &["fault"]), + ("falure", &["failure"]), + ("familar", &["familiar"]), + ("familes", &["families"]), + ("familiies", &["families"]), + ("familiy", &["family"]), + ("familliar", &["familiar"]), + ("familly", &["family"]), + ("famlilies", &["families"]), + ("famlily", &["family"]), + ("famoust", &["famous"]), + ("fanatism", &["fanaticism"]), + ("fancyness", &["fanciness"]), + ("farction", &["fraction", "faction"]), + ("Farenheight", &["Fahrenheit"]), + ("Farenheit", &["Fahrenheit"]), + ("farest", &["fairest", "farthest"]), + ("faries", &["fairies"]), + ("farmework", &["framework"]), + ("fasade", &["facade"]), + ("fase", &["faze", "phase"]), + ("fased", &["fazed", "phased"]), + ("fases", &["fazes", "phases"]), + ("fasing", &["fazing", "phasing"]), + ("fasion", &["fashion"]), + ("fassade", &["facade"]), + ("fassinate", &["fascinate"]), + ("fasterner", &["fastener"]), + ("fasterners", &["fasteners"]), + ("fastr", &["faster"]), + ("fatc", &["fact"]), + ("fater", &["faster"]), + ("fatig", &["fatigue"]), + ("fatser", &["faster"]), + ("fature", &["feature"]), + ("faught", &["fought"]), + ("fauilure", &["failure"]), + ("fauilures", &["failures"]), + ("faund", &["found", "fund"]), + ("fauture", &["feature"]), + ("fautured", &["featured"]), + ("fautures", &["features"]), + ("fauturing", &["featuring"]), + ("favoutrable", &["favourable"]), + ("favuourites", &["favourites"]), + ("faymus", &["famous"]), + ("fcound", &["found"]), + ("feasabile", &["feasible"]), + ("feasability", &["feasibility"]), + ("feasable", &["feasible"]), + ("featch", &["fetch", "each"]), + ("featchd", &["fetched"]), + ("featched", &["fetched"]), + ("featcher", &["feather", "feature", "fetcher"]), + ("featches", &["fetches", "features"]), + ("featching", &["fetching"]), + ("featchs", &["fetches"]), + ("featchss", &["fetches"]), + ("featchure", &["feature"]), + ("featchured", &["featured"]), + ("featchures", &["features"]), + ("featchuring", &["featuring"]), + ("featre", &["feature"]), + ("featue", &["feature"]), + ("featued", &["featured"]), + ("featues", &["features"]), + ("featur", &["feature"]), + ("featurs", &["features"]), + ("feautre", &["feature"]), + ("feauture", &["feature"]), + ("feautures", &["features"]), + ("febewary", &["February"]), + ("Febuary", &["February"]), + ("Feburary", &["February"]), + ("fecthing", &["fetching"]), + ("fedality", &["fidelity"]), + ("fedreally", &["federally"]), + ("feeback", &["feedback"]), + ("feeded", &["fed"]), + ("feek", &["feel"]), + ("feeks", &["feels"]), + ("feets", &["feet", "feats"]), + ("feetur", &["feature"]), + ("feeture", &["feature"]), + ("feild", &["field"]), + ("feld", &["field"]), + ("felisatus", &["felicitous"]), + ("femminist", &["feminist"]), + ("fempto", &["femto"]), + ("feonsay", &["fiancée"]), + ("fequency", &["frequency"]), + ("feromone", &["pheromone"]), + ("fertil", &["fertile"]), + ("fertily", &["fertility"]), + ("fetaure", &["feature"]), + ("fetaures", &["features"]), + ("fetchs", &["fetches"]), + ("feture", &["feature"]), + ("fetures", &["features"]), + ("fewd", &["few", "feud"]), + ("fewg", &["few", "fugue"]), + ("fewsha", &["fuchsia"]), + ("fezent", &["pheasant"]), + ("fhurter", &["further"]), + ("fials", &["fails"]), + ("fianite", &["finite"]), + ("fianlly", &["finally"]), + ("ficks", &["flicks", "fix"]), + ("ficticious", &["fictitious"]), + ("fictious", &["fictitious"]), + ("fidality", &["fidelity"]), + ("fiddley", &["fiddly"]), + ("fidn", &["find"]), + ("fied", &["field"]), + ("fieid", &["field"]), + ("fiel", &["feel", "field", "file", "phial"]), + ("fieldlst", &["fieldlist"]), + ("fieled", &["field"]), + ("fielesystem", &["filesystem"]), + ("fielesystems", &["filesystems"]), + ("fielname", &["filename"]), + ("fielneame", &["filename"]), + ("fiels", &["feels", "fields", "files", "phials"]), + ("fiercly", &["fiercely"]), + ("fightings", &["fighting"]), + ("figurestyle", &["figurestyles"]), + ("fike", &["file"]), + ("filal", &["final"]), + ("fileds", &["fields"]), + ("fileld", &["field"]), + ("filelds", &["fields"]), + ("filenae", &["filename"]), + ("filenname", &["filename", "file name"]), + ("fileshystem", &["filesystem"]), + ("fileshystems", &["filesystems"]), + ("filesname", &["filename", "filenames"]), + ("filesnames", &["filenames"]), + ("filess", &["files"]), + ("filesstem", &["filesystem"]), + ("filessytem", &["filesystem"]), + ("filessytems", &["filesystems"]), + ("fileststem", &["filesystem"]), + ("filesysems", &["filesystems"]), + ("filesysthem", &["filesystem"]), + ("filesysthems", &["filesystems"]), + ("filesystmes", &["filesystems"]), + ("filesystyem", &["filesystem"]), + ("filesystyems", &["filesystems"]), + ("filesytem", &["filesystem"]), + ("filesytems", &["filesystems"]), + ("fileter", &["filter"]), + ("filetest", &["file test"]), + ("filetests", &["file tests"]), + ("fileystem", &["filesystem"]), + ("fileystems", &["filesystems"]), + ("filiament", &["filament"]), + ("fillay", &["fillet"]), + ("filld", &["filled", "filed", "fill"]), + ("fille", &["file", "fill", "filled"]), + ("fillement", &["filament"]), + ("filles", &["files", "fills", "filled"]), + ("fillowing", &["following"]), + ("fillung", &["filling"]), + ("filnal", &["final"]), + ("filname", &["filename"]), + ("filp", &["flip"]), + ("filpped", &["flipped"]), + ("filpping", &["flipping"]), + ("filps", &["flips"]), + ("fils", &["fills", "files", "file"]), + ("filse", &["files"]), + ("filsystem", &["filesystem"]), + ("filsystems", &["filesystems"]), + ("filterig", &["filtering"]), + ("filterring", &["filtering"]), + ("filtersing", &["filtering"]), + ("filterss", &["filters"]), + ("fime", &["fixme", "time"]), + ("fimilies", &["families"]), + ("fimrware", &["firmware"]), + ("fimware", &["firmware"]), + ("finacial", &["financial"]), + ("finailse", &["finalise"]), + ("finailze", &["finalize"]), + ("finalle", &["finale", "finally"]), + ("finaly", &["finally", "finale"]), + ("finanace", &["finance"]), + ("finanaced", &["financed"]), + ("finanaces", &["finances"]), + ("finanacially", &["financially"]), + ("finanacier", &["financier"]), + ("financialy", &["financially"]), + ("finanize", &["finalize"]), + ("finanlize", &["finalize"]), + ("fincally", &["finally"]), + ("finctional", &["functional", "fictional"]), + ("finctionalities", &["functionalities"]), + ("finctionality", &["functionality"]), + ("finde", &["find"]), + ("findn", &["find"]), + ("findout", &["find out"]), + ("finelly", &["finally"]), + ("finess", &["finesse"]), + ("finge", &["finger", "fringe"]), + ("fingeprint", &["fingerprint"]), + ("finialization", &["finalization"]), + ("finializing", &["finalizing"]), + ("finilizes", &["finalizes"]), + ("finisch", &["finish", "Finnish"]), + ("finisched", &["finished"]), + ("finishe", &["finished", "finish"]), + ("finishied", &["finished"]), + ("finishs", &["finishes"]), + ("finitel", &["finite"]), + ("finness", &["finesse"]), + ("finnished", &["finished"]), + ("finsh", &["finish", "finch"]), + ("finshed", &["finished"]), + ("finshes", &["finishes", "finches"]), + ("finshing", &["finishing"]), + ("finsih", &["finish"]), + ("finsihed", &["finished"]), + ("finsihes", &["finishes"]), + ("finsihing", &["finishing"]), + ("finsished", &["finished"]), + ("finxed", &["fixed"]), + ("finxing", &["fixing"]), + ("fiorget", &["forget"]), + ("firdt", &["first", "third"]), + ("firends", &["friends"]), + ("firest", &["fires", "first"]), + ("firey", &["fiery"]), + ("firmare", &["firmware"]), + ("firmaware", &["firmware"]), + ("firmeare", &["firmware"]), + ("firmeware", &["firmware"]), + ("firmnware", &["firmware"]), + ("firmwart", &["firmware"]), + ("firmwear", &["firmware"]), + ("firmwqre", &["firmware"]), + ("firmwre", &["firmware"]), + ("firmwware", &["firmware"]), + ("firsr", &["first"]), + ("firsth", &["first"]), + ("firt", &["first", "flirt"]), + ("firts", &["first", "flirts"]), + ("firware", &["firmware"]), + ("firwmare", &["firmware"]), + ("fisical", &["physical", "fiscal"]), + ("fisionable", &["fissionable"]), + ("fisisist", &["physicist"]), + ("fisist", &["physicist"]), + ("fisrt", &["first"]), + ("fiter", &["filter", "fighter", "fitter", "fiver"]), + ("fitering", &["filtering"]), + ("fiters", &["filters", "fighters", "fitters", "fivers"]), + ("fitler", &["filter"]), + ("fitlers", &["filters"]), + ("fivety", &["fifty"]), + ("fixe", &["fixed", "fixes", "fix", "fixme", "fixer"]), + ("fixeme", &["fixme"]), + ("fixwd", &["fixed"]), + ("fizeek", &["physique"]), + ("flacor", &["flavor"]), + ("flacored", &["flavored"]), + ("flacoring", &["flavoring"]), + ("flacorings", &["flavorings"]), + ("flacors", &["flavors"]), + ("flacour", &["flavour"]), + ("flacoured", &["flavoured"]), + ("flacouring", &["flavouring"]), + ("flacourings", &["flavourings"]), + ("flacours", &["flavours"]), + ("flage", &["flags", "flag"]), + ("flaged", &["flagged"]), + ("flages", &["flags"]), + ("flagg", &["flag"]), + ("flahs", &["flash", "flags"]), + ("flahsed", &["flashed"]), + ("flahses", &["flashes"]), + ("flahsing", &["flashing"]), + ("flakyness", &["flakiness"]), + ("flamable", &["flammable"]), + ("flaot", &["float"]), + ("flaoting", &["floating"]), + ("flashflame", &["flashframe"]), + ("flashig", &["flashing"]), + ("flasing", &["flashing"]), + ("flass", &["class", "glass", "flask", "flash"]), + ("flate", &["flat"]), + ("flatened", &["flattened"]), + ("flattend", &["flattened"]), + ("flattenning", &["flattening"]), + ("flawess", &["flawless"]), + ("fle", &["file"]), + ("fleed", &["fled", "freed"]), + ("flem", &["phlegm"]), + ("Flemmish", &["Flemish"]), + ("flewant", &["fluent"]), + ("flexability", &["flexibility"]), + ("flexable", &["flexible"]), + ("flexibel", &["flexible"]), + ("flexibele", &["flexible"]), + ("flexibilty", &["flexibility"]), + ("flext", &["flex"]), + ("flie", &["file"]), + ("floading", &["floating", "flooding"]), + ("floading-add", &["floating-add"]), + ("floatation", &["flotation"]), + ("floresent", &["fluorescent", "florescent"]), + ("floride", &["fluoride"]), + ("floting", &["floating"]), + ("flourescent", &["fluorescent", "florescent"]), + ("flouride", &["fluoride"]), + ("flourine", &["fluorine"]), + ("flourishment", &["flourishing"]), + ("flter", &["filter"]), + ("flud", &["flood"]), + ("fluorish", &["flourish"]), + ("fluoroscent", &["fluorescent"]), + ("fluroescent", &["fluorescent"]), + ("flushs", &["flushes"]), + ("flusing", &["flushing"]), + ("flyes", &["flies", "flyers"]), + ("fo", &["of", "for"]), + ("focu", &["focus"]), + ("focued", &["focused"]), + ("focument", &["document"]), + ("focuse", &["focus"]), + ("focusf", &["focus"]), + ("focuss", &["focus"]), + ("focussed", &["focused"]), + ("focusses", &["focuses"]), + ("fof", &["for"]), + ("foget", &["forget"]), + ("fogot", &["forgot"]), + ("fogotten", &["forgotten"]), + ("fointers", &["pointers"]), + ("folde", &["folder", "fold"]), + ("foler", &["folder"]), + ("folers", &["folders"]), + ("folfer", &["folder"]), + ("folfers", &["folders"]), + ("folled", &["followed"]), + ("foller", &["follower"]), + ("follers", &["followers"]), + ("follew", &["follow"]), + ("follewed", &["followed"]), + ("follewer", &["follower"]), + ("follewers", &["followers"]), + ("follewin", &["following"]), + ("follewind", &["following"]), + ("follewing", &["following"]), + ("follewinwg", &["following"]), + ("follewiong", &["following"]), + ("follewiwng", &["following"]), + ("follewong", &["following"]), + ("follews", &["follows"]), + ("follfow", &["follow"]), + ("follfowed", &["followed"]), + ("follfower", &["follower"]), + ("follfowers", &["followers"]), + ("follfowin", &["following"]), + ("follfowind", &["following"]), + ("follfowing", &["following"]), + ("follfowinwg", &["following"]), + ("follfowiong", &["following"]), + ("follfowiwng", &["following"]), + ("follfowong", &["following"]), + ("follfows", &["follows"]), + ("follin", &["following"]), + ("follind", &["following"]), + ("folling", &["following", "falling", "rolling"]), + ("follinwg", &["following"]), + ("folliong", &["following"]), + ("folliw", &["follow"]), + ("folliwed", &["followed"]), + ("folliwer", &["follower"]), + ("folliwers", &["followers"]), + ("folliwin", &["following"]), + ("folliwind", &["following"]), + ("folliwing", &["following"]), + ("folliwinwg", &["following"]), + ("folliwiong", &["following"]), + ("folliwiwng", &["following"]), + ("folliwng", &["following"]), + ("folliwong", &["following"]), + ("folliws", &["follows"]), + ("folllow", &["follow"]), + ("folllowed", &["followed"]), + ("folllower", &["follower"]), + ("folllowers", &["followers"]), + ("folllowin", &["following"]), + ("folllowind", &["following"]), + ("folllowing", &["following"]), + ("folllowinwg", &["following"]), + ("folllowiong", &["following"]), + ("folllowiwng", &["following"]), + ("folllowong", &["following"]), + ("folllows", &["follows", "followings"]), + ("follod", &["followed"]), + ("folloeing", &["following"]), + ("folloing", &["following"]), + ("folloiwng", &["following"]), + ("follong", &["following"]), + ("followd", &["followed", "follows", "follow"]), + ("followig", &["following"]), + ("followign", &["following"]), + ("followin", &["following"]), + ("followind", &["following"]), + ("followng", &["following"]), + ("folls", &["follows"]), + ("follw", &["follow"]), + ("follwed", &["followed"]), + ("follwer", &["follower"]), + ("follwers", &["followers"]), + ("follwin", &["following"]), + ("follwind", &["following"]), + ("follwing", &["following"]), + ("follwinwg", &["following"]), + ("follwiong", &["following"]), + ("follwiwng", &["following"]), + ("follwo", &["follow"]), + ("follwoe", &["follow"]), + ("follwoed", &["followed"]), + ("follwoeed", &["followed"]), + ("follwoeer", &["follower"]), + ("follwoeers", &["followers"]), + ("follwoein", &["following"]), + ("follwoeind", &["following"]), + ("follwoeing", &["following"]), + ("follwoeinwg", &["following"]), + ("follwoeiong", &["following"]), + ("follwoeiwng", &["following"]), + ("follwoeong", &["following"]), + ("follwoer", &["follower"]), + ("follwoers", &["followers"]), + ("follwoes", &["follows"]), + ("follwoin", &["following"]), + ("follwoind", &["following"]), + ("follwoing", &["following"]), + ("follwoinwg", &["following"]), + ("follwoiong", &["following"]), + ("follwoiwng", &["following"]), + ("follwong", &["following"]), + ("follwoong", &["following"]), + ("follwos", &["follows"]), + ("follwow", &["follow"]), + ("follwowed", &["followed"]), + ("follwower", &["follower"]), + ("follwowers", &["followers"]), + ("follwowin", &["following"]), + ("follwowind", &["following"]), + ("follwowing", &["following"]), + ("follwowinwg", &["following"]), + ("follwowiong", &["following"]), + ("follwowiwng", &["following"]), + ("follwowong", &["following"]), + ("follwows", &["follows"]), + ("follws", &["follows"]), + ("follww", &["follow"]), + ("follwwed", &["followed"]), + ("follwwer", &["follower"]), + ("follwwers", &["followers"]), + ("follwwin", &["following"]), + ("follwwind", &["following"]), + ("follwwing", &["following"]), + ("follwwinwg", &["following"]), + ("follwwiong", &["following"]), + ("follwwiwng", &["following"]), + ("follwwong", &["following"]), + ("follwws", &["follows"]), + ("foloow", &["follow"]), + ("foloowed", &["followed"]), + ("foloower", &["follower"]), + ("foloowers", &["followers"]), + ("foloowin", &["following"]), + ("foloowind", &["following"]), + ("foloowing", &["following"]), + ("foloowinwg", &["following"]), + ("foloowiong", &["following"]), + ("foloowiwng", &["following"]), + ("foloowong", &["following"]), + ("foloows", &["follows"]), + ("folow", &["follow"]), + ("folowed", &["followed"]), + ("folower", &["follower"]), + ("folowers", &["followers"]), + ("folowin", &["following"]), + ("folowind", &["following"]), + ("folowing", &["following"]), + ("folowinwg", &["following"]), + ("folowiong", &["following"]), + ("folowiwng", &["following"]), + ("folowong", &["following"]), + ("folows", &["follows"]), + ("foloww", &["follow"]), + ("folowwed", &["followed"]), + ("folowwer", &["follower"]), + ("folowwers", &["followers"]), + ("folowwin", &["following"]), + ("folowwind", &["following"]), + ("folowwing", &["following"]), + ("folowwinwg", &["following"]), + ("folowwiong", &["following"]), + ("folowwiwng", &["following"]), + ("folowwong", &["following"]), + ("folowws", &["follows"]), + ("folse", &["false"]), + ("folwo", &["follow"]), + ("folwoed", &["followed"]), + ("folwoer", &["follower"]), + ("folwoers", &["followers"]), + ("folwoin", &["following"]), + ("folwoind", &["following"]), + ("folwoing", &["following"]), + ("folwoinwg", &["following"]), + ("folwoiong", &["following"]), + ("folwoiwng", &["following"]), + ("folwoong", &["following"]), + ("folwos", &["follows"]), + ("folx", &["folks"]), + ("fomat", &["format"]), + ("fomated", &["formatted"]), + ("fomater", &["formatter"]), + ("fomates", &["formats"]), + ("fomating", &["formatting"]), + ("fomats", &["formats"]), + ("fomatted", &["formatted"]), + ("fomatter", &["formatter"]), + ("fomed", &["formed"]), + ("fomr", &["from", "form"]), + ("fomrat", &["format"]), + ("fomrated", &["formatted"]), + ("fomrater", &["formatter"]), + ("fomrating", &["formatting"]), + ("fomrats", &["formats"]), + ("fomratted", &["formatted"]), + ("fomratter", &["formatter"]), + ("fomratting", &["formatting"]), + ("fonction", &["function"]), + ("fonctional", &["functional"]), + ("fonctionalities", &["functionalities"]), + ("fonctioning", &["functioning"]), + ("fonctionnalies", &["functionalities"]), + ("fonctionnalities", &["functionalities"]), + ("fonctionnality", &["functionality"]), + ("fonctionnaly", &["functionally", "functionality"]), + ("fonctions", &["functions"]), + ("fonetic", &["phonetic"]), + ("fontain", &["fountain", "contain"]), + ("fontains", &["fountains", "contains"]), + ("fontier", &["frontier"]), + ("fontonfig", &["fontconfig"]), + ("fontrier", &["frontier"]), + ("fonud", &["found"]), + ("foontnotes", &["footnotes"]), + ("foootball", &["football"]), + ("foorter", &["footer"]), + ("footnoes", &["footnotes"]), + ("foppy", &["floppy"]), + ("foppys", &["floppies"]), + ("foramatting", &["formatting"]), + ("foramt", &["format"]), + ("forat", &["format"]), + ("forbad", &["forbade"]), + ("forbbiden", &["forbidden"]), + ("forbiden", &["forbidden"]), + ("forbit", &["forbid"]), + ("forbiten", &["forbidden"]), + ("forbitten", &["forbidden"]), + ("forcably", &["forcibly"]), + ("forcot", &["forgot"]), + ("foreing", &["foreign"]), + ("forementionned", &["aforementioned"]), + ("foreward", &["foreword", "forward"]), + ("forfiet", &["forfeit"]), + ("forgeround", &["foreground"]), + ("forgoten", &["forgotten"]), + ("forground", &["foreground"]), + ("forhead", &["forehead"]), + ("foriegn", &["foreign"]), + ("forld", &["fold"]), + ("forlder", &["folder"]), + ("forlders", &["folders"]), + ("Formalhaut", &["Fomalhaut"]), + ("formallize", &["formalize"]), + ("formallized", &["formalized"]), + ("formaly", &["formally", "formerly"]), + ("formate", &["format"]), + ("formated", &["formatted"]), + ("formater", &["formatter"]), + ("formates", &["formats"]), + ("formating", &["formatting"]), + ("formatteded", &["formatted"]), + ("formattind", &["formatting"]), + ("formattted", &["formatted"]), + ("formattting", &["formatting"]), + ("formelly", &["formerly"]), + ("formely", &["formerly"]), + ("formend", &["formed"]), + ("formes", &["forms", "formed"]), + ("formidible", &["formidable"]), + ("formmatted", &["formatted"]), + ("formost", &["foremost"]), + ("formt", &["format"]), + ("formua", &["formula"]), + ("forr", &["for"]), + ("forsaw", &["foresaw"]), + ("forse", &["force"]), + ("forseeable", &["foreseeable"]), + ("forst", &["first", "forced"]), + ("fortan", &["fortran"]), + ("fortat", &["format"]), + ("forteen", &["fourteen"]), + ("fortelling", &["foretelling"]), + ("forthcominng", &["forthcoming"]), + ("forthcomming", &["forthcoming"]), + ("fortunaly", &["fortunately"]), + ("fortunat", &["fortunate"]), + ("fortunatelly", &["fortunately"]), + ("fortunatly", &["fortunately"]), + ("fortunetly", &["fortunately"]), + ("forula", &["formula"]), + ("forulas", &["formulas"]), + ("forumla", &["formula"]), + ("forumlas", &["formulas"]), + ("forumula", &["formula"]), + ("forumulas", &["formulas"]), + ("forunate", &["fortunate"]), + ("forunately", &["fortunately"]), + ("forunner", &["forerunner"]), + ("forutunate", &["fortunate"]), + ("forutunately", &["fortunately"]), + ("forver", &["forever"]), + ("forwad", &["forward"]), + ("forwaded", &["forwarded"]), + ("forwading", &["forwarding"]), + ("forwads", &["forwards"]), + ("forwardig", &["forwarding"]), + ("forwared", &["forwarded", "forward"]), + ("forwaring", &["forwarding"]), + ("forwwarded", &["forwarded"]), + ( + "fot", + &["for", "fit", "dot", "rot", "cot", "got", "tot", "fog"], + ), + ("foto", &["photo"]), + ("fotograf", &["photograph"]), + ("fotografic", &["photographic"]), + ("fotografical", &["photographical"]), + ("fotografy", &["photography"]), + ("fotograph", &["photograph"]), + ("fotography", &["photography"]), + ("foucs", &["focus"]), + ("foudn", &["found"]), + ("foudning", &["founding"]), + ("fougth", &["fought"]), + ("foult", &["fault"]), + ("foults", &["faults"]), + ("foundaries", &["foundries"]), + ("foundary", &["foundry"]), + ("Foundland", &["Newfoundland"]), + ("fourties", &["forties"]), + ("fourty", &["forty"]), + ("fouth", &["fourth"]), + ("foward", &["forward"]), + ("fowarded", &["forwarded"]), + ("fowarding", &["forwarding"]), + ("fowards", &["forwards"]), + ("fpr", &["for", "far", "fps"]), + ("fprmat", &["format"]), + ("fracional", &["fractional"]), + ("fragement", &["fragment"]), + ("fragementation", &["fragmentation"]), + ("fragements", &["fragments"]), + ("fragmant", &["fragment"]), + ("fragmantation", &["fragmentation"]), + ("fragmants", &["fragments"]), + ("fragmenet", &["fragment"]), + ("fragmenetd", &["fragmented"]), + ("fragmeneted", &["fragmented"]), + ("fragmeneting", &["fragmenting"]), + ("fragmenets", &["fragments"]), + ("fragmnet", &["fragment"]), + ("frambuffer", &["framebuffer"]), + ("framebufer", &["framebuffer"]), + ("framei", &["frame"]), + ("frametyp", &["frametype"]), + ("frameworkk", &["framework"]), + ("framlayout", &["framelayout"]), + ("framming", &["framing"]), + ("framwework", &["framework"]), + ("framwork", &["framework"]), + ("framworks", &["frameworks"]), + ("frane", &["frame"]), + ("frankin", &["franklin"]), + ("Fransiscan", &["Franciscan"]), + ("Fransiscans", &["Franciscans"]), + ("franzise", &["franchise"]), + ("frecuencies", &["frequencies"]), + ("frecuency", &["frequency"]), + ("frecuent", &["frequent"]), + ("frecuented", &["frequented"]), + ("frecuently", &["frequently"]), + ("frecuents", &["frequents"]), + ("freecallrelpy", &["freecallreply"]), + ("freedon", &["freedom"]), + ("freedons", &["freedoms"]), + ("freee", &["free"]), + ("freeed", &["freed"]), + ("freez", &["frees", "freeze"]), + ("freezs", &["freezes"]), + ("freind", &["friend"]), + ("freindly", &["friendly"]), + ("freqencies", &["frequencies"]), + ("freqency", &["frequency"]), + ("freqeuncy", &["frequency"]), + ("frequancies", &["frequencies"]), + ("frequancy", &["frequency"]), + ("frequant", &["frequent"]), + ("frequantly", &["frequently"]), + ("frequences", &["frequencies"]), + ("frequencey", &["frequency"]), + ("frequenct", &["frequency", "frequent"]), + ("frequenies", &["frequencies"]), + ("frequentily", &["frequently"]), + ("frequeny", &["frequency", "frequently", "frequent"]), + ("frequncies", &["frequencies"]), + ("frequncy", &["frequency"]), + ("freze", &["freeze"]), + ("frezes", &["freezes"]), + ("frgament", &["fragment"]), + ("fricton", &["friction"]), + ("frimware", &["firmware"]), + ("frist", &["first"]), + ("frmat", &["format"]), + ("frmo", &["from"]), + ("froce", &["force"]), + ("frok", &["from"]), + ("fromal", &["formal"]), + ("fromat", &["format"]), + ("frome", &["from"]), + ("fromed", &["formed"]), + ("froms", &["forms"]), + ("fromthe", &["from the"]), + ("fron", &["from"]), + ("fronend", &["frontend"]), + ("fronends", &["frontends"]), + ("froniter", &["frontier"]), + ("frontent", &["frontend"]), + ("frontents", &["frontends"]), + ("frop", &["drop"]), + ("fropm", &["from"]), + ("frops", &["drops"]), + ("frozee", &["frozen"]), + ("fschk", &["fsck"]), + ("ftrunacate", &["ftruncate"]), + ("fualt", &["fault"]), + ("fualts", &["faults"]), + ("fucntion", &["function"]), + ("fucntioning", &["functioning"]), + ("fucntions", &["functions"]), + ("fuction", &["function"]), + ("fuctionoid", &["functionoid"]), + ("fuctions", &["functions"]), + ("fufill", &["fulfill"]), + ("fufilled", &["fulfilled"]), + ("fugure", &["figure"]), + ("fugured", &["figured"]), + ("fugures", &["figures"]), + ("fule", &["file"]), + ("fulfiled", &["fulfilled"]), + ("fullfil", &["fulfil", "fulfill"]), + ("fullfiled", &["fulfilled"]), + ("fullfiling", &["fulfilling"]), + ("fullfill", &["fulfill", "fulfil"]), + ("fullfilled", &["fulfilled"]), + ("fullfilling", &["fulfilling"]), + ("fullfills", &["fulfills"]), + ("fullfils", &["fulfils", "fulfills"]), + ("fullill", &["fulfil", "fulfill"]), + ("fullly", &["fully"]), + ("fulsh", &["flush"]), + ("funcation", &["function"]), + ("funchtion", &["function"]), + ("funchtional", &["functional"]), + ("funchtioned", &["functioned"]), + ("funchtioning", &["functioning"]), + ("funchtionn", &["function"]), + ("funchtionnal", &["functional"]), + ("funchtionned", &["functioned"]), + ("funchtionning", &["functioning"]), + ("funchtionns", &["functions"]), + ("funchtions", &["functions"]), + ("funcion", &["function"]), + ("funcions", &["functions"]), + ("funciton", &["function"]), + ("funcitonal", &["functional"]), + ("funcitonality", &["functionality"]), + ("funcitoned", &["functioned"]), + ("funcitoning", &["functioning"]), + ("funcitons", &["functions"]), + ("functin", &["function"]), + ("functinality", &["functionality"]), + ("functino", &["function"]), + ("functins", &["functions"]), + ("functionability", &["functionality"]), + ("functionable", &["functional", "functioning"]), + ("functionailty", &["functionality"]), + ("functionallity", &["functionality"]), + ("functionaltiy", &["functionality"]), + ("functionalty", &["functionality"]), + ("functionaly", &["functionally"]), + ("functionnal", &["functional"]), + ("functionnalities", &["functionalities"]), + ("functionnality", &["functionality"]), + ("functionnaly", &["functionally"]), + ("functionning", &["functioning"]), + ("functionon", &["function"]), + ("functionss", &["functions"]), + ("functios", &["functions"]), + ("functiosn", &["functions"]), + ("functon", &["function"]), + ("functonal", &["functional"]), + ("functonality", &["functionality"]), + ("functoning", &["functioning"]), + ("functons", &["functions"]), + ("functtion", &["function"]), + ("funczion", &["function"]), + ("fundametal", &["fundamental"]), + ("fundametals", &["fundamentals"]), + ("fundation", &["foundation"]), + ("fundemantal", &["fundamental"]), + ("fundemental", &["fundamental"]), + ("fundementally", &["fundamentally"]), + ("fundementals", &["fundamentals"]), + ("funguses", &["fungi"]), + ("funktion", &["function"]), + ("funnnily", &["funnily"]), + ("funtion", &["function"]), + ("funtional", &["functional"]), + ("funtionalities", &["functionalities"]), + ("funtionality", &["functionality"]), + ("funtionallity", &["functionality"]), + ("funtionally", &["functionally"]), + ("funtionalty", &["functionality"]), + ("funtioning", &["functioning"]), + ("funtions", &["functions"]), + ("furether", &["further"]), + ("furethermore", &["furthermore"]), + ("furethest", &["furthest"]), + ("furfill", &["fulfill"]), + ("furher", &["further"]), + ("furhermore", &["furthermore"]), + ("furhest", &["furthest"]), + ("furhter", &["further"]), + ("furhtermore", &["furthermore"]), + ("furhtest", &["furthest"]), + ("furmalae", &["formulae"]), + ("furmula", &["formula"]), + ("furmulae", &["formulae"]), + ("furneture", &["furniture"]), + ("furser", &["further"]), + ("fursermore", &["furthermore"]), + ("fursest", &["first", "furthest"]), + ("furst", &["first"]), + ("fursther", &["further"]), + ("fursthermore", &["furthermore"]), + ("fursthest", &["furthest"]), + ("furter", &["further"]), + ("furthemore", &["furthermore"]), + ("furthermor", &["furthermore"]), + ("furthur", &["further"]), + ("furture", &["future"]), + ("furure", &["future"]), + ("furute", &["fruit", "future"]), + ("furuther", &["further"]), + ("furutre", &["future"]), + ("furzzer", &["fuzzer"]), + ("fuschia", &["fuchsia"]), + ("fushed", &["flushed"]), + ("fushing", &["flushing"]), + ("futer", &["further"]), + ("futher", &["further"]), + ("futherize", &["further"]), + ("futhermore", &["furthermore"]), + ("futhroc", &["futhark", "futhorc"]), + ("futrue", &["future"]), + ("futrure", &["future"]), + ("futture", &["future"]), + ("fwe", &["few"]), + ("fwirte", &["fwrite"]), + ("fxed", &["fixed"]), + ("fysical", &["physical"]), + ("fysisist", &["physicist"]), + ("fysisit", &["physicist"]), + ("gabage", &["garbage"]), + ("gadged", &["gadget", "gauged"]), + ("galatic", &["galactic"]), + ("Galations", &["Galatians"]), + ("gallaries", &["galleries"]), + ("gallary", &["gallery"]), + ("gallaxies", &["galaxies"]), + ("galvinized", &["galvanized"]), + ("Gameboy", &["Game Boy"]), + ("ganbia", &["gambia"]), + ("ganerate", &["generate"]), + ("ganes", &["games"]), + ("ganster", &["gangster"]), + ("garabge", &["garbage"]), + ("garantee", &["guarantee"]), + ("garanteed", &["guaranteed"]), + ("garantees", &["guarantees"]), + ("garantied", &["guaranteed"]), + ("garanty", &["guarantee"]), + ("garbadge", &["garbage"]), + ("garbage-dollected", &["garbage-collected"]), + ("garbagge", &["garbage"]), + ("garbarge", &["garbage"]), + ("gard", &["guard"]), + ("gardai", &["gardaí"]), + ("garentee", &["guarantee"]), + ("gargage", &["garbage", "garage"]), + ("garnison", &["garrison"]), + ("garuantee", &["guarantee"]), + ("garuanteed", &["guaranteed"]), + ("garuantees", &["guarantees"]), + ("garuantied", &["guaranteed"]), + ("gatable", &["gateable"]), + ("gateing", &["gating"]), + ("gatway", &["gateway"]), + ("gauage", &["gauge"]), + ("gauarana", &["guaraná"]), + ("gauarantee", &["guarantee"]), + ("gauaranteed", &["guaranteed"]), + ("gauarentee", &["guarantee"]), + ("gauarenteed", &["guaranteed"]), + ("gaurantee", &["guarantee"]), + ("gauranteed", &["guaranteed"]), + ("gauranteeing", &["guaranteeing"]), + ("gaurantees", &["guarantees"]), + ("gaurd", &["guard", "gourd"]), + ("gaurentee", &["guarantee"]), + ("gaurenteed", &["guaranteed"]), + ("gaurentees", &["guarantees"]), + ("gaus\'", &["Gauss\'"]), + ("gaus\'s", &["Gauss\'"]), + ("gaus", &["Gauss", "gauze"]), + ("gausian", &["Gaussian"]), + ("geenrate", &["generate"]), + ("geenrated", &["generated"]), + ("geenrates", &["generates"]), + ("geenration", &["generation"]), + ("geenrational", &["generational"]), + ("geeoteen", &["guillotine"]), + ("geeral", &["general"]), + ("gemetrical", &["geometrical"]), + ("gemetry", &["geometry"]), + ("gemoetry", &["geometry"]), + ("genarate", &["generate"]), + ("genarated", &["generated"]), + ("genarating", &["generating"]), + ("genaration", &["generation"]), + ("genearal", &["general"]), + ("genearally", &["generally"]), + ("genearted", &["generated"]), + ("geneate", &["generate"]), + ("geneated", &["generated"]), + ("geneates", &["generates"]), + ("geneating", &["generating"]), + ("geneation", &["generation"]), + ("geneic", &["generic", "genetic"]), + ("geneological", &["genealogical"]), + ("geneologies", &["genealogies"]), + ("geneology", &["genealogy"]), + ("generaates", &["generates"]), + ("generall", &["generally", "general"]), + ("generaly", &["generally"]), + ("generalyl", &["generally"]), + ("generalyse", &["generalise"]), + ("generat", &["generate", "general"]), + ("generater", &["generator"]), + ("generaters", &["generators"]), + ("generatig", &["generating"]), + ("generatng", &["generating"]), + ("generaton", &["generation", "generator"]), + ("generatting", &["generating"]), + ("genereate", &["generate"]), + ("genereated", &["generated"]), + ("genereates", &["generates"]), + ("genereating", &["generating"]), + ("genered", &["generated"]), + ("genereic", &["generic"]), + ("generell", &["general"]), + ("generelly", &["generally"]), + ("genererate", &["generate"]), + ("genererated", &["generated"]), + ("genererater", &["generator"]), + ("genererating", &["generating"]), + ("genereration", &["generation"]), + ("genereted", &["generated"]), + ("generilise", &["generalise"]), + ("generilised", &["generalised"]), + ("generilises", &["generalises"]), + ("generilize", &["generalize"]), + ("generilized", &["generalized"]), + ("generilizes", &["generalizes"]), + ("generiously", &["generously"]), + ("generted", &["generated"]), + ("generting", &["generating"]), + ("genertion", &["generation"]), + ("genertor", &["generator"]), + ("genertors", &["generators"]), + ("genialia", &["genitalia"]), + ("genral", &["general"]), + ("genralisation", &["generalisation"]), + ("genralisations", &["generalisations"]), + ("genralise", &["generalise"]), + ("genralised", &["generalised"]), + ("genralises", &["generalises"]), + ("genralization", &["generalization"]), + ("genralizations", &["generalizations"]), + ("genralize", &["generalize"]), + ("genralized", &["generalized"]), + ("genralizes", &["generalizes"]), + ("genrally", &["generally"]), + ("genrals", &["generals"]), + ("genrate", &["generate"]), + ("genrated", &["generated"]), + ("genrates", &["generates"]), + ("genratet", &["generated"]), + ("genrating", &["generating"]), + ("genration", &["generation"]), + ("genrations", &["generations"]), + ("genrator", &["generator"]), + ("genrators", &["generators"]), + ("genreate", &["generate"]), + ("genreated", &["generated"]), + ("genreates", &["generates"]), + ("genreating", &["generating"]), + ("genric", &["generic"]), + ("genrics", &["generics"]), + ("gental", &["gentle"]), + ("genuin", &["genuine"]), + ("geocentic", &["geocentric"]), + ("geoemtries", &["geometries"]), + ("geoemtry", &["geometry"]), + ("geogcountry", &["geocountry"]), + ("geographich", &["geographic"]), + ("geographicial", &["geographical"]), + ("geoio", &["geoip"]), + ("geomery", &["geometry"]), + ("geometites", &["geometries"]), + ("geometrc", &["geometric", "geometry"]), + ("geometrician", &["geometer"]), + ("geometricians", &["geometers"]), + ("geometrie", &["geometry"]), + ("geometrys", &["geometries"]), + ("geomety", &["geometry"]), + ("geometyr", &["geometry"]), + ("geomitrically", &["geometrically"]), + ("geomoetric", &["geometric"]), + ("geomoetrically", &["geometrically"]), + ("geomoetry", &["geometry"]), + ("geomtry", &["geometry"]), + ("geomtrys", &["geometries"]), + ("georeferncing", &["georeferencing"]), + ("geraff", &["giraffe"]), + ("geraphics", &["graphics"]), + ("gerat", &["great"]), + ("gereating", &["generating"]), + ("gererate", &["generate"]), + ("gererated", &["generated"]), + ("gerilla", &["guerrilla"]), + ("gernal", &["general", "journal"]), + ("gerneral", &["general"]), + ("gernerally", &["generally"]), + ("gerneraly", &["generally"]), + ("gernerate", &["generate"]), + ("gernerated", &["generated"]), + ("gernerates", &["generates"]), + ("gernerating", &["generating"]), + ("gerneration", &["generation"]), + ("gernerator", &["generator"]), + ("gernerators", &["generators"]), + ("gerneric", &["generic"]), + ("gernerics", &["generics"]), + ("gess", &["guess"]), + ("get\'s", &["gets"]), + ("get;s", &["gets"]), + ("getfastproperyvalue", &["getfastpropertyvalue"]), + ("getimezone", &["gettimezone"]), + ("geting", &["getting"]), + ("getlael", &["getlabel"]), + ("getoe", &["ghetto"]), + ("getoject", &["getobject"]), + ("gettetx", &["gettext"]), + ("gettitem", &["getitem", "get item"]), + ("gettitems", &["getitems", "get items"]), + ("gettter", &["getter"]), + ("gettters", &["getters"]), + ("getttext", &["gettext"]), + ("getttime", &["gettime"]), + ("getttimeofday", &["gettimeofday"]), + ("gettting", &["getting"]), + ("ggogle", &["goggle", "Google"]), + ("ggogled", &["Googled"]), + ("ggogles", &["goggles", "Googles"]), + ("Ghandi", &["Gandhi"]), + ("ghostscritp", &["ghostscript"]), + ("ghraphic", &["graphic"]), + ("gigibit", &["gigabit"]), + ("gilotine", &["guillotine"]), + ("gilty", &["guilty"]), + ("ginee", &["guinea"]), + ("gingam", &["gingham"]), + ("gioen", &["given"]), + ("gir", &["git"]), + ("giser", &["geyser"]), + ("gisers", &["geysers"]), + ("gitar", &["guitar"]), + ("gitars", &["guitars"]), + ("gitatributes", &["gitattributes"]), + ("gived", &["given", "gave"]), + ("giveing", &["giving"]), + ("givem", &["given", "give them", "give \'em"]), + ("givveing", &["giving"]), + ("givven", &["given"]), + ("givving", &["giving"]), + ("glamourous", &["glamorous"]), + ("glight", &["flight"]), + ("gloab", &["globe"]), + ("gloabal", &["global"]), + ("gloabl", &["global"]), + ("globablly", &["globally"]), + ("globbal", &["global"]), + ("globel", &["global"]), + ("glorfied", &["glorified"]), + ("glpyh", &["glyph"]), + ("glpyhs", &["glyphs"]), + ("glyh", &["glyph"]), + ("glyhs", &["glyphs"]), + ("glyped", &["glyphed"]), + ("glyphes", &["glyphs"]), + ("glyping", &["glyphing"]), + ("glyserin", &["glycerin"]), + ("gnawwed", &["gnawed"]), + ("gnerate", &["generate"]), + ("gnorung", &["ignoring"]), + ("gobal", &["global"]), + ("godess", &["goddess"]), + ("godesses", &["goddesses"]), + ("Godounov", &["Godunov"]), + ("goemetries", &["geometries"]), + ("goess", &["goes"]), + ("gogether", &["together"]), + ("gogin", &["going", "Gauguin"]), + ("goign", &["going"]), + ("goin", &["going"]), + ("goind", &["going"]), + ("golbal", &["global"]), + ("golbally", &["globally"]), + ("golbaly", &["globally"]), + ("gonig", &["going"]), + ("gool", &["ghoul"]), + ("gord", &["gourd"]), + ("gormay", &["gourmet"]), + ("gorry", &["gory"]), + ("gost", &["ghost"]), + ("Gothenberg", &["Gothenburg"]), + ("Gottleib", &["Gottlieb"]), + ("gouvener", &["governor"]), + ("govement", &["government"]), + ("govenment", &["government"]), + ("govenor", &["governor"]), + ("govenrment", &["government"]), + ("goverance", &["governance"]), + ("goverment", &["government"]), + ("govermental", &["governmental"]), + ("govermnment", &["government"]), + ("governer", &["governor"]), + ("governmnet", &["government"]), + ("govorment", &["government"]), + ("govormental", &["governmental"]), + ("govornment", &["government"]), + ("grabage", &["garbage"]), + ("grabed", &["grabbed"]), + ("grabing", &["grabbing"]), + ("gracefull", &["graceful"]), + ("gracefuly", &["gracefully"]), + ("gradualy", &["gradually"]), + ("graet", &["great"]), + ("grafics", &["graphics"]), + ("grafitti", &["graffiti"]), + ("grahic", &["graphic"]), + ("grahical", &["graphical"]), + ("grahics", &["graphics"]), + ("grahpical", &["graphical"]), + ("gramar", &["grammar"]), + ("gramatically", &["grammatically"]), + ("grammartical", &["grammatical"]), + ("grammaticaly", &["grammatically"]), + ("grammer", &["grammar"]), + ("grammers", &["grammars"]), + ("granchildren", &["grandchildren"]), + ("granilarity", &["granularity"]), + ("granuality", &["granularity"]), + ("granualtiry", &["granularity"]), + ("granulatiry", &["granularity"]), + ("grapgics", &["graphics"]), + ("graphcis", &["graphics"]), + ("grapic", &["graphic"]), + ("grapical", &["graphical"]), + ("grapics", &["graphics"]), + ("grat", &["great"]), + ("gratefull", &["grateful"]), + ("gratuitious", &["gratuitous"]), + ("grbber", &["grabber"]), + ("greate", &["greater", "create", "grate", "great"]), + ("greated", &["greater", "grated", "graded"]), + ("greatful", &["grateful"]), + ("greatfull", &["grateful", "gratefully"]), + ("greatfully", &["gratefully"]), + ("greather", &["greater"]), + ("greif", &["grief"]), + ("grephic", &["graphic"]), + ("grestest", &["greatest"]), + ("greysacles", &["greyscales"]), + ("gridles", &["griddles"]), + ("grigorian", &["Gregorian"]), + ("grobal", &["global"]), + ("grobally", &["globally"]), + ("grometry", &["geometry"]), + ("grooup", &["group"]), + ("groouped", &["grouped"]), + ("groouping", &["grouping"]), + ("grooups", &["groups"]), + ("grop", &["group", "drop"]), + ("gropu", &["group"]), + ("gropus", &["groups", "gropes"]), + ("groubpy", &["groupby"]), + ("groupd", &["grouped"]), + ("groupes", &["groups", "grouped"]), + ("groupt", &["grouped"]), + ("grranted", &["granted"]), + ("gruop", &["group"]), + ("gruopd", &["grouped"]), + ("gruops", &["groups"]), + ("grwo", &["grow"]), + ("Guaduloupe", &["Guadalupe", "Guadeloupe"]), + ("Guadulupe", &["Guadalupe", "Guadeloupe"]), + ("guage", &["gauge"]), + ("guaranted", &["guaranteed"]), + ("guaranteey", &["guaranty"]), + ("guarantes", &["guarantees"]), + ("guarantie", &["guarantee"]), + ("guarbage", &["garbage"]), + ("guared", &["guard", "guarded"]), + ("guareded", &["guarded"]), + ("guareente", &["guarantee"]), + ("guareented", &["guaranteed"]), + ("guareentee", &["guarantee"]), + ("guareenteed", &["guaranteed"]), + ("guareenteeing", &["guaranteeing"]), + ("guareentees", &["guarantees"]), + ("guareenteing", &["guaranteeing"]), + ("guareentes", &["guarantees"]), + ("guareenty", &["guaranty"]), + ("guarente", &["guarantee"]), + ("guarented", &["guaranteed"]), + ("guarentee", &["guarantee"]), + ("guarenteed", &["guaranteed"]), + ("guarenteede", &["guarantee"]), + ("guarenteeded", &["guaranteed"]), + ("guarenteedeing", &["guaranteeing"]), + ("guarenteedes", &["guarantees"]), + ("guarenteedy", &["guaranty"]), + ("guarenteeing", &["guaranteeing"]), + ("guarenteer", &["guarantee"]), + ("guarenteerd", &["guaranteed"]), + ("guarenteering", &["guaranteeing"]), + ("guarenteers", &["guarantees"]), + ("guarentees", &["guarantees"]), + ("guarenteing", &["guaranteeing"]), + ("guarentes", &["guarantees"]), + ("guarentie", &["guarantee"]), + ("guarentied", &["guaranteed"]), + ("guarentieing", &["guaranteeing"]), + ("guarenties", &["guarantees"]), + ("guarenty", &["guaranty"]), + ("guarentyd", &["guaranteed"]), + ("guarentying", &["guarantee"]), + ("guarentyinging", &["guaranteeing"]), + ("guarentys", &["guarantees"]), + ("guarging", &["guarding"]), + ("guarnante", &["guarantee"]), + ("guarnanted", &["guaranteed"]), + ("guarnantee", &["guarantee"]), + ("guarnanteed", &["guaranteed"]), + ("guarnanteeing", &["guaranteeing"]), + ("guarnantees", &["guarantees"]), + ("guarnanteing", &["guaranteeing"]), + ("guarnantes", &["guarantees"]), + ("guarnanty", &["guaranty"]), + ("guarnate", &["guarantee"]), + ("guarnated", &["guaranteed"]), + ("guarnatee", &["guarantee"]), + ("guarnateed", &["guaranteed"]), + ("guarnateee", &["guarantee"]), + ("guarnateeed", &["guaranteed"]), + ("guarnateeeing", &["guaranteeing"]), + ("guarnateees", &["guarantees"]), + ("guarnateeing", &["guaranteeing"]), + ("guarnatees", &["guarantees"]), + ("guarnateing", &["guaranteeing"]), + ("guarnates", &["guarantees"]), + ("guarnatey", &["guaranty"]), + ("guarnaty", &["guaranty"]), + ("guarnete", &["guarantee"]), + ("guarneted", &["guaranteed"]), + ("guarnetee", &["guarantee"]), + ("guarneteed", &["guaranteed"]), + ("guarneteeing", &["guaranteeing"]), + ("guarnetees", &["guarantees"]), + ("guarneteing", &["guaranteeing"]), + ("guarnetes", &["guarantees"]), + ("guarnety", &["guaranty"]), + ("guarnte", &["guarantee"]), + ("guarnted", &["guaranteed"]), + ("guarntee", &["guarantee"]), + ("guarnteed", &["guaranteed"]), + ("guarnteeing", &["guaranteeing"]), + ("guarntees", &["guarantees"]), + ("guarnteing", &["guaranteeing"]), + ("guarntes", &["guarantees"]), + ("guarnty", &["guaranty"]), + ("guarrante", &["guarantee"]), + ("guarranted", &["guaranteed"]), + ("guarrantee", &["guarantee"]), + ("guarranteed", &["guaranteed"]), + ("guarranteeing", &["guaranteeing"]), + ("guarrantees", &["guarantees"]), + ("guarranteing", &["guaranteeing"]), + ("guarrantes", &["guarantees"]), + ("guarrantie", &["guarantee"]), + ("guarrantied", &["guaranteed"]), + ("guarrantieing", &["guaranteeing"]), + ("guarranties", &["guarantees"]), + ("guarranty", &["guaranty"]), + ("guarrantyd", &["guaranteed"]), + ("guarrantying", &["guaranteeing"]), + ("guarrantys", &["guarantees"]), + ("guarrente", &["guarantee"]), + ("guarrented", &["guaranteed"]), + ("guarrentee", &["guarantee"]), + ("guarrenteed", &["guaranteed"]), + ("guarrenteeing", &["guaranteeing"]), + ("guarrentees", &["guarantees"]), + ("guarrenteing", &["guaranteeing"]), + ("guarrentes", &["guarantees"]), + ("guarrenty", &["guaranty"]), + ("guaruante", &["guarantee"]), + ("guaruanted", &["guaranteed"]), + ("guaruantee", &["guarantee"]), + ("guaruanteed", &["guaranteed"]), + ("guaruanteeing", &["guaranteeing"]), + ("guaruantees", &["guarantees"]), + ("guaruanteing", &["guaranteeing"]), + ("guaruantes", &["guarantees"]), + ("guaruanty", &["guaranty"]), + ("guarunte", &["guarantee"]), + ("guarunted", &["guaranteed"]), + ("guaruntee", &["guarantee"]), + ("guarunteed", &["guaranteed"]), + ("guarunteeing", &["guaranteeing"]), + ("guaruntees", &["guarantees"]), + ("guarunteing", &["guaranteeing"]), + ("guaruntes", &["guarantees"]), + ("guarunty", &["guaranty"]), + ("guas\'", &["Gauss\'"]), + ("guas\'s", &["Gauss\'"]), + ("guas", &["Gauss"]), + ("guass\'", &["Gauss\'"]), + ("guass", &["Gauss"]), + ("guassian", &["Gaussian"]), + ("Guatamala", &["Guatemala"]), + ("Guatamalan", &["Guatemalan"]), + ("gud", &["good"]), + ("gude", &["guide", "good"]), + ("guerrila", &["guerrilla"]), + ("guerrilas", &["guerrillas"]), + ("gueswork", &["guesswork"]), + ("guidence", &["guidance"]), + ("guidline", &["guideline"]), + ("guidlines", &["guidelines"]), + ("Guilia", &["Giulia"]), + ("Guilio", &["Giulio"]), + ("Guiness", &["Guinness"]), + ("Guiseppe", &["Giuseppe"]), + ("gunanine", &["guanine"]), + ("gurantee", &["guarantee"]), + ("guranteed", &["guaranteed"]), + ("guranteeing", &["guaranteeing"]), + ("gurantees", &["guarantees"]), + ("gurrantee", &["guarantee"]), + ("guttaral", &["guttural"]), + ("gutteral", &["guttural"]), + ("gylph", &["glyph"]), + ("gziniflate", &["gzinflate"]), + ("gziped", &["gzipped"]), + ("haa", &["has"]), + ("habaeus", &["habeas"]), + ("habbit", &["habit"]), + ("habeus", &["habeas"]), + ("hability", &["ability"]), + ("Habsbourg", &["Habsburg"]), + ("hace", &["have"]), + ("hach", &["hatch", "hack", "hash"]), + ("hachish", &["hackish"]), + ("haders", &["headers", "shaders", "haters"]), + ("hadling", &["handling"]), + ("hadnler", &["handler"]), + ("haeder", &["header"]), + ("haemorrage", &["haemorrhage"]), + ("haev", &["have", "heave"]), + ("hahve", &["have", "halve", "half"]), + ("halarious", &["hilarious"]), + ("hald", &["held"]), + ("halfs", &["halves"]), + ("Hallowean", &["Hallowe\'en", "Halloween"]), + ("halp", &["help"]), + ("halpoints", &["halfpoints"]), + ("hammmer", &["hammer"]), + ("hampster", &["hamster"]), + ("hande", &["handle", "hand"]), + ("handel", &["handle"]), + ("handeld", &["handled", "handheld"]), + ("handeled", &["handled", "handheld"]), + ("handeler", &["handler"]), + ("handeles", &["handles"]), + ("handeling", &["handling"]), + ("handels", &["handles"]), + ("hander", &["handler"]), + ("handfull", &["handful"]), + ("handhake", &["handshake"]), + ("handleer", &["handler"]), + ("handleing", &["handling"]), + ("handlig", &["handling"]), + ("handlling", &["handling"]), + ("handsake", &["handshake"]), + ("handshacke", &["handshake"]), + ("handshackes", &["handshakes"]), + ("handshacking", &["handshaking"]), + ("handshage", &["handshake"]), + ("handshages", &["handshakes"]), + ("handshaging", &["handshaking"]), + ("handshak", &["handshake"]), + ("handshakng", &["handshaking"]), + ("handshakre", &["handshake"]), + ("handshakres", &["handshakes"]), + ("handshakring", &["handshaking"]), + ("handshaks", &["handshakes"]), + ("handshale", &["handshake"]), + ("handshales", &["handshakes"]), + ("handshaling", &["handshaking"]), + ("handshare", &["handshake"]), + ("handshares", &["handshakes"]), + ("handsharing", &["handshaking"]), + ("handshk", &["handshake"]), + ("handshke", &["handshake"]), + ("handshkes", &["handshakes"]), + ("handshking", &["handshaking"]), + ("handshkng", &["handshaking"]), + ("handshks", &["handshakes"]), + ("handskake", &["handshake"]), + ("handwirting", &["handwriting"]), + ("hanel", &["handle"]), + ("hangig", &["hanging"]), + ("hanlde", &["handle"]), + ("hanlded", &["handled"]), + ("hanlder", &["handler"]), + ("hanlders", &["handlers"]), + ("hanldes", &["handles"]), + ("hanlding", &["handling"]), + ("hanldle", &["handle"]), + ("hanle", &["handle"]), + ("hanled", &["handled"]), + ("hanles", &["handles"]), + ("hanling", &["handling"]), + ("hanshake", &["handshake"]), + ("hanshakes", &["handshakes"]), + ("hansome", &["handsome"]), + ("hapen", &["happen"]), + ("hapend", &["happened"]), + ("hapends", &["happens"]), + ("hapened", &["happened"]), + ("hapening", &["happening"]), + ("hapenn", &["happen"]), + ("hapenned", &["happened"]), + ("hapenning", &["happening"]), + ("hapenns", &["happens"]), + ("hapens", &["happens"]), + ("happaned", &["happened"]), + ("happend", &["happened", "happens", "happen"]), + ("happended", &["happened"]), + ("happenned", &["happened"]), + ("happenning", &["happening"]), + ("happennings", &["happenings"]), + ("happenns", &["happens"]), + ("happing", &["happening", "happen"]), + ("happne", &["happen"]), + ("happnes", &["happens", "happiness"]), + ("happpen", &["happen"]), + ("happpened", &["happened"]), + ("happpening", &["happening"]), + ("happpenings", &["happenings"]), + ("happpens", &["happens"]), + ("harased", &["harassed"]), + ("harases", &["harasses"]), + ("harasment", &["harassment"]), + ("harasments", &["harassments"]), + ("harassement", &["harassment"]), + ("harcode", &["hardcode", "charcode"]), + ("harcoded", &["hardcoded"]), + ("harcodes", &["hardcodes", "charcodes"]), + ("harcoding", &["hardcoding"]), + ("hard-wirted", &["hard-wired"]), + ("hardare", &["hardware"]), + ("hardocde", &["hardcode"]), + ("hardward", &["hardware"]), + ("hardwdare", &["hardware"]), + ("hardwirted", &["hardwired"]), + ("harge", &["charge"]), + ("harras", &["harass"]), + ("harrased", &["harassed"]), + ("harrases", &["harasses"]), + ("harrasing", &["harassing"]), + ("harrasment", &["harassment"]), + ("harrasments", &["harassments"]), + ("harrass", &["harass"]), + ("harrassed", &["harassed"]), + ("harrasses", &["harassed"]), + ("harrassing", &["harassing"]), + ("harrassment", &["harassment"]), + ("harrassments", &["harassments"]), + ("harth", &["hearth"]), + ("harware", &["hardware"]), + ("harwdare", &["hardware"]), + ("has\'nt", &["hasn\'t"]), + ("hases", &["hashes"]), + ("hashi", &["hash"]), + ("hashreference", &["hash reference"]), + ("hashs", &["hashes"]), + ("hashses", &["hashes"]), + ("hask", &["hash"]), + ("hasn;t", &["hasn\'t"]), + ("hasnt\'", &["hasn\'t"]), + ("hasnt", &["hasn\'t"]), + ("hass", &["hash"]), + ("Hatian", &["Haitian"]), + ("hauty", &["haughty"]), + ("hav", &["have", "half"]), + ("hava", &["have", "have a"]), + ("have\'nt", &["haven\'t"]), + ("havea", &["have", "have a"]), + ("havee", &["have", "have a"]), + ("haveing", &["having"]), + ("haven;t", &["haven\'t"]), + ("havent\'", &["haven\'t"]), + ("havent\'t", &["haven\'t"]), + ("havent", &["haven\'t"]), + ("havew", &["have"]), + ("haviest", &["heaviest"]), + ("havn\'t", &["haven\'t"]), + ("havnt", &["haven\'t"]), + ("haynus", &["heinous"]), + ("hazzle", &["hassle"]), + ("hda", &["had"]), + ("headle", &["handle"]), + ("headong", &["heading"]), + ("headquarer", &["headquarter"]), + ("headquater", &["headquarter"]), + ("headquatered", &["headquartered"]), + ("headquaters", &["headquarters"]), + ("headrom", &["headroom", "bedroom"]), + ("heaer", &["header"]), + ("healthercare", &["healthcare"]), + ("heared", &["heard", "header"]), + ("heathy", &["healthy"]), + ("hefer", &["heifer"]), + ("Heidelburg", &["Heidelberg"]), + ("heigest", &["highest"]), + ("heigh", &["height", "high"]), + ("heigher", &["higher"]), + ("heighest", &["highest"]), + ("heighit", &["height"]), + ("heighteen", &["eighteen"]), + ("heigt", &["height"]), + ("heigth", &["height"]), + ("heirachies", &["hierarchies"]), + ("heirachy", &["hierarchy"]), + ("heirarchic", &["hierarchic"]), + ("heirarchical", &["hierarchical"]), + ("heirarchically", &["hierarchically"]), + ("heirarchies", &["hierarchies"]), + ("heirarchy", &["hierarchy"]), + ("heiroglyphics", &["hieroglyphics"]), + ("hel", &["help", "hell", "heal"]), + ("helerps", &["helpers"]), + ("hellow", &["hello"]), + ("helment", &["helmet"]), + ("heloer", &["helper"]), + ("heloers", &["helpers"]), + ("helpe", &["helper"]), + ("helpfull", &["helpful"]), + ("helpfuly", &["helpfully"]), + ("helpped", &["helped"]), + ("hemishpere", &["hemisphere"]), + ("hemishperes", &["hemispheres"]), + ("hemmorhage", &["hemorrhage"]), + ("hemorage", &["haemorrhage"]), + ("henc", &["hence"]), + ("henderence", &["hindrance"]), + ("hendler", &["handler"]), + ("hepler", &["helper"]), + ("herad", &["heard", "Hera"]), + ("herat", &["heart"]), + ("heree", &["here"]), + ("heridity", &["heredity"]), + ("heroe", &["hero"]), + ("heros", &["heroes"]), + ("herselv", &["herself"]), + ("hertiage", &["heritage"]), + ("hertically", &["hectically"]), + ("hertzs", &["hertz"]), + ("hesiate", &["hesitate"]), + ("hesistant", &["hesitant"]), + ("hestiate", &["hesitate"]), + ("hetrogeneous", &["heterogeneous"]), + ("hetrogenous", &["heterogenous", "heterogeneous"]), + ("heuristc", &["heuristic"]), + ("heuristcs", &["heuristics"]), + ("heursitics", &["heuristics"]), + ("hevy", &["heavy"]), + ("hexademical", &["hexadecimal"]), + ("hexdecimal", &["hexadecimal"]), + ("hexidecimal", &["hexadecimal"]), + ("hge", &["he"]), + ("hiarchical", &["hierarchical"]), + ("hiarchy", &["hierarchy"]), + ("hiddden", &["hidden"]), + ("hidded", &["hidden"]), + ("hiddin", &["hidden", "hiding"]), + ("hidding", &["hiding", "hidden"]), + ("hiden", &["hidden"]), + ("hiearchies", &["hierarchies"]), + ("hiearchy", &["hierarchy"]), + ("hieght", &["height"]), + ("hiena", &["hyena"]), + ("hierachical", &["hierarchical"]), + ("hierachies", &["hierarchies"]), + ("hierachy", &["hierarchy"]), + ("hierarachical", &["hierarchical"]), + ("hierarachy", &["hierarchy"]), + ("hierarchie", &["hierarchy"]), + ("hierarcical", &["hierarchical"]), + ("hierarcy", &["hierarchy"]), + ("hierarhcical", &["hierarchical"]), + ("hierarhcically", &["hierarchically"]), + ("hierarhcies", &["hierarchies"]), + ("hierarhcy", &["hierarchy"]), + ("hierchy", &["hierarchy"]), + ("hieroglph", &["hieroglyph"]), + ("hieroglphs", &["hieroglyphs"]), + ("hietus", &["hiatus"]), + ("higeine", &["hygiene"]), + ("higer", &["higher"]), + ("higest", &["highest"]), + ("high-affort", &["high-effort"]), + ("highe", &["high", "higher", "highs"]), + ("highes", &["highest", "highs"]), + ("highjack", &["hijack"]), + ("highlighing", &["highlighting"]), + ("highlightning", &["highlighting"]), + ("highligjt", &["highlight"]), + ("highligjted", &["highlighted"]), + ("highligjtes", &["highlights"]), + ("highligjting", &["highlighting"]), + ("highligjts", &["highlights"]), + ("highligt", &["highlight"]), + ("highligted", &["highlighted"]), + ("highligting", &["highlighting"]), + ("highligts", &["highlights"]), + ("hight", &["height", "high"]), + ("highter", &["higher"]), + ("hightest", &["highest"]), + ("hightlight", &["highlight"]), + ("hightlighted", &["highlighted"]), + ("hightlighting", &["highlighting"]), + ("hightlights", &["highlights"]), + ("hights", &["height"]), + ("higlight", &["highlight"]), + ("higlighted", &["highlighted"]), + ("higlighting", &["highlighting"]), + ("higlights", &["highlights"]), + ("higly", &["highly"]), + ("higth", &["height"]), + ("higway", &["highway"]), + ("hilight", &["highlight"]), + ("hilighted", &["highlighted"]), + ("hilighting", &["highlighting"]), + ("hilights", &["highlights"]), + ("hillarious", &["hilarious"]), + ("himselv", &["himself"]), + ("hinderance", &["hindrance"]), + ("hinderence", &["hindrance"]), + ("hindrence", &["hindrance"]), + ("hipopotamus", &["hippopotamus"]), + ("hipotetical", &["hypothetical"]), + ("hirachy", &["hierarchy"]), + ("hirarchies", &["hierarchies"]), + ("hirarchy", &["hierarchy"]), + ("hirarcies", &["hierarchies"]), + ("hirearchy", &["hierarchy"]), + ("hirearcy", &["hierarchy"]), + ("hismelf", &["himself"]), + ("hisory", &["history"]), + ("histgram", &["histogram"]), + ("histocompatability", &["histocompatibility"]), + ("histori", &["history", "historic"]), + ("historicians", &["historians"]), + ("historyan", &["historian"]), + ("historyans", &["historians"]), + ("historycal", &["historical"]), + ("historycally", &["historically"]), + ("historycaly", &["historically"]), + ("histroian", &["historian"]), + ("histroians", &["historians"]), + ("histroic", &["historic"]), + ("histroical", &["historical"]), + ("histroically", &["historically"]), + ("histroicaly", &["historically"]), + ("histroies", &["histories"]), + ("histroy", &["history"]), + ("histry", &["history"]), + ("hitogram", &["histogram"]), + ("hitsingles", &["hit singles"]), + ("hiygeine", &["hygiene"]), + ("hnalder", &["handler"]), + ("hoeks", &["hoax"]), + ("hoever", &["however"]), + ("hokay", &["okay"]), + ("holf", &["hold"]), + ("holliday", &["holiday"]), + ("hollowcost", &["holocaust"]), + ("homapage", &["homepage"]), + ("homegeneous", &["homogeneous"]), + ("homestate", &["home state"]), + ("homogeneize", &["homogenize"]), + ("homogeneized", &["homogenized"]), + ("homogenious", &["homogeneous"]), + ("homogeniously", &["homogeneously"]), + ("homogenity", &["homogeneity"]), + ("homogenius", &["homogeneous"]), + ("homogeniusly", &["homogeneously"]), + ("homogenoues", &["homogeneous"]), + ("homogenous", &["homogeneous"]), + ("homogenously", &["homogeneously"]), + ("honory", &["honorary"]), + ("hoook", &["hook"]), + ("hoooks", &["hooks"]), + ("hootsba", &["chutzpah"]), + ("hopefull", &["hopeful", "hopefully"]), + ("hopefulle", &["hopefully"]), + ("hopefullly", &["hopefully"]), + ("hopefullt", &["hopefully"]), + ("hopefullu", &["hopefully"]), + ("hopefuly", &["hopefully"]), + ("hopeing", &["hoping"]), + ("hopful", &["hopeful"]), + ("hopfull", &["hopeful", "hopefully"]), + ("hopfully", &["hopefully"]), + ("hopmepage", &["homepage"]), + ("hopmepages", &["homepages"]), + ("hoppefully", &["hopefully"]), + ("hopyfully", &["hopefully"]), + ("horicontal", &["horizontal"]), + ("horicontally", &["horizontally"]), + ("horinzontal", &["horizontal"]), + ("horizntal", &["horizontal"]), + ("horizonal", &["horizontal"]), + ("horizontale", &["horizontal"]), + ("horphan", &["orphan"]), + ("horrable", &["horrible"]), + ("horrifing", &["horrifying"]), + ("horyzontally", &["horizontally"]), + ("horziontal", &["horizontal"]), + ("horziontally", &["horizontally"]), + ("horzontal", &["horizontal"]), + ("horzontally", &["horizontally"]), + ("hosited", &["hoisted"]), + ("hospitible", &["hospitable"]), + ("hostanme", &["hostname"]), + ("hostorical", &["historical"]), + ("hostories", &["histories"]), + ("hostory", &["history"]), + ("hostspot", &["hotspot"]), + ("hostspots", &["hotspots"]), + ("hotizontal", &["horizontal"]), + ("hotname", &["hostname"]), + ("hould", &["hold", "should"]), + ("hounour", &["honour"]), + ("houres", &["hours"]), + ("housand", &["thousand"]), + ("houskeeping", &["housekeeping"]), + ("housr", &["hours", "house"]), + ("hovever", &["however"]), + ("hovewer", &["however"]), + ("howerver", &["however"]), + ("howeverm", &["however"]), + ("howver", &["however"]), + ("hradware", &["hardware"]), + ("hradwares", &["hardwares"]), + ("hrlp", &["help"]), + ("hrlped", &["helped"]), + ("hrlper", &["helper"]), + ("hrlpers", &["helpers"]), + ("hrlping", &["helping"]), + ("hrlps", &["helps"]), + ("hrough", &["through"]), + ("hsa", &["has"]), + ("hsell", &["shell"]), + ("hsi", &["his"]), + ("hsitorians", &["historians"]), + ("hsotname", &["hostname"]), + ("hsould\'nt", &["shouldn\'t"]), + ("hsould", &["should"]), + ("hsouldn\'t", &["shouldn\'t"]), + ("hstory", &["history"]), + ("htacccess", &["htaccess"]), + ("hte", &["the"]), + ("hten", &["then", "hen", "the"]), + ("htere", &["there", "here"]), + ("htey", &["they"]), + ("htikn", &["think"]), + ("hting", &["thing"]), + ("htink", &["think"]), + ("htis", &["this"]), + ("htmp", &["html"]), + ("htting", &["hitting"]), + ("hueristic", &["heuristic"]), + ("humber", &["number"]), + ("humer", &["humor", "humour"]), + ("humerous", &["humorous", "humerus"]), + ("huminoid", &["humanoid"]), + ("humoural", &["humoral"]), + ("humurous", &["humorous"]), + ("hunderd", &["hundred"]), + ("hundret", &["hundred", "hundreds"]), + ("hundreths", &["hundredths"]), + ("hundrets", &["hundreds"]), + ("hungs", &["hangs", "hung"]), + ("hunrgy", &["hungry"]), + ("huricane", &["hurricane"]), + ("huristic", &["heuristic"]), + ("hurse", &["hearse", "nurse"]), + ("husban", &["husband"]), + ("hussel", &["hustle", "mussel"]), + ("hvae", &["have"]), + ("hvaing", &["having"]), + ("hve", &["have"]), + ("hvea", &["have", "heave"]), + ("hwihc", &["which"]), + ("hwile", &["while"]), + ("hwole", &["whole"]), + ("hybernate", &["hibernate"]), + ("hydogen", &["hydrogen"]), + ("hydrolic", &["hydraulic"]), + ("hydrolics", &["hydraulics"]), + ("hydropile", &["hydrophile"]), + ("hydropilic", &["hydrophilic"]), + ("hydropobe", &["hydrophobe"]), + ("hydropobic", &["hydrophobic"]), + ("hyerarchy", &["hierarchy"]), + ("hyerlink", &["hyperlink"]), + ("hygeine", &["hygiene"]), + ("hygene", &["hygiene"]), + ("hygenic", &["hygienic"]), + ("hygine", &["hygiene"]), + ("hyjack", &["hijack"]), + ("hyjacking", &["hijacking"]), + ("hypen", &["hyphen"]), + ("hypenate", &["hyphenate"]), + ("hypenated", &["hyphenated"]), + ("hypenates", &["hyphenates"]), + ("hypenating", &["hyphenating"]), + ("hypenation", &["hyphenation"]), + ("hypens", &["hyphens"]), + ("hyperboly", &["hyperbole"]), + ("hypervior", &["hypervisor"]), + ("hypocracy", &["hypocrisy"]), + ("hypocrasy", &["hypocrisy"]), + ("hypocricy", &["hypocrisy"]), + ("hypocrit", &["hypocrite"]), + ("hypocrits", &["hypocrites"]), + ("hyposeses", &["hypotheses"]), + ("hyposesis", &["hypothesis"]), + ("hypoteses", &["hypotheses"]), + ("hypotesis", &["hypothesis"]), + ("hypotethically", &["hypothetically"]), + ("hypter", &["hyper"]), + ("hyptothetical", &["hypothetical"]), + ("hyptothetically", &["hypothetically"]), + ("hypvervisor", &["hypervisor"]), + ("hypvervisors", &["hypervisors"]), + ("hypvisor", &["hypervisor"]), + ("hypvisors", &["hypervisors"]), + ("I\'sd", &["I\'d"]), + ("i;ll", &["I\'ll"]), + ("iamge", &["image"]), + ("ibrary", &["library"]), + ("icesickle", &["icicle"]), + ("icluding", &["including"]), + ("iconclastic", &["iconoclastic"]), + ("iconifie", &["iconify"]), + ("idae", &["idea"]), + ("idaeidae", &["idea"]), + ("idaes", &["ideas"]), + ("idealogies", &["ideologies"]), + ("idealogy", &["ideology"]), + ("idefinite", &["indefinite"]), + ("idelogy", &["ideology"]), + ("idendifier", &["identifier"]), + ("idenfifier", &["identifier"]), + ("idenitify", &["identify"]), + ("identation", &["indentation"]), + ("identcial", &["identical"]), + ("identiable", &["identifiable"]), + ("idential", &["identical"]), + ("identicial", &["identical"]), + ("identidier", &["identifier"]), + ("identifaction", &["identification"]), + ("identifcation", &["identification"]), + ("identifeir", &["identifier"]), + ("identifeirs", &["identifiers"]), + ("identifer", &["identifier"]), + ("identifers", &["identifiers"]), + ("identificable", &["identifiable"]), + ("identifictaion", &["identification"]), + ("identifieer", &["identifier"]), + ("identifing", &["identifying"]), + ("identifyable", &["identifiable"]), + ("identiy", &["identify", "identity"]), + ("identtation", &["indentation"]), + ("identties", &["identities"]), + ("identtifier", &["identifier"]), + ("identty", &["identity"]), + ("ideosyncracies", &["ideosyncrasies"]), + ("ideosyncratic", &["idiosyncratic"]), + ("idesa", &["ideas", "ides"]), + ("idetifies", &["identifies"]), + ("idicate", &["indicate"]), + ("idicated", &["indicated"]), + ("idicates", &["indicates"]), + ("idicating", &["indicating"]), + ("idices", &["indices"]), + ("idiosyncracies", &["idiosyncrasies"]), + ("idiosyncracy", &["idiosyncrasy"]), + ("idividual", &["individual"]), + ("idividually", &["individually"]), + ("idividuals", &["individuals"]), + ("iechart", &["piechart"]), + ("ifself", &["itself"]), + ("ifset", &["if set"]), + ("ignoded", &["ignored"]), + ("ignonre", &["ignore"]), + ("ignora", &["ignore"]), + ("ignord", &["ignored"]), + ("ignoreing", &["ignoring"]), + ("ignorence", &["ignorance"]), + ("ignorgable", &["ignorable"]), + ("ignorgd", &["ignored"]), + ("ignorge", &["ignore"]), + ("ignorged", &["ignored"]), + ("ignorgg", &["ignoring"]), + ("ignorgig", &["ignoring"]), + ("ignorging", &["ignoring"]), + ("ignorgs", &["ignores"]), + ("ignormable", &["ignorable"]), + ("ignormd", &["ignored"]), + ("ignorme", &["ignore"]), + ("ignormed", &["ignored"]), + ("ignormg", &["ignoring"]), + ("ignormig", &["ignoring"]), + ("ignorming", &["ignoring"]), + ("ignorms", &["ignores"]), + ("ignornable", &["ignorable"]), + ("ignornd", &["ignored"]), + ("ignorne", &["ignore"]), + ("ignorned", &["ignored"]), + ("ignorng", &["ignoring"]), + ("ignornig", &["ignoring"]), + ("ignorning", &["ignoring"]), + ("ignorns", &["ignores"]), + ("ignorrable", &["ignorable"]), + ("ignorrd", &["ignored"]), + ("ignorre", &["ignore"]), + ("ignorred", &["ignored"]), + ("ignorrg", &["ignoring"]), + ("ignorrig", &["ignoring"]), + ("ignorring", &["ignoring"]), + ("ignorrs", &["ignores"]), + ("ignors", &["ignores"]), + ("ignortable", &["ignorable"]), + ("ignortd", &["ignored"]), + ("ignorte", &["ignore"]), + ("ignorted", &["ignored"]), + ("ignortg", &["ignoring"]), + ("ignortig", &["ignoring"]), + ("ignorting", &["ignoring"]), + ("ignorts", &["ignores"]), + ("ignory", &["ignore"]), + ("ignroed", &["ignored"]), + ("ignroing", &["ignoring"]), + ("igoned", &["ignored"]), + ("igonorando", &["ignorando"]), + ("igonore", &["ignore"]), + ("igore", &["ignore"]), + ("igored", &["ignored"]), + ("igores", &["ignores"]), + ("igoring", &["ignoring"]), + ("Ihaca", &["Ithaca"]), + ("ihs", &["his"]), + ("iif", &["if"]), + ("iimmune", &["immune"]), + ("iinclude", &["include"]), + ("iland", &["island"]), + ("ileagle", &["illegal"]), + ("ilegal", &["illegal"]), + ("ilegle", &["illegal"]), + ("iligal", &["illegal"]), + ("illegimacy", &["illegitimacy"]), + ("illegitmate", &["illegitimate"]), + ("illess", &["illness"]), + ("illgal", &["illegal"]), + ("illiegal", &["illegal"]), + ("illigal", &["illegal"]), + ("illigitament", &["illegitimate"]), + ("illistrate", &["illustrate"]), + ("illustrasion", &["illustration"]), + ("illution", &["illusion"]), + ("ilness", &["illness"]), + ("ilogical", &["illogical"]), + ("iluminate", &["illuminate"]), + ("iluminated", &["illuminated"]), + ("iluminates", &["illuminates"]), + ("ilumination", &["illumination"]), + ("iluminations", &["illuminations"]), + ("ilustrate", &["illustrate"]), + ("ilustrated", &["illustrated"]), + ("ilustration", &["illustration"]), + ("imagenary", &["imaginary"]), + ("imaghe", &["image"]), + ("imagin", &["imagine"]), + ("imaginery", &["imaginary", "imagery"]), + ("imanent", &["eminent", "imminent"]), + ("imapct", &["impact"]), + ("imapcted", &["impacted"]), + ("imapcting", &["impacting"]), + ("imapcts", &["impacts"]), + ("imapge", &["image"]), + ("imbaress", &["embarrass"]), + ("imbed", &["embed"]), + ("imbedded", &["embedded"]), + ("imbedding", &["embedding"]), + ("imblance", &["imbalance"]), + ("imbrase", &["embrace"]), + ("imcoming", &["incoming"]), + ("imcomming", &["incoming"]), + ("imcompatibility", &["incompatibility"]), + ("imcompatible", &["incompatible"]), + ("imcomplete", &["incomplete"]), + ("imedatly", &["immediately"]), + ("imedialy", &["immediately"]), + ("imediate", &["immediate"]), + ("imediately", &["immediately"]), + ("imediatly", &["immediately"]), + ("imense", &["immense"]), + ("imfamus", &["infamous"]), + ("imgage", &["image"]), + ("imidiately", &["immediately"]), + ("imigrant", &["immigrant", "emigrant"]), + ("imigrate", &["immigrate", "emigrate"]), + ("imigrated", &["immigrated", "emigrated"]), + ("imigration", &["immigration", "emigration"]), + ("imilar", &["similar"]), + ("iminent", &["imminent", "immanent", "eminent"]), + ("imlement", &["implement"]), + ("imlementation", &["implementation"]), + ("imlemented", &["implemented"]), + ("imlementing", &["implementing"]), + ("imlements", &["implements"]), + ("imlicit", &["implicit"]), + ("imlicitly", &["implicitly"]), + ("imliment", &["implement"]), + ("imlimentation", &["implementation"]), + ("imlimented", &["implemented"]), + ("imlimenting", &["implementing"]), + ("imliments", &["implements"]), + ("immadiate", &["immediate"]), + ("immadiately", &["immediately"]), + ("immadiatly", &["immediately"]), + ("immeadiate", &["immediate"]), + ("immeadiately", &["immediately"]), + ("immedaite", &["immediate"]), + ("immedate", &["immediate"]), + ("immedately", &["immediately"]), + ("immedially", &["immediately"]), + ("immedialty", &["immediately"]), + ("immediantely", &["immediately"]), + ("immediated", &["immediate", "immediately"]), + ("immediatelly", &["immediately"]), + ("immediatley", &["immediately"]), + ("immediatlly", &["immediately"]), + ("immediatly", &["immediately"]), + ("immediatlye", &["immediately"]), + ("immeditaly", &["immediately"]), + ("immeditately", &["immediately"]), + ("immeidate", &["immediate"]), + ("immeidately", &["immediately"]), + ("immenantly", &["eminently"]), + ("immidately", &["immediately"]), + ("immidatly", &["immediately"]), + ("immidiate", &["immediate"]), + ("immidiatelly", &["immediately"]), + ("immidiately", &["immediately"]), + ("immidiatly", &["immediately"]), + ("immitate", &["imitate"]), + ("immitated", &["imitated"]), + ("immitating", &["imitating"]), + ("immitator", &["imitator"]), + ("immmediate", &["immediate"]), + ("immmediately", &["immediately"]), + ("immuniy", &["immunity"]), + ("immunosupressant", &["immunosuppressant"]), + ("immutible", &["immutable"]), + ("imolicit", &["implicit"]), + ("imolicitly", &["implicitly"]), + ("imort", &["import"]), + ("imortable", &["importable"]), + ("imorted", &["imported"]), + ("imortes", &["imports"]), + ("imorting", &["importing"]), + ("imorts", &["imports"]), + ("imovable", &["immovable"]), + ("impcat", &["impact"]), + ("impcated", &["impacted"]), + ("impcating", &["impacting"]), + ("impcats", &["impacts"]), + ("impecabbly", &["impeccably"]), + ("impedence", &["impedance"]), + ("impeed", &["impede"]), + ("impelement", &["implement"]), + ("impelementation", &["implementation"]), + ("impelemented", &["implemented"]), + ("impelementing", &["implementing"]), + ("impelements", &["implements"]), + ("impelentation", &["implementation"]), + ("impelment", &["implement"]), + ("impement", &["implement"]), + ("impementaion", &["implementation"]), + ("impementaions", &["implementations"]), + ("impementated", &["implemented"]), + ("impementation", &["implementation"]), + ("impementations", &["implementations"]), + ("impemented", &["implemented"]), + ("impementing", &["implementing"]), + ("impementling", &["implementing"]), + ("impementor", &["implementer"]), + ("impements", &["implements"]), + ("imperiaal", &["imperial"]), + ("imperitive", &["imperative"]), + ("impiled", &["implied"]), + ("implace", &["inplace"]), + ("implament", &["implement"]), + ("implamentation", &["implementation"]), + ("implamented", &["implemented"]), + ("implamenting", &["implementing"]), + ("implaments", &["implements"]), + ("implcit", &["implicit"]), + ("implemantation", &["implementation"]), + ("implemataion", &["implementation"]), + ("implemataions", &["implementations"]), + ("implemememnt", &["implement"]), + ("implemememntation", &["implementation"]), + ("implemement", &["implement"]), + ("implemementation", &["implementation"]), + ("implemementations", &["implementations"]), + ("implememented", &["implemented"]), + ("implemementing", &["implementing"]), + ("implemements", &["implements"]), + ("implememetation", &["implementation"]), + ("implememntation", &["implementation"]), + ("implememt", &["implement"]), + ("implememtation", &["implementation"]), + ("implememtations", &["implementations"]), + ("implememted", &["implemented"]), + ("implememting", &["implementing"]), + ("implememts", &["implements"]), + ("implemen", &["implement"]), + ("implemenatation", &["implementation"]), + ("implemenation", &["implementation"]), + ("implemenationa", &["implementation"]), + ("implemenationd", &["implementation"]), + ("implemenations", &["implementations"]), + ("implemencted", &["implemented"]), + ("implemend", &["implement"]), + ("implemends", &["implements"]), + ("implemened", &["implemented"]), + ("implemenet", &["implement"]), + ("implemenetaion", &["implementation"]), + ("implemenetaions", &["implementations"]), + ("implemenetation", &["implementation"]), + ("implemenetations", &["implementations"]), + ("implemenetd", &["implemented"]), + ("implemeneted", &["implemented"]), + ("implemeneter", &["implementer"]), + ("implemeneting", &["implementing"]), + ("implemenetions", &["implementations"]), + ("implemenets", &["implements"]), + ("implemenrt", &["implement"]), + ("implementaed", &["implemented"]), + ("implementaion", &["implementation"]), + ("implementaions", &["implementations"]), + ("implementaiton", &["implementation"]), + ("implementaitons", &["implementations"]), + ("implementantions", &["implementations"]), + ("implementastion", &["implementation"]), + ("implementataion", &["implementation"]), + ("implementatation", &["implementation"]), + ("implementated", &["implemented"]), + ("implementates", &["implements"]), + ("implementatin", &["implementation", "implementing"]), + ("implementating", &["implementing"]), + ("implementatins", &["implementations"]), + ("implementation-spacific", &["implementation-specific"]), + ("implementatition", &["implementation"]), + ("implementatoin", &["implementation"]), + ("implementatoins", &["implementations"]), + ("implementatoion", &["implementation"]), + ("implementaton", &["implementation"]), + ("implementator", &["implementer"]), + ("implementators", &["implementers"]), + ("implementattion", &["implementation"]), + ("implementd", &["implemented"]), + ("implemente", &["implement", "implemented"]), + ("implementes", &["implements"]), + ("implementet", &["implemented"]), + ("implemention", &["implementation"]), + ("implementtaion", &["implementation"]), + ("implemet", &["implement"]), + ("implemetation", &["implementation"]), + ("implemetations", &["implementations"]), + ("implemeted", &["implemented"]), + ("implemeting", &["implementing"]), + ("implemetnation", &["implementation"]), + ("implemets", &["implements"]), + ("implemnt", &["implement"]), + ("implemntation", &["implementation"]), + ("implemntations", &["implementations"]), + ("implemtation", &["implementation"]), + ("implemtentation", &["implementation"]), + ("impleneted", &["implemented"]), + ("implenment", &["implement"]), + ("implenmentation", &["implementation"]), + ("implent", &["implement"]), + ("implentation", &["implementation"]), + ("implentations", &["implementations"]), + ("implented", &["implemented"]), + ("implenting", &["implementing"]), + ("implentors", &["implementers"]), + ("implents", &["implements"]), + ("impletment", &["implement"]), + ("implicite", &["implicit", "implicitly"]), + ("implicitely", &["implicitly"]), + ("implicitley", &["implicitly"]), + ("implict", &["implicit"]), + ("implictly", &["implicitly"]), + ("impliment", &["implement"]), + ("implimentation", &["implementation"]), + ("implimentation-spacific", &["implementation-specific"]), + ("implimentations", &["implementations"]), + ("implimented", &["implemented"]), + ("implimenting", &["implementing"]), + ("implimention", &["implementation"]), + ("implimentions", &["implementations"]), + ("implimentor", &["implementor"]), + ("impliments", &["implements"]), + ("implmenet", &["implement"]), + ("implmenetaion", &["implementation"]), + ("implmenetaions", &["implementations"]), + ("implmenetation", &["implementation"]), + ("implmenetations", &["implementations"]), + ("implmenetd", &["implemented"]), + ("implmeneted", &["implemented"]), + ("implmeneter", &["implementer"]), + ("implmeneting", &["implementing"]), + ("implmenets", &["implements"]), + ("implment", &["implement"]), + ("implmentation", &["implementation"]), + ("implmentations", &["implementations"]), + ("implmented", &["implemented"]), + ("implmenting", &["implementing"]), + ("implments", &["implements"]), + ("imploys", &["employs"]), + ("imporing", &["importing"]), + ("imporove", &["improve"]), + ("imporoved", &["improved"]), + ("imporovement", &["improvement"]), + ("imporovements", &["improvements"]), + ("imporoves", &["improves"]), + ("imporoving", &["improving"]), + ("importamt", &["important"]), + ("importat", &["important"]), + ("importd", &["imported"]), + ("importent", &["important"]), + ("importnt", &["important"]), + ("imporv", &["improve", "improv"]), + ("imporve", &["improve"]), + ("imporved", &["improved"]), + ("imporvement", &["improvement"]), + ("imporvements", &["improvements"]), + ("imporves", &["improves"]), + ("imporving", &["improving"]), + ("imporvment", &["improvement"]), + ("imposible", &["impossible"]), + ("impossiblble", &["impossible"]), + ("impot", &["import"]), + ("impotr", &["import", "importer"]), + ("impotrt", &["import", "imported", "importer"]), + ("impove", &["improve"]), + ("impoved", &["improved"]), + ("impovement", &["improvement"]), + ("impovements", &["improvements"]), + ("impoves", &["improves"]), + ("impoving", &["improving"]), + ("impplement", &["implement"]), + ("impplementating", &["implementing"]), + ("impplementation", &["implementation"]), + ("impplemented", &["implemented"]), + ("impremented", &["implemented"]), + ("impres", &["impress"]), + ("impresive", &["impressive"]), + ("impressario", &["impresario"]), + ("imprioned", &["imprisoned"]), + ("imprisonned", &["imprisoned"]), + ("improbe", &["improve"]), + ("improbement", &["improvement"]), + ("improbements", &["improvements"]), + ("improbes", &["improves"]), + ("improbing", &["improving"]), + ("improbment", &["improvement"]), + ("improbments", &["improvements"]), + ("improof", &["improve"]), + ("improofement", &["improvement"]), + ("improofing", &["improving"]), + ("improofment", &["improvement"]), + ("improofs", &["improves"]), + ("improove", &["improve"]), + ("improoved", &["improved"]), + ("improovement", &["improvement"]), + ("improovements", &["improvements"]), + ("improoves", &["improves"]), + ("improoving", &["improving"]), + ("improovment", &["improvement"]), + ("improovments", &["improvements"]), + ("impropely", &["improperly"]), + ("improtant", &["important"]), + ("improvemen", &["improvement"]), + ("improvemenet", &["improvement"]), + ("improvemenets", &["improvements"]), + ("improvemens", &["improvements"]), + ("improvision", &["improvisation"]), + ("improvmenet", &["improvement"]), + ("improvmenets", &["improvements"]), + ("improvment", &["improvement"]), + ("improvments", &["improvements"]), + ("imput", &["input"]), + ("imrovement", &["improvement"]), + ("in-memeory", &["in-memory"]), + ("inablility", &["inability"]), + ("inacccessible", &["inaccessible"]), + ("inaccesible", &["inaccessible"]), + ("inaccessable", &["inaccessible"]), + ("inaccuraccies", &["inaccuracies"]), + ("inaccuraccy", &["inaccuracy"]), + ("inacurate", &["inaccurate"]), + ("inacurracies", &["inaccuracies"]), + ("inacurrate", &["inaccurate"]), + ("inadiquate", &["inadequate"]), + ("inadquate", &["inadequate"]), + ("inadvertant", &["inadvertent"]), + ("inadvertantly", &["inadvertently"]), + ("inagurated", &["inaugurated"]), + ("inaguration", &["inauguration"]), + ("inaktively", &["inactively"]), + ("inalid", &["invalid"]), + ("inappropiate", &["inappropriate"]), + ("inappropreate", &["inappropriate"]), + ("inate", &["innate"]), + ("inaugures", &["inaugurates"]), + ("inavlid", &["invalid"]), + ("inbalance", &["imbalance"]), + ("inbalanced", &["imbalanced"]), + ("inbed", &["embed"]), + ("inbedded", &["embedded"]), + ("inbetween", &["between", "in between"]), + ("inbility", &["inability"]), + ("incalid", &["invalid"]), + ("incarcirated", &["incarcerated"]), + ("incase", &["in case"]), + ("incatation", &["incantation"]), + ("incatations", &["incantations"]), + ("incative", &["inactive"]), + ("incementally", &["incrementally"]), + ("incerase", &["increase"]), + ("incerased", &["increased"]), + ("incerasing", &["increasing"]), + ("incidentially", &["incidentally"]), + ("incidently", &["incidentally"]), + ("inclding", &["including"]), + ("incldue", &["include"]), + ("incldued", &["included"]), + ("incldues", &["includes"]), + ("inclinaison", &["inclination"]), + ("inclode", &["include"]), + ("inclreased", &["increased"]), + ("includ", &["include"]), + ("includea", &["include"]), + ("includee", &["include"]), + ("includied", &["included"]), + ("includig", &["including"]), + ("includign", &["including"]), + ("includng", &["including"]), + ("inclue", &["include"]), + ("inclued", &["included"]), + ("inclues", &["includes"]), + ("incluging", &["including"]), + ("incluide", &["include"]), + ("incluing", &["including"]), + ("inclused", &["included"]), + ("inclusinve", &["inclusive"]), + ("incmrement", &["increment"]), + ("incoherance", &["incoherence"]), + ("incoherancy", &["incoherency"]), + ("incoherant", &["incoherent"]), + ("incoherantly", &["incoherently"]), + ("incomapatibility", &["incompatibility"]), + ("incomapatible", &["incompatible"]), + ("incomaptible", &["incompatible"]), + ("incombatibilities", &["incompatibilities"]), + ("incombatibility", &["incompatibility"]), + ("incomfort", &["discomfort", "uncomfortable", "in comfort"]), + ("incomfortable", &["uncomfortable"]), + ("incomming", &["incoming"]), + ("incommplete", &["incomplete"]), + ("incompatabable", &["incompatible"]), + ("incompatabiity", &["incompatibility"]), + ("incompatabile", &["incompatible"]), + ("incompatabilities", &["incompatibilities"]), + ("incompatability", &["incompatibility"]), + ("incompatabillity", &["incompatibility"]), + ("incompatabilty", &["incompatibility"]), + ("incompatabily", &["incompatibility"]), + ("incompatable", &["incompatible"]), + ("incompatablie", &["incompatible", "incompatibly"]), + ("incompatablility", &["incompatibility"]), + ("incompatablities", &["incompatibilities"]), + ("incompatablitiy", &["incompatibility"]), + ("incompatablity", &["incompatibility"]), + ("incompatably", &["incompatibly"]), + ("incompataibility", &["incompatibility"]), + ("incompataible", &["incompatible"]), + ("incompataility", &["incompatibility"]), + ("incompatatbility", &["incompatibility"]), + ("incompatatble", &["incompatible"]), + ("incompatatible", &["incompatible"]), + ("incompatbility", &["incompatibility"]), + ("incompatble", &["incompatible"]), + ("incompatiability", &["incompatibility"]), + ("incompatiable", &["incompatible"]), + ("incompatibilies", &["incompatibilities"]), + ("incompatiblities", &["incompatibilities"]), + ("incompatiblity", &["incompatibility"]), + ("incompetance", &["incompetence"]), + ("incompetant", &["incompetent"]), + ("incompete", &["incomplete"]), + ("incompleate", &["incomplete"]), + ("incompleete", &["incomplete"]), + ("incomptable", &["incompatible"]), + ("incomptetent", &["incompetent"]), + ("incomptible", &["incompatible"]), + ("inconcistencies", &["inconsistencies"]), + ("inconcistency", &["inconsistency"]), + ("inconcistent", &["inconsistent"]), + ("inconditional", &["unconditional"]), + ("inconditionally", &["unconditionally"]), + ("inconfort", &["discomfort", "uncomfortable", "in comfort"]), + ("inconfortable", &["uncomfortable"]), + ("inconisistent", &["inconsistent"]), + ("inconsisent", &["inconsistent"]), + ("inconsisently", &["inconsistently"]), + ("inconsisntency", &["inconsistency"]), + ("inconsistancy", &["inconsistency"]), + ("inconsistant", &["inconsistent"]), + ("inconsisten", &["inconsistent"]), + ("inconsistend", &["inconsistent"]), + ("inconsistendly", &["inconsistently"]), + ("inconsistendt", &["inconsistent"]), + ("inconsistendtly", &["inconsistently"]), + ("inconsistenly", &["inconsistently"]), + ("inconsistented", &["inconsistent"]), + ("inconsisteny", &["inconsistency", "inconsistent"]), + ("inconsitant", &["inconsistent"]), + ("inconsitency", &["inconsistency"]), + ("inconsitent", &["inconsistent"]), + ("inconstent", &["inconsistent", "inconstant"]), + ("inconvertable", &["inconvertible"]), + ("inconvienience", &["inconvenience"]), + ("inconvienient", &["inconvenient"]), + ("inconvineance", &["inconvenience"]), + ("inconvineances", &["inconveniences"]), + ("inconvinence", &["inconvenience"]), + ("inconvinences", &["inconveniences"]), + ("inconviniance", &["inconvenience"]), + ("inconviniances", &["inconveniences"]), + ("inconvinience", &["inconvenience"]), + ("inconviniences", &["inconveniences"]), + ("inconviniency", &["inconvenience"]), + ("inconviniencys", &["inconveniences"]), + ("incooperates", &["incorporates"]), + ("incoperate", &["incorporate"]), + ("incoperated", &["incorporated"]), + ("incoperates", &["incorporates"]), + ("incoperating", &["incorporating"]), + ("incoporate", &["incorporate"]), + ("incoporated", &["incorporated"]), + ("incoporates", &["incorporates"]), + ("incoporating", &["incorporating"]), + ("incorect", &["incorrect"]), + ("incorectly", &["incorrectly"]), + ("incoropate", &["incorporate"]), + ("incoropates", &["incorporates"]), + ("incoroporated", &["incorporated"]), + ("incorparates", &["incorporates"]), + ("incorperate", &["incorporate"]), + ("incorperated", &["incorporated"]), + ("incorperates", &["incorporates"]), + ("incorperating", &["incorporating"]), + ("incorperation", &["incorporation"]), + ("incorportaed", &["incorporated"]), + ("incorported", &["incorporated"]), + ("incorprates", &["incorporates"]), + ("incorreclty", &["incorrectly"]), + ("incorrecly", &["incorrectly"]), + ("incorreect", &["incorrect"]), + ("incorreectly", &["incorrectly"]), + ("incorrent", &["incorrect"]), + ("incorret", &["incorrect"]), + ("incorruptable", &["incorruptible"]), + ("incosistent", &["inconsistent"]), + ("incosistente", &["inconsistent"]), + ("incramentally", &["incrementally"]), + ("increadible", &["incredible"]), + ("increading", &["increasing"]), + ("increament", &["increment"]), + ("increas", &["increase"]), + ("incredable", &["incredible"]), + ("incremantal", &["incremental"]), + ("incremeantal", &["incremental"]), + ("incremenet", &["increment"]), + ("incremenetd", &["incremented"]), + ("incremeneted", &["incremented"]), + ("incrementall", &["incremental", "incrementally"]), + ("incremet", &["increment"]), + ("incremetal", &["incremental"]), + ("incremeted", &["incremented"]), + ("incremnet", &["increment"]), + ("increse", &["increase"]), + ("incresed", &["increased"]), + ("increses", &["increases"]), + ("incresing", &["increasing"]), + ("incrfemental", &["incremental"]), + ("incrmenet", &["increment"]), + ("incrmenetd", &["incremented"]), + ("incrmeneted", &["incremented"]), + ("incrment", &["increment"]), + ("incrmental", &["incremental"]), + ("incrmentally", &["incrementally"]), + ("incrmented", &["incremented"]), + ("incrmenting", &["incrementing"]), + ("incrments", &["increments"]), + ("inctance", &["instance"]), + ("inctroduce", &["introduce"]), + ("inctroduced", &["introduced"]), + ("incude", &["include"]), + ("incuded", &["included"]), + ("incudes", &["includes"]), + ("incuding", &["including"]), + ("inculde", &["include"]), + ("inculded", &["included"]), + ("inculdes", &["includes"]), + ("inculding", &["including"]), + ("incunabla", &["incunabula"]), + ("incure", &["incur"]), + ("incurruptable", &["incorruptible"]), + ("incurruptible", &["incorruptible"]), + ("incvalid", &["invalid"]), + ("indcates", &["indicates"]), + ("indciate", &["indicate"]), + ("inddex", &["index"]), + ("indecate", &["indicate"]), + ("indeces", &["indices"]), + ("indecies", &["indices"]), + ("indefinate", &["indefinite"]), + ("indefinately", &["indefinitely"]), + ("indefineable", &["undefinable"]), + ("indefinitiley", &["indefinitely"]), + ("indefinitively", &["indefinitely"]), + ("indefinitly", &["indefinitely"]), + ("indefintly", &["indefinitely"]), + ("indempotent", &["idempotent"]), + ("indendation", &["indentation"]), + ("indended", &["intended", "indented"]), + ("indentaion", &["indentation"]), + ("indentended", &["indented"]), + ("indentical", &["identical"]), + ("indentically", &["identically"]), + ("indentifer", &["identifier"]), + ("indentification", &["identification"]), + ("indentified", &["identified"]), + ("indentifier", &["identifier"]), + ("indentifies", &["identifies"]), + ("indentifing", &["identifying"]), + ("indentify", &["identify"]), + ("indentifying", &["identifying"]), + ("indentit", &["identity"]), + ("indentity", &["identity"]), + ("indenx", &["index"]), + ("indepandance", &["independence"]), + ("indepdence", &["independence"]), + ("indepdencente", &["independence"]), + ("indepdendance", &["independence"]), + ("indepdendant", &["independent"]), + ("indepdendantly", &["independently"]), + ("indepdendence", &["independence"]), + ("indepdendency", &["independency"]), + ("indepdendent", &["independent"]), + ("indepdendently", &["independently"]), + ("indepdendet", &["independent"]), + ("indepdendetly", &["independently"]), + ("indepdenence", &["independence"]), + ("indepdenent", &["independent"]), + ("indepdenently", &["independently"]), + ("indepdent", &["independent"]), + ("indepdented", &["independent"]), + ("indepdentedly", &["independently"]), + ("indepdently", &["independently"]), + ("indepedantly", &["independently"]), + ("indepedence", &["independence"]), + ("indepedent", &["independent"]), + ("independ", &["independent"]), + ("independance", &["independence"]), + ("independant", &["independent"]), + ("independantly", &["independently"]), + ("independece", &["independence"]), + ("independed", &["independent"]), + ("independedly", &["independently"]), + ("independend", &["independent"]), + ("independendet", &["independent"]), + ("independly", &["independently"]), + ("independnent", &["independent"]), + ("independnet", &["independent"]), + ("independnt", &["independent"]), + ("independntly", &["independently"]), + ("independt", &["independent"]), + ("independtly", &["independently"]), + ("indepenendence", &["independence"]), + ("indepenent", &["independent"]), + ("indepenently", &["independently"]), + ("indepent", &["independent"]), + ("indepently", &["independently"]), + ("inderect", &["indirect"]), + ("inderts", &["inserts"]), + ("indes", &["index"]), + ("indespensable", &["indispensable"]), + ("indespensible", &["indispensable"]), + ("indexig", &["indexing"]), + ("indexs", &["indexes", "indices"]), + ("indext", &["index", "indent"]), + ("indiactor", &["indicator"]), + ("indiate", &["indicate"]), + ("indiated", &["indicated"]), + ("indiates", &["indicates"]), + ("indiating", &["indicating"]), + ("indicaite", &["indicate"]), + ("indicat", &["indicate"]), + ("indicateds", &["indicated", "indicates"]), + ("indicatee", &["indicates", "indicated"]), + ("indicats", &["indicates", "indicate"]), + ("indicees", &["indices"]), + ("indiciate", &["indicate"]), + ("indiciated", &["indicated"]), + ("indiciates", &["indicates"]), + ("indiciating", &["indicating"]), + ("indicies", &["indices"]), + ("indicte", &["indicate"]), + ("indictement", &["indictment"]), + ("indictes", &["indicates"]), + ("indictor", &["indicator"]), + ("indide", &["inside"]), + ("indien", &["indian", "endian"]), + ("indiens", &["indians", "endians"]), + ("indigineous", &["indigenous"]), + ("indipendence", &["independence"]), + ("indipendent", &["independent"]), + ("indipendently", &["independently"]), + ("indiquate", &["indicate"]), + ("indiquates", &["indicates"]), + ("indirecty", &["indirectly"]), + ("indispensible", &["indispensable"]), + ("indisputible", &["indisputable"]), + ("indisputibly", &["indisputably"]), + ("indistiguishable", &["indistinguishable"]), + ("indivdual", &["individual"]), + ("indivdually", &["individually"]), + ("indivdualy", &["individually"]), + ("individaul", &["individual"]), + ("individaully", &["individually"]), + ("individauls", &["individuals"]), + ("individauly", &["individually"]), + ("individial", &["individual"]), + ("individualy", &["individually"]), + ("individuel", &["individual"]), + ("individuelly", &["individually"]), + ("individuely", &["individually"]), + ("indiviual", &["individual"]), + ("indiviually", &["individually"]), + ("indiviuals", &["individuals"]), + ("indivual", &["individual"]), + ("indivudual", &["individual"]), + ("indivudually", &["individually"]), + ("indizies", &["indices"]), + ("indpendent", &["independent"]), + ("indpendently", &["independently"]), + ("indulgue", &["indulge"]), + ("indure", &["endure"]), + ("indutrial", &["industrial"]), + ("indvidual", &["individual"]), + ("indviduals", &["individuals"]), + ("indxes", &["indexes"]), + ("inearisation", &["linearisation"]), + ("inefficency", &["inefficiency"]), + ("inefficent", &["inefficient"]), + ("inefficently", &["inefficiently"]), + ("inefficenty", &["inefficiently"]), + ("inefficienty", &["inefficiently"]), + ("inefficieny", &["inefficiency", "inefficiently"]), + ("ineffient", &["inefficient"]), + ("ineffiently", &["inefficiently"]), + ("ineficient", &["inefficient"]), + ("inegrate", &["integrate"]), + ("inegrated", &["integrated"]), + ("ineqality", &["inequality"]), + ("inequalitiy", &["inequality"]), + ("inerface", &["interface"]), + ("inernal", &["internal"]), + ("inerrupt", &["interrupt"]), + ("inershia", &["inertia"]), + ("inershial", &["inertial"]), + ("inertion", &["insertion"]), + ("ines", &["lines"]), + ("inestart", &["linestart"]), + ("inetrrupts", &["interrupts"]), + ("inevatible", &["inevitable"]), + ("inevitible", &["inevitable"]), + ("inevititably", &["inevitably"]), + ("inexistant", &["inexistent"]), + ("inexpect", &["inexpected"]), + ("inexperiance", &["inexperience"]), + ("inexperianced", &["inexperienced"]), + ("inexpierence", &["inexperience"]), + ("inexpierenced", &["inexperienced"]), + ("inexpirience", &["inexperience"]), + ("inexpirienced", &["inexperienced"]), + ("infact", &["in fact"]), + ("infalability", &["infallibility"]), + ("infallable", &["infallible"]), + ("infaltable", &["inflatable", "infallible"]), + ("infalte", &["inflate"]), + ("infalted", &["inflated"]), + ("infaltes", &["inflates"]), + ("infalting", &["inflating"]), + ("infectuous", &["infectious"]), + ("infered", &["inferred"]), + ("inferface", &["interface"]), + ("infering", &["inferring"]), + ("inferrable", &["inferable"]), + ("inferrence", &["inference"]), + ("infex", &["index"]), + ("infilitrate", &["infiltrate"]), + ("infilitrated", &["infiltrated"]), + ("infilitration", &["infiltration"]), + ("infinately", &["infinitely"]), + ("infininte", &["infinite"]), + ("infinit", &["infinite"]), + ("infinitly", &["infinitely"]), + ("infinte", &["infinite"]), + ("infintesimal", &["infinitesimal"]), + ("infinty", &["infinity"]), + ("inflamation", &["inflammation"]), + ("inflatoin", &["inflation"]), + ("inflexable", &["inflexible"]), + ("influece", &["influence"]), + ("influeced", &["influenced"]), + ("influeces", &["influences"]), + ("influecing", &["influencing"]), + ("influencial", &["influential"]), + ("influencin", &["influencing"]), + ("influented", &["influenced"]), + ("infoemation", &["information"]), + ("infomation", &["information"]), + ("infomational", &["informational"]), + ("infomed", &["informed"]), + ("infomer", &["informer"]), + ("infoms", &["informs"]), + ("infor", &["info"]), + ("inforamtion", &["information"]), + ("inforation", &["information"]), + ("inforational", &["informational"]), + ("inforce", &["enforce"]), + ("inforced", &["enforced"]), + ("informaion", &["information"]), + ("informaiton", &["information"]), + ("informatation", &["information"]), + ("informatations", &["information"]), + ("informatikon", &["information"]), + ("informatin", &["information", "informing"]), + ("informatins", &["information"]), + ("informatio", &["information"]), + ("informatiom", &["information"]), + ("informations", &["information"]), + ("informatoin", &["information"]), + ("informatoins", &["information"]), + ("informaton", &["information"]), + ("informfation", &["information"]), + ("informtion", &["information"]), + ("inforrmation", &["information"]), + ("infrantryman", &["infantryman"]), + ("infrasctructure", &["infrastructure"]), + ("infrastruture", &["infrastructure"]), + ("infreqency", &["infrequency"]), + ("infreqentcy", &["infrequency"]), + ("infreqeuncy", &["infrequency"]), + ("infreqeuntcy", &["infrequency"]), + ("infrequancies", &["infrequencies"]), + ("infrequancy", &["infrequency"]), + ("infrequantcies", &["infrequencies"]), + ("infrequantcy", &["infrequency"]), + ("infrequentcies", &["infrequencies"]), + ("infrigement", &["infringement"]), + ("infromation", &["information"]), + ("infromatoin", &["information"]), + ("infrormation", &["information"]), + ("infrustructure", &["infrastructure"]), + ("ingegral", &["integral"]), + ("ingenius", &["ingenious"]), + ("ingnorar", &["ignore", "ignorant"]), + ("ingnore", &["ignore"]), + ("ingnored", &["ignored"]), + ("ingnores", &["ignores"]), + ("ingnoring", &["ignoring"]), + ("ingore", &["ignore"]), + ("ingored", &["ignored"]), + ("ingores", &["ignores"]), + ("ingoring", &["ignoring"]), + ("ingration", &["integration"]), + ("ingreediants", &["ingredients"]), + ("inhabitans", &["inhabitants"]), + ("inherantly", &["inherently"]), + ("inheratance", &["inheritance"]), + ("inheret", &["inherit"]), + ("inherets", &["inherits"]), + ("inheritablility", &["inheritability"]), + ("inheritage", &["heritage", "inheritance"]), + ("inheritence", &["inheritance"]), + ("inherith", &["inherit"]), + ("inherithed", &["inherited"]), + ("inherithing", &["inheriting"]), + ("inheriths", &["inherits"]), + ("inheritted", &["inherited"]), + ("inherrit", &["inherit"]), + ("inherritance", &["inheritance"]), + ("inherrited", &["inherited"]), + ("inherriting", &["inheriting"]), + ("inherrits", &["inherits"]), + ("inhertiance", &["inheritance"]), + ("inhertig", &["inheriting", "inherited"]), + ("inherting", &["inheriting"]), + ("inhomogenous", &["inhomogeneous"]), + ("inialized", &["initialized"]), + ("iniate", &["initiate"]), + ("inidicates", &["indicates"]), + ("inidvidual", &["individual"]), + ("inifinite", &["infinite"]), + ("inifinte", &["infinite"]), + ("inintialization", &["initialization"]), + ("initail", &["initial"]), + ("initailisation", &["initialisation"]), + ("initailise", &["initialise"]), + ("initailised", &["initialised"]), + ("initailiser", &["initialiser"]), + ("initailisers", &["initialisers"]), + ("initailises", &["initialises"]), + ("initailising", &["initialising"]), + ("initailization", &["initialization"]), + ("initailize", &["initialize"]), + ("initailized", &["initialized"]), + ("initailizer", &["initializer"]), + ("initailizers", &["initializers"]), + ("initailizes", &["initializes"]), + ("initailizing", &["initializing"]), + ("initailly", &["initially"]), + ("initails", &["initials"]), + ("initailsation", &["initialisation"]), + ("initailse", &["initialise"]), + ("initailsed", &["initialised"]), + ("initailsiation", &["initialisation"]), + ("initaily", &["initially"]), + ("initailzation", &["initialization"]), + ("initailze", &["initialize"]), + ("initailzed", &["initialized"]), + ("initailziation", &["initialization"]), + ("inital", &["initial"]), + ("initalialization", &["initialization"]), + ("initalisation", &["initialisation"]), + ("initalise", &["initialise"]), + ("initalised", &["initialised"]), + ("initalises", &["initialises"]), + ("initalising", &["initialising"]), + ("initalization", &["initialization"]), + ("initalize", &["initialize"]), + ("initalized", &["initialized"]), + ("initalizer", &["initializer"]), + ("initalizes", &["initializes"]), + ("initalizing", &["initializing"]), + ("initally", &["initially"]), + ("initals", &["initials"]), + ("initate", &["initiate", "imitate"]), + ("initated", &["initiated", "imitated"]), + ("initation", &["initiation"]), + ("initators", &["initiators"]), + ("initiaitive", &["initiative"]), + ( + "initiales", + &[ + "initialize", + "initializes", + "initials", + "initialise", + "initialises", + ], + ), + ("initialialize", &["initialize"]), + ("initialiase", &["initialise", "initialize"]), + ("initialiation", &["initialization"]), + ("initialiazation", &["initialization"]), + ("initialiaze", &["initialize"]), + ("initialiazed", &["initialized"]), + ("initialied", &["initialized"]), + ("initialilzing", &["initializing"]), + ("initialisiert", &["initialised", "initialized"]), + ("initialiting", &["initializing"]), + ("initialitze", &["initialize"]), + ("initialitzing", &["initializing"]), + ("initializaing", &["initializing"]), + ("initializaiton", &["initialization"]), + ("initializatin", &["initialization"]), + ("initializationg", &["initialization"]), + ("initializeing", &["initializing"]), + ("initializiation", &["initialization"]), + ("initializong", &["initializing"]), + ("initializs", &["initialize", "initializes"]), + ("initialse", &["initialise", "initialize"]), + ("initialsed", &["initialised", "initialized"]), + ("initialses", &["initialises", "initializes"]), + ("initialsing", &["initialising"]), + ("initialy", &["initially"]), + ("initialyl", &["initially"]), + ("initialyse", &["initialise", "initialize"]), + ("initialysed", &["initialised", "initialized"]), + ("initialyses", &["initialises", "initializes"]), + ("initialysing", &["initialising", "initializing"]), + ("initialyze", &["initialize"]), + ("initialyzed", &["initialized"]), + ("initialyzes", &["initializes"]), + ("initialyzing", &["initializing"]), + ("initialzation", &["initialization"]), + ("initialze", &["initialize"]), + ("initialzed", &["initialized"]), + ("initialzes", &["initializes"]), + ("initialzing", &["initializing"]), + ("initiialise", &["initialise"]), + ("initiialize", &["initialize"]), + ("initilialised", &["initialised"]), + ("initilialized", &["initialized"]), + ("initiliase", &["initialise", "initialize"]), + ("initiliased", &["initialised", "initialized"]), + ("initiliases", &["initialises", "initializes"]), + ("initiliasing", &["initialising", "initializing"]), + ("initiliaze", &["initialize"]), + ("initiliazed", &["initialized"]), + ("initiliazes", &["initializes"]), + ("initiliazing", &["initializing"]), + ("initilisation", &["initialisation", "initialization"]), + ("initilisations", &["initialisations", "initializations"]), + ("initilise", &["initialise", "initialize"]), + ("initilised", &["initialised", "initialized"]), + ("initilises", &["initialises", "initializes"]), + ("initilising", &["initialising", "initializing"]), + ("initilization", &["initialization"]), + ("initilizations", &["initializations"]), + ("initilize", &["initialize"]), + ("initilized", &["initialized"]), + ("initilizes", &["initializes"]), + ("initilizing", &["initializing"]), + ("inititate", &["initiate"]), + ("inititator", &["initiator"]), + ("initliasation", &["initialisation"]), + ("initliase", &["initialise"]), + ("initliased", &["initialised"]), + ("initliaser", &["initialiser"]), + ("initliazation", &["initialization"]), + ("initliaze", &["initialize"]), + ("initliazed", &["initialized"]), + ("initliazer", &["initializer"]), + ("inituialization", &["initialization"]), + ("inivisible", &["invisible"]), + ("inizialize", &["initialize"]), + ("inizialized", &["initialized"]), + ("inizializes", &["initializes"]), + ("inlalid", &["invalid"]), + ("inlclude", &["include"]), + ("inlcluded", &["included"]), + ("inlcludes", &["includes"]), + ("inlcluding", &["including"]), + ("inlcludion", &["inclusion"]), + ("inlclusive", &["inclusive"]), + ("inlcude", &["include"]), + ("inlcuded", &["included"]), + ("inlcudes", &["includes"]), + ("inlcuding", &["including"]), + ("inlcusion", &["inclusion"]), + ("inlcusive", &["inclusive"]), + ("inlin", &["inline"]), + ("inlude", &["include"]), + ("inluded", &["included"]), + ("inludes", &["includes"]), + ("inluding", &["including"]), + ("inludung", &["including"]), + ("inluence", &["influence"]), + ("inlusive", &["inclusive"]), + ("inmediate", &["immediate"]), + ("inmediatelly", &["immediately"]), + ("inmediately", &["immediately"]), + ("inmediatily", &["immediately"]), + ("inmediatly", &["immediately"]), + ("inmense", &["immense"]), + ("inmigrant", &["immigrant"]), + ("inmigrants", &["immigrants"]), + ("inmmediately", &["immediately"]), + ("inmplementation", &["implementation"]), + ("innactive", &["inactive"]), + ("innacurate", &["inaccurate"]), + ("innacurately", &["inaccurately"]), + ("innappropriate", &["inappropriate"]), + ("inneffectual", &["ineffectual"]), + ("innitialize", &["initialize", "initializes"]), + ("innocous", &["innocuous"]), + ("innoculate", &["inoculate"]), + ("innoculated", &["inoculated"]), + ("innosense", &["innocence"]), + ("inocence", &["innocence"]), + ("inofficial", &["unofficial"]), + ("inofrmation", &["information"]), + ("inoquous", &["innocuous"]), + ("inot", &["into"]), + ("inout", &["input", "in out"]), + ("inouts", &["inputs"]), + ("inpact", &["impact"]), + ("inpacted", &["impacted"]), + ("inpacting", &["impacting"]), + ("inpacts", &["impacts"]), + ("inpeach", &["impeach"]), + ("inpending", &["impending"]), + ("inpenetrable", &["impenetrable"]), + ("inplementation", &["implementation"]), + ("inplementations", &["implementations"]), + ("inplemented", &["implemented"]), + ("inplicit", &["implicit"]), + ("inplicitly", &["implicitly"]), + ("inpolite", &["impolite"]), + ("inport", &["import"]), + ("inportant", &["important"]), + ("inposible", &["impossible"]), + ("inpossible", &["impossible"]), + ("inprisonment", &["imprisonment"]), + ("inproove", &["improve"]), + ("inprooved", &["improved"]), + ("inprooves", &["improves"]), + ("inprooving", &["improving"]), + ("inproovment", &["improvement"]), + ("inproovments", &["improvements"]), + ("inproper", &["improper"]), + ("inproperly", &["improperly"]), + ("inproving", &["improving"]), + ("inpsection", &["inspection"]), + ("inpterpreter", &["interpreter"]), + ("inpu", &["input"]), + ("inpust", &["input", "inputs"]), + ("inputed", &["inputted"]), + ("inputsream", &["inputstream"]), + ("inpuut", &["input"]), + ("inreractive", &["interactive"]), + ("inrerface", &["interface"]), + ("inro", &["into"]), + ("ins\'t", &["isn\'t"]), + ("insallation", &["installation"]), + ("insalled", &["installed"]), + ("insance", &["instance", "insane"]), + ("inscpeting", &["inspecting"]), + ("insctuction", &["instruction"]), + ("insctuctions", &["instructions"]), + ("insde", &["inside"]), + ("insectiverous", &["insectivorous"]), + ("insensative", &["insensitive"]), + ("insensetive", &["insensitive"]), + ("insensistive", &["insensitive"]), + ("insensistively", &["insensitively"]), + ("insensitivy", &["insensitivity"]), + ("insensitve", &["insensitive"]), + ("insenstive", &["insensitive"]), + ("insenstively", &["insensitively"]), + ("insepect", &["inspect"]), + ("insepected", &["inspected"]), + ("insepection", &["inspection"]), + ("insepects", &["inspects"]), + ("insependent", &["independent"]), + ("inseperable", &["inseparable"]), + ("insepsion", &["inception"]), + ("insering", &["inserting"]), + ("insersect", &["intersect"]), + ("insersected", &["intersected"]), + ("insersecting", &["intersecting"]), + ("insersects", &["intersects"]), + ("insertin", &["inserting"]), + ("insertino", &["inserting"]), + ("insesitive", &["insensitive"]), + ("insetad", &["instead"]), + ("inseted", &["inserted"]), + ("insided", &["inside"]), + ("insigt", &["insight"]), + ("insigth", &["insight"]), + ("insigths", &["insights"]), + ("insigts", &["insights"]), + ("insistance", &["insistence"]), + ("insititute", &["institute"]), + ("insitution", &["institution"]), + ("insitutions", &["institutions"]), + ("insonsistency", &["inconsistency"]), + ("inspite", &["in spite", "inspire"]), + ("instabce", &["instance"]), + ("instace", &["instance"]), + ("instaces", &["instances"]), + ("instaciate", &["instantiate"]), + ("instad", &["instead"]), + ("instade", &["instead"]), + ("instaead", &["instead"]), + ("instaed", &["instead"]), + ("instal", &["install"]), + ("instalation", &["installation"]), + ("instalations", &["installations"]), + ("instaled", &["installed"]), + ("instaling", &["installing"]), + ("installaion", &["installation"]), + ("installaiton", &["installation"]), + ("installaitons", &["installations"]), + ("installataion", &["installation"]), + ("installataions", &["installations"]), + ("installatation", &["installation"]), + ("installationa", &["installation"]), + ("installe", &["installer", "installed", "install"]), + ("installes", &["installs"]), + ("installtion", &["installation"]), + ("instancd", &["instance"]), + ("instanciate", &["instantiate"]), + ("instanciated", &["instantiated"]), + ("instanciates", &["instantiates"]), + ("instanciating", &["instantiating"]), + ("instanciation", &["instantiation"]), + ("instanciations", &["instantiations"]), + ("instane", &["instance"]), + ("instanes", &["instances"]), + ("instanseation", &["instantiation"]), + ("instansiate", &["instantiate"]), + ("instansiated", &["instantiated"]), + ("instansiates", &["instantiates"]), + ("instansiation", &["instantiation"]), + ("instantate", &["instantiate"]), + ("instantating", &["instantiating"]), + ("instantation", &["instantiation"]), + ("instantations", &["instantiations"]), + ("instantiaties", &["instantiates"]), + ("instanze", &["instance"]), + ("instatance", &["instance"]), + ("instatiate", &["instantiate"]), + ("insteance", &["instance"]), + ("insted", &["instead"]), + ("insteead", &["instead"]), + ("inster", &["insert"]), + ("insterad", &["instead"]), + ("insterrupts", &["interrupts"]), + ("instersction", &["intersection"]), + ("instert", &["insert"]), + ("insterted", &["inserted"]), + ("instertion", &["insertion"]), + ("institue", &["institute"]), + ("instnace", &["instance"]), + ("instnaces", &["instances"]), + ("instnance", &["instance"]), + ("instnances", &["instances"]), + ("instnat", &["instant"]), + ("instnatiated", &["instantiated"]), + ("instnatiation", &["instantiation"]), + ("instnatiations", &["instantiations"]), + ("instnce", &["instance"]), + ("instnces", &["instances"]), + ("instnsiated", &["instantiated"]), + ("instnsiation", &["instantiation"]), + ("instnsiations", &["instantiations"]), + ("instnt", &["instant"]), + ("instntly", &["instantly"]), + ("instrace", &["instance"]), + ("instralled", &["installed"]), + ("instrction", &["instruction"]), + ("instrcut", &["instruct"]), + ("instrcutino", &["instruction"]), + ("instrcutinos", &["instructions"]), + ("instrcution", &["instruction"]), + ("instrcutions", &["instructions"]), + ("instrcuts", &["instructs"]), + ("instread", &["instead"]), + ("instrinsic", &["intrinsic"]), + ("instruccion", &["instruction"]), + ("instruccions", &["instructions"]), + ("instrucion", &["instruction"]), + ("instruciton", &["instruction"]), + ("instrucitons", &["instructions"]), + ("instrumenet", &["instrument"]), + ("instrumenetation", &["instrumentation"]), + ("instrumenetd", &["instrumented"]), + ("instrumeneted", &["instrumented"]), + ("instrumentaion", &["instrumentation"]), + ("instsallation", &["installation"]), + ("instuction", &["instruction"]), + ("instuments", &["instruments"]), + ("insturment", &["instrument"]), + ("insturments", &["instruments"]), + ("instutionalized", &["institutionalized"]), + ("instutions", &["intuitions"]), + ("insue", &["ensue", "insure"]), + ("insufficent", &["insufficient"]), + ("insuffiency", &["insufficiency"]), + ("insurasnce", &["insurance"]), + ("insurence", &["insurance"]), + ("intaces", &["instance"]), + ("intack", &["intact"]), + ("intall", &["install"]), + ("intance", &["instance", "intense"]), + ("intances", &["instances"]), + ("intantiate", &["instantiate"]), + ("intantiating", &["instantiating"]), + ("inteaction", &["interaction"]), + ("intead", &["instead"]), + ("inted", &["inetd", "intend"]), + ("inteded", &["intended"]), + ("intedned", &["intended"]), + ("inteface", &["interface"]), + ("integarte", &["integrate"]), + ("integarted", &["integrated"]), + ("integartes", &["integrates"]), + ("integeral", &["integral"]), + ("integere", &["integer"]), + ("integreated", &["integrated"]), + ("integrety", &["integrity"]), + ("integrey", &["integrity"]), + ("intelectual", &["intellectual"]), + ("intelegence", &["intelligence"]), + ("intelegent", &["intelligent"]), + ("intelegently", &["intelligently"]), + ("inteligability", &["intelligibility"]), + ("inteligable", &["intelligible"]), + ("inteligance", &["intelligence"]), + ("inteligantly", &["intelligently"]), + ("inteligence", &["intelligence"]), + ("inteligent", &["intelligent"]), + ("intelisense", &["intellisense"]), + ("intelligable", &["intelligible"]), + ("intemediary", &["intermediary"]), + ("intenational", &["international"]), + ("intendet", &["intended"]), + ("inteneded", &["intended"]), + ("intension", &["intention"]), + ("intensional", &["intentional"]), + ("intensionally", &["intentionally"]), + ("intensionaly", &["intentionally"]), + ("intensitive", &["insensitive", "intensive"]), + ("intentation", &["indentation"]), + ("intented", &["intended", "indented"]), + ("intentended", &["intended"]), + ("intentially", &["intentionally"]), + ("intentialy", &["intentionally"]), + ("intentionaly", &["intentionally"]), + ("intepolate", &["interpolate"]), + ("intepolated", &["interpolated"]), + ("intepolates", &["interpolates"]), + ("intepret", &["interpret"]), + ("intepretable", &["interpretable"]), + ("intepretation", &["interpretation"]), + ("intepretations", &["interpretations"]), + ("intepretator", &["interpreter"]), + ("intepretators", &["interpreters"]), + ("intepreted", &["interpreted"]), + ("intepreter", &["interpreter"]), + ("intepreter-based", &["interpreter-based"]), + ("intepreters", &["interpreters"]), + ("intepretes", &["interprets"]), + ("intepreting", &["interpreting"]), + ("intepretor", &["interpreter"]), + ("intepretors", &["interpreters"]), + ("inteprets", &["interprets"]), + ("inter-operability", &["interoperability"]), + ("interace", &["interface"]), + ("interaces", &["interfaces"]), + ("interacive", &["interactive"]), + ("interacively", &["interactively"]), + ("interacsion", &["interaction"]), + ("interacsions", &["interactions"]), + ("interactionn", &["interaction"]), + ("interactionns", &["interactions"]), + ("interactiv", &["interactive"]), + ("interactivly", &["interactively"]), + ("interactuable", &["interactive"]), + ("interafce", &["interface"]), + ("interakt", &["interact"]), + ("interaktion", &["interaction"]), + ("interaktions", &["interactions"]), + ("interaktive", &["interactively"]), + ("interaktively", &["interactively"]), + ("interaktivly", &["interactively"]), + ("interal", &["internal", "interval", "integral"]), + ("interally", &["internally"]), + ("interals", &["internals", "intervals", "integrals"]), + ("interaly", &["internally"]), + ("interanl", &["internal"]), + ("interanlly", &["internally"]), + ("interate", &["iterate"]), + ("interated", &["iterated", "interacted"]), + ("interates", &["iterates", "interacts"]), + ("interating", &["iterating", "interacting"]), + ("interation", &["iteration", "interaction"]), + ("interational", &["international"]), + ("interations", &["iterations", "interactions"]), + ("interative", &["interactive"]), + ("interatively", &["interactively"]), + ("interator", &["iterator"]), + ("interators", &["iterators"]), + ("interbread", &["interbreed", "interbred"]), + ("intercahnge", &["interchange"]), + ("intercahnged", &["interchanged"]), + ("intercation", &["interaction"]), + ("interchage", &["interchange"]), + ("interchangable", &["interchangeable"]), + ("interchangably", &["interchangeably"]), + ("intercollegate", &["intercollegiate"]), + ("intercontinential", &["intercontinental"]), + ("intercontinetal", &["intercontinental"]), + ("interecptor", &["interceptor"]), + ("intered", &["interred", "interned"]), + ("intereested", &["interested"]), + ("intereference", &["interference"]), + ("intereferences", &["interferences"]), + ("interelated", &["interrelated"]), + ("interelaved", &["interleaved"]), + ("interepret", &["interpret"]), + ("interepretation", &["interpretation"]), + ("interepretations", &["interpretations"]), + ("interepreted", &["interpreted"]), + ("interepreting", &["interpreting"]), + ("intereprets", &["interprets"]), + ("interept", &["intercept"]), + ("interesect", &["intersect"]), + ("interesected", &["intersected"]), + ("interesecting", &["intersecting"]), + ("interesection", &["intersection"]), + ("interesections", &["intersections"]), + ("interesects", &["intersects"]), + ("intereset", &["interest"]), + ("intereseted", &["interested"]), + ("intereseting", &["interesting"]), + ("interesing", &["interesting"]), + ("interespersed", &["interspersed"]), + ("interesseted", &["interested"]), + ("interesst", &["interest"]), + ("interessted", &["interested"]), + ("interessting", &["interesting"]), + ("intereview", &["interview"]), + ("interfal", &["interval"]), + ("interfals", &["intervals"]), + ("interfave", &["interface"]), + ("interfaves", &["interfaces"]), + ("interfcae", &["interface"]), + ("interfcaes", &["interfaces"]), + ("interfear", &["interfere"]), + ("interfearence", &["interference"]), + ("interfearnce", &["interference"]), + ("interferance", &["interference"]), + ("interfereing", &["interfering"]), + ("interfernce", &["interference"]), + ("interferred", &["interfered"]), + ("interferring", &["interfering"]), + ("interger\'s", &["integer\'s"]), + ("interger", &["integer"]), + ("intergerated", &["integrated"]), + ("intergers", &["integers"]), + ("intergrated", &["integrated"]), + ("intergrating", &["integrating"]), + ("intergration", &["integration"]), + ("interit", &["inherit"]), + ("interitance", &["inheritance"]), + ("interited", &["inherited"]), + ("interiting", &["inheriting"]), + ("interits", &["inherits"]), + ("interliveing", &["interleaving"]), + ("interlly", &["internally"]), + ("interm", &["interim", "intern"]), + ("intermeidate", &["intermediate"]), + ("intermidiate", &["intermediate"]), + ("intermittant", &["intermittent"]), + ("intermperance", &["intemperance"]), + ("internall", &["internal", "internally"]), + ("internaly", &["internally"]), + ("internatinal", &["international"]), + ("internatioanl", &["international"]), + ("internation", &["international"]), + ("internel", &["internal"]), + ("internels", &["internals"]), + ("internface", &["interface"]), + ("interogators", &["interrogators"]), + ("interopeable", &["interoperable"]), + ("interoprability", &["interoperability"]), + ("interperated", &["interpreted"]), + ("interperter", &["interpreter"]), + ("interpet", &["interpret"]), + ("interpetation", &["interpretation"]), + ("interpeted", &["interpreted"]), + ("interpeter", &["interpreter"]), + ("interpeters", &["interpreters"]), + ("interpeting", &["interpreting"]), + ("interpets", &["interprets"]), + ("interploate", &["interpolate"]), + ("interploated", &["interpolated"]), + ("interploates", &["interpolates"]), + ("interploatin", &["interpolating"]), + ("interploation", &["interpolation"]), + ("interpolaed", &["interpolated"]), + ("interpolaion", &["interpolation"]), + ("interpolaiton", &["interpolation"]), + ("interpolar", &["interpolator"]), + ("interpolayed", &["interpolated"]), + ("interporated", &["interpolated", "interpreted"]), + ("interprate", &["interpret"]), + ("interprated", &["interpreted"]), + ("interpreation", &["interpretation"]), + ("interprerter", &["interpreter"]), + ("interpretated", &["interpreted"]), + ("interprete", &["interpret"]), + ("interpretes", &["interprets"]), + ("interpretet", &["interpreted"]), + ("interpretion", &["interpretation"]), + ("interpretions", &["interpretations"]), + ("interpretor", &["interpreter"]), + ("interprett", &["interpret"]), + ("interpretted", &["interpreted"]), + ("interpretter", &["interpreter"]), + ("interpretting", &["interpreting"]), + ("interract", &["interact"]), + ("interracting", &["interacting"]), + ("interractive", &["interactive"]), + ("interracts", &["interacts"]), + ("interrest", &["interest"]), + ("interrested", &["interested"]), + ("interresting", &["interesting"]), + ("interrface", &["interface"]), + ("interrim", &["interim"]), + ("interript", &["interrupt"]), + ("interrput", &["interrupt"]), + ("interrputed", &["interrupted"]), + ("interrrupt", &["interrupt"]), + ("interrrupted", &["interrupted"]), + ("interrrupting", &["interrupting"]), + ("interrrupts", &["interrupts"]), + ("interrtups", &["interrupts"]), + ("interrugum", &["interregnum"]), + ("interrum", &["interim"]), + ("interrup", &["interrupt"]), + ("interruped", &["interrupted"]), + ("interruping", &["interrupting"]), + ("interrups", &["interrupts"]), + ("interruptable", &["interruptible"]), + ("interruptors", &["interrupters"]), + ("interruptted", &["interrupted"]), + ("interrut", &["interrupt"]), + ("interrutps", &["interrupts"]), + ("interscetion", &["intersection"]), + ("intersecrion", &["intersection"]), + ("intersecton", &["intersection"]), + ("intersectons", &["intersections"]), + ("intersepts", &["intercepts", "intersteps"]), + ("intersparsed", &["interspersed"]), + ("interst", &["interest"]), + ("intersted", &["interested"]), + ("intersting", &["interesting"]), + ("intersts", &["interests"]), + ("intertaining", &["entertaining"]), + ("intertia", &["inertia"]), + ("intertial", &["inertial"]), + ("interupt", &["interrupt"]), + ("interupted", &["interrupted"]), + ("interupting", &["interrupting"]), + ("interupts", &["interrupts"]), + ("interuupt", &["interrupt"]), + ("intervall", &["interval"]), + ("intervalls", &["intervals"]), + ("interveening", &["intervening"]), + ("intervines", &["intervenes"]), + ("intesity", &["intensity"]), + ("inteval", &["interval"]), + ("intevals", &["intervals"]), + ("intevene", &["intervene"]), + ("intgers", &["integers"]), + ("inthe", &["in the"]), + ("intiailise", &["initialise"]), + ("intiailised", &["initialized"]), + ("intiailises", &["initialises"]), + ("intiailize", &["initialize"]), + ("intiailized", &["initialized"]), + ("intiailizes", &["initializes"]), + ("intiailizing", &["initializing"]), + ("intial", &["initial"]), + ("intiale", &["initial"]), + ("intialisation", &["initialisation"]), + ("intialise", &["initialise"]), + ("intialised", &["initialised"]), + ("intialiser", &["initialiser"]), + ("intialisers", &["initialisers"]), + ("intialises", &["initialises"]), + ("intialising", &["initialising"]), + ("intialistion", &["initialisation"]), + ("intialization", &["initialization"]), + ("intializaze", &["initialize"]), + ("intialize", &["initialize"]), + ("intialized", &["initialized"]), + ("intializer", &["initializer"]), + ("intializers", &["initializers"]), + ("intializes", &["initializes"]), + ("intializing", &["initializing"]), + ("intializtion", &["initialization"]), + ("intialled", &["initialled"]), + ("intiallisation", &["initialisation"]), + ("intiallisations", &["initialisations"]), + ("intiallised", &["initialised"]), + ("intiallization", &["initialization"]), + ("intiallizations", &["initializations"]), + ("intiallized", &["initialized"]), + ("intiallly", &["initially"]), + ("intially", &["initially"]), + ("intials", &["initials"]), + ("intialse", &["initialise"]), + ("intialsed", &["initialised"]), + ("intialsing", &["initialising"]), + ("intialte", &["initialise"]), + ("intialy", &["initially"]), + ("intialze", &["initialize"]), + ("intialzed", &["initialized"]), + ("intialzing", &["initializing"]), + ("inticement", &["enticement"]), + ("intiial", &["initial"]), + ("intiialise", &["initialise"]), + ("intiialize", &["initialize"]), + ("intimite", &["intimate"]), + ("intinite", &["infinite"]), + ("intitial", &["initial"]), + ("intitialization", &["initialization"]), + ("intitialize", &["initialize"]), + ("intitialized", &["initialized"]), + ("intitials", &["initials"]), + ("intity", &["entity"]), + ("intot", &["into"]), + ("intpreter", &["interpreter"]), + ("intput", &["input"]), + ("intputs", &["inputs"]), + ("intquire", &["inquire", "enquire"]), + ("intquired", &["inquired", "enquired"]), + ("intquires", &["inquires", "enquires"]), + ("intquiries", &["inquiries", "enquiries"]), + ("intquiry", &["inquiry", "enquiry"]), + ("intraversion", &["introversion"]), + ("intravert", &["introvert"]), + ("intraverts", &["introverts"]), + ("intrduced", &["introduced"]), + ("intreeg", &["intrigue"]), + ("intreeged", &["intrigued"]), + ("intreeging", &["intriguing"]), + ("intreegued", &["intrigued"]), + ("intreeguing", &["intriguing"]), + ("intreface", &["interface"]), + ("intregral", &["integral"]), + ("intrerrupt", &["interrupt"]), + ("intresst", &["interest"]), + ("intressted", &["interested"]), + ("intressting", &["interesting"]), + ("intrest", &["interest", "insert"]), + ("intrested", &["interested"]), + ("intresting", &["interesting"]), + ("intriduce", &["introduce"]), + ("intriduced", &["introduced"]), + ("intriduction", &["introduction"]), + ("intrisinc", &["intrinsic"]), + ("intrisincs", &["intrinsics"]), + ("introdued", &["introduced"]), + ("introduse", &["introduce"]), + ("introdused", &["introduced"]), + ("introduses", &["introduces"]), + ("introdusing", &["introducing"]), + ("introsepectable", &["introspectable"]), + ("introsepection", &["introspection"]), + ("intrrupt", &["interrupt"]), + ("intrrupted", &["interrupted"]), + ("intrrupting", &["interrupting"]), + ("intrrupts", &["interrupts"]), + ("intruction", &["instruction"]), + ("intructions", &["instructions"]), + ("intruduced", &["introduced"]), + ("intruducing", &["introducing"]), + ("intrument", &["instrument"]), + ("intrumental", &["instrumental"]), + ("intrumented", &["instrumented"]), + ("intrumenting", &["instrumenting"]), + ("intruments", &["instruments"]), + ("intrusted", &["entrusted"]), + ("intstead", &["instead"]), + ("intterrupt", &["interrupt"]), + ("intuative", &["intuitive"]), + ("inturpratasion", &["interpretation"]), + ("inturpratation", &["interpretation"]), + ("inturprett", &["interpret"]), + ("intutive", &["intuitive"]), + ("intutively", &["intuitively"]), + ("inudstry", &["industry"]), + ("inumerable", &["enumerable", "innumerable"]), + ("inut", &["input"]), + ("invaid", &["invalid"]), + ("invaild", &["invalid"]), + ("invailid", &["invalid"]), + ("invalaid", &["invalid"]), + ("invald", &["invalid"]), + ("invaldates", &["invalidates"]), + ("invalde", &["invalid"]), + ("invalidatiopn", &["invalidation"]), + ("invalide", &["invalid"]), + ("invalidiate", &["invalidate"]), + ("invalud", &["invalid"]), + ("invarient", &["invariant"]), + ("invarients", &["invariants"]), + ("inventer", &["inventor"]), + ("inverded", &["inverted"]), + ("inverion", &["inversion"]), + ("inverions", &["inversions"]), + ("invers", &["inverse", "invert"]), + ("invertibrates", &["invertebrates"]), + ("inverval", &["interval"]), + ("inveryed", &["inverted"]), + ("invesitgated", &["investigated"]), + ("invesitgating", &["investigating"]), + ("invesitgation", &["investigation"]), + ("invesitgations", &["investigations"]), + ("investingate", &["investigate"]), + ("inveting", &["inverting"]), + ("inviation", &["invitation"]), + ("invididual", &["individual"]), + ("invidual", &["individual"]), + ("invidually", &["individually"]), + ("invisble", &["invisible"]), + ("invisblity", &["invisibility"]), + ("invisiable", &["invisible"]), + ("invisibile", &["invisible"]), + ("invisivble", &["invisible"]), + ("invlaid", &["invalid"]), + ("invlid", &["invalid"]), + ("invlisible", &["invisible"]), + ("invlove", &["involve"]), + ("invloved", &["involved"]), + ("invloves", &["involves"]), + ("invocaition", &["invocation"]), + ("invokable", &["invocable"]), + ("invokation", &["invocation"]), + ("invokations", &["invocations"]), + ("invokee", &["invoked", "invoke"]), + ("invokve", &["invoke"]), + ("invokved", &["invoked"]), + ("invokves", &["invokes"]), + ("invokving", &["invoking"]), + ("involvment", &["involvement"]), + ("ioclt", &["ioctl"]), + ("iomaped", &["iomapped"]), + ("ionde", &["inode"]), + ("iound", &["round", "wound"]), + ("iplementation", &["implementation"]), + ("ipmrovement", &["improvement"]), + ("ipmrovements", &["improvements"]), + ("iput", &["input"]), + ("ireelevant", &["irrelevant"]), + ("irelevent", &["irrelevant"]), + ("iresistable", &["irresistible"]), + ("iresistably", &["irresistibly"]), + ("iresistible", &["irresistible"]), + ("iresistibly", &["irresistibly"]), + ("iritable", &["irritable"]), + ("iritate", &["irritate"]), + ("iritated", &["irritated"]), + ("iritating", &["irritating"]), + ("ironicly", &["ironically"]), + ("irradate", &["irradiate"]), + ("irradation", &["irradiation"]), + ("irregularties", &["irregularities"]), + ("irregulier", &["irregular"]), + ("irregulierties", &["irregularities"]), + ("irrelavent", &["irrelevant"]), + ("irrelevent", &["irrelevant"]), + ("irrelvant", &["irrelevant"]), + ("irreplacable", &["irreplaceable"]), + ("irreplacalbe", &["irreplaceable"]), + ("irreproducable", &["irreproducible"]), + ("irresepective", &["irrespective"]), + ("irresistable", &["irresistible"]), + ("irresistably", &["irresistibly"]), + ("irreversable", &["irreversible"]), + ("is\'nt", &["isn\'t"]), + ("isconnection", &["isconnected"]), + ("iscrated", &["iscreated"]), + ("iself", &["itself"]), + ("iselfe", &["itself"]), + ("iserting", &["inserting"]), + ("isimilar", &["similar"]), + ("isloation", &["isolation"]), + ("ismas", &["isthmus"]), + ("isn;t", &["isn\'t"]), + ("isnpiron", &["inspiron"]), + ("isnt\'", &["isn\'t"]), + ("isnt", &["isn\'t"]), + ("isnt;", &["isn\'t"]), + ("isntallation", &["installation"]), + ("isntallations", &["installations"]), + ("isntance", &["instance"]), + ("isntances", &["instances"]), + ("isotrophically", &["isotropically"]), + ("isplay", &["display"]), + ("Israelies", &["Israelis"]), + ("isssue", &["issue"]), + ("isssued", &["issued"]), + ("isssues", &["issues"]), + ("issueing", &["issuing"]), + ("ist", &["is", "it", "its", "it\'s", "sit", "list"]), + ("istalling", &["installing"]), + ("istance", &["instance"]), + ("istead", &["instead"]), + ("istened", &["listened"]), + ("istener", &["listener"]), + ("isteners", &["listeners"]), + ("istening", &["listening"]), + ("ists", &["its", "lists"]), + ("isue", &["issue"]), + ("iteartor", &["iterator"]), + ("iteger", &["integer"]), + ("itegral", &["integral"]), + ("itegrals", &["integrals"]), + ("iten", &["item"]), + ("itens", &["items"]), + ("itention", &["intention"]), + ("itentional", &["intentional"]), + ("itentionally", &["intentionally"]), + ("itentionaly", &["intentionally"]), + ("iterater", &["iterator"]), + ("iteratered", &["iterated"]), + ("iteratons", &["iterations"]), + ("itereating", &["iterating"]), + ("iterface", &["interface"]), + ("iterfaces", &["interfaces"]), + ("iterm", &["term", "item", "intern"]), + ("iternations", &["iterations"]), + ("iterpreter", &["interpreter"]), + ("iterrupt", &["interrupt"]), + ("itertation", &["iteration"]), + ("iteself", &["itself"]), + ("itesm", &["items"]), + ("itialise", &["initialise"]), + ("itialised", &["initialised"]), + ("itialises", &["initialises"]), + ("itialising", &["initialising"]), + ("itialize", &["initialize"]), + ("itialized", &["initialized"]), + ("itializes", &["initializes"]), + ("itializing", &["initializing"]), + ("itnerest", &["interest"]), + ("itnerface", &["interface"]), + ("itnerfaces", &["interfaces"]), + ("itnernal", &["internal"]), + ("itnervals", &["intervals"]), + ("itnroduced", &["introduced"]), + ("itsef", &["itself"]), + ("itselfs", &["itself"]), + ("itselt", &["itself"]), + ("itselv", &["itself"]), + ("itsems", &["items"]), + ("itslef", &["itself"]), + ("itslev", &["itself"]), + ("itteration", &["iteration"]), + ("itterations", &["iterations"]), + ("iunior", &["junior"]), + ("ivocation", &["invocation"]), + ("iwithout", &["without"]), + ("iwll", &["will"]), + ("iwth", &["with"]), + ("jagid", &["jagged"]), + ("jagwar", &["jaguar"]), + ("jalusey", &["jealousy", "jalousie"]), + ("januar", &["January"]), + ("janurary", &["January"]), + ("Januray", &["January"]), + ("japaneese", &["Japanese"]), + ("Japanes", &["Japanese"]), + ("japanses", &["Japanese"]), + ("jaques", &["jacques"]), + ("javacript", &["javascript"]), + ("javascipt", &["javascript"]), + ("JavaSciript", &["JavaScript"]), + ("javascritp", &["javascript"]), + ("javascropt", &["javascript"]), + ("javasript", &["javascript"]), + ("javasrript", &["javascript"]), + ("jave", &["java", "have"]), + ("javsscript", &["javascript"]), + ("jeapardy", &["jeopardy"]), + ("jeffies", &["jiffies"]), + ("jelous", &["jealous"]), + ("jelousy", &["jealousy"]), + ("jelusey", &["jealousy"]), + ("jepordize", &["jeopardize"]), + ("jewl", &["Jew", "jewel"]), + ("jewllery", &["jewellery"]), + ("jitterr", &["jitter"]), + ("jitterring", &["jittering"]), + ("jodpers", &["jodhpurs"]), + ("Johanine", &["Johannine"]), + ("joineable", &["joinable"]), + ("joinning", &["joining"]), + ("jornal", &["journal"]), + ("jorunal", &["journal"]), + ("Jospeh", &["Joseph"]), + ("jossle", &["jostle"]), + ("jouney", &["journey"]), + ("journied", &["journeyed"]), + ("journies", &["journeys"]), + ("joystik", &["joystick"]), + ("jpng", &["png", "jpg", "jpeg"]), + ("jscipt", &["jscript"]), + ("jstu", &["just"]), + ("jsut", &["just"]), + ("Juadaism", &["Judaism"]), + ("Juadism", &["Judaism"]), + ("judical", &["judicial"]), + ("judisuary", &["judiciary"]), + ("juducial", &["judicial"]), + ("juge", &["judge"]), + ("jumo", &["jump"]), + ("jumoed", &["jumped"]), + ("jumpimng", &["jumping"]), + ("jumpt", &["jumped", "jump"]), + ("juristiction", &["jurisdiction"]), + ("juristictions", &["jurisdictions"]), + ("jus", &["just"]), + ("juse", &["just", "juice", "Jude", "June"]), + ("justfied", &["justified"]), + ("justication", &["justification"]), + ("justifed", &["justified"]), + ("justs", &["just"]), + ("juxt", &["just"]), + ("juxtification", &["justification"]), + ("juxtifications", &["justifications"]), + ("juxtified", &["justified"]), + ("juxtifies", &["justifies"]), + ("juxtifying", &["justifying"]), + ("kake", &["cake", "take"]), + ("kazakstan", &["Kazakhstan"]), + ("keep-alives", &["keep-alive"]), + ("keept", &["kept"]), + ("kenel", &["kernel", "kennel"]), + ("kenels", &["kernels", "kennels"]), + ("kenerl", &["kernel"]), + ("kenerls", &["kernels"]), + ("kenrel", &["kernel"]), + ("kenrels", &["kernels"]), + ("kepping", &["keeping"]), + ("kepps", &["keeps"]), + ("kerenl", &["kernel"]), + ("kerenls", &["kernels"]), + ("kernal", &["kernel"]), + ("kernals", &["kernels"]), + ("kernerl", &["kernel"]), + ("kernerls", &["kernels"]), + ("ket", &["kept"]), + ("keword", &["keyword"]), + ("kewords", &["keywords"]), + ("kewword", &["keyword"]), + ("kewwords", &["keywords"]), + ("keybaord", &["keyboard"]), + ("keybaords", &["keyboards"]), + ("keyboaard", &["keyboard"]), + ("keyboaards", &["keyboards"]), + ("keyboad", &["keyboard"]), + ("keyboads", &["keyboards"]), + ("keybooard", &["keyboard"]), + ("keybooards", &["keyboards"]), + ("keyborad", &["keyboard"]), + ("keyborads", &["keyboards"]), + ("keybord", &["keyboard"]), + ("keybords", &["keyboards"]), + ("keybroad", &["keyboard"]), + ("keybroads", &["keyboards"]), + ("keyevente", &["keyevent"]), + ("keyords", &["keywords"]), + ("keyoutch", &["keytouch"]), + ("keyowrd", &["keyword"]), + ("keypair", &["key pair"]), + ("keypairs", &["key pairs"]), + ("keyservers", &["key servers"]), + ("keystokes", &["keystrokes"]), + ("keyward", &["keyword"]), + ("keywoards", &["keywords"]), + ("keywork", &["keyword"]), + ("keyworkd", &["keyword"]), + ("keyworkds", &["keywords"]), + ("keywors", &["keywords"]), + ("keywprd", &["keyword"]), + ("kindergarden", &["kindergarten"]), + ("klenex", &["kleenex"]), + ("klick", &["click"]), + ("klicked", &["clicked"]), + ("klicks", &["clicks"]), + ("knive", &["knife"]), + ("kno", &["know"]), + ("knowlage", &["knowledge"]), + ("knowlageable", &["knowledgeable"]), + ("knowlegde", &["knowledge"]), + ("knowlege", &["knowledge"]), + ("knowlegeabel", &["knowledgeable"]), + ("knowlegeable", &["knowledgeable"]), + ("knwo", &["know"]), + ("knwoing", &["knowing"]), + ("knwoingly", &["knowingly"]), + ("knwon", &["known"]), + ("knwos", &["knows"]), + ("kocalized", &["localized"]), + ("konw", &["know"]), + ("konwn", &["known"]), + ("konws", &["knows"]), + ("koordinate", &["coordinate"]), + ("koordinates", &["coordinates"]), + ("kown", &["known"]), + ("kubenates", &["Kubernetes"]), + ("kubenernetes", &["Kubernetes"]), + ("kubenertes", &["Kubernetes"]), + ("kubenetes", &["Kubernetes"]), + ("kubenretes", &["Kubernetes"]), + ("kuberenetes", &["Kubernetes"]), + ("kuberentes", &["Kubernetes"]), + ("kuberetes", &["Kubernetes"]), + ("kubermetes", &["Kubernetes"]), + ("kubernates", &["Kubernetes"]), + ("kubernests", &["Kubernetes"]), + ("kubernete", &["Kubernetes"]), + ("kuberntes", &["Kubernetes"]), + ("kwno", &["know"]), + ("kwoledgebase", &["knowledge base"]), + ("kyrillic", &["cyrillic"]), + ("labatory", &["lavatory", "laboratory"]), + ("labed", &["labeled"]), + ("labeld", &["labelled"]), + ("labirinth", &["labyrinth"]), + ("lable", &["label"]), + ("labled", &["labeled", "labelled"]), + ("lablels", &["labels"]), + ("lables", &["labels"]), + ("labling", &["labeling", "labelling"]), + ("labouriously", &["laboriously"]), + ("labratory", &["laboratory"]), + ("laguage", &["language"]), + ("laguages", &["languages"]), + ("laguague", &["language"]), + ("laguagues", &["languages"]), + ("laiter", &["later"]), + ("lanaguage", &["language"]), + ("lanauge", &["language"]), + ("langage", &["language"]), + ("langauage", &["language"]), + ("langauge", &["language"]), + ("langauges", &["languages"]), + ("langeuage", &["language"]), + ("langeuagesection", &["languagesection"]), + ("languace", &["language"]), + ("languaces", &["languages"]), + ("languae", &["language"]), + ("languaes", &["languages"]), + ("language-spacific", &["language-specific"]), + ("languahe", &["language"]), + ("languahes", &["languages"]), + ("languaje", &["language"]), + ("languajes", &["languages"]), + ("langual", &["lingual"]), + ("languale", &["language"]), + ("languales", &["languages"]), + ("langualge", &["language"]), + ("langualges", &["languages"]), + ("languange", &["language"]), + ("languanges", &["languages"]), + ("languaqe", &["language"]), + ("languaqes", &["languages"]), + ("languate", &["language"]), + ("languates", &["languages"]), + ("languauge", &["language"]), + ("languauges", &["languages"]), + ("languege", &["language"]), + ("langueges", &["languages"]), + ("langugae", &["language"]), + ("langugaes", &["languages"]), + ("langugage", &["language"]), + ("langugages", &["languages"]), + ("languge", &["language"]), + ("languges", &["languages"]), + ("langugue", &["language"]), + ("langugues", &["languages"]), + ("lanuage", &["language"]), + ("lanugage", &["language"]), + ("laod", &["load"]), + ("laoded", &["loaded"]), + ("laoding", &["loading"]), + ("laods", &["loads"]), + ("Laotion", &["Laotian"]), + ("laout", &["layout"]), + ("larg", &["large"]), + ("larget", &["larger", "largest", "target"]), + ("largets", &["largest", "targets"]), + ("largst", &["largest"]), + ("larrry", &["larry"]), + ("laso", &["also", "lasso"]), + ("lastes", &["latest"]), + ("lastest", &["latest"]), + ("lastr", &["last"]), + ("lates", &["later", "latest"]), + ("latets", &["latest"]), + ("lating", &["latin"]), + ("latitide", &["latitude"]), + ("latitue", &["latitude"]), + ("latitute", &["latitude"]), + ("latops", &["laptops"]), + ("latset", &["latest"]), + ("lattitude", &["latitude"]), + ("lauch", &["launch"]), + ("lauched", &["launched"]), + ("laucher", &["launcher"]), + ("lauches", &["launches"]), + ("lauching", &["launching"]), + ("lauguage", &["language"]), + ("launchs", &["launch", "launches"]), + ("launck", &["launch"]), + ("launhed", &["launched"]), + ("lavae", &["larvae"]), + ("lavel", &["level", "laravel"]), + ("laveled", &["leveled"]), + ("laveling", &["leveling"]), + ("lavelling", &["levelling"]), + ("lavels", &["levels"]), + ("layed", &["laid"]), + ("lazer", &["laser"]), + ("lazyness", &["laziness"]), + ("lcoal", &["local", "coal"]), + ("lcoally", &["locally"]), + ("lcoation", &["location"]), + ("lcuase", &["clause"]), + ("leaast", &["least"]), + ("leace", &["leave"]), + ("leack", &["leak"]), + ("leagacy", &["legacy"]), + ("leagal", &["legal"]), + ("leagalise", &["legalise"]), + ("leagality", &["legality"]), + ("leagalize", &["legalize"]), + ("leagcy", &["legacy"]), + ("leage", &["league"]), + ("leagel", &["legal"]), + ("leagelise", &["legalise"]), + ("leagelity", &["legality"]), + ("leagelize", &["legalize"]), + ("leageue", &["league"]), + ("leagl", &["legal"]), + ("leaglise", &["legalise"]), + ("leaglity", &["legality"]), + ("leaglize", &["legalize"]), + ("leanr", &["lean", "learn", "leaner"]), + ("leapyear", &["leap year"]), + ("leapyears", &["leap years"]), + ("leary", &["leery"]), + ("leaset", &["least"]), + ("leat", &["lead", "leak", "least", "leaf"]), + ("leathal", &["lethal"]), + ("leats", &["least"]), + ("leaveing", &["leaving"]), + ("leavong", &["leaving"]), + ("lefted", &["left"]), + ("legac", &["legacy"]), + ("legact", &["legacy"]), + ("legalimate", &["legitimate"]), + ("legasy", &["legacy"]), + ("legel", &["legal"]), + ("legitamate", &["legitimate"]), + ("legitimiately", &["legitimately"]), + ("legitmate", &["legitimate"]), + ("legnth", &["length"]), + ("legth", &["length"]), + ("leibnitz", &["leibniz"]), + ("leightweight", &["lightweight"]), + ("lenggth", &["length"]), + ("lengh", &["length"]), + ("lenghs", &["lengths"]), + ("lenght", &["length"]), + ("lenghten", &["lengthen"]), + ("lenghtend", &["lengthened"]), + ("lenghtened", &["lengthened"]), + ("lenghtening", &["lengthening"]), + ("lenghth", &["length"]), + ("lenghthen", &["lengthen"]), + ("lenghths", &["lengths"]), + ("lenghthy", &["lengthy"]), + ("lenghtly", &["lengthy"]), + ("lenghts", &["lengths"]), + ("lenghty", &["lengthy"]), + ("lengt", &["length"]), + ("lengten", &["lengthen"]), + ("lengtext", &["longtext"]), + ("lengthes", &["lengths"]), + ("lengthh", &["length"]), + ("lengts", &["lengths"]), + ("leniant", &["lenient"]), + ("leninent", &["lenient"]), + ("lentgh", &["length"]), + ("lentghs", &["lengths"]), + ("lenth", &["length"]), + ("lenths", &["lengths"]), + ("leran", &["learn"]), + ("leraned", &["learned"]), + ("lerans", &["learns"]), + ("lern", &["learn", "lean"]), + ("lerned", &["learned", "learnt", "leaned"]), + ("lerning", &["learning", "leaning"]), + ("lesstiff", &["lesstif"]), + ("letgitimate", &["legitimate"]), + ("letmost", &["leftmost"]), + ("leutenant", &["lieutenant"]), + ("levae", &["leave", "levee"]), + ("levetate", &["levitate"]), + ("levetated", &["levitated"]), + ("levetates", &["levitates"]), + ("levetating", &["levitating"]), + ("levl", &["level"]), + ("levle", &["level"]), + ("lexial", &["lexical"]), + ("leyer", &["layer"]), + ("leyered", &["layered"]), + ("leyering", &["layering"]), + ("leyers", &["layers"]), + ("liares", &["liars"]), + ("liasion", &["liaison"]), + ("liason", &["liaison"]), + ("liasons", &["liaisons"]), + ("libarary", &["library"]), + ("libaries", &["libraries"]), + ("libary", &["library"]), + ("libell", &["libel"]), + ("liberoffice", &["libreoffice"]), + ("liberry", &["library"]), + ("libgng", &["libpng"]), + ("libguistic", &["linguistic"]), + ("libguistics", &["linguistics"]), + ("libitarianisn", &["libertarianism"]), + ("lible", &["libel", "liable"]), + ("libraarie", &["library"]), + ("libraaries", &["libraries"]), + ("libraary", &["library"]), + ("librabarie", &["library"]), + ("librabaries", &["libraries"]), + ("librabary", &["library"]), + ("librabie", &["library"]), + ("librabies", &["libraries"]), + ("librabrie", &["library"]), + ("librabries", &["libraries"]), + ("librabry", &["library"]), + ("libraby", &["library"]), + ("libraie", &["library"]), + ("libraier", &["library"]), + ("libraies", &["libraries"]), + ("libraiesr", &["libraries"]), + ("libraire", &["library"]), + ("libraires", &["libraries"]), + ("librairies", &["libraries"]), + ("librairy", &["library"]), + ("libralie", &["library"]), + ("libralies", &["libraries"]), + ("libraly", &["library"]), + ("libraris", &["libraries"]), + ("librarries", &["libraries"]), + ("librarry", &["library"]), + ("libratie", &["library"]), + ("libraties", &["libraries"]), + ("libraty", &["library"]), + ("libray", &["library"]), + ("librayr", &["library"]), + ("libreoffie", &["libreoffice"]), + ("libreoficekit", &["libreofficekit"]), + ("libreries", &["libraries"]), + ("librery", &["library"]), + ("libries", &["libraries"]), + ("libstc++", &["libstdc++"]), + ("licate", &["locate"]), + ("licated", &["located"]), + ("lication", &["location"]), + ("lications", &["locations"]), + ("licenceing", &["licencing"]), + ("licese", &["license"]), + ("lieing", &["lying"]), + ("liek", &["like"]), + ("liekd", &["liked"]), + ("lient", &["client", "clients"]), + ("liesure", &["leisure"]), + ("lieuenant", &["lieutenant"]), + ("liev", &["live"]), + ("lieved", &["lived"]), + ("lifceycle", &["lifecycle"]), + ("lifecyle", &["lifecycle"]), + ("lifes", &["lives"]), + ("liftime", &["lifetime"]), + ("ligh", &["light", "lie", "lye"]), + ("ligher", &["lighter", "liar", "liger"]), + ("lighers", &["lighters", "liars", "ligers"]), + ("lightweigh", &["lightweight"]), + ("lightwieght", &["lightweight"]), + ("lightwight", &["lightweight"]), + ("lightyear", &["light year"]), + ("lightyears", &["light years"]), + ("ligth", &["light"]), + ("lik", &["like", "lick", "link"]), + ("likeley", &["likely"]), + ("likelyhood", &["likelihood"]), + ("likewis", &["likewise"]), + ("likly", &["likely"]), + ("lileral", &["literal"]), + ("liminted", &["limited"]), + ("limitaion", &["limitation"]), + ("limite", &["limit"]), + ("limitiaion", &["limitation"]), + ("limitiaions", &["limitations"]), + ("limitiation", &["limitation"]), + ("limitiations", &["limitations"]), + ("limitied", &["limited"]), + ("limitier", &["limiter"]), + ("limitiers", &["limiters"]), + ("limitiing", &["limiting"]), + ("limitimg", &["limiting"]), + ("limition", &["limitation"]), + ("limitions", &["limitations"]), + ("limitis", &["limits"]), + ("limititation", &["limitation"]), + ("limititations", &["limitations"]), + ("limitited", &["limited"]), + ("limititer", &["limiter"]), + ("limititers", &["limiters"]), + ("limititing", &["limiting"]), + ("limitted", &["limited"]), + ("limk", &["link"]), + ("limted", &["limited"]), + ("limti", &["limit"]), + ("limts", &["limits"]), + ("lincese", &["license"]), + ("lincesed", &["licensed"]), + ("linceses", &["licenses"]), + ("linearily", &["linearly", "linearity"]), + ("linerisation", &["linearisation"]), + ("linerisations", &["linearisations"]), + ("linewdith", &["linewidth"]), + ("linez", &["lines"]), + ("lingth", &["length"]), + ("linheight", &["lineheight"]), + ("linke", &["linked"]), + ("linkfy", &["linkify"]), + ("linnaena", &["linnaean"]), + ("lintain", &["lintian"]), + ("linz", &["lines"]), + ("lippizaner", &["lipizzaner"]), + ("liquify", &["liquefy"]), + ("liscense", &["license", "licence"]), + ("lisence", &["license", "licence"]), + ("lisense", &["license", "licence"]), + ("lisetning", &["listening"]), + ("lising", &["listing"]), + ("listapck", &["listpack"]), + ("listbbox", &["listbox"]), + ("listeing", &["listening"]), + ("listeneres", &["listeners"]), + ("listenes", &["listens"]), + ("listensers", &["listeners"]), + ("listenter", &["listener"]), + ("listenters", &["listeners"]), + ("listernes", &["listeners"]), + ("listner", &["listener"]), + ("listners", &["listeners"]), + ("litaral", &["literal"]), + ("litarally", &["literally"]), + ("litarals", &["literals"]), + ("litature", &["literature"]), + ("liteautrue", &["literature"]), + ("literaly", &["literally"]), + ("literture", &["literature"]), + ("litle", &["little"]), + ("litquid", &["liquid"]), + ("litquids", &["liquids"]), + ("lits", &["list"]), + ("litte", &["little"]), + ("littel", &["little"]), + ("littel-endian", &["little-endian"]), + ("littele", &["little"]), + ("littelry", &["literally"]), + ("litteral", &["literal"]), + ("litterally", &["literally"]), + ("litterals", &["literals"]), + ("litterate", &["literate"]), + ("litterature", &["literature"]), + ("liuke", &["like"]), + ("liveing", &["living"]), + ("livel", &["level"]), + ("livetime", &["lifetime"]), + ("livley", &["lively"]), + ("lizens", &["license"]), + ("lizense", &["license"]), + ("lizensing", &["licensing"]), + ("lke", &["like"]), + ("lmits", &["limits"]), + ("loaader", &["loader"]), + ("loacal", &["local"]), + ("loacality", &["locality"]), + ("loacally", &["locally"]), + ("loacation", &["location"]), + ("loaction", &["location"]), + ("loactions", &["locations"]), + ("loadig", &["loading"]), + ("loadin", &["loading"]), + ("loadning", &["loading"]), + ("locae", &["locate"]), + ("locaes", &["locates"]), + ("locahost", &["localhost"]), + ("locaiing", &["locating"]), + ("locailty", &["locality"]), + ("locaing", &["locating"]), + ("locaion", &["location"]), + ("locaions", &["locations"]), + ("locaise", &["localise"]), + ("locaised", &["localised"]), + ("locaiser", &["localiser"]), + ("locaises", &["localises"]), + ("locaite", &["locate"]), + ("locaites", &["locates"]), + ("locaiting", &["locating"]), + ("locaition", &["location"]), + ("locaitions", &["locations"]), + ("locaiton", &["location"]), + ("locaitons", &["locations"]), + ("locaize", &["localize"]), + ("locaized", &["localized"]), + ("locaizer", &["localizer"]), + ("locaizes", &["localizes"]), + ("localation", &["location"]), + ("localed", &["located"]), + ("localtion", &["location"]), + ("localtions", &["locations"]), + ("localzation", &["localization"]), + ("locatins", &["locations"]), + ("loccked", &["locked"]), + ("locgical", &["logical"]), + ("lockingf", &["locking"]), + ("lod", &["load"]), + ("loding", &["loading"]), + ("loev", &["love"]), + ("logarithmical", &["logarithmically"]), + ("logaritmic", &["logarithmic"]), + ("logcal", &["logical"]), + ("loged", &["logged", "lodged", "longed"]), + ("loger", &["logger", "lodger", "longer"]), + ("loggging", &["logging"]), + ("loggin", &["login", "logging"]), + ("logicaly", &["logically"]), + ("logictech", &["logitech"]), + ("logile", &["logfile"]), + ("loging", &["logging", "lodging"]), + ("logitude", &["longitude"]), + ("logoic", &["logic"]), + ("logrithm", &["logarithm"]), + ("logwritter", &["logwriter"]), + ("loign", &["login"]), + ("lokal", &["local"]), + ("lokale", &["locale"]), + ("lokaly", &["locally"]), + ("lolal", &["total"]), + ("lonber", &["longer"]), + ("lond", &["long"]), + ("lonelyness", &["loneliness"]), + ("long-runnign", &["long-running"]), + ("longe", &["longer", "lounge"]), + ("longers", &["longer"]), + ("longitudonal", &["longitudinal"]), + ("longitue", &["longitude"]), + ("longitute", &["longitude"]), + ("longst", &["longest"]), + ("longuer", &["longer"]), + ("lonley", &["lonely"]), + ("lonly", &["lonely", "only"]), + ("loobpack", &["loopback"]), + ("lookes", &["looks"]), + ("looknig", &["looking"]), + ("looop", &["loop"]), + ("loopup", &["lookup"]), + ("loosley", &["loosely"]), + ("loosly", &["loosely"]), + ("loosy", &["lossy", "lousy"]), + ("losd", &["lost", "loss", "lose", "load"]), + ("losely", &["loosely"]), + ("losen", &["loosen"]), + ("losened", &["loosened"]), + ("losted", &["listed", "lost", "lasted"]), + ("lotation", &["rotation", "flotation"]), + ("lotharingen", &["Lothringen"]), + ("lowd", &["load", "low", "loud"]), + ("lpatform", &["platform"]), + ("lsat", &["last", "slat", "sat"]), + ("lsit", &["list", "slit", "sit"]), + ("lsits", &["lists", "slits", "sits"]), + ("lukid", &["lucid", "Likud"]), + ("luminose", &["luminous"]), + ("luminousity", &["luminosity"]), + ("lveo", &["love"]), + ("lvoe", &["love"]), + ("Lybia", &["Libya"]), + ("maake", &["make"]), + ("mabe", &["maybe"]), + ("mabye", &["maybe"]), + ("maccro", &["macro"]), + ("maccros", &["macros"]), + ("machanism", &["mechanism"]), + ("machanisms", &["mechanisms"]), + ("mached", &["matched"]), + ("maches", &["matches"]), + ("machinary", &["machinery"]), + ("machine-dependend", &["machine-dependent"]), + ("maching", &["machine", "marching", "matching"]), + ("mackeral", &["mackerel"]), + ("maco", &["macro"]), + ("macor", &["macro"]), + ("macors", &["macros"]), + ("macpakge", &["package"]), + ("macroses", &["macros"]), + ("macrow", &["macro"]), + ("macthing", &["matching"]), + ("madantory", &["mandatory"]), + ("madatory", &["mandatory"]), + ("maddness", &["madness"]), + ("magasine", &["magazine"]), + ("magent", &["magenta", "magnet"]), + ("magincian", &["magician"]), + ("magisine", &["magazine"]), + ("magizine", &["magazine"]), + ("magnatiude", &["magnitude"]), + ("magnatude", &["magnitude"]), + ("magnificient", &["magnificent"]), + ("magolia", &["magnolia"]), + ("mahcine", &["machine"]), + ("maibe", &["maybe"]), + ("maibox", &["mailbox"]), + ("mailformed", &["malformed"]), + ("mailling", &["mailing"]), + ("maillinglist", &["mailing list"]), + ("maillinglists", &["mailing lists"]), + ("mailny", &["mainly"]), + ("maininly", &["mainly"]), + ("mainling", &["mailing"]), + ("maintainance", &["maintenance"]), + ("maintainence", &["maintenance"]), + ("maintaing", &["maintaining"]), + ("maintan", &["maintain"]), + ("maintanance", &["maintenance"]), + ("maintance", &["maintenance"]), + ("maintane", &["maintain"]), + ("maintanence", &["maintenance"]), + ("maintaner", &["maintainer"]), + ("maintaners", &["maintainers"]), + ("maintans", &["maintains"]), + ("maintenace", &["maintenance"]), + ("maintenence", &["maintenance"]), + ("maintiain", &["maintain"]), + ("maintians", &["maintains"]), + ("maintinaing", &["maintaining"]), + ("maintioned", &["mentioned"]), + ("mairabd", &["MariaDB"]), + ("mairadb", &["MariaDB"]), + ("maitain", &["maintain"]), + ("maitainance", &["maintenance"]), + ("maitained", &["maintained"]), + ("maitainers", &["maintainers"]), + ("majoroty", &["majority"]), + ("maka", &["make"]), + ("maked", &["marked", "made"]), + ("makefle", &["makefile"]), + ("makeing", &["making"]), + ("makign", &["making"]), + ("makro", &["macro"]), + ("makros", &["macros"]), + ("makrs", &["makes", "makers", "macros"]), + ("maks", &["mask", "masks", "makes", "make"]), + ("makse", &["makes", "masks"]), + ("makss", &["masks", "makes"]), + ("Malcom", &["Malcolm"]), + ("malicous", &["malicious"]), + ("malicously", &["maliciously"]), + ("malplace", &["misplace"]), + ("malplaced", &["misplaced"]), + ("maltesian", &["Maltese"]), + ("mamagement", &["management"]), + ("mamal", &["mammal"]), + ("mamalian", &["mammalian"]), + ("mamory", &["memory"]), + ("managable", &["manageable", "manageably"]), + ("managament", &["management"]), + ("manageed", &["managed"]), + ("managemenet", &["management"]), + ("managenment", &["management"]), + ("managmenet", &["management"]), + ("managment", &["management"]), + ("manal", &["manual"]), + ("manange", &["manage"]), + ("manangement", &["management"]), + ("mananger", &["manager"]), + ("manangers", &["managers"]), + ("manaul", &["manual"]), + ("manaully", &["manually"]), + ("manauls", &["manuals"]), + ("mandatatory", &["mandatory"]), + ("mandetory", &["mandatory"]), + ("manement", &["management"]), + ("maneouvre", &["manoeuvre"]), + ("maneouvred", &["manoeuvred"]), + ("maneouvres", &["manoeuvres"]), + ("maneouvring", &["manoeuvring"]), + ("mangaed", &["managed"]), + ("mangaement", &["management"]), + ("mangaer", &["manager", "manger"]), + ("mangaers", &["managers", "mangers"]), + ("mangager", &["manager"]), + ("mangagers", &["managers"]), + ("mangement", &["management"]), + ("mangementt", &["management"]), + ("manifacture", &["manufacture"]), + ("manifacturer", &["manufacturer"]), + ("manifacturers", &["manufacturers"]), + ("manifect", &["manifest"]), + ("manipluate", &["manipulate"]), + ("manipluated", &["manipulated"]), + ("manipulatin", &["manipulating"]), + ("manipulaton", &["manipulation"]), + ("manisfestations", &["manifestations"]), + ("maniuplate", &["manipulate"]), + ("maniuplated", &["manipulated"]), + ("maniuplates", &["manipulates"]), + ("maniuplating", &["manipulating"]), + ("maniuplation", &["manipulation"]), + ("maniuplations", &["manipulations"]), + ("maniuplator", &["manipulator"]), + ("maniuplators", &["manipulators"]), + ("mannor", &["manner"]), + ("mannual", &["manual"]), + ("mannually", &["manually"]), + ("mannualy", &["manually"]), + ("manoeuverability", &["maneuverability"]), + ("manoeuvering", &["maneuvering"]), + ("manouevring", &["manoeuvring"]), + ("manouver", &["maneuver", "manoeuvre"]), + ("manouverability", &["maneuverability", "manoeuvrability"]), + ("manouverable", &["maneuverable", "manoeuvrable"]), + ("manouvers", &["maneuvers", "manoeuvres"]), + ("mantain", &["maintain"]), + ("mantainable", &["maintainable"]), + ("mantained", &["maintained"]), + ("mantainer", &["maintainer"]), + ("mantainers", &["maintainers"]), + ("mantaining", &["maintaining"]), + ("mantains", &["maintains"]), + ("mantanine", &["maintain"]), + ("mantanined", &["maintained"]), + ("mantatory", &["mandatory"]), + ("mantenance", &["maintenance"]), + ("manualy", &["manually"]), + ("manualyl", &["manually"]), + ("manualyy", &["manually"]), + ("manuell", &["manual"]), + ("manuelly", &["manually"]), + ("manuever", &["maneuver", "manoeuvre"]), + ("manuevers", &["maneuvers", "manoeuvres"]), + ("manufacturedd", &["manufactured"]), + ("manufature", &["manufacture"]), + ("manufatured", &["manufactured"]), + ("manufaturing", &["manufacturing"]), + ("manufaucturing", &["manufacturing"]), + ("manulally", &["manually"]), + ("manully", &["manually"]), + ("manupilations", &["manipulations"]), + ("manupulate", &["manipulate"]), + ("manupulated", &["manipulated"]), + ("manupulates", &["manipulates"]), + ("manupulating", &["manipulating"]), + ("manupulation", &["manipulation"]), + ("manupulations", &["manipulations"]), + ("manuver", &["maneuver"]), + ("manyal", &["manual"]), + ("manyally", &["manually"]), + ("manyals", &["manuals"]), + ("mapable", &["mappable"]), + ("mape", &["map"]), + ("maped", &["mapped"]), + ("maping", &["mapping"]), + ("mapings", &["mappings"]), + ("mapp", &["map"]), + ("mappeds", &["mapped"]), + ("mappping", &["mapping"]), + ("mapppings", &["mappings"]), + ("marger", &["merger", "marker"]), + ("margers", &["mergers", "markers"]), + ("marging", &["margin", "merging"]), + ("margings", &["margins"]), + ("mariabd", &["MariaDB"]), + ("mariage", &["marriage"]), + ("marjority", &["majority"]), + ("markes", &["marks", "marked", "markers"]), + ("marketting", &["marketing"]), + ("marmelade", &["marmalade"]), + ("marrage", &["marriage"]), + ("marraige", &["marriage"]), + ("marrtyred", &["martyred"]), + ("marryied", &["married"]), + ("marter", &["martyr"]), + ("masakist", &["masochist"]), + ("mashetty", &["machete"]), + ("mashine", &["machine"]), + ("mashined", &["machined"]), + ("mashines", &["machines"]), + ("masia", &["messiah"]), + ("masicer", &["massacre"]), + ("masiff", &["massif"]), + ("maskerading", &["masquerading"]), + ("maskeraid", &["masquerade"]), + ("masos", &["macos"]), + ("masquarade", &["masquerade"]), + ("masqurade", &["masquerade"]), + ("Massachussets", &["Massachusetts"]), + ("Massachussetts", &["Massachusetts"]), + ("massagebox", &["messagebox"]), + ("massectomy", &["mastectomy"]), + ("massewer", &["masseur"]), + ("massmedia", &["mass media"]), + ("masster", &["master"]), + ("masteer", &["master"]), + ("masterbation", &["masturbation"]), + ("mastquerade", &["masquerade"]), + ("mata", &["meta", "mater"]), + ("mata-data", &["meta-data"]), + ("matadata", &["metadata"]), + ("matainer", &["maintainer"]), + ("matainers", &["maintainers"]), + ("mataphysical", &["metaphysical"]), + ("matatable", &["metatable"]), + ("matc", &["match"]), + ("matchies", &["matches"]), + ("matchign", &["matching"]), + ("matchin", &["matching"]), + ("matchs", &["matches"]), + ("matcing", &["matching"]), + ("mateial", &["material", "metal"]), + ("mateials", &["materials", "metals"]), + ("mateiral", &["material"]), + ("mateirals", &["materials"]), + ("matemathical", &["mathematical"]), + ("materaial", &["material"]), + ("materaials", &["materials"]), + ("materail", &["material"]), + ("materails", &["materials"]), + ("materalists", &["materialist"]), + ("materiasl", &["materials", "material"]), + ("materil", &["material"]), + ("materilism", &["materialism"]), + ("materilize", &["materialize"]), + ("materils", &["materials"]), + ("materla", &["material"]), + ("materlas", &["materials"]), + ("mathamatics", &["mathematics"]), + ("mathces", &["matches"]), + ("mathcing", &["matching"]), + ("mathed", &["matched"]), + ("mathematicaly", &["mathematically"]), + ("mathematican", &["mathematician"]), + ("mathematicas", &["mathematics"]), + ("mathes", &["matches"]), + ("mathetician", &["mathematician"]), + ("matheticians", &["mathematicians"]), + ("mathimatic", &["mathematic"]), + ("mathimatical", &["mathematical"]), + ("mathimatically", &["mathematically"]), + ("mathimatician", &["mathematician"]), + ("mathimaticians", &["mathematicians"]), + ("mathimatics", &["mathematics"]), + ("mathing", &["matching"]), + ("mathmatical", &["mathematical"]), + ("mathmatically", &["mathematically"]), + ("mathmatician", &["mathematician"]), + ("mathmaticians", &["mathematicians"]), + ("mathod", &["method"]), + ("matix", &["matrix"]), + ("matser", &["master"]), + ("matzch", &["match"]), + ("maube", &["maybe", "mauve"]), + ("mavrick", &["maverick"]), + ("maximim", &["maximum"]), + ("maximimum", &["maximum"]), + ("maximium", &["maximum"]), + ("maximun", &["maximum"]), + ("maxinum", &["maximum"]), + ("maxium", &["maximum"]), + ("maxiumum", &["maximum"]), + ("maxosx", &["macosx"]), + ("maxumum", &["maximum"]), + ("maybee", &["maybe"]), + ("mayu", &["may"]), + ("mazilla", &["Mozilla"]), + ("mccarthyst", &["mccarthyist"]), + ("mchanic", &["mechanic"]), + ("mchanical", &["mechanical"]), + ("mchanically", &["mechanically"]), + ("mchanicals", &["mechanicals"]), + ("mchanics", &["mechanics"]), + ("mchanism", &["mechanism"]), + ("mchanisms", &["mechanisms"]), + ("mcroscope", &["microscope"]), + ("mcroscopes", &["microscopes"]), + ("mcroscopic", &["microscopic"]), + ("mcroscopies", &["microscopies"]), + ("mcroscopy", &["microscopy"]), + ("mdoel", &["model"]), + ("mdoeled", &["modeled"]), + ("mdoeling", &["modeling"]), + ("mdoelled", &["modelled"]), + ("mdoelling", &["modelling"]), + ("mdoels", &["models"]), + ("meachanism", &["mechanism"]), + ("meachanisms", &["mechanisms"]), + ("meachinism", &["mechanism"]), + ("meachinisms", &["mechanisms"]), + ("meachnism", &["mechanism"]), + ("meachnisms", &["mechanisms"]), + ("meading", &["meaning"]), + ("meaing", &["meaning"]), + ("meanigfull", &["meaningful"]), + ("meanign", &["meaning"]), + ("meanin", &["meaning"]), + ("meaninful", &["meaningful"]), + ("meaningfull", &["meaningful"]), + ("meanining", &["meaning"]), + ("meaninless", &["meaningless"]), + ("meaninng", &["meaning"]), + ("mear", &["wear", "mere", "mare"]), + ("mearly", &["merely", "nearly"]), + ("measurd", &["measured", "measure"]), + ("measuremenet", &["measurement"]), + ("measuremenets", &["measurements"]), + ("measurmenet", &["measurement"]), + ("measurmenets", &["measurements"]), + ("measurment", &["measurement"]), + ("measurments", &["measurements"]), + ("meatadata", &["metadata"]), + ("meatfile", &["metafile"]), + ("meathod", &["method"]), + ("meauring", &["measuring"]), + ("meausure", &["measure"]), + ("meausures", &["measures"]), + ("meber", &["member"]), + ("mebmer", &["member"]), + ("mebrain", &["membrane"]), + ("mebrains", &["membranes"]), + ("mebran", &["membrane"]), + ("mebrans", &["membranes"]), + ("mecahinsm", &["mechanism"]), + ("mecahinsms", &["mechanisms"]), + ("mecahnic", &["mechanic"]), + ("mecahnics", &["mechanics"]), + ("mecahnism", &["mechanism"]), + ("mecanism", &["mechanism"]), + ("mecanisms", &["mechanisms"]), + ("mechamism", &["mechanism"]), + ("mechamisms", &["mechanisms"]), + ("mechananism", &["mechanism"]), + ("mechancial", &["mechanical"]), + ("mechandise", &["merchandise"]), + ("mechanim", &["mechanism"]), + ("mechanims", &["mechanisms"]), + ("mechanis", &["mechanism"]), + ("mechansim", &["mechanism"]), + ("mechansims", &["mechanisms"]), + ("mechine", &["machine"]), + ("mechines", &["machines"]), + ("mechinism", &["mechanism"]), + ("mechnanism", &["mechanism"]), + ("mechnism", &["mechanism"]), + ("mechnisms", &["mechanisms"]), + ("medacine", &["medicine"]), + ("medai", &["media"]), + ("medeival", &["medieval"]), + ("medevial", &["medieval"]), + ("medhod", &["method"]), + ("medhods", &["methods"]), + ("mediciney", &["medicine", "medicinal"]), + ("mediciny", &["medicine", "medicinal"]), + ("medievel", &["medieval"]), + ("mediterainnean", &["mediterranean"]), + ("Mediteranean", &["Mediterranean"]), + ("meeds", &["needs"]), + ("meens", &["means"]), + ("meerkrat", &["meerkat"]), + ("meetign", &["meeting"]), + ("meganism", &["mechanism"]), + ("mege", &["merge"]), + ("mehods", &["methods"]), + ("mehtod", &["method"]), + ("mehtods", &["methods"]), + ("meida", &["media"]), + ("melieux", &["milieux"]), + ("membran", &["membrane"]), + ("membranaphone", &["membranophone"]), + ("membrans", &["membranes"]), + ("memcahe", &["memcache"]), + ("memcahed", &["memcached"]), + ("memeasurement", &["measurement"]), + ("memeber", &["member"]), + ("memebered", &["remembered"]), + ("memebers", &["members"]), + ("memebership", &["membership"]), + ("memeberships", &["memberships"]), + ("memebr", &["member"]), + ("memebrof", &["memberof"]), + ("memebrs", &["members"]), + ("memember", &["member", "remember"]), + ("memembers", &["members"]), + ("mememory", &["memory"]), + ("mememto", &["memento"]), + ("memeory", &["memory"]), + ("memer", &["member"]), + ("memership", &["membership"]), + ("memerships", &["memberships"]), + ("memery", &["memory"]), + ("memmber", &["member"]), + ("memmory", &["memory"]), + ("memoery", &["memory"]), + ("memomry", &["memory"]), + ("memor", &["memory"]), + ("mempry", &["memory"]), + ("memroy", &["memory"]), + ("menally", &["mentally"]), + ("menas", &["means"]), + ("menetion", &["mention"]), + ("menetioned", &["mentioned"]), + ("menetioning", &["mentioning"]), + ("menetions", &["mentions"]), + ("menion", &["mention", "minion"]), + ("menioned", &["mentioned"]), + ("menions", &["mentions", "minions"]), + ("ment", &["meant"]), + ("menthods", &["methods"]), + ("mentiond", &["mentioned"]), + ("mentione", &["mentioned"]), + ("mentionned", &["mentioned"]), + ("mentionning", &["mentioning"]), + ("mentionnned", &["mentioned"]), + ("menual", &["manual"]), + ("menue", &["menu"]), + ("menues", &["menus"]), + ("menutitems", &["menuitems"]), + ("meny", &["menu", "many"]), + ("meranda", &["veranda", "Miranda"]), + ("mercahnt", &["merchant"]), + ("mercentile", &["mercantile"]), + ("merchantibility", &["merchantability"]), + ("mergable", &["mergeable"]), + ("merget", &["merge"]), + ("mergge", &["merge"]), + ("mergged", &["merged"]), + ("mergging", &["merging"]), + ("merly", &["merely"]), + ("mermory", &["memory"]), + ("merory", &["memory"]), + ("merrors", &["mirrors"]), + ("mesage", &["message"]), + ("mesages", &["messages"]), + ("mesaureed", &["measured"]), + ("meshe", &["mesh", "meshed", "meshes"]), + ("messag", &["message"]), + ("messagetqueue", &["messagequeue"]), + ("messagin", &["messaging"]), + ("messagoe", &["message"]), + ("messags", &["messages"]), + ("messagses", &["messages"]), + ("messanger", &["messenger"]), + ("messangers", &["messengers"]), + ("messave", &["message"]), + ("messenging", &["messaging"]), + ("messgaes", &["messages"]), + ("messge", &["message"]), + ("messges", &["messages"]), + ("messsage", &["message"]), + ("messsages", &["messages"]), + ("messure", &["measure"]), + ("messured", &["measured"]), + ("messurement", &["measurement"]), + ("messures", &["measures"]), + ("messuring", &["measuring"]), + ("messurment", &["measurement"]), + ("mesure", &["measure"]), + ("mesured", &["measured"]), + ("mesurement", &["measurement"]), + ("mesurements", &["measurements"]), + ("mesures", &["measures"]), + ("mesuring", &["measuring"]), + ("mesurment", &["measurement"]), + ("meta-attrubute", &["meta-attribute"]), + ("meta-attrubutes", &["meta-attributes"]), + ("meta-progamming", &["meta-programming"]), + ("metacharater", &["metacharacter"]), + ("metacharaters", &["metacharacters"]), + ("metalic", &["metallic"]), + ("metalurgic", &["metallurgic"]), + ("metalurgical", &["metallurgical"]), + ("metalurgy", &["metallurgy"]), + ("metamorphysis", &["metamorphosis"]), + ("metapackge", &["metapackage"]), + ("metapackges", &["metapackages"]), + ("metaphore", &["metaphor"]), + ("metaphoricial", &["metaphorical"]), + ("metaprogamming", &["metaprogramming"]), + ("metatdata", &["metadata"]), + ("metdata", &["metadata"]), + ("meterial", &["material"]), + ("meterials", &["materials"]), + ("meterologist", &["meteorologist"]), + ("meterology", &["meteorology"]), + ("methaphor", &["metaphor"]), + ("methaphors", &["metaphors"]), + ("methd", &["method"]), + ("methds", &["methods"]), + ("methid", &["method"]), + ("methids", &["methods"]), + ("methjod", &["method"]), + ("methodd", &["method"]), + ("methode", &["method"]), + ("methoden", &["methods"]), + ("methodss", &["methods"]), + ("methos", &["methods", "method"]), + ("methot", &["method"]), + ("methots", &["methods"]), + ("metion", &["mention"]), + ("metioned", &["mentioned"]), + ("metod", &["method"]), + ("metods", &["methods"]), + ("meybe", &["maybe"]), + ("miagic", &["magic"]), + ("miagical", &["magical"]), + ("mial", &["mail"]), + ("mices", &["mice"]), + ("Michagan", &["Michigan"]), + ("micorcode", &["microcode"]), + ("micorcodes", &["microcodes"]), + ("Micorsoft", &["Microsoft"]), + ("micoscope", &["microscope"]), + ("micoscopes", &["microscopes"]), + ("micoscopic", &["microscopic"]), + ("micoscopies", &["microscopies"]), + ("micoscopy", &["microscopy"]), + ("Micosoft", &["Microsoft"]), + ("micrcontroller", &["microcontroller"]), + ("micrcontrollers", &["microcontrollers"]), + ("microcontroler", &["microcontroller"]), + ("microcontrolers", &["microcontrollers"]), + ("Microfost", &["Microsoft"]), + ("microntroller", &["microcontroller"]), + ("microntrollers", &["microcontrollers"]), + ("micropone", &["microphone"]), + ("micropones", &["microphones"]), + ("microprocesspr", &["microprocessor"]), + ("microprocessprs", &["microprocessors"]), + ("microseond", &["microsecond"]), + ("microseonds", &["microseconds"]), + ("Microsft", &["Microsoft"]), + ("microship", &["microchip"]), + ("microships", &["microchips"]), + ("Microsof", &["Microsoft"]), + ("Microsofot", &["Microsoft"]), + ("Micrsft", &["Microsoft"]), + ("Micrsoft", &["Microsoft"]), + ("midified", &["modified"]), + ("migrateable", &["migratable"]), + ("migt", &["might", "midget"]), + ("migth", &["might"]), + ("miinimisation", &["minimisation"]), + ("miinimise", &["minimise"]), + ("miinimised", &["minimised"]), + ("miinimises", &["minimises"]), + ("miinimising", &["minimising"]), + ("miinimization", &["minimization"]), + ("miinimize", &["minimize"]), + ("miinimized", &["minimized"]), + ("miinimizes", &["minimizes"]), + ("miinimizing", &["minimizing"]), + ("miinimum", &["minimum"]), + ("mikrosecond", &["microsecond"]), + ("mikroseconds", &["microseconds"]), + ("milage", &["mileage"]), + ("milages", &["mileages"]), + ("mileau", &["milieu"]), + ("milennia", &["millennia"]), + ("milennium", &["millennium"]), + ("mileu", &["milieu"]), + ("miliary", &["military"]), + ("miligram", &["milligram"]), + ("milimeter", &["millimeter"]), + ("milimeters", &["millimeters"]), + ("milimetre", &["millimetre"]), + ("milimetres", &["millimetres"]), + ("milimiters", &["millimeters"]), + ("milion", &["million"]), + ("miliraty", &["military"]), + ("milisecond", &["millisecond"]), + ("miliseconds", &["milliseconds"]), + ("milisecons", &["milliseconds"]), + ("milivolts", &["millivolts"]), + ("milleneum", &["millennium"]), + ("millenia", &["millennia"]), + ("millenial", &["millennial"]), + ("millenialism", &["millennialism"]), + ("millenials", &["millennials"]), + ("millenium", &["millennium"]), + ("millepede", &["millipede"]), + ("milliescond", &["millisecond"]), + ("milliesconds", &["milliseconds"]), + ("millioniare", &["millionaire"]), + ("millioniares", &["millionaires"]), + ("millisencond", &["millisecond"]), + ("millisenconds", &["milliseconds"]), + ("milliseond", &["millisecond"]), + ("milliseonds", &["milliseconds"]), + ("millitant", &["militant"]), + ("millitary", &["military"]), + ("millon", &["million"]), + ("millsecond", &["millisecond"]), + ("millseconds", &["milliseconds"]), + ("millsencond", &["millisecond"]), + ("millsenconds", &["milliseconds"]), + ("miltary", &["military"]), + ("miltisite", &["multisite"]), + ("mimach", &["mismatch"]), + ("mimachd", &["mismatched"]), + ("mimached", &["mismatched"]), + ("mimaches", &["mismatches"]), + ("mimaching", &["mismatching"]), + ("mimatch", &["mismatch"]), + ("mimatchd", &["mismatched"]), + ("mimatched", &["mismatched"]), + ("mimatches", &["mismatches"]), + ("mimatching", &["mismatching"]), + ("mimicing", &["mimicking"]), + ("mimick", &["mimic"]), + ("mimicks", &["mimics"]), + ("mimimal", &["minimal"]), + ("mimimise", &["minimise", "minimize"]), + ("mimimize", &["minimize", "minimise"]), + ("mimimum", &["minimum"]), + ("mimimun", &["minimum"]), + ("miminal", &["minimal"]), + ("miminally", &["minimally"]), + ("miminaly", &["minimally"]), + ("minature", &["miniature"]), + ("minerial", &["mineral"]), + ("MingGW", &["MinGW"]), + ("minimam", &["minimum"]), + ("minimial", &["minimal"]), + ("minimium", &["minimum"]), + ("minimsation", &["minimisation"]), + ("minimse", &["minimise"]), + ("minimsed", &["minimised"]), + ("minimses", &["minimises"]), + ("minimsing", &["minimising"]), + ("minimumm", &["minimum"]), + ("minimumn", &["minimum"]), + ("minimun", &["minimum"]), + ("minimzation", &["minimization"]), + ("minimze", &["minimize"]), + ("minimzed", &["minimized"]), + ("minimzes", &["minimizes"]), + ("minimzing", &["minimizing"]), + ("mininal", &["minimal"]), + ("mininum", &["minimum"]), + ("miniscule", &["minuscule"]), + ("miniscully", &["minusculely"]), + ("ministery", &["ministry", "minister"]), + ("miniture", &["miniature"]), + ("minium", &["minimum"]), + ("miniums", &["minimums"]), + ("miniumum", &["minimum"]), + ("minmal", &["minimal"]), + ("minmum", &["minimum"]), + ("minsitry", &["ministry"]), + ("minstries", &["ministries"]), + ("minstry", &["ministry"]), + ("mintor", &["mentor", "monitor"]), + ("mintored", &["mentored", "monitored"]), + ("mintoring", &["mentoring", "monitoring"]), + ("mintors", &["mentors", "monitors"]), + ("minum", &["minimum"]), + ("minumum", &["minimum"]), + ("minuscle", &["minuscule"]), + ("minusculy", &["minusculely", "minuscule"]), + ("minuts", &["minutes"]), + ("miplementation", &["implementation"]), + ("mirconesia", &["micronesia"]), + ("mircophone", &["microphone"]), + ("mircophones", &["microphones"]), + ("mircoscope", &["microscope"]), + ("mircoscopes", &["microscopes"]), + ("mircosoft", &["Microsoft"]), + ("mirgate", &["migrate"]), + ("mirgated", &["migrated"]), + ("mirgates", &["migrates"]), + ("miror", &["mirror", "minor"]), + ("mirored", &["mirrored"]), + ("miroring", &["mirroring"]), + ("mirorr", &["mirror"]), + ("mirorred", &["mirrored"]), + ("mirorring", &["mirroring"]), + ("mirorrs", &["mirrors"]), + ("mirors", &["mirrors", "minors"]), + ("mirro", &["mirror"]), + ("mirroed", &["mirrored"]), + ("mirrorn", &["mirror"]), + ("mirrorred", &["mirrored"]), + ("mis-alignement", &["misalignment"]), + ("mis-alignment", &["misalignment"]), + ("mis-intepret", &["mis-interpret"]), + ("mis-intepreted", &["mis-interpreted"]), + ("mis-match", &["mismatch"]), + ("misalignement", &["misalignment"]), + ("misalinged", &["misaligned"]), + ("misbehaive", &["misbehave"]), + ("misceancellous", &["miscellaneous"]), + ("miscelaneous", &["miscellaneous"]), + ("miscellanious", &["miscellaneous"]), + ("miscellanous", &["miscellaneous"]), + ("miscelleneous", &["miscellaneous"]), + ("mischeivous", &["mischievous"]), + ("mischevious", &["mischievous"]), + ("mischievious", &["mischievous"]), + ("misconfiged", &["misconfigured"]), + ("Miscrosoft", &["Microsoft"]), + ("misdameanor", &["misdemeanor"]), + ("misdameanors", &["misdemeanors"]), + ("misdemenor", &["misdemeanor"]), + ("misdemenors", &["misdemeanors"]), + ("misformed", &["malformed"]), + ("misfourtunes", &["misfortunes"]), + ("misile", &["missile"]), + ("mising", &["missing"]), + ("misintepret", &["misinterpret"]), + ("misintepreted", &["misinterpreted"]), + ("misinterprett", &["misinterpret"]), + ("misinterpretted", &["misinterpreted"]), + ("misisng", &["missing"]), + ("mismach", &["mismatch"]), + ("mismached", &["mismatched"]), + ("mismaches", &["mismatches"]), + ("mismaching", &["mismatching"]), + ("mismactch", &["mismatch"]), + ("mismatchd", &["mismatched"]), + ("mismatich", &["mismatch"]), + ("Misouri", &["Missouri"]), + ("mispell", &["misspell"]), + ("mispelled", &["misspelled"]), + ("mispelling", &["misspelling"]), + ("mispelt", &["misspelt"]), + ("mispronounciation", &["mispronunciation"]), + ("missconfiguration", &["misconfiguration"]), + ("missconfigure", &["misconfigure"]), + ("missconfigured", &["misconfigured"]), + ("missconfigures", &["misconfigures"]), + ("missconfiguring", &["misconfiguring"]), + ("misscounted", &["miscounted"]), + ("missen", &["mizzen"]), + ("missign", &["missing"]), + ("missin", &["mission", "missing"]), + ("missings", &["missing"]), + ("Missisipi", &["Mississippi"]), + ("Missisippi", &["Mississippi"]), + ("missle", &["missile"]), + ("missleading", &["misleading"]), + ("missmanaged", &["mismanaged"]), + ("missmatch", &["mismatch"]), + ("missmatchd", &["mismatched"]), + ("missmatched", &["mismatched"]), + ("missmatches", &["mismatches"]), + ("missmatching", &["mismatching"]), + ("missonary", &["missionary"]), + ("misspel", &["misspell"]), + ("misssing", &["missing"]), + ("misstake", &["mistake"]), + ("misstaken", &["mistaken"]), + ("misstakes", &["mistakes"]), + ("misstype", &["mistype"]), + ("misstypes", &["mistypes"]), + ("missunderstood", &["misunderstood"]), + ("missuse", &["misuse"]), + ("mistatch", &["mismatch"]), + ("mistatchd", &["mismatched"]), + ("mistatched", &["mismatched"]), + ("mistatches", &["mismatches"]), + ("mistatching", &["mismatching"]), + ("misterious", &["mysterious"]), + ("mistery", &["mystery"]), + ("misteryous", &["mysterious"]), + ("mistmatches", &["mismatches"]), + ("mittigate", &["mitigate"]), + ("miximum", &["maximum"]), + ("mixted", &["mixed"]), + ("mixure", &["mixture"]), + ("mjor", &["major"]), + ("mkae", &["make"]), + ("mkaes", &["makes"]), + ("mkaing", &["making"]), + ("mke", &["make"]), + ("mkea", &["make"]), + ("mmaped", &["mapped"]), + ("mmatching", &["matching"]), + ("mmbers", &["members"]), + ("mmnemonic", &["mnemonic"]), + ("mnay", &["many"]), + ("moast", &["most", "moat"]), + ("mobify", &["modify"]), + ("mocrochip", &["microchip"]), + ("mocrochips", &["microchips"]), + ("mocrocode", &["microcode"]), + ("mocrocodes", &["microcodes"]), + ("mocrocontroller", &["microcontroller"]), + ("mocrocontrollers", &["microcontrollers"]), + ("mocrophone", &["microphone"]), + ("mocrophones", &["microphones"]), + ("mocroprocessor", &["microprocessor"]), + ("mocroprocessors", &["microprocessors"]), + ("mocrosecond", &["microsecond"]), + ("mocroseconds", &["microseconds"]), + ("Mocrosoft", &["Microsoft"]), + ("mocule", &["module"]), + ("mocules", &["modules"]), + ("moddel", &["model"]), + ("moddels", &["models"]), + ("modell", &["model"]), + ("moderm", &["modem"]), + ("modernination", &["modernization"]), + ("moderninations", &["modernizations"]), + ("moderninationz", &["modernizations"]), + ("modernizationz", &["modernizations"]), + ("modesettting", &["modesetting"]), + ("modeul", &["module"]), + ("modeuls", &["modules"]), + ("modfel", &["model"]), + ("modfiable", &["modifiable"]), + ("modfication", &["modification"]), + ("modfications", &["modifications"]), + ("modfide", &["modified"]), + ("modfided", &["modified"]), + ("modfider", &["modifier"]), + ("modfiders", &["modifiers"]), + ("modfides", &["modifies"]), + ("modfied", &["modified"]), + ("modfieid", &["modified"]), + ("modfieir", &["modifier"]), + ("modfieirs", &["modifiers"]), + ("modfieis", &["modifies"]), + ("modfier", &["modifier"]), + ("modfiers", &["modifiers"]), + ("modfies", &["modifies"]), + ("modfifiable", &["modifiable"]), + ("modfification", &["modification"]), + ("modfifications", &["modifications"]), + ("modfified", &["modified"]), + ("modfifier", &["modifier"]), + ("modfifiers", &["modifiers"]), + ("modfifies", &["modifies"]), + ("modfify", &["modify"]), + ("modfifying", &["modifying"]), + ("modfiiable", &["modifiable"]), + ("modfiication", &["modification"]), + ("modfiications", &["modifications"]), + ("modfitied", &["modified"]), + ("modfitier", &["modifier"]), + ("modfitiers", &["modifiers"]), + ("modfities", &["modifies"]), + ("modfity", &["modify"]), + ("modfitying", &["modifying"]), + ("modfiy", &["modify"]), + ("modfiying", &["modifying"]), + ("modfy", &["modify"]), + ("modfying", &["modifying"]), + ("modications", &["modifications"]), + ("modifable", &["modifiable"]), + ("modifaction", &["modification"]), + ("modifactions", &["modifications"]), + ("modifation", &["modification"]), + ("modifations", &["modifications"]), + ("modifcation", &["modification"]), + ("modifcations", &["modifications"]), + ("modifciation", &["modification"]), + ("modifciations", &["modifications"]), + ("modifcication", &["modification"]), + ("modifcications", &["modifications"]), + ("modifdied", &["modified"]), + ("modifdy", &["modify"]), + ("modifed", &["modified"]), + ("modifer", &["modifier"]), + ("modifers", &["modifiers"]), + ("modifes", &["modifies"]), + ("modiffer", &["modifier"]), + ("modiffers", &["modifiers"]), + ("modifiation", &["modification"]), + ("modifiations", &["modifications"]), + ("modificatioon", &["modification"]), + ("modifid", &["modified"]), + ("modifified", &["modified"]), + ("modifify", &["modify"]), + ("modifing", &["modifying"]), + ("modifiy", &["modify"]), + ("modifiyng", &["modifying"]), + ("modifled", &["modified"]), + ("modifler", &["modifier"]), + ("modiflers", &["modifiers"]), + ("modift", &["modify"]), + ("modifty", &["modify"]), + ("modifu", &["modify"]), + ("modifuable", &["modifiable"]), + ("modifued", &["modified"]), + ("modifx", &["modify"]), + ("modifyable", &["modifiable"]), + ("modiration", &["moderation"]), + ("modle", &["model"]), + ("modlue", &["module"]), + ("modprobbing", &["modprobing"]), + ("modprobeing", &["modprobing"]), + ("modtified", &["modified"]), + ("modue", &["module"]), + ("moduel", &["module"]), + ("moduels", &["modules"]), + ("moduile", &["module"]), + ("modukles", &["modules"]), + ("modul", &["module"]), + ("modules\'s", &["modules\'"]), + ("modulie", &["module"]), + ("modulu", &["modulo"]), + ("modulues", &["modules"]), + ("modyfy", &["modify"]), + ("moent", &["moment"]), + ("moeny", &["money"]), + ("mofdified", &["modified"]), + ("mofification", &["modification"]), + ("mofified", &["modified"]), + ("mofifies", &["modifies"]), + ("mofify", &["modify"]), + ("mohammedans", &["muslims"]), + ("moint", &["mount"]), + ("moleclues", &["molecules"]), + ("momement", &["moment"]), + ("momementarily", &["momentarily"]), + ("momements", &["moments"]), + ("momemtarily", &["momentarily"]), + ("momemtary", &["momentary"]), + ("momemtn", &["moment"]), + ("momentarely", &["momentarily"]), + ("momento", &["memento"]), + ("momery", &["memory"]), + ("momoent", &["moment"]), + ("momoment", &["moment"]), + ("momomentarily", &["momentarily"]), + ("momomento", &["memento", "moment"]), + ("momomentos", &["mementos", "moments"]), + ("momoments", &["moments"]), + ("mone", &["mono", "money", "none"]), + ("monestaries", &["monasteries"]), + ("monestary", &["monastery", "monetary"]), + ("monestic", &["monastic"]), + ("monickers", &["monikers"]), + ("monitary", &["monetary"]), + ("moniter", &["monitor"]), + ("monitoing", &["monitoring"]), + ("monkies", &["monkeys"]), + ("monochorome", &["monochrome"]), + ("monochromo", &["monochrome"]), + ("monocrome", &["monochrome"]), + ("monolite", &["monolithic"]), + ("monontonicity", &["monotonicity"]), + ("monopace", &["monospace"]), + ("monotir", &["monitor"]), + ("monotired", &["monitored"]), + ("monotiring", &["monitoring"]), + ("monotirs", &["monitors"]), + ("Monserrat", &["Montserrat"]), + ("monstrum", &["monster"]), + ("montains", &["mountains"]), + ("montanous", &["mountainous"]), + ("montly", &["monthly"]), + ("Montnana", &["Montana"]), + ("monts", &["months"]), + ("montypic", &["monotypic"]), + ("moodify", &["modify"]), + ("moounting", &["mounting"]), + ("mopdule", &["module"]), + ("mopre", &["more"]), + ("mor", &["more"]), + ("mordern", &["modern"]), + ("moreso", &["more", "more so"]), + ("morever", &["moreover"]), + ("morgage", &["mortgage"]), + ("morisette", &["morissette"]), + ("mormalise", &["normalise"]), + ("mormalised", &["normalised"]), + ("mormalises", &["normalises"]), + ("mormalize", &["normalize"]), + ("mormalized", &["normalized"]), + ("mormalizes", &["normalizes"]), + ("morrisette", &["morissette"]), + ("morroccan", &["moroccan"]), + ("morrocco", &["morocco"]), + ("morroco", &["morocco"]), + ("mortage", &["mortgage"]), + ("mose", &["more", "mouse"]), + ("moslty", &["mostly"]), + ("mostlky", &["mostly"]), + ("mosture", &["moisture"]), + ("mosty", &["mostly"]), + ("motation", &["notation", "rotation", "motivation"]), + ("moteur", &["motor"]), + ("moteured", &["motored"]), + ("moteuring", &["motoring"]), + ("moteurs", &["motors"]), + ("mothing", &["nothing"]), + ("motiviated", &["motivated"]), + ("motiviation", &["motivation"]), + ("motononic", &["monotonic"]), + ("motoroloa", &["motorola"]), + ("moudle", &["module"]), + ("moudule", &["module"]), + ("mounth", &["month", "mouth"]), + ("mountian", &["mountain"]), + ("mountpiont", &["mountpoint"]), + ("mountpionts", &["mountpoints"]), + ("mouspointer", &["mousepointer"]), + ("moutn", &["mount"]), + ("moutned", &["mounted"]), + ("moutning", &["mounting"]), + ("moutnpoint", &["mountpoint"]), + ("moutnpoints", &["mountpoints"]), + ("moutns", &["mounts"]), + ("movebackwrd", &["movebackward"]), + ("moveble", &["movable"]), + ("movemement", &["movement"]), + ("movemements", &["movements"]), + ("movememnt", &["movement"]), + ("movememnts", &["movements"]), + ("movememt", &["movement"]), + ("movememts", &["movements"]), + ("movemet", &["movement"]), + ("movemets", &["movements"]), + ("movemment", &["movement"]), + ("movemments", &["movements"]), + ("movemnet", &["movement"]), + ("movemnets", &["movements"]), + ("movemnt", &["movement"]), + ("movemnts", &["movements"]), + ("movied", &["moved", "movie"]), + ("movment", &["movement"]), + ("mozila", &["Mozilla"]), + ("mozzilla", &["mozilla"]), + ("mroe", &["more"]), + ("MSDOS", &["MS-DOS"]), + ("mssing", &["missing"]), + ("mthod", &["method"]), + ("mtuually", &["mutually"]), + ("mucuous", &["mucous"]), + ("muder", &["murder"]), + ("mudering", &["murdering"]), + ("mudule", &["module"]), + ("mudules", &["modules"]), + ("muext", &["mutex"]), + ("mulithread", &["multithread"]), + ("mulitpart", &["multipart"]), + ("mulitpath", &["multipath"]), + ("mulitple", &["multiple"]), + ("mulitplicative", &["multiplicative"]), + ("mulitplied", &["multiplied"]), + ("mulitplier", &["multiplier"]), + ("mulitpliers", &["multipliers"]), + ("multi-dimenional", &["multi-dimensional"]), + ("multi-dimenionsal", &["multi-dimensional"]), + ("multi-langual", &["multi-lingual"]), + ("multi-presistion", &["multi-precision"]), + ("multi-threded", &["multi-threaded"]), + ("multible", &["multiple"]), + ("multibye", &["multibyte"]), + ("multicat", &["multicast"]), + ("multicultralism", &["multiculturalism"]), + ("multidimenional", &["multi-dimensional"]), + ("multidimenionsal", &["multi-dimensional"]), + ("multidimensinal", &["multidimensional"]), + ("multidimensionnal", &["multidimensional"]), + ("multidimentionnal", &["multidimensional"]), + ("multiecast", &["multicast"]), + ("multifuction", &["multifunction"]), + ("multilangual", &["multilingual"]), + ("multile", &["multiple"]), + ("multilpe", &["multiple"]), + ("multipe", &["multiple"]), + ("multipes", &["multiples"]), + ("multipiler", &["multiplier"]), + ("multipilers", &["multipliers"]), + ("multipl", &["multiple", "multiply"]), + ("multipled", &["multiplied"]), + ("multipler", &["multiplier", "multiple"]), + ("multiplers", &["multipliers"]), + ("multipliciaton", &["multiplication"]), + ("multiplicites", &["multiplicities"]), + ("multiplicty", &["multiplicity"]), + ("multiplikation", &["multiplication"]), + ("multipresistion", &["multiprecision"]), + ("multipul", &["multiple"]), + ("multipy", &["multiply"]), + ("multipyling", &["multiplying"]), + ("multithreded", &["multithreaded"]), + ("multitute", &["multitude"]), + ("multivriate", &["multivariate"]), + ("multixsite", &["multisite"]), + ("multliple", &["multiple"]), + ("multliples", &["multiples"]), + ("multliplied", &["multiplied"]), + ("multliplier", &["multiplier"]), + ("multlipliers", &["multipliers"]), + ("multliplies", &["multiplies"]), + ("multliply", &["multiply"]), + ("multliplying", &["multiplying"]), + ("multple", &["multiple"]), + ("multplied", &["multiplied"]), + ("multplier", &["multiplier"]), + ("multpliers", &["multipliers"]), + ("multplies", &["multiplies"]), + ("multply", &["multiply"]), + ("multplying", &["multiplying"]), + ("multy-thread", &["multithread"]), + ("mumber", &["number"]), + ("mumbers", &["numbers"]), + ("munbers", &["numbers"]), + ("muncipalities", &["municipalities"]), + ("muncipality", &["municipality"]), + ("municiple", &["municipal"]), + ("munnicipality", &["municipality"]), + ("munute", &["minute"]), + ("muscels", &["mussels", "muscles"]), + ("muscial", &["musical"]), + ("muscician", &["musician"]), + ("muscicians", &["musicians"]), + ("musn\'t", &["mustn\'t"]), + ("mustator", &["mutator"]), + ("muste", &["must"]), + ("mutablity", &["mutability"]), + ("mutbale", &["mutable"]), + ("mutch", &["much"]), + ("mutches", &["matches"]), + ("mutecies", &["mutexes"]), + ("mutexs", &["mutexes"]), + ("muti", &["multi"]), + ("muticast", &["multicast"]), + ("mutices", &["mutexes"]), + ("mutiindex", &["multi index", "multi-index", "multiindex"]), + ("mutilcast", &["multicast"]), + ("mutiliated", &["mutilated"]), + ("mutimarked", &["multimarked"]), + ("mutipath", &["multipath"]), + ("mutipl", &["multiple", "multiply"]), + ("mutiple", &["multiple"]), + ("mutiply", &["multiply"]), + ("mutli", &["multi"]), + ("mutli-threaded", &["multi-threaded"]), + ("mutlipart", &["multipart"]), + ("mutliple", &["multiple"]), + ("mutlipler", &["multiplier", "multiple"]), + ("mutliples", &["multiples"]), + ("mutliplication", &["multiplication"]), + ("mutliplicites", &["multiplicities"]), + ("mutliplier", &["multiplier"]), + ("mutlipliers", &["multipliers"]), + ("mutliply", &["multiply"]), + ("mutully", &["mutually"]), + ("mutux", &["mutex"]), + ("mutuxes", &["mutexes"]), + ("mutuxs", &["mutexes"]), + ("muyst", &["must"]), + ("myabe", &["maybe"]), + ("mybe", &["maybe"]), + ("mye", &["may", "my"]), + ("myitereator", &["myiterator"]), + ("myraid", &["myriad"]), + ("mysef", &["myself"]), + ("mysefl", &["myself"]), + ("mysekf", &["myself"]), + ("myselfe", &["myself"]), + ("myselfes", &["myself"]), + ("myselv", &["myself"]), + ("myselve", &["myself"]), + ("myselves", &["myself"]), + ("myslef", &["myself"]), + ("mysogynist", &["misogynist"]), + ("mysogyny", &["misogyny"]), + ("mysterous", &["mysterious"]), + ("mystql", &["mysql"]), + ("Mythraic", &["Mithraic"]), + ("myu", &["my"]), + ("nadly", &["badly"]), + ("naerly", &["nearly", "gnarly"]), + ("nagative", &["negative"]), + ("nagatively", &["negatively"]), + ("nagatives", &["negatives"]), + ("nagivation", &["navigation"]), + ("naieve", &["naive"]), + ("namd", &["named", "name"]), + ("namemespace", &["namespace"]), + ("namepace", &["namespace"]), + ("namepsace", &["namespace"]), + ("namepsaces", &["namespaces"]), + ("namesd", &["named", "names"]), + ("namesspaces", &["namespaces"]), + ("namme", &["name"]), + ("namne", &["name"]), + ("namned", &["named"]), + ("namnes", &["names"]), + ("namnespace", &["namespace"]), + ("namnespaces", &["namespaces"]), + ("nams", &["names"]), + ("nane", &["name"]), + ("nanosencond", &["nanosecond"]), + ("nanosenconds", &["nanoseconds"]), + ("nanoseond", &["nanosecond"]), + ("nanoseonds", &["nanoseconds"]), + ("Naploeon", &["Napoleon"]), + ("Napolean", &["Napoleon"]), + ("Napoleonian", &["Napoleonic"]), + ("nastly", &["nasty"]), + ("nastyness", &["nastiness"]), + ("natrual", &["natural"]), + ("naturaly", &["naturally"]), + ("naturely", &["naturally"]), + ("naturual", &["natural"]), + ("naturually", &["naturally"]), + ("natvigation", &["navigation"]), + ("nautral", &["natural", "neutral"]), + ("navagate", &["navigate"]), + ("navagating", &["navigating"]), + ("navagation", &["navigation"]), + ("navagitation", &["navigation"]), + ("nax", &["max", "nad"]), + ("naxima", &["maxima"]), + ("naximal", &["maximal"]), + ("naximum", &["maximum"]), + ("Nazereth", &["Nazareth"]), + ("nclude", &["include"]), + ("nd", &["and", "2nd"]), + ("nead", &["need"]), + ("neaded", &["needed", "kneaded"]), + ("neagtive", &["negative"]), + ("nealy", &["nearly", "newly"]), + ("neares", &["nearest"]), + ("nearset", &["nearest"]), + ("neast", &["nearest", "beast"]), + ("necassery", &["necessary"]), + ("necassry", &["necessary"]), + ("necause", &["because"]), + ("neccecarily", &["necessarily"]), + ("neccecary", &["necessary"]), + ("neccesarily", &["necessarily"]), + ("neccesary", &["necessary"]), + ("neccessarily", &["necessarily"]), + ("neccessarry", &["necessary"]), + ("neccessary", &["necessary"]), + ("neccessities", &["necessities"]), + ("neccisary", &["necessary"]), + ("neccsessary", &["necessary"]), + ("necesarily", &["necessarily"]), + ("necesarrily", &["necessarily"]), + ("necesarry", &["necessary"]), + ("necesary", &["necessary"]), + ("necessaery", &["necessary"]), + ("necessar", &["necessary"]), + ("necessarilly", &["necessarily"]), + ("necessariy", &["necessary", "necessarily"]), + ("necessarry", &["necessary"]), + ("necessaryly", &["necessarily"]), + ("necessay", &["necessary"]), + ("necesserily", &["necessarily"]), + ("necessery", &["necessary"]), + ("necessesary", &["necessary"]), + ("necessiate", &["necessitate"]), + ("nechanism", &["mechanism"]), + ("necssary", &["necessary"]), + ("ned", &["need"]), + ("nedd", &["need"]), + ("nedded", &["needed"]), + ("neded", &["needed"]), + ("nedia", &["media"]), + ("nedium", &["medium"]), + ("nediums", &["mediums"]), + ("nedle", &["needle"]), + ("nedles", &["needles", "needless"]), + ("nedless", &["needless", "needles"]), + ("neede", &["needed", "need"]), + ("needeed", &["needed"]), + ("neeed", &["need"]), + ("neeeded", &["needed"]), + ("neeeding", &["needing"]), + ("neeedle", &["needle"]), + ("neeedles", &["needles", "needless"]), + ("neeedless", &["needless", "needles"]), + ("neeedn\'t", &["needn\'t"]), + ("neeeds", &["needs"]), + ("nees", &["needs"]), + ("neesd", &["needs"]), + ("neesds", &["needs"]), + ("neet", &["need", "neat"]), + ("negaive", &["negative"]), + ("negarive", &["negative"]), + ("negatiotiable", &["negotiable"]), + ("negatiotiate", &["negotiate"]), + ("negatiotiated", &["negotiated"]), + ("negatiotiates", &["negotiates"]), + ("negatiotiating", &["negotiating"]), + ("negatiotiation", &["negotiation"]), + ("negatiotiations", &["negotiations"]), + ("negatiotiator", &["negotiator"]), + ("negatiotiators", &["negotiators"]), + ("negativ", &["negative"]), + ("negatve", &["negative"]), + ("negible", &["negligible"]), + ("negitive", &["negative"]), + ("neglible", &["negligible"]), + ("negligable", &["negligible"]), + ("negligble", &["negligible"]), + ("negoable", &["negotiable"]), + ("negoate", &["negotiate"]), + ("negoated", &["negotiated"]), + ("negoates", &["negotiates"]), + ("negoatiable", &["negotiable"]), + ("negoatiate", &["negotiate"]), + ("negoatiated", &["negotiated"]), + ("negoatiates", &["negotiates"]), + ("negoatiating", &["negotiating"]), + ("negoatiation", &["negotiation"]), + ("negoatiations", &["negotiations"]), + ("negoatiator", &["negotiator"]), + ("negoatiators", &["negotiators"]), + ("negoating", &["negotiating"]), + ("negoation", &["negotiation"]), + ("negoations", &["negotiations"]), + ("negoator", &["negotiator"]), + ("negoators", &["negotiators"]), + ("negociable", &["negotiable"]), + ("negociate", &["negotiate"]), + ("negociated", &["negotiated"]), + ("negociates", &["negotiates"]), + ("negociating", &["negotiating"]), + ("negociation", &["negotiation"]), + ("negociations", &["negotiations"]), + ("negociator", &["negotiator"]), + ("negociators", &["negotiators"]), + ("negogtiable", &["negotiable"]), + ("negogtiate", &["negotiate"]), + ("negogtiated", &["negotiated"]), + ("negogtiates", &["negotiates"]), + ("negogtiating", &["negotiating"]), + ("negogtiation", &["negotiation"]), + ("negogtiations", &["negotiations"]), + ("negogtiator", &["negotiator"]), + ("negogtiators", &["negotiators"]), + ("negoitable", &["negotiable"]), + ("negoitate", &["negotiate"]), + ("negoitated", &["negotiated"]), + ("negoitates", &["negotiates"]), + ("negoitating", &["negotiating"]), + ("negoitation", &["negotiation"]), + ("negoitations", &["negotiations"]), + ("negoitator", &["negotiator"]), + ("negoitators", &["negotiators"]), + ("negoptionsotiable", &["negotiable"]), + ("negoptionsotiate", &["negotiate"]), + ("negoptionsotiated", &["negotiated"]), + ("negoptionsotiates", &["negotiates"]), + ("negoptionsotiating", &["negotiating"]), + ("negoptionsotiation", &["negotiation"]), + ("negoptionsotiations", &["negotiations"]), + ("negoptionsotiator", &["negotiator"]), + ("negoptionsotiators", &["negotiators"]), + ("negosiable", &["negotiable"]), + ("negosiate", &["negotiate"]), + ("negosiated", &["negotiated"]), + ("negosiates", &["negotiates"]), + ("negosiating", &["negotiating"]), + ("negosiation", &["negotiation"]), + ("negosiations", &["negotiations"]), + ("negosiator", &["negotiator"]), + ("negosiators", &["negotiators"]), + ("negotable", &["negotiable"]), + ("negotaiable", &["negotiable"]), + ("negotaiate", &["negotiate"]), + ("negotaiated", &["negotiated"]), + ("negotaiates", &["negotiates"]), + ("negotaiating", &["negotiating"]), + ("negotaiation", &["negotiation"]), + ("negotaiations", &["negotiations"]), + ("negotaiator", &["negotiator"]), + ("negotaiators", &["negotiators"]), + ("negotaible", &["negotiable"]), + ("negotaite", &["negotiate"]), + ("negotaited", &["negotiated"]), + ("negotaites", &["negotiates"]), + ("negotaiting", &["negotiating"]), + ("negotaition", &["negotiation"]), + ("negotaitions", &["negotiations"]), + ("negotaitor", &["negotiator"]), + ("negotaitors", &["negotiators"]), + ("negotate", &["negotiate"]), + ("negotated", &["negotiated"]), + ("negotates", &["negotiates"]), + ("negotatiable", &["negotiable"]), + ("negotatiate", &["negotiate"]), + ("negotatiated", &["negotiated"]), + ("negotatiates", &["negotiates"]), + ("negotatiating", &["negotiating"]), + ("negotatiation", &["negotiation"]), + ("negotatiations", &["negotiations"]), + ("negotatiator", &["negotiator"]), + ("negotatiators", &["negotiators"]), + ("negotatible", &["negotiable"]), + ("negotatie", &["negotiate"]), + ("negotatied", &["negotiated"]), + ("negotaties", &["negotiates"]), + ("negotating", &["negotiating"]), + ("negotation", &["negotiation"]), + ("negotations", &["negotiations"]), + ("negotatior", &["negotiator"]), + ("negotatiors", &["negotiators"]), + ("negotator", &["negotiator"]), + ("negotators", &["negotiators"]), + ("negothiable", &["negotiable"]), + ("negothiate", &["negotiate"]), + ("negothiated", &["negotiated"]), + ("negothiates", &["negotiates"]), + ("negothiating", &["negotiating"]), + ("negothiation", &["negotiation"]), + ("negothiations", &["negotiations"]), + ("negothiator", &["negotiator"]), + ("negothiators", &["negotiators"]), + ("negotible", &["negotiable"]), + ("negoticable", &["negotiable"]), + ("negoticate", &["negotiate"]), + ("negoticated", &["negotiated"]), + ("negoticates", &["negotiates"]), + ("negoticating", &["negotiating"]), + ("negotication", &["negotiation"]), + ("negotications", &["negotiations"]), + ("negoticator", &["negotiator"]), + ("negoticators", &["negotiators"]), + ("negotinate", &["negotiate"]), + ("negotioable", &["negotiable"]), + ("negotioate", &["negotiate"]), + ("negotioated", &["negotiated"]), + ("negotioates", &["negotiates"]), + ("negotioating", &["negotiating"]), + ("negotioation", &["negotiation"]), + ("negotioations", &["negotiations"]), + ("negotioator", &["negotiator"]), + ("negotioators", &["negotiators"]), + ("negotioble", &["negotiable"]), + ("negotion", &["negotiation"]), + ("negotionable", &["negotiable"]), + ("negotionate", &["negotiate"]), + ("negotionated", &["negotiated"]), + ("negotionates", &["negotiates"]), + ("negotionating", &["negotiating"]), + ("negotionation", &["negotiation"]), + ("negotionations", &["negotiations"]), + ("negotionator", &["negotiator"]), + ("negotionators", &["negotiators"]), + ("negotions", &["negotiations"]), + ("negotiotable", &["negotiable"]), + ("negotiotate", &["negotiate"]), + ("negotiotated", &["negotiated"]), + ("negotiotates", &["negotiates"]), + ("negotiotating", &["negotiating"]), + ("negotiotation", &["negotiation"]), + ("negotiotations", &["negotiations"]), + ("negotiotator", &["negotiator"]), + ("negotiotators", &["negotiators"]), + ("negotiote", &["negotiate"]), + ("negotioted", &["negotiated"]), + ("negotiotes", &["negotiates"]), + ("negotioting", &["negotiating"]), + ("negotiotion", &["negotiation"]), + ("negotiotions", &["negotiations"]), + ("negotiotor", &["negotiator"]), + ("negotiotors", &["negotiators"]), + ("negotitable", &["negotiable"]), + ("negotitae", &["negotiate"]), + ("negotitaed", &["negotiated"]), + ("negotitaes", &["negotiates"]), + ("negotitaing", &["negotiating"]), + ("negotitaion", &["negotiation"]), + ("negotitaions", &["negotiations"]), + ("negotitaor", &["negotiator"]), + ("negotitaors", &["negotiators"]), + ("negotitate", &["negotiate"]), + ("negotitated", &["negotiated"]), + ("negotitates", &["negotiates"]), + ("negotitating", &["negotiating"]), + ("negotitation", &["negotiation"]), + ("negotitations", &["negotiations"]), + ("negotitator", &["negotiator"]), + ("negotitators", &["negotiators"]), + ("negotite", &["negotiate"]), + ("negotited", &["negotiated"]), + ("negotites", &["negotiates"]), + ("negotiting", &["negotiating"]), + ("negotition", &["negotiation"]), + ("negotitions", &["negotiations"]), + ("negotitor", &["negotiator"]), + ("negotitors", &["negotiators"]), + ("negoziable", &["negotiable"]), + ("negoziate", &["negotiate"]), + ("negoziated", &["negotiated"]), + ("negoziates", &["negotiates"]), + ("negoziating", &["negotiating"]), + ("negoziation", &["negotiation"]), + ("negoziations", &["negotiations"]), + ("negoziator", &["negotiator"]), + ("negoziators", &["negotiators"]), + ("negtive", &["negative"]), + ("neice", &["niece", "nice"]), + ("neigbor", &["neighbor"]), + ("neigborhood", &["neighborhood"]), + ("neigboring", &["neighboring"]), + ("neigbors", &["neighbors"]), + ("neigbour", &["neighbour", "neighbor"]), + ("neigbourhood", &["neighbourhood"]), + ("neigbouring", &["neighbouring", "neighboring"]), + ("neigbours", &["neighbours", "neighbors"]), + ("neighbar", &["neighbor"]), + ("neighbarhood", &["neighborhood"]), + ("neighbarhoods", &["neighborhoods"]), + ("neighbaring", &["neighboring"]), + ("neighbars", &["neighbors"]), + ("neighbbor", &["neighbor"]), + ("neighbborhood", &["neighborhood"]), + ("neighbborhoods", &["neighborhoods"]), + ("neighbboring", &["neighboring"]), + ("neighbbors", &["neighbors"]), + ("neighbeard", &["neighborhood"]), + ("neighbeards", &["neighborhoods"]), + ("neighbehood", &["neighborhood"]), + ("neighbehoods", &["neighborhoods"]), + ("neighbeing", &["neighboring"]), + ("neighbeod", &["neighborhood"]), + ("neighbeods", &["neighborhoods"]), + ("neighbeor", &["neighbor"]), + ("neighbeordhood", &["neighborhood"]), + ("neighbeordhoods", &["neighborhoods"]), + ("neighbeorhod", &["neighborhood"]), + ("neighbeorhods", &["neighborhoods"]), + ("neighbeorhood", &["neighborhood"]), + ("neighbeorhoods", &["neighborhoods"]), + ("neighbeors", &["neighbors"]), + ("neighber", &["neighbor"]), + ("neighbergh", &["neighbor"]), + ("neighberghs", &["neighbors"]), + ("neighberhhod", &["neighborhood"]), + ("neighberhhods", &["neighborhoods"]), + ("neighberhhood", &["neighborhood"]), + ("neighberhhoods", &["neighborhoods"]), + ("neighberhing", &["neighboring"]), + ("neighberhod", &["neighborhood"]), + ("neighberhodd", &["neighborhood"]), + ("neighberhodds", &["neighborhoods"]), + ("neighberhods", &["neighborhoods"]), + ("neighberhood", &["neighborhood"]), + ("neighberhooding", &["neighboring"]), + ("neighberhoods", &["neighborhoods"]), + ("neighberhoof", &["neighborhood"]), + ("neighberhoofs", &["neighborhoods"]), + ("neighberhoood", &["neighborhood"]), + ("neighberhooods", &["neighborhoods"]), + ("neighberhoor", &["neighbor"]), + ("neighberhoors", &["neighbors"]), + ("neighberhoud", &["neighborhood"]), + ("neighberhouds", &["neighborhoods"]), + ("neighbering", &["neighboring"]), + ("neighbers", &["neighbors"]), + ("neighbes", &["neighbors"]), + ("neighbet", &["neighbor"]), + ("neighbethood", &["neighborhood"]), + ("neighbethoods", &["neighborhoods"]), + ("neighbets", &["neighbors"]), + ("neighbeuing", &["neighbouring"]), + ("neighbeurgh", &["neighbour"]), + ("neighbeurghs", &["neighbours"]), + ("neighbeurhing", &["neighbouring"]), + ("neighbeurhooding", &["neighbouring"]), + ("neighbeurhoor", &["neighbour"]), + ("neighbeurhoors", &["neighbours"]), + ("neighbeus", &["neighbours"]), + ("neighbeut", &["neighbour"]), + ("neighbeuthood", &["neighbourhood"]), + ("neighbeuthoods", &["neighbourhoods"]), + ("neighbeuts", &["neighbours"]), + ("neighbhor", &["neighbor"]), + ("neighbhorhood", &["neighborhood"]), + ("neighbhorhoods", &["neighborhoods"]), + ("neighbhoring", &["neighboring"]), + ("neighbhors", &["neighbors"]), + ("neighboard", &["neighborhood"]), + ("neighboards", &["neighborhoods"]), + ("neighbohood", &["neighborhood"]), + ("neighbohoods", &["neighborhoods"]), + ("neighboing", &["neighboring"]), + ("neighbood", &["neighborhood"]), + ("neighboods", &["neighborhoods"]), + ("neighboor", &["neighbor", "neighbour"]), + ("neighboordhood", &["neighborhood"]), + ("neighboordhoods", &["neighborhoods"]), + ("neighboorhod", &["neighborhood"]), + ("neighboorhods", &["neighborhoods"]), + ("neighboorhood", &["neighborhood"]), + ("neighboorhoods", &["neighborhoods"]), + ("neighbooring", &["neighboring"]), + ("neighboors", &["neighbors", "neighbours"]), + ("neighborgh", &["neighbor"]), + ("neighborghs", &["neighbors"]), + ("neighborhhod", &["neighborhood"]), + ("neighborhhods", &["neighborhoods"]), + ("neighborhhood", &["neighborhood"]), + ("neighborhhoods", &["neighborhoods"]), + ("neighborhing", &["neighboring"]), + ("neighborhod", &["neighborhood"]), + ("neighborhodd", &["neighborhood"]), + ("neighborhodds", &["neighborhoods"]), + ("neighborhods", &["neighborhoods"]), + ("neighborhooding", &["neighboring"]), + ("neighborhoof", &["neighborhood"]), + ("neighborhoofs", &["neighborhoods"]), + ("neighborhoood", &["neighborhood"]), + ("neighborhooods", &["neighborhoods"]), + ("neighborhoor", &["neighbor"]), + ("neighborhoors", &["neighbors"]), + ("neighborhoud", &["neighborhood"]), + ("neighborhouds", &["neighborhoods"]), + ("neighbos", &["neighbors"]), + ("neighbot", &["neighbor"]), + ("neighbothood", &["neighborhood"]), + ("neighbothoods", &["neighborhoods"]), + ("neighbots", &["neighbors"]), + ("neighbouing", &["neighbouring"]), + ("neighbourgh", &["neighbour"]), + ("neighbourghs", &["neighbours"]), + ("neighbourhhod", &["neighbourhood"]), + ("neighbourhhods", &["neighbourhoods"]), + ("neighbourhhood", &["neighbourhood"]), + ("neighbourhhoods", &["neighbourhoods"]), + ("neighbourhing", &["neighbouring"]), + ("neighbourhod", &["neighbourhood"]), + ("neighbourhodd", &["neighbourhood"]), + ("neighbourhodds", &["neighbourhoods"]), + ("neighbourhods", &["neighbourhoods"]), + ("neighbourhooding", &["neighbouring"]), + ("neighbourhoof", &["neighbourhood"]), + ("neighbourhoofs", &["neighbourhoods"]), + ("neighbourhoood", &["neighbourhood"]), + ("neighbourhooods", &["neighbourhoods"]), + ("neighbourhoor", &["neighbour"]), + ("neighbourhoors", &["neighbours"]), + ("neighbourhoud", &["neighbourhood"]), + ("neighbourhouds", &["neighbourhoods"]), + ("neighbous", &["neighbours"]), + ("neighbout", &["neighbour"]), + ("neighbouthood", &["neighbourhood"]), + ("neighbouthoods", &["neighbourhoods"]), + ("neighbouts", &["neighbours"]), + ("neighbr", &["neighbor"]), + ("neighbrs", &["neighbors"]), + ("neighbur", &["neighbor"]), + ("neighburhood", &["neighborhood"]), + ("neighburhoods", &["neighborhoods"]), + ("neighburing", &["neighboring"]), + ("neighburs", &["neighbors"]), + ("neigher", &["neither"]), + ("neighobr", &["neighbor"]), + ("neighobrhood", &["neighborhood"]), + ("neighobrhoods", &["neighborhoods"]), + ("neighobring", &["neighboring"]), + ("neighobrs", &["neighbors"]), + ("neighor", &["neighbor"]), + ("neighorhood", &["neighborhood"]), + ("neighorhoods", &["neighborhoods"]), + ("neighoring", &["neighboring"]), + ("neighors", &["neighbors"]), + ("neighour", &["neighbour"]), + ("neighourhood", &["neighbourhood"]), + ("neighourhoods", &["neighbourhoods"]), + ("neighouring", &["neighbouring"]), + ("neighours", &["neighbours"]), + ("neighror", &["neighbour"]), + ("neighrorhood", &["neighbourhood"]), + ("neighrorhoods", &["neighbourhoods"]), + ("neighroring", &["neighbouring"]), + ("neighrors", &["neighbours"]), + ("neighrour", &["neighbour"]), + ("neighrourhood", &["neighbourhood"]), + ("neighrourhoods", &["neighbourhoods"]), + ("neighrouring", &["neighbouring"]), + ("neighrours", &["neighbours"]), + ("neight", &["neither"]), + ("neightbor", &["neighbor"]), + ("neightborhood", &["neighborhood"]), + ("neightborhoods", &["neighborhoods"]), + ("neightboring", &["neighboring"]), + ("neightbors", &["neighbors"]), + ("neightbour", &["neighbour"]), + ("neightbourhood", &["neighbourhood"]), + ("neightbourhoods", &["neighbourhoods"]), + ("neightbouring", &["neighbouring"]), + ("neightbours", &["neighbours"]), + ("neighter", &["neither"]), + ("neightobr", &["neighbor"]), + ("neightobrhood", &["neighborhood"]), + ("neightobrhoods", &["neighborhoods"]), + ("neightobring", &["neighboring"]), + ("neightobrs", &["neighbors"]), + ("neiter", &["neither"]), + ("nelink", &["netlink"]), + ("nenviroment", &["environment"]), + ("neolitic", &["neolithic"]), + ("nerver", &["never"]), + ("nescessarily", &["necessarily"]), + ("nescessary", &["necessary"]), + ("nesesarily", &["necessarily"]), + ("nessary", &["necessary"]), + ("nessasarily", &["necessarily"]), + ("nessasary", &["necessary"]), + ("nessecarilt", &["necessarily"]), + ("nessecarily", &["necessarily"]), + ("nessecarry", &["necessary"]), + ("nessecary", &["necessary"]), + ("nesseccary", &["necessary"]), + ("nessesarily", &["necessarily"]), + ("nessesary", &["necessary"]), + ("nessessarily", &["necessarily"]), + ("nessessary", &["necessary"]), + ("nestin", &["nesting"]), + ("nestwork", &["network"]), + ("netacpe", &["netscape"]), + ("netcape", &["netscape"]), + ("nethods", &["methods"]), + ("netiher", &["neither"]), + ("netowrk", &["network"]), + ("netowrks", &["networks"]), + ("netscpe", &["netscape"]), + ("netural", &["neutral", "natural"]), + ("netwplit", &["netsplit"]), + ("netwrok", &["network"]), + ("netwroked", &["networked"]), + ("netwroks", &["networks"]), + ("netwrork", &["network"]), + ("neumeric", &["numeric"]), + ("nevere", &["never"]), + ("neveretheless", &["nevertheless"]), + ("nevers", &["never"]), + ("neverthless", &["nevertheless"]), + ("newletters", &["newsletters"]), + ("nework", &["network"]), + ("neworks", &["networks"]), + ("newslines", &["newlines"]), + ("newthon", &["newton"]), + ("newtork", &["network"]), + ("Newyorker", &["New Yorker"]), + ("nighbor", &["neighbor"]), + ("nighborhood", &["neighborhood"]), + ("nighboring", &["neighboring"]), + ("nightfa;;", &["nightfall"]), + ("nightime", &["nighttime"]), + ("nimutes", &["minutes"]), + ("nin", &["inn", "min", "bin", "nine"]), + ("nineth", &["ninth"]), + ("ninima", &["minima"]), + ("ninimal", &["minimal"]), + ("ninimum", &["minimum"]), + ("ninjs", &["ninja"]), + ("ninteenth", &["nineteenth"]), + ("ninties", &["nineties", "1990s"]), + ("ninty", &["ninety", "minty"]), + ("nither", &["neither"]), + ("nknown", &["unknown"]), + ("nkow", &["know"]), + ("nkwo", &["know"]), + ("nmae", &["name"]), + ("nned", &["need"]), + ("nnumber", &["number"]), + ("no-overide", &["no-override"]), + ("nodel", &["model", "nodal"]), + ("nodels", &["models"]), + ("nodess", &["nodes"]), + ("nodulated", &["modulated"]), + ("noe", &["not", "no", "node", "know", "now"]), + ("nofified", &["notified"]), + ("nofity", &["notify"]), + ("nohypen", &["nohyphen"]), + ("noice", &["noise", "nice", "notice"]), + ("nomimal", &["nominal"]), + ("non-alphanumunder", &["non-alphanumeric"]), + ("non-asii", &["non-ascii"]), + ("non-assiged", &["non-assigned"]), + ("non-bloking", &["non-blocking"]), + ("non-compleeted", &["non-completed"]), + ("non-complient", &["non-compliant"]), + ("non-corelated", &["non-correlated"]), + ("non-existant", &["non-existent"]), + ("non-exluded", &["non-excluded"]), + ("non-indentended", &["non-indented"]), + ("non-inmediate", &["non-immediate"]), + ("non-inreractive", &["non-interactive"]), + ("non-instnat", &["non-instant"]), + ("non-meausure", &["non-measure"]), + ("non-negatiotiable", &["non-negotiable"]), + ("non-negatiotiated", &["non-negotiated"]), + ("non-negoable", &["non-negotiable"]), + ("non-negoated", &["non-negotiated"]), + ("non-negoatiable", &["non-negotiable"]), + ("non-negoatiated", &["non-negotiated"]), + ("non-negociable", &["non-negotiable"]), + ("non-negociated", &["non-negotiated"]), + ("non-negogtiable", &["non-negotiable"]), + ("non-negogtiated", &["non-negotiated"]), + ("non-negoitable", &["non-negotiable"]), + ("non-negoitated", &["non-negotiated"]), + ("non-negoptionsotiable", &["non-negotiable"]), + ("non-negoptionsotiated", &["non-negotiated"]), + ("non-negosiable", &["non-negotiable"]), + ("non-negosiated", &["non-negotiated"]), + ("non-negotable", &["non-negotiable"]), + ("non-negotaiable", &["non-negotiable"]), + ("non-negotaiated", &["non-negotiated"]), + ("non-negotaible", &["non-negotiable"]), + ("non-negotaited", &["non-negotiated"]), + ("non-negotated", &["non-negotiated"]), + ("non-negotatiable", &["non-negotiable"]), + ("non-negotatiated", &["non-negotiated"]), + ("non-negotatible", &["non-negotiable"]), + ("non-negotatied", &["non-negotiated"]), + ("non-negothiable", &["non-negotiable"]), + ("non-negothiated", &["non-negotiated"]), + ("non-negotible", &["non-negotiable"]), + ("non-negoticable", &["non-negotiable"]), + ("non-negoticated", &["non-negotiated"]), + ("non-negotioable", &["non-negotiable"]), + ("non-negotioated", &["non-negotiated"]), + ("non-negotioble", &["non-negotiable"]), + ("non-negotionable", &["non-negotiable"]), + ("non-negotionated", &["non-negotiated"]), + ("non-negotiotable", &["non-negotiable"]), + ("non-negotiotated", &["non-negotiated"]), + ("non-negotiote", &["non-negotiated"]), + ("non-negotitable", &["non-negotiable"]), + ("non-negotitaed", &["non-negotiated"]), + ("non-negotitated", &["non-negotiated"]), + ("non-negotited", &["non-negotiated"]), + ("non-negoziable", &["non-negotiable"]), + ("non-negoziated", &["non-negotiated"]), + ("non-priviliged", &["non-privileged"]), + ("non-referenced-counted", &["non-reference-counted"]), + ("non-replacable", &["non-replaceable"]), + ("non-replacalbe", &["non-replaceable"]), + ("non-reproducable", &["non-reproducible"]), + ("non-seperable", &["non-separable"]), + ("non-trasparent", &["non-transparent"]), + ("non-useful", &["useless"]), + ("non-usefull", &["useless"]), + ("non-virutal", &["non-virtual"]), + ("nonbloking", &["non-blocking"]), + ("noncombatents", &["noncombatants"]), + ("nonexistance", &["nonexistence"]), + ("nonexistant", &["nonexistent"]), + ("nonnegarive", &["nonnegative"]), + ("nonsence", &["nonsense"]), + ("nonsens", &["nonsense"]), + ("nonseperable", &["non-separable"]), + ("nonte", &["note"]), + ("nontheless", &["nonetheless"]), + ("noo", &["no"]), + ("noone", &["no one"]), + ("noral", &["normal", "moral"]), + ("noralize", &["normalize"]), + ("noralized", &["normalized"]), + ("noramal", &["normal"]), + ("noramalise", &["normalise"]), + ("noramalised", &["normalised"]), + ("noramalises", &["normalises"]), + ("noramalising", &["normalising"]), + ("noramalize", &["normalize"]), + ("noramalized", &["normalized"]), + ("noramalizes", &["normalizes"]), + ("noramalizing", &["normalizing"]), + ("noramals", &["normals"]), + ("noraml", &["normal"]), + ("nore", &["nor", "more"]), + ("norhern", &["northern"]), + ("norifications", &["notifications"]), + ("normailzation", &["normalization"]), + ("normaized", &["normalized"]), + ("normale", &["normal"]), + ("normales", &["normals"]), + ("normall", &["normal", "normally"]), + ("normaly", &["normally"]), + ("normalyl", &["normally"]), + ("normalyly", &["normally"]), + ("normalysed", &["normalised"]), + ("normalyy", &["normally"]), + ("normalyzation", &["normalization"]), + ("normalyze", &["normalize"]), + ("normalyzed", &["normalized"]), + ("normlly", &["normally"]), + ("normnal", &["normal"]), + ("northen", &["northern"]), + ("northereastern", &["northeastern"]), + ("nortmally", &["normally"]), + ("notabley", &["notably"]), + ("notaion", &["notation"]), + ("notaly", &["notably"]), + ("notasion", &["notation"]), + ("notatin", &["notation"]), + ("noteable", &["notable"]), + ("noteably", &["notably"]), + ("noteriety", &["notoriety"]), + ("notfication", &["notification"]), + ("notfications", &["notifications"]), + ("noth", &["north"]), + ("nothern", &["northern"]), + ("nothign", &["nothing"]), + ("nothigng", &["nothing"]), + ("nothihg", &["nothing"]), + ("nothin", &["nothing"]), + ("nothind", &["nothing"]), + ("noticable", &["noticeable"]), + ("noticably", &["noticeably"]), + ("notication", &["notification"]), + ("notications", &["notifications"]), + ("noticeing", &["noticing"]), + ("noticiable", &["noticeable"]), + ("noticible", &["noticeable"]), + ("notidy", &["notify", "not tidy"]), + ("notifaction", &["notification"]), + ("notifactions", &["notifications"]), + ("notifcation", &["notification"]), + ("notifcations", &["notifications"]), + ("notifed", &["notified"]), + ("notifer", &["notifier"]), + ("notifes", &["notifies"]), + ("notificaction", &["notification"]), + ("notificaiton", &["notification"]), + ("notificaitons", &["notifications"]), + ("notificaton", &["notification"]), + ("notificiation", &["notification"]), + ("notifiy", &["notify"]), + ("notifiying", &["notifying"]), + ("notifycation", &["notification"]), + ("notity", &["notify"]), + ("notmalize", &["normalize"]), + ("notmalized", &["normalized"]), + ("notmutch", &["notmuch"]), + ("notning", &["nothing"]), + ("notse", &["notes", "note"]), + ("nott", &["not"]), + ("notwhithstanding", &["notwithstanding"]), + ("noveau", &["nouveau"]), + ("Novemer", &["November"]), + ("Novermber", &["November"]), + ("nowadys", &["nowadays"]), + ("nowdays", &["nowadays"]), + ("nowe", &["now"]), + ("ntification", &["notification"]), + ("nuber", &["number"]), + ("nubering", &["numbering"]), + ("nubmer", &["number"]), + ("nubmers", &["numbers"]), + ("nucleous", &["nucleus", "nucleolus"]), + ("nucular", &["nuclear"]), + ("nuculear", &["nuclear"]), + ("nuisanse", &["nuisance"]), + ("nuissance", &["nuisance"]), + ("nulk", &["null"]), + ("Nullabour", &["Nullarbor"]), + ("nulll", &["null"]), + ("numberal", &["numeral"]), + ("numberals", &["numerals"]), + ("numberic", &["numeric"]), + ("numberous", &["numerous"]), + ("numbert", &["number"]), + ("numbres", &["numbers"]), + ("numearate", &["numerate"]), + ("numearation", &["numeration"]), + ("numeber", &["number"]), + ("numebering", &["numbering"]), + ("numebers", &["numbers"]), + ("numebr", &["number"]), + ("numebrs", &["numbers"]), + ("numer", &["number"]), + ("numeraotr", &["numerator"]), + ("numerbering", &["numbering"]), + ("numerial", &["numeral", "numerical"]), + ("numering", &["numbering"]), + ("numers", &["numbers"]), + ("nummber", &["number"]), + ("nummbers", &["numbers"]), + ("numnber", &["number"]), + ("numnbered", &["numbered"]), + ("numnbering", &["numbering"]), + ("numnbers", &["numbers"]), + ("numner", &["number"]), + ("numners", &["numbers"]), + ("numver", &["number"]), + ("numvers", &["numbers"]), + ("nunber", &["number"]), + ("nunbers", &["numbers"]), + ("Nuremburg", &["Nuremberg"]), + ("nusance", &["nuisance"]), + ("nutritent", &["nutrient"]), + ("nutritents", &["nutrients"]), + ("nuturing", &["nurturing"]), + ("nwe", &["new"]), + ("nwo", &["now"]), + ("o\'caml", &["OCaml"]), + ("obay", &["obey"]), + ("obect", &["object"]), + ("obediance", &["obedience"]), + ("obediant", &["obedient"]), + ("obejct", &["object"]), + ("obeserve", &["observe"]), + ("obession", &["obsession"]), + ("obessions", &["obsessions"]), + ("obgect", &["object"]), + ("obgects", &["objects"]), + ("obhect", &["object"]), + ("obhectification", &["objectification"]), + ("obhectifies", &["objectifies"]), + ("obhectify", &["objectify"]), + ("obhectifying", &["objectifying"]), + ("obhecting", &["objecting"]), + ("obhection", &["objection"]), + ("obhects", &["objects"]), + ("obious", &["obvious"]), + ("obiously", &["obviously"]), + ("objec", &["object"]), + ("objecs", &["objects"]), + ("objectss", &["objects"]), + ("objejct", &["object"]), + ("objekt", &["object"]), + ("objet", &["object"]), + ("objetc", &["object"]), + ("objetcs", &["objects"]), + ("objets", &["objects"]), + ("objtain", &["obtain"]), + ("objtained", &["obtained"]), + ("objtains", &["obtains"]), + ("objump", &["objdump"]), + ("oblitque", &["oblique"]), + ("obnject", &["object"]), + ("obscur", &["obscure"]), + ("obselete", &["obsolete"]), + ("observ", &["observe"]), + ("observered", &["observed"]), + ("obsevrer", &["observer"]), + ("obsevrers", &["observers"]), + ("obsolate", &["obsolete"]), + ("obsolesence", &["obsolescence"]), + ("obsolite", &["obsolete"]), + ("obsolited", &["obsoleted"]), + ("obsolte", &["obsolete"]), + ("obsolted", &["obsoleted"]), + ("obssessed", &["obsessed"]), + ("obstacal", &["obstacle"]), + ("obstancles", &["obstacles"]), + ("obstruced", &["obstructed"]), + ("obsure", &["obscure"]), + ("obtaien", &["obtain", "obtained"]), + ("obtaiend", &["obtained"]), + ("obtaiens", &["obtains"]), + ("obtaion", &["obtain"]), + ("obtaioned", &["obtained"]), + ("obtaions", &["obtains"]), + ("obtrain", &["obtain"]), + ("obtrained", &["obtained"]), + ("obtrains", &["obtains"]), + ("obusing", &["abusing"]), + ("obvisious", &["obvious"]), + ("obvisous", &["obvious"]), + ("obvisously", &["obviously"]), + ("obyect", &["object"]), + ("obyekt", &["object"]), + ("ocasion", &["occasion"]), + ("ocasional", &["occasional"]), + ("ocasionally", &["occasionally"]), + ("ocasionaly", &["occasionally"]), + ("ocasioned", &["occasioned"]), + ("ocasions", &["occasions"]), + ("ocassion", &["occasion"]), + ("ocassional", &["occasional"]), + ("ocassionally", &["occasionally"]), + ("ocassionaly", &["occasionally"]), + ("ocassioned", &["occasioned"]), + ("ocassions", &["occasions"]), + ("occaison", &["occasion"]), + ("occasinal", &["occasional"]), + ("occasinally", &["occasionally"]), + ("occasionaly", &["occasionally"]), + ("occassion", &["occasion"]), + ("occassional", &["occasional"]), + ("occassionally", &["occasionally"]), + ("occassionaly", &["occasionally"]), + ("occassioned", &["occasioned"]), + ("occassions", &["occasions"]), + ("occational", &["occasional"]), + ("occationally", &["occasionally"]), + ("occcur", &["occur"]), + ("occcured", &["occurred"]), + ("occcurs", &["occurs"]), + ("occour", &["occur"]), + ("occoured", &["occurred"]), + ("occouring", &["occurring"]), + ("occourring", &["occurring"]), + ("occours", &["occurs"]), + ("occsionally", &["occasionally"]), + ("occuped", &["occupied"]), + ("occupided", &["occupied"]), + ("occuracy", &["accuracy"]), + ("occurance", &["occurrence"]), + ("occurances", &["occurrences"]), + ("occurately", &["accurately"]), + ("occurd", &["occurred", "occur"]), + ("occurded", &["occurred"]), + ("occure", &["occur", "occurred"]), + ("occured", &["occurred"]), + ("occurence", &["occurrence"]), + ("occurences", &["occurrences"]), + ("occures", &["occurs"]), + ("occuring", &["occurring"]), + ("occurr", &["occur"]), + ("occurrance", &["occurrence"]), + ("occurrances", &["occurrences"]), + ("occurrs", &["occurs"]), + ("oclock", &["o\'clock"]), + ("ocntext", &["context"]), + ("ocorrence", &["occurrence"]), + ("ocorrences", &["occurrences"]), + ("octect", &["octet"]), + ("octohedra", &["octahedra"]), + ("octohedral", &["octahedral"]), + ("octohedron", &["octahedron"]), + ("ocuntries", &["countries"]), + ("ocuntry", &["country"]), + ("ocupied", &["occupied"]), + ("ocupies", &["occupies"]), + ("ocupy", &["occupy"]), + ("ocupying", &["occupying"]), + ("ocur", &["occur"]), + ("ocurr", &["occur"]), + ("ocurrance", &["occurrence"]), + ("ocurred", &["occurred"]), + ("ocurrence", &["occurrence"]), + ("ocurrences", &["occurrences"]), + ("oder", &["order", "odor"]), + ("odly", &["oddly"]), + ("oen", &["one"]), + ("oerflow", &["overflow"]), + ("ofcource", &["of course"]), + ("offcers", &["officers"]), + ("offcial", &["official"]), + ("offcially", &["officially"]), + ("offcials", &["officials"]), + ("offerd", &["offered"]), + ("offereings", &["offerings"]), + ("offest", &["offset"]), + ("offests", &["offsets"]), + ("offet", &["offset", "offer"]), + ("offets", &["offsets", "offers"]), + ("offic", &["office"]), + ("offical", &["official"]), + ("offically", &["officially"]), + ("officals", &["officials"]), + ("officaly", &["officially"]), + ("officeal", &["official"]), + ("officeally", &["officially"]), + ("officeals", &["officials"]), + ("officealy", &["officially"]), + ("officialy", &["officially"]), + ("offloded", &["offloaded"]), + ("offred", &["offered"]), + ("offser", &["offset"]), + ("offseted", &["offsetted"]), + ("offseting", &["offsetting"]), + ("offsetp", &["offset"]), + ("offsett", &["offset"]), + ("offstets", &["offsets"]), + ("offten", &["often"]), + ("oficial", &["official"]), + ("oficially", &["officially"]), + ("ofo", &["of"]), + ("ofrom", &["from"]), + ("ofsetted", &["offsetted"]), + ("oftenly", &["often"]), + ("ofthe", &["of the"]), + ("ofthen", &["often", "of then"]), + ("oging", &["going", "ogling"]), + ("oherwise", &["otherwise"]), + ("ohter", &["other"]), + ("ohters", &["others"]), + ("ohterwise", &["otherwise"]), + ("oigin", &["origin"]), + ("oiginal", &["original"]), + ("oiginally", &["originally"]), + ("oiginals", &["originals"]), + ("oiginating", &["originating"]), + ("oigins", &["origins"]), + ("oints", &["points", "pints"]), + ("ois", &["is"]), + ("ojbect", &["object"]), + ("oje", &["one"]), + ("oject", &["object"]), + ("ojection", &["objection"]), + ("ojective", &["objective"]), + ("ojects", &["objects"]), + ("ojekts", &["objects"]), + ("okat", &["okay"]), + ("oldes", &["oldest"]), + ("oll", &["all", "ole", "old", "Olly", "oil"]), + ("olny", &["only"]), + ("olt", &["old"]), + ("olther", &["other"]), + ("oly", &["only"]), + ("omision", &["omission"]), + ("omited", &["omitted"]), + ("omiting", &["omitting"]), + ("omitt", &["omit"]), + ("omlette", &["omelette"]), + ("ommision", &["omission"]), + ("ommission", &["omission"]), + ("ommit", &["omit"]), + ("ommited", &["omitted"]), + ("ommiting", &["omitting"]), + ("ommits", &["omits"]), + ("ommitted", &["omitted"]), + ("ommitting", &["omitting"]), + ("omniverous", &["omnivorous"]), + ("omniverously", &["omnivorously"]), + ("omplementaion", &["implementation"]), + ("omplementation", &["implementation"]), + ("omre", &["more"]), + ("onces", &["ounces", "once", "ones"]), + ("ond", &["one"]), + ("one-dimenional", &["one-dimensional"]), + ("one-dimenionsal", &["one-dimensional"]), + ("onece", &["once"]), + ("onedimenional", &["one-dimensional"]), + ("onedimenionsal", &["one-dimensional"]), + ("oneliners", &["one-liners"]), + ("oneyway", &["oneway"]), + ("ongly", &["only"]), + ("onl", &["only"]), + ("onlie", &["online", "only"]), + ("onliene", &["online"]), + ("onlly", &["only"]), + ("onoly", &["only"]), + ("onot", &["note", "not"]), + ("ons", &["owns"]), + ("onself", &["oneself"]), + ("onservation", &["conservation", "observation"]), + ("ontain", &["contain"]), + ("ontained", &["contained"]), + ("ontainer", &["container"]), + ("ontainers", &["containers"]), + ("ontainging", &["containing"]), + ("ontaining", &["containing"]), + ("ontainor", &["container"]), + ("ontainors", &["containers"]), + ("ontains", &["contains"]), + ("onthe", &["on the"]), + ("ontop", &["on top"]), + ("ontrolled", &["controlled"]), + ("ony", &["only"]), + ("onyl", &["only"]), + ("oommits", &["commits"]), + ("opactity", &["opacity"]), + ("opacy", &["opacity"]), + ("opague", &["opaque"]), + ("opatque", &["opaque"]), + ("opbject", &["object"]), + ("opbjective", &["objective"]), + ("opbjects", &["objects"]), + ("opeaaration", &["operation"]), + ("opeaarations", &["operations"]), + ("opeabcration", &["operation"]), + ("opeabcrations", &["operations"]), + ("opearand", &["operand"]), + ("opearands", &["operands"]), + ("opearate", &["operate"]), + ("opearates", &["operates"]), + ("opearating", &["operating"]), + ("opearation", &["operation"]), + ("opearations", &["operations"]), + ("opearatios", &["operations"]), + ("opearator", &["operator"]), + ("opearators", &["operators"]), + ("opearion", &["operation"]), + ("opearions", &["operations"]), + ("opearios", &["operations"]), + ("opeariton", &["operation"]), + ("opearitons", &["operations"]), + ("opearitos", &["operations"]), + ("opearnd", &["operand"]), + ("opearnds", &["operands"]), + ("opearor", &["operator"]), + ("opearors", &["operators"]), + ("opearte", &["operate"]), + ("opearted", &["operated"]), + ("opeartes", &["operates"]), + ("opearting", &["operating"]), + ("opeartion", &["operation"]), + ("opeartions", &["operations"]), + ("opeartios", &["operations"]), + ("opeartor", &["operator"]), + ("opeartors", &["operators"]), + ("opeate", &["operate"]), + ("opeates", &["operates"]), + ("opeation", &["operation"]), + ("opeational", &["operational"]), + ("opeations", &["operations"]), + ("opeatios", &["operations"]), + ("opeator", &["operator"]), + ("opeators", &["operators"]), + ("opeatror", &["operator"]), + ("opeatrors", &["operators"]), + ("opeg", &["open"]), + ("opeging", &["opening"]), + ("opeing", &["opening"]), + ("opeinging", &["opening"]), + ("opeings", &["openings"]), + ("opem", &["open"]), + ("opemed", &["opened"]), + ("opemess", &["openness"]), + ("opeming", &["opening"]), + ("opems", &["opens"]), + ("openbrower", &["openbrowser"]), + ("openeing", &["opening"]), + ("openend", &["opened"]), + ("openened", &["opened"]), + ("openening", &["opening"]), + ("openess", &["openness"]), + ("openin", &["opening"]), + ("openned", &["opened"]), + ("openning", &["opening"]), + ("openscource", &["open-source", "open source", "opensource"]), + ( + "openscourced", + &["open-sourced", "open sourced", "opensourced"], + ), + ("operaand", &["operand"]), + ("operaands", &["operands"]), + ("operaion", &["operation"]), + ("operaiton", &["operation"]), + ("operandes", &["operands"]), + ("operaror", &["operator"]), + ("operatation", &["operation"]), + ("operatations", &["operations"]), + ("operater", &["operator"]), + ("operatio", &["operation"]), + ("operatione", &["operation"]), + ("operatior", &["operator"]), + ("operatng", &["operating"]), + ("operaton", &["operation"]), + ("operatons", &["operations"]), + ("operattion", &["operation"]), + ("operattions", &["operations"]), + ("opereation", &["operation"]), + ("opertaion", &["operation"]), + ("opertaions", &["operations"]), + ("opertion", &["operation"]), + ("opertional", &["operational"]), + ("opertions", &["operations"]), + ("opetional", &["optional"]), + ("ophan", &["orphan"]), + ("opion", &["option"]), + ("opionally", &["optionally"]), + ("opions", &["options"]), + ("opiton", &["option"]), + ("opitons", &["options"]), + ("opne", &["open"]), + ("opnegroup", &["opengroup"]), + ("opnssl", &["openssl"]), + ("oponent", &["opponent"]), + ("oportions", &["options", "apportions"]), + ("oportunity", &["opportunity"]), + ("opose", &["oppose"]), + ("oposed", &["opposed"]), + ("oposite", &["opposite"]), + ("oposition", &["opposition"]), + ("oppenly", &["openly"]), + ("opperation", &["operation"]), + ("opperational", &["operational"]), + ("opperations", &["operations"]), + ("oppertunist", &["opportunist"]), + ("oppertunities", &["opportunities"]), + ("oppertunity", &["opportunity"]), + ("oppinion", &["opinion"]), + ("oppinions", &["opinions"]), + ("opponant", &["opponent"]), + ("oppononent", &["opponent"]), + ("opportunisticly", &["opportunistically"]), + ("opportunistly", &["opportunistically"]), + ("opportunties", &["opportunities"]), + ("oppositition", &["opposition"]), + ("oppossed", &["opposed"]), + ("opprotunity", &["opportunity"]), + ("opproximate", &["approximate"]), + ("opps", &["oops"]), + ("oppsofite", &["opposite"]), + ("oppurtunity", &["opportunity"]), + ("opration", &["operation"]), + ("opreating", &["operating"]), + ("opreation", &["operation"]), + ("opreations", &["operations"]), + ("opression", &["oppression"]), + ("opressive", &["oppressive"]), + ("optain", &["obtain"]), + ("optained", &["obtained"]), + ("optains", &["obtains"]), + ("optaionl", &["optional"]), + ("opten", &["often", "open"]), + ("optening", &["opening"]), + ("optet", &["opted"]), + ("opthalmic", &["ophthalmic"]), + ("opthalmologist", &["ophthalmologist"]), + ("opthalmology", &["ophthalmology"]), + ("opthamologist", &["ophthalmologist"]), + ("optiional", &["optional"]), + ("optimasation", &["optimization"]), + ("optimation", &["optimization", "optimisation"]), + ("optimazation", &["optimization"]), + ("optimiality", &["optimality"]), + ("optimier", &["optimizer", "optimiser"]), + ("optimisim", &["optimism"]), + ("optimisitc", &["optimistic"]), + ("optimisitic", &["optimistic"]), + ("optimissm", &["optimism"]), + ("optimitation", &["optimization"]), + ("optimizaing", &["optimizing"]), + ("optimizier", &["optimizer"]), + ("optimyze", &["optimize"]), + ("optimze", &["optimize"]), + ("optimzie", &["optimize"]), + ("optin", &["option"]), + ("optinal", &["optional"]), + ("optinally", &["optionally"]), + ("optio", &["option"]), + ("optioanl", &["optional"]), + ("optioin", &["option"]), + ("optioinal", &["optional"]), + ("optioins", &["options"]), + ("optionall", &["optional", "optionally"]), + ("optionalliy", &["optionally"]), + ("optionallly", &["optionally"]), + ("optionaly", &["optionally"]), + ("optionel", &["optional"]), + ("optiones", &["options"]), + ("optionial", &["optional"]), + ("optionn", &["option"]), + ("optionnal", &["optional"]), + ("optionnaly", &["optionally"]), + ("optionss", &["options"]), + ("optios", &["options"]), + ("optismied", &["optimised"]), + ("optizmied", &["optimized"]), + ("optmisation", &["optimisation"]), + ("optmisations", &["optimisations"]), + ("optmization", &["optimization"]), + ("optmizations", &["optimizations"]), + ("optmize", &["optimize"]), + ("optmized", &["optimized"]), + ("optoin", &["option"]), + ("optoins", &["options"]), + ("optomism", &["optimism"]), + ("opulate", &["populate", "opiate", "opulent"]), + ("opulates", &["populates", "opiates"]), + ("orcale", &["oracle"]), + ("orded", &["ordered"]), + ("orderd", &["ordered"]), + ("ordner", &["order"]), + ("orgamise", &["organise"]), + ("organim", &["organism"]), + ("organisaion", &["organisation"]), + ("organisaions", &["organisations"]), + ("organistion", &["organisation"]), + ("organistions", &["organisations"]), + ("organizaion", &["organization"]), + ("organizaions", &["organizations"]), + ("organiztion", &["organization"]), + ("organiztions", &["organizations"]), + ("organsiation", &["organisation"]), + ("organsiations", &["organisations"]), + ("organziation", &["organization"]), + ("organziations", &["organizations"]), + ("orgiginal", &["original"]), + ("orgiginally", &["originally"]), + ("orgiginals", &["originals"]), + ("orgin", &["origin", "organ"]), + ("orginal", &["original"]), + ("orginally", &["originally"]), + ("orginals", &["originals"]), + ("orginate", &["originate"]), + ("orginated", &["originated"]), + ("orginates", &["originates"]), + ("orginating", &["originating"]), + ("orginial", &["original"]), + ("orginially", &["originally"]), + ("orginials", &["originals"]), + ("orginiate", &["originate"]), + ("orginiated", &["originated"]), + ("orginiates", &["originates"]), + ("orgininal", &["original"]), + ("orgininals", &["originals"]), + ("orginisation", &["organisation"]), + ("orginisations", &["organisations"]), + ("orginised", &["organised"]), + ("orginization", &["organization"]), + ("orginizations", &["organizations"]), + ("orginize", &["organise", "organize"]), + ("orginized", &["organized"]), + ("orgins", &["origins", "organs"]), + ("orginx", &["originx"]), + ("orginy", &["originy"]), + ("orhpan", &["orphan"]), + ("oriant", &["orient"]), + ("oriantate", &["orientate"]), + ("oriantated", &["orientated"]), + ("oriantation", &["orientation"]), + ("oridinal", &["ordinal", "original"]), + ("oridinarily", &["ordinarily"]), + ("orienatate", &["orientate"]), + ("orienatated", &["orientated"]), + ("orienatation", &["orientation"]), + ("orienate", &["orientate", "orient", "ornate"]), + ("orienation", &["orientation"]), + ("orientaion", &["orientation"]), + ("orientatied", &["orientated"]), + ("oriente", &["oriented"]), + ("orientiation", &["orientation"]), + ("orientied", &["oriented"]), + ("orientned", &["oriented"]), + ("origanaly", &["originally"]), + ("origial", &["original"]), + ("origially", &["originally"]), + ("origianal", &["original"]), + ("origianally", &["originally"]), + ("origianaly", &["originally"]), + ("origianl", &["original"]), + ("origianls", &["originals"]), + ("origigin", &["origin"]), + ("origiginal", &["original"]), + ("origiginally", &["originally"]), + ("origiginals", &["originals"]), + ("originall", &["original", "originally"]), + ("originaly", &["originally"]), + ("originial", &["original"]), + ("originially", &["originally"]), + ("originiated", &["originated"]), + ("originiating", &["originating"]), + ("origininal", &["original"]), + ("origininate", &["originate"]), + ("origininated", &["originated"]), + ("origininates", &["originates"]), + ("origininating", &["originating"]), + ("origining", &["originating"]), + ("originnally", &["originally"]), + ("origion", &["origin"]), + ("origional", &["original"]), + ("origionally", &["originally"]), + ("orign", &["origin"]), + ("orignal", &["original"]), + ("orignally", &["originally"]), + ("orignial", &["original"]), + ("orignially", &["originally"]), + ("origninal", &["original"]), + ("oringal", &["original"]), + ("oringally", &["originally"]), + ("orpan", &["orphan"]), + ("orpanage", &["orphanage"]), + ("orpaned", &["orphaned"]), + ("orpans", &["orphans"]), + ("orriginal", &["original"]), + ("orthagnal", &["orthogonal"]), + ("orthagonal", &["orthogonal"]), + ("orthagonalize", &["orthogonalize"]), + ("orthoganal", &["orthogonal"]), + ("orthoganalize", &["orthogonalize"]), + ("orthognal", &["orthogonal"]), + ("osbscure", &["obscure"]), + ("osciallator", &["oscillator"]), + ("oscilate", &["oscillate"]), + ("oscilated", &["oscillated"]), + ("oscilating", &["oscillating"]), + ("oscilator", &["oscillator"]), + ("osffset", &["offset"]), + ("osffsets", &["offsets"]), + ("osffsetting", &["offsetting"]), + ("osicllations", &["oscillations"]), + ("ot", &["to", "of", "or"]), + ("otain", &["obtain"]), + ("otained", &["obtained"]), + ("otains", &["obtains"]), + ("otehr", &["other"]), + ("otehrwice", &["otherwise"]), + ("otehrwise", &["otherwise"]), + ("otehrwize", &["otherwise"]), + ("oter", &["other", "otter"]), + ("oterwice", &["otherwise"]), + ("oterwise", &["otherwise"]), + ("oterwize", &["otherwise"]), + ("othe", &["other"]), + ("othere", &["other"]), + ("otherewise", &["otherwise"]), + ("otherise", &["otherwise"]), + ("otheriwse", &["otherwise"]), + ("otherwaise", &["otherwise"]), + ("otherways", &["otherwise"]), + ("otherweis", &["otherwise"]), + ("otherweise", &["otherwise"]), + ("otherwhere", &["elsewhere"]), + ("otherwhile", &["otherwise"]), + ("otherwhise", &["otherwise"]), + ("otherwice", &["otherwise"]), + ("otherwide", &["otherwise"]), + ("otherwis", &["otherwise"]), + ("otherwize", &["otherwise"]), + ("otherwordly", &["otherworldly"]), + ("otherwose", &["otherwise"]), + ("otherwrite", &["overwrite"]), + ("otherws", &["otherwise"]), + ("otherwse", &["otherwise"]), + ("otherwsie", &["otherwise"]), + ("otherwsise", &["otherwise"]), + ("otherwuise", &["otherwise"]), + ("otherwwise", &["otherwise"]), + ("otherwyse", &["otherwise"]), + ("othewice", &["otherwise"]), + ("othewise", &["otherwise"]), + ("othewize", &["otherwise"]), + ("otho", &["otoh"]), + ("othographic", &["orthographic"]), + ("othwerwise", &["otherwise"]), + ("othwhise", &["otherwise"]), + ("otification", &["notification"]), + ("otiginal", &["original"]), + ("otion", &["option"]), + ("otional", &["optional", "notional"]), + ("otions", &["options"]), + ("otpion", &["option"]), + ("otpions", &["options"]), + ("otput", &["output"]), + ("otu", &["out"]), + ("oublisher", &["publisher"]), + ("ouevre", &["oeuvre"]), + ("oultinenodes", &["outlinenodes"]), + ("oultiner", &["outliner"]), + ("oultline", &["outline"]), + ("oultlines", &["outlines"]), + ("ountline", &["outline"]), + ("ouptut", &["output"]), + ("ouptuted", &["outputted"]), + ("ouptuting", &["outputting"]), + ("ouptuts", &["outputs"]), + ("ouput", &["output"]), + ("ouputarea", &["outputarea"]), + ("ouputs", &["outputs"]), + ("ouputted", &["outputted"]), + ("ouputting", &["outputting"]), + ("ourselfe", &["ourselves", "ourself"]), + ("ourselfes", &["ourselves"]), + ("ourselfs", &["ourselves"]), + ("ourselv", &["ourself", "ourselves"]), + ("ourselve", &["ourself", "ourselves"]), + ("ourselvs", &["ourselves"]), + ("ouside", &["outside"]), + ("oustanding", &["outstanding"]), + ("oustide", &["outside"]), + ("outbut", &["output"]), + ("outbuts", &["outputs"]), + ("outgoign", &["outgoing"]), + ("outher", &["other", "outer"]), + ("outisde", &["outside"]), + ("outllook", &["outlook"]), + ("outoign", &["outgoing"]), + ("outout", &["output"]), + ("outperfoem", &["outperform"]), + ("outperfoeming", &["outperforming"]), + ("outperfom", &["outperform"]), + ("outperfome", &["outperform"]), + ("outperfomeing", &["outperforming"]), + ("outperfoming", &["outperforming"]), + ("outperfomr", &["outperform"]), + ("outperfomring", &["outperforming"]), + ("outpupt", &["output"]), + ("outpus", &["output", "outputs"]), + ("outpust", &["output", "outputs"]), + ("outpusts", &["outputs"]), + ("outputed", &["outputted"]), + ("outputing", &["outputting"]), + ("outputof", &["output-of"]), + ("outrside", &["outside", "other side"]), + ("outselves", &["ourselves"]), + ("outter", &["outer"]), + ("outtermost", &["outermost"]), + ("outupt", &["output"]), + ("outupts", &["outputs"]), + ("outuput", &["output"]), + ("outut", &["output"]), + ("oututs", &["outputs"]), + ("outweight", &["outweigh"]), + ("outweights", &["outweighs"]), + ("oveerun", &["overrun"]), + ("oveflow", &["overflow"]), + ("oveflowed", &["overflowed"]), + ("oveflowing", &["overflowing"]), + ("oveflows", &["overflows"]), + ("ovelap", &["overlap"]), + ("over-engeneer", &["over-engineer"]), + ("over-engeneering", &["over-engineering"]), + ("overaall", &["overall"]), + ("overcompansate", &["overcompensate"]), + ("overcompansated", &["overcompensated"]), + ("overcompansates", &["overcompensates"]), + ("overcompansating", &["overcompensating"]), + ("overcompansation", &["overcompensation"]), + ("overcompansations", &["overcompensations"]), + ("overengeneer", &["overengineer"]), + ("overengeneering", &["overengineering"]), + ("overfl", &["overflow"]), + ("overfow", &["overflow"]), + ("overhread", &["overhead"]), + ("overiddden", &["overridden"]), + ("overidden", &["overridden"]), + ("overide", &["override"]), + ("overiden", &["overridden"]), + ("overides", &["overrides"]), + ("overiding", &["overriding"]), + ("overlaped", &["overlapped"]), + ("overlaping", &["overlapping"]), + ("overlapp", &["overlap"]), + ("overlayed", &["overlaid"]), + ("overlflow", &["overflow"]), + ("overlfow", &["overflow"]), + ("overlodaded", &["overloaded"]), + ("overloded", &["overloaded"]), + ("overlodes", &["overloads"]), + ("overlow", &["overflow"]), + ("overreidden", &["overridden"]), + ("overreide", &["override"]), + ("overreides", &["overrides"]), + ("overriabled", &["overridable"]), + ("overriddable", &["overridable"]), + ("overriddden", &["overridden"]), + ("overridded", &["overrode", "overridden"]), + ("overridding", &["overriding"]), + ("overrideable", &["overridable"]), + ("overrided", &["overrode", "overridden"]), + ("overriden", &["overridden"]), + ("overrident", &["overridden"]), + ("overridiing", &["overriding"]), + ("overrie", &["override", "ovary"]), + ("overries", &["overrides", "ovaries"]), + ("overrite", &["overwrite", "override", "overrate"]), + ("overrriddden", &["overridden"]), + ("overrridden", &["overridden"]), + ("overrride", &["override"]), + ("overrriden", &["overridden"]), + ("overrrides", &["overrides"]), + ("overrriding", &["overriding"]), + ("overshaddowed", &["overshadowed"]), + ("oversubscibe", &["oversubscribe"]), + ("oversubscibed", &["oversubscribed"]), + ("oversubscirbe", &["oversubscribe"]), + ("oversubscirbed", &["oversubscribed"]), + ("overthere", &["over there"]), + ("overun", &["overrun"]), + ("overvise", &["otherwise"]), + ("overvize", &["otherwise"]), + ("overvride", &["override"]), + ("overvrides", &["overrides"]), + ("overvrite", &["overwrite"]), + ("overvrites", &["overwrites"]), + ("overwelm", &["overwhelm"]), + ("overwelming", &["overwhelming"]), + ("overwheliming", &["overwhelming"]), + ("overwiew", &["overview"]), + ("overwirte", &["overwrite"]), + ("overwirting", &["overwriting"]), + ("overwirtten", &["overwritten"]), + ("overwise", &["otherwise"]), + ("overwite", &["overwrite"]), + ("overwites", &["overwrites"]), + ("overwitten", &["overwritten"]), + ("overwize", &["otherwise"]), + ("overwridden", &["overridden", "overwritten"]), + ("overwride", &["overwrite"]), + ("overwriteable", &["overwritable"]), + ("overwriten", &["overwritten"]), + ("overwritren", &["overwritten"]), + ("overwrittes", &["overwrites"]), + ("overwrittin", &["overwriting"]), + ("overwritting", &["overwriting"]), + ("ovride", &["override"]), + ("ovrides", &["overrides"]), + ("ovrlapped", &["overlapped"]), + ("ovrridable", &["overridable"]), + ("ovrridables", &["overridables"]), + ("ovrwrt", &["overwrite"]), + ("ovservable", &["observable"]), + ("ovservation", &["observation"]), + ("ovserve", &["observe"]), + ("ovveride", &["override"]), + ("ovverridden", &["overridden"]), + ("ovverride", &["override"]), + ("ovverrides", &["overrides"]), + ("ovverriding", &["overriding"]), + ("ower", &["lower", "owner", "over"]), + ("owerflow", &["overflow"]), + ("owership", &["ownership"]), + ("owervrite", &["overwrite"]), + ("owervrites", &["overwrites"]), + ("owerwrite", &["overwrite"]), + ("owerwrites", &["overwrites"]), + ("owful", &["awful"]), + ("ownder", &["owner"]), + ("ownerhsip", &["ownership"]), + ("ownes", &["owns", "ones"]), + ("ownner", &["owner"]), + ("ownward", &["onward"]), + ("ownwer", &["owner"]), + ("ownwership", &["ownership"]), + ("owrk", &["work"]), + ("owudl", &["would"]), + ("oxigen", &["oxygen"]), + ("oximoron", &["oxymoron"]), + ("oxzillary", &["auxiliary"]), + ("oyu", &["you"]), + ("p0enis", &["penis"]), + ("paackage", &["package"]), + ("pacakge", &["package"]), + ("pacakges", &["packages"]), + ("pacakging", &["packaging"]), + ("paceholder", &["placeholder"]), + ("pach", &["patch", "path"]), + ("pachage", &["package"]), + ("paches", &["patches"]), + ("pacht", &["patch"]), + ("pachtches", &["patches"]), + ("pachtes", &["patches"]), + ("pacjage", &["package"]), + ("pacjages", &["packages"]), + ("packacge", &["package"]), + ("packaeg", &["package"]), + ("packaege", &["package"]), + ("packaeges", &["packages"]), + ("packaegs", &["packages"]), + ("packag", &["package"]), + ("packaing", &["packaging"]), + ("packe", &["packed", "packet"]), + ("packege", &["package"]), + ("packge", &["package"]), + ("packged", &["packaged"]), + ("packgement", &["packaging"]), + ("packges\'", &["packages\'"]), + ("packges", &["packages"]), + ("packhage", &["package"]), + ("packhages", &["packages"]), + ("packtes", &["packets"]), + ("pactch", &["patch"]), + ("pactched", &["patched"]), + ("pactches", &["patches"]), + ("padam", &["param"]), + ("pading", &["padding"]), + ("paermission", &["permission"]), + ("paermissions", &["permissions"]), + ("paeth", &["path"]), + ("pagagraph", &["paragraph"]), + ("pahses", &["phases"]), + ("paht", &["path", "pat", "part"]), + ("pahts", &["paths", "pats", "parts"]), + ("paide", &["paid"]), + ("paied", &["paid", "paired"]), + ("painiting", &["painting"]), + ("paintile", &["painttile"]), + ("paintin", &["painting"]), + ("paitience", &["patience"]), + ("paiting", &["painting"]), + ("pakage", &["package"]), + ("pakageimpl", &["packageimpl"]), + ("pakages", &["packages"]), + ("pakcage", &["package"]), + ("paket", &["packet"]), + ("pakge", &["package"]), + ("pakvage", &["package"]), + ("palatte", &["palette"]), + ("palce", &["place", "palace"]), + ("palces", &["places", "pales"]), + ("paleolitic", &["paleolithic"]), + ("palete", &["palette"]), + ("paliamentarian", &["parliamentarian"]), + ("Palistian", &["Palestinian"]), + ("Palistinian", &["Palestinian"]), + ("Palistinians", &["Palestinians"]), + ("pallete", &["palette"]), + ("pallette", &["palette"]), + ("palletted", &["paletted"]), + ("paln", &["plan", "pain", "palm"]), + ("paltette", &["palette"]), + ("paltform", &["platform"]), + ("pamflet", &["pamphlet"]), + ("pamplet", &["pamphlet"]), + ("paniced", &["panicked"]), + ("panicing", &["panicking"]), + ("pannel", &["panel"]), + ("pannels", &["panels"]), + ("pantomine", &["pantomime"]), + ("paoition", &["position"]), + ("paor", &["pair"]), + ("Papanicalou", &["Papanicolaou"]), + ("paradime", &["paradigm"]), + ("paradym", &["paradigm"]), + ("paraemeter", &["parameter"]), + ("paraemeters", &["parameters"]), + ("paraeters", &["parameters"]), + ("parafanalia", &["paraphernalia"]), + ("paragaph", &["paragraph"]), + ("paragaraph", &["paragraph"]), + ("paragarapha", &["paragraph"]), + ("paragarph", &["paragraph"]), + ("paragarphs", &["paragraphs"]), + ("paragph", &["paragraph"]), + ("paragpraph", &["paragraph"]), + ("paragraphy", &["paragraph"]), + ("paragrphs", &["paragraphs"]), + ("parahaps", &["perhaps"]), + ("paralel", &["parallel"]), + ("paralelising", &["parallelising"]), + ("paralelism", &["parallelism"]), + ("paralelizing", &["parallelizing"]), + ("paralell", &["parallel"]), + ("paralelle", &["parallel"]), + ("paralellism", &["parallelism"]), + ("paralellization", &["parallelization"]), + ("paralelly", &["parallelly"]), + ("paralely", &["parallelly"]), + ("parallell", &["parallel"]), + ("parallely", &["parallelly"]), + ("parallization", &["parallelization"]), + ("parallize", &["parallelize"]), + ("parallized", &["parallelized"]), + ("parallizes", &["parallelizes"]), + ("parallizing", &["parallelizing"]), + ("paramameters", &["parameters"]), + ("paramater", &["parameter"]), + ("paramaters", &["parameters"]), + ("paramemeter", &["parameter"]), + ("paramemeters", &["parameters"]), + ("paramemter", &["parameter"]), + ("paramemters", &["parameters"]), + ("paramenet", &["parameter"]), + ("paramenets", &["parameters"]), + ("paramenters", &["parameters"]), + ("paramer", &["parameter"]), + ("paramert", &["parameter"]), + ("paramerters", &["parameters"]), + ("paramerts", &["parameters"]), + ("parameteras", &["parameters"]), + ("parametere", &["parameter", "parameters"]), + ("parameterical", &["parametrical"]), + ("parameterizes", &["parametrizes"]), + ("parameterts", &["parameters"]), + ("parametes", &["parameters"]), + ("parametic", &["parametric", "paramedic"]), + ("parametised", &["parametrised"]), + ("parametr", &["parameter"]), + ("parametter", &["parameter"]), + ("parametters", &["parameters"]), + ("paramss", &["params"]), + ("paramter", &["parameter"]), + ("paramterer", &["parameter"]), + ("paramterers", &["parameters"]), + ("paramteres", &["parameters"]), + ("paramterical", &["parametric", "parametrically"]), + ("paramterization", &["parametrization", "parameterization"]), + ("paramterize", &["parameterize"]), + ("paramterless", &["parameterless"]), + ("paramters", &["parameters"]), + ("paramtrical", &["parametrical"]), + ("parana", &["piranha"]), + ("paraniac", &["paranoiac"]), + ("paranoya", &["paranoia"]), + ("paranthes", &["parentheses", "parenthesis"]), + ("parantheses", &["parentheses"]), + ("paranthesis", &["parenthesis"]), + ("paraphanalia", &["paraphernalia"]), + ("paraphenalia", &["paraphernalia"]), + ("pararagraph", &["paragraph"]), + ("pararaph", &["paragraph"]), + ("parareter", &["parameter"]), + ("parargaph", &["paragraph"]), + ("parargaphs", &["paragraphs"]), + ("pararmeters", &["parameters"]), + ("parastic", &["parasitic"]), + ("parastics", &["parasitics"]), + ("paratmers", &["parameters"]), + ("paravirutalisation", &["paravirtualisation"]), + ("paravirutalise", &["paravirtualise"]), + ("paravirutalised", &["paravirtualised"]), + ("paravirutalization", &["paravirtualization"]), + ("paravirutalize", &["paravirtualize"]), + ("paravirutalized", &["paravirtualized"]), + ("parctical", &["practical"]), + ("parctically", &["practically"]), + ("pard", &["part"]), + ("parellelogram", &["parallelogram"]), + ("parellels", &["parallels"]), + ("parem", &["param"]), + ("paremeter", &["parameter"]), + ("paremeters", &["parameters"]), + ("paremter", &["parameter"]), + ("paremters", &["parameters"]), + ("parentesis", &["parentheses", "parenthesis"]), + ("parenthese", &["parentheses"]), + ("parenthesed", &["parenthesized"]), + ("parenthises", &["parentheses"]), + ("parenthsis", &["parenthesis"]), + ("paret", &["parent", "parrot"]), + ("parial", &["partial"]), + ("parially", &["partially"]), + ("parisitic", &["parasitic"]), + ("paritial", &["partial"]), + ("parition", &["partition"]), + ("paritioning", &["partitioning"]), + ("paritition", &["partition"]), + ("parititions", &["partitions"]), + ("parituclar", &["particular"]), + ("parliment", &["parliament"]), + ("parm", &["param", "pram", "Parma"]), + ("parmaeter", &["parameter"]), + ("parmaeters", &["parameters"]), + ("parmameter", &["parameter"]), + ("parmameters", &["parameters"]), + ("parmaters", &["parameters"]), + ("parmeter", &["parameter"]), + ("parmeters", &["parameters"]), + ("parms", &["params", "prams"]), + ("parmter", &["parameter"]), + ("parmters", &["parameters"]), + ("parnoia", &["paranoia"]), + ("parrakeets", &["parakeets"]), + ("parralel", &["parallel"]), + ("parrallel", &["parallel"]), + ("parrallell", &["parallel"]), + ("parrallelly", &["parallelly"]), + ("parrallely", &["parallelly"]), + ("parrent", &["parent"]), + ("parseing", &["parsing"]), + ("parsering", &["parsing"]), + ("parsin", &["parsing"]), + ("parstree", &["parse tree"]), + ("partaining", &["pertaining"]), + ("partialy", &["partially"]), + ("partical", &["partial", "particle"]), + ("particalar", &["particular"]), + ("particalarly", &["particularly"]), + ("particale", &["particle"]), + ("particales", &["particles"]), + ("partically", &["partially"]), + ("particals", &["particles"]), + ("particaluar", &["particular"]), + ("particaluarly", &["particularly"]), + ("particalur", &["particular"]), + ("particalurly", &["particularly"]), + ("particant", &["participant"]), + ("particaular", &["particular"]), + ("particaularly", &["particularly"]), + ("particaulr", &["particular"]), + ("particaulrly", &["particularly"]), + ("particually", &["particularly"]), + ("particualr", &["particular"]), + ("particuar", &["particular"]), + ("particuarly", &["particularly"]), + ("particulaly", &["particularly"]), + ("particularily", &["particularly"]), + ("particulary", &["particularly"]), + ("partifular", &["particular"]), + ("partiiton", &["partition"]), + ("partiitoned", &["partitioned"]), + ("partiitoning", &["partitioning"]), + ("partiitons", &["partitions"]), + ("partion", &["partition", "portion"]), + ("partioned", &["partitioned"]), + ("partioning", &["partitioning", "portioning"]), + ("partions", &["partitions", "portions"]), + ("partirion", &["partition"]), + ("partirioned", &["partitioned"]), + ("partirioning", &["partitioning"]), + ("partirions", &["partitions"]), + ("partision", &["partition"]), + ("partisioned", &["partitioned"]), + ("partisioning", &["partitioning"]), + ("partisions", &["partitions"]), + ("partitial", &["partial"]), + ("partiticular", &["particular"]), + ("partitioing", &["partitioning"]), + ("partitiones", &["partitions"]), + ("partiton", &["partition"]), + ("partitoned", &["partitioned"]), + ("partitoning", &["partitioning"]), + ("partitons", &["partitions"]), + ("pary", &["party", "parry"]), + ("pase", &["pass", "pace", "parse"]), + ("pased", &["passed", "parsed"]), + ("pasengers", &["passengers"]), + ("paser", &["parser"]), + ("pasesd", &["passed"]), + ("pash", &["hash"]), + ("pasing", &["passing", "posing"]), + ("pasitioning", &["positioning"]), + ("pasive", &["passive"]), + ("pasre", &["parse"]), + ("pasred", &["parsed"]), + ("pasres", &["parses"]), + ( + "pass-thru", + &["pass-through", "pass through", "passthrough"], + ), + ( + "pass-trough", + &["pass-through", "pass through", "passthrough"], + ), + ("passerbys", &["passersby"]), + ("passin", &["passing"]), + ("passiv", &["passive"]), + ("passowrd", &["password"]), + ("passthrought", &["passthrough"]), + ("passthruogh", &["passthrough"]), + ("passtime", &["pastime"]), + ("passtrough", &["passthrough"]), + ("passwird", &["password"]), + ("passwirds", &["passwords"]), + ("passwrod", &["password"]), + ("passwrods", &["passwords"]), + ("pasteing", &["pasting"]), + ("pasttime", &["pastime"]), + ("pastural", &["pastoral"]), + ("pasword", &["password"]), + ("paswords", &["passwords"]), + ("patchs", &["patches", "paths"]), + ("patcket", &["packet"]), + ("patckets", &["packets"]), + ("patern", &["pattern"]), + ("paterns", &["patterns"]), + ("pathalogical", &["pathological"]), + ("pathane", &["pathname"]), + ("pathced", &["patched"]), + ("pathes", &["paths"]), + ("pathign", &["pathing"]), + ("pathnme", &["pathname"]), + ("patholgoical", &["pathological"]), + ("patial", &["spatial"]), + ("paticular", &["particular"]), + ("paticularly", &["particularly"]), + ("patition", &["partition"]), + ("patren", &["patron", "pattern"]), + ("patrens", &["patron", "patterns"]), + ("patrent", &["parent", "patent", "patron"]), + ("patten", &["pattern", "patent"]), + ("pattened", &["patterned", "patented"]), + ("pattens", &["patterns", "patents"]), + ("pattented", &["patented"]), + ("pattersn", &["patterns"]), + ("pattren", &["pattern", "patron"]), + ("pattrens", &["patterns", "patrons"]), + ("pavillion", &["pavilion"]), + ("pavillions", &["pavilions"]), + ("paínt", &["paint"]), + ("pblisher", &["publisher"]), + ("pbulisher", &["publisher"]), + ("peacd", &["peace"]), + ("peacefuland", &["peaceful and"]), + ("peacify", &["pacify"]), + ("peageant", &["pageant"]), + ("peaple", &["people"]), + ("peaples", &["peoples"]), + ("pecentage", &["percentage"]), + ("pecified", &["specified", "pacified"]), + ("pecularities", &["peculiarities"]), + ("pecularity", &["peculiarity"]), + ("peculure", &["peculiar"]), + ("pedestrain", &["pedestrian"]), + ("peding", &["pending"]), + ("pedning", &["pending"]), + ("peference", &["preference"]), + ("peferences", &["preferences"]), + ("peform", &["perform"]), + ("peformance", &["performance"]), + ("peformed", &["performed"]), + ("peforming", &["performing"]), + ("pege", &["page"]), + ("peice", &["piece"]), + ("peicemeal", &["piecemeal"]), + ("peices", &["pieces"]), + ("peicewise", &["piecewise", "piece wise"]), + ("peirod", &["period"]), + ("peirodical", &["periodical"]), + ("peirodicals", &["periodicals"]), + ("peirods", &["periods"]), + ("Peloponnes", &["Peloponnese", "Peloponnesus"]), + ("penalities", &["penalties"]), + ("penality", &["penalty"]), + ("penatly", &["penalty"]), + ("pendantic", &["pedantic"]), + ("pendig", &["pending"]), + ("pendning", &["pending"]), + ("penerator", &["penetrator"]), + ("penisula", &["peninsula"]), + ("penisular", &["peninsular"]), + ("pennal", &["panel"]), + ("pennals", &["panels"]), + ("penninsula", &["peninsula"]), + ("penninsular", &["peninsular"]), + ("pennisula", &["peninsula"]), + ("Pennyslvania", &["Pennsylvania"]), + ("pensinula", &["peninsula"]), + ("pensle", &["pencil"]), + ("penultimante", &["penultimate"]), + ("peom", &["poem"]), + ("peoms", &["poems"]), + ("peopel", &["people"]), + ("peopels", &["peoples"]), + ("peopl", &["people"]), + ("peotry", &["poetry"]), + ("pepare", &["prepare"]), + ("peported", &["reported", "purported"]), + ("peprocessor", &["preprocessor"]), + ("per-interpeter", &["per-interpreter"]), + ("perade", &["parade"]), + ("peraphs", &["perhaps"]), + ("percentil", &["percentile"]), + ("percepted", &["perceived"]), + ("percieve", &["perceive"]), + ("percieved", &["perceived"]), + ("percision", &["precision"]), + ("perenially", &["perennially"]), + ("peresent", &["present", "presents", "presence", "percent"]), + ("peretrator", &["perpetrator"]), + ("perfec", &["perfect"]), + ("perfecct", &["perfect"]), + ("perfecctly", &["perfectly"]), + ("perfeclty", &["perfectly"]), + ("perfecly", &["perfectly"]), + ("perfectably", &["perfectly"]), + ("perfer", &["prefer"]), + ("perferable", &["preferable"]), + ("perferably", &["preferably"]), + ("perferance", &["preference"]), + ("perferances", &["preferences"]), + ("perferct", &["perfect"]), + ("perferctly", &["perfectly"]), + ("perferect", &["perfect"]), + ("perferectly", &["perfectly"]), + ("perfered", &["preferred"]), + ("perference", &["preference"]), + ("perferences", &["preferences"]), + ("perferm", &["perform"]), + ("perfermance", &["performance"]), + ("perfermances", &["performances"]), + ("perfermence", &["performance"]), + ("perfermences", &["performances"]), + ("perferr", &["prefer"]), + ("perferrable", &["preferable"]), + ("perferrably", &["preferably"]), + ("perferrance", &["preference"]), + ("perferrances", &["preferences"]), + ("perferred", &["preferred"]), + ("perferrence", &["preference"]), + ("perferrences", &["preferences"]), + ("perferrm", &["perform"]), + ("perferrmance", &["performance"]), + ("perferrmances", &["performances"]), + ("perferrmence", &["performance"]), + ("perferrmences", &["performances"]), + ("perferrs", &["prefers"]), + ("perfers", &["prefers"]), + ("perfix", &["prefix"]), + ("perfmormance", &["performance"]), + ("perfoem", &["perform"]), + ("perfoemamce", &["performance"]), + ("perfoemamces", &["performances"]), + ("perfoemance", &["performance"]), + ("perfoemanse", &["performance"]), + ("perfoemanses", &["performances"]), + ("perfoemant", &["performant"]), + ("perfoemative", &["performative"]), + ("perfoemed", &["performed"]), + ("perfoemer", &["performer"]), + ("perfoemers", &["performers"]), + ("perfoeming", &["performing"]), + ("perfoemnace", &["performance"]), + ("perfoemnaces", &["performances"]), + ("perfoems", &["performs"]), + ("perfom", &["perform"]), + ("perfomamce", &["performance"]), + ("perfomamces", &["performances"]), + ("perfomance", &["performance"]), + ("perfomanse", &["performance"]), + ("perfomanses", &["performances"]), + ("perfomant", &["performant"]), + ("perfomative", &["performative"]), + ("perfome", &["perform"]), + ("perfomeamce", &["performance"]), + ("perfomeamces", &["performances"]), + ("perfomeance", &["performance"]), + ("perfomeanse", &["performance"]), + ("perfomeanses", &["performances"]), + ("perfomeant", &["performant"]), + ("perfomeative", &["performative"]), + ("perfomed", &["performed"]), + ("perfomeed", &["performed"]), + ("perfomeer", &["performer"]), + ("perfomeers", &["performers"]), + ("perfomeing", &["performing"]), + ("perfomenace", &["performance"]), + ("perfomenaces", &["performances"]), + ("perfomer", &["performer"]), + ("perfomers", &["performers"]), + ("perfomes", &["performs"]), + ("perfoming", &["performing"]), + ("perfomnace", &["performance"]), + ("perfomnaces", &["performances"]), + ("perfomr", &["perform"]), + ("perfomramce", &["performance"]), + ("perfomramces", &["performances"]), + ("perfomrance", &["performance"]), + ("perfomranse", &["performance"]), + ("perfomranses", &["performances"]), + ("perfomrant", &["performant"]), + ("perfomrative", &["performative"]), + ("perfomred", &["performed"]), + ("perfomrer", &["performer"]), + ("perfomrers", &["performers"]), + ("perfomring", &["performing"]), + ("perfomrnace", &["performance"]), + ("perfomrnaces", &["performances"]), + ("perfomrs", &["performs"]), + ("perfoms", &["performs"]), + ("perfoom", &["perfume", "perform"]), + ("perforemd", &["performed"]), + ("performace", &["performance"]), + ("performaed", &["performed"]), + ("performamce", &["performance"]), + ("performane", &["performance"]), + ("performe", &["perform", "performed"]), + ("performence", &["performance"]), + ("performes", &["performed", "performs"]), + ("performnace", &["performance"]), + ("perfrom", &["perform"]), + ("perfromance", &["performance"]), + ("perfromed", &["performed"]), + ("perfroming", &["performing"]), + ("perfroms", &["performs"]), + ("perhabs", &["perhaps"]), + ("perhas", &["perhaps"]), + ("perhasp", &["perhaps"]), + ("perheaps", &["perhaps"]), + ("perhpas", &["perhaps"]), + ("peridic", &["periodic"]), + ("perimetre", &["perimeter"]), + ("perimetres", &["perimeters"]), + ("periode", &["period"]), + ("periodicaly", &["periodically"]), + ("periodioc", &["periodic"]), + ("peripathetic", &["peripatetic"]), + ("peripherial", &["peripheral"]), + ("peripherials", &["peripherals"]), + ("perisist", &["persist"]), + ("peristent", &["persistent"]), + ("perjery", &["perjury"]), + ("perjorative", &["pejorative"]), + ("perlciritc", &["perlcritic"]), + ("permament", &["permanent"]), + ("permanant", &["permanent"]), + ("permanantly", &["permanently"]), + ("permanentely", &["permanently"]), + ("permanenty", &["permanently"]), + ("permantly", &["permanently"]), + ("permenant", &["permanent"]), + ("permenantly", &["permanently"]), + ("permessioned", &["permissioned"]), + ("permision", &["permission"]), + ("permisions", &["permissions"]), + ("permissable", &["permissible"]), + ("permissiosn", &["permissions"]), + ("permisson", &["permission"]), + ("permissons", &["permissions"]), + ("permisssion", &["permission"]), + ("permisssions", &["permissions"]), + ("permited", &["permitted"]), + ("permition", &["permission"]), + ("permitions", &["permissions"]), + ("permormance", &["performance"]), + ("permuation", &["permutation"]), + ("permuations", &["permutations"]), + ("permutaion", &["permutation"]), + ("permutaions", &["permutations"]), + ("peroendicular", &["perpendicular"]), + ("perogative", &["prerogative"]), + ("peroid", &["period"]), + ("peroidic", &["periodic"]), + ("peroids", &["periods"]), + ("peronal", &["personal"]), + ("peroperly", &["properly"]), + ("perosnality", &["personality"]), + ("perperties", &["properties"]), + ("perpertrated", &["perpetrated"]), + ("perperty", &["property"]), + ("perphas", &["perhaps"]), + ("perpindicular", &["perpendicular"]), + ("perrror", &["perror"]), + ("persan", &["person"]), + ("persepctive", &["perspective"]), + ("persepective", &["perspective"]), + ("persepectives", &["perspectives"]), + ("perserve", &["preserve"]), + ("perserved", &["preserved"]), + ("perserverance", &["perseverance"]), + ("perserves", &["preserves"]), + ("perserving", &["preserving"]), + ("perseverence", &["perseverance"]), + ("persisit", &["persist"]), + ("persisited", &["persisted"]), + ("persistance", &["persistence"]), + ("persistant", &["persistent"]), + ("persistantly", &["persistently"]), + ("persisten", &["persistent"]), + ("persistented", &["persisted"]), + ("persited", &["persisted"]), + ("personalitie", &["personality"]), + ("personalitys", &["personalities"]), + ("personaly", &["personally"]), + ("personel", &["personnel", "personal"]), + ("personell", &["personnel"]), + ("personnal", &["personal"]), + ("personnell", &["personnel"]), + ("perspecitve", &["perspective"]), + ("persuded", &["persuaded"]), + ("persue", &["pursue"]), + ("persued", &["pursued"]), + ("persuing", &["pursuing"]), + ("persuit", &["pursuit"]), + ("persuits", &["pursuits"]), + ("persumably", &["presumably"]), + ("pertrub", &["perturb"]), + ("pertrubation", &["perturbation"]), + ("pertrubations", &["perturbations"]), + ("pertrubing", &["perturbing"]), + ("pertub", &["perturb"]), + ("pertubate", &["perturb"]), + ("pertubated", &["perturbed"]), + ("pertubates", &["perturbs"]), + ("pertubation", &["perturbation"]), + ("pertubations", &["perturbations"]), + ("pertubing", &["perturbing"]), + ("perturbate", &["perturb"]), + ("perturbates", &["perturbs"]), + ("pervious", &["previous"]), + ("perviously", &["previously"]), + ("pessiary", &["pessary"]), + ("petetion", &["petition"]), + ("pevent", &["prevent"]), + ("pevents", &["prevents"]), + ("pezier", &["bezier"]), + ("Pharoah", &["Pharaoh"]), + ("phasepsace", &["phasespace"]), + ("phasis", &["phases"]), + ("phenomenom", &["phenomenon"]), + ("phenomenonal", &["phenomenal"]), + ("phenomenonly", &["phenomenally"]), + ("phenomonenon", &["phenomenon"]), + ("phenomonon", &["phenomenon"]), + ("phenonmena", &["phenomena"]), + ("pheriparials", &["peripherals"]), + ("Philipines", &["Philippines"]), + ("philisopher", &["philosopher"]), + ("philisophical", &["philosophical"]), + ("philisophy", &["philosophy"]), + ("Phillipine", &["Philippine"]), + ("phillipines", &["philippines"]), + ("Phillippines", &["Philippines"]), + ("phillosophically", &["philosophically"]), + ("philospher", &["philosopher"]), + ("philosphies", &["philosophies"]), + ("philosphy", &["philosophy"]), + ("phisosophy", &["philosophy"]), + ("Phonecian", &["Phoenecian"]), + ("phoneticly", &["phonetically"]), + ("phongraph", &["phonograph"]), + ("phote", &["photo"]), + ("photografic", &["photographic"]), + ("photografical", &["photographical"]), + ("photografy", &["photography"]), + ("photograpic", &["photographic"]), + ("photograpical", &["photographical"]), + ("phsyically", &["physically"]), + ("phtread", &["pthread"]), + ("phtreads", &["pthreads"]), + ("phyiscal", &["physical"]), + ("phyiscally", &["physically"]), + ("phyiscs", &["physics"]), + ("phylosophical", &["philosophical"]), + ("physcial", &["physical"]), + ("physial", &["physical"]), + ("physicaly", &["physically"]), + ("physisist", &["physicist"]), + ("phython", &["python"]), + ("phyton", &["python"]), + ("phy_interace", &["phy_interface"]), + ("piblisher", &["publisher"]), + ("pich", &["pitch"]), + ("picoseond", &["picosecond"]), + ("picoseonds", &["picoseconds"]), + ("pieceweise", &["piecewise", "piece wise"]), + ("piecewiese", &["piecewise", "piece wise"]), + ("piecwise", &["piecewise", "piece wise"]), + ("pilgrimmage", &["pilgrimage"]), + ("pilgrimmages", &["pilgrimages"]), + ("pimxap", &["pixmap"]), + ("pimxaps", &["pixmaps"]), + ("pinapple", &["pineapple"]), + ("pinnaple", &["pineapple"]), + ("pinoneered", &["pioneered"]), + ("piont", &["point"]), + ("pionter", &["pointer"]), + ("pionts", &["points"]), + ("piority", &["priority"]), + ("pipeine", &["pipeline"]), + ("pipeines", &["pipelines"]), + ("pipelin", &["pipeline"]), + ("pipelinining", &["pipelining"]), + ("pipelins", &["pipelines"]), + ("pipepline", &["pipeline"]), + ("pipeplines", &["pipelines"]), + ("pipiline", &["pipeline"]), + ("pipilines", &["pipelines"]), + ("pipleine", &["pipeline"]), + ("pipleines", &["pipelines"]), + ("pipleline", &["pipeline"]), + ("piplelines", &["pipelines"]), + ("pitmap", &["pixmap", "bitmap"]), + ("pitty", &["pity"]), + ("pivott", &["pivot"]), + ("pivotting", &["pivoting"]), + ("pixelx", &["pixels", "pixel"]), + ("pixes", &["pixels"]), + ("placeemnt", &["placement"]), + ("placeemnts", &["placements"]), + ("placehoder", &["placeholder"]), + ("placeholde", &["placeholder"]), + ("placeholdes", &["placeholders"]), + ("placeholer", &["placeholder"]), + ("placeholers", &["placeholders"]), + ("placematt", &["placemat", "placement"]), + ("placemenet", &["placement"]), + ("placemenets", &["placements"]), + ("placemet", &["placement", "placemat", "place mat"]), + ("placemets", &["placements", "placemats", "place mats"]), + ("placholder", &["placeholder"]), + ("placholders", &["placeholders"]), + ("placmenet", &["placement"]), + ("placmenets", &["placements"]), + ("plaform", &["platform"]), + ("plaforms", &["platforms"]), + ("plaftorm", &["platform"]), + ("plaftorms", &["platforms"]), + ("plagarism", &["plagiarism"]), + ("plalform", &["platform"]), + ("plalforms", &["platforms"]), + ("planation", &["plantation"]), + ("plantext", &["plaintext"]), + ("plantiff", &["plaintiff"]), + ("plase", &["place", "please", "phase", "plaice"]), + ("plased", &["placed", "pleased", "phased"]), + ("plasement", &["placement"]), + ("plasements", &["placements"]), + ("plases", &["places", "pleases", "phases"]), + ("plasing", &["placing", "pleasing", "phasing"]), + ("plateu", &["plateau"]), + ("platfarm", &["platform"]), + ("platfarms", &["platforms"]), + ("platfform", &["platform"]), + ("platfforms", &["platforms"]), + ("platflorm", &["platform"]), + ("platflorms", &["platforms"]), + ("platfoem", &["platform"]), + ("platfom", &["platform"]), + ("platform-spacific", &["platform-specific"]), + ("platforma", &["platforms"]), + ("platformt", &["platforms"]), + ("platfrom", &["platform"]), + ("platfroms", &["platforms"]), + ("plathome", &["platform"]), + ("platofmr", &["platform"]), + ("platofmrs", &["platforms"]), + ("platofms", &["platforms"]), + ("platofmss", &["platforms"]), + ("platoform", &["platform"]), + ("platoforms", &["platforms"]), + ("platofrm", &["platform"]), + ("platofrms", &["platforms"]), + ("plattform", &["platform"]), + ("plattforms", &["platforms"]), + ("plausability", &["plausibility"]), + ("plausable", &["plausible"]), + ("playble", &["playable"]), + ("playfull", &["playful", "playfully"]), + ("playge", &["plague"]), + ("playgerise", &["plagiarise"]), + ("playgerize", &["plagiarize"]), + ("playright", &["playwright"]), + ("playwrite", &["playwright"]), + ("playwrites", &["playwrights"]), + ("pleaase", &["please"]), + ("pleace", &["please", "place"]), + ("pleacing", &["placing"]), + ("pleae", &["please"]), + ("pleaee", &["please"]), + ("pleaes", &["please"]), + ("pleasd", &["pleased"]), + ("pleasent", &["pleasant"]), + ("pleasently", &["pleasantly"]), + ("pleass", &["pleases", "bless"]), + ("plebicite", &["plebiscite"]), + ("plecing", &["placing"]), + ("plent", &["plenty"]), + ("plesae", &["please"]), + ("plesant", &["pleasant"]), + ("plese", &["please"]), + ("plesently", &["pleasantly"]), + ("plesing", &["pleasing", "blessing"]), + ("plian", &["plain", "pliant"]), + ("pllatforms", &["platforms"]), + ("ploting", &["plotting"]), + ("pltform", &["platform"]), + ("pltforms", &["platforms"]), + ("plugable", &["pluggable"]), + ("pluged", &["plugged"]), + ("pluging", &["plugging", "plugin"]), + ("pluign", &["plugin"]), + ("pluigns", &["plugins"]), + ("pluse", &["pulse"]), + ("plyotropy", &["pleiotropy"]), + ("pobular", &["popular"]), + ("pobularity", &["popularity"]), + ("pocess", &["process", "possess"]), + ("pocessed", &["processed", "possessed"]), + ("pocession", &["procession", "possession"]), + ("podule", &["module"]), + ("poenis", &["penis"]), + ("poential", &["potential"]), + ("poentially", &["potentially"]), + ("poentials", &["potentials"]), + ("poeoples", &["peoples"]), + ("poeple", &["people"]), + ("poer", &["power"]), + ("poety", &["poetry"]), + ("pogress", &["progress"]), + ("poicies", &["policies"]), + ("poicy", &["policy"]), + ("poind", &["point"]), + ("poindcloud", &["pointcloud"]), + ("poiner", &["pointer"]), + ("poing", &["point"]), + ("poinits", &["points"]), + ("poinnter", &["pointer"]), + ("poins", &["points"]), + ("pointes", &["points"]), + ("pointetr", &["pointer"]), + ("pointetrs", &["pointers"]), + ("pointeur", &["pointer"]), + ("pointseta", &["poinsettia"]), + ("pointss", &["points"]), + ("pointzer", &["pointer"]), + ("poinyent", &["poignant"]), + ("poisin", &["poison"]), + ("poisition", &["position"]), + ("poisitioned", &["positioned"]), + ("poisitioning", &["positioning"]), + ("poisitionning", &["positioning"]), + ("poisitions", &["positions"]), + ("poistion", &["position"]), + ("poistioned", &["positioned"]), + ("poistioning", &["positioning"]), + ("poistions", &["positions"]), + ("poit", &["point"]), + ("poiter", &["pointer"]), + ("poiters", &["pointers"]), + ("poitn", &["point"]), + ("poitner", &["pointer"]), + ("poitning", &["pointing"]), + ("poits", &["points"]), + ("poiunter", &["pointer"]), + ("poject", &["project"]), + ("pojecting", &["projecting"]), + ("pojnt", &["point"]), + ("poket", &["pocket"]), + ("polariy", &["polarity"]), + ("polical", &["political"]), + ("policie", &["policies", "policy", "police"]), + ("poligon", &["polygon"]), + ("poligons", &["polygons"]), + ("polinator", &["pollinator"]), + ("polinators", &["pollinators"]), + ("politican", &["politician"]), + ("politicans", &["politicians"]), + ("politicing", &["politicking"]), + ("pollenate", &["pollinate"]), + ("polltry", &["poultry"]), + ("pologon", &["polygon"]), + ("pologons", &["polygons"]), + ("poltical", &["political"]), + ("poltry", &["poultry"]), + ("polute", &["pollute"]), + ("poluted", &["polluted"]), + ("polutes", &["pollutes"]), + ("poluting", &["polluting"]), + ("polution", &["pollution"]), + ("polyar", &["polar"]), + ("polyedral", &["polyhedral"]), + ("polygond", &["polygons"]), + ("polygone", &["polygon"]), + ("polylon", &["polygon", "pylon"]), + ("polymorpic", &["polymorphic"]), + ("polyphonyic", &["polyphonic"]), + ("polypoygon", &["polypolygon"]), + ("polypoylgons", &["polypolygons"]), + ("polysaccaride", &["polysaccharide"]), + ("polysaccharid", &["polysaccharide"]), + ("pomegranite", &["pomegranate"]), + ("pomotion", &["promotion"]), + ("pompay", &["Pompeii"]), + ("poninter", &["pointer"]), + ("poniter", &["pointer"]), + ("pont", &["point"]), + ("pontential", &["potential"]), + ("ponter", &["pointer"]), + ("ponting", &["pointing"]), + ("ponts", &["points"]), + ("pontuation", &["punctuation"]), + ("pooint", &["point"]), + ("poointed", &["pointed"]), + ("poointer", &["pointer"]), + ("pooints", &["points"]), + ("poost", &["post"]), + ("poped", &["popped", "pooped"]), + ("poperee", &["potpourri"]), + ("poperly", &["properly", "property"]), + ("poperties", &["properties"]), + ("poperty", &["property", "properly"]), + ("poping", &["popping", "pooping"]), + ("popoen", &["popen"]), + ("popolate", &["populate"]), + ("popolated", &["populated"]), + ("popolates", &["populates"]), + ("popolating", &["populating"]), + ("poportional", &["proportional"]), + ("popoulation", &["population"]), + ("popoup", &["popup"]), + ("poppup", &["popup"]), + ("popularaty", &["popularity"]), + ("populare", &["popular"]), + ("populer", &["popular"]), + ("popullate", &["populate"]), + ("popullated", &["populated"]), + ("popuplar", &["popular"]), + ("popuplarity", &["popularity"]), + ("popuplate", &["populate"]), + ("popuplated", &["populated"]), + ("popuplates", &["populates"]), + ("popuplating", &["populating"]), + ("popuplation", &["population"]), + ("porblem", &["problem"]), + ("porblems", &["problems"]), + ("porcess", &["process"]), + ("porcessed", &["processed"]), + ("porcesses", &["processes"]), + ("porcessing", &["processing"]), + ("porcessor", &["processor"]), + ("porcessors", &["processors"]), + ("porgram", &["program"]), + ("porgrammeer", &["programmer"]), + ("porgrammeers", &["programmers"]), + ("porgramming", &["programming"]), + ("porgrams", &["programs"]), + ("poriferal", &["peripheral"]), + ("porject", &["project"]), + ("porjection", &["projection"]), + ("porjects", &["projects"]), + ("porotocol", &["protocol"]), + ("porotocols", &["protocols"]), + ("porperty", &["property"]), + ("porsalin", &["porcelain"]), + ("porshan", &["portion"]), + ("porshon", &["portion"]), + ("portait", &["portrait"]), + ("portaits", &["portraits"]), + ("portayed", &["portrayed"]), + ("portected", &["protected"]), + ("portguese", &["Portuguese"]), + ("portioon", &["portion"]), + ("portrail", &["portrayal", "portrait"]), + ("portraing", &["portraying"]), + ("portugese", &["Portuguese"]), + ("portuguease", &["Portuguese"]), + ("portugues", &["Portuguese"]), + ("posative", &["positive"]), + ("posatives", &["positives"]), + ("posativity", &["positivity"]), + ("poseesions", &["possessions"]), + ("posess", &["possess"]), + ("posessed", &["possessed"]), + ("posesses", &["possesses"]), + ("posessing", &["possessing"]), + ("posession", &["possession"]), + ("posessions", &["possessions"]), + ("posibilities", &["possibilities"]), + ("posibility", &["possibility"]), + ("posibilties", &["possibilities"]), + ("posible", &["possible"]), + ("posiblity", &["possibility"]), + ("posibly", &["possibly"]), + ("posiitive", &["positive"]), + ("posiitives", &["positives"]), + ("posiitivity", &["positivity"]), + ("posion", &["poison", "Psion"]), + ("posioned", &["positioned", "poisoned"]), + ("posioning", &["poisoning"]), + ("posisition", &["position"]), + ("posisitioned", &["positioned"]), + ("posistion", &["position"]), + ("positionn", &["position"]), + ("positionned", &["positioned"]), + ("positionnes", &["positions"]), + ("positionning", &["positioning"]), + ("positionns", &["positions"]), + ("positionof", &["position", "position of"]), + ("positiv", &["positive"]), + ("positivies", &["positives"]), + ("positoin", &["position"]), + ("positoined", &["positioned"]), + ("positoins", &["positions"]), + ("positon", &["position", "positron"]), + ("positoned", &["positioned"]), + ("positoning", &["positioning"]), + ("positons", &["positions", "positrons"]), + ("positve", &["positive"]), + ("positves", &["positives"]), + ("POSIX-complient", &["POSIX-compliant"]), + ("pospone", &["postpone"]), + ("posponed", &["postponed"]), + ("posption", &["position"]), + ("possabilites", &["possibilities"]), + ("possabilities", &["possibilities"]), + ("possability", &["possibility"]), + ("possabilties", &["possibilities"]), + ("possabily", &["possibly"]), + ("possable", &["possible"]), + ("possably", &["possibly"]), + ("possbily", &["possibly"]), + ("possble", &["possible"]), + ("possbly", &["possibly"]), + ("posseses", &["possesses"]), + ("possesing", &["possessing"]), + ("possesion", &["possession"]), + ("possesive", &["possessive"]), + ("possessess", &["possesses"]), + ("possiable", &["possible"]), + ("possibbe", &["possible"]), + ("possibe", &["possible"]), + ("possibile", &["possible"]), + ("possibilies", &["possibilities"]), + ("possibilites", &["possibilities"]), + ("possibilitities", &["possibilities"]), + ("possibillity", &["possibility"]), + ("possibilties", &["possibilities"]), + ("possibilty", &["possibility"]), + ("possibily", &["possibly"]), + ("possiblble", &["possible"]), + ("possiblec", &["possible"]), + ("possiblely", &["possibly"]), + ("possiblility", &["possibility"]), + ("possiblilty", &["possibility"]), + ("possiblities", &["possibilities"]), + ("possiblity", &["possibility"]), + ("possiblly", &["possibly"]), + ("possilbe", &["possible"]), + ("possily", &["possibly"]), + ("possition", &["position"]), + ("possitive", &["positive"]), + ("possitives", &["positives"]), + ("possobily", &["possibly"]), + ("possoble", &["possible"]), + ("possobly", &["possibly"]), + ("posssible", &["possible"]), + ("post-morten", &["post-mortem"]), + ("post-proces", &["post-process"]), + ("post-procesing", &["post-processing"]), + ("postcondtion", &["postcondition"]), + ("postcondtions", &["postconditions"]), + ("Postdam", &["Potsdam"]), + ("postgress", &["PostgreSQL"]), + ("postgressql", &["PostgreSQL"]), + ("postgrsql", &["PostgreSQL"]), + ("posthomous", &["posthumous"]), + ("postiional", &["positional"]), + ("postiive", &["positive"]), + ("postincremend", &["postincrement"]), + ("postion", &["position"]), + ("postioned", &["positioned"]), + ("postions", &["positions"]), + ("postition", &["position"]), + ("postive", &["positive"]), + ("postives", &["positives"]), + ("postmage", &["postimage"]), + ("postphoned", &["postponed"]), + ("postpocessing", &["postprocessing"]), + ("postponinig", &["postponing"]), + ("postprocesing", &["postprocessing"]), + ("postscritp", &["postscript"]), + ("postulat", &["postulate"]), + ("postuminus", &["posthumous"]), + ("postumus", &["posthumous"]), + ("potatoe", &["potato"]), + ("potatos", &["potatoes"]), + ("potencial", &["potential"]), + ("potencially", &["potentially"]), + ("potencials", &["potentials"]), + ("potenial", &["potential"]), + ("potenially", &["potentially"]), + ("potentail", &["potential"]), + ("potentailly", &["potentially"]), + ("potentails", &["potentials"]), + ("potental", &["potential"]), + ("potentally", &["potentially"]), + ("potentatially", &["potentially"]), + ("potententially", &["potentially"]), + ("potentiallly", &["potentially"]), + ("potentialy", &["potentially"]), + ("potentiel", &["potential"]), + ("potentiomenter", &["potentiometer"]), + ("potition", &["position"]), + ("potocol", &["protocol"]), + ("potrait", &["portrait"]), + ("potrayed", &["portrayed"]), + ("poulations", &["populations"]), + ("pount", &["point"]), + ("pounts", &["points"]), + ("poupular", &["popular"]), + ("poverful", &["powerful"]), + ("poweful", &["powerful"]), + ("powerfull", &["powerful"]), + ("powerppc", &["powerpc"]), + ("ppolygons", &["polygons"]), + ("ppublisher", &["publisher"]), + ("praameter", &["parameter"]), + ("praameters", &["parameters"]), + ("pracitcal", &["practical"]), + ("pracitcally", &["practically"]), + ("practial", &["practical"]), + ("practially", &["practically"]), + ("practicaly", &["practically"]), + ("practicioner", &["practitioner"]), + ("practicioners", &["practitioners"]), + ("practicly", &["practically"]), + ("practicval", &["practical"]), + ("practioner", &["practitioner"]), + ("practioners", &["practitioners"]), + ("pragam", &["pragma"]), + ("pragmato", &["pragma to"]), + ("prairy", &["prairie"]), + ("pramater", &["parameter"]), + ("prameter", &["parameter"]), + ("prameters", &["parameters"]), + ("prarameter", &["parameter"]), + ("prarie", &["prairie"]), + ("praries", &["prairies"]), + ("pratical", &["practical"]), + ("pratically", &["practically"]), + ("pratice", &["practice"]), + ("prcess", &["process"]), + ("prcesses", &["processes"]), + ("prcessing", &["processing"]), + ("prcoess", &["process"]), + ("prcoessed", &["processed"]), + ("prcoesses", &["processes"]), + ("prcoessing", &["processing"]), + ("prctiles", &["percentiles"]), + ("prdpagate", &["propagate"]), + ("prdpagated", &["propagated"]), + ("prdpagates", &["propagates"]), + ("prdpagating", &["propagating"]), + ("prdpagation", &["propagation"]), + ("prdpagations", &["propagations"]), + ("prdpagator", &["propagator"]), + ("prdpagators", &["propagators"]), + ("pre-condifure", &["pre-configure"]), + ("pre-condifured", &["pre-configured"]), + ("pre-confifure", &["pre-configure"]), + ("pre-confifured", &["pre-configured"]), + ("pre-confure", &["pre-configure"]), + ("pre-confured", &["pre-configured"]), + ("pre-congifure", &["pre-configure"]), + ("pre-congifured", &["pre-configured"]), + ("pre-defiend", &["pre-defined"]), + ("pre-defiened", &["pre-defined"]), + ("pre-empt", &["preempt"]), + ("pre-pre-realease", &["pre-pre-release"]), + ("pre-proces", &["pre-process"]), + ("pre-procesing", &["pre-processing"]), + ("pre-realease", &["pre-release"]), + ("pre-registeres", &["pre-registers"]), + ("preallocationg", &["preallocating"]), + ("prealocate", &["preallocate"]), + ("prealocated", &["preallocated"]), + ("prealocates", &["preallocates"]), + ("prealocating", &["preallocating"]), + ("preambule", &["preamble"]), + ("preamle", &["preamble"]), + ("preample", &["preamble"]), + ("preaorocessing", &["preprocessing"]), + ("preapared", &["prepared"]), + ("preapre", &["prepare"]), + ("preaprooved", &["preapproved"]), + ("prebious", &["previous"]), + ("precacheed", &["precached"]), + ("precceding", &["preceding"]), + ("precding", &["preceding"]), + ("preced", &["precede"]), + ("precedessor", &["predecessor"]), + ("preceds", &["precedes"]), + ("preceed", &["precede", "proceed"]), + ("preceeded", &["preceded", "proceeded"]), + ("preceeding", &["preceding", "proceeding"]), + ("preceeds", &["precedes", "proceeds"]), + ("preceision", &["precision"]), + ("precence", &["presence"]), + ("precendance", &["precedence"]), + ("precendances", &["precedences"]), + ("precende", &["precedence"]), + ("precendece", &["precedence"]), + ("precendeces", &["precedences"]), + ("precendence", &["precedence"]), + ("precendences", &["precedences"]), + ("precendencies", &["precedences"]), + ("precendent", &["precedent"]), + ("precendes", &["precedences"]), + ("precending", &["preceding"]), + ("precends", &["precedence"]), + ("precenence", &["preference", "precedence"]), + ("precenences", &["preferences"]), + ("precense", &["presence"]), + ("precent", &["percent", "prescient"]), + ("precentage", &["percentage"]), + ("precentile", &["percentile"]), + ("precentiles", &["percentiles"]), + ("precessor", &["predecessor", "processor"]), + ("precice", &["precise"]), + ("precicion", &["precision"]), + ("precidence", &["precedence"]), + ("preciding", &["preceding", "presiding"]), + ("precisily", &["precisely"]), + ("precisionn", &["precision"]), + ("precisision", &["precision"]), + ("precisly", &["precisely"]), + ("precison", &["precision"]), + ("precission", &["precision", "percussion", "precession"]), + ("precize", &["precise"]), + ("precomuted", &["precomputed"]), + ("preconditoner", &["preconditioner"]), + ("preconditoners", &["preconditioners"]), + ("precondtion", &["precondition"]), + ("precondtioner", &["preconditioner"]), + ("precondtioners", &["preconditioners"]), + ("precondtionner", &["preconditioner"]), + ("precondtionners", &["preconditioners"]), + ("precondtions", &["preconditions"]), + ("preconfiged", &["preconfigured"]), + ("precsions", &["precisions"]), + ("precuation", &["precaution"]), + ("precumputed", &["precomputed"]), + ("precurser", &["precursor"]), + ("predecesor", &["predecessor"]), + ("predecesors", &["predecessors"]), + ("predeclarnig", &["predeclaring"]), + ("predefiend", &["predefined"]), + ("predefiened", &["predefined"]), + ("predefiined", &["predefined"]), + ("predefineds", &["predefined"]), + ("predessor", &["predecessor"]), + ("predicatble", &["predictable"]), + ("predicitons", &["predictions"]), + ("predictible", &["predictable"]), + ("predifined", &["predefined"]), + ("predomiantly", &["predominately"]), + ("preeceding", &["preceding"]), + ("preemptable", &["preemptible"]), + ("preesnt", &["present"]), + ("prefectches", &["prefetches"]), + ("prefecth", &["prefetch"]), + ("prefectly", &["perfectly"]), + ("prefere", &["prefer", "preferred"]), + ("preferecne", &["preference"]), + ("preferecnes", &["preferences"]), + ("prefered", &["preferred"]), + ("preferend", &["preferred", "preference"]), + ("prefering", &["preferring"]), + ("prefernce", &["preference"]), + ("prefernces", &["preferences"]), + ("prefernec", &["preference"]), + ("preferr", &["prefer"]), + ("preferrable", &["preferable"]), + ("preferrably", &["preferably"]), + ("preferrence", &["preference"]), + ("preferrences", &["preferences"]), + ("prefetchs", &["prefetches"]), + ("prefferable", &["preferable"]), + ("prefferably", &["preferably"]), + ("preffered", &["preferred"]), + ("prefices", &["prefixes"]), + ("preformance", &["performance"]), + ("pregancies", &["pregnancies"]), + ("prehaps", &["perhaps"]), + ("preiod", &["period"]), + ("preivew", &["preview"]), + ("preivous", &["previous"]), + ("preliferation", &["proliferation"]), + ("prelimitary", &["preliminary"]), + ("premeire", &["premiere"]), + ("premeired", &["premiered"]), + ("premillenial", &["premillennial"]), + ("preminence", &["preeminence"]), + ("premission", &["permission"]), + ("premit", &["permit"]), + ("premits", &["permits"]), + ("Premonasterians", &["Premonstratensians"]), + ("premption", &["preemption"]), + ("premptive", &["preemptive"]), + ("premptively", &["preemptively"]), + ("preocess", &["process"]), + ("preocupation", &["preoccupation"]), + ("preoperty", &["property"]), + ("prepair", &["prepare"]), + ("prepaired", &["prepared"]), + ("prepand", &["prepend"]), + ("preparetion", &["preparation"]), + ("preparetions", &["preparations"]), + ("prepartion", &["preparation"]), + ("prepartions", &["preparations"]), + ("prepatory", &["preparatory"]), + ("prependet", &["prepended"]), + ("prepented", &["prepended"]), + ("preperation", &["preparation"]), + ("preperations", &["preparations"]), + ("preponderence", &["preponderance"]), + ("preppend", &["prepend"]), + ("preppended", &["prepended"]), + ("preppendet", &["prepended"]), + ("preppent", &["prepend", "preprent"]), + ("preppented", &["prepended"]), + ("prepresent", &["represent"]), + ("prepresented", &["represented"]), + ("prepresents", &["represents"]), + ("preproces", &["preprocess"]), + ("preprocesing", &["preprocessing"]), + ("preprocesor", &["preprocessor"]), + ("preprocesssing", &["preprocessing"]), + ("prequisites", &["prerequisites"]), + ("prerequesites", &["prerequisites"]), + ("prerequisit", &["prerequisite"]), + ("prerequisits", &["prerequisites"]), + ("prerequiste", &["prerequisite"]), + ("prerequsite", &["prerequisite"]), + ("prerequsites", &["prerequisites"]), + ("preriod", &["period"]), + ("preriodic", &["periodic"]), + ("prersistent", &["persistent"]), + ("presance", &["presence"]), + ("prescrition", &["prescription"]), + ("prescritions", &["prescriptions"]), + ("presearvation", &["preservation"]), + ("presearvations", &["preservations"]), + ("presearve", &["preserve"]), + ("presearved", &["preserved"]), + ("presearver", &["preserver"]), + ("presearves", &["preserves"]), + ("presearving", &["preserving"]), + ("presedential", &["presidential"]), + ("presenece", &["presence"]), + ("presener", &["presenter"]), + ("presense", &["presence"]), + ("presentaion", &["presentation"]), + ("presentaional", &["presentational"]), + ("presentaions", &["presentations"]), + ("presernt", &["present"]), + ("preserrved", &["preserved"]), + ("preserv", &["preserve"]), + ("presetation", &["presentation"]), + ("preseve", &["preserve"]), + ("preseved", &["preserved"]), + ("preseverance", &["perseverance"]), + ("preseverence", &["perseverance"]), + ("preseves", &["preserves"]), + ("preseving", &["preserving"]), + ("presicion", &["precision"]), + ("presidenital", &["presidential"]), + ("presidental", &["presidential"]), + ("presist", &["persist"]), + ("presistable", &["persistable"]), + ("presistance", &["persistence"]), + ("presistant", &["persistent"]), + ("presistantly", &["persistently"]), + ("presisted", &["persisted"]), + ("presistence", &["persistence"]), + ("presistency", &["persistency"]), + ("presistent", &["persistent"]), + ("presistently", &["persistently"]), + ("presisting", &["persisting"]), + ("presistion", &["precision"]), + ("presists", &["persists"]), + ("presitgious", &["prestigious"]), + ("presmissions", &["permissions"]), + ("presntation", &["presentation"]), + ("presntations", &["presentations"]), + ("prespective", &["perspective"]), + ("presreved", &["preserved"]), + ("presse", &["pressed", "press"]), + ("pressent", &["present"]), + ("pressentation", &["presentation"]), + ("pressented", &["presented"]), + ("pressre", &["pressure"]), + ("presss", &["press", "presses"]), + ("prestigeous", &["prestigious"]), + ("prestigous", &["prestigious"]), + ("presuambly", &["presumably"]), + ("presumabely", &["presumably"]), + ("presumaby", &["presumably"]), + ("presumebly", &["presumably"]), + ("presumely", &["presumably"]), + ("presumibly", &["presumably"]), + ("pretection", &["protection"]), + ("pretendend", &["pretended"]), + ("pretty-printter", &["pretty-printer"]), + ("preveiw", &["preview"]), + ("preveiwed", &["previewed"]), + ("preveiwer", &["previewer"]), + ("preveiwers", &["previewers"]), + ("preveiwes", &["previews", "previewers"]), + ("preveiws", &["previews"]), + ("prevelance", &["prevalence"]), + ("prevelant", &["prevalent"]), + ("preven", &["prevent"]), + ("prevend", &["prevent"]), + ("prevente", &["prevented", "prevent"]), + ("preverse", &["perverse"]), + ("preverses", &["preserves"]), + ("preverve", &["preserve"]), + ("prevew", &["preview"]), + ("prevews", &["previews"]), + ("previious", &["previous"]), + ("previlege", &["privilege"]), + ("previos", &["previous"]), + ("previosly", &["previously"]), + ("previosu", &["previous"]), + ("previosuly", &["previously"]), + ("previou", &["previous"]), + ("previouly", &["previously"]), + ("previouse", &["previous"]), + ("previousl", &["previously"]), + ("previsouly", &["previously"]), + ("previuous", &["previous"]), + ("previus", &["previous"]), + ("previvous", &["previous"]), + ("prevoius", &["previous"]), + ("prevous", &["previous"]), + ("prevously", &["previously"]), + ("prewview", &["preview"]), + ("prexisting", &["preexisting"]), + ("prexixed", &["prefixed"]), + ("prfer", &["prefer"]), + ("prferable", &["preferable"]), + ("prferables", &["preferables"]), + ("prference", &["preference"]), + ("prferred", &["preferred"]), + ("prgram", &["program"]), + ("priave", &["private"]), + ("pricipal", &["principal"]), + ("priciple", &["principle"]), + ("priciples", &["principles"]), + ("pricision", &["precision"]), + ("priestood", &["priesthood"]), + ("primaray", &["primary"]), + ("primarely", &["primarily"]), + ("primarly", &["primarily"]), + ("primative", &["primitive"]), + ("primatively", &["primitively"]), + ("primatives", &["primitives"]), + ("primay", &["primary"]), + ("primeter", &["perimeter"]), + ("primitiv", &["primitive"]), + ("primitve", &["primitive"]), + ("primitves", &["primitives"]), + ("primive", &["primitive"]), + ("primordal", &["primordial"]), + ("princeple", &["principle"]), + ("princeples", &["principles"]), + ("principaly", &["principality"]), + ("principial", &["principal"]), + ("principlaity", &["principality"]), + ("principly", &["principally"]), + ("princliple", &["principle"]), + ("prind", &["print"]), + ("prinf", &["print", "printf", "sprintf"]), + ("pring", &["print", "bring", "ping", "spring"]), + ("pringing", &["printing", "springing"]), + ("prinicipal", &["principal"]), + ("printting", &["printing"]), + ("prioritiy", &["priority"]), + ("priorty", &["priority"]), + ("priotity", &["priority"]), + ("prirority", &["priority"]), + ("priting", &["printing"]), + ("privalege", &["privilege"]), + ("privaleges", &["privileges"]), + ("privaye", &["private"]), + ("privcy", &["privacy"]), + ("privde", &["provide"]), + ("priveledges", &["privileges"]), + ("privelege", &["privilege"]), + ("priveleged", &["privileged"]), + ("priveleges", &["privileges"]), + ("privelige", &["privilege"]), + ("priveliged", &["privileged"]), + ("priveliges", &["privileges"]), + ("privelleges", &["privileges"]), + ("priviate", &["private"]), + ("privide", &["provide"]), + ("privided", &["provided"]), + ("privides", &["provides"]), + ("prividing", &["providing"]), + ("priview", &["preview"]), + ("privilage", &["privilege"]), + ("privilaged", &["privileged"]), + ("privilages", &["privileges"]), + ("priviledge", &["privilege"]), + ("priviledged", &["privileged"]), + ("priviledges", &["privileges"]), + ("privilige", &["privilege"]), + ("priviliged", &["privileged"]), + ("priviliges", &["privileges"]), + ("privious", &["previous"]), + ("priviously", &["previously"]), + ("privision", &["provision"]), + ("privisional", &["provisional"]), + ("privisions", &["provisions"]), + ("privledge", &["privilege"]), + ("privleges", &["privileges"]), + ("privte", &["private"]), + ("prmitive", &["primitive"]), + ("prmitives", &["primitives"]), + ("prmopting", &["prompting"]), + ("proable", &["probable"]), + ("proably", &["probably"]), + ("probabaly", &["probably"]), + ("probabilaty", &["probability"]), + ("probabilites", &["probabilities"]), + ("probabilty", &["probability"]), + ("probabily", &["probability", "probably"]), + ("probablistic", &["probabilistic"]), + ("probablly", &["probably"]), + ("probaby", &["probably"]), + ("probalby", &["probably"]), + ("probalibity", &["probability"]), + ("probaly", &["probably"]), + ("probbably", &["probably"]), + ("probbailities", &["probabilities"]), + ("probbaility", &["probability"]), + ("probbaly", &["probably"]), + ("probbed", &["probed"]), + ("probblem", &["problem"]), + ("probblems", &["problems"]), + ("probblez", &["problem"]), + ("probblezs", &["problems"]), + ("probbly", &["probably"]), + ("probelm", &["problem"]), + ("probelmatic", &["problematic"]), + ("probelms", &["problems"]), + ("probem", &["problem"]), + ("proberly", &["properly"]), + ("proberty", &["property", "properly"]), + ("problably", &["probably"]), + ("problamatic", &["problematic"]), + ("proble", &["probe"]), + ("probleme", &["problem"]), + ("problemes", &["problems"]), + ("problimatic", &["problematic"]), + ("problme", &["problem"]), + ("problmes", &["problems"]), + ("probly", &["probably"]), + ("procceed", &["proceed"]), + ("proccesor", &["processor"]), + ("proccesors", &["processors"]), + ("proccess", &["process"]), + ("proccessed", &["processed"]), + ("proccesses", &["processes"]), + ("proccessing", &["processing"]), + ("proccessor", &["processor"]), + ("proccessors", &["processors"]), + ("procecure", &["procedure"]), + ("procecures", &["procedures"]), + ("procede", &["proceed", "precede"]), + ("proceded", &["proceeded", "preceded"]), + ("procedes", &["proceeds", "precedes"]), + ("procedger", &["procedure"]), + ("proceding", &["proceeding", "preceding"]), + ("procedings", &["proceedings"]), + ("procedre", &["procedure"]), + ("procedres", &["procedures"]), + ("proceedure", &["procedure"]), + ("proceedures", &["procedures"]), + ("proceeed", &["proceed"]), + ("proceeeded", &["proceeded"]), + ("proceeeding", &["proceeding"]), + ("proceeeds", &["proceeds"]), + ("proceeedures", &["procedures"]), + ("procees", &["process"]), + ("proceesed", &["processed"]), + ("proceesor", &["processor"]), + ("procelain", &["porcelain"]), + ("procelains", &["porcelains"]), + ("procentual", &["percentual"]), + ("proces", &["process"]), + ("procesed", &["processed"]), + ("proceses", &["processes"]), + ("proceshandler", &["processhandler"]), + ("procesing", &["processing"]), + ("procesor", &["processor"]), + ("processeed", &["processed"]), + ("processees", &["processes"]), + ("processer", &["processor"]), + ("processess", &["processes"]), + ("processessing", &["processing"]), + ("processig", &["processing"]), + ("processinf", &["processing"]), + ("processore", &["processor"]), + ("processpr", &["processor"]), + ("processs", &["process"]), + ("processsed", &["processed"]), + ("processses", &["processes"]), + ("processsing", &["processing"]), + ("processsors", &["processors"]), + ("procesure", &["procedure"]), + ("procesures", &["procedures"]), + ("procide", &["provide"]), + ("procided", &["provided"]), + ("procides", &["provides"]), + ("proclaimation", &["proclamation"]), + ("proclamed", &["proclaimed"]), + ("proclaming", &["proclaiming"]), + ("proclomation", &["proclamation"]), + ("procoess", &["process"]), + ("procoessed", &["processed"]), + ("procoessing", &["processing"]), + ("proctect", &["protect"]), + ("proctected", &["protected"]), + ("proctecting", &["protecting"]), + ("proctects", &["protects"]), + ("procteted", &["protected"]), + ("procude", &["produce"]), + ("procuded", &["produced"]), + ("prodceding", &["proceeding"]), + ("prodecure", &["procedure"]), + ("producable", &["producible"]), + ("producables", &["producibles"]), + ("produceds", &["produces", "produced"]), + ("producted", &["produced"]), + ("produkt", &["product"]), + ("produse", &["produce"]), + ("prodused", &["produced"]), + ("produses", &["produces"]), + ("proejct", &["project"]), + ("proejcted", &["projected"]), + ("proejcting", &["projecting"]), + ("proejction", &["projection"]), + ("proeprties", &["properties"]), + ("proeprty", &["property"]), + ("proerties", &["properties"]), + ("proerty", &["property", "poetry"]), + ("proessing", &["processing"]), + ("profesion", &["profusion", "profession"]), + ("profesor", &["professor"]), + ("professer", &["professor"]), + ("proffesed", &["professed"]), + ("proffesion", &["profession"]), + ("proffesional", &["professional"]), + ("proffesor", &["professor"]), + ("proffessor", &["professor"]), + ("profilic", &["prolific"]), + ("profissional", &["professional"]), + ("profund", &["profound"]), + ("profundly", &["profoundly"]), + ("progagate", &["propagate"]), + ("progagated", &["propagated"]), + ("progagates", &["propagates"]), + ("progagating", &["propagating"]), + ("progagation", &["propagation"]), + ("progagations", &["propagations"]), + ("progagator", &["propagator"]), + ("progagators", &["propagators"]), + ("progam", &["program"]), + ("progamability", &["programmability"]), + ("progamable", &["programmable"]), + ("progamatic", &["programmatic"]), + ("progamatically", &["programmatically"]), + ("progamed", &["programmed"]), + ("progamer", &["programmer"]), + ("progamers", &["programmers"]), + ("progaming", &["programming"]), + ("progamm", &["program"]), + ("progammability", &["programmability"]), + ("progammable", &["programmable"]), + ("progammatic", &["programmatic"]), + ("progammatically", &["programmatically"]), + ("progammed", &["programmed"]), + ("progammer", &["programmer"]), + ("progammers", &["programmers"]), + ("progamming", &["programming"]), + ("progamms", &["programs"]), + ("progams", &["programs"]), + ("progapate", &["propagate"]), + ("progapated", &["propagated"]), + ("progapates", &["propagates"]), + ("progapating", &["propagating"]), + ("progapation", &["propagation"]), + ("progapations", &["propagations"]), + ("progapator", &["propagator"]), + ("progapators", &["propagators"]), + ("progaramm", &["program"]), + ("progarammability", &["programmability"]), + ("progarammable", &["programmable"]), + ("progarammatic", &["programmatic"]), + ("progarammatically", &["programmatically"]), + ("progarammed", &["programmed"]), + ("progarammer", &["programmer"]), + ("progarammers", &["programmers"]), + ("progaramming", &["programming"]), + ("progaramms", &["programs"]), + ("progarm", &["program"]), + ("progarmability", &["programmability"]), + ("progarmable", &["programmable"]), + ("progarmatic", &["programmatic"]), + ("progarmatically", &["programmatically"]), + ("progarmed", &["programmed"]), + ("progarmer", &["programmer"]), + ("progarmers", &["programmers"]), + ("progarming", &["programming"]), + ("progarms", &["programs"]), + ("progate", &["propagate"]), + ("progated", &["propagated"]), + ("progates", &["propagates"]), + ("progating", &["propagating"]), + ("progation", &["propagation"]), + ("progations", &["propagations"]), + ("progess", &["progress"]), + ("progessbar", &["progressbar"]), + ("progessed", &["progressed"]), + ("progesses", &["progresses"]), + ("progessive", &["progressive"]), + ("progessor", &["progressor"]), + ("progesss", &["progress"]), + ("progidy", &["prodigy"]), + ("programable", &["programmable"]), + ("programatic", &["programmatic"]), + ("programatically", &["programmatically"]), + ("programattically", &["programmatically"]), + ("programd", &["programmed"]), + ("programed", &["programmed"]), + ("programemer", &["programmer"]), + ("programemers", &["programmers"]), + ("programers", &["programmers"]), + ("programing", &["programming"]), + ("programm", &["program", "programme"]), + ("programmaticaly", &["programmatically"]), + ("programmd", &["programmed", "programme"]), + ("programmend", &["programmed"]), + ("programmetically", &["programmatically"]), + ("programmical", &["programmatical"]), + ("programmign", &["programming"]), + ("programms", &["programs"]), + ("progres", &["progress"]), + ("progresively", &["progressively"]), + ("progresss", &["progress"]), + ("progrewss", &["progress"]), + ("progrmae", &["program"]), + ("progrom", &["pogrom", "program"]), + ("progroms", &["pogroms", "programs"]), + ("progrss", &["progress"]), + ("prohabition", &["prohibition"]), + ("prohibitted", &["prohibited"]), + ("prohibitting", &["prohibiting"]), + ("prohibt", &["prohibit"]), + ("prohibted", &["prohibited"]), + ("prohibting", &["prohibiting"]), + ("prohibts", &["prohibits"]), + ("proirity", &["priority"]), + ("projct\'s", &["project\'s"]), + ("projct", &["project"]), + ("projction", &["projection"]), + ("projctions", &["projections"]), + ("projctor", &["projector"]), + ("projctors", &["projectors"]), + ("projcts", &["projects"]), + ("projectio", &["projection"]), + ("prolbems", &["problems"]), + ("prolem", &["problem"]), + ("prolems", &["problems"]), + ("prologomena", &["prolegomena"]), + ("prominance", &["prominence"]), + ("prominant", &["prominent"]), + ("prominantly", &["prominently"]), + ("prominately", &["prominently", "predominately"]), + ("promis", &["promise"]), + ("promiscous", &["promiscuous"]), + ("promiss", &["promise"]), + ("promisse", &["promise", "promises", "promised"]), + ("promissed", &["promised"]), + ("promisses", &["promises"]), + ("promissing", &["promising"]), + ("promixity", &["proximity"]), + ("prommpt", &["prompt"]), + ("prommpts", &["prompts"]), + ("promotted", &["promoted"]), + ("promprted", &["prompted"]), + ("promps", &["prompts"]), + ("promt", &["prompt"]), + ("promts", &["prompts"]), + ("pronnounced", &["pronounced"]), + ("pronomial", &["pronominal"]), + ("prononciation", &["pronunciation"]), + ("pronouce", &["pronounce"]), + ("pronouced", &["pronounced"]), + ("pronounched", &["pronounced"]), + ("pronounciation", &["pronunciation"]), + ("pronunce", &["pronounce"]), + ("proocecure", &["procedure"]), + ("proocecures", &["procedures"]), + ("proocedure", &["procedure"]), + ("proocedures", &["procedures"]), + ("proocess", &["process"]), + ("proocessed", &["processed"]), + ("proocesses", &["processes"]), + ("proocessing", &["processing"]), + ("proocol", &["protocol"]), + ("proocols", &["protocols"]), + ("prooduce", &["produce"]), + ("prooduced", &["produced"]), + ("prooduces", &["produces"]), + ("prooduct", &["product"]), + ("prooerties", &["properties"]), + ("prooerty", &["property"]), + ("prool", &["pool"]), + ("prooof", &["proof"]), + ("prooper", &["proper"]), + ("prooperly", &["properly"]), + ("prooperties", &["properties"]), + ("prooperty", &["property"]), + ("proose", &["propose"]), + ("proosed", &["proposed"]), + ("prooses", &["proposes"]), + ("proove", &["prove"]), + ("prooved", &["proved"]), + ("prooven", &["proven"]), + ("prooves", &["proves"]), + ("prooving", &["proving"]), + ("proovread", &["proofread"]), + ("prooxies", &["proxies"]), + ("prooxy", &["proxy"]), + ("propably", &["probably"]), + ("propage", &["propagate"]), + ("propatagion", &["propagation"]), + ("propator", &["propagator"]), + ("propators", &["propagators"]), + ("propbably", &["probably"]), + ("propely", &["properly"]), + ("propeoperties", &["properties"]), + ("properies", &["properties"]), + ("properities", &["properties"]), + ("properries", &["properties"]), + ("properrt", &["property"]), + ("properry", &["property", "properly"]), + ("properrys", &["properties"]), + ("propert", &["property"]), + ("properteis", &["properties"]), + ("propertery", &["property"]), + ("propertie", &["property", "properties"]), + ("propertise", &["properties"]), + ("propertly", &["properly", "property"]), + ("propertu", &["property"]), + ("propertus", &["properties"]), + ("propertys", &["properties"]), + ("propertyst", &["properties"]), + ("propery", &["property", "properly"]), + ("propeties", &["properties"]), + ("propetry", &["property"]), + ("propetrys", &["properties"]), + ("propety", &["property"]), + ("propetys", &["properties"]), + ("propgated", &["propagated"]), + ("prophacy", &["prophecy"]), + ("propietary", &["proprietary"]), + ("propigate", &["propagate"]), + ("propigation", &["propagation"]), + ("proplem", &["problem"]), + ("propmt", &["prompt"]), + ("propmted", &["prompted"]), + ("propmter", &["prompter"]), + ("propmts", &["prompts"]), + ("propoagate", &["propagate"]), + ("propoganda", &["propaganda"]), + ("propogate", &["propagate"]), + ("propogated", &["propagated"]), + ("propogates", &["propagates"]), + ("propogating", &["propagating"]), + ("propogation", &["propagation"]), + ("proporpotion", &["proportion"]), + ("proporpotional", &["proportional"]), + ("proportianal", &["proportional"]), + ("propostion", &["proposition"]), + ("propotion", &["proportion", "promotion"]), + ("propotional", &["proportional", "promotional"]), + ("propotions", &["proportions", "promotions"]), + ("proppely", &["properly"]), + ("propper", &["proper"]), + ("propperly", &["properly"]), + ("proprietory", &["proprietary"]), + ("proproable", &["probable"]), + ("proproably", &["probably"]), + ("proprogate", &["propagate"]), + ("proprogated", &["propagated"]), + ("proprogates", &["propagates"]), + ("proprogating", &["propagating"]), + ("proprogation", &["propagation"]), + ("proprogations", &["propagations"]), + ("proprogator", &["propagator"]), + ("proprogators", &["propagators"]), + ("proproties", &["properties"]), + ("proprotion", &["proportion"]), + ("proprotional", &["proportional"]), + ("proprotionally", &["proportionally"]), + ("proprotions", &["proportions"]), + ("propt", &["prompt"]), + ("propteries", &["properties"]), + ("propterties", &["properties"]), + ("propterty", &["property"]), + ("propvider", &["provider"]), + ("prority", &["priority"]), + ("proseletyzing", &["proselytizing"]), + ("prosess", &["process"]), + ("prosessor", &["processor"]), + ("prosseses", &["processes", "possesses"]), + ("protable", &["portable"]), + ("protaganist", &["protagonist"]), + ("protaganists", &["protagonists"]), + ("protcol", &["protocol"]), + ("protcool", &["protocol"]), + ("protcools", &["protocols"]), + ("protcted", &["protected"]), + ("protecion", &["protection"]), + ("protecte", &["protected", "protect"]), + ("protectiv", &["protective"]), + ("protedcted", &["protected"]), + ("protential", &["potential"]), + ("protext", &["protect"]), + ("protocal", &["protocol"]), + ("protocals", &["protocols"]), + ("protocl", &["protocol"]), + ("protoco", &["protocol"]), + ("protocoll", &["protocol"]), + ("protoganist", &["protagonist"]), + ("protoge", &["protege"]), + ("prototyes", &["prototypes"]), + ("protoype", &["prototype"]), + ("protoypes", &["prototypes"]), + ("protoytpe", &["prototype"]), + ("protoytpes", &["prototypes"]), + ("protrayed", &["portrayed"]), + ("protruberance", &["protuberance"]), + ("protruberances", &["protuberances"]), + ("prouncements", &["pronouncements"]), + ("provacative", &["provocative"]), + ("provate", &["private", "provide"]), + ("provded", &["provided"]), + ("provder", &["provider"]), + ("provdided", &["provided"]), + ("provdidet", &["provided", "provider", "provident"]), + ("provdie", &["provide"]), + ("provdied", &["provided"]), + ("provdies", &["provides"]), + ("provding", &["providing"]), + ("provedd", &["proved", "provided"]), + ("provicde", &["provide"]), + ("provicded", &["provided"]), + ("provicdes", &["provides"]), + ("provice", &["provide", "province"]), + ("provicial", &["provincial"]), + ("provid", &["provide", "prove", "proved", "proves"]), + ("providewd", &["provided"]), + ("providfers", &["providers"]), + ("provids", &["provides", "proves"]), + ("providse", &["provides", "provide"]), + ("provie", &["provide", "prove"]), + ("provied", &["provide", "provided", "proved"]), + ("provies", &["provides", "proves"]), + ("provinicial", &["provincial"]), + ("provisioing", &["provisioning"]), + ("provisiong", &["provisioning"]), + ("provisionging", &["provisioning"]), + ("provisiosn", &["provision"]), + ("provisonal", &["provisional"]), + ("provode", &["provide"]), + ("provoding", &["providing"]), + ("provsioning", &["provisioning"]), + ("proximty", &["proximity"]), + ("proyect", &["project", "protect"]), + ("proyected", &["projected", "protected"]), + ("proyecting", &["projecting", "protecting"]), + ("proyection", &["projection", "protection"]), + ("proyections", &["projections", "protections"]), + ("proyects", &["projects", "protects"]), + ("prozess", &["process"]), + ("prpeparations", &["preparations"]), + ("prpose", &["propose"]), + ("prposed", &["proposed"]), + ("prposer", &["proposer"]), + ("prposers", &["proposers"]), + ("prposes", &["proposes"]), + ("prposiing", &["proposing"]), + ("prrcision", &["precision"]), + ("prrottypes", &["prototypes"]), + ("prtinf", &["printf"]), + ("prufe", &["proof"]), + ("prviate", &["private"]), + ("psace", &["space"]), + ("psaces", &["spaces"]), + ("psaswd", &["passwd"]), + ("pseude", &["pseudo"]), + ("pseudononymous", &["pseudonymous"]), + ("pseudonyn", &["pseudonym"]), + ("pseudopoential", &["pseudopotential"]), + ("pseudopoentials", &["pseudopotentials"]), + ("pseuo-palette", &["pseudo-palette"]), + ("psitoin", &["position"]), + ("psitoined", &["positioned"]), + ("psitoins", &["positions"]), + ("psot", &["post"]), + ("psots", &["posts"]), + ("psrameter", &["parameter"]), + ("pssed", &["passed"]), + ("pssibility", &["possibility"]), + ("psudo", &["pseudo"]), + ("psuedo", &["pseudo"]), + ("psuedo-fork", &["pseudo-fork"]), + ("psuedolayer", &["pseudolayer"]), + ("psuh", &["push"]), + ("psychadelic", &["psychedelic"]), + ("psycology", &["psychology"]), + ("psyhic", &["psychic"]), + ("ptd", &["pdf"]), + ("ptherad", &["pthread"]), + ("ptherads", &["pthreads"]), + ("pthon", &["python"]), + ("pthred", &["pthread"]), + ("pthreds", &["pthreads"]), + ("ptorions", &["portions"]), + ("ptrss", &["press"]), + ("pubilsh", &["publish"]), + ("pubilshed", &["published"]), + ("pubilsher", &["publisher"]), + ("pubilshers", &["publishers"]), + ("pubilshing", &["publishing"]), + ("pubish", &["publish"]), + ("pubished", &["published"]), + ("pubisher", &["publisher"]), + ("pubishers", &["publishers"]), + ("pubishing", &["publishing"]), + ("publc", &["public", "pubic"]), + ("publcation", &["publication"]), + ("publcise", &["publicise"]), + ("publcize", &["publicize"]), + ("publiaher", &["publisher"]), + ("publically", &["publicly"]), + ("publicaly", &["publicly"]), + ("publich", &["publish", "public"]), + ("publiched", &["published"]), + ("publicher", &["publisher"]), + ("publichers", &["publishers"]), + ("publiches", &["publishes"]), + ("publiching", &["publishing"]), + ("publihsed", &["published"]), + ("publihser", &["publisher"]), + ("publised", &["published"]), + ("publisehd", &["published"]), + ("publisehr", &["publisher"]), + ("publisehrs", &["publishers"]), + ("publiser", &["publisher"]), + ("publisers", &["publishers"]), + ("publisged", &["published"]), + ("publisger", &["publisher"]), + ("publisgers", &["publishers"]), + ("publishd", &["published"]), + ("publisheed", &["published"]), + ("publisherr", &["publisher"]), + ("publishher", &["publisher"]), + ("publishor", &["publisher"]), + ("publishr", &["publisher"]), + ("publishre", &["publisher"]), + ("publishrs", &["publishers"]), + ("publissher", &["publisher"]), + ("publlisher", &["publisher"]), + ("publsh", &["publish"]), + ("publshed", &["published"]), + ("publsher", &["publisher"]), + ("publshers", &["publishers"]), + ("publshing", &["publishing"]), + ("publsih", &["publish"]), + ("publsihed", &["published"]), + ("publsiher", &["publisher"]), + ("publsihers", &["publishers"]), + ("publsihes", &["publishes"]), + ("publsihing", &["publishing"]), + ("publuc", &["public"]), + ("publucation", &["publication"]), + ("publush", &["publish"]), + ("publusher", &["publisher"]), + ("publushers", &["publishers"]), + ("publushes", &["publishes"]), + ("publushing", &["publishing"]), + ("puchasing", &["purchasing"]), + ("Pucini", &["Puccini"]), + ("Puertorrican", &["Puerto Rican"]), + ("Puertorricans", &["Puerto Ricans"]), + ("pulisher", &["publisher"]), + ("pullrequenst", &["pull requests", "pull request"]), + ("pullrequest", &["pull request"]), + ("pullrequests", &["pull requests"]), + ("puls", &["pulse", "plus"]), + ("pumkin", &["pumpkin"]), + ("punctation", &["punctuation"]), + ("puplar", &["popular"]), + ("puplarity", &["popularity"]), + ("puplate", &["populate"]), + ("puplated", &["populated"]), + ("puplates", &["populates"]), + ("puplating", &["populating"]), + ("puplation", &["population"]), + ("puplisher", &["publisher"]), + ("pupulated", &["populated"]), + ("purcahed", &["purchased"]), + ("purcahse", &["purchase"]), + ("purgest", &["purges"]), + ("puritannical", &["puritanical"]), + ("purposedly", &["purposely"]), + ("purpotedly", &["purportedly"]), + ("purpse", &["purpose"]), + ("pursuade", &["persuade"]), + ("pursuaded", &["persuaded"]), + ("pursuades", &["persuades"]), + ("pusehd", &["pushed"]), + ("pususading", &["persuading"]), + ("puting", &["putting"]), + ("pwoer", &["power"]), + ("pxoxied", &["proxied"]), + ("pxoxies", &["proxies"]), + ("pxoxy", &["proxy"]), + ("pyhon", &["python"]), + ("pyhsical", &["physical"]), + ("pyhthon", &["python"]), + ("pyhton", &["python"]), + ("pyramide", &["pyramid"]), + ("pyramides", &["pyramids"]), + ("pyrhon", &["python"]), + ("pyscic", &["psychic"]), + ("pythin", &["python"]), + ("pythjon", &["python"]), + ("pytnon", &["python"]), + ("pytohn", &["python"]), + ("pyton", &["python"]), + ("pytyon", &["python"]), + ("qeueue", &["queue"]), + ("qith", &["with"]), + ("qoute", &["quote"]), + ("qouted", &["quoted"]), + ("qoutes", &["quotes"]), + ("qouting", &["quoting"]), + ("qtuie", &["quite", "quiet"]), + ("quadddec", &["quaddec"]), + ("quadranle", &["quadrangle"]), + ("quailified", &["qualified"]), + ("qualfied", &["qualified"]), + ("qualfy", &["qualify"]), + ("qualifer", &["qualifier"]), + ("qualitification", &["qualification"]), + ("qualitifications", &["qualifications"]), + ("quanitified", &["quantified"]), + ("quanlification", &["qualification", "quantification"]), + ("quanlified", &["qualified", "quantified"]), + ("quanlifies", &["qualifies", "quantifies"]), + ("quanlify", &["qualify", "quantify"]), + ("quantaty", &["quantity"]), + ("quantitiy", &["quantity"]), + ("quarantaine", &["quarantine"]), + ("quarentine", &["quarantine"]), + ("quartically", &["quadratically"]), + ("quatation", &["quotation"]), + ("quater", &["quarter"]), + ("quating", &["quoting", "squatting"]), + ("quckstarter", &["quickstarter"]), + ("qudrangles", &["quadrangles"]), + ("quee", &["queue"]), + ("Queenland", &["Queensland"]), + ("queing", &["queueing"]), + ("queiried", &["queried"]), + ("queisce", &["quiesce"]), + ("queriable", &["queryable"]), + ("quering", &["querying"]), + ("querries", &["queries"]), + ("queryies", &["queries"]), + ("queryinterace", &["queryinterface"]), + ("querys", &["queries"]), + ("quesiton", &["question"]), + ("quesitonable", &["questionable"]), + ("quesitons", &["questions"]), + ("questionaire", &["questionnaire"]), + ("questionnair", &["questionnaire"]), + ("questoin", &["question"]), + ("questoins", &["questions"]), + ("questonable", &["questionable"]), + ("queu", &["queue"]), + ("queueud", &["queued"]), + ("queus", &["queues"]), + ("quew", &["queue"]), + ("quickier", &["quicker"]), + ("quicklyu", &["quickly"]), + ("quicly", &["quickly"]), + ("quiessent", &["quiescent"]), + ("quinessential", &["quintessential"]), + ("quitely", &["quite", "quietly"]), + ("quith", &["quit", "with"]), + ("quiting", &["quitting"]), + ("quitt", &["quit"]), + ("quitted", &["quit"]), + ("quizes", &["quizzes"]), + ("quotaion", &["quotation"]), + ("quoteed", &["quoted"]), + ("quottes", &["quotes"]), + ("quried", &["queried"]), + ("quroum", &["quorum"]), + ("qutie", &["quite", "quiet"]), + ("rabinnical", &["rabbinical"]), + ("racaus", &["raucous"]), + ("ractise", &["practise"]), + ("radation", &["radiation"]), + ("rade", &["read", "raid"]), + ("radiactive", &["radioactive"]), + ("radiaton", &["radiation"]), + ("radify", &["ratify"]), + ("radiobuttion", &["radiobutton"]), + ("radis", &["radix"]), + ("rady", &["ready"]), + ("raed", &["read"]), + ("raeding", &["reading"]), + ("raeds", &["reads"]), + ("raedy", &["ready"]), + ("raelly", &["really"]), + ("raisedd", &["raised"]), + ("raison", &["reason", "raisin"]), + ("ralation", &["relation"]), + ("randmom", &["random"]), + ("randomally", &["randomly"]), + ("raoming", &["roaming"]), + ("raotat", &["rotate"]), + ("raotate", &["rotate"]), + ("raotated", &["rotated"]), + ("raotates", &["rotates"]), + ("raotating", &["rotating"]), + ("raotation", &["rotation"]), + ("raotations", &["rotations"]), + ("raotats", &["rotates"]), + ("raplace", &["replace"]), + ("raplacing", &["replacing"]), + ("rapresent", &["represent"]), + ("rapresentation", &["representation"]), + ("rapresented", &["represented"]), + ("rapresenting", &["representing"]), + ("rapresents", &["represents"]), + ("rarelly", &["rarely"]), + ("rarified", &["rarefied"]), + ("rasberry", &["raspberry"]), + ("rasie", &["raise"]), + ("rasied", &["raised"]), + ("rasies", &["raises"]), + ("rasiing", &["raising"]), + ("rasing", &["raising"]), + ("rasons", &["reasons"]), + ("raspoberry", &["raspberry"]), + ("rathar", &["rather"]), + ("rathern", &["rather"]), + ("rcall", &["recall"]), + ("rceate", &["create"]), + ("rceating", &["creating"]), + ("rduce", &["reduce"]), + ("re-attachement", &["re-attachment"]), + ("re-defiend", &["re-defined"]), + ("re-engeneer", &["re-engineer"]), + ("re-engeneering", &["re-engineering"]), + ("re-evaulated", &["re-evaluated"]), + ("re-impliment", &["re-implement"]), + ("re-implimenting", &["re-implementing"]), + ("re-negatiotiable", &["re-negotiable"]), + ("re-negatiotiate", &["re-negotiate"]), + ("re-negatiotiated", &["re-negotiated"]), + ("re-negatiotiates", &["re-negotiates"]), + ("re-negatiotiating", &["re-negotiating"]), + ("re-negatiotiation", &["re-negotiation"]), + ("re-negatiotiations", &["re-negotiations"]), + ("re-negatiotiator", &["re-negotiator"]), + ("re-negatiotiators", &["re-negotiators"]), + ("re-negoable", &["re-negotiable"]), + ("re-negoate", &["re-negotiate"]), + ("re-negoated", &["re-negotiated"]), + ("re-negoates", &["re-negotiates"]), + ("re-negoatiable", &["re-negotiable"]), + ("re-negoatiate", &["re-negotiate"]), + ("re-negoatiated", &["re-negotiated"]), + ("re-negoatiates", &["re-negotiates"]), + ("re-negoatiating", &["re-negotiating"]), + ("re-negoatiation", &["re-negotiation"]), + ("re-negoatiations", &["re-negotiations"]), + ("re-negoatiator", &["re-negotiator"]), + ("re-negoatiators", &["re-negotiators"]), + ("re-negoating", &["re-negotiating"]), + ("re-negoation", &["re-negotiation"]), + ("re-negoations", &["re-negotiations"]), + ("re-negoator", &["re-negotiator"]), + ("re-negoators", &["re-negotiators"]), + ("re-negociable", &["re-negotiable"]), + ("re-negociate", &["re-negotiate"]), + ("re-negociated", &["re-negotiated"]), + ("re-negociates", &["re-negotiates"]), + ("re-negociating", &["re-negotiating"]), + ("re-negociation", &["re-negotiation"]), + ("re-negociations", &["re-negotiations"]), + ("re-negociator", &["re-negotiator"]), + ("re-negociators", &["re-negotiators"]), + ("re-negogtiable", &["re-negotiable"]), + ("re-negogtiate", &["re-negotiate"]), + ("re-negogtiated", &["re-negotiated"]), + ("re-negogtiates", &["re-negotiates"]), + ("re-negogtiating", &["re-negotiating"]), + ("re-negogtiation", &["re-negotiation"]), + ("re-negogtiations", &["re-negotiations"]), + ("re-negogtiator", &["re-negotiator"]), + ("re-negogtiators", &["re-negotiators"]), + ("re-negoitable", &["re-negotiable"]), + ("re-negoitate", &["re-negotiate"]), + ("re-negoitated", &["re-negotiated"]), + ("re-negoitates", &["re-negotiates"]), + ("re-negoitating", &["re-negotiating"]), + ("re-negoitation", &["re-negotiation"]), + ("re-negoitations", &["re-negotiations"]), + ("re-negoitator", &["re-negotiator"]), + ("re-negoitators", &["re-negotiators"]), + ("re-negoptionsotiable", &["re-negotiable"]), + ("re-negoptionsotiate", &["re-negotiate"]), + ("re-negoptionsotiated", &["re-negotiated"]), + ("re-negoptionsotiates", &["re-negotiates"]), + ("re-negoptionsotiating", &["re-negotiating"]), + ("re-negoptionsotiation", &["re-negotiation"]), + ("re-negoptionsotiations", &["re-negotiations"]), + ("re-negoptionsotiator", &["re-negotiator"]), + ("re-negoptionsotiators", &["re-negotiators"]), + ("re-negosiable", &["re-negotiable"]), + ("re-negosiate", &["re-negotiate"]), + ("re-negosiated", &["re-negotiated"]), + ("re-negosiates", &["re-negotiates"]), + ("re-negosiating", &["re-negotiating"]), + ("re-negosiation", &["re-negotiation"]), + ("re-negosiations", &["re-negotiations"]), + ("re-negosiator", &["re-negotiator"]), + ("re-negosiators", &["re-negotiators"]), + ("re-negotable", &["re-negotiable"]), + ("re-negotaiable", &["re-negotiable"]), + ("re-negotaiate", &["re-negotiate"]), + ("re-negotaiated", &["re-negotiated"]), + ("re-negotaiates", &["re-negotiates"]), + ("re-negotaiating", &["re-negotiating"]), + ("re-negotaiation", &["re-negotiation"]), + ("re-negotaiations", &["re-negotiations"]), + ("re-negotaiator", &["re-negotiator"]), + ("re-negotaiators", &["re-negotiators"]), + ("re-negotaible", &["re-negotiable"]), + ("re-negotaite", &["re-negotiate"]), + ("re-negotaited", &["re-negotiated"]), + ("re-negotaites", &["re-negotiates"]), + ("re-negotaiting", &["re-negotiating"]), + ("re-negotaition", &["re-negotiation"]), + ("re-negotaitions", &["re-negotiations"]), + ("re-negotaitor", &["re-negotiator"]), + ("re-negotaitors", &["re-negotiators"]), + ("re-negotate", &["re-negotiate"]), + ("re-negotated", &["re-negotiated"]), + ("re-negotates", &["re-negotiates"]), + ("re-negotatiable", &["re-negotiable"]), + ("re-negotatiate", &["re-negotiate"]), + ("re-negotatiated", &["re-negotiated"]), + ("re-negotatiates", &["re-negotiates"]), + ("re-negotatiating", &["re-negotiating"]), + ("re-negotatiation", &["re-negotiation"]), + ("re-negotatiations", &["re-negotiations"]), + ("re-negotatiator", &["re-negotiator"]), + ("re-negotatiators", &["re-negotiators"]), + ("re-negotatible", &["re-negotiable"]), + ("re-negotatie", &["re-negotiate"]), + ("re-negotatied", &["re-negotiated"]), + ("re-negotaties", &["re-negotiates"]), + ("re-negotating", &["re-negotiating"]), + ("re-negotation", &["re-negotiation"]), + ("re-negotations", &["re-negotiations"]), + ("re-negotatior", &["re-negotiator"]), + ("re-negotatiors", &["re-negotiators"]), + ("re-negotator", &["re-negotiator"]), + ("re-negotators", &["re-negotiators"]), + ("re-negothiable", &["re-negotiable"]), + ("re-negothiate", &["re-negotiate"]), + ("re-negothiated", &["re-negotiated"]), + ("re-negothiates", &["re-negotiates"]), + ("re-negothiating", &["re-negotiating"]), + ("re-negothiation", &["re-negotiation"]), + ("re-negothiations", &["re-negotiations"]), + ("re-negothiator", &["re-negotiator"]), + ("re-negothiators", &["re-negotiators"]), + ("re-negotible", &["re-negotiable"]), + ("re-negoticable", &["re-negotiable"]), + ("re-negoticate", &["re-negotiate"]), + ("re-negoticated", &["re-negotiated"]), + ("re-negoticates", &["re-negotiates"]), + ("re-negoticating", &["re-negotiating"]), + ("re-negotication", &["re-negotiation"]), + ("re-negotications", &["re-negotiations"]), + ("re-negoticator", &["re-negotiator"]), + ("re-negoticators", &["re-negotiators"]), + ("re-negotioable", &["re-negotiable"]), + ("re-negotioate", &["re-negotiate"]), + ("re-negotioated", &["re-negotiated"]), + ("re-negotioates", &["re-negotiates"]), + ("re-negotioating", &["re-negotiating"]), + ("re-negotioation", &["re-negotiation"]), + ("re-negotioations", &["re-negotiations"]), + ("re-negotioator", &["re-negotiator"]), + ("re-negotioators", &["re-negotiators"]), + ("re-negotioble", &["re-negotiable"]), + ("re-negotion", &["re-negotiation"]), + ("re-negotionable", &["re-negotiable"]), + ("re-negotionate", &["re-negotiate"]), + ("re-negotionated", &["re-negotiated"]), + ("re-negotionates", &["re-negotiates"]), + ("re-negotionating", &["re-negotiating"]), + ("re-negotionation", &["re-negotiation"]), + ("re-negotionations", &["re-negotiations"]), + ("re-negotionator", &["re-negotiator"]), + ("re-negotionators", &["re-negotiators"]), + ("re-negotions", &["re-negotiations"]), + ("re-negotiotable", &["re-negotiable"]), + ("re-negotiotate", &["re-negotiate"]), + ("re-negotiotated", &["re-negotiated"]), + ("re-negotiotates", &["re-negotiates"]), + ("re-negotiotating", &["re-negotiating"]), + ("re-negotiotation", &["re-negotiation"]), + ("re-negotiotations", &["re-negotiations"]), + ("re-negotiotator", &["re-negotiator"]), + ("re-negotiotators", &["re-negotiators"]), + ("re-negotiote", &["re-negotiate"]), + ("re-negotioted", &["re-negotiated"]), + ("re-negotiotes", &["re-negotiates"]), + ("re-negotioting", &["re-negotiating"]), + ("re-negotiotion", &["re-negotiation"]), + ("re-negotiotions", &["re-negotiations"]), + ("re-negotiotor", &["re-negotiator"]), + ("re-negotiotors", &["re-negotiators"]), + ("re-negotitable", &["re-negotiable"]), + ("re-negotitae", &["re-negotiate"]), + ("re-negotitaed", &["re-negotiated"]), + ("re-negotitaes", &["re-negotiates"]), + ("re-negotitaing", &["re-negotiating"]), + ("re-negotitaion", &["re-negotiation"]), + ("re-negotitaions", &["re-negotiations"]), + ("re-negotitaor", &["re-negotiator"]), + ("re-negotitaors", &["re-negotiators"]), + ("re-negotitate", &["re-negotiate"]), + ("re-negotitated", &["re-negotiated"]), + ("re-negotitates", &["re-negotiates"]), + ("re-negotitating", &["re-negotiating"]), + ("re-negotitation", &["re-negotiation"]), + ("re-negotitations", &["re-negotiations"]), + ("re-negotitator", &["re-negotiator"]), + ("re-negotitators", &["re-negotiators"]), + ("re-negotite", &["re-negotiate"]), + ("re-negotited", &["re-negotiated"]), + ("re-negotites", &["re-negotiates"]), + ("re-negotiting", &["re-negotiating"]), + ("re-negotition", &["re-negotiation"]), + ("re-negotitions", &["re-negotiations"]), + ("re-negotitor", &["re-negotiator"]), + ("re-negotitors", &["re-negotiators"]), + ("re-negoziable", &["re-negotiable"]), + ("re-negoziate", &["re-negotiate"]), + ("re-negoziated", &["re-negotiated"]), + ("re-negoziates", &["re-negotiates"]), + ("re-negoziating", &["re-negotiating"]), + ("re-negoziation", &["re-negotiation"]), + ("re-negoziations", &["re-negotiations"]), + ("re-negoziator", &["re-negotiator"]), + ("re-negoziators", &["re-negotiators"]), + ("re-realease", &["re-release"]), + ("re-spawining", &["re-spawning", "respawning"]), + ("re-uplad", &["re-upload"]), + ("re-upladad", &["re-upload", "re-uploaded"]), + ("re-upladed", &["re-uploaded"]), + ("re-uplader", &["re-uploader"]), + ("re-upladers", &["re-uploaders"]), + ("re-uplading", &["re-uploading"]), + ("re-uplads", &["re-uploads"]), + ("re-uplaod", &["re-upload"]), + ("re-uplaodad", &["re-upload", "re-uploaded"]), + ("re-uplaoded", &["re-uploaded"]), + ("re-uplaoder", &["re-uploader"]), + ("re-uplaoders", &["re-uploaders"]), + ("re-uplaoding", &["re-uploading"]), + ("re-uplaods", &["re-uploads"]), + ("re-uplod", &["re-upload"]), + ("re-uplodad", &["re-upload", "re-uploaded"]), + ("re-uploded", &["re-uploaded"]), + ("re-uploder", &["re-uploader"]), + ("re-uploders", &["re-uploaders"]), + ("re-uploding", &["re-uploading"]), + ("re-uplods", &["re-uploads"]), + ("reaaly", &["really"]), + ("reaarange", &["rearrange"]), + ("reaaranges", &["rearranges"]), + ("reaasigned", &["reassigned"]), + ("reacahable", &["reachable"]), + ("reacahble", &["reachable"]), + ("reaccurring", &["recurring"]), + ("reaceive", &["receive"]), + ("reacheable", &["reachable"]), + ("reacher", &["richer"]), + ("reachs", &["reaches"]), + ("reacing", &["reaching"]), + ("reacll", &["recall"]), + ("reactquire", &["reacquire"]), + ("readabilty", &["readability"]), + ("readapted", &["re-adapted"]), + ("readble", &["readable"]), + ("readby", &["read", "read by"]), + ("readeable", &["readable"]), + ("readed", &["read", "readd", "readded"]), + ("reademe", &["README"]), + ("readiable", &["readable"]), + ("readibility", &["readability"]), + ("readible", &["readable"]), + ("readius", &["radius"]), + ("readl-only", &["read-only"]), + ("readly", &["readily", "ready"]), + ("readmition", &["readmission"]), + ("readnig", &["reading"]), + ("readning", &["reading"]), + ("readyness", &["readiness"]), + ("reaeched", &["reached"]), + ("reaise", &["realise", "realize", "raise"]), + ("reaktivate", &["reactivate"]), + ("reaktivated", &["reactivated"]), + ("realease", &["release"]), + ("realeased", &["released"]), + ("realeases", &["releases"]), + ("realiable", &["reliable"]), + ("realitime", &["realtime"]), + ("realitvely", &["relatively"]), + ("realiy", &["really"]), + ("reall", &["real", "really"]), + ("realling", &["really"]), + ("reallize", &["realize"]), + ("reallllly", &["really"]), + ("reallocae", &["reallocate"]), + ("reallocaes", &["reallocates"]), + ("reallocaiing", &["reallocating"]), + ("reallocaing", &["reallocating"]), + ("reallocaion", &["reallocation"]), + ("reallocaions", &["reallocations"]), + ("reallocaite", &["reallocate"]), + ("reallocaites", &["reallocates"]), + ("reallocaiting", &["reallocating"]), + ("reallocaition", &["reallocation"]), + ("reallocaitions", &["reallocations"]), + ("reallocaiton", &["reallocation"]), + ("reallocaitons", &["reallocations"]), + ("realsitic", &["realistic"]), + ("realted", &["related"]), + ("realtion", &["relation", "reaction"]), + ("realtions", &["relations", "reactions"]), + ("realtive", &["relative", "reactive"]), + ("realy", &["really"]), + ("realyl", &["really"]), + ("reamde", &["README"]), + ("reamins", &["remains"]), + ("reampping", &["remapping", "revamping"]), + ("reander", &["render"]), + ("reanme", &["rename"]), + ("reanmed", &["renamed"]), + ("reanmes", &["renames"]), + ("reanming", &["renaming"]), + ("reaon", &["reason"]), + ("reaons", &["reasons"]), + ("reappeares", &["reappears"]), + ("reapper", &["reappear"]), + ("reappered", &["reappeared"]), + ("reappering", &["reappearing"]), + ("reaquire", &["reacquire", "require"]), + ("rearely", &["rarely"]), + ("rearranable", &["rearrangeable"]), + ("rearrane", &["rearrange"]), + ("rearraned", &["rearranged"]), + ("rearranement", &["rearrangement"]), + ("rearranements", &["rearrangements"]), + ("rearranent", &["rearrangement"]), + ("rearranents", &["rearrangements"]), + ("rearranes", &["rearranges"]), + ("rearrang", &["rearrange"]), + ("rearrangable", &["rearrangeable"]), + ("rearrangaeble", &["rearrangeable"]), + ("rearrangaelbe", &["rearrangeable"]), + ("rearrangd", &["rearranged"]), + ("rearrangde", &["rearranged"]), + ("rearrangent", &["rearrangement"]), + ("rearrangents", &["rearrangements"]), + ("rearrangmeent", &["rearrangement"]), + ("rearrangmeents", &["rearrangements"]), + ("rearrangmenet", &["rearrangement"]), + ("rearrangmenets", &["rearrangements"]), + ("rearrangment", &["rearrangement"]), + ("rearrangments", &["rearrangements"]), + ("rearrangnig", &["rearranging"]), + ("rearrangning", &["rearranging"]), + ("rearrangs", &["rearranges"]), + ("rearrangse", &["rearranges"]), + ("rearrangt", &["rearrangement"]), + ("rearrangte", &["rearrange"]), + ("rearrangteable", &["rearrangeable"]), + ("rearrangteables", &["rearrangeables"]), + ("rearrangted", &["rearranged"]), + ("rearrangtement", &["rearrangement"]), + ("rearrangtements", &["rearrangements"]), + ("rearrangtes", &["rearranges"]), + ("rearrangting", &["rearranging"]), + ("rearrangts", &["rearrangements"]), + ("rearraning", &["rearranging"]), + ("rearranment", &["rearrangement"]), + ("rearranments", &["rearrangements"]), + ("rearrant", &["rearrangement"]), + ("rearrants", &["rearrangements"]), + ("reasearch", &["research"]), + ("reasearcher", &["researcher"]), + ("reasearchers", &["researchers"]), + ("reasnable", &["reasonable"]), + ("reasoable", &["reasonable"]), + ("reasonabily", &["reasonably"]), + ("reasonble", &["reasonable"]), + ("reasonbly", &["reasonably"]), + ("reasonnable", &["reasonable"]), + ("reasonnably", &["reasonably"]), + ("reassocition", &["reassociation"]), + ("reasssign", &["reassign"]), + ("reasy", &["ready", "easy"]), + ("reatime", &["realtime"]), + ("reattachement", &["reattachment"]), + ("reay", &["ready", "really", "ray"]), + ("reayd", &["ready", "read"]), + ("rebiulding", &["rebuilding"]), + ("rebllions", &["rebellions"]), + ("reboto", &["reboot"]), + ("rebounce", &["rebound"]), + ("rebuil", &["rebuild", "rebuilt"]), + ("rebuilded", &["rebuilt"]), + ("rebuillt", &["rebuilt"]), + ("rebuils", &["rebuilds"]), + ("rebuilts", &["rebuilds", "rebuilt", "rebuild"]), + ("rebuit", &["rebuilt"]), + ("rebuld", &["rebuild"]), + ("rebulding", &["rebuilding"]), + ("rebulds", &["rebuilds"]), + ("rebulid", &["rebuild"]), + ("rebuliding", &["rebuilding"]), + ("rebulids", &["rebuilds"]), + ("rebulit", &["rebuilt"]), + ("recahed", &["reached"]), + ("recalcuated", &["recalculated"]), + ("recalcution", &["recalculation"]), + ("recalulate", &["recalculate"]), + ("recalulation", &["recalculation"]), + ("reccomend", &["recommend"]), + ("reccomendations", &["recommendations"]), + ("reccomended", &["recommended"]), + ("reccomending", &["recommending"]), + ("reccommend", &["recommend"]), + ("reccommendation", &["recommendation"]), + ("reccommendations", &["recommendations"]), + ("reccommended", &["recommended"]), + ("reccommending", &["recommending"]), + ("reccommends", &["recommends"]), + ("recconecct", &["reconnect"]), + ("recconeccted", &["reconnected"]), + ("recconeccting", &["reconnecting"]), + ("recconecction", &["reconnection"]), + ("recconecctions", &["reconnections"]), + ("recconeccts", &["reconnects"]), + ("recconect", &["reconnect"]), + ("recconected", &["reconnected"]), + ("recconecting", &["reconnecting"]), + ("recconection", &["reconnection"]), + ("recconections", &["reconnections"]), + ("recconects", &["reconnects"]), + ("recconeect", &["reconnect"]), + ("recconeected", &["reconnected"]), + ("recconeecting", &["reconnecting"]), + ("recconeection", &["reconnection"]), + ("recconeections", &["reconnections"]), + ("recconeects", &["reconnects"]), + ("recconenct", &["reconnect"]), + ("recconencted", &["reconnected"]), + ("recconencting", &["reconnecting"]), + ("recconenction", &["reconnection"]), + ("recconenctions", &["reconnections"]), + ("recconencts", &["reconnects"]), + ("recconet", &["reconnect"]), + ("recconeted", &["reconnected"]), + ("recconeting", &["reconnecting"]), + ("recconetion", &["reconnection"]), + ("recconetions", &["reconnections"]), + ("recconets", &["reconnects"]), + ("reccuring", &["recurring"]), + ("reccursive", &["recursive"]), + ("reccursively", &["recursively"]), + ("receeded", &["receded"]), + ("receeding", &["receding"]), + ("receied", &["received"]), + ("receieve", &["receive"]), + ("receieved", &["received"]), + ("receieves", &["receives"]), + ("receieving", &["receiving"]), + ("receipient", &["recipient"]), + ("receipients", &["recipients"]), + ("receiption", &["reception"]), + ("receivedfrom", &["received from"]), + ("receiveing", &["receiving"]), + ("receiviing", &["receiving"]), + ("recenet", &["recent"]), + ("recenlty", &["recently"]), + ("recenly", &["recently"]), + ("recepient", &["recipient"]), + ("recepients", &["recipients"]), + ("recepion", &["reception"]), + ("recepit", &["recipe", "receipt"]), + ("receve", &["receive"]), + ("receved", &["received"]), + ("receves", &["receives"]), + ("recevie", &["receive"]), + ("recevied", &["received"]), + ("recevies", &["receives"]), + ("receving", &["receiving"]), + ("rechable", &["reachable"]), + ("rechargable", &["rechargeable"]), + ("recheability", &["reachability"]), + ("reched", &["reached"]), + ("rechek", &["recheck"]), + ("recide", &["reside"]), + ("recided", &["resided"]), + ("recident", &["resident"]), + ("recidents", &["residents"]), + ("reciding", &["residing"]), + ("reciepents", &["recipients"]), + ("reciept", &["receipt"]), + ("recieve", &["receive"]), + ("recieved", &["received"]), + ("reciever", &["receiver"]), + ("recievers", &["receivers"]), + ("recieves", &["receives"]), + ("recieving", &["receiving"]), + ("recievs", &["receives"]), + ("recipiant", &["recipient"]), + ("recipiants", &["recipients"]), + ("recipie", &["recipe"]), + ("recipies", &["recipes"]), + ("reciprocoal", &["reciprocal"]), + ("reciprocoals", &["reciprocals"]), + ("recive", &["receive"]), + ("recived", &["received"]), + ("recivership", &["receivership"]), + ("recives", &["receives"]), + ("reciving", &["receiving"]), + ("reclaimation", &["reclamation"]), + ("recnt", &["recent", "recant", "rent"]), + ("recntly", &["recently"]), + ("recod", &["record"]), + ("recofig", &["reconfig"]), + ("recoginizing-", &["recognizing"]), + ("recogise", &["recognise"]), + ("recogize", &["recognize"]), + ("recogized", &["recognized"]), + ("recogizes", &["recognizes"]), + ("recogizing", &["recognizing"]), + ("recogniced", &["recognised"]), + ("recogninse", &["recognise"]), + ("recognizeable", &["recognizable"]), + ("recomend", &["recommend"]), + ("recomendations", &["recommendations"]), + ("recomended", &["recommended"]), + ("recomending", &["recommending"]), + ("recomends", &["recommends"]), + ("recommad", &["recommend"]), + ("recommaded", &["recommended"]), + ("recommand", &["recommend"]), + ("recommandation", &["recommendation"]), + ("recommanded", &["recommended"]), + ("recommanding", &["recommending"]), + ("recommands", &["recommends"]), + ("recommd", &["recommend"]), + ("recommdation", &["recommendation"]), + ("recommded", &["recommended"]), + ("recommdend", &["recommend"]), + ("recommdended", &["recommended"]), + ("recommdends", &["recommends"]), + ("recommds", &["recommends"]), + ("recommed", &["recommend"]), + ("recommedation", &["recommendation"]), + ("recommedations", &["recommendations"]), + ("recommeded", &["recommended"]), + ("recommeding", &["recommending"]), + ("recommeds", &["recommends"]), + ("recommened", &["recommended"]), + ("recommeneded", &["recommended"]), + ("recommented", &["recommended"]), + ("recommmend", &["recommend"]), + ("recommmended", &["recommended"]), + ("recommmends", &["recommends"]), + ("recommnd", &["recommend"]), + ("recommnded", &["recommended"]), + ("recommnds", &["recommends"]), + ("recommned", &["recommend"]), + ("recommneded", &["recommended"]), + ("recommneds", &["recommends"]), + ("recommpile", &["recompile"]), + ("recommpiled", &["recompiled"]), + ("recompence", &["recompense"]), + ("recomplie", &["recompile", "recomply"]), + ("recomput", &["recompute"]), + ("recomputaion", &["recomputation"]), + ("recompuute", &["recompute"]), + ("recompuuted", &["recomputed"]), + ("recompuutes", &["recomputes"]), + ("recompuuting", &["recomputing"]), + ("reconaissance", &["reconnaissance"]), + ("reconcilation", &["reconciliation"]), + ("recondifure", &["reconfigure"]), + ("reconecct", &["reconnect"]), + ("reconeccted", &["reconnected"]), + ("reconeccting", &["reconnecting"]), + ("reconecction", &["reconnection"]), + ("reconecctions", &["reconnections"]), + ("reconeccts", &["reconnects"]), + ("reconect", &["reconnect"]), + ("reconected", &["reconnected"]), + ("reconecting", &["reconnecting"]), + ("reconection", &["reconnection"]), + ("reconections", &["reconnections"]), + ("reconects", &["reconnects"]), + ("reconeect", &["reconnect"]), + ("reconeected", &["reconnected"]), + ("reconeecting", &["reconnecting"]), + ("reconeection", &["reconnection"]), + ("reconeections", &["reconnections"]), + ("reconeects", &["reconnects"]), + ("reconenct", &["reconnect"]), + ("reconencted", &["reconnected"]), + ("reconencting", &["reconnecting"]), + ("reconenction", &["reconnection"]), + ("reconenctions", &["reconnections"]), + ("reconencts", &["reconnects"]), + ("reconet", &["reconnect"]), + ("reconeted", &["reconnected"]), + ("reconeting", &["reconnecting"]), + ("reconetion", &["reconnection"]), + ("reconetions", &["reconnections"]), + ("reconets", &["reconnects"]), + ("reconfifure", &["reconfigure"]), + ("reconfiged", &["reconfigured"]), + ("reconfugire", &["reconfigure"]), + ("reconfugre", &["reconfigure"]), + ("reconfugure", &["reconfigure"]), + ("reconfure", &["reconfigure"]), + ("recongifure", &["reconfigure"]), + ("recongized", &["recognized"]), + ("recongnises", &["recognises"]), + ("recongnizes", &["recognizes"]), + ("reconize", &["recognize"]), + ("reconized", &["recognized"]), + ("reconnaisance", &["reconnaissance"]), + ("reconnaissence", &["reconnaissance"]), + ("reconsidder", &["reconsider"]), + ("reconstrcut", &["reconstruct"]), + ("reconstrcuted", &["reconstructed"]), + ("reconstrcution", &["reconstruction"]), + ("reconstuct", &["reconstruct"]), + ("reconstucted", &["reconstructed"]), + ("reconstucting", &["reconstructing"]), + ("reconstucts", &["reconstructs"]), + ("recontructed", &["reconstructed"]), + ("recontructing", &["reconstructing"]), + ("recontruction", &["reconstruction"]), + ("recontructions", &["reconstructions"]), + ("recontructor", &["reconstructor"]), + ("recontructors", &["reconstructors"]), + ("recontructs", &["reconstructs"]), + ("recordproducer", &["record producer"]), + ("recored", &["recorded"]), + ("recoriding", &["recording"]), + ("recource", &["resource", "recourse"]), + ("recourced", &["resourced"]), + ("recources", &["resources"]), + ("recourcing", &["resourcing"]), + ("recquired", &["required"]), + ("recrational", &["recreational"]), + ("recreateation", &["recreation"]), + ("recrod", &["record"]), + ("recrods", &["records"]), + ("recrusevly", &["recursively"]), + ("recrusion", &["recursion"]), + ("recrusive", &["recursive"]), + ("recrusivelly", &["recursively"]), + ("recrusively", &["recursively"]), + ("rectange", &["rectangle"]), + ("rectanges", &["rectangles"]), + ("rectanglar", &["rectangular"]), + ("rectiinear", &["rectilinear"]), + ("recude", &["reduce"]), + ("recuiting", &["recruiting"]), + ("reculrively", &["recursively"]), + ("recuring", &["recurring"]), + ("recurisvely", &["recursively"]), + ("recurively", &["recursively"]), + ("recurrance", &["recurrence"]), + ("recursivelly", &["recursively"]), + ("recursivion", &["recursion"]), + ("recursivley", &["recursively"]), + ("recursivly", &["recursively"]), + ("recusion", &["recursion", "reclusion"]), + ("recusive", &["recursive", "reclusive"]), + ("recusively", &["recursively", "reclusively"]), + ("recusrive", &["recursive"]), + ("recusrsive", &["recursive"]), + ("recustion", &["recursion"]), + ("recyclying", &["recycling"]), + ("recylcing", &["recycling"]), + ("recyle", &["recycle"]), + ("recyled", &["recycled"]), + ("recyles", &["recycles"]), + ("recyling", &["recycling"]), + ("redandant", &["redundant"]), + ("redction", &["reduction", "redaction"]), + ("redeable", &["readable"]), + ("redeclaation", &["redeclaration"]), + ("redefiend", &["redefined"]), + ("redefiende", &["redefined"]), + ("redefintion", &["redefinition"]), + ("redefintions", &["redefinitions"]), + ("redenderer", &["renderer"]), + ("redered", &["rendered"]), + ("redict", &["redirect"]), + ("rediculous", &["ridiculous"]), + ("redidual", &["residual"]), + ("redifinition", &["redefinition"]), + ("redifintion", &["redefinition"]), + ("redifintions", &["redefinitions"]), + ("redircet", &["redirect"]), + ("redirectd", &["redirected"]), + ("redirectrion", &["redirection"]), + ("redisign", &["redesign"]), + ("redistirbute", &["redistribute"]), + ("redistirbuted", &["redistributed"]), + ("redistirbutes", &["redistributes"]), + ("redistirbuting", &["redistributing"]), + ("redistirbution", &["redistribution"]), + ("redliens", &["redlines"]), + ("rednerer", &["renderer"]), + ("redonly", &["readonly"]), + ("redudancy", &["redundancy"]), + ("redudant", &["redundant"]), + ("redunancy", &["redundancy"]), + ("redunant", &["redundant"]), + ("redundacy", &["redundancy"]), + ("redundat", &["redundant"]), + ("redundency", &["redundancy"]), + ("redundent", &["redundant"]), + ("reduntancy", &["redundancy"]), + ("reduntant", &["redundant"]), + ("reduse", &["reduce", "reuse"]), + ("redy", &["ready", "red"]), + ("reedeming", &["redeeming"]), + ("reelation", &["relation"]), + ("reelease", &["release"]), + ("reenable", &["re-enable"]), + ("reenabled", &["re-enabled"]), + ("reename", &["rename"]), + ("reencode", &["re-encode"]), + ("reenforced", &["reinforced"]), + ("reesrved", &["reserved"]), + ("reesult", &["result"]), + ("reevalute", &["reevaluate"]), + ("reevaulating", &["reevaluating"]), + ("refartor", &["refactor", "refractor"]), + ("refartored", &["refactored", "refracted"]), + ("refartoring", &["refactoring", "refractoring"]), + ("refcound", &["refcount"]), + ("refcounf", &["refcount"]), + ("refect", &["reflect"]), + ("refected", &["reflected"]), + ("refecting", &["reflecting"]), + ("refectiv", &["reflective"]), + ("refector", &["refactor"]), + ("refectoring", &["refactoring"]), + ("refects", &["reflects"]), + ("refedendum", &["referendum"]), + ("refeinement", &["refinement"]), + ("refeinements", &["refinements"]), + ("refelects", &["reflects"]), + ("refence", &["reference"]), + ("refences", &["references"]), + ("refenence", &["reference"]), + ("refenrenced", &["referenced"]), + ("referal", &["referral"]), + ("referant", &["referent"]), + ("refere", &["refer", "referee"]), + ("referebces", &["references"]), + ("referece", &["reference"]), + ("referecence", &["reference"]), + ("referecences", &["references"]), + ("refereces", &["references"]), + ("referecne", &["reference"]), + ("refered", &["referred"]), + ("referefences", &["references"]), + ("referemce", &["reference"]), + ("referemces", &["references"]), + ("referenace", &["reference"]), + ("referenc", &["reference"]), + ("referencial", &["referential"]), + ("referencially", &["referentially"]), + ("referencs", &["references"]), + ("referenct", &["referenced"]), + ("referene", &["reference"]), + ("referenece", &["reference"]), + ("refereneced", &["referenced"]), + ("refereneces", &["references"]), + ("referenence", &["reference"]), + ("referenenced", &["referenced"]), + ("referenences", &["references"]), + ("referenes", &["references"]), + ("referense", &["reference"]), + ("referensed", &["referenced"]), + ("referenses", &["references"]), + ("referenz", &["reference"]), + ("referenzes", &["references"]), + ("refererd", &["referred"]), + ("refererence", &["reference"]), + ("referers", &["referrer", "referrers"]), + ("referes", &["refers", "referees"]), + ("referiang", &["referring"]), + ("refering", &["referring"]), + ("refernce", &["reference"]), + ("refernced", &["referenced"]), + ("referncence", &["reference"]), + ("referncences", &["references"]), + ("refernces", &["references"]), + ("referncial", &["referential"]), + ("referncing", &["referencing"]), + ("refernece", &["reference"]), + ("referneced", &["referenced"]), + ("referneces", &["references"]), + ("refernnce", &["reference"]), + ("referr", &["refer"]), + ("referrence", &["reference"]), + ("referrenced", &["referenced"]), + ("referrences", &["references"]), + ("referrencing", &["referencing"]), + ("referreres", &["referrers"]), + ("referres", &["refers"]), + ("referrs", &["refers"]), + ("refertence", &["reference"]), + ("refertenced", &["referenced"]), + ("refertences", &["references"]), + ("refesh", &["refresh"]), + ("refeshed", &["refreshed"]), + ("refeshes", &["refreshes"]), + ("refeshing", &["refreshing"]), + ("reffered", &["referred"]), + ("refference", &["reference"]), + ("refferes", &["refers", "referees"]), + ("reffering", &["referring"]), + ("refferr", &["refer"]), + ("reffers", &["refers"]), + ("refinemenet", &["refinement"]), + ("refinmenet", &["refinement"]), + ("refinment", &["refinement"]), + ("refocuss", &["refocus"]), + ("refocussed", &["refocused"]), + ("reformating", &["reformatting"]), + ("reformattd", &["reformatted"]), + ("refreh", &["refresh"]), + ("refrence", &["reference"]), + ("refrenced", &["referenced"]), + ("refrences", &["references"]), + ("refrencing", &["referencing"]), + ("refrerence", &["reference"]), + ("refrerenced", &["referenced"]), + ("refrerenceing", &["referencing"]), + ("refrerences", &["references"]), + ("refrerencial", &["referential"]), + ("refrers", &["refers"]), + ("refridgeration", &["refrigeration"]), + ("refridgerator", &["refrigerator"]), + ("refromatting", &["refomatting"]), + ("refromist", &["reformist"]), + ("refrormatting", &["reformatting"]), + ("refure", &["refuse"]), + ("refures", &["refuses"]), + ("refusla", &["refusal"]), + ("regalar", &["regular"]), + ("regalars", &["regulars"]), + ("regardes", &["regards"]), + ("regardles", &["regardless"]), + ("regardlesss", &["regardless"]), + ("regaring", &["regarding"]), + ("regarldess", &["regardless"]), + ("regarless", &["regardless"]), + ("regart", &["regard"]), + ("regarted", &["regarded"]), + ("regarting", &["regarding"]), + ("regartless", &["regardless"]), + ("regeister", &["register"]), + ("regeistered", &["registered"]), + ("regeistration", &["registration"]), + ("regenarated", &["regenerated"]), + ("regenrated", &["regenerated"]), + ("regenratet", &["regenerated"]), + ("regenrating", &["regenerating"]), + ("regenration", &["regeneration"]), + ("regenrative", &["regenerative"]), + ("regession", &["regression"]), + ("regestered", &["registered"]), + ("regidstered", &["registered"]), + ("regiser", &["register"]), + ("regisration", &["registration"]), + ("regist", &["register"]), + ("registartion", &["registration"]), + ("registe", &["register"]), + ("registed", &["registered"]), + ("registeing", &["registering"]), + ("registeration", &["registration"]), + ("registerd", &["registered", "registers"]), + ("registerered", &["registered"]), + ("registeres", &["registers"]), + ("registeresd", &["registered"]), + ("registerred", &["registered"]), + ("registert", &["registered"]), + ("registery", &["registry"]), + ("registes", &["registers"]), + ("registing", &["registering"]), + ("registors", &["registers"]), + ("registrain", &["registration"]), + ("registraration", &["registration"]), + ("registred", &["registered"]), + ("registrer", &["register"]), + ("registring", &["registering"]), + ("registrs", &["registers"]), + ("registy", &["registry"]), + ("regiter", &["register"]), + ("regitered", &["registered"]), + ("regitering", &["registering"]), + ("regiters", &["registers"]), + ("regluar", &["regular"]), + ("regon", &["region"]), + ("regorded", &["recorded"]), + ("regresion", &["regression"]), + ("regresssion", &["regression"]), + ("regrigerator", &["refrigerator"]), + ("regsion", &["region"]), + ("regsions", &["regions"]), + ("regsiter", &["register"]), + ("regsitered", &["registered"]), + ("regsitering", &["registering"]), + ("regsiters", &["registers"]), + ("regster", &["register"]), + ("regstered", &["registered"]), + ("regstering", &["registering"]), + ("regsters", &["registers"]), + ("regstry", &["registry"]), + ("regualar", &["regular"]), + ("regualarly", &["regularly"]), + ("regualator", &["regulator"]), + ("regualr", &["regular"]), + ("regualtor", &["regulator"]), + ("reguardless", &["regardless"]), + ("reguarldess", &["regardless"]), + ("reguarlise", &["regularise"]), + ("reguarliser", &["regulariser"]), + ("reguarlize", &["regularize"]), + ("reguarlizer", &["regularizer"]), + ("reguarly", &["regularly"]), + ("reguator", &["regulator"]), + ("regulaer", &["regular"]), + ("regulaion", &["regulation"]), + ("regulamentation", &["regulation"]), + ("regulamentations", &["regulations"]), + ("regulaotrs", &["regulators"]), + ("regulaotry", &["regulatory"]), + ("regularily", &["regularly"]), + ("regulariry", &["regularly"]), + ("regularlisation", &["regularisation"]), + ("regularlise", &["regularise"]), + ("regularlised", &["regularised"]), + ("regularliser", &["regulariser"]), + ("regularlises", &["regularises"]), + ("regularlising", &["regularising"]), + ("regularlization", &["regularization"]), + ("regularlize", &["regularize"]), + ("regularlized", &["regularized"]), + ("regularlizer", &["regularizer"]), + ("regularlizes", &["regularizes"]), + ("regularlizing", &["regularizing"]), + ("regularlly", &["regularly"]), + ("regulary", &["regular", "regularly"]), + ("regulax", &["regular"]), + ("reguler", &["regular"]), + ("regulr", &["regular"]), + ("regultor", &["regulator"]), + ("regultors", &["regulators"]), + ("regultory", &["regulatory"]), + ("regurlarly", &["regularly"]), + ("reguster", &["register"]), + ("rehersal", &["rehearsal"]), + ("rehersing", &["rehearsing"]), + ("reicarnation", &["reincarnation"]), + ("reigining", &["reigning"]), + ("reigster", &["register"]), + ("reigstered", &["registered"]), + ("reigstering", &["registering"]), + ("reigsters", &["registers"]), + ("reigstration", &["registration"]), + ("reimplemenet", &["reimplement"]), + ("reimplementaion", &["reimplementation"]), + ("reimplementaions", &["reimplementations"]), + ("reimplented", &["reimplemented"]), + ("reimplents", &["reimplements"]), + ("reimpliment", &["reimplement"]), + ("reimplimenting", &["reimplementing"]), + ("reimplmenet", &["reimplement"]), + ("reimplment", &["reimplement"]), + ("reimplmentation", &["reimplementation"]), + ("reimplmented", &["reimplemented"]), + ("reimplmenting", &["reimplementing"]), + ("reimplments", &["reimplements"]), + ("reinitailise", &["reinitialise"]), + ("reinitailised", &["reinitialised"]), + ("reinitailize", &["reinitialize"]), + ("reinitalize", &["reinitialize"]), + ("reinitilize", &["reinitialize"]), + ("reinitilized", &["reinitialized"]), + ("reintepret", &["reinterpret"]), + ("reintepreted", &["reinterpreted"]), + ("reister", &["register"]), + ("reivison", &["revision"]), + ("rejplace", &["replace"]), + ("reknown", &["renown"]), + ("reknowned", &["renowned"]), + ("rekursed", &["recursed"]), + ("rekursion", &["recursion"]), + ("rekursive", &["recursive"]), + ("relaative", &["relative"]), + ("relady", &["ready"]), + ("relaease", &["release"]), + ("relaese", &["release"]), + ("relaesed", &["released"]), + ("relaeses", &["releases"]), + ("relaesing", &["releasing"]), + ("relaged", &["related"]), + ("relaimed", &["reclaimed"]), + ("relaion", &["relation"]), + ("relaive", &["relative"]), + ("relaly", &["really"]), + ("relase", &["release"]), + ("relased", &["released"]), + ("relaser", &["releaser"]), + ("relases", &["releases"]), + ("relashionship", &["relationship"]), + ("relashionships", &["relationships"]), + ("relasing", &["releasing"]), + ("relatated", &["related"]), + ("relatd", &["related"]), + ("relatdness", &["relatedness"]), + ("relatib", &["relative", "relatable"]), + ("relatibe", &["relative"]), + ("relatibely", &["relatively"]), + ("relatievly", &["relatively"]), + ("relatiopnship", &["relationship"]), + ("relativ", &["relative"]), + ("relativated", &["relative", "relatively"]), + ("relativly", &["relatively"]), + ("relavant", &["relevant"]), + ("relavent", &["relevant"]), + ("releaase", &["release"]), + ("releaased", &["released"]), + ("relead", &["reload"]), + ("releant", &["relevant", "relent"]), + ("releas", &["release"]), + ("releasead", &["released"]), + ("releasse", &["release"]), + ("releated", &["related"]), + ("releating", &["relating"]), + ("releation", &["relation"]), + ("releations", &["relations"]), + ("releationship", &["relationship"]), + ("releationships", &["relationships"]), + ("releative", &["relative"]), + ("relecant", &["relevant"]), + ("relected", &["reelected"]), + ("releive", &["relieve"]), + ("releived", &["relieved"]), + ("releiver", &["reliever"]), + ("releoad", &["reload"]), + ("relese", &["release"]), + ("relesed", &["released"]), + ("releses", &["releases"]), + ("reletive", &["relative"]), + ("reletively", &["relatively"]), + ("relevabt", &["relevant"]), + ("relevane", &["relevant"]), + ("releveant", &["relevant"]), + ("relevence", &["relevance"]), + ("relevent", &["relevant"]), + ("relfected", &["reflected"]), + ("reliablity", &["reliability"]), + ("relie", &["rely", "relies", "really", "relief"]), + ("relient", &["reliant"]), + ("religeous", &["religious"]), + ("religous", &["religious"]), + ("religously", &["religiously"]), + ("relinguish", &["relinquish"]), + ("relinguishing", &["relinquishing"]), + ("relinqushment", &["relinquishment"]), + ("relintquish", &["relinquish"]), + ("relitavely", &["relatively"]), + ("relized", &["realised", "realized"]), + ("rellocates", &["reallocates", "relocates"]), + ("relly", &["really"]), + ("reloade", &["reload"]), + ("relocae", &["relocate"]), + ("relocaes", &["relocates"]), + ("relocaiing", &["relocating"]), + ("relocaing", &["relocating"]), + ("relocaion", &["relocation"]), + ("relocaions", &["relocations"]), + ("relocaite", &["relocate"]), + ("relocaites", &["relocates"]), + ("relocaiting", &["relocating"]), + ("relocaition", &["relocation"]), + ("relocaitions", &["relocations"]), + ("relocaiton", &["relocation"]), + ("relocaitons", &["relocations"]), + ("relocateable", &["relocatable"]), + ("reloccate", &["relocate"]), + ("reloccated", &["relocated"]), + ("reloccates", &["relocates"]), + ("relpacement", &["replacement"]), + ("relpy", &["reply"]), + ("reltive", &["relative"]), + ("relyable", &["reliable"]), + ("relyably", &["reliably"]), + ("relyed", &["relied"]), + ("relyes", &["relies", "realize", "realise"]), + ("relys", &["relies"]), + ("remainer", &["remainder"]), + ("remaines", &["remains"]), + ("remaing", &["remaining"]), + ("remainging", &["remaining"]), + ("remainig", &["remaining"]), + ("remainst", &["remains"]), + ("remaning", &["remaining"]), + ("remaping", &["remapping"]), + ("rembember", &["remember"]), + ("rembembered", &["remembered"]), + ("rembembering", &["remembering"]), + ("rembembers", &["remembers"]), + ("rember", &["remember"]), + ("remeber", &["remember"]), + ("remebered", &["remembered"]), + ("remebering", &["remembering"]), + ("remebers", &["remembers"]), + ("rememberable", &["memorable"]), + ("rememberance", &["remembrance"]), + ("remembrence", &["remembrance"]), + ("rememeber", &["remember"]), + ("rememebered", &["remembered"]), + ("rememebering", &["remembering"]), + ("rememebers", &["remembers"]), + ("rememebr", &["remember"]), + ("rememebred", &["remembered"]), + ("rememebrs", &["remembers"]), + ("rememember", &["remember"]), + ("rememembered", &["remembered"]), + ("rememembers", &["remembers"]), + ("rememer", &["remember"]), + ("rememered", &["remembered"]), + ("rememers", &["remembers"]), + ("rememor", &["remember"]), + ("rememored", &["remembered"]), + ("rememoring", &["remembering"]), + ("rememors", &["remembers"]), + ("rememver", &["remember"]), + ("remenant", &["remnant"]), + ("remenber", &["remember"]), + ("remenicent", &["reminiscent"]), + ("remian", &["remain"]), + ("remiander", &["remainder", "reminder"]), + ("remianed", &["remained"]), + ("remianing", &["remaining"]), + ("remians", &["remains"]), + ("reminent", &["remnant"]), + ("reminescent", &["reminiscent"]), + ("remining", &["remaining"]), + ("reminiscense", &["reminiscence"]), + ("reminscent", &["reminiscent"]), + ("reminsicent", &["reminiscent"]), + ("remmove", &["remove"]), + ("remoce", &["remove"]), + ("remontly", &["remotely"]), + ("remoote", &["remote"]), + ("remore", &["remote"]), + ("remorted", &["reported"]), + ("removce", &["remove"]), + ("removeable", &["removable"]), + ("removefromat", &["removeformat"]), + ("removeing", &["removing"]), + ("removerd", &["removed"]), + ("remved", &["removed"]), + ("remvoe", &["remove"]), + ("remvoed", &["removed"]), + ("remvoved", &["removed"]), + ("renabled", &["re-enabled"]), + ("rende", &["render", "rend"]), + ("renderadble", &["renderable"]), + ("rendereing", &["rendering"]), + ("rendererers", &["renderers", "renderer\'s"]), + ("renderering", &["rendering"]), + ("renderes", &["renders", "renderers", "renderer\'s"]), + ("renderning", &["rendering"]), + ("renderr", &["render"]), + ("renderring", &["rendering"]), + ("rendevous", &["rendezvous"]), + ("rendezous", &["rendezvous"]), + ("rendired", &["rendered"]), + ("rendirer", &["renderer"]), + ("rendirers", &["renderers"]), + ("rendiring", &["rendering"]), + ("renedered", &["rendered"]), + ("renegatiotiable", &["renegotiable"]), + ("renegatiotiate", &["renegotiate"]), + ("renegatiotiated", &["renegotiated"]), + ("renegatiotiates", &["renegotiates"]), + ("renegatiotiating", &["renegotiating"]), + ("renegatiotiation", &["renegotiation"]), + ("renegatiotiations", &["renegotiations"]), + ("renegatiotiator", &["renegotiator"]), + ("renegatiotiators", &["renegotiators"]), + ("renegoable", &["renegotiable"]), + ("renegoate", &["renegotiate"]), + ("renegoated", &["renegotiated"]), + ("renegoates", &["renegotiates"]), + ("renegoatiable", &["renegotiable"]), + ("renegoatiate", &["renegotiate"]), + ("renegoatiated", &["renegotiated"]), + ("renegoatiates", &["renegotiates"]), + ("renegoatiating", &["renegotiating"]), + ("renegoatiation", &["renegotiation"]), + ("renegoatiations", &["renegotiations"]), + ("renegoatiator", &["renegotiator"]), + ("renegoatiators", &["renegotiators"]), + ("renegoating", &["renegotiating"]), + ("renegoation", &["renegotiation"]), + ("renegoations", &["renegotiations"]), + ("renegoator", &["renegotiator"]), + ("renegoators", &["renegotiators"]), + ("renegociable", &["renegotiable"]), + ("renegociate", &["renegotiate"]), + ("renegociated", &["renegotiated"]), + ("renegociates", &["renegotiates"]), + ("renegociating", &["renegotiating"]), + ("renegociation", &["renegotiation"]), + ("renegociations", &["renegotiations"]), + ("renegociator", &["renegotiator"]), + ("renegociators", &["renegotiators"]), + ("renegogtiable", &["renegotiable"]), + ("renegogtiate", &["renegotiate"]), + ("renegogtiated", &["renegotiated"]), + ("renegogtiates", &["renegotiates"]), + ("renegogtiating", &["renegotiating"]), + ("renegogtiation", &["renegotiation"]), + ("renegogtiations", &["renegotiations"]), + ("renegogtiator", &["renegotiator"]), + ("renegogtiators", &["renegotiators"]), + ("renegoitable", &["renegotiable"]), + ("renegoitate", &["renegotiate"]), + ("renegoitated", &["renegotiated"]), + ("renegoitates", &["renegotiates"]), + ("renegoitating", &["renegotiating"]), + ("renegoitation", &["renegotiation"]), + ("renegoitations", &["renegotiations"]), + ("renegoitator", &["renegotiator"]), + ("renegoitators", &["renegotiators"]), + ("renegoptionsotiable", &["renegotiable"]), + ("renegoptionsotiate", &["renegotiate"]), + ("renegoptionsotiated", &["renegotiated"]), + ("renegoptionsotiates", &["renegotiates"]), + ("renegoptionsotiating", &["renegotiating"]), + ("renegoptionsotiation", &["renegotiation"]), + ("renegoptionsotiations", &["renegotiations"]), + ("renegoptionsotiator", &["renegotiator"]), + ("renegoptionsotiators", &["renegotiators"]), + ("renegosiable", &["renegotiable"]), + ("renegosiate", &["renegotiate"]), + ("renegosiated", &["renegotiated"]), + ("renegosiates", &["renegotiates"]), + ("renegosiating", &["renegotiating"]), + ("renegosiation", &["renegotiation"]), + ("renegosiations", &["renegotiations"]), + ("renegosiator", &["renegotiator"]), + ("renegosiators", &["renegotiators"]), + ("renegotable", &["renegotiable"]), + ("renegotaiable", &["renegotiable"]), + ("renegotaiate", &["renegotiate"]), + ("renegotaiated", &["renegotiated"]), + ("renegotaiates", &["renegotiates"]), + ("renegotaiating", &["renegotiating"]), + ("renegotaiation", &["renegotiation"]), + ("renegotaiations", &["renegotiations"]), + ("renegotaiator", &["renegotiator"]), + ("renegotaiators", &["renegotiators"]), + ("renegotaible", &["renegotiable"]), + ("renegotaite", &["renegotiate"]), + ("renegotaited", &["renegotiated"]), + ("renegotaites", &["renegotiates"]), + ("renegotaiting", &["renegotiating"]), + ("renegotaition", &["renegotiation"]), + ("renegotaitions", &["renegotiations"]), + ("renegotaitor", &["renegotiator"]), + ("renegotaitors", &["renegotiators"]), + ("renegotate", &["renegotiate"]), + ("renegotated", &["renegotiated"]), + ("renegotates", &["renegotiates"]), + ("renegotatiable", &["renegotiable"]), + ("renegotatiate", &["renegotiate"]), + ("renegotatiated", &["renegotiated"]), + ("renegotatiates", &["renegotiates"]), + ("renegotatiating", &["renegotiating"]), + ("renegotatiation", &["renegotiation"]), + ("renegotatiations", &["renegotiations"]), + ("renegotatiator", &["renegotiator"]), + ("renegotatiators", &["renegotiators"]), + ("renegotatible", &["renegotiable"]), + ("renegotatie", &["renegotiate"]), + ("renegotatied", &["renegotiated"]), + ("renegotaties", &["renegotiates"]), + ("renegotating", &["renegotiating"]), + ("renegotation", &["renegotiation"]), + ("renegotations", &["renegotiations"]), + ("renegotatior", &["renegotiator"]), + ("renegotatiors", &["renegotiators"]), + ("renegotator", &["renegotiator"]), + ("renegotators", &["renegotiators"]), + ("renegothiable", &["renegotiable"]), + ("renegothiate", &["renegotiate"]), + ("renegothiated", &["renegotiated"]), + ("renegothiates", &["renegotiates"]), + ("renegothiating", &["renegotiating"]), + ("renegothiation", &["renegotiation"]), + ("renegothiations", &["renegotiations"]), + ("renegothiator", &["renegotiator"]), + ("renegothiators", &["renegotiators"]), + ("renegotible", &["renegotiable"]), + ("renegoticable", &["renegotiable"]), + ("renegoticate", &["renegotiate"]), + ("renegoticated", &["renegotiated"]), + ("renegoticates", &["renegotiates"]), + ("renegoticating", &["renegotiating"]), + ("renegotication", &["renegotiation"]), + ("renegotications", &["renegotiations"]), + ("renegoticator", &["renegotiator"]), + ("renegoticators", &["renegotiators"]), + ("renegotioable", &["renegotiable"]), + ("renegotioate", &["renegotiate"]), + ("renegotioated", &["renegotiated"]), + ("renegotioates", &["renegotiates"]), + ("renegotioating", &["renegotiating"]), + ("renegotioation", &["renegotiation"]), + ("renegotioations", &["renegotiations"]), + ("renegotioator", &["renegotiator"]), + ("renegotioators", &["renegotiators"]), + ("renegotioble", &["renegotiable"]), + ("renegotion", &["renegotiation"]), + ("renegotionable", &["renegotiable"]), + ("renegotionate", &["renegotiate"]), + ("renegotionated", &["renegotiated"]), + ("renegotionates", &["renegotiates"]), + ("renegotionating", &["renegotiating"]), + ("renegotionation", &["renegotiation"]), + ("renegotionations", &["renegotiations"]), + ("renegotionator", &["renegotiator"]), + ("renegotionators", &["renegotiators"]), + ("renegotions", &["renegotiations"]), + ("renegotiotable", &["renegotiable"]), + ("renegotiotate", &["renegotiate"]), + ("renegotiotated", &["renegotiated"]), + ("renegotiotates", &["renegotiates"]), + ("renegotiotating", &["renegotiating"]), + ("renegotiotation", &["renegotiation"]), + ("renegotiotations", &["renegotiations"]), + ("renegotiotator", &["renegotiator"]), + ("renegotiotators", &["renegotiators"]), + ("renegotiote", &["renegotiate"]), + ("renegotioted", &["renegotiated"]), + ("renegotiotes", &["renegotiates"]), + ("renegotioting", &["renegotiating"]), + ("renegotiotion", &["renegotiation"]), + ("renegotiotions", &["renegotiations"]), + ("renegotiotor", &["renegotiator"]), + ("renegotiotors", &["renegotiators"]), + ("renegotitable", &["renegotiable"]), + ("renegotitae", &["renegotiate"]), + ("renegotitaed", &["renegotiated"]), + ("renegotitaes", &["renegotiates"]), + ("renegotitaing", &["renegotiating"]), + ("renegotitaion", &["renegotiation"]), + ("renegotitaions", &["renegotiations"]), + ("renegotitaor", &["renegotiator"]), + ("renegotitaors", &["renegotiators"]), + ("renegotitate", &["renegotiate"]), + ("renegotitated", &["renegotiated"]), + ("renegotitates", &["renegotiates"]), + ("renegotitating", &["renegotiating"]), + ("renegotitation", &["renegotiation"]), + ("renegotitations", &["renegotiations"]), + ("renegotitator", &["renegotiator"]), + ("renegotitators", &["renegotiators"]), + ("renegotite", &["renegotiate"]), + ("renegotited", &["renegotiated"]), + ("renegotites", &["renegotiates"]), + ("renegotiting", &["renegotiating"]), + ("renegotition", &["renegotiation"]), + ("renegotitions", &["renegotiations"]), + ("renegotitor", &["renegotiator"]), + ("renegotitors", &["renegotiators"]), + ("renegoziable", &["renegotiable"]), + ("renegoziate", &["renegotiate"]), + ("renegoziated", &["renegotiated"]), + ("renegoziates", &["renegotiates"]), + ("renegoziating", &["renegotiating"]), + ("renegoziation", &["renegotiation"]), + ("renegoziations", &["renegotiations"]), + ("renegoziator", &["renegotiator"]), + ("renegoziators", &["renegotiators"]), + ("reneweal", &["renewal"]), + ("renewl", &["renewal"]), + ("rennovate", &["renovate"]), + ("rennovated", &["renovated"]), + ("rennovating", &["renovating"]), + ("rennovation", &["renovation"]), + ("rentime", &["runtime"]), + ("rentors", &["renters"]), + ("reoccurrence", &["recurrence"]), + ("reocurring", &["reoccurring", "recurring"]), + ("reoder", &["reorder"]), + ("reomvable", &["removable"]), + ("reomve", &["remove"]), + ("reomved", &["removed"]), + ("reomves", &["removes"]), + ("reomving", &["removing"]), + ("reonly", &["read-only"]), + ("reopended", &["reopened"]), + ("reoport", &["report"]), + ("reopsitory", &["repository"]), + ("reord", &["record"]), + ("reorded", &["reorder"]), + ("reorer", &["reorder"]), + ("reorganision", &["reorganisation"]), + ("reorginised", &["reorganised"]), + ("reorginized", &["reorganized"]), + ("reosnable", &["reasonable"]), + ("reosne", &["reason"]), + ("reosurce", &["resource"]), + ("reosurced", &["resourced"]), + ("reosurces", &["resources"]), + ("reosurcing", &["resourcing"]), + ("reounded", &["rounded"]), + ("reouted", &["routed", "rerouted"]), + ("repace", &["replace"]), + ("repaced", &["replaced"]), + ("repacement", &["replacement"]), + ("repacements", &["replacements"]), + ("repaces", &["replaces"]), + ("repacing", &["replacing"]), + ("repackge", &["repackage"]), + ("repackged", &["repackaged"]), + ("repaitnt", &["repaint"]), + ("repant", &["repaint", "repent"]), + ("repants", &["repaints", "repents"]), + ("repatition", &["repetition", "repartition"]), + ("repblic", &["republic"]), + ("repblican", &["republican"]), + ("repblicans", &["republicans"]), + ("repblics", &["republics"]), + ("repeatly", &["repeatedly"]), + ("repect", &["respect"]), + ("repectable", &["respectable"]), + ("repected", &["respected"]), + ("repecting", &["respecting"]), + ("repective", &["respective"]), + ("repectively", &["respectively"]), + ("repects", &["respects"]), + ("repedability", &["repeatability"]), + ("repedable", &["repeatable"]), + ("repeition", &["repetition"]), + ("repentence", &["repentance"]), + ("repentent", &["repentant"]), + ("reperesent", &["represent"]), + ("reperesentation", &["representation"]), + ("reperesentational", &["representational"]), + ("reperesentations", &["representations"]), + ("reperesented", &["represented"]), + ("reperesenting", &["representing"]), + ("reperesents", &["represents"]), + ("repersentation", &["representation"]), + ("repertoir", &["repertoire"]), + ("repesent", &["represent"]), + ("repesentation", &["representation"]), + ("repesentational", &["representational"]), + ("repesented", &["represented"]), + ("repesenting", &["representing"]), + ("repesents", &["represents"]), + ("repet", &["repeat"]), + ("repetative", &["repetitive"]), + ("repete", &["repeat"]), + ("repeteadly", &["repeatedly"]), + ("repeting", &["repeating"]), + ("repetion", &["repetition"]), + ("repetions", &["repetitions"]), + ("repetive", &["repetitive"]), + ("repid", &["rapid"]), + ("repitition", &["repetition"]), + ("replaca", &["replica", "replace"]), + ("replacability", &["replaceability"]), + ("replacable", &["replicable", "replaceable"]), + ("replacables", &["replaceables"]), + ("replacacing", &["replacing"]), + ("replacaiblity", &["replaceability", "replicability"]), + ("replacalbe", &["replaceable"]), + ("replacalbes", &["replaceables"]), + ("replacament", &["replacement"]), + ("replacaments", &["replacements"]), + ("replacas", &["replicas", "replaces"]), + ("replacate", &["replicate"]), + ("replacated", &["replicated"]), + ("replacates", &["replicates"]), + ("replacating", &["replicating"]), + ("replacation", &["replication"]), + ("replacd", &["replaced"]), + ("replaceemnt", &["replacement"]), + ("replaceemnts", &["replacements"]), + ("replacemenet", &["replacement"]), + ("replacmenet", &["replacement"]), + ("replacment", &["replacement"]), + ("replacments", &["replacements"]), + ("replacong", &["replacing"]), + ("replacte", &["replace", "replicate"]), + ("replacted", &["replaced", "replicated"]), + ("replactes", &["replaces", "replicates"]), + ("replacting", &["replacing", "replicating"]), + ("replaint", &["repaint"]), + ("replase", &["replace", "relapse", "rephase"]), + ("replased", &["replaced", "relapsed", "rephased"]), + ("replasement", &["replacement"]), + ("replasements", &["replacements"]), + ("replases", &["replaces", "relapses", "rephases"]), + ("replasing", &["replacing", "relapsing", "rephasing"]), + ("replcace", &["replace"]), + ("replcaced", &["replaced"]), + ("replcaof", &["replicaof"]), + ("replicae", &["replicate"]), + ("replicaes", &["replicates"]), + ("replicaiing", &["replicating"]), + ("replicaion", &["replication"]), + ("replicaions", &["replications"]), + ("replicaite", &["replicate"]), + ("replicaites", &["replicates"]), + ("replicaiting", &["replicating"]), + ("replicaition", &["replication"]), + ("replicaitions", &["replications"]), + ("replicaiton", &["replication"]), + ("replicaitons", &["replications"]), + ("repling", &["replying"]), + ("replys", &["replies"]), + ("reponding", &["responding"]), + ("reponse", &["response"]), + ("reponses", &["responses"]), + ("reponsibilities", &["responsibilities"]), + ("reponsibility", &["responsibility"]), + ("reponsible", &["responsible"]), + ("reporing", &["reporting"]), + ("reporitory", &["repository"]), + ("reportadly", &["reportedly"]), + ("reportign", &["reporting"]), + ("reportresouces", &["reportresources"]), + ("reposiotory", &["repository"]), + ("repositiories", &["repositories"]), + ("repositiory", &["repository"]), + ("repositiroes", &["repositories"]), + ("reposititioning", &["repositioning"]), + ("repositorry", &["repository"]), + ("repositry", &["repository"]), + ("reposoitory", &["repository"]), + ("repostiories", &["repositories"]), + ("repostiory", &["repository"]), + ("repote", &["report", "remote"]), + ("repport", &["report"]), + ("repraesentation", &["representation"]), + ("repraesentational", &["representational"]), + ("repraesentations", &["representations"]), + ("reprecussion", &["repercussion"]), + ("reprecussions", &["repercussions"]), + ("repreesnt", &["represent"]), + ("repreesnted", &["represented"]), + ("repreesnts", &["represents"]), + ("reprensent", &["represent"]), + ("reprensentation", &["representation"]), + ("reprensentational", &["representational"]), + ("reprensentations", &["representations"]), + ("reprepresents", &["represents"]), + ("represantation", &["representation"]), + ("represantational", &["representational"]), + ("represantations", &["representations"]), + ("represantative", &["representative"]), + ("represenatation", &["representation"]), + ("represenatational", &["representational"]), + ("represenatations", &["representations"]), + ("represenation", &["representation"]), + ("represenational", &["representational"]), + ("represenations", &["representations"]), + ("represend", &["represent"]), + ("representaion", &["representation"]), + ("representaional", &["representational"]), + ("representaions", &["representations"]), + ("representaiton", &["representation"]), + ("representated", &["represented"]), + ("representating", &["representing"]), + ("representd", &["represented"]), + ("represente", &["represents", "represented"]), + ("representiative", &["representative"]), + ("representive", &["representative"]), + ("representives", &["representatives"]), + ("represetation", &["representation"]), + ("represnet", &["represent"]), + ("represneted", &["represented"]), + ("represneting", &["representing"]), + ("represnets", &["represents"]), + ("represnt", &["represent"]), + ("represntation", &["representation"]), + ("represntative", &["representative"]), + ("represnted", &["represented"]), + ("represnts", &["represents"]), + ("repressent", &["represent"]), + ("repressentation", &["representation"]), + ("repressenting", &["representing"]), + ("repressents", &["represents"]), + ("reprociblbe", &["reproducible"]), + ("reprocible", &["reproducible"]), + ("reprocuce", &["reproduce", "reprocure"]), + ("reprocuced", &["reproduced", "reprocured"]), + ("reprocuces", &["reproduces", "reprocures"]), + ("reprocucing", &["reproducing", "reprocuring"]), + ("reprodice", &["reproduce"]), + ("reprodiced", &["reproduced"]), + ("reprodicibility", &["reproducibility"]), + ("reprodicible", &["reproducible"]), + ("reprodicibly", &["reproducibly"]), + ("reprodicing", &["reproducing"]), + ("reprodiction", &["reproduction"]), + ("reproducabely", &["reproducibly"]), + ("reproducability", &["reproducibility"]), + ("reproducable", &["reproducible"]), + ("reproducablitity", &["reproducibility"]), + ("reproducably", &["reproducibly"]), + ("reproduciblity", &["reproducibility"]), + ("reprot", &["report"]), + ("reprots", &["reports"]), + ("reprsent", &["represent"]), + ("reprsentation", &["representation"]), + ("reprsentations", &["representations"]), + ("reprsented", &["represented"]), + ("reprsenting", &["representing"]), + ("reprsents", &["represents"]), + ("reprtoire", &["repertoire"]), + ("reprucible", &["reproducible"]), + ("repsectively", &["respectively"]), + ("repsonse", &["response"]), + ("repsonses", &["responses"]), + ("repsonsible", &["responsible"]), + ("repspectively", &["respectively"]), + ("repsresents", &["represents"]), + ("reptition", &["repetition"]), + ("repubic", &["republic"]), + ("repubican", &["republican"]), + ("repubicans", &["republicans"]), + ("repubics", &["republics"]), + ("republi", &["republic"]), + ("republian", &["republican"]), + ("republians", &["republicans"]), + ("republis", &["republics"]), + ("repulic", &["republic"]), + ("repulican", &["republican"]), + ("repulicans", &["republicans"]), + ("repulics", &["republics"]), + ("reqest", &["request"]), + ("reqested", &["requested"]), + ("reqests", &["requests"]), + ("reqeust", &["request"]), + ("reqeusted", &["requested"]), + ("reqeusting", &["requesting"]), + ("reqeusts", &["requests"]), + ("reqiest", &["request"]), + ("reqiure", &["require"]), + ("requeried", &["required"]), + ("reques", &["request"]), + ("requeset", &["request", "requisite"]), + ("requesr", &["request"]), + ("requestd", &["requested"]), + ("requestes", &["requests", "requested"]), + ("requestesd", &["requested"]), + ("requestested", &["requested"]), + ("requestests", &["requests", "requested"]), + ("requestied", &["requested"]), + ("requestying", &["requesting"]), + ("requeum", &["requiem"]), + ("requied", &["required"]), + ("requierd", &["required"]), + ("requiere", &["require"]), + ("requiered", &["required"]), + ("requierement", &["requirement"]), + ("requierements", &["requirements"]), + ("requieres", &["requires"]), + ("requiering", &["requiring"]), + ("requies", &["requires"]), + ("requiest", &["request"]), + ("requiested", &["requested"]), + ("requiesting", &["requesting"]), + ("requiests", &["requests"]), + ("requireing", &["requiring"]), + ("requiremenet", &["requirement"]), + ("requiremenets", &["requirements"]), + ("requiremnt", &["requirement"]), + ("requirment", &["requirement"]), + ("requirments", &["requirements"]), + ("requisit", &["requisite"]), + ("requisits", &["requisites"]), + ("requre", &["require"]), + ("requred", &["required"]), + ("requrement", &["requirement"]), + ("requres", &["requires"]), + ("requrest", &["request"]), + ("requrested", &["requested"]), + ("requresting", &["requesting"]), + ("requrests", &["requests"]), + ("requried", &["required"]), + ("requries", &["requires"]), + ("requriment", &["requirement"]), + ("requring", &["requiring"]), + ("requrired", &["required"]), + ("requrirement", &["requirement"]), + ("requrirements", &["requirements"]), + ("requris", &["require"]), + ("requsite", &["requisite"]), + ("requsites", &["requisites"]), + ("requst", &["request"]), + ("requsted", &["requested"]), + ("requsting", &["requesting"]), + ("requsts", &["requests"]), + ("reregisteration", &["reregistration"]), + ("rererences", &["references"]), + ("rerference", &["reference"]), + ("rerferences", &["references"]), + ("rerpesentation", &["representation"]), + ("rertieves", &["retrieves"]), + ("reruirement", &["requirement"]), + ("reruirements", &["requirements"]), + ("reruning", &["rerunning"]), + ("rerurn", &["return", "rerun"]), + ("rerwite", &["rewrite"]), + ("resarch", &["research"]), + ("resart", &["restart"]), + ("resarts", &["restarts"]), + ("resaurant", &["restaurant"]), + ("resaurants", &["restaurants"]), + ("rescaned", &["rescanned"]), + ("rescource", &["resource"]), + ("rescourced", &["resourced"]), + ("rescources", &["resources"]), + ("rescourcing", &["resourcing"]), + ("rescrition", &["restriction"]), + ("rescritions", &["restrictions"]), + ("reseach", &["research"]), + ("reseached", &["researched"]), + ("researvation", &["reservation"]), + ("researvations", &["reservations"]), + ("researve", &["reserve"]), + ("researved", &["reserved"]), + ("researves", &["reserves"]), + ("researving", &["reserving"]), + ("reselction", &["reselection"]), + ("resembelance", &["resemblance"]), + ("resembes", &["resembles"]), + ("resemblence", &["resemblance"]), + ("resently", &["recently"]), + ("resepect", &["respect"]), + ("resepected", &["respected"]), + ("resepecting", &["respecting"]), + ("resepective", &["respective"]), + ("resepectively", &["respectively"]), + ("resepects", &["respects"]), + ("reseration", &["reservation"]), + ("reserverd", &["reserved"]), + ("reservered", &["reserved"]), + ("resest", &["reset", "recessed"]), + ("resestatus", &["resetstatus"]), + ("resetable", &["resettable"]), + ("reseted", &["reset"]), + ("reseting", &["resetting"]), + ("resetted", &["reset"]), + ("reseved", &["reserved"]), + ("reseverd", &["reserved"]), + ("resevoir", &["reservoir"]), + ("resgister", &["register"]), + ("resgisters", &["registers"]), + ("residental", &["residential"]), + ("resierfs", &["reiserfs"]), + ("resignement", &["resignment"]), + ("resistable", &["resistible"]), + ("resistence", &["resistance"]), + ("resistent", &["resistant"]), + ("resivwar", &["reservoir"]), + ("resizeble", &["resizable"]), + ("reslection", &["reselection"]), + ("reslove", &["resolve"]), + ("resloved", &["resolved"]), + ("resloves", &["resolves"]), + ("resloving", &["resolving"]), + ("reslut", &["result"]), + ("resluts", &["results"]), + ("resoect", &["respect"]), + ("resoective", &["respective"]), + ("resoiurce", &["resource"]), + ("resoiurced", &["resourced"]), + ("resoiurces", &["resources"]), + ("resoiurcing", &["resourcing"]), + ("resoltion", &["resolution"]), + ("resoluitons", &["resolutions"]), + ("resoluton", &["resolution"]), + ("resolvinf", &["resolving"]), + ("reson", &["reason"]), + ("resonable", &["reasonable"]), + ("resons", &["reasons"]), + ("resonse", &["response"]), + ("resonses", &["responses"]), + ("resoource", &["resource"]), + ("resoourced", &["resourced"]), + ("resoources", &["resources"]), + ("resoourcing", &["resourcing"]), + ("resopnse", &["response"]), + ("resopnses", &["responses"]), + ("resorce", &["resource"]), + ("resorced", &["resourced"]), + ("resorces", &["resources"]), + ("resorcing", &["resourcing"]), + ("resore", &["restore"]), + ("resoruce", &["resource"]), + ("resoruced", &["resourced"]), + ("resoruces", &["resources"]), + ("resorucing", &["resourcing"]), + ("resouce", &["resource"]), + ("resouced", &["resourced"]), + ("resouces", &["resources"]), + ("resoucing", &["resourcing"]), + ("resoultion", &["resolution"]), + ("resoultions", &["resolutions"]), + ("resourcd", &["resourced", "resource"]), + ("resourcde", &["resourced", "resource"]), + ("resourceype", &["resourcetype"]), + ("resourcs", &["resources", "resource"]), + ("resourcse", &["resources", "resource"]), + ("resourcsed", &["resourced", "resource"]), + ("resoure", &["resource"]), + ("resoured", &["resourced"]), + ("resoures", &["resources"]), + ("resoution", &["resolution"]), + ("resoves", &["resolves"]), + ("respawining", &["respawning"]), + ("respecitve", &["respective"]), + ("respecitvely", &["respectively"]), + ("respecive", &["respective"]), + ("respecively", &["respectively"]), + ("respectivley", &["respectively"]), + ("respectivly", &["respectively"]), + ("respnse", &["response"]), + ("respnses", &["responses"]), + ("respoduce", &["reproduce"]), + ("responc", &["response", "respond"]), + ("responce", &["response"]), + ("responces", &["responses"]), + ( + "responde", + &["respond", "response", "responds", "responded", "responder"], + ), + ("responibilities", &["responsibilities"]), + ("responisble", &["responsible"]), + ("responnsibilty", &["responsibility"]), + ("respons", &["response", "respond"]), + ("responsabilities", &["responsibilities"]), + ("responsability", &["responsibility"]), + ("responsable", &["responsible"]), + ("responsed", &["responded", "responses"]), + ("responser\'s", &["responder\'s"]), + ("responser", &["responder"]), + ("responsers", &["responders"]), + ("responsess", &["responses"]), + ("responsibile", &["responsible"]), + ("responsibilites", &["responsibilities"]), + ("responsibilty", &["responsibility"]), + ("responsiblities", &["responsibilities"]), + ("responsiblity", &["responsibility"]), + ("responsing", &["responding"]), + ("respose", &["response"]), + ("resposes", &["responses"]), + ("resposibility", &["responsibility"]), + ("resposible", &["responsible"]), + ("resposiblity", &["responsibility"]), + ("respositories", &["repositories"]), + ("respository", &["repository"]), + ("resposive", &["responsive"]), + ("resposiveness", &["responsiveness"]), + ("resposne", &["response"]), + ("resposnes", &["responses"]), + ("resquest", &["request"]), + ("resrouce", &["resource"]), + ("resrouced", &["resourced"]), + ("resrouces", &["resources"]), + ("resroucing", &["resourcing"]), + ("resrved", &["reserved"]), + ("ressapee", &["recipe"]), + ("ressemblance", &["resemblance"]), + ("ressemble", &["resemble"]), + ("ressembled", &["resembled"]), + ("ressemblence", &["resemblance"]), + ("ressembling", &["resembling"]), + ("ressemle", &["resemble"]), + ("ressetting", &["resetting"]), + ("ressize", &["resize"]), + ("ressizes", &["resizes"]), + ("ressource", &["resource"]), + ("ressourced", &["resourced"]), + ("ressources", &["resources"]), + ("ressourcing", &["resourcing"]), + ("resssurecting", &["resurrecting"]), + ("ressult", &["result"]), + ("ressurect", &["resurrect"]), + ("ressurected", &["resurrected"]), + ("ressurecting", &["resurrecting"]), + ("ressurection", &["resurrection"]), + ("ressurects", &["resurrects"]), + ("ressurrection", &["resurrection"]), + ("restarant", &["restaurant"]), + ("restarants", &["restaurants"]), + ("restaraunt", &["restaurant"]), + ("restaraunteur", &["restaurateur"]), + ("restaraunteurs", &["restaurateurs"]), + ("restaraunts", &["restaurants"]), + ("restauranteurs", &["restaurateurs"]), + ("restauration", &["restoration"]), + ("restauraunt", &["restaurant"]), + ("restaurnad", &["restaurant"]), + ("restaurnat", &["restaurant"]), + ("resteraunt", &["restaurant"]), + ("resteraunts", &["restaurants"]), + ("restes", &["reset"]), + ("restesting", &["retesting"]), + ("resticted", &["restricted"]), + ("restoding", &["restoring"]), + ("restoiring", &["restoring"]), + ("restor", &["restore"]), + ("restorated", &["restored"]), + ("restoreable", &["restorable"]), + ("restoreble", &["restorable"]), + ("restoreing", &["restoring"]), + ("restors", &["restores"]), + ("restouration", &["restoration"]), + ("restraunt", &["restraint", "restaurant"]), + ("restrcted", &["restricted"]), + ("restrcuture", &["restructure"]), + ("restriced", &["restricted"]), + ("restroing", &["restoring"]), + ("restuarant", &["restaurant"]), + ("restuarants", &["restaurants"]), + ("restucturing", &["restructuring"]), + ("resturant", &["restaurant"]), + ("resturants", &["restaurants"]), + ("resturaunt", &["restaurant"]), + ("resturaunts", &["restaurants"]), + ("resturn", &["return"]), + ("resturns", &["returns"]), + ("resubstituion", &["resubstitution"]), + ("resuction", &["reduction"]), + ("resue", &["reuse", "rescue"]), + ("resued", &["reused", "rescued"]), + ("resul", &["result"]), + ("resuling", &["resulting"]), + ("resulotion", &["resolution"]), + ("resulsets", &["resultsets"]), + ("resultion", &["resolution"]), + ("resultions", &["resolutions"]), + ("resultung", &["resulting"]), + ("resulution", &["resolution"]), + ("resumbmitting", &["resubmitting"]), + ("resumitted", &["resubmitted"]), + ("resumt", &["resume"]), + ("resuorce", &["resource"]), + ("resuorced", &["resourced"]), + ("resuorces", &["resources"]), + ("resuorcing", &["resourcing"]), + ("resurce", &["resource"]), + ("resurced", &["resourced"]), + ("resurces", &["resources"]), + ("resurcing", &["resourcing"]), + ("resurecting", &["resurrecting"]), + ("resurse", &["recurse", "resource"]), + ("resursive", &["recursive", "resourceful"]), + ("resursively", &["recursively"]), + ("resuse", &["reuse"]), + ("resuts", &["results"]), + ("resycn", &["resync"]), + ("retalitated", &["retaliated"]), + ("retalitation", &["retaliation"]), + ("retangles", &["rectangles"]), + ("retanslate", &["retranslate"]), + ("retcieves", &["retrieves", "receives"]), + ("retet", &["reset", "retest"]), + ("retetting", &["resetting", "retesting"]), + ("rether", &["rather"]), + ("retieve", &["retrieve"]), + ("retieved", &["retrieved"]), + ("retieves", &["retrieves"]), + ("retieving", &["retrieving"]), + ("retinew", &["retinue"]), + ("retireving", &["retrieving"]), + ("retirned", &["returned"]), + ("retore", &["restore"]), + ("retored", &["restored"]), + ("retores", &["restores"]), + ("retoric", &["rhetoric"]), + ("retorical", &["rhetorical"]), + ("retoring", &["restoring"]), + ("retourned", &["returned"]), + ("retpresenting", &["representing"]), + ("retquirement", &["requirement"]), + ("retquirements", &["requirements"]), + ("retquireseek", &["requireseek"]), + ("retquiresgpos", &["requiresgpos"]), + ("retquiresgsub", &["requiresgsub"]), + ("retquiressl", &["requiressl"]), + ("retranser", &["retransfer"]), + ("retransferd", &["retransferred"]), + ("retransfered", &["retransferred"]), + ("retransfering", &["retransferring"]), + ("retransferrd", &["retransferred"]), + ("retransfert", &["retransfer", "retransferred"]), + ("retransmited", &["retransmitted"]), + ("retransmition", &["retransmission"]), + ("retreevable", &["retrievable"]), + ("retreeval", &["retrieval"]), + ("retreeve", &["retrieve"]), + ("retreeved", &["retrieved"]), + ("retreeves", &["retrieves"]), + ("retreeving", &["retrieving"]), + ("retreivable", &["retrievable"]), + ("retreival", &["retrieval"]), + ("retreive", &["retrieve"]), + ("retreived", &["retrieved"]), + ("retreives", &["retrieves"]), + ("retreiving", &["retrieving"]), + ("retrevable", &["retrievable"]), + ("retreval", &["retrieval"]), + ("retreve", &["retrieve"]), + ("retreved", &["retrieved"]), + ("retreves", &["retrieves"]), + ("retreving", &["retrieving"]), + ("retrict", &["restrict"]), + ("retricted", &["restricted"]), + ("retriebe", &["retrieve"]), + ("retriece", &["retrieve"]), + ("retrieces", &["retrieves"]), + ("retriev", &["retrieve"]), + ("retrieveds", &["retrieved"]), + ("retrival", &["retrieval", "retrial"]), + ("retrive", &["retrieve"]), + ("retrived", &["retrieved"]), + ("retrives", &["retrieves"]), + ("retriving", &["retrieving"]), + ("retrun", &["return"]), + ("retruned", &["returned"]), + ("retruns", &["returns"]), + ("retsart", &["restart"]), + ("retsarts", &["restarts"]), + ("retun", &["return"]), + ("retunr", &["return", "retune"]), + ("retunrned", &["returned"]), + ("retunrs", &["returns"]), + ("retuns", &["returns"]), + ("retur", &["return"]), + ("reture", &["return"]), + ("retured", &["returned"]), + ("returend", &["returned"]), + ("returing", &["returning"]), + ("returm", &["return"]), + ("returmed", &["returned"]), + ("returming", &["returning"]), + ("returms", &["returns"]), + ("returnd", &["returned"]), + ("returnes", &["returns"]), + ("returnig", &["returning"]), + ("returnn", &["return"]), + ("returnning", &["returning"]), + ("returs", &["returns"]), + ("retursn", &["returns"]), + ("retutning", &["returning"]), + ("retyring", &["retrying"]), + ("reudce", &["reduce"]), + ("reudced", &["reduced"]), + ("reudces", &["reduces"]), + ("reudction", &["reduction"]), + ("reudctions", &["reductions"]), + ("reuest", &["request"]), + ("reuests", &["requests"]), + ("reulator", &["regulator"]), + ("reuplad", &["reupload"]), + ("reupladad", &["reupload", "reuploaded"]), + ("reupladed", &["reuploaded"]), + ("reuplader", &["reuploader"]), + ("reupladers", &["reuploaders"]), + ("reuplading", &["reuploading"]), + ("reuplads", &["reuploads"]), + ("reuplaod", &["reupload"]), + ("reuplaodad", &["reupload", "reuploaded"]), + ("reuplaoded", &["reuploaded"]), + ("reuplaoder", &["reuploader"]), + ("reuplaoders", &["reuploaders"]), + ("reuplaoding", &["reuploading"]), + ("reuplaods", &["reuploads"]), + ("reuplod", &["reupload"]), + ("reuplodad", &["reupload", "reuploaded"]), + ("reuploded", &["reuploaded"]), + ("reuploder", &["reuploader"]), + ("reuploders", &["reuploaders"]), + ("reuploding", &["reuploading"]), + ("reuplods", &["reuploads"]), + ("reuqest", &["request"]), + ("reuqested", &["requested"]), + ("reuqesting", &["requesting"]), + ("reuqests", &["requests"]), + ("reurn", &["return"]), + ("reursively", &["recursively"]), + ("reuslt", &["result"]), + ("reussing", &["reusing"]), + ("reutnred", &["returned"]), + ("reutrn", &["return"]), + ("reutrns", &["returns"]), + ("revaildating", &["revalidating"]), + ("revaluated", &["reevaluated"]), + ("reveive", &["receive", "revive"]), + ("reveiw", &["review"]), + ("reveiwed", &["reviewed"]), + ("reveiwer", &["reviewer"]), + ("reveiwers", &["reviewers"]), + ("reveiwes", &["reviews", "reviewers"]), + ("reveiwing", &["reviewing"]), + ("reveiws", &["reviews"]), + ("revelent", &["relevant"]), + ("reveokes", &["revokes"]), + ("rever", &["revert", "refer", "fever"]), + ("reveral", &["reversal", "referral"]), + ("reverce", &["reverse"]), + ("reverced", &["reversed"]), + ("reverece", &["reference", "reverence"]), + ("revereces", &["references"]), + ("reverese", &["reverse"]), + ("reveresed", &["reversed"]), + ("reveret", &["revert"]), + ("revereted", &["reverted"]), + ("reversable", &["reversible"]), + ("reverse-engeneer", &["reverse-engineer"]), + ("reverse-engeneering", &["reverse-engineering"]), + ("reverse-engieer", &["reverse-engineer"]), + ("reverve", &["reserve"]), + ("reverved", &["reserved"]), + ("revewrse", &["reverse"]), + ("reviewsectio", &["reviewsection"]), + ("revisisions", &["revisions"]), + ("revison", &["revision"]), + ("revisons", &["revisions"]), + ("reviwed", &["reviewed"]), + ("reviwer", &["reviewer"]), + ("reviwers", &["reviewers"]), + ("reviwing", &["reviewing"]), + ("revoluion", &["revolution"]), + ("revolutionar", &["revolutionary"]), + ("revrese", &["reverse"]), + ("revrieve", &["retrieve"]), + ("revrieves", &["retrieves"]), + ("revsion", &["revision"]), + ("rewirtable", &["rewritable"]), + ("rewirte", &["rewrite"]), + ("rewirtten", &["rewritten"]), + ("rewitable", &["rewritable"]), + ("rewite", &["rewrite"]), + ("rewitten", &["rewritten"]), + ("reworkd", &["reworked"]), + ("rewriable", &["rewritable", "reliable"]), + ("rewriet", &["rewrite"]), + ("rewriite", &["rewrite"]), + ("rewrited", &["rewrote", "rewritten"]), + ("rewriten", &["rewritten"]), + ("rewritting", &["rewriting"]), + ("rewuired", &["required"]), + ("rference", &["reference"]), + ("rferences", &["references"]), + ("rfeturned", &["returned"]), + ("rgister", &["register"]), + ("rhymme", &["rhyme"]), + ("rhythem", &["rhythm"]), + ("rhythim", &["rhythm"]), + ("rhythimcally", &["rhythmically"]), + ("rhytmic", &["rhythmic"]), + ("rigeur", &["rigueur", "rigour", "rigor"]), + ("righht", &["right"]), + ("rigourous", &["rigorous"]), + ("rigt", &["right"]), + ("rigth", &["right"]), + ("rigths", &["rights"]), + ("rigurous", &["rigorous"]), + ("riminder", &["reminder"]), + ("riminders", &["reminders"]), + ("riminding", &["reminding"]), + ("rimitives", &["primitives"]), + ("rininging", &["ringing"]), + ("rised", &["raised", "rose"]), + ("rispective", &["respective"]), + ("ristrict", &["restrict"]), + ("ristricted", &["restricted"]), + ("ristriction", &["restriction"]), + ("ritable", &["writable"]), + ("rivised", &["revised"]), + ("rizes", &["rises"]), + ("rlation", &["relation"]), + ("rmeote", &["remote"]), + ("rmeove", &["remove"]), + ("rmeoved", &["removed"]), + ("rmeoves", &["removes"]), + ("rmove", &["remove"]), + ("rmoved", &["removed"]), + ("rmoving", &["removing"]), + ("rnage", &["rage", "range"]), + ("roataion", &["rotation"]), + ("roatation", &["rotation"]), + ("roated", &["rotated"]), + ("roation", &["rotation"]), + ("roboustness", &["robustness"]), + ("Rockerfeller", &["Rockefeller"]), + ("rococco", &["rococo"]), + ("rocord", &["record"]), + ("roduce", &["reduce", "produce"]), + ("roduceer", &["producer"]), + ("roigin", &["origin"]), + ("roiginal", &["original"]), + ("roiginally", &["originally"]), + ("roiginals", &["originals"]), + ("roiginating", &["originating"]), + ("roigins", &["origins"]), + ("roomate", &["roommate"]), + ("ropeat", &["repeat"]), + ("rorated", &["rotated"]), + ("rosponse", &["response"]), + ("rosponsive", &["responsive"]), + ("rotaion", &["rotation"]), + ("rotaions", &["rotations"]), + ("rotaiton", &["rotation"]), + ("rotaitons", &["rotations"]), + ("rotat", &["rotate"]), + ("rotataion", &["rotation"]), + ("rotataions", &["rotations"]), + ("rotatd", &["rotated", "rotate"]), + ("rotatio", &["rotation", "ratio"]), + ("rotatios", &["rotations", "ratios"]), + ("rotats", &["rotates", "rotate"]), + ("rouding", &["rounding"]), + ("roughtly", &["roughly"]), + ("rougly", &["roughly"]), + ("rouine", &["routine"]), + ("rouines", &["routines"]), + ("round-robbin", &["round-robin"]), + ("roundign", &["rounding"]), + ( + "roundtriped", + &["roundtripped", "round-tripped", "round tripped"], + ), + ( + "roundtriping", + &["roundtripping", "round-tripping", "round tripping"], + ), + ("roundtripp", &["roundtrip", "round-trip", "round trip"]), + ("rountine", &["routine"]), + ("rountines", &["routines"]), + ("rountrip", &["roundtrip", "round-trip", "round trip"]), + ( + "rountriped", + &["roundtripped", "round-tripped", "round tripped"], + ), + ( + "rountriping", + &["roundtripping", "round-tripping", "round tripping"], + ), + ( + "rountripped", + &["roundtripped", "round-tripped", "round tripped"], + ), + ( + "rountripping", + &["roundtripping", "round-tripping", "round tripping"], + ), + ("routet", &["routed", "route", "router"]), + ("routin", &["routine", "routing"]), + ("routins", &["routines"]), + ("rovide", &["provide"]), + ("rovided", &["provided"]), + ("rovider", &["provider"]), + ("rovides", &["provides"]), + ("roviding", &["providing"]), + ("rqeuest", &["request", "quest"]), + ("rqeuested", &["requested"]), + ("rqeuesting", &["requesting"]), + ("rqeuests", &["requests", "quests"]), + ("rquest", &["request", "quest"]), + ("rquested", &["requested"]), + ("rquesting", &["requesting"]), + ("rquests", &["requests", "quests"]), + ("rquire", &["require"]), + ("rquired", &["required"]), + ("rquirement", &["requirement"]), + ("rquires", &["requires"]), + ("rquiring", &["requiring"]), + ("rranslation", &["translation"]), + ("rranslations", &["translations"]), + ("rrase", &["erase"]), + ("rsizing", &["resizing", "sizing"]), + ("rsource", &["resource", "source"]), + ("rsourced", &["resourced", "sourced"]), + ("rsources", &["resources", "sources"]), + ("rsourcing", &["resourcing", "sourcing"]), + ("rturns", &["returns", "turns"]), + ("rubarb", &["rhubarb"]), + ("rucuperate", &["recuperate"]), + ("rudimentally", &["rudimentary"]), + ("rudimentatry", &["rudimentary"]), + ("rudimentry", &["rudimentary"]), + ("rulle", &["rule"]), + ("rumatic", &["rheumatic"]), + ("runing", &["running", "ruining"]), + ("runn", &["run"]), + ("runned", &["ran", "run", "ruined"]), + ("runnging", &["running", "rummaging"]), + ("runnig", &["running"]), + ("runnign", &["running"]), + ("runnigng", &["running"]), + ("runnin", &["running"]), + ("runnint", &["running"]), + ("runnning", &["running"]), + ("runns", &["runs"]), + ("runnung", &["running"]), + ("runtine", &["runtime", "routine"]), + ("runting", &["runtime"]), + ("rurrent", &["current"]), + ("russina", &["Russian"]), + ("Russion", &["Russian"]), + ("rwite", &["write"]), + ("rysnc", &["rsync"]), + ("rythem", &["rhythm"]), + ("rythim", &["rhythm"]), + ("rythm", &["rhythm"]), + ("rythmic", &["rhythmic"]), + ("rythyms", &["rhythms"]), + ("saame", &["same"]), + ("sabatage", &["sabotage"]), + ("sabatour", &["saboteur"]), + ("sacalar", &["scalar"]), + ("sacalars", &["scalars"]), + ("sacarin", &["saccharin"]), + ("sacle", &["scale"]), + ("sacrafice", &["sacrifice"]), + ("sacreligious", &["sacrilegious"]), + ("Sacremento", &["Sacramento"]), + ("sacrifical", &["sacrificial"]), + ("sacrifying", &["sacrificing"]), + ("sacrilegeous", &["sacrilegious"]), + ("sacrin", &["saccharin"]), + ("sade", &["sad"]), + ("saem", &["same"]), + ("safe-pooint", &["safe-point"]), + ("safe-pooints", &["safe-points"]), + ("safeguared", &["safeguard", "safeguarded"]), + ("safeing", &["saving"]), + ("safepooint", &["safepoint"]), + ("safepooints", &["safepoints"]), + ("safequard", &["safeguard"]), + ("saferi", &["Safari"]), + ("safetly", &["safely"]), + ("safly", &["safely"]), + ("saftey", &["safety"]), + ("safty", &["safety"]), + ("sais", &["says"]), + ("saleries", &["salaries"]), + ("salery", &["salary"]), + ("salveof", &["slaveof"]), + ("samll", &["small"]), + ("samller", &["smaller"]), + ("sammon", &["salmon"]), + ("samori", &["samurai"]), + ("samue", &["same", "Samuel"]), + ("samwich", &["sandwich"]), + ("samwiches", &["sandwiches"]), + ("sanaty", &["sanity"]), + ("sanctionning", &["sanctioning"]), + ("sandobx", &["sandbox"]), + ("sandwhich", &["sandwich"]), + ("Sanhedrim", &["Sanhedrin"]), + ("sanitizisation", &["sanitization"]), + ("sanizer", &["sanitizer"]), + ("santioned", &["sanctioned"]), + ("santize", &["sanitize"]), + ("santized", &["sanitized"]), + ("santizes", &["sanitizes"]), + ("santizing", &["sanitizing"]), + ("sanwich", &["sandwich"]), + ("sanwiches", &["sandwiches"]), + ("sanytise", &["sanitise"]), + ("sanytize", &["sanitize"]), + ("saphire", &["sapphire"]), + ("saphires", &["sapphires"]), + ("sargant", &["sergeant"]), + ("sargeant", &["sergeant"]), + ("sarting", &["starting", "sorting"]), + ("sastisfies", &["satisfies"]), + ("sasy", &["says", "sassy"]), + ("satandard", &["standard"]), + ("satandards", &["standards"]), + ("satelite", &["satellite"]), + ("satelites", &["satellites"]), + ("satelitte", &["satellite"]), + ("satement", &["statement"]), + ("satements", &["statements"]), + ("saterday", &["Saturday"]), + ("saterdays", &["Saturdays"]), + ("satified", &["satisfied"]), + ("satifies", &["satisfies"]), + ("satify", &["satisfy"]), + ("satifying", &["satisfying"]), + ("satisfactority", &["satisfactorily"]), + ("satisfiabilty", &["satisfiability"]), + ("satisfing", &["satisfying"]), + ("satisfyied", &["satisfied"]), + ("satisifed", &["satisfied"]), + ("satisified", &["satisfied"]), + ("satisifies", &["satisfies"]), + ("satisify", &["satisfy"]), + ("satisifying", &["satisfying"]), + ("satistying", &["satisfying"]), + ("satric", &["satiric"]), + ("satrical", &["satirical"]), + ("satrically", &["satirically"]), + ("sattelite", &["satellite"]), + ("sattelites", &["satellites"]), + ("sattellite", &["satellite"]), + ("sattellites", &["satellites"]), + ("satuaday", &["Saturday"]), + ("satuadays", &["Saturdays"]), + ("saught", &["sought"]), + ("sav", &["save"]), + ("savees", &["saves"]), + ("saveing", &["saving"]), + ("savelt", &["svelte", "save it"]), + ("savely", &["safely"]), + ("savere", &["severe"]), + ("savety", &["safety"]), + ("savgroup", &["savegroup"]), + ("savve", &["save", "savvy", "salve"]), + ("savy", &["savvy"]), + ("saxaphone", &["saxophone"]), + ("sbsampling", &["subsampling"]), + ("scahr", &["schar"]), + ("scalarr", &["scalar"]), + ("scaleability", &["scalability"]), + ("scaleable", &["scalable"]), + ("scaleing", &["scaling"]), + ("scalled", &["scaled"]), + ("scandanavia", &["Scandinavia"]), + ("scaned", &["scanned"]), + ("scaning", &["scanning"]), + ("scannning", &["scanning"]), + ("scarch", &["search", "scorch", "scratch"]), + ("scaricity", &["scarcity"]), + ("scatch", &["catch", "scratch", "sketch"]), + ("scatched", &["caught", "scratched", "sketched"]), + ("scatcher", &["catcher", "scratcher", "sketcher"]), + ("scatches", &["catches", "scratches", "sketches"]), + ("scatching", &["catching", "scratching", "sketching"]), + ("scatchs", &["catches", "scratches", "sketches"]), + ("scatchss", &["catches", "scratches", "sketches"]), + ("scavange", &["scavenge"]), + ("scavanged", &["scavenged"]), + ("scavanger", &["scavenger"]), + ("scavangers", &["scavengers"]), + ("scavanges", &["scavenges"]), + ("sccope", &["scope"]), + ("scecified", &["specified"]), + ("sceen", &["scene", "seen", "screen", "scheme"]), + ("sceens", &["scenes", "screens", "schemes"]), + ("sceme", &["scheme", "scene"]), + ("scemes", &["schemes", "scenes"]), + ("scenarion", &["scenario"]), + ("scenarions", &["scenarios"]), + ("scence", &["scene", "science", "sense"]), + ("scences", &["scenes", "sciences", "senses", "census"]), + ("scenegraaph", &["scenegraph"]), + ("scenegraaphs", &["scenegraphs"]), + ("sceond", &["second"]), + ("sceonds", &["seconds"]), + ("scetch", &["sketch"]), + ("scetched", &["sketched"]), + ("scetches", &["sketches"]), + ("scetching", &["sketching"]), + ("schdule", &["schedule"]), + ("schduled", &["scheduled"]), + ("schduleing", &["scheduling"]), + ("schduler", &["scheduler"]), + ("schdules", &["schedules"]), + ("schduling", &["scheduling"]), + ("schedual", &["schedule"]), + ("scheduald", &["scheduled"]), + ("schedualed", &["scheduled"]), + ("schedualing", &["scheduling"]), + ("schedulier", &["scheduler"]), + ("schedulling", &["scheduling"]), + ("schme", &["scheme"]), + ("schmea", &["schema"]), + ("schmeas", &["schemas"]), + ("schmes", &["schemes"]), + ("scholarhip", &["scholarship"]), + ("scholarhips", &["scholarships"]), + ("scholarstic", &["scholastic", "scholarly"]), + ("scholdn\'t", &["shouldn\'t"]), + ("schould", &["should"]), + ("scientfic", &["scientific"]), + ("scientfically", &["scientifically"]), + ("scientficaly", &["scientifically"]), + ("scientficly", &["scientifically"]), + ("scientifc", &["scientific"]), + ("scientifcally", &["scientifically"]), + ("scientifcaly", &["scientifically"]), + ("scientifcly", &["scientifically"]), + ("scientis", &["scientist"]), + ("scientiss", &["scientist"]), + ("scientisst", &["scientists", "scientist"]), + ("scince", &["science"]), + ("scinece", &["science"]), + ("scintiallation", &["scintillation"]), + ("scintillatqt", &["scintillaqt"]), + ("scipt", &["script", "skipped"]), + ("scipted", &["scripted"]), + ("scipting", &["scripting"]), + ("scipts", &["scripts", "skips"]), + ("sciript", &["script"]), + ("sciripts", &["scripts"]), + ("scirpt", &["script"]), + ("scirpts", &["scripts"]), + ("scketch", &["sketch"]), + ("scketched", &["sketched"]), + ("scketches", &["sketches"]), + ("scketching", &["sketching"]), + ("sclar", &["scalar"]), + ("scneario", &["scenario"]), + ("scnearios", &["scenarios"]), + ("scoket", &["socket"]), + ("scoll", &["scroll"]), + ("scolling", &["scrolling"]), + ("scopeing", &["scoping"]), + ("scorebord", &["scoreboard"]), + ("scource", &["source", "scouse"]), + ("scourced", &["sourced", "scoured"]), + ("scourcer", &["scourer", "sorcerer", "scouser"]), + ("scources", &["sources"]), + ("scrach", &["scratch"]), + ("scrached", &["scratched"]), + ("scraches", &["scratches"]), + ("scraching", &["scratching"]), + ("scrachs", &["scratches"]), + ("scrao", &["scrap"]), + ("screem", &["scream", "screen"]), + ("screenchot", &["screenshot"]), + ("screenchots", &["screenshots"]), + ("screenwrighter", &["screenwriter"]), + ("screnn", &["screen"]), + ("scriopted", &["scripted"]), + ("scriopting", &["scripting"]), + ("scriopts", &["scripts"]), + ("scriopttype", &["scripttype"]), + ("scriping", &["scripting"]), + ("scripst", &["scripts"]), + ("scriptype", &["scripttype"]), + ("scritp", &["script"]), + ("scritped", &["scripted"]), + ("scritping", &["scripting"]), + ("scritps", &["scripts"]), + ("scritpt", &["script"]), + ("scritpts", &["scripts"]), + ("scroipt", &["script"]), + ("scroipted", &["scripted"]), + ("scroipting", &["scripting"]), + ("scroipts", &["scripts"]), + ("scroipttype", &["scripttype"]), + ("scrollablbe", &["scrollable"]), + ("scrollin", &["scrolling"]), + ("scroolbar", &["scrollbar"]), + ("scrren", &["screen"]), + ("scrutinity", &["scrutiny"]), + ("sction", &["section", "suction"]), + ("sctional", &["sectional", "suctional"]), + ("sctioned", &["sectioned", "suctioned"]), + ("sctioning", &["sectioning", "suctioning"]), + ("sctions", &["sections", "suctions"]), + ("scubscribe", &["subscribe"]), + ("scubscribed", &["subscribed"]), + ("scubscriber", &["subscriber"]), + ("scubscribes", &["subscribes"]), + ("scuccessully", &["successfully"]), + ("sculpter", &["sculptor", "sculpture"]), + ("sculpters", &["sculptors", "sculptures"]), + ("scupt", &["sculpt"]), + ("scupted", &["sculpted"]), + ("scupting", &["sculpting"]), + ("scupture", &["sculpture"]), + ("scuptures", &["sculptures"]), + ("seach", &["search"]), + ("seached", &["searched"]), + ("seaches", &["searches"]), + ("seaching", &["searching"]), + ("seachkey", &["searchkey"]), + ("seacrchable", &["searchable"]), + ("searcahble", &["searchable"]), + ("searche", &["search", "searched"]), + ("searcheable", &["searchable"]), + ("searchin", &["searching"]), + ("searchs", &["searches"]), + ("seatch", &["search"]), + ("secceeded", &["seceded", "succeeded"]), + ("seccond", &["second"]), + ("secconds", &["seconds"]), + ("secction", &["section"]), + ("seceed", &["succeed", "secede"]), + ("seceeded", &["succeeded", "seceded"]), + ("secene", &["scene"]), + ("secific", &["specific"]), + ("secion", &["section"]), + ("secions", &["sections"]), + ("secirity", &["security"]), + ("seciton", &["section"]), + ("secitons", &["sections"]), + ("secne", &["scene"]), + ("secod", &["second"]), + ("seconadry", &["secondary"]), + ("seconcary", &["secondary"]), + ("secondaray", &["secondary"]), + ("seconday", &["secondary"]), + ("secondy", &["secondly", "secondary"]), + ("seconf", &["second"]), + ("seconly", &["secondly"]), + ("secont", &["second"]), + ("secontary", &["secondary"]), + ("secontly", &["secondly"]), + ("seconts", &["seconds"]), + ("secord", &["second"]), + ("secotr", &["sector"]), + ("secound", &["second"]), + ("secoundary", &["secondary"]), + ("secoundly", &["secondly"]), + ("secounds", &["seconds"]), + ("secquence", &["sequence"]), + ("secratary", &["secretary"]), + ("secretery", &["secretary"]), + ("secrion", &["section"]), + ("secruity", &["security"]), + ("sectin", &["section"]), + ("sectins", &["sections"]), + ("sectionis", &["sections", "section is"]), + ("sectionning", &["sectioning"]), + ("sectiont", &["sectioned", "section"]), + ("secton", &["section"]), + ("sectoned", &["sectioned"]), + ("sectoning", &["sectioning"]), + ("sectons", &["sections"]), + ("secue", &["secure"]), + ("secuely", &["securely"]), + ("secuity", &["security"]), + ("secund", &["second"]), + ("securiy", &["security"]), + ("securiyt", &["security"]), + ("securly", &["securely"]), + ("securre", &["secure"]), + ("securrely", &["securely"]), + ("securrly", &["securely"]), + ("securtity", &["security"]), + ("securtiy", &["security"]), + ("securty", &["security"]), + ("securuity", &["security"]), + ("sedereal", &["sidereal"]), + ("seeem", &["seem"]), + ("seeen", &["seen"]), + ("seelect", &["select"]), + ("seemes", &["seems"]), + ("seemless", &["seamless"]), + ("seemlessly", &["seamlessly"]), + ("seesion", &["session"]), + ("seesions", &["sessions"]), + ("seeting", &["seating", "setting", "seething"]), + ("segement", &["segment"]), + ("segementation", &["segmentation"]), + ("segements", &["segments"]), + ("segemnts", &["segments"]), + ("segfualt", &["segfault"]), + ("segfualts", &["segfaults"]), + ("segmantation", &["segmentation"]), + ("segmend", &["segment"]), + ("segmendation", &["segmentation"]), + ("segmended", &["segmented"]), + ("segmends", &["segments"]), + ("segmenet", &["segment"]), + ("segmenetd", &["segmented"]), + ("segmeneted", &["segmented"]), + ("segmenets", &["segments"]), + ("segmentaion", &["segmentation"]), + ("segmente", &["segment"]), + ("segmentes", &["segments"]), + ("segmetn", &["segment"]), + ("segmetned", &["segmented"]), + ("segmetns", &["segments"]), + ("segument", &["segment"]), + ("seguoys", &["segues"]), + ("seh", &["she"]), + ("seige", &["siege"]), + ("seing", &["seeing"]), + ("seinor", &["senior"]), + ("seires", &["series"]), + ("sekect", &["select"]), + ("sekected", &["selected"]), + ("sekects", &["selects"]), + ("selcetion", &["selection"]), + ("selctable", &["selectable"]), + ("selctables", &["selectables"]), + ("selcted", &["selected"]), + ("selcting", &["selecting"]), + ("selction", &["selection"]), + ("selctions", &["selections"]), + ("seldomly", &["seldom"]), + ("seleced", &["selected"]), + ("selecetd", &["selected"]), + ("selecgt", &["select"]), + ("selecgted", &["selected"]), + ("selecgting", &["selecting"]), + ("selecing", &["selecting"]), + ("selectd", &["selected"]), + ("selecte", &["selected", "select"]), + ("selectes", &["selects"]), + ("selectin", &["selection", "selecting"]), + ("selectoin", &["selection"]), + ("selecton", &["selection"]), + ("selectons", &["selections"]), + ("seledted", &["selected"]), + ("selektions", &["selections"]), + ("selektor", &["selector"]), + ("seleted", &["selected", "deleted"]), + ("seletion", &["selection", "deletion"]), + ("seletions", &["selections", "deletions"]), + ("self-comparisson", &["self-comparison"]), + ("self-contianed", &["self-contained"]), + ("self-referencial", &["self-referential"]), + ("self-refering", &["self-referring"]), + ("selfs", &["self"]), + ("selt", &["set", "self", "sold"]), + ("selv", &["self"]), + ("semaintics", &["semantics"]), + ("semaphone", &["semaphore"]), + ("semaphones", &["semaphores"]), + ("semaphor", &["semaphore"]), + ("semaphors", &["semaphores"]), + ("semapthore", &["semaphore"]), + ("semapthores", &["semaphores"]), + ("sematic", &["semantic"]), + ("sematical", &["semantical"]), + ("sematically", &["semantically"]), + ("sematics", &["semantics"]), + ("sematnics", &["semantics"]), + ("semding", &["sending"]), + ("sement", &["cement", "segment"]), + ("sementation", &["segmentation"]), + ("semented", &["cemented", "segmented"]), + ("sementing", &["cementing", "segmenting"]), + ("sements", &["cements", "segments"]), + ("semgent", &["segment"]), + ("semicolor", &["semicolon"]), + ("semicolumn", &["semicolon"]), + ("semicondutor", &["semiconductor"]), + ("sempahore", &["semaphore"]), + ("sempahores", &["semaphores"]), + ("sempaphore", &["semaphore"]), + ("sempaphores", &["semaphores"]), + ("semphore", &["semaphore"]), + ("semphores", &["semaphores"]), + ("sempphore", &["semaphore"]), + ("senaphore", &["semaphore"]), + ("senaphores", &["semaphores"]), + ("senario", &["scenario"]), + ("senarios", &["scenarios"]), + ("sence", &["sense", "since"]), + ("sencond", &["second"]), + ("sencondary", &["secondary"]), + ("senconds", &["seconds"]), + ("sendign", &["sending"]), + ("sendinging", &["sending"]), + ("sendinng", &["sending"]), + ("senfile", &["sendfile"]), + ("senintels", &["sentinels"]), + ("senitnel", &["sentinel"]), + ("senitnels", &["sentinels"]), + ("senquence", &["sequence"]), + ("sensative", &["sensitive"]), + ("sensisble", &["sensible"]), + ("sensistive", &["sensitive"]), + ("sensistively", &["sensitively", "sensitivity"]), + ("sensitiv", &["sensitive"]), + ("sensitiveties", &["sensitivities"]), + ("sensitivety", &["sensitivity"]), + ("sensitivties", &["sensitivities"]), + ("sensitivty", &["sensitivity"]), + ("sensitivy", &["sensitivity", "sensitively"]), + ("sensitve", &["sensitive"]), + ("sensivity", &["sensitivity", "sensitively"]), + ("senstive", &["sensitive"]), + ("sensure", &["censure"]), + ("sentance", &["sentence"]), + ("sentances", &["sentences"]), + ("senteces", &["sentences"]), + ("sentense", &["sentence"]), + ("sentienl", &["sentinel"]), + ("sentinal", &["sentinel"]), + ("sentinals", &["sentinels"]), + ("sentive", &["sensitive"]), + ("sentively", &["sensitively", "sensitivity"]), + ("sentivite", &["sensitive"]), + ("seond", &["second", "send"]), + ("seonds", &["seconds", "sends"]), + ("sepaate", &["separate"]), + ("separartor", &["separator"]), + ("separat", &["separate"]), + ("separater", &["separator"]), + ("separatly", &["separately"]), + ("separed", &["separated"]), + ("separete", &["separate"]), + ("separeted", &["separated"]), + ("separetedly", &["separately"]), + ("separetely", &["separately"]), + ("separeter", &["separator"]), + ("separetes", &["separates"]), + ("separeting", &["separating"]), + ("separetly", &["separately"]), + ("separetor", &["separator"]), + ("separtates", &["separates"]), + ("separte", &["separate"]), + ("separted", &["separated"]), + ("separtes", &["separates"]), + ("separting", &["separating"]), + ("sepatae", &["separate"]), + ("sepatate", &["separate"]), + ("sepcial", &["special"]), + ("sepcific", &["specific"]), + ("sepcifically", &["specifically"]), + ("sepcification", &["specification"]), + ("sepcifications", &["specifications"]), + ("sepcified", &["specified"]), + ("sepcifier", &["specifier"]), + ("sepcifies", &["specifies"]), + ("sepcify", &["specify"]), + ("sepcifying", &["specifying"]), + ("sepearable", &["separable"]), + ("sepearate", &["separate"]), + ("sepearated", &["separated"]), + ("sepearately", &["separately"]), + ("sepearates", &["separates"]), + ("sepearation", &["separation"]), + ("sepearator", &["separator"]), + ("sepearators", &["separators"]), + ("sepearet", &["separate"]), + ("sepearetly", &["separately"]), + ("sepearte", &["separate"]), + ("sepearted", &["separated"]), + ("sepeartely", &["separately"]), + ("sepeartes", &["separates"]), + ("sepeartor", &["separator"]), + ("sepeartors", &["separators"]), + ("sepeate", &["separate"]), + ("sepeated", &["separated"]), + ("sepeates", &["separates"]), + ("sepeator", &["separator"]), + ("sepeators", &["separators"]), + ("sepecial", &["special"]), + ("sepecially", &["especially", "specially"]), + ("sepecifed", &["specified"]), + ("sepecific", &["specific"]), + ("sepecification", &["specification"]), + ("sepecified", &["specified"]), + ("sepecifier", &["specifier"]), + ("sepecifiers", &["specifiers"]), + ("sepecifies", &["specifies"]), + ("sepecify", &["specify"]), + ("sepectral", &["spectral"]), + ("sepeicfy", &["specify"]), + ("sepend", &["depend", "suspend"]), + ("sependent", &["dependent"]), + ("sepending", &["depending"]), + ("seperable", &["separable"]), + ("seperad", &["separate"]), + ("seperadly", &["separately"]), + ("seperaly", &["separately"]), + ("seperaor", &["separator"]), + ("seperaors", &["separators"]), + ("seperare", &["separate"]), + ("seperared", &["separated"]), + ("seperares", &["separates"]), + ("seperat", &["separate"]), + ("seperataed", &["separated"]), + ("seperatally", &["separately"]), + ("seperataly", &["separately"]), + ("seperatated", &["separated"]), + ("seperatd", &["separated"]), + ("seperate", &["separate"]), + ("seperated", &["separated"]), + ("seperatedly", &["separately"]), + ("seperatedy", &["separated"]), + ("seperateely", &["separately"]), + ("seperateing", &["separating"]), + ("seperatelly", &["separately"]), + ("seperately", &["separately"]), + ("seperater", &["separator"]), + ("seperaters", &["separators"]), + ("seperates", &["separates"]), + ("seperating", &["separating"]), + ("seperation", &["separation"]), + ("seperations", &["separations"]), + ("seperatism", &["separatism"]), + ("seperatist", &["separatist"]), + ("seperatley", &["separately"]), + ("seperatly", &["separately"]), + ("seperator", &["separator"]), + ("seperators", &["separators"]), + ("sepereate", &["separate"]), + ("sepereated", &["separated"]), + ("sepereates", &["separates"]), + ("sepererate", &["separate"]), + ("sepererated", &["separated"]), + ("sepererates", &["separates"]), + ("seperete", &["separate"]), + ("sepereted", &["separated"]), + ("seperetes", &["separates"]), + ("seperratly", &["separately"]), + ("sepertator", &["separator"]), + ("sepertators", &["separators"]), + ("sepertor", &["separator"]), + ("sepertors", &["separators"]), + ("sepetaror", &["separator"]), + ("sepetarors", &["separators"]), + ("sepetate", &["separate"]), + ("sepetated", &["separated"]), + ("sepetately", &["separately"]), + ("sepetates", &["separates"]), + ("sepina", &["subpoena"]), + ("seporate", &["separate"]), + ("sepperate", &["separate"]), + ("seprarate", &["separate"]), + ("seprate", &["separate"]), + ("seprated", &["separated"]), + ("seprator", &["separator"]), + ("seprators", &["separators"]), + ("Septemer", &["September"]), + ("sepulchure", &["sepulchre", "sepulcher"]), + ("sepulcre", &["sepulchre", "sepulcher"]), + ("seqence", &["sequence"]), + ("seqenced", &["sequenced"]), + ("seqences", &["sequences"]), + ("seqencing", &["sequencing"]), + ("seqense", &["sequence"]), + ("seqensed", &["sequenced"]), + ("seqenses", &["sequences"]), + ("seqensing", &["sequencing"]), + ("seqenstial", &["sequential"]), + ("seqential", &["sequential"]), + ("seqeuencer", &["sequencer"]), + ("seqeuental", &["sequential"]), + ("seqeunce", &["sequence"]), + ("seqeuncer", &["sequencer"]), + ("seqeuntials", &["sequentials"]), + ("sequcne", &["sequence"]), + ("sequece", &["sequence"]), + ("sequeces", &["sequences"]), + ("sequeence", &["sequence"]), + ("sequelce", &["sequence"]), + ("sequemce", &["sequence"]), + ("sequemces", &["sequences"]), + ("sequencial", &["sequential"]), + ("sequencially", &["sequentially"]), + ("sequencies", &["sequences"]), + ("sequense", &["sequence"]), + ("sequensed", &["sequenced"]), + ("sequenses", &["sequences"]), + ("sequensing", &["sequencing"]), + ("sequenstial", &["sequential"]), + ("sequentialy", &["sequentially"]), + ("sequenzes", &["sequences"]), + ("sequetial", &["sequential"]), + ("sequeze", &["squeeze", "sequence"]), + ("sequnces", &["sequences"]), + ("ser", &["set"]), + ("serach", &["search"]), + ("serached", &["searched"]), + ("serailisation", &["serialisation"]), + ("serailization", &["serialization"]), + ("serailized", &["serialized"]), + ("serailze", &["serialize"]), + ("serailzed", &["serialized"]), + ("sercive", &["service"]), + ("sercived", &["serviced"]), + ("sercives", &["services"]), + ("serciving", &["servicing"]), + ("sergent", &["sergeant"]), + ("serialiazation", &["serialization"]), + ("serice", &["service"]), + ("serices", &["services", "series"]), + ("serie", &["series"]), + ("serieses", &["series"]), + ("serios", &["serious"]), + ("seriouly", &["seriously"]), + ("seriuos", &["serious"]), + ("serivce", &["service"]), + ("serivces", &["services"]), + ("sersies", &["series"]), + ("sertificate", &["certificate"]), + ("sertificated", &["certificated"]), + ("sertificates", &["certificates"]), + ("sertification", &["certification"]), + ("servce", &["service", "serve"]), + ("servced", &["serviced", "served"]), + ("servces", &["services", "serves"]), + ("servcing", &["servicing", "serving"]), + ("servece", &["service"]), + ("serveced", &["serviced"]), + ("serveces", &["services"]), + ("servecing", &["servicing"]), + ("serveice", &["service"]), + ("serveiced", &["serviced"]), + ("serveices", &["services"]), + ("serveicing", &["servicing"]), + ("serveral", &["several"]), + ("serverite", &["severity"]), + ("serverites", &["severities"]), + ("serveritie", &["severity", "severities"]), + ("serverities", &["severities"]), + ("serverity", &["severity"]), + ("servie", &["service"]), + ("servies", &["services"]), + ("servive", &["service"]), + ("servoce", &["service"]), + ("servoced", &["serviced"]), + ("servoces", &["services"]), + ("servocing", &["servicing"]), + ("serwer", &["server", "sewer"]), + ("sesitive", &["sensitive"]), + ("sessio", &["session"]), + ("sesssion", &["session"]), + ("sesssions", &["sessions"]), + ("sestatusbar", &["setstatusbar"]), + ("sestatusmsg", &["setstatusmsg"]), + ("setgit", &["setgid"]), + ("seting", &["setting"]), + ("setings", &["settings"]), + ("setion", &["section"]), + ("setions", &["sections"]), + ("setis", &["set is", "settees"]), + ("setitng", &["setting"]), + ("setitngs", &["settings"]), + ("setquential", &["sequential"]), + ("setted", &["set"]), + ("settelement", &["settlement"]), + ("settigs", &["settings"]), + ("settinga", &["settings"]), + ("settingss", &["settings"]), + ("settins", &["settings"]), + ("settlment", &["settlement"]), + ("settng", &["setting"]), + ("settter", &["setter"]), + ("settters", &["setters"]), + ("settting", &["setting"]), + ("setttings", &["settings"]), + ("settup", &["setup"]), + ("seuence", &["sequence"]), + ("seuences", &["sequences"]), + ("sevaral", &["several"]), + ("seve", &["save", "sieve"]), + ("severeal", &["several"]), + ("severirirty", &["severity"]), + ("severirities", &["severities"]), + ("severite", &["severity"]), + ("severites", &["severities"]), + ("severitie", &["severity", "severities"]), + ("severl", &["several"]), + ("severley", &["severely"]), + ("severly", &["severely"]), + ("sevice", &["service"]), + ("sevrity", &["severity"]), + ("sewdonim", &["pseudonym"]), + ("sewdonims", &["pseudonyms"]), + ("sewrvice", &["service"]), + ("sfety", &["safety"]), + ("sgadow", &["shadow"]), + ("sh1sum", &["sha1sum"]), + ("shadasloo", &["shadaloo"]), + ("shaddow", &["shadow"]), + ("shadhow", &["shadow"]), + ("shadoloo", &["shadaloo"]), + ("shamen", &["shaman", "shamans"]), + ("shandeleer", &["chandelier"]), + ("shandeleers", &["chandeliers"]), + ("shandow", &["shadow"]), + ("shaneal", &["chenille"]), + ("shanghi", &["Shanghai"]), + ("sharable", &["shareable"]), + ("shareed", &["shared"]), + ("sharloton", &["charlatan"]), + ("sharraid", &["charade"]), + ("sharraids", &["charades"]), + ("shashes", &["slashes"]), + ("shatow", &["château"]), + ("shbang", &["shebang"]), + ("sheat", &["sheath", "sheet", "cheat"]), + ("sheck", &["check", "cheque", "shuck"]), + ("shecked", &["checked", "shucked"]), + ("shecker", &["checker", "shucker"]), + ("shecking", &["checking", "shucking"]), + ("shecks", &["checks", "cheques", "shucks"]), + ("shedule", &["schedule"]), + ("sheduled", &["scheduled"]), + ("shedules", &["schedules"]), + ("sheduling", &["scheduling"]), + ("sheepherd", &["shepherd"]), + ("sheepherds", &["shepherds"]), + ("sheild", &["shield"]), + ("sheme", &["scheme", "shame"]), + ("shepe", &["shape"]), + ("shepre", &["sphere"]), + ("shepres", &["spheres"]), + ("sherif", &["sheriff"]), + ("shicane", &["chicane"]), + ("shif", &["shift"]), + ("shif-tab", &["shift-tab"]), + ("shineing", &["shining"]), + ("shiped", &["shipped"]), + ("shiping", &["shipping"]), + ("shoftware", &["software"]), + ("shoild", &["should"]), + ("shoing", &["showing"]), + ("shold", &["should", "hold", "sold"]), + ("sholder", &["shoulder"]), + ("sholdn\'t", &["shouldn\'t"]), + ("sholuld", &["should"]), + ("sholuldn\'t", &["shouldn\'t"]), + ("shopkeeepers", &["shopkeepers"]), + ("shorcuts", &["shortcuts"]), + ("shorly", &["shortly"]), + ("short-cicruit", &["short-circuit"]), + ("short-cicruits", &["short-circuits"]), + ("shortcat", &["shortcut"]), + ("shortcats", &["shortcuts"]), + ("shortcomming", &["shortcoming"]), + ("shortcommings", &["shortcomings"]), + ("shortend", &["shortened", "short end"]), + ("shortern", &["shorten"]), + ("shortkut", &["shortcut"]), + ("shortkuts", &["shortcuts"]), + ("shortwhile", &["short while"]), + ("shotcut", &["shortcut"]), + ("shotdown", &["shutdown"]), + ("shoucl", &["should"]), + ("shoud", &["should"]), + ("shoudl", &["should"]), + ("shoudld", &["should"]), + ("shoudle", &["should"]), + ("shoudln\'t", &["shouldn\'t"]), + ("shoudln", &["should", "shouldn\'t"]), + ("shoudlnt", &["shouldn\'t"]), + ("shoudn\'t", &["shouldn\'t"]), + ("shoudn", &["shouldn"]), + ("shoudt", &["should", "shouldn\'t"]), + ("should\'nt", &["shouldn\'t"]), + ("should\'t", &["shouldn\'t"]), + ("shouldbe", &["should", "should be"]), + ("shouldn;t", &["shouldn\'t"]), + ("shouldnt\'", &["shouldn\'t"]), + ("shouldnt", &["shouldn\'t"]), + ("shouldnt;", &["shouldn\'t"]), + ("shoule", &["should"]), + ("shouln\'t", &["shouldn\'t"]), + ("shouls", &["should"]), + ("shoult", &["should"]), + ("shouod", &["should"]), + ("shouw", &["show"]), + ("shouws", &["shows"]), + ("showfer", &["chauffeur", "shower"]), + ("showvinism", &["chauvinism"]), + ("shpae", &["shape"]), + ("shpaes", &["shapes"]), + ("shpapes", &["shapes"]), + ("shpere", &["sphere"]), + ("shperes", &["spheres"]), + ("shpped", &["shipped"]), + ("shreak", &["shriek"]), + ("shreshold", &["threshold"]), + ("shriks", &["shrinks"]), + ("shrinked", &["shrunk"]), + ("shtop", &["stop", "shop"]), + ("shtoped", &["stopped", "shopped"]), + ("shtopes", &["stops", "shops"]), + ("shtoping", &["stopping", "shopping"]), + ("shtopp", &["stop", "shop"]), + ("shtopped", &["stopped", "shopped"]), + ("shtoppes", &["stops", "shops"]), + ("shtopping", &["stopping", "shopping"]), + ("shtops", &["stops", "shops"]), + ("shttp", &["https"]), + ("shuld", &["should"]), + ("shure", &["sure"]), + ("shurely", &["surely"]), + ("shutdownm", &["shutdown"]), + ("shuting", &["shutting"]), + ("shutodwn", &["shutdown"]), + ("shwo", &["show"]), + ("shystem", &["system"]), + ("shystemerror", &["systemerror", "system error"]), + ("shystemmemory", &["systemmemory", "system memory"]), + ("shystems", &["systems"]), + ("shystemwindow", &["systemwindow", "system window"]), + ("sibiling", &["sibling"]), + ("sicinct", &["succinct"]), + ("sicinctly", &["succinctly"]), + ("sicne", &["since"]), + ("sidde", &["side"]), + ("sideral", &["sidereal"]), + ("siduction", &["seduction"]), + ("sie", &["size", "sigh"]), + ("sies", &["size", "sighs"]), + ("siez", &["size", "seize"]), + ("sieze", &["seize", "size"]), + ("siezed", &["seized", "sized"]), + ("siezing", &["seizing", "sizing"]), + ("siezure", &["seizure"]), + ("siezures", &["seizures"]), + ("siffix", &["suffix"]), + ("siffixation", &["suffixation", "suffocation"]), + ("siffixed", &["suffixed"]), + ("siffixes", &["suffixes"]), + ("siffixing", &["suffixing"]), + ("sigal", &["signal", "sigil"]), + ("sigaled", &["signaled"]), + ("sigals", &["signals", "sigils"]), + ("siganture", &["signature"]), + ("sigantures", &["signatures"]), + ("sigen", &["sign"]), + ("sigificance", &["significance"]), + ("siginificant", &["significant"]), + ("siginificantly", &["significantly"]), + ("siginify", &["signify"]), + ("sigit", &["digit"]), + ("sigits", &["digits"]), + ("sigle", &["single", "sigil"]), + ("sigles", &["singles", "sigils"]), + ("sigleton", &["singleton"]), + ("signabl", &["signable", "signal"]), + ("signales", &["signals"]), + ("signall", &["signal"]), + ("signatue", &["signature"]), + ("signatur", &["signature"]), + ("signficant", &["significant"]), + ("signficantly", &["significantly"]), + ("signficiant", &["significant"]), + ("signfies", &["signifies"]), + ("signguature", &["signature"]), + ("signifanct", &["significant"]), + ("signifant", &["significant"]), + ("signifantly", &["significantly"]), + ("signifcant", &["significant"]), + ("signifcantly", &["significantly"]), + ("significently", &["significantly"]), + ("signifigant", &["significant"]), + ("signifigantly", &["significantly"]), + ("signitories", &["signatories"]), + ("signitory", &["signatory"]), + ("signle", &["single", "signal"]), + ("signles", &["singles", "signals"]), + ("signol", &["signal"]), + ("signto", &["sign to"]), + ("signul", &["signal"]), + ("signular", &["singular"]), + ("signularity", &["singularity"]), + ("silentely", &["silently"]), + ("silenty", &["silently"]), + ("siliently", &["silently", "saliently"]), + ("simeple", &["simple"]), + ("simgle", &["single"]), + ("simialr", &["similar"]), + ("simiar", &["similar"]), + ("similarily", &["similarly"]), + ("similary", &["similarly"]), + ("similat", &["similar"]), + ("similia", &["similar"]), + ("similiar", &["similar"]), + ("similiarity", &["similarity"]), + ("similiarly", &["similarly"]), + ("similiarty", &["similarity"]), + ("similiary", &["similarity"]), + ("simily", &["simile", "smiley", "simply", "similarly"]), + ("simlar", &["similar"]), + ("simlarlity", &["similarity"]), + ("simlarly", &["similarly"]), + ("simle", &["simple", "smile", "simile"]), + ("simliar", &["similar"]), + ("simliarly", &["similarly"]), + ("simlicity", &["simplicity"]), + ("simlified", &["simplified"]), + ("simly", &["simply", "simile", "smiley"]), + ("simmetric", &["symmetric"]), + ("simmetrical", &["symmetrical"]), + ("simmetry", &["symmetry"]), + ("simmilar", &["similar"]), + ("simpified", &["simplified"]), + ("simplei", &["simply"]), + ("simpley", &["simply"]), + ("simplicty", &["simplicity"]), + ("simplier", &["simpler"]), + ("simplies", &["implies", "simplifies"]), + ("simpliest", &["simplest"]), + ("simplifiy", &["simplify"]), + ("simplifys", &["simplifies"]), + ("simpliifcation", &["simplification"]), + ("simpliifcations", &["simplifications"]), + ("simpy", &["simply"]), + ("simulantaneous", &["simultaneous"]), + ("simulantaneously", &["simultaneously"]), + ("simulataeous", &["simultaneous"]), + ("simulataeously", &["simultaneously"]), + ("simulataneity", &["simultaneity"]), + ("simulataneous", &["simultaneous"]), + ("simulataneously", &["simultaneously"]), + ("simulatanious", &["simultaneous"]), + ("simulataniously", &["simultaneously"]), + ("simulatanous", &["simultaneous"]), + ("simulatanously", &["simultaneously"]), + ("simulatation", &["simulation"]), + ("simultaneos", &["simultaneous"]), + ("simultaneosly", &["simultaneously"]), + ("simultanious", &["simultaneous"]), + ("simultaniously", &["simultaneously"]), + ("simultanous", &["simultaneous"]), + ("simultanously", &["simultaneously"]), + ("simutaneously", &["simultaneously"]), + ("sinature", &["signature"]), + ("sincerley", &["sincerely"]), + ("sincerly", &["sincerely"]), + ("singal", &["signal", "single"]), + ("singaled", &["signaled"]), + ("singals", &["signals"]), + ("singel", &["single", "signal"]), + ("singelar", &["singular"]), + ("singelarity", &["singularity"]), + ("singelarly", &["singularly"]), + ("singeled", &["singled", "signaled"]), + ("singeles", &["singles", "signals"]), + ("singelton", &["singleton"]), + ("singificand", &["significand", "significant"]), + ("singlar", &["singular"]), + ("single-threded", &["single-threaded"]), + ("singls", &["singles", "single"]), + ("singlton", &["singleton"]), + ("singltons", &["singletons"]), + ("singlular", &["singular"]), + ("singlularly", &["singularly"]), + ("singnal", &["signal"]), + ("singnalled", &["signalled"]), + ("singnals", &["signals"]), + ("singol", &["signal", "single"]), + ("singolar", &["singular"]), + ("singoled", &["signaled", "singled"]), + ("singols", &["signals", "singles"]), + ("singool", &["single", "signal"]), + ("singoolar", &["singular"]), + ("singoolarity", &["singularity"]), + ("singoolarly", &["singularly"]), + ("singooled", &["singled", "signaled"]), + ("singools", &["singles", "signals"]), + ("singsog", &["singsong"]), + ("singuarity", &["singularity"]), + ("singuarl", &["singular"]), + ("singulaties", &["singularities"]), + ("sinlge", &["single"]), + ("sinlges", &["singles"]), + ("sinply", &["simply"]), + ("sinse", &["sines", "since"]), + ("sintac", &["syntax"]), + ("sintacks", &["syntax"]), + ("sintacs", &["syntax"]), + ("sintact", &["syntax"]), + ("sintacts", &["syntax"]), + ("sintak", &["syntax"]), + ("sintaks", &["syntax"]), + ("sintakt", &["syntax"]), + ("sintakts", &["syntax"]), + ("sintax", &["syntax"]), + ("Sionist", &["Zionist"]), + ("Sionists", &["Zionists"]), + ("siply", &["simply"]), + ("sircle", &["circle"]), + ("sircles", &["circles"]), + ("sircular", &["circular"]), + ("sirect", &["direct"]), + ("sirected", &["directed"]), + ("sirecting", &["directing"]), + ("sirection", &["direction"]), + ("sirectional", &["directional"]), + ("sirectionalities", &["directionalities"]), + ("sirectionality", &["directionality"]), + ("sirectionals", &["directionals"]), + ("sirectionless", &["directionless"]), + ("sirections", &["directions"]), + ("sirective", &["directive"]), + ("sirectives", &["directives"]), + ("sirectly", &["directly"]), + ("sirectness", &["directness"]), + ("sirector", &["director"]), + ("sirectories", &["directories"]), + ("sirectors", &["directors"]), + ("sirectory", &["directory"]), + ("sirects", &["directs"]), + ("sise", &["size", "sisal"]), + ("sisnce", &["since"]), + ("sistem", &["system"]), + ("sistematically", &["systematically"]), + ("sistematics", &["systematics"]), + ("sistematies", &["systematies"]), + ("sistematising", &["systematising"]), + ("sistematizing", &["systematizing"]), + ("sistematy", &["systematy"]), + ("sistemed", &["systemed"]), + ("sistemic", &["systemic"]), + ("sistemically", &["systemically"]), + ("sistemics", &["systemics"]), + ("sisteming", &["systemic", "stemming"]), + ("sistemist", &["systemist"]), + ("sistemists", &["systemists"]), + ("sistemize", &["systemize"]), + ("sistemized", &["systemized"]), + ("sistemizes", &["systemizes"]), + ("sistemizing", &["systemizing"]), + ("sistems", &["systems"]), + ("sitation", &["situation"]), + ("sitations", &["situations"]), + ("sitaution", &["situation"]), + ("sitautions", &["situations"]), + ("sitck", &["stick"]), + ("siteu", &["site"]), + ("sitll", &["still"]), + ("situationals", &["situational", "situations"]), + ("situationly", &["situationally", "situational"]), + ("situationnal", &["situational"]), + ("situatuion", &["situation"]), + ("situatuions", &["situations"]), + ("situatution", &["situation"]), + ("situatutions", &["situations"]), + ("situbbornness", &["stubbornness"]), + ("situdio", &["studio"]), + ("situdios", &["studios"]), + ("situration", &["situation"]), + ("siturations", &["situations"]), + ("situtaion", &["situation"]), + ("situtaions", &["situations"]), + ("situtation", &["situation"]), + ("situtations", &["situations"]), + ("siute", &["suite"]), + ("sivible", &["visible"]), + ("siwtch", &["switch"]), + ("siwtched", &["switched"]), + ("siwtching", &["switching"]), + ("Sixtin", &["Sistine", "Sixteen"]), + ("sizre", &["size"]), + ("Skagerak", &["Skagerrak"]), + ("skalar", &["scalar"]), + ("skateing", &["skating"]), + ("skecth", &["sketch"]), + ("skecthes", &["sketches"]), + ("skeep", &["skip"]), + ("skelton", &["skeleton"]), + ("skept", &["skipped"]), + ("sketchs", &["sketches"]), + ("skilfull", &["skilful", "skillful"]), + ( + "skillfull", + &["skillful", "skilful", "skillfully", "skilfully"], + ), + ("skillfullness", &["skillfulness", "skilfulness"]), + ("skipd", &["skipped"]), + ("skiped", &["skipped", "skyped"]), + ("skiping", &["skipping"]), + ("skipp", &["skip", "skipped"]), + ("skippd", &["skipped"]), + ("skipt", &["skip", "Skype", "skipped"]), + ("skyp", &["skip", "Skype"]), + ("slase", &["slash"]), + ("slases", &["slashes"]), + ("slashs", &["slashes"]), + ("slaugterhouses", &["slaughterhouses"]), + ("slect", &["select"]), + ("slected", &["selected"]), + ("slecting", &["selecting"]), + ("slection", &["selection"]), + ("sleect", &["select"]), + ("sleeped", &["slept"]), + ("sleepp", &["sleep"]), + ("slicable", &["sliceable"]), + ("slient", &["silent"]), + ("sliently", &["silently"]), + ("slighlty", &["slightly"]), + ("slighly", &["slightly"]), + ("slightl", &["slightly"]), + ("slighty", &["slightly"]), + ("slignt", &["slight"]), + ("sligntly", &["slightly"]), + ("sligth", &["slight"]), + ("sligthly", &["slightly"]), + ("sligtly", &["slightly"]), + ("sliped", &["slipped"]), + ("sliseshow", &["slideshow"]), + ("slowy", &["slowly"]), + ("sluggify", &["slugify"]), + ("smae", &["same"]), + ("smal", &["small"]), + ("smaler", &["smaller"]), + ("smallar", &["smaller"]), + ("smalles", &["smallest"]), + ("smaple", &["sample"]), + ("smaples", &["samples"]), + ("smealting", &["smelting"]), + ("smething", &["something"]), + ("smll", &["small", "smell"]), + ("smller", &["smaller"]), + ("smoe", &["some"]), + ("smoot", &["smooth"]), + ("smooter", &["smoother"]), + ("smoothign", &["smoothing"]), + ("smooting", &["smoothing"]), + ("smouth", &["smooth"]), + ("smouthness", &["smoothness"]), + ("smove", &["move"]), + ("smpt", &["SMTP", "SMTPE"]), + ("snaped", &["snapped"]), + ("snaphot", &["snapshot"]), + ("snaphsot", &["snapshot"]), + ("snaping", &["snapping"]), + ("snappng", &["snapping"]), + ("snapsnot", &["snapshot"]), + ("snapsnots", &["snapshots"]), + ("sneeks", &["sneaks"]), + ("snese", &["sneeze"]), + ("snipet", &["snippet"]), + ("snipets", &["snippets"]), + ("snpashot", &["snapshot"]), + ("snpashots", &["snapshots"]), + ("snyc", &["sync"]), + ("snytax", &["syntax"]), + ("Soalris", &["Solaris"]), + ("socail", &["social"]), + ("socalism", &["socialism"]), + ("socekts", &["sockets"]), + ("socities", &["societies"]), + ("soecialize", &["specialized"]), + ("soem", &["some"]), + ("soemthing", &["something"]), + ("soemwhere", &["somewhere"]), + ("sofisticated", &["sophisticated"]), + ("softend", &["softened"]), + ("softwares", &["software"]), + ("softwre", &["software"]), + ("sofware", &["software"]), + ("sofwtare", &["software"]), + ("sohw", &["show"]), + ("soilders", &["soldiers"]), + ("soiurce", &["source"]), + ("soket", &["socket"]), + ("sokets", &["sockets"]), + ("solarmutx", &["solarmutex"]), + ("solatary", &["solitary"]), + ("soler", &["solver", "solar", "solely"]), + ("soley", &["solely"]), + ("solf", &["solve", "sold"]), + ("solfed", &["solved"]), + ("solfer", &["solver", "solder"]), + ("solfes", &["solves"]), + ("solfing", &["solving"]), + ("solfs", &["solves"]), + ("soliders", &["soldiers"]), + ("solification", &["solidification"]), + ("soliliquy", &["soliloquy"]), + ("soltion", &["solution"]), + ("soluable", &["soluble"]), + ("solum", &["solemn"]), + ("solveable", &["solvable"]), + ("solwed", &["solved"]), + ("som", &["some"]), + ("someboby", &["somebody"]), + ("somehting", &["something"]), + ("somehwat", &["somewhat"]), + ("somehwere", &["somewhere"]), + ("somehwo", &["somehow"]), + ("somelse", &["someone else"]), + ("somemore", &["some more"]), + ("somene", &["someone"]), + ("somenone", &["someone"]), + ("someon", &["someone"]), + ("somes", &["some"]), + ("somethig", &["something"]), + ("somethign", &["something"]), + ("somethimes", &["sometimes"]), + ("somethimg", &["something"]), + ("somethiong", &["something"]), + ("sometiem", &["sometime", "sometimes"]), + ("sometiems", &["sometimes"]), + ("sometihing", &["something"]), + ("sometihng", &["something"]), + ("sometiles", &["some tiles", "sometimes"]), + ("sometims", &["sometimes"]), + ("sometines", &["sometimes"]), + ("someting", &["something"]), + ("sometinhg", &["something"]), + ("somewere", &["somewhere"]), + ("somewher", &["somewhere"]), + ("somewho", &["somehow"]), + ("somme", &["some"]), + ("somthign", &["something"]), + ("somthing", &["something"]), + ("somtimes", &["sometimes"]), + ("somwhat", &["somewhat"]), + ("somwhere", &["somewhere"]), + ("somwho", &["somehow"]), + ("somwhow", &["somehow"]), + ("sonething", &["something"]), + ("songlar", &["singular"]), + ("songle", &["single", "dongle"]), + ("songled", &["singled", "dongled"]), + ("songles", &["singles", "dongles"]), + ("songling", &["singling", "dongling"]), + ("sooaside", &["suicide"]), + ("soodonim", &["pseudonym"]), + ("sooit", &["suet", "suit", "soot"]), + ("soop", &["soup", "scoop", "snoop", "soap"]), + ("soource", &["source"]), + ("sophicated", &["sophisticated"]), + ("sophisicated", &["sophisticated"]), + ("sophmore", &["sophomore"]), + ("sorce", &["source", "force"]), + ("sorceror", &["sorcerer"]), + ("sord", &["sword", "sore", "sored", "sawed", "soared"]), + ("sorrounding", &["surrounding"]), + ("sortig", &["sorting"]), + ("sortings", &["sorting"]), + ("sortlst", &["sortlist"]), + ("sortner", &["sorter"]), + ("sortnr", &["sorter"]), + ("sortrage", &["storage", "shortage"]), + ("soruce", &["source", "spruce"]), + ("soruces", &["sources", "spruces"]), + ("soscket", &["socket"]), + ("soterd", &["stored", "sorted"]), + ("sotfware", &["software"]), + ("sotrage", &["storage", "shortage"]), + ("sotred", &["sorted", "stored"]), + ("sotring", &["storing", "sorting"]), + ("sotry", &["story", "sorry"]), + ("sotyr", &["satyr", "story"]), + ("souce", &["source"]), + ("souces", &["sources"]), + ("soucre", &["source"]), + ("soucres", &["sources"]), + ("soudn", &["sound"]), + ("soudns", &["sounds"]), + ("sould\'nt", &["shouldn\'t"]), + ("sould", &["could", "should", "sold"]), + ("souldn\'t", &["shouldn\'t"]), + ("soundard", &["soundcard"]), + ("sountrack", &["soundtrack"]), + ("sourcd", &["sourced", "source"]), + ("sourcde", &["sourced", "source"]), + ("sourcedrectory", &["sourcedirectory"]), + ("sourcs", &["sources", "source"]), + ("sourcse", &["sources", "source"]), + ("sourct", &["source"]), + ("soure", &["source", "sure", "sore", "sour", "soured"]), + ("soures", &["sources", "sores", "sours", "soured"]), + ("sourrounding", &["surrounding"]), + ("sourt", &["sort", "south", "sour"]), + ("sourth", &["south"]), + ("sourthern", &["southern"]), + ("southbrige", &["southbridge"]), + ("souvenier", &["souvenir"]), + ("souveniers", &["souvenirs"]), + ("soveits", &["soviets"]), + ("sover", &["solver"]), + ("sovereignity", &["sovereignty"]), + ("soverign", &["sovereign"]), + ("soverignity", &["sovereignty"]), + ("soverignty", &["sovereignty"]), + ("sovle", &["solve"]), + ("sovled", &["solved"]), + ("sovren", &["sovereign"]), + ("sowe", &["sow", "so we"]), + ("spacific", &["specific"]), + ("spacifics", &["specifics"]), + ("spacified", &["specified"]), + ("spacifies", &["specifies"]), + ("spageti", &["spaghetti"]), + ("spagetti", &["spaghetti"]), + ("spagheti", &["spaghetti"]), + ("spagnum", &["sphagnum"]), + ("spainish", &["Spanish"]), + ("spaning", &["spanning"]), + ("sparate", &["separate"]), + ("sparately", &["separately"]), + ("spaw", &["spawn"]), + ("spawed", &["spawned"]), + ("spawing", &["spawning"]), + ("spawining", &["spawning"]), + ("spawnve", &["spawn"]), + ("spaws", &["spawns"]), + ("spcae", &["space"]), + ("spcecified", &["specified"]), + ("spcial", &["special"]), + ("spcific", &["specific"]), + ("spcifies", &["specifies"]), + ("speach", &["speech"]), + ("speacial", &["special", "spacial"]), + ("spearator", &["separator"]), + ("spearators", &["separators"]), + ("spec-complient", &["spec-compliant"]), + ("specail", &["special"]), + ("specefied", &["specified"]), + ("specfic", &["specific"]), + ("specfically", &["specifically"]), + ("specfication", &["specification"]), + ("specfications", &["specifications"]), + ("specfied", &["specified"]), + ("specfield", &["specified"]), + ("specfies", &["specifies"]), + ("specfiied", &["specified"]), + ("specfy", &["specify"]), + ("specfying", &["specifying"]), + ("speciafied", &["specified"]), + ("specialiced", &["specialised", "specialized"]), + ("specialitzed", &["specialised", "specialized"]), + ("speciallized", &["specialised", "specialized"]), + ("specialy", &["specially"]), + ("specic", &["specific"]), + ("specical", &["special"]), + ("specication", &["specification"]), + ("specidic", &["specific"]), + ("specied", &["specified"]), + ("speciefied", &["specified"]), + ("specifactions", &["specifications"]), + ("specifc", &["specific"]), + ("specifcation", &["specification"]), + ("specifcations", &["specifications"]), + ("specifcied", &["specified"]), + ("specifclly", &["specifically"]), + ("specifed", &["specified"]), + ("speciffic", &["specific"]), + ("speciffically", &["specifically"]), + ("specifially", &["specifically"]), + ("specificallly", &["specifically"]), + ("specificaly", &["specifically"]), + ("specificated", &["specified"]), + ("specificateion", &["specification"]), + ("specificatin", &["specification"]), + ("specificaton", &["specification"]), + ("specificed", &["specified"]), + ("specifices", &["specifies"]), + ("specifich", &["specify", "specific"]), + ("specificially", &["specifically"]), + ("specificiation", &["specification"]), + ("specificiations", &["specifications"]), + ("specificically", &["specifically"]), + ("specificied", &["specified"]), + ("specificl", &["specific"]), + ("specificly", &["specifically"]), + ("specifiction", &["specification"]), + ("specifictions", &["specifications"]), + ("specificy", &["specify", "specificity", "specifically"]), + ("specifid", &["specified"]), + ("specifing", &["specifying"]), + ("specifiy", &["specify"]), + ("specifiying", &["specifying"]), + ("specifric", &["specific"]), + ("specift", &["specify"]), + ("specifyed", &["specified"]), + ("specifyied", &["specified"]), + ("specifyig", &["specifying"]), + ("specifyinhg", &["specifying"]), + ("speciied", &["specified"]), + ("speciifc", &["specific"]), + ("speciifed", &["specified"]), + ("specilized", &["specialized"]), + ("speciman", &["specimen"]), + ("speciries", &["specifies"]), + ("speciry", &["specify"]), + ("specivied", &["specified"]), + ("speciy", &["specify"]), + ("speciyfing", &["specifying"]), + ("speciyfying", &["specifying"]), + ("speciying", &["specifying"]), + ("specktor", &["specter", "spectre"]), + ("spectauclar", &["spectacular"]), + ("spectaulars", &["spectaculars"]), + ("spects", &["aspects", "expects", "specs"]), + ("spectular", &["spectacular"]), + ("spectularly", &["spectacularly"]), + ("spectum", &["spectrum"]), + ("specturm", &["spectrum"]), + ("specufies", &["specifies"]), + ("specufy", &["specify"]), + ("spedific", &["specific"]), + ("spedified", &["specified"]), + ("spedify", &["specify"]), + ("speeak", &["speak"]), + ("speeaking", &["speaking"]), + ("speeling", &["spelling"]), + ("speelling", &["spelling"]), + ("speep", &["sleep"]), + ("speep-up", &["speed-up"]), + ("speeped", &["sped"]), + ("speeping", &["sleeping"]), + ("spefally", &["specially", "specifically"]), + ("spefation", &["separation", "specification"]), + ("spefations", &["separations", "specifications"]), + ("spefcifiable", &["specifiable"]), + ("spefcific", &["specific"]), + ("spefcifically", &["specifically"]), + ("spefcification", &["specification"]), + ("spefcifications", &["specifications"]), + ("spefcifics", &["specifics"]), + ("spefcifieid", &["specified"]), + ("spefcifieir", &["specifier"]), + ("spefcifieirs", &["specifiers"]), + ("spefcifieis", &["specifies"]), + ("spefcifiy", &["specify"]), + ("spefcifiying", &["specifying"]), + ("spefeid", &["specified"]), + ("spefeir", &["specifier"]), + ("spefeirs", &["specifiers"]), + ("spefeis", &["specifies"]), + ("spefiable", &["specifiable"]), + ("spefial", &["special"]), + ("spefic", &["specific"]), + ("speficable", &["specifiable"]), + ("spefically", &["specifically"]), + ("spefication", &["specification"]), + ("spefications", &["specifications"]), + ("speficed", &["specified"]), + ("speficeid", &["specified"]), + ("speficeir", &["specifier"]), + ("speficeirs", &["specifiers"]), + ("speficeis", &["specifies"]), + ("speficer", &["specifier"]), + ("speficers", &["specifiers"]), + ("spefices", &["specifies"]), + ("speficiable", &["specifiable"]), + ("speficiallally", &["specifically"]), + ("speficiallation", &["specification"]), + ("speficiallations", &["specifications"]), + ("speficialleid", &["specified"]), + ("speficialleir", &["specifier"]), + ("speficialleirs", &["specifiers"]), + ("speficialleis", &["specifies"]), + ("speficialliable", &["specifiable"]), + ("speficiallic", &["specific"]), + ("speficiallically", &["specifically"]), + ("speficiallication", &["specification"]), + ("speficiallications", &["specifications"]), + ("speficiallics", &["specifics"]), + ("speficiallied", &["specified"]), + ("speficiallier", &["specifier"]), + ("speficialliers", &["specifiers"]), + ("speficiallies", &["specifies"]), + ("speficiallifed", &["specified"]), + ("speficiallifer", &["specifier"]), + ("speficiallifers", &["specifiers"]), + ("speficiallifes", &["specifies"]), + ("speficially", &["specifically"]), + ("speficiation", &["specification"]), + ("speficiations", &["specifications"]), + ("speficic", &["specific"]), + ("speficically", &["specifically"]), + ("speficication", &["specification"]), + ("speficications", &["specifications"]), + ("speficics", &["specifics"]), + ("speficied", &["specified"]), + ("speficieid", &["specified"]), + ("speficieir", &["specifier"]), + ("speficieirs", &["specifiers"]), + ("speficieis", &["specifies"]), + ("speficier", &["specifier"]), + ("speficiers", &["specifiers"]), + ("speficies", &["specifies"]), + ("speficifally", &["specifically"]), + ("speficifation", &["specification"]), + ("speficifations", &["specifications"]), + ("speficifc", &["specific"]), + ("speficifcally", &["specifically"]), + ("speficifcation", &["specification"]), + ("speficifcations", &["specifications"]), + ("speficifcs", &["specifics"]), + ("speficifed", &["specified"]), + ("speficifeid", &["specified"]), + ("speficifeir", &["specifier"]), + ("speficifeirs", &["specifiers"]), + ("speficifeis", &["specifies"]), + ("speficifer", &["specifier"]), + ("speficifers", &["specifiers"]), + ("speficifes", &["specifies"]), + ("speficifiable", &["specifiable"]), + ("speficific", &["specific"]), + ("speficifically", &["specifically"]), + ("speficification", &["specification"]), + ("speficifications", &["specifications"]), + ("speficifics", &["specifics"]), + ("speficified", &["specified"]), + ("speficifier", &["specifier"]), + ("speficifiers", &["specifiers"]), + ("speficifies", &["specifies"]), + ("speficififed", &["specified"]), + ("speficififer", &["specifier"]), + ("speficififers", &["specifiers"]), + ("speficififes", &["specifies"]), + ("speficify", &["specify"]), + ("speficifying", &["specifying"]), + ("speficiiable", &["specifiable"]), + ("speficiic", &["specific"]), + ("speficiically", &["specifically"]), + ("speficiication", &["specification"]), + ("speficiications", &["specifications"]), + ("speficiics", &["specifics"]), + ("speficiied", &["specified"]), + ("speficiier", &["specifier"]), + ("speficiiers", &["specifiers"]), + ("speficiies", &["specifies"]), + ("speficiifed", &["specified"]), + ("speficiifer", &["specifier"]), + ("speficiifers", &["specifiers"]), + ("speficiifes", &["specifies"]), + ("speficillally", &["specifically"]), + ("speficillation", &["specification"]), + ("speficillations", &["specifications"]), + ("speficilleid", &["specified"]), + ("speficilleir", &["specifier"]), + ("speficilleirs", &["specifiers"]), + ("speficilleis", &["specifies"]), + ("speficilliable", &["specifiable"]), + ("speficillic", &["specific"]), + ("speficillically", &["specifically"]), + ("speficillication", &["specification"]), + ("speficillications", &["specifications"]), + ("speficillics", &["specifics"]), + ("speficillied", &["specified"]), + ("speficillier", &["specifier"]), + ("speficilliers", &["specifiers"]), + ("speficillies", &["specifies"]), + ("speficillifed", &["specified"]), + ("speficillifer", &["specifier"]), + ("speficillifers", &["specifiers"]), + ("speficillifes", &["specifies"]), + ("speficilly", &["specifically"]), + ("speficitally", &["specifically"]), + ("speficitation", &["specification"]), + ("speficitations", &["specifications"]), + ("speficiteid", &["specified"]), + ("speficiteir", &["specifier"]), + ("speficiteirs", &["specifiers"]), + ("speficiteis", &["specifies"]), + ("speficitiable", &["specifiable"]), + ("speficitic", &["specific"]), + ("speficitically", &["specifically"]), + ("speficitication", &["specification"]), + ("speficitications", &["specifications"]), + ("speficitics", &["specifics"]), + ("speficitied", &["specified"]), + ("speficitier", &["specifier"]), + ("speficitiers", &["specifiers"]), + ("speficities", &["specificities"]), + ("speficitifed", &["specified"]), + ("speficitifer", &["specifier"]), + ("speficitifers", &["specifiers"]), + ("speficitifes", &["specifies"]), + ("speficity", &["specificity"]), + ("speficiy", &["specify"]), + ("speficiying", &["specifying"]), + ("spefics", &["specifics"]), + ("speficy", &["specify"]), + ("speficying", &["specifying"]), + ("spefied", &["specified"]), + ("spefier", &["specifier"]), + ("spefiers", &["specifiers"]), + ("spefies", &["specifies"]), + ("spefifally", &["specifically"]), + ("spefifation", &["specification"]), + ("spefifations", &["specifications"]), + ("spefifed", &["specified"]), + ("spefifeid", &["specified"]), + ("spefifeir", &["specifier"]), + ("spefifeirs", &["specifiers"]), + ("spefifeis", &["specifies"]), + ("spefifer", &["specifier"]), + ("spefifers", &["specifiers"]), + ("spefifes", &["specifies"]), + ("spefifiable", &["specifiable"]), + ("spefific", &["specific"]), + ("spefifically", &["specifically"]), + ("spefification", &["specification"]), + ("spefifications", &["specifications"]), + ("spefifics", &["specifics"]), + ("spefified", &["specified"]), + ("spefifier", &["specifier"]), + ("spefifiers", &["specifiers"]), + ("spefifies", &["specifies"]), + ("spefififed", &["specified"]), + ("spefififer", &["specifier"]), + ("spefififers", &["specifiers"]), + ("spefififes", &["specifies"]), + ("spefify", &["specify"]), + ("spefifying", &["specifying"]), + ("spefiiable", &["specifiable"]), + ("spefiic", &["specific"]), + ("spefiically", &["specifically"]), + ("spefiication", &["specification"]), + ("spefiications", &["specifications"]), + ("spefiics", &["specifics"]), + ("spefiied", &["specified"]), + ("spefiier", &["specifier"]), + ("spefiiers", &["specifiers"]), + ("spefiies", &["specifies"]), + ("spefiifally", &["specifically"]), + ("spefiifation", &["specification"]), + ("spefiifations", &["specifications"]), + ("spefiifeid", &["specified"]), + ("spefiifeir", &["specifier"]), + ("spefiifeirs", &["specifiers"]), + ("spefiifeis", &["specifies"]), + ("spefiifiable", &["specifiable"]), + ("spefiific", &["specific"]), + ("spefiifically", &["specifically"]), + ("spefiification", &["specification"]), + ("spefiifications", &["specifications"]), + ("spefiifics", &["specifics"]), + ("spefiified", &["specified"]), + ("spefiifier", &["specifier"]), + ("spefiifiers", &["specifiers"]), + ("spefiifies", &["specifies"]), + ("spefiififed", &["specified"]), + ("spefiififer", &["specifier"]), + ("spefiififers", &["specifiers"]), + ("spefiififes", &["specifies"]), + ("spefiify", &["specify"]), + ("spefiifying", &["specifying"]), + ("spefixally", &["specifically"]), + ("spefixation", &["specification"]), + ("spefixations", &["specifications"]), + ("spefixeid", &["specified"]), + ("spefixeir", &["specifier"]), + ("spefixeirs", &["specifiers"]), + ("spefixeis", &["specifies"]), + ("spefixiable", &["specifiable"]), + ("spefixic", &["specific"]), + ("spefixically", &["specifically"]), + ("spefixication", &["specification"]), + ("spefixications", &["specifications"]), + ("spefixics", &["specifics"]), + ("spefixied", &["specified"]), + ("spefixier", &["specifier"]), + ("spefixiers", &["specifiers"]), + ("spefixies", &["specifies"]), + ("spefixifed", &["specified"]), + ("spefixifer", &["specifier"]), + ("spefixifers", &["specifiers"]), + ("spefixifes", &["specifies"]), + ("spefixy", &["specify"]), + ("spefixying", &["specifying"]), + ("spefiy", &["specify"]), + ("spefiying", &["specifying"]), + ("spefy", &["specify"]), + ("spefying", &["specifying"]), + ("speical", &["special"]), + ("speices", &["species"]), + ("speicfied", &["specified"]), + ("speicific", &["specific"]), + ("speicified", &["specified"]), + ("speicify", &["specify"]), + ("speling", &["spelling"]), + ("spellshecking", &["spellchecking"]), + ("spendour", &["splendour"]), + ("speparate", &["separate"]), + ("speparated", &["separated"]), + ("speparating", &["separating"]), + ("speparation", &["separation"]), + ("speparator", &["separator"]), + ("spepc", &["spec"]), + ("sperate", &["separate"]), + ("sperately", &["separately"]), + ("spermatozoan", &["spermatozoon"]), + ("speshal", &["special"]), + ("speshally", &["specially", "especially"]), + ("speshel", &["special"]), + ("speshelly", &["specially", "especially"]), + ("spesialisation", &["specialization"]), + ("spesified", &["specified"]), + ("spesify", &["specify"]), + ("spezialisation", &["specialization"]), + ("spezific", &["specific"]), + ("spezified", &["specified"]), + ("spezify", &["specify"]), + ("spicific", &["specific"]), + ("spile", &["spite", "spiral"]), + ("spiltting", &["splitting"]), + ("spinlcok", &["spinlock"]), + ("spinock", &["spinlock"]), + ("splig", &["split", "splign"]), + ("spligs", &["splits"]), + ("spliitting", &["splitting"]), + ("splite", &["split", "splits", "splice"]), + ("spliting", &["splitting"]), + ("splitted", &["split"]), + ("splittng", &["splitting"]), + ("spllitting", &["splitting"]), + ("spoace", &["space"]), + ("sponser", &["sponsor"]), + ("sponsered", &["sponsored"]), + ("sponsers", &["sponsors"]), + ("sponsership", &["sponsorship"]), + ("spontanous", &["spontaneous"]), + ("sponzored", &["sponsored"]), + ("spoonfulls", &["spoonfuls"]), + ("sporatic", &["sporadic"]), + ("sporious", &["spurious"]), + ("sppeches", &["speeches"]), + ( + "spped", + &["speed", "sped", "sipped", "sapped", "supped", "sopped"], + ), + ("spport", &["support"]), + ("spported", &["supported"]), + ("spporting", &["supporting"]), + ("spports", &["supports"]), + ("spreaded", &["spread"]), + ("spreadhseet", &["spreadsheet"]), + ("spreadhseets", &["spreadsheets"]), + ("spreasheet", &["spreadsheet"]), + ("spreasheets", &["spreadsheets"]), + ("sprech", &["speech"]), + ("sprecial", &["special"]), + ("sprecialized", &["specialized"]), + ("sprecially", &["specially"]), + ("spred", &["spread"]), + ("spredsheet", &["spreadsheet"]), + ("spreedsheet", &["spreadsheet"]), + ("sprinf", &["sprintf"]), + ("spriritual", &["spiritual"]), + ("spritual", &["spiritual"]), + ("sproon", &["spoon"]), + ("spsace", &["space"]), + ("spsaces", &["spaces"]), + ("sptintf", &["sprintf"]), + ("spurios", &["spurious"]), + ("spurrious", &["spurious"]), + ("sqare", &["square"]), + ("sqared", &["squared"]), + ("sqares", &["squares"]), + ("sqash", &["squash"]), + ("sqashed", &["squashed"]), + ("sqashing", &["squashing"]), + ("sqaure", &["square"]), + ("sqaured", &["squared"]), + ("sqaures", &["squares"]), + ("sqeuence", &["sequence"]), + ("squashgin", &["squashing"]), + ("squence", &["sequence"]), + ("squirel", &["squirrel"]), + ("squirl", &["squirrel"]), + ("squrared", &["squared"]), + ("srcipt", &["script"]), + ("srcipts", &["scripts"]), + ("sreampropinfo", &["streampropinfo"]), + ("sreenshot", &["screenshot"]), + ("sreenshots", &["screenshots"]), + ("sreturns", &["returns"]), + ("srew", &["screw", "shrew", "sew"]), + ("srikeout", &["strikeout"]), + ("sring", &["string"]), + ("srings", &["strings"]), + ("srink", &["shrink"]), + ("srinkd", &["shrunk"]), + ("srinked", &["shrunk"]), + ("srinking", &["shrinking"]), + ("sript", &["script"]), + ("sripts", &["scripts"]), + ("srollbar", &["scrollbar"]), + ("srouce", &["source"]), + ("srting", &["string", "sorting"]), + ("srtings", &["strings"]), + ("srtructure", &["structure"]), + ("sructure", &["structure"]), + ("sructures", &["structures"]), + ("srunk", &["shrunk"]), + ("srunken", &["shrunken"]), + ("srunkn", &["shrunken"]), + ("ssee", &["see"]), + ("ssome", &["some"]), + ("stabalization", &["stabilization"]), + ("stabilty", &["stability"]), + ("stablility", &["stability"]), + ("stablilization", &["stabilization"]), + ("stablize", &["stabilize"]), + ("stach", &["stack"]), + ("stackk", &["stack"]), + ("stadnard", &["standard"]), + ("stadnardisation", &["standardisation"]), + ("stadnardised", &["standardised"]), + ("stadnardising", &["standardising"]), + ("stadnardization", &["standardization"]), + ("stadnardized", &["standardized"]), + ("stadnardizing", &["standardizing"]), + ("stadnards", &["standards"]), + ("stae", &["state"]), + ("staement", &["statement"]), + ("staically", &["statically"]), + ("stainlees", &["stainless"]), + ("staion", &["station"]), + ("staions", &["stations"]), + ("staition", &["station"]), + ("staitions", &["stations"]), + ("stalagtite", &["stalactite"]), + ("stamement\'s", &["statement\'s", "statements", "statement"]), + ("standalown", &["standalone", "stand-alone"]), + ("standar", &["standard"]), + ("standarad", &["standard"]), + ("standard-complient", &["standard-compliant"]), + ("standardss", &["standards"]), + ("standarized", &["standardized"]), + ("standars", &["standards"]), + ("standart", &["standard"]), + ("standartd", &["standard"]), + ("standartds", &["standards"]), + ("standartisation", &["standardisation"]), + ("standartisator", &["standardiser"]), + ("standartised", &["standardised"]), + ("standartization", &["standardization"]), + ("standartizator", &["standardizer"]), + ("standartized", &["standardized"]), + ("standarts", &["standards"]), + ("standatd", &["standard"]), + ("standtard", &["standard"]), + ("standy", &["standby", "sandy", "standee"]), + ("stange", &["strange"]), + ("stanp", &["stamp"]), + ("staration", &["starvation"]), + ("stard", &["start"]), + ("stardard", &["standard"]), + ("startd", &["started"]), + ("startegic", &["strategic"]), + ("startegies", &["strategies"]), + ("startegy", &["strategy"]), + ("startet", &["started"]), + ("startign", &["starting"]), + ("startin", &["starting"]), + ("startlisteneing", &["startlistening"]), + ("startnig", &["starting"]), + ("startting", &["starting"]), + ("starup", &["startup"]), + ("starups", &["startups"]), + ("statamenet", &["statement"]), + ("statamenets", &["statements"]), + ("stateman", &["statesman"]), + ("statemanet", &["statement"]), + ("statememts", &["statements"]), + ("statemen", &["statement"]), + ("statemenet", &["statement"]), + ("statemenets", &["statements"]), + ("statemet", &["statement"]), + ("statemnts", &["statements"]), + ("stati", &["statuses"]), + ("staticly", &["statically"]), + ("statictic", &["statistic"]), + ("statictics", &["statistics"]), + ("statisfied", &["satisfied"]), + ("statisfies", &["satisfies"]), + ("statisfy", &["satisfy"]), + ("statisfying", &["satisfying"]), + ("statisitics", &["statistics"]), + ("statitic", &["statistic"]), + ("statitics", &["statistics"]), + ("statmenet", &["statement"]), + ("statmenmt", &["statement"]), + ("statment", &["statement"]), + ("statments", &["statements"]), + ("statrt", &["start"]), + ("stattistic", &["statistic"]), + ("statubar", &["statusbar"]), + ("statup", &["startup"]), + ("statuss", &["status"]), + ("statusses", &["statuses"]), + ("statustics", &["statistics"]), + ("staulk", &["stalk"]), + ("stauration", &["saturation"]), + ("staus", &["status"]), + ("stawk", &["stalk"]), + ("stcokbrush", &["stockbrush"]), + ("stdanard", &["standard"]), + ("stdanards", &["standards"]), + ("stength", &["strength"]), + ("steram", &["stream"]), + ("steramed", &["streamed"]), + ("steramer", &["streamer"]), + ("steraming", &["streaming"]), + ("sterams", &["streams"]), + ("sterio", &["stereo"]), + ("steriods", &["steroids"]), + ("sterotypes", &["stereotypes"]), + ("stiffneing", &["stiffening"]), + ("stiky", &["sticky"]), + ("stil", &["still"]), + ("stilus", &["stylus"]), + ("stingent", &["stringent"]), + ("stipped", &["stripped"]), + ("stiring", &["stirring"]), + ("stirng", &["string"]), + ("stirngs", &["strings"]), + ("stirr", &["stir"]), + ("stirrs", &["stirs"]), + ("stivk", &["stick"]), + ("stivks", &["sticks"]), + ("stle", &["style"]), + ("stlye", &["style"]), + ("stlyes", &["styles"]), + ("stnad", &["stand"]), + ("stndard", &["standard"]), + ("stocahstic", &["stochastic"]), + ("stocastic", &["stochastic"]), + ("stoer", &["store"]), + ("stoers", &["stores"]), + ("stomache", &["stomach"]), + ("stompted", &["stomped"]), + ("stong", &["strong"]), + ("stoped", &["stopped"]), + ("stoping", &["stopping"]), + ("stopp", &["stop"]), + ("stoppped", &["stopped"]), + ("stoppping", &["stopping"]), + ("stopps", &["stops"]), + ("stopry", &["story"]), + ("storag", &["storage"]), + ("storeable", &["storable"]), + ("storeage", &["storage"]), + ("stoream", &["stream"]), + ("storeble", &["storable"]), + ("storeing", &["storing"]), + ("storeis", &["stories", "stores", "store is", "storeys"]), + ("storise", &["stories"]), + ("stornegst", &["strongest"]), + ("storys", &["stories", "storeys"]), + ("stoyr", &["story"]), + ("stpo", &["stop"]), + ("strack", &["stack", "track"]), + ("stradegies", &["strategies"]), + ("stradegy", &["strategy"]), + ("stragedy", &["strategy", "tragedy"]), + ("stragegy", &["strategy"]), + ("strageties", &["strategies"]), + ("stragety", &["strategy"]), + ("straigh-forward", &["straightforward"]), + ("straighforward", &["straightforward"]), + ("straightfoward", &["straightforward"]), + ("straigt", &["straight"]), + ("straigth", &["straight"]), + ("straines", &["strains"]), + ("stram", &["steam", "stream", "tram"]), + ("straming", &["streaming", "steaming"]), + ("strams", &["steams", "streams", "trams"]), + ("stran", &["strand", "strain"]), + ("strangly", &["strangely", "strange", "strangle"]), + ("strangness", &["strangeness"]), + ("strat", &["start", "strata"]), + ("stratagically", &["strategically"]), + ("strcture", &["structure"]), + ("strctures", &["structures"]), + ("strcutre", &["structure"]), + ("strcutural", &["structural"]), + ("strcuture", &["structure"]), + ("strcutures", &["structures"]), + ("streamm", &["stream"]), + ("streammed", &["streamed"]), + ("streamming", &["streaming"]), + ("streatched", &["stretched"]), + ("strech", &["stretch"]), + ("streched", &["stretched"]), + ("streches", &["stretches"]), + ("streching", &["stretching"]), + ("strectch", &["stretch"]), + ("streem", &["stream"]), + ("streemlining", &["streamlining"]), + ("stregth", &["strength"]), + ("strem", &["stream"]), + ("strema", &["stream"]), + ("strengh", &["strength"]), + ("strenghen", &["strengthen"]), + ("strenghened", &["strengthened"]), + ("strenghening", &["strengthening"]), + ("strenght", &["strength"]), + ("strenghten", &["strengthen"]), + ("strenghtened", &["strengthened"]), + ("strenghtening", &["strengthening"]), + ("strenghts", &["strengths"]), + ("strengtened", &["strengthened"]), + ("strenous", &["strenuous"]), + ("strentgh", &["strength"]), + ("strenth", &["strength"]), + ("strerrror", &["strerror"]), + ("striaght", &["straight"]), + ("striaghten", &["straighten"]), + ("striaghtens", &["straightens"]), + ("striaghtforward", &["straightforward"]), + ("striaghts", &["straights"]), + ("striclty", &["strictly"]), + ("stricly", &["strictly"]), + ("stricteir", &["stricter"]), + ("strictier", &["stricter"]), + ("strictiest", &["strictest"]), + ("strictist", &["strictest"]), + ("strig", &["string"]), + ("strigification", &["stringification"]), + ("strigifying", &["stringifying"]), + ("strikely", &["strikingly"]), + ("stringifed", &["stringified"]), + ("strinsg", &["strings"]), + ("strippen", &["stripped"]), + ("stript", &["stripped"]), + ("strirngification", &["stringification"]), + ("strnad", &["strand"]), + ("strng", &["string"]), + ("stroage", &["storage"]), + ("stroe", &["store"]), + ("stroing", &["storing"]), + ("stronlgy", &["strongly"]), + ("stronly", &["strongly"]), + ("strore", &["store"]), + ("strored", &["stored"]), + ("strores", &["stores"]), + ("stroring", &["storing"]), + ("strotage", &["storage"]), + ("stroy", &["story", "destroy"]), + ("struc", &["struct"]), + ("strucrure", &["structure"]), + ("strucrured", &["structured"]), + ("strucrures", &["structures"]), + ("structed", &["structured"]), + ("structer", &["structure"]), + ("structere", &["structure"]), + ("structered", &["structured"]), + ("structeres", &["structures"]), + ("structire", &["structure"]), + ("structre", &["structure"]), + ("structred", &["structured"]), + ("structres", &["structures"]), + ("structrual", &["structural"]), + ("structual", &["structural"]), + ("structue", &["structure"]), + ("structued", &["structured"]), + ("structues", &["structures"]), + ("structur", &["structure"]), + ("strucure", &["structure"]), + ("strucutre", &["structure"]), + ("strucutred", &["structured"]), + ("strucutres", &["structures"]), + ("strucuture", &["structure"]), + ("struggel", &["struggle"]), + ("struggeled", &["struggled"]), + ("struggeling", &["struggling"]), + ("struggels", &["struggles"]), + ("struttural", &["structural"]), + ("strutture", &["structure"]), + ("struture", &["structure"]), + ("ststr", &["strstr"]), + ("stteting", &["setting"]), + ("sttetings", &["settings"]), + ("stting", &["string", "setting", "sitting"]), + ("sttings", &["strings", "settings", "sittings"]), + ("stuation", &["situation", "station"]), + ("stuations", &["situations", "stations"]), + ("stubborness", &["stubbornness"]), + ("stucked", &["stuck"]), + ("stuckt", &["stuck"]), + ("stuct", &["struct"]), + ("stucts", &["structs"]), + ("stucture", &["structure"]), + ("stuctured", &["structured"]), + ("stuctures", &["structures"]), + ("studdy", &["study"]), + ("studi", &["study", "studio"]), + ("studing", &["studying"]), + ("studis", &["studies", "studios"]), + ("studoi", &["studio"]), + ("studois", &["studios"]), + ("stuggling", &["struggling"]), + ("stuido", &["studio"]), + ("stuidos", &["studios"]), + ("stuill", &["still"]), + ("stummac", &["stomach"]), + ("sturcture", &["structure"]), + ("sturctures", &["structures"]), + ("sturture", &["structure"]), + ("sturtured", &["structured"]), + ("sturtures", &["structures"]), + ("sturucture", &["structure"]), + ("stutdown", &["shutdown"]), + ("stutus", &["status"]), + ("styhe", &["style"]), + ("styilistic", &["stylistic"]), + ("stying", &["staying", "styling"]), + ("sub-lcuase", &["sub-clause"]), + ("subcatagories", &["subcategories"]), + ("subcatagory", &["subcategory"]), + ("subcirucit", &["subcircuit"]), + ("subcommannd", &["subcommand"]), + ("subcommnad", &["subcommand"]), + ("subconchus", &["subconscious"]), + ("subconsiously", &["subconsciously"]), + ("subcribe", &["subscribe"]), + ("subcribed", &["subscribed"]), + ("subcribes", &["subscribes"]), + ("subcribing", &["subscribing"]), + ("subdirectoires", &["subdirectories"]), + ("subdirectorys", &["subdirectories"]), + ("subdirecty", &["subdirectory"]), + ("subdivisio", &["subdivision"]), + ("subdivisiond", &["subdivisioned"]), + ("subdoamin", &["subdomain"]), + ("subdoamins", &["subdomains"]), + ("subelemet", &["subelement"]), + ("subelemets", &["subelements"]), + ("subexperesion", &["subexpression"]), + ("subexperesions", &["subexpressions"]), + ("subexperession", &["subexpression"]), + ("subexperessions", &["subexpressions"]), + ("subexpersion", &["subexpression"]), + ("subexpersions", &["subexpressions"]), + ("subexperssion", &["subexpression"]), + ("subexperssions", &["subexpressions"]), + ("subexpession", &["subexpression"]), + ("subexpessions", &["subexpressions"]), + ("subexpresssion", &["subexpression"]), + ("subexpresssions", &["subexpressions"]), + ("subfolfer", &["subfolder"]), + ("subfolfers", &["subfolders"]), + ("subfroms", &["subforms"]), + ("subirectory", &["subdirectory"]), + ("subjec", &["subject"]), + ("subjet", &["subject"]), + ("subjudgation", &["subjugation"]), + ("sublass", &["subclass"]), + ("sublasse", &["subclasse"]), + ("sublasses", &["subclasses"]), + ("sublcasses", &["subclasses"]), + ("sublcuase", &["subclause"]), + ("suble", &["subtle"]), + ("submachne", &["submachine"]), + ("submision", &["submission"]), + ("submisson", &["submission"]), + ("submited", &["submitted"]), + ("submition", &["submission"]), + ("submitions", &["submissions"]), + ("submittted", &["submitted"]), + ("submoule", &["submodule"]), + ("submti", &["submit"]), + ("subnegatiotiation", &["subnegotiation"]), + ("subnegatiotiations", &["subnegotiations"]), + ("subnegoatiation", &["subnegotiation"]), + ("subnegoatiations", &["subnegotiations"]), + ("subnegoation", &["subnegotiation"]), + ("subnegoations", &["subnegotiations"]), + ("subnegociation", &["subnegotiation"]), + ("subnegociations", &["subnegotiations"]), + ("subnegogtiation", &["subnegotiation"]), + ("subnegogtiations", &["subnegotiations"]), + ("subnegoitation", &["subnegotiation"]), + ("subnegoitations", &["subnegotiations"]), + ("subnegoptionsotiation", &["subnegotiation"]), + ("subnegoptionsotiations", &["subnegotiations"]), + ("subnegosiation", &["subnegotiation"]), + ("subnegosiations", &["subnegotiations"]), + ("subnegotaiation", &["subnegotiation"]), + ("subnegotaiations", &["subnegotiations"]), + ("subnegotaition", &["subnegotiation"]), + ("subnegotaitions", &["subnegotiations"]), + ("subnegotatiation", &["subnegotiation"]), + ("subnegotatiations", &["subnegotiations"]), + ("subnegotation", &["subnegotiation"]), + ("subnegotations", &["subnegotiations"]), + ("subnegothiation", &["subnegotiation"]), + ("subnegothiations", &["subnegotiations"]), + ("subnegotication", &["subnegotiation"]), + ("subnegotications", &["subnegotiations"]), + ("subnegotioation", &["subnegotiation"]), + ("subnegotioations", &["subnegotiations"]), + ("subnegotion", &["subnegotiation"]), + ("subnegotionation", &["subnegotiation"]), + ("subnegotionations", &["subnegotiations"]), + ("subnegotions", &["subnegotiations"]), + ("subnegotiotation", &["subnegotiation"]), + ("subnegotiotations", &["subnegotiations"]), + ("subnegotiotion", &["subnegotiation"]), + ("subnegotiotions", &["subnegotiations"]), + ("subnegotitaion", &["subnegotiation"]), + ("subnegotitaions", &["subnegotiations"]), + ("subnegotitation", &["subnegotiation"]), + ("subnegotitations", &["subnegotiations"]), + ("subnegotition", &["subnegotiation"]), + ("subnegotitions", &["subnegotiations"]), + ("subnegoziation", &["subnegotiation"]), + ("subnegoziations", &["subnegotiations"]), + ("subobjecs", &["subobjects"]), + ("suboutine", &["subroutine"]), + ("subpackge", &["subpackage"]), + ("subpackges", &["subpackages"]), + ("subpecies", &["subspecies"]), + ("subporgram", &["subprogram"]), + ("subproccese", &["subprocess"]), + ("subpsace", &["subspace"]), + ("subquue", &["subqueue"]), + ("subract", &["subtract"]), + ("subracted", &["subtracted"]), + ("subraction", &["subtraction"]), + ("subree", &["subtree"]), + ("subroutie", &["subroutine"]), + ("subrouties", &["subroutines"]), + ("subsceptible", &["susceptible"]), + ("subscibe", &["subscribe"]), + ("subscibed", &["subscribed"]), + ("subsciber", &["subscriber"]), + ("subscibers", &["subscribers"]), + ("subscirbe", &["subscribe"]), + ("subscirbed", &["subscribed"]), + ("subscirber", &["subscriber"]), + ("subscirbers", &["subscribers"]), + ("subscirbes", &["subscribes"]), + ("subscirbing", &["subscribing"]), + ("subscirpt", &["subscript"]), + ("subscirption", &["subscription"]), + ("subscirptions", &["subscriptions"]), + ("subscritpion", &["subscription"]), + ("subscritpions", &["subscriptions"]), + ("subscritpiton", &["subscription"]), + ("subscritpitons", &["subscriptions"]), + ("subscritpt", &["subscript"]), + ("subscritption", &["subscription"]), + ("subscritptions", &["subscriptions"]), + ("subsecrion", &["subsection"]), + ("subsedent", &["subsequent"]), + ("subseqence", &["subsequence"]), + ("subseqent", &["subsequent"]), + ("subsequest", &["subsequent"]), + ("subsequnce", &["subsequence"]), + ("subsequnt", &["subsequent"]), + ("subsequntly", &["subsequently"]), + ("subshystem", &["subsystem"]), + ("subshystems", &["subsystems"]), + ("subsidary", &["subsidiary"]), + ("subsiduary", &["subsidiary"]), + ("subsituent", &["substituent"]), + ("subsituents", &["substituents"]), + ("subsitutable", &["substitutable"]), + ("subsitutatble", &["substitutable"]), + ("subsitute", &["substitute"]), + ("subsituted", &["substituted"]), + ("subsitutes", &["substitutes"]), + ("subsituting", &["substituting"]), + ("subsitution", &["substitution"]), + ("subsitutuent", &["substituent"]), + ("subsitutuents", &["substituents"]), + ("subsitutute", &["substitute"]), + ("subsitututed", &["substituted"]), + ("subsitututes", &["substitutes"]), + ("subsitututing", &["substituting"]), + ("subsitutution", &["substitution"]), + ("subsquent", &["subsequent"]), + ("subsquently", &["subsequently"]), + ("subsriber", &["subscriber"]), + ("substace", &["substance"]), + ("substact", &["subtract"]), + ("substaintially", &["substantially"]), + ("substancial", &["substantial"]), + ("substantialy", &["substantially"]), + ("substatial", &["substantial"]), + ("substition", &["substitution"]), + ("substitions", &["substitutions"]), + ("substititions", &["substitutions"]), + ("substituation", &["substitution"]), + ("substituations", &["substitutions"]), + ("substitude", &["substitute"]), + ("substituded", &["substituted"]), + ("substitudes", &["substitutes"]), + ("substituding", &["substituting"]), + ("substitue", &["substitute"]), + ("substitued", &["substituted", "substitute"]), + ("substitues", &["substitutes"]), + ("substituing", &["substituting"]), + ("substituion", &["substitution"]), + ("substituions", &["substitutions"]), + ("substiution", &["substitution"]), + ("substract", &["subtract"]), + ("substracted", &["subtracted"]), + ("substracting", &["subtracting"]), + ("substraction", &["subtraction"]), + ("substracts", &["subtracts"]), + ("substucture", &["substructure"]), + ("substuctures", &["substructures"]), + ("substutite", &["substitute"]), + ("subsysthem", &["subsystem"]), + ("subsysthems", &["subsystems"]), + ("subsystyem", &["subsystem"]), + ("subsystyems", &["subsystems"]), + ("subsysytem", &["subsystem"]), + ("subsysytems", &["subsystems"]), + ("subsytem", &["subsystem"]), + ("subsytems", &["subsystems"]), + ("subtabels", &["subtables"]), + ("subtances", &["substances"]), + ("subtarger", &["subtarget", "sub-target"]), + ("subtargers", &["subtargets", "sub-targets"]), + ("subterranian", &["subterranean"]), + ("subtitute", &["substitute"]), + ("subtituted", &["substituted"]), + ("subtitutes", &["substitutes"]), + ("subtituting", &["substituting"]), + ("subtitution", &["substitution"]), + ("subtitutions", &["substitutions"]), + ("subtrafuge", &["subterfuge"]), + ("subtring", &["substring"]), + ("subtrings", &["substrings"]), + ("subtsitutable", &["substitutable"]), + ("subtsitutatble", &["substitutable"]), + ("suburburban", &["suburban"]), + ("subystem", &["subsystem"]), + ("subystems", &["subsystems"]), + ("succceeded", &["succeeded"]), + ("succcess", &["success"]), + ("succcesses", &["successes"]), + ("succcessful", &["successful"]), + ("succcessfully", &["successfully"]), + ("succcessor", &["successor"]), + ("succcessors", &["successors"]), + ("succcessul", &["successful"]), + ("succcessully", &["successfully"]), + ("succecful", &["successful"]), + ("succed", &["succeed"]), + ("succedd", &["succeed"]), + ("succedded", &["succeeded"]), + ("succedding", &["succeeding"]), + ("succedds", &["succeeds"]), + ("succede", &["succeed"]), + ("succeded", &["succeeded"]), + ("succedes", &["succeeds"]), + ("succedfully", &["successfully"]), + ("succeding", &["succeeding"]), + ("succeds", &["succeeds"]), + ("succeedes", &["succeeds"]), + ("succeeed", &["succeed", "succeeded"]), + ("succees", &["success"]), + ("succes", &["success"]), + ("succesful", &["successful"]), + ("succesfull", &["successful"]), + ("succesfully", &["successfully"]), + ("succesfuly", &["successfully"]), + ("succesion", &["succession"]), + ("succesive", &["successive"]), + ("succesor", &["successor"]), + ("succesors", &["successors"]), + ("successed", &["succeeded", "success", "successful"]), + ("successfule", &["successful"]), + ("successfull", &["successful"]), + ("successfullies", &["successfully"]), + ("successfullly", &["successfully"]), + ("successfulln", &["successful"]), + ("successfullness", &["successfulness"]), + ("successfullt", &["successfully"]), + ("successfuly", &["successfully"]), + ("successing", &["successive"]), + ("successs", &["success"]), + ("successsfully", &["successfully"]), + ("successsion", &["succession"]), + ("successul", &["successful"]), + ("successully", &["successfully"]), + ("succint", &["succinct"]), + ("succseeded", &["succeeded"]), + ("succsess", &["success"]), + ("succsessfull", &["successful"]), + ("succsessive", &["successive"]), + ("suceed", &["succeed"]), + ("suceeded", &["succeeded"]), + ("suceeding", &["succeeding"]), + ("suceeds", &["succeeds"]), + ("suces", &["success"]), + ("suceses", &["successes"]), + ("sucesful", &["successful"]), + ("sucesfull", &["successful"]), + ("sucesfully", &["successfully"]), + ("sucesfuly", &["successfully"]), + ("sucesion", &["succession"]), + ("sucesive", &["successive"]), + ("sucess", &["success"]), + ("sucesscient", &["sufficient"]), + ("sucessed", &["succeeded"]), + ("sucesseding", &["succeeding", "seceding"]), + ("sucessefully", &["successfully"]), + ("sucesses", &["successes"]), + ("sucessess", &["success"]), + ("sucessflly", &["successfully"]), + ("sucessfually", &["successfully"]), + ("sucessfukk", &["successful"]), + ("sucessful", &["successful"]), + ("sucessfull", &["successful"]), + ("sucessfully", &["successfully"]), + ("sucessfuly", &["successfully"]), + ("sucession", &["succession"]), + ("sucessiv", &["successive"]), + ("sucessive", &["successive"]), + ("sucessively", &["successively"]), + ("sucessor", &["successor"]), + ("sucessors", &["successors"]), + ("sucessot", &["successor"]), + ("sucesss", &["success"]), + ("sucessses", &["successes"]), + ("sucesssful", &["successful"]), + ("sucesssfull", &["successful"]), + ("sucesssfully", &["successfully"]), + ("sucesssfuly", &["successfully"]), + ("sucessufll", &["successful"]), + ("sucessuflly", &["successfully"]), + ("sucessully", &["successfully"]), + ("sucide", &["suicide"]), + ("sucidial", &["suicidal"]), + ("sucome", &["succumb"]), + ("sucsede", &["succeed"]), + ("sudent", &["student"]), + ("sudents", &["students"]), + ("sudmobule", &["submodule"]), + ("sudmobules", &["submodules"]), + ("sueful", &["useful"]), + ("suface", &["surface"]), + ("sufaces", &["surfaces"]), + ("sufface", &["surface"]), + ("suffaces", &["surfaces"]), + ("sufferage", &["suffrage"]), + ("sufferred", &["suffered"]), + ("sufferring", &["suffering"]), + ("sufficate", &["suffocate"]), + ("sufficated", &["suffocated"]), + ("sufficates", &["suffocates"]), + ("sufficating", &["suffocating"]), + ("suffication", &["suffocation"]), + ("sufficent", &["sufficient"]), + ("sufficently", &["sufficiently"]), + ("suffisticated", &["sophisticated"]), + ("suficate", &["suffocate"]), + ("suficated", &["suffocated"]), + ("suficates", &["suffocates"]), + ("suficating", &["suffocating"]), + ("sufication", &["suffocation"]), + ("suficcient", &["sufficient"]), + ("suficient", &["sufficient"]), + ("suficiently", &["sufficiently"]), + ("sufocate", &["suffocate"]), + ("sufocated", &["suffocated"]), + ("sufocates", &["suffocates"]), + ("sufocating", &["suffocating"]), + ("sufocation", &["suffocation"]), + ("sugested", &["suggested"]), + ("sugestion", &["suggestion"]), + ("sugestions", &["suggestions"]), + ("sugests", &["suggests"]), + ("suggestes", &["suggests"]), + ("suggestsed", &["suggested"]), + ("suggestted", &["suggested"]), + ("suggesttion", &["suggestion"]), + ("suggesttions", &["suggestions"]), + ("sugget", &["suggest"]), + ("suggeted", &["suggested"]), + ("suggets", &["suggest", "suggests"]), + ("suggetsed", &["suggested"]), + ("suggetsing", &["suggesting"]), + ("suggetsion", &["suggestion"]), + ("sugggest", &["suggest"]), + ("sugggested", &["suggested"]), + ("sugggesting", &["suggesting"]), + ("sugggestion", &["suggestion"]), + ("sugggestions", &["suggestions"]), + ("sugguest", &["suggest"]), + ("sugguested", &["suggested"]), + ("sugguesting", &["suggesting"]), + ("sugguestion", &["suggestion"]), + ("sugguestions", &["suggestions"]), + ("suh", &["such"]), + ("suiete", &["suite"]), + ("suiteable", &["suitable"]), + ("sumamry", &["summary"]), + ("sumary", &["summary"]), + ("sumbitted", &["submitted"]), + ("sumed-up", &["summed-up"]), + ("summay", &["summary"]), + ("summerised", &["summarised"]), + ("summerized", &["summarized"]), + ("summersalt", &["somersault"]), + ("summmaries", &["summaries"]), + ("summmarisation", &["summarisation"]), + ("summmarised", &["summarised"]), + ("summmarization", &["summarization"]), + ("summmarized", &["summarized"]), + ("summmary", &["summary"]), + ("sumodules", &["submodules"]), + ("sunglases", &["sunglasses"]), + ("suntask", &["subtask"]), + ("suop", &["soup"]), + ("supeblock", &["superblock"]), + ("supeena", &["subpoena"]), + ( + "supercalifragilisticexpialidoceous", + &["supercalifragilisticexpialidocious"], + ), + ("supercede", &["supersede"]), + ("superceded", &["superseded"]), + ("supercedes", &["supersedes"]), + ("superceding", &["superseding"]), + ("superceed", &["supersede"]), + ("superceeded", &["superseded"]), + ("superflouous", &["superfluous"]), + ("superflous", &["superfluous"]), + ("superflouse", &["superfluous"]), + ("superfluious", &["superfluous"]), + ("superfluos", &["superfluous"]), + ("superfulous", &["superfluous"]), + ("superintendant", &["superintendent"]), + ("superopeator", &["superoperator"]), + ("supersed", &["superseded"]), + ("superseedd", &["superseded"]), + ("superseede", &["supersede"]), + ("superseeded", &["superseded"]), + ("suphisticated", &["sophisticated"]), + ("suplant", &["supplant"]), + ("suplanted", &["supplanted"]), + ("suplanting", &["supplanting"]), + ("suplants", &["supplants"]), + ("suplementary", &["supplementary"]), + ("suplied", &["supplied"]), + ("suplimented", &["supplemented"]), + ("supllies", &["supplies"]), + ("suport", &["support"]), + ("suported", &["supported"]), + ("suporting", &["supporting"]), + ("suports", &["supports"]), + ("suportted", &["supported"]), + ("supose", &["suppose"]), + ("suposed", &["supposed"]), + ("suposedly", &["supposedly"]), + ("suposes", &["supposes"]), + ("suposing", &["supposing"]), + ("suposse", &["suppose"]), + ("suppied", &["supplied"]), + ("suppier", &["supplier"]), + ("suppies", &["supplies"]), + ("supplamented", &["supplemented"]), + ("suppliad", &["supplied"]), + ("suppliementing", &["supplementing"]), + ("suppliment", &["supplement"]), + ("suppoed", &["supposed"]), + ("suppoert", &["support"]), + ("suppoort", &["support"]), + ("suppoorts", &["supports"]), + ("suppopose", &["suppose"]), + ("suppoprt", &["support"]), + ("suppoprted", &["supported"]), + ("suppor", &["support"]), + ("suppored", &["supported"]), + ("supporession", &["suppression"]), + ("supportd", &["supported"]), + ("supporte", &["supported", "supporter"]), + ("supportes", &["supports"]), + ("supportet", &["supporter", "supported"]), + ("supportin", &["supporting"]), + ("supportted", &["supported"]), + ("supposeded", &["supposed"]), + ("supposedely", &["supposedly"]), + ("supposeds", &["supposed"]), + ("supposedy", &["supposedly"]), + ("supposingly", &["supposedly"]), + ("suppossed", &["supposed"]), + ("suppoted", &["supported"]), + ("suppplied", &["supplied"]), + ("suppport", &["support"]), + ("suppported", &["supported"]), + ("suppporting", &["supporting"]), + ("suppports", &["supports"]), + ("suppres", &["suppress"]), + ("suppressingd", &["suppressing"]), + ("supprot", &["support"]), + ("supproted", &["supported"]), + ("supproter", &["supporter"]), + ("supproters", &["supporters"]), + ("supproting", &["supporting"]), + ("supprots", &["supports"]), + ("supprt", &["support"]), + ("supprted", &["supported"]), + ("suppy", &["supply"]), + ("suppying", &["supplying"]), + ("suprassing", &["surpassing"]), + ("supres", &["suppress"]), + ("supresed", &["suppressed"]), + ("supreses", &["suppresses"]), + ("supresing", &["suppressing"]), + ("supresion", &["suppression"]), + ("supress", &["suppress"]), + ("supressed", &["suppressed"]), + ("supresses", &["suppresses"]), + ("supressible", &["suppressible"]), + ("supressing", &["suppressing"]), + ("supression", &["suppression"]), + ("supressions", &["suppressions"]), + ("supressor", &["suppressor"]), + ("supressors", &["suppressors"]), + ("supresssion", &["suppression"]), + ("suprious", &["spurious"]), + ("suprise", &["surprise"]), + ("suprised", &["surprised"]), + ("suprises", &["surprises"]), + ("suprising", &["surprising"]), + ("suprisingly", &["surprisingly"]), + ("suprize", &["surprise"]), + ("suprized", &["surprised"]), + ("suprizing", &["surprising"]), + ("suprizingly", &["surprisingly"]), + ("supsend", &["suspend"]), + ("supspect", &["suspect"]), + ("supspected", &["suspected"]), + ("supspecting", &["suspecting"]), + ("supspects", &["suspects"]), + ("surbert", &["sherbet"]), + ("surfce", &["surface"]), + ("surgest", &["suggest"]), + ("surgested", &["suggested"]), + ("surgestion", &["suggestion"]), + ("surgestions", &["suggestions"]), + ("surgests", &["suggests"]), + ("surley", &["surly", "surely"]), + ("suround", &["surround"]), + ("surounded", &["surrounded"]), + ("surounding", &["surrounding"]), + ("suroundings", &["surroundings"]), + ("surounds", &["surrounds"]), + ("surpise", &["surprise"]), + ("surpises", &["surprises"]), + ("surplanted", &["supplanted"]), + ("surport", &["support"]), + ("surported", &["supported"]), + ("surpress", &["suppress"]), + ("surpressed", &["suppressed"]), + ("surpresses", &["suppresses"]), + ("surpressing", &["suppressing"]), + ("surprisinlgy", &["surprisingly"]), + ("surprize", &["surprise"]), + ("surprized", &["surprised"]), + ("surprizing", &["surprising"]), + ("surprizingly", &["surprisingly"]), + ("surregat", &["surrogate"]), + ("surrended", &["surrounded", "surrendered"]), + ("surrepetitious", &["surreptitious"]), + ("surrepetitiously", &["surreptitiously"]), + ("surreptious", &["surreptitious"]), + ("surreptiously", &["surreptitiously"]), + ("surrogage", &["surrogate"]), + ("surronded", &["surrounded"]), + ("surrouded", &["surrounded"]), + ("surrouding", &["surrounding"]), + ("surrrounded", &["surrounded"]), + ("surrundering", &["surrendering"]), + ("survay", &["survey"]), + ("survays", &["surveys"]), + ("surveilence", &["surveillance"]), + ("surveill", &["surveil"]), + ("surveyer", &["surveyor"]), + ("survice", &["service", "survive"]), + ("survices", &["services", "survives"]), + ("surviver", &["survivor"]), + ("survivers", &["survivors"]), + ("survivied", &["survived"]), + ("susbsystem", &["subsystem"]), + ("susbsystems", &["subsystems"]), + ("susbsytem", &["subsystem"]), + ("susbsytems", &["subsystems"]), + ("suscribe", &["subscribe"]), + ("suscribed", &["subscribed"]), + ("suscribes", &["subscribes"]), + ("suscript", &["subscript"]), + ("susepect", &["suspect"]), + ("suseptable", &["susceptible"]), + ("suseptible", &["susceptible"]), + ("susinctly", &["succinctly"]), + ("susinkt", &["succinct"]), + ("suspedn", &["suspend"]), + ("suspeneded", &["suspended"]), + ("suspention", &["suspension"]), + ("suspicios", &["suspicious"]), + ("suspicous", &["suspicious"]), + ("suspicously", &["suspiciously"]), + ("suspision", &["suspicion"]), + ("suspsend", &["suspend"]), + ("sussinct", &["succinct"]), + ("sustem", &["system"]), + ("sustems", &["systems"]), + ("sustitution", &["substitution"]), + ("sustitutions", &["substitutions"]), + ("susupend", &["suspend"]), + ("sutable", &["suitable", "stable"]), + ("sutdown", &["shutdown"]), + ("sute", &["site", "suite", "suit"]), + ("sutisfaction", &["satisfaction"]), + ("sutisfied", &["satisfied"]), + ("sutisfies", &["satisfies"]), + ("sutisfy", &["satisfy"]), + ("sutisfying", &["satisfying"]), + ("suttle", &["subtle", "shuttle"]), + ("suttled", &["shuttled"]), + ("suttles", &["shuttles"]), + ("suttlety", &["subtlety"]), + ("suttling", &["shuttling"]), + ("suuport", &["support"]), + ("suuported", &["supported"]), + ("suuporting", &["supporting"]), + ("suuports", &["supports"]), + ("suvenear", &["souvenir"]), + ("svae", &["save", "suave"]), + ("svelt", &["svelte"]), + ("swaer", &["swear"]), + ("swaers", &["swears"]), + ("swalloed", &["swallowed"]), + ("swaped", &["swapped"]), + ("swapiness", &["swappiness"]), + ("swaping", &["swapping"]), + ("swarmin", &["swarming"]), + ("swcloumns", &["swcolumns"]), + ("swepth", &["swept"]), + ("swich", &["switch"]), + ("swiched", &["switched"]), + ("swiching", &["switching"]), + ("swicth", &["switch"]), + ("swicthed", &["switched"]), + ("swicthing", &["switching"]), + ("swiming", &["swimming"]), + ("switchs", &["switches"]), + ("switchting", &["switching"]), + ("swith", &["switch"]), + ("swithable", &["switchable"]), + ("swithc", &["switch"]), + ("swithcboard", &["switchboard"]), + ("swithced", &["switched"]), + ("swithces", &["switches"]), + ("swithch", &["switch"]), + ("swithches", &["switches"]), + ("swithching", &["switching"]), + ("swithcing", &["switching"]), + ("swithcover", &["switchover"]), + ("swithed", &["switched"]), + ("swithing", &["switching"]), + ("switiches", &["switches"]), + ("swown", &["shown"]), + ("swtich", &["switch"]), + ("swtiching", &["switching"]), + ("swtichs", &["switches"]), + ("sxl", &["xsl"]), + ("syantax", &["syntax"]), + ("syas", &["says"]), + ("syatem", &["system"]), + ("syatems", &["systems"]), + ("sybsystem", &["subsystem"]), + ("sybsystems", &["subsystems"]), + ("sychronisation", &["synchronisation"]), + ("sychronise", &["synchronise"]), + ("sychronised", &["synchronised"]), + ("sychroniser", &["synchroniser"]), + ("sychronises", &["synchronises"]), + ("sychronisly", &["synchronously"]), + ("sychronization", &["synchronization"]), + ("sychronize", &["synchronize"]), + ("sychronized", &["synchronized"]), + ("sychronizer", &["synchronizer"]), + ("sychronizes", &["synchronizes"]), + ("sychronmode", &["synchronmode"]), + ("sychronous", &["synchronous"]), + ("sychronously", &["synchronously"]), + ("sycle", &["cycle"]), + ("sycled", &["cycled"]), + ("sycles", &["cycles"]), + ("syclic", &["cyclic", "psychic"]), + ("syclical", &["cyclical", "physical"]), + ("sycling", &["cycling"]), + ("sycn", &["sync"]), + ("sycology", &["psychology"]), + ("sycronise", &["synchronise"]), + ("sycronised", &["synchronised"]), + ("sycronises", &["synchronises"]), + ("sycronising", &["synchronising"]), + ("sycronization", &["synchronization"]), + ("sycronizations", &["synchronizations"]), + ("sycronize", &["synchronize"]), + ("sycronized", &["synchronized"]), + ("sycronizes", &["synchronizes"]), + ("sycronizing", &["synchronizing"]), + ("sycronous", &["synchronous"]), + ("sycronously", &["synchronously"]), + ("sycronus", &["synchronous"]), + ("sylabus", &["syllabus"]), + ("sylabuses", &["syllabuses", "syllabi"]), + ("syle", &["style"]), + ("syles", &["styles"]), + ("sylibol", &["syllable"]), + ("sylinder", &["cylinder"]), + ("sylinders", &["cylinders"]), + ("syllabills", &["syllabus", "syllabification"]), + ("sylog", &["syslog"]), + ("symantics", &["semantics"]), + ("symblic", &["symbolic"]), + ("symbo", &["symbol"]), + ("symboll", &["symbol"]), + ("symbsol", &["symbol"]), + ("symbsols", &["symbols"]), + ("symemetric", &["symmetric"]), + ("symetri", &["symmetry"]), + ("symetric", &["symmetric"]), + ("symetrical", &["symmetrical"]), + ("symetrically", &["symmetrically"]), + ("symetry", &["symmetry"]), + ("symettric", &["symmetric"]), + ("symmetic", &["symmetric"]), + ("symmetral", &["symmetric"]), + ("symmetri", &["symmetry"]), + ("symmetricaly", &["symmetrically"]), + ("symnol", &["symbol"]), + ("symnols", &["symbols"]), + ("symobilic", &["symbolic"]), + ("symobl", &["symbol"]), + ("symol", &["symbol"]), + ("symols", &["symbols"]), + ("synagouge", &["synagogue"]), + ("synamic", &["dynamic"]), + ("synax", &["syntax"]), + ("synching", &["syncing"]), + ("synchonisation", &["synchronisation"]), + ("synchonise", &["synchronise"]), + ("synchonised", &["synchronised"]), + ("synchonises", &["synchronises"]), + ("synchonising", &["synchronising"]), + ("synchonization", &["synchronization"]), + ("synchonize", &["synchronize"]), + ("synchonized", &["synchronized"]), + ("synchonizes", &["synchronizes"]), + ("synchonizing", &["synchronizing"]), + ("synchonrous", &["synchronous"]), + ("synchrnization", &["synchronization"]), + ("synchrnonization", &["synchronization"]), + ("synchroizing", &["synchronizing"]), + ("synchromized", &["synchronized"]), + ("synchroneous", &["synchronous"]), + ("synchroneously", &["synchronously"]), + ("synchronious", &["synchronous"]), + ("synchroniously", &["synchronously"]), + ("synchronizaton", &["synchronization"]), + ("synchronsouly", &["synchronously"]), + ("synchronuous", &["synchronous"]), + ("synchronuously", &["synchronously"]), + ("synchronus", &["synchronous"]), + ("syncrhonise", &["synchronise"]), + ("syncrhonised", &["synchronised"]), + ("syncrhonize", &["synchronize"]), + ("syncrhonized", &["synchronized"]), + ("syncronise", &["synchronise"]), + ("syncronised", &["synchronised"]), + ("syncronises", &["synchronises"]), + ("syncronising", &["synchronising"]), + ("syncronization", &["synchronization"]), + ("syncronizations", &["synchronizations"]), + ("syncronize", &["synchronize"]), + ("syncronized", &["synchronized"]), + ("syncronizes", &["synchronizes"]), + ("syncronizing", &["synchronizing"]), + ("syncronous", &["synchronous"]), + ("syncronously", &["synchronously"]), + ("syncronus", &["synchronous"]), + ("syncting", &["syncing"]), + ("syndonic", &["syntonic"]), + ("synomym", &["synonym"]), + ("synonim", &["synonym"]), + ("synonomous", &["synonymous"]), + ("synonymns", &["synonyms"]), + ("synopsys", &["synopsis"]), + ("synoym", &["synonym"]), + ("synphony", &["symphony"]), + ("synronous", &["synchronous"]), + ("syntac", &["syntax"]), + ("syntacks", &["syntax"]), + ("syntacs", &["syntax"]), + ("syntact", &["syntax"]), + ("syntactally", &["syntactically"]), + ("syntacts", &["syntax"]), + ("syntak", &["syntax"]), + ("syntaks", &["syntax"]), + ("syntakt", &["syntax"]), + ("syntakts", &["syntax"]), + ("syntatic", &["syntactic"]), + ("syntaxg", &["syntax"]), + ("syntehsise", &["synthesise"]), + ("syntehsised", &["synthesised"]), + ("syntehsize", &["synthesize"]), + ("syntehsized", &["synthesized"]), + ("syntesis", &["synthesis"]), + ("syntetic", &["synthetic"]), + ("syntetize", &["synthesize"]), + ("syntetized", &["synthesized"]), + ("synthethic", &["synthetic"]), + ("synthtic", &["synthetic"]), + ("syphyllis", &["syphilis"]), + ("sypmtoms", &["symptoms"]), + ("sypport", &["support"]), + ("syrap", &["syrup"]), + ("sysbols", &["symbols"]), + ("syschronize", &["synchronize"]), + ("sysem", &["system"]), + ("sysematic", &["systematic"]), + ("sysems", &["systems"]), + ("sysmatically", &["systematically"]), + ("sysmbol", &["symbol"]), + ("sysmograph", &["seismograph"]), + ("systax", &["syntax"]), + ("syste", &["system"]), + ("systemwindiow", &["systemwindow", "system window"]), + ("systen", &["system"]), + ("systens", &["systems"]), + ("systhem", &["system"]), + ("systhemerror", &["systemerror", "system error"]), + ("systhemmemory", &["systemmemory", "system memory"]), + ("systhems", &["systems"]), + ("systhemwindow", &["systemwindow", "system window"]), + ("systm", &["system"]), + ("systme", &["system"]), + ("systmes", &["systems"]), + ("systms", &["systems"]), + ("systyem", &["system"]), + ("systyems", &["systems"]), + ("sysyem", &["system"]), + ("sysyems", &["systems"]), + ("sytem", &["system"]), + ("sytematic", &["systematic"]), + ("sytemd", &["systemd"]), + ("syteme", &["system"]), + ("sytemerror", &["systemerror", "system error"]), + ("sytemmemory", &["systemmemory", "system memory"]), + ("sytems", &["systems"]), + ("sytemwindow", &["systemwindow", "system window"]), + ("sythesis", &["synthesis"]), + ("sytle", &["style"]), + ("sytled", &["styled"]), + ("sytles", &["styles"]), + ("sytlesheet", &["stylesheet"]), + ("sytling", &["styling"]), + ("sytnax", &["syntax"]), + ("sytntax", &["syntax"]), + ("szenario", &["scenario"]), + ("szenarios", &["scenarios"]), + ("szes", &["sizes"]), + ("szie", &["size"]), + ("szied", &["sized"]), + ("szies", &["sizes"]), + ("tabacco", &["tobacco"]), + ("tabbaray", &["taboret"]), + ("tabblow", &["tableau"]), + ("tabe", &["table"]), + ("tabel", &["table"]), + ("tabeles", &["tables"]), + ("tabels", &["tables"]), + ("tabeview", &["tabview"]), + ("tabke", &["table"]), + ("tablepsace", &["tablespace"]), + ("tablepsaces", &["tablespaces"]), + ("tablle", &["table"]), + ("tabluar", &["tabular"]), + ("tabluate", &["tabulate"]), + ("tabluated", &["tabulated"]), + ("tabluates", &["tabulates"]), + ("tabluating", &["tabulating"]), + ("tabualte", &["tabulate"]), + ("tabualted", &["tabulated"]), + ("tabualtes", &["tabulates"]), + ("tabualting", &["tabulating"]), + ("tabualtor", &["tabulator"]), + ("tabualtors", &["tabulators"]), + ("tage", &["stage", "take", "tag", "tagged"]), + ("taged", &["tagged"]), + ("taget", &["target"]), + ("tagggen", &["taggen"]), + ("tagnet", &["tangent"]), + ("tagnetial", &["tangential"]), + ("tagnets", &["tangents"]), + ("tahn", &["than"]), + ("taht", &["that"]), + ("taks", &["task", "tasks"]), + ("takslet", &["tasklet"]), + ("talbe", &["table"]), + ("talekd", &["talked"]), + ("tallerable", &["tolerable"]), + ("tamplate", &["template"]), + ("tamplated", &["templated"]), + ("tamplates", &["templates"]), + ("tamplating", &["templating"]), + ("tangeant", &["tangent"]), + ("tangeantial", &["tangential"]), + ("tangeants", &["tangents"]), + ("tangensial", &["tangential"]), + ("tangentailly", &["tangentially"]), + ("tanget", &["tangent"]), + ("tangetial", &["tangential"]), + ("tangetially", &["tangentially"]), + ("tangets", &["tangents"]), + ("tansact", &["transact"]), + ("tansaction", &["transaction"]), + ("tansactional", &["transactional"]), + ("tansactions", &["transactions"]), + ("tanseint", &["transient"]), + ("tansfomed", &["transformed"]), + ("tansient", &["transient"]), + ("tanslate", &["translate"]), + ("tanslated", &["translated"]), + ("tanslates", &["translates"]), + ("tanslation", &["translation"]), + ("tanslations", &["translations"]), + ("tanslator", &["translator"]), + ("tansmit", &["transmit"]), + ("tarbal", &["tarball"]), + ("tarbals", &["tarballs"]), + ("targed", &["target"]), + ("targer", &["target"]), + ("targetted", &["targeted"]), + ("targetting", &["targeting"]), + ("targettting", &["targeting"]), + ("targt", &["target"]), + ("targte", &["target"]), + ("tarmigan", &["ptarmigan"]), + ("tarnsparent", &["transparent"]), + ("tarpolin", &["tarpaulin"]), + ("tarvis", &["Travis"]), + ("tarvisci", &["TravisCI"]), + ("tasbar", &["taskbar"]), + ("taskelt", &["tasklet"]), + ("tast", &["taste"]), + ("tath", &["that"]), + ("tatoo", &["tattoo"]), + ("tatoos", &["tattoos"]), + ("tattooes", &["tattoos"]), + ("taveled", &["traveled", "travelled"]), + ("taveling", &["traveling", "travelling"]), + ("tavelled", &["travelled", "traveled"]), + ("tavelling", &["travelling", "traveling"]), + ("tawk", &["talk"]), + ("taxanomic", &["taxonomic"]), + ("taxanomy", &["taxonomy"]), + ("taxnomy", &["taxonomy"]), + ("taxomonmy", &["taxonomy"]), + ("taxonmy", &["taxonomy"]), + ("taxonoy", &["taxonomy"]), + ("taylored", &["tailored"]), + ("tbe", &["the"]), + ("tbey", &["they"]), + ("tcahce", &["cache"]), + ("tcahces", &["caches"]), + ("tcheckout", &["checkout"]), + ("te", &["the", "be", "we", "to"]), + ("teached", &["taught"]), + ("teachnig", &["teaching"]), + ("teamplate", &["template"]), + ("teamplates", &["templates"]), + ("teated", &["treated"]), + ("techical", &["technical"]), + ("techician", &["technician"]), + ("techicians", &["technicians"]), + ("techincal", &["technical"]), + ("techincally", &["technically"]), + ("techinically", &["technically"]), + ("techinique", &["technique"]), + ("techiniques", &["techniques"]), + ("techique", &["technique"]), + ("techiques", &["techniques"]), + ("techneek", &["technique"]), + ("technic", &["technique"]), + ("technics", &["techniques"]), + ("technik", &["technique"]), + ("techniks", &["techniques"]), + ("technitian", &["technician"]), + ("technition", &["technician"]), + ("technlogy", &["technology"]), + ("technnology", &["technology"]), + ("technolgy", &["technology"]), + ("technoloiges", &["technologies"]), + ("tecnic", &["technique"]), + ("tecnical", &["technical"]), + ("tecnically", &["technically"]), + ("tecnician", &["technician"]), + ("tecnicians", &["technicians"]), + ("tecnique", &["technique"]), + ("tecniques", &["techniques"]), + ("tedeous", &["tedious"]), + ("tefine", &["define"]), + ("teh", &["the"]), + ("tehy", &["they"]), + ("tekst", &["text"]), + ("teksts", &["texts"]), + ("telegramm", &["telegram"]), + ("telelevision", &["television"]), + ("televsion", &["television"]), + ("telocom", &["telecom"]), + ("telphony", &["telephony"]), + ("temaplate", &["template"]), + ("temaplates", &["templates"]), + ("temeprature", &["temperature"]), + ("temepratures", &["temperatures"]), + ("temerature", &["temperature"]), + ("teminate", &["terminate"]), + ("teminated", &["terminated"]), + ("teminating", &["terminating"]), + ("temination", &["termination"]), + ("temlate", &["template"]), + ("temmporary", &["temporary", "temporarily"]), + ("temorarily", &["temporarily"]), + ("temorary", &["temporary"]), + ("tempalte", &["template"]), + ("tempaltes", &["templates"]), + ("tempararily", &["temporarily"]), + ("temparary", &["temporary"]), + ("temparate", &["temperate"]), + ("temparature", &["temperature"]), + ("temparily", &["temporarily"]), + ("tempate", &["template"]), + ("tempated", &["templated"]), + ("tempates", &["templates"]), + ("tempatied", &["templatized"]), + ("tempation", &["temptation"]), + ("tempatised", &["templatised"]), + ("tempatized", &["templatized"]), + ("tempature", &["temperature"]), + ("tempdate", &["template"]), + ("tempearure", &["temperature"]), + ("tempelate", &["template"]), + ("temperarily", &["temporarily"]), + ("temperarure", &["temperature"]), + ("temperary", &["temporary"]), + ("temperatur", &["temperature"]), + ("tempereature", &["temperature"]), + ("temperment", &["temperament"]), + ("tempertaure", &["temperature"]), + ("temperture", &["temperature"]), + ("templaet", &["template"]), + ("templat", &["template"]), + ("templateas", &["templates"]), + ("tempoaray", &["temporary"]), + ("tempopary", &["temporary"]), + ("temporaere", &["temporary"]), + ("temporafy", &["temporary"]), + ("temporalily", &["temporarily"]), + ("temporaly", &["temporary", "temporarily", "temporally"]), + ("temporarely", &["temporarily"]), + ("temporarilly", &["temporarily"]), + ("temporarilty", &["temporarily"]), + ("temporarilu", &["temporary"]), + ("temporarirly", &["temporarily"]), + ("temporarly", &["temporarily", "temporary"]), + ("temporay", &["temporary"]), + ("tempories", &["temporaries"]), + ("temporily", &["temporarily"]), + ("tempororaries", &["temporaries"]), + ("tempororarily", &["temporarily"]), + ("tempororary", &["temporary"]), + ("temporories", &["temporaries"]), + ("tempororily", &["temporarily"]), + ("temporory", &["temporary"]), + ("temporraies", &["temporaries"]), + ("temporraily", &["temporarily"]), + ("temporraries", &["temporaries"]), + ("temporrarily", &["temporarily"]), + ("temporrary", &["temporary"]), + ("temporray", &["temporary"]), + ("temporries", &["temporaries"]), + ("temporrily", &["temporarily"]), + ("temporry", &["temporary"]), + ("temportal", &["temporal"]), + ("temportaries", &["temporaries"]), + ("temportarily", &["temporarily"]), + ("temportary", &["temporary"]), + ("tempory", &["temporary"]), + ("temporyries", &["temporaries"]), + ("temporyrily", &["temporarily"]), + ("temporyry", &["temporary"]), + ("tempraaily", &["temporarily"]), + ("tempraal", &["temporal"]), + ("tempraarily", &["temporarily"]), + ("tempraarly", &["temporarily"]), + ("tempraary", &["temporary"]), + ("tempraay", &["temporary"]), + ("tempraily", &["temporarily"]), + ("tempral", &["temporal"]), + ("temprament", &["temperament"]), + ("tempramental", &["temperamental"]), + ("tempraraily", &["temporarily"]), + ("tempraral", &["temporal"]), + ("tempraraly", &["temporarily", "temporally"]), + ("temprararily", &["temporarily"]), + ("temprararly", &["temporarily"]), + ("temprarary", &["temporary"]), + ("tempraray", &["temporary"]), + ("temprarily", &["temporarily"]), + ("temprary", &["temporary", "temporarily"]), + ("temprature", &["temperature"]), + ("tempratures", &["temperatures"]), + ("tempray", &["temporary"]), + ("tempreature", &["temperature"]), + ("tempreatures", &["temperatures"]), + ("temprement", &["temperament"]), + ("tempremental", &["temperamental"]), + ("temproaily", &["temporarily"]), + ("temproal", &["temporal"]), + ("temproarily", &["temporarily"]), + ("temproarly", &["temporarily"]), + ("temproary", &["temporary"]), + ("temproay", &["temporary"]), + ("temproily", &["temporarily", "temporally"]), + ("temprol", &["temporal"]), + ("temproment", &["temperament"]), + ("tempromental", &["temperamental"]), + ("temproraily", &["temporarily"]), + ("temproral", &["temporal"]), + ("temproraly", &["temporarily"]), + ("temprorarily", &["temporarily"]), + ("temprorarly", &["temporarily"]), + ("temprorary", &["temporary"]), + ("temproray", &["temporary"]), + ("temprorily", &["temporarily"]), + ("temprory", &["temporary"]), + ("temproy", &["temporary"]), + ("temptatation", &["temptation"]), + ("tempurature", &["temperature"]), + ("tempurture", &["temperature"]), + ("temr", &["term"]), + ("temtation", &["temptation"]), + ("tenacle", &["tentacle"]), + ("tenacles", &["tentacles"]), + ("tenative", &["tentative"]), + ("tenatively", &["tentatively"]), + ("tendacy", &["tendency"]), + ("tendancies", &["tendencies"]), + ("tendancy", &["tendency"]), + ("tennisplayer", &["tennis player"]), + ("tention", &["tension"]), + ("teplmate", &["template"]), + ("teplmated", &["templated"]), + ("teplmates", &["templates"]), + ("tepmorarily", &["temporarily"]), + ("teridactyl", &["pterodactyl"]), + ("terific", &["terrific"]), + ("terimnate", &["terminate"]), + ("termianted", &["terminated"]), + ("terminater", &["terminator"]), + ("terminaters", &["terminators"]), + ("terminats", &["terminates"]), + ("termindate", &["terminate"]), + ("termine", &["determine"]), + ("termined", &["terminated"]), + ("terminte", &["terminate"]), + ("termo", &["thermo"]), + ("termostat", &["thermostat"]), + ("termperatue", &["temperature"]), + ("termperatues", &["temperatures"]), + ("termperature", &["temperature"]), + ("termperatures", &["temperatures"]), + ("termplate", &["template"]), + ("termplated", &["templated"]), + ("termplates", &["templates"]), + ("termporal", &["temporal"]), + ("termporaries", &["temporaries"]), + ("termporarily", &["temporarily"]), + ("termporary", &["temporary"]), + ("ternament", &["tournament"]), + ("ternimate", &["terminate"]), + ("terrable", &["terrible"]), + ("terrestial", &["terrestrial"]), + ("terriories", &["territories"]), + ("terriory", &["territory"]), + ("territorist", &["terrorist"]), + ("territoy", &["territory"]), + ("terroist", &["terrorist"]), + ("tescase", &["testcase"]), + ("tescases", &["testcases"]), + ("tese", &["these"]), + ("tesed", &["used", "teased"]), + ("tesellate", &["tessellate"]), + ("tesellated", &["tessellated"]), + ("tesellation", &["tessellation"]), + ("tesellator", &["tessellator"]), + ("tessealte", &["tessellate"]), + ("tessealted", &["tessellated"]), + ("tesselatad", &["tessellated"]), + ("tesselate", &["tessellate"]), + ("tesselated", &["tessellated"]), + ("tesselation", &["tessellation"]), + ("tesselator", &["tessellator"]), + ("tessleate", &["tessellate"]), + ("tessleated", &["tessellated"]), + ("tessleating", &["tessellating"]), + ("tessleator", &["tessellator"]), + ("testeing", &["testing"]), + ("testiclular", &["testicular"]), + ("testin", &["testing"]), + ("testng", &["testing"]), + ("testof", &["test of"]), + ("testomony", &["testimony"]), + ("tetrahedran", &["tetrahedron"]), + ("tetrahedrans", &["tetrahedrons"]), + ("tetry", &["retry"]), + ("tetss", &["tests"]), + ("tetxture", &["texture"]), + ("texchnically", &["technically"]), + ("texline", &["textline"]), + ("textfrme", &["textframe"]), + ("texual", &["textual"]), + ("texually", &["textually"]), + ("texxt", &["text"]), + ("tey", &["they"]), + ("tghe", &["the"]), + ("tha", &["than", "that", "the"]), + ("thann", &["than", "thank"]), + ("thansk", &["thanks"]), + ("thansparent", &["transparent"]), + ("thant", &["than"]), + ("thare", &["there"]), + ("thast", &["that", "that\'s"]), + ("that;s", &["that\'s"]), + ("thatn", &["that", "than"]), + ("thats\'", &["that\'s"]), + ("thats", &["that\'s"]), + ("thats;", &["that\'s"]), + ("thay", &["they"]), + ("thck", &["thick"]), + ("theard", &["thread"]), + ("thearding", &["threading"]), + ("theards", &["threads"]), + ("theared", &["threaded"]), + ("theather", &["theater"]), + ("theef", &["thief"]), + ("theer", &["there"]), + ("theery", &["theory"]), + ("theese", &["these"]), + ("thefore", &["therefore"]), + ("thei", &["their", "they"]), + ("theif", &["thief"]), + ("theifs", &["thieves"]), + ("theire", &["their", "they\'re"]), + ("theis", &["this", "thesis"]), + ("theiv", &["thief", "they\'ve"]), + ("theive", &["thief"]), + ("theives", &["thieves"]), + ("themplate", &["template"]), + ("themselces", &["themselves"]), + ("themselfe", &["themselves", "themself"]), + ("themselfes", &["themselves"]), + ("themselfs", &["themselves"]), + ("themselve", &["themselves", "themself"]), + ("themslves", &["themselves"]), + ("thenes", &["themes"]), + ("thenn", &["then"]), + ("theorectical", &["theoretical"]), + ("theoreticall", &["theoretically"]), + ("theoreticaly", &["theoretically"]), + ("theorical", &["theoretical"]), + ("theorically", &["theoretically"]), + ("theoritical", &["theoretical"]), + ("ther", &["there", "their", "the", "other"]), + ("therafter", &["thereafter"]), + ("therapudic", &["therapeutic"]), + ("therby", &["thereby"]), + ("thereads", &["threads"]), + ("therem", &["there", "theorem"]), + ("thereom", &["theorem"]), + ("thererin", &["therein"]), + ("theres", &["there\'s"]), + ("therfore", &["therefore"]), + ("theri", &["their", "there"]), + ("thermisor", &["thermistor"]), + ("thermisors", &["thermistors"]), + ("thermostast", &["thermostat"]), + ("thermostasts", &["thermostats"]), + ("therough", &["through", "thorough"]), + ("therstat", &["thermostat"]), + ("thes", &["this", "these"]), + ("theshold", &["threshold"]), + ("thesholds", &["thresholds"]), + ("thess", &["this", "these"]), + ("thest", &["test"]), + ("thether", &["tether", "whether"]), + ("thetrahedron", &["tetrahedron"]), + ("thev", &["the"]), + ("theves", &["thieves"]), + ("thex", &["the", "then"]), + ("theyr", &["their", "there", "they\'re"]), + ("theyre", &["they\'re", "their", "there"]), + ("thgat", &["that"]), + ("thge", &["the"]), + ("thi", &["the", "this"]), + ("thicking", &["thinking", "thickening"]), + ("thicknes", &["thickness", "thickens"]), + ("thid", &["this"]), + ("thie", &["the", "this"]), + ("thier", &["their"]), + ("thight", &["tight", "thigh", "fight"]), + ("thights", &["tights", "thighs", "fights"]), + ("thign", &["thing"]), + ("thigns", &["things"]), + ("thigny", &["thingy"]), + ("thigsn", &["things"]), + ("thik", &["thick", "think"]), + ("thikn", &["think"]), + ("thikness", &["thickness"]), + ("thiknesses", &["thicknesses"]), + ("thikning", &["thinking", "thickening"]), + ("thikns", &["thinks"]), + ("thiks", &["thinks"]), + ("thime", &["time", "theme", "thyme", "thine"]), + ("thimngs", &["things"]), + ("thinigs", &["things"]), + ("thinkabel", &["thinkable"]), + ("thinkg", &["think", "thing", "things"]), + ("thinkgs", &["thinks", "things"]), + ("thinn", &["thin"]), + ("thirs", &["third", "thirst"]), + ("thirtyth", &["thirtieth"]), + ("this\'d", &["this would"]), + ("thise", &["these", "this"]), + ("thisle", &["thistle"]), + ("thist", &["this"]), + ("thisy", &["this"]), + ("thiunk", &["think"]), + ("thjese", &["these"]), + ("thme", &["them"]), + ("thn", &["then"]), + ("thna", &["than"]), + ("thnak", &["thank"]), + ("thnaks", &["thanks"]), + ("thne", &["then"]), + ("thnig", &["thing"]), + ("thnigs", &["things"]), + ("thonic", &["chthonic"]), + ("thorugh", &["through", "thorough"]), + ("thoruoghly", &["thoroughly"]), + ("thorwn", &["thrown", "thorn"]), + ("thos", &["those", "this"]), + ("thoses", &["those"]), + ("thoughout", &["throughout"]), + ("thougt", &["thought", "though"]), + ("thougth", &["thought"]), + ("thounsands", &["thousands"]), + ("thourough", &["thorough"]), + ("thouroughly", &["thoroughly"]), + ("thow", &["throw", "tow"]), + ("thown", &["thrown", "town"]), + ("thq", &["the"]), + ("thrad", &["thread"]), + ("thre", &["three", "there", "their", "the"]), + ("threadsave", &["threadsafe"]), + ("threah", &["thread", "threat"]), + ("threashold", &["threshold"]), + ("threasholds", &["thresholds"]), + ("threatend", &["threatened"]), + ("threatment", &["treatment"]), + ("threatments", &["treatments"]), + ("threatning", &["threatening"]), + ("thred", &["thread"]), + ("threded", &["threaded"]), + ("thredhold", &["threshold"]), + ("threding", &["threading"]), + ("threds", &["threads"]), + ("three-dimenional", &["three-dimensional"]), + ("three-dimenionsal", &["three-dimensional"]), + ("threedimenional", &["three-dimensional"]), + ("threedimenionsal", &["three-dimensional"]), + ("threee", &["three"]), + ("threhold", &["threshold"]), + ("threre", &["there", "three"]), + ("threrefore", &["therefore"]), + ("threshhold", &["threshold"]), + ("threshholds", &["thresholds"]), + ("threshol", &["threshold"]), + ("thresold", &["threshold"]), + ("thresshold", &["threshold"]), + ("thrid", &["third"]), + ("throen", &["thrown"]), + ("throgh", &["through"]), + ("thron", &["thrown", "throne"]), + ("throrough", &["thorough"]), + ("throtte", &["throttle", "trot"]), + ("throtted", &["throttled", "trotted"]), + ("throttes", &["throttles", "trots"]), + ("throtting", &["throttling", "trotting"]), + ("throttoling", &["throttling"]), + ("throug", &["through"]), + ("througg", &["through"]), + ("throughly", &["thoroughly"]), + ("throught", &["thought", "through", "throughout"]), + ("througout", &["throughout"]), + ("througt", &["through"]), + ("througth", &["through"]), + ("throuh", &["through"]), + ("throuth", &["through"]), + ("throwed", &["threw", "thrown"]), + ("throwgh", &["through"]), + ("thrue", &["through"]), + ("thruogh", &["through"]), + ("thruoghout", &["throughout"]), + ("thruoghput", &["throughput"]), + ("thruout", &["throughout"]), + ("ths", &["the", "this"]), + ("thses", &["these"]), + ("thsi", &["this"]), + ("thsoe", &["those"]), + ("thsose", &["those"]), + ("thsould", &["should"]), + ("thst", &["that"]), + ("tht", &["the", "that"]), + ("thta", &["that"]), + ("thtat", &["that"]), + ("thte", &["the", "that"]), + ("thumbbnail", &["thumbnail"]), + ("thundebird", &["thunderbird"]), + ("thur", &["their"]), + ("thurough", &["thorough"]), + ("thurrow", &["thorough"]), + ("thurver", &["further"]), + ("thw", &["the", "thaw"]), + ("thyat", &["that"]), + ("tich", &["thick", "tick", "titch", "stitch"]), + ("tichened", &["thickened"]), + ("tichness", &["thickness"]), + ("tieing", &["tying"]), + ("tiem", &["time", "item"]), + ("tiemout", &["timeout"]), + ("tiemstamp", &["timestamp"]), + ("tieth", &["tithe"]), + ("tigger", &["trigger"]), + ("tiggered", &["triggered"]), + ("tiggering", &["triggering"]), + ("tiggers", &["triggers"]), + ("tighly", &["tightly"]), + ("tightely", &["tightly"]), + ("tigth", &["tight"]), + ("tigthen", &["tighten"]), + ("tigthened", &["tightened"]), + ("tigthening", &["tightening"]), + ("tigthens", &["tightens"]), + ("tigthly", &["tightly"]), + ("tihkn", &["think"]), + ("tihs", &["this"]), + ("timedlta", &["timedelta"]), + ("timeing", &["timing"]), + ("timeot", &["timeout"]), + ("timeoutted", &["timed out"]), + ("timeput", &["timeout", "time put"]), + ("timeputs", &["timeouts", "time puts"]), + ("timere", &["timer"]), + ("timeschedule", &["time schedule"]), + ("timespanp", &["timespan"]), + ("timespanps", &["timespans"]), + ("timestan", &["timespan"]), + ("timestanp", &["timestamp", "timespan"]), + ("timestanps", &["timestamps", "timespans"]), + ("timestans", &["timespans"]), + ("timestemp", &["timestamp"]), + ("timestemps", &["timestamps"]), + ("timestmap", &["timestamp"]), + ("timestmaps", &["timestamps"]), + ("timetamp", &["timestamp"]), + ("timetamps", &["timestamps"]), + ("timmestamp", &["timestamp"]), + ("timmestamps", &["timestamps"]), + ("timming", &["timing", "trimming"]), + ("timne", &["time"]), + ("timoeut", &["timeout"]), + ("timout", &["timeout"]), + ("timtout", &["timeout"]), + ("timzeone", &["timezone"]), + ("timzeones", &["timezones"]), + ("timzezone", &["timezone"]), + ("timzezones", &["timezones"]), + ("tinterrupts", &["interrupts"]), + ("tiome", &["time", "tome"]), + ("tipe", &["type", "tip"]), + ("tipically", &["typically"]), + ("titel", &["title"]), + ("titels", &["titles"]), + ("titile", &["title"]), + ("tittled", &["titled"]), + ("tittling", &["titling"]), + ("tje", &["the"]), + ("tjhe", &["the"]), + ("tjpanishad", &["upanishad"]), + ("tkae", &["take"]), + ("tkaes", &["takes"]), + ("tkaing", &["taking"]), + ("tlaking", &["talking"]), + ("tmis", &["this"]), + ("toally", &["totally"]), + ("tobbaco", &["tobacco"]), + ("tobot", &["robot"]), + ("toches", &["touches"]), + ("tocksen", &["toxin"]), + ("todya", &["today"]), + ("toekn", &["token"]), + ("togehter", &["together"]), + ("toggel", &["toggle"]), + ("togheter", &["together"]), + ("toghether", &["together"]), + ("togling", &["toggling"]), + ("toglle", &["toggle"]), + ("toglled", &["toggled"]), + ("togther", &["together"]), + ("toi", &["to", "toy"]), + ("tolarable", &["tolerable"]), + ("tolelerance", &["tolerance"]), + ("tolen", &["token"]), + ("tolens", &["tokens"]), + ("toleranz", &["tolerance"]), + ("tolerence", &["tolerance"]), + ("tolernce", &["tolerance"]), + ("Tolkein", &["Tolkien"]), + ("tollerable", &["tolerable"]), + ("tollerance", &["tolerance"]), + ("tollerances", &["tolerances"]), + ("tomatoe", &["tomato"]), + ("tomatos", &["tomatoes"]), + ("tommorow", &["tomorrow"]), + ("tommorrow", &["tomorrow"]), + ("tomorrrow", &["tomorrow"]), + ("tongiht", &["tonight"]), + ("tonihgt", &["tonight"]), + ("tood", &["todo"]), + ("toogle", &["toggle"]), + ("toogling", &["toggling"]), + ("tookit", &["toolkit", "took it"]), + ("tookits", &["toolkits"]), + ("toolar", &["toolbar"]), + ("toolsbox", &["toolbox"]), + ("toom", &["tomb"]), + ("tooo", &["todo"]), + ("toos", &["tools"]), + ("tootonic", &["teutonic"]), + ("topicaizer", &["topicalizer"]), + ("topologie", &["topology"]), + ("torerable", &["tolerable"]), + ("toriodal", &["toroidal"]), + ("tork", &["torque"]), + ("tormenters", &["tormentors"]), + ("tornadoe", &["tornado"]), + ("torpeados", &["torpedoes"]), + ("torpedos", &["torpedoes"]), + ("tortilini", &["tortellini"]), + ("tortise", &["tortoise"]), + ("torward", &["toward"]), + ("torwards", &["towards"]), + ("totation", &["rotation"]), + ("tothe", &["to the"]), + ("tothiba", &["toshiba"]), + ("totol", &["total"]), + ("totorial", &["tutorial"]), + ("totorials", &["tutorials"]), + ("touble", &["trouble"]), + ("toubles", &["troubles"]), + ("toubling", &["troubling"]), + ("tought", &["thought", "taught", "tough"]), + ("toughtful", &["thoughtful"]), + ("toughtly", &["tightly"]), + ("toughts", &["thoughts"]), + ("tounge", &["tongue"]), + ("touple", &["tuple"]), + ("tourch", &["torch", "touch"]), + ("towords", &["towards"]), + ("towrad", &["toward"]), + ("toxen", &["toxin"]), + ("tpyo", &["typo"]), + ("trabsform", &["transform"]), + ("traceablity", &["traceability"]), + ("trackign", &["tracking"]), + ("trackling", &["tracking"]), + ("tracsode", &["transcode"]), + ("tracsoded", &["transcoded"]), + ("tracsoder", &["transcoder"]), + ("tracsoders", &["transcoders"]), + ("tracsodes", &["transcodes"]), + ("tracsoding", &["transcoding"]), + ("tradgic", &["tragic"]), + ("tradionally", &["traditionally"]), + ("traditilnal", &["traditional"]), + ("traditiona", &["traditional"]), + ("traditionaly", &["traditionally"]), + ("traditionnal", &["traditional"]), + ("traditionnally", &["traditionally"]), + ("traditition", &["tradition"]), + ("tradtional", &["traditional"]), + ("tradtionally", &["traditionally"]), + ("trafficed", &["trafficked"]), + ("trafficing", &["trafficking"]), + ("trafic", &["traffic"]), + ("tragectory", &["trajectory"]), + ("traget", &["target"]), + ("trageted", &["targeted"]), + ("trageting", &["targeting"]), + ("tragets", &["targets"]), + ("traiing", &["trailing", "training"]), + ("trailling", &["trailing"]), + ("traingle", &["triangle"]), + ("traingular", &["triangular"]), + ("traingulate", &["triangulate"]), + ("traingulated", &["triangulated"]), + ("traingulates", &["triangulates"]), + ("traingulating", &["triangulating"]), + ("traingulation", &["triangulation"]), + ("traingulations", &["triangulations"]), + ("traker", &["tracker"]), + ("traking", &["tracking"]), + ("traling", &["trailing", "trialing"]), + ("trama", &["trauma"]), + ("tramsmit", &["transmit"]), + ("tramsmitted", &["transmitted"]), + ("tranaction", &["transaction"]), + ("tranactional", &["transactional"]), + ("tranactions", &["transactions"]), + ("tranasction", &["transaction"]), + ("tranceiver", &["transceiver"]), + ("tranceivers", &["transceivers"]), + ("trancendent", &["transcendent"]), + ("trancending", &["transcending"]), + ("tranclate", &["translate"]), + ("tranfer", &["transfer"]), + ("tranfered", &["transferred"]), + ("tranfering", &["transferring"]), + ("tranferred", &["transferred"]), + ("tranfers", &["transfers"]), + ("tranform", &["transform"]), + ("tranformable", &["transformable"]), + ("tranformation", &["transformation"]), + ("tranformations", &["transformations"]), + ("tranformative", &["transformative"]), + ("tranformed", &["transformed"]), + ("tranforming", &["transforming"]), + ("tranforms", &["transforms"]), + ("tranient", &["transient"]), + ("tranlatable", &["translatable"]), + ("tranlate", &["translate"]), + ("tranlated", &["translated"]), + ("tranlates", &["translates"]), + ("tranlating", &["translating"]), + ("tranlation", &["translation"]), + ("tranlations", &["translations"]), + ("tranmission", &["transmission"]), + ("tranmist", &["transmit"]), + ("tranmitted", &["transmitted"]), + ("tranmitting", &["transmitting"]), + ("tranparent", &["transparent"]), + ("tranparently", &["transparently"]), + ("tranport", &["transport"]), + ("transacion", &["transaction"]), + ("transaction-spacific", &["transaction-specific"]), + ("transactoin", &["transaction"]), + ("transaition", &["translation", "transition", "transaction"]), + ( + "transaitions", + &["translations", "transitions", "transactions"], + ), + ("transalation", &["translation"]), + ("transalations", &["translations"]), + ("transalt", &["translate"]), + ("transalte", &["translate"]), + ("transalted", &["translated"]), + ("transaltes", &["translates"]), + ("transaltion", &["translation"]), + ("transaltions", &["translations"]), + ("transaltor", &["translator"]), + ("transaltors", &["translators"]), + ("transation", &["transaction", "translation"]), + ("transations", &["transactions", "translations"]), + ("transcendance", &["transcendence"]), + ("transcendant", &["transcendent"]), + ("transcendentational", &["transcendental"]), + ("transcevier", &["transceiver"]), + ("transciever", &["transceiver"]), + ("transcievers", &["transceivers"]), + ("transcocde", &["transcode"]), + ("transcocded", &["transcoded"]), + ("transcocder", &["transcoder"]), + ("transcocders", &["transcoders"]), + ("transcocdes", &["transcodes"]), + ("transcocding", &["transcoding"]), + ("transcocdings", &["transcodings"]), + ("transconde", &["transcode"]), + ("transconded", &["transcoded"]), + ("transconder", &["transcoder"]), + ("transconders", &["transcoders"]), + ("transcondes", &["transcodes"]), + ("transconding", &["transcoding"]), + ("transcondings", &["transcodings"]), + ("transcorde", &["transcode"]), + ("transcorded", &["transcoded"]), + ("transcorder", &["transcoder"]), + ("transcorders", &["transcoders"]), + ("transcordes", &["transcodes"]), + ("transcording", &["transcoding"]), + ("transcordings", &["transcodings"]), + ("transcoser", &["transcoder"]), + ("transcosers", &["transcoders"]), + ("transcripting", &["transcribing", "transcription"]), + ("transeint", &["transient"]), + ("transending", &["transcending"]), + ("transer", &["transfer"]), + ("transesxuals", &["transsexuals"]), + ("transferd", &["transferred"]), + ("transfered", &["transferred"]), + ("transfering", &["transferring"]), + ("transferrd", &["transferred"]), + ("transfert", &["transfer", "transferred"]), + ("transfom", &["transform"]), + ("transfomation", &["transformation"]), + ("transfomational", &["transformational"]), + ("transfomed", &["transformed"]), + ("transfomer", &["transformer"]), + ("transfomm", &["transform"]), + ("transfoprmation", &["transformation"]), + ("transforation", &["transformation"]), + ("transforations", &["transformations"]), + ("transformated", &["transformed"]), + ("transformates", &["transforms"]), + ("transformaton", &["transformation"]), + ("transformatted", &["transformed"]), + ("transforme", &["transformed", "transformer", "transform"]), + ("transfrom", &["transform"]), + ("transfromate", &["transform", "transformed"]), + ("transfromation", &["transformation"]), + ("transfromations", &["transformations"]), + ("transfromed", &["transformed"]), + ("transfromer", &["transformer"]), + ("transfroming", &["transforming"]), + ("transfroms", &["transforms"]), + ("transision", &["transition"]), + ("transisions", &["transitions"]), + ("transisition", &["transition"]), + ("transistion", &["transition"]), + ("transistions", &["transitions"]), + ("transitionned", &["transitioned"]), + ("transiton", &["transition"]), + ("transitons", &["transitions"]), + ("transitor", &["transistor"]), + ("transitors", &["transistors"]), + ("translater", &["translator"]), + ("translaters", &["translators"]), + ("translatied", &["translated"]), + ("translatoin", &["translation"]), + ("translatoins", &["translations"]), + ("translteration", &["transliteration"]), + ("transmision", &["transmission"]), + ("transmisive", &["transmissive"]), + ("transmissable", &["transmissible"]), + ("transmissione", &["transmission"]), + ("transmist", &["transmit"]), + ("transmited", &["transmitted"]), + ("transmiter", &["transmitter"]), + ("transmiters", &["transmitters"]), + ("transmiting", &["transmitting"]), + ("transmition", &["transmission"]), + ("transmitsion", &["transmission"]), + ("transmittd", &["transmitted"]), + ("transmittion", &["transmission"]), + ("transmitts", &["transmits"]), + ("transmmit", &["transmit"]), + ("transocde", &["transcode"]), + ("transocded", &["transcoded"]), + ("transocder", &["transcoder"]), + ("transocders", &["transcoders"]), + ("transocdes", &["transcodes"]), + ("transocding", &["transcoding"]), + ("transocdings", &["transcodings"]), + ("transolate", &["translate"]), + ("transolated", &["translated"]), + ("transolates", &["translates"]), + ("transolating", &["translating"]), + ("transolation", &["translation"]), + ("transolations", &["translations"]), + ("transorm", &["transform"]), + ("transormed", &["transformed"]), + ("transorming", &["transforming"]), + ("transorms", &["transforms"]), + ("transpable", &["transposable"]), + ("transpacencies", &["transparencies"]), + ("transpacency", &["transparency"]), + ("transpaernt", &["transparent"]), + ("transpaerntly", &["transparently"]), + ("transpancies", &["transparencies"]), + ("transpancy", &["transparency"]), + ("transpant", &["transplant"]), + ("transparaent", &["transparent"]), + ("transparaently", &["transparently"]), + ("transparanceies", &["transparencies"]), + ("transparancey", &["transparency"]), + ("transparancies", &["transparencies"]), + ("transparancy", &["transparency"]), + ("transparanet", &["transparent"]), + ("transparanetly", &["transparently"]), + ("transparanies", &["transparencies"]), + ("transparant", &["transparent"]), + ("transparantly", &["transparently"]), + ("transparany", &["transparency"]), + ("transpararent", &["transparent"]), + ("transpararently", &["transparently"]), + ("transparcencies", &["transparencies"]), + ("transparcency", &["transparency"]), + ("transparcenies", &["transparencies"]), + ("transparceny", &["transparency"]), + ("transparecy", &["transparency"]), + ("transparities", &["transparencies"]), + ("transparity", &["transparency"]), + ("transparnecies", &["transparencies"]), + ("transparnecy", &["transparency"]), + ("transparnt", &["transparent"]), + ("transparntly", &["transparently"]), + ("transparren", &["transparent"]), + ("transparrenly", &["transparently"]), + ("transparrent", &["transparent"]), + ("transparrently", &["transparently"]), + ("transpart", &["transport"]), + ("transparts", &["transports"]), + ("transpatrent", &["transparent"]), + ("transpatrently", &["transparently"]), + ("transpencies", &["transparencies"]), + ("transpency", &["transparency"]), + ("transpeorted", &["transported"]), + ("transperancies", &["transparencies"]), + ("transperancy", &["transparency"]), + ("transperant", &["transparent"]), + ("transperantly", &["transparently"]), + ("transperencies", &["transparencies"]), + ("transperency", &["transparency"]), + ("transperent", &["transparent"]), + ("transperently", &["transparently"]), + ("transporation", &["transportation"]), + ("transportatin", &["transportation"]), + ("transprencies", &["transparencies"]), + ("transprency", &["transparency"]), + ("transprent", &["transparent"]), + ("transprently", &["transparently"]), + ("transprot", &["transport"]), + ("transproted", &["transported"]), + ("transproting", &["transporting"]), + ("transprots", &["transports"]), + ("transprt", &["transport"]), + ("transprted", &["transported"]), + ("transprting", &["transporting"]), + ("transprts", &["transports"]), + ("transpsition", &["transposition"]), + ("transsend", &["transcend"]), + ("transtion", &["transition"]), + ("transtions", &["transitions"]), + ("transtition", &["transition"]), + ("transtitions", &["transitions"]), + ("transtorm", &["transform"]), + ("transtormed", &["transformed"]), + ("transvorm", &["transform"]), + ("transvormation", &["transformation"]), + ("transvormed", &["transformed"]), + ("transvorming", &["transforming"]), + ("transvorms", &["transforms"]), + ("tranversing", &["traversing"]), + ("trapeziod", &["trapezoid"]), + ("trapeziodal", &["trapezoidal"]), + ("trasaction", &["transaction"]), + ("trascation", &["transaction"]), + ("trasfer", &["transfer"]), + ("trasferred", &["transferred"]), + ("trasfers", &["transfers"]), + ("trasform", &["transform"]), + ("trasformable", &["transformable"]), + ("trasformation", &["transformation"]), + ("trasformations", &["transformations"]), + ("trasformative", &["transformative"]), + ("trasformed", &["transformed"]), + ("trasformer", &["transformer"]), + ("trasformers", &["transformers"]), + ("trasforming", &["transforming"]), + ("trasforms", &["transforms"]), + ("traslalate", &["translate"]), + ("traslalated", &["translated"]), + ("traslalating", &["translating"]), + ("traslalation", &["translation"]), + ("traslalations", &["translations"]), + ("traslate", &["translate"]), + ("traslated", &["translated"]), + ("traslates", &["translates"]), + ("traslating", &["translating"]), + ("traslation", &["translation"]), + ("traslations", &["translations"]), + ("traslucency", &["translucency"]), + ("trasmission", &["transmission"]), + ("trasmit", &["transmit"]), + ("trasnaction", &["transaction"]), + ("trasnlate", &["translate"]), + ("trasnlated", &["translated"]), + ("trasnlation", &["translation"]), + ("trasnlations", &["translations"]), + ("trasnport", &["transport"]), + ("trasnports", &["transports"]), + ("trasnsmit", &["transmit"]), + ("trasparency", &["transparency"]), + ("trasparent", &["transparent"]), + ("trasparently", &["transparently"]), + ("trasport", &["transport"]), + ("trasportable", &["transportable"]), + ("trasported", &["transported"]), + ("trasporter", &["transporter"]), + ("trasports", &["transports"]), + ("traspose", &["transpose"]), + ("trasposed", &["transposed"]), + ("trasposition", &["transposition"]), + ("traspositions", &["transpositions"]), + ("traved", &["traversed"]), + ("traveersal", &["traversal"]), + ("traveerse", &["traverse"]), + ("traveersed", &["traversed"]), + ("traveerses", &["traverses"]), + ("traveersing", &["traversing"]), + ("traveral", &["traversal"]), + ("travercal", &["traversal"]), + ("traverce", &["traverse"]), + ("traverced", &["traversed"]), + ("traverces", &["traverses"]), + ("travercing", &["traversing"]), + ("travere", &["traverse"]), + ("travered", &["traversed"]), + ("traveres", &["traverse"]), + ("traveresal", &["traversal"]), + ("traverese", &["traverse", "traverses"]), + ("traveresed", &["traversed"]), + ("travereses", &["traverses"]), + ("traveresing", &["traversing"]), + ("travering", &["traversing"]), + ("traverls", &["travels", "traversals"]), + ("travesal", &["traversal"]), + ("travese", &["traverse"]), + ("travesed", &["traversed"]), + ("traveses", &["traverses"]), + ("travesing", &["traversing"]), + ("tre", &["tree"]), + ("treadet", &["treated"]), + ("treak", &["treat", "tweak"]), + ("treate", &["treat"]), + ("treatement", &["treatment"]), + ("treatements", &["treatments"]), + ("treates", &["treats"]), + ("tremelo", &["tremolo"]), + ("tremelos", &["tremolos"]), + ("trempoline", &["trampoline"]), + ("treshhold", &["threshold"]), + ("treshold", &["threshold"]), + ("tressle", &["trestle"]), + ("treting", &["treating"]), + ("trgistration", &["registration"]), + ("trhe", &["the"]), + ("triancle", &["triangle"]), + ("triancles", &["triangles"]), + ("triange", &["triangle"]), + ("trianglular", &["triangular"]), + ("trianglutaion", &["triangulation"]), + ("triangulataion", &["triangulation"]), + ("triangultaion", &["triangulation"]), + ("triger", &["trigger", "tiger"]), + ("trigered", &["triggered"]), + ("trigerred", &["triggered"]), + ("trigerring", &["triggering"]), + ("trigers", &["triggers"]), + ("trigged", &["triggered"]), + ("triggerd", &["triggered"]), + ("triggeres", &["triggers"]), + ("triggerred", &["triggered"]), + ("triggger", &["trigger"]), + ("triguered", &["triggered"]), + ("trik", &["trick", "trike"]), + ("triked", &["tricked"]), + ("trikery", &["trickery"]), + ("triks", &["tricks", "trikes"]), + ("triky", &["tricky"]), + ("trimed", &["trimmed"]), + ("triming", &["trimming", "timing"]), + ("tring", &["trying", "string", "ring"]), + ("trings", &["strings", "rings"]), + ("triniy", &["trinity"]), + ("triology", &["trilogy"]), + ("tripple", &["triple"]), + ("trival", &["trivial"]), + ("trivally", &["trivially"]), + ("trivias", &["trivia"]), + ("trnasfers", &["transfers"]), + ("trnasmit", &["transmit"]), + ("trnasmited", &["transmitted"]), + ("trnasmits", &["transmits"]), + ("trnsfer", &["transfer"]), + ("trnsfered", &["transferred"]), + ("trnsfers", &["transfers"]), + ("troling", &["trolling"]), + ("trottle", &["throttle"]), + ("troublshooting", &["troubleshooting"]), + ("troughput", &["throughput"]), + ("trought", &["through"]), + ("troup", &["troupe"]), + ("troups", &["troupes", "troops"]), + ("trubble", &["trouble"]), + ("trubbled", &["troubled"]), + ("trubbles", &["troubles"]), + ("truble", &["trouble"]), + ("trubled", &["troubled"]), + ("trubles", &["troubles"]), + ("trucate", &["truncate"]), + ("trucated", &["truncated"]), + ("trucates", &["truncates"]), + ("trucating", &["truncating"]), + ("trucnate", &["truncate"]), + ("trucnated", &["truncated"]), + ("trucnating", &["truncating"]), + ("truelly", &["truly"]), + ("truely", &["truly"]), + ("truied", &["tried"]), + ("trully", &["truly"]), + ("trun", &["turn"]), + ("trunacted", &["truncated"]), + ("truncat", &["truncate"]), + ("trunctate", &["truncate"]), + ("trunctated", &["truncated"]), + ("trunctating", &["truncating"]), + ("trunctation", &["truncation"]), + ("truncted", &["truncated"]), + ("truned", &["turned"]), + ("truns", &["turns"]), + ("trustworthyness", &["trustworthiness"]), + ("trustworty", &["trustworthy"]), + ("trustwortyness", &["trustworthiness"]), + ("truw", &["true"]), + ("tryed", &["tried"]), + ("tryes", &["tries"]), + ("tryig", &["trying"]), + ("tryinng", &["trying"]), + ("trys", &["tries"]), + ("ttests", &["tests"]), + ("tthe", &["the"]), + ("tufure", &["future"]), + ("tuhmbnail", &["thumbnail"]), + ("tunelled", &["tunnelled"]), + ("tunelling", &["tunneling"]), + ("tunned", &["tuned"]), + ("tunnell", &["tunnel"]), + ("tunning", &["tuning", "running"]), + ("tuotiral", &["tutorial"]), + ("tuotirals", &["tutorials"]), + ("tupel", &["tuple"]), + ("tupple", &["tuple"]), + ("tupples", &["tuples"]), + ("ture", &["true"]), + ("turle", &["turtle"]), + ("turly", &["truly"]), + ("turnk", &["trunk", "turnkey", "turn"]), + ("turorial", &["tutorial"]), + ("turorials", &["tutorials"]), + ("turtorial", &["tutorial"]), + ("turtorials", &["tutorials"]), + ("Tuscon", &["Tucson"]), + ("tust", &["trust"]), + ("tution", &["tuition"]), + ("tutoriel", &["tutorial"]), + ("tutoriels", &["tutorials"]), + ("tweleve", &["twelve"]), + ("twelth", &["twelfth"]), + ("two-dimenional", &["two-dimensional"]), + ("two-dimenionsal", &["two-dimensional"]), + ("twodimenional", &["two-dimensional"]), + ("twodimenionsal", &["two-dimensional"]), + ("twon", &["town"]), + ("twoo", &["two", "too"]), + ("twpo", &["two"]), + ("tye", &["type", "tie"]), + ("tyep", &["type"]), + ("tyes", &["types", "ties"]), + ("tyhat", &["that"]), + ("tyhe", &["they"]), + ("tyies", &["tries"]), + ("tymecode", &["timecode"]), + ("tyope", &["type"]), + ("typcast", &["typecast"]), + ("typcasting", &["typecasting"]), + ("typcasts", &["typecasts"]), + ("typcial", &["typical"]), + ("typechek", &["typecheck"]), + ("typecheking", &["typechecking"]), + ("typicall", &["typically", "typical"]), + ("typicallly", &["typically"]), + ("typicaly", &["typically"]), + ("typicially", &["typically"]), + ("typle", &["tuple"]), + ("typles", &["tuples"]), + ("typoe", &["typo", "type", "types"]), + ("typoes", &["typos", "types"]), + ("typographc", &["typographic"]), + ("typpe", &["type"]), + ("typped", &["typed"]), + ("typpes", &["types"]), + ("tyranies", &["tyrannies"]), + ("tyrany", &["tyranny"]), + ("tyring", &["trying"]), + ("tyrranies", &["tyrannies"]), + ("tyrrany", &["tyranny"]), + ("ubelieveble", &["unbelievable"]), + ("ubelievebly", &["unbelievably"]), + ("ubernetes", &["Kubernetes"]), + ("ubiquitious", &["ubiquitous"]), + ("ubiquituously", &["ubiquitously"]), + ("ubitquitous", &["ubiquitous"]), + ("ublisher", &["publisher"]), + ("ubunut", &["Ubuntu"]), + ("ubutunu", &["Ubuntu"]), + ("udated", &["updated", "dated"]), + ("udater", &["updater", "dater"]), + ("udating", &["updating", "dating"]), + ("udno", &["undo", "uno"]), + ("udpatable", &["updatable"]), + ("udpate", &["update"]), + ("udpated", &["updated"]), + ("udpater", &["updater"]), + ("udpates", &["updates"]), + ("udpating", &["updating"]), + ("ue", &["use", "due"]), + ("ueful", &["useful"]), + ("uegister", &["unregister"]), + ("uesd", &["used"]), + ("uggly", &["ugly"]), + ("ugglyness", &["ugliness"]), + ("uglyness", &["ugliness"]), + ("uique", &["unique"]), + ("uise", &["use"]), + ("uite", &["suite"]), + ("uites", &["suites"]), + ("uknown", &["unknown"]), + ("uknowns", &["unknowns"]), + ("ukowns", &["unknowns", "unknown"]), + ("Ukranian", &["Ukrainian"]), + ("ulimited", &["unlimited"]), + ("ulter", &["alter"]), + ("ulteration", &["alteration"]), + ("ulterations", &["alterations"]), + ("ultered", &["altered"]), + ("ultering", &["altering"]), + ("ulters", &["alters"]), + ("ultimatly", &["ultimately"]), + ("ultimely", &["ultimately"]), + ("umambiguous", &["unambiguous"]), + ("umark", &["unmark"]), + ("umarked", &["unmarked"]), + ("umbrealla", &["umbrella"]), + ("uminportant", &["unimportant"]), + ("umit", &["unit"]), + ("ummark", &["unmark"]), + ("umoutn", &["umount"]), + ("unabailable", &["unavailable"]), + ("unabale", &["unable"]), + ("unabel", &["unable"]), + ("unacceptible", &["unacceptable"]), + ("unaccesible", &["unaccessible"]), + ("unacknowleged", &["unacknowledged"]), + ("unacompanied", &["unaccompanied"]), + ("unahppy", &["unhappy"]), + ("unalllowed", &["unallowed"]), + ("unambigious", &["unambiguous"]), + ("unambigous", &["unambiguous"]), + ("unambigously", &["unambiguously"]), + ("unamed", &["unnamed"]), + ("unanimuous", &["unanimous"]), + ("unanymous", &["unanimous"]), + ("unaquired", &["unacquired"]), + ("unarchving", &["unarchiving"]), + ("unathenticated", &["unauthenticated"]), + ("unathorised", &["unauthorised"]), + ("unatteded", &["unattended"]), + ("unauthenicated", &["unauthenticated"]), + ("unavaiable", &["unavailable"]), + ("unavaialable", &["unavailable"]), + ("unavaialbale", &["unavailable"]), + ("unavaialbe", &["unavailable"]), + ("unavaialbel", &["unavailable"]), + ("unavaialbility", &["unavailability"]), + ("unavaialble", &["unavailable"]), + ("unavaible", &["unavailable"]), + ("unavailabel", &["unavailable"]), + ("unavailible", &["unavailable"]), + ("unavaliable", &["unavailable"]), + ("unavaoidable", &["unavoidable"]), + ("unavilable", &["unavailable"]), + ("unballance", &["unbalance"]), + ("unbeknowst", &["unbeknownst"]), + ("unbeleifable", &["unbelievable"]), + ("unbeleivable", &["unbelievable"]), + ("unbeliefable", &["unbelievable"]), + ("unbelivable", &["unbelievable"]), + ("unbeliveable", &["unbelievable"]), + ("unbeliveably", &["unbelievably"]), + ("unbelivebly", &["unbelievably"]), + ("unborned", &["unborn"]), + ("unbouind", &["unbound"]), + ("unbouinded", &["unbounded"]), + ("unboun", &["unbound"]), + ("unbounad", &["unbound"]), + ("unbounaded", &["unbounded"]), + ("unbouned", &["unbounded"]), + ("unbounnd", &["unbound"]), + ("unbounnded", &["unbounded"]), + ("unbouund", &["unbound"]), + ("unbouunded", &["unbounded"]), + ("unbunded", &["unbundled", "unbounded"]), + ("uncahnged", &["unchanged"]), + ("uncalcualted", &["uncalculated"]), + ("unce", &["once"]), + ("uncehck", &["uncheck"]), + ("uncehcked", &["unchecked"]), + ("uncertaincy", &["uncertainty"]), + ("uncertainities", &["uncertainties"]), + ("uncertainity", &["uncertainty"]), + ("uncessarily", &["unnecessarily"]), + ("unchache", &["uncache"]), + ("unchached", &["uncached"]), + ("unchaged", &["unchanged"]), + ("unchainged", &["unchanged"]), + ("unchallengable", &["unchallengeable"]), + ("unchaned", &["unchanged"]), + ("unchaneged", &["unchanged"]), + ("unchangable", &["unchangeable"]), + ("uncheked", &["unchecked"]), + ("unchenged", &["unchanged"]), + ("uncognized", &["unrecognized"]), + ("uncoment", &["uncomment"]), + ("uncomented", &["uncommented"]), + ("uncomenting", &["uncommenting"]), + ("uncoments", &["uncomments"]), + ("uncomitted", &["uncommitted"]), + ("uncommited", &["uncommitted"]), + ("uncommment", &["uncomment"]), + ("uncommmented", &["uncommented"]), + ("uncommmenting", &["uncommenting"]), + ("uncommments", &["uncomments"]), + ("uncommmitted", &["uncommitted"]), + ("uncommmon", &["uncommon"]), + ("uncommpresed", &["uncompressed"]), + ("uncommpresion", &["uncompression"]), + ("uncommpressd", &["uncompressed"]), + ("uncommpressed", &["uncompressed"]), + ("uncommpression", &["uncompression"]), + ("uncommtited", &["uncommitted"]), + ("uncomon", &["uncommon"]), + ("uncompetetive", &["uncompetitive"]), + ("uncompetive", &["uncompetitive"]), + ("uncomplete", &["incomplete"]), + ("uncompleteness", &["incompleteness"]), + ("uncompletness", &["incompleteness"]), + ("uncompres", &["uncompress"]), + ("uncompresed", &["uncompressed"]), + ("uncompreses", &["uncompresses"]), + ("uncompresing", &["uncompressing"]), + ("uncompresor", &["uncompressor"]), + ("uncompresors", &["uncompressors"]), + ("uncomprss", &["uncompress"]), + ("unconcious", &["unconscious"]), + ("unconciousness", &["unconsciousness"]), + ("unconcistencies", &["inconsistencies"]), + ("unconcistency", &["inconsistency"]), + ("unconcistent", &["inconsistent"]), + ("uncondisional", &["unconditional"]), + ("uncondisionaly", &["unconditionally"]), + ("uncondisionnal", &["unconditional"]), + ("uncondisionnaly", &["unconditionally"]), + ("unconditinally", &["unconditionally"]), + ("unconditionaly", &["unconditionally"]), + ("unconditionnal", &["unconditional"]), + ("unconditionnally", &["unconditionally"]), + ("unconditionnaly", &["unconditionally"]), + ("uncondtional", &["unconditional"]), + ("uncondtionally", &["unconditionally"]), + ("unconfiged", &["unconfigured"]), + ("unconfortability", &["discomfort"]), + ("unconsisntency", &["inconsistency"]), + ("unconsistent", &["inconsistent"]), + ("uncontitutional", &["unconstitutional"]), + ("uncontrolable", &["uncontrollable"]), + ("unconvential", &["unconventional"]), + ("uncorectly", &["incorrectly"]), + ("uncorelated", &["uncorrelated"]), + ("uncorrect", &["incorrect"]), + ("uncorrectly", &["incorrectly"]), + ("uncorrolated", &["uncorrelated"]), + ("uncoverted", &["unconverted"]), + ("uncrypted", &["unencrypted"]), + ("undecideable", &["undecidable"]), + ("undefied", &["undefined"]), + ("undefien", &["undefine"]), + ("undefiend", &["undefined"]), + ("undefinied", &["undefined"]), + ("undeflow", &["underflow"]), + ("undeflows", &["underflows"]), + ("undefuned", &["undefined"]), + ("undependend", &["independent", "nondependent"]), + ("underfiend", &["undefined"]), + ("underfined", &["undefined"]), + ("underlayed", &["underlaid"]), + ("underlaying", &["underlying"]), + ("underlow", &["underflow"]), + ("underrrun", &["underrun"]), + ("undersacn", &["underscan"]), + ("understadn", &["understand"]), + ("understadnable", &["understandable"]), + ("understadning", &["understanding"]), + ("understadns", &["understands"]), + ("understoon", &["understood"]), + ("understoud", &["understood"]), + ("undertable", &["understandable", "understand"]), + ("undertand", &["understand"]), + ("undertandable", &["understandable"]), + ("undertanded", &["understood"]), + ("undertanding", &["understanding"]), + ("undertands", &["understands"]), + ("undertsand", &["understand"]), + ("undertsanding", &["understanding"]), + ("undertsands", &["understands"]), + ("undertsood", &["understood"]), + ("undertstand", &["understand"]), + ("undertstands", &["understands"]), + ("underun", &["underrun"]), + ("underuns", &["underruns"]), + ("underware", &["underwear"]), + ("underyling", &["underlying"]), + ("undesireable", &["undesirable"]), + ("undestand", &["understand"]), + ("undestood", &["understood"]), + ("undet", &["under"]), + ("undetecable", &["undetectable"]), + ("undetstand", &["understand"]), + ("undetware", &["underwear"]), + ("undetwater", &["underwater"]), + ("undfine", &["undefine"]), + ("undfined", &["undefined"]), + ("undfines", &["undefines"]), + ("undistinghable", &["indistinguishable"]), + ("undoed", &["undo", "undone"]), + ("undorder", &["unorder"]), + ("undordered", &["unordered"]), + ("undoubtely", &["undoubtedly"]), + ("undreground", &["underground"]), + ("undupplicated", &["unduplicated"]), + ("uneccesary", &["unnecessary"]), + ("uneccessarily", &["unnecessarily"]), + ("unecessarily", &["unnecessarily"]), + ("unecessary", &["unnecessary"]), + ("uneeded", &["unneeded", "unheeded", "needed"]), + ("uneforceable", &["unenforceable"]), + ("uneform", &["uniform"]), + ("unencrpt", &["unencrypt"]), + ("unencrpted", &["unencrypted"]), + ("unenforcable", &["unenforceable"]), + ("unepected", &["unexpected"]), + ("unepectedly", &["unexpectedly"]), + ("unequalities", &["inequalities"]), + ("unequality", &["inequality"]), + ("uner", &["under"]), + ("unesacpe", &["unescape"]), + ("unesacped", &["unescaped"]), + ("unessecarry", &["unnecessary"]), + ("unessecary", &["unnecessary"]), + ("unexcected", &["unexpected"]), + ("unexcectedly", &["unexpectedly"]), + ("unexcpected", &["unexpected"]), + ("unexcpectedly", &["unexpectedly"]), + ("unexecpted", &["unexpected"]), + ("unexecptedly", &["unexpectedly"]), + ("unexected", &["unexpected"]), + ("unexectedly", &["unexpectedly"]), + ("unexepcted", &["unexpected"]), + ("unexepctedly", &["unexpectedly"]), + ("unexepected", &["unexpected"]), + ("unexepectedly", &["unexpectedly"]), + ("unexpacted", &["unexpected"]), + ("unexpactedly", &["unexpectedly"]), + ("unexpcted", &["unexpected"]), + ("unexpctedly", &["unexpectedly"]), + ("unexpecetd", &["unexpected"]), + ("unexpecetdly", &["unexpectedly"]), + ("unexpect", &["unexpected"]), + ("unexpectd", &["unexpected"]), + ("unexpectdly", &["unexpectedly"]), + ("unexpecte", &["unexpected"]), + ("unexpectely", &["unexpectedly"]), + ("unexpectend", &["unexpected"]), + ("unexpectendly", &["unexpectedly"]), + ("unexpectly", &["unexpectedly"]), + ("unexpeected", &["unexpected"]), + ("unexpeectedly", &["unexpectedly"]), + ("unexpepected", &["unexpected"]), + ("unexpepectedly", &["unexpectedly"]), + ("unexpepted", &["unexpected"]), + ("unexpeptedly", &["unexpectedly"]), + ("unexpercted", &["unexpected"]), + ("unexperctedly", &["unexpectedly"]), + ("unexpested", &["unexpected"]), + ("unexpestedly", &["unexpectedly"]), + ("unexpetced", &["unexpected"]), + ("unexpetcedly", &["unexpectedly"]), + ("unexpetct", &["unexpected"]), + ("unexpetcted", &["unexpected"]), + ("unexpetctedly", &["unexpectedly"]), + ("unexpetctly", &["unexpectedly"]), + ("unexpetect", &["unexpected"]), + ("unexpetected", &["unexpected"]), + ("unexpetectedly", &["unexpectedly"]), + ("unexpetectly", &["unexpectedly"]), + ("unexpeted", &["unexpected"]), + ("unexpetedly", &["unexpectedly"]), + ("unexpexcted", &["unexpected"]), + ("unexpexctedly", &["unexpectedly"]), + ("unexpexted", &["unexpected"]), + ("unexpextedly", &["unexpectedly"]), + ("unexspected", &["unexpected"]), + ("unexspectedly", &["unexpectedly"]), + ("unfilp", &["unflip"]), + ("unfilpped", &["unflipped"]), + ("unfilpping", &["unflipping"]), + ("unfilps", &["unflips"]), + ("unflaged", &["unflagged"]), + ("unflexible", &["inflexible"]), + ("unforetunately", &["unfortunately"]), + ("unforgetable", &["unforgettable"]), + ("unforgiveable", &["unforgivable"]), + ("unformated", &["unformatted"]), + ("unforseen", &["unforeseen"]), + ("unforttunately", &["unfortunately"]), + ("unfortuante", &["unfortunate"]), + ("unfortuantely", &["unfortunately"]), + ("unfortunaltely", &["unfortunately"]), + ("unfortunaly", &["unfortunately"]), + ("unfortunat", &["unfortunate"]), + ("unfortunatelly", &["unfortunately"]), + ("unfortunatetly", &["unfortunately"]), + ("unfortunatley", &["unfortunately"]), + ("unfortunatly", &["unfortunately"]), + ("unfortunetly", &["unfortunately"]), + ("unfortuntaly", &["unfortunately"]), + ("unforunate", &["unfortunate"]), + ("unforunately", &["unfortunately"]), + ("unforutunate", &["unfortunate"]), + ("unforutunately", &["unfortunately"]), + ("unfourtunately", &["unfortunately"]), + ("unfourtunetly", &["unfortunately"]), + ("unfurtunately", &["unfortunately"]), + ("ungeneralizeable", &["ungeneralizable"]), + ("unhandeled", &["unhandled"]), + ("unhilight", &["unhighlight"]), + ("unhilighted", &["unhighlighted"]), + ("unhilights", &["unhighlights"]), + ("Unicde", &["Unicode"]), + ("unidentifiedly", &["unidentified"]), + ("unidimensionnal", &["unidimensional"]), + ("unifiy", &["unify"]), + ("uniformely", &["uniformly"]), + ("uniformy", &["uniformly", "uniform"]), + ("unifrom", &["uniform"]), + ("unifromed", &["uniformed"]), + ("unifromity", &["uniformity"]), + ("unifroms", &["uniforms"]), + ("unigned", &["unsigned"]), + ("unihabited", &["uninhabited"]), + ("unilateraly", &["unilaterally"]), + ("unilatreal", &["unilateral"]), + ("unilatreally", &["unilaterally"]), + ("unimpemented", &["unimplemented"]), + ("unimplemeneted", &["unimplemented"]), + ("unimplimented", &["unimplemented"]), + ("uninfrom", &["uninform", "uniform"]), + ("uninfromed", &["uninformed", "uniformed"]), + ("uninfromes", &["uninforms", "uniforms"]), + ("uninfroming", &["uninforming", "uniforming"]), + ("uninfroms", &["uninforms", "uniforms"]), + ("uninitailised", &["uninitialised"]), + ("uninitailized", &["uninitialized"]), + ("uninitalise", &["uninitialise"]), + ("uninitalised", &["uninitialised"]), + ("uninitalises", &["uninitialises"]), + ("uninitalize", &["uninitialize"]), + ("uninitalized", &["uninitialized"]), + ("uninitalizes", &["uninitializes"]), + ("uniniteresting", &["uninteresting"]), + ("uninitializaed", &["uninitialized"]), + ("uninitialse", &["uninitialise"]), + ("uninitialsed", &["uninitialised"]), + ("uninitialses", &["uninitialises"]), + ("uninitialze", &["uninitialize"]), + ("uninitialzed", &["uninitialized"]), + ("uninitialzes", &["uninitializes"]), + ("uninstalable", &["uninstallable"]), + ("uninstatiated", &["uninstantiated"]), + ("unintelligable", &["unintelligible"]), + ("unintented", &["unintended"]), + ("unintentially", &["unintentionally"]), + ("uninteressting", &["uninteresting"]), + ("uninterpretted", &["uninterpreted"]), + ("uninterruped", &["uninterrupted"]), + ("uninterruptable", &["uninterruptible"]), + ("unintersting", &["uninteresting"]), + ("uninteruppted", &["uninterrupted"]), + ("uninterupted", &["uninterrupted"]), + ("unintesting", &["uninteresting"]), + ("unintialised", &["uninitialised"]), + ("unintialized", &["uninitialized"]), + ("unintiallised", &["uninitialised"]), + ("unintiallized", &["uninitialized"]), + ("unintialsied", &["uninitialised"]), + ("unintialzied", &["uninitialized"]), + ("unio", &["union"]), + ("unios", &["unions"]), + ("uniqe", &["unique"]), + ("uniqu", &["unique"]), + ("uniquness", &["uniqueness"]), + ("uniterrupted", &["uninterrupted"]), + ("UnitesStates", &["UnitedStates"]), + ("unitialize", &["uninitialize"]), + ("unitialized", &["uninitialized"]), + ("unitilised", &["uninitialised"]), + ("unitilising", &["uninitialising"]), + ("unitilities", &["utilities"]), + ("unitility", &["utility"]), + ("unitilized", &["uninitialized"]), + ("unitilizing", &["uninitializing"]), + ("unitilties", &["utilities"]), + ("unitilty", &["utility"]), + ("unititialized", &["uninitialized"]), + ("unitss", &["units"]), + ("univeral", &["universal"]), + ("univerally", &["universally"]), + ("univeriality", &["universality"]), + ("univeristies", &["universities"]), + ("univeristy", &["university"]), + ("univerities", &["universities"]), + ("univerity", &["university"]), + ("universial", &["universal"]), + ("universiality", &["universality"]), + ("universirty", &["university"]), + ("universtal", &["universal"]), + ("universtiy", &["university"]), + ("univesities", &["universities"]), + ("univesity", &["university"]), + ("univrsal", &["universal"]), + ("unkmown", &["unknown"]), + ("unknon", &["unknown"]), + ("unknonw", &["unknown"]), + ("unknonwn", &["unknown"]), + ("unknonws", &["unknowns"]), + ("unknwn", &["unknown"]), + ("unknwns", &["unknowns"]), + ("unknwoing", &["unknowing"]), + ("unknwoingly", &["unknowingly"]), + ("unknwon", &["unknown"]), + ("unknwons", &["unknowns"]), + ("unkonwn", &["unknown"]), + ("unkonwns", &["unknowns"]), + ("unkown", &["unknown"]), + ("unkowns", &["unknowns"]), + ("unkwown", &["unknown"]), + ("unlcear", &["unclear"]), + ("unles", &["unless"]), + ("unlikey", &["unlikely"]), + ("unlikley", &["unlikely"]), + ("unlimitied", &["unlimited"]), + ("unlimted", &["unlimited"]), + ("unline", &["unlike"]), + ("unloadins", &["unloading"]), + ("unmached", &["unmatched"]), + ("unmainted", &["unmaintained"]), + ("unmanouverable", &["unmaneuverable", "unmanoeuvrable"]), + ("unmaping", &["unmapping"]), + ("unmappend", &["unmapped"]), + ("unmarsalling", &["unmarshalling"]), + ("unmistakeably", &["unmistakably"]), + ("unmodfide", &["unmodified"]), + ("unmodfided", &["unmodified"]), + ("unmodfied", &["unmodified"]), + ("unmodfieid", &["unmodified"]), + ("unmodfified", &["unmodified"]), + ("unmodfitied", &["unmodified"]), + ("unmodifable", &["unmodifiable"]), + ("unmodifed", &["unmodified"]), + ("unmoutned", &["unmounted"]), + ("unnacquired", &["unacquired"]), + ("unncessary", &["unnecessary"]), + ("unneccecarily", &["unnecessarily"]), + ("unneccecary", &["unnecessary"]), + ("unneccesarily", &["unnecessarily"]), + ("unneccesary", &["unnecessary"]), + ("unneccessarily", &["unnecessarily"]), + ("unneccessary", &["unnecessary"]), + ("unnecesarily", &["unnecessarily"]), + ("unnecesarrily", &["unnecessarily"]), + ("unnecesarry", &["unnecessary"]), + ("unnecesary", &["unnecessary"]), + ("unnecessar", &["unnecessary"]), + ("unnecessarilly", &["unnecessarily"]), + ("unnecesserily", &["unnecessarily"]), + ("unnecessery", &["unnecessary"]), + ("unnecssary", &["unnecessary"]), + ("unnedded", &["unneeded"]), + ("unneded", &["unneeded"]), + ("unneedingly", &["unnecessarily"]), + ("unnescessarily", &["unnecessarily"]), + ("unnescessary", &["unnecessary"]), + ("unnesesarily", &["unnecessarily"]), + ("unnessasary", &["unnecessary"]), + ("unnessecarily", &["unnecessarily"]), + ("unnessecarry", &["unnecessary"]), + ("unnessecary", &["unnecessary"]), + ("unnessesarily", &["unnecessarily"]), + ("unnessesary", &["unnecessary"]), + ("unnessessarily", &["unnecessarily"]), + ("unnessessary", &["unnecessary"]), + ("unning", &["running"]), + ("unnnecessary", &["unnecessary"]), + ("unnsupported", &["unsupported"]), + ("unocde", &["Unicode"]), + ("unoffical", &["unofficial"]), + ("unoin", &["union"]), + ("unompress", &["uncompress"]), + ("unoperational", &["nonoperational"]), + ("unorderd", &["unordered"]), + ("unorotated", &["unrotated"]), + ("unoticeable", &["unnoticeable"]), + ("unpacke", &["unpacked"]), + ("unpacket", &["unpacked"]), + ("unparseable", &["unparsable"]), + ("unpertubated", &["unperturbed"]), + ("unperturbated", &["unperturbed"]), + ("unplease", &["displease"]), + ("unpleasent", &["unpleasant"]), + ("unplesant", &["unpleasant"]), + ("unplesent", &["unpleasant"]), + ("unprecendented", &["unprecedented"]), + ("unprecidented", &["unprecedented"]), + ("unprecise", &["imprecise"]), + ("unpredicatable", &["unpredictable"]), + ("unpredictablity", &["unpredictability"]), + ("unpredictible", &["unpredictable"]), + ("unpriviliged", &["unprivileged"]), + ("unprmopted", &["unprompted"]), + ("unqiue", &["unique"]), + ("unqoute", &["unquote"]), + ("unqouted", &["unquoted"]), + ("unqoutes", &["unquotes"]), + ("unqouting", &["unquoting"]), + ("unque", &["unique"]), + ("unreacahable", &["unreachable"]), + ("unreacahble", &["unreachable"]), + ("unreacheable", &["unreachable"]), + ("unrealeased", &["unreleased"]), + ("unreasonabily", &["unreasonably"]), + ("unrechable", &["unreachable"]), + ("unrecocnized", &["unrecognized"]), + ("unrecoginized", &["unrecognized"]), + ("unrecogized", &["unrecognized"]), + ("unrecognixed", &["unrecognized"]), + ("unreconized", &["unrecognized"]), + ("unrecovable", &["unrecoverable"]), + ("unrecovarable", &["unrecoverable"]), + ("unrecoverd", &["unrecovered"]), + ("unregester", &["unregister"]), + ("unregiste", &["unregister"]), + ("unregisted", &["unregistered"]), + ("unregisteing", &["registering"]), + ("unregisterd", &["unregistered"]), + ("unregisteres", &["unregisters"]), + ("unregistert", &["unregistered"]), + ("unregistes", &["unregisters"]), + ("unregisting", &["unregistering"]), + ("unregistred", &["unregistered"]), + ("unregistrs", &["unregisters"]), + ("unregiter", &["unregister"]), + ("unregiters", &["unregisters"]), + ("unregnized", &["unrecognized"]), + ("unregognised", &["unrecognised"]), + ("unregsiter", &["unregister"]), + ("unregsitered", &["unregistered"]), + ("unregsitering", &["unregistering"]), + ("unregsiters", &["unregisters"]), + ("unregster", &["unregister"]), + ("unregstered", &["unregistered"]), + ("unregstering", &["unregistering"]), + ("unregsters", &["unregisters"]), + ("unreigister", &["unregister"]), + ("unreigster", &["unregister"]), + ("unreigstered", &["unregistered"]), + ("unreigstering", &["unregistering"]), + ("unreigsters", &["unregisters"]), + ("unrelatd", &["unrelated"]), + ("unreleated", &["unrelated"]), + ("unrelted", &["unrelated"]), + ("unrelyable", &["unreliable"]), + ("unrelying", &["underlying"]), + ("unrepentent", &["unrepentant"]), + ("unrepetant", &["unrepentant"]), + ("unrepetent", &["unrepentant"]), + ("unreplacable", &["unreplaceable"]), + ("unreplacalbe", &["unreplaceable"]), + ("unreproducable", &["unreproducible"]), + ("unresgister", &["unregister"]), + ("unresgisterd", &["unregistered"]), + ("unresgistered", &["unregistered"]), + ("unresgisters", &["unregisters"]), + ("unresonable", &["unreasonable"]), + ("unresposive", &["unresponsive"]), + ("unrestrcited", &["unrestricted"]), + ("unrgesiter", &["unregister"]), + ("unroated", &["unrotated"]), + ("unrosponsive", &["unresponsive"]), + ("unsable", &["unusable", "usable", "unstable"]), + ("unsccessful", &["unsuccessful"]), + ("unscubscribe", &["subscribe"]), + ("unscubscribed", &["subscribed"]), + ("unsearcahble", &["unsearchable"]), + ("unsed", &["unused", "used"]), + ("unselcted", &["unselected"]), + ("unselctes", &["unselects"]), + ("unselcting", &["unselecting"]), + ("unselcts", &["unselects"]), + ("unselecgt", &["unselect"]), + ("unselecgted", &["unselected"]), + ("unselecgtes", &["unselects"]), + ("unselecgting", &["unselecting"]), + ("unselecgts", &["unselects"]), + ("unselectabe", &["unselectable"]), + ("unsepcified", &["unspecified"]), + ("unser", &["under", "unset", "unsure", "user"]), + ("unseting", &["unsetting"]), + ("unsettin", &["unsetting"]), + ("unsharable", &["unshareable"]), + ("unsiged", &["unsigned"]), + ("unsignificant", &["insignificant"]), + ("unsinged", &["unsigned"]), + ("unsoclicited", &["unsolicited"]), + ("unsolicitied", &["unsolicited"]), + ("unsolicted", &["unsolicited"]), + ("unspecificed", &["unspecified"]), + ("unspefcifieid", &["unspecified"]), + ("unspefeid", &["unspecified"]), + ("unspeficed", &["unspecified"]), + ("unspeficeid", &["unspecified"]), + ("unspeficialleid", &["unspecified"]), + ("unspeficiallied", &["unspecified"]), + ("unspeficiallifed", &["unspecified"]), + ("unspeficied", &["unspecified"]), + ("unspeficieid", &["unspecified"]), + ("unspeficifed", &["unspecified"]), + ("unspeficifeid", &["unspecified"]), + ("unspeficified", &["unspecified"]), + ("unspeficififed", &["unspecified"]), + ("unspeficiied", &["unspecified"]), + ("unspeficiifed", &["unspecified"]), + ("unspeficilleid", &["unspecified"]), + ("unspeficillied", &["unspecified"]), + ("unspeficillifed", &["unspecified"]), + ("unspeficiteid", &["unspecified"]), + ("unspeficitied", &["unspecified"]), + ("unspeficitifed", &["unspecified"]), + ("unspefied", &["unspecified"]), + ("unspefifed", &["unspecified"]), + ("unspefifeid", &["unspecified"]), + ("unspefified", &["unspecified"]), + ("unspefififed", &["unspecified"]), + ("unspefiied", &["unspecified"]), + ("unspefiifeid", &["unspecified"]), + ("unspefiified", &["unspecified"]), + ("unspefiififed", &["unspecified"]), + ("unspefixeid", &["unspecified"]), + ("unspefixied", &["unspecified"]), + ("unspefixifed", &["unspecified"]), + ("unspported", &["unsupported"]), + ("unstabel", &["unstable"]), + ("unstall", &["install", "uninstall"]), + ("unstallation", &["installation", "uninstallation"]), + ("unstalled", &["installed", "uninstalled"]), + ("unstaller", &["installer", "uninstaller"]), + ("unstalles", &["installs", "uninstalls"]), + ("unstalling", &["installing", "uninstalling"]), + ("unstalls", &["installs", "uninstalls"]), + ("unsuable", &["unusable"]), + ("unsual", &["unusual"]), + ("unsubscibe", &["unsubscribe"]), + ("unsubscibed", &["unsubscribed"]), + ("unsubscibing", &["unsubscribing"]), + ("unsubscirbe", &["unsubscribe"]), + ("unsubscirbed", &["unsubscribed"]), + ("unsubscirbing", &["unsubscribing"]), + ("unsubscirption", &["unsubscription"]), + ("unsubscirptions", &["unsubscriptions"]), + ("unsubscritpion", &["unsubscription"]), + ("unsubscritpions", &["unsubscriptions"]), + ("unsubscritpiton", &["unsubscription"]), + ("unsubscritpitons", &["unsubscriptions"]), + ("unsubscritption", &["unsubscription"]), + ("unsubscritptions", &["unsubscriptions"]), + ("unsubstanciated", &["unsubstantiated"]), + ("unsucccessful", &["unsuccessful"]), + ("unsucccessfully", &["unsuccessfully"]), + ("unsucccessul", &["unsuccessful"]), + ("unsucccessully", &["unsuccessfully"]), + ("unsuccesful", &["unsuccessful"]), + ("unsuccesfull", &["unsuccessful"]), + ("unsuccesfully", &["unsuccessfully"]), + ("unsuccessfull", &["unsuccessful"]), + ("unsuccessfullly", &["unsuccessfully"]), + ("unsucesful", &["unsuccessful"]), + ("unsucesfull", &["unsuccessful"]), + ("unsucesfully", &["unsuccessfully"]), + ("unsucesfuly", &["unsuccessfully"]), + ("unsucessefully", &["unsuccessfully"]), + ("unsucessflly", &["unsuccessfully"]), + ("unsucessfually", &["unsuccessfully"]), + ("unsucessful", &["unsuccessful"]), + ("unsucessfull", &["unsuccessful"]), + ("unsucessfully", &["unsuccessfully"]), + ("unsucessfuly", &["unsuccessfully"]), + ("unsucesssful", &["unsuccessful"]), + ("unsucesssfull", &["unsuccessful"]), + ("unsucesssfully", &["unsuccessfully"]), + ("unsucesssfuly", &["unsuccessfully"]), + ("unsucessufll", &["unsuccessful"]), + ("unsucessuflly", &["unsuccessfully"]), + ("unsucessully", &["unsuccessfully"]), + ("unsued", &["unused"]), + ("unsufficient", &["insufficient"]), + ("unsuportable", &["unsupportable"]), + ("unsuported", &["unsupported"]), + ("unsupport", &["unsupported"]), + ("unsupproted", &["unsupported"]), + ("unsupress", &["unsuppress"]), + ("unsupressed", &["unsuppressed"]), + ("unsupresses", &["unsuppresses"]), + ("unsuprised", &["unsurprised"]), + ("unsuprising", &["unsurprising"]), + ("unsuprisingly", &["unsurprisingly"]), + ("unsuprized", &["unsurprised"]), + ("unsuprizing", &["unsurprising"]), + ("unsuprizingly", &["unsurprisingly"]), + ("unsurprized", &["unsurprised"]), + ("unsurprizing", &["unsurprising"]), + ("unsurprizingly", &["unsurprisingly"]), + ("unsused", &["unused"]), + ("unswithced", &["unswitched"]), + ("unsychronise", &["unsynchronise"]), + ("unsychronised", &["unsynchronised"]), + ("unsychronize", &["unsynchronize"]), + ("unsychronized", &["unsynchronized"]), + ("untargetted", &["untargeted"]), + ("unter", &["under"]), + ("untill", &["until"]), + ("untils", &["until", "utils"]), + ("untintuitive", &["unintuitive"]), + ("untoched", &["untouched"]), + ("untqueue", &["unqueue"]), + ("untrached", &["untracked"]), + ("untranslateable", &["untranslatable"]), + ( + "untrasform", + &["untransform", "undo transform", "reverse transform"], + ), + ("untrasformed", &["untransformed"]), + ("untrasposed", &["untransposed"]), + ("untrustworty", &["untrustworthy"]), + ("unued", &["unused"]), + ("ununsed", &["unused"]), + ("ununsual", &["unusual"]), + ("unusal", &["unusual"]), + ("unusally", &["unusually"]), + ("unuseable", &["unusable"]), + ("unuseful", &["useless"]), + ("unusre", &["unsure"]), + ("unusuable", &["unusable"]), + ("unvailable", &["unavailable"]), + ("unvalid", &["invalid"]), + ("unvalidate", &["invalidate"]), + ("unverfified", &["unverified"]), + ("unversionned", &["unversioned"]), + ("unversoned", &["unversioned"]), + ("unviersity", &["university"]), + ("unwarrented", &["unwarranted"]), + ("unweildly", &["unwieldy"]), + ("unwieldly", &["unwieldy"]), + ("unwraped", &["unwrapped"]), + ("unwrritten", &["unwritten"]), + ("unx", &["unix"]), + ("unxepected", &["unexpected"]), + ("unxepectedly", &["unexpectedly"]), + ("unxpected", &["unexpected"]), + ("unziped", &["unzipped"]), + ("upadate", &["update"]), + ("upadated", &["updated"]), + ("upadater", &["updater"]), + ("upadates", &["updates"]), + ("upadating", &["updating"]), + ("upadte", &["update"]), + ("upadted", &["updated"]), + ("upadter", &["updater"]), + ("upadters", &["updaters"]), + ("upadtes", &["updates"]), + ("upagrade", &["upgrade"]), + ("upagraded", &["upgraded"]), + ("upate", &["update"]), + ("upated", &["updated"]), + ("upater", &["updater"]), + ("upates", &["updates"]), + ("upating", &["updating"]), + ("upcomming", &["upcoming"]), + ("updat", &["update"]), + ("updateded", &["updated"]), + ("updateed", &["updated"]), + ("updatees", &["updates"]), + ("updateing", &["updating"]), + ("updatig", &["updating"]), + ("updats", &["updates"]), + ("updgrade", &["upgrade"]), + ("updrage", &["upgrade"]), + ("updte", &["update"]), + ("uperclass", &["upperclass"]), + ("upgade", &["upgrade"]), + ("upgarde", &["upgrade"]), + ("upgarte", &["upgrade"]), + ("upgradded", &["upgraded"]), + ("upgradei", &["upgrade"]), + ("upgradingn", &["upgrading"]), + ("upgrate", &["upgrade"]), + ("upholstry", &["upholstery"]), + ("uplad", &["upload"]), + ("upladad", &["upload", "uploaded"]), + ("upladaded", &["uploaded"]), + ("upladed", &["uploaded"]), + ("uplader", &["uploader"]), + ("upladers", &["uploaders"]), + ("uplading", &["uploading"]), + ("uplads", &["uploads"]), + ("uplaod", &["upload"]), + ("uplaodad", &["upload", "uploaded"]), + ("uplaodaded", &["uploaded"]), + ("uplaoded", &["uploaded"]), + ("uplaoder", &["uploader"]), + ("uplaoders", &["uploaders"]), + ("uplaodes", &["uploads"]), + ("uplaoding", &["uploading"]), + ("uplaods", &["uploads"]), + ("upliad", &["upload"]), + ("uplod", &["upload"]), + ("uplodad", &["upload", "uploaded"]), + ("uplodaded", &["uploaded"]), + ("uploded", &["uploaded"]), + ("uploder", &["uploader"]), + ("uploders", &["uploaders"]), + ("uploding", &["uploading"]), + ("uplods", &["uploads"]), + ("uppler", &["upper"]), + ("uppon", &["upon"]), + ("upported", &["supported"]), + ("upporterd", &["supported"]), + ("uppstream", &["upstream"]), + ("uppstreamed", &["upstreamed"]), + ("uppstreamer", &["upstreamer"]), + ("uppstreaming", &["upstreaming"]), + ("uppstreams", &["upstreams"]), + ("uppwards", &["upwards"]), + ("uprade", &["upgrade"]), + ("uprgaded", &["upgraded"]), + ("upsream", &["upstream"]), + ("upsreamed", &["upstreamed"]), + ("upsreamer", &["upstreamer"]), + ("upsreaming", &["upstreaming"]), + ("upsreams", &["upstreams"]), + ("upsrteam", &["upstream"]), + ("upsrteamed", &["upstreamed"]), + ("upsrteamer", &["upstreamer"]), + ("upsrteaming", &["upstreaming"]), + ("upsrteams", &["upstreams"]), + ("upsteam", &["upstream"]), + ("upsteamed", &["upstreamed"]), + ("upsteamer", &["upstreamer"]), + ("upsteaming", &["upstreaming"]), + ("upsteams", &["upstreams"]), + ("upsteram", &["upstream"]), + ("upsteramed", &["upstreamed"]), + ("upsteramer", &["upstreamer"]), + ("upsteraming", &["upstreaming"]), + ("upsterams", &["upstreams"]), + ("upstread", &["upstream"]), + ("upstreamedd", &["upstreamed"]), + ("upstreammed", &["upstreamed"]), + ("upstreammer", &["upstreamer"]), + ("upstreamming", &["upstreaming"]), + ("upstreem", &["upstream"]), + ("upstreemed", &["upstreamed"]), + ("upstreemer", &["upstreamer"]), + ("upstreeming", &["upstreaming"]), + ("upstreems", &["upstreams"]), + ("upstrema", &["upstream"]), + ("upsupported", &["unsupported"]), + ("uptadeable", &["updatable"]), + ("uptdate", &["update"]), + ("uptim", &["uptime"]), + ("uptions", &["options"]), + ("upto", &["up to"]), + ("uptodate", &["up-to-date"]), + ("uptodateness", &["up-to-dateness"]), + ("uptream", &["upstream"]), + ("uptreamed", &["upstreamed"]), + ("uptreamer", &["upstreamer"]), + ("uptreaming", &["upstreaming"]), + ("uptreams", &["upstreams"]), + ("ure", &["sure", "ire", "are", "urea", "rue"]), + ("urrlib", &["urllib"]), + ("usal", &["usual"]), + ("usally", &["usually"]), + ("uscaled", &["unscaled"]), + ("useability", &["usability"]), + ("useable", &["usable"]), + ("useage", &["usage"]), + ("usebility", &["usability"]), + ("useble", &["usable"]), + ("useed", &["used"]), + ("usees", &["uses"]), + ("usefule", &["useful"]), + ("usefulfor", &["useful for"]), + ("usefull", &["useful"]), + ("usefullness", &["usefulness"]), + ("usefult", &["useful"]), + ("usefuly", &["usefully"]), + ("usefutl", &["useful"]), + ("useg", &["user", "usage"]), + ("usege", &["usage"]), + ("useing", &["using"]), + ("user-defiend", &["user-defined"]), + ("user-defiened", &["user-defined"]), + ("usera", &["users"]), + ("userapace", &["userspace"]), + ("userful", &["useful"]), + ("userpace", &["userspace"]), + ("userpsace", &["userspace"]), + ("usersapce", &["userspace"]), + ("userspase", &["userspace"]), + ("usesfull", &["useful"]), + ("usespace", &["userspace"]), + ("usetnet", &["Usenet"]), + ("usibility", &["usability"]), + ("usible", &["usable"]), + ("usig", &["using"]), + ("usign", &["using", "unsign"]), + ("usiing", &["using"]), + ("usin", &["using"]), + ("usind", &["using"]), + ("usinging", &["using"]), + ("usinng", &["using"]), + ("usng", &["using"]), + ("uspported", &["supported", "unsupported"]), + ("usseful", &["useful"]), + ("ussual", &["usual"]), + ("ussuall", &["usual"]), + ("ussually", &["usually"]), + ("usuable", &["usable"]), + ("usuage", &["usage"]), + ("usuall", &["usually", "usual"]), + ("usuallly", &["usually"]), + ("usualy", &["usually"]), + ("usueful", &["useful"]), + ("usupported", &["unsupported"]), + ("ususal", &["usual"]), + ("ususally", &["usually"]), + ("UTF8ness", &["UTF-8-ness"]), + ("utiilties", &["utilities"]), + ("utilies", &["utilities"]), + ("utililties", &["utilities"]), + ("utilis", &["utilise"]), + ("utilisa", &["utilise"]), + ("utilisaton", &["utilisation"]), + ("utilites", &["utilities"]), + ("utilitisation", &["utilisation"]), + ("utilitise", &["utilise"]), + ("utilitises", &["utilises"]), + ("utilitising", &["utilising"]), + ("utilitization", &["utilization"]), + ("utilitize", &["utilize"]), + ("utilitizes", &["utilizes"]), + ("utilitizing", &["utilizing"]), + ("utiliz", &["utilize"]), + ("utiliza", &["utilize"]), + ("utilizaton", &["utilization"]), + ("utillities", &["utilities"]), + ("utilties", &["utilities"]), + ("utiltities", &["utilities"]), + ("utiltity", &["utility"]), + ("utilty", &["utility"]), + ("utitity", &["utility"]), + ("utitlty", &["utility"]), + ("utlities", &["utilities"]), + ("utlity", &["utility"]), + ("utput", &["output"]), + ("utputs", &["outputs"]), + ("uupload", &["upload"]), + ("vaalues", &["values"]), + ("vaccum", &["vacuum"]), + ("vaccume", &["vacuum"]), + ("vaccuum", &["vacuum"]), + ("vacinity", &["vicinity"]), + ("vactor", &["vector"]), + ("vactors", &["vectors"]), + ("vacumme", &["vacuum"]), + ("vacuosly", &["vacuously"]), + ("vaguaries", &["vagaries"]), + ("vaiable", &["variable"]), + ("vaiables", &["variables"]), + ("vaiant", &["variant"]), + ("vaiants", &["variants"]), + ("vaid", &["valid", "void"]), + ("vaieties", &["varieties"]), + ("vailable", &["available"]), + ("vaild", &["valid"]), + ("vailidity", &["validity"]), + ("vailidty", &["validity"]), + ("vairable", &["variable"]), + ("vairous", &["various"]), + ("vakue", &["value"]), + ("vakued", &["valued"]), + ("vakues", &["values"]), + ("valailable", &["available"]), + ("valdate", &["validate"]), + ("valetta", &["valletta"]), + ("valiator", &["validator"]), + ("validaterelase", &["validaterelease"]), + ("valide", &["valid"]), + ("valididty", &["validity"]), + ("validing", &["validating"]), + ("valied", &["valid"]), + ("valies", &["values"]), + ("valif", &["valid"]), + ("valitdity", &["validity"]), + ("valkues", &["values"]), + ("vallid", &["valid"]), + ("vallidation", &["validation"]), + ("vallidity", &["validity"]), + ("vallue", &["value"]), + ("vallues", &["values"]), + ("valtage", &["voltage"]), + ("valtages", &["voltages"]), + ("valu", &["value"]), + ("valuble", &["valuable"]), + ("valudes", &["values"]), + ("value-to-pack", &["value to pack"]), + ("valueable", &["valuable"]), + ("valuess", &["values"]), + ("valuie", &["value"]), + ("valuse", &["values", "value"]), + ("vanishs", &["vanishes"]), + ("varable", &["variable"]), + ("varables", &["variables"]), + ("varaiable", &["variable"]), + ("varaiables", &["variables"]), + ("varaiance", &["variance"]), + ("varaiation", &["variation"]), + ("varaible", &["variable"]), + ("varaibles", &["variables"]), + ("varation", &["variation"]), + ("varations", &["variations"]), + ("variabe", &["variable"]), + ("variabel", &["variable"]), + ("variabele", &["variable"]), + ("variabes", &["variables"]), + ("varialbles", &["variables"]), + ("varian", &["variant"]), + ("variantions", &["variations"]), + ("variatinos", &["variations"]), + ("variatoin", &["variation"]), + ("variatoins", &["variations"]), + ("varibable", &["variable"]), + ("varibables", &["variables"]), + ("varibale", &["variable"]), + ("varibales", &["variables"]), + ("varibaless", &["variables"]), + ("varibel", &["variable"]), + ("varibels", &["variables"]), + ("varibility", &["variability"]), + ("variblae", &["variable"]), + ("variblaes", &["variables"]), + ("varible", &["variable"]), + ("varibles", &["variables"]), + ("varience", &["variance"]), + ("varient", &["variant"]), + ("varients", &["variants"]), + ("varierty", &["variety"]), + ("variey", &["variety"]), + ("variing", &["varying"]), + ("varing", &["varying"]), + ("varities", &["varieties"]), + ("varity", &["variety"]), + ("variuos", &["various"]), + ("variuous", &["various"]), + ("varius", &["various"]), + ("varn", &["warn"]), + ("varned", &["warned"]), + ("varning", &["warning"]), + ("varnings", &["warnings"]), + ("varns", &["warns"]), + ("varoius", &["various"]), + ("vartical", &["vertical"]), + ("vartically", &["vertically"]), + ("vas", &["was"]), + ("vasall", &["vassal"]), + ("vasalls", &["vassals"]), + ("vaue", &["value"]), + ("vaule", &["value"]), + ("vauled", &["valued"]), + ("vaules", &["values"]), + ("vauling", &["valuing"]), + ("vave", &["have", "valve"]), + ("vavle", &["valve"]), + ("vavlue", &["value"]), + ("vavriable", &["variable"]), + ("vavriables", &["variables"]), + ("vbsrcript", &["vbscript"]), + ("vebrose", &["verbose"]), + ("vecotr", &["vector"]), + ("vecotrs", &["vectors"]), + ("vectore", &["vector"]), + ("vectores", &["vectors"]), + ("vecvtor", &["vector"]), + ("vecvtors", &["vectors"]), + ("vedio", &["video"]), + ("vefiry", &["verify"]), + ("vegatarian", &["vegetarian"]), + ("vegeterian", &["vegetarian"]), + ("vegitable", &["vegetable"]), + ("vegitables", &["vegetables"]), + ("vegtable", &["vegetable"]), + ("vehicule", &["vehicle"]), + ("veify", &["verify"]), + ("veiw", &["view"]), + ("veiwed", &["viewed"]), + ("veiwer", &["viewer"]), + ("veiwers", &["viewers"]), + ("veiwing", &["viewing"]), + ("veiwings", &["viewings"]), + ("veiws", &["views"]), + ("vektor", &["vector"]), + ("vektors", &["vectors"]), + ("velidate", &["validate"]), + ("vell", &["well"]), + ("velociries", &["velocities"]), + ("velociry", &["velocity"]), + ("vender", &["vendor"]), + ("venders", &["vendors"]), + ("venemous", &["venomous"]), + ("vengance", &["vengeance"]), + ("vengence", &["vengeance"]), + ("verbatum", &["verbatim"]), + ("verbous", &["verbose"]), + ("verbouse", &["verbose"]), + ("verbously", &["verbosely"]), + ("verbse", &["verbose"]), + ("veresion", &["version"]), + ("veresions", &["versions"]), + ("verfication", &["verification"]), + ("verfifiable", &["verifiable"]), + ("verfification", &["verification"]), + ("verfifications", &["verifications"]), + ("verfified", &["verified"]), + ("verfifier", &["verifier"]), + ("verfifiers", &["verifiers"]), + ("verfifies", &["verifies"]), + ("verfify", &["verify"]), + ("verfifying", &["verifying"]), + ("verfy", &["verify"]), + ("verfying", &["verifying"]), + ("verifi", &["verify", "verified"]), + ("verifiaction", &["verification"]), + ("verifie", &["verify", "verified"]), + ("verifing", &["verifying"]), + ("verifty", &["verify"]), + ("veriftying", &["verifying"]), + ("verifyied", &["verified"]), + ("verion", &["version"]), + ("verions", &["versions"]), + ("veriosn", &["version"]), + ("veriosns", &["versions"]), + ("verious", &["various"]), + ("verison", &["version"]), + ("verisoned", &["versioned"]), + ("verisons", &["versions"]), + ("veritcal", &["vertical"]), + ("veritical", &["vertical"]), + ("verly", &["very"]), + ("vermillion", &["vermilion"]), + ("verndor", &["vendor"]), + ("verrical", &["vertical"]), + ("verry", &["very"]), + ("vershin", &["version"]), + ("versin", &["version"]), + ("versio", &["version"]), + ("versiob", &["version"]), + ("versioed", &["versioned"]), + ("versioing", &["versioning"]), + ("versiom", &["version"]), + ("versionaddded", &["versionadded"]), + ("versionm", &["version"]), + ("versionms", &["versions"]), + ("versionned", &["versioned"]), + ("versionning", &["versioning"]), + ("versios", &["versions"]), + ("versitilaty", &["versatility"]), + ("versitlity", &["versatility"]), + ("versoin", &["version"]), + ("verson", &["version"]), + ("versoned", &["versioned"]), + ("versons", &["versions"]), + ("vertextes", &["vertices"]), + ("vertexts", &["vertices"]), + ("vertial", &["vertical"]), + ("verticall", &["vertical"]), + ("verticaly", &["vertically"]), + ("verticies", &["vertices"]), + ("verticle", &["vertical"]), + ("verticlealign", &["verticalalign"]), + ("vertiece", &["vertex"]), + ("vertieces", &["vertices"]), + ("vertifiable", &["verifiable"]), + ("vertification", &["verification"]), + ("vertifications", &["verifications"]), + ("vertify", &["verify"]), + ("vertikal", &["vertical"]), + ("vertix", &["vertex"]), + ("vertixes", &["vertices"]), + ("vertixs", &["vertices"]), + ("veryfieng", &["verifying"]), + ("veryfy", &["verify"]), + ("veryified", &["verified"]), + ("veryifies", &["verifies"]), + ("veryify", &["verify"]), + ("veryifying", &["verifying"]), + ("vesion", &["version"]), + ("vesions", &["versions"]), + ("vetex", &["vertex"]), + ("vetexes", &["vertices"]), + ("vetween", &["between"]), + ("vew", &["view"]), + ("veyr", &["very"]), + ("vhild", &["child"]), + ("viatnamese", &["Vietnamese"]), + ("vice-fersa", &["vice-versa"]), + ("vice-wersa", &["vice-versa"]), + ("vicefersa", &["vice-versa"]), + ("vicewersa", &["vice-versa"]), + ("videostreamming", &["videostreaming"]), + ("vieport", &["viewport"]), + ("vieports", &["viewports"]), + ("vietnamesea", &["Vietnamese"]), + ("viewtransfromation", &["viewtransformation"]), + ("vigeur", &["vigueur", "vigour", "vigor"]), + ("vigilence", &["vigilance"]), + ("vigourous", &["vigorous"]), + ("vill", &["will"]), + ("villian", &["villain"]), + ("villification", &["vilification"]), + ("villify", &["vilify"]), + ("villin", &["villi", "villain", "villein"]), + ("vincinity", &["vicinity"]), + ("vinrator", &["vibrator"]), + ("vioalte", &["violate"]), + ("vioaltion", &["violation"]), + ("violentce", &["violence"]), + ("violoated", &["violated"]), + ("violoating", &["violating"]), + ("violoation", &["violation"]), + ("violoations", &["violations"]), + ("virtal", &["virtual"]), + ("virtaul", &["virtual"]), + ("virtical", &["vertical"]), + ("virtiual", &["virtual"]), + ("virtualisaion", &["virtualisation"]), + ("virtualisaiton", &["virtualisation"]), + ("virtualizaion", &["virtualization"]), + ("virtualizaiton", &["virtualization"]), + ("virtualiziation", &["virtualization"]), + ("virtualy", &["virtually"]), + ("virtuell", &["virtual"]), + ("virtural", &["virtual"]), + ("virture", &["virtue"]), + ("virual", &["virtual", "viral"]), + ("virutal", &["virtual"]), + ("virutalenv", &["virtualenv"]), + ("virutalisation", &["virtualisation"]), + ("virutalise", &["virtualise"]), + ("virutalised", &["virtualised"]), + ("virutalization", &["virtualization"]), + ("virutalize", &["virtualize"]), + ("virutalized", &["virtualized"]), + ("virutally", &["virtually"]), + ("virutals", &["virtuals"]), + ("visability", &["visibility"]), + ("visable", &["visible"]), + ("visably", &["visibly"]), + ("visble", &["visible"]), + ("visblie", &["visible"]), + ("visbly", &["visibly"]), + ("visiable", &["visible"]), + ("visiably", &["visibly"]), + ("visibale", &["visible"]), + ("visibile", &["visible"]), + ("visibilty", &["visibility"]), + ("visibleable", &["visible"]), + ("visibles", &["visible"]), + ("visiblities", &["visibilities"]), + ("visiblity", &["visibility"]), + ("visiblle", &["visible"]), + ("visinble", &["visible"]), + ("visious", &["vicious"]), + ("visisble", &["visible"]), + ("visiter", &["visitor"]), + ("visiters", &["visitors"]), + ("visitng", &["visiting"]), + ("visivble", &["visible"]), + ("vissible", &["visible"]), + ("visted", &["visited"]), + ("visting", &["visiting"]), + ("vistors", &["visitors"]), + ("visuab", &["visual"]), + ("visuabisation", &["visualisation"]), + ("visuabise", &["visualise"]), + ("visuabised", &["visualised"]), + ("visuabises", &["visualises"]), + ("visuabization", &["visualization"]), + ("visuabize", &["visualize"]), + ("visuabized", &["visualized"]), + ("visuabizes", &["visualizes"]), + ("visuable", &["visual", "visible"]), + ("visuables", &["visuals"]), + ("visuably", &["visually"]), + ("visuabs", &["visuals"]), + ("visuaisation", &["visualisation"]), + ("visuaise", &["visualise"]), + ("visuaised", &["visualised"]), + ("visuaises", &["visualises"]), + ("visuaization", &["visualization"]), + ("visuaize", &["visualize"]), + ("visuaized", &["visualized"]), + ("visuaizes", &["visualizes"]), + ("visuale", &["visual"]), + ("visuales", &["visuals"]), + ("visuallisation", &["visualisation"]), + ("visuallization", &["visualization"]), + ("visualy", &["visually"]), + ("visualyse", &["visualise", "visualize"]), + ("vitories", &["victories"]), + ("vitual", &["virtual"]), + ("viusally", &["visually"]), + ("viusualisation", &["visualisation"]), + ("viwer", &["viewer"]), + ("viwers", &["viewers"]), + ("vizualisation", &["visualisation"]), + ("vizualise", &["visualise"]), + ("vizualised", &["visualised"]), + ("vizualization", &["visualization"]), + ("vizualize", &["visualize"]), + ("vizualized", &["visualized"]), + ("vlarge", &["large"]), + ("vlaue", &["value"]), + ("vlaues", &["values"]), + ("vlone", &["clone"]), + ("vloned", &["cloned"]), + ("vlones", &["clones"]), + ("vlues", &["values"]), + ("volatage", &["voltage"]), + ("volatages", &["voltages"]), + ("volatge", &["voltage"]), + ("volatges", &["voltages"]), + ("volcanoe", &["volcano"]), + ("volenteer", &["volunteer"]), + ("volenteered", &["volunteered"]), + ("volenteers", &["volunteers"]), + ("voleyball", &["volleyball"]), + ("volontary", &["voluntary"]), + ("volonteer", &["volunteer"]), + ("volonteered", &["volunteered"]), + ("volonteering", &["volunteering"]), + ("volonteers", &["volunteers"]), + ("volounteer", &["volunteer"]), + ("volounteered", &["volunteered"]), + ("volounteering", &["volunteering"]), + ("volounteers", &["volunteers"]), + ("volumne", &["volume"]), + ("volums", &["volume"]), + ("vonfig", &["config"]), + ("vould", &["would"]), + ("voxes", &["voxels", "voxel"]), + ("vreity", &["variety"]), + ("vresion", &["version"]), + ("vrey", &["very"]), + ("vriable", &["variable"]), + ("vriables", &["variables"]), + ("vriety", &["variety"]), + ("vrifies", &["verifies"]), + ("vrify", &["verify"]), + ("vrilog", &["Verilog"]), + ("vritual", &["virtual"]), + ("vritualenv", &["virtualenv"]), + ("vritualisation", &["virtualisation"]), + ("vritualise", &["virtualise"]), + ("vritualization", &["virtualization"]), + ("vritualize", &["virtualize"]), + ("vrituoso", &["virtuoso"]), + ("vrsion", &["version"]), + ("vrsions", &["versions"]), + ("Vulacn", &["Vulcan"]), + ("Vulakn", &["Vulkan"]), + ("vulbearable", &["vulnerable"]), + ("vulbearabule", &["vulnerable"]), + ("vulbearbilities", &["vulnerabilities"]), + ("vulbearbility", &["vulnerability"]), + ("vulbearbuilities", &["vulnerabilities"]), + ("vulbearbuility", &["vulnerability"]), + ("vulberabilility", &["vulnerability"]), + ("vulberabilites", &["vulnerabilities"]), + ("vulberabiliti", &["vulnerability"]), + ("vulberabilitie", &["vulnerability"]), + ("vulberabilitis", &["vulnerabilities"]), + ("vulberabilitiy", &["vulnerability"]), + ("vulberabillities", &["vulnerabilities"]), + ("vulberabillity", &["vulnerability"]), + ("vulberabilties", &["vulnerabilities"]), + ("vulberabilty", &["vulnerability"]), + ("vulberablility", &["vulnerability"]), + ("vulberabuilility", &["vulnerability"]), + ("vulberabuilites", &["vulnerabilities"]), + ("vulberabuiliti", &["vulnerability"]), + ("vulberabuilitie", &["vulnerability"]), + ("vulberabuilities", &["vulnerabilities"]), + ("vulberabuilitis", &["vulnerabilities"]), + ("vulberabuilitiy", &["vulnerability"]), + ("vulberabuility", &["vulnerability"]), + ("vulberabuillities", &["vulnerabilities"]), + ("vulberabuillity", &["vulnerability"]), + ("vulberabuilties", &["vulnerabilities"]), + ("vulberabuilty", &["vulnerability"]), + ("vulberabule", &["vulnerable"]), + ("vulberabulility", &["vulnerability"]), + ("vulberbilities", &["vulnerabilities"]), + ("vulberbility", &["vulnerability"]), + ("vulberbuilities", &["vulnerabilities"]), + ("vulberbuility", &["vulnerability"]), + ("vulerabilities", &["vulnerabilities"]), + ("vulerability", &["vulnerability"]), + ("vulerable", &["vulnerable"]), + ("vulerabuilities", &["vulnerabilities"]), + ("vulerabuility", &["vulnerability"]), + ("vulerabule", &["vulnerable"]), + ("vulernabilities", &["vulnerabilities"]), + ("vulernability", &["vulnerability"]), + ("vulernable", &["vulnerable"]), + ("vulnarabilities", &["vulnerabilities"]), + ("vulnarability", &["vulnerability"]), + ("vulneabilities", &["vulnerabilities"]), + ("vulneability", &["vulnerability"]), + ("vulneable", &["vulnerable"]), + ("vulnearabilities", &["vulnerabilities"]), + ("vulnearability", &["vulnerability"]), + ("vulnearable", &["vulnerable"]), + ("vulnearabule", &["vulnerable"]), + ("vulnearbilities", &["vulnerabilities"]), + ("vulnearbility", &["vulnerability"]), + ("vulnearbuilities", &["vulnerabilities"]), + ("vulnearbuility", &["vulnerability"]), + ("vulnerabilility", &["vulnerability"]), + ("vulnerabilites", &["vulnerabilities"]), + ("vulnerabiliti", &["vulnerability"]), + ("vulnerabilitie", &["vulnerability"]), + ("vulnerabilitis", &["vulnerabilities"]), + ("vulnerabilitiy", &["vulnerability"]), + ("vulnerabilitu", &["vulnerability"]), + ("vulnerabiliy", &["vulnerability"]), + ("vulnerabillities", &["vulnerabilities"]), + ("vulnerabillity", &["vulnerability"]), + ("vulnerabilties", &["vulnerabilities"]), + ("vulnerabilty", &["vulnerability"]), + ("vulnerablility", &["vulnerability"]), + ("vulnerablities", &["vulnerabilities"]), + ("vulnerablity", &["vulnerability"]), + ("vulnerabuilility", &["vulnerability"]), + ("vulnerabuilites", &["vulnerabilities"]), + ("vulnerabuiliti", &["vulnerability"]), + ("vulnerabuilitie", &["vulnerability"]), + ("vulnerabuilities", &["vulnerabilities"]), + ("vulnerabuilitis", &["vulnerabilities"]), + ("vulnerabuilitiy", &["vulnerability"]), + ("vulnerabuility", &["vulnerability"]), + ("vulnerabuillities", &["vulnerabilities"]), + ("vulnerabuillity", &["vulnerability"]), + ("vulnerabuilties", &["vulnerabilities"]), + ("vulnerabuilty", &["vulnerability"]), + ("vulnerabule", &["vulnerable"]), + ("vulnerabulility", &["vulnerability"]), + ("vulnerarbilities", &["vulnerabilities"]), + ("vulnerarbility", &["vulnerability"]), + ("vulnerarble", &["vulnerable"]), + ("vulnerbilities", &["vulnerabilities"]), + ("vulnerbility", &["vulnerability"]), + ("vulnerbuilities", &["vulnerabilities"]), + ("vulnerbuility", &["vulnerability"]), + ("vunerable", &["vulnerable"]), + ("vyer", &["very"]), + ("vyre", &["very"]), + ("waht", &["what"]), + ("wakeus", &["wakeups", "wake us", "walrus"]), + ("wakup", &["wakeup"]), + ("wallthickness", &["wall thickness"]), + ("wan\'t", &["want", "wasn\'t"]), + ("wan;t", &["want", "wasn\'t"]), + ("want;s", &["wants"]), + ("wantto", &["want to"]), + ("wappers", &["wrappers"]), + ("warantee", &["warranty"]), + ("waranties", &["warranties"]), + ("waranty", &["warranty"]), + ("wardobe", &["wardrobe"]), + ("waring", &["warning"]), + ("warinigs", &["warnings"]), + ("warinings", &["warnings"]), + ("warks", &["works"]), + ("warlking", &["walking"]), + ("warnibg", &["warning"]), + ("warnibgs", &["warnings"]), + ("warnig", &["warning"]), + ("warnign", &["warning"]), + ("warnigns", &["warnings"]), + ("warnigs", &["warnings"]), + ("warniing", &["warning"]), + ("warniings", &["warnings"]), + ("warnin", &["warning"]), + ("warnind", &["warning"]), + ("warninds", &["warnings"]), + ("warninf", &["warning"]), + ("warninfs", &["warnings"]), + ("warningss", &["warnings"]), + ("warninig", &["warning"]), + ("warninigs", &["warnings"]), + ("warnining", &["warning"]), + ("warninings", &["warnings"]), + ("warninng", &["warning"]), + ("warninngs", &["warnings"]), + ("warnins", &["warnings"]), + ("warninsg", &["warnings"]), + ("warninsgs", &["warnings"]), + ("warniong", &["warning"]), + ("warniongs", &["warnings"]), + ("warrent", &["warrant"]), + ("warrriors", &["warriors"]), + ("was\'nt", &["wasn\'t"]), + ("was\'t", &["wasn\'t"]), + ("was;t", &["wasn\'t"]), + ("wasn", &["wasn\'t", "was"]), + ("wasn;t", &["wasn\'t"]), + ("wasnt\'", &["wasn\'t"]), + ("wasnt", &["wasn\'t"]), + ("wasnt;", &["wasn\'t"]), + ("wass", &["was"]), + ("watchdong", &["watchdog"]), + ("watchog", &["watchdog"]), + ("watermask", &["watermark"]), + ("wath", &["watch", "wrath", "what"]), + ("wathc", &["watch"]), + ("wathdog", &["watchdog"]), + ("wathever", &["whatever"]), + ("waths", &["whats", "watches"]), + ("wating", &["waiting"]), + ("watn", &["want"]), + ("wavelenght", &["wavelength"]), + ("wavelenghts", &["wavelengths"]), + ("wavelnes", &["wavelines"]), + ("wayword", &["wayward"]), + ("weant", &["want", "wean"]), + ("weaponary", &["weaponry"]), + ("weas", &["was"]), + ("webiste", &["website"]), + ("wedensday", &["Wednesday"]), + ("wednesdaay", &["Wednesday"]), + ("wege", &["wedge"]), + ("wehere", &["where"]), + ("wehn", &["when"]), + ("wehther", &["whether"]), + ("weigth", &["weight"]), + ("weigthed", &["weighted"]), + ("weigths", &["weights"]), + ("weild", &["wield", "wild"]), + ("weilded", &["wielded"]), + ("weill", &["will"]), + ("weired", &["weird"]), + ("weitght", &["weight"]), + ("well-reknown", &["well-renowned", "well renown"]), + ("well-reknowned", &["well-renowned", "well renowned"]), + ("wendesday", &["Wednesday"]), + ("wendsay", &["Wednesday"]), + ("wensday", &["Wednesday"]), + ("were\'nt", &["weren\'t"]), + ("wereabouts", &["whereabouts"]), + ("wereas", &["whereas"]), + ("weree", &["were"]), + ("werent", &["weren\'t"]), + ("werever", &["wherever"]), + ("wery", &["very", "wary", "weary"]), + ("wether", &["weather", "whether"]), + ("wew", &["we"]), + ("whan", &["want", "when"]), + ("whant", &["want"]), + ("whants", &["wants"]), + ("whataver", &["whatever"]), + ("whatepsace", &["whitespace"]), + ("whatepsaces", &["whitespaces"]), + ("whather", &["whether", "weather"]), + ("whch", &["which"]), + ("whcih", &["which"]), + ("whe", &["when", "we"]), + ("wheather", &["weather", "whether"]), + ("whehter", &["whether"]), + ("wheigh", &["weigh"]), + ("whell", &["wheel", "well"]), + ("whenevery", &["whenever"]), + ("whenver", &["whenever"]), + ("wher", &["where"]), + ("wheras", &["whereas"]), + ("wherease", &["whereas"]), + ("whereever", &["wherever"]), + ("wherether", &["whether"]), + ("whery", &["where"]), + ("wheteher", &["whether"]), + ("whetehr", &["whether"]), + ("wheter", &["whether"]), + ("whethe", &["whether"]), + ("whethter", &["whether"]), + ("whheel", &["wheel"]), + ("whic", &["which"]), + ("whicg", &["which"]), + ("which;s", &["which\'s"]), + ("whichs", &["which\'s"]), + ("whicht", &["which"]), + ("whihc", &["which"]), + ("whihch", &["which"]), + ("whike", &["while"]), + ("whilest", &["whilst"]), + ("whiltelist", &["whitelist"]), + ("whiltelisted", &["whitelisted"]), + ("whiltelisting", &["whitelisting"]), + ("whiltelists", &["whitelists"]), + ("whilw", &["while"]), + ("whioch", &["which"]), + ("whiped", &["whipped", "wiped"]), + ("whis", &["this", "whisk"]), + ("whish", &["wish", "whisk"]), + ("whishlist", &["wishlist"]), + ("whitch", &["which"]), + ("whitchever", &["whichever"]), + ("whitepsace", &["whitespace"]), + ("whitepsaces", &["whitespaces"]), + ("whith", &["with"]), + ("whithe", &["with", "white", "with the"]), + ("whithin", &["within"]), + ("whithout", &["without"]), + ("whitout", &["without", "whiteout"]), + ("whitre", &["white"]), + ("whitspace", &["whitespace"]), + ("whlch", &["which"]), + ("whle", &["while"]), + ("whlie", &["while"]), + ("whn", &["when"]), + ("whne", &["when"]), + ("whoes", &["whose"]), + ("whoknows", &["who knows"]), + ("wholey", &["wholly"]), + ("wholy", &["wholly", "holy"]), + ("whoose", &["whose"]), + ("whos", &["whose", "who\'s"]), + ("whould", &["would"]), + ("whta", &["what"]), + ("whther", &["whether"]), + ("whtihin", &["within"]), + ("whyth", &["with"]), + ("whythout", &["without"]), + ("wiat", &["wait"]), + ("wice", &["vice"]), + ("wice-versa", &["vice-versa"]), + ("wice-wersa", &["vice-versa"]), + ("wiceversa", &["vice-versa"]), + ("wicewersa", &["vice-versa"]), + ("wich", &["which"]), + ("widesread", &["widespread"]), + ("widged", &["widget"]), + ("widgit", &["widget"]), + ("widht", &["width"]), + ("widhtpoint", &["widthpoint"]), + ("widhtpoints", &["widthpoints"]), + ("widthn", &["width"]), + ("widthout", &["without"]), + ("wief", &["wife"]), + ("wieghed", &["weighed"]), + ("wieght", &["weight"]), + ("wieghted", &["weighted", "weighed"]), + ("wieghts", &["weights"]), + ("wieh", &["view"]), + ("wierd", &["weird"]), + ("wierdly", &["weirdly"]), + ("wierdness", &["weirdness"]), + ("wieth", &["width"]), + ("wiew", &["view"]), + ("wigdet", &["widget"]), + ("wigdets", &["widgets"]), + ("wighed", &["weighed", "wicked"]), + ("wighted", &["weighted", "weighed"]), + ("wih", &["with"]), + ("wihch", &["which"]), + ("wihich", &["which"]), + ("wihite", &["white"]), + ("wihle", &["while"]), + ("wihout", &["without"]), + ("wiht", &["with"]), + ("wihtin", &["within"]), + ("wihtout", &["without"]), + ("wiil", &["will"]), + ("wikpedia", &["wikipedia"]), + ("wil", &["will", "well"]), + ("wilcard", &["wildcard"]), + ("wilcards", &["wildcards"]), + ("wilh", &["will"]), + ("wille", &["will"]), + ("willingless", &["willingness"]), + ("willk", &["will"]), + ("willl", &["will"]), + ("windo", &["window"]), + ("windoes", &["windows"]), + ("windoow", &["window"]), + ("windoows", &["windows"]), + ("windos", &["windows"]), + ("windwo", &["window"]), + ("winn", &["win"]), + ("winndow", &["window"]), + ("winndows", &["windows"]), + ("winodw", &["window"]), + ("wipoing", &["wiping"]), + ("wirded", &["wired", "weird"]), + ("wirh", &["with"]), + ("wirtable", &["writable", "writeable"]), + ("wirte", &["write"]), + ("wirter", &["writer"]), + ("wirters", &["writers"]), + ("wirtes", &["writes"]), + ("wirth", &["with", "worth"]), + ("wirting", &["writing"]), + ("wirtten", &["written"]), + ("wirtual", &["virtual"]), + ("witable", &["writeable"]), + ("witdh", &["width"]), + ("wite", &["write", "white"]), + ("witha", &["with a", "with"]), + ("withdrawl", &["withdrawal", "withdraw"]), + ("witheld", &["withheld"]), + ("withh", &["with"]), + ("withih", &["within"]), + ("withinn", &["within"]), + ("withion", &["within"]), + ("witho", &["with"]), + ("withoit", &["without"]), + ("withold", &["withhold"]), + ("witholding", &["withholding"]), + ("withon", &["within"]), + ("withoout", &["without"]), + ("withot", &["without"]), + ("withotu", &["without"]), + ("withou", &["without"]), + ("withoud", &["without"]), + ("withoug", &["without"]), + ("withough", &["without"]), + ("withought", &["without"]), + ("withouht", &["without"]), + ("withount", &["without"]), + ("withour", &["without", "with our"]), + ("withourt", &["without"]), + ("withous", &["without"]), + ("withouth", &["without"]), + ("withouyt", &["without"]), + ("withput", &["without"]), + ("withs", &["with", "widths"]), + ("witht", &["with"]), + ("withthe", &["with the"]), + ("witin", &["within"]), + ("witk", &["with"]), + ("witn", &["with"]), + ("witout", &["without"]), + ("witth", &["with"]), + ("wiull", &["will"]), + ("wiyh", &["with"]), + ("wiyhout", &["without"]), + ("wiyth", &["with"]), + ("wizzard", &["wizard"]), + ("wjat", &["what"]), + ("wll", &["will"]), + ("wnat", &["want", "what"]), + ("wnated", &["wanted"]), + ("wnating", &["wanting"]), + ("wnats", &["wants"]), + ("wnen", &["when", "Wen"]), + ("wnidow", &["window", "widow"]), + ("wnidows", &["windows", "widows"]), + ("woh", &["who"]), + ("wohle", &["whole"]), + ("woill", &["will"]), + ("woithout", &["without"]), + ("wokr", &["work"]), + ("wokring", &["working"]), + ("wollow", &["follow", "wallow"]), + ("wollowing", &["following", "wallowing"]), + ("wolrd", &["world"]), + ("wolrdly", &["worldly"]), + ("wolrdwide", &["worldwide"]), + ("wolwide", &["worldwide"]), + ("womens", &["women\'s", "women"]), + ("won;t", &["won\'t"]), + ("wonderfull", &["wonderful"]), + ("wonderig", &["wondering"]), + ("wont\'t", &["won\'t"]), + ("woraround", &["workaround"]), + ("worarounds", &["workarounds"]), + ("worbench", &["workbench"]), + ("worbenches", &["workbenches"]), + ("wordlwide", &["worldwide"]), + ("wordpres", &["wordpress"]), + ("worfklow", &["workflow"]), + ("worfklows", &["workflows"]), + ("worflow", &["workflow"]), + ("worflows", &["workflows"]), + ("workaorund", &["workaround"]), + ("workaound", &["workaround"]), + ("workaounds", &["workarounds"]), + ("workaraound", &["workaround"]), + ("workaraounds", &["workarounds"]), + ("workarbound", &["workaround"]), + ("workaroud", &["workaround"]), + ("workarouds", &["workarounds"]), + ("workarould", &["workaround"]), + ("workaroung", &["workaround"]), + ("workaroungs", &["workarounds"]), + ("workarround", &["workaround"]), + ("workarrounds", &["workarounds"]), + ("workarund", &["workaround"]), + ("workarunds", &["workarounds"]), + ("workbanch", &["workbench"]), + ("workbanches", &["workbenches"]), + ("workbanchs", &["workbenches"]), + ("workbenchs", &["workbenches"]), + ("workbennch", &["workbench"]), + ("workbennches", &["workbenches"]), + ("workbnech", &["workbench"]), + ("workbneches", &["workbenches"]), + ("workboos", &["workbooks"]), + ("workd", &["worked"]), + ("worke", &["work", "worked", "works"]), + ("workes", &["works"]), + ("workfow", &["workflow"]), + ("workfows", &["workflows"]), + ("workign", &["working"]), + ("worklfow", &["workflow"]), + ("worklfows", &["workflows"]), + ("workpsace", &["workspace"]), + ("workpsaces", &["workspaces"]), + ("workspsace", &["workspace"]), + ("workspsaces", &["workspaces"]), + ("workstaion", &["workstation"]), + ("workstaions", &["workstations"]), + ("workstaition", &["workstation"]), + ("workstaitions", &["workstations"]), + ("workstaiton", &["workstation"]), + ("workstaitons", &["workstations"]), + ("workststion", &["workstation"]), + ("workststions", &["workstations"]), + ("world-reknown", &["world renown"]), + ("world-reknowned", &["world renowned"]), + ("worload", &["workload"]), + ("worloads", &["workloads"]), + ("worls", &["world"]), + ("worng", &["wrong", "worn"]), + ("wornged", &["wronged"]), + ("worngs", &["wrongs"]), + ("worser", &["worse"]), + ("worstened", &["worsened"]), + ("worthing", &["worth", "meriting"]), + ("worthwile", &["worthwhile"]), + ("woth", &["worth"]), + ("wothout", &["without"]), + ("woud", &["would"]), + ("woudl", &["would"]), + ("woudn\'t", &["wouldn\'t"]), + ("would\'nt", &["wouldn\'t"]), + ("would\'t", &["wouldn\'t"]), + ("wouldn;t", &["wouldn\'t"]), + ("wouldnt\'", &["wouldn\'t"]), + ("wouldnt", &["wouldn\'t"]), + ("wouldnt;", &["wouldn\'t"]), + ("wounderful", &["wonderful"]), + ("wouold", &["would"]), + ("wouuld", &["would"]), + ("wqs", &["was"]), + ("wraning", &["warning"]), + ("wranings", &["warnings"]), + ("wraped", &["wrapped", "warped"]), + ("wrapepd", &["wrapped"]), + ("wraper", &["wrapper"]), + ("wraping", &["wrapping", "warping"]), + ("wrapp", &["wrap"]), + ("wrappered", &["wrapped"]), + ("wrappng", &["wrapping"]), + ("wrapps", &["wraps"]), + ("wresters", &["wrestlers"]), + ("wriet", &["write"]), + ("writebufer", &["writebuffer"]), + ("writechetque", &["writecheque"]), + ("writeing", &["writing"]), + ("writen", &["written"]), + ("writet", &["writes"]), + ("writewr", &["writer"]), + ("writingm", &["writing"]), + ("writter", &["writer"]), + ("writters", &["writers"]), + ("writtin", &["written", "writing"]), + ("writting", &["writing"]), + ("writtten", &["written"]), + ("wrkload", &["workload"]), + ("wrkloads", &["workloads"]), + ("wrod", &["word"]), + ("wroet", &["wrote"]), + ("wrog", &["wrong"]), + ("wrok", &["work"]), + ("wroked", &["worked"]), + ("wrokflow", &["workflow"]), + ("wrokflows", &["workflows"]), + ("wroking", &["working"]), + ("wrokload", &["workload"]), + ("wrokloads", &["workloads"]), + ("wroks", &["works"]), + ("wron", &["wrong"]), + ("wronf", &["wrong"]), + ("wront", &["wrong"]), + ("wrtie", &["write"]), + ("wrting", &["writing"]), + ("wsee", &["see"]), + ("wth", &["with"]), + ("wtih", &["with"]), + ("wuold", &["would"]), + ("wupport", &["support"]), + ("wya", &["way"]), + ("wyth", &["with"]), + ("wythout", &["without"]), + ("xdescribe", &["describe"]), + ("xdpf", &["xpdf"]), + ("xenophoby", &["xenophobia"]), + ("xepect", &["expect"]), + ("xepected", &["expected"]), + ("xepectedly", &["expectedly"]), + ("xepecting", &["expecting"]), + ("xepects", &["expects"]), + ("xgetttext", &["xgettext"]), + ("xinitiazlize", &["xinitialize"]), + ("xmdoel", &["xmodel"]), + ("xour", &["your"]), + ("xyou", &["you"]), + ("yaching", &["yachting"]), + ("yaer", &["year"]), + ("yaerly", &["yearly"]), + ("yaers", &["years"]), + ("yatch", &["yacht"]), + ("yau", &["you", "yaw"]), + ("yearm", &["year"]), + ("yeasr", &["years"]), + ("yeild", &["yield"]), + ("yeilded", &["yielded"]), + ("yeilding", &["yielding"]), + ("yeilds", &["yields"]), + ("yeld", &["yield"]), + ("yelded", &["yielded"]), + ("yelding", &["yielding"]), + ("yelds", &["yields"]), + ("Yementite", &["Yemenite", "Yemeni"]), + ("yera", &["year"]), + ("yeras", &["years"]), + ("yersa", &["years"]), + ("yhe", &["the"]), + ("yieldin", &["yielding"]), + ("ymbols", &["symbols"]), + ("yotube", &["youtube"]), + ("youn", &["your", "you", "young"]), + ("youre", &["your", "you\'re"]), + ("yourr", &["your", "you\'re"]), + ("yourselfe", &["yourself", "yourselves"]), + ("yourselfes", &["yourselves"]), + ("yourselv", &["yourself", "yourselves"]), + ("yourselve", &["yourselves", "yourself"]), + ("youseff", &["yourself", "yousef"]), + ("youself", &["yourself"]), + ("ypes", &["types"]), + ("yrea", &["year"]), + ("yse", &["yes", "use", "NYSE"]), + ("ytou", &["you"]), + ("yugoslac", &["yugoslav"]), + ("yuo", &["you"]), + ("yuor", &["your"]), + ("yur", &["your"]), + ("zeebra", &["zebra"]), + ("zick-zack", &["zig-zag"]), + ("zimmap", &["zipmap"]), + ("zimpaps", &["zipmaps"]), + ("ziped", &["zipped"]), + ("ziper", &["zipper"]), + ("ziping", &["zipping"]), + ("zlot", &["slot"]), + ("zombe", &["zombie"]), + ("zomebie", &["zombie"]), + ("zuser", &["user"]), + ("__attribyte__", &["__attribute__"]), + ("__cpluspus", &["__cplusplus"]), + ("__cpusplus", &["__cplusplus"]), + ("évaluate", &["evaluate"]), + ("сontain", &["contain"]), + ("сontained", &["contained"]), + ("сontainer", &["container"]), + ("сontainers", &["containers"]), + ("сontaining", &["containing"]), + ("сontainor", &["container"]), + ("сontainors", &["containers"]), + ("сontains", &["contains"]), +]; diff --git a/crates/misspell-dict/Cargo.toml b/crates/misspell-dict/Cargo.toml index ab4fb87..d4b5d10 100644 --- a/crates/misspell-dict/Cargo.toml +++ b/crates/misspell-dict/Cargo.toml @@ -15,7 +15,9 @@ publish = false azure-devops = { project = "crate-ci", pipeline = "typos" } codecov = { repository = "crate-ci/typos" } +[package.metadata.release] +disable-release = true + [dependencies] -phf = { version = "0.8", features = ["unicase"] } unicase = "2.5" log = "0.4" diff --git a/crates/misspell-dict/codegen/Cargo.toml b/crates/misspell-dict/codegen/Cargo.toml index 53cadbe..8094ce1 100644 --- a/crates/misspell-dict/codegen/Cargo.toml +++ b/crates/misspell-dict/codegen/Cargo.toml @@ -14,9 +14,10 @@ publish = false azure-devops = { project = "crate-ci", pipeline = "typos" } codecov = { repository = "crate-ci/typos" } +[package.metadata.release] +disable-release = true + [dependencies] -phf = { version = "0.8", features = ["unicase"] } -phf_codegen = "0.8" unicase = "2.5" itertools = "0.10" codegenrs = "1.0" diff --git a/crates/misspell-dict/codegen/src/main.rs b/crates/misspell-dict/codegen/src/main.rs index e286664..7f45304 100644 --- a/crates/misspell-dict/codegen/src/main.rs +++ b/crates/misspell-dict/codegen/src/main.rs @@ -64,60 +64,70 @@ fn generate(file: &mut W) { .unwrap(); writeln!(file, "#![allow(clippy::unreadable_literal)]",).unwrap(); writeln!(file).unwrap(); - writeln!(file, "use unicase::UniCase;").unwrap(); let Words { main, american, british, } = parse_dict(DICT); + let mut main: Vec<_> = main.into_iter().collect(); + main.sort_unstable_by(|a, b| { + unicase::UniCase::new(a.0) + .partial_cmp(&unicase::UniCase::new(b.0)) + .unwrap() + }); + let mut american: Vec<_> = american.into_iter().collect(); + american.sort_unstable_by(|a, b| { + unicase::UniCase::new(a.0) + .partial_cmp(&unicase::UniCase::new(b.0)) + .unwrap() + }); + let mut british: Vec<_> = british.into_iter().collect(); + british.sort_unstable_by(|a, b| { + unicase::UniCase::new(a.0) + .partial_cmp(&unicase::UniCase::new(b.0)) + .unwrap() + }); - writeln!( - file, - "pub static MAIN_DICTIONARY: phf::Map, &[&'static str]> = ", - ) - .unwrap(); - let mut builder = phf_codegen::Map::new(); - for (typo, corrections) in main { + writeln!(file, "pub static MAIN_DICTIONARY: &[(&str, &[&str])] = &[").unwrap(); + for (typo, corrections) in main.into_iter() { let value = itertools::join(corrections.iter().map(|s| format!("{:?}", s)), ", "); let value = format!("&[{}]", value); - builder.entry(unicase::UniCase::new(typo), &value); + + let key = format!("{:?}", typo); + writeln!(file, " ({}, {}),", key, &value).unwrap(); } - let codegenned = builder.build(); - writeln!(file, "{}", codegenned).unwrap(); - writeln!(file, ";").unwrap(); + writeln!(file, "];").unwrap(); writeln!(file).unwrap(); writeln!( file, - "pub static AMERICAN_DICTIONARY: phf::Map, &[&'static str]> = ", + "pub static AMERICAN_DICTIONARY: &[(&str, &[&str])] = &[" ) .unwrap(); - let mut builder = phf_codegen::Map::new(); - for (typo, corrections) in american { + for (typo, corrections) in american.into_iter() { let value = itertools::join(corrections.iter().map(|s| format!("{:?}", s)), ", "); let value = format!("&[{}]", value); - builder.entry(unicase::UniCase::new(typo), &value); + + let key = format!("{:?}", typo); + writeln!(file, " ({}, {}),", key, &value).unwrap(); } - let codegenned = builder.build(); - writeln!(file, "{}", codegenned).unwrap(); - writeln!(file, ";").unwrap(); + writeln!(file, "];").unwrap(); writeln!(file).unwrap(); writeln!( file, - "pub static BRITISH_DICTIONARY: phf::Map, &[&'static str]> = ", + "pub static BRITISH_DICTIONARY: &[(&str, &[&str])] = &[" ) .unwrap(); - let mut builder = phf_codegen::Map::new(); - for (typo, corrections) in british { + for (typo, corrections) in british.into_iter() { let value = itertools::join(corrections.iter().map(|s| format!("{:?}", s)), ", "); let value = format!("&[{}]", value); - builder.entry(unicase::UniCase::new(typo), &value); + + let key = format!("{:?}", typo); + writeln!(file, " ({}, {}),", key, &value).unwrap(); } - let codegenned = builder.build(); - writeln!(file, "{}", codegenned).unwrap(); - writeln!(file, ";").unwrap(); + writeln!(file, "];").unwrap(); } #[derive(Debug, StructOpt)] diff --git a/crates/misspell-dict/src/dict_codegen.rs b/crates/misspell-dict/src/dict_codegen.rs index 3d5b504..a654b76 100644 --- a/crates/misspell-dict/src/dict_codegen.rs +++ b/crates/misspell-dict/src/dict_codegen.rs @@ -1,37481 +1,31154 @@ // This file is code-genned by misspell-codegen #![allow(clippy::unreadable_literal)] -use unicase::UniCase; -pub static MAIN_DICTIONARY: phf::Map, &[&'static str]> = - ::phf::Map { - key: 3213172566270843353, - disps: ::phf::Slice::Static(&[ - (0, 47), - (0, 103), - (0, 0), - (0, 7), - (0, 17), - (0, 434), - (0, 345), - (0, 188), - (0, 71), - (0, 83), - (0, 165), - (0, 93), - (0, 248), - (0, 0), - (0, 282), - (0, 1), - (0, 6), - (0, 3), - (0, 0), - (0, 915), - (0, 227), - (0, 0), - (0, 20), - (0, 86), - (0, 25), - (0, 1115), - (0, 58), - (0, 437), - (0, 12), - (0, 1), - (0, 128), - (0, 598), - (0, 74), - (0, 2), - (0, 23), - (0, 924), - (0, 84), - (0, 8), - (0, 16), - (0, 1247), - (0, 7), - (0, 217), - (0, 1646), - (0, 151), - (0, 33), - (0, 8), - (0, 135), - (0, 241), - (0, 0), - (0, 14), - (0, 120), - (0, 5), - (0, 2), - (0, 0), - (0, 110), - (0, 249), - (0, 19), - (0, 6), - (0, 635), - (0, 484), - (0, 0), - (0, 9), - (0, 4), - (0, 1194), - (0, 36), - (0, 42), - (0, 4), - (0, 11), - (0, 0), - (0, 0), - (0, 44), - (0, 22), - (0, 338), - (0, 1090), - (0, 96), - (0, 236), - (0, 0), - (0, 34), - (0, 1), - (0, 25), - (0, 48), - (0, 23), - (0, 1492), - (0, 0), - (0, 869), - (0, 52), - (0, 547), - (0, 39), - (0, 11), - (0, 3), - (0, 104), - (0, 679), - (0, 201), - (0, 0), - (0, 2), - (0, 289), - (0, 0), - (0, 56), - (0, 325), - (0, 653), - (0, 0), - (0, 0), - (0, 9), - (0, 117), - (0, 333), - (0, 36), - (0, 12), - (0, 12), - (0, 41), - (0, 114), - (0, 26), - (0, 0), - (0, 169), - (0, 645), - (0, 233), - (0, 8), - (0, 223), - (0, 211), - (0, 2), - (0, 46), - (0, 1014), - (0, 511), - (0, 49), - (0, 501), - (0, 64), - (0, 402), - (0, 33), - (0, 90), - (0, 0), - (0, 5), - (0, 135), - (0, 395), - (0, 0), - (0, 5), - (0, 2), - (0, 0), - (0, 6), - (0, 652), - (0, 0), - (0, 46), - (0, 906), - (0, 3), - (0, 23), - (0, 1), - (0, 400), - (0, 304), - (0, 11), - (0, 6), - (0, 151), - (0, 0), - (0, 94), - (0, 38), - (0, 121), - (0, 324), - (0, 1), - (0, 10), - (0, 7), - (0, 187), - (0, 565), - (0, 6), - (0, 25), - (0, 24), - (0, 35), - (0, 8), - (0, 0), - (0, 24), - (0, 0), - (0, 665), - (0, 430), - (0, 5), - (0, 14), - (0, 3684), - (0, 1073), - (0, 195), - (0, 24), - (0, 0), - (0, 4), - (0, 70), - (0, 265), - (0, 166), - (0, 17), - (0, 149), - (0, 0), - (0, 0), - (0, 150), - (0, 112), - (0, 5), - (0, 168), - (0, 3), - (0, 24), - (0, 3), - (0, 618), - (0, 4), - (0, 407), - (0, 0), - (0, 746), - (0, 0), - (0, 20), - (0, 12), - (0, 8), - (0, 84), - (0, 0), - (0, 90), - (0, 41), - (0, 81), - (0, 11), - (0, 119), - (0, 743), - (0, 37), - (0, 0), - (0, 394), - (0, 291), - (0, 10), - (0, 4), - (0, 5), - (0, 10), - (0, 1), - (0, 6), - (0, 105), - (0, 16), - (0, 2), - (0, 53), - (0, 0), - (0, 1), - (0, 727), - (0, 25), - (0, 44), - (0, 1203), - (0, 2), - (0, 3), - (0, 71), - (0, 53), - (0, 544), - (0, 9), - (0, 1261), - (0, 504), - (0, 16), - (0, 7), - (0, 261), - (0, 9), - (0, 318), - (0, 4), - (0, 2997), - (0, 139), - (0, 28), - (0, 3), - (0, 12), - (0, 815), - (0, 28), - (0, 0), - (0, 5), - (0, 0), - (0, 26), - (0, 971), - (0, 35), - (0, 2), - (0, 371), - (0, 2), - (0, 5), - (0, 25), - (0, 18), - (0, 13), - (0, 92), - (0, 83), - (0, 1), - (0, 27), - (0, 694), - (0, 326), - (0, 3), - (0, 75), - (0, 90), - (0, 8), - (0, 1), - (0, 0), - (0, 9), - (0, 45), - (0, 159), - (0, 12), - (0, 211), - (0, 295), - (0, 165), - (0, 1), - (0, 1740), - (0, 0), - (0, 3), - (0, 4), - (0, 15), - (0, 5), - (0, 455), - (0, 56), - (0, 85), - (0, 104), - (0, 7), - (0, 32), - (0, 1059), - (0, 14), - (0, 85), - (0, 22), - (0, 164), - (0, 162), - (0, 121), - (0, 54), - (0, 6), - (0, 276), - (0, 2), - (0, 9), - (0, 237), - (0, 6), - (0, 531), - (0, 143), - (0, 2), - (0, 0), - (0, 115), - (0, 59), - (0, 0), - (0, 16), - (0, 6), - (0, 17), - (0, 9), - (0, 6), - (0, 175), - (0, 2), - (0, 1493), - (0, 2), - (0, 60), - (0, 12), - (0, 9), - (0, 266), - (0, 246), - (0, 1), - (0, 26), - (0, 2), - (0, 3), - (0, 222), - (0, 36), - (0, 28), - (0, 16), - (0, 1290), - (0, 0), - (0, 119), - (0, 214), - (0, 274), - (0, 26), - (0, 1), - (0, 4), - (0, 46), - (0, 41), - (0, 7), - (0, 2), - (0, 2), - (0, 5), - (0, 0), - (0, 579), - (0, 27), - (0, 0), - (0, 74), - (0, 64), - (0, 8), - (0, 36), - (0, 62), - (0, 165), - (0, 778), - (0, 226), - (0, 7), - (0, 1), - (0, 11), - (0, 135), - (0, 9), - (0, 387), - (0, 8), - (0, 7), - (0, 1787), - (0, 4), - (0, 20), - (0, 0), - (0, 4025), - (0, 12), - (0, 175), - (0, 50), - (0, 0), - (0, 0), - (0, 0), - (0, 113), - (0, 537), - (0, 277), - (0, 428), - (0, 120), - (0, 35), - (0, 206), - (0, 7), - (0, 1), - (0, 37), - (0, 628), - (0, 32), - (0, 9), - (0, 104), - (0, 2), - (0, 3), - (0, 1), - (0, 38), - (0, 20), - (0, 22), - (0, 339), - (0, 0), - (0, 1), - (0, 0), - (0, 2), - (0, 40), - (0, 71), - (0, 40), - (0, 343), - (0, 4315), - (0, 2), - (0, 71), - (0, 1), - (0, 600), - (0, 0), - (0, 1222), - (0, 2096), - (0, 24), - (0, 1070), - (0, 1549), - (0, 188), - (0, 1), - (0, 128), - (0, 10), - (0, 378), - (0, 69), - (0, 35), - (0, 13), - (0, 305), - (0, 1175), - (0, 31), - (0, 24), - (0, 10), - (0, 474), - (0, 16), - (0, 78), - (0, 55), - (0, 3), - (0, 87), - (0, 13), - (0, 0), - (0, 404), - (0, 216), - (0, 49), - (0, 5), - (0, 477), - (0, 1368), - (0, 373), - (0, 393), - (0, 1290), - (0, 37), - (0, 276), - (0, 761), - (0, 483), - (0, 922), - (0, 14), - (0, 0), - (0, 443), - (0, 26), - (0, 365), - (0, 2), - (0, 49), - (0, 114), - (0, 0), - (0, 8), - (0, 43), - (0, 46), - (0, 0), - (0, 484), - (0, 34), - (0, 276), - (0, 6), - (0, 70), - (0, 27), - (0, 114), - (0, 54), - (0, 299), - (0, 10), - (0, 33), - (0, 1), - (0, 340), - (0, 2), - (0, 0), - (0, 215), - (0, 26), - (0, 50), - (0, 74), - (0, 3), - (0, 98), - (0, 718), - (0, 990), - (0, 257), - (0, 1), - (0, 282), - (0, 19), - (0, 10), - (0, 45), - (0, 0), - (0, 475), - (0, 120), - (0, 1114), - (0, 1846), - (0, 1), - (0, 11), - (0, 331), - (0, 10), - (0, 331), - (0, 69), - (0, 156), - (0, 16), - (0, 461), - (0, 517), - (0, 210), - (0, 4), - (0, 25), - (0, 0), - (0, 25), - (0, 14), - (0, 5), - (0, 34), - (0, 89), - (0, 126), - (0, 229), - (0, 91), - (0, 77), - (0, 271), - (0, 38), - (0, 28), - (0, 123), - (0, 4), - (0, 5), - (0, 39), - (0, 1), - (0, 225), - (0, 87), - (0, 68), - (0, 4223), - (0, 292), - (0, 33), - (0, 1), - (0, 0), - (0, 32), - (0, 20), - (0, 1), - (0, 203), - (0, 28), - (0, 213), - (0, 20), - (0, 1), - (0, 2), - (0, 363), - (0, 26), - (0, 10), - (0, 87), - (0, 41), - (0, 1091), - (0, 439), - (0, 186), - (0, 135), - (0, 36), - (0, 20), - (0, 2), - (0, 51), - (0, 68), - (0, 1705), - (0, 88), - (0, 21), - (0, 18), - (0, 1), - (0, 0), - (0, 1482), - (0, 12), - (0, 102), - (0, 823), - (0, 0), - (0, 6), - (0, 627), - (0, 158), - (0, 193), - (0, 185), - (0, 15), - (0, 196), - (0, 2), - (0, 10), - (0, 85), - (0, 570), - (0, 1254), - (0, 66), - (0, 459), - (0, 265), - (0, 67), - (0, 357), - (0, 12), - (0, 11), - (0, 1165), - (0, 0), - (0, 273), - (0, 1), - (0, 53), - (0, 571), - (0, 355), - (0, 365), - (0, 94), - (0, 1167), - (0, 121), - (0, 925), - (0, 72), - (0, 2958), - (0, 291), - (0, 73), - (0, 1), - (0, 9), - (0, 69), - (0, 0), - (0, 199), - (0, 35), - (0, 117), - (0, 323), - (0, 485), - (0, 0), - (0, 138), - (0, 6), - (0, 0), - (0, 318), - (0, 67), - (0, 9), - (0, 1543), - (0, 512), - (0, 4), - (0, 300), - (0, 2), - (0, 48), - (0, 20), - (0, 1662), - (0, 75), - (0, 76), - (0, 8), - (0, 59), - (0, 181), - (0, 80), - (0, 7), - (0, 231), - (0, 61), - (0, 672), - (0, 202), - (0, 37), - (0, 0), - (0, 265), - (0, 0), - (0, 44), - (0, 6), - (0, 2), - (0, 2), - (0, 21), - (0, 398), - (0, 1), - (0, 67), - (0, 20), - (0, 112), - (0, 18), - (0, 946), - (0, 476), - (0, 1), - (0, 13), - (0, 715), - (0, 4), - (0, 1), - (0, 321), - (0, 192), - (0, 139), - (0, 170), - (0, 126), - (0, 78), - (0, 163), - (0, 2), - (0, 6), - (0, 151), - (0, 4), - (0, 236), - (0, 98), - (0, 3), - (0, 58), - (0, 3), - (0, 92), - (0, 27), - (0, 62), - (0, 0), - (0, 34), - (0, 1646), - (0, 0), - (0, 278), - (0, 710), - (0, 4), - (0, 3), - (0, 1), - (0, 196), - (0, 25), - (0, 18), - (0, 20), - (0, 15), - (0, 0), - (0, 27), - (0, 0), - (0, 2), - (0, 600), - (0, 78), - (0, 198), - (0, 12), - (0, 1), - (0, 205), - (0, 365), - (0, 272), - (0, 0), - (0, 8), - (0, 2), - (0, 0), - (0, 1234), - (0, 41), - (0, 559), - (0, 1), - (0, 25), - (0, 15), - (0, 66), - (0, 2), - (0, 14), - (0, 156), - (0, 0), - (0, 3), - (0, 401), - (0, 5), - (0, 0), - (0, 3), - (0, 1050), - (0, 140), - (0, 5), - (0, 1), - (0, 56), - (0, 32), - (0, 217), - (0, 5), - (0, 7), - (0, 0), - (0, 3), - (0, 201), - (0, 12), - (0, 826), - (0, 1477), - (0, 74), - (0, 93), - (0, 465), - (0, 365), - (0, 14), - (0, 1112), - (0, 1012), - (0, 736), - (0, 164), - (0, 23), - (0, 1183), - (0, 19), - (0, 0), - (0, 3), - (0, 125), - (0, 1004), - (0, 10), - (0, 59), - (0, 1411), - (0, 7), - (0, 1238), - (0, 2209), - (0, 399), - (0, 876), - (0, 0), - (0, 53), - (0, 11), - (0, 0), - (0, 182), - (0, 15), - (0, 352), - (0, 520), - (0, 376), - (0, 16), - (0, 0), - (0, 0), - (0, 448), - (0, 2405), - (0, 9), - (0, 10), - (0, 1022), - (0, 548), - (0, 11), - (0, 94), - (0, 49), - (0, 15), - (0, 818), - (0, 49), - (0, 1), - (0, 0), - (0, 2439), - (0, 1), - (0, 12), - (0, 395), - (0, 2102), - (0, 94), - (0, 1943), - (0, 2), - (0, 838), - (0, 46), - (0, 0), - (0, 5), - (0, 23), - (0, 1), - (0, 44), - (0, 13), - (0, 14), - (0, 50), - (0, 117), - (0, 640), - (0, 35), - (0, 1630), - (0, 181), - (0, 3), - (0, 1465), - (0, 1116), - (0, 17), - (0, 490), - (0, 214), - (0, 1164), - (0, 18), - (0, 0), - (0, 35), - (0, 0), - (0, 290), - (0, 14), - (0, 1181), - (0, 1308), - (0, 6), - (0, 51), - (0, 252), - (0, 1), - (0, 2869), - (0, 90), - (0, 70), - (0, 51), - (0, 623), - (0, 462), - (0, 1), - (0, 579), - (0, 229), - (0, 1), - (0, 278), - (0, 1054), - (0, 116), - (0, 108), - (0, 90), - (0, 1), - (0, 470), - (0, 4), - (0, 0), - (0, 66), - (0, 362), - (0, 216), - (0, 57), - (0, 2111), - (0, 38), - (0, 13), - (0, 53), - (0, 6), - (0, 0), - (0, 1), - (0, 2473), - (0, 3), - (0, 1), - (0, 13), - (0, 228), - (0, 23), - (0, 109), - (0, 2), - (0, 92), - (0, 2), - (0, 1), - (0, 100), - (0, 538), - (0, 18), - (0, 9), - (0, 41), - (0, 5), - (0, 5), - (0, 193), - (0, 2675), - (0, 1285), - (0, 156), - (0, 33), - (0, 350), - (0, 3), - (0, 95), - (0, 12), - (0, 13), - (0, 9), - (0, 1579), - (0, 1550), - (0, 215), - (0, 4), - (0, 106), - (0, 4), - (0, 56), - (0, 81), - (0, 719), - (0, 129), - (0, 7), - (0, 12), - (0, 93), - (0, 30), - (0, 114), - (0, 0), - (0, 2766), - (0, 5), - (0, 1294), - (0, 197), - (0, 77), - (0, 12), - (0, 0), - (0, 372), - (0, 41), - (0, 14), - (0, 188), - (0, 1936), - (0, 64), - (0, 57), - (0, 19), - (0, 4), - (0, 174), - (0, 5151), - (0, 132), - (0, 25), - (0, 0), - (0, 0), - (0, 96), - (0, 33), - (0, 85), - (0, 211), - (0, 1), - (0, 61), - (0, 309), - (0, 0), - (0, 11), - (0, 269), - (0, 45), - (0, 231), - (0, 23), - (0, 26), - (0, 7), - (0, 109), - (0, 15), - (0, 11), - (0, 283), - (0, 117), - (0, 612), - (0, 66), - (0, 126), - (0, 11), - (0, 1072), - (0, 536), - (0, 69), - (0, 165), - (0, 5), - (0, 21), - (0, 1296), - (0, 186), - (0, 24), - (0, 61), - (0, 2), - (0, 22), - (0, 73), - (0, 88), - (0, 12), - (0, 273), - (0, 1), - (0, 6), - (0, 11), - (0, 0), - (0, 37), - (0, 271), - (0, 0), - (0, 5), - (0, 658), - (0, 1830), - (0, 37), - (0, 89), - (0, 33), - (0, 184), - (0, 53), - (0, 2), - (0, 62), - (0, 13), - (0, 2359), - (0, 17), - (0, 256), - (0, 6), - (0, 1524), - (0, 76), - (0, 1), - (0, 47), - (0, 65), - (0, 174), - (0, 124), - (0, 51), - (0, 1186), - (0, 796), - (0, 75), - (0, 43), - (0, 11), - (0, 0), - (0, 6), - (0, 17), - (0, 12), - (0, 10), - (0, 53), - (0, 22), - (0, 242), - (0, 2), - (0, 5591), - (0, 23), - (0, 67), - (0, 0), - (0, 5), - (0, 1915), - (0, 87), - (0, 814), - (0, 321), - (0, 935), - (0, 0), - (0, 187), - (0, 94), - (0, 7), - (0, 809), - (0, 17), - (0, 1), - (0, 2), - (0, 1450), - (0, 1802), - (0, 1391), - (0, 332), - (0, 617), - (0, 7), - (0, 3), - (0, 4), - (0, 2), - (0, 226), - (0, 1276), - (0, 7), - (0, 101), - (0, 2), - (0, 49), - (0, 179), - (0, 419), - (0, 172), - (0, 361), - (0, 2), - (0, 104), - (0, 1443), - (0, 1), - (0, 540), - (0, 107), - (0, 1), - (0, 1129), - (0, 91), - (0, 0), - (0, 1556), - (0, 0), - (0, 1), - (0, 109), - (0, 186), - (0, 40), - (0, 851), - (0, 295), - (0, 1352), - (0, 1), - (0, 0), - (0, 14), - (0, 39), - (0, 8), - (0, 139), - (0, 228), - (0, 0), - (0, 509), - (0, 644), - (0, 587), - (0, 384), - (0, 0), - (0, 27), - (0, 4), - (0, 79), - (0, 0), - (0, 15), - (0, 786), - (0, 242), - (0, 809), - (0, 7), - (0, 161), - (0, 5), - (0, 494), - (0, 0), - (0, 8), - (0, 0), - (0, 872), - (0, 425), - (0, 2), - (0, 124), - (0, 4), - (0, 70), - (0, 556), - (0, 0), - (0, 29), - (0, 0), - (0, 219), - (0, 3), - (0, 1), - (0, 4), - (0, 76), - (0, 0), - (0, 2), - (0, 0), - (0, 439), - (0, 1206), - (0, 61), - (0, 11), - (0, 710), - (0, 7), - (0, 15), - (0, 1790), - (0, 87), - (0, 2), - (0, 37), - (0, 32), - (0, 0), - (0, 620), - (0, 336), - (0, 16), - (0, 389), - (0, 1688), - (0, 798), - (0, 1), - (0, 456), - (0, 23), - (0, 76), - (0, 23), - (0, 2), - (0, 196), - (0, 2728), - (0, 0), - (0, 359), - (0, 728), - (0, 247), - (0, 4), - (0, 127), - (0, 162), - (0, 1), - (0, 804), - (0, 1655), - (0, 87), - (0, 358), - (0, 79), - (0, 1328), - (0, 14), - (0, 48), - (0, 94), - (0, 36), - (0, 0), - (0, 45), - (0, 634), - (0, 2), - (0, 3), - (0, 160), - (0, 0), - (0, 25), - (0, 3), - (0, 198), - (0, 0), - (0, 0), - (0, 228), - (0, 445), - (0, 9), - (0, 2023), - (0, 20), - (0, 48), - (0, 19), - (0, 8), - (0, 205), - (0, 93), - (0, 129), - (0, 1272), - (0, 62), - (0, 3842), - (0, 255), - (0, 7), - (0, 204), - (0, 17), - (0, 0), - (0, 12), - (0, 51), - (0, 259), - (0, 158), - (0, 337), - (0, 1), - (0, 42), - (0, 5), - (0, 277), - (0, 195), - (0, 113), - (0, 1713), - (0, 150), - (0, 355), - (0, 97), - (0, 7), - (0, 5), - (0, 2418), - (0, 0), - (0, 82), - (0, 97), - (0, 1), - (0, 16), - (0, 5), - (0, 47), - (0, 27), - (0, 182), - (0, 236), - (0, 97), - (0, 1150), - (0, 488), - (0, 97), - (0, 10), - (0, 87), - (0, 15), - (0, 2), - (0, 27), - (0, 283), - (0, 15), - (0, 500), - (0, 11), - (0, 1156), - (0, 7), - (0, 218), - (0, 122), - (0, 1147), - (0, 2), - (0, 0), - (0, 2), - (0, 311), - (0, 284), - (0, 18), - (0, 217), - (0, 556), - (0, 2), - (0, 57), - (0, 1), - (0, 115), - (0, 1947), - (0, 37), - (0, 0), - (0, 194), - (0, 24), - (0, 0), - (0, 1), - (0, 9), - (0, 6), - (0, 261), - (0, 406), - (0, 10), - (0, 637), - (0, 10), - (0, 11), - (0, 1), - (0, 188), - (0, 25), - (0, 266), - (0, 550), - (0, 429), - (0, 332), - (0, 89), - (0, 0), - (0, 43), - (0, 135), - (0, 1088), - (0, 136), - (0, 1), - (0, 299), - (0, 246), - (0, 7), - (0, 186), - (0, 27), - (0, 10), - (0, 1038), - (0, 12), - (0, 658), - (0, 22), - (0, 1), - (0, 63), - (0, 19), - (0, 22), - (0, 160), - (0, 94), - (0, 394), - (0, 501), - (0, 16), - (0, 11), - (0, 292), - (0, 1), - (0, 1030), - (0, 33), - (0, 2), - (0, 248), - (0, 583), - (0, 4), - (0, 193), - (0, 12), - (0, 2), - (0, 13), - (0, 46), - (0, 11), - (0, 92), - (0, 51), - (0, 365), - (0, 23), - (0, 12), - (0, 302), - (0, 931), - (0, 28), - (0, 1940), - (0, 15), - (0, 198), - (0, 3), - (0, 1), - (0, 110), - (0, 300), - (0, 1), - (0, 1340), - (0, 0), - (0, 348), - (0, 363), - (0, 1), - (0, 812), - (0, 17), - (0, 0), - (0, 1012), - (0, 1), - (0, 36), - (0, 442), - (0, 911), - (0, 591), - (0, 359), - (0, 642), - (0, 189), - (0, 18), - (0, 19), - (0, 546), - (0, 14), - (0, 3), - (0, 7), - (0, 20), - (0, 0), - (0, 226), - (0, 1052), - (0, 64), - (0, 12), - (0, 10), - (0, 3), - (0, 95), - (0, 120), - (0, 0), - (0, 1320), - (0, 1607), - (0, 122), - (0, 145), - (0, 13), - (0, 65), - (0, 1), - (0, 17), - (0, 341), - (0, 2), - (0, 183), - (0, 4716), - (0, 5), - (0, 2), - (0, 24), - (0, 221), - (0, 1048), - (0, 1), - (0, 3), - (0, 113), - (0, 3), - (0, 430), - (0, 23), - (0, 121), - (0, 4), - (0, 576), - (0, 14), - (0, 97), - (0, 3142), - (0, 3), - (0, 869), - (0, 3), - (0, 728), - (0, 66), - (0, 565), - (0, 4), - (0, 2106), - (0, 2445), - (0, 156), - (0, 26), - (0, 299), - (0, 45), - (0, 400), - (0, 1), - (0, 0), - (0, 980), - (0, 540), - (0, 81), - (0, 38), - (0, 385), - (0, 951), - (0, 2), - (0, 89), - (0, 452), - (0, 756), - (0, 164), - (0, 5), - (0, 0), - (0, 1), - (0, 19), - (0, 23), - (0, 463), - (0, 35), - (0, 7), - (0, 1547), - (0, 1), - (0, 2826), - (0, 424), - (0, 169), - (0, 0), - (0, 145), - (0, 2885), - (0, 381), - (0, 546), - (0, 425), - (0, 90), - (0, 9), - (0, 1422), - (0, 210), - (0, 887), - (0, 2), - (0, 293), - (0, 1495), - (0, 13), - (0, 224), - (0, 3), - (0, 1), - (0, 144), - (0, 141), - (0, 408), - (0, 27), - (0, 461), - (0, 4), - (0, 1542), - (0, 66), - (0, 0), - (0, 2), - (0, 153), - (0, 45), - (0, 0), - (0, 308), - (0, 306), - (0, 134), - (0, 36), - (0, 1), - (0, 366), - (0, 906), - (0, 599), - (0, 0), - (0, 364), - (0, 4839), - (0, 1238), - (0, 12), - (0, 22), - (0, 111), - (0, 868), - (0, 0), - (0, 0), - (0, 3), - (0, 0), - (0, 98), - (0, 22), - (0, 73), - (0, 5), - (0, 1175), - (0, 5), - (0, 252), - (0, 46), - (0, 10), - (0, 49), - (0, 116), - (0, 70), - (0, 142), - (0, 6), - (0, 192), - (0, 250), - (0, 555), - (0, 5), - (0, 346), - (0, 0), - (0, 108), - (0, 1), - (0, 11), - (0, 11), - (0, 539), - (0, 515), - (0, 21), - (0, 375), - (0, 1102), - (0, 71), - (0, 1337), - (0, 552), - (0, 443), - (0, 6), - (0, 33), - (0, 7), - (0, 480), - (0, 1), - (0, 467), - (0, 47), - (0, 0), - (0, 303), - (0, 1), - (0, 2), - (0, 145), - (0, 4), - (0, 0), - (0, 325), - (0, 54), - (0, 137), - (0, 47), - (0, 17), - (0, 2261), - (0, 509), - (0, 1681), - (0, 13), - (0, 7), - (0, 68), - (0, 259), - (0, 300), - (0, 11), - (0, 42), - (0, 730), - (0, 0), - (0, 3), - (0, 867), - (0, 7), - (0, 279), - (0, 21), - (0, 52), - (0, 1649), - (0, 302), - (0, 3), - (0, 26), - (0, 159), - (0, 533), - (0, 60), - (0, 1363), - (0, 81), - (0, 31), - (0, 584), - (0, 212), - (0, 0), - (0, 385), - (0, 1130), - (0, 470), - (0, 0), - (0, 49), - (0, 3), - (0, 0), - (0, 38), - (0, 5), - (0, 445), - (0, 188), - (0, 1), - (0, 2509), - (0, 10), - (0, 3), - (0, 3), - (0, 141), - (0, 605), - (0, 0), - (0, 3596), - (0, 0), - (0, 3957), - (0, 1), - (0, 69), - (0, 102), - (0, 405), - (0, 510), - (0, 102), - (0, 63), - (0, 132), - (0, 917), - (0, 12), - (0, 0), - (0, 7), - (0, 1), - (0, 425), - (0, 59), - (0, 83), - (0, 32), - (0, 752), - (0, 592), - (0, 115), - (0, 2), - (0, 315), - (0, 170), - (0, 39), - (0, 732), - (0, 1390), - (0, 60), - (0, 30), - (0, 0), - (0, 2), - (0, 114), - (0, 390), - (0, 8), - (0, 36), - (0, 9), - (0, 8), - (0, 84), - (0, 3), - (0, 35), - (1, 13), - (0, 17), - (0, 1442), - (0, 106), - (0, 101), - (0, 531), - (0, 722), - (0, 604), - (0, 2), - (0, 293), - (0, 2), - (0, 1), - (0, 86), - (0, 102), - (0, 2), - (0, 10), - (0, 12), - (0, 2378), - (0, 54), - (0, 28), - (0, 3), - (0, 728), - (0, 25), - (0, 26), - (0, 49), - (0, 13), - (0, 0), - (0, 4), - (0, 6), - (0, 2), - (0, 6), - (0, 1), - (0, 340), - (0, 19), - (0, 7), - (0, 213), - (0, 62), - (0, 2), - (0, 58), - (0, 66), - (0, 1046), - (0, 2468), - (0, 1881), - (0, 342), - (0, 541), - (0, 533), - (0, 2547), - (0, 5), - (0, 346), - (0, 2846), - (0, 412), - (0, 16), - (0, 376), - (0, 51), - (0, 1309), - (0, 2437), - (0, 57), - (0, 7), - (0, 20), - (0, 78), - (0, 4), - (0, 6), - (0, 13), - (0, 46), - (0, 364), - (0, 9), - (0, 1), - (0, 112), - (0, 341), - (0, 3), - (0, 688), - (0, 3797), - (0, 757), - (0, 914), - (0, 36), - (0, 29), - (0, 2), - (0, 168), - (0, 3), - (0, 39), - (0, 0), - (0, 265), - (0, 1856), - (0, 51), - (0, 30), - (0, 7), - (0, 1639), - (0, 0), - (0, 3), - (0, 70), - (0, 97), - (0, 1135), - (0, 30), - (0, 646), - (0, 2611), - (0, 178), - (0, 42), - (0, 10), - (0, 2), - (0, 497), - (0, 1041), - (0, 1040), - (0, 4), - (0, 333), - (0, 4), - (0, 907), - (0, 2717), - (0, 0), - (0, 363), - (0, 228), - (0, 6), - (0, 7), - (0, 499), - (0, 395), - (0, 178), - (0, 69), - (0, 24), - (0, 2), - (0, 235), - (0, 0), - (0, 43), - (0, 0), - (0, 121), - (0, 24), - (0, 4), - (0, 41), - (0, 1504), - (0, 10), - (0, 38), - (0, 2619), - (0, 345), - (0, 76), - (0, 169), - (0, 2085), - (0, 1788), - (0, 12), - (0, 170), - (0, 2098), - (0, 134), - (0, 9), - (0, 901), - (0, 18), - (0, 2), - (0, 246), - (0, 625), - (0, 136), - (0, 106), - (0, 13), - (0, 42), - (0, 125), - (0, 825), - (0, 612), - (0, 1466), - (0, 4), - (0, 2556), - (0, 1931), - (0, 6), - (0, 500), - (0, 1967), - (0, 0), - (0, 19), - (0, 27), - (0, 1), - (0, 131), - (0, 280), - (0, 0), - (0, 107), - (0, 1), - (0, 59), - (0, 213), - (0, 0), - (0, 73), - (0, 27), - (0, 415), - (0, 47), - (0, 29), - (0, 61), - (0, 244), - (0, 76), - (0, 63), - (0, 17), - (0, 798), - (0, 975), - (0, 2), - (0, 0), - (0, 1287), - (0, 335), - (0, 774), - (0, 26), - (0, 22), - (0, 266), - (0, 2), - (0, 15), - (0, 128), - (0, 93), - (0, 235), - (0, 37), - (0, 2), - (0, 7), - (0, 359), - (0, 9), - (0, 0), - (0, 1316), - (0, 141), - (0, 272), - (0, 66), - (0, 1), - (0, 197), - (0, 5), - (0, 10), - (0, 1), - (0, 191), - (0, 17), - (0, 888), - (0, 938), - (0, 25), - (0, 15), - (0, 2), - (0, 0), - (0, 0), - (0, 21), - (0, 631), - (0, 0), - (0, 8), - (0, 0), - (0, 50), - (0, 252), - (0, 13), - (0, 10), - (0, 182), - (0, 1516), - (0, 842), - (0, 542), - (0, 804), - (0, 118), - (0, 4), - (0, 14), - (0, 28), - (0, 154), - (0, 2), - (0, 4), - (0, 2058), - (0, 25), - (0, 0), - (0, 42), - (0, 6), - (0, 323), - (0, 310), - (0, 20), - (0, 1), - (0, 754), - (0, 704), - (0, 35), - (0, 1550), - (0, 192), - (0, 0), - (0, 28), - (0, 48), - (0, 23), - (0, 719), - (0, 270), - (0, 0), - (0, 134), - (0, 0), - (0, 284), - (0, 249), - (0, 568), - (0, 40), - (0, 24), - (0, 0), - (0, 25), - (0, 37), - (0, 229), - (0, 1), - (0, 6), - (0, 1649), - (0, 383), - (0, 0), - (0, 409), - (0, 129), - (0, 39), - (0, 145), - (0, 12), - (0, 2592), - (0, 9), - (0, 1313), - (0, 381), - (0, 14), - (0, 271), - (0, 17), - (0, 0), - (0, 4), - (0, 19), - (0, 8), - (0, 0), - (0, 381), - (0, 0), - (0, 0), - (0, 124), - (0, 3), - (0, 50), - (0, 3), - (0, 23), - (0, 285), - (0, 643), - (0, 0), - (0, 0), - (0, 0), - (0, 6), - (0, 13), - (0, 155), - (0, 908), - (0, 55), - (0, 140), - (0, 1485), - (0, 36), - (0, 17), - (0, 713), - (0, 2), - (0, 2), - (0, 22), - (0, 1346), - (0, 43), - (0, 482), - (0, 23), - (0, 185), - (0, 16), - (0, 1922), - (0, 154), - (0, 15), - (0, 6), - (0, 0), - (0, 4214), - (0, 1), - (0, 4363), - (0, 8), - (0, 78), - (0, 2), - (0, 0), - (0, 2), - (0, 3300), - (0, 4), - (0, 279), - (0, 643), - (0, 1422), - (0, 30), - (0, 754), - (0, 0), - (0, 6), - (0, 0), - (0, 225), - (0, 19), - (0, 71), - (0, 64), - (0, 56), - (0, 0), - (0, 925), - (0, 30), - (0, 484), - (0, 14), - (0, 342), - (0, 12), - (0, 790), - (0, 184), - (0, 22), - (0, 1124), - (0, 710), - (0, 601), - (0, 1809), - (0, 924), - (0, 42), - (0, 1621), - (0, 271), - (0, 479), - (0, 694), - (0, 1), - (0, 1280), - (0, 2474), - (0, 1372), - (0, 46), - (0, 226), - (0, 47), - (0, 856), - (0, 1637), - (0, 112), - (0, 378), - (0, 1017), - (0, 0), - (0, 11), - (0, 297), - (0, 3676), - (0, 737), - (0, 226), - (0, 220), - (0, 0), - (0, 460), - (0, 232), - (0, 1723), - (0, 345), - (0, 56), - (0, 3), - (0, 327), - (0, 1), - (0, 1), - (0, 1220), - (0, 0), - (0, 1618), - (0, 765), - (0, 21), - (0, 11), - (0, 1377), - (0, 33), - (0, 0), - (0, 301), - (0, 1600), - (0, 438), - (0, 46), - (0, 11), - (0, 57), - (0, 5), - (0, 1035), - (0, 308), - (0, 2), - (0, 8), - (0, 4), - (0, 166), - (0, 78), - (0, 1306), - (0, 13), - (0, 3590), - (0, 53), - (0, 307), - (0, 1), - (0, 459), - (0, 1494), - (0, 0), - (0, 3), - (0, 182), - (0, 230), - (0, 917), - (0, 189), - (0, 219), - (0, 164), - (0, 3), - (0, 206), - (0, 229), - (0, 294), - (0, 29), - (0, 1111), - (0, 583), - (0, 34), - (0, 249), - (0, 25), - (0, 0), - (0, 2), - (0, 0), - (0, 6), - (0, 163), - (0, 2089), - (0, 51), - (0, 68), - (0, 13), - (0, 1), - (0, 117), - (0, 60), - (0, 440), - (0, 19), - (0, 61), - (0, 1707), - (0, 10), - (0, 341), - (0, 71), - (0, 14), - (0, 113), - (0, 984), - (0, 3), - (0, 56), - (0, 1), - (0, 9), - (0, 28), - (0, 0), - (0, 2974), - (0, 3), - (0, 86), - (0, 8), - (0, 886), - (0, 32), - (0, 4), - (0, 4), - (0, 0), - (0, 386), - (0, 174), - (0, 1126), - (0, 589), - (0, 101), - (0, 192), - (0, 0), - (0, 11), - (0, 3), - (0, 4090), - (0, 111), - (0, 762), - (0, 119), - (0, 5), - (0, 129), - (0, 34), - (0, 422), - (0, 4), - (0, 45), - (0, 57), - (0, 67), - (0, 5), - (0, 4), - (0, 52), - (0, 141), - (0, 91), - (0, 70), - (0, 3), - (0, 6), - (0, 18), - (0, 681), - (0, 27), - (0, 16), - (0, 47), - (0, 138), - (0, 0), - (0, 3), - (0, 239), - (0, 1), - (0, 127), - (0, 1304), - (0, 7), - (0, 22), - (0, 605), - (0, 2345), - (0, 280), - (0, 6), - (0, 685), - (0, 271), - (0, 10), - (0, 346), - (0, 12), - (0, 27), - (0, 4), - (0, 5), - (0, 1615), - (0, 260), - (0, 8), - (0, 4146), - (0, 339), - (0, 1638), - (0, 3809), - (0, 70), - (0, 1), - (0, 25), - (0, 4), - (0, 456), - (0, 741), - (0, 1911), - (0, 1), - (0, 254), - (0, 34), - (0, 4), - (0, 87), - (0, 0), - (0, 793), - (0, 2600), - (0, 147), - (0, 535), - (0, 918), - (0, 1854), - (0, 20), - (0, 2259), - (0, 456), - (0, 11), - (0, 79), - (0, 57), - (0, 40), - (0, 24), - (0, 5), - (0, 829), - (0, 392), - (0, 134), - (0, 1590), - (0, 0), - (0, 425), - (0, 25), - (0, 3), - (0, 19), - (0, 81), - (0, 3), - (0, 278), - (0, 571), - (0, 12), - (0, 8656), - (0, 1290), - (0, 29), - (0, 227), - (0, 243), - (0, 41), - (0, 3), - (0, 102), - (0, 2), - (0, 259), - (0, 366), - (0, 30), - (0, 121), - (0, 617), - (0, 337), - (0, 9), - (0, 0), - (0, 153), - (0, 6), - (0, 1), - (0, 48), - (0, 1), - (0, 861), - (0, 19), - (0, 5), - (0, 0), - (0, 0), - (0, 0), - (0, 6), - (0, 2), - (0, 55), - (0, 278), - (0, 0), - (0, 1), - (0, 1703), - (0, 659), - (0, 2), - (0, 372), - (0, 1), - (0, 2934), - (0, 9), - (0, 273), - (0, 130), - (0, 32), - (0, 90), - (0, 0), - (0, 13), - (0, 1319), - (0, 829), - (0, 501), - (0, 534), - (0, 455), - (0, 3614), - (0, 0), - (0, 833), - (0, 18), - (0, 330), - (0, 173), - (0, 343), - (0, 1826), - (0, 1605), - (0, 1645), - (0, 7), - (0, 17), - (0, 35), - (0, 21), - (0, 159), - (0, 58), - (0, 292), - (0, 1063), - (0, 12), - (0, 15), - (0, 464), - (0, 4), - (0, 119), - (0, 517), - (0, 738), - (0, 14), - (0, 2776), - (0, 0), - (0, 1314), - (0, 0), - (0, 533), - (0, 1), - (0, 6), - (0, 1), - (0, 315), - (0, 0), - (0, 184), - (0, 82), - (0, 298), - (0, 38), - (0, 3), - (0, 8), - (0, 233), - (0, 3307), - (0, 1325), - (0, 509), - (0, 371), - (0, 38), - (0, 547), - (0, 2), - (0, 9), - (0, 87), - (0, 74), - (0, 16), - (0, 3384), - (0, 765), - (0, 44), - (0, 173), - (0, 5), - (0, 800), - (0, 2), - (0, 3), - (0, 103), - (0, 25), - (0, 10), - (0, 270), - (0, 3), - (0, 670), - (0, 317), - (0, 1255), - (0, 48), - (0, 4716), - (0, 240), - (0, 752), - (0, 51), - (0, 0), - (0, 2), - (0, 71), - (0, 4), - (0, 14), - (0, 23), - (0, 1), - (0, 36), - (0, 2945), - (0, 2596), - (0, 10), - (0, 0), - (0, 298), - (0, 5243), - (0, 123), - (0, 6), - (0, 23), - (0, 4), - (0, 1), - (0, 6), - (0, 2804), - (0, 1157), - (0, 33), - (0, 9), - (0, 11), - (0, 182), - (0, 17), - (0, 13), - (0, 2621), - (0, 1357), - (0, 137), - (0, 245), - (0, 1763), - (0, 172), - (0, 347), - (0, 405), - (0, 2), - (0, 1287), - (0, 21), - (0, 2717), - (0, 17), - (0, 168), - (0, 288), - (0, 13), - (0, 0), - (0, 766), - (0, 51), - (0, 21), - (0, 0), - (0, 37), - (0, 5), - (0, 126), - (0, 201), - (0, 59), - (0, 4), - (0, 305), - (0, 427), - (0, 16), - (0, 237), - (0, 324), - (0, 40), - (0, 388), - (0, 22), - (0, 113), - (0, 160), - (0, 6), - (0, 124), - (0, 64), - (0, 367), - (0, 1163), - (0, 14), - (0, 42), - (0, 585), - (0, 1183), - (0, 2), - (0, 1628), - (0, 9), - (0, 12), - (0, 79), - (0, 3), - (0, 500), - (0, 2), - (0, 3798), - (0, 1763), - (0, 23), - (0, 20), - (0, 1435), - (0, 605), - (0, 313), - (0, 6), - (0, 2293), - (0, 319), - (0, 0), - (0, 414), - (0, 91), - (0, 264), - (0, 231), - (0, 10), - (0, 667), - (0, 358), - (0, 549), - (0, 18), - (0, 147), - (0, 2590), - (0, 108), - (0, 19), - (0, 1021), - (0, 178), - (0, 3), - (0, 340), - (0, 31), - (0, 901), - (0, 2), - (0, 230), - (0, 212), - (0, 2036), - (0, 0), - (0, 144), - (0, 222), - (0, 97), - (0, 0), - (0, 87), - (0, 4003), - (0, 5), - (0, 249), - (0, 13), - (0, 603), - (0, 23), - (0, 40), - (0, 142), - (0, 571), - (0, 219), - (0, 20), - (0, 14), - (0, 17), - (0, 2), - (0, 206), - (0, 150), - (0, 306), - (0, 2), - (0, 221), - (0, 539), - (0, 438), - (0, 5), - (0, 120), - (0, 35), - (0, 12), - (0, 333), - (0, 2726), - (0, 395), - (0, 47), - (0, 56), - (0, 14), - (0, 795), - (0, 119), - (0, 34), - (0, 207), - (0, 609), - (0, 1106), - (0, 0), - (0, 1330), - (0, 3), - (0, 94), - (0, 63), - (0, 35), - (0, 1224), - (0, 213), - (0, 2), - (0, 192), - (0, 135), - (0, 487), - (0, 2), - (0, 3115), - (0, 42), - (0, 2893), - (0, 8), - (0, 2306), - (0, 5), - (0, 28), - (0, 41), - (0, 7), - (0, 9302), - (0, 41), - (0, 19), - (0, 151), - (0, 7), - (0, 5), - (0, 3), - (0, 64), - (0, 4425), - (0, 208), - (0, 10), - (0, 23), - (0, 4), - (0, 47), - (0, 18), - (0, 12), - (0, 1), - (0, 869), - (0, 3), - (0, 787), - (0, 123), - (0, 951), - (0, 943), - (0, 51), - (0, 9), - (0, 56), - (0, 16), - (0, 97), - (0, 5), - (0, 13), - (0, 7675), - (0, 3), - (0, 305), - (0, 138), - (0, 2349), - (0, 45), - (0, 0), - (0, 244), - (0, 113), - (0, 2), - (0, 4483), - (0, 5), - (0, 83), - (0, 45), - (0, 1614), - (0, 288), - (0, 883), - (0, 2), - (0, 1), - (0, 1812), - (0, 0), - (0, 1), - (0, 21), - (0, 264), - (0, 27), - (0, 616), - (0, 20), - (0, 0), - (0, 3336), - (0, 46), - (0, 2608), - (0, 10), - (0, 0), - (0, 14), - (0, 5), - (0, 26), - (0, 587), - (0, 1177), - (0, 1244), - (0, 52), - (0, 106), - (0, 455), - (0, 154), - (0, 30), - (0, 9), - (0, 58), - (0, 2190), - (0, 396), - (0, 84), - (0, 1528), - (0, 162), - (0, 6), - (0, 0), - (0, 6213), - (0, 648), - (0, 8), - (0, 84), - (0, 24), - (0, 757), - (0, 69), - (0, 5009), - (0, 313), - (0, 22), - (0, 736), - (0, 11), - (0, 457), - (0, 9), - (0, 1978), - (0, 9), - (0, 601), - (0, 181), - (0, 162), - (0, 22), - (0, 19), - (0, 48), - (0, 55), - (0, 1531), - (0, 19), - (0, 49), - (0, 35), - (0, 141), - (0, 1061), - (0, 83), - (0, 1145), - (0, 389), - (0, 2), - (0, 3580), - (0, 155), - (0, 2738), - (0, 18), - (0, 34), - (0, 1879), - (0, 63), - (0, 39), - (0, 11), - (0, 54), - (0, 2263), - (0, 29), - (0, 724), - (0, 3575), - (0, 29), - (0, 458), - (0, 526), - (0, 963), - (0, 6), - (0, 1979), - (0, 786), - (0, 5), - (0, 0), - (0, 89), - (0, 8479), - (0, 6), - (0, 20), - (0, 873), - (0, 2098), - (0, 111), - (0, 61), - (0, 1874), - (0, 30), - (0, 1476), - (0, 682), - (0, 728), - (0, 57), - (0, 855), - (0, 73), - (0, 45), - (0, 323), - (0, 103), - (0, 5829), - (0, 19), - (0, 2121), - (0, 17), - (0, 317), - (0, 1), - (0, 1933), - (0, 2128), - (0, 5), - (0, 0), - (0, 191), - (0, 117), - (0, 1526), - (0, 3597), - (0, 1), - (0, 7), - (0, 868), - (0, 425), - (0, 391), - (0, 206), - (0, 2), - (0, 5), - (0, 1), - (0, 343), - (0, 955), - (0, 9), - (0, 104), - (0, 0), - (0, 27), - (0, 9615), - (0, 6), - (0, 2041), - (0, 108), - (0, 2), - (0, 34), - (0, 7022), - (0, 162), - (0, 1241), - (0, 11), - (0, 809), - (0, 2), - (0, 647), - (0, 3066), - (0, 0), - (0, 1204), - (0, 272), - (0, 91), - (0, 2959), - (0, 2021), - (0, 36), - (0, 29), - (0, 412), - (0, 1173), - (0, 231), - (0, 27), - (0, 1), - (0, 86), - (0, 6090), - (0, 8), - (0, 65), - (0, 1), - (0, 181), - (0, 2), - (0, 12), - (0, 15), - (0, 68), - (0, 1142), - (0, 693), - (0, 111), - (0, 0), - (0, 574), - (0, 3), - (0, 1), - (0, 11), - (0, 417), - (0, 1239), - (0, 816), - (0, 586), - (0, 20), - (0, 133), - (0, 106), - (0, 921), - (0, 241), - (0, 2565), - (0, 2), - (0, 295), - (0, 6), - (0, 24), - (0, 249), - (0, 2064), - (0, 160), - (0, 19), - (0, 1184), - (0, 6919), - (0, 1), - (0, 3), - (0, 7), - (0, 193), - (0, 1652), - (0, 494), - (0, 16), - (0, 86), - (0, 16), - (0, 10), - (0, 543), - (0, 7), - (0, 206), - (0, 7), - (0, 34), - (0, 2), - (0, 3), - (0, 25), - (0, 340), - (0, 50), - (0, 33), - (0, 5), - (0, 183), - (0, 1131), - (0, 1251), - (0, 3), - (0, 1027), - (0, 246), - (0, 1611), - (0, 861), - (0, 51), - (0, 6914), - (0, 74), - (0, 897), - (0, 8), - (0, 282), - (0, 797), - (0, 94), - (0, 517), - (0, 8116), - (0, 68), - (0, 20), - (0, 235), - (0, 2339), - (0, 1731), - (0, 64), - (0, 0), - (0, 1102), - (0, 814), - (0, 585), - (0, 18), - (0, 1), - (0, 134), - (0, 32), - (0, 5), - (0, 2), - (0, 26), - (0, 115), - (0, 599), - (0, 3), - (0, 1), - (0, 357), - (0, 1822), - (0, 309), - (0, 854), - (0, 285), - (0, 2978), - (0, 20), - (0, 94), - (0, 194), - (0, 1015), - (0, 242), - (0, 19), - (0, 88), - (0, 16), - (0, 60), - (0, 95), - (0, 0), - (0, 8), - (0, 1825), - (0, 23), - (0, 106), - (0, 3), - (0, 2), - (0, 4435), - (0, 14), - (0, 5), - (0, 21), - (0, 32), - (0, 1663), - (0, 378), - (0, 7), - (0, 44), - (0, 0), - (0, 176), - (0, 1150), - (0, 1), - (0, 9), - (0, 21), - (0, 239), - (0, 9), - (0, 119), - (0, 1), - (0, 8), - (0, 100), - (0, 49), - (0, 1689), - (0, 63), - (0, 2604), - (0, 2091), - (0, 5), - (0, 99), - (0, 3008), - (0, 1850), - (0, 100), - (0, 5), - (0, 183), - (0, 25), - (0, 71), - (0, 3), - (0, 425), - (0, 89), - (0, 1048), - (0, 155), - (0, 77), - (0, 565), - (0, 89), - (0, 1535), - (0, 95), - (0, 999), - (0, 0), - (0, 25), - (0, 0), - (0, 58), - (0, 50), - (0, 245), - (0, 2), - (0, 42), - (0, 254), - (0, 3947), - (0, 1), - (0, 242), - (0, 3), - (0, 147), - (0, 129), - (0, 5), - (0, 139), - (0, 1311), - (0, 964), - (0, 34), - (0, 36), - (0, 108), - (0, 10036), - (0, 14), - (0, 5), - (0, 0), - (0, 2543), - (0, 29), - (0, 482), - (0, 17), - (0, 0), - (0, 9), - (0, 148), - (0, 6), - (0, 1949), - (0, 8), - (0, 1), - (0, 2), - (0, 72), - (0, 835), - (0, 3568), - (0, 440), - (0, 204), - (0, 208), - (0, 520), - (0, 0), - (0, 0), - (0, 106), - (0, 34), - (0, 267), - (0, 1016), - (0, 9), - (0, 560), - (0, 3486), - (0, 1585), - (0, 35), - (0, 11), - (0, 127), - (0, 0), - (0, 1214), - (0, 98), - (0, 17), - (0, 0), - (0, 3), - (0, 129), - (0, 226), - (0, 335), - (0, 113), - (0, 2280), - (0, 64), - (0, 101), - (0, 5), - (0, 510), - (0, 587), - (0, 11), - (0, 817), - (0, 481), - (0, 35), - (0, 6515), - (0, 159), - (0, 40), - (0, 13), - (0, 0), - (0, 249), - (0, 1762), - (0, 14), - (0, 11), - (0, 39), - (0, 10), - (0, 7379), - (0, 57), - (0, 621), - (0, 53), - (0, 156), - (0, 9), - (0, 85), - (0, 19), - (0, 1371), - (0, 30), - (0, 782), - (0, 242), - (0, 1519), - (0, 156), - (0, 26), - (0, 1468), - (0, 1001), - (0, 1118), - (0, 21), - (0, 33), - (0, 7003), - (0, 3211), - (0, 707), - (0, 178), - (0, 1717), - (0, 16), - (0, 698), - (0, 15), - (0, 17), - (0, 271), - (0, 94), - (0, 337), - (0, 0), - (0, 115), - (0, 4), - (0, 1537), - (0, 951), - (0, 140), - (0, 433), - (0, 11), - (0, 3592), - (0, 791), - (0, 5436), - (0, 77), - (0, 73), - (0, 312), - (0, 73), - (0, 25), - (0, 2033), - (0, 1), - (0, 1167), - (0, 24), - (0, 675), - (0, 0), - (0, 7), - (0, 314), - (0, 119), - (0, 4), - (0, 2), - (0, 316), - (0, 3014), - (0, 0), - (0, 117), - (0, 8), - (0, 474), - (0, 7), - (0, 242), - (0, 402), - (0, 1), - (0, 5466), - (0, 312), - (0, 1227), - (0, 33), - (0, 20), - (0, 0), - (0, 492), - (0, 135), - (0, 18), - (0, 0), - (0, 9), - (0, 2366), - (0, 14), - (0, 1012), - (0, 1442), - (0, 58), - (0, 308), - (0, 865), - (0, 1555), - (0, 54), - (0, 181), - (0, 15), - (0, 8), - (0, 5), - (0, 107), - (0, 592), - (0, 84), - (0, 2), - (0, 0), - (0, 27), - (0, 1760), - (0, 160), - (0, 3327), - (0, 140), - (0, 12), - (0, 2), - (0, 810), - (0, 143), - (0, 0), - (0, 2), - (0, 356), - (0, 1144), - (0, 1327), - (0, 41), - (0, 831), - (0, 380), - (1, 0), - (0, 6), - (0, 12), - (0, 2842), - (0, 8), - (0, 20), - (0, 860), - (0, 626), - (0, 3), - (0, 2), - (0, 328), - (0, 233), - (0, 57), - (0, 512), - (0, 4192), - (0, 7), - (0, 74), - (0, 144), - (0, 29), - (0, 1674), - (0, 347), - (0, 2282), - (0, 8051), - (0, 554), - (0, 2823), - (0, 21), - (0, 1384), - (0, 97), - (0, 302), - (0, 6979), - (0, 261), - (0, 0), - (0, 1), - (0, 405), - (0, 2), - (0, 967), - (0, 4), - (0, 3), - (0, 875), - (0, 1042), - (0, 34), - (0, 0), - (0, 692), - (0, 42), - (0, 23), - (0, 650), - (0, 719), - (0, 1560), - (0, 93), - (0, 0), - (0, 90), - (0, 1718), - (0, 1909), - (0, 255), - (0, 68), - (0, 7), - (0, 4760), - (0, 512), - (0, 2763), - (0, 444), - (0, 136), - (0, 1569), - (0, 45), - (0, 1305), - (0, 38), - (0, 203), - (0, 64), - (0, 69), - (0, 3), - (0, 44), - (0, 2041), - (0, 56), - (0, 513), - (0, 120), - (0, 663), - (0, 25), - (0, 247), - (0, 117), - (0, 342), - (0, 11254), - (0, 1), - (0, 4050), - (0, 264), - (0, 0), - (0, 31), - (0, 134), - (0, 400), - (0, 1), - (0, 44), - (0, 978), - (0, 13), - (0, 118), - (0, 245), - (0, 1369), - (0, 5994), - (0, 586), - (0, 43), - (0, 83), - (0, 0), - (0, 138), - (0, 684), - (0, 1447), - (0, 8), - (0, 10), - (0, 143), - (0, 1), - (0, 234), - (0, 630), - (0, 1171), - (0, 3), - (0, 95), - (0, 0), - (0, 771), - (0, 364), - (0, 1226), - (0, 140), - (0, 15), - (0, 22), - (0, 948), - (0, 1041), - (0, 366), - (0, 121), - (0, 2), - (0, 3741), - (0, 1201), - (0, 30), - (0, 1529), - (0, 2), - (0, 740), - (0, 4996), - (0, 218), - (0, 22), - (0, 9), - (0, 4236), - (0, 13), - (0, 32), - (0, 2710), - (0, 3239), - (0, 532), - (0, 2416), - (0, 179), - (0, 779), - (0, 1054), - (0, 1), - (0, 14), - (0, 3), - (0, 751), - (0, 260), - (0, 722), - (0, 79), - (0, 24), - (0, 2), - (0, 727), - (0, 3), - (0, 842), - (0, 81), - (0, 19), - (0, 0), - (0, 170), - (0, 651), - (0, 2153), - (0, 24), - (0, 1262), - (0, 528), - (0, 47), - (0, 2040), - (0, 3325), - (0, 0), - (0, 3399), - (0, 6933), - (0, 20), - (0, 15), - (0, 0), - (0, 3174), - (0, 253), - (0, 599), - (0, 56), - (0, 42), - (0, 73), - (0, 50), - (0, 277), - (0, 1), - (0, 1177), - (0, 94), - (0, 0), - (0, 26), - (0, 6203), - (0, 1008), - (0, 108), - (0, 2640), - (0, 2262), - (0, 1), - (0, 56), - (0, 178), - (0, 126), - (0, 370), - (0, 0), - (0, 0), - (0, 8392), - (0, 2435), - (0, 90), - (0, 66), - (0, 44), - (0, 22), - (0, 49), - (0, 0), - (0, 103), - (0, 38), - (0, 3357), - (0, 2), - (0, 1441), - (0, 169), - (0, 8), - (0, 61), - (0, 920), - (0, 7), - (0, 478), - (0, 3365), - (0, 20), - (0, 39), - (0, 343), - (0, 22), - (0, 11), - (0, 167), - (0, 4), - (0, 1702), - (0, 186), - (0, 4546), - (0, 58), - (0, 168), - (0, 2081), - (0, 242), - (0, 7920), - (0, 25), - (0, 3), - (0, 5), - (0, 3), - (0, 72), - (0, 132), - (0, 954), - (0, 150), - (0, 33), - (0, 147), - (0, 397), - (0, 356), - (0, 1), - (0, 2070), - (0, 905), - (0, 14), - (0, 41), - (0, 1074), - (0, 7), - (0, 484), - (0, 125), - (0, 7890), - (0, 2588), - (0, 4210), - (0, 550), - (0, 45), - (0, 4), - (0, 0), - (0, 7), - (0, 5), - (0, 89), - (0, 17), - (0, 4), - (0, 11), - (0, 1358), - (0, 6), - (0, 19), - (0, 0), - (0, 7), - (0, 229), - (0, 218), - (0, 128), - (0, 1757), - (0, 11), - (0, 1), - (0, 3030), - (0, 12), - (0, 0), - (0, 225), - (0, 7), - (0, 18), - (0, 1), - (0, 5475), - (0, 657), - (0, 3139), - (0, 370), - (0, 0), - (0, 526), - (0, 20), - (0, 1), - (0, 3), - (0, 467), - (0, 411), - (0, 5264), - (0, 215), - (0, 802), - (0, 212), - (0, 2559), - (0, 664), - (0, 301), - (0, 33), - (0, 14), - (0, 1), - (0, 72), - (0, 120), - (0, 25), - (0, 361), - (0, 389), - (0, 1365), - (0, 52), - (0, 0), - (0, 5), - (0, 24), - (0, 559), - (0, 6), - (0, 20), - (0, 506), - (0, 0), - (0, 1), - (0, 60), - (0, 68), - (0, 3), - (0, 9), - (0, 0), - (0, 4281), - (0, 3484), - (0, 8343), - (0, 5394), - (0, 1154), - (0, 393), - (0, 18), - (0, 829), - (0, 1269), - (0, 18), - (0, 41), - (0, 9), - (0, 259), - (0, 82), - (0, 9), - (0, 44), - (0, 715), - (0, 126), - (0, 0), - (0, 3308), - (0, 565), - (0, 166), - (0, 0), - (0, 63), - (0, 14378), - (0, 122), - (0, 5), - (0, 81), - (0, 54), - (0, 11), - (0, 0), - (0, 1), - (0, 3), - (0, 0), - (0, 13), - (0, 913), - (0, 37), - (0, 0), - (0, 0), - (0, 69), - (0, 12), - (0, 32), - (0, 13), - (0, 827), - (0, 370), - (0, 3835), - (0, 102), - (0, 3567), - (0, 8), - (0, 42), - (0, 371), - (0, 93), - (0, 1036), - (0, 1394), - (0, 624), - (0, 764), - (0, 1748), - (0, 385), - (0, 1152), - (0, 0), - (0, 2672), - (0, 1290), - (0, 93), - (0, 15), - (0, 1), - (0, 487), - (0, 19), - (0, 173), - (0, 13), - (0, 13), - (0, 49), - (0, 284), - (0, 71), - (0, 44), - (0, 5), - (0, 123), - (0, 43), - (0, 369), - (0, 0), - (0, 1891), - (0, 124), - (0, 1), - (0, 1028), - (0, 1), - (0, 29), - (0, 13), - (0, 124), - (0, 202), - (0, 105), - (0, 114), - (0, 789), - (0, 1044), - (0, 1115), - (0, 15), - (0, 210), - (0, 15), - (0, 2566), - (0, 4712), - (0, 4221), - (0, 21), - (0, 3), - (0, 2418), - (0, 559), - (0, 135), - (0, 248), - (0, 12), - (0, 2), - (0, 1351), - (0, 461), - (0, 5762), - (0, 0), - (0, 357), - (0, 185), - (0, 3795), - (0, 75), - (0, 1809), - (0, 3364), - (0, 5753), - (0, 46), - (0, 2), - (0, 1300), - (0, 973), - (0, 1), - (0, 5372), - (0, 1622), - (0, 151), - (0, 157), - (0, 26), - (0, 28), - (0, 2100), - (0, 30), - (0, 0), - (0, 470), - (0, 21), - (0, 814), - (0, 683), - (0, 3), - (0, 1645), - (0, 28), - (0, 114), - (0, 21), - (0, 1084), - (0, 2888), - (0, 13195), - (0, 383), - (0, 2), - (0, 4391), - (0, 547), - (0, 7), - (0, 14), - (0, 25), - (0, 2130), - (0, 690), - (0, 33), - (0, 67), - (0, 1103), - (0, 73), - (0, 471), - (0, 776), - (0, 219), - (0, 10), - (0, 0), - (0, 431), - (0, 47), - (0, 1), - (0, 61), - (0, 21), - (0, 218), - (0, 300), - (0, 29), - (0, 667), - (0, 237), - (0, 1380), - (0, 13), - (0, 783), - (0, 9361), - (0, 41), - (0, 94), - (0, 42), - (0, 3282), - (0, 127), - (0, 5), - (0, 705), - (0, 35), - (0, 0), - (0, 1), - (0, 91), - (0, 231), - (0, 395), - (0, 34), - (0, 23), - (0, 118), - (0, 0), - (0, 54), - (0, 24), - (0, 638), - (0, 146), - (0, 3), - (0, 713), - (0, 39), - (0, 4009), - (0, 200), - (0, 0), - (0, 1), - (0, 45), - (0, 273), - (0, 1), - (0, 1738), - (0, 6), - (0, 497), - (0, 0), - (0, 8), - (0, 23), - (0, 5), - (0, 689), - (0, 388), - (0, 3), - (0, 1865), - (0, 112), - (0, 1), - (0, 67), - (0, 0), - (0, 521), - (0, 837), - (0, 2180), - (0, 1392), - (0, 462), - (0, 872), - (0, 1755), - (0, 105), - (0, 1163), - (0, 3216), - (0, 354), - (0, 536), - (0, 57), - (0, 52), - (0, 0), - (0, 803), - (0, 202), - (0, 4221), - (0, 3776), - (0, 42), - (0, 495), - (0, 1377), - (0, 5), - (0, 3229), - (0, 2081), - (0, 8), - (0, 188), - (0, 4756), - (0, 8), - (0, 6693), - (0, 506), - (0, 2401), - (0, 0), - (0, 5), - (0, 3943), - (0, 109), - (0, 1937), - (0, 186), - (0, 4086), - (0, 798), - (0, 52), - (0, 18), - (0, 727), - (0, 7025), - (0, 7), - (0, 4479), - (0, 44), - (0, 94), - (0, 7), - (0, 2), - (0, 29), - (0, 1), - (0, 444), - (0, 47), - (0, 1), - (0, 44), - (0, 1458), - (0, 3509), - (0, 422), - (0, 0), - (0, 46), - (0, 34), - (0, 4485), - (0, 178), - (0, 2875), - (0, 1644), - (0, 5913), - (0, 414), - (0, 858), - (0, 12), - (0, 11), - (0, 44), - (0, 262), - (0, 3), - (0, 109), - (0, 358), - (0, 19), - (0, 135), - (0, 0), - (0, 3639), - (0, 1), - (0, 3121), - (0, 839), - (0, 3283), - (0, 3), - (0, 377), - (0, 11), - (0, 657), - (0, 43), - (0, 88), - (0, 2846), - (0, 640), - (0, 1747), - (0, 1), - (0, 784), - (0, 603), - (0, 29), - (0, 202), - (0, 221), - (0, 6465), - (1, 1), - (0, 2661), - (0, 3), - (0, 210), - (0, 785), - (0, 251), - (0, 47), - (0, 33), - (0, 3), - (0, 8992), - (0, 1130), - (0, 74), - (0, 3), - (0, 3089), - (0, 7), - (0, 134), - (0, 395), - (0, 701), - (0, 1175), - (0, 1459), - (0, 730), - (0, 608), - (0, 2747), - (0, 0), - (0, 136), - (0, 4162), - (0, 480), - (0, 884), - (0, 1549), - (0, 11), - (0, 280), - (0, 0), - (0, 25), - (0, 827), - (0, 56), - (0, 22), - (0, 8), - (0, 364), - (0, 780), - (0, 70), - (0, 1795), - (0, 37), - (0, 6868), - (0, 837), - (0, 2373), - (0, 1644), - (0, 39), - (0, 137), - (0, 45), - (0, 1317), - (0, 587), - (0, 2815), - (0, 94), - (0, 5), - (0, 0), - (0, 52), - (0, 4064), - (0, 0), - (0, 41), - (0, 274), - (0, 338), - (0, 70), - (0, 811), - (0, 4), - (0, 773), - (0, 9), - (0, 17), - (0, 4), - (0, 354), - (0, 1056), - (0, 1185), - (0, 192), - (0, 3391), - (0, 30), - (0, 900), - (0, 2), - (0, 1), - (0, 15), - (0, 56), - (0, 0), - (0, 61), - (0, 4495), - (0, 8422), - (0, 3), - (0, 41), - (0, 944), - (0, 10), - (0, 2586), - (0, 64), - (0, 1773), - (0, 1653), - (0, 305), - (0, 2728), - (0, 3609), - (0, 899), - (0, 8119), - (0, 0), - (0, 8), - (0, 5), - (0, 542), - (0, 3892), - (0, 210), - (0, 1462), - (0, 3003), - (0, 461), - (0, 318), - (0, 154), - (0, 9912), - (0, 15378), - (0, 354), - (0, 61), - (0, 231), - (0, 3), - (0, 2236), - (0, 4173), - (0, 296), - (0, 6), - (0, 2021), - (0, 884), - (0, 61), - (0, 590), - (0, 4841), - (0, 664), - (0, 22), - (0, 3627), - (0, 89), - (0, 990), - (0, 1), - (0, 2487), - (0, 2), - (0, 757), - (0, 36), - (0, 10076), - (0, 125), - (0, 10253), - (0, 43), - (0, 32), - (0, 54), - (0, 774), - (0, 14), - (0, 27), - (0, 194), - (0, 406), - (0, 410), - (0, 28), - (0, 212), - (0, 21), - (0, 3538), - (0, 131), - (0, 0), - (0, 20), - (0, 1397), - (0, 0), - (0, 0), - (0, 1), - (0, 15958), - (0, 185), - (0, 121), - (0, 757), - (0, 1255), - (0, 13711), - (0, 5), - (0, 832), - (0, 5), - (0, 442), - (0, 140), - (0, 1726), - (0, 10), - (0, 1146), - (0, 690), - (0, 1134), - (0, 141), - (0, 10), - (0, 1195), - (0, 91), - (0, 9), - (0, 56), - (0, 1191), - (0, 73), - (0, 0), - (0, 13252), - (0, 4438), - (0, 2397), - (0, 421), - (0, 6323), - (0, 109), - (0, 491), - (0, 25), - (0, 953), - (0, 38), - (0, 201), - (0, 45), - (0, 7771), - (0, 3), - (0, 6637), - (0, 177), - (0, 2650), - (0, 80), - (0, 644), - (0, 21), - (0, 1705), - (0, 3), - (0, 17425), - (0, 15745), - (0, 466), - (0, 2), - (0, 3), - (0, 167), - (0, 2988), - (0, 5), - (0, 5), - (0, 652), - (0, 401), - (0, 3675), - (0, 4750), - (0, 159), - (0, 2), - (0, 0), - (0, 1130), - (0, 49), - (0, 5128), - (0, 4070), - (0, 2), - (0, 1071), - (0, 48), - (0, 420), - (0, 259), - (0, 16), - (0, 354), - (0, 1), - (0, 21), - (0, 126), - (0, 17671), - (0, 0), - (0, 694), - (0, 3109), - (0, 40), - (0, 995), - (0, 202), - (0, 19), - (0, 1204), - (0, 2133), - (0, 1533), - (0, 339), - (0, 2087), - (0, 7537), - (0, 20), - (0, 96), - (0, 1), - (0, 1170), - (0, 4), - (0, 73), - (0, 30), - (0, 6), - (0, 15), - (0, 4731), - (0, 2392), - (0, 116), - (0, 3793), - (0, 16387), - (0, 58), - (0, 4179), - (0, 975), - (0, 2657), - (0, 3810), - (0, 3), - (0, 58), - (0, 1565), - (0, 479), - (0, 99), - (0, 16494), - (0, 0), - (0, 31), - (0, 121), - (0, 3083), - (0, 44), - (0, 1697), - (0, 546), - (0, 267), - (0, 6156), - (0, 6157), - (0, 701), - (0, 14), - (0, 933), - (0, 0), - (0, 1820), - (0, 153), - (0, 4683), - (0, 31), - (0, 19), - (0, 144), - (0, 1), - (0, 461), - (0, 2345), - (0, 0), - (0, 0), - (0, 670), - (0, 24), - (0, 5101), - (0, 13), - (0, 1), - (0, 226), - (0, 5602), - (0, 982), - (0, 3202), - (0, 418), - (0, 31), - (0, 151), - (0, 1537), - (0, 6), - (0, 86), - (0, 17), - (0, 211), - (0, 1), - (0, 79), - (0, 28), - (0, 32), - (0, 174), - (0, 1), - (0, 186), - (0, 139), - (0, 1), - (0, 15), - (0, 2), - (0, 892), - (0, 15318), - (0, 27), - (0, 4832), - (0, 551), - (0, 11), - (0, 73), - (0, 46), - (0, 3294), - (0, 2345), - (0, 41), - (0, 58), - (0, 1702), - (0, 35), - (0, 0), - (0, 794), - (0, 19), - (0, 33), - (0, 0), - (0, 159), - (0, 6), - (0, 4), - (0, 47), - (0, 4908), - (0, 5), - (0, 31), - (0, 3), - (0, 87), - (0, 121), - (0, 2972), - (0, 4395), - (0, 5064), - (0, 3685), - (0, 0), - (0, 26), - (0, 703), - (0, 1115), - (0, 1780), - (0, 1262), - (0, 288), - (0, 1), - (0, 18), - (0, 7760), - (0, 159), - (0, 2), - (0, 3103), - (0, 4), - (0, 11), - (0, 22), - (0, 3046), - (0, 614), - (0, 6115), - (0, 609), - (0, 3520), - (0, 21), - (0, 12237), - (0, 3617), - (0, 4218), - (0, 2), - (0, 14574), - (0, 52), - (0, 610), - (0, 17342), - (0, 3), - (0, 3), - (0, 2046), - (0, 63), - (0, 98), - (0, 10), - (0, 15), - (0, 214), - (0, 7), - (0, 1647), - (0, 4063), - (0, 61), - (0, 17294), - (0, 889), - (0, 297), - (0, 569), - (0, 118), - (0, 1), - (0, 5), - (0, 36), - (0, 5606), - (0, 10), - (0, 1), - (0, 81), - (0, 1278), - (0, 3312), - (0, 12), - (0, 0), - (0, 1), - (0, 46), - (0, 7735), - (0, 1), - (0, 4340), - (0, 7163), - (0, 49), - (0, 5018), - (0, 5), - (0, 3333), - (0, 631), - (0, 556), - (0, 112), - (0, 3919), - (0, 883), - (0, 48), - (0, 511), - (0, 182), - (0, 1339), - (0, 4), - (0, 6783), - (0, 343), - (0, 771), - (0, 147), - (0, 0), - (0, 1460), - (0, 650), - (0, 0), - (0, 9821), - (0, 448), - (0, 15), - (0, 0), - (0, 1280), - (0, 3670), - (0, 2424), - (0, 1), - (0, 176), - (0, 20), - (0, 134), - (0, 5), - (0, 8), - (0, 2443), - (0, 29), - (0, 1170), - (0, 3376), - (0, 984), - (0, 14898), - (0, 14), - (0, 510), - (0, 170), - (0, 88), - (0, 1479), - (0, 10548), - (0, 1218), - (0, 910), - (0, 16161), - (0, 74), - (0, 0), - (0, 12), - (0, 19), - (0, 0), - (0, 238), - (0, 5134), - (0, 952), - (0, 9992), - (0, 147), - (0, 3653), - (0, 10636), - (0, 3937), - (0, 3607), - (0, 73), - (0, 10), - (0, 14481), - (0, 601), - (0, 230), - (0, 2131), - (0, 0), - (0, 16019), - (0, 64), - (0, 662), - (0, 4978), - (0, 7888), - (0, 894), - (0, 706), - (0, 2), - (0, 3052), - (0, 3310), - (0, 325), - (0, 519), - (0, 21), - (0, 66), - (0, 138), - (0, 88), - (0, 8198), - (0, 3), - (0, 184), - (0, 7), - (0, 22), - (0, 6), - (0, 52), - (0, 27), - (0, 22), - (0, 5874), - (0, 7), - (0, 43), - (0, 1), - (0, 6), - (0, 718), - (0, 947), - (0, 6), - (0, 50), - (0, 13483), - (0, 9), - (0, 2173), - (0, 0), - (0, 4), - (0, 10964), - (0, 1859), - (0, 29), - (0, 2775), - (0, 46), - (0, 0), - (0, 36), - (0, 4488), - (0, 1410), - (0, 39), - (0, 630), - (0, 2772), - (0, 571), - (0, 30), - (0, 1162), - (0, 0), - (0, 41), - (0, 138), - (0, 181), - (0, 122), - (0, 55), - (0, 1), - (0, 31), - (0, 7), - (0, 218), - (0, 273), - (0, 123), - (0, 33), - (0, 909), - (0, 5), - (0, 9201), - (0, 218), - (0, 1), - (0, 0), - (0, 26), - (0, 1), - (0, 2532), - (0, 0), - (0, 7683), - (0, 690), - (0, 11682), - (0, 95), - (0, 94), - (0, 4525), - (0, 151), - (0, 281), - (0, 177), - (0, 3123), - (0, 17161), - (0, 10263), - (0, 3353), - (0, 129), - (0, 606), - (0, 543), - (0, 2), - (0, 300), - (0, 377), - (0, 366), - (0, 9), - (0, 25), - (0, 14), - (0, 69), - (0, 5177), - (0, 965), - (0, 154), - (0, 55), - (0, 8729), - (0, 11), - (0, 2297), - (0, 4693), - (0, 10), - (0, 9), - (0, 4), - (0, 0), - (0, 308), - (0, 2063), - (0, 91), - (0, 44), - (0, 2), - (0, 10), - (0, 4867), - (0, 3731), - (0, 3398), - (0, 630), - (0, 721), - (0, 8), - (0, 23), - (0, 54), - (0, 13), - (0, 68), - (0, 47), - (0, 113), - (0, 9), - (0, 12), - (0, 53), - (0, 1616), - (0, 2), - (0, 2137), - (0, 31), - (0, 69), - (0, 1214), - (0, 46), - (0, 50), - (0, 4), - (0, 3233), - (0, 2115), - (0, 0), - (0, 11), - (0, 47), - (0, 17), - (0, 8), - (0, 8), - (0, 922), - (0, 12371), - (0, 330), - (0, 0), - (0, 146), - (0, 15), - (0, 7), - (0, 11881), - (0, 1423), - (0, 7), - (0, 4199), - (0, 1776), - (0, 412), - (0, 6425), - (0, 6), - (0, 11), - (0, 399), - (0, 7), - (0, 812), - (0, 127), - (0, 1456), - (0, 860), - (0, 162), - (0, 87), - (0, 778), - (0, 78), - (0, 582), - (0, 476), - (0, 0), - (0, 1375), - (0, 328), - (0, 70), - (0, 3), - (0, 3685), - (0, 33), - (0, 1985), - (0, 1), - (0, 236), - (0, 15734), - (0, 123), - (0, 16), - (0, 1706), - (0, 363), - (0, 28), - (0, 25), - (0, 382), - (0, 4), - (0, 42), - (0, 19), - (0, 799), - (0, 4487), - (0, 16), - (0, 15), - (0, 8), - (0, 2777), - (0, 24), - (0, 120), - (0, 137), - (0, 768), - (0, 70), - (0, 4571), - (0, 145), - (0, 6), - (0, 40), - (0, 9), - (0, 11525), - (0, 6), - (0, 30), - (0, 127), - (0, 519), - (0, 1016), - (0, 65), - (0, 2520), - (0, 860), - (0, 111), - (0, 76), - (0, 7), - (0, 54), - (0, 886), - (0, 2391), - (0, 137), - (0, 38), - (0, 2873), - (0, 14), - (0, 3915), - (0, 164), - (0, 3281), - (0, 6794), - (0, 7088), - (0, 710), - (0, 152), - (0, 13064), - (0, 1625), - (0, 417), - (0, 13214), - (0, 3), - (0, 4494), - (0, 2466), - (0, 8891), - (0, 5), - (0, 544), - (0, 4396), - (0, 7426), - (0, 506), - (0, 422), - (0, 19), - (0, 216), - (0, 6697), - (0, 107), - (0, 1791), - (0, 1923), - (0, 259), - (0, 1), - (0, 0), - (0, 0), - (0, 25), - (0, 286), - (0, 11582), - (0, 2573), - (0, 7037), - (0, 68), - (0, 3), - (0, 63), - (0, 5), - (0, 6359), - (0, 1147), - (0, 49), - (0, 624), - (0, 18), - (0, 1630), - (0, 11185), - (0, 1623), - (0, 24), - (0, 2), - (0, 5411), - (0, 0), - (0, 64), - (0, 3), - (0, 1845), - (0, 586), - (0, 582), - (0, 1002), - (0, 106), - (0, 328), - (0, 106), - (0, 0), - (0, 175), - (0, 1858), - (0, 3181), - (0, 6499), - (0, 360), - (0, 9), - (0, 115), - (0, 1442), - (0, 1219), - (0, 7), - (0, 235), - (0, 83), - (0, 5390), - (0, 164), - (0, 619), - (0, 0), - (0, 523), - (0, 4), - (0, 5), - (0, 5617), - (0, 6), - (0, 33), - (0, 262), - (0, 0), - (0, 4), - (0, 217), - (0, 312), - (0, 3084), - (0, 39), - (0, 414), - (0, 66), - (0, 242), - (0, 3418), - (0, 43), - (0, 132), - (0, 104), - (0, 18445), - (0, 1445), - (0, 1126), - (0, 1), - (0, 42), - (0, 3), - (0, 383), - (0, 6849), - (0, 22), - (0, 13396), - (0, 6921), - (0, 4), - (0, 12949), - (0, 0), - (0, 584), - (0, 5539), - (0, 21), - (0, 2168), - (0, 1), - (0, 68), - (0, 15461), - (0, 2583), - (0, 98), - (0, 14), - (0, 0), - (0, 6144), - (0, 21), - (0, 2), - (0, 75), - (0, 0), - (0, 5612), - (0, 35), - (0, 2), - (0, 1664), - (0, 80), - (0, 64), - (0, 64), - (0, 4776), - (0, 17202), - (0, 67), - (0, 4323), - (0, 65), - (0, 20), - (0, 13), - (0, 5233), - (0, 8114), - (0, 13), - (0, 14625), - (0, 48), - (0, 238), - (0, 7), - (0, 438), - (0, 1024), - (0, 49), - (0, 854), - (0, 69), - (0, 10), - (0, 12268), - (0, 385), - (0, 508), - (0, 9904), - (0, 306), - (0, 137), - (0, 2), - (0, 241), - (0, 1334), - (0, 11), - (0, 5071), - (0, 2730), - (0, 827), - (0, 6702), - (0, 9724), - (0, 2043), - (0, 0), - (0, 44), - (0, 59), - (0, 1), - (0, 4), - (0, 420), - (0, 47), - (0, 377), - (0, 9016), - (0, 2), - (0, 993), - (0, 1152), - (0, 3), - (0, 10), - (0, 2), - (0, 8), - (0, 5845), - (0, 1926), - (0, 1), - (0, 349), - (0, 19436), - (0, 121), - (0, 0), - (0, 498), - (0, 58), - (0, 4081), - (0, 11378), - (0, 15082), - (0, 17), - (0, 15), - (0, 54), - (0, 285), - (0, 2), - (0, 1), - (0, 4), - (0, 8628), - (0, 0), - (0, 14), - (0, 551), - (0, 2438), - (0, 18), - (0, 144), - (0, 113), - (0, 773), - (0, 15789), - (0, 422), - (0, 832), - (0, 56), - (0, 554), - (0, 18671), - (0, 6), - (0, 8), - (0, 4737), - (0, 102), - (0, 418), - (0, 8070), - (0, 28), - (0, 2708), - (0, 637), - (0, 55), - (0, 20), - (0, 561), - (0, 22), - (0, 426), - (0, 134), - (0, 3330), - (0, 90), - (0, 0), - (0, 22425), - (0, 494), - (0, 15), - (0, 62), - (0, 478), - (0, 1), - (0, 0), - (0, 7570), - (0, 0), - (0, 1419), - (0, 248), - (0, 11126), - (0, 2344), - (0, 311), - (0, 9619), - (0, 5244), - (0, 97), - (0, 38), - (0, 90), - (0, 4), - (0, 231), - (0, 849), - (0, 52), - (0, 200), - (0, 462), - (0, 33), - (0, 694), - (0, 3155), - (0, 62), - (0, 1053), - (0, 423), - (0, 470), - (0, 1), - (0, 1535), - (0, 1070), - (0, 15307), - (0, 59), - (0, 23), - (0, 627), - (0, 106), - (0, 1), - (0, 559), - (0, 373), - (0, 2966), - (0, 0), - (0, 130), - (0, 84), - (0, 5), - (0, 43), - (0, 351), - (0, 0), - (0, 2), - (0, 18084), - (0, 16), - (0, 0), - (0, 2), - (0, 4), - (0, 14), - (0, 4275), - (0, 242), - (0, 1169), - (0, 14224), - (0, 4301), - (0, 292), - (0, 461), - (0, 1429), - (0, 338), - (0, 34), - (0, 4), - (0, 1136), - (0, 176), - (0, 97), - (0, 9067), - (0, 57), - (0, 11734), - (0, 89), - (0, 195), - (0, 352), - (0, 5), - (0, 1111), - (0, 5), - (0, 123), - (0, 143), - (0, 3), - (0, 5), - (0, 0), - (0, 628), - (0, 59), - (0, 3970), - (0, 24294), - (0, 0), - (0, 927), - (0, 35), - (0, 16671), - (0, 15907), - (0, 11), - (0, 1959), - (0, 136), - (0, 12), - (0, 1600), - (0, 1), - (0, 2610), - (0, 3725), - (0, 7650), - (0, 2988), - (0, 10), - (0, 13658), - (0, 549), - (0, 0), - (0, 443), - (0, 27), - (0, 2), - (0, 15443), - (0, 11), - (0, 459), - (0, 0), - (0, 14221), - (0, 1613), - (1, 7937), - (0, 203), - (0, 587), - (0, 9), - (0, 0), - (0, 13), - (0, 421), - (0, 12), - (0, 1482), - (0, 2), - (0, 1478), - (0, 826), - (0, 28), - (0, 8144), - (0, 140), - (0, 303), - (0, 94), - (0, 741), - (0, 8272), - (0, 11), - (0, 643), - (0, 321), - (0, 68), - (0, 9956), - (0, 9), - (0, 30), - (0, 20), - (0, 1021), - (0, 69), - (0, 42), - (0, 11), - (0, 946), - (0, 14757), - (0, 15139), - (0, 251), - (0, 21233), - (0, 3310), - (0, 492), - (0, 2332), - (0, 7), - (0, 103), - (0, 2906), - (0, 36), - (0, 506), - (0, 1633), - (0, 7), - (0, 43), - (0, 42), - (0, 2747), - (0, 2846), - (0, 110), - (0, 132), - (0, 0), - (0, 3874), - (0, 0), - (0, 7129), - (0, 11476), - (0, 1656), - (0, 10804), - (0, 50), - (0, 3790), - (0, 60), - (0, 14), - (0, 14272), - (0, 740), - (0, 6), - (0, 5), - (0, 8765), - (0, 6068), - (0, 2625), - (0, 12255), - (0, 15), - (0, 3), - (0, 2472), - (0, 12), - (0, 1188), - (0, 1163), - (0, 25719), - (0, 6533), - (0, 15), - (0, 605), - (0, 71), - (0, 6631), - (0, 2663), - (0, 39), - (0, 386), - (0, 4912), - (0, 1), - (0, 0), - (0, 47), - (0, 1064), - (0, 0), - (0, 5378), - (0, 0), - (0, 2865), - (0, 1273), - (0, 931), - (0, 1), - (0, 832), - (0, 6), - (0, 7), - (0, 1458), - (0, 221), - (0, 2085), - (0, 1529), - (0, 1238), - (0, 1219), - (0, 7577), - (0, 6642), - (0, 352), - (0, 26), - (0, 121), - (0, 3431), - (0, 153), - (0, 2140), - (0, 515), - (0, 1), - (0, 18479), - (0, 34), - (0, 241), - (0, 358), - (0, 6675), - (0, 0), - (0, 1), - (0, 1625), - (0, 34), - (0, 17), - (0, 6), - (0, 6515), - (0, 11), - (0, 1375), - (0, 144), - (0, 69), - (0, 10), - (0, 53), - (0, 1), - (0, 3), - (0, 125), - (0, 3905), - (0, 65), - (0, 1233), - (0, 291), - (0, 5242), - (0, 81), - (0, 436), - (0, 1052), - (0, 772), - (0, 17), - (0, 1230), - (0, 669), - (0, 1643), - (0, 3563), - (0, 277), - (0, 659), - (0, 879), - (0, 64), - (0, 41), - (0, 2), - (0, 1), - (0, 1031), - (0, 16), - (0, 56), - (0, 7146), - (0, 755), - (0, 13338), - (0, 3), - (0, 3559), - (0, 5), - (0, 2577), - (0, 9171), - (1, 3500), - (0, 113), - (0, 2049), - (0, 32), - (0, 462), - (0, 77), - (0, 62), - (0, 203), - (0, 19196), - (0, 8526), - (0, 1), - (0, 1), - (0, 1), - (0, 2455), - (0, 110), - (0, 1290), - (0, 2689), - (0, 2345), - (0, 54), - (0, 0), - (0, 16813), - (0, 1317), - (0, 13), - (0, 8815), - (0, 4023), - (0, 84), - (0, 3), - (0, 1226), - (0, 11), - (0, 2106), - (0, 11304), - (0, 663), - (0, 164), - (0, 115), - (0, 0), - (0, 17), - (0, 5315), - (0, 77), - (0, 2283), - (0, 174), - (0, 0), - (0, 1072), - (0, 1100), - (0, 2), - (0, 486), - (0, 345), - (0, 9710), - (0, 9416), - (0, 15), - (0, 2977), - (0, 11), - (0, 918), - (0, 1471), - (0, 1), - (0, 4), - (0, 78), - (0, 186), - (0, 4516), - (0, 4), - (0, 1), - (0, 12), - (0, 130), - (0, 83), - (0, 827), - (0, 9), - (0, 1), - (0, 170), - (0, 29), - (0, 8228), - (0, 7), - (0, 3613), - (0, 48), - (0, 3183), - (0, 84), - (0, 98), - (1, 7445), - (0, 55), - (0, 2), - (0, 30), - (0, 31), - (0, 5), - (0, 33), - (0, 339), - (0, 164), - (0, 2632), - (0, 722), - (0, 13), - (0, 5445), - (0, 1310), - (0, 3), - (0, 2127), - (0, 18365), - (0, 4114), - (0, 1997), - (0, 129), - (0, 9067), - (0, 1872), - (0, 164), - (0, 12689), - (0, 6637), - (0, 83), - (0, 22812), - (0, 3), - (0, 791), - (0, 242), - (0, 680), - (0, 4933), - (0, 0), - (0, 1942), - (0, 4), - (0, 8), - (0, 329), - (0, 891), - (0, 125), - (0, 1505), - (0, 0), - (0, 1), - (0, 22510), - (0, 701), - (0, 1342), - (0, 381), - (0, 676), - (0, 270), - (0, 117), - (0, 19749), - (0, 0), - (0, 3146), - (0, 10763), - (0, 3996), - (0, 40), - (0, 17201), - (0, 14), - (0, 1), - (0, 131), - (0, 4), - (0, 122), - (0, 586), - (0, 20984), - (0, 3), - (0, 1), - (0, 3), - (0, 698), - (0, 258), - (0, 642), - (0, 16344), - (0, 10742), - (0, 483), - (0, 3664), - (0, 206), - (0, 45), - (0, 0), - (0, 22), - (0, 0), - (0, 19433), - (0, 4708), - (0, 9), - (0, 4), - (0, 0), - (0, 294), - (0, 26), - (0, 42), - (0, 10), - (0, 305), - (0, 3), - (0, 3158), - (0, 0), - (0, 441), - (0, 268), - (0, 190), - (0, 5751), - (0, 15), - (0, 5671), - (0, 1889), - (0, 16), - (0, 42), - (0, 929), - (0, 4), - (0, 1325), - (0, 2476), - (0, 5095), - (0, 623), - (0, 4952), - (0, 74), - (0, 5), - (0, 68), - (0, 6), - (0, 53), - (0, 3155), - (0, 36), - (0, 1461), - (0, 1543), - (0, 542), - (0, 9469), - (0, 24642), - (0, 643), - (0, 29), - (0, 138), - (0, 1759), - (0, 6367), - (1, 23660), - (0, 19990), - (0, 4359), - (0, 3511), - (0, 585), - (1, 3791), - (0, 71), - (0, 214), - (0, 7655), - (0, 24), - (0, 1), - (0, 6646), - (0, 30), - (0, 15703), - (0, 2510), - (1, 2588), - (0, 17361), - (0, 1757), - (0, 10135), - (0, 21), - (0, 38), - (0, 11507), - (0, 1378), - (0, 2), - (0, 547), - (0, 2827), - (0, 42), - (0, 251), - (0, 1900), - (0, 128), - (0, 0), - (0, 3138), - (0, 9536), - (0, 171), - (0, 0), - (0, 7815), - (0, 47), - (0, 1605), - (0, 653), - (0, 3092), - (0, 80), - (1, 2889), - (0, 30), - (0, 1887), - (0, 5196), - (0, 92), - (0, 344), - (0, 4544), - (0, 18675), - (0, 126), - (0, 10), - (0, 3029), - (0, 169), - (0, 4037), - (0, 7), - (0, 1514), - (1, 7599), - (0, 88), - (0, 4380), - (0, 68), - (0, 135), - (0, 333), - (0, 183), - (0, 5274), - (0, 5), - (0, 23), - (0, 965), - (0, 400), - (0, 1858), - (0, 19914), - (0, 1691), - (0, 14), - (0, 1), - (0, 1339), - (0, 3367), - (0, 110), - (0, 7302), - (0, 3173), - (0, 3646), - (0, 14), - (0, 89), - (0, 81), - (0, 171), - (0, 17), - (0, 1652), - (0, 14855), - (0, 188), - (0, 15), - (0, 6), - (0, 2022), - (0, 68), - (0, 341), - (0, 2076), - (0, 7), - (0, 78), - (0, 2), - (0, 8894), - (0, 1695), - (0, 0), - (0, 610), - (0, 349), - (0, 450), - (0, 17), - (0, 11273), - (0, 54), - (0, 13643), - (0, 2), - (0, 4), - (0, 363), - (0, 1198), - (0, 773), - (0, 1410), - (0, 4344), - (0, 2080), - (0, 12344), - (0, 20), - (0, 4784), - (0, 95), - (0, 52), - (0, 141), - (0, 228), - (0, 7), - (0, 13215), - (0, 921), - (0, 4), - (0, 586), - (0, 25), - (0, 7906), - (0, 12355), - (0, 0), - (0, 3168), - (0, 20), - (0, 164), - (0, 31), - (0, 5380), - (0, 27086), - (0, 147), - (0, 367), - (0, 34), - (0, 3), - (0, 4555), - (0, 2), - (0, 26183), - (0, 5947), - (0, 0), - (0, 22124), - (0, 3), - (0, 9), - (1, 11553), - (0, 147), - (0, 4979), - (0, 2106), - (0, 12), - (0, 48), - (0, 391), - (0, 4), - (0, 149), - (0, 208), - (0, 19722), - (0, 679), - (0, 6360), - (0, 603), - (0, 163), - (0, 226), - (0, 9), - (0, 17104), - (0, 1363), - (0, 27), - (0, 309), - (0, 663), - (0, 2), - (0, 186), - (0, 25728), - (0, 186), - (0, 270), - (0, 17), - (0, 0), - (0, 361), - (0, 11), - (0, 33), - (0, 8), - (0, 3491), - (0, 2443), - (0, 45), - (0, 3183), - (0, 5821), - (0, 4126), - (0, 800), - (0, 224), - (0, 37), - (0, 847), - (0, 0), - (0, 11245), - (0, 4), - (0, 474), - (0, 2845), - (0, 41), - (0, 590), - (0, 382), - (0, 402), - (0, 172), - (0, 23), - (0, 117), - (0, 9), - (0, 3115), - (0, 2), - (0, 1283), - (0, 26679), - (0, 22065), - (0, 4), - (0, 6), - (0, 52), - (0, 3326), - (0, 30), - (0, 0), - (1, 11268), - (0, 21174), - (0, 13), - (0, 575), - (0, 71), - (0, 292), - (0, 400), - (0, 2), - (0, 7), - (0, 870), - (0, 20789), - (0, 1355), - (1, 11997), - (0, 8064), - (0, 2375), - (0, 255), - (0, 583), - (0, 1235), - (0, 17586), - (0, 14399), - (0, 122), - (0, 1729), - (0, 1388), - (0, 1968), - (0, 2316), - (0, 0), - (0, 108), - (0, 1740), - (0, 3), - (0, 163), - (0, 1), - (0, 11122), - (0, 102), - (0, 258), - (0, 4134), - (0, 1021), - (0, 14381), - (0, 226), - (0, 312), - (0, 4030), - (0, 4), - (0, 102), - (0, 8681), - (0, 3512), - (0, 4837), - (0, 22), - (0, 332), - (0, 2608), - (0, 1252), - (0, 9822), - (0, 0), - (0, 51), - (0, 140), - (0, 944), - (0, 26), - (0, 61), - (1, 16714), - (0, 7667), - (0, 7157), - (0, 1753), - (0, 321), - (0, 92), - (0, 2226), - (0, 654), - (0, 5300), - (0, 404), - (0, 1511), - (0, 1630), - (0, 562), - (0, 2036), - (0, 27314), - (0, 5442), - (0, 1998), - (0, 623), - (0, 565), - (0, 507), - (0, 34), - (0, 2), - (0, 1981), - (0, 18601), - (0, 25), - (0, 61), - (0, 5), - (0, 426), - (0, 2781), - (0, 185), - (0, 2404), - (0, 19581), - (0, 58), - (0, 1), - (0, 603), - (0, 13727), - (0, 3026), - (0, 6), - (0, 3811), - (0, 284), - (0, 8026), - (0, 19363), - (0, 1371), - (0, 3361), - (0, 48), - (0, 98), - (0, 2072), - (0, 154), - (0, 14822), - (0, 7176), - (0, 0), - (0, 11278), - (0, 6), - (0, 24309), - (0, 110), - (0, 0), - (0, 0), - (0, 9864), - (0, 5604), - (0, 1303), - (0, 20), - (0, 7), - (0, 56), - (0, 177), - (0, 6029), - (0, 11134), - (0, 766), - (0, 1978), - (0, 57), - (0, 4129), - (0, 6), - (0, 24), - (0, 5), - (0, 1125), - (0, 5565), - (2, 9564), - (0, 7), - (0, 11211), - (0, 2192), - (0, 3906), - (0, 26684), - (0, 122), - (0, 8245), - (0, 1495), - (0, 977), - (0, 22825), - (0, 161), - (0, 69), - (0, 135), - (0, 112), - (0, 2039), - (0, 16), - (0, 4180), - (0, 1581), - (0, 38), - (0, 3339), - (0, 2), - (0, 0), - (0, 5), - (0, 931), - (0, 1873), - (0, 17928), - (0, 1681), - (0, 96), - (0, 4741), - (0, 678), - (0, 8), - (0, 0), - (0, 138), - (0, 4928), - (0, 6919), - (1, 4360), - (0, 4411), - (0, 91), - ]), - entries: ::phf::Slice::Static(&[ - (UniCase::ascii("compede"), &["competed"]), - (UniCase::ascii("alowing"), &["allowing"]), - (UniCase::ascii("mechanincs"), &["mechanic"]), - (UniCase::ascii("spawnig"), &["spawning"]), - (UniCase::ascii("phenomenol"), &["phenomenal"]), - (UniCase::ascii("coordenation"), &["coordination"]), - (UniCase::ascii("expanisons"), &["expansions"]), - (UniCase::ascii("humilitaion"), &["humiliation"]), - (UniCase::ascii("analitycs"), &["analytics"]), - (UniCase::ascii("combiens"), &["combines"]), - (UniCase::ascii("heartbrake"), &["heartbreak"]), - (UniCase::ascii("repalying"), &["replaying"]), - (UniCase::ascii("understad"), &["understands"]), - (UniCase::ascii("thesits"), &["theists"]), - (UniCase::ascii("compramises"), &["compromises"]), - (UniCase::ascii("catalsyt"), &["catalyst"]), - (UniCase::ascii("clarifiy"), &["clarify"]), - (UniCase::ascii("snigles"), &["singles"]), - (UniCase::ascii("exeedingly"), &["exceedingly"]), - (UniCase::ascii("miserablly"), &["miserably"]), - (UniCase::ascii("asychronous"), &["asynchronous"]), - (UniCase::ascii("embarrasments"), &["embarrassment"]), - (UniCase::ascii("conclue"), &["conclude"]), - (UniCase::ascii("desinations"), &["destinations"]), - (UniCase::ascii("coordonate"), &["coordinate"]), - (UniCase::ascii("unpredecented"), &["unprecedented"]), - (UniCase::ascii("appropirately"), &["appropriately"]), - (UniCase::ascii("spectaculalry"), &["spectacularly"]), - (UniCase::ascii("projecticles"), &["projectiles"]), - (UniCase::ascii("singulairty"), &["singularity"]), - (UniCase::ascii("minneaplois"), &["minneapolis"]), - (UniCase::ascii("prejuduces"), &["prejudices"]), - (UniCase::ascii("sociopats"), &["sociopaths"]), - (UniCase::ascii("relagation"), &["relaxation"]), - (UniCase::ascii("proportionnal"), &["proportional"]), - (UniCase::ascii("scriptores"), &["scriptures"]), - (UniCase::ascii("suggestied"), &["suggestive"]), - (UniCase::ascii("nautiuls"), &["nautilus"]), - (UniCase::ascii("favourties"), &["favourites"]), - (UniCase::ascii("interacs"), &["interacts"]), - (UniCase::ascii("telegrapgh"), &["telegraph"]), - (UniCase::ascii("premiare"), &["premier"]), - (UniCase::ascii("subsidary"), &["subsidiary"]), - (UniCase::ascii("grassrooots"), &["grassroots"]), - (UniCase::ascii("creationnist"), &["creationist"]), - (UniCase::ascii("discound"), &["discounted"]), - (UniCase::ascii("legistators"), &["legislators"]), - (UniCase::ascii("depolyment"), &["deployment"]), - (UniCase::ascii("constrainsts"), &["constraints"]), - (UniCase::ascii("intolorence"), &["intolerance"]), - (UniCase::ascii("expries"), &["expires"]), - (UniCase::ascii("benefitical"), &["beneficial"]), - (UniCase::ascii("shirely"), &["shirley"]), - (UniCase::ascii("iunior"), &["junior"]), - (UniCase::ascii("conclusies"), &["conclusive"]), - (UniCase::ascii("congresssmen"), &["congressmen"]), - (UniCase::ascii("explosvies"), &["explosives"]), - (UniCase::ascii("unviersity"), &["university"]), - (UniCase::ascii("conqeuring"), &["conquering"]), - (UniCase::ascii("alwyas"), &["always"]), - (UniCase::ascii("tommorrow"), &["tomorrow"]), - (UniCase::ascii("excahnges"), &["exchanges"]), - (UniCase::ascii("createur"), &["creature"]), - (UniCase::ascii("ukrianian"), &["ukrainian"]), - (UniCase::ascii("perpetuaters"), &["perpetuates"]), - (UniCase::ascii("disciplinerad"), &["disciplined"]), - (UniCase::ascii("authorotative"), &["authoritative"]), - (UniCase::ascii("cirucmference"), &["circumference"]), - (UniCase::ascii("pathelogical"), &["pathological"]), - (UniCase::ascii("narcessist"), &["narcissist"]), - (UniCase::ascii("hystericly"), &["hysterical"]), - (UniCase::ascii("generalice"), &["generalize"]), - (UniCase::ascii("abondoned"), &["abandoned"]), - (UniCase::ascii("universels"), &["universes"]), - (UniCase::ascii("compulsury"), &["compulsory"]), - (UniCase::ascii("realtivity"), &["relativity"]), - (UniCase::ascii("scoreborad"), &["scoreboard"]), - (UniCase::ascii("mathemeticians"), &["mathematicians"]), - (UniCase::ascii("downvotear"), &["downvoters"]), - (UniCase::ascii("stange"), &["strange"]), - (UniCase::ascii("hygienne"), &["hygiene"]), - (UniCase::ascii("snippert"), &["snippet"]), - (UniCase::ascii("idealsim"), &["idealism"]), - (UniCase::ascii("supermaster"), &["supermarkets"]), - (UniCase::ascii("sttutering"), &["stuttering"]), - (UniCase::ascii("suburburban"), &["suburban"]), - (UniCase::ascii("overbearring"), &["overbearing"]), - (UniCase::ascii("purpendicular"), &["perpendicular"]), - (UniCase::ascii("stimulents"), &["stimulants"]), - (UniCase::ascii("formuls"), &["formulas"]), - (UniCase::ascii("comeptitive"), &["competitive"]), - (UniCase::ascii("adknowledged"), &["acknowledged"]), - (UniCase::ascii("adviced"), &["advised"]), - (UniCase::ascii("availible"), &["available"]), - (UniCase::ascii("andoirds"), &["androids"]), - (UniCase::ascii("incredably"), &["incredibly"]), - (UniCase::ascii("perfeclty"), &["perfectly"]), - (UniCase::ascii("admittadly"), &["admittedly"]), - (UniCase::ascii("periodicaly"), &["periodically"]), - (UniCase::ascii("ludcrious"), &["ludicrous"]), - (UniCase::ascii("personilized"), &["personalized"]), - (UniCase::ascii("certainity"), &["certainty"]), - (UniCase::ascii("trasngendered"), &["transgendered"]), - (UniCase::ascii("amphetemine"), &["amphetamine"]), - (UniCase::ascii("assassian"), &["assassin"]), - (UniCase::ascii("platfromers"), &["platformer"]), - (UniCase::ascii("incrementers"), &["increments"]), - (UniCase::ascii("extraordinairly"), &["extraordinarily"]), - (UniCase::ascii("triggern"), &["triggering"]), - (UniCase::ascii("syrains"), &["syrians"]), - (UniCase::ascii("thermostaat"), &["thermostat"]), - (UniCase::ascii("simluator"), &["simulator"]), - (UniCase::ascii("suprisd"), &["suprised"]), - (UniCase::ascii("corrolation"), &["correlation"]), - (UniCase::ascii("inplementation"), &["implementation"]), - (UniCase::ascii("additionaly"), &["additionally"]), - (UniCase::ascii("representes"), &["represents"]), - (UniCase::ascii("champagen"), &["champagne"]), - (UniCase::ascii("irracional"), &["irrational"]), - (UniCase::ascii("certificiate"), &["certificate"]), - (UniCase::ascii("singsog"), &["singsong"]), - (UniCase::ascii("qualifieds"), &["qualifies"]), - (UniCase::ascii("perade"), &["parade"]), - (UniCase::ascii("opressive"), &["oppressive"]), - (UniCase::ascii("organisims"), &["organism"]), - (UniCase::ascii("inexperiened"), &["inexperienced"]), - (UniCase::ascii("difficulte"), &["difficulties"]), - (UniCase::ascii("autononous"), &["autonomous"]), - (UniCase::ascii("developmentwise"), &["developments"]), - (UniCase::ascii("contribuo"), &["contributor"]), - (UniCase::ascii("mistakedly"), &["mistakenly"]), - (UniCase::ascii("offically"), &["officially"]), - (UniCase::ascii("combinaton"), &["combination"]), - (UniCase::ascii("hindrence"), &["hindrance"]), - (UniCase::ascii("abondoning"), &["abandoning"]), - (UniCase::ascii("descprition"), &["descriptions"]), - (UniCase::ascii("juipter"), &["jupiter"]), - (UniCase::ascii("destory"), &["destroy"]), - (UniCase::ascii("manufacturors"), &["manufacturers"]), - (UniCase::ascii("cancells"), &["cancels"]), - (UniCase::ascii("louisivlle"), &["louisville"]), - (UniCase::ascii("enciclopedia"), &["encyclopedia"]), - (UniCase::ascii("brutallity"), &["brutally"]), - (UniCase::ascii("saddends"), &["saddens"]), - (UniCase::ascii("maginficent"), &["magnificent"]), - (UniCase::ascii("consqeuences"), &["consequence"]), - (UniCase::ascii("glitchey"), &["glitchy"]), - (UniCase::ascii("trasnmission"), &["transmissions"]), - (UniCase::ascii("shletered"), &["sheltered"]), - (UniCase::ascii("fleed"), &["fled"]), - (UniCase::ascii("confesos"), &["confess"]), - (UniCase::ascii("spreadsheeters"), &["spreadsheets"]), - (UniCase::ascii("originsl"), &["originals"]), - (UniCase::ascii("toubles"), &["troubles"]), - (UniCase::ascii("infideltiy"), &["infidelity"]), - (UniCase::ascii("ceasar"), &["caesar"]), - (UniCase::ascii("candidats"), &["candidates"]), - (UniCase::ascii("indicitive"), &["indicative"]), - (UniCase::ascii("salery"), &["salary"]), - (UniCase::ascii("diabetees"), &["diabetes"]), - (UniCase::ascii("qualfiiers"), &["qualifiers"]), - (UniCase::ascii("legenadries"), &["legendaries"]), - (UniCase::ascii("catterpillars"), &["caterpillars"]), - (UniCase::ascii("undoubtley"), &["undoubtedly"]), - (UniCase::ascii("accross"), &["across"]), - (UniCase::ascii("decotations"), &["decorations"]), - (UniCase::ascii("predection"), &["prediction"]), - (UniCase::ascii("demosntration"), &["demonstrations"]), - (UniCase::ascii("sexualy"), &["sexually"]), - (UniCase::ascii("hallusination"), &["hallucination"]), - (UniCase::ascii("effulence"), &["effluence"]), - (UniCase::ascii("restricteds"), &["restricts"]), - (UniCase::ascii("ellingotn"), &["ellington"]), - (UniCase::ascii("lifestlye"), &["lifestyle"]), - (UniCase::ascii("benghazzi"), &["benghazi"]), - (UniCase::ascii("rennovated"), &["renovated"]), - (UniCase::ascii("consdieration"), &["considerations"]), - (UniCase::ascii("pysched"), &["psyched"]), - (UniCase::ascii("acknowlegde"), &["acknowledge"]), - (UniCase::ascii("positionning"), &["positioning"]), - (UniCase::ascii("accumalate"), &["accumulate"]), - (UniCase::ascii("stichted"), &["stitched"]), - (UniCase::ascii("forensisch"), &["forensic"]), - (UniCase::ascii("remembrence"), &["remembrance"]), - (UniCase::ascii("exapnsions"), &["expansions"]), - (UniCase::ascii("buisnessmen"), &["businessmen"]), - (UniCase::ascii("defendeers"), &["defender"]), - (UniCase::ascii("significanlty"), &["significantly"]), - (UniCase::ascii("enthuiasts"), &["enthusiast"]), - (UniCase::ascii("inlcudes"), &["includes"]), - (UniCase::ascii("metalic"), &["metallic"]), - (UniCase::ascii("compelting"), &["completing"]), - (UniCase::ascii("mircophones"), &["microphones"]), - (UniCase::ascii("disadvandage"), &["disadvantaged"]), - (UniCase::ascii("analyseras"), &["analyses"]), - (UniCase::ascii("highschol"), &["highschool"]), - (UniCase::ascii("strat"), &["start"]), - (UniCase::ascii("syraucse"), &["syracuse"]), - (UniCase::ascii("desnely"), &["densely"]), - (UniCase::ascii("pharmacyst"), &["pharmacist"]), - (UniCase::ascii("excrept"), &["excerpt"]), - (UniCase::ascii("republis"), &["republics"]), - (UniCase::ascii("utilitiy"), &["utility"]), - (UniCase::ascii("incompotent"), &["incompetent"]), - (UniCase::ascii("willfuly"), &["willfully"]), - (UniCase::ascii("hullucination"), &["hallucination"]), - (UniCase::ascii("contradicory"), &["contradictory"]), - (UniCase::ascii("supsension"), &["suspension"]), - (UniCase::ascii("perfomance"), &["performance"]), - (UniCase::ascii("communicae"), &["communicated"]), - (UniCase::ascii("positivitey"), &["positivity"]), - (UniCase::ascii("wief"), &["wife"]), - (UniCase::ascii("recreacional"), &["recreational"]), - (UniCase::ascii("celebritites"), &["celebrities"]), - (UniCase::ascii("redefinied"), &["redefine"]), - (UniCase::ascii("antrophology"), &["anthropology"]), - (UniCase::ascii("imaginery"), &["imaginary"]), - (UniCase::ascii("appropriaton"), &["appropriation"]), - (UniCase::ascii("knowlegdeable"), &["knowledgeable"]), - (UniCase::ascii("firebals"), &["fireballs"]), - (UniCase::ascii("philosopy"), &["philosophy"]), - (UniCase::ascii("multiverese"), &["multiverse"]), - (UniCase::ascii("mansluaghter"), &["manslaughter"]), - (UniCase::ascii("illuminiti"), &["illuminati"]), - (UniCase::ascii("lobbyistes"), &["lobbyists"]), - (UniCase::ascii("resperatory"), &["respiratory"]), - (UniCase::ascii("corinthins"), &["corinthians"]), - (UniCase::ascii("manufacturerd"), &["manufactured"]), - (UniCase::ascii("redistributivo"), &["redistribution"]), - (UniCase::ascii("univeral"), &["universal"]), - (UniCase::ascii("programes"), &["programs"]), - (UniCase::ascii("estabishes"), &["establishes"]), - (UniCase::ascii("acknowladges"), &["acknowledges"]), - (UniCase::ascii("camoufalge"), &["camouflage"]), - (UniCase::ascii("assertation"), &["assertion"]), - (UniCase::ascii("institutionlized"), &["institutionalized"]), - (UniCase::ascii("coproration"), &["corporation"]), - (UniCase::ascii("degenerite"), &["degenerate"]), - (UniCase::ascii("procriation"), &["procreation"]), - (UniCase::ascii("disintereted"), &["disinterested"]), - (UniCase::ascii("benevalent"), &["benevolent"]), - (UniCase::ascii("refrigerar"), &["refrigerator"]), - (UniCase::ascii("realsitic"), &["realistic"]), - (UniCase::ascii("noncombatents"), &["noncombatants"]), - (UniCase::ascii("intiution"), &["intuition"]), - (UniCase::ascii("scannign"), &["scanning"]), - (UniCase::ascii("mentionnes"), &["mentions"]), - (UniCase::ascii("indefinetly"), &["indefinitely"]), - (UniCase::ascii("mechanis"), &["mechanics"]), - (UniCase::ascii("southamption"), &["southampton"]), - (UniCase::ascii("snodwen"), &["snowden"]), - (UniCase::ascii("hospitible"), &["hospitable"]), - (UniCase::ascii("sheilding"), &["shielding"]), - (UniCase::ascii("standars"), &["standards"]), - (UniCase::ascii("referentes"), &["references"]), - (UniCase::ascii("certianty"), &["certainty"]), - (UniCase::ascii("catalcysm"), &["cataclysm"]), - (UniCase::ascii("nightmates"), &["nightmares"]), - (UniCase::ascii("consciouly"), &["consciously"]), - (UniCase::ascii("brillaintly"), &["brilliantly"]), - (UniCase::ascii("arthirtis"), &["arthritis"]), - (UniCase::ascii("nothern"), &["northern"]), - (UniCase::ascii("thermodynamcis"), &["thermodynamics"]), - (UniCase::ascii("abandining"), &["abandoning"]), - (UniCase::ascii("transperancy"), &["transparency"]), - (UniCase::ascii("momento"), &["memento"]), - (UniCase::ascii("obilvion"), &["oblivion"]), - (UniCase::ascii("serbain"), &["serbian"]), - (UniCase::ascii("natioanlist"), &["nationalist"]), - (UniCase::ascii("aggegrate"), &["aggregate"]), - (UniCase::ascii("psychedilic"), &["psychedelic"]), - (UniCase::ascii("reasercher"), &["researcher"]), - (UniCase::ascii("throtlling"), &["throttling"]), - (UniCase::ascii("snese"), &["sneeze"]), - (UniCase::ascii("charismastic"), &["charismatic"]), - (UniCase::ascii("gaurantee"), &["guarantee"]), - (UniCase::ascii("determinsitic"), &["deterministic"]), - (UniCase::ascii("unavailble"), &["unavailable"]), - (UniCase::ascii("thoerists"), &["theorists"]), - (UniCase::ascii("initalizers"), &["initializers"]), - (UniCase::ascii("dividendes"), &["dividends"]), - (UniCase::ascii("iceforg"), &["icefrog"]), - (UniCase::ascii("compeltion"), &["completion"]), - (UniCase::ascii("contractar"), &["contractor"]), - (UniCase::ascii("parachutte"), &["parachute"]), - (UniCase::ascii("variey"), &["variety"]), - (UniCase::ascii("superpowereds"), &["superpowers"]), - (UniCase::ascii("playthourghs"), &["playthroughs"]), - (UniCase::ascii("conceved"), &["concede"]), - (UniCase::ascii("mulitverse"), &["multiverse"]), - (UniCase::ascii("redefinine"), &["redefine"]), - (UniCase::ascii("competitevly"), &["competitively"]), - (UniCase::ascii("preparato"), &["preparation"]), - (UniCase::ascii("collasping"), &["collapsing"]), - (UniCase::ascii("professorn"), &["profession"]), - (UniCase::ascii("casaulties"), &["casualties"]), - (UniCase::ascii("heterosexal"), &["heterosexual"]), - (UniCase::ascii("charasteristic"), &["characteristics"]), - (UniCase::ascii("favourates"), &["favourites"]), - (UniCase::ascii("implementaciones"), &["implementations"]), - (UniCase::ascii("achive"), &["achieve"]), - (UniCase::ascii("lighthearthed"), &["lighthearted"]), - (UniCase::ascii("sumberged"), &["submerged"]), - (UniCase::ascii("reasonablely"), &["reasonably"]), - (UniCase::ascii("talsiman"), &["talisman"]), - (UniCase::ascii("homniem"), &["hominem"]), - (UniCase::ascii("initalized"), &["initialized"]), - (UniCase::ascii("juadism"), &["judaism"]), - (UniCase::ascii("negociated"), &["negotiated"]), - (UniCase::ascii("concurrant"), &["concurrent"]), - (UniCase::ascii("adventuers"), &["adventures"]), - (UniCase::ascii("metabolizm"), &["metabolism"]), - (UniCase::ascii("resistane"), &["resistances"]), - (UniCase::ascii("facilitiate"), &["facilitate"]), - (UniCase::ascii("hvea"), &["have"]), - (UniCase::ascii("territoral"), &["territorial"]), - (UniCase::ascii("hipocritical"), &["hypocritical"]), - (UniCase::ascii("elecrto"), &["electro"]), - (UniCase::ascii("concesions"), &["concession"]), - (UniCase::ascii("straightforwad"), &["straightforward"]), - (UniCase::ascii("licencse"), &["licence"]), - (UniCase::ascii("manipualte"), &["manipulate"]), - (UniCase::ascii("terrorisim"), &["terrorism"]), - (UniCase::ascii("manifestons"), &["manifests"]), - (UniCase::ascii("acronymns"), &["acronyms"]), - (UniCase::ascii("apocalyspe"), &["apocalypse"]), - (UniCase::ascii("accesseries"), &["accessories"]), - (UniCase::ascii("germanos"), &["germans"]), - (UniCase::ascii("existince"), &["existence"]), - (UniCase::ascii("meoldic"), &["melodic"]), - (UniCase::ascii("enginer"), &["engineer"]), - (UniCase::ascii("themsevles"), &["themselves"]), - (UniCase::ascii("sufferring"), &["suffering"]), - (UniCase::ascii("sandstom"), &["sandstorm"]), - (UniCase::ascii("equiped"), &["equipped"]), - (UniCase::ascii("tath"), &["that"]), - (UniCase::ascii("disillutioned"), &["disillusioned"]), - (UniCase::ascii("speach"), &["speech"]), - (UniCase::ascii("hosteles"), &["hostels"]), - (UniCase::ascii("merchans"), &["merchants"]), - (UniCase::ascii("assistante"), &["assistance"]), - (UniCase::ascii("rebuplic"), &["republic"]), - (UniCase::ascii("formattting"), &["formatting"]), - (UniCase::ascii("insmonia"), &["insomnia"]), - (UniCase::ascii("rhapsodomy"), &["rhapsody"]), - (UniCase::ascii("generalizaton"), &["generalization"]), - (UniCase::ascii("alchimest"), &["alchemist"]), - (UniCase::ascii("manipulacion"), &["manipulation"]), - (UniCase::ascii("effords"), &["efforts"]), - (UniCase::ascii("allegence"), &["allegiance"]), - (UniCase::ascii("mechancially"), &["mechanically"]), - (UniCase::ascii("falvors"), &["flavors"]), - (UniCase::ascii("disciplinera"), &["disciplinary"]), - (UniCase::ascii("appearences"), &["appearances"]), - (UniCase::ascii("performaces"), &["performances"]), - (UniCase::ascii("abundacies"), &["abundances"]), - (UniCase::ascii("equivilence"), &["equivalence"]), - (UniCase::ascii("astonashing"), &["astonishing"]), - (UniCase::ascii("contimplating"), &["contemplating"]), - (UniCase::ascii("phillipses"), &["phillies"]), - (UniCase::ascii("hopelessley"), &["hopelessly"]), - (UniCase::ascii("repsonsive"), &["responsive"]), - (UniCase::ascii("conculsions"), &["conclusions"]), - (UniCase::ascii("maraconi"), &["macaroni"]), - (UniCase::ascii("occasionnal"), &["occasional"]), - (UniCase::ascii("transphonic"), &["transphobic"]), - (UniCase::ascii("facilitant"), &["facilitate"]), - (UniCase::ascii("litllefinger"), &["littlefinger"]), - (UniCase::ascii("remarkibly"), &["remarkably"]), - (UniCase::ascii("catapiller"), &["caterpillar"]), - (UniCase::ascii("appropriato"), &["appropriation"]), - (UniCase::ascii("acnedote"), &["anecdote"]), - (UniCase::ascii("discourgae"), &["discourages"]), - (UniCase::ascii("unqiuely"), &["uniquely"]), - (UniCase::ascii("euthanesia"), &["euthanasia"]), - (UniCase::ascii("physcopath"), &["psychopath"]), - (UniCase::ascii("morbidy"), &["morbidly"]), - (UniCase::ascii("socartes"), &["socrates"]), - (UniCase::ascii("extention"), &["extension"]), - (UniCase::ascii("modificacion"), &["modification"]), - (UniCase::ascii("regenaration"), &["regeneration"]), - (UniCase::ascii("maintaince"), &["maintained"]), - (UniCase::ascii("intelligant"), &["intelligent"]), - (UniCase::ascii("paranthesis"), &["parenthesis"]), - (UniCase::ascii("expirementing"), &["experimenting"]), - (UniCase::ascii("sluaghter"), &["slaughter"]), - (UniCase::ascii("orignials"), &["originals"]), - (UniCase::ascii("exising"), &["existing"]), - (UniCase::ascii("desriable"), &["desirable"]), - (UniCase::ascii("lonlieness"), &["loneliness"]), - (UniCase::ascii("magizine"), &["magazine"]), - (UniCase::ascii("merucry"), &["mercury"]), - (UniCase::ascii("professin"), &["professions"]), - (UniCase::ascii("shatterring"), &["shattering"]), - (UniCase::ascii("ingrediets"), &["ingredient"]), - (UniCase::ascii("conclusivley"), &["conclusive"]), - (UniCase::ascii("distrubute"), &["distribute"]), - (UniCase::ascii("indistuingishable"), &["indistinguishable"]), - (UniCase::ascii("cavlary"), &["cavalry"]), - (UniCase::ascii("lunaticus"), &["lunatics"]), - (UniCase::ascii("skillshosts"), &["skillshots"]), - (UniCase::ascii("parameds"), &["paramedics"]), - (UniCase::ascii("neccesarily"), &["necessarily"]), - (UniCase::ascii("coutnerproductive"), &["counterproductive"]), - (UniCase::ascii("logiteh"), &["logitech"]), - (UniCase::ascii("intelectual"), &["intellectual"]), - (UniCase::ascii("represssion"), &["repression"]), - (UniCase::ascii("conservitives"), &["conservatives"]), - (UniCase::ascii("shenanagans"), &["shenanigans"]), - (UniCase::ascii("weild"), &["wield"]), - (UniCase::ascii("volounteer"), &["volunteer"]), - (UniCase::ascii("synonymns"), &["synonyms"]), - (UniCase::ascii("squirlte"), &["squirtle"]), - (UniCase::ascii("ensalved"), &["enslaved"]), - (UniCase::ascii("professionsl"), &["professionalism"]), - (UniCase::ascii("recuring"), &["recurring"]), - (UniCase::ascii("appreciaton"), &["appreciation"]), - (UniCase::ascii("maybelliene"), &["maybelline"]), - (UniCase::ascii("academcially"), &["academically"]), - (UniCase::ascii("toursits"), &["tourists"]), - (UniCase::ascii("converstion"), &["conversion"]), - (UniCase::ascii("ressurect"), &["resurrect"]), - (UniCase::ascii("expansivos"), &["expansions"]), - (UniCase::ascii("phenominon"), &["phenomenon"]), - (UniCase::ascii("dupicate"), &["duplicate"]), - (UniCase::ascii("collatoral"), &["collateral"]), - (UniCase::ascii("documenation"), &["documentation"]), - (UniCase::ascii("reciprocite"), &["reciprocate"]), - (UniCase::ascii("defenderlos"), &["defenders"]), - (UniCase::ascii("displayes"), &["displays"]), - (UniCase::ascii("geographisch"), &["geographic"]), - (UniCase::ascii("trianing"), &["training"]), - (UniCase::ascii("handbok"), &["handbook"]), - (UniCase::ascii("margaritte"), &["margaret"]), - (UniCase::ascii("astronaught"), &["astronaut"]), - (UniCase::ascii("somehting"), &["something"]), - (UniCase::ascii("recreativo"), &["recreation"]), - (UniCase::ascii("realtives"), &["relatives"]), - (UniCase::ascii("actresss"), &["actresses"]), - (UniCase::ascii("disturbante"), &["disturbance"]), - (UniCase::ascii("defintiely"), &["definitely"]), - (UniCase::ascii("frontlinjen"), &["frontline"]), - (UniCase::ascii("reteriver"), &["retriever"]), - (UniCase::ascii("interace"), &["interacted"]), - (UniCase::ascii("variabel"), &["variable"]), - (UniCase::ascii("cheezeburgers"), &["cheeseburgers"]), - (UniCase::ascii("accommadation"), &["accommodation"]), - (UniCase::ascii("inspectons"), &["inspections"]), - (UniCase::ascii("geomety"), &["geometry"]), - (UniCase::ascii("subtiel"), &["subtitle"]), - (UniCase::ascii("exlcusivity"), &["exclusivity"]), - (UniCase::ascii("contribues"), &["contributes"]), - (UniCase::ascii("positiveity"), &["positivity"]), - (UniCase::ascii("mecernary"), &["mercenary"]), - (UniCase::ascii("ressembled"), &["resembled"]), - (UniCase::ascii("handcuffes"), &["handcuffs"]), - (UniCase::ascii("degridation"), &["degradation"]), - (UniCase::ascii("sporstmanship"), &["sportsmanship"]), - (UniCase::ascii("interwiever"), &["interviewer"]), - (UniCase::ascii("intepretator"), &["interpretor"]), - (UniCase::ascii("remarkabley"), &["remarkably"]), - (UniCase::ascii("palestenians"), &["palestinians"]), - (UniCase::ascii("calicum"), &["calcium"]), - (UniCase::ascii("hygience"), &["hygiene"]), - (UniCase::ascii("taligate"), &["tailgate"]), - (UniCase::ascii("refering"), &["referring"]), - (UniCase::ascii("apprecited"), &["appreciated"]), - (UniCase::ascii("wiull"), &["will"]), - (UniCase::ascii("taiwanesse"), &["taiwanese"]), - (UniCase::ascii("propagana"), &["propaganda"]), - (UniCase::ascii("etherent"), &["ethernet"]), - (UniCase::ascii("boradcasts"), &["broadcasts"]), - (UniCase::ascii("thign"), &["thing"]), - (UniCase::ascii("administor"), &["administer"]), - (UniCase::ascii("rehabilitatin"), &["rehabilitation"]), - (UniCase::ascii("toruisty"), &["touristy"]), - (UniCase::ascii("nationalitic"), &["nationalistic"]), - (UniCase::ascii("antaganist"), &["antagonist"]), - (UniCase::ascii("unresponisve"), &["unresponsive"]), - (UniCase::ascii("condolencies"), &["condolences"]), - (UniCase::ascii("aperutre"), &["aperture"]), - (UniCase::ascii("transicional"), &["transitional"]), - (UniCase::ascii("manafactured"), &["manufactured"]), - (UniCase::ascii("sympathethic"), &["sympathetic"]), - (UniCase::ascii("infromal"), &["informal"]), - (UniCase::ascii("complimentry"), &["complimentary"]), - (UniCase::ascii("sriarcha"), &["sriracha"]), - (UniCase::ascii("attendents"), &["attendants"]), - (UniCase::ascii("billbaord"), &["billboard"]), - (UniCase::ascii("marshmallowness"), &["marshmallows"]), - (UniCase::ascii("reveiwer"), &["reviewer"]), - (UniCase::ascii("reconicle"), &["reconcile"]), - (UniCase::ascii("substansial"), &["substantial"]), - (UniCase::ascii("stereotypcial"), &["stereotypical"]), - (UniCase::ascii("analogeous"), &["analogous"]), - (UniCase::ascii("destructivo"), &["destruction"]), - (UniCase::ascii("dysfonction"), &["dysfunction"]), - (UniCase::ascii("swaer"), &["swear"]), - (UniCase::ascii("righteos"), &["righteous"]), - (UniCase::ascii("amphetamenes"), &["amphetamines"]), - (UniCase::ascii("roahces"), &["roaches"]), - (UniCase::ascii("expolitative"), &["exploitative"]), - (UniCase::ascii("conpensating"), &["compensating"]), - (UniCase::ascii("archimedian"), &["archimedean"]), - (UniCase::ascii("celesital"), &["celestial"]), - (UniCase::ascii("transporation"), &["transportation"]), - (UniCase::ascii("transfere"), &["transferred"]), - (UniCase::ascii("periphereal"), &["peripheral"]), - (UniCase::ascii("staggaring"), &["staggering"]), - (UniCase::ascii("preferenser"), &["preferences"]), - (UniCase::ascii("angirly"), &["angrily"]), - (UniCase::ascii("resloves"), &["resolves"]), - (UniCase::ascii("atlantia"), &["atlanta"]), - (UniCase::ascii("versoin"), &["version"]), - (UniCase::ascii("acceleraton"), &["acceleration"]), - (UniCase::ascii("rivalrly"), &["rivalry"]), - (UniCase::ascii("miliraty"), &["military"]), - (UniCase::ascii("cognitivie"), &["cognitive"]), - (UniCase::ascii("initaite"), &["initiate"]), - (UniCase::ascii("confirmas"), &["confirms"]), - (UniCase::ascii("phychiatrists"), &["psychiatrists"]), - (UniCase::ascii("polysaccaride"), &["polysaccharide"]), - (UniCase::ascii("obligitory"), &["obligatory"]), - (UniCase::ascii("considerble"), &["considerable"]), - (UniCase::ascii("alowed"), &["allowed"]), - (UniCase::ascii("unregluated"), &["unregulated"]), - (UniCase::ascii("sensationalim"), &["sensationalism"]), - (UniCase::ascii("pyramides"), &["pyramids"]), - (UniCase::ascii("generatie"), &["generate"]), - (UniCase::ascii("showerd"), &["showered"]), - (UniCase::ascii("constitutiei"), &["constitute"]), - (UniCase::ascii("obligitary"), &["obligatory"]), - (UniCase::ascii("charactersistic"), &["characteristic"]), - (UniCase::ascii("beautifyl"), &["beautifully"]), - (UniCase::ascii("celebirties"), &["celebrities"]), - (UniCase::ascii("subjectivily"), &["subjectively"]), - (UniCase::ascii("irrelavant"), &["irrelevant"]), - (UniCase::ascii("indiviudally"), &["individually"]), - (UniCase::ascii("compromissen"), &["compromise"]), - (UniCase::ascii("persectued"), &["persecuted"]), - (UniCase::ascii("ened"), &["need"]), - (UniCase::ascii("blackmsith"), &["blacksmith"]), - (UniCase::ascii("copenaghen"), &["copenhagen"]), - (UniCase::ascii("critisicsm"), &["criticisms"]), - (UniCase::ascii("concervative"), &["conservative"]), - (UniCase::ascii("subscripton"), &["subscription"]), - (UniCase::ascii("deinitalized"), &["deinitialized"]), - (UniCase::ascii("spendour"), &["splendour"]), - (UniCase::ascii("indoctrication"), &["indoctrination"]), - (UniCase::ascii("apostraphe"), &["apostrophe"]), - (UniCase::ascii("beleivable"), &["believable"]), - (UniCase::ascii("condmenation"), &["condemnation"]), - (UniCase::ascii("unsusbcribed"), &["unsubscribed"]), - (UniCase::ascii("headahces"), &["headaches"]), - (UniCase::ascii("hypotheticaly"), &["hypothetically"]), - (UniCase::ascii("editoras"), &["editors"]), - (UniCase::ascii("environmentals"), &["environments"]), - (UniCase::ascii("agianst"), &["against"]), - (UniCase::ascii("regualting"), &["regulating"]), - (UniCase::ascii("thirlling"), &["thrilling"]), - (UniCase::ascii("miraculosly"), &["miraculously"]), - (UniCase::ascii("captainers"), &["captains"]), - (UniCase::ascii("firghtened"), &["frightened"]), - (UniCase::ascii("initiavite"), &["initiatives"]), - (UniCase::ascii("metagem"), &["metagame"]), - (UniCase::ascii("desicive"), &["decisive"]), - (UniCase::ascii("generalizng"), &["generalizing"]), - (UniCase::ascii("sypmathize"), &["sympathize"]), - (UniCase::ascii("allainces"), &["alliances"]), - (UniCase::ascii("monstrostiy"), &["monstrosity"]), - (UniCase::ascii("convential"), &["conventional"]), - (UniCase::ascii("transmittor"), &["transmitter"]), - (UniCase::ascii("humillating"), &["humiliating"]), - (UniCase::ascii("managment"), &["management"]), - (UniCase::ascii("qualifiactions"), &["qualification"]), - (UniCase::ascii("misforture"), &["misfortune"]), - (UniCase::ascii("prohibiteds"), &["prohibits"]), - (UniCase::ascii("shineing"), &["shining"]), - (UniCase::ascii("showboarding"), &["snowboarding"]), - (UniCase::ascii("misudnerstanding"), &["misunderstandings"]), - (UniCase::ascii("clairty"), &["clarity"]), - (UniCase::ascii("arrengement"), &["arrangement"]), - (UniCase::ascii("constititional"), &["constitutional"]), - (UniCase::ascii("invulenrable"), &["invulnerable"]), - (UniCase::ascii("phillipines"), &["philippines"]), - (UniCase::ascii("hyrdation"), &["hydration"]), - (UniCase::ascii("recommed"), &["recommend"]), - (UniCase::ascii("intelelctual"), &["intellectuals"]), - (UniCase::ascii("scheudling"), &["scheduling"]), - (UniCase::ascii("rationallity"), &["rationally"]), - (UniCase::ascii("extraordinaryly"), &["extraordinarily"]), - (UniCase::ascii("paralelly"), &["parallelly"]), - ( - UniCase::ascii("oversimplificating"), - &["oversimplification"], - ), - (UniCase::ascii("markes"), &["marks"]), - (UniCase::ascii("teleportion"), &["teleporting"]), - (UniCase::ascii("broderlands"), &["borderlands"]), - (UniCase::ascii("suppressin"), &["suppression"]), - (UniCase::ascii("jaguares"), &["jaguars"]), - (UniCase::ascii("ineffektive"), &["ineffective"]), - (UniCase::ascii("ellipsical"), &["elliptical"]), - (UniCase::ascii("simultainously"), &["simultaneously"]), - (UniCase::ascii("preservativo"), &["preservation"]), - (UniCase::ascii("transofrmers"), &["transformers"]), - (UniCase::ascii("versalite"), &["versatile"]), - (UniCase::ascii("apostels"), &["apostles"]), - (UniCase::ascii("containors"), &["containers"]), - (UniCase::ascii("compositon"), &["composition"]), - (UniCase::ascii("experimentais"), &["experiments"]), - (UniCase::ascii("wholeheartdly"), &["wholeheartedly"]), - (UniCase::ascii("decpetion"), &["deception"]), - (UniCase::ascii("lightrom"), &["lightroom"]), - (UniCase::ascii("initiales"), &["initials"]), - (UniCase::ascii("persuassive"), &["persuasive"]), - (UniCase::ascii("outragoues"), &["outrageous"]), - (UniCase::ascii("demonstrativos"), &["demonstrations"]), - (UniCase::ascii("thourogh"), &["thorough"]), - (UniCase::ascii("hyperthropy"), &["hypertrophy"]), - (UniCase::ascii("behavios"), &["behaviours"]), - (UniCase::ascii("placemenet"), &["placements"]), - (UniCase::ascii("hostles"), &["hostels"]), - (UniCase::ascii("contriceptives"), &["contraceptives"]), - (UniCase::ascii("suppost"), &["supports"]), - (UniCase::ascii("varaibles"), &["variables"]), - (UniCase::ascii("peaple"), &["people"]), - (UniCase::ascii("forfiet"), &["forfeit"]), - (UniCase::ascii("proprotional"), &["proportional"]), - (UniCase::ascii("stimulatie"), &["stimulated"]), - (UniCase::ascii("metropolois"), &["metropolis"]), - (UniCase::ascii("largst"), &["largest"]), - (UniCase::ascii("silbings"), &["siblings"]), - (UniCase::ascii("terminato"), &["termination"]), - (UniCase::ascii("heretosexual"), &["heterosexual"]), - (UniCase::ascii("masacra"), &["mascara"]), - (UniCase::ascii("crusive"), &["cursive"]), - (UniCase::ascii("injustaces"), &["injustices"]), - (UniCase::ascii("phemonenon"), &["phenomenon"]), - (UniCase::ascii("mongolos"), &["mongols"]), - (UniCase::ascii("robocoop"), &["robocop"]), - (UniCase::ascii("olympis"), &["olympics"]), - (UniCase::ascii("folowing"), &["following"]), - (UniCase::ascii("championsip"), &["championship"]), - (UniCase::ascii("connotaion"), &["connotation"]), - (UniCase::ascii("deregulaiton"), &["deregulation"]), - (UniCase::ascii("sprakling"), &["sparkling"]), - (UniCase::ascii("accelarating"), &["accelerating"]), - (UniCase::ascii("anoerxic"), &["anorexic"]), - (UniCase::ascii("exoskelaton"), &["exoskeleton"]), - (UniCase::ascii("squirrelies"), &["squirrels"]), - (UniCase::ascii("captians"), &["captains"]), - (UniCase::ascii("infinitiy"), &["infinity"]), - (UniCase::ascii("competative"), &["competitive"]), - (UniCase::ascii("percentagens"), &["percentages"]), - (UniCase::ascii("secratary"), &["secretary"]), - (UniCase::ascii("shitstom"), &["shitstorm"]), - (UniCase::ascii("benglas"), &["bengals"]), - (UniCase::ascii("probelm"), &["problem"]), - (UniCase::ascii("critisising"), &["criticising"]), - (UniCase::ascii("haversting"), &["harvesting"]), - (UniCase::ascii("replacemet"), &["replacements"]), - (UniCase::ascii("libertarains"), &["libertarians"]), - (UniCase::ascii("cinematogrpahy"), &["cinematography"]), - (UniCase::ascii("strawberrries"), &["strawberries"]), - (UniCase::ascii("photographier"), &["photographer"]), - (UniCase::ascii("discribes"), &["describes"]), - (UniCase::ascii("pornograghy"), &["pornography"]), - (UniCase::ascii("duplicas"), &["duplicates"]), - (UniCase::ascii("overwhlemed"), &["overwhelmed"]), - (UniCase::ascii("responsile"), &["responsive"]), - (UniCase::ascii("manisfestations"), &["manifestations"]), - (UniCase::ascii("vertification"), &["certification"]), - (UniCase::ascii("ukraininas"), &["ukrainians"]), - (UniCase::ascii("microhpones"), &["microphones"]), - (UniCase::ascii("punishemnt"), &["punishments"]), - (UniCase::ascii("contemplare"), &["contemplate"]), - (UniCase::ascii("negativelly"), &["negatively"]), - (UniCase::ascii("accuratelly"), &["accurately"]), - (UniCase::ascii("championshp"), &["championship"]), - (UniCase::ascii("appriceate"), &["appreciates"]), - (UniCase::ascii("greenalnd"), &["greenland"]), - (UniCase::ascii("allegedley"), &["allegedly"]), - (UniCase::ascii("amphedamines"), &["amphetamines"]), - (UniCase::ascii("superham"), &["superhuman"]), - (UniCase::ascii("circulatiing"), &["circulating"]), - (UniCase::ascii("girlfreinds"), &["girlfriends"]), - (UniCase::ascii("mininterpret"), &["misinterpret"]), - (UniCase::ascii("reinassance"), &["renaissance"]), - (UniCase::ascii("supremacits"), &["supremacist"]), - (UniCase::ascii("vulnarable"), &["vulnerable"]), - (UniCase::ascii("implimented"), &["implemented"]), - (UniCase::ascii("encompasess"), &["encompasses"]), - (UniCase::ascii("stiring"), &["stirring"]), - (UniCase::ascii("fantaic"), &["fanatic"]), - (UniCase::ascii("sensacionalist"), &["sensationalist"]), - (UniCase::ascii("guadulupe"), &["guadalupe"]), - (UniCase::ascii("etiquete"), &["etiquette"]), - (UniCase::ascii("endoresment"), &["endorsement"]), - (UniCase::ascii("supperssor"), &["suppressor"]), - (UniCase::ascii("decipted"), &["depicted"]), - (UniCase::ascii("crulety"), &["cruelty"]), - (UniCase::ascii("lightining"), &["lighting"]), - (UniCase::ascii("shoudln"), &["should"]), - (UniCase::ascii("magnicifent"), &["magnificent"]), - (UniCase::ascii("paladinos"), &["paladins"]), - (UniCase::ascii("knowledgabel"), &["knowledgable"]), - (UniCase::ascii("negiotated"), &["negotiated"]), - (UniCase::ascii("cleanlyness"), &["cleanliness"]), - (UniCase::ascii("backpakcs"), &["backpacks"]), - (UniCase::ascii("denomenation"), &["denomination"]), - (UniCase::ascii("logictical"), &["logistical"]), - (UniCase::ascii("multiplyng"), &["multiplying"]), - (UniCase::ascii("eliminaton"), &["elimination"]), - (UniCase::ascii("corproations"), &["corporations"]), - (UniCase::ascii("narssicistic"), &["narcissistic"]), - (UniCase::ascii("contredict"), &["contradict"]), - (UniCase::ascii("presedential"), &["presidential"]), - (UniCase::ascii("indispensible"), &["indispensable"]), - (UniCase::ascii("suscepitble"), &["susceptible"]), - (UniCase::ascii("desuction"), &["seduction"]), - (UniCase::ascii("surley"), &["surly"]), - (UniCase::ascii("superviosr"), &["supervisors"]), - (UniCase::ascii("positivitely"), &["positivity"]), - (UniCase::ascii("inbalanced"), &["imbalanced"]), - (UniCase::ascii("accessbile"), &["accessible"]), - (UniCase::ascii("paraprhase"), &["paraphrase"]), - (UniCase::ascii("documenteries"), &["documentaries"]), - (UniCase::ascii("influenses"), &["influences"]), - (UniCase::ascii("munnicipality"), &["municipality"]), - (UniCase::ascii("explodie"), &["explode"]), - (UniCase::ascii("israelitas"), &["israelis"]), - (UniCase::ascii("intersecton"), &["intersection"]), - (UniCase::ascii("embarassig"), &["embarassing"]), - (UniCase::ascii("indonesien"), &["indonesian"]), - (UniCase::ascii("coucil"), &["council"]), - (UniCase::ascii("misogenist"), &["misogynist"]), - (UniCase::ascii("vientam"), &["vietnam"]), - (UniCase::ascii("intentionnal"), &["intentional"]), - (UniCase::ascii("capsuels"), &["capsules"]), - (UniCase::ascii("synoynms"), &["synonyms"]), - (UniCase::ascii("incomprehendible"), &["incomprehensible"]), - (UniCase::ascii("exoticos"), &["exotics"]), - (UniCase::ascii("legoins"), &["legions"]), - (UniCase::ascii("angrilly"), &["angrily"]), - (UniCase::ascii("calculatin"), &["calculations"]), - (UniCase::ascii("exeptional"), &["exceptional"]), - (UniCase::ascii("powersehll"), &["powershell"]), - (UniCase::ascii("introdiction"), &["introduction"]), - (UniCase::ascii("definatively"), &["definitively"]), - (UniCase::ascii("narcissitc"), &["narcissist"]), - (UniCase::ascii("ghandi"), &["gandhi"]), - (UniCase::ascii("comfortbly"), &["comfortably"]), - (UniCase::ascii("concentrait"), &["concentrate"]), - (UniCase::ascii("civizilation"), &["civilizations"]), - (UniCase::ascii("criticiing"), &["criticising"]), - (UniCase::ascii("cruetly"), &["cruelty"]), - (UniCase::ascii("cambrige"), &["cambridge"]), - (UniCase::ascii("funcitonally"), &["functionally"]), - (UniCase::ascii("archictect"), &["architect"]), - (UniCase::ascii("beastley"), &["beastly"]), - (UniCase::ascii("philosiphers"), &["philosophers"]), - (UniCase::ascii("childrents"), &["childrens"]), - (UniCase::ascii("cheezeburger"), &["cheeseburger"]), - (UniCase::ascii("multilpier"), &["multiplier"]), - (UniCase::ascii("heaviliy"), &["heavily"]), - (UniCase::ascii("refrigarator"), &["refrigerator"]), - (UniCase::ascii("anbd"), &["and"]), - (UniCase::ascii("reproduccion"), &["reproduction"]), - (UniCase::ascii("arogant"), &["arrogant"]), - (UniCase::ascii("fulfillling"), &["fulfilling"]), - (UniCase::ascii("equivelent"), &["equivalent"]), - (UniCase::ascii("undeniablly"), &["undeniably"]), - (UniCase::ascii("utlimately"), &["ultimately"]), - (UniCase::ascii("schizophernic"), &["schizophrenic"]), - (UniCase::ascii("seamlessy"), &["seamlessly"]), - (UniCase::ascii("clas"), &["class"]), - (UniCase::ascii("procrastiantion"), &["procrastination"]), - (UniCase::ascii("butthoel"), &["butthole"]), - (UniCase::ascii("athesits"), &["atheists"]), - (UniCase::ascii("natioanlists"), &["nationalists"]), - (UniCase::ascii("vecotrs"), &["vectors"]), - (UniCase::ascii("formidabble"), &["formidable"]), - (UniCase::ascii("wavelenght"), &["wavelength"]), - (UniCase::ascii("ubiqituous"), &["ubiquitous"]), - (UniCase::ascii("intrigured"), &["intrigue"]), - (UniCase::ascii("statment"), &["statement"]), - (UniCase::ascii("tablesppon"), &["tablespoon"]), - (UniCase::ascii("clevelry"), &["cleverly"]), - (UniCase::ascii("erally"), &["orally"]), - (UniCase::ascii("blugaria"), &["bulgaria"]), - (UniCase::ascii("bengahzi"), &["benghazi"]), - (UniCase::ascii("protocolls"), &["protocols"]), - (UniCase::ascii("conenctors"), &["connectors"]), - (UniCase::ascii("distirbance"), &["disturbance"]), - (UniCase::ascii("historicas"), &["historians"]), - (UniCase::ascii("overfapping"), &["overlapping"]), - (UniCase::ascii("exsitance"), &["existance"]), - (UniCase::ascii("unviersally"), &["universally"]), - (UniCase::ascii("resistered"), &["resisted"]), - (UniCase::ascii("infleunced"), &["influenced"]), - (UniCase::ascii("selectivley"), &["selectively"]), - (UniCase::ascii("lasanga"), &["lasagna"]), - (UniCase::ascii("valentimes"), &["valentines"]), - (UniCase::ascii("undernieth"), &["underneath"]), - (UniCase::ascii("applainces"), &["appliances"]), - (UniCase::ascii("attaindre"), &["attainder"]), - (UniCase::ascii("nuisanse"), &["nuisance"]), - (UniCase::ascii("defelction"), &["deflection"]), - (UniCase::ascii("prodecural"), &["procedural"]), - (UniCase::ascii("fundimentalists"), &["fundamentalists"]), - (UniCase::ascii("realibility"), &["reliability"]), - (UniCase::ascii("compatiblity"), &["compatibility"]), - (UniCase::ascii("africaness"), &["africans"]), - (UniCase::ascii("helluvva"), &["helluva"]), - (UniCase::ascii("containmemt"), &["containment"]), - (UniCase::ascii("capitalizaton"), &["capitalization"]), - (UniCase::ascii("delutional"), &["delusional"]), - (UniCase::ascii("inexpeirenced"), &["inexperience"]), - (UniCase::ascii("commoditites"), &["commodities"]), - (UniCase::ascii("determinsim"), &["determinism"]), - (UniCase::ascii("differnt"), &["different"]), - (UniCase::ascii("unbeatbale"), &["unbeatable"]), - (UniCase::ascii("projecties"), &["projectiles"]), - (UniCase::ascii("differentiaton"), &["differentiation"]), - (UniCase::ascii("postdam"), &["potsdam"]), - (UniCase::ascii("coloardo"), &["colorado"]), - (UniCase::ascii("archaelogy"), &["archaeology"]), - (UniCase::ascii("influencie"), &["influences"]), - (UniCase::ascii("collapsers"), &["collapses"]), - (UniCase::ascii("distirbutions"), &["distributions"]), - (UniCase::ascii("westernes"), &["westerners"]), - (UniCase::ascii("minimilast"), &["minimalist"]), - (UniCase::ascii("protagonsit"), &["protagonists"]), - (UniCase::ascii("demographs"), &["demographics"]), - (UniCase::ascii("toxicitiy"), &["toxicity"]), - (UniCase::ascii("spirtied"), &["spirited"]), - (UniCase::ascii("temparatures"), &["temperatures"]), - (UniCase::ascii("convergens"), &["converse"]), - (UniCase::ascii("mechancis"), &["mechanics"]), - (UniCase::ascii("somtimes"), &["sometimes"]), - (UniCase::ascii("enchancing"), &["enchanting"]), - (UniCase::ascii("concentate"), &["concentrate"]), - (UniCase::ascii("bonsues"), &["bonuses"]), - (UniCase::ascii("vassales"), &["vassals"]), - (UniCase::ascii("supermarktes"), &["supermarkets"]), - (UniCase::ascii("cartrdiges"), &["cartridges"]), - (UniCase::ascii("sitrring"), &["stirring"]), - (UniCase::ascii("interection"), &["interaction"]), - (UniCase::ascii("northwestener"), &["northwestern"]), - (UniCase::ascii("heavyweght"), &["heavyweight"]), - (UniCase::ascii("contentios"), &["contentious"]), - (UniCase::ascii("recruitcs"), &["recruits"]), - (UniCase::ascii("custcenes"), &["cutscenes"]), - (UniCase::ascii("anwyays"), &["anyways"]), - (UniCase::ascii("responsbilty"), &["responsibly"]), - (UniCase::ascii("mecahnically"), &["mechanically"]), - (UniCase::ascii("downloadble"), &["downloadable"]), - (UniCase::ascii("shareholdes"), &["shareholders"]), - (UniCase::ascii("acconplishment"), &["accomplishment"]), - (UniCase::ascii("downvoteers"), &["downvoters"]), - (UniCase::ascii("cooldwons"), &["cooldowns"]), - (UniCase::ascii("extraordinarly"), &["extraordinary"]), - (UniCase::ascii("cartells"), &["cartels"]), - (UniCase::ascii("unsunscribe"), &["unsubscribe"]), - (UniCase::ascii("sensitivety"), &["sensitivity"]), - (UniCase::ascii("morisette"), &["morissette"]), - (UniCase::ascii("somene"), &["someone"]), - (UniCase::ascii("hieroglph"), &["hieroglyph"]), - (UniCase::ascii("begnals"), &["bengals"]), - (UniCase::ascii("appication"), &["application"]), - (UniCase::ascii("criticie"), &["criticise"]), - (UniCase::ascii("androgeny"), &["androgyny"]), - (UniCase::ascii("squishly"), &["squishy"]), - (UniCase::ascii("respository"), &["repository"]), - (UniCase::ascii("coratia"), &["croatia"]), - (UniCase::ascii("informatiei"), &["informative"]), - (UniCase::ascii("compramised"), &["compromised"]), - (UniCase::ascii("embarrasment"), &["embarrassment"]), - (UniCase::ascii("combatibility"), &["compatibility"]), - (UniCase::ascii("plantium"), &["platinum"]), - (UniCase::ascii("whihc"), &["which"]), - (UniCase::ascii("misspeeling"), &["misspelling"]), - (UniCase::ascii("underglo"), &["undergo"]), - (UniCase::ascii("burrtios"), &["burritos"]), - (UniCase::ascii("migrainers"), &["migraines"]), - (UniCase::ascii("unanmious"), &["unanimous"]), - (UniCase::ascii("latitudine"), &["latitude"]), - (UniCase::ascii("protectos"), &["protectors"]), - (UniCase::ascii("stubborness"), &["stubbornness"]), - (UniCase::ascii("whistels"), &["whistles"]), - (UniCase::ascii("camouflague"), &["camouflage"]), - (UniCase::ascii("perferential"), &["preferential"]), - (UniCase::ascii("ellignton"), &["ellington"]), - (UniCase::ascii("misinterpred"), &["misinterpreted"]), - (UniCase::ascii("knowledgible"), &["knowledgable"]), - (UniCase::ascii("knowledeable"), &["knowledgable"]), - (UniCase::ascii("biologiskt"), &["biologist"]), - (UniCase::ascii("blulets"), &["bullets"]), - (UniCase::ascii("microtransacitons"), &["microtransactions"]), - (UniCase::ascii("circumstnaces"), &["circumstance"]), - (UniCase::ascii("stressers"), &["stresses"]), - (UniCase::ascii("malasyia"), &["malaysia"]), - (UniCase::ascii("celebrite"), &["celebrities"]), - (UniCase::ascii("rethoric"), &["rhetoric"]), - (UniCase::ascii("disadvantged"), &["disadvantaged"]), - (UniCase::ascii("determenation"), &["determination"]), - (UniCase::ascii("nocture"), &["nocturne"]), - (UniCase::ascii("protocl"), &["protocol"]), - (UniCase::ascii("existance"), &["existence"]), - (UniCase::ascii("responsiby"), &["responsibly"]), - (UniCase::ascii("eighten"), &["eighteen"]), - (UniCase::ascii("adminstration"), &["administration"]), - (UniCase::ascii("parapharsing"), &["paraphrasing"]), - (UniCase::ascii("regionaal"), &["regional"]), - (UniCase::ascii("plethorian"), &["plethora"]), - (UniCase::ascii("europians"), &["europeans"]), - (UniCase::ascii("permieter"), &["perimeter"]), - (UniCase::ascii("incremetal"), &["incremental"]), - (UniCase::ascii("edficient"), &["deficient"]), - (UniCase::ascii("dungeoun"), &["dungeon"]), - (UniCase::ascii("gradualy"), &["gradually"]), - (UniCase::ascii("immersve"), &["immerse"]), - (UniCase::ascii("substitudes"), &["substitutes"]), - (UniCase::ascii("unvelievably"), &["unbelievably"]), - (UniCase::ascii("thigsn"), &["things"]), - (UniCase::ascii("automobilies"), &["automobile"]), - (UniCase::ascii("developpers"), &["developers"]), - (UniCase::ascii("contextl"), &["contextual"]), - (UniCase::ascii("fouth"), &["fourth"]), - (UniCase::ascii("combinaiton"), &["combinations"]), - (UniCase::ascii("methematical"), &["mathematical"]), - (UniCase::ascii("horading"), &["hoarding"]), - (UniCase::ascii("harasment"), &["harassment"]), - (UniCase::ascii("reinstallling"), &["reinstalling"]), - (UniCase::ascii("prophocies"), &["prophecies"]), - (UniCase::ascii("acknowlegdes"), &["acknowledges"]), - (UniCase::ascii("exacberated"), &["exacerbated"]), - (UniCase::ascii("civilziation"), &["civilizations"]), - (UniCase::ascii("sergent"), &["sergeant"]), - (UniCase::ascii("scrathces"), &["scratches"]), - (UniCase::ascii("jailborken"), &["jailbroken"]), - (UniCase::ascii("qaulity"), &["quality"]), - (UniCase::ascii("tranpshobic"), &["transphobic"]), - (UniCase::ascii("awknowledged"), &["acknowledged"]), - (UniCase::ascii("perpsective"), &["perspective"]), - (UniCase::ascii("congratualtions"), &["congratulations"]), - (UniCase::ascii("univerity"), &["university"]), - (UniCase::ascii("philadelpha"), &["philadelphia"]), - (UniCase::ascii("construccion"), &["construction"]), - (UniCase::ascii("contribuitor"), &["contributor"]), - (UniCase::ascii("catostrophic"), &["catastrophic"]), - (UniCase::ascii("presideny"), &["presidency"]), - (UniCase::ascii("leuitenant"), &["lieutenant"]), - (UniCase::ascii("calcularon"), &["calculator"]), - (UniCase::ascii("administres"), &["administer"]), - (UniCase::ascii("fingerpoint"), &["fingerprint"]), - (UniCase::ascii("complicatii"), &["complicit"]), - (UniCase::ascii("hemishpere"), &["hemisphere"]), - (UniCase::ascii("potatos"), &["potatoes"]), - (UniCase::ascii("nationalistiskt"), &["nationalists"]), - (UniCase::ascii("inadvertenly"), &["inadvertently"]), - (UniCase::ascii("agnostisim"), &["agnosticism"]), - (UniCase::ascii("backtacking"), &["backpacking"]), - (UniCase::ascii("dissepointed"), &["dissapointed"]), - (UniCase::ascii("periphreals"), &["peripherals"]), - (UniCase::ascii("argessive"), &["agressive"]), - (UniCase::ascii("techniciens"), &["technicians"]), - (UniCase::ascii("miracluous"), &["miraculous"]), - (UniCase::ascii("imperically"), &["empirically"]), - (UniCase::ascii("challengr"), &["challenger"]), - (UniCase::ascii("pronunciato"), &["pronunciation"]), - (UniCase::ascii("consumirse"), &["consumerism"]), - (UniCase::ascii("chronocles"), &["chronicles"]), - (UniCase::ascii("compatative"), &["comparative"]), - (UniCase::ascii("substantialy"), &["substantially"]), - (UniCase::ascii("transgenered"), &["transgender"]), - (UniCase::ascii("pernament"), &["permanent"]), - (UniCase::ascii("transcluent"), &["translucent"]), - (UniCase::ascii("wishlsit"), &["wishlist"]), - (UniCase::ascii("halluciantions"), &["hallucinations"]), - (UniCase::ascii("exectued"), &["executed"]), - (UniCase::ascii("republcians"), &["republicans"]), - (UniCase::ascii("histerically"), &["historically"]), - (UniCase::ascii("driectly"), &["directly"]), - (UniCase::ascii("preventivo"), &["prevention"]), - (UniCase::ascii("adivsors"), &["advisors"]), - (UniCase::ascii("vaccinaties"), &["vaccinate"]), - (UniCase::ascii("hounour"), &["honour"]), - (UniCase::ascii("americares"), &["americas"]), - (UniCase::ascii("primative"), &["primitive"]), - (UniCase::ascii("againnst"), &["against"]), - (UniCase::ascii("orgainzer"), &["organizer"]), - (UniCase::ascii("disscusion"), &["discussion"]), - (UniCase::ascii("wisconsion"), &["wisconsin"]), - (UniCase::ascii("carinval"), &["carnival"]), - (UniCase::ascii("perenially"), &["perennially"]), - (UniCase::ascii("analyseles"), &["analyses"]), - (UniCase::ascii("inevetably"), &["inevitably"]), - (UniCase::ascii("archeaologist"), &["archeologist"]), - (UniCase::ascii("bioplar"), &["bipolar"]), - (UniCase::ascii("positionnal"), &["positional"]), - (UniCase::ascii("protectice"), &["protective"]), - (UniCase::ascii("xenbolade"), &["xenoblade"]), - (UniCase::ascii("physiqe"), &["physique"]), - (UniCase::ascii("grahpically"), &["graphically"]), - (UniCase::ascii("scoripon"), &["scorpion"]), - (UniCase::ascii("specailty"), &["specialty"]), - (UniCase::ascii("shangahi"), &["shanghai"]), - (UniCase::ascii("identifikation"), &["identification"]), - (UniCase::ascii("phenomonon"), &["phenomenon"]), - (UniCase::ascii("observarse"), &["observers"]), - (UniCase::ascii("overwhemled"), &["overwhelmed"]), - (UniCase::ascii("dustification"), &["justification"]), - (UniCase::ascii("monologe"), &["monologue"]), - (UniCase::ascii("bangladash"), &["bangladesh"]), - (UniCase::ascii("repaird"), &["repaired"]), - (UniCase::ascii("comsetic"), &["cosmetic"]), - (UniCase::ascii("expressview"), &["expressive"]), - (UniCase::ascii("outragious"), &["outrageous"]), - (UniCase::ascii("lightneing"), &["lightening"]), - (UniCase::ascii("donwvoters"), &["downvoters"]), - (UniCase::ascii("rebouncing"), &["rebounding"]), - (UniCase::ascii("projectiel"), &["projectiles"]), - (UniCase::ascii("judgamental"), &["judgemental"]), - (UniCase::ascii("melboure"), &["melbourne"]), - (UniCase::ascii("interprered"), &["interpreter"]), - (UniCase::ascii("catepillars"), &["caterpillars"]), - (UniCase::ascii("responcive"), &["responsive"]), - (UniCase::ascii("prepatory"), &["preparatory"]), - (UniCase::ascii("promiscuious"), &["promiscuous"]), - (UniCase::ascii("prescients"), &["presidents"]), - (UniCase::ascii("calculs"), &["calculus"]), - (UniCase::ascii("disadventaged"), &["disadvantaged"]), - (UniCase::ascii("soliliquy"), &["soliloquy"]), - (UniCase::ascii("significato"), &["significant"]), - (UniCase::ascii("sophmore"), &["sophomore"]), - (UniCase::ascii("isntantly"), &["instantly"]), - (UniCase::ascii("indigenius"), &["indigenous"]), - (UniCase::ascii("oximoron"), &["oxymoron"]), - (UniCase::ascii("magnificant"), &["magnificent"]), - (UniCase::ascii("wheter"), &["whether"]), - (UniCase::ascii("subscribbed"), &["subscribe"]), - (UniCase::ascii("indepenent"), &["independent"]), - (UniCase::ascii("scandianvia"), &["scandinavian"]), - (UniCase::ascii("refered"), &["referred"]), - (UniCase::ascii("instatutionalized"), &["institutionalized"]), - (UniCase::ascii("unsibstantiated"), &["unsubstantiated"]), - (UniCase::ascii("communiste"), &["communities"]), - (UniCase::ascii("packadge"), &["packaged"]), - (UniCase::ascii("swepth"), &["swept"]), - (UniCase::ascii("scinece"), &["science"]), - (UniCase::ascii("consicous"), &["conscious"]), - (UniCase::ascii("offspirng"), &["offspring"]), - (UniCase::ascii("satsified"), &["satisfied"]), - (UniCase::ascii("manouverability"), &["maneuverability"]), - (UniCase::ascii("annoucnements"), &["announcements"]), - (UniCase::ascii("involentary"), &["involuntary"]), - (UniCase::ascii("severley"), &["severely"]), - (UniCase::ascii("thialand"), &["thailand"]), - (UniCase::ascii("phylosophical"), &["philosophical"]), - (UniCase::ascii("valkyire"), &["valkyrie"]), - (UniCase::ascii("monogameous"), &["monogamous"]), - (UniCase::ascii("resolutionary"), &["revolutionary"]), - (UniCase::ascii("fertelizer"), &["fertilizer"]), - (UniCase::ascii("manufcaturers"), &["manufactures"]), - (UniCase::ascii("commandemnts"), &["commandment"]), - (UniCase::ascii("casion"), &["caisson"]), - (UniCase::ascii("prematurley"), &["prematurely"]), - (UniCase::ascii("neturon"), &["neutron"]), - (UniCase::ascii("fromerly"), &["formerly"]), - (UniCase::ascii("berekley"), &["berkeley"]), - (UniCase::ascii("dominats"), &["dominates"]), - (UniCase::ascii("triangels"), &["triangles"]), - (UniCase::ascii("californinan"), &["californian"]), - (UniCase::ascii("denomonations"), &["denominations"]), - (UniCase::ascii("libertania"), &["libertarians"]), - (UniCase::ascii("thurdsay"), &["thursday"]), - (UniCase::ascii("dependat"), &["dependant"]), - (UniCase::ascii("manslaugher"), &["manslaughter"]), - (UniCase::ascii("invesitgate"), &["investigate"]), - (UniCase::ascii("samuria"), &["samurai"]), - (UniCase::ascii("diagramms"), &["diagrams"]), - (UniCase::ascii("tkae"), &["take"]), - (UniCase::ascii("udpated"), &["updated"]), - (UniCase::ascii("washingtion"), &["washington"]), - (UniCase::ascii("manufacturor"), &["manufacturer"]), - (UniCase::ascii("butterfy"), &["butterfly"]), - (UniCase::ascii("antagonstic"), &["antagonist"]), - (UniCase::ascii("eyasr"), &["years"]), - (UniCase::ascii("openess"), &["openness"]), - (UniCase::ascii("architectuur"), &["architecture"]), - (UniCase::ascii("cambrigde"), &["cambridge"]), - (UniCase::ascii("plethroa"), &["plethora"]), - (UniCase::ascii("downgarde"), &["downgrade"]), - (UniCase::ascii("documentare"), &["documentaries"]), - (UniCase::ascii("unnistalling"), &["uninstalling"]), - (UniCase::ascii("projectlies"), &["projectiles"]), - (UniCase::ascii("ddogers"), &["dodgers"]), - (UniCase::ascii("invalidante"), &["invalidate"]), - (UniCase::ascii("samckdown"), &["smackdown"]), - (UniCase::ascii("scruitny"), &["scrutiny"]), - (UniCase::ascii("prohibis"), &["prohibits"]), - (UniCase::ascii("distribuie"), &["distribute"]), - (UniCase::ascii("controversary"), &["controversy"]), - (UniCase::ascii("irrationel"), &["irrational"]), - (UniCase::ascii("firggin"), &["friggin"]), - (UniCase::ascii("admissable"), &["admissible"]), - (UniCase::ascii("listenes"), &["listens"]), - (UniCase::ascii("coincidense"), &["coincidence"]), - (UniCase::ascii("hypocrticial"), &["hypocritical"]), - (UniCase::ascii("hypertropy"), &["hypertrophy"]), - (UniCase::ascii("deomcracies"), &["democracies"]), - (UniCase::ascii("inidans"), &["indians"]), - (UniCase::ascii("consideribly"), &["considerably"]), - (UniCase::ascii("understandible"), &["understandable"]), - (UniCase::ascii("bulletprrof"), &["bulletproof"]), - (UniCase::ascii("conseqeunces"), &["consequence"]), - (UniCase::ascii("grahpical"), &["graphical"]), - (UniCase::ascii("subsadized"), &["subsidized"]), - (UniCase::ascii("techinque"), &["technique"]), - (UniCase::ascii("premanently"), &["permanently"]), - (UniCase::ascii("immoratlity"), &["immortality"]), - (UniCase::ascii("essentuals"), &["essentials"]), - (UniCase::ascii("distuingishing"), &["distinguishing"]), - (UniCase::ascii("counteres"), &["counters"]), - (UniCase::ascii("entertianment"), &["entertainment"]), - (UniCase::ascii("nutreints"), &["nutrients"]), - (UniCase::ascii("segragated"), &["segregated"]), - (UniCase::ascii("varities"), &["varieties"]), - (UniCase::ascii("portabel"), &["portable"]), - (UniCase::ascii("preinitalization"), &["preinitialization"]), - (UniCase::ascii("percusions"), &["percussion"]), - (UniCase::ascii("compitetion"), &["competitions"]), - (UniCase::ascii("interveres"), &["interferes"]), - (UniCase::ascii("currentlys"), &["currents"]), - (UniCase::ascii("illustartor"), &["illustrator"]), - (UniCase::ascii("cirlcing"), &["circling"]), - (UniCase::ascii("autochtonous"), &["autochthonous"]), - (UniCase::ascii("lesiure"), &["leisure"]), - (UniCase::ascii("cupbaord"), &["cupboard"]), - (UniCase::ascii("sincerelly"), &["sincerely"]), - (UniCase::ascii("officals"), &["officials"]), - (UniCase::ascii("spotifiy"), &["spotify"]), - (UniCase::ascii("tendencias"), &["tendencies"]), - (UniCase::ascii("paide"), &["paid"]), - (UniCase::ascii("haristyle"), &["hairstyle"]), - (UniCase::ascii("novmeber"), &["november"]), - (UniCase::ascii("ludricous"), &["ludicrous"]), - (UniCase::ascii("implementatino"), &["implementations"]), - (UniCase::ascii("curiostiy"), &["curiosity"]), - (UniCase::ascii("swasitka"), &["swastika"]), - (UniCase::ascii("tribunaal"), &["tribunal"]), - (UniCase::ascii("reluctanly"), &["reluctantly"]), - (UniCase::ascii("wille"), &["will"]), - (UniCase::ascii("advertisors"), &["advertisers"]), - (UniCase::ascii("defendre"), &["defender"]), - (UniCase::ascii("deadlfits"), &["deadlifts"]), - (UniCase::ascii("adveristy"), &["adversity"]), - (UniCase::ascii("coordenates"), &["coordinates"]), - (UniCase::ascii("exclusivety"), &["exclusivity"]), - (UniCase::ascii("manufacteres"), &["manufactures"]), - (UniCase::ascii("combanations"), &["combinations"]), - (UniCase::ascii("publusher"), &["publisher"]), - (UniCase::ascii("spainish"), &["spanish"]), - (UniCase::ascii("abstracto"), &["abstraction"]), - (UniCase::ascii("kenendy"), &["kennedy"]), - (UniCase::ascii("monitoreado"), &["monitored"]), - (UniCase::ascii("goverend"), &["governed"]), - (UniCase::ascii("vastecomy"), &["vasectomy"]), - (UniCase::ascii("misinterpretion"), &["misinterpreting"]), - (UniCase::ascii("happliy"), &["happily"]), - (UniCase::ascii("somethinfg"), &["somethings"]), - (UniCase::ascii("illegimacy"), &["illegitimacy"]), - (UniCase::ascii("inscets"), &["insects"]), - (UniCase::ascii("enthusigasm"), &["enthusiasm"]), - (UniCase::ascii("expierenced"), &["experienced"]), - (UniCase::ascii("wensday"), &["wednesday"]), - (UniCase::ascii("cyrstal"), &["crystal"]), - (UniCase::ascii("sprinkel"), &["sprinkle"]), - (UniCase::ascii("monumentos"), &["monuments"]), - (UniCase::ascii("fromation"), &["formation"]), - (UniCase::ascii("miniscuel"), &["miniscule"]), - (UniCase::ascii("overthining"), &["overthinking"]), - (UniCase::ascii("justifible"), &["justifiable"]), - (UniCase::ascii("chromosones"), &["chromosomes"]), - (UniCase::ascii("rescuecd"), &["rescued"]), - (UniCase::ascii("interviewie"), &["interviewer"]), - (UniCase::ascii("sorcerey"), &["sorcery"]), - (UniCase::ascii("explanetary"), &["explanatory"]), - (UniCase::ascii("playstye"), &["playstyle"]), - (UniCase::ascii("exclusvies"), &["exclusives"]), - (UniCase::ascii("brimingham"), &["birmingham"]), - (UniCase::ascii("obstructin"), &["obstruction"]), - (UniCase::ascii("katemine"), &["ketamine"]), - (UniCase::ascii("ostricized"), &["ostracized"]), - (UniCase::ascii("surounds"), &["surrounds"]), - (UniCase::ascii("consultanti"), &["consultation"]), - (UniCase::ascii("clenaser"), &["cleanser"]), - (UniCase::ascii("contributiors"), &["contributors"]), - (UniCase::ascii("giltches"), &["glitches"]), - (UniCase::ascii("adaquetely"), &["adequately"]), - (UniCase::ascii("treausre"), &["treasure"]), - (UniCase::ascii("sapphrie"), &["sapphire"]), - (UniCase::ascii("freedomes"), &["freedoms"]), - (UniCase::ascii("eyesahdow"), &["eyeshadow"]), - (UniCase::ascii("isntrumental"), &["instrumental"]), - (UniCase::ascii("intorduces"), &["introduces"]), - (UniCase::ascii("residentail"), &["residential"]), - (UniCase::ascii("cementary"), &["cemetery"]), - (UniCase::ascii("hypocritcal"), &["hypocritical"]), - (UniCase::ascii("distirbuted"), &["distribute"]), - (UniCase::ascii("deifnately"), &["definately"]), - (UniCase::ascii("insufficent"), &["insufficient"]), - (UniCase::ascii("portrais"), &["portraits"]), - (UniCase::ascii("thermomiter"), &["thermometer"]), - (UniCase::ascii("spontaneos"), &["spontaneous"]), - (UniCase::ascii("predesposed"), &["predisposed"]), - (UniCase::ascii("newcastel"), &["newcastle"]), - (UniCase::ascii("amalgomated"), &["amalgamated"]), - (UniCase::ascii("famoust"), &["famous"]), - (UniCase::ascii("comsetics"), &["cosmetics"]), - (UniCase::ascii("sponteanous"), &["spontaneous"]), - (UniCase::ascii("lentiles"), &["lentils"]), - (UniCase::ascii("asteriods"), &["asteroids"]), - (UniCase::ascii("vindicitve"), &["vindictive"]), - (UniCase::ascii("intercource"), &["intercourse"]), - (UniCase::ascii("supporteur"), &["supporter"]), - (UniCase::ascii("somethines"), &["somethings"]), - (UniCase::ascii("internediate"), &["intermediate"]), - (UniCase::ascii("reinitalised"), &["reinitialised"]), - (UniCase::ascii("strenghtens"), &["strengthen"]), - (UniCase::ascii("prometheous"), &["prometheus"]), - (UniCase::ascii("motherboads"), &["motherboards"]), - (UniCase::ascii("subcouncious"), &["subconscious"]), - (UniCase::ascii("restarant"), &["restaurant"]), - (UniCase::ascii("pscyhed"), &["psyched"]), - (UniCase::ascii("temafight"), &["teamfight"]), - (UniCase::ascii("thge"), &["the"]), - (UniCase::ascii("unaccpetable"), &["unacceptable"]), - (UniCase::ascii("suppressio"), &["suppressor"]), - (UniCase::ascii("reconnaisance"), &["reconnaissance"]), - (UniCase::ascii("scaramento"), &["sacramento"]), - (UniCase::ascii("magnitue"), &["magnitude"]), - (UniCase::ascii("subscribar"), &["subscriber"]), - (UniCase::ascii("disciplen"), &["disciplines"]), - (UniCase::ascii("advantadges"), &["advantages"]), - (UniCase::ascii("euphroia"), &["euphoria"]), - (UniCase::ascii("desperatedly"), &["desperately"]), - (UniCase::ascii("unbreakble"), &["unbreakable"]), - (UniCase::ascii("terristrial"), &["territorial"]), - (UniCase::ascii("misslies"), &["missiles"]), - (UniCase::ascii("anaolgue"), &["analogue"]), - (UniCase::ascii("chidlbirth"), &["childbirth"]), - (UniCase::ascii("legitemately"), &["legitimately"]), - (UniCase::ascii("regualrs"), &["regulars"]), - (UniCase::ascii("prefectly"), &["perfectly"]), - (UniCase::ascii("unintentinal"), &["unintentional"]), - (UniCase::ascii("flexibiltiy"), &["flexibility"]), - (UniCase::ascii("declaracion"), &["declaration"]), - (UniCase::ascii("consilidate"), &["consolidate"]), - (UniCase::ascii("marignal"), &["marginal"]), - (UniCase::ascii("clairfy"), &["clarify"]), - (UniCase::ascii("physcial"), &["physical"]), - (UniCase::ascii("survivabiltiy"), &["survivability"]), - (UniCase::ascii("iminent"), &["eminent"]), - (UniCase::ascii("trackes"), &["trackers"]), - (UniCase::ascii("caperbility"), &["capability"]), - (UniCase::ascii("interelated"), &["interrelated"]), - (UniCase::ascii("institutionnels"), &["institutions"]), - (UniCase::ascii("reciding"), &["residing"]), - (UniCase::ascii("structual"), &["structural"]), - (UniCase::ascii("improted"), &["imported"]), - (UniCase::ascii("cetlics"), &["celtics"]), - (UniCase::ascii("relativly"), &["relatively"]), - (UniCase::ascii("lithuim"), &["lithium"]), - (UniCase::ascii("atremis"), &["artemis"]), - (UniCase::ascii("exaggarated"), &["exaggerated"]), - (UniCase::ascii("striaghten"), &["straighten"]), - (UniCase::ascii("predictious"), &["predictions"]), - (UniCase::ascii("immobilier"), &["immobile"]), - (UniCase::ascii("dispensiary"), &["dispensary"]), - (UniCase::ascii("decidely"), &["decidedly"]), - (UniCase::ascii("squirrtle"), &["squirrel"]), - (UniCase::ascii("practitioneer"), &["practitioners"]), - (UniCase::ascii("subscryber"), &["subscriber"]), - (UniCase::ascii("carbohydrats"), &["carbohydrates"]), - (UniCase::ascii("conontation"), &["connotation"]), - (UniCase::ascii("despiste"), &["despise"]), - (UniCase::ascii("conversatoin"), &["conversations"]), - (UniCase::ascii("intrerupted"), &["interrupted"]), - (UniCase::ascii("fantasticaly"), &["fantastically"]), - (UniCase::ascii("repsonds"), &["responds"]), - (UniCase::ascii("trageted"), &["targeted"]), - (UniCase::ascii("mulitplied"), &["multiplied"]), - (UniCase::ascii("dichomoty"), &["dichotomy"]), - (UniCase::ascii("lentills"), &["lentils"]), - (UniCase::ascii("termianls"), &["terminals"]), - (UniCase::ascii("explicitily"), &["explicitly"]), - (UniCase::ascii("arlignton"), &["arlington"]), - (UniCase::ascii("nostalgica"), &["nostalgia"]), - (UniCase::ascii("supposingly"), &["supposedly"]), - (UniCase::ascii("supplemets"), &["supplements"]), - (UniCase::ascii("credencials"), &["credentials"]), - (UniCase::ascii("industructible"), &["indestructible"]), - (UniCase::ascii("analyitcal"), &["analytical"]), - (UniCase::ascii("communiss"), &["communists"]), - (UniCase::ascii("progresso"), &["progression"]), - (UniCase::ascii("intrisinc"), &["intrinsic"]), - (UniCase::ascii("incoginto"), &["incognito"]), - (UniCase::ascii("priotitize"), &["prioritize"]), - (UniCase::ascii("misisonary"), &["missionary"]), - (UniCase::ascii("unsubscirbed"), &["unsubscribed"]), - (UniCase::ascii("contianers"), &["containers"]), - (UniCase::ascii("transesxuals"), &["transsexuals"]), - (UniCase::ascii("polyphonyic"), &["polyphonic"]), - (UniCase::ascii("clacium"), &["calcium"]), - (UniCase::ascii("commissionner"), &["commissioner"]), - (UniCase::ascii("unbalanaced"), &["unbalanced"]), - (UniCase::ascii("scritpures"), &["scriptures"]), - (UniCase::ascii("hystera"), &["hysteria"]), - (UniCase::ascii("completey"), &["completely"]), - (UniCase::ascii("precurosr"), &["precursor"]), - (UniCase::ascii("abandonnent"), &["abandonment"]), - (UniCase::ascii("derviative"), &["derivative"]), - (UniCase::ascii("considerabe"), &["considerate"]), - (UniCase::ascii("marginaali"), &["marginal"]), - (UniCase::ascii("papanicalou"), &["papanicolaou"]), - (UniCase::ascii("cumbursome"), &["cumbersome"]), - (UniCase::ascii("prototipes"), &["prototypes"]), - (UniCase::ascii("labratory"), &["laboratory"]), - (UniCase::ascii("ocarnia"), &["ocarina"]), - (UniCase::ascii("abandonne"), &["abandonment"]), - (UniCase::ascii("degrassse"), &["degrasse"]), - (UniCase::ascii("agnostiscm"), &["agnosticism"]), - (UniCase::ascii("waitres"), &["waiters"]), - (UniCase::ascii("carniverous"), &["carnivorous"]), - (UniCase::ascii("worhsiping"), &["worshiping"]), - (UniCase::ascii("interferred"), &["interfere"]), - (UniCase::ascii("accommidation"), &["accommodation"]), - (UniCase::ascii("pervious"), &["previous"]), - (UniCase::ascii("misinterpet"), &["misinterpret"]), - (UniCase::ascii("thsoe"), &["those"]), - (UniCase::ascii("thgat"), &["that"]), - (UniCase::ascii("dumspter"), &["dumpster"]), - (UniCase::ascii("congraturations"), &["congratulations"]), - (UniCase::ascii("presidenital"), &["presidential"]), - (UniCase::ascii("sporles"), &["sproles"]), - (UniCase::ascii("collonade"), &["colonnade"]), - (UniCase::ascii("triggereing"), &["triggering"]), - (UniCase::ascii("multipled"), &["multiplied"]), - (UniCase::ascii("conciveably"), &["conceivably"]), - (UniCase::ascii("intergration"), &["integration"]), - (UniCase::ascii("toiletts"), &["toilets"]), - (UniCase::ascii("deragotory"), &["derogatory"]), - (UniCase::ascii("aproval"), &["approval"]), - (UniCase::ascii("complicato"), &["complication"]), - (UniCase::ascii("curriences"), &["currencies"]), - (UniCase::ascii("unaccaptable"), &["unacceptable"]), - (UniCase::ascii("expalined"), &["explained"]), - (UniCase::ascii("consdiered"), &["considered"]), - (UniCase::ascii("adheisve"), &["adhesive"]), - (UniCase::ascii("fremented"), &["fermented"]), - (UniCase::ascii("synomyns"), &["synonyms"]), - (UniCase::ascii("endorces"), &["endorse"]), - (UniCase::ascii("evenlopes"), &["envelopes"]), - (UniCase::ascii("differenciate"), &["differentiate"]), - (UniCase::ascii("communicatons"), &["communications"]), - (UniCase::ascii("guardias"), &["guardians"]), - (UniCase::ascii("spirituallity"), &["spiritually"]), - (UniCase::ascii("strikely"), &["strikingly"]), - (UniCase::ascii("handwritng"), &["handwriting"]), - (UniCase::ascii("segrigation"), &["segregation"]), - (UniCase::ascii("socioeconmic"), &["socioeconomic"]), - (UniCase::ascii("whitsling"), &["whistling"]), - (UniCase::ascii("multipy"), &["multiply"]), - (UniCase::ascii("absolutly"), &["absolutely"]), - (UniCase::ascii("manifestaion"), &["manifestation"]), - (UniCase::ascii("frankenstines"), &["frankenstein"]), - (UniCase::ascii("mysapce"), &["myspace"]), - (UniCase::ascii("submachne"), &["submachine"]), - (UniCase::ascii("pithcers"), &["pitchers"]), - (UniCase::ascii("compatibil"), &["compatible"]), - (UniCase::ascii("enveloppes"), &["envelope"]), - (UniCase::ascii("councellors"), &["councillors"]), - (UniCase::ascii("stornegst"), &["strongest"]), - (UniCase::ascii("reveiwers"), &["reviewers"]), - (UniCase::ascii("intruducing"), &["introducing"]), - (UniCase::ascii("bascily"), &["basicly"]), - (UniCase::ascii("blueberies"), &["blueberries"]), - (UniCase::ascii("compleet"), &["complete"]), - (UniCase::ascii("misoginystic"), &["misogynistic"]), - (UniCase::ascii("dessicated"), &["desiccated"]), - (UniCase::ascii("feminisim"), &["feminism"]), - (UniCase::ascii("ocurrance"), &["occurrence"]), - (UniCase::ascii("anecdotice"), &["anecdote"]), - (UniCase::ascii("concatinated"), &["contaminated"]), - (UniCase::ascii("stablility"), &["stability"]), - (UniCase::ascii("haviest"), &["heaviest"]), - (UniCase::ascii("hypertrohy"), &["hypertrophy"]), - (UniCase::ascii("rferences"), &["references"]), - (UniCase::ascii("regulaotrs"), &["regulators"]), - (UniCase::ascii("relient"), &["reliant"]), - (UniCase::ascii("libertarien"), &["libertarian"]), - (UniCase::ascii("criticisize"), &["criticise"]), - (UniCase::ascii("automibile"), &["automobile"]), - (UniCase::ascii("decisiones"), &["decisions"]), - (UniCase::ascii("plateu"), &["plateau"]), - (UniCase::ascii("stockplie"), &["stockpile"]), - (UniCase::ascii("maximixing"), &["maximizing"]), - (UniCase::ascii("aggregious"), &["egregious"]), - (UniCase::ascii("startus"), &["startups"]), - (UniCase::ascii("unauthoried"), &["unauthorized"]), - (UniCase::ascii("transplain"), &["transplant"]), - (UniCase::ascii("spoonfulls"), &["spoonfuls"]), - (UniCase::ascii("scheduleing"), &["scheduling"]), - (UniCase::ascii("btiched"), &["bitched"]), - (UniCase::ascii("doub"), &["doubt"]), - (UniCase::ascii("infestions"), &["infections"]), - (UniCase::ascii("breweres"), &["brewers"]), - (UniCase::ascii("mysef"), &["myself"]), - (UniCase::ascii("margenalized"), &["marginalized"]), - (UniCase::ascii("quarantenni"), &["quarantine"]), - (UniCase::ascii("distingish"), &["distinguish"]), - (UniCase::ascii("poisin"), &["poison"]), - (UniCase::ascii("hstory"), &["history"]), - (UniCase::ascii("legislatie"), &["legislative"]), - (UniCase::ascii("delaerships"), &["dealerships"]), - (UniCase::ascii("fracturare"), &["fracture"]), - (UniCase::ascii("syllabels"), &["syllables"]), - (UniCase::ascii("advocay"), &["advocacy"]), - (UniCase::ascii("golitah"), &["goliath"]), - (UniCase::ascii("slighlty"), &["slightly"]), - (UniCase::ascii("glodfish"), &["goldfish"]), - (UniCase::ascii("meditaiton"), &["meditation"]), - (UniCase::ascii("contiunity"), &["continuity"]), - (UniCase::ascii("varitey"), &["variety"]), - (UniCase::ascii("offical"), &["official"]), - (UniCase::ascii("photograh"), &["photograph"]), - (UniCase::ascii("collaterial"), &["collateral"]), - (UniCase::ascii("becasue"), &["because"]), - (UniCase::ascii("sacraficed"), &["sacrificed"]), - (UniCase::ascii("subisdy"), &["subsidy"]), - (UniCase::ascii("calcualtion"), &["calculations"]), - (UniCase::ascii("disagred"), &["disagreed"]), - (UniCase::ascii("socioligical"), &["sociological"]), - (UniCase::ascii("nuturing"), &["nurturing"]), - (UniCase::ascii("altogheter"), &["altogether"]), - (UniCase::ascii("interesant"), &["interest"]), - (UniCase::ascii("differens"), &["differences"]), - (UniCase::ascii("lefted"), &["left"]), - (UniCase::ascii("fomaing"), &["foaming"]), - (UniCase::ascii("inconsecuential"), &["inconsequential"]), - (UniCase::ascii("territoriella"), &["territorial"]), - (UniCase::ascii("experimentos"), &["experiments"]), - (UniCase::ascii("sacrastic"), &["sarcastic"]), - (UniCase::ascii("astronomicly"), &["astronomical"]), - (UniCase::ascii("subarmine"), &["submarine"]), - (UniCase::ascii("vidoegames"), &["videogames"]), - (UniCase::ascii("exerbate"), &["exacerbate"]), - (UniCase::ascii("phenomonal"), &["phenomenal"]), - (UniCase::ascii("transational"), &["transitional"]), - (UniCase::ascii("periphreal"), &["peripheral"]), - (UniCase::ascii("extravogant"), &["extravagant"]), - (UniCase::ascii("snowfalling"), &["snowballing"]), - (UniCase::ascii("discograpy"), &["discography"]), - (UniCase::ascii("mediciad"), &["medicaid"]), - (UniCase::ascii("utlrasound"), &["ultrasound"]), - (UniCase::ascii("fundementals"), &["fundamentals"]), - (UniCase::ascii("unsucesfuly"), &["unsuccessfully"]), - (UniCase::ascii("properites"), &["properties"]), - (UniCase::ascii("unfomfortable"), &["uncomfortable"]), - (UniCase::ascii("presentaiton"), &["presentations"]), - (UniCase::ascii("incomfortably"), &["uncomfortably"]), - (UniCase::ascii("demograhpics"), &["demographics"]), - (UniCase::ascii("necromamcer"), &["necromancer"]), - (UniCase::ascii("alegbra"), &["algebra"]), - (UniCase::ascii("revolutionos"), &["revolutions"]), - (UniCase::ascii("livestreem"), &["livestream"]), - (UniCase::ascii("fashionalble"), &["fashionable"]), - (UniCase::ascii("comfortabel"), &["comfortably"]), - (UniCase::ascii("misdemeaner"), &["misdemeanor"]), - (UniCase::ascii("acusation"), &["causation"]), - (UniCase::ascii("whn"), &["when"]), - (UniCase::ascii("minipulating"), &["manipulating"]), - (UniCase::ascii("evaulation"), &["evaluation"]), - (UniCase::ascii("undecideable"), &["undecidable"]), - (UniCase::ascii("referenceing"), &["referencing"]), - (UniCase::ascii("ballsitic"), &["ballistic"]), - (UniCase::ascii("antiboitic"), &["antibiotics"]), - (UniCase::ascii("momenterily"), &["momentarily"]), - (UniCase::ascii("suprise"), &["surprise"]), - (UniCase::ascii("enclousre"), &["enclosure"]), - (UniCase::ascii("masterbation"), &["masturbation"]), - (UniCase::ascii("volontary"), &["voluntary"]), - (UniCase::ascii("deductibe"), &["deductible"]), - (UniCase::ascii("buisnessman"), &["businessman"]), - (UniCase::ascii("stravation"), &["starvation"]), - (UniCase::ascii("villin"), &["villain"]), - (UniCase::ascii("entilted"), &["entitled"]), - (UniCase::ascii("titanim"), &["titanium"]), - (UniCase::ascii("trancendent"), &["transcendent"]), - (UniCase::ascii("infiltrade"), &["infiltrate"]), - (UniCase::ascii("seahaws"), &["seahawks"]), - (UniCase::ascii("metrololitan"), &["metropolitan"]), - (UniCase::ascii("pligrim"), &["pilgrim"]), - (UniCase::ascii("mormonsim"), &["mormonism"]), - (UniCase::ascii("transforme"), &["transfer"]), - (UniCase::ascii("possissive"), &["possessive"]), - (UniCase::ascii("unfamilair"), &["unfamiliar"]), - (UniCase::ascii("moratlity"), &["mortality"]), - (UniCase::ascii("speciliast"), &["specialists"]), - (UniCase::ascii("teaspon"), &["teaspoon"]), - (UniCase::ascii("feilding"), &["fielding"]), - (UniCase::ascii("wednseday"), &["wednesday"]), - (UniCase::ascii("shanghi"), &["shanghai"]), - (UniCase::ascii("metropolitaine"), &["metropolitan"]), - (UniCase::ascii("scartches"), &["scratches"]), - (UniCase::ascii("charactors"), &["characters"]), - (UniCase::ascii("rabinnical"), &["rabbinical"]), - (UniCase::ascii("fanatsies"), &["fantasies"]), - ( - UniCase::ascii("dispraportionately"), - &["disproportionately"], - ), - (UniCase::ascii("activistion"), &["activision"]), - (UniCase::ascii("amublance"), &["ambulance"]), - (UniCase::ascii("acadamy"), &["academy"]), - (UniCase::ascii("intergate"), &["integrate"]), - (UniCase::ascii("placemens"), &["placements"]), - (UniCase::ascii("unprotexted"), &["unprotected"]), - (UniCase::ascii("defendrs"), &["defends"]), - (UniCase::ascii("specialis"), &["specials"]), - (UniCase::ascii("contencion"), &["contention"]), - (UniCase::ascii("nationalistiske"), &["nationalists"]), - (UniCase::ascii("govermetn"), &["goverment"]), - (UniCase::ascii("hypethetical"), &["hypothetical"]), - (UniCase::ascii("symmetral"), &["symmetric"]), - (UniCase::ascii("therapetic"), &["therapeutic"]), - (UniCase::ascii("dysfunktion"), &["dysfunction"]), - (UniCase::ascii("disbaling"), &["disabling"]), - (UniCase::ascii("underfaker"), &["undertaker"]), - (UniCase::ascii("simualtions"), &["simulations"]), - (UniCase::ascii("exclimation"), &["exclamation"]), - (UniCase::ascii("alternitively"), &["alternatively"]), - (UniCase::ascii("aquiantance"), &["acquaintance"]), - (UniCase::ascii("mutliple"), &["multiple"]), - (UniCase::ascii("scaepgoat"), &["scapegoat"]), - (UniCase::ascii("searchs"), &["searches"]), - (UniCase::ascii("accessibilty"), &["accessibility"]), - (UniCase::ascii("discustingly"), &["disgustingly"]), - (UniCase::ascii("peodphile"), &["pedophile"]), - (UniCase::ascii("ancilliary"), &["ancillary"]), - (UniCase::ascii("sweatshort"), &["sweatshirt"]), - (UniCase::ascii("restirction"), &["restriction"]), - (UniCase::ascii("assimilare"), &["assimilate"]), - (UniCase::ascii("rollercaoster"), &["rollercoaster"]), - (UniCase::ascii("bandwidht"), &["bandwidth"]), - (UniCase::ascii("volcando"), &["volcano"]), - (UniCase::ascii("highalnder"), &["highlander"]), - (UniCase::ascii("hypothesees"), &["hypotheses"]), - (UniCase::ascii("battlechip"), &["battleship"]), - (UniCase::ascii("helicpoter"), &["helicopter"]), - (UniCase::ascii("pinncale"), &["pinnacle"]), - (UniCase::ascii("momentaraly"), &["momentarily"]), - (UniCase::ascii("appereances"), &["appearances"]), - (UniCase::ascii("imlpementation"), &["implementations"]), - (UniCase::ascii("manuever"), &["maneuver"]), - (UniCase::ascii("downtraded"), &["downgraded"]), - (UniCase::ascii("explodeds"), &["explodes"]), - (UniCase::ascii("thoerem"), &["theorem"]), - (UniCase::ascii("photograpic"), &["photographic"]), - (UniCase::ascii("observating"), &["observation"]), - (UniCase::ascii("holdiay"), &["holiday"]), - (UniCase::ascii("unworhty"), &["unworthy"]), - (UniCase::ascii("expodentially"), &["exponentially"]), - (UniCase::ascii("inheirt"), &["inherit"]), - (UniCase::ascii("varations"), &["variations"]), - (UniCase::ascii("commandered"), &["commanded"]), - (UniCase::ascii("complier"), &["compiler"]), - (UniCase::ascii("concelaed"), &["concealed"]), - (UniCase::ascii("interestinly"), &["interestingly"]), - (UniCase::ascii("stuctured"), &["structured"]), - (UniCase::ascii("landshapes"), &["landscapes"]), - (UniCase::ascii("dictats"), &["dictates"]), - (UniCase::ascii("regisrty"), &["registry"]), - (UniCase::ascii("terrurists"), &["terrorists"]), - (UniCase::ascii("encyclopadia"), &["encyclopedia"]), - (UniCase::ascii("shenenigans"), &["shenanigans"]), - (UniCase::ascii("covenat"), &["covenant"]), - (UniCase::ascii("subtilte"), &["subtitle"]), - (UniCase::ascii("susecptible"), &["susceptible"]), - (UniCase::ascii("hierachical"), &["hierarchical"]), - (UniCase::ascii("cattleship"), &["battleship"]), - (UniCase::ascii("streamos"), &["streams"]), - (UniCase::ascii("fornesic"), &["forensic"]), - (UniCase::ascii("militiades"), &["militias"]), - (UniCase::ascii("conpetitions"), &["competitions"]), - (UniCase::ascii("rememberance"), &["remembrance"]), - (UniCase::ascii("intepretation"), &["interpretation"]), - (UniCase::ascii("imprisonned"), &["imprisoned"]), - (UniCase::ascii("frustrasion"), &["frustrations"]), - (UniCase::ascii("improbabil"), &["improbable"]), - (UniCase::ascii("collisson"), &["collisions"]), - (UniCase::ascii("taxanomic"), &["taxonomic"]), - (UniCase::ascii("compainons"), &["companions"]), - (UniCase::ascii("draculea"), &["dracula"]), - (UniCase::ascii("simulteneous"), &["simultaneous"]), - (UniCase::ascii("individuallity"), &["individuality"]), - (UniCase::ascii("dimention"), &["dimension"]), - (UniCase::ascii("minisclue"), &["miniscule"]), - (UniCase::ascii("ridicoulusly"), &["ridiculously"]), - (UniCase::ascii("performnace"), &["performances"]), - (UniCase::ascii("promethese"), &["prometheus"]), - (UniCase::ascii("misunderatanding"), &["misunderstandings"]), - (UniCase::ascii("satsifactory"), &["satisfactory"]), - (UniCase::ascii("indepentent"), &["independent"]), - (UniCase::ascii("denomonator"), &["denominator"]), - (UniCase::ascii("earthboud"), &["earthbound"]), - (UniCase::ascii("misinterprested"), &["misinterpret"]), - (UniCase::ascii("sociopati"), &["sociopathic"]), - (UniCase::ascii("demonstraties"), &["demonstrate"]), - (UniCase::ascii("regularing"), &["regulating"]), - (UniCase::ascii("journalits"), &["journals"]), - (UniCase::ascii("techncially"), &["technically"]), - (UniCase::ascii("discrimanatory"), &["discriminatory"]), - (UniCase::ascii("mccarthey"), &["mccarthy"]), - (UniCase::ascii("newletters"), &["newsletters"]), - (UniCase::ascii("daed"), &["dead"]), - (UniCase::ascii("indefintiely"), &["indefinitely"]), - (UniCase::ascii("totalitatian"), &["totalitarian"]), - (UniCase::ascii("emotionella"), &["emotionally"]), - (UniCase::ascii("pracitse"), &["practise"]), - (UniCase::ascii("liberatore"), &["liberate"]), - (UniCase::ascii("contraceptie"), &["contraceptives"]), - (UniCase::ascii("ceremoniis"), &["ceremonies"]), - (UniCase::ascii("cardinales"), &["cardinals"]), - (UniCase::ascii("assasination"), &["assassination"]), - (UniCase::ascii("unprecendented"), &["unprecedented"]), - (UniCase::ascii("visibily"), &["visibility"]), - (UniCase::ascii("venezuelean"), &["venezuela"]), - (UniCase::ascii("seperatist"), &["separatist"]), - (UniCase::ascii("destorying"), &["destroying"]), - (UniCase::ascii("ansalization"), &["nasalization"]), - (UniCase::ascii("wisconisn"), &["wisconsin"]), - (UniCase::ascii("turntabe"), &["turntable"]), - (UniCase::ascii("dictionairy"), &["dictionary"]), - (UniCase::ascii("prioratize"), &["prioritize"]), - (UniCase::ascii("premits"), &["permits"]), - (UniCase::ascii("coincedental"), &["coincidental"]), - (UniCase::ascii("pedophila"), &["pedophilia"]), - (UniCase::ascii("encoutners"), &["encounters"]), - (UniCase::ascii("inexperiecned"), &["inexperience"]), - (UniCase::ascii("virignity"), &["virginity"]), - (UniCase::ascii("courtesty"), &["courtesy"]), - (UniCase::ascii("misoganistic"), &["misogynistic"]), - (UniCase::ascii("mysoganistic"), &["misogynistic"]), - (UniCase::ascii("personell"), &["personnel"]), - (UniCase::ascii("unlikey"), &["unlikely"]), - (UniCase::ascii("susbtantive"), &["substantive"]), - (UniCase::ascii("shiping"), &["shipping"]), - (UniCase::ascii("africas"), &["africans"]), - (UniCase::ascii("patroits"), &["patriots"]), - (UniCase::ascii("continiously"), &["continuously"]), - (UniCase::ascii("knowleagable"), &["knowledgable"]), - (UniCase::ascii("officaly"), &["officially"]), - (UniCase::ascii("impossibley"), &["impossibly"]), - (UniCase::ascii("downtoking"), &["downvoting"]), - (UniCase::ascii("importend"), &["imported"]), - (UniCase::ascii("absintence"), &["abstinence"]), - (UniCase::ascii("singulary"), &["singularity"]), - (UniCase::ascii("proceddings"), &["proceedings"]), - (UniCase::ascii("yorkshrie"), &["yorkshire"]), - (UniCase::ascii("astericks"), &["asterisk"]), - (UniCase::ascii("perpatuate"), &["perpetuate"]), - (UniCase::ascii("humilitaing"), &["humiliating"]), - (UniCase::ascii("propreitary"), &["proprietary"]), - (UniCase::ascii("magisine"), &["magazine"]), - (UniCase::ascii("reconisder"), &["reconsider"]), - (UniCase::ascii("woudl"), &["would"]), - (UniCase::ascii("nationaly"), &["nationally"]), - (UniCase::ascii("politicin"), &["politician"]), - (UniCase::ascii("unanswerd"), &["unanswered"]), - (UniCase::ascii("sohpomore"), &["sophomore"]), - (UniCase::ascii("responisbilities"), &["responsibilities"]), - (UniCase::ascii("synonmyous"), &["synonymous"]), - (UniCase::ascii("faliures"), &["failures"]), - (UniCase::ascii("browines"), &["brownies"]), - (UniCase::ascii("squirle"), &["squirrel"]), - (UniCase::ascii("manipluating"), &["manipulating"]), - (UniCase::ascii("sensationaism"), &["sensationalism"]), - (UniCase::ascii("committs"), &["commits"]), - (UniCase::ascii("spreaded"), &["spread"]), - (UniCase::ascii("scandimania"), &["scandinavia"]), - (UniCase::ascii("deliberatly"), &["deliberately"]), - (UniCase::ascii("encalve"), &["enclave"]), - (UniCase::ascii("carolinia"), &["carolina"]), - (UniCase::ascii("electromagentic"), &["electromagnetic"]), - (UniCase::ascii("misdameanor"), &["misdemeanor"]), - (UniCase::ascii("uncertaintity"), &["uncertainty"]), - (UniCase::ascii("objectificiation"), &["objectification"]), - (UniCase::ascii("inadvertant"), &["inadvertent"]), - (UniCase::ascii("kyrptonite"), &["kryptonite"]), - (UniCase::ascii("spesifications"), &["specifications"]), - (UniCase::ascii("subtances"), &["substances"]), - (UniCase::ascii("furition"), &["fruition"]), - (UniCase::ascii("bisexaul"), &["bisexual"]), - (UniCase::ascii("explanotory"), &["explanatory"]), - (UniCase::ascii("ibuprofine"), &["ibuprofen"]), - (UniCase::ascii("funniliy"), &["funnily"]), - (UniCase::ascii("interviewr"), &["interviewer"]), - (UniCase::ascii("announcemnt"), &["announcement"]), - (UniCase::ascii("pregressively"), &["progressively"]), - (UniCase::ascii("germanus"), &["germans"]), - (UniCase::ascii("preverse"), &["perverse"]), - (UniCase::ascii("unconvectional"), &["unconventional"]), - (UniCase::ascii("entirley"), &["entirely"]), - (UniCase::ascii("simluation"), &["simulation"]), - (UniCase::ascii("enlighment"), &["enlighten"]), - (UniCase::ascii("collaberate"), &["collaborate"]), - (UniCase::ascii("disingenuos"), &["disingenuous"]), - (UniCase::ascii("acknowleges"), &["acknowledges"]), - (UniCase::ascii("alogrithm"), &["algorithm"]), - (UniCase::ascii("optimizacion"), &["optimization"]), - (UniCase::ascii("uncousciously"), &["unconsciously"]), - (UniCase::ascii("unfortuate"), &["unfortunate"]), - (UniCase::ascii("nationella"), &["national"]), - (UniCase::ascii("developemnt"), &["developments"]), - (UniCase::ascii("bangaldesh"), &["bangladesh"]), - (UniCase::ascii("disturbence"), &["disturbance"]), - (UniCase::ascii("demograhpic"), &["demographic"]), - (UniCase::ascii("contradictiong"), &["contradicting"]), - (UniCase::ascii("whaeton"), &["wheaton"]), - (UniCase::ascii("penaltis"), &["penalties"]), - (UniCase::ascii("practicioners"), &["practitioners"]), - (UniCase::ascii("competetions"), &["competitions"]), - (UniCase::ascii("integratie"), &["integrated"]), - (UniCase::ascii("parites"), &["parties"]), - (UniCase::ascii("dicovered"), &["discovered"]), - (UniCase::ascii("thyriod"), &["thyroid"]), - (UniCase::ascii("humanaties"), &["humanities"]), - (UniCase::ascii("dominiant"), &["dominant"]), - (UniCase::ascii("surviver"), &["survivor"]), - (UniCase::ascii("suseptible"), &["susceptible"]), - (UniCase::ascii("verious"), &["various"]), - (UniCase::ascii("mandats"), &["mandates"]), - (UniCase::ascii("recognie"), &["recognizes"]), - (UniCase::ascii("sociopathis"), &["sociopaths"]), - (UniCase::ascii("preivew"), &["preview"]), - (UniCase::ascii("cringery"), &["cringey"]), - (UniCase::ascii("collaberator"), &["collaborate"]), - (UniCase::ascii("comdemnation"), &["condemnation"]), - (UniCase::ascii("periphiral"), &["peripheral"]), - (UniCase::ascii("brithday"), &["birthday"]), - (UniCase::ascii("frequencey"), &["frequency"]), - (UniCase::ascii("unconstitutionnal"), &["unconstitutional"]), - (UniCase::ascii("preporation"), &["preparation"]), - (UniCase::ascii("caraciture"), &["caricature"]), - (UniCase::ascii("disrespecing"), &["disrespecting"]), - (UniCase::ascii("mastrubates"), &["masturbate"]), - (UniCase::ascii("persumed"), &["presumed"]), - (UniCase::ascii("blacksmitch"), &["blacksmith"]), - (UniCase::ascii("volunteerd"), &["volunteered"]), - (UniCase::ascii("noticeabley"), &["noticeably"]), - (UniCase::ascii("immigrato"), &["immigration"]), - (UniCase::ascii("qualificaiton"), &["qualifications"]), - (UniCase::ascii("nuetron"), &["neutron"]), - (UniCase::ascii("flciker"), &["flicker"]), - (UniCase::ascii("awesoneness"), &["awesomeness"]), - (UniCase::ascii("birmignham"), &["birmingham"]), - (UniCase::ascii("definetaly"), &["definately"]), - (UniCase::ascii("transportarme"), &["transporter"]), - (UniCase::ascii("compulsivley"), &["compulsive"]), - (UniCase::ascii("presuade"), &["persuade"]), - (UniCase::ascii("nagivate"), &["navigate"]), - (UniCase::ascii("lightrooom"), &["lightroom"]), - (UniCase::ascii("throners"), &["thrones"]), - (UniCase::ascii("connetation"), &["connotation"]), - (UniCase::ascii("repbulican"), &["republican"]), - (UniCase::ascii("propeties"), &["properties"]), - (UniCase::ascii("intermediare"), &["intermediate"]), - (UniCase::ascii("faceboook"), &["facebook"]), - (UniCase::ascii("revolvs"), &["revolves"]), - (UniCase::ascii("imploed"), &["implode"]), - (UniCase::ascii("simultaneos"), &["simultaneous"]), - (UniCase::ascii("tranlsated"), &["translated"]), - (UniCase::ascii("despectively"), &["respectively"]), - (UniCase::ascii("umbrela"), &["umbrella"]), - (UniCase::ascii("encyclepedia"), &["encyclopedia"]), - (UniCase::ascii("acheived"), &["achieved"]), - (UniCase::ascii("vegetatian"), &["vegetarian"]), - (UniCase::ascii("freckels"), &["freckles"]), - (UniCase::ascii("refirgerator"), &["refrigerator"]), - (UniCase::ascii("temperaturs"), &["temperatures"]), - (UniCase::ascii("ebcuase"), &["becuase"]), - (UniCase::ascii("delearships"), &["dealerships"]), - (UniCase::ascii("notificatons"), &["notifications"]), - (UniCase::ascii("pursuaded"), &["persuaded"]), - (UniCase::ascii("environemnts"), &["environments"]), - (UniCase::ascii("omnipetent"), &["omnipotent"]), - (UniCase::ascii("pscyhologists"), &["psychologists"]), - (UniCase::ascii("pepperocini"), &["pepperoni"]), - (UniCase::ascii("transpotting"), &["transporting"]), - (UniCase::ascii("horozontally"), &["horizontally"]), - (UniCase::ascii("destryoed"), &["destroyed"]), - (UniCase::ascii("cohesie"), &["cohesive"]), - (UniCase::ascii("redemtpion"), &["redemption"]), - (UniCase::ascii("conversatiosn"), &["conservation"]), - (UniCase::ascii("technicion"), &["technician"]), - (UniCase::ascii("protestat"), &["protestant"]), - (UniCase::ascii("apllications"), &["applications"]), - (UniCase::ascii("atain"), &["attain"]), - (UniCase::ascii("strageties"), &["strategies"]), - (UniCase::ascii("noninitalized"), &["noninitialized"]), - (UniCase::ascii("mathematicans"), &["mathematics"]), - (UniCase::ascii("prestigiu"), &["prestigious"]), - (UniCase::ascii("illuminarti"), &["illuminati"]), - (UniCase::ascii("scenarions"), &["scenarios"]), - (UniCase::ascii("jewllery"), &["jewellery"]), - (UniCase::ascii("borderlanders"), &["borderlands"]), - (UniCase::ascii("libertea"), &["liberate"]), - (UniCase::ascii("eliminato"), &["elimination"]), - (UniCase::ascii("neruoscience"), &["neuroscience"]), - (UniCase::ascii("carcas"), &["carcass"]), - (UniCase::ascii("countert"), &["counteract"]), - (UniCase::ascii("spwaning"), &["spawning"]), - (UniCase::ascii("idiologically"), &["ideologically"]), - (UniCase::ascii("misdameanors"), &["misdemeanors"]), - (UniCase::ascii("percission"), &["percussion"]), - (UniCase::ascii("mediocer"), &["mediocre"]), - (UniCase::ascii("contenants"), &["continents"]), - (UniCase::ascii("listend"), &["listened"]), - (UniCase::ascii("gravitationnal"), &["gravitational"]), - (UniCase::ascii("jeruslaem"), &["jerusalem"]), - (UniCase::ascii("pyschotic"), &["psychotic"]), - (UniCase::ascii("revisionis"), &["revisions"]), - (UniCase::ascii("angluar"), &["angular"]), - (UniCase::ascii("sacremento"), &["sacramento"]), - (UniCase::ascii("particularely"), &["particularly"]), - (UniCase::ascii("accesories"), &["accessories"]), - (UniCase::ascii("netropolitan"), &["metropolitan"]), - (UniCase::ascii("psychologits"), &["psychologists"]), - (UniCase::ascii("executiner"), &["executioner"]), - (UniCase::ascii("donwloading"), &["downloading"]), - (UniCase::ascii("contaminato"), &["contamination"]), - (UniCase::ascii("adequatley"), &["adequately"]), - (UniCase::ascii("offisde"), &["offside"]), - (UniCase::ascii("bethedsa"), &["bethesda"]), - (UniCase::ascii("windshiled"), &["windshield"]), - (UniCase::ascii("potentailly"), &["potentially"]), - (UniCase::ascii("critiziced"), &["criticized"]), - (UniCase::ascii("respectons"), &["respects"]), - (UniCase::ascii("accidentaly"), &["accidentally"]), - (UniCase::ascii("implimentations"), &["implementations"]), - (UniCase::ascii("silenty"), &["silently"]), - (UniCase::ascii("banglidesh"), &["bangladesh"]), - (UniCase::ascii("eles"), &["eels"]), - (UniCase::ascii("watchemn"), &["watchmen"]), - (UniCase::ascii("allegiancies"), &["allegiance"]), - (UniCase::ascii("outsidr"), &["outsider"]), - (UniCase::ascii("receptos"), &["receptors"]), - (UniCase::ascii("apperead"), &["appeared"]), - (UniCase::ascii("psychedellics"), &["psychedelics"]), - (UniCase::ascii("varisty"), &["varsity"]), - (UniCase::ascii("speechs"), &["speeches"]), - (UniCase::ascii("subscritpion"), &["subscriptions"]), - (UniCase::ascii("autonation"), &["automation"]), - (UniCase::ascii("penicls"), &["pencils"]), - (UniCase::ascii("repetation"), &["repetition"]), - (UniCase::ascii("sqaure"), &["square"]), - (UniCase::ascii("scooterers"), &["scooters"]), - (UniCase::ascii("fertiziler"), &["fertilizer"]), - (UniCase::ascii("depedency"), &["dependency"]), - (UniCase::ascii("docrtine"), &["doctrine"]), - (UniCase::ascii("vocabluary"), &["vocabulary"]), - (UniCase::ascii("initmate"), &["intimate"]), - (UniCase::ascii("seventeeen"), &["seventeen"]), - (UniCase::ascii("eachohter"), &["eachother"]), - (UniCase::ascii("revolutionay"), &["revolutionary"]), - (UniCase::ascii("prominetly"), &["prominently"]), - (UniCase::ascii("sympathie"), &["sympathize"]), - (UniCase::ascii("touranment"), &["tournaments"]), - (UniCase::ascii("privelages"), &["privileges"]), - (UniCase::ascii("stronkhold"), &["stronghold"]), - (UniCase::ascii("confidense"), &["confidence"]), - (UniCase::ascii("reasonal"), &["reasonably"]), - (UniCase::ascii("contextes"), &["contexts"]), - (UniCase::ascii("stimualtion"), &["stimulation"]), - (UniCase::ascii("demonstraion"), &["demonstration"]), - (UniCase::ascii("abstruction"), &["abstraction"]), - (UniCase::ascii("distrubing"), &["disturbing"]), - (UniCase::ascii("emtpiness"), &["emptiness"]), - (UniCase::ascii("reciever"), &["receiver"]), - (UniCase::ascii("caricuture"), &["caricature"]), - (UniCase::ascii("consequneces"), &["consequence"]), - (UniCase::ascii("blackberrry"), &["blackberry"]), - (UniCase::ascii("mounring"), &["mourning"]), - (UniCase::ascii("pretaining"), &["pertaining"]), - (UniCase::ascii("cuddels"), &["cuddles"]), - (UniCase::ascii("palythrough"), &["playthrough"]), - (UniCase::ascii("plabeswalker"), &["planeswalker"]), - (UniCase::ascii("conscent"), &["consent"]), - (UniCase::ascii("millionairre"), &["millionaire"]), - (UniCase::ascii("briliant"), &["brilliant"]), - (UniCase::ascii("mormonts"), &["mormons"]), - (UniCase::ascii("inpeach"), &["impeach"]), - (UniCase::ascii("characterists"), &["characteristics"]), - (UniCase::ascii("initalise"), &["initialise"]), - (UniCase::ascii("consenquently"), &["consequently"]), - (UniCase::ascii("battelship"), &["battleship"]), - (UniCase::ascii("chandlure"), &["chandler"]), - (UniCase::ascii("intensitiy"), &["intensity"]), - (UniCase::ascii("gagnsters"), &["gangsters"]), - (UniCase::ascii("revelaing"), &["revealing"]), - (UniCase::ascii("advantegeous"), &["advantageous"]), - (UniCase::ascii("finishs"), &["finishes"]), - (UniCase::ascii("gratuituous"), &["gratuitous"]), - (UniCase::ascii("amatersu"), &["amateurs"]), - (UniCase::ascii("everytiem"), &["everytime"]), - (UniCase::ascii("stremear"), &["streamer"]), - (UniCase::ascii("inventarlo"), &["inventor"]), - (UniCase::ascii("disciplinare"), &["discipline"]), - (UniCase::ascii("sponzored"), &["sponsored"]), - (UniCase::ascii("constructeds"), &["constructs"]), - (UniCase::ascii("unrpoven"), &["unproven"]), - (UniCase::ascii("transaltion"), &["translation"]), - (UniCase::ascii("monarcy"), &["monarchy"]), - (UniCase::ascii("exaggeratted"), &["exaggerated"]), - (UniCase::ascii("legistration"), &["registration"]), - (UniCase::ascii("installesd"), &["installs"]), - (UniCase::ascii("exectuables"), &["executable"]), - (UniCase::ascii("detatched"), &["detached"]), - (UniCase::ascii("anlayses"), &["analyses"]), - (UniCase::ascii("unhealty"), &["unhealthy"]), - (UniCase::ascii("scrambe"), &["scramble"]), - (UniCase::ascii("franchieses"), &["franchises"]), - (UniCase::ascii("deficiet"), &["deficient"]), - (UniCase::ascii("alterante"), &["alternate"]), - (UniCase::ascii("disastrious"), &["disastrous"]), - (UniCase::ascii("refrence"), &["reference"]), - (UniCase::ascii("australianess"), &["australians"]), - (UniCase::ascii("paradiggum"), &["paradigm"]), - (UniCase::ascii("ultimatuum"), &["ultimatum"]), - (UniCase::ascii("individul"), &["individual"]), - (UniCase::ascii("simulaties"), &["simulate"]), - (UniCase::ascii("identicial"), &["identical"]), - (UniCase::ascii("processesor"), &["processors"]), - (UniCase::ascii("ventialtion"), &["ventilation"]), - (UniCase::ascii("streamade"), &["streamed"]), - (UniCase::ascii("correponding"), &["corresponding"]), - (UniCase::ascii("dinosar"), &["dinosaur"]), - (UniCase::ascii("sandwhich"), &["sandwich"]), - (UniCase::ascii("comminication"), &["communication"]), - (UniCase::ascii("presentatin"), &["presentations"]), - (UniCase::ascii("narcisst"), &["narcissist"]), - (UniCase::ascii("straightend"), &["straightened"]), - (UniCase::ascii("consideratin"), &["considerations"]), - (UniCase::ascii("innocentius"), &["innocents"]), - (UniCase::ascii("stationairy"), &["stationary"]), - (UniCase::ascii("barbarions"), &["barbarians"]), - (UniCase::ascii("executin"), &["execution"]), - (UniCase::ascii("psychopants"), &["psychopaths"]), - (UniCase::ascii("swiftley"), &["swiftly"]), - (UniCase::ascii("progressivey"), &["progressively"]), - (UniCase::ascii("beliefes"), &["beliefs"]), - (UniCase::ascii("perpretators"), &["perpetrators"]), - (UniCase::ascii("tihs"), &["this"]), - (UniCase::ascii("resovle"), &["resolve"]), - (UniCase::ascii("confederecy"), &["confederacy"]), - (UniCase::ascii("cateogrize"), &["categorized"]), - (UniCase::ascii("jefferty"), &["jeffery"]), - (UniCase::ascii("pennsyvlania"), &["pennsylvania"]), - (UniCase::ascii("negilgence"), &["negligence"]), - (UniCase::ascii("protogonist"), &["protagonist"]), - (UniCase::ascii("propogation"), &["propagation"]), - (UniCase::ascii("frequensies"), &["frequencies"]), - (UniCase::ascii("administraters"), &["administrators"]), - (UniCase::ascii("irresponsibile"), &["irresponsible"]), - (UniCase::ascii("collectioners"), &["collections"]), - (UniCase::ascii("imaginitve"), &["imaginative"]), - (UniCase::ascii("speciman"), &["specimen"]), - (UniCase::ascii("domecracy"), &["democracy"]), - (UniCase::ascii("extravegant"), &["extravagant"]), - (UniCase::ascii("jugdemental"), &["judgemental"]), - (UniCase::ascii("nonsence"), &["nonsense"]), - (UniCase::ascii("mechanicus"), &["mechanics"]), - (UniCase::ascii("emphsis"), &["emphasis"]), - (UniCase::ascii("constitucion"), &["constitution"]), - (UniCase::ascii("herclues"), &["hercules"]), - (UniCase::ascii("pinapple"), &["pineapple"]), - (UniCase::ascii("controleurs"), &["controllers"]), - (UniCase::ascii("intriuging"), &["intriguing"]), - (UniCase::ascii("batlimore"), &["baltimore"]), - (UniCase::ascii("dependancies"), &["dependencies"]), - (UniCase::ascii("miraculaous"), &["miraculous"]), - (UniCase::ascii("milawukee"), &["milwaukee"]), - (UniCase::ascii("earthquack"), &["earthquake"]), - (UniCase::ascii("unautherized"), &["unauthorized"]), - (UniCase::ascii("responsibe"), &["responsive"]), - (UniCase::ascii("pinnaple"), &["pineapple"]), - (UniCase::ascii("sanotrum"), &["santorum"]), - (UniCase::ascii("traingles"), &["triangles"]), - (UniCase::ascii("catterpilar"), &["caterpillar"]), - (UniCase::ascii("atrocoties"), &["atrocities"]), - (UniCase::ascii("shoulndt"), &["shouldnt"]), - (UniCase::ascii("refelction"), &["reflection"]), - (UniCase::ascii("impoverised"), &["impoverished"]), - (UniCase::ascii("automoderador"), &["automoderator"]), - (UniCase::ascii("cyclistes"), &["cyclists"]), - (UniCase::ascii("counries"), &["countries"]), - (UniCase::ascii("leciester"), &["leicester"]), - (UniCase::ascii("narcisissim"), &["narcissism"]), - (UniCase::ascii("reveales"), &["reveals"]), - (UniCase::ascii("indefinetely"), &["indefinitely"]), - (UniCase::ascii("acomplishments"), &["accomplishments"]), - (UniCase::ascii("narcississtic"), &["narcissistic"]), - (UniCase::ascii("heathern"), &["heathen"]), - (UniCase::ascii("accalimed"), &["acclaimed"]), - (UniCase::ascii("caluculated"), &["calculated"]), - (UniCase::ascii("insipre"), &["inspire"]), - (UniCase::ascii("sadisitc"), &["sadistic"]), - (UniCase::ascii("graphcially"), &["graphically"]), - (UniCase::ascii("assembley"), &["assembly"]), - (UniCase::ascii("cassettte"), &["cassette"]), - (UniCase::ascii("liecester"), &["leicester"]), - (UniCase::ascii("outsoursed"), &["outsourced"]), - (UniCase::ascii("fashoined"), &["fashioned"]), - (UniCase::ascii("islmaic"), &["islamic"]), - (UniCase::ascii("dabilitating"), &["debilitating"]), - (UniCase::ascii("satisfacting"), &["satisfaction"]), - (UniCase::ascii("efficiantly"), &["efficiently"]), - (UniCase::ascii("proponants"), &["proponents"]), - (UniCase::ascii("intervieni"), &["interviewing"]), - (UniCase::ascii("specilaized"), &["specialize"]), - (UniCase::ascii("campaings"), &["campaigns"]), - (UniCase::ascii("sacarmento"), &["sacramento"]), - (UniCase::ascii("installion"), &["installing"]), - (UniCase::ascii("preferabely"), &["preferable"]), - (UniCase::ascii("pakistain"), &["pakistani"]), - (UniCase::ascii("wawrick"), &["warwick"]), - (UniCase::ascii("impolde"), &["implode"]), - (UniCase::ascii("circunstance"), &["circumstance"]), - (UniCase::ascii("countoring"), &["countering"]), - (UniCase::ascii("liberterianism"), &["libertarianism"]), - (UniCase::ascii("adequet"), &["adequate"]), - (UniCase::ascii("apropriate"), &["appropriate"]), - (UniCase::ascii("romanin"), &["romanian"]), - (UniCase::ascii("implicacion"), &["implication"]), - (UniCase::ascii("ridicilousness"), &["ridiculousness"]), - (UniCase::ascii("distribuent"), &["distribute"]), - (UniCase::ascii("responsibillities"), &["responsibilities"]), - (UniCase::ascii("alternater"), &["alternator"]), - (UniCase::ascii("disrecpecting"), &["disrespecting"]), - (UniCase::ascii("backgroud"), &["background"]), - (UniCase::ascii("descrise"), &["describes"]), - (UniCase::ascii("shenanigangs"), &["shenanigans"]), - (UniCase::ascii("immortallity"), &["immortality"]), - (UniCase::ascii("islamisists"), &["islamists"]), - (UniCase::ascii("jusridiction"), &["jurisdiction"]), - (UniCase::ascii("leftsits"), &["leftists"]), - (UniCase::ascii("triangls"), &["triangles"]), - (UniCase::ascii("determinining"), &["determining"]), - (UniCase::ascii("organizarea"), &["organizer"]), - (UniCase::ascii("collectoin"), &["collections"]), - (UniCase::ascii("ukrainiens"), &["ukrainians"]), - (UniCase::ascii("architechural"), &["architectural"]), - (UniCase::ascii("nautral"), &["natural"]), - (UniCase::ascii("satelites"), &["satellites"]), - (UniCase::ascii("commitus"), &["commits"]), - (UniCase::ascii("identificativo"), &["identification"]), - (UniCase::ascii("orangerd"), &["orangered"]), - (UniCase::ascii("phenemonal"), &["phenomenal"]), - (UniCase::ascii("heastink"), &["heatsink"]), - (UniCase::ascii("candidiate"), &["candidate"]), - (UniCase::ascii("persue"), &["pursue"]), - (UniCase::ascii("discovere"), &["discoveries"]), - (UniCase::ascii("minoroties"), &["minorities"]), - (UniCase::ascii("internetors"), &["internets"]), - (UniCase::ascii("cringewothy"), &["cringeworthy"]), - (UniCase::ascii("spiritis"), &["spirits"]), - (UniCase::ascii("camperos"), &["campers"]), - (UniCase::ascii("boyfried"), &["boyfriend"]), - (UniCase::ascii("mysogonistic"), &["misogynistic"]), - (UniCase::ascii("chloesterol"), &["cholesterol"]), - (UniCase::ascii("nationaliy"), &["nationality"]), - (UniCase::ascii("encolsure"), &["enclosure"]), - (UniCase::ascii("glaicer"), &["glacier"]), - (UniCase::ascii("cthulluh"), &["cthulhu"]), - (UniCase::ascii("cleverleys"), &["cleverly"]), - (UniCase::ascii("precaucion"), &["precaution"]), - (UniCase::ascii("responsaveis"), &["responsive"]), - (UniCase::ascii("halarious"), &["hilarious"]), - (UniCase::ascii("recgonized"), &["recognized"]), - (UniCase::ascii("conveniet"), &["convenient"]), - (UniCase::ascii("resistence"), &["resistance"]), - (UniCase::ascii("emergend"), &["emerged"]), - (UniCase::ascii("subscirbers"), &["subscribers"]), - (UniCase::ascii("generatons"), &["generators"]), - (UniCase::ascii("youself"), &["yourself"]), - (UniCase::ascii("commerical"), &["commercial"]), - (UniCase::ascii("overwirte"), &["overwrite"]), - (UniCase::ascii("sandalls"), &["sandals"]), - (UniCase::ascii("infiltrar"), &["infiltrator"]), - (UniCase::ascii("protaganist"), &["protagonist"]), - (UniCase::ascii("masculenity"), &["masculinity"]), - (UniCase::ascii("metropols"), &["metropolis"]), - (UniCase::ascii("assoicates"), &["associates"]), - (UniCase::ascii("alchmeist"), &["alchemist"]), - (UniCase::ascii("survivabiliy"), &["survivability"]), - (UniCase::ascii("territorries"), &["territories"]), - (UniCase::ascii("unprofessinal"), &["unprofessional"]), - (UniCase::ascii("pharamceuticals"), &["pharmaceutical"]), - (UniCase::ascii("yeild"), &["yield"]), - (UniCase::ascii("laucnher"), &["launcher"]), - (UniCase::ascii("physcological"), &["psychological"]), - (UniCase::ascii("sunderlona"), &["sunderland"]), - (UniCase::ascii("imporvised"), &["improvised"]), - (UniCase::ascii("implicatons"), &["implications"]), - (UniCase::ascii("almighy"), &["almighty"]), - (UniCase::ascii("estabilshment"), &["establishments"]), - (UniCase::ascii("expanssion"), &["expansions"]), - (UniCase::ascii("presonally"), &["personally"]), - (UniCase::ascii("passionatelly"), &["passionately"]), - (UniCase::ascii("louisiania"), &["louisiana"]), - (UniCase::ascii("possessess"), &["possesses"]), - (UniCase::ascii("courtsey"), &["courtesy"]), - (UniCase::ascii("columnas"), &["columns"]), - (UniCase::ascii("prograstination"), &["procrastination"]), - (UniCase::ascii("admittidly"), &["admittedly"]), - (UniCase::ascii("boslter"), &["bolster"]), - (UniCase::ascii("collaspes"), &["collapses"]), - (UniCase::ascii("dislikse"), &["dislikes"]), - (UniCase::ascii("marginable"), &["marginal"]), - (UniCase::ascii("excpetional"), &["exceptional"]), - (UniCase::ascii("accidentky"), &["accidently"]), - (UniCase::ascii("invisibiltiy"), &["invisibility"]), - (UniCase::ascii("undeniablely"), &["undeniably"]), - (UniCase::ascii("annoynace"), &["annoyance"]), - (UniCase::ascii("dictaters"), &["dictates"]), - (UniCase::ascii("remainig"), &["remaining"]), - (UniCase::ascii("pronomial"), &["pronominal"]), - (UniCase::ascii("liberterians"), &["libertarians"]), - (UniCase::ascii("superiour"), &["superior"]), - (UniCase::ascii("certanity"), &["certainty"]), - (UniCase::ascii("definatlly"), &["definately"]), - (UniCase::ascii("permenant"), &["permanent"]), - (UniCase::ascii("infinately"), &["infinitely"]), - (UniCase::ascii("propesterous"), &["preposterous"]), - (UniCase::ascii("initiatve"), &["initiate"]), - (UniCase::ascii("watn"), &["want"]), - (UniCase::ascii("strengh"), &["strength"]), - (UniCase::ascii("deinitalizes"), &["deinitializes"]), - (UniCase::ascii("establishmet"), &["establishments"]), - (UniCase::ascii("conditionnal"), &["conditional"]), - (UniCase::ascii("thast"), &["that"]), - (UniCase::ascii("mirrorred"), &["mirrored"]), - (UniCase::ascii("interactins"), &["interacts"]), - (UniCase::ascii("proponet"), &["proponents"]), - (UniCase::ascii("commentarea"), &["commenter"]), - (UniCase::ascii("plaestinians"), &["palestinians"]), - (UniCase::ascii("marginaly"), &["marginally"]), - (UniCase::ascii("repositiory"), &["repository"]), - (UniCase::ascii("positivy"), &["positivity"]), - (UniCase::ascii("barrells"), &["barrels"]), - (UniCase::ascii("progroms"), &["pogroms"]), - (UniCase::ascii("preisthood"), &["priesthood"]), - (UniCase::ascii("undetecable"), &["undetectable"]), - (UniCase::ascii("regresas"), &["regress"]), - (UniCase::ascii("chivarly"), &["chivalry"]), - (UniCase::ascii("superstision"), &["superstition"]), - (UniCase::ascii("obersvant"), &["observant"]), - (UniCase::ascii("backfiled"), &["backfield"]), - (UniCase::ascii("coridal"), &["cordial"]), - (UniCase::ascii("sepreate"), &["seperate"]), - (UniCase::ascii("headses"), &["headsets"]), - (UniCase::ascii("multipling"), &["multiplying"]), - (UniCase::ascii("physciatrist"), &["psychiatrist"]), - (UniCase::ascii("heroices"), &["heroics"]), - (UniCase::ascii("interviewes"), &["interviews"]), - (UniCase::ascii("stimualted"), &["stimulated"]), - (UniCase::ascii("stunami"), &["tsunami"]), - (UniCase::ascii("aslo"), &["also"]), - (UniCase::ascii("stragety"), &["strategy"]), - (UniCase::ascii("prestegious"), &["prestigious"]), - (UniCase::ascii("millenna"), &["millennia"]), - (UniCase::ascii("hieght"), &["height"]), - (UniCase::ascii("isralies"), &["israelis"]), - (UniCase::ascii("januray"), &["january"]), - (UniCase::ascii("quantitiy"), &["quantity"]), - (UniCase::ascii("controlelr"), &["controllers"]), - (UniCase::ascii("traveres"), &["traverse"]), - (UniCase::ascii("fortuantely"), &["fortunately"]), - (UniCase::ascii("singature"), &["signature"]), - (UniCase::ascii("eitquette"), &["etiquette"]), - (UniCase::ascii("customizble"), &["customizable"]), - (UniCase::ascii("withdrawan"), &["withdrawn"]), - (UniCase::ascii("grammaticallity"), &["grammatically"]), - (UniCase::ascii("kindgoms"), &["kingdoms"]), - (UniCase::ascii("supersition"), &["supervision"]), - (UniCase::ascii("henious"), &["heinous"]), - (UniCase::ascii("defautls"), &["defaults"]), - (UniCase::ascii("gangsterest"), &["gangsters"]), - (UniCase::ascii("adpaters"), &["adapters"]), - (UniCase::ascii("electorlytes"), &["electrolytes"]), - (UniCase::ascii("larington"), &["arlington"]), - (UniCase::ascii("extenion"), &["extension"]), - (UniCase::ascii("conlcusions"), &["conclusions"]), - (UniCase::ascii("ongewild"), &["gonewild"]), - (UniCase::ascii("jamiaca"), &["jamaica"]), - (UniCase::ascii("margart"), &["margaret"]), - (UniCase::ascii("quielty"), &["quietly"]), - (UniCase::ascii("outfied"), &["outfield"]), - (UniCase::ascii("intertwyned"), &["intertwined"]), - (UniCase::ascii("schedulling"), &["scheduling"]), - (UniCase::ascii("abundunt"), &["abundant"]), - (UniCase::ascii("separatron"), &["separation"]), - (UniCase::ascii("regulatin"), &["regulations"]), - (UniCase::ascii("intenisty"), &["intensity"]), - (UniCase::ascii("foreseeble"), &["foreseeable"]), - (UniCase::ascii("ketmaine"), &["ketamine"]), - (UniCase::ascii("ammount"), &["amount"]), - (UniCase::ascii("insurgencey"), &["insurgency"]), - (UniCase::ascii("automatron"), &["automation"]), - (UniCase::ascii("fullfilment"), &["fulfillment"]), - (UniCase::ascii("populair"), &["popular"]), - (UniCase::ascii("innocenters"), &["innocents"]), - (UniCase::ascii("instalation"), &["installation"]), - (UniCase::ascii("therapeutisch"), &["therapeutic"]), - (UniCase::ascii("illustartion"), &["illustration"]), - (UniCase::ascii("polisse"), &["polishes"]), - (UniCase::ascii("retierment"), &["retirement"]), - (UniCase::ascii("awekened"), &["weakened"]), - (UniCase::ascii("coralina"), &["carolina"]), - (UniCase::ascii("playthroughers"), &["playthroughs"]), - (UniCase::ascii("activistas"), &["activists"]), - (UniCase::ascii("socratees"), &["socrates"]), - (UniCase::ascii("seniores"), &["seniors"]), - (UniCase::ascii("reserached"), &["researched"]), - (UniCase::ascii("wavelenghs"), &["wavelength"]), - (UniCase::ascii("logisticly"), &["logistical"]), - (UniCase::ascii("produse"), &["produces"]), - (UniCase::ascii("transformas"), &["transforms"]), - (UniCase::ascii("strucutral"), &["structural"]), - (UniCase::ascii("magnificient"), &["magnificent"]), - (UniCase::ascii("celitcs"), &["celtics"]), - (UniCase::ascii("presumptuious"), &["presumptuous"]), - (UniCase::ascii("absoprtion"), &["absorption"]), - (UniCase::ascii("deafult"), &["default"]), - (UniCase::ascii("jeruselam"), &["jerusalem"]), - (UniCase::ascii("experieced"), &["experienced"]), - (UniCase::ascii("magneficent"), &["magnificent"]), - (UniCase::ascii("unfortunatly"), &["unfortunately"]), - (UniCase::ascii("exludes"), &["excludes"]), - (UniCase::ascii("certainlyt"), &["certainty"]), - (UniCase::ascii("undoubtetly"), &["undoubtedly"]), - (UniCase::ascii("asthetical"), &["aesthetical"]), - (UniCase::ascii("prophechies"), &["prophecies"]), - (UniCase::ascii("converstaion"), &["conversation"]), - (UniCase::ascii("withholdng"), &["withholding"]), - (UniCase::ascii("heighest"), &["heights"]), - (UniCase::ascii("alcohalism"), &["alcoholism"]), - (UniCase::ascii("behavorial"), &["behavioral"]), - (UniCase::ascii("implentation"), &["implementation"]), - (UniCase::ascii("nuclean"), &["unclean"]), - (UniCase::ascii("independentisme"), &["independents"]), - (UniCase::ascii("slippes"), &["slippers"]), - (UniCase::ascii("contanimate"), &["contaminated"]), - (UniCase::ascii("lighthorse"), &["lighthouse"]), - (UniCase::ascii("caffeen"), &["caffeine"]), - (UniCase::ascii("ascneding"), &["ascending"]), - (UniCase::ascii("triumpth"), &["triumph"]), - (UniCase::ascii("fucntioning"), &["functioning"]), - (UniCase::ascii("supresses"), &["suppresses"]), - (UniCase::ascii("troublehsoot"), &["troubleshoot"]), - (UniCase::ascii("preferablly"), &["preferably"]), - (UniCase::ascii("integracion"), &["integration"]), - (UniCase::ascii("xenophopic"), &["xenophobic"]), - (UniCase::ascii("surprizingly"), &["surprisingly"]), - (UniCase::ascii("intolarant"), &["intolerant"]), - (UniCase::ascii("playtrhough"), &["playthrough"]), - (UniCase::ascii("sattelite"), &["satellite"]), - (UniCase::ascii("patriotisk"), &["patriots"]), - (UniCase::ascii("comitting"), &["committing"]), - (UniCase::ascii("intolorant"), &["intolerant"]), - (UniCase::ascii("appreciaters"), &["appreciates"]), - (UniCase::ascii("fromed"), &["formed"]), - (UniCase::ascii("terminalis"), &["terminals"]), - (UniCase::ascii("administrez"), &["administer"]), - (UniCase::ascii("inpredictable"), &["unpredictable"]), - (UniCase::ascii("leage"), &["league"]), - (UniCase::ascii("conversare"), &["converse"]), - (UniCase::ascii("staurday"), &["saturday"]), - (UniCase::ascii("confrims"), &["confirms"]), - (UniCase::ascii("equippment"), &["equipment"]), - (UniCase::ascii("traversare"), &["traverse"]), - (UniCase::ascii("fullets"), &["fullest"]), - (UniCase::ascii("etherel"), &["ethereal"]), - (UniCase::ascii("outisders"), &["outsiders"]), - (UniCase::ascii("ingition"), &["ignition"]), - (UniCase::ascii("copenhagun"), &["copenhagen"]), - (UniCase::ascii("painkilers"), &["painkillers"]), - (UniCase::ascii("consending"), &["consenting"]), - (UniCase::ascii("misinterpretting"), &["misinterpreting"]), - (UniCase::ascii("preceived"), &["perceived"]), - (UniCase::ascii("acomplishment"), &["accomplishment"]), - (UniCase::ascii("outsoure"), &["outsourced"]), - (UniCase::ascii("missiony"), &["missionary"]), - (UniCase::ascii("manufacturier"), &["manufacturer"]), - (UniCase::ascii("predescesor"), &["predecessors"]), - (UniCase::ascii("fingertits"), &["fingertips"]), - (UniCase::ascii("dissapoonted"), &["dissapointed"]), - (UniCase::ascii("oragnered"), &["orangered"]), - (UniCase::ascii("atmosoheric"), &["atmospheric"]), - (UniCase::ascii("devaite"), &["deviate"]), - (UniCase::ascii("atribute"), &["attribute"]), - (UniCase::ascii("obession"), &["obsession"]), - (UniCase::ascii("childen"), &["children"]), - (UniCase::ascii("pyschiatrist"), &["psychiatrist"]), - (UniCase::ascii("thirten"), &["thirteen"]), - (UniCase::ascii("blochchain"), &["blockchain"]), - (UniCase::ascii("equilibriam"), &["equilibrium"]), - (UniCase::ascii("spontanous"), &["spontaneous"]), - (UniCase::ascii("responsibities"), &["responsibilities"]), - (UniCase::ascii("responsing"), &["responding"]), - (UniCase::ascii("electorns"), &["electrons"]), - (UniCase::ascii("overwhlemingly"), &["overwhelmingly"]), - (UniCase::ascii("circumstantal"), &["circumstantial"]), - (UniCase::ascii("alsot"), &["also"]), - (UniCase::ascii("hunagrian"), &["hungarian"]), - (UniCase::ascii("restricing"), &["restricting"]), - (UniCase::ascii("incentivos"), &["incentives"]), - (UniCase::ascii("strengthin"), &["strengthen"]), - (UniCase::ascii("contricting"), &["contracting"]), - (UniCase::ascii("ilogical"), &["illogical"]), - (UniCase::ascii("gankign"), &["ganking"]), - (UniCase::ascii("integraded"), &["integrated"]), - (UniCase::ascii("mastubrate"), &["masturbated"]), - (UniCase::ascii("homosexualtiy"), &["homosexuality"]), - (UniCase::ascii("qauntity"), &["quantity"]), - (UniCase::ascii("reconenct"), &["reconnect"]), - (UniCase::ascii("elicided"), &["elicited"]), - (UniCase::ascii("ethnicites"), &["ethnicities"]), - (UniCase::ascii("medidating"), &["meditating"]), - (UniCase::ascii("projectie"), &["projectile"]), - (UniCase::ascii("exculsivity"), &["exclusivity"]), - (UniCase::ascii("intruduces"), &["introduces"]), - (UniCase::ascii("behavour"), &["behavior"]), - (UniCase::ascii("intercontinential"), &["intercontinental"]), - (UniCase::ascii("stornghold"), &["stronghold"]), - (UniCase::ascii("consequentely"), &["consequently"]), - (UniCase::ascii("rythem"), &["rhythm"]), - (UniCase::ascii("forumlate"), &["formulate"]), - (UniCase::ascii("portalis"), &["portals"]), - (UniCase::ascii("availble"), &["available"]), - (UniCase::ascii("starwberries"), &["strawberries"]), - (UniCase::ascii("deafults"), &["defaults"]), - (UniCase::ascii("critisism"), &["criticism"]), - (UniCase::ascii("vegetatians"), &["vegetarians"]), - (UniCase::ascii("distration"), &["distortion"]), - (UniCase::ascii("ibuprofein"), &["ibuprofen"]), - (UniCase::ascii("australianos"), &["australians"]), - (UniCase::ascii("intuitivelly"), &["intuitively"]), - (UniCase::ascii("authoritatian"), &["authoritarian"]), - (UniCase::ascii("passwors"), &["passwords"]), - (UniCase::ascii("desktiop"), &["desktop"]), - (UniCase::ascii("appartment"), &["apartment"]), - (UniCase::ascii("nationalistisch"), &["nationalists"]), - (UniCase::ascii("negogiated"), &["negotiated"]), - (UniCase::ascii("finisse"), &["finishes"]), - (UniCase::ascii("interro"), &["interior"]), - (UniCase::ascii("suprize"), &["surprise"]), - (UniCase::ascii("karoake"), &["karaoke"]), - (UniCase::ascii("terroist"), &["terrorist"]), - (UniCase::ascii("hutnsman"), &["huntsman"]), - (UniCase::ascii("unconfortable"), &["uncomfortable"]), - (UniCase::ascii("correspondece"), &["correspondence"]), - (UniCase::ascii("neverthelss"), &["nevertheless"]), - (UniCase::ascii("verison"), &["version"]), - (UniCase::ascii("contaiminate"), &["contaminate"]), - (UniCase::ascii("diganosed"), &["diagnosed"]), - (UniCase::ascii("quarterbackers"), &["quarterbacks"]), - (UniCase::ascii("remians"), &["remains"]), - (UniCase::ascii("socioecenomic"), &["socioeconomic"]), - (UniCase::ascii("acquisiton"), &["acquisition"]), - (UniCase::ascii("aquitted"), &["acquitted"]), - (UniCase::ascii("propertions"), &["proportions"]), - (UniCase::ascii("prototye"), &["prototype"]), - (UniCase::ascii("sentensing"), &["sentencing"]), - (UniCase::ascii("journalistisch"), &["journalistic"]), - (UniCase::ascii("vegetarain"), &["vegetarians"]), - (UniCase::ascii("strategems"), &["strategies"]), - (UniCase::ascii("representate"), &["representative"]), - (UniCase::ascii("frigthened"), &["frightened"]), - (UniCase::ascii("acovados"), &["avocados"]), - (UniCase::ascii("polution"), &["pollution"]), - (UniCase::ascii("internacional"), &["international"]), - (UniCase::ascii("ilterate"), &["literate"]), - (UniCase::ascii("beoynce"), &["beyonce"]), - (UniCase::ascii("transformaton"), &["transformation"]), - (UniCase::ascii("extermists"), &["extremists"]), - (UniCase::ascii("nuculear"), &["nuclear"]), - (UniCase::ascii("ouput"), &["output"]), - (UniCase::ascii("declarase"), &["declares"]), - (UniCase::ascii("interseciton"), &["intersections"]), - (UniCase::ascii("reniforcements"), &["reinforcements"]), - (UniCase::ascii("benedicat"), &["benedict"]), - (UniCase::ascii("contracr"), &["contractor"]), - (UniCase::ascii("unbeleivable"), &["unbelievable"]), - (UniCase::ascii("reboudning"), &["rebounding"]), - (UniCase::ascii("bardford"), &["bradford"]), - (UniCase::ascii("crystallis"), &["crystals"]), - (UniCase::ascii("initalising"), &["initialising"]), - (UniCase::ascii("evaulating"), &["evaluating"]), - (UniCase::ascii("equivolents"), &["equivalents"]), - (UniCase::ascii("ridiculouness"), &["ridiculousness"]), - (UniCase::ascii("skecthes"), &["sketches"]), - (UniCase::ascii("comparissons"), &["comparisons"]), - (UniCase::ascii("distribitors"), &["distributors"]), - (UniCase::ascii("sclupture"), &["sculpture"]), - (UniCase::ascii("planteary"), &["planetary"]), - (UniCase::ascii("volunterily"), &["voluntarily"]), - (UniCase::ascii("equivalants"), &["equivalents"]), - (UniCase::ascii("galations"), &["galatians"]), - (UniCase::ascii("depseration"), &["desperation"]), - (UniCase::ascii("libitarianisn"), &["libertarianism"]), - (UniCase::ascii("triators"), &["traitors"]), - (UniCase::ascii("awakenend"), &["awakened"]), - (UniCase::ascii("aramgeddon"), &["armageddon"]), - (UniCase::ascii("stalkear"), &["stalker"]), - (UniCase::ascii("prokrastination"), &["procrastination"]), - (UniCase::ascii("accoring"), &["according"]), - (UniCase::ascii("populationes"), &["populations"]), - (UniCase::ascii("htink"), &["think"]), - (UniCase::ascii("migrans"), &["migrants"]), - (UniCase::ascii("somethinig"), &["somethings"]), - (UniCase::ascii("distirbutor"), &["distributor"]), - (UniCase::ascii("agreggate"), &["aggregate"]), - (UniCase::ascii("somethiong"), &["somethin"]), - (UniCase::ascii("stlye"), &["style"]), - (UniCase::ascii("schizophrena"), &["schizophrenia"]), - (UniCase::ascii("charactersitics"), &["characteristics"]), - (UniCase::ascii("invalueble"), &["invaluable"]), - (UniCase::ascii("extremistes"), &["extremists"]), - (UniCase::ascii("netwrok"), &["network"]), - (UniCase::ascii("counterfait"), &["counterfeit"]), - (UniCase::ascii("palestenian"), &["palestinian"]), - (UniCase::ascii("electormagnetic"), &["electromagnetic"]), - (UniCase::ascii("lattitude"), &["latitude"]), - (UniCase::ascii("asperges"), &["aspergers"]), - (UniCase::ascii("videogams"), &["videogames"]), - (UniCase::ascii("facitilies"), &["facilities"]), - (UniCase::ascii("seahwaks"), &["seahawks"]), - (UniCase::ascii("foreseaable"), &["foreseeable"]), - (UniCase::ascii("artihmetic"), &["arithmetic"]), - (UniCase::ascii("drinkes"), &["drinkers"]), - (UniCase::ascii("immobille"), &["immobile"]), - (UniCase::ascii("gunsiinger"), &["gunslinger"]), - (UniCase::ascii("intellecutals"), &["intellectuals"]), - (UniCase::ascii("indikation"), &["indication"]), - (UniCase::ascii("theroies"), &["theories"]), - (UniCase::ascii("captivitiy"), &["captivity"]), - (UniCase::ascii("inquiriy"), &["inquiry"]), - (UniCase::ascii("paragraphes"), &["paragraphs"]), - (UniCase::ascii("homeopahty"), &["homeopathy"]), - (UniCase::ascii("enginnering"), &["engineering"]), - (UniCase::ascii("proove"), &["prove"]), - (UniCase::ascii("intervalos"), &["intervals"]), - (UniCase::ascii("compensacion"), &["compensation"]), - (UniCase::ascii("franchines"), &["franchises"]), - (UniCase::ascii("lisense"), &["license"]), - (UniCase::ascii("manfuacturers"), &["manufactures"]), - (UniCase::ascii("strawburries"), &["strawberries"]), - (UniCase::ascii("predjuice"), &["prejudice"]), - (UniCase::ascii("greenhoe"), &["greenhouse"]), - (UniCase::ascii("representacion"), &["representation"]), - (UniCase::ascii("philosophiae"), &["philosophies"]), - (UniCase::ascii("interstela"), &["interstellar"]), - (UniCase::ascii("subconsiously"), &["subconsciously"]), - (UniCase::ascii("hipothetical"), &["hypothetical"]), - (UniCase::ascii("acknowledgeing"), &["acknowledging"]), - (UniCase::ascii("stimluating"), &["stimulating"]), - (UniCase::ascii("philospohy"), &["philosophy"]), - (UniCase::ascii("continuuity"), &["continuity"]), - (UniCase::ascii("argumentos"), &["arguments"]), - (UniCase::ascii("chcukles"), &["chuckles"]), - (UniCase::ascii("devels"), &["delves"]), - (UniCase::ascii("probleem"), &["problem"]), - (UniCase::ascii("innocuos"), &["innocuous"]), - (UniCase::ascii("autonomos"), &["autonomous"]), - (UniCase::ascii("perpsectives"), &["perspectives"]), - (UniCase::ascii("chocolateers"), &["chocolates"]), - (UniCase::ascii("volonteers"), &["volunteers"]), - (UniCase::ascii("installent"), &["installment"]), - (UniCase::ascii("representaiton"), &["representations"]), - (UniCase::ascii("prefereble"), &["preferable"]), - (UniCase::ascii("backdor"), &["backdoor"]), - (UniCase::ascii("apolagizing"), &["apologizing"]), - (UniCase::ascii("healthit"), &["healthiest"]), - (UniCase::ascii("acquiantance"), &["acquaintances"]), - (UniCase::ascii("burgunday"), &["burgundy"]), - (UniCase::ascii("agnosticsm"), &["agnosticism"]), - (UniCase::ascii("equivilants"), &["equivalents"]), - (UniCase::ascii("fictious"), &["fictitious"]), - (UniCase::ascii("condemming"), &["condemning"]), - (UniCase::ascii("adbucted"), &["abducted"]), - (UniCase::ascii("encription"), &["encryption"]), - (UniCase::ascii("orignally"), &["originally"]), - (UniCase::ascii("disgiuse"), &["disguise"]), - (UniCase::ascii("degrassie"), &["degrasse"]), - (UniCase::ascii("masteires"), &["masteries"]), - (UniCase::ascii("specificaiton"), &["specifications"]), - (UniCase::ascii("dispensare"), &["dispenser"]), - (UniCase::ascii("bilbical"), &["biblical"]), - (UniCase::ascii("accidebtly"), &["accidently"]), - (UniCase::ascii("infulenced"), &["influenced"]), - (UniCase::ascii("aforememtioned"), &["aforementioned"]), - (UniCase::ascii("catholicus"), &["catholics"]), - (UniCase::ascii("explosie"), &["explosive"]), - (UniCase::ascii("neurton"), &["neutron"]), - (UniCase::ascii("midfiled"), &["midfield"]), - (UniCase::ascii("derivitaves"), &["derivatives"]), - (UniCase::ascii("notificaitons"), &["notifications"]), - (UniCase::ascii("rehtoric"), &["rhetoric"]), - (UniCase::ascii("imrpovement"), &["improvement"]), - (UniCase::ascii("streamear"), &["streamer"]), - (UniCase::ascii("skatebrand"), &["skateboard"]), - (UniCase::ascii("algorithmus"), &["algorithms"]), - (UniCase::ascii("genitala"), &["genitalia"]), - (UniCase::ascii("ejacualtions"), &["ejaculation"]), - (UniCase::ascii("percieve"), &["perceive"]), - (UniCase::ascii("thn"), &["then"]), - (UniCase::ascii("racionalization"), &["rationalization"]), - (UniCase::ascii("dissobedience"), &["disobedience"]), - (UniCase::ascii("pseudononymous"), &["pseudonymous"]), - (UniCase::ascii("medevial"), &["medieval"]), - (UniCase::ascii("genuienly"), &["genuinely"]), - (UniCase::ascii("automatiek"), &["automate"]), - (UniCase::ascii("technnology"), &["technology"]), - (UniCase::ascii("occurences"), &["occurrences"]), - (UniCase::ascii("countrying"), &["countering"]), - (UniCase::ascii("reconaissance"), &["reconnaissance"]), - (UniCase::ascii("vietnamise"), &["vietnamese"]), - (UniCase::ascii("advesary"), &["adversary"]), - (UniCase::ascii("accountas"), &["accountants"]), - (UniCase::ascii("ukrainisn"), &["ukrainians"]), - (UniCase::ascii("configuracion"), &["configuration"]), - (UniCase::ascii("terminatior"), &["terminator"]), - (UniCase::ascii("uncomfrotable"), &["uncomfortable"]), - (UniCase::ascii("compolation"), &["compilation"]), - (UniCase::ascii("pyrimads"), &["pyramids"]), - (UniCase::ascii("imperialst"), &["imperialist"]), - (UniCase::ascii("motehrboard"), &["motherboard"]), - (UniCase::ascii("curricullum"), &["curriculum"]), - (UniCase::ascii("torchilght"), &["torchlight"]), - (UniCase::ascii("snadler"), &["sandler"]), - (UniCase::ascii("declase"), &["declares"]), - (UniCase::ascii("spectatularly"), &["spectacularly"]), - (UniCase::ascii("narcissisism"), &["narcissism"]), - (UniCase::ascii("obversations"), &["observations"]), - (UniCase::ascii("complimenary"), &["complimentary"]), - (UniCase::ascii("virament"), &["vraiment"]), - (UniCase::ascii("necessitites"), &["necessities"]), - (UniCase::ascii("californien"), &["californian"]), - (UniCase::ascii("reproducable"), &["reproducible"]), - (UniCase::ascii("terrorsits"), &["terrorists"]), - (UniCase::ascii("indestrictible"), &["indestructible"]), - (UniCase::ascii("tramsformers"), &["transformers"]), - (UniCase::ascii("summonr"), &["summoner"]), - (UniCase::ascii("recomends"), &["recommends"]), - (UniCase::ascii("dangerus"), &["dangers"]), - (UniCase::ascii("construced"), &["constructed"]), - (UniCase::ascii("ehtanol"), &["ethanol"]), - (UniCase::ascii("animostiy"), &["animosity"]), - (UniCase::ascii("gorillia"), &["gorilla"]), - (UniCase::ascii("amatuer"), &["amateur"]), - (UniCase::ascii("xenohpobic"), &["xenophobic"]), - (UniCase::ascii("mileu"), &["milieu"]), - (UniCase::ascii("squeakly"), &["squeaky"]), - (UniCase::ascii("memorozation"), &["memorization"]), - (UniCase::ascii("babysittting"), &["babysitting"]), - (UniCase::ascii("intsrumental"), &["instrumental"]), - (UniCase::ascii("propertius"), &["properties"]), - (UniCase::ascii("incramental"), &["incremental"]), - (UniCase::ascii("representationen"), &["representations"]), - (UniCase::ascii("convienient"), &["convenient"]), - (UniCase::ascii("repsonded"), &["responded"]), - (UniCase::ascii("maintanence"), &["maintenance"]), - (UniCase::ascii("alltogether"), &["altogether"]), - (UniCase::ascii("holdiays"), &["holidays"]), - (UniCase::ascii("poisond"), &["poisoned"]), - (UniCase::ascii("stromed"), &["stormed"]), - (UniCase::ascii("capabiltiy"), &["capability"]), - (UniCase::ascii("humiliatin"), &["humiliation"]), - (UniCase::ascii("comediac"), &["comedic"]), - (UniCase::ascii("melanotin"), &["melatonin"]), - (UniCase::ascii("steroetype"), &["stereotype"]), - (UniCase::ascii("contribuem"), &["contribute"]), - (UniCase::ascii("roachers"), &["roaches"]), - (UniCase::ascii("unexperience"), &["inexperience"]), - (UniCase::ascii("architectureal"), &["architectural"]), - (UniCase::ascii("cahsiers"), &["cashiers"]), - (UniCase::ascii("ideologisk"), &["ideologies"]), - (UniCase::ascii("startegic"), &["strategic"]), - (UniCase::ascii("symbolisim"), &["symbolism"]), - (UniCase::ascii("meaningess"), &["meanings"]), - (UniCase::ascii("rectangualr"), &["rectangular"]), - (UniCase::ascii("fetishers"), &["fetishes"]), - (UniCase::ascii("responcible"), &["responsible"]), - (UniCase::ascii("electricion"), &["electrician"]), - (UniCase::ascii("corsari"), &["corsair"]), - (UniCase::ascii("importanty"), &["importantly"]), - (UniCase::ascii("persits"), &["persist"]), - (UniCase::ascii("unsubscrided"), &["unsubscribed"]), - (UniCase::ascii("aboslute"), &["absolute"]), - (UniCase::ascii("transmutter"), &["transmitter"]), - (UniCase::ascii("catapillars"), &["caterpillars"]), - (UniCase::ascii("cuestionable"), &["questionable"]), - (UniCase::ascii("laucnhing"), &["launching"]), - (UniCase::ascii("earthqaukes"), &["earthquakes"]), - (UniCase::ascii("inutitive"), &["intuitive"]), - (UniCase::ascii("magensium"), &["magnesium"]), - (UniCase::ascii("catastrope"), &["catastrophe"]), - (UniCase::ascii("trainwreak"), &["trainwreck"]), - (UniCase::ascii("narcisssism"), &["narcissism"]), - (UniCase::ascii("condomns"), &["condoms"]), - (UniCase::ascii("specfic"), &["specific"]), - (UniCase::ascii("congresssman"), &["congressman"]), - (UniCase::ascii("bangladesch"), &["bangladesh"]), - (UniCase::ascii("simulatious"), &["simulations"]), - (UniCase::ascii("internationaly"), &["internationally"]), - (UniCase::ascii("visibley"), &["visibly"]), - (UniCase::ascii("marraige"), &["marriage"]), - (UniCase::ascii("analisys"), &["analysis"]), - (UniCase::ascii("ptichfork"), &["pitchfork"]), - (UniCase::ascii("chrsitians"), &["christians"]), - (UniCase::ascii("formaly"), &["formally"]), - (UniCase::ascii("thrities"), &["thirties"]), - (UniCase::ascii("transformes"), &["transformers"]), - (UniCase::ascii("understsand"), &["understands"]), - (UniCase::ascii("philosiphy"), &["philosophy"]), - (UniCase::ascii("journalistes"), &["journalists"]), - (UniCase::ascii("horizantally"), &["horizontally"]), - (UniCase::ascii("coloublind"), &["colorblind"]), - (UniCase::ascii("altruisitic"), &["altruistic"]), - (UniCase::ascii("decsended"), &["descended"]), - (UniCase::ascii("neutraal"), &["neutral"]), - (UniCase::ascii("sacrifie"), &["sacrifice"]), - (UniCase::ascii("effortlessley"), &["effortlessly"]), - (UniCase::ascii("inagurated"), &["inaugurated"]), - (UniCase::ascii("circkets"), &["crickets"]), - (UniCase::ascii("assimile"), &["assimilate"]), - (UniCase::ascii("transmitirte"), &["transmitter"]), - (UniCase::ascii("deifnitly"), &["definitly"]), - (UniCase::ascii("opportunites"), &["opportunities"]), - (UniCase::ascii("trasnported"), &["transported"]), - (UniCase::ascii("defaintly"), &["defiantly"]), - (UniCase::ascii("metaphores"), &["metaphors"]), - (UniCase::ascii("asthetically"), &["aesthetically"]), - (UniCase::ascii("condicional"), &["conditional"]), - (UniCase::ascii("resturant"), &["restaurant"]), - (UniCase::ascii("stubbron"), &["stubborn"]), - (UniCase::ascii("carciature"), &["caricature"]), - (UniCase::ascii("inconsistensy"), &["inconsistency"]), - (UniCase::ascii("perjorative"), &["pejorative"]), - (UniCase::ascii("hispter"), &["hipster"]), - (UniCase::ascii("exportas"), &["exports"]), - (UniCase::ascii("maintianing"), &["maintaining"]), - (UniCase::ascii("perpandicular"), &["perpendicular"]), - (UniCase::ascii("ficticious"), &["fictitious"]), - (UniCase::ascii("decembeard"), &["december"]), - (UniCase::ascii("infintiy"), &["infinity"]), - (UniCase::ascii("inkonsistent"), &["inconsistent"]), - (UniCase::ascii("nacionalistic"), &["nationalistic"]), - (UniCase::ascii("ethincally"), &["ethnically"]), - (UniCase::ascii("palestein"), &["palestine"]), - (UniCase::ascii("infinet"), &["infinite"]), - (UniCase::ascii("millienaire"), &["millionaire"]), - (UniCase::ascii("commemmorate"), &["commemorate"]), - (UniCase::ascii("caterpilars"), &["caterpillars"]), - (UniCase::ascii("decensitized"), &["desensitized"]), - (UniCase::ascii("overpoweing"), &["overpowering"]), - (UniCase::ascii("aclhemist"), &["alchemist"]), - (UniCase::ascii("sanhedrim"), &["sanhedrin"]), - (UniCase::ascii("simultaniously"), &["simultaneously"]), - (UniCase::ascii("gymanstics"), &["gymnastics"]), - (UniCase::ascii("humants"), &["humanist"]), - (UniCase::ascii("referendim"), &["referendum"]), - (UniCase::ascii("brusies"), &["bruises"]), - (UniCase::ascii("arguements"), &["arguments"]), - (UniCase::ascii("flatterd"), &["flattered"]), - (UniCase::ascii("eqaution"), &["equation"]), - (UniCase::ascii("roundabaout"), &["roundabout"]), - (UniCase::ascii("magnifient"), &["magnificent"]), - (UniCase::ascii("verifikation"), &["verification"]), - (UniCase::ascii("suroundings"), &["surroundings"]), - (UniCase::ascii("compostiion"), &["compositions"]), - (UniCase::ascii("exorbidant"), &["exorbitant"]), - (UniCase::ascii("frostig"), &["frosting"]), - (UniCase::ascii("venemous"), &["venomous"]), - (UniCase::ascii("corsspost"), &["crosspost"]), - (UniCase::ascii("industrualized"), &["industrialized"]), - (UniCase::ascii("shleter"), &["shelter"]), - (UniCase::ascii("trinkst"), &["trinkets"]), - (UniCase::ascii("wellignton"), &["wellington"]), - (UniCase::ascii("badnits"), &["bandits"]), - (UniCase::ascii("forcefullly"), &["forcefully"]), - (UniCase::ascii("compesition"), &["composition"]), - (UniCase::ascii("transformarse"), &["transformers"]), - (UniCase::ascii("motherobard"), &["motherboards"]), - (UniCase::ascii("tannheill"), &["tannehill"]), - (UniCase::ascii("unconscous"), &["unconscious"]), - (UniCase::ascii("degenarate"), &["degenerate"]), - (UniCase::ascii("eygptians"), &["egyptians"]), - (UniCase::ascii("recongised"), &["recognised"]), - (UniCase::ascii("plantiff"), &["plaintiff"]), - (UniCase::ascii("squirrles"), &["squirrels"]), - (UniCase::ascii("convincted"), &["convince"]), - (UniCase::ascii("competator"), &["competitor"]), - (UniCase::ascii("multitudine"), &["multitude"]), - (UniCase::ascii("donwvote"), &["downvote"]), - (UniCase::ascii("justifiy"), &["justify"]), - (UniCase::ascii("vollyeball"), &["volleyball"]), - (UniCase::ascii("manfiesto"), &["manifesto"]), - (UniCase::ascii("midifelders"), &["midfielders"]), - (UniCase::ascii("nonsensicle"), &["nonsensical"]), - (UniCase::ascii("belssings"), &["blessings"]), - (UniCase::ascii("politicas"), &["politics"]), - (UniCase::ascii("entrepreneurers"), &["entrepreneurs"]), - (UniCase::ascii("visibillity"), &["visibility"]), - (UniCase::ascii("interperter"), &["interpreter"]), - (UniCase::ascii("entrepreneuers"), &["entrepreneurs"]), - (UniCase::ascii("participents"), &["participants"]), - (UniCase::ascii("pornogrphy"), &["pornography"]), - (UniCase::ascii("aggresive"), &["aggressive"]), - (UniCase::ascii("captais"), &["captains"]), - (UniCase::ascii("architectes"), &["architects"]), - (UniCase::ascii("corinthans"), &["corinthians"]), - (UniCase::ascii("doign"), &["doing"]), - (UniCase::ascii("irritatin"), &["irritation"]), - (UniCase::ascii("substansially"), &["substantially"]), - (UniCase::ascii("organices"), &["organise"]), - (UniCase::ascii("tahn"), &["than"]), - (UniCase::ascii("exlpoding"), &["exploding"]), - (UniCase::ascii("consumires"), &["consumerism"]), - (UniCase::ascii("turnaroud"), &["turnaround"]), - (UniCase::ascii("equivelance"), &["equivalence"]), - (UniCase::ascii("brightn"), &["brighten"]), - (UniCase::ascii("bachleors"), &["bachelors"]), - (UniCase::ascii("aisian"), &["asian"]), - (UniCase::ascii("pnatheon"), &["pantheon"]), - (UniCase::ascii("inpsired"), &["inspired"]), - (UniCase::ascii("considerablly"), &["considerably"]), - (UniCase::ascii("juvenille"), &["juvenile"]), - (UniCase::ascii("hystorically"), &["hysterically"]), - (UniCase::ascii("incredable"), &["incredible"]), - (UniCase::ascii("ideologiers"), &["ideologies"]), - (UniCase::ascii("stormade"), &["stormed"]), - (UniCase::ascii("genatilia"), &["genitalia"]), - (UniCase::ascii("referal"), &["referral"]), - (UniCase::ascii("sketchey"), &["sketchy"]), - (UniCase::ascii("philosoper"), &["philosopher"]), - (UniCase::ascii("prospertiy"), &["prosperity"]), - (UniCase::ascii("authoritation"), &["authorization"]), - (UniCase::ascii("protestent"), &["protestant"]), - (UniCase::ascii("soudntrack"), &["soundtrack"]), - (UniCase::ascii("exclusie"), &["exclusives"]), - (UniCase::ascii("meerkrat"), &["meerkat"]), - (UniCase::ascii("amplifiy"), &["amplify"]), - (UniCase::ascii("caridnal"), &["cardinal"]), - (UniCase::ascii("wintesses"), &["witnesses"]), - (UniCase::ascii("indistingusihable"), &["indistinguishable"]), - (UniCase::ascii("downvotesd"), &["downvoters"]), - (UniCase::ascii("singularily"), &["singularity"]), - (UniCase::ascii("tirbunal"), &["tribunal"]), - (UniCase::ascii("undergratuate"), &["undergraduate"]), - (UniCase::ascii("prefessionalism"), &["professionalism"]), - (UniCase::ascii("thurdsays"), &["thursdays"]), - (UniCase::ascii("eloquantly"), &["eloquently"]), - (UniCase::ascii("investigativos"), &["investigations"]), - (UniCase::ascii("startupbus"), &["startups"]), - (UniCase::ascii("sponteanously"), &["spontaneously"]), - (UniCase::ascii("practially"), &["practically"]), - (UniCase::ascii("authoratitive"), &["authoritative"]), - (UniCase::ascii("texturers"), &["textures"]), - (UniCase::ascii("instantaneoulsy"), &["instantaneous"]), - (UniCase::ascii("turkisch"), &["turkish"]), - (UniCase::ascii("reamined"), &["remained"]), - (UniCase::ascii("divinitiy"), &["divinity"]), - (UniCase::ascii("gimmickly"), &["gimmicky"]), - (UniCase::ascii("interesring"), &["interfering"]), - (UniCase::ascii("anitquated"), &["antiquated"]), - (UniCase::ascii("sentimentul"), &["sentimental"]), - (UniCase::ascii("obssesion"), &["obsession"]), - (UniCase::ascii("flexibiliy"), &["flexibility"]), - (UniCase::ascii("mathamatics"), &["mathematics"]), - (UniCase::ascii("bracelettes"), &["bracelets"]), - (UniCase::ascii("symphatized"), &["sympathize"]), - (UniCase::ascii("maintaing"), &["maintaining"]), - (UniCase::ascii("cacuasian"), &["caucasian"]), - (UniCase::ascii("unicrons"), &["unicorns"]), - (UniCase::ascii("stabilzied"), &["stabilized"]), - (UniCase::ascii("emphesizes"), &["emphasizes"]), - (UniCase::ascii("vidoegame"), &["videogame"]), - (UniCase::ascii("instinctivelly"), &["instinctively"]), - (UniCase::ascii("membrances"), &["membrane"]), - (UniCase::ascii("comperable"), &["comparable"]), - (UniCase::ascii("selfishess"), &["selfishness"]), - (UniCase::ascii("republian"), &["republican"]), - (UniCase::ascii("inteferring"), &["interfering"]), - (UniCase::ascii("conencts"), &["connects"]), - (UniCase::ascii("awesomenss"), &["awesomeness"]), - (UniCase::ascii("investigatie"), &["investigative"]), - (UniCase::ascii("reciporcated"), &["reciprocate"]), - (UniCase::ascii("cathloics"), &["catholics"]), - (UniCase::ascii("handedy"), &["handedly"]), - (UniCase::ascii("qualifires"), &["qualifiers"]), - (UniCase::ascii("agnosticisim"), &["agnosticism"]), - (UniCase::ascii("copywrite"), &["copyright"]), - (UniCase::ascii("unsubstantiative"), &["unsubstantiated"]), - (UniCase::ascii("neglicence"), &["negligence"]), - (UniCase::ascii("goodluk"), &["goodluck"]), - (UniCase::ascii("configureable"), &["configurable"]), - (UniCase::ascii("goblings"), &["goblins"]), - (UniCase::ascii("bartendars"), &["bartenders"]), - (UniCase::ascii("literative"), &["literate"]), - (UniCase::ascii("algorithum"), &["algorithm"]), - (UniCase::ascii("exponantial"), &["exponential"]), - (UniCase::ascii("compination"), &["compilation"]), - (UniCase::ascii("oxigen"), &["oxygen"]), - (UniCase::ascii("parliamant"), &["parliament"]), - (UniCase::ascii("anitsocial"), &["antisocial"]), - (UniCase::ascii("respoting"), &["reposting"]), - (UniCase::ascii("mircoscope"), &["microscope"]), - (UniCase::ascii("prosporous"), &["prosperous"]), - (UniCase::ascii("unvierses"), &["universes"]), - (UniCase::ascii("libertaryans"), &["libertarians"]), - (UniCase::ascii("ramificaitons"), &["ramifications"]), - (UniCase::ascii("unimportent"), &["unimportant"]), - (UniCase::ascii("orignially"), &["originally"]), - (UniCase::ascii("humidiy"), &["humidity"]), - (UniCase::ascii("faggotus"), &["faggots"]), - (UniCase::ascii("boycutting"), &["boycotting"]), - (UniCase::ascii("peotry"), &["poetry"]), - (UniCase::ascii("sitckers"), &["stickers"]), - (UniCase::ascii("pertinet"), &["pertinent"]), - (UniCase::ascii("abiltiy"), &["ability"]), - (UniCase::ascii("ethicallity"), &["ethically"]), - (UniCase::ascii("heistation"), &["hesitation"]), - (UniCase::ascii("inconsistancies"), &["inconsistencies"]), - (UniCase::ascii("retribucion"), &["retribution"]), - (UniCase::ascii("comfrotable"), &["comfortable"]), - (UniCase::ascii("gratificacion"), &["gratification"]), - (UniCase::ascii("missonary"), &["missionary"]), - (UniCase::ascii("anywyas"), &["anyways"]), - (UniCase::ascii("demonished"), &["demolished"]), - (UniCase::ascii("explotiative"), &["exploitative"]), - (UniCase::ascii("arpeture"), &["aperture"]), - (UniCase::ascii("designad"), &["designated"]), - (UniCase::ascii("newcaste"), &["newcastle"]), - (UniCase::ascii("destryoer"), &["destroyer"]), - (UniCase::ascii("entitity"), &["entity"]), - (UniCase::ascii("recorre"), &["recorder"]), - (UniCase::ascii("permissble"), &["permissible"]), - (UniCase::ascii("exceedigly"), &["exceedingly"]), - (UniCase::ascii("reowrked"), &["reworked"]), - (UniCase::ascii("sponteneous"), &["spontaneous"]), - (UniCase::ascii("originallity"), &["originality"]), - (UniCase::ascii("overprised"), &["overpriced"]), - (UniCase::ascii("sinistre"), &["sinister"]), - (UniCase::ascii("illuminista"), &["illuminati"]), - (UniCase::ascii("counterfiet"), &["counterfeit"]), - (UniCase::ascii("contectual"), &["contextual"]), - (UniCase::ascii("repulisve"), &["repulsive"]), - (UniCase::ascii("enthuisast"), &["enthusiasts"]), - (UniCase::ascii("condescenscion"), &["condescension"]), - (UniCase::ascii("apporximate"), &["approximate"]), - (UniCase::ascii("suscpetible"), &["susceptible"]), - (UniCase::ascii("transmisions"), &["transmission"]), - (UniCase::ascii("reniassance"), &["renaissance"]), - (UniCase::ascii("corresponsing"), &["corresponding"]), - (UniCase::ascii("nationalistes"), &["nationalists"]), - (UniCase::ascii("illustratior"), &["illustrator"]), - (UniCase::ascii("actauly"), &["actualy"]), - (UniCase::ascii("recogise"), &["recognise"]), - (UniCase::ascii("attritube"), &["attribute"]), - (UniCase::ascii("forenics"), &["forensic"]), - (UniCase::ascii("attemted"), &["attempted"]), - (UniCase::ascii("collectons"), &["collections"]), - (UniCase::ascii("preventetive"), &["preventative"]), - (UniCase::ascii("reposotory"), &["repository"]), - (UniCase::ascii("inderictly"), &["indirectly"]), - (UniCase::ascii("industiralized"), &["industrialized"]), - (UniCase::ascii("vampirs"), &["vampires"]), - (UniCase::ascii("translatin"), &["translations"]), - (UniCase::ascii("acquantiances"), &["acquaintances"]), - (UniCase::ascii("creationisim"), &["creationism"]), - (UniCase::ascii("depolyed"), &["deployed"]), - (UniCase::ascii("aircrafts"), &["aircraft"]), - (UniCase::ascii("accpetance"), &["acceptance"]), - (UniCase::ascii("rediculous"), &["ridiculous"]), - (UniCase::ascii("referene"), &["referee"]), - (UniCase::ascii("organistaion"), &["organisation"]), - (UniCase::ascii("construcive"), &["constructive"]), - (UniCase::ascii("watermeleon"), &["watermelon"]), - (UniCase::ascii("algortihm"), &["algorithm"]), - (UniCase::ascii("negativaty"), &["negativity"]), - (UniCase::ascii("undertunes"), &["undertones"]), - (UniCase::ascii("munipulative"), &["manipulative"]), - (UniCase::ascii("perpitrators"), &["perpetrators"]), - (UniCase::ascii("keynseian"), &["keynesian"]), - (UniCase::ascii("reaponsibilities"), &["responsibilities"]), - (UniCase::ascii("geneology"), &["genealogy"]), - (UniCase::ascii("conenctor"), &["connector"]), - (UniCase::ascii("acculumated"), &["accumulated"]), - (UniCase::ascii("knowlegdable"), &["knowledgable"]), - (UniCase::ascii("chrisitan"), &["christian"]), - (UniCase::ascii("ingreidents"), &["ingredient"]), - (UniCase::ascii("grpahite"), &["graphite"]), - (UniCase::ascii("responsable"), &["responsible"]), - (UniCase::ascii("amphetimines"), &["amphetamines"]), - (UniCase::ascii("contientous"), &["contentious"]), - (UniCase::ascii("barrakcs"), &["barracks"]), - (UniCase::ascii("automatonic"), &["automation"]), - (UniCase::ascii("extrapolerat"), &["extrapolate"]), - (UniCase::ascii("specailized"), &["specialized"]), - (UniCase::ascii("scarifice"), &["sacrifice"]), - (UniCase::ascii("mistankely"), &["mistakenly"]), - (UniCase::ascii("misgoynist"), &["misogynist"]), - (UniCase::ascii("dissobediance"), &["disobedience"]), - (UniCase::ascii("withrdawal"), &["withdrawals"]), - (UniCase::ascii("particularily"), &["particularly"]), - (UniCase::ascii("illuminoti"), &["illuminati"]), - (UniCase::ascii("certainy"), &["certainty"]), - (UniCase::ascii("improbible"), &["improbable"]), - (UniCase::ascii("emipres"), &["empires"]), - (UniCase::ascii("chromose"), &["chromosome"]), - (UniCase::ascii("gentials"), &["genitals"]), - (UniCase::ascii("mercinaries"), &["mercenaries"]), - (UniCase::ascii("brazilianess"), &["brazilians"]), - (UniCase::ascii("baptsim"), &["baptism"]), - (UniCase::ascii("responsebilities"), &["responsibilities"]), - (UniCase::ascii("withdrawning"), &["withdrawing"]), - (UniCase::ascii("incidencies"), &["incidence"]), - (UniCase::ascii("displayd"), &["displayed"]), - (UniCase::ascii("marijauna"), &["marijuana"]), - (UniCase::ascii("narciscism"), &["narcissism"]), - (UniCase::ascii("definig"), &["defining"]), - (UniCase::ascii("neccessities"), &["necessities"]), - (UniCase::ascii("redeemeed"), &["redeemed"]), - (UniCase::ascii("uninspiried"), &["uninspired"]), - (UniCase::ascii("guilio"), &["giulio"]), - (UniCase::ascii("acknoweldges"), &["acknowledges"]), - (UniCase::ascii("disclousre"), &["disclosure"]), - (UniCase::ascii("giagbyte"), &["gigabyte"]), - (UniCase::ascii("exerciseing"), &["exercising"]), - (UniCase::ascii("throthling"), &["throttling"]), - (UniCase::ascii("nigthlife"), &["nightlife"]), - (UniCase::ascii("posessing"), &["possessing"]), - (UniCase::ascii("continuasse"), &["continues"]), - (UniCase::ascii("freestlye"), &["freestyle"]), - (UniCase::ascii("philosophia"), &["philosophical"]), - (UniCase::ascii("ukrainias"), &["ukrainians"]), - (UniCase::ascii("dargons"), &["dragons"]), - (UniCase::ascii("scandinavien"), &["scandinavian"]), - (UniCase::ascii("responsability"), &["responsibility"]), - (UniCase::ascii("caterpilar"), &["caterpillar"]), - (UniCase::ascii("homineim"), &["hominem"]), - (UniCase::ascii("transferer"), &["transferred"]), - (UniCase::ascii("demonstras"), &["demonstrates"]), - (UniCase::ascii("exoitcs"), &["exotics"]), - (UniCase::ascii("implementase"), &["implements"]), - (UniCase::ascii("belligirent"), &["belligerent"]), - (UniCase::ascii("analysisto"), &["analysts"]), - (UniCase::ascii("procreatin"), &["procreation"]), - (UniCase::ascii("presumebly"), &["presumably"]), - (UniCase::ascii("quantatitive"), &["quantitative"]), - (UniCase::ascii("proposterous"), &["preposterous"]), - (UniCase::ascii("mecernaries"), &["mercenaries"]), - (UniCase::ascii("contemporaneus"), &["contemporaneous"]), - (UniCase::ascii("burritto"), &["burrito"]), - (UniCase::ascii("membrance"), &["membrane"]), - (UniCase::ascii("outisder"), &["outsider"]), - (UniCase::ascii("presedintia"), &["presidential"]), - (UniCase::ascii("scavanged"), &["scavenged"]), - (UniCase::ascii("composet"), &["compost"]), - (UniCase::ascii("constructief"), &["constructive"]), - (UniCase::ascii("exhalted"), &["exalted"]), - (UniCase::ascii("randomes"), &["randoms"]), - (UniCase::ascii("stimulans"), &["stimulants"]), - (UniCase::ascii("fundamentalisten"), &["fundamentalists"]), - (UniCase::ascii("annilihation"), &["annihilation"]), - (UniCase::ascii("exlated"), &["exalted"]), - (UniCase::ascii("stryofoam"), &["styrofoam"]), - (UniCase::ascii("betrayd"), &["betrayed"]), - (UniCase::ascii("constructieve"), &["constructive"]), - (UniCase::ascii("discualified"), &["disqualified"]), - (UniCase::ascii("minnestoa"), &["minnesota"]), - (UniCase::ascii("abominacion"), &["abomination"]), - (UniCase::ascii("intermediete"), &["intermediate"]), - (UniCase::ascii("fragmenot"), &["fragment"]), - (UniCase::ascii("custumization"), &["customization"]), - (UniCase::ascii("occupaiton"), &["occupation"]), - (UniCase::ascii("sponsores"), &["sponsors"]), - (UniCase::ascii("oppositition"), &["opposition"]), - (UniCase::ascii("analzye"), &["analyze"]), - (UniCase::ascii("ofcoruse"), &["ofcourse"]), - (UniCase::ascii("explenations"), &["explanations"]), - (UniCase::ascii("squirrelius"), &["squirrels"]), - (UniCase::ascii("backdooor"), &["backdoor"]), - (UniCase::ascii("diferrent"), &["different"]), - (UniCase::ascii("patriarhal"), &["patriarchal"]), - (UniCase::ascii("dependancey"), &["dependency"]), - (UniCase::ascii("frustartion"), &["frustrations"]), - (UniCase::ascii("contruction"), &["construction"]), - (UniCase::ascii("objectivas"), &["objectives"]), - (UniCase::ascii("chanpionships"), &["championships"]), - (UniCase::ascii("capitalizacion"), &["capitalization"]), - (UniCase::ascii("psycology"), &["psychology"]), - (UniCase::ascii("definstely"), &["definately"]), - (UniCase::ascii("formuladas"), &["formulas"]), - (UniCase::ascii("blackend"), &["blacked"]), - (UniCase::ascii("deliverately"), &["deliberately"]), - (UniCase::ascii("pitchforkers"), &["pitchforks"]), - (UniCase::ascii("algorithims"), &["algorithm"]), - (UniCase::ascii("fundamendalists"), &["fundamentalists"]), - (UniCase::ascii("transmissons"), &["transmissions"]), - (UniCase::ascii("norwiegan"), &["norwegian"]), - (UniCase::ascii("pruchase"), &["purchase"]), - (UniCase::ascii("neighourhoods"), &["neighborhoods"]), - (UniCase::ascii("truamatic"), &["traumatic"]), - (UniCase::ascii("simultaneus"), &["simultaneous"]), - (UniCase::ascii("probabe"), &["probable"]), - (UniCase::ascii("seuxalized"), &["sexualized"]), - (UniCase::ascii("introversy"), &["introverts"]), - (UniCase::ascii("anitvirus"), &["antivirus"]), - (UniCase::ascii("marineros"), &["mariners"]), - (UniCase::ascii("randomez"), &["randomized"]), - (UniCase::ascii("retrubution"), &["retribution"]), - (UniCase::ascii("orcehstra"), &["orchestra"]), - (UniCase::ascii("attracties"), &["attracts"]), - (UniCase::ascii("photograpers"), &["photographers"]), - (UniCase::ascii("intervied"), &["interviewed"]), - (UniCase::ascii("foreksin"), &["foreskin"]), - (UniCase::ascii("desentizised"), &["desensitized"]), - (UniCase::ascii("addictin"), &["addictions"]), - (UniCase::ascii("expectional"), &["exceptional"]), - (UniCase::ascii("renaiscance"), &["renaissance"]), - (UniCase::ascii("misundarstanding"), &["misunderstandings"]), - (UniCase::ascii("metabolitic"), &["metabolic"]), - (UniCase::ascii("inconsistant"), &["inconsistent"]), - (UniCase::ascii("chromosomers"), &["chromosomes"]), - (UniCase::ascii("positve"), &["positive"]), - (UniCase::ascii("informatie"), &["informative"]), - (UniCase::ascii("successfullly"), &["successfully"]), - (UniCase::ascii("socialini"), &["socializing"]), - (UniCase::ascii("charactaristic"), &["characteristic"]), - (UniCase::ascii("endevour"), &["endeavour"]), - (UniCase::ascii("cxan"), &["cyan"]), - (UniCase::ascii("conditiond"), &["conditioned"]), - (UniCase::ascii("essentialy"), &["essentially"]), - (UniCase::ascii("expiditions"), &["expeditions"]), - (UniCase::ascii("sporuts"), &["sprouts"]), - (UniCase::ascii("simplifiing"), &["simplifying"]), - (UniCase::ascii("dictatorshop"), &["dictatorship"]), - (UniCase::ascii("foriegner"), &["foreigner"]), - (UniCase::ascii("unrepetant"), &["unrepentant"]), - (UniCase::ascii("astronatus"), &["astronauts"]), - (UniCase::ascii("dependente"), &["dependence"]), - (UniCase::ascii("specificato"), &["specification"]), - (UniCase::ascii("contemplat"), &["contempt"]), - (UniCase::ascii("whislte"), &["whistle"]), - (UniCase::ascii("naviagtion"), &["navigation"]), - (UniCase::ascii("rollercoater"), &["rollercoaster"]), - (UniCase::ascii("sprinklered"), &["sprinkled"]), - (UniCase::ascii("ignitin"), &["ignition"]), - (UniCase::ascii("strengtheing"), &["strengthening"]), - (UniCase::ascii("definatey"), &["definately"]), - (UniCase::ascii("sanctionne"), &["sanctioned"]), - (UniCase::ascii("denominatons"), &["denominations"]), - (UniCase::ascii("extrapole"), &["extrapolate"]), - (UniCase::ascii("visualizacion"), &["visualization"]), - (UniCase::ascii("sheakspeare"), &["shakespeare"]), - (UniCase::ascii("accumulatin"), &["accumulation"]), - (UniCase::ascii("equivalet"), &["equivalents"]), - (UniCase::ascii("traveld"), &["traveled"]), - (UniCase::ascii("blatanty"), &["blatantly"]), - (UniCase::ascii("porftolio"), &["portfolio"]), - (UniCase::ascii("straightin"), &["straighten"]), - (UniCase::ascii("suposing"), &["supposing"]), - (UniCase::ascii("sydnrome"), &["syndrome"]), - (UniCase::ascii("misandy"), &["misandry"]), - (UniCase::ascii("musicaly"), &["musically"]), - (UniCase::ascii("thouroghly"), &["thoroughly"]), - (UniCase::ascii("processos"), &["processors"]), - (UniCase::ascii("encarcerated"), &["incarcerated"]), - (UniCase::ascii("absuers"), &["abusers"]), - (UniCase::ascii("sportsmamship"), &["sportsmanship"]), - (UniCase::ascii("invaulable"), &["invaluable"]), - (UniCase::ascii("bookmakrs"), &["bookmarks"]), - (UniCase::ascii("businessa"), &["businessman"]), - (UniCase::ascii("massachussetts"), &["massachusetts"]), - (UniCase::ascii("permisisons"), &["permissions"]), - (UniCase::ascii("controversa"), &["controversial"]), - (UniCase::ascii("recommande"), &["recommend"]), - (UniCase::ascii("advertisting"), &["advertising"]), - (UniCase::ascii("scandenavia"), &["scandinavia"]), - (UniCase::ascii("wresters"), &["wrestlers"]), - (UniCase::ascii("transation"), &["transition"]), - (UniCase::ascii("homeonwers"), &["homeowners"]), - (UniCase::ascii("pshycological"), &["psychological"]), - (UniCase::ascii("physisict"), &["physicist"]), - (UniCase::ascii("phenomemon"), &["phenomenon"]), - (UniCase::ascii("fisionable"), &["fissionable"]), - (UniCase::ascii("continuos"), &["continuous"]), - (UniCase::ascii("maneuveur"), &["maneuver"]), - (UniCase::ascii("breserk"), &["berserk"]), - (UniCase::ascii("painfullly"), &["painfully"]), - (UniCase::ascii("bollcoks"), &["bollocks"]), - (UniCase::ascii("pillaris"), &["pillars"]), - (UniCase::ascii("componants"), &["components"]), - (UniCase::ascii("corrispond"), &["correspond"]), - (UniCase::ascii("indicatore"), &["indicate"]), - (UniCase::ascii("pensinula"), &["peninsula"]), - (UniCase::ascii("chruches"), &["churches"]), - (UniCase::ascii("vigrins"), &["virgins"]), - (UniCase::ascii("availabe"), &["available"]), - (UniCase::ascii("assassinos"), &["assassins"]), - (UniCase::ascii("experimention"), &["experimenting"]), - (UniCase::ascii("converst"), &["converts"]), - (UniCase::ascii("prostitites"), &["prostitutes"]), - (UniCase::ascii("inappropraitely"), &["inappropriately"]), - (UniCase::ascii("armstorng"), &["armstrong"]), - (UniCase::ascii("invisilibity"), &["invisibility"]), - (UniCase::ascii("fluctuatie"), &["fluctuate"]), - (UniCase::ascii("antarctia"), &["antarctica"]), - (UniCase::ascii("driftig"), &["drifting"]), - (UniCase::ascii("misspelld"), &["misspelled"]), - (UniCase::ascii("cutsence"), &["cutscene"]), - (UniCase::ascii("psyhic"), &["psychic"]), - (UniCase::ascii("movment"), &["movement"]), - (UniCase::ascii("chuch"), &["church"]), - (UniCase::ascii("agnostisch"), &["agnostic"]), - (UniCase::ascii("difficut"), &["difficulty"]), - (UniCase::ascii("geogrpahy"), &["geography"]), - (UniCase::ascii("torelable"), &["tolerable"]), - (UniCase::ascii("distructions"), &["distractions"]), - (UniCase::ascii("straigthened"), &["straightened"]), - (UniCase::ascii("aftermaket"), &["aftermarket"]), - (UniCase::ascii("approxiamte"), &["approximate"]), - (UniCase::ascii("mushrooom"), &["mushroom"]), - (UniCase::ascii("representatief"), &["representative"]), - (UniCase::ascii("circluating"), &["circulating"]), - (UniCase::ascii("underwarter"), &["underwater"]), - (UniCase::ascii("greenlad"), &["greenland"]), - (UniCase::ascii("contraceptivos"), &["contraceptives"]), - (UniCase::ascii("persisit"), &["persist"]), - (UniCase::ascii("interfernce"), &["interference"]), - (UniCase::ascii("misreable"), &["miserable"]), - (UniCase::ascii("calbire"), &["calibre"]), - (UniCase::ascii("nutritents"), &["nutrients"]), - (UniCase::ascii("culterally"), &["culturally"]), - (UniCase::ascii("thiestic"), &["theistic"]), - (UniCase::ascii("entierty"), &["entirety"]), - (UniCase::ascii("premissions"), &["permissions"]), - (UniCase::ascii("physcis"), &["physics"]), - (UniCase::ascii("confliting"), &["conflating"]), - (UniCase::ascii("prefering"), &["preferring"]), - (UniCase::ascii("cellural"), &["cellular"]), - (UniCase::ascii("ontairo"), &["ontario"]), - (UniCase::ascii("plasticosa"), &["plastics"]), - (UniCase::ascii("assasins"), &["assassins"]), - (UniCase::ascii("heighted"), &["heightened"]), - (UniCase::ascii("emphatize"), &["empathize"]), - (UniCase::ascii("rememebrs"), &["remembers"]), - (UniCase::ascii("wathcing"), &["watching"]), - (UniCase::ascii("principl"), &["principals"]), - (UniCase::ascii("yaer"), &["year"]), - (UniCase::ascii("carefull"), &["careful"]), - (UniCase::ascii("sluaghtering"), &["slaughtering"]), - (UniCase::ascii("characterazation"), &["characterization"]), - (UniCase::ascii("consumpion"), &["consumption"]), - (UniCase::ascii("repostes"), &["reposts"]), - (UniCase::ascii("tremendeous"), &["tremendous"]), - (UniCase::ascii("essentail"), &["essential"]), - (UniCase::ascii("fucntion"), &["function"]), - (UniCase::ascii("decomposits"), &["decomposes"]), - (UniCase::ascii("reprehensable"), &["reprehensible"]), - (UniCase::ascii("ethicaly"), &["ethically"]), - (UniCase::ascii("projectyle"), &["projectile"]), - (UniCase::ascii("asborbing"), &["absorbing"]), - (UniCase::ascii("challeneger"), &["challenger"]), - (UniCase::ascii("progresss"), &["progresses"]), - (UniCase::ascii("shitlasses"), &["shitless"]), - (UniCase::ascii("diplimatic"), &["diplomatic"]), - (UniCase::ascii("technicalty"), &["technicality"]), - (UniCase::ascii("guaridans"), &["guardians"]), - (UniCase::ascii("understoon"), &["understood"]), - (UniCase::ascii("occured"), &["occurred"]), - (UniCase::ascii("redesing"), &["redesign"]), - (UniCase::ascii("sacrifized"), &["sacrificed"]), - (UniCase::ascii("differentl"), &["differential"]), - (UniCase::ascii("plagiarizm"), &["plagiarism"]), - (UniCase::ascii("photogrpaher"), &["photographer"]), - (UniCase::ascii("currence"), &["currencies"]), - (UniCase::ascii("fransiscans"), &["franciscans"]), - (UniCase::ascii("tabacco"), &["tobacco"]), - (UniCase::ascii("interm"), &["interim"]), - (UniCase::ascii("guradian"), &["guardian"]), - (UniCase::ascii("suprass"), &["surpass"]), - (UniCase::ascii("escalatie"), &["escalate"]), - (UniCase::ascii("scorates"), &["socrates"]), - (UniCase::ascii("kingergarten"), &["kindergarten"]), - (UniCase::ascii("diasspointed"), &["dissapointed"]), - (UniCase::ascii("syntehsis"), &["synthesis"]), - (UniCase::ascii("performences"), &["performances"]), - (UniCase::ascii("theraupetic"), &["therapeutic"]), - (UniCase::ascii("pertubations"), &["perturbations"]), - (UniCase::ascii("shenanigins"), &["shenanigans"]), - (UniCase::ascii("rebllions"), &["rebellions"]), - (UniCase::ascii("hunderds"), &["hundreds"]), - (UniCase::ascii("primaires"), &["primaries"]), - (UniCase::ascii("alwasy"), &["always"]), - (UniCase::ascii("distrubution"), &["distribution"]), - (UniCase::ascii("devlove"), &["devolve"]), - (UniCase::ascii("constracts"), &["constructs"]), - (UniCase::ascii("courtey"), &["courtesy"]), - (UniCase::ascii("thermodymamics"), &["thermodynamics"]), - (UniCase::ascii("ukranie"), &["ukraine"]), - (UniCase::ascii("generaste"), &["generates"]), - (UniCase::ascii("secertly"), &["secretly"]), - (UniCase::ascii("supressed"), &["suppressed"]), - (UniCase::ascii("misunderstnading"), &["misunderstandings"]), - (UniCase::ascii("registy"), &["registry"]), - (UniCase::ascii("assosiations"), &["associations"]), - (UniCase::ascii("omniverous"), &["omnivorous"]), - (UniCase::ascii("waktins"), &["watkins"]), - (UniCase::ascii("disrepsectful"), &["disrespectful"]), - (UniCase::ascii("hurricanger"), &["hurricane"]), - (UniCase::ascii("prescrie"), &["prescribed"]), - (UniCase::ascii("hindiusm"), &["hinduism"]), - (UniCase::ascii("diagnosted"), &["diagnose"]), - (UniCase::ascii("urkainian"), &["ukrainian"]), - (UniCase::ascii("powetlifting"), &["powerlifting"]), - (UniCase::ascii("profesisonal"), &["professionals"]), - (UniCase::ascii("streoid"), &["steroid"]), - (UniCase::ascii("utilizating"), &["utilization"]), - (UniCase::ascii("nativelly"), &["natively"]), - (UniCase::ascii("reorganision"), &["reorganisation"]), - (UniCase::ascii("thta"), &["that"]), - (UniCase::ascii("casues"), &["causes"]), - (UniCase::ascii("commercail"), &["commercials"]), - (UniCase::ascii("luicfer"), &["lucifer"]), - (UniCase::ascii("commissionees"), &["commissions"]), - (UniCase::ascii("bonnano"), &["bonanno"]), - (UniCase::ascii("planation"), &["plantation"]), - (UniCase::ascii("confidencial"), &["confidential"]), - (UniCase::ascii("cuplrit"), &["culprit"]), - (UniCase::ascii("entrophy"), &["entropy"]), - (UniCase::ascii("reclutantly"), &["reluctantly"]), - (UniCase::ascii("definetlly"), &["definetly"]), - (UniCase::ascii("multiplaer"), &["multiplier"]), - (UniCase::ascii("enemployment"), &["unemployment"]), - (UniCase::ascii("altruistisch"), &["altruistic"]), - (UniCase::ascii("defitinly"), &["definitly"]), - (UniCase::ascii("exclusivley"), &["exclusively"]), - (UniCase::ascii("lietuenant"), &["lieutenant"]), - (UniCase::ascii("wholeheartidly"), &["wholeheartedly"]), - (UniCase::ascii("playhtrough"), &["playthrough"]), - (UniCase::ascii("prohibitng"), &["prohibiting"]), - (UniCase::ascii("htikn"), &["think"]), - (UniCase::ascii("organizuje"), &["organize"]), - (UniCase::ascii("frustrastion"), &["frustrations"]), - (UniCase::ascii("classifides"), &["classified"]), - (UniCase::ascii("bordeom"), &["boredom"]), - (UniCase::ascii("arithmentic"), &["arithmetic"]), - (UniCase::ascii("paksitani"), &["pakistani"]), - (UniCase::ascii("suspicians"), &["suspicions"]), - (UniCase::ascii("symphoney"), &["symphony"]), - (UniCase::ascii("unsubscrive"), &["unsubscribe"]), - (UniCase::ascii("apostrohpe"), &["apostrophe"]), - (UniCase::ascii("converison"), &["conversions"]), - (UniCase::ascii("mininos"), &["minions"]), - (UniCase::ascii("tonguers"), &["tongues"]), - (UniCase::ascii("inpection"), &["inception"]), - (UniCase::ascii("srirachra"), &["sriracha"]), - (UniCase::ascii("uncompatible"), &["incompatible"]), - (UniCase::ascii("marshamllows"), &["marshmallows"]), - (UniCase::ascii("tounrey"), &["tourney"]), - (UniCase::ascii("beethoveen"), &["beethoven"]), - (UniCase::ascii("presomption"), &["presumption"]), - (UniCase::ascii("unhealhty"), &["unhealthy"]), - (UniCase::ascii("comemoretion"), &["commemoration"]), - (UniCase::ascii("kickstater"), &["kickstarter"]), - (UniCase::ascii("pronounes"), &["pronouns"]), - (UniCase::ascii("dieing"), &["dying"]), - (UniCase::ascii("faoming"), &["foaming"]), - (UniCase::ascii("dispalys"), &["displays"]), - (UniCase::ascii("dyansty"), &["dynasty"]), - (UniCase::ascii("afficianados"), &["aficionados"]), - (UniCase::ascii("limitaitons"), &["limitation"]), - (UniCase::ascii("deustchland"), &["deutschland"]), - (UniCase::ascii("urugauy"), &["uruguay"]), - (UniCase::ascii("implicatii"), &["implicit"]), - (UniCase::ascii("agressie"), &["agressive"]), - (UniCase::ascii("achievents"), &["achieves"]), - (UniCase::ascii("dynamis"), &["dynamics"]), - (UniCase::ascii("destruccion"), &["destruction"]), - (UniCase::ascii("continentais"), &["continents"]), - (UniCase::ascii("massasge"), &["massages"]), - (UniCase::ascii("chromesome"), &["chromosome"]), - (UniCase::ascii("candadate"), &["candidate"]), - (UniCase::ascii("decress"), &["decrees"]), - (UniCase::ascii("improbabile"), &["improbable"]), - (UniCase::ascii("overclocled"), &["overclocked"]), - (UniCase::ascii("braziliians"), &["brazilians"]), - (UniCase::ascii("parapharsed"), &["paraphrase"]), - (UniCase::ascii("neckbearders"), &["neckbeards"]), - (UniCase::ascii("assignemnt"), &["assignment"]), - (UniCase::ascii("bridman"), &["birdman"]), - (UniCase::ascii("positon"), &["position"]), - (UniCase::ascii("unsucesful"), &["unsuccessful"]), - (UniCase::ascii("slaughted"), &["slaughtered"]), - (UniCase::ascii("cemetarey"), &["cemetery"]), - (UniCase::ascii("ubsubscribed"), &["unsubscribed"]), - (UniCase::ascii("quereis"), &["queries"]), - (UniCase::ascii("undeniabely"), &["undeniably"]), - (UniCase::ascii("automoterator"), &["automoderator"]), - (UniCase::ascii("curriculm"), &["curriculum"]), - (UniCase::ascii("surveilence"), &["surveillance"]), - (UniCase::ascii("unahppy"), &["unhappy"]), - (UniCase::ascii("fingersi"), &["fingertips"]), - (UniCase::ascii("contempoary"), &["contemporary"]), - (UniCase::ascii("inspirerad"), &["inspired"]), - (UniCase::ascii("catholicsm"), &["catholicism"]), - (UniCase::ascii("presearing"), &["preserving"]), - (UniCase::ascii("interchangebale"), &["interchangeable"]), - (UniCase::ascii("vigliant"), &["vigilant"]), - (UniCase::ascii("inflitrator"), &["infiltrator"]), - (UniCase::ascii("conpassionate"), &["compassionate"]), - (UniCase::ascii("vriety"), &["variety"]), - (UniCase::ascii("simultaneoulsy"), &["simultaneously"]), - (UniCase::ascii("constaints"), &["constraints"]), - (UniCase::ascii("perpetraded"), &["perpetrated"]), - (UniCase::ascii("attachmet"), &["attachments"]), - (UniCase::ascii("convertirme"), &["converter"]), - (UniCase::ascii("cooridnate"), &["coordinate"]), - (UniCase::ascii("fingertops"), &["fingertips"]), - (UniCase::ascii("ogliarchy"), &["oligarchy"]), - (UniCase::ascii("childrends"), &["childrens"]), - (UniCase::ascii("submissons"), &["submissions"]), - (UniCase::ascii("accountabillity"), &["accountability"]), - (UniCase::ascii("favourtie"), &["favourite"]), - (UniCase::ascii("masterpeice"), &["masterpiece"]), - (UniCase::ascii("manifestors"), &["manifests"]), - (UniCase::ascii("desingage"), &["disengage"]), - (UniCase::ascii("distribuite"), &["distribute"]), - (UniCase::ascii("europenas"), &["europeans"]), - (UniCase::ascii("millionarie"), &["millionaire"]), - (UniCase::ascii("experementation"), &["experimentation"]), - (UniCase::ascii("mutilatin"), &["mutilation"]), - (UniCase::ascii("certificaiton"), &["certification"]), - (UniCase::ascii("implausble"), &["implausible"]), - (UniCase::ascii("faciliate"), &["facilitate"]), - (UniCase::ascii("validade"), &["validated"]), - (UniCase::ascii("miltiant"), &["militant"]), - (UniCase::ascii("destiantions"), &["destinations"]), - (UniCase::ascii("possibiliy"), &["possibility"]), - (UniCase::ascii("undestructible"), &["indestructible"]), - (UniCase::ascii("fascisation"), &["fascination"]), - (UniCase::ascii("fashiond"), &["fashioned"]), - (UniCase::ascii("everset"), &["everest"]), - (UniCase::ascii("prepetually"), &["perpetually"]), - (UniCase::ascii("shakesperean"), &["shakespeare"]), - (UniCase::ascii("deceptionist"), &["receptionist"]), - (UniCase::ascii("researchs"), &["researchers"]), - (UniCase::ascii("adbandon"), &["abandon"]), - (UniCase::ascii("convoulted"), &["convoluted"]), - (UniCase::ascii("misogonistic"), &["misogynistic"]), - (UniCase::ascii("achiveable"), &["achievable"]), - (UniCase::ascii("quailfy"), &["qualify"]), - (UniCase::ascii("unconsicously"), &["unconsciously"]), - (UniCase::ascii("infiltraitor"), &["infiltrator"]), - (UniCase::ascii("complciations"), &["complication"]), - (UniCase::ascii("versatel"), &["versatile"]), - (UniCase::ascii("socialicing"), &["socializing"]), - (UniCase::ascii("refereces"), &["references"]), - (UniCase::ascii("adventus"), &["adventures"]), - (UniCase::ascii("seziures"), &["seizures"]), - (UniCase::ascii("verstaile"), &["versatile"]), - (UniCase::ascii("repubic"), &["republic"]), - (UniCase::ascii("maneagable"), &["manageable"]), - (UniCase::ascii("organizarem"), &["organizer"]), - (UniCase::ascii("territority"), &["territory"]), - (UniCase::ascii("interstallar"), &["interstellar"]), - (UniCase::ascii("firefighers"), &["firefighters"]), - (UniCase::ascii("peridoic"), &["periodic"]), - (UniCase::ascii("isntalls"), &["installs"]), - (UniCase::ascii("resolutin"), &["resolutions"]), - (UniCase::ascii("methapor"), &["metaphor"]), - (UniCase::ascii("cleanliess"), &["cleanliness"]), - (UniCase::ascii("narcisisst"), &["narcissist"]), - (UniCase::ascii("demonstartes"), &["demonstrates"]), - (UniCase::ascii("arithmetisch"), &["arithmetic"]), - (UniCase::ascii("arisoft"), &["airsoft"]), - (UniCase::ascii("barbarina"), &["barbarian"]), - (UniCase::ascii("southernors"), &["southerners"]), - (UniCase::ascii("obersvers"), &["observers"]), - (UniCase::ascii("artificiel"), &["artificial"]), - (UniCase::ascii("depictes"), &["depicts"]), - (UniCase::ascii("hypokrites"), &["hypocrites"]), - (UniCase::ascii("unnecesary"), &["unnecessary"]), - (UniCase::ascii("formualte"), &["formulate"]), - (UniCase::ascii("administrativo"), &["administration"]), - (UniCase::ascii("cariciture"), &["caricature"]), - (UniCase::ascii("inahbitants"), &["inhabitants"]), - (UniCase::ascii("acsending"), &["ascending"]), - (UniCase::ascii("succees"), &["succeeds"]), - (UniCase::ascii("participatin"), &["participation"]), - (UniCase::ascii("requerimento"), &["requirement"]), - (UniCase::ascii("tempreature"), &["temperature"]), - (UniCase::ascii("munbers"), &["numbers"]), - (UniCase::ascii("definative"), &["definitive"]), - (UniCase::ascii("policitian"), &["politician"]), - (UniCase::ascii("schizophernia"), &["schizophrenia"]), - (UniCase::ascii("necessairly"), &["necessarily"]), - (UniCase::ascii("compatibile"), &["compatible"]), - (UniCase::ascii("sentencian"), &["sentencing"]), - (UniCase::ascii("mothebroard"), &["motherboards"]), - (UniCase::ascii("artmeis"), &["artemis"]), - (UniCase::ascii("conlcusion"), &["conclusion"]), - (UniCase::ascii("speciliazation"), &["specialization"]), - (UniCase::ascii("crusies"), &["cruises"]), - (UniCase::ascii("transformase"), &["transforms"]), - (UniCase::ascii("bluetooh"), &["bluetooth"]), - (UniCase::ascii("invariablly"), &["invariably"]), - (UniCase::ascii("phongraph"), &["phonograph"]), - (UniCase::ascii("resintall"), &["reinstall"]), - (UniCase::ascii("explaintory"), &["explanatory"]), - (UniCase::ascii("satisy"), &["satisfy"]), - (UniCase::ascii("skepticles"), &["skeptics"]), - (UniCase::ascii("susceptiable"), &["susceptible"]), - (UniCase::ascii("subsedized"), &["subsidized"]), - (UniCase::ascii("meditereanean"), &["mediterranean"]), - (UniCase::ascii("tihkn"), &["think"]), - (UniCase::ascii("torunament"), &["tournament"]), - (UniCase::ascii("businesmen"), &["businessmen"]), - (UniCase::ascii("minneaoplis"), &["minneapolis"]), - (UniCase::ascii("attirtion"), &["attrition"]), - (UniCase::ascii("mandaste"), &["mandates"]), - (UniCase::ascii("compitent"), &["competent"]), - (UniCase::ascii("transohobic"), &["transphobic"]), - (UniCase::ascii("termendously"), &["tremendously"]), - (UniCase::ascii("toothrbush"), &["toothbrush"]), - (UniCase::ascii("exceptionnal"), &["exceptional"]), - (UniCase::ascii("efficientcy"), &["efficiently"]), - (UniCase::ascii("contextura"), &["contextual"]), - (UniCase::ascii("minitaure"), &["miniature"]), - (UniCase::ascii("catholisicm"), &["catholicism"]), - (UniCase::ascii("competitin"), &["competitions"]), - (UniCase::ascii("trasngender"), &["transgender"]), - (UniCase::ascii("supremicist"), &["supremacist"]), - (UniCase::ascii("deplacements"), &["replacements"]), - (UniCase::ascii("slavage"), &["salvage"]), - (UniCase::ascii("assistendo"), &["assisted"]), - (UniCase::ascii("disparingly"), &["disparagingly"]), - (UniCase::ascii("tortialls"), &["tortillas"]), - (UniCase::ascii("organsie"), &["organise"]), - (UniCase::ascii("conglaturation"), &["congratulations"]), - (UniCase::ascii("harased"), &["harassed"]), - (UniCase::ascii("sunifre"), &["sunfire"]), - (UniCase::ascii("quailfiers"), &["qualifiers"]), - (UniCase::ascii("errupted"), &["erupted"]), - (UniCase::ascii("chromosmes"), &["chromosomes"]), - (UniCase::ascii("regrests"), &["regress"]), - (UniCase::ascii("adminstrate"), &["administrate"]), - (UniCase::ascii("initmately"), &["intimately"]), - (UniCase::ascii("ecoligical"), &["ecological"]), - (UniCase::ascii("assocaites"), &["associates"]), - (UniCase::ascii("euphroic"), &["euphoric"]), - (UniCase::ascii("definitevely"), &["definitively"]), - (UniCase::ascii("friendlis"), &["friendlies"]), - (UniCase::ascii("defualt"), &["default"]), - (UniCase::ascii("genuinelly"), &["genuinely"]), - (UniCase::ascii("catalgoue"), &["catalogue"]), - (UniCase::ascii("introvers"), &["introverts"]), - (UniCase::ascii("perpetuas"), &["perpetuates"]), - (UniCase::ascii("imbalenced"), &["imbalanced"]), - (UniCase::ascii("implict"), &["implicit"]), - (UniCase::ascii("guarunteed"), &["guaranteed"]), - (UniCase::ascii("anomolous"), &["anomalous"]), - (UniCase::ascii("impossiblity"), &["impossibly"]), - (UniCase::ascii("negociating"), &["negotiating"]), - (UniCase::ascii("individuella"), &["individual"]), - (UniCase::ascii("flordia"), &["florida"]), - (UniCase::ascii("portabillity"), &["portability"]), - (UniCase::ascii("teapsoon"), &["teaspoon"]), - (UniCase::ascii("inturrupting"), &["interrupting"]), - (UniCase::ascii("surroundes"), &["surrounds"]), - (UniCase::ascii("terriroty"), &["territory"]), - (UniCase::ascii("continient"), &["contingent"]), - (UniCase::ascii("resticted"), &["restricted"]), - (UniCase::ascii("announcemet"), &["announcements"]), - (UniCase::ascii("fountian"), &["fountain"]), - (UniCase::ascii("assualts"), &["assaults"]), - (UniCase::ascii("varaint"), &["variant"]), - (UniCase::ascii("achieveble"), &["achievable"]), - (UniCase::ascii("snowflaek"), &["snowflake"]), - (UniCase::ascii("mainstreem"), &["mainstream"]), - (UniCase::ascii("intolerante"), &["intolerance"]), - (UniCase::ascii("partick"), &["patrick"]), - (UniCase::ascii("legalizare"), &["legalize"]), - (UniCase::ascii("clipbaord"), &["clipboard"]), - (UniCase::ascii("difficuly"), &["difficulty"]), - (UniCase::ascii("geographia"), &["geographical"]), - (UniCase::ascii("broncoes"), &["broncos"]), - (UniCase::ascii("citizinship"), &["citizenship"]), - (UniCase::ascii("resteraunt"), &["restaurant"]), - (UniCase::ascii("clarskon"), &["clarkson"]), - (UniCase::ascii("consituted"), &["constituted"]), - (UniCase::ascii("funcitonal"), &["functional"]), - (UniCase::ascii("prohpecies"), &["prophecies"]), - (UniCase::ascii("emphatizing"), &["emphasizing"]), - (UniCase::ascii("somethigns"), &["somethings"]), - (UniCase::ascii("intiminated"), &["intimidated"]), - (UniCase::ascii("sancturay"), &["sanctuary"]), - (UniCase::ascii("nutirent"), &["nutrient"]), - (UniCase::ascii("socializng"), &["socializing"]), - (UniCase::ascii("cesspoool"), &["cesspool"]), - (UniCase::ascii("uncertaintly"), &["uncertainty"]), - (UniCase::ascii("gaurdian"), &["guardian"]), - (UniCase::ascii("nationalistische"), &["nationalistic"]), - (UniCase::ascii("recompence"), &["recompense"]), - (UniCase::ascii("exponencially"), &["exponentially"]), - (UniCase::ascii("charicterization"), &["characterization"]), - (UniCase::ascii("massachusettes"), &["massachusetts"]), - (UniCase::ascii("ideologiske"), &["ideologies"]), - (UniCase::ascii("deficeint"), &["deficient"]), - (UniCase::ascii("rendezous"), &["rendezvous"]), - (UniCase::ascii("simplfy"), &["simplify"]), - (UniCase::ascii("inexplicabil"), &["inexplicably"]), - (UniCase::ascii("condescencion"), &["condescension"]), - (UniCase::ascii("contiunally"), &["continually"]), - (UniCase::ascii("trustowrthy"), &["trustworthy"]), - (UniCase::ascii("tentalces"), &["tentacles"]), - (UniCase::ascii("proporition"), &["proposition"]), - (UniCase::ascii("babysittng"), &["babysitting"]), - (UniCase::ascii("inticracies"), &["intricacies"]), - (UniCase::ascii("ganerate"), &["generate"]), - (UniCase::ascii("subsidie"), &["subsidized"]), - (UniCase::ascii("maintainig"), &["maintaining"]), - (UniCase::ascii("unbreakabke"), &["unbreakable"]), - (UniCase::ascii("qualitying"), &["qualifying"]), - (UniCase::ascii("heigths"), &["heights"]), - (UniCase::ascii("arbitralily"), &["arbitrarily"]), - (UniCase::ascii("overlauded"), &["overloaded"]), - (UniCase::ascii("troubleshotting"), &["troubleshooting"]), - (UniCase::ascii("temparature"), &["temperature"]), - (UniCase::ascii("contributs"), &["contributes"]), - (UniCase::ascii("mainfesto"), &["manifesto"]), - (UniCase::ascii("pestizides"), &["pesticides"]), - (UniCase::ascii("consonents"), &["consonants"]), - (UniCase::ascii("detriot"), &["detroit"]), - (UniCase::ascii("ganes"), &["games"]), - (UniCase::ascii("asbestoast"), &["asbestos"]), - (UniCase::ascii("littlepinger"), &["littlefinger"]), - (UniCase::ascii("lonley"), &["lonely"]), - (UniCase::ascii("disgustigly"), &["disgustingly"]), - (UniCase::ascii("homosexaul"), &["homosexual"]), - (UniCase::ascii("techincally"), &["technically"]), - (UniCase::ascii("monstrasity"), &["monstrosity"]), - (UniCase::ascii("soundtracs"), &["soundtracks"]), - (UniCase::ascii("criticisim"), &["criticism"]), - (UniCase::ascii("formallize"), &["formalize"]), - (UniCase::ascii("hellvua"), &["helluva"]), - (UniCase::ascii("simplet"), &["simplest"]), - (UniCase::ascii("portras"), &["portrays"]), - (UniCase::ascii("ideologis"), &["ideologies"]), - (UniCase::ascii("diagonsis"), &["diagnosis"]), - (UniCase::ascii("condesned"), &["condensed"]), - (UniCase::ascii("aquaintance"), &["acquaintance"]), - (UniCase::ascii("hambruger"), &["hamburger"]), - (UniCase::ascii("comparsion"), &["comparison"]), - (UniCase::ascii("equivalant"), &["equivalent"]), - (UniCase::ascii("occaison"), &["occasion"]), - (UniCase::ascii("extraterrestials"), &["extraterrestrials"]), - (UniCase::ascii("roundabounts"), &["roundabout"]), - (UniCase::ascii("tailsman"), &["talisman"]), - (UniCase::ascii("pervertes"), &["perverse"]), - (UniCase::ascii("redners"), &["renders"]), - (UniCase::ascii("synegry"), &["synergy"]), - (UniCase::ascii("patriotas"), &["patriots"]), - (UniCase::ascii("clickbat"), &["clickbait"]), - (UniCase::ascii("porportionally"), &["proportionally"]), - (UniCase::ascii("incompatiable"), &["incompatible"]), - (UniCase::ascii("bigrading"), &["brigading"]), - (UniCase::ascii("denominato"), &["denomination"]), - (UniCase::ascii("professionalsim"), &["professionalism"]), - (UniCase::ascii("paranornal"), &["paranormal"]), - (UniCase::ascii("dispesnary"), &["dispensary"]), - (UniCase::ascii("conversatism"), &["conservatism"]), - (UniCase::ascii("competitioners"), &["competitions"]), - (UniCase::ascii("countrywise"), &["countryside"]), - (UniCase::ascii("toothbruth"), &["toothbrush"]), - (UniCase::ascii("doccument"), &["document"]), - (UniCase::ascii("formatings"), &["formations"]), - (UniCase::ascii("modifikation"), &["modification"]), - (UniCase::ascii("obssessed"), &["obsessed"]), - (UniCase::ascii("paradimes"), &["paradise"]), - (UniCase::ascii("investigativo"), &["investigation"]), - (UniCase::ascii("skepticals"), &["skeptics"]), - (UniCase::ascii("artifcat"), &["artifact"]), - (UniCase::ascii("retrocatively"), &["retroactively"]), - (UniCase::ascii("attendence"), &["attendance"]), - (UniCase::ascii("seperatism"), &["separatism"]), - (UniCase::ascii("refrigirator"), &["refrigerator"]), - (UniCase::ascii("descirbe"), &["describe"]), - (UniCase::ascii("forskaen"), &["forsaken"]), - (UniCase::ascii("kurbick"), &["kubrick"]), - (UniCase::ascii("unnecesserily"), &["unnecessarily"]), - (UniCase::ascii("tehnically"), &["ethnically"]), - (UniCase::ascii("whants"), &["wants"]), - (UniCase::ascii("micorphones"), &["microphones"]), - (UniCase::ascii("unnessecary"), &["unnecessary"]), - (UniCase::ascii("schisophrenic"), &["schizophrenic"]), - (UniCase::ascii("appreicating"), &["appreciating"]), - (UniCase::ascii("constitutionnal"), &["constitutional"]), - (UniCase::ascii("legitemacy"), &["legitimacy"]), - (UniCase::ascii("overpirced"), &["overpriced"]), - (UniCase::ascii("registeries"), &["registers"]), - (UniCase::ascii("blueberrry"), &["blueberry"]), - (UniCase::ascii("stutterring"), &["stuttering"]), - (UniCase::ascii("decifits"), &["deficits"]), - (UniCase::ascii("homeopaty"), &["homeopathy"]), - (UniCase::ascii("precedeed"), &["preceded"]), - (UniCase::ascii("caliofrnia"), &["californian"]), - (UniCase::ascii("donwgraded"), &["downgraded"]), - (UniCase::ascii("aledges"), &["alleges"]), - (UniCase::ascii("fantasazing"), &["fantasizing"]), - (UniCase::ascii("langauge"), &["language"]), - (UniCase::ascii("spagehtti"), &["spaghetti"]), - (UniCase::ascii("spoiles"), &["spoilers"]), - (UniCase::ascii("powerhosue"), &["powerhouse"]), - (UniCase::ascii("componsate"), &["compensate"]), - (UniCase::ascii("dermatolagist"), &["dermatologist"]), - (UniCase::ascii("grizzley"), &["grizzly"]), - (UniCase::ascii("uninteristing"), &["uninteresting"]), - (UniCase::ascii("recitfy"), &["rectify"]), - (UniCase::ascii("constrating"), &["constraint"]), - (UniCase::ascii("purchacing"), &["purchasing"]), - (UniCase::ascii("introverse"), &["introverts"]), - (UniCase::ascii("definitivno"), &["definition"]), - (UniCase::ascii("shortenend"), &["shortened"]), - (UniCase::ascii("victimes"), &["victims"]), - (UniCase::ascii("needleslly"), &["needlessly"]), - (UniCase::ascii("ampehtamines"), &["amphetamines"]), - (UniCase::ascii("staurdays"), &["saturdays"]), - (UniCase::ascii("amtheyst"), &["amethyst"]), - (UniCase::ascii("orientato"), &["orientation"]), - (UniCase::ascii("fecthes"), &["fetches"]), - (UniCase::ascii("productino"), &["productions"]), - (UniCase::ascii("contanimated"), &["contaminated"]), - (UniCase::ascii("merceneries"), &["mercenaries"]), - (UniCase::ascii("biologicaly"), &["biologically"]), - (UniCase::ascii("secerts"), &["secrets"]), - (UniCase::ascii("heorine"), &["heroine"]), - (UniCase::ascii("funnilly"), &["funnily"]), - (UniCase::ascii("liberatin"), &["liberation"]), - (UniCase::ascii("masoginistic"), &["misogynistic"]), - (UniCase::ascii("modle"), &["model"]), - (UniCase::ascii("cannoical"), &["canonical"]), - (UniCase::ascii("embasssy"), &["embassy"]), - (UniCase::ascii("kompensation"), &["compensation"]), - (UniCase::ascii("devestating"), &["devastating"]), - (UniCase::ascii("exaggeratin"), &["exaggeration"]), - (UniCase::ascii("rebuliding"), &["rebuilding"]), - (UniCase::ascii("tailord"), &["tailored"]), - (UniCase::ascii("undenaible"), &["undeniable"]), - (UniCase::ascii("organismen"), &["organise"]), - (UniCase::ascii("exorbatant"), &["exorbitant"]), - (UniCase::ascii("invalidas"), &["invalidates"]), - (UniCase::ascii("unrealisitic"), &["unrealistic"]), - (UniCase::ascii("undesrtand"), &["understands"]), - (UniCase::ascii("formuals"), &["formulas"]), - (UniCase::ascii("microscoptic"), &["microscopic"]), - (UniCase::ascii("inferioare"), &["inferior"]), - (UniCase::ascii("cahracters"), &["characters"]), - (UniCase::ascii("congergation"), &["congregation"]), - (UniCase::ascii("resemblense"), &["resembles"]), - (UniCase::ascii("colonizacion"), &["colonization"]), - (UniCase::ascii("socioeconimc"), &["socioeconomic"]), - (UniCase::ascii("intencional"), &["intentional"]), - (UniCase::ascii("prodominantly"), &["predominantly"]), - (UniCase::ascii("palistinian"), &["palestinian"]), - (UniCase::ascii("responsabilities"), &["responsibilities"]), - (UniCase::ascii("cinematogrophy"), &["cinematography"]), - (UniCase::ascii("consumirem"), &["consumerism"]), - (UniCase::ascii("mccarthyst"), &["mccarthyist"]), - (UniCase::ascii("infered"), &["inferred"]), - (UniCase::ascii("principlaity"), &["principality"]), - (UniCase::ascii("diffirentiate"), &["differentiate"]), - (UniCase::ascii("directroy"), &["directory"]), - (UniCase::ascii("fufilled"), &["fulfilled"]), - (UniCase::ascii("ect"), &["etc"]), - (UniCase::ascii("implimenation"), &["implementation"]), - (UniCase::ascii("endlessy"), &["endlessly"]), - (UniCase::ascii("bluebrints"), &["blueprints"]), - (UniCase::ascii("legalizaton"), &["legalization"]), - (UniCase::ascii("agrieved"), &["aggrieved"]), - (UniCase::ascii("constructiong"), &["constructing"]), - (UniCase::ascii("confidentally"), &["confidentially"]), - (UniCase::ascii("immatureity"), &["immaturity"]), - (UniCase::ascii("dishinored"), &["dishonored"]), - (UniCase::ascii("expolding"), &["exploding"]), - (UniCase::ascii("harvasting"), &["harvesting"]), - (UniCase::ascii("hurrycanes"), &["hurricanes"]), - (UniCase::ascii("commisioner"), &["commissioner"]), - (UniCase::ascii("symphaty"), &["sympathy"]), - (UniCase::ascii("interfers"), &["interferes"]), - (UniCase::ascii("duaghters"), &["daughters"]), - (UniCase::ascii("gagdets"), &["gadgets"]), - (UniCase::ascii("hitboxers"), &["hitboxes"]), - (UniCase::ascii("happend"), &["happened"]), - (UniCase::ascii("inhertied"), &["inherited"]), - (UniCase::ascii("availabillity"), &["availability"]), - (UniCase::ascii("bizzare"), &["bizarre"]), - (UniCase::ascii("noteworhty"), &["noteworthy"]), - (UniCase::ascii("wendesdays"), &["wednesdays"]), - (UniCase::ascii("countryies"), &["countryside"]), - (UniCase::ascii("tremendos"), &["tremendous"]), - (UniCase::ascii("imaganative"), &["imaginative"]), - (UniCase::ascii("playofs"), &["playoffs"]), - (UniCase::ascii("relfects"), &["reflects"]), - (UniCase::ascii("caluclators"), &["calculators"]), - (UniCase::ascii("submergered"), &["submerged"]), - (UniCase::ascii("zionsit"), &["zionist"]), - (UniCase::ascii("missionera"), &["missionary"]), - (UniCase::ascii("disapointing"), &["disappointing"]), - (UniCase::ascii("deminsional"), &["dimensional"]), - (UniCase::ascii("manifestano"), &["manifesto"]), - (UniCase::ascii("photograps"), &["photographs"]), - (UniCase::ascii("drakest"), &["darkest"]), - (UniCase::ascii("inflatible"), &["inflatable"]), - (UniCase::ascii("perihperal"), &["peripheral"]), - (UniCase::ascii("interferance"), &["interference"]), - (UniCase::ascii("discharded"), &["discharged"]), - (UniCase::ascii("reyonlds"), &["reynolds"]), - (UniCase::ascii("concnetration"), &["concentrations"]), - (UniCase::ascii("conatiner"), &["container"]), - (UniCase::ascii("tailban"), &["taliban"]), - (UniCase::ascii("repetion"), &["repetition"]), - (UniCase::ascii("propogates"), &["propagates"]), - (UniCase::ascii("transmissin"), &["transmissions"]), - (UniCase::ascii("hamburgr"), &["hamburgers"]), - (UniCase::ascii("embarasssing"), &["embarassing"]), - (UniCase::ascii("dymanics"), &["dynamics"]), - (UniCase::ascii("forminable"), &["formidable"]), - (UniCase::ascii("alteracion"), &["alteration"]), - (UniCase::ascii("kidnergarten"), &["kindergarten"]), - (UniCase::ascii("squrriels"), &["squirrels"]), - (UniCase::ascii("monoploy"), &["monopoly"]), - (UniCase::ascii("depressin"), &["depression"]), - (UniCase::ascii("cuztomization"), &["customization"]), - (UniCase::ascii("philippinoes"), &["philippines"]), - (UniCase::ascii("cartdrige"), &["cartridge"]), - (UniCase::ascii("durabillity"), &["durability"]), - (UniCase::ascii("colonozation"), &["colonization"]), - (UniCase::ascii("movepseed"), &["movespeed"]), - (UniCase::ascii("compeltes"), &["completes"]), - (UniCase::ascii("siutational"), &["situational"]), - (UniCase::ascii("mechanims"), &["mechanism"]), - (UniCase::ascii("salaris"), &["salaries"]), - (UniCase::ascii("meaninng"), &["meaning"]), - (UniCase::ascii("beliveable"), &["believable"]), - (UniCase::ascii("fundemental"), &["fundamental"]), - (UniCase::ascii("purused"), &["pursued"]), - (UniCase::ascii("braodcast"), &["broadcast"]), - (UniCase::ascii("goregous"), &["gorgeous"]), - (UniCase::ascii("constitutues"), &["constitute"]), - (UniCase::ascii("inprovements"), &["improvements"]), - (UniCase::ascii("allegric"), &["allergic"]), - (UniCase::ascii("applicatons"), &["applications"]), - (UniCase::ascii("immitator"), &["imitator"]), - (UniCase::ascii("definitelly"), &["definitely"]), - (UniCase::ascii("pennsylvnia"), &["pennsylvania"]), - (UniCase::ascii("specailizes"), &["specializes"]), - (UniCase::ascii("condmened"), &["condemned"]), - (UniCase::ascii("righetous"), &["righteous"]), - (UniCase::ascii("environemntal"), &["environmental"]), - (UniCase::ascii("principielt"), &["principle"]), - (UniCase::ascii("wallpapr"), &["wallpapers"]), - (UniCase::ascii("similiarty"), &["similarity"]), - (UniCase::ascii("disgustosi"), &["disgusts"]), - (UniCase::ascii("homosexualiy"), &["homosexuality"]), - (UniCase::ascii("cabients"), &["cabinets"]), - (UniCase::ascii("manouvers"), &["maneuvers"]), - (UniCase::ascii("philadelpia"), &["philadelphia"]), - (UniCase::ascii("rebuildt"), &["rebuilt"]), - (UniCase::ascii("inlcine"), &["incline"]), - (UniCase::ascii("immaturaty"), &["immaturity"]), - (UniCase::ascii("bithces"), &["bitches"]), - (UniCase::ascii("fertilizar"), &["fertilizer"]), - (UniCase::ascii("patirot"), &["patriot"]), - (UniCase::ascii("konw"), &["know"]), - (UniCase::ascii("comtaminated"), &["contaminated"]), - (UniCase::ascii("programas"), &["programs"]), - (UniCase::ascii("predujices"), &["prejudices"]), - (UniCase::ascii("abosrbs"), &["absorbs"]), - (UniCase::ascii("phycisists"), &["physicists"]), - (UniCase::ascii("neckboards"), &["neckbeards"]), - (UniCase::ascii("identifyed"), &["identified"]), - (UniCase::ascii("headshoots"), &["headshot"]), - (UniCase::ascii("unbelievablely"), &["unbelievably"]), - (UniCase::ascii("responsibily"), &["responsibility"]), - (UniCase::ascii("billingualism"), &["bilingualism"]), - (UniCase::ascii("disappearnce"), &["disappearance"]), - (UniCase::ascii("aqcuaintance"), &["acquaintance"]), - (UniCase::ascii("conversoin"), &["conversions"]), - (UniCase::ascii("alternatie"), &["alternatives"]), - (UniCase::ascii("ostentibly"), &["ostensibly"]), - (UniCase::ascii("insanelly"), &["insanely"]), - (UniCase::ascii("imprioned"), &["imprisoned"]), - (UniCase::ascii("asshates"), &["asshats"]), - (UniCase::ascii("brasillian"), &["brazilian"]), - (UniCase::ascii("halluzination"), &["hallucination"]), - (UniCase::ascii("withdrawl"), &["withdrawal"]), - (UniCase::ascii("bethesa"), &["bethesda"]), - (UniCase::ascii("bastino"), &["bastion"]), - (UniCase::ascii("shelvers"), &["shelves"]), - (UniCase::ascii("privilegies"), &["privilege"]), - (UniCase::ascii("bulletprooof"), &["bulletproof"]), - (UniCase::ascii("ocasion"), &["occasion"]), - (UniCase::ascii("proponenet"), &["proponent"]), - (UniCase::ascii("participe"), &["participate"]), - (UniCase::ascii("condescensing"), &["condescension"]), - (UniCase::ascii("hanlder"), &["handler"]), - (UniCase::ascii("extensivley"), &["extensively"]), - (UniCase::ascii("intrduced"), &["introduced"]), - (UniCase::ascii("illumunati"), &["illuminati"]), - (UniCase::ascii("concidering"), &["considering"]), - (UniCase::ascii("ashpalt"), &["asphalt"]), - (UniCase::ascii("corsshair"), &["crosshair"]), - (UniCase::ascii("diffuculties"), &["difficulties"]), - (UniCase::ascii("adventourus"), &["adventurous"]), - (UniCase::ascii("implementato"), &["implementation"]), - (UniCase::ascii("survivours"), &["survivor"]), - (UniCase::ascii("indigeneous"), &["indigenous"]), - (UniCase::ascii("correctons"), &["corrections"]), - (UniCase::ascii("comfirmation"), &["confirmation"]), - (UniCase::ascii("failurs"), &["failures"]), - (UniCase::ascii("vertgio"), &["vertigo"]), - (UniCase::ascii("artistc"), &["artistic"]), - (UniCase::ascii("factualy"), &["factually"]), - (UniCase::ascii("unpredictabe"), &["unpredictable"]), - (UniCase::ascii("expendeture"), &["expenditure"]), - (UniCase::ascii("apparentely"), &["apparently"]), - (UniCase::ascii("commtiment"), &["commitments"]), - (UniCase::ascii("golbins"), &["goblins"]), - (UniCase::ascii("proposito"), &["proposition"]), - (UniCase::ascii("announcemnet"), &["announcements"]), - (UniCase::ascii("paltinum"), &["platinum"]), - (UniCase::ascii("tralier"), &["trailer"]), - (UniCase::ascii("silhouete"), &["silhouette"]), - (UniCase::ascii("butterfiles"), &["butterflies"]), - (UniCase::ascii("horribley"), &["horribly"]), - (UniCase::ascii("pateints"), &["patients"]), - (UniCase::ascii("vernaculaire"), &["vernacular"]), - (UniCase::ascii("brillant"), &["brilliant"]), - (UniCase::ascii("screenwrighter"), &["screenwriter"]), - (UniCase::ascii("extradiction"), &["extradition"]), - (UniCase::ascii("serached"), &["searched"]), - (UniCase::ascii("hallicunation"), &["hallucination"]), - (UniCase::ascii("millinnium"), &["millennium"]), - (UniCase::ascii("versatality"), &["versatility"]), - (UniCase::ascii("gunslanger"), &["gunslinger"]), - (UniCase::ascii("compromized"), &["compromised"]), - (UniCase::ascii("scratchs"), &["scratches"]), - (UniCase::ascii("opposiste"), &["opposites"]), - (UniCase::ascii("algoritmes"), &["algorithms"]), - (UniCase::ascii("suplimented"), &["supplemented"]), - (UniCase::ascii("vitories"), &["victories"]), - (UniCase::ascii("hybrides"), &["hybrids"]), - (UniCase::ascii("minimalisity"), &["minimalist"]), - (UniCase::ascii("springst"), &["sprints"]), - (UniCase::ascii("recomend"), &["recommend"]), - (UniCase::ascii("orgainsation"), &["organisation"]), - (UniCase::ascii("investagate"), &["investigate"]), - (UniCase::ascii("transparentcy"), &["transparency"]), - (UniCase::ascii("arithemtic"), &["arithmetic"]), - (UniCase::ascii("exposse"), &["exposes"]), - (UniCase::ascii("predictie"), &["predictive"]), - (UniCase::ascii("supose"), &["suppose"]), - (UniCase::ascii("compenstate"), &["compensate"]), - (UniCase::ascii("ridiculoussness"), &["ridiculousness"]), - (UniCase::ascii("californina"), &["californian"]), - (UniCase::ascii("vaugely"), &["vaguely"]), - (UniCase::ascii("destruktion"), &["destruction"]), - (UniCase::ascii("considerato"), &["consideration"]), - (UniCase::ascii("skillslots"), &["skillshots"]), - (UniCase::ascii("motherbaord"), &["motherboard"]), - (UniCase::ascii("reevaulated"), &["reevaluate"]), - (UniCase::ascii("restrics"), &["restricts"]), - (UniCase::ascii("dolphines"), &["dolphins"]), - (UniCase::ascii("euhporia"), &["euphoria"]), - (UniCase::ascii("nutritent"), &["nutrient"]), - (UniCase::ascii("artistas"), &["artists"]), - (UniCase::ascii("notciable"), &["noticable"]), - (UniCase::ascii("johanine"), &["johannine"]), - (UniCase::ascii("ejaculatte"), &["ejaculate"]), - (UniCase::ascii("skillsofts"), &["skillshots"]), - (UniCase::ascii("nostalgija"), &["nostalgia"]), - (UniCase::ascii("scientits"), &["scientist"]), - (UniCase::ascii("collumn"), &["column"]), - (UniCase::ascii("abrupty"), &["abruptly"]), - (UniCase::ascii("cardboad"), &["cardboard"]), - (UniCase::ascii("prosthethic"), &["prosthetic"]), - (UniCase::ascii("mathematicly"), &["mathematical"]), - (UniCase::ascii("tournemants"), &["tournaments"]), - (UniCase::ascii("tourisim"), &["tourism"]), - (UniCase::ascii("troubleshooot"), &["troubleshoot"]), - (UniCase::ascii("disadvanteged"), &["disadvantaged"]), - (UniCase::ascii("mhytical"), &["mythical"]), - (UniCase::ascii("picthers"), &["pitchers"]), - (UniCase::ascii("specualtions"), &["speculation"]), - (UniCase::ascii("irrelivant"), &["irrelevant"]), - (UniCase::ascii("recipees"), &["recipes"]), - (UniCase::ascii("carribean"), &["caribbean"]), - (UniCase::ascii("costumizations"), &["customization"]), - (UniCase::ascii("mosqutio"), &["mosquito"]), - (UniCase::ascii("matterss"), &["mattress"]), - (UniCase::ascii("mathewes"), &["mathews"]), - (UniCase::ascii("coordinador"), &["coordinator"]), - (UniCase::ascii("sentemental"), &["sentimental"]), - (UniCase::ascii("scurtiny"), &["scrutiny"]), - (UniCase::ascii("srirachia"), &["sriracha"]), - (UniCase::ascii("illustratin"), &["illustrations"]), - (UniCase::ascii("functionable"), &["functional"]), - (UniCase::ascii("isntruments"), &["instruments"]), - (UniCase::ascii("tranzitions"), &["transitions"]), - (UniCase::ascii("respesct"), &["respects"]), - (UniCase::ascii("pedestrains"), &["pedestrians"]), - (UniCase::ascii("pregnanices"), &["pregnancies"]), - (UniCase::ascii("unbrearable"), &["unbreakable"]), - (UniCase::ascii("provinciaal"), &["provincial"]), - (UniCase::ascii("unusuable"), &["unusable"]), - (UniCase::ascii("chromasome"), &["chromosome"]), - (UniCase::ascii("photagraphers"), &["photographers"]), - (UniCase::ascii("cancellato"), &["cancellation"]), - (UniCase::ascii("unanymous"), &["unanimous"]), - (UniCase::ascii("transfering"), &["transferring"]), - (UniCase::ascii("distiungished"), &["distinguished"]), - (UniCase::ascii("stong"), &["strong"]), - (UniCase::ascii("effectionate"), &["affectionate"]), - (UniCase::ascii("zoinist"), &["zionist"]), - (UniCase::ascii("vicitmized"), &["victimized"]), - (UniCase::ascii("mircowaves"), &["microwaves"]), - (UniCase::ascii("ultimatley"), &["ultimately"]), - (UniCase::ascii("gourmelt"), &["gourmet"]), - (UniCase::ascii("exisitng"), &["existing"]), - (UniCase::ascii("costomizable"), &["customizable"]), - (UniCase::ascii("somethinng"), &["somethings"]), - (UniCase::ascii("mucnhies"), &["munchies"]), - (UniCase::ascii("aquainted"), &["acquainted"]), - (UniCase::ascii("hemlets"), &["helmets"]), - (UniCase::ascii("visting"), &["visiting"]), - (UniCase::ascii("enchancement"), &["enhancement"]), - (UniCase::ascii("euorpean"), &["european"]), - (UniCase::ascii("powerhorse"), &["powerhouse"]), - (UniCase::ascii("civilizatons"), &["civilizations"]), - (UniCase::ascii("restrittive"), &["restrictive"]), - (UniCase::ascii("satellie"), &["satellites"]), - (UniCase::ascii("chinees"), &["chinese"]), - (UniCase::ascii("intervenue"), &["intervene"]), - (UniCase::ascii("intimidad"), &["intimidated"]), - (UniCase::ascii("reserrection"), &["resurrection"]), - (UniCase::ascii("exlposion"), &["explosion"]), - (UniCase::ascii("formallity"), &["formally"]), - (UniCase::ascii("jamsine"), &["jasmine"]), - (UniCase::ascii("unappropriate"), &["inappropriate"]), - (UniCase::ascii("buhddism"), &["buddhism"]), - (UniCase::ascii("optimizied"), &["optimize"]), - (UniCase::ascii("translationg"), &["translating"]), - (UniCase::ascii("collobarate"), &["collaborate"]), - (UniCase::ascii("clasification"), &["clarification"]), - (UniCase::ascii("inadverdently"), &["inadvertently"]), - (UniCase::ascii("spectaculair"), &["spectacular"]), - (UniCase::ascii("rehersal"), &["rehearsal"]), - (UniCase::ascii("unrepentent"), &["unrepentant"]), - (UniCase::ascii("evolutionairy"), &["evolutionary"]), - (UniCase::ascii("spaltoon"), &["splatoon"]), - (UniCase::ascii("totalitara"), &["totalitarian"]), - (UniCase::ascii("capacitaron"), &["capacitor"]), - (UniCase::ascii("relfection"), &["reflection"]), - (UniCase::ascii("skpeticism"), &["skepticism"]), - (UniCase::ascii("electroal"), &["electoral"]), - (UniCase::ascii("industriels"), &["industries"]), - (UniCase::ascii("discoverd"), &["discovered"]), - (UniCase::ascii("lispticks"), &["lipsticks"]), - (UniCase::ascii("competitivly"), &["competitively"]), - (UniCase::ascii("affirmitive"), &["affirmative"]), - (UniCase::ascii("guardiands"), &["guardians"]), - (UniCase::ascii("coprorations"), &["corporations"]), - (UniCase::ascii("eliminaste"), &["eliminates"]), - (UniCase::ascii("invaraibly"), &["invariably"]), - (UniCase::ascii("anual"), &["annual"]), - (UniCase::ascii("nostaliga"), &["nostalgia"]), - (UniCase::ascii("affiars"), &["affairs"]), - (UniCase::ascii("aborigene"), &["aborigine"]), - (UniCase::ascii("babysiting"), &["babysitting"]), - (UniCase::ascii("referandum"), &["referendum"]), - (UniCase::ascii("appearnace"), &["appearances"]), - (UniCase::ascii("bicthes"), &["bitches"]), - (UniCase::ascii("revolutoin"), &["revolutions"]), - (UniCase::ascii("parrallell"), &["parallel"]), - (UniCase::ascii("presidante"), &["presidents"]), - (UniCase::ascii("violetas"), &["violates"]), - (UniCase::ascii("presentes"), &["presents"]), - (UniCase::ascii("psychiatic"), &["psychiatric"]), - (UniCase::ascii("atrocitites"), &["atrocities"]), - (UniCase::ascii("weathliest"), &["wealthiest"]), - (UniCase::ascii("eachotehr"), &["eachother"]), - (UniCase::ascii("birgade"), &["brigade"]), - (UniCase::ascii("catastraphic"), &["catastrophic"]), - (UniCase::ascii("vietnamees"), &["vietnamese"]), - (UniCase::ascii("volonteered"), &["volunteered"]), - (UniCase::ascii("publisger"), &["publisher"]), - (UniCase::ascii("brunettte"), &["brunette"]), - (UniCase::ascii("investiagtions"), &["investigations"]), - (UniCase::ascii("dictionaires"), &["dictionaries"]), - (UniCase::ascii("warrante"), &["warranties"]), - (UniCase::ascii("hypotheiss"), &["hypotheses"]), - (UniCase::ascii("collest"), &["collects"]), - (UniCase::ascii("microtranasctions"), &["microtransactions"]), - (UniCase::ascii("traverlers"), &["traverse"]), - (UniCase::ascii("legitimancy"), &["legitimacy"]), - (UniCase::ascii("conciously"), &["consciously"]), - (UniCase::ascii("manipulare"), &["manipulate"]), - (UniCase::ascii("dividendos"), &["dividends"]), - (UniCase::ascii("requeriment"), &["requirement"]), - (UniCase::ascii("installeert"), &["installer"]), - (UniCase::ascii("colonialsim"), &["colonialism"]), - (UniCase::ascii("gloiath"), &["goliath"]), - (UniCase::ascii("charocal"), &["charcoal"]), - (UniCase::ascii("promethues"), &["prometheus"]), - (UniCase::ascii("masturbe"), &["masturbate"]), - (UniCase::ascii("thirteeen"), &["thirteen"]), - (UniCase::ascii("sacksonville"), &["jacksonville"]), - (UniCase::ascii("comadres"), &["comrades"]), - (UniCase::ascii("condascending"), &["condescending"]), - (UniCase::ascii("bureaucrazy"), &["bureaucracy"]), - (UniCase::ascii("communicatin"), &["communications"]), - (UniCase::ascii("megathred"), &["megathread"]), - (UniCase::ascii("grpahical"), &["graphical"]), - (UniCase::ascii("reminsicent"), &["reminiscent"]), - (UniCase::ascii("gundamentalists"), &["fundamentalists"]), - (UniCase::ascii("personarse"), &["personas"]), - (UniCase::ascii("asorbed"), &["absorbed"]), - (UniCase::ascii("demosntrating"), &["demonstrating"]), - (UniCase::ascii("dangerousely"), &["dangerously"]), - (UniCase::ascii("apsaragus"), &["asparagus"]), - (UniCase::ascii("indefenite"), &["indefinite"]), - (UniCase::ascii("ostraziced"), &["ostracized"]), - (UniCase::ascii("indireclty"), &["indirectly"]), - (UniCase::ascii("psychaitric"), &["psychiatric"]), - (UniCase::ascii("scandenavian"), &["scandinavian"]), - (UniCase::ascii("ridicilous"), &["ridiculous"]), - (UniCase::ascii("appart"), &["apart"]), - (UniCase::ascii("appluase"), &["applause"]), - (UniCase::ascii("accelarated"), &["accelerated"]), - (UniCase::ascii("magnited"), &["magnitude"]), - (UniCase::ascii("functionallity"), &["functionality"]), - (UniCase::ascii("convertiable"), &["convertible"]), - (UniCase::ascii("motorcylces"), &["motorcycles"]), - (UniCase::ascii("dubsetp"), &["dubstep"]), - (UniCase::ascii("derivitive"), &["derivative"]), - (UniCase::ascii("compuslory"), &["compulsory"]), - (UniCase::ascii("recliam"), &["reclaim"]), - (UniCase::ascii("misisonaries"), &["missionaries"]), - (UniCase::ascii("insecurites"), &["insecurities"]), - (UniCase::ascii("grappnel"), &["grapple"]), - (UniCase::ascii("enthusiaists"), &["enthusiasts"]), - (UniCase::ascii("compasssion"), &["compassion"]), - (UniCase::ascii("deflectin"), &["deflection"]), - (UniCase::ascii("supervisores"), &["supervisors"]), - (UniCase::ascii("technologicly"), &["technological"]), - (UniCase::ascii("serentiy"), &["serenity"]), - (UniCase::ascii("revelution"), &["revelation"]), - (UniCase::ascii("percente"), &["percentile"]), - (UniCase::ascii("octobear"), &["october"]), - (UniCase::ascii("egotastical"), &["egotistical"]), - (UniCase::ascii("swithcing"), &["switching"]), - (UniCase::ascii("pertaing"), &["pertaining"]), - (UniCase::ascii("catergorized"), &["categorized"]), - (UniCase::ascii("contraceptivo"), &["contraception"]), - (UniCase::ascii("processeurs"), &["processes"]), - (UniCase::ascii("comparasons"), &["comparisons"]), - (UniCase::ascii("progressoin"), &["progressions"]), - (UniCase::ascii("unaminous"), &["unanimous"]), - (UniCase::ascii("separatiste"), &["separates"]), - (UniCase::ascii("charatable"), &["charitable"]), - (UniCase::ascii("maradeur"), &["marauder"]), - (UniCase::ascii("adaptes"), &["adapters"]), - (UniCase::ascii("medicins"), &["medicines"]), - (UniCase::ascii("compatabile"), &["compatible"]), - (UniCase::ascii("refelcting"), &["reflecting"]), - (UniCase::ascii("corrdination"), &["coordination"]), - (UniCase::ascii("carbohdyrates"), &["carbohydrates"]), - (UniCase::ascii("massachuestts"), &["massachusetts"]), - (UniCase::ascii("barlkey"), &["barkley"]), - (UniCase::ascii("permenently"), &["permanently"]), - (UniCase::ascii("knockbak"), &["knockback"]), - (UniCase::ascii("interwebbs"), &["interwebs"]), - (UniCase::ascii("clasically"), &["classically"]), - (UniCase::ascii("garfied"), &["garfield"]), - (UniCase::ascii("weridos"), &["weirdos"]), - (UniCase::ascii("illionis"), &["illinois"]), - (UniCase::ascii("autherization"), &["authorization"]), - (UniCase::ascii("communsim"), &["communism"]), - (UniCase::ascii("fabrices"), &["fabrics"]), - (UniCase::ascii("supressing"), &["suppressing"]), - (UniCase::ascii("essencials"), &["essentials"]), - (UniCase::ascii("comfortablely"), &["comfortably"]), - (UniCase::ascii("metahpor"), &["metaphor"]), - (UniCase::ascii("misunderstandingly"), &["misunderstandings"]), - (UniCase::ascii("rostaing"), &["roasting"]), - (UniCase::ascii("conqured"), &["conquered"]), - (UniCase::ascii("sebastiaan"), &["sebastian"]), - (UniCase::ascii("interpritations"), &["interpretations"]), - (UniCase::ascii("varification"), &["verification"]), - (UniCase::ascii("smackdwon"), &["smackdown"]), - (UniCase::ascii("bookmakred"), &["bookmarked"]), - (UniCase::ascii("priveliged"), &["privileged"]), - (UniCase::ascii("creaeted"), &["created"]), - (UniCase::ascii("organes"), &["organise"]), - (UniCase::ascii("eigth"), &["eighth"]), - (UniCase::ascii("thryoid"), &["thyroid"]), - (UniCase::ascii("battlefiled"), &["battlefield"]), - (UniCase::ascii("straigthforward"), &["straightforward"]), - (UniCase::ascii("decieved"), &["deceived"]), - (UniCase::ascii("incomparible"), &["incompatible"]), - (UniCase::ascii("essentiels"), &["essentials"]), - (UniCase::ascii("pennyslvania"), &["pennsylvania"]), - (UniCase::ascii("bilzzard"), &["blizzard"]), - (UniCase::ascii("recreatief"), &["recreate"]), - (UniCase::ascii("countrycide"), &["countryside"]), - (UniCase::ascii("inpsire"), &["inspire"]), - (UniCase::ascii("internetbs"), &["internets"]), - (UniCase::ascii("succesive"), &["successive"]), - (UniCase::ascii("attirbute"), &["attribute"]), - (UniCase::ascii("surveill"), &["surveil"]), - (UniCase::ascii("documentarse"), &["documentaries"]), - (UniCase::ascii("settlemetns"), &["settlements"]), - (UniCase::ascii("immedietely"), &["immediately"]), - (UniCase::ascii("suspiciosly"), &["suspiciously"]), - (UniCase::ascii("letivicus"), &["leviticus"]), - (UniCase::ascii("raidoactive"), &["radioactive"]), - (UniCase::ascii("underwolrd"), &["underworld"]), - (UniCase::ascii("approxamate"), &["approximate"]), - (UniCase::ascii("superifical"), &["superficial"]), - (UniCase::ascii("collectivily"), &["collectively"]), - (UniCase::ascii("benefecial"), &["beneficial"]), - (UniCase::ascii("suceeding"), &["succeeding"]), - (UniCase::ascii("firefigthers"), &["firefighters"]), - (UniCase::ascii("endrose"), &["endorse"]), - (UniCase::ascii("imbalences"), &["imbalances"]), - (UniCase::ascii("circuncision"), &["circumcision"]), - (UniCase::ascii("misinterperting"), &["misinterpreting"]), - (UniCase::ascii("mathemetician"), &["mathematician"]), - (UniCase::ascii("represenation"), &["representation"]), - (UniCase::ascii("definettly"), &["definately"]), - (UniCase::ascii("premesis"), &["premises"]), - (UniCase::ascii("krypronite"), &["kryptonite"]), - (UniCase::ascii("libertaryan"), &["libertarian"]), - (UniCase::ascii("labriynth"), &["labyrinth"]), - (UniCase::ascii("insignificunt"), &["insignificant"]), - (UniCase::ascii("cutsceens"), &["cutscenes"]), - (UniCase::ascii("disputs"), &["disputes"]), - (UniCase::ascii("amerliorate"), &["ameliorate"]), - (UniCase::ascii("conversatino"), &["conservation"]), - (UniCase::ascii("starins"), &["strains"]), - (UniCase::ascii("downlaods"), &["downloads"]), - (UniCase::ascii("rehabilitaion"), &["rehabilitation"]), - (UniCase::ascii("magents"), &["magnets"]), - (UniCase::ascii("abruplty"), &["abruptly"]), - (UniCase::ascii("queitly"), &["quietly"]), - (UniCase::ascii("capsulse"), &["capsules"]), - (UniCase::ascii("availaible"), &["available"]), - (UniCase::ascii("catholocism"), &["catholicism"]), - (UniCase::ascii("illustre"), &["illustrate"]), - (UniCase::ascii("procederal"), &["procedural"]), - (UniCase::ascii("bradfrod"), &["bradford"]), - (UniCase::ascii("ejacualte"), &["ejaculate"]), - (UniCase::ascii("generaties"), &["generate"]), - (UniCase::ascii("insiginficant"), &["insignificant"]), - (UniCase::ascii("supervsior"), &["supervisors"]), - (UniCase::ascii("braodly"), &["broadly"]), - (UniCase::ascii("scripturae"), &["scriptures"]), - (UniCase::ascii("currenlty"), &["currently"]), - (UniCase::ascii("ecstascy"), &["ecstasy"]), - (UniCase::ascii("arpatheid"), &["apartheid"]), - (UniCase::ascii("dissapionted"), &["dissapointed"]), - (UniCase::ascii("gunniess"), &["guinness"]), - (UniCase::ascii("unsuprised"), &["unsurprised"]), - (UniCase::ascii("downloadbel"), &["downloadable"]), - (UniCase::ascii("heaveny"), &["heavenly"]), - (UniCase::ascii("frimware"), &["firmware"]), - (UniCase::ascii("sebsatian"), &["sebastian"]), - (UniCase::ascii("millenium"), &["millennium"]), - (UniCase::ascii("unempolyment"), &["unemployment"]), - (UniCase::ascii("shenanigains"), &["shenanigans"]), - (UniCase::ascii("particulary"), &["particularly"]), - (UniCase::ascii("inrested"), &["inserted"]), - (UniCase::ascii("sensationail"), &["sensational"]), - (UniCase::ascii("dysfuncion"), &["dysfunction"]), - (UniCase::ascii("deifnetly"), &["definetly"]), - (UniCase::ascii("advertisted"), &["advertised"]), - (UniCase::ascii("beleiving"), &["believing"]), - (UniCase::ascii("behngazi"), &["benghazi"]), - (UniCase::ascii("oustanding"), &["outstanding"]), - (UniCase::ascii("euhporic"), &["euphoric"]), - (UniCase::ascii("charactere"), &["characterize"]), - (UniCase::ascii("inflatie"), &["inflate"]), - (UniCase::ascii("regerts"), &["regrets"]), - (UniCase::ascii("developmently"), &["developmental"]), - (UniCase::ascii("compeeting"), &["completing"]), - (UniCase::ascii("committments"), &["commitments"]), - (UniCase::ascii("critereon"), &["criterion"]), - (UniCase::ascii("contineously"), &["continuously"]), - (UniCase::ascii("arsenaal"), &["arsenal"]), - (UniCase::ascii("construint"), &["constraint"]), - (UniCase::ascii("definitiely"), &["definitively"]), - (UniCase::ascii("predescesors"), &["predecessors"]), - (UniCase::ascii("indespensible"), &["indispensable"]), - (UniCase::ascii("promose"), &["promotes"]), - (UniCase::ascii("sunfiber"), &["sunfire"]), - (UniCase::ascii("justificativos"), &["justifications"]), - (UniCase::ascii("arispace"), &["airspace"]), - (UniCase::ascii("controceptives"), &["contraceptives"]), - (UniCase::ascii("palistinians"), &["palestinians"]), - (UniCase::ascii("oralces"), &["oracles"]), - (UniCase::ascii("gyspies"), &["gypsies"]), - (UniCase::ascii("constarints"), &["constraint"]), - (UniCase::ascii("compartent"), &["compartment"]), - (UniCase::ascii("durig"), &["during"]), - (UniCase::ascii("conciousness"), &["consciousness"]), - (UniCase::ascii("improvie"), &["improvised"]), - (UniCase::ascii("incorparating"), &["incorporating"]), - (UniCase::ascii("pedohpile"), &["pedophile"]), - (UniCase::ascii("promimently"), &["prominently"]), - (UniCase::ascii("wavelenghth"), &["wavelength"]), - (UniCase::ascii("interessted"), &["interested"]), - (UniCase::ascii("restaraunts"), &["restaurants"]), - (UniCase::ascii("definaitly"), &["definately"]), - (UniCase::ascii("horrendeous"), &["horrendous"]), - (UniCase::ascii("compitance"), &["compliance"]), - (UniCase::ascii("outplayd"), &["outplayed"]), - (UniCase::ascii("abymsal"), &["abysmal"]), - (UniCase::ascii("parlaimentary"), &["parliamentary"]), - (UniCase::ascii("concentratie"), &["concentrate"]), - (UniCase::ascii("emphesized"), &["emphasized"]), - (UniCase::ascii("jamaicains"), &["jamaican"]), - (UniCase::ascii("diferent"), &["different"]), - (UniCase::ascii("predecesser"), &["predecessor"]), - (UniCase::ascii("huminatarian"), &["humanitarian"]), - (UniCase::ascii("internetts"), &["internets"]), - (UniCase::ascii("forumlas"), &["formulas"]), - (UniCase::ascii("stratigically"), &["strategically"]), - (UniCase::ascii("superioris"), &["superiors"]), - (UniCase::ascii("reluctanctly"), &["reluctantly"]), - (UniCase::ascii("industriel"), &["industrial"]), - (UniCase::ascii("scrutiney"), &["scrutiny"]), - (UniCase::ascii("dimineshes"), &["diminishes"]), - (UniCase::ascii("constriants"), &["constraints"]), - (UniCase::ascii("antidepresssants"), &["antidepressants"]), - (UniCase::ascii("zionisim"), &["zionism"]), - (UniCase::ascii("concensus"), &["consensus"]), - (UniCase::ascii("overthinkig"), &["overthinking"]), - (UniCase::ascii("serenitary"), &["serenity"]), - (UniCase::ascii("sepculating"), &["speculating"]), - (UniCase::ascii("populaties"), &["populate"]), - (UniCase::ascii("pennsylvannia"), &["pennsylvania"]), - (UniCase::ascii("systemetic"), &["systematic"]), - (UniCase::ascii("relaised"), &["realised"]), - (UniCase::ascii("transporing"), &["transporting"]), - (UniCase::ascii("comfortabil"), &["comfortably"]), - (UniCase::ascii("conceitual"), &["conceptual"]), - (UniCase::ascii("realisme"), &["realise"]), - (UniCase::ascii("promtply"), &["promptly"]), - (UniCase::ascii("boyfirend"), &["boyfriend"]), - (UniCase::ascii("critera"), &["criteria"]), - (UniCase::ascii("sotrmfront"), &["stormfront"]), - (UniCase::ascii("mythraic"), &["mithraic"]), - (UniCase::ascii("dialgoue"), &["dialogue"]), - (UniCase::ascii("moent"), &["moment"]), - (UniCase::ascii("resintalled"), &["reinstalled"]), - (UniCase::ascii("sheild"), &["shield"]), - (UniCase::ascii("installeer"), &["installer"]), - (UniCase::ascii("palestininan"), &["palestinian"]), - (UniCase::ascii("imporving"), &["improving"]), - (UniCase::ascii("manufactued"), &["manufactured"]), - (UniCase::ascii("arrangment"), &["arrangement"]), - (UniCase::ascii("composistion"), &["compositions"]), - (UniCase::ascii("diagnosi"), &["diagnostic"]), - (UniCase::ascii("overnurfed"), &["overturned"]), - (UniCase::ascii("protoganist"), &["protagonist"]), - (UniCase::ascii("continuting"), &["continuing"]), - (UniCase::ascii("thikns"), &["thinks"]), - (UniCase::ascii("presuaded"), &["persuaded"]), - (UniCase::ascii("proporcion"), &["proportion"]), - (UniCase::ascii("totalitaran"), &["totalitarian"]), - (UniCase::ascii("stabilizier"), &["stabilize"]), - (UniCase::ascii("benckmarks"), &["benchmarks"]), - (UniCase::ascii("abilitiy"), &["ability"]), - (UniCase::ascii("distributs"), &["distributors"]), - (UniCase::ascii("autocorrrect"), &["autocorrect"]), - (UniCase::ascii("informarlo"), &["informal"]), - (UniCase::ascii("indroduction"), &["introduction"]), - (UniCase::ascii("cursader"), &["crusader"]), - (UniCase::ascii("arbritarily"), &["arbitrarily"]), - (UniCase::ascii("narwharl"), &["narwhal"]), - (UniCase::ascii("stresss"), &["stresses"]), - (UniCase::ascii("suspecious"), &["suspicious"]), - (UniCase::ascii("somoenes"), &["someones"]), - (UniCase::ascii("blockchian"), &["blockchain"]), - (UniCase::ascii("disbeleif"), &["disbelief"]), - (UniCase::ascii("perspectie"), &["perspectives"]), - (UniCase::ascii("stragetic"), &["strategic"]), - (UniCase::ascii("stangant"), &["stagnant"]), - (UniCase::ascii("pilgrimmage"), &["pilgrimage"]), - (UniCase::ascii("occurrance"), &["occurrence"]), - (UniCase::ascii("pronunciating"), &["pronunciation"]), - (UniCase::ascii("alcohal"), &["alcohol"]), - (UniCase::ascii("specialication"), &["specialization"]), - (UniCase::ascii("iresistible"), &["irresistible"]), - (UniCase::ascii("definitly"), &["definitely"]), - (UniCase::ascii("misinterprent"), &["misinterpret"]), - (UniCase::ascii("accliamed"), &["acclaimed"]), - (UniCase::ascii("introduktion"), &["introduction"]), - (UniCase::ascii("emmisions"), &["emissions"]), - (UniCase::ascii("cartilidge"), &["cartilage"]), - (UniCase::ascii("converying"), &["converting"]), - (UniCase::ascii("perpetuties"), &["perpetuates"]), - (UniCase::ascii("witht"), &["with"]), - (UniCase::ascii("exlcusive"), &["exclusive"]), - (UniCase::ascii("identificato"), &["identification"]), - (UniCase::ascii("accomadation"), &["accommodation"]), - (UniCase::ascii("ecidious"), &["deciduous"]), - (UniCase::ascii("perpetraron"), &["perpetrator"]), - (UniCase::ascii("manufactered"), &["manufactured"]), - (UniCase::ascii("impossibile"), &["impossible"]), - (UniCase::ascii("candiate"), &["candidate"]), - (UniCase::ascii("densly"), &["densely"]), - (UniCase::ascii("envinroment"), &["environments"]), - (UniCase::ascii("unicornus"), &["unicorns"]), - (UniCase::ascii("performas"), &["performs"]), - (UniCase::ascii("spesifically"), &["specifically"]), - (UniCase::ascii("expeiments"), &["experiments"]), - (UniCase::ascii("beahviour"), &["behaviour"]), - (UniCase::ascii("jamaicain"), &["jamaican"]), - (UniCase::ascii("investingate"), &["investigate"]), - (UniCase::ascii("atmoshpere"), &["atmosphere"]), - (UniCase::ascii("buhddist"), &["buddhist"]), - (UniCase::ascii("grpahic"), &["graphic"]), - (UniCase::ascii("adecuate"), &["adequate"]), - (UniCase::ascii("calculatios"), &["calculators"]), - (UniCase::ascii("critized"), &["criticized"]), - (UniCase::ascii("repeadedly"), &["repeatedly"]), - (UniCase::ascii("magnifine"), &["magnificent"]), - (UniCase::ascii("victorina"), &["victorian"]), - (UniCase::ascii("radioactice"), &["radioactive"]), - (UniCase::ascii("stimulaton"), &["stimulation"]), - (UniCase::ascii("prohobited"), &["prohibited"]), - (UniCase::ascii("superviser"), &["supervisor"]), - (UniCase::ascii("assimulate"), &["assimilate"]), - (UniCase::ascii("vetween"), &["between"]), - (UniCase::ascii("crutchetts"), &["crutches"]), - (UniCase::ascii("filmamkers"), &["filmmakers"]), - (UniCase::ascii("andriods"), &["androids"]), - (UniCase::ascii("impressin"), &["impressions"]), - (UniCase::ascii("informerad"), &["informed"]), - (UniCase::ascii("sovereing"), &["sovereign"]), - (UniCase::ascii("agricultue"), &["agriculture"]), - (UniCase::ascii("intermedate"), &["intermediate"]), - (UniCase::ascii("apostropes"), &["apostrophe"]), - (UniCase::ascii("girafffe"), &["giraffe"]), - (UniCase::ascii("divison"), &["division"]), - (UniCase::ascii("improvized"), &["improvised"]), - (UniCase::ascii("aproximately"), &["approximately"]), - (UniCase::ascii("heirachy"), &["hierarchy"]), - (UniCase::ascii("contamporary"), &["contemporary"]), - (UniCase::ascii("capatilists"), &["capitalists"]), - (UniCase::ascii("deducatble"), &["deductible"]), - (UniCase::ascii("througout"), &["throughout"]), - (UniCase::ascii("dissodance"), &["dissonance"]), - (UniCase::ascii("alledge"), &["allege"]), - (UniCase::ascii("narcississts"), &["narcissist"]), - (UniCase::ascii("interveen"), &["intervene"]), - (UniCase::ascii("definance"), &["defiance"]), - (UniCase::ascii("popoulus"), &["populous"]), - (UniCase::ascii("percantages"), &["percentages"]), - (UniCase::ascii("luanchers"), &["launchers"]), - (UniCase::ascii("portfoilo"), &["portfolio"]), - (UniCase::ascii("colleauges"), &["colleagues"]), - (UniCase::ascii("civilications"), &["civilizations"]), - (UniCase::ascii("concellation"), &["cancellation"]), - (UniCase::ascii("satisfactority"), &["satisfactorily"]), - (UniCase::ascii("pilrgim"), &["pilgrim"]), - (UniCase::ascii("inadecuate"), &["inadequate"]), - (UniCase::ascii("unanwsered"), &["unanswered"]), - (UniCase::ascii("involuntairy"), &["involuntary"]), - (UniCase::ascii("sacreligious"), &["sacrilegious"]), - (UniCase::ascii("singulator"), &["singular"]), - (UniCase::ascii("conferenze"), &["conference"]), - (UniCase::ascii("merhcant"), &["merchant"]), - (UniCase::ascii("condemmed"), &["condemned"]), - (UniCase::ascii("pracitcally"), &["practically"]), - (UniCase::ascii("unpreductive"), &["unproductive"]), - (UniCase::ascii("excurciating"), &["excruciating"]), - (UniCase::ascii("libertarianisme"), &["libertarians"]), - (UniCase::ascii("boradband"), &["broadband"]), - (UniCase::ascii("automotion"), &["automation"]), - (UniCase::ascii("toothbruch"), &["toothbrush"]), - (UniCase::ascii("pruposely"), &["purposely"]), - (UniCase::ascii("portrayls"), &["portrays"]), - (UniCase::ascii("navigatin"), &["navigation"]), - (UniCase::ascii("schozophrenic"), &["schizophrenic"]), - (UniCase::ascii("colonializm"), &["colonialism"]), - (UniCase::ascii("muscualr"), &["muscular"]), - (UniCase::ascii("intercation"), &["integration"]), - (UniCase::ascii("syllabe"), &["syllable"]), - (UniCase::ascii("rivarlies"), &["rivalries"]), - (UniCase::ascii("unkown"), &["unknown"]), - (UniCase::ascii("referemdum"), &["referendum"]), - (UniCase::ascii("affiliato"), &["affiliation"]), - (UniCase::ascii("expences"), &["expense"]), - (UniCase::ascii("sancutary"), &["sanctuary"]), - (UniCase::ascii("regularlas"), &["regulars"]), - (UniCase::ascii("conservatie"), &["conservatives"]), - (UniCase::ascii("guttaral"), &["guttural"]), - (UniCase::ascii("epliepsy"), &["epilepsy"]), - (UniCase::ascii("supermarkten"), &["supermarket"]), - (UniCase::ascii("ellitot"), &["elliott"]), - (UniCase::ascii("replacemnt"), &["replacement"]), - (UniCase::ascii("underbog"), &["undergo"]), - (UniCase::ascii("playstlye"), &["playstyle"]), - (UniCase::ascii("montioring"), &["monitoring"]), - (UniCase::ascii("uncomfortablely"), &["uncomfortably"]), - (UniCase::ascii("experimetal"), &["experimental"]), - (UniCase::ascii("defianetly"), &["definately"]), - (UniCase::ascii("iritable"), &["irritable"]), - (UniCase::ascii("equivilant"), &["equivalent"]), - (UniCase::ascii("fesitvals"), &["festivals"]), - (UniCase::ascii("nuatilus"), &["nautilus"]), - (UniCase::ascii("mackeral"), &["mackerel"]), - (UniCase::ascii("fandation"), &["foundation"]), - (UniCase::ascii("toppins"), &["toppings"]), - (UniCase::ascii("facilitare"), &["facilitate"]), - (UniCase::ascii("fileding"), &["fielding"]), - (UniCase::ascii("prosicution"), &["prosecution"]), - (UniCase::ascii("industrias"), &["industries"]), - (UniCase::ascii("ktichen"), &["kitchen"]), - (UniCase::ascii("innovatve"), &["innovate"]), - (UniCase::ascii("esponiage"), &["espionage"]), - (UniCase::ascii("coincidente"), &["coincidence"]), - (UniCase::ascii("cinematagrophy"), &["cinematography"]), - (UniCase::ascii("curroption"), &["corruption"]), - (UniCase::ascii("rilvaries"), &["rivalries"]), - (UniCase::ascii("satrical"), &["satirical"]), - (UniCase::ascii("teamfigths"), &["teamfights"]), - (UniCase::ascii("frustrasted"), &["frustrates"]), - (UniCase::ascii("sovereignity"), &["sovereignty"]), - (UniCase::ascii("collitions"), &["collisions"]), - (UniCase::ascii("composte"), &["compose"]), - (UniCase::ascii("stupidiy"), &["stupidity"]), - (UniCase::ascii("incgonito"), &["incognito"]), - (UniCase::ascii("analitic"), &["analytic"]), - (UniCase::ascii("unpresedented"), &["unprecedented"]), - (UniCase::ascii("experiancing"), &["experiencing"]), - (UniCase::ascii("antibitoics"), &["antibiotics"]), - (UniCase::ascii("preduction"), &["prediction"]), - (UniCase::ascii("supernatual"), &["supernatural"]), - (UniCase::ascii("hopefuly"), &["hopefully"]), - (UniCase::ascii("organizate"), &["organize"]), - (UniCase::ascii("champange"), &["champagne"]), - (UniCase::ascii("supramacist"), &["supremacist"]), - (UniCase::ascii("billboad"), &["billboard"]), - (UniCase::ascii("specimine"), &["specimen"]), - (UniCase::ascii("exercies"), &["exercise"]), - (UniCase::ascii("experienceing"), &["experiencing"]), - (UniCase::ascii("alleigance"), &["allegiance"]), - (UniCase::ascii("monopols"), &["monopolies"]), - (UniCase::ascii("atcualy"), &["actualy"]), - (UniCase::ascii("christines"), &["christians"]), - (UniCase::ascii("invariabil"), &["invariably"]), - (UniCase::ascii("psychiatrits"), &["psychiatrists"]), - (UniCase::ascii("ensalve"), &["enslave"]), - (UniCase::ascii("interasting"), &["interacting"]), - (UniCase::ascii("presenning"), &["presenting"]), - (UniCase::ascii("predjuiced"), &["prejudiced"]), - (UniCase::ascii("revolations"), &["revolutions"]), - (UniCase::ascii("constituye"), &["constitute"]), - (UniCase::ascii("remarcably"), &["remarkably"]), - (UniCase::ascii("altough"), &["although"]), - (UniCase::ascii("monolothic"), &["monolithic"]), - (UniCase::ascii("scholalry"), &["scholarly"]), - (UniCase::ascii("playgroud"), &["playground"]), - (UniCase::ascii("acutally"), &["actually"]), - (UniCase::ascii("interpriting"), &["interpreting"]), - (UniCase::ascii("sytem"), &["system"]), - (UniCase::ascii("introdecks"), &["introduces"]), - (UniCase::ascii("neglicting"), &["neglecting"]), - (UniCase::ascii("caclulation"), &["calculation"]), - (UniCase::ascii("unrealible"), &["unreliable"]), - (UniCase::ascii("asissts"), &["assists"]), - (UniCase::ascii("developmetn"), &["developments"]), - (UniCase::ascii("handlebards"), &["handlebars"]), - (UniCase::ascii("empahsize"), &["emphasize"]), - (UniCase::ascii("depicitng"), &["depicting"]), - (UniCase::ascii("intimatley"), &["intimately"]), - (UniCase::ascii("continuious"), &["continuous"]), - (UniCase::ascii("nationalisitc"), &["nationalistic"]), - (UniCase::ascii("chromisomes"), &["chromosomes"]), - (UniCase::ascii("knowledgebly"), &["knowledgable"]), - (UniCase::ascii("posessed"), &["possessed"]), - (UniCase::ascii("testiclees"), &["testicles"]), - (UniCase::ascii("simplifyed"), &["simplified"]), - (UniCase::ascii("hopefullly"), &["hopefully"]), - (UniCase::ascii("anceints"), &["ancients"]), - (UniCase::ascii("negligiable"), &["negligible"]), - (UniCase::ascii("ukraineans"), &["ukrainians"]), - (UniCase::ascii("democratisch"), &["democratic"]), - (UniCase::ascii("slipperies"), &["slippers"]), - (UniCase::ascii("thirldy"), &["thirdly"]), - (UniCase::ascii("ciruclation"), &["circulation"]), - (UniCase::ascii("monserrat"), &["montserrat"]), - (UniCase::ascii("expereince"), &["experience"]), - (UniCase::ascii("miserablely"), &["miserably"]), - (UniCase::ascii("occupato"), &["occupation"]), - (UniCase::ascii("enviorments"), &["environments"]), - (UniCase::ascii("accademic"), &["academic"]), - (UniCase::ascii("legalazing"), &["legalizing"]), - (UniCase::ascii("hambergers"), &["hamburgers"]), - (UniCase::ascii("conduiting"), &["conducting"]), - (UniCase::ascii("partiarchal"), &["patriarchal"]), - (UniCase::ascii("everyoens"), &["everyones"]), - (UniCase::ascii("stauration"), &["saturation"]), - (UniCase::ascii("progresion"), &["progression"]), - (UniCase::ascii("guitarit"), &["guitarist"]), - (UniCase::ascii("gratiutous"), &["gratuitous"]), - (UniCase::ascii("expressief"), &["expressive"]), - (UniCase::ascii("demonstrerat"), &["demonstrate"]), - (UniCase::ascii("cesspol"), &["cesspool"]), - (UniCase::ascii("symapthizers"), &["sympathizers"]), - (UniCase::ascii("mechanicallly"), &["mechanically"]), - (UniCase::ascii("hypocricy"), &["hypocrisy"]), - (UniCase::ascii("misunderstadings"), &["misunderstandings"]), - (UniCase::ascii("dialoge"), &["dialogue"]), - (UniCase::ascii("bureuacracy"), &["bureaucracy"]), - (UniCase::ascii("indefininte"), &["indefinite"]), - (UniCase::ascii("transcripcion"), &["transcription"]), - (UniCase::ascii("libertariansim"), &["libertarianism"]), - (UniCase::ascii("difficultes"), &["difficulties"]), - (UniCase::ascii("availabilty"), &["availability"]), - (UniCase::ascii("permissons"), &["permissions"]), - (UniCase::ascii("orchestraded"), &["orchestrated"]), - (UniCase::ascii("determins"), &["determines"]), - (UniCase::ascii("creationistas"), &["creationists"]), - (UniCase::ascii("conservice"), &["conserve"]), - (UniCase::ascii("qualifiing"), &["qualifying"]), - (UniCase::ascii("russina"), &["russian"]), - (UniCase::ascii("casuation"), &["causation"]), - (UniCase::ascii("lesbain"), &["lesbian"]), - (UniCase::ascii("poreclain"), &["porcelain"]), - (UniCase::ascii("procotols"), &["protocols"]), - (UniCase::ascii("circumsision"), &["circumcision"]), - (UniCase::ascii("fermentating"), &["fermentation"]), - (UniCase::ascii("compatiable"), &["compatible"]), - (UniCase::ascii("instantaneos"), &["instantaneous"]), - (UniCase::ascii("chameloen"), &["chameleon"]), - (UniCase::ascii("preinitalizes"), &["preinitializes"]), - (UniCase::ascii("resmeble"), &["resemble"]), - (UniCase::ascii("sycning"), &["syncing"]), - (UniCase::ascii("fanficitons"), &["fanfiction"]), - (UniCase::ascii("neigborhood"), &["neighborhood"]), - (UniCase::ascii("improvemnt"), &["improvement"]), - (UniCase::ascii("legitimaly"), &["legitimacy"]), - (UniCase::ascii("projektile"), &["projectile"]), - (UniCase::ascii("athesim"), &["atheism"]), - (UniCase::ascii("rivlary"), &["rivalry"]), - (UniCase::ascii("procalimed"), &["proclaimed"]), - (UniCase::ascii("cheerleards"), &["cheerleaders"]), - (UniCase::ascii("succesful"), &["successful"]), - (UniCase::ascii("methapors"), &["metaphors"]), - (UniCase::ascii("parmesaen"), &["parmesan"]), - (UniCase::ascii("dumbbellls"), &["dumbbells"]), - (UniCase::ascii("authobiography"), &["autobiography"]), - (UniCase::ascii("effeciently"), &["efficiently"]), - (UniCase::ascii("miscommunicatie"), &["miscommunication"]), - (UniCase::ascii("prejeduces"), &["prejudices"]), - (UniCase::ascii("colonge"), &["cologne"]), - (UniCase::ascii("extrems"), &["extremes"]), - (UniCase::ascii("adpater"), &["adapter"]), - (UniCase::ascii("prostitutiei"), &["prostitute"]), - (UniCase::ascii("glorios"), &["glorious"]), - (UniCase::ascii("israeliens"), &["israelis"]), - (UniCase::ascii("sarcasticlly"), &["sarcastically"]), - (UniCase::ascii("architecte"), &["architecture"]), - (UniCase::ascii("consonent"), &["consonant"]), - (UniCase::ascii("sqiushy"), &["squishy"]), - (UniCase::ascii("investigatio"), &["investigator"]), - (UniCase::ascii("comited"), &["committed"]), - (UniCase::ascii("paramedicos"), &["paramedics"]), - (UniCase::ascii("downloas"), &["downloads"]), - (UniCase::ascii("proceeed"), &["proceed"]), - (UniCase::ascii("intellectualis"), &["intellectuals"]), - (UniCase::ascii("commedic"), &["comedic"]), - (UniCase::ascii("blapshemy"), &["blasphemy"]), - (UniCase::ascii("charactor"), &["character"]), - (UniCase::ascii("overpowed"), &["overpowered"]), - (UniCase::ascii("cooporation"), &["cooperation"]), - (UniCase::ascii("manufacteurs"), &["manufactures"]), - (UniCase::ascii("androides"), &["androids"]), - (UniCase::ascii("drasticaly"), &["drastically"]), - (UniCase::ascii("cleanilness"), &["cleanliness"]), - (UniCase::ascii("outperfroms"), &["outperform"]), - (UniCase::ascii("guardianes"), &["guardians"]), - (UniCase::ascii("gauntelt"), &["gauntlet"]), - (UniCase::ascii("expresssive"), &["expressive"]), - (UniCase::ascii("catastrohpe"), &["catastrophe"]), - (UniCase::ascii("visualizaiton"), &["visualization"]), - (UniCase::ascii("corralated"), &["correlated"]), - (UniCase::ascii("experimenterade"), &["experimented"]), - (UniCase::ascii("procedger"), &["procedure"]), - (UniCase::ascii("introverso"), &["introverts"]), - (UniCase::ascii("performancewise"), &["performances"]), - (UniCase::ascii("stragegically"), &["strategically"]), - (UniCase::ascii("conversin"), &["conversions"]), - (UniCase::ascii("franciso"), &["francisco"]), - (UniCase::ascii("outpreforms"), &["outperform"]), - (UniCase::ascii("deliverys"), &["delivers"]), - (UniCase::ascii("vurnerability"), &["vulnerability"]), - (UniCase::ascii("continuati"), &["continuity"]), - (UniCase::ascii("gemoetry"), &["geometry"]), - (UniCase::ascii("antogonistic"), &["antagonistic"]), - (UniCase::ascii("exponental"), &["exponential"]), - (UniCase::ascii("subsidiezed"), &["subsidized"]), - (UniCase::ascii("gratuitious"), &["gratuitous"]), - (UniCase::ascii("demoliting"), &["demolition"]), - (UniCase::ascii("kombinations"), &["combinations"]), - (UniCase::ascii("protrayed"), &["portrayed"]), - (UniCase::ascii("viatmins"), &["vitamins"]), - (UniCase::ascii("tapitude"), &["aptitude"]), - (UniCase::ascii("averageed"), &["averaged"]), - (UniCase::ascii("myhtical"), &["mythical"]), - (UniCase::ascii("virginus"), &["virgins"]), - (UniCase::ascii("insturctor"), &["instructor"]), - (UniCase::ascii("assocation"), &["association"]), - (UniCase::ascii("efficieny"), &["efficiency"]), - (UniCase::ascii("diea"), &["idea"]), - (UniCase::ascii("hunman"), &["human"]), - (UniCase::ascii("prosparity"), &["prosperity"]), - (UniCase::ascii("executioness"), &["executions"]), - (UniCase::ascii("patterno"), &["patterson"]), - (UniCase::ascii("ommiting"), &["omitting"]), - (UniCase::ascii("alternativley"), &["alternatively"]), - (UniCase::ascii("convicitons"), &["convictions"]), - (UniCase::ascii("valentie"), &["valentines"]), - (UniCase::ascii("preventitve"), &["preventative"]), - (UniCase::ascii("compresser"), &["compressor"]), - (UniCase::ascii("undergradate"), &["undergraduate"]), - (UniCase::ascii("participativo"), &["participation"]), - (UniCase::ascii("perpetrador"), &["perpetrator"]), - (UniCase::ascii("bulletts"), &["bullets"]), - (UniCase::ascii("catastrphe"), &["catastrophe"]), - (UniCase::ascii("crusiing"), &["cruising"]), - (UniCase::ascii("leviathn"), &["leviathan"]), - (UniCase::ascii("armageddeon"), &["armageddon"]), - (UniCase::ascii("rationalizaton"), &["rationalization"]), - (UniCase::ascii("orginazation"), &["organization"]), - (UniCase::ascii("appropreation"), &["appropriation"]), - (UniCase::ascii("simultaenously"), &["simultaneously"]), - (UniCase::ascii("commitd"), &["commited"]), - (UniCase::ascii("visercal"), &["visceral"]), - (UniCase::ascii("diffuculty"), &["difficulty"]), - (UniCase::ascii("ineqaulity"), &["inequality"]), - (UniCase::ascii("superficiel"), &["superficial"]), - (UniCase::ascii("renassiance"), &["renaissance"]), - (UniCase::ascii("imperailist"), &["imperialist"]), - (UniCase::ascii("surounding"), &["surrounding"]), - (UniCase::ascii("hallucenations"), &["hallucinations"]), - (UniCase::ascii("advertisments"), &["advertisements"]), - (UniCase::ascii("mozillla"), &["mozilla"]), - (UniCase::ascii("crytpic"), &["cryptic"]), - (UniCase::ascii("nucelar"), &["nuclear"]), - (UniCase::ascii("amphetmaine"), &["amphetamines"]), - (UniCase::ascii("unbelieveble"), &["unbelievable"]), - (UniCase::ascii("termendous"), &["tremendous"]), - (UniCase::ascii("cutscens"), &["cutscenes"]), - (UniCase::ascii("preferrably"), &["preferably"]), - (UniCase::ascii("professionnal"), &["professional"]), - (UniCase::ascii("heroe"), &["hero"]), - (UniCase::ascii("conenction"), &["connection"]), - (UniCase::ascii("revolutin"), &["revolutions"]), - (UniCase::ascii("chrsitianity"), &["christianity"]), - (UniCase::ascii("praries"), &["prairies"]), - (UniCase::ascii("concluse"), &["conclusive"]), - (UniCase::ascii("literatire"), &["literate"]), - (UniCase::ascii("caligraphy"), &["calligraphy"]), - (UniCase::ascii("partiotism"), &["patriotism"]), - (UniCase::ascii("journies"), &["journeys"]), - (UniCase::ascii("paficist"), &["pacifist"]), - (UniCase::ascii("definityl"), &["definitly"]), - (UniCase::ascii("manufactureras"), &["manufactures"]), - (UniCase::ascii("catholocisim"), &["catholicism"]), - (UniCase::ascii("critizing"), &["criticizing"]), - (UniCase::ascii("reserverd"), &["reserved"]), - (UniCase::ascii("relfect"), &["reflect"]), - (UniCase::ascii("torrentas"), &["torrents"]), - (UniCase::ascii("culutral"), &["cultural"]), - (UniCase::ascii("girlfirends"), &["girlfriends"]), - (UniCase::ascii("ethose"), &["those"]), - (UniCase::ascii("enthusists"), &["enthusiasts"]), - (UniCase::ascii("privelige"), &["privilege"]), - (UniCase::ascii("clanand"), &["clannad"]), - (UniCase::ascii("midfiedler"), &["midfielder"]), - (UniCase::ascii("coincidince"), &["coincidence"]), - (UniCase::ascii("suposedly"), &["supposedly"]), - (UniCase::ascii("administr"), &["administer"]), - (UniCase::ascii("righteouness"), &["righteousness"]), - (UniCase::ascii("compliations"), &["compilation"]), - (UniCase::ascii("confrontaion"), &["confrontation"]), - (UniCase::ascii("instituion"), &["institution"]), - (UniCase::ascii("taiwanee"), &["taiwanese"]), - (UniCase::ascii("magentic"), &["magnetic"]), - (UniCase::ascii("scientiests"), &["scientists"]), - (UniCase::ascii("familes"), &["families"]), - (UniCase::ascii("dimensiones"), &["dimensions"]), - (UniCase::ascii("creationsit"), &["creationist"]), - (UniCase::ascii("commemmorating"), &["commemorating"]), - (UniCase::ascii("intellectuel"), &["intellectual"]), - (UniCase::ascii("skatebaords"), &["skateboard"]), - (UniCase::ascii("sweatshit"), &["sweatshirt"]), - (UniCase::ascii("unconstititional"), &["unconstitutional"]), - (UniCase::ascii("enviorment"), &["environment"]), - (UniCase::ascii("terminaison"), &["termination"]), - (UniCase::ascii("margarite"), &["margaret"]), - (UniCase::ascii("witheld"), &["withheld"]), - (UniCase::ascii("messenging"), &["messaging"]), - (UniCase::ascii("representetive"), &["representative"]), - (UniCase::ascii("ubiquitos"), &["ubiquitous"]), - (UniCase::ascii("emplore"), &["employer"]), - (UniCase::ascii("pionere"), &["pioneer"]), - (UniCase::ascii("insepction"), &["inspection"]), - (UniCase::ascii("psychiatrict"), &["psychiatrist"]), - (UniCase::ascii("touristly"), &["touristy"]), - (UniCase::ascii("defensese"), &["defenseless"]), - (UniCase::ascii("roboticus"), &["robotics"]), - (UniCase::ascii("cemetary"), &["cemetery"]), - (UniCase::ascii("windhsield"), &["windshield"]), - (UniCase::ascii("commuincate"), &["communicated"]), - (UniCase::ascii("infeccious"), &["infectious"]), - (UniCase::ascii("soldies"), &["soldiers"]), - (UniCase::ascii("assimialted"), &["assimilate"]), - (UniCase::ascii("condolensces"), &["condolences"]), - (UniCase::ascii("relpacement"), &["replacement"]), - (UniCase::ascii("terrirorial"), &["territorial"]), - (UniCase::ascii("motnage"), &["montage"]), - (UniCase::ascii("refurbised"), &["refurbished"]), - (UniCase::ascii("predictivo"), &["prediction"]), - (UniCase::ascii("destraction"), &["destruction"]), - (UniCase::ascii("anceint"), &["ancient"]), - (UniCase::ascii("terminoligy"), &["terminology"]), - (UniCase::ascii("misintrepret"), &["misinterpret"]), - (UniCase::ascii("feministas"), &["feminists"]), - (UniCase::ascii("pragamtic"), &["pragmatic"]), - (UniCase::ascii("fermentaiton"), &["fermentation"]), - (UniCase::ascii("phenemenon"), &["phenomenon"]), - (UniCase::ascii("repulic"), &["republic"]), - (UniCase::ascii("sensationalizm"), &["sensationalism"]), - (UniCase::ascii("provoactive"), &["provocative"]), - (UniCase::ascii("prescriptons"), &["prescriptions"]), - (UniCase::ascii("incomptetent"), &["incompetent"]), - (UniCase::ascii("inspektion"), &["inspection"]), - (UniCase::ascii("investigater"), &["investigator"]), - (UniCase::ascii("heartborken"), &["heartbroken"]), - (UniCase::ascii("unexplaned"), &["unexplained"]), - (UniCase::ascii("defitenly"), &["definetly"]), - (UniCase::ascii("liberatrians"), &["libertarians"]), - (UniCase::ascii("particapated"), &["participated"]), - (UniCase::ascii("vulnurable"), &["vulnerable"]), - (UniCase::ascii("vegaterians"), &["vegetarians"]), - (UniCase::ascii("gigaybte"), &["gigabyte"]), - (UniCase::ascii("michellle"), &["michelle"]), - (UniCase::ascii("compilr"), &["compiler"]), - (UniCase::ascii("criminalul"), &["criminally"]), - (UniCase::ascii("reportadly"), &["reportedly"]), - (UniCase::ascii("nagivation"), &["navigation"]), - (UniCase::ascii("definatelty"), &["definately"]), - (UniCase::ascii("webistes"), &["websites"]), - (UniCase::ascii("calaber"), &["caliber"]), - (UniCase::ascii("recurrance"), &["recurrence"]), - (UniCase::ascii("unbelizeable"), &["unbelievable"]), - (UniCase::ascii("validitiy"), &["validity"]), - (UniCase::ascii("recommenting"), &["recommending"]), - (UniCase::ascii("instantanous"), &["instantaneous"]), - (UniCase::ascii("fomed"), &["formed"]), - (UniCase::ascii("createin"), &["creatine"]), - (UniCase::ascii("scriputres"), &["scriptures"]), - (UniCase::ascii("resistendo"), &["resisted"]), - (UniCase::ascii("faslely"), &["falsely"]), - (UniCase::ascii("incldue"), &["include"]), - (UniCase::ascii("championsship"), &["championships"]), - (UniCase::ascii("intoxination"), &["intoxication"]), - (UniCase::ascii("junglig"), &["jungling"]), - (UniCase::ascii("naturually"), &["naturally"]), - (UniCase::ascii("beyoncye"), &["beyonce"]), - (UniCase::ascii("custimizable"), &["customizable"]), - (UniCase::ascii("intoxicatin"), &["intoxication"]), - (UniCase::ascii("socilaists"), &["socialists"]), - (UniCase::ascii("overpovered"), &["overpowered"]), - (UniCase::ascii("refillls"), &["refills"]), - (UniCase::ascii("touchsceen"), &["touchscreen"]), - (UniCase::ascii("philosophicaly"), &["philosophically"]), - (UniCase::ascii("agruable"), &["arguable"]), - (UniCase::ascii("expressin"), &["expression"]), - (UniCase::ascii("earlies"), &["earliest"]), - (UniCase::ascii("aburptly"), &["abruptly"]), - (UniCase::ascii("philadalphia"), &["philadelphia"]), - (UniCase::ascii("barbariens"), &["barbarians"]), - (UniCase::ascii("miracalous"), &["miraculous"]), - (UniCase::ascii("vessells"), &["vessels"]), - (UniCase::ascii("philiphines"), &["philippines"]), - (UniCase::ascii("buoancy"), &["buoyancy"]), - (UniCase::ascii("invisibily"), &["invisibility"]), - (UniCase::ascii("soverign"), &["sovereign"]), - (UniCase::ascii("disproportionatly"), &["disproportionately"]), - (UniCase::ascii("dicovery"), &["discovery"]), - (UniCase::ascii("certaintity"), &["certainty"]), - (UniCase::ascii("acitvating"), &["activating"]), - (UniCase::ascii("unnecassary"), &["unnecessary"]), - (UniCase::ascii("misrepresentaion"), &["misrepresentation"]), - (UniCase::ascii("agircultural"), &["agricultural"]), - (UniCase::ascii("instructer"), &["instructor"]), - (UniCase::ascii("victorios"), &["victorious"]), - (UniCase::ascii("undeinably"), &["undeniably"]), - (UniCase::ascii("fabricus"), &["fabrics"]), - (UniCase::ascii("condencing"), &["condemning"]), - (UniCase::ascii("caluculate"), &["calculate"]), - (UniCase::ascii("ierland"), &["ireland"]), - (UniCase::ascii("contriversy"), &["controversy"]), - (UniCase::ascii("adoloscent"), &["adolescent"]), - (UniCase::ascii("vandalsim"), &["vandalism"]), - (UniCase::ascii("installatron"), &["installation"]), - (UniCase::ascii("cahotic"), &["chaotic"]), - (UniCase::ascii("trampolene"), &["trampoline"]), - (UniCase::ascii("publisherr"), &["publisher"]), - (UniCase::ascii("headhpone"), &["headphone"]), - (UniCase::ascii("intermedie"), &["intermediate"]), - (UniCase::ascii("sharkening"), &["sharpening"]), - (UniCase::ascii("sexaulized"), &["sexualized"]), - (UniCase::ascii("repsonding"), &["responding"]), - (UniCase::ascii("dotrmund"), &["dortmund"]), - (UniCase::ascii("interviening"), &["interviewing"]), - (UniCase::ascii("practicarlo"), &["practical"]), - (UniCase::ascii("demograhic"), &["demographic"]), - (UniCase::ascii("phenomon"), &["phenomenon"]), - (UniCase::ascii("discrecion"), &["discretion"]), - (UniCase::ascii("marskman"), &["marksman"]), - (UniCase::ascii("fertily"), &["fertility"]), - (UniCase::ascii("fraternety"), &["fraternity"]), - (UniCase::ascii("presidancy"), &["presidency"]), - (UniCase::ascii("phemonena"), &["phenomena"]), - (UniCase::ascii("replased"), &["relapsed"]), - (UniCase::ascii("contentas"), &["contents"]), - (UniCase::ascii("exectuing"), &["executing"]), - (UniCase::ascii("primarilly"), &["primarily"]), - (UniCase::ascii("retributioon"), &["retribution"]), - (UniCase::ascii("goddammn"), &["goddamn"]), - (UniCase::ascii("infogrpahic"), &["infographic"]), - (UniCase::ascii("detailled"), &["detailed"]), - (UniCase::ascii("intimadate"), &["intimidate"]), - (UniCase::ascii("incidentul"), &["incidental"]), - (UniCase::ascii("enduce"), &["induce"]), - (UniCase::ascii("alrington"), &["arlington"]), - (UniCase::ascii("communistes"), &["communists"]), - (UniCase::ascii("enchantmants"), &["enchantments"]), - (UniCase::ascii("sociopatas"), &["sociopaths"]), - (UniCase::ascii("exersizing"), &["exercising"]), - (UniCase::ascii("convinving"), &["convincing"]), - (UniCase::ascii("caterogized"), &["categorized"]), - (UniCase::ascii("asphlat"), &["asphalt"]), - (UniCase::ascii("earthquaks"), &["earthquakes"]), - (UniCase::ascii("gamerga"), &["gamertag"]), - (UniCase::ascii("apacolyptic"), &["apocalyptic"]), - (UniCase::ascii("satisfactorly"), &["satisfactory"]), - (UniCase::ascii("publiser"), &["publisher"]), - (UniCase::ascii("platfromer"), &["platformer"]), - (UniCase::ascii("scandas"), &["scandals"]), - (UniCase::ascii("airbourne"), &["airborne"]), - (UniCase::ascii("geographicial"), &["geographical"]), - (UniCase::ascii("meidcare"), &["medicare"]), - (UniCase::ascii("knuckel"), &["knuckle"]), - (UniCase::ascii("admittetly"), &["admittedly"]), - (UniCase::ascii("limitaiton"), &["limitation"]), - (UniCase::ascii("veiwership"), &["viewership"]), - (UniCase::ascii("publsih"), &["publish"]), - (UniCase::ascii("indirecty"), &["indirectly"]), - (UniCase::ascii("negotiationg"), &["negotiating"]), - (UniCase::ascii("partiots"), &["patriots"]), - (UniCase::ascii("syphyllis"), &["syphilis"]), - (UniCase::ascii("contacs"), &["contacts"]), - (UniCase::ascii("fanfcition"), &["fanfiction"]), - (UniCase::ascii("asutria"), &["austria"]), - (UniCase::ascii("productioin"), &["productions"]), - (UniCase::ascii("generalizacion"), &["generalization"]), - (UniCase::ascii("prodcution"), &["production"]), - (UniCase::ascii("unproduktive"), &["unproductive"]), - (UniCase::ascii("presens"), &["presents"]), - (UniCase::ascii("crusdae"), &["crusade"]), - (UniCase::ascii("peripathetic"), &["peripatetic"]), - (UniCase::ascii("algoritms"), &["algorithms"]), - (UniCase::ascii("pharmaceutial"), &["pharmaceutical"]), - (UniCase::ascii("sanctiond"), &["sanctioned"]), - (UniCase::ascii("reluctanct"), &["reluctant"]), - (UniCase::ascii("dischare"), &["discharged"]), - (UniCase::ascii("instanteneous"), &["instantaneous"]), - (UniCase::ascii("depressies"), &["depressive"]), - (UniCase::ascii("flatterende"), &["flattered"]), - (UniCase::ascii("unrealistisch"), &["unrealistic"]), - (UniCase::ascii("alignemnt"), &["alignment"]), - (UniCase::ascii("aggreed"), &["agreed"]), - (UniCase::ascii("techticians"), &["technicians"]), - (UniCase::ascii("physciatrists"), &["psychiatrists"]), - (UniCase::ascii("banruptcy"), &["bankruptcy"]), - (UniCase::ascii("bandwitdh"), &["bandwidth"]), - (UniCase::ascii("assocaited"), &["associated"]), - (UniCase::ascii("anecdotallly"), &["anecdotally"]), - (UniCase::ascii("ignornace"), &["ignorance"]), - (UniCase::ascii("orginasations"), &["organisations"]), - (UniCase::ascii("brisben"), &["brisbane"]), - (UniCase::ascii("lingiere"), &["lingerie"]), - (UniCase::ascii("desitned"), &["destined"]), - (UniCase::ascii("listents"), &["listens"]), - (UniCase::ascii("reptition"), &["repetition"]), - (UniCase::ascii("musicains"), &["musicians"]), - (UniCase::ascii("prestigeous"), &["prestigious"]), - (UniCase::ascii("philosohpies"), &["philosophies"]), - (UniCase::ascii("cartride"), &["cartridge"]), - (UniCase::ascii("characterisitics"), &["characteristics"]), - (UniCase::ascii("downvotr"), &["downvoters"]), - (UniCase::ascii("ratpure"), &["rapture"]), - (UniCase::ascii("dependenta"), &["dependant"]), - (UniCase::ascii("simlutaneously"), &["simultaneously"]), - (UniCase::ascii("contriception"), &["contraception"]), - (UniCase::ascii("percentige"), &["percentile"]), - (UniCase::ascii("louisianna"), &["louisiana"]), - (UniCase::ascii("incorprates"), &["incorporates"]), - (UniCase::ascii("incrementarla"), &["incremental"]), - (UniCase::ascii("discourges"), &["discourages"]), - (UniCase::ascii("muktitasking"), &["multitasking"]), - (UniCase::ascii("incentiveise"), &["incentives"]), - (UniCase::ascii("pitchforcks"), &["pitchforks"]), - (UniCase::ascii("introdued"), &["introduced"]), - (UniCase::ascii("flasely"), &["falsely"]), - (UniCase::ascii("yatch"), &["yacht"]), - (UniCase::ascii("satisfactoraly"), &["satisfactory"]), - (UniCase::ascii("temerature"), &["temperature"]), - (UniCase::ascii("volounteers"), &["volunteers"]), - (UniCase::ascii("perosnality"), &["personality"]), - (UniCase::ascii("hypocrytical"), &["hypocritical"]), - (UniCase::ascii("gammeode"), &["gamemode"]), - (UniCase::ascii("amministrative"), &["administrative"]), - (UniCase::ascii("emabrassing"), &["embarassing"]), - (UniCase::ascii("devotin"), &["devotion"]), - (UniCase::ascii("pertinante"), &["pertinent"]), - (UniCase::ascii("distribue"), &["distributed"]), - (UniCase::ascii("unproteced"), &["unprotected"]), - (UniCase::ascii("functionning"), &["functioning"]), - (UniCase::ascii("pestisides"), &["pesticides"]), - (UniCase::ascii("railraod"), &["railroad"]), - (UniCase::ascii("recomments"), &["recommends"]), - (UniCase::ascii("copyrighed"), &["copyrighted"]), - (UniCase::ascii("soveriengty"), &["sovereignty"]), - (UniCase::ascii("informate"), &["informative"]), - (UniCase::ascii("permitts"), &["permits"]), - (UniCase::ascii("sciense"), &["sciences"]), - (UniCase::ascii("porcelina"), &["porcelain"]), - (UniCase::ascii("unlikley"), &["unlikely"]), - (UniCase::ascii("poltical"), &["political"]), - (UniCase::ascii("argumentatie"), &["argumentative"]), - (UniCase::ascii("chromossome"), &["chromosomes"]), - (UniCase::ascii("definitv"), &["definitive"]), - (UniCase::ascii("masturbatin"), &["masturbation"]), - (UniCase::ascii("inquisiton"), &["inquisition"]), - (UniCase::ascii("completent"), &["complement"]), - (UniCase::ascii("pshycosis"), &["psychosis"]), - (UniCase::ascii("anecdotle"), &["anecdote"]), - (UniCase::ascii("beglian"), &["belgian"]), - (UniCase::ascii("theisitc"), &["theistic"]), - (UniCase::ascii("sympethetic"), &["sympathetic"]), - (UniCase::ascii("provicial"), &["provincial"]), - (UniCase::ascii("contentes"), &["contents"]), - (UniCase::ascii("interestigly"), &["interestingly"]), - (UniCase::ascii("compassione"), &["compassionate"]), - (UniCase::ascii("altogehter"), &["altogether"]), - (UniCase::ascii("internatinal"), &["international"]), - (UniCase::ascii("peodphilia"), &["pedophilia"]), - (UniCase::ascii("alterantives"), &["alternatives"]), - (UniCase::ascii("formery"), &["formerly"]), - (UniCase::ascii("princessses"), &["princesses"]), - (UniCase::ascii("tornaodes"), &["tornadoes"]), - (UniCase::ascii("assosiates"), &["associates"]), - (UniCase::ascii("auidobooks"), &["audiobooks"]), - (UniCase::ascii("politing"), &["piloting"]), - (UniCase::ascii("hyphotesis"), &["hypothesis"]), - (UniCase::ascii("immediatley"), &["immediately"]), - (UniCase::ascii("boradway"), &["broadway"]), - (UniCase::ascii("procrastinationg"), &["procrastinating"]), - (UniCase::ascii("patronos"), &["patrons"]), - (UniCase::ascii("fireballls"), &["fireballs"]), - (UniCase::ascii("notificaton"), &["notification"]), - (UniCase::ascii("magincian"), &["magician"]), - (UniCase::ascii("comedias"), &["comedians"]), - (UniCase::ascii("soemthing"), &["something"]), - (UniCase::ascii("resistencias"), &["resistances"]), - (UniCase::ascii("contenintal"), &["continental"]), - (UniCase::ascii("unluckly"), &["unlucky"]), - (UniCase::ascii("fraudalent"), &["fraudulent"]), - (UniCase::ascii("correspend"), &["correspond"]), - (UniCase::ascii("inpenetrable"), &["impenetrable"]), - (UniCase::ascii("commerorative"), &["commemorative"]), - (UniCase::ascii("incluse"), &["includes"]), - (UniCase::ascii("gurantee"), &["guarantee"]), - (UniCase::ascii("deprivition"), &["deprivation"]), - (UniCase::ascii("combins"), &["combines"]), - (UniCase::ascii("cooperacion"), &["cooperation"]), - (UniCase::ascii("moderaters"), &["moderates"]), - (UniCase::ascii("yorkshie"), &["yorkshire"]), - (UniCase::ascii("manifactured"), &["manufactured"]), - (UniCase::ascii("revolutionairy"), &["revolutionary"]), - (UniCase::ascii("instrumetal"), &["instrumental"]), - (UniCase::ascii("predicement"), &["predicament"]), - (UniCase::ascii("microtransactiosn"), &["microtransactions"]), - (UniCase::ascii("explosin"), &["explosions"]), - (UniCase::ascii("scenarious"), &["scenarios"]), - (UniCase::ascii("snowbals"), &["snowballs"]), - (UniCase::ascii("luandry"), &["laundry"]), - (UniCase::ascii("officailly"), &["officially"]), - (UniCase::ascii("yourselvs"), &["yourselves"]), - (UniCase::ascii("interfeers"), &["interferes"]), - (UniCase::ascii("maintance"), &["maintenance"]), - (UniCase::ascii("marryied"), &["married"]), - (UniCase::ascii("inspiracion"), &["inspiration"]), - (UniCase::ascii("venegance"), &["vengeance"]), - (UniCase::ascii("opponant"), &["opponent"]), - (UniCase::ascii("trianlges"), &["triangles"]), - (UniCase::ascii("rabbitts"), &["rabbits"]), - (UniCase::ascii("perfomers"), &["performers"]), - (UniCase::ascii("convorsations"), &["conversations"]), - (UniCase::ascii("maintinence"), &["maintenance"]), - (UniCase::ascii("juvenilles"), &["juvenile"]), - (UniCase::ascii("lefitst"), &["leftist"]), - (UniCase::ascii("treatmet"), &["treatments"]), - (UniCase::ascii("touritsy"), &["touristy"]), - (UniCase::ascii("shanenigans"), &["shenanigans"]), - (UniCase::ascii("reminicient"), &["reminiscent"]), - (UniCase::ascii("anectodes"), &["anecdotes"]), - (UniCase::ascii("ambiguitiy"), &["ambiguity"]), - (UniCase::ascii("diasble"), &["disable"]), - (UniCase::ascii("narcassist"), &["narcissist"]), - (UniCase::ascii("experiances"), &["experiences"]), - (UniCase::ascii("attractes"), &["attracts"]), - (UniCase::ascii("discalimer"), &["disclaimer"]), - (UniCase::ascii("respektable"), &["respectable"]), - (UniCase::ascii("mensutral"), &["menstrual"]), - (UniCase::ascii("tournement"), &["tournament"]), - (UniCase::ascii("responisbility"), &["responsibility"]), - (UniCase::ascii("noth"), &["north"]), - (UniCase::ascii("chernoybl"), &["chernobyl"]), - (UniCase::ascii("soparnos"), &["sopranos"]), - (UniCase::ascii("circumstante"), &["circumstance"]), - (UniCase::ascii("fortunatelly"), &["fortunately"]), - (UniCase::ascii("actualiy"), &["actuality"]), - (UniCase::ascii("austrija"), &["austria"]), - (UniCase::ascii("capitlaize"), &["capitalized"]), - (UniCase::ascii("annoucne"), &["announce"]), - (UniCase::ascii("midifeld"), &["midfield"]), - (UniCase::ascii("contradicitng"), &["contradicting"]), - (UniCase::ascii("incrimental"), &["incremental"]), - (UniCase::ascii("deductie"), &["deductible"]), - (UniCase::ascii("superfluos"), &["superfluous"]), - (UniCase::ascii("fantasticlly"), &["fantastically"]), - (UniCase::ascii("philospohers"), &["philosophers"]), - (UniCase::ascii("pakistnai"), &["pakistani"]), - (UniCase::ascii("marginis"), &["margins"]), - (UniCase::ascii("hiesman"), &["heisman"]), - (UniCase::ascii("britsol"), &["bristol"]), - (UniCase::ascii("addionally"), &["additionally"]), - (UniCase::ascii("invalidade"), &["invalidate"]), - (UniCase::ascii("sideboad"), &["sideboard"]), - (UniCase::ascii("internationnal"), &["international"]), - (UniCase::ascii("overwhemed"), &["overwhelmed"]), - (UniCase::ascii("cholocate"), &["chocolate"]), - (UniCase::ascii("contaminaton"), &["contamination"]), - (UniCase::ascii("repbulicans"), &["republicans"]), - (UniCase::ascii("dissipatore"), &["dissipate"]), - (UniCase::ascii("penerator"), &["penetrator"]), - (UniCase::ascii("legislatiors"), &["legislators"]), - (UniCase::ascii("esitmation"), &["estimation"]), - (UniCase::ascii("interpretion"), &["interpreting"]), - (UniCase::ascii("interstelar"), &["interstellar"]), - (UniCase::ascii("punctiation"), &["punctuation"]), - (UniCase::ascii("temporarity"), &["temporarily"]), - (UniCase::ascii("friendzond"), &["friendzoned"]), - (UniCase::ascii("fourten"), &["fourteen"]), - (UniCase::ascii("precisou"), &["precious"]), - (UniCase::ascii("definitavely"), &["definitively"]), - (UniCase::ascii("relegato"), &["relegation"]), - (UniCase::ascii("unilatreally"), &["unilaterally"]), - (UniCase::ascii("intaxication"), &["intoxication"]), - (UniCase::ascii("providencie"), &["providence"]), - (UniCase::ascii("judisuary"), &["judiciary"]), - (UniCase::ascii("patriotisch"), &["patriotic"]), - (UniCase::ascii("entropay"), &["entropy"]), - (UniCase::ascii("anaylze"), &["analyze"]), - (UniCase::ascii("togehter"), &["together"]), - (UniCase::ascii("continuemos"), &["continues"]), - (UniCase::ascii("caspule"), &["capsule"]), - (UniCase::ascii("actication"), &["activation"]), - (UniCase::ascii("progressionists"), &["progressions"]), - (UniCase::ascii("realisitc"), &["realistic"]), - (UniCase::ascii("symtpoms"), &["symptoms"]), - (UniCase::ascii("emergancies"), &["emergencies"]), - (UniCase::ascii("commodites"), &["commodities"]), - (UniCase::ascii("automonomous"), &["autonomous"]), - (UniCase::ascii("refersher"), &["refresher"]), - (UniCase::ascii("giltchy"), &["glitchy"]), - (UniCase::ascii("regulament"), &["regulate"]), - (UniCase::ascii("stealthboy"), &["stealthy"]), - (UniCase::ascii("counsilling"), &["counselling"]), - (UniCase::ascii("predocessors"), &["predecessors"]), - (UniCase::ascii("privte"), &["private"]), - (UniCase::ascii("lighthearded"), &["lighthearted"]), - (UniCase::ascii("analyitcs"), &["analytics"]), - (UniCase::ascii("disqualifyed"), &["disqualified"]), - (UniCase::ascii("algoritmos"), &["algorithms"]), - (UniCase::ascii("counteratk"), &["counteract"]), - (UniCase::ascii("initaitives"), &["initiatives"]), - (UniCase::ascii("philosophics"), &["philosophies"]), - (UniCase::ascii("disgustes"), &["disgusts"]), - (UniCase::ascii("recogize"), &["recognize"]), - (UniCase::ascii("accountatns"), &["accountants"]), - (UniCase::ascii("mississipi"), &["mississippi"]), - (UniCase::ascii("windsoar"), &["windsor"]), - (UniCase::ascii("justificaiton"), &["justification"]), - (UniCase::ascii("confussions"), &["confessions"]), - (UniCase::ascii("habaeus"), &["habeas"]), - (UniCase::ascii("phenomenom"), &["phenomenon"]), - (UniCase::ascii("communitites"), &["communities"]), - (UniCase::ascii("savannh"), &["savannah"]), - (UniCase::ascii("phsyician"), &["physician"]), - (UniCase::ascii("compenidum"), &["compendium"]), - (UniCase::ascii("pereptually"), &["perpetually"]), - (UniCase::ascii("imexperience"), &["inexperience"]), - (UniCase::ascii("enlightnement"), &["enlightenment"]), - (UniCase::ascii("shortend"), &["shortened"]), - (UniCase::ascii("physcopaths"), &["psychopaths"]), - (UniCase::ascii("galvinized"), &["galvanized"]), - (UniCase::ascii("translater"), &["translator"]), - (UniCase::ascii("lasagnea"), &["lasagna"]), - (UniCase::ascii("sesnors"), &["sensors"]), - (UniCase::ascii("protototype"), &["prototype"]), - (UniCase::ascii("fedorans"), &["fedoras"]), - (UniCase::ascii("cambodican"), &["cambodia"]), - (UniCase::ascii("memoery"), &["memory"]), - (UniCase::ascii("psychedlic"), &["psychedelic"]), - (UniCase::ascii("aranged"), &["arranged"]), - (UniCase::ascii("underwrold"), &["underworld"]), - (UniCase::ascii("lightnting"), &["lightening"]), - (UniCase::ascii("grandchildern"), &["grandchildren"]), - (UniCase::ascii("touchapd"), &["touchpad"]), - (UniCase::ascii("stealthify"), &["stealthy"]), - (UniCase::ascii("trunlde"), &["trundle"]), - (UniCase::ascii("programmare"), &["programmer"]), - (UniCase::ascii("examind"), &["examined"]), - (UniCase::ascii("ocassionaly"), &["occasionally"]), - (UniCase::ascii("narrativas"), &["narratives"]), - (UniCase::ascii("devilers"), &["delivers"]), - (UniCase::ascii("religionens"), &["religions"]), - (UniCase::ascii("normanday"), &["normandy"]), - (UniCase::ascii("commemters"), &["commenters"]), - (UniCase::ascii("freinds"), &["friends"]), - (UniCase::ascii("repostas"), &["reposts"]), - (UniCase::ascii("whitholding"), &["withholding"]), - (UniCase::ascii("compulsery"), &["compulsory"]), - (UniCase::ascii("unbelievablly"), &["unbelievably"]), - (UniCase::ascii("constructo"), &["construction"]), - (UniCase::ascii("incompitent"), &["incompetent"]), - (UniCase::ascii("weirldy"), &["weirdly"]), - (UniCase::ascii("bengalos"), &["bengals"]), - (UniCase::ascii("correctivos"), &["corrections"]), - (UniCase::ascii("capatilization"), &["capitalization"]), - (UniCase::ascii("identitties"), &["identities"]), - (UniCase::ascii("labenese"), &["lebanese"]), - (UniCase::ascii("pebbleos"), &["pebbles"]), - (UniCase::ascii("recrusion"), &["recursion"]), - (UniCase::ascii("dionsaurs"), &["dinosaurs"]), - (UniCase::ascii("respondus"), &["responds"]), - (UniCase::ascii("coordonated"), &["coordinated"]), - (UniCase::ascii("straightn"), &["straighten"]), - (UniCase::ascii("repsectfully"), &["respectfully"]), - (UniCase::ascii("foreamrs"), &["forearms"]), - (UniCase::ascii("masturabting"), &["masturbating"]), - (UniCase::ascii("perdictions"), &["predictions"]), - (UniCase::ascii("converning"), &["converting"]), - (UniCase::ascii("transalting"), &["translating"]), - (UniCase::ascii("stregth"), &["strength"]), - (UniCase::ascii("apporached"), &["approached"]), - (UniCase::ascii("conqouring"), &["conquering"]), - (UniCase::ascii("compuslive"), &["compulsive"]), - (UniCase::ascii("extravagent"), &["extravagant"]), - (UniCase::ascii("privelleges"), &["privileges"]), - (UniCase::ascii("ascnesion"), &["ascension"]), - (UniCase::ascii("structurels"), &["structures"]), - (UniCase::ascii("shotuout"), &["shoutout"]), - (UniCase::ascii("graet"), &["great"]), - (UniCase::ascii("mouthpeices"), &["mouthpiece"]), - (UniCase::ascii("incrompehensible"), &["incomprehensible"]), - (UniCase::ascii("pshycopathic"), &["psychopathic"]), - (UniCase::ascii("assersions"), &["assertions"]), - (UniCase::ascii("bceuase"), &["becuase"]), - (UniCase::ascii("motovational"), &["motivational"]), - (UniCase::ascii("affaris"), &["affairs"]), - (UniCase::ascii("assoications"), &["associations"]), - (UniCase::ascii("desgination"), &["designation"]), - (UniCase::ascii("opitcal"), &["optical"]), - (UniCase::ascii("seached"), &["searched"]), - (UniCase::ascii("calssified"), &["classified"]), - (UniCase::ascii("chlesea"), &["chelsea"]), - (UniCase::ascii("refubrished"), &["refurbished"]), - (UniCase::ascii("adminsitrators"), &["administrators"]), - (UniCase::ascii("comparatie"), &["comparative"]), - (UniCase::ascii("purposelly"), &["purposely"]), - (UniCase::ascii("relected"), &["reelected"]), - (UniCase::ascii("insistente"), &["insistence"]), - (UniCase::ascii("mayballine"), &["maybelline"]), - (UniCase::ascii("scaricity"), &["scarcity"]), - (UniCase::ascii("portgual"), &["portugal"]), - (UniCase::ascii("overlorded"), &["overloaded"]), - (UniCase::ascii("comapres"), &["compares"]), - (UniCase::ascii("dealying"), &["delaying"]), - (UniCase::ascii("mandrian"), &["mandarin"]), - (UniCase::ascii("threefor"), &["therefor"]), - (UniCase::ascii("overpaied"), &["overpaid"]), - (UniCase::ascii("desentitized"), &["desensitized"]), - (UniCase::ascii("israelli"), &["israeli"]), - (UniCase::ascii("montania"), &["montana"]), - (UniCase::ascii("rised"), &["raised"]), - (UniCase::ascii("althetics"), &["athletics"]), - (UniCase::ascii("communciations"), &["communications"]), - (UniCase::ascii("outreagous"), &["outrageous"]), - (UniCase::ascii("automatice"), &["automate"]), - (UniCase::ascii("overlcock"), &["overclock"]), - (UniCase::ascii("dipthongs"), &["diphthongs"]), - (UniCase::ascii("figurativelly"), &["figuratively"]), - (UniCase::ascii("trandgender"), &["transgender"]), - (UniCase::ascii("alocholism"), &["alcoholism"]), - (UniCase::ascii("dolphinese"), &["dolphins"]), - (UniCase::ascii("inexeprienced"), &["inexperience"]), - (UniCase::ascii("embarassment"), &["embarrassment"]), - (UniCase::ascii("withelist"), &["whitelist"]), - (UniCase::ascii("professorin"), &["profession"]), - (UniCase::ascii("conservativs"), &["conservatism"]), - (UniCase::ascii("malfonction"), &["malfunction"]), - (UniCase::ascii("crystalisation"), &["crystallisation"]), - (UniCase::ascii("bureaucrates"), &["bureaucrats"]), - (UniCase::ascii("radaint"), &["radiant"]), - (UniCase::ascii("statuer"), &["stature"]), - (UniCase::ascii("aspriin"), &["aspirin"]), - (UniCase::ascii("desencitized"), &["desensitized"]), - (UniCase::ascii("penisse"), &["penises"]), - (UniCase::ascii("ultrason"), &["ultrasound"]), - (UniCase::ascii("intellecutally"), &["intellectually"]), - (UniCase::ascii("jalibreak"), &["jailbreak"]), - (UniCase::ascii("paraphrashing"), &["paraphrasing"]), - (UniCase::ascii("expeced"), &["expected"]), - (UniCase::ascii("espeically"), &["especially"]), - (UniCase::ascii("circunstances"), &["circumstances"]), - (UniCase::ascii("visable"), &["visible"]), - (UniCase::ascii("mariens"), &["marines"]), - (UniCase::ascii("sociopolical"), &["sociological"]), - (UniCase::ascii("delpeted"), &["depleted"]), - (UniCase::ascii("continuu"), &["continuous"]), - (UniCase::ascii("slayign"), &["slaying"]), - (UniCase::ascii("carthagian"), &["carthaginian"]), - (UniCase::ascii("completen"), &["complement"]), - (UniCase::ascii("gardient"), &["gradient"]), - (UniCase::ascii("robberys"), &["robbers"]), - (UniCase::ascii("destoryed"), &["destroyed"]), - (UniCase::ascii("perpetuationg"), &["perpetuating"]), - (UniCase::ascii("metabolsim"), &["metabolism"]), - (UniCase::ascii("affort"), &["afford"]), - (UniCase::ascii("noteable"), &["notable"]), - (UniCase::ascii("straigthen"), &["straighten"]), - (UniCase::ascii("aritfact"), &["artifact"]), - (UniCase::ascii("islamistisk"), &["islamists"]), - (UniCase::ascii("dividens"), &["dividends"]), - (UniCase::ascii("enchantmet"), &["enchantments"]), - (UniCase::ascii("bodybuildng"), &["bodybuilding"]), - (UniCase::ascii("minature"), &["miniature"]), - (UniCase::ascii("copehnagen"), &["copenhagen"]), - (UniCase::ascii("constructos"), &["constructs"]), - (UniCase::ascii("defendes"), &["defenders"]), - (UniCase::ascii("promisculous"), &["promiscuous"]), - (UniCase::ascii("respectuflly"), &["respectfully"]), - (UniCase::ascii("cringely"), &["cringey"]), - (UniCase::ascii("vascetomy"), &["vasectomy"]), - (UniCase::ascii("terrabyte"), &["terabyte"]), - (UniCase::ascii("vaticina"), &["vatican"]), - (UniCase::ascii("interupt"), &["interrupt"]), - (UniCase::ascii("caluclations"), &["calculations"]), - (UniCase::ascii("nostris"), &["nostrils"]), - (UniCase::ascii("straightie"), &["straighten"]), - (UniCase::ascii("prostite"), &["prostitute"]), - (UniCase::ascii("normalos"), &["normals"]), - (UniCase::ascii("criticiszing"), &["criticising"]), - (UniCase::ascii("heatlhcare"), &["healthcare"]), - (UniCase::ascii("vectros"), &["vectors"]), - (UniCase::ascii("hypocriet"), &["hypocrite"]), - (UniCase::ascii("helikopter"), &["helicopter"]), - (UniCase::ascii("inexplicaby"), &["inexplicably"]), - (UniCase::ascii("siginificant"), &["significant"]), - (UniCase::ascii("tentacls"), &["tentacles"]), - (UniCase::ascii("intelelctuals"), &["intellectuals"]), - (UniCase::ascii("subscrie"), &["subscriber"]), - (UniCase::ascii("detials"), &["details"]), - (UniCase::ascii("champoinship"), &["championship"]), - (UniCase::ascii("bratenders"), &["bartenders"]), - (UniCase::ascii("tourisy"), &["touristy"]), - (UniCase::ascii("liberalest"), &["liberate"]), - (UniCase::ascii("prceeded"), &["preceded"]), - (UniCase::ascii("israelits"), &["israelis"]), - (UniCase::ascii("refelcts"), &["reflects"]), - (UniCase::ascii("finaly"), &["finally"]), - (UniCase::ascii("looseley"), &["loosely"]), - (UniCase::ascii("scholary"), &["scholarly"]), - (UniCase::ascii("careing"), &["caring"]), - (UniCase::ascii("guaduloupe"), &["guadalupe"]), - (UniCase::ascii("experimentle"), &["experimented"]), - (UniCase::ascii("cardianl"), &["cardinal"]), - (UniCase::ascii("mannarisms"), &["mannerisms"]), - (UniCase::ascii("rekommendation"), &["recommendation"]), - (UniCase::ascii("pancaks"), &["pancakes"]), - (UniCase::ascii("expantions"), &["expansions"]), - (UniCase::ascii("sqaurely"), &["squarely"]), - (UniCase::ascii("motivatinal"), &["motivational"]), - (UniCase::ascii("organizatons"), &["organizations"]), - (UniCase::ascii("shriley"), &["shirley"]), - (UniCase::ascii("ocurred"), &["occurred"]), - (UniCase::ascii("descritpion"), &["descriptions"]), - (UniCase::ascii("explortation"), &["exploitation"]), - (UniCase::ascii("assmebly"), &["assembly"]), - (UniCase::ascii("dependance"), &["dependence"]), - (UniCase::ascii("tranistioned"), &["transitioned"]), - (UniCase::ascii("disgrunteld"), &["disgruntled"]), - (UniCase::ascii("precausions"), &["precautions"]), - (UniCase::ascii("immitating"), &["imitating"]), - (UniCase::ascii("iranias"), &["iranians"]), - (UniCase::ascii("ethcially"), &["ethically"]), - (UniCase::ascii("regualtions"), &["regulations"]), - (UniCase::ascii("beacuse"), &["because"]), - (UniCase::ascii("potentialy"), &["potentially"]), - (UniCase::ascii("evaluationg"), &["evaluating"]), - (UniCase::ascii("cousnelors"), &["counselors"]), - (UniCase::ascii("mucisians"), &["musicians"]), - (UniCase::ascii("aspiratons"), &["aspirations"]), - (UniCase::ascii("parliement"), &["parliament"]), - (UniCase::ascii("charisa"), &["charisma"]), - (UniCase::ascii("merchantos"), &["merchants"]), - (UniCase::ascii("tramendously"), &["tremendously"]), - (UniCase::ascii("metropos"), &["metropolis"]), - (UniCase::ascii("decoratie"), &["decorative"]), - (UniCase::ascii("previvous"), &["previous"]), - (UniCase::ascii("routeros"), &["routers"]), - (UniCase::ascii("laborotory"), &["laboratory"]), - (UniCase::ascii("chocolste"), &["chocolates"]), - (UniCase::ascii("redneckest"), &["rednecks"]), - (UniCase::ascii("convirtible"), &["convertible"]), - (UniCase::ascii("seing"), &["seeing"]), - (UniCase::ascii("unfourtunately"), &["unfortunately"]), - (UniCase::ascii("personalites"), &["personalities"]), - (UniCase::ascii("semestre"), &["semester"]), - (UniCase::ascii("organismes"), &["organisms"]), - (UniCase::ascii("skateing"), &["skating"]), - (UniCase::ascii("naturaly"), &["naturally"]), - (UniCase::ascii("oppresso"), &["oppression"]), - (UniCase::ascii("enthusiasim"), &["enthusiasm"]), - (UniCase::ascii("countepart"), &["counteract"]), - (UniCase::ascii("passagens"), &["passages"]), - (UniCase::ascii("underwoord"), &["underworld"]), - (UniCase::ascii("trinekts"), &["trinkets"]), - (UniCase::ascii("irresponsbile"), &["irresponsible"]), - (UniCase::ascii("disbelife"), &["disbelief"]), - (UniCase::ascii("miscommunicaiton"), &["miscommunication"]), - (UniCase::ascii("beween"), &["between"]), - (UniCase::ascii("compromisses"), &["compromises"]), - (UniCase::ascii("corproate"), &["corporate"]), - (UniCase::ascii("complitation"), &["complication"]), - (UniCase::ascii("sociapathic"), &["sociopathic"]), - (UniCase::ascii("overwhelimg"), &["overwhelm"]), - (UniCase::ascii("restrainting"), &["restraining"]), - (UniCase::ascii("tempalrs"), &["templars"]), - (UniCase::ascii("disciplinas"), &["disciplines"]), - (UniCase::ascii("reminescent"), &["reminiscent"]), - (UniCase::ascii("parapharse"), &["paraphrase"]), - (UniCase::ascii("kenyesian"), &["keynesian"]), - (UniCase::ascii("argubaly"), &["arguably"]), - (UniCase::ascii("dualtiy"), &["duality"]), - (UniCase::ascii("represnetation"), &["representations"]), - (UniCase::ascii("graudally"), &["gradually"]), - (UniCase::ascii("revovles"), &["revolves"]), - (UniCase::ascii("zimbabew"), &["zimbabwe"]), - (UniCase::ascii("succedes"), &["succeeds"]), - (UniCase::ascii("interefers"), &["interferes"]), - (UniCase::ascii("undermineing"), &["undermining"]), - (UniCase::ascii("grapefriut"), &["grapefruit"]), - (UniCase::ascii("specail"), &["special"]), - (UniCase::ascii("dependandt"), &["dependant"]), - (UniCase::ascii("motherborad"), &["motherboard"]), - (UniCase::ascii("electrolyts"), &["electrolytes"]), - (UniCase::ascii("periperhals"), &["peripherals"]), - (UniCase::ascii("programms"), &["programs"]), - (UniCase::ascii("organiclly"), &["organically"]), - (UniCase::ascii("icongnito"), &["incognito"]), - (UniCase::ascii("exponantially"), &["exponentially"]), - (UniCase::ascii("interpertations"), &["interpretations"]), - (UniCase::ascii("hallucinatin"), &["hallucinations"]), - (UniCase::ascii("assoziation"), &["association"]), - (UniCase::ascii("cinemetography"), &["cinematography"]), - (UniCase::ascii("mistakinly"), &["mistakenly"]), - (UniCase::ascii("discrimiate"), &["discriminate"]), - (UniCase::ascii("relitavely"), &["relatively"]), - (UniCase::ascii("demenstration"), &["demonstration"]), - (UniCase::ascii("socialistisk"), &["socialists"]), - (UniCase::ascii("collegaue"), &["colleague"]), - (UniCase::ascii("puplisher"), &["publisher"]), - (UniCase::ascii("amonsgt"), &["amongst"]), - (UniCase::ascii("effortlessely"), &["effortlessly"]), - (UniCase::ascii("transofrm"), &["transform"]), - (UniCase::ascii("ballisitc"), &["ballistic"]), - (UniCase::ascii("participait"), &["participant"]), - (UniCase::ascii("somaila"), &["somalia"]), - (UniCase::ascii("acceptence"), &["acceptance"]), - (UniCase::ascii("demesticated"), &["domesticated"]), - (UniCase::ascii("inappropiate"), &["inappropriate"]), - (UniCase::ascii("disastisfied"), &["dissatisfied"]), - (UniCase::ascii("nuaghty"), &["naughty"]), - (UniCase::ascii("imaptient"), &["impatient"]), - (UniCase::ascii("cardiovascualar"), &["cardiovascular"]), - (UniCase::ascii("furstration"), &["frustration"]), - (UniCase::ascii("suppresssor"), &["suppressor"]), - (UniCase::ascii("horizontaal"), &["horizontal"]), - (UniCase::ascii("trasnparency"), &["transparency"]), - (UniCase::ascii("unorginial"), &["unoriginal"]), - (UniCase::ascii("constructies"), &["constructs"]), - (UniCase::ascii("schiziphrenic"), &["schizophrenic"]), - (UniCase::ascii("imigration"), &["emigration"]), - (UniCase::ascii("orgnaisation"), &["organisations"]), - (UniCase::ascii("homeoapthy"), &["homeopathy"]), - (UniCase::ascii("polititians"), &["politicians"]), - (UniCase::ascii("motivatie"), &["motivate"]), - (UniCase::ascii("cholestrol"), &["cholesterol"]), - (UniCase::ascii("dolhpin"), &["dolphin"]), - (UniCase::ascii("converdation"), &["conservation"]), - (UniCase::ascii("writting"), &["writing"]), - (UniCase::ascii("enchancments"), &["enchantments"]), - (UniCase::ascii("idenitfy"), &["identify"]), - (UniCase::ascii("objectivley"), &["objectively"]), - (UniCase::ascii("ultimae"), &["ultimate"]), - (UniCase::ascii("complexy"), &["complexity"]), - (UniCase::ascii("productos"), &["products"]), - (UniCase::ascii("attackeras"), &["attackers"]), - (UniCase::ascii("differientation"), &["differentiation"]), - (UniCase::ascii("percautions"), &["precautions"]), - (UniCase::ascii("academicaly"), &["academically"]), - (UniCase::ascii("motherboad"), &["motherboard"]), - (UniCase::ascii("paraprhased"), &["paraphrase"]), - (UniCase::ascii("wesbtrook"), &["westbrook"]), - (UniCase::ascii("liquidos"), &["liquids"]), - (UniCase::ascii("pyschosis"), &["psychosis"]), - (UniCase::ascii("extractnow"), &["extraction"]), - (UniCase::ascii("compromize"), &["compromise"]), - (UniCase::ascii("definitlty"), &["definitly"]), - (UniCase::ascii("straignt"), &["straighten"]), - (UniCase::ascii("aparment"), &["apartment"]), - (UniCase::ascii("northen"), &["northern"]), - (UniCase::ascii("definetely"), &["definitely"]), - (UniCase::ascii("piblisher"), &["publisher"]), - (UniCase::ascii("correlato"), &["correlation"]), - (UniCase::ascii("toriodal"), &["toroidal"]), - (UniCase::ascii("deyhdration"), &["dehydration"]), - (UniCase::ascii("inspirationnal"), &["inspirational"]), - (UniCase::ascii("referemces"), &["references"]), - (UniCase::ascii("untill"), &["until"]), - (UniCase::ascii("sumary"), &["summary"]), - (UniCase::ascii("scandanavia"), &["scandinavia"]), - (UniCase::ascii("internetes"), &["internets"]), - (UniCase::ascii("afircans"), &["africans"]), - (UniCase::ascii("brazillans"), &["brazilians"]), - (UniCase::ascii("inadaquete"), &["inadequate"]), - (UniCase::ascii("rennovating"), &["renovating"]), - (UniCase::ascii("vengence"), &["vengeance"]), - (UniCase::ascii("disrispect"), &["disrespect"]), - (UniCase::ascii("acknolwedgement"), &["acknowledgement"]), - (UniCase::ascii("intorductory"), &["introductory"]), - (UniCase::ascii("initalling"), &["initialling"]), - (UniCase::ascii("regresssive"), &["regressive"]), - (UniCase::ascii("amendmants"), &["amendments"]), - (UniCase::ascii("qualifierais"), &["qualifiers"]), - (UniCase::ascii("familliar"), &["familiar"]), - (UniCase::ascii("repentence"), &["repentance"]), - (UniCase::ascii("videojames"), &["videogames"]), - (UniCase::ascii("complexety"), &["complexity"]), - (UniCase::ascii("abudcted"), &["abducted"]), - (UniCase::ascii("extensivly"), &["extensively"]), - (UniCase::ascii("metropolies"), &["metropolis"]), - (UniCase::ascii("beautyfull"), &["beautiful"]), - (UniCase::ascii("semseters"), &["semesters"]), - (UniCase::ascii("outnumberd"), &["outnumbered"]), - (UniCase::ascii("rwite"), &["write"]), - (UniCase::ascii("depostied"), &["deposited"]), - (UniCase::ascii("sence"), &["sense"]), - (UniCase::ascii("flourine"), &["fluorine"]), - (UniCase::ascii("trakcers"), &["trackers"]), - (UniCase::ascii("workstaton"), &["workstation"]), - (UniCase::ascii("hurriance"), &["hurricane"]), - (UniCase::ascii("westerse"), &["westerners"]), - (UniCase::ascii("performens"), &["performers"]), - (UniCase::ascii("careflly"), &["carefully"]), - (UniCase::ascii("terrorities"), &["territories"]), - (UniCase::ascii("diagnositc"), &["diagnostic"]), - (UniCase::ascii("evloves"), &["evolves"]), - (UniCase::ascii("assistans"), &["assistants"]), - (UniCase::ascii("possestions"), &["possessions"]), - (UniCase::ascii("authenticiy"), &["authenticity"]), - (UniCase::ascii("clevery"), &["cleverly"]), - (UniCase::ascii("narcississt"), &["narcissist"]), - (UniCase::ascii("underwager"), &["underwater"]), - (UniCase::ascii("sociologial"), &["sociological"]), - (UniCase::ascii("idealistc"), &["idealistic"]), - (UniCase::ascii("contaminents"), &["containment"]), - (UniCase::ascii("occulation"), &["occupation"]), - (UniCase::ascii("fougth"), &["fought"]), - (UniCase::ascii("progressionwise"), &["progressions"]), - (UniCase::ascii("essensials"), &["essentials"]), - (UniCase::ascii("inifnity"), &["infinity"]), - (UniCase::ascii("flamable"), &["flammable"]), - (UniCase::ascii("occationally"), &["occasionally"]), - (UniCase::ascii("contestat"), &["contestants"]), - (UniCase::ascii("speciaal"), &["special"]), - (UniCase::ascii("serviciable"), &["serviceable"]), - (UniCase::ascii("mexicanas"), &["mexicans"]), - (UniCase::ascii("adolencence"), &["adolescence"]), - (UniCase::ascii("advertisment"), &["advertisement"]), - (UniCase::ascii("unequalities"), &["inequalities"]), - (UniCase::ascii("epitomie"), &["epitome"]), - (UniCase::ascii("essense"), &["essence"]), - (UniCase::ascii("tornadoe"), &["tornado"]), - (UniCase::ascii("exclusivitiy"), &["exclusivity"]), - (UniCase::ascii("alledges"), &["alleges"]), - (UniCase::ascii("ridiculued"), &["ridicule"]), - (UniCase::ascii("snippes"), &["snippets"]), - (UniCase::ascii("criticisied"), &["criticise"]), - (UniCase::ascii("forunner"), &["forerunner"]), - (UniCase::ascii("eraticly"), &["erratically"]), - (UniCase::ascii("champage"), &["champagne"]), - (UniCase::ascii("fundimentalist"), &["fundamentalist"]), - (UniCase::ascii("integirty"), &["integrity"]), - (UniCase::ascii("subsrcibers"), &["subscribers"]), - (UniCase::ascii("revelaiton"), &["revelations"]), - (UniCase::ascii("whic"), &["which"]), - (UniCase::ascii("immortalls"), &["immortals"]), - (UniCase::ascii("cleanleness"), &["cleanliness"]), - (UniCase::ascii("misspeling"), &["misspelling"]), - (UniCase::ascii("inersting"), &["inserting"]), - (UniCase::ascii("analitical"), &["analytical"]), - (UniCase::ascii("overpiad"), &["overpaid"]), - (UniCase::ascii("recrutier"), &["recruiter"]), - (UniCase::ascii("allievate"), &["alleviate"]), - (UniCase::ascii("cruical"), &["crucial"]), - (UniCase::ascii("resistent"), &["resistant"]), - (UniCase::ascii("prouldy"), &["proudly"]), - (UniCase::ascii("freindlies"), &["friendlies"]), - (UniCase::ascii("reinitalize"), &["reinitialize"]), - (UniCase::ascii("afhganistan"), &["afghanistan"]), - (UniCase::ascii("noticabely"), &["noticeably"]), - (UniCase::ascii("plagierism"), &["plagiarism"]), - (UniCase::ascii("graudating"), &["graduating"]), - (UniCase::ascii("girzzly"), &["grizzly"]), - (UniCase::ascii("blueprintcss"), &["blueprints"]), - (UniCase::ascii("instabilty"), &["instability"]), - (UniCase::ascii("cheeseburguer"), &["cheeseburger"]), - (UniCase::ascii("incerceration"), &["incarceration"]), - (UniCase::ascii("participantes"), &["participants"]), - (UniCase::ascii("proportionallity"), &["proportionally"]), - (UniCase::ascii("junlging"), &["jungling"]), - (UniCase::ascii("invovle"), &["involve"]), - (UniCase::ascii("formadible"), &["formidable"]), - (UniCase::ascii("bloggare"), &["blogger"]), - (UniCase::ascii("strawberrry"), &["strawberry"]), - (UniCase::ascii("sucess"), &["success"]), - (UniCase::ascii("intervieuw"), &["interviews"]), - (UniCase::ascii("nkow"), &["know"]), - (UniCase::ascii("vulnerabil"), &["vulnerable"]), - (UniCase::ascii("cartdriges"), &["cartridges"]), - (UniCase::ascii("rhythem"), &["rhythm"]), - (UniCase::ascii("explotions"), &["explosions"]), - (UniCase::ascii("oblitarated"), &["obliterated"]), - (UniCase::ascii("expireds"), &["expires"]), - (UniCase::ascii("chorline"), &["chlorine"]), - (UniCase::ascii("threatining"), &["threatening"]), - (UniCase::ascii("saftey"), &["safety"]), - (UniCase::ascii("tattooes"), &["tattoos"]), - (UniCase::ascii("tupperwears"), &["tupperware"]), - (UniCase::ascii("vewiership"), &["viewership"]), - (UniCase::ascii("unsed"), &["used"]), - (UniCase::ascii("authenticaiton"), &["authentication"]), - (UniCase::ascii("resistans"), &["resistances"]), - (UniCase::ascii("hallowen"), &["halloween"]), - (UniCase::ascii("actualey"), &["actualy"]), - (UniCase::ascii("antisipated"), &["anticipated"]), - (UniCase::ascii("diagonstic"), &["diagnostic"]), - (UniCase::ascii("shiped"), &["shipped"]), - (UniCase::ascii("insistis"), &["insists"]), - (UniCase::ascii("hospitilized"), &["hospitalized"]), - (UniCase::ascii("astronomia"), &["astronomical"]), - (UniCase::ascii("proceesing"), &["proceeding"]), - (UniCase::ascii("symptomes"), &["symptoms"]), - (UniCase::ascii("overcapping"), &["overlapping"]), - (UniCase::ascii("subjectivley"), &["subjectively"]), - (UniCase::ascii("specificaly"), &["specifically"]), - (UniCase::ascii("physicaly"), &["physically"]), - (UniCase::ascii("supplamented"), &["supplemented"]), - (UniCase::ascii("practhett"), &["pratchett"]), - (UniCase::ascii("necesseraly"), &["necessarily"]), - (UniCase::ascii("subtitls"), &["subtitles"]), - (UniCase::ascii("disillisioned"), &["disillusioned"]), - (UniCase::ascii("miminalist"), &["minimalist"]), - (UniCase::ascii("determinacion"), &["determination"]), - (UniCase::ascii("inspiraton"), &["inspiration"]), - (UniCase::ascii("heartbeast"), &["heartbeat"]), - (UniCase::ascii("counsellng"), &["counselling"]), - (UniCase::ascii("soliditary"), &["solidarity"]), - (UniCase::ascii("expell"), &["expel"]), - (UniCase::ascii("ocuntry"), &["country"]), - (UniCase::ascii("electoraat"), &["electorate"]), - (UniCase::ascii("syarcuse"), &["syracuse"]), - (UniCase::ascii("speciallize"), &["specialize"]), - (UniCase::ascii("equivalnce"), &["equivalence"]), - (UniCase::ascii("anecdatally"), &["anecdotally"]), - (UniCase::ascii("activisiom"), &["activism"]), - (UniCase::ascii("pyschiatric"), &["psychiatric"]), - (UniCase::ascii("upgrads"), &["upgrades"]), - (UniCase::ascii("magnifecent"), &["magnificent"]), - (UniCase::ascii("correktness"), &["correctness"]), - (UniCase::ascii("plansewalker"), &["planeswalker"]), - (UniCase::ascii("portugues"), &["portuguese"]), - (UniCase::ascii("seldomly"), &["seldom"]), - (UniCase::ascii("transcations"), &["transactions"]), - (UniCase::ascii("fascistes"), &["fascists"]), - (UniCase::ascii("rasbperry"), &["raspberry"]), - (UniCase::ascii("orientarlo"), &["oriental"]), - (UniCase::ascii("boook"), &["book"]), - (UniCase::ascii("subtetly"), &["subtlety"]), - (UniCase::ascii("demonstrats"), &["demonstrates"]), - (UniCase::ascii("rectangel"), &["rectangle"]), - (UniCase::ascii("exaggurate"), &["exaggerate"]), - (UniCase::ascii("inctroduced"), &["introduced"]), - (UniCase::ascii("knwo"), &["know"]), - (UniCase::ascii("associationg"), &["associating"]), - (UniCase::ascii("appropiate"), &["appropriate"]), - (UniCase::ascii("acyrlic"), &["acrylic"]), - (UniCase::ascii("technolgy"), &["technology"]), - (UniCase::ascii("downvoties"), &["downvoters"]), - (UniCase::ascii("originalet"), &["originated"]), - (UniCase::ascii("seriban"), &["serbian"]), - (UniCase::ascii("privilage"), &["privilege"]), - (UniCase::ascii("microtransactioms"), &["microtransactions"]), - (UniCase::ascii("psychedellic"), &["psychedelic"]), - (UniCase::ascii("elimanation"), &["elimination"]), - (UniCase::ascii("unenployment"), &["unemployment"]), - (UniCase::ascii("exhausto"), &["exhaustion"]), - (UniCase::ascii("discresion"), &["discretion"]), - (UniCase::ascii("anniversy"), &["anniversary"]), - (UniCase::ascii("springfeld"), &["springfield"]), - (UniCase::ascii("similarily"), &["similarly"]), - (UniCase::ascii("replacemnet"), &["replacements"]), - (UniCase::ascii("retalier"), &["retailer"]), - (UniCase::ascii("unsettleing"), &["unsettling"]), - (UniCase::ascii("relevent"), &["relevant"]), - (UniCase::ascii("counsellling"), &["counselling"]), - (UniCase::ascii("unnecessarity"), &["unnecessarily"]), - (UniCase::ascii("dermatoligist"), &["dermatologist"]), - (UniCase::ascii("definat"), &["defiant"]), - (UniCase::ascii("promethius"), &["prometheus"]), - (UniCase::ascii("toppingest"), &["toppings"]), - (UniCase::ascii("collectivo"), &["collection"]), - (UniCase::ascii("imporvement"), &["improvement"]), - (UniCase::ascii("calcuim"), &["calcium"]), - (UniCase::ascii("alledgedly"), &["allegedly"]), - (UniCase::ascii("subscirber"), &["subscribers"]), - (UniCase::ascii("cilanto"), &["cilantro"]), - (UniCase::ascii("priviliged"), &["privileged"]), - (UniCase::ascii("intervier"), &["interviewer"]), - (UniCase::ascii("rememberes"), &["remembers"]), - (UniCase::ascii("viewpionts"), &["viewpoints"]), - (UniCase::ascii("recipiants"), &["recipients"]), - (UniCase::ascii("teeangers"), &["teenagers"]), - (UniCase::ascii("sensasionalist"), &["sensationalist"]), - (UniCase::ascii("dichtomy"), &["dichotomy"]), - (UniCase::ascii("massachusites"), &["massachusetts"]), - (UniCase::ascii("appraoch"), &["approach"]), - (UniCase::ascii("competitio"), &["competitor"]), - (UniCase::ascii("citicenship"), &["citizenship"]), - (UniCase::ascii("apporachable"), &["approachable"]), - (UniCase::ascii("stattues"), &["statutes"]), - (UniCase::ascii("chargehr"), &["charger"]), - (UniCase::ascii("unbeliavable"), &["unbelievable"]), - (UniCase::ascii("kontamination"), &["contamination"]), - (UniCase::ascii("continuent"), &["contingent"]), - (UniCase::ascii("arthimetic"), &["arithmetic"]), - (UniCase::ascii("agnosticim"), &["agnosticism"]), - (UniCase::ascii("unprecendeted"), &["unprecedented"]), - (UniCase::ascii("pedestiran"), &["pedestrian"]), - (UniCase::ascii("challege"), &["challenge"]), - (UniCase::ascii("excalmation"), &["exclamation"]), - (UniCase::ascii("connectit"), &["connecticut"]), - (UniCase::ascii("rougly"), &["roughly"]), - (UniCase::ascii("implementationer"), &["implementations"]), - (UniCase::ascii("realtively"), &["relatively"]), - (UniCase::ascii("cancuks"), &["canucks"]), - (UniCase::ascii("homeophaty"), &["homeopathy"]), - (UniCase::ascii("medicority"), &["mediocrity"]), - (UniCase::ascii("curiser"), &["cruiser"]), - (UniCase::ascii("guarnateed"), &["guaranteed"]), - (UniCase::ascii("occasionals"), &["occasions"]), - (UniCase::ascii("concsious"), &["conscious"]), - (UniCase::ascii("rectanglar"), &["rectangular"]), - (UniCase::ascii("abreviation"), &["abbreviation"]), - (UniCase::ascii("microtransactional"), &["microtransactions"]), - (UniCase::ascii("palyoffs"), &["playoffs"]), - (UniCase::ascii("poylmer"), &["polymer"]), - (UniCase::ascii("throughtout"), &["throughout"]), - (UniCase::ascii("repeateadly"), &["repeatedly"]), - (UniCase::ascii("prosicutor"), &["prosecutor"]), - (UniCase::ascii("gmaertag"), &["gamertag"]), - (UniCase::ascii("ridiculos"), &["ridiculous"]), - (UniCase::ascii("commandbox"), &["commando"]), - (UniCase::ascii("brotherwood"), &["brotherhood"]), - (UniCase::ascii("trustworhy"), &["trustworthy"]), - (UniCase::ascii("lantren"), &["lantern"]), - (UniCase::ascii("ansestors"), &["ancestors"]), - (UniCase::ascii("elitistm"), &["elitism"]), - (UniCase::ascii("muder"), &["murder"]), - (UniCase::ascii("weakenend"), &["weakened"]), - (UniCase::ascii("physcology"), &["psychology"]), - (UniCase::ascii("italianos"), &["italians"]), - (UniCase::ascii("contines"), &["continents"]), - (UniCase::ascii("noticeing"), &["noticing"]), - (UniCase::ascii("frecklers"), &["freckles"]), - (UniCase::ascii("calcular"), &["calculator"]), - (UniCase::ascii("prometheius"), &["prometheus"]), - (UniCase::ascii("concertmate"), &["concentrate"]), - (UniCase::ascii("invitato"), &["invitation"]), - (UniCase::ascii("perpertrated"), &["perpetrated"]), - (UniCase::ascii("supsicion"), &["suspicion"]), - (UniCase::ascii("hvae"), &["have"]), - (UniCase::ascii("manufactureers"), &["manufactures"]), - (UniCase::ascii("portuguise"), &["portuguese"]), - (UniCase::ascii("privelidge"), &["privileged"]), - (UniCase::ascii("flexibilty"), &["flexibility"]), - (UniCase::ascii("concersion"), &["concession"]), - (UniCase::ascii("metropolitcan"), &["metropolitan"]), - (UniCase::ascii("incompatble"), &["incompatible"]), - (UniCase::ascii("processs"), &["processes"]), - (UniCase::ascii("persistante"), &["persistent"]), - (UniCase::ascii("claymer"), &["claymore"]), - (UniCase::ascii("developmant"), &["developmental"]), - (UniCase::ascii("physcologically"), &["psychologically"]), - (UniCase::ascii("insuinating"), &["insinuating"]), - (UniCase::ascii("reigons"), &["regions"]), - (UniCase::ascii("synomymous"), &["synonymous"]), - (UniCase::ascii("propositon"), &["proposition"]), - (UniCase::ascii("criticus"), &["critics"]), - (UniCase::ascii("rescuse"), &["rescues"]), - (UniCase::ascii("submisisons"), &["submissions"]), - (UniCase::ascii("responsably"), &["responsibly"]), - (UniCase::ascii("domecrat"), &["democrat"]), - (UniCase::ascii("alternitive"), &["alternative"]), - (UniCase::ascii("proseletyzing"), &["proselytizing"]), - (UniCase::ascii("ventilato"), &["ventilation"]), - (UniCase::ascii("compareble"), &["comparable"]), - (UniCase::ascii("acknoweldgement"), &["acknowledgement"]), - (UniCase::ascii("spontaneuosly"), &["spontaneously"]), - (UniCase::ascii("maraduer"), &["marauder"]), - (UniCase::ascii("cranbery"), &["cranberry"]), - (UniCase::ascii("srpouts"), &["sprouts"]), - (UniCase::ascii("helicopers"), &["helicopters"]), - (UniCase::ascii("progrom"), &["pogrom"]), - (UniCase::ascii("sentenceing"), &["sentencing"]), - (UniCase::ascii("checkponts"), &["checkpoints"]), - (UniCase::ascii("brigthen"), &["brighten"]), - (UniCase::ascii("envrionmentally"), &["environmentally"]), - (UniCase::ascii("symphatizes"), &["sympathize"]), - (UniCase::ascii("paramedicks"), &["paramedics"]), - (UniCase::ascii("shoudl"), &["should"]), - (UniCase::ascii("chrsitian"), &["christian"]), - (UniCase::ascii("kidnappade"), &["kidnapped"]), - (UniCase::ascii("complicacion"), &["complication"]), - (UniCase::ascii("dominacion"), &["domination"]), - (UniCase::ascii("criticicing"), &["criticising"]), - (UniCase::ascii("glicthed"), &["glitched"]), - (UniCase::ascii("gnaking"), &["ganking"]), - (UniCase::ascii("produceres"), &["produces"]), - (UniCase::ascii("amendmends"), &["amendments"]), - (UniCase::ascii("synonamous"), &["synonymous"]), - (UniCase::ascii("sanctionned"), &["sanctioned"]), - (UniCase::ascii("definitivly"), &["definitively"]), - (UniCase::ascii("nightfa;;"), &["nightfall"]), - (UniCase::ascii("neglibible"), &["negligible"]), - (UniCase::ascii("vriginity"), &["virginity"]), - (UniCase::ascii("backpacs"), &["backpacks"]), - (UniCase::ascii("assasinate"), &["assassinate"]), - (UniCase::ascii("comporable"), &["comparable"]), - (UniCase::ascii("stragetically"), &["strategically"]), - (UniCase::ascii("calymore"), &["claymore"]), - (UniCase::ascii("interesction"), &["intersection"]), - (UniCase::ascii("apperciate"), &["appreciate"]), - (UniCase::ascii("distincitons"), &["distinctions"]), - (UniCase::ascii("inpending"), &["impending"]), - (UniCase::ascii("abstinense"), &["abstinence"]), - (UniCase::ascii("statuts"), &["statutes"]), - (UniCase::ascii("lubricat"), &["lubricant"]), - (UniCase::ascii("transaltions"), &["translations"]), - (UniCase::ascii("transporder"), &["transporter"]), - (UniCase::ascii("litature"), &["literature"]), - (UniCase::ascii("predacessor"), &["predecessor"]), - (UniCase::ascii("questionsign"), &["questioning"]), - (UniCase::ascii("golaith"), &["goliath"]), - (UniCase::ascii("meagtron"), &["megatron"]), - (UniCase::ascii("skpetic"), &["skeptic"]), - (UniCase::ascii("prononciation"), &["pronunciation"]), - (UniCase::ascii("patriachry"), &["patriarchy"]), - (UniCase::ascii("lybia"), &["libya"]), - (UniCase::ascii("plehtora"), &["plethora"]), - (UniCase::ascii("prevalente"), &["prevalence"]), - (UniCase::ascii("distribuiton"), &["distributions"]), - (UniCase::ascii("efficeint"), &["efficient"]), - (UniCase::ascii("probabillity"), &["probability"]), - (UniCase::ascii("challengeing"), &["challenging"]), - (UniCase::ascii("positionl"), &["positional"]), - (UniCase::ascii("luanches"), &["launches"]), - (UniCase::ascii("hullucinations"), &["hallucinations"]), - (UniCase::ascii("occassioned"), &["occasioned"]), - (UniCase::ascii("manipulationg"), &["manipulating"]), - (UniCase::ascii("atorney"), &["attorney"]), - (UniCase::ascii("inevidable"), &["inevitable"]), - (UniCase::ascii("phillipine"), &["philippine"]), - (UniCase::ascii("minsiter"), &["minister"]), - (UniCase::ascii("crtical"), &["critical"]), - (UniCase::ascii("nestin"), &["nesting"]), - (UniCase::ascii("reneagde"), &["renegade"]), - (UniCase::ascii("presumabely"), &["presumably"]), - (UniCase::ascii("printerest"), &["printers"]), - (UniCase::ascii("verisons"), &["versions"]), - (UniCase::ascii("aggaravates"), &["aggravates"]), - (UniCase::ascii("missionaris"), &["missionaries"]), - (UniCase::ascii("presumpteous"), &["presumptuous"]), - (UniCase::ascii("fiedlity"), &["fidelity"]), - (UniCase::ascii("insignificat"), &["insignificant"]), - (UniCase::ascii("accension"), &["accession"]), - (UniCase::ascii("fracter"), &["fracture"]), - (UniCase::ascii("pased"), &["passed"]), - (UniCase::ascii("logisticas"), &["logistics"]), - (UniCase::ascii("distinguising"), &["distinguishing"]), - (UniCase::ascii("electromegnetic"), &["electromagnetic"]), - (UniCase::ascii("milennium"), &["millennium"]), - (UniCase::ascii("recomended"), &["recommended"]), - (UniCase::ascii("thnakyou"), &["thankyou"]), - (UniCase::ascii("multyplying"), &["multiplying"]), - (UniCase::ascii("perpetue"), &["perpetuate"]), - (UniCase::ascii("enligthen"), &["enlighten"]), - (UniCase::ascii("presistent"), &["persistent"]), - (UniCase::ascii("orgainse"), &["organise"]), - (UniCase::ascii("virgines"), &["virgins"]), - (UniCase::ascii("politiness"), &["politeness"]), - (UniCase::ascii("maybelleine"), &["maybelline"]), - (UniCase::ascii("regenade"), &["renegade"]), - (UniCase::ascii("cosutmes"), &["costumes"]), - (UniCase::ascii("metaphyiscs"), &["metaphysics"]), - (UniCase::ascii("officialy"), &["officially"]), - (UniCase::ascii("areospace"), &["aerospace"]), - (UniCase::ascii("frankiln"), &["franklin"]), - (UniCase::ascii("cambodai"), &["cambodia"]), - (UniCase::ascii("techmological"), &["technological"]), - (UniCase::ascii("courthosue"), &["courthouse"]), - (UniCase::ascii("genuinley"), &["genuinely"]), - (UniCase::ascii("brussells"), &["brussels"]), - (UniCase::ascii("commericial"), &["commercial"]), - (UniCase::ascii("techanically"), &["mechanically"]), - (UniCase::ascii("calrifying"), &["clarifying"]), - (UniCase::ascii("objectivily"), &["objectivity"]), - (UniCase::ascii("uninsipred"), &["uninspired"]), - (UniCase::ascii("centepide"), &["centipede"]), - (UniCase::ascii("distatseful"), &["distasteful"]), - (UniCase::ascii("porpose"), &["propose"]), - (UniCase::ascii("homecomming"), &["homecoming"]), - (UniCase::ascii("abortificant"), &["abortifacient"]), - (UniCase::ascii("organizaed"), &["organize"]), - (UniCase::ascii("decleration"), &["declaration"]), - (UniCase::ascii("businesss"), &["businesses"]), - (UniCase::ascii("remignton"), &["remington"]), - (UniCase::ascii("intuitivly"), &["intuitively"]), - (UniCase::ascii("magasine"), &["magazine"]), - (UniCase::ascii("portrating"), &["portraying"]), - (UniCase::ascii("navigatie"), &["navigate"]), - (UniCase::ascii("internetus"), &["internets"]), - (UniCase::ascii("pacakged"), &["packaged"]), - (UniCase::ascii("cerimonial"), &["ceremonial"]), - (UniCase::ascii("purpetrators"), &["perpetrators"]), - (UniCase::ascii("specialites"), &["specializes"]), - (UniCase::ascii("nationalty"), &["nationality"]), - (UniCase::ascii("fonetic"), &["phonetic"]), - (UniCase::ascii("currest"), &["currents"]), - (UniCase::ascii("releagtion"), &["relegation"]), - (UniCase::ascii("assymetrical"), &["asymmetrical"]), - (UniCase::ascii("fascianted"), &["fascinated"]), - (UniCase::ascii("miscarriege"), &["miscarriage"]), - (UniCase::ascii("rienforcements"), &["reinforcements"]), - (UniCase::ascii("dissmisive"), &["dismissive"]), - (UniCase::ascii("commanists"), &["communists"]), - (UniCase::ascii("therepeutic"), &["therapeutic"]), - (UniCase::ascii("satsohi"), &["satoshi"]), - (UniCase::ascii("empathie"), &["empathize"]), - (UniCase::ascii("emberrassment"), &["embarrassment"]), - (UniCase::ascii("extremisme"), &["extremes"]), - (UniCase::ascii("acknowiedged"), &["acknowledged"]), - (UniCase::ascii("comapny"), &["company"]), - (UniCase::ascii("happenned"), &["happened"]), - (UniCase::ascii("highschoool"), &["highschool"]), - (UniCase::ascii("pumpinks"), &["pumpkins"]), - (UniCase::ascii("disciplince"), &["disciplines"]), - (UniCase::ascii("absurdy"), &["absurdly"]), - (UniCase::ascii("transparenty"), &["transparency"]), - (UniCase::ascii("repulicans"), &["republicans"]), - (UniCase::ascii("compinsate"), &["compensate"]), - (UniCase::ascii("therafter"), &["thereafter"]), - (UniCase::ascii("alternatiely"), &["alternately"]), - (UniCase::ascii("exhaustn"), &["exhaustion"]), - (UniCase::ascii("collabaration"), &["collaboration"]), - (UniCase::ascii("passionais"), &["passions"]), - (UniCase::ascii("indestructble"), &["indestructible"]), - (UniCase::ascii("flemmish"), &["flemish"]), - (UniCase::ascii("idiosyncracy"), &["idiosyncrasy"]), - (UniCase::ascii("victorinos"), &["victorious"]), - (UniCase::ascii("preferibly"), &["preferably"]), - (UniCase::ascii("eventally"), &["eventually"]), - (UniCase::ascii("dispersa"), &["dispensary"]), - (UniCase::ascii("clitiros"), &["clitoris"]), - (UniCase::ascii("radaince"), &["radiance"]), - (UniCase::ascii("bacholers"), &["bachelors"]), - (UniCase::ascii("revoultionary"), &["revolutionary"]), - (UniCase::ascii("wrecthed"), &["wretched"]), - (UniCase::ascii("paricular"), &["particular"]), - (UniCase::ascii("transmisison"), &["transmission"]), - (UniCase::ascii("fundamentalistiskt"), &["fundamentalists"]), - (UniCase::ascii("uise"), &["use"]), - (UniCase::ascii("wereabouts"), &["whereabouts"]), - (UniCase::ascii("vizualization"), &["visualization"]), - (UniCase::ascii("extraordinairily"), &["extraordinarily"]), - (UniCase::ascii("inveitably"), &["inevitably"]), - (UniCase::ascii("installes"), &["installs"]), - (UniCase::ascii("believs"), &["believes"]), - (UniCase::ascii("pumpknis"), &["pumpkins"]), - (UniCase::ascii("realyl"), &["really"]), - (UniCase::ascii("diagonstics"), &["diagnostic"]), - (UniCase::ascii("surrundering"), &["surrendering"]), - (UniCase::ascii("aeropsace"), &["aerospace"]), - (UniCase::ascii("guniness"), &["guinness"]), - (UniCase::ascii("moisturier"), &["moisturizer"]), - (UniCase::ascii("fortunte"), &["fortune"]), - (UniCase::ascii("gentelmen"), &["gentlemen"]), - (UniCase::ascii("viewpoit"), &["viewpoints"]), - (UniCase::ascii("attidute"), &["attitude"]), - (UniCase::ascii("manifeso"), &["manifesto"]), - (UniCase::ascii("apperantly"), &["apparently"]), - (UniCase::ascii("raputre"), &["rapture"]), - (UniCase::ascii("expresse"), &["expressive"]), - (UniCase::ascii("humanit"), &["humanist"]), - (UniCase::ascii("boredoom"), &["boredom"]), - (UniCase::ascii("indimidation"), &["intimidation"]), - (UniCase::ascii("demonstrabil"), &["demonstrably"]), - (UniCase::ascii("considerarle"), &["considerable"]), - (UniCase::ascii("homelesness"), &["homelessness"]), - (UniCase::ascii("commissionar"), &["commissioner"]), - (UniCase::ascii("inconveniece"), &["inconvenience"]), - (UniCase::ascii("costumized"), &["customized"]), - (UniCase::ascii("liberaties"), &["liberate"]), - (UniCase::ascii("travestry"), &["travesty"]), - (UniCase::ascii("actualoy"), &["actualy"]), - (UniCase::ascii("prejucides"), &["prejudices"]), - (UniCase::ascii("aesthitically"), &["aesthetically"]), - (UniCase::ascii("phyiscal"), &["physical"]), - (UniCase::ascii("pronouning"), &["pronouncing"]), - (UniCase::ascii("remotelly"), &["remotely"]), - (UniCase::ascii("conferances"), &["conferences"]), - (UniCase::ascii("enterprices"), &["enterprises"]), - (UniCase::ascii("discriminitory"), &["discriminatory"]), - (UniCase::ascii("twpo"), &["two"]), - (UniCase::ascii("plansewalkers"), &["planeswalker"]), - (UniCase::ascii("netruality"), &["neutrality"]), - (UniCase::ascii("secrety"), &["secretly"]), - (UniCase::ascii("inheriet"), &["inherit"]), - (UniCase::ascii("preliminarly"), &["preliminary"]), - (UniCase::ascii("creationsim"), &["creationism"]), - (UniCase::ascii("cocktailers"), &["cocktails"]), - (UniCase::ascii("policitians"), &["politicians"]), - (UniCase::ascii("starined"), &["strained"]), - (UniCase::ascii("deficites"), &["deficits"]), - (UniCase::ascii("hellucinations"), &["hallucinations"]), - (UniCase::ascii("explanetory"), &["explanatory"]), - (UniCase::ascii("subscriped"), &["subscribed"]), - (UniCase::ascii("legistative"), &["legislative"]), - (UniCase::ascii("lincolon"), &["lincoln"]), - (UniCase::ascii("coutnerpart"), &["counterpart"]), - (UniCase::ascii("homesexuality"), &["homosexuality"]), - (UniCase::ascii("overwhem"), &["overwhelm"]), - (UniCase::ascii("subconsicous"), &["subconscious"]), - (UniCase::ascii("consisent"), &["consistent"]), - (UniCase::ascii("pithces"), &["pitches"]), - (UniCase::ascii("kindapping"), &["kidnapping"]), - (UniCase::ascii("sopohmore"), &["sophomore"]), - (UniCase::ascii("indivudually"), &["individually"]), - (UniCase::ascii("negoitating"), &["negotiating"]), - (UniCase::ascii("unchallengable"), &["unchallengeable"]), - (UniCase::ascii("retalitated"), &["retaliated"]), - (UniCase::ascii("vitrual"), &["virtual"]), - (UniCase::ascii("exectuioner"), &["executioner"]), - (UniCase::ascii("assimilerat"), &["assimilate"]), - (UniCase::ascii("tusnami"), &["tsunami"]), - (UniCase::ascii("detectivs"), &["detectives"]), - (UniCase::ascii("backgorund"), &["background"]), - (UniCase::ascii("emotionaly"), &["emotionally"]), - (UniCase::ascii("universaly"), &["universally"]), - (UniCase::ascii("musilms"), &["muslims"]), - (UniCase::ascii("efficeintly"), &["efficiently"]), - (UniCase::ascii("accelerato"), &["acceleration"]), - (UniCase::ascii("demandas"), &["demands"]), - (UniCase::ascii("loadous"), &["loadouts"]), - (UniCase::ascii("encoutnered"), &["encountered"]), - (UniCase::ascii("maneveur"), &["maneuver"]), - (UniCase::ascii("cataclym"), &["cataclysm"]), - (UniCase::ascii("goreshadowing"), &["foreshadowing"]), - (UniCase::ascii("chihuahuha"), &["chihuahua"]), - (UniCase::ascii("indigenuous"), &["indigenous"]), - (UniCase::ascii("esprots"), &["esports"]), - (UniCase::ascii("barracs"), &["barracks"]), - (UniCase::ascii("substitiute"), &["substitute"]), - (UniCase::ascii("verificaiton"), &["verification"]), - (UniCase::ascii("concentratons"), &["concentrations"]), - (UniCase::ascii("isdefinitely"), &["indefinitely"]), - (UniCase::ascii("aqaurium"), &["aquarium"]), - (UniCase::ascii("egotestical"), &["egotistical"]), - (UniCase::ascii("unemplyoment"), &["unemployment"]), - (UniCase::ascii("immenseley"), &["immensely"]), - (UniCase::ascii("unnecissary"), &["unnecessary"]), - (UniCase::ascii("contradiccion"), &["contradiction"]), - (UniCase::ascii("expentitures"), &["expenditures"]), - (UniCase::ascii("interactice"), &["interactive"]), - (UniCase::ascii("sociopatic"), &["sociopathic"]), - (UniCase::ascii("propotions"), &["proportions"]), - (UniCase::ascii("veichles"), &["vehicles"]), - (UniCase::ascii("incompatent"), &["incompetent"]), - (UniCase::ascii("migrianes"), &["migraines"]), - (UniCase::ascii("beehtoven"), &["beethoven"]), - (UniCase::ascii("whsiper"), &["whisper"]), - (UniCase::ascii("levleling"), &["levelling"]), - (UniCase::ascii("jersualem"), &["jerusalem"]), - (UniCase::ascii("clarificaiton"), &["clarification"]), - (UniCase::ascii("substitues"), &["substitutes"]), - (UniCase::ascii("socities"), &["societies"]), - (UniCase::ascii("mathcups"), &["matchups"]), - (UniCase::ascii("responcibly"), &["responsibly"]), - (UniCase::ascii("possition"), &["position"]), - (UniCase::ascii("fascits"), &["fascist"]), - (UniCase::ascii("perticularly"), &["particularly"]), - (UniCase::ascii("willfullly"), &["willfully"]), - (UniCase::ascii("disproportiate"), &["disproportionate"]), - (UniCase::ascii("primaris"), &["primaries"]), - (UniCase::ascii("constanty"), &["constantly"]), - (UniCase::ascii("purcahses"), &["purchases"]), - (UniCase::ascii("weigthlifting"), &["weightlifting"]), - (UniCase::ascii("casheirs"), &["cashiers"]), - (UniCase::ascii("allinace"), &["alliance"]), - (UniCase::ascii("asissted"), &["assisted"]), - (UniCase::ascii("coutnerparts"), &["counterparts"]), - (UniCase::ascii("procedurile"), &["procedure"]), - (UniCase::ascii("suspectible"), &["susceptible"]), - (UniCase::ascii("cannabolism"), &["cannibalism"]), - (UniCase::ascii("unrelaible"), &["unreliable"]), - (UniCase::ascii("alterating"), &["alteration"]), - (UniCase::ascii("reputacion"), &["reputation"]), - (UniCase::ascii("tortillla"), &["tortilla"]), - (UniCase::ascii("influenting"), &["influencing"]), - (UniCase::ascii("abomanation"), &["abomination"]), - (UniCase::ascii("souveniers"), &["souvenirs"]), - (UniCase::ascii("refridgeration"), &["refrigeration"]), - (UniCase::ascii("judgemet"), &["judgements"]), - (UniCase::ascii("containting"), &["containing"]), - (UniCase::ascii("sharpenning"), &["sharpening"]), - (UniCase::ascii("sacrificng"), &["sacrificing"]), - (UniCase::ascii("thirtsy"), &["thirsty"]), - (UniCase::ascii("predessecor"), &["predecessor"]), - (UniCase::ascii("mysterioulsy"), &["mysteriously"]), - (UniCase::ascii("critisiced"), &["criticized"]), - (UniCase::ascii("circluar"), &["circular"]), - (UniCase::ascii("restauration"), &["restoration"]), - (UniCase::ascii("vasall"), &["vassal"]), - (UniCase::ascii("obvoius"), &["obvious"]), - (UniCase::ascii("medoicre"), &["mediocre"]), - (UniCase::ascii("beligan"), &["belgian"]), - (UniCase::ascii("cutscences"), &["cutscene"]), - (UniCase::ascii("overwhelminly"), &["overwhelmingly"]), - (UniCase::ascii("controverisal"), &["controversial"]), - (UniCase::ascii("contributivo"), &["contribution"]), - (UniCase::ascii("seantor"), &["senator"]), - (UniCase::ascii("ressemblence"), &["resemblance"]), - (UniCase::ascii("flahses"), &["flashes"]), - (UniCase::ascii("recoginsed"), &["recognised"]), - (UniCase::ascii("achiveing"), &["achieving"]), - (UniCase::ascii("conesencus"), &["consensus"]), - (UniCase::ascii("fringeworthy"), &["cringeworthy"]), - (UniCase::ascii("neolitic"), &["neolithic"]), - (UniCase::ascii("irrelevent"), &["irrelevant"]), - (UniCase::ascii("repitles"), &["reptiles"]), - (UniCase::ascii("plagiarius"), &["plagiarism"]), - (UniCase::ascii("polute"), &["pollute"]), - (UniCase::ascii("esperate"), &["seperate"]), - (UniCase::ascii("expriation"), &["expiration"]), - (UniCase::ascii("raspbery"), &["raspberry"]), - (UniCase::ascii("worshoping"), &["worshiping"]), - (UniCase::ascii("compalation"), &["compilation"]), - (UniCase::ascii("indiviudal"), &["individuals"]), - (UniCase::ascii("shfiting"), &["shifting"]), - (UniCase::ascii("screenshoot"), &["screenshot"]), - (UniCase::ascii("recontructed"), &["reconstructed"]), - (UniCase::ascii("operatings"), &["operations"]), - (UniCase::ascii("countres"), &["counters"]), - (UniCase::ascii("transformare"), &["transformers"]), - (UniCase::ascii("needlees"), &["needles"]), - (UniCase::ascii("jaugars"), &["jaguars"]), - (UniCase::ascii("considerais"), &["considers"]), - (UniCase::ascii("transister"), &["transistor"]), - (UniCase::ascii("partizipation"), &["participation"]), - (UniCase::ascii("indepedantly"), &["independently"]), - (UniCase::ascii("transferd"), &["transferred"]), - (UniCase::ascii("incoherant"), &["incoherent"]), - (UniCase::ascii("imablances"), &["imbalances"]), - (UniCase::ascii("fabircation"), &["fabrication"]), - (UniCase::ascii("convingi"), &["convincing"]), - (UniCase::ascii("headests"), &["headsets"]), - (UniCase::ascii("renweables"), &["renewables"]), - (UniCase::ascii("templers"), &["temples"]), - (UniCase::ascii("develope"), &["develop"]), - (UniCase::ascii("referens"), &["references"]), - (UniCase::ascii("expressy"), &["expressly"]), - (UniCase::ascii("knowlege"), &["knowledge"]), - (UniCase::ascii("homosexualty"), &["homosexuality"]), - (UniCase::ascii("pretensje"), &["pretense"]), - (UniCase::ascii("dystopain"), &["dystopian"]), - (UniCase::ascii("payed"), &["paid"]), - (UniCase::ascii("undermimes"), &["undermines"]), - (UniCase::ascii("chanpionship"), &["championship"]), - (UniCase::ascii("episdoe"), &["episode"]), - (UniCase::ascii("trasnform"), &["transform"]), - (UniCase::ascii("awkawrdly"), &["awkwardly"]), - (UniCase::ascii("elemantary"), &["elementary"]), - (UniCase::ascii("monumnet"), &["monument"]), - (UniCase::ascii("coulmns"), &["columns"]), - (UniCase::ascii("sexualizd"), &["sexualized"]), - (UniCase::ascii("outsorucing"), &["outsourcing"]), - (UniCase::ascii("propulstion"), &["propulsion"]), - (UniCase::ascii("cessationalist"), &["sensationalist"]), - (UniCase::ascii("alternatr"), &["alternator"]), - (UniCase::ascii("inapproprietly"), &["inappropriately"]), - (UniCase::ascii("infaltable"), &["inflatable"]), - (UniCase::ascii("dacquiri"), &["daiquiri"]), - (UniCase::ascii("escalato"), &["escalation"]), - (UniCase::ascii("professers"), &["professors"]), - (UniCase::ascii("benedit"), &["benedict"]), - (UniCase::ascii("delcining"), &["declining"]), - (UniCase::ascii("liberalis"), &["liberals"]), - (UniCase::ascii("signifikant"), &["significant"]), - (UniCase::ascii("helicotper"), &["helicopters"]), - (UniCase::ascii("organizativos"), &["organizations"]), - (UniCase::ascii("compulsary"), &["compulsory"]), - (UniCase::ascii("spreadsheeet"), &["spreadsheets"]), - (UniCase::ascii("administratief"), &["administrative"]), - (UniCase::ascii("balcklist"), &["blacklist"]), - (UniCase::ascii("extermism"), &["extremism"]), - (UniCase::ascii("allegry"), &["allergy"]), - (UniCase::ascii("subsrcibe"), &["subscribe"]), - (UniCase::ascii("tiem"), &["time"]), - (UniCase::ascii("theocracry"), &["theocracy"]), - (UniCase::ascii("fundimentals"), &["fundamentals"]), - (UniCase::ascii("indulgue"), &["indulge"]), - (UniCase::ascii("liveprool"), &["liverpool"]), - (UniCase::ascii("newspappers"), &["newspapers"]), - (UniCase::ascii("villegas"), &["villages"]), - (UniCase::ascii("collaboratore"), &["collaborate"]), - (UniCase::ascii("relativitiy"), &["relativity"]), - (UniCase::ascii("expropiated"), &["expropriated"]), - (UniCase::ascii("midfielers"), &["midfielders"]), - (UniCase::ascii("mutliplication"), &["multiplication"]), - (UniCase::ascii("caucasin"), &["caucasian"]), - (UniCase::ascii("programmeur"), &["programmer"]), - (UniCase::ascii("vectores"), &["vectors"]), - (UniCase::ascii("picthed"), &["pitched"]), - (UniCase::ascii("cringeworhy"), &["cringeworthy"]), - (UniCase::ascii("biologia"), &["biological"]), - (UniCase::ascii("contirbution"), &["contribution"]), - (UniCase::ascii("overclicking"), &["overclocking"]), - (UniCase::ascii("understadn"), &["understands"]), - (UniCase::ascii("heigthened"), &["heightened"]), - (UniCase::ascii("miserabley"), &["miserably"]), - (UniCase::ascii("particiaption"), &["participation"]), - (UniCase::ascii("pharoah"), &["pharaoh"]), - (UniCase::ascii("sponatenous"), &["spontaneous"]), - (UniCase::ascii("tsamina"), &["stamina"]), - (UniCase::ascii("miscarrage"), &["miscarriage"]), - (UniCase::ascii("safty"), &["safety"]), - (UniCase::ascii("determinisitic"), &["deterministic"]), - (UniCase::ascii("participas"), &["participants"]), - (UniCase::ascii("scrpited"), &["scripted"]), - (UniCase::ascii("souvenier"), &["souvenir"]), - (UniCase::ascii("alcoholsim"), &["alcoholism"]), - (UniCase::ascii("encyclopdia"), &["encyclopedia"]), - (UniCase::ascii("expereinces"), &["experiences"]), - (UniCase::ascii("reciprociate"), &["reciprocate"]), - (UniCase::ascii("transmorged"), &["transformed"]), - (UniCase::ascii("fantasyzing"), &["fantasizing"]), - (UniCase::ascii("independentness"), &["independents"]), - (UniCase::ascii("hannibl"), &["hannibal"]), - (UniCase::ascii("supportare"), &["supporters"]), - (UniCase::ascii("behaviorial"), &["behavioral"]), - (UniCase::ascii("quinessential"), &["quintessential"]), - (UniCase::ascii("disctinctive"), &["distinctive"]), - (UniCase::ascii("represetnation"), &["representations"]), - (UniCase::ascii("respectivley"), &["respectively"]), - (UniCase::ascii("stuipder"), &["stupider"]), - (UniCase::ascii("fluctuative"), &["fluctuate"]), - (UniCase::ascii("incidentaly"), &["incidentally"]), - (UniCase::ascii("estoniya"), &["estonia"]), - (UniCase::ascii("senatores"), &["senators"]), - (UniCase::ascii("particularlly"), &["particularly"]), - (UniCase::ascii("creulty"), &["cruelty"]), - (UniCase::ascii("installemnt"), &["installment"]), - (UniCase::ascii("intidimate"), &["intimidate"]), - (UniCase::ascii("trasnfer"), &["transfer"]), - (UniCase::ascii("affixiation"), &["affiliation"]), - (UniCase::ascii("implamenting"), &["implementing"]), - (UniCase::ascii("depositos"), &["deposits"]), - (UniCase::ascii("hydraluic"), &["hydraulic"]), - (UniCase::ascii("californiia"), &["californian"]), - (UniCase::ascii("electrictian"), &["electrician"]), - (UniCase::ascii("chlidish"), &["childish"]), - (UniCase::ascii("calrification"), &["clarification"]), - (UniCase::ascii("investogator"), &["investigator"]), - (UniCase::ascii("hunagry"), &["hungary"]), - (UniCase::ascii("prodcuts"), &["products"]), - (UniCase::ascii("gruseome"), &["gruesome"]), - (UniCase::ascii("acknowlegded"), &["acknowledged"]), - (UniCase::ascii("sceintifically"), &["scientifically"]), - (UniCase::ascii("impliciet"), &["implicit"]), - (UniCase::ascii("elsehwere"), &["elsewhere"]), - (UniCase::ascii("calrify"), &["clarify"]), - (UniCase::ascii("downloadeble"), &["downloadable"]), - (UniCase::ascii("chiense"), &["chinese"]), - (UniCase::ascii("possibily"), &["possibility"]), - (UniCase::ascii("broswing"), &["browsing"]), - (UniCase::ascii("evidende"), &["evidenced"]), - (UniCase::ascii("gracefull"), &["graceful"]), - (UniCase::ascii("rehabilitacion"), &["rehabilitation"]), - (UniCase::ascii("comisions"), &["commissions"]), - (UniCase::ascii("passionale"), &["passionately"]), - (UniCase::ascii("councelors"), &["counselors"]), - (UniCase::ascii("definetlely"), &["definetly"]), - (UniCase::ascii("pscyhiatric"), &["psychiatric"]), - (UniCase::ascii("substiture"), &["substitute"]), - (UniCase::ascii("frointer"), &["frontier"]), - (UniCase::ascii("glichtes"), &["glitches"]), - (UniCase::ascii("areodynamics"), &["aerodynamics"]), - (UniCase::ascii("inheretance"), &["inheritance"]), - (UniCase::ascii("enterpreuners"), &["entrepreneurs"]), - (UniCase::ascii("valentiens"), &["valentines"]), - (UniCase::ascii("nonsencical"), &["nonsensical"]), - (UniCase::ascii("experimentella"), &["experimental"]), - (UniCase::ascii("thermodinamics"), &["thermodynamics"]), - (UniCase::ascii("perspecitve"), &["perspective"]), - (UniCase::ascii("independante"), &["independents"]), - (UniCase::ascii("bureuacrats"), &["bureaucrats"]), - (UniCase::ascii("febuary"), &["february"]), - (UniCase::ascii("affordible"), &["affordable"]), - (UniCase::ascii("califronia"), &["california"]), - (UniCase::ascii("skateborad"), &["skateboard"]), - (UniCase::ascii("intraverts"), &["introverts"]), - (UniCase::ascii("comminicated"), &["communicated"]), - (UniCase::ascii("metabloism"), &["metabolism"]), - (UniCase::ascii("mircocenter"), &["microcenter"]), - (UniCase::ascii("shetler"), &["shelter"]), - (UniCase::ascii("publihser"), &["publisher"]), - (UniCase::ascii("activits"), &["activities"]), - (UniCase::ascii("persuded"), &["persuaded"]), - (UniCase::ascii("interactons"), &["interacts"]), - (UniCase::ascii("flexibily"), &["flexibility"]), - (UniCase::ascii("commercialy"), &["commercially"]), - (UniCase::ascii("institutie"), &["institute"]), - (UniCase::ascii("dismantel"), &["dismantle"]), - (UniCase::ascii("paritally"), &["partially"]), - (UniCase::ascii("positivley"), &["positively"]), - (UniCase::ascii("substitutie"), &["substitutes"]), - (UniCase::ascii("distribuitor"), &["distributor"]), - (UniCase::ascii("inexpereinced"), &["inexperienced"]), - (UniCase::ascii("convicto"), &["conviction"]), - (UniCase::ascii("neighborehood"), &["neighbourhood"]), - (UniCase::ascii("cilynders"), &["cylinders"]), - (UniCase::ascii("apologistes"), &["apologists"]), - (UniCase::ascii("ommision"), &["omission"]), - (UniCase::ascii("courtrom"), &["courtroom"]), - (UniCase::ascii("fideltiy"), &["fidelity"]), - (UniCase::ascii("elction"), &["election"]), - (UniCase::ascii("agnostisicm"), &["agnosticism"]), - (UniCase::ascii("bombardement"), &["bombardment"]), - (UniCase::ascii("averageadi"), &["averaged"]), - (UniCase::ascii("transmissable"), &["transmissible"]), - (UniCase::ascii("conclussive"), &["conclusive"]), - (UniCase::ascii("denomonation"), &["denomination"]), - (UniCase::ascii("percetange"), &["percentages"]), - (UniCase::ascii("indavertently"), &["inadvertently"]), - (UniCase::ascii("signifigant"), &["significant"]), - (UniCase::ascii("omiting"), &["omitting"]), - (UniCase::ascii("romanica"), &["romania"]), - (UniCase::ascii("manufacterers"), &["manufacturers"]), - (UniCase::ascii("sensitivitiy"), &["sensitivity"]), - (UniCase::ascii("provocitive"), &["provocative"]), - (UniCase::ascii("evenhtually"), &["eventually"]), - (UniCase::ascii("vehemantly"), &["vehemently"]), - (UniCase::ascii("androidtvs"), &["androids"]), - (UniCase::ascii("mathematicaly"), &["mathematically"]), - (UniCase::ascii("ugprade"), &["upgrade"]), - (UniCase::ascii("prominenty"), &["prominently"]), - (UniCase::ascii("deminsions"), &["dimensions"]), - (UniCase::ascii("preferrring"), &["preferring"]), - (UniCase::ascii("montanya"), &["montana"]), - (UniCase::ascii("collataral"), &["collateral"]), - (UniCase::ascii("demonstraiton"), &["demonstrations"]), - (UniCase::ascii("integrato"), &["integration"]), - (UniCase::ascii("perusaded"), &["persuaded"]), - (UniCase::ascii("scnadinavian"), &["scandinavian"]), - (UniCase::ascii("paladines"), &["paladins"]), - (UniCase::ascii("influenser"), &["influences"]), - (UniCase::ascii("cthluhu"), &["cthulhu"]), - (UniCase::ascii("lineupes"), &["lineups"]), - (UniCase::ascii("miscommuniation"), &["miscommunication"]), - (UniCase::ascii("circut"), &["circuit"]), - (UniCase::ascii("bruning"), &["burning"]), - (UniCase::ascii("liscense"), &["license"]), - (UniCase::ascii("camouglage"), &["camouflage"]), - (UniCase::ascii("illegitemate"), &["illegitimate"]), - (UniCase::ascii("heratige"), &["heritage"]), - (UniCase::ascii("sterlie"), &["sterile"]), - (UniCase::ascii("dyanmically"), &["dynamically"]), - (UniCase::ascii("gonig"), &["going"]), - (UniCase::ascii("resurrecion"), &["resurrection"]), - (UniCase::ascii("recide"), &["reside"]), - (UniCase::ascii("renedered"), &["rende"]), - (UniCase::ascii("objectivication"), &["objectification"]), - (UniCase::ascii("scientfic"), &["scientific"]), - (UniCase::ascii("prepaird"), &["prepaid"]), - (UniCase::ascii("hysterica"), &["hysteria"]), - (UniCase::ascii("atomsphere"), &["atmosphere"]), - (UniCase::ascii("presenst"), &["presets"]), - (UniCase::ascii("regreses"), &["regress"]), - (UniCase::ascii("threataning"), &["threatening"]), - (UniCase::ascii("transtator"), &["translator"]), - (UniCase::ascii("asethetic"), &["aesthetic"]), - (UniCase::ascii("relatiopnship"), &["relationship"]), - (UniCase::ascii("griaffe"), &["giraffe"]), - (UniCase::ascii("caprenter"), &["carpenter"]), - (UniCase::ascii("misundersatnding"), &["misunderstandings"]), - (UniCase::ascii("contradictin"), &["contradiction"]), - (UniCase::ascii("coincidance"), &["coincidence"]), - (UniCase::ascii("privaleged"), &["privileged"]), - (UniCase::ascii("valuble"), &["valuable"]), - (UniCase::ascii("condemantion"), &["condemnation"]), - (UniCase::ascii("contribue"), &["contribute"]), - (UniCase::ascii("aboriginial"), &["aboriginal"]), - (UniCase::ascii("januaray"), &["january"]), - (UniCase::ascii("illution"), &["illusion"]), - (UniCase::ascii("crabine"), &["carbine"]), - (UniCase::ascii("perpatuates"), &["perpetuates"]), - (UniCase::ascii("equivelants"), &["equivalents"]), - (UniCase::ascii("purpolsion"), &["propulsion"]), - (UniCase::ascii("metaphisical"), &["metaphysical"]), - ( - UniCase::ascii("oversimplificiation"), - &["oversimplification"], - ), - (UniCase::ascii("quesitoning"), &["questioning"]), - (UniCase::ascii("challeneges"), &["challenges"]), - (UniCase::ascii("proportionallly"), &["proportionally"]), - (UniCase::ascii("professionalisme"), &["professionals"]), - (UniCase::ascii("dictateurs"), &["dictates"]), - (UniCase::ascii("criticts"), &["critics"]), - (UniCase::ascii("suspisions"), &["suspicions"]), - (UniCase::ascii("interpretarse"), &["interpreter"]), - (UniCase::ascii("prohibiton"), &["prohibition"]), - (UniCase::ascii("millionairs"), &["millionaires"]), - (UniCase::ascii("emmisarry"), &["emissary"]), - (UniCase::ascii("disciplies"), &["disciplines"]), - (UniCase::ascii("highloader"), &["highlander"]), - (UniCase::ascii("dispensaire"), &["dispensaries"]), - (UniCase::ascii("compotition"), &["composition"]), - (UniCase::ascii("confidentail"), &["confidential"]), - (UniCase::ascii("appreicated"), &["appreciated"]), - (UniCase::ascii("contintent"), &["contingent"]), - (UniCase::ascii("concequently"), &["consequently"]), - (UniCase::ascii("blessure"), &["blessing"]), - (UniCase::ascii("adventrues"), &["adventures"]), - (UniCase::ascii("organismus"), &["organisms"]), - (UniCase::ascii("basiton"), &["bastion"]), - (UniCase::ascii("consecuently"), &["consequently"]), - (UniCase::ascii("dangeros"), &["dangers"]), - (UniCase::ascii("rationaly"), &["rationally"]), - (UniCase::ascii("luanching"), &["launching"]), - (UniCase::ascii("introduse"), &["introduces"]), - (UniCase::ascii("redemeed"), &["redeemed"]), - (UniCase::ascii("frankenstain"), &["frankenstein"]), - (UniCase::ascii("buliders"), &["builders"]), - (UniCase::ascii("underdong"), &["underdog"]), - (UniCase::ascii("successfuly"), &["successfully"]), - (UniCase::ascii("simlutaneous"), &["simultaneous"]), - (UniCase::ascii("basicley"), &["basicly"]), - (UniCase::ascii("tehcies"), &["techies"]), - (UniCase::ascii("privilegeds"), &["privileges"]), - (UniCase::ascii("concentraion"), &["concentration"]), - (UniCase::ascii("contestents"), &["contestants"]), - (UniCase::ascii("constasnt"), &["constants"]), - (UniCase::ascii("commisssion"), &["commissions"]), - (UniCase::ascii("fundamentalis"), &["fundamentals"]), - (UniCase::ascii("presumptous"), &["presumptuous"]), - (UniCase::ascii("adventureous"), &["adventures"]), - (UniCase::ascii("conductiong"), &["conducting"]), - (UniCase::ascii("administored"), &["administer"]), - (UniCase::ascii("cariacture"), &["caricature"]), - (UniCase::ascii("exportes"), &["exports"]), - (UniCase::ascii("torndao"), &["tornado"]), - (UniCase::ascii("expemtions"), &["exemptions"]), - (UniCase::ascii("patroit"), &["patriot"]), - (UniCase::ascii("pitchfolks"), &["pitchforks"]), - (UniCase::ascii("brakeout"), &["breakout"]), - (UniCase::ascii("inexplicablly"), &["inexplicably"]), - (UniCase::ascii("migrantes"), &["migrants"]), - (UniCase::ascii("overestimateing"), &["overestimating"]), - (UniCase::ascii("assimilant"), &["assimilate"]), - (UniCase::ascii("importd"), &["imported"]), - (UniCase::ascii("conferene"), &["conferences"]), - (UniCase::ascii("transaprency"), &["transparency"]), - (UniCase::ascii("spahgetti"), &["spaghetti"]), - (UniCase::ascii("autoattk"), &["autoattack"]), - (UniCase::ascii("intillectual"), &["intellectual"]), - (UniCase::ascii("intanjible"), &["intangible"]), - (UniCase::ascii("transhpobic"), &["transphobic"]), - (UniCase::ascii("carloina"), &["carolina"]), - (UniCase::ascii("rusteld"), &["rustled"]), - (UniCase::ascii("penitum"), &["pentium"]), - (UniCase::ascii("sucide"), &["suicide"]), - (UniCase::ascii("cerbreus"), &["cerberus"]), - (UniCase::ascii("underwares"), &["underwater"]), - (UniCase::ascii("assissinated"), &["assassinated"]), - (UniCase::ascii("probablies"), &["probable"]), - (UniCase::ascii("explictly"), &["explicitly"]), - (UniCase::ascii("pyschopath"), &["psychopath"]), - (UniCase::ascii("demostration"), &["demonstration"]), - (UniCase::ascii("supress"), &["suppress"]), - (UniCase::ascii("illistrations"), &["illustrations"]), - (UniCase::ascii("billioniare"), &["billionaire"]), - (UniCase::ascii("deligthful"), &["delightful"]), - (UniCase::ascii("enlcosed"), &["enclosed"]), - (UniCase::ascii("neigbours"), &["neighbours"]), - (UniCase::ascii("snowfalke"), &["snowflake"]), - (UniCase::ascii("madsion"), &["madison"]), - (UniCase::ascii("phramacy"), &["pharmacy"]), - (UniCase::ascii("powerlfiting"), &["powerlifting"]), - (UniCase::ascii("spriritual"), &["spiritual"]), - (UniCase::ascii("substituer"), &["substitute"]), - (UniCase::ascii("bureacuracy"), &["bureaucracy"]), - (UniCase::ascii("cognatious"), &["contagious"]), - (UniCase::ascii("predictin"), &["prediction"]), - (UniCase::ascii("estbalishment"), &["establishments"]), - (UniCase::ascii("trialer"), &["trailer"]), - (UniCase::ascii("unbeakable"), &["unbeatable"]), - (UniCase::ascii("plateua"), &["plateau"]), - (UniCase::ascii("concervatives"), &["conservatives"]), - (UniCase::ascii("fluctuaties"), &["fluctuate"]), - (UniCase::ascii("arguement"), &["argument"]), - (UniCase::ascii("descerning"), &["descending"]), - (UniCase::ascii("prostitiute"), &["prostitute"]), - (UniCase::ascii("appology"), &["apology"]), - (UniCase::ascii("substracted"), &["subtracted"]), - (UniCase::ascii("snadstorm"), &["sandstorm"]), - (UniCase::ascii("progresssive"), &["progressives"]), - (UniCase::ascii("reencarnation"), &["reincarnation"]), - (UniCase::ascii("braodway"), &["broadway"]), - (UniCase::ascii("nkwo"), &["know"]), - (UniCase::ascii("fundirse"), &["fundies"]), - (UniCase::ascii("volcanoe"), &["volcano"]), - (UniCase::ascii("interstellor"), &["interstellar"]), - (UniCase::ascii("charimastic"), &["charismatic"]), - (UniCase::ascii("victoires"), &["victories"]), - (UniCase::ascii("multipls"), &["multiples"]), - (UniCase::ascii("disastros"), &["disastrous"]), - (UniCase::ascii("civilizatoin"), &["civilizations"]), - (UniCase::ascii("bedore"), &["before"]), - (UniCase::ascii("dominaters"), &["dominates"]), - (UniCase::ascii("kolonization"), &["colonization"]), - (UniCase::ascii("skepticim"), &["skepticism"]), - (UniCase::ascii("globaly"), &["globally"]), - (UniCase::ascii("dimensionals"), &["dimensions"]), - (UniCase::ascii("prematuraly"), &["prematurely"]), - (UniCase::ascii("supermarkts"), &["supermarkets"]), - (UniCase::ascii("anytying"), &["anything"]), - (UniCase::ascii("respone"), &["response"]), - (UniCase::ascii("operationel"), &["operational"]), - (UniCase::ascii("legalizaing"), &["legalizing"]), - (UniCase::ascii("fictionaries"), &["dictionaries"]), - (UniCase::ascii("swtiches"), &["switches"]), - (UniCase::ascii("allegedy"), &["allegedly"]), - (UniCase::ascii("braoder"), &["broader"]), - (UniCase::ascii("austrailian"), &["australian"]), - (UniCase::ascii("enchanging"), &["enchanting"]), - (UniCase::ascii("reivews"), &["reviews"]), - (UniCase::ascii("propuslion"), &["propulsion"]), - (UniCase::ascii("combatans"), &["combatants"]), - (UniCase::ascii("unristricted"), &["unrestricted"]), - (UniCase::ascii("concission"), &["concession"]), - (UniCase::ascii("conection"), &["connection"]), - (UniCase::ascii("dreasm"), &["dreams"]), - (UniCase::ascii("voluntarly"), &["voluntary"]), - (UniCase::ascii("wierd"), &["weird"]), - (UniCase::ascii("practives"), &["practise"]), - (UniCase::ascii("requried"), &["required"]), - (UniCase::ascii("gorillla"), &["gorilla"]), - (UniCase::ascii("synonymus"), &["synonyms"]), - (UniCase::ascii("jouranlistic"), &["journalistic"]), - (UniCase::ascii("demogrpahics"), &["demographics"]), - (UniCase::ascii("scootes"), &["scooters"]), - (UniCase::ascii("instructios"), &["instructors"]), - (UniCase::ascii("decompositing"), &["decomposing"]), - (UniCase::ascii("acquited"), &["acquitted"]), - (UniCase::ascii("impossiblly"), &["impossibly"]), - (UniCase::ascii("microtranscations"), &["microtransactions"]), - (UniCase::ascii("pensino"), &["pension"]), - (UniCase::ascii("lithuana"), &["lithuania"]), - (UniCase::ascii("acheivments"), &["achievements"]), - (UniCase::ascii("prooved"), &["proved"]), - (UniCase::ascii("earthqauke"), &["earthquake"]), - (UniCase::ascii("porcelan"), &["porcelain"]), - (UniCase::ascii("aritfacts"), &["artifacts"]), - (UniCase::ascii("physiciens"), &["physicians"]), - (UniCase::ascii("accusition"), &["accusation"]), - (UniCase::ascii("mandase"), &["mandates"]), - (UniCase::ascii("filessytem"), &["filesystem"]), - (UniCase::ascii("proftiable"), &["profitable"]), - (UniCase::ascii("pireced"), &["pierced"]), - (UniCase::ascii("producitons"), &["productions"]), - (UniCase::ascii("precausion"), &["precaution"]), - (UniCase::ascii("pshycologically"), &["psychologically"]), - (UniCase::ascii("brithdays"), &["birthdays"]), - (UniCase::ascii("ringotne"), &["ringtone"]), - (UniCase::ascii("proficincy"), &["proficiency"]), - (UniCase::ascii("psychaitrist"), &["psychiatrist"]), - (UniCase::ascii("transitionable"), &["transitional"]), - (UniCase::ascii("dashbaord"), &["dashboard"]), - (UniCase::ascii("remainds"), &["remains"]), - (UniCase::ascii("intered"), &["interred"]), - (UniCase::ascii("descripters"), &["descriptors"]), - (UniCase::ascii("unsistainable"), &["unsustainable"]), - (UniCase::ascii("repressent"), &["represents"]), - (UniCase::ascii("precisie"), &["precise"]), - (UniCase::ascii("positivisme"), &["positives"]), - (UniCase::ascii("yaching"), &["yachting"]), - (UniCase::ascii("generelization"), &["generalization"]), - (UniCase::ascii("sandstrom"), &["sandstorm"]), - (UniCase::ascii("tengentially"), &["tangentially"]), - (UniCase::ascii("differental"), &["differential"]), - (UniCase::ascii("preformance"), &["performance"]), - (UniCase::ascii("unsintalled"), &["uninstalled"]), - (UniCase::ascii("brainwased"), &["brainwashed"]), - (UniCase::ascii("sprayade"), &["sprayed"]), - (UniCase::ascii("deyhdrated"), &["dehydrated"]), - (UniCase::ascii("naploeon"), &["napoleon"]), - (UniCase::ascii("depsise"), &["despise"]), - (UniCase::ascii("transportor"), &["transporter"]), - (UniCase::ascii("gratificaiton"), &["gratification"]), - (UniCase::ascii("negotiaion"), &["negotiation"]), - (UniCase::ascii("intellectualls"), &["intellectuals"]), - (UniCase::ascii("addicitons"), &["addictions"]), - (UniCase::ascii("necromanser"), &["necromancer"]), - (UniCase::ascii("egostitical"), &["egotistical"]), - (UniCase::ascii("unrealesed"), &["unreleased"]), - (UniCase::ascii("figurativeley"), &["figuratively"]), - (UniCase::ascii("regresssion"), &["regression"]), - (UniCase::ascii("pucini"), &["puccini"]), - (UniCase::ascii("behavoiurs"), &["behaviours"]), - (UniCase::ascii("creationis"), &["creations"]), - (UniCase::ascii("hopsitals"), &["hospitals"]), - (UniCase::ascii("bureaocracy"), &["bureaucracy"]), - (UniCase::ascii("catagories"), &["categories"]), - (UniCase::ascii("africanos"), &["africans"]), - (UniCase::ascii("remarkablly"), &["remarkably"]), - (UniCase::ascii("interrigation"), &["interrogation"]), - (UniCase::ascii("epihpany"), &["epiphany"]), - (UniCase::ascii("entrepreuner"), &["entrepreneurs"]), - (UniCase::ascii("knwos"), &["knows"]), - (UniCase::ascii("capitalits"), &["capitalists"]), - (UniCase::ascii("perdicament"), &["predicament"]), - (UniCase::ascii("demonstraby"), &["demonstrably"]), - (UniCase::ascii("dormtund"), &["dortmund"]), - (UniCase::ascii("feromone"), &["pheromone"]), - (UniCase::ascii("comepndium"), &["compendium"]), - (UniCase::ascii("philadlephia"), &["philadelphia"]), - (UniCase::ascii("demosntrably"), &["demonstrably"]), - (UniCase::ascii("foregin"), &["foreign"]), - (UniCase::ascii("counsolers"), &["counselors"]), - (UniCase::ascii("retirbution"), &["retribution"]), - (UniCase::ascii("necessarry"), &["necessary"]), - (UniCase::ascii("primatives"), &["primitives"]), - (UniCase::ascii("humoros"), &["humorous"]), - (UniCase::ascii("permier"), &["premier"]), - (UniCase::ascii("recognices"), &["recognizes"]), - (UniCase::ascii("transcripto"), &["transcription"]), - (UniCase::ascii("winsdor"), &["windsor"]), - (UniCase::ascii("simplificacion"), &["simplification"]), - (UniCase::ascii("profesions"), &["profession"]), - (UniCase::ascii("authorithies"), &["authorities"]), - (UniCase::ascii("illumini"), &["illuminati"]), - (UniCase::ascii("agregate"), &["aggregate"]), - (UniCase::ascii("medicaitons"), &["medications"]), - (UniCase::ascii("miscellanious"), &["miscellaneous"]), - (UniCase::ascii("prohibicion"), &["prohibition"]), - (UniCase::ascii("starwberry"), &["strawberry"]), - (UniCase::ascii("amendmenters"), &["amendments"]), - (UniCase::ascii("metalurgy"), &["metallurgy"]), - (UniCase::ascii("investigationes"), &["investigations"]), - (UniCase::ascii("chronciles"), &["chronicles"]), - (UniCase::ascii("mosture"), &["moisture"]), - (UniCase::ascii("presistence"), &["persistence"]), - (UniCase::ascii("envelopped"), &["envelope"]), - (UniCase::ascii("infiltratior"), &["infiltrator"]), - (UniCase::ascii("survivabillity"), &["survivability"]), - (UniCase::ascii("overwieght"), &["overweight"]), - (UniCase::ascii("htey"), &["they"]), - (UniCase::ascii("opportuniste"), &["opportunities"]), - (UniCase::ascii("anwsered"), &["answered"]), - (UniCase::ascii("hispters"), &["hipsters"]), - (UniCase::ascii("persumption"), &["presumption"]), - (UniCase::ascii("tramautic"), &["traumatic"]), - (UniCase::ascii("needlessley"), &["needlessly"]), - (UniCase::ascii("hypnoss"), &["hypnosis"]), - (UniCase::ascii("prevolence"), &["prevalence"]), - (UniCase::ascii("predesessor"), &["predecessors"]), - (UniCase::ascii("stimilated"), &["stimulated"]), - (UniCase::ascii("explioted"), &["exploited"]), - (UniCase::ascii("premissible"), &["permissible"]), - (UniCase::ascii("dimenions"), &["dimensions"]), - (UniCase::ascii("denegerate"), &["degenerate"]), - (UniCase::ascii("dysentry"), &["dysentery"]), - (UniCase::ascii("perswasion"), &["persuasion"]), - (UniCase::ascii("homeothapy"), &["homeopathy"]), - (UniCase::ascii("compinsation"), &["compensation"]), - (UniCase::ascii("interesst"), &["interests"]), - (UniCase::ascii("predominantley"), &["predominantly"]), - (UniCase::ascii("franlkin"), &["franklin"]), - (UniCase::ascii("xenophoby"), &["xenophobia"]), - (UniCase::ascii("misdemenors"), &["misdemeanors"]), - (UniCase::ascii("acsension"), &["ascension"]), - (UniCase::ascii("relevence"), &["relevance"]), - (UniCase::ascii("jouney"), &["journey"]), - (UniCase::ascii("observacion"), &["observation"]), - (UniCase::ascii("volatillity"), &["volatility"]), - (UniCase::ascii("arsneal"), &["arsenal"]), - (UniCase::ascii("malfucntion"), &["malfunction"]), - (UniCase::ascii("contexta"), &["contextual"]), - (UniCase::ascii("exagerrating"), &["exaggerating"]), - (UniCase::ascii("practial"), &["practical"]), - (UniCase::ascii("trollade"), &["trolled"]), - (UniCase::ascii("reciprocrate"), &["reciprocate"]), - (UniCase::ascii("miracoulus"), &["miraculous"]), - (UniCase::ascii("camboda"), &["cambodia"]), - (UniCase::ascii("paraprhasing"), &["paraphrasing"]), - (UniCase::ascii("backrounds"), &["backgrounds"]), - (UniCase::ascii("theologial"), &["theological"]), - (UniCase::ascii("missigno"), &["mission"]), - (UniCase::ascii("scarmbled"), &["scrambled"]), - (UniCase::ascii("rythyms"), &["rhythms"]), - (UniCase::ascii("discusting"), &["discussing"]), - (UniCase::ascii("privilegde"), &["privileges"]), - (UniCase::ascii("expiers"), &["expires"]), - (UniCase::ascii("mercineries"), &["mercenaries"]), - (UniCase::ascii("apacolypse"), &["apocalypse"]), - (UniCase::ascii("hurrikanes"), &["hurricanes"]), - (UniCase::ascii("transcendant"), &["transcendent"]), - (UniCase::ascii("inituition"), &["initiation"]), - (UniCase::ascii("thirstay"), &["thirsty"]), - (UniCase::ascii("composicion"), &["composition"]), - (UniCase::ascii("forsakn"), &["forsaken"]), - (UniCase::ascii("onmipotent"), &["omnipotent"]), - (UniCase::ascii("scandaloso"), &["scandals"]), - (UniCase::ascii("suddnely"), &["suddenly"]), - (UniCase::ascii("phillipse"), &["phillies"]), - (UniCase::ascii("puncutation"), &["punctuation"]), - (UniCase::ascii("degrate"), &["degrade"]), - (UniCase::ascii("underpowred"), &["underpowered"]), - (UniCase::ascii("inbetweeen"), &["inbetween"]), - (UniCase::ascii("manufactureds"), &["manufactures"]), - (UniCase::ascii("explaning"), &["explaining"]), - (UniCase::ascii("mutatin"), &["mutation"]), - (UniCase::ascii("colaborations"), &["collaborations"]), - (UniCase::ascii("perogative"), &["prerogative"]), - (UniCase::ascii("synonimous"), &["synonymous"]), - (UniCase::ascii("ingreediants"), &["ingredients"]), - (UniCase::ascii("unsurprizingly"), &["unsurprisingly"]), - (UniCase::ascii("superios"), &["superiors"]), - (UniCase::ascii("assoicate"), &["associate"]), - (UniCase::ascii("narritives"), &["narratives"]), - (UniCase::ascii("connectpro"), &["connector"]), - (UniCase::ascii("franticaly"), &["frantically"]), - (UniCase::ascii("patriarh"), &["patriarchy"]), - (UniCase::ascii("disgrateful"), &["disgraceful"]), - (UniCase::ascii("metorpolitan"), &["metropolitan"]), - (UniCase::ascii("slaugthered"), &["slaughtered"]), - (UniCase::ascii("bachelour"), &["bachelor"]), - (UniCase::ascii("automotize"), &["automotive"]), - (UniCase::ascii("paraside"), &["paradise"]), - (UniCase::ascii("sovietes"), &["soviets"]), - (UniCase::ascii("frankinstein"), &["frankenstein"]), - (UniCase::ascii("vasectomey"), &["vasectomy"]), - (UniCase::ascii("linguistis"), &["linguistics"]), - (UniCase::ascii("computating"), &["computation"]), - (UniCase::ascii("complimation"), &["complication"]), - (UniCase::ascii("tranzistor"), &["transistor"]), - (UniCase::ascii("shileded"), &["shielded"]), - (UniCase::ascii("onatrio"), &["ontario"]), - (UniCase::ascii("interferce"), &["interferes"]), - (UniCase::ascii("spirutuality"), &["spirituality"]), - (UniCase::ascii("contenental"), &["continental"]), - (UniCase::ascii("koncentrations"), &["concentrations"]), - (UniCase::ascii("emminently"), &["eminently"]), - (UniCase::ascii("inqusitior"), &["inquisitor"]), - (UniCase::ascii("settlemens"), &["settlements"]), - (UniCase::ascii("solutide"), &["solitude"]), - (UniCase::ascii("doccumented"), &["documented"]), - (UniCase::ascii("asterois"), &["asteroids"]), - (UniCase::ascii("charecterization"), &["characterization"]), - (UniCase::ascii("governmently"), &["governmental"]), - (UniCase::ascii("debuffes"), &["debuffs"]), - (UniCase::ascii("fortitue"), &["fortitude"]), - (UniCase::ascii("transformees"), &["transforms"]), - (UniCase::ascii("scarifices"), &["sacrifices"]), - (UniCase::ascii("summerized"), &["summarized"]), - (UniCase::ascii("programmets"), &["programmers"]), - (UniCase::ascii("offcially"), &["officially"]), - (UniCase::ascii("vigilantie"), &["vigilante"]), - (UniCase::ascii("godpseed"), &["godspeed"]), - (UniCase::ascii("vehementy"), &["vehemently"]), - (UniCase::ascii("manifestating"), &["manifestation"]), - (UniCase::ascii("swearengin"), &["swearing"]), - (UniCase::ascii("democrocies"), &["democracies"]), - (UniCase::ascii("brielfy"), &["briefly"]), - (UniCase::ascii("strenghening"), &["strengthening"]), - (UniCase::ascii("romainan"), &["romanian"]), - (UniCase::ascii("popultaion"), &["populations"]), - (UniCase::ascii("identificaiton"), &["identification"]), - (UniCase::ascii("santcuary"), &["sanctuary"]), - (UniCase::ascii("mecahnical"), &["mechanical"]), - (UniCase::ascii("sherlok"), &["sherlock"]), - (UniCase::ascii("tanturms"), &["tantrums"]), - (UniCase::ascii("materias"), &["materials"]), - (UniCase::ascii("interacties"), &["interacts"]), - (UniCase::ascii("referening"), &["referencing"]), - (UniCase::ascii("punshier"), &["punisher"]), - (UniCase::ascii("reporteros"), &["reporters"]), - (UniCase::ascii("accidentily"), &["accidently"]), - (UniCase::ascii("replecated"), &["replicated"]), - (UniCase::ascii("microhpone"), &["microphone"]), - (UniCase::ascii("spreadsheat"), &["spreadsheet"]), - (UniCase::ascii("colonizators"), &["colonizers"]), - (UniCase::ascii("coinsidental"), &["coincidental"]), - (UniCase::ascii("univerisites"), &["universities"]), - (UniCase::ascii("clitorius"), &["clitoris"]), - (UniCase::ascii("definaetly"), &["definately"]), - (UniCase::ascii("extemely"), &["extremely"]), - (UniCase::ascii("acclimitization"), &["acclimatization"]), - (UniCase::ascii("babysittter"), &["babysitter"]), - (UniCase::ascii("wesbite"), &["website"]), - (UniCase::ascii("activacion"), &["activation"]), - (UniCase::ascii("briusers"), &["bruisers"]), - (UniCase::ascii("argumentate"), &["argumentative"]), - (UniCase::ascii("patriatchy"), &["patriarchy"]), - (UniCase::ascii("headhsot"), &["headshot"]), - (UniCase::ascii("consistenty"), &["consistently"]), - (UniCase::ascii("differenly"), &["differently"]), - (UniCase::ascii("syrap"), &["syrup"]), - (UniCase::ascii("webapge"), &["webpage"]), - (UniCase::ascii("treasurs"), &["treasures"]), - (UniCase::ascii("exercide"), &["exercised"]), - (UniCase::ascii("geneticaly"), &["genetically"]), - (UniCase::ascii("protagnoist"), &["protagonist"]), - (UniCase::ascii("satasfaction"), &["satisfaction"]), - (UniCase::ascii("paranomral"), &["paranormal"]), - (UniCase::ascii("consciense"), &["conscience"]), - (UniCase::ascii("penguines"), &["penguins"]), - (UniCase::ascii("miscarridge"), &["miscarriage"]), - (UniCase::ascii("periodes"), &["periods"]), - (UniCase::ascii("robberts"), &["robbers"]), - (UniCase::ascii("rienforced"), &["reinforced"]), - (UniCase::ascii("intrerupt"), &["interrupt"]), - (UniCase::ascii("realisim"), &["realism"]), - (UniCase::ascii("horrendious"), &["horrendous"]), - (UniCase::ascii("transitons"), &["transitions"]), - (UniCase::ascii("improsined"), &["imprisoned"]), - (UniCase::ascii("unabnned"), &["unbanned"]), - (UniCase::ascii("curriculim"), &["curriculum"]), - (UniCase::ascii("allergisch"), &["allergic"]), - (UniCase::ascii("infallable"), &["infallible"]), - (UniCase::ascii("unsustainible"), &["unsustainable"]), - (UniCase::ascii("seskatchewan"), &["saskatchewan"]), - (UniCase::ascii("segrigated"), &["segregated"]), - (UniCase::ascii("metaphyics"), &["metaphysics"]), - (UniCase::ascii("photoshoppad"), &["photoshopped"]), - (UniCase::ascii("bisexuella"), &["bisexual"]), - (UniCase::ascii("juptier"), &["jupiter"]), - (UniCase::ascii("victorin"), &["victorian"]), - (UniCase::ascii("revelaed"), &["revealed"]), - (UniCase::ascii("premire"), &["premier"]), - (UniCase::ascii("transfromer"), &["transformers"]), - (UniCase::ascii("possesss"), &["possesses"]), - (UniCase::ascii("periwinke"), &["periwinkle"]), - (UniCase::ascii("lecutres"), &["lectures"]), - (UniCase::ascii("downvoteas"), &["downvoters"]), - (UniCase::ascii("ostenisbly"), &["ostensibly"]), - (UniCase::ascii("delapidated"), &["dilapidated"]), - (UniCase::ascii("prediceted"), &["predicated"]), - (UniCase::ascii("competense"), &["competence"]), - (UniCase::ascii("substantually"), &["substantially"]), - (UniCase::ascii("predecence"), &["precedence"]), - (UniCase::ascii("decembre"), &["december"]), - (UniCase::ascii("contimplate"), &["contemplate"]), - (UniCase::ascii("sponsorhip"), &["sponsorship"]), - (UniCase::ascii("garfiled"), &["garfield"]), - (UniCase::ascii("manipualting"), &["manipulating"]), - (UniCase::ascii("initaling"), &["initialing"]), - (UniCase::ascii("characterz"), &["characterize"]), - (UniCase::ascii("vieweres"), &["viewers"]), - (UniCase::ascii("disporportionatly"), &["disproportionately"]), - (UniCase::ascii("impossibel"), &["impossibly"]), - (UniCase::ascii("satsifies"), &["satisfies"]), - (UniCase::ascii("exapansion"), &["expansion"]), - (UniCase::ascii("tablespooon"), &["tablespoon"]), - (UniCase::ascii("misunderstadning"), &["misunderstandings"]), - (UniCase::ascii("pleothra"), &["plethora"]), - (UniCase::ascii("prescripcion"), &["prescription"]), - (UniCase::ascii("styrofaom"), &["styrofoam"]), - (UniCase::ascii("customizabe"), &["customizable"]), - (UniCase::ascii("initalises"), &["initialises"]), - (UniCase::ascii("overclocing"), &["overclocking"]), - (UniCase::ascii("tattooos"), &["tattoos"]), - (UniCase::ascii("sweetheat"), &["sweetheart"]), - (UniCase::ascii("originales"), &["originals"]), - (UniCase::ascii("transportaion"), &["transportation"]), - (UniCase::ascii("caclulating"), &["calculating"]), - (UniCase::ascii("accademy"), &["academy"]), - (UniCase::ascii("economicus"), &["economics"]), - (UniCase::ascii("depelted"), &["depleted"]), - (UniCase::ascii("anicents"), &["ancients"]), - (UniCase::ascii("consentrated"), &["concentrated"]), - (UniCase::ascii("arkasnas"), &["arkansas"]), - (UniCase::ascii("refleciton"), &["reflections"]), - (UniCase::ascii("becomming"), &["becoming"]), - (UniCase::ascii("braodcasts"), &["broadcasts"]), - (UniCase::ascii("dissppointed"), &["dissapointed"]), - (UniCase::ascii("immunosupressant"), &["immunosuppressant"]), - (UniCase::ascii("flaried"), &["flaired"]), - (UniCase::ascii("subsrcibed"), &["subscribed"]), - (UniCase::ascii("margianlly"), &["marginally"]), - (UniCase::ascii("chornicles"), &["chronicles"]), - (UniCase::ascii("organisten"), &["organise"]), - (UniCase::ascii("inproving"), &["improving"]), - (UniCase::ascii("dysphora"), &["dysphoria"]), - (UniCase::ascii("completley"), &["completely"]), - (UniCase::ascii("louisvillle"), &["louisville"]), - (UniCase::ascii("monopoloy"), &["monopoly"]), - (UniCase::ascii("compraison"), &["comparisons"]), - (UniCase::ascii("decentraliced"), &["decentralized"]), - (UniCase::ascii("supportors"), &["supporters"]), - (UniCase::ascii("sacrifizes"), &["sacrifices"]), - (UniCase::ascii("commentery"), &["commentary"]), - (UniCase::ascii("cancles"), &["cancels"]), - (UniCase::ascii("kommissioner"), &["commissioner"]), - (UniCase::ascii("accidenlty"), &["accidently"]), - (UniCase::ascii("informas"), &["informs"]), - (UniCase::ascii("resteraunts"), &["restaurants"]), - (UniCase::ascii("develoeprs"), &["developers"]), - (UniCase::ascii("integreres"), &["interferes"]), - (UniCase::ascii("ambluance"), &["ambulance"]), - (UniCase::ascii("psychologicaly"), &["psychologically"]), - (UniCase::ascii("issueing"), &["issuing"]), - (UniCase::ascii("schizoprhenia"), &["schizophrenia"]), - (UniCase::ascii("astronautlis"), &["astronauts"]), - (UniCase::ascii("projecto"), &["projection"]), - (UniCase::ascii("subesquently"), &["subsequently"]), - (UniCase::ascii("retuns"), &["returns"]), - (UniCase::ascii("aggressivo"), &["aggression"]), - (UniCase::ascii("extremeley"), &["extremely"]), - (UniCase::ascii("segregacion"), &["segregation"]), - (UniCase::ascii("disgustose"), &["disgusts"]), - (UniCase::ascii("osbidian"), &["obsidian"]), - (UniCase::ascii("spammend"), &["spammed"]), - (UniCase::ascii("sensasional"), &["sensational"]), - (UniCase::ascii("cockroachs"), &["cockroaches"]), - (UniCase::ascii("traveles"), &["travels"]), - (UniCase::ascii("misteriously"), &["mysteriously"]), - (UniCase::ascii("customizeble"), &["customizable"]), - (UniCase::ascii("spreadshets"), &["spreadsheets"]), - (UniCase::ascii("ritalian"), &["ritalin"]), - (UniCase::ascii("privilaged"), &["privileged"]), - (UniCase::ascii("confederatie"), &["confederate"]), - (UniCase::ascii("siezable"), &["sizeable"]), - (UniCase::ascii("sentancing"), &["sentencing"]), - (UniCase::ascii("absorbsion"), &["absorption"]), - (UniCase::ascii("unconsistent"), &["inconsistent"]), - (UniCase::ascii("napcakes"), &["pancakes"]), - (UniCase::ascii("delegative"), &["delegate"]), - (UniCase::ascii("undergating"), &["undertaking"]), - (UniCase::ascii("lveo"), &["love"]), - (UniCase::ascii("enrolement"), &["enrollment"]), - (UniCase::ascii("identifiy"), &["identify"]), - (UniCase::ascii("regocnition"), &["recognition"]), - (UniCase::ascii("invincibile"), &["invincible"]), - (UniCase::ascii("differenty"), &["differently"]), - (UniCase::ascii("repulsie"), &["repulsive"]), - (UniCase::ascii("thudnerbolt"), &["thunderbolt"]), - (UniCase::ascii("achieval"), &["achievable"]), - (UniCase::ascii("cheeseberger"), &["cheeseburger"]), - (UniCase::ascii("evloved"), &["evolved"]), - (UniCase::ascii("pesitcides"), &["pesticides"]), - (UniCase::ascii("antagonostic"), &["antagonist"]), - (UniCase::ascii("homeopothy"), &["homeopathy"]), - (UniCase::ascii("conspiricies"), &["conspiracies"]), - (UniCase::ascii("enhacning"), &["enhancing"]), - (UniCase::ascii("pscyhopaths"), &["psychopaths"]), - (UniCase::ascii("attmepted"), &["attempted"]), - (UniCase::ascii("festivales"), &["festivals"]), - (UniCase::ascii("registrating"), &["registration"]), - (UniCase::ascii("respectivly"), &["respectively"]), - (UniCase::ascii("restrcitions"), &["restriction"]), - (UniCase::ascii("misoginyst"), &["misogynist"]), - (UniCase::ascii("aesthethics"), &["aesthetics"]), - (UniCase::ascii("livilehood"), &["livelihood"]), - (UniCase::ascii("curcumstance"), &["circumstance"]), - (UniCase::ascii("talekd"), &["talked"]), - (UniCase::ascii("commodoties"), &["commodities"]), - (UniCase::ascii("gloabl"), &["global"]), - (UniCase::ascii("hearthsone"), &["hearthstone"]), - (UniCase::ascii("capicators"), &["capacitors"]), - (UniCase::ascii("unathorised"), &["unauthorised"]), - (UniCase::ascii("capatilize"), &["capitalize"]), - (UniCase::ascii("fundamentalisti"), &["fundamentals"]), - (UniCase::ascii("disgrunteled"), &["disgruntled"]), - (UniCase::ascii("addoptive"), &["adoptive"]), - (UniCase::ascii("dispeners"), &["dispenser"]), - (UniCase::ascii("reluctently"), &["reluctantly"]), - (UniCase::ascii("atmopsheric"), &["atmospheric"]), - (UniCase::ascii("compremising"), &["compromising"]), - (UniCase::ascii("uninstaling"), &["uninstalling"]), - (UniCase::ascii("moribdly"), &["morbidly"]), - (UniCase::ascii("instituded"), &["instituted"]), - (UniCase::ascii("tailgateing"), &["tailgating"]), - (UniCase::ascii("productivos"), &["productions"]), - (UniCase::ascii("torrentking"), &["torrenting"]), - (UniCase::ascii("hatchig"), &["hatching"]), - (UniCase::ascii("vernecular"), &["vernacular"]), - (UniCase::ascii("degradato"), &["degradation"]), - (UniCase::ascii("judaisim"), &["judaism"]), - (UniCase::ascii("simposn"), &["simpson"]), - (UniCase::ascii("investiage"), &["investigate"]), - (UniCase::ascii("alingment"), &["alignment"]), - (UniCase::ascii("albiet"), &["albeit"]), - (UniCase::ascii("allegeance"), &["allegiance"]), - (UniCase::ascii("livestrem"), &["livestream"]), - (UniCase::ascii("benevelent"), &["benevolent"]), - (UniCase::ascii("quantifiy"), &["quantify"]), - (UniCase::ascii("plagarisim"), &["plagiarism"]), - (UniCase::ascii("exclusivily"), &["exclusivity"]), - (UniCase::ascii("platfarmer"), &["platformer"]), - (UniCase::ascii("goilath"), &["goliath"]), - (UniCase::ascii("evreytime"), &["everytime"]), - (UniCase::ascii("manufactureros"), &["manufactures"]), - (UniCase::ascii("astronautas"), &["astronauts"]), - (UniCase::ascii("acknowlede"), &["acknowledge"]), - (UniCase::ascii("forigven"), &["forgiven"]), - (UniCase::ascii("domiante"), &["dominate"]), - (UniCase::ascii("vacciners"), &["vaccines"]), - (UniCase::ascii("overules"), &["overuse"]), - (UniCase::ascii("monolgoue"), &["monologue"]), - (UniCase::ascii("sparklie"), &["sparkle"]), - (UniCase::ascii("penguinos"), &["penguins"]), - (UniCase::ascii("mediocrily"), &["mediocrity"]), - (UniCase::ascii("maximini"), &["maximizing"]), - (UniCase::ascii("coincedince"), &["coincidence"]), - (UniCase::ascii("preconveived"), &["preconceived"]), - (UniCase::ascii("intimitade"), &["intimidated"]), - (UniCase::ascii("implemetnation"), &["implementations"]), - (UniCase::ascii("metholodogy"), &["methodology"]), - (UniCase::ascii("technologial"), &["technological"]), - (UniCase::ascii("transcrito"), &["transcript"]), - (UniCase::ascii("bodydbuilder"), &["bodybuilder"]), - (UniCase::ascii("redmeption"), &["redemption"]), - (UniCase::ascii("hurricanefps"), &["hurricanes"]), - (UniCase::ascii("exclusivly"), &["exclusively"]), - (UniCase::ascii("husbans"), &["husbands"]), - (UniCase::ascii("geneticlly"), &["genetically"]), - (UniCase::ascii("contraversy"), &["controversy"]), - (UniCase::ascii("hyrbids"), &["hybrids"]), - (UniCase::ascii("accreditied"), &["accredited"]), - (UniCase::ascii("realtes"), &["relates"]), - (UniCase::ascii("proportionaly"), &["proportionally"]), - (UniCase::ascii("powerhourse"), &["powerhouse"]), - (UniCase::ascii("creacionism"), &["creationism"]), - (UniCase::ascii("whlch"), &["which"]), - (UniCase::ascii("presest"), &["presets"]), - (UniCase::ascii("brocolli"), &["broccoli"]), - (UniCase::ascii("pronounciation"), &["pronunciation"]), - (UniCase::ascii("paraniod"), &["paranoid"]), - (UniCase::ascii("individualty"), &["individuality"]), - (UniCase::ascii("oversue"), &["overuse"]), - (UniCase::ascii("islmaists"), &["islamists"]), - (UniCase::ascii("egpytians"), &["egyptians"]), - (UniCase::ascii("testifiy"), &["testify"]), - (UniCase::ascii("libary"), &["library"]), - (UniCase::ascii("internts"), &["interns"]), - (UniCase::ascii("autograpgh"), &["autograph"]), - (UniCase::ascii("belgain"), &["belgian"]), - (UniCase::ascii("pususading"), &["persuading"]), - (UniCase::ascii("undoubtely"), &["undoubtedly"]), - (UniCase::ascii("patrairchy"), &["patriarchy"]), - (UniCase::ascii("humiliaton"), &["humiliation"]), - (UniCase::ascii("strenous"), &["strenuous"]), - (UniCase::ascii("overbaord"), &["overboard"]), - (UniCase::ascii("cliffhangar"), &["cliffhanger"]), - (UniCase::ascii("repsonsibly"), &["responsibly"]), - (UniCase::ascii("thunderboat"), &["thunderbolt"]), - (UniCase::ascii("playthorughs"), &["playthroughs"]), - (UniCase::ascii("pericings"), &["piercings"]), - (UniCase::ascii("incarciration"), &["incarceration"]), - (UniCase::ascii("distrobutions"), &["distributions"]), - (UniCase::ascii("constracting"), &["constructing"]), - (UniCase::ascii("invensions"), &["inventions"]), - (UniCase::ascii("scaleable"), &["scalable"]), - (UniCase::ascii("syringae"), &["syringe"]), - (UniCase::ascii("specifed"), &["specified"]), - (UniCase::ascii("radicalis"), &["radicals"]), - (UniCase::ascii("simplifyng"), &["simplifying"]), - (UniCase::ascii("balconny"), &["balcony"]), - (UniCase::ascii("protability"), &["portability"]), - (UniCase::ascii("indistructible"), &["indestructible"]), - (UniCase::ascii("asign"), &["assign"]), - (UniCase::ascii("sphereos"), &["spheres"]), - (UniCase::ascii("braziliaan"), &["brazilians"]), - (UniCase::ascii("friendzowned"), &["friendzoned"]), - (UniCase::ascii("decideable"), &["decidable"]), - (UniCase::ascii("uninterruped"), &["uninterrupted"]), - (UniCase::ascii("dissappears"), &["disappears"]), - (UniCase::ascii("tentacel"), &["tentacle"]), - (UniCase::ascii("capatilism"), &["capitalism"]), - (UniCase::ascii("begginer"), &["beginner"]), - (UniCase::ascii("parametros"), &["parameters"]), - (UniCase::ascii("processer"), &["processor"]), - (UniCase::ascii("wellingston"), &["wellington"]), - (UniCase::ascii("gaurding"), &["guarding"]), - (UniCase::ascii("vegaterian"), &["vegetarian"]), - (UniCase::ascii("compolsory"), &["compulsory"]), - (UniCase::ascii("comeptitions"), &["competitions"]), - (UniCase::ascii("indicatiors"), &["indicators"]), - (UniCase::ascii("embodyment"), &["embodiment"]), - (UniCase::ascii("accuray"), &["accuracy"]), - (UniCase::ascii("versitality"), &["versatility"]), - (UniCase::ascii("tournamnets"), &["tournaments"]), - (UniCase::ascii("attributo"), &["attribution"]), - (UniCase::ascii("amphetmaines"), &["amphetamines"]), - (UniCase::ascii("phantoom"), &["phantom"]), - (UniCase::ascii("amke"), &["make"]), - (UniCase::ascii("concenrtation"), &["concentrations"]), - (UniCase::ascii("inplementations"), &["implementations"]), - (UniCase::ascii("indivuduality"), &["individuality"]), - (UniCase::ascii("capasitors"), &["capacitors"]), - (UniCase::ascii("vietnameese"), &["vietnamese"]), - (UniCase::ascii("productoin"), &["productions"]), - (UniCase::ascii("ridiculosly"), &["ridiculously"]), - (UniCase::ascii("resgination"), &["resignation"]), - (UniCase::ascii("comparisn"), &["comparisons"]), - (UniCase::ascii("directionnal"), &["directional"]), - (UniCase::ascii("midfieldiers"), &["midfielders"]), - (UniCase::ascii("collaquial"), &["colloquial"]), - (UniCase::ascii("confrontato"), &["confrontation"]), - (UniCase::ascii("subsizide"), &["subsidize"]), - (UniCase::ascii("invaderats"), &["invaders"]), - (UniCase::ascii("annoymously"), &["anonymously"]), - (UniCase::ascii("superstitiuos"), &["superstitious"]), - (UniCase::ascii("bigfooot"), &["bigfoot"]), - (UniCase::ascii("respection"), &["respecting"]), - (UniCase::ascii("assassinatin"), &["assassination"]), - (UniCase::ascii("inculding"), &["including"]), - (UniCase::ascii("chihuahuita"), &["chihuahua"]), - (UniCase::ascii("cauncks"), &["canucks"]), - (UniCase::ascii("coefficiant"), &["coefficient"]), - (UniCase::ascii("depitcs"), &["depicts"]), - (UniCase::ascii("atrillery"), &["artillery"]), - (UniCase::ascii("situationnal"), &["situational"]), - (UniCase::ascii("religiones"), &["religions"]), - (UniCase::ascii("collegaues"), &["colleagues"]), - (UniCase::ascii("musculair"), &["muscular"]), - (UniCase::ascii("startsup"), &["startups"]), - (UniCase::ascii("borderlads"), &["borderlands"]), - (UniCase::ascii("melbounre"), &["melbourne"]), - (UniCase::ascii("subsidiy"), &["subsidy"]), - (UniCase::ascii("recrutiment"), &["recruitment"]), - (UniCase::ascii("archetpyes"), &["archetypes"]), - (UniCase::ascii("slipperly"), &["slippery"]), - (UniCase::ascii("regresse"), &["regressive"]), - (UniCase::ascii("perputrator"), &["perpetrator"]), - (UniCase::ascii("empahsizes"), &["emphasizes"]), - (UniCase::ascii("molestarme"), &["molester"]), - (UniCase::ascii("articel"), &["article"]), - (UniCase::ascii("dissapeared"), &["disappeared"]), - (UniCase::ascii("mysteriouly"), &["mysteriously"]), - (UniCase::ascii("friendzonded"), &["friendzoned"]), - (UniCase::ascii("lienups"), &["lineups"]), - (UniCase::ascii("anynomous"), &["anonymous"]), - (UniCase::ascii("adbominal"), &["abdominal"]), - (UniCase::ascii("intimitation"), &["intimidation"]), - (UniCase::ascii("hipothetically"), &["hypothetically"]), - (UniCase::ascii("misouri"), &["missouri"]), - (UniCase::ascii("eleminated"), &["eliminated"]), - (UniCase::ascii("coincedentally"), &["coincidentally"]), - (UniCase::ascii("interiour"), &["interior"]), - (UniCase::ascii("perputrators"), &["perpetrators"]), - (UniCase::ascii("inspireras"), &["inspires"]), - (UniCase::ascii("controlas"), &["controls"]), - (UniCase::ascii("matheticians"), &["mathematicians"]), - (UniCase::ascii("abstanence"), &["abstinence"]), - (UniCase::ascii("dialetcs"), &["dialects"]), - (UniCase::ascii("wiavers"), &["waivers"]), - (UniCase::ascii("misognyists"), &["misogynist"]), - (UniCase::ascii("paramedis"), &["paramedics"]), - (UniCase::ascii("prostituate"), &["prostitute"]), - (UniCase::ascii("vinicity"), &["vicinity"]), - (UniCase::ascii("homewolrd"), &["homeworld"]), - (UniCase::ascii("lmits"), &["limits"]), - (UniCase::ascii("troups"), &["troupes"]), - (UniCase::ascii("documentery"), &["documentary"]), - (UniCase::ascii("awknowledgement"), &["acknowledgement"]), - (UniCase::ascii("vaccinae"), &["vaccinated"]), - (UniCase::ascii("raptores"), &["raptors"]), - (UniCase::ascii("metephorically"), &["metaphorically"]), - (UniCase::ascii("contignent"), &["contingent"]), - (UniCase::ascii("declarees"), &["declares"]), - (UniCase::ascii("atmosphir"), &["atmospheric"]), - (UniCase::ascii("establishemnt"), &["establishments"]), - (UniCase::ascii("organie"), &["organise"]), - (UniCase::ascii("airsfot"), &["airsoft"]), - (UniCase::ascii("neutrallity"), &["neutrality"]), - (UniCase::ascii("preveiws"), &["previews"]), - (UniCase::ascii("unusabe"), &["unusable"]), - (UniCase::ascii("refreshener"), &["refresher"]), - (UniCase::ascii("medicallly"), &["medically"]), - (UniCase::ascii("physicallity"), &["physically"]), - (UniCase::ascii("desperetly"), &["desperately"]), - (UniCase::ascii("chamiponship"), &["championships"]), - (UniCase::ascii("braevry"), &["bravery"]), - (UniCase::ascii("beachead"), &["beachhead"]), - (UniCase::ascii("manouverable"), &["maneuverable"]), - (UniCase::ascii("abodminal"), &["abdominal"]), - (UniCase::ascii("constantivs"), &["constants"]), - (UniCase::ascii("arbritation"), &["arbitration"]), - (UniCase::ascii("cardbaord"), &["cardboard"]), - (UniCase::ascii("infilitrate"), &["infiltrate"]), - (UniCase::ascii("endolithes"), &["endoliths"]), - (UniCase::ascii("reuptable"), &["reputable"]), - (UniCase::ascii("achievment"), &["achievement"]), - (UniCase::ascii("sobreity"), &["sobriety"]), - (UniCase::ascii("nutrituous"), &["nutritious"]), - (UniCase::ascii("transplanet"), &["transplant"]), - (UniCase::ascii("indoctrinatin"), &["indoctrination"]), - (UniCase::ascii("contense"), &["contenders"]), - (UniCase::ascii("continualy"), &["continually"]), - (UniCase::ascii("denomintor"), &["denominator"]), - (UniCase::ascii("exhasut"), &["exhaust"]), - (UniCase::ascii("sucesful"), &["successful"]), - (UniCase::ascii("notificacion"), &["notification"]), - (UniCase::ascii("viscreal"), &["visceral"]), - (UniCase::ascii("instantaneu"), &["instantaneous"]), - (UniCase::ascii("diplomma"), &["diploma"]), - (UniCase::ascii("conventionnal"), &["conventional"]), - (UniCase::ascii("disenchanged"), &["disenchanted"]), - (UniCase::ascii("consecuences"), &["consequences"]), - (UniCase::ascii("instruciton"), &["instruction"]), - (UniCase::ascii("imtimidating"), &["intimidating"]), - (UniCase::ascii("nothingess"), &["nothingness"]), - (UniCase::ascii("discredid"), &["discredited"]), - (UniCase::ascii("lingerine"), &["lingerie"]), - (UniCase::ascii("extraordinaly"), &["extraordinary"]), - (UniCase::ascii("surounded"), &["surrounded"]), - (UniCase::ascii("diarreha"), &["diarrhea"]), - (UniCase::ascii("politiicans"), &["politician"]), - (UniCase::ascii("posion"), &["poison"]), - (UniCase::ascii("ukrainain"), &["ukrainian"]), - (UniCase::ascii("taryvon"), &["trayvon"]), - (UniCase::ascii("qaulify"), &["qualify"]), - (UniCase::ascii("symphatizer"), &["sympathizers"]), - (UniCase::ascii("apenines"), &["apennines"]), - (UniCase::ascii("attractice"), &["attractive"]), - (UniCase::ascii("exploites"), &["exploits"]), - (UniCase::ascii("descendends"), &["descended"]), - (UniCase::ascii("chinesse"), &["chinese"]), - (UniCase::ascii("ciricuit"), &["circuit"]), - (UniCase::ascii("mathematican"), &["mathematician"]), - (UniCase::ascii("ninty"), &["ninety"]), - (UniCase::ascii("distinciton"), &["distinction"]), - (UniCase::ascii("destinato"), &["destination"]), - (UniCase::ascii("restirctions"), &["restrictions"]), - (UniCase::ascii("overhwelmingly"), &["overwhelmingly"]), - (UniCase::ascii("megatorn"), &["megatron"]), - (UniCase::ascii("preculde"), &["preclude"]), - (UniCase::ascii("comestic"), &["cosmetic"]), - (UniCase::ascii("decendant"), &["descendant"]), - (UniCase::ascii("cancerus"), &["cancers"]), - (UniCase::ascii("discontued"), &["discounted"]), - (UniCase::ascii("purcahsed"), &["purchased"]), - (UniCase::ascii("graphie"), &["graphite"]), - (UniCase::ascii("illuminiati"), &["illuminati"]), - (UniCase::ascii("convcition"), &["convictions"]), - (UniCase::ascii("sitautions"), &["situations"]), - (UniCase::ascii("continuating"), &["continuation"]), - (UniCase::ascii("anicent"), &["ancient"]), - (UniCase::ascii("integraal"), &["integral"]), - (UniCase::ascii("graduacion"), &["graduation"]), - (UniCase::ascii("secertary"), &["secretary"]), - (UniCase::ascii("captued"), &["captured"]), - (UniCase::ascii("supernarkets"), &["supermarkets"]), - (UniCase::ascii("dispostion"), &["disposition"]), - (UniCase::ascii("extravigant"), &["extravagant"]), - (UniCase::ascii("sentaors"), &["senators"]), - (UniCase::ascii("veiwpoints"), &["viewpoints"]), - (UniCase::ascii("prohibitied"), &["prohibited"]), - (UniCase::ascii("misundersood"), &["misunderstood"]), - (UniCase::ascii("comestics"), &["cosmetics"]), - (UniCase::ascii("breakthrouh"), &["breakthrough"]), - (UniCase::ascii("overhearting"), &["overreacting"]), - (UniCase::ascii("intestions"), &["intestines"]), - (UniCase::ascii("guitards"), &["guitars"]), - (UniCase::ascii("depiciton"), &["depiction"]), - (UniCase::ascii("transgendred"), &["transgendered"]), - (UniCase::ascii("sticthing"), &["stitching"]), - (UniCase::ascii("abritrary"), &["arbitrary"]), - (UniCase::ascii("collectie"), &["collective"]), - (UniCase::ascii("complicatied"), &["complicate"]), - (UniCase::ascii("irresistably"), &["irresistibly"]), - (UniCase::ascii("cartmaan"), &["cartman"]), - (UniCase::ascii("refedendum"), &["referendum"]), - (UniCase::ascii("handcufs"), &["handcuffs"]), - (UniCase::ascii("inventiones"), &["inventions"]), - (UniCase::ascii("algerba"), &["algebra"]), - (UniCase::ascii("lifetimers"), &["lifetimes"]), - (UniCase::ascii("thermomenter"), &["thermometer"]), - (UniCase::ascii("divintiy"), &["divinity"]), - (UniCase::ascii("propehts"), &["prophets"]), - (UniCase::ascii("paitently"), &["patiently"]), - (UniCase::ascii("firends"), &["friends"]), - (UniCase::ascii("austrailan"), &["australian"]), - (UniCase::ascii("viligant"), &["vigilant"]), - (UniCase::ascii("golakeeper"), &["goalkeeper"]), - (UniCase::ascii("exchangees"), &["exchanges"]), - (UniCase::ascii("embarasaing"), &["embarassing"]), - (UniCase::ascii("misinterprit"), &["misinterpreting"]), - (UniCase::ascii("trasnportation"), &["transportation"]), - (UniCase::ascii("thyat"), &["that"]), - (UniCase::ascii("intracacies"), &["intricacies"]), - (UniCase::ascii("coordinar"), &["coordinator"]), - (UniCase::ascii("varaible"), &["variable"]), - (UniCase::ascii("commenteers"), &["commenter"]), - (UniCase::ascii("chekcmate"), &["checkmate"]), - (UniCase::ascii("compustion"), &["compulsion"]), - (UniCase::ascii("indocternated"), &["indoctrinated"]), - (UniCase::ascii("englsih"), &["english"]), - (UniCase::ascii("refelctions"), &["reflections"]), - (UniCase::ascii("candidatxs"), &["candidates"]), - (UniCase::ascii("penetrarion"), &["penetration"]), - (UniCase::ascii("prediciment"), &["predicament"]), - (UniCase::ascii("happilly"), &["happily"]), - (UniCase::ascii("threadd"), &["threaded"]), - (UniCase::ascii("snydrome"), &["syndrome"]), - (UniCase::ascii("uncersored"), &["uncensored"]), - (UniCase::ascii("eslewhere"), &["elsewhere"]), - (UniCase::ascii("engeries"), &["energies"]), - (UniCase::ascii("gigabtye"), &["gigabyte"]), - (UniCase::ascii("perposefully"), &["purposefully"]), - (UniCase::ascii("vassalos"), &["vassals"]), - (UniCase::ascii("ressits"), &["resists"]), - (UniCase::ascii("prematurly"), &["prematurely"]), - (UniCase::ascii("cheesebruger"), &["cheeseburgers"]), - (UniCase::ascii("helikopters"), &["helicopters"]), - (UniCase::ascii("recognzied"), &["recognised"]), - (UniCase::ascii("distributior"), &["distributor"]), - (UniCase::ascii("distubring"), &["disturbing"]), - (UniCase::ascii("synthesesia"), &["synthesis"]), - (UniCase::ascii("wtiches"), &["witches"]), - (UniCase::ascii("vigourosly"), &["vigorously"]), - (UniCase::ascii("doucehbag"), &["douchebag"]), - (UniCase::ascii("downwoters"), &["downvoters"]), - (UniCase::ascii("quesitonable"), &["questionable"]), - (UniCase::ascii("jeapardy"), &["jeopardy"]), - (UniCase::ascii("saterday"), &["saturday"]), - (UniCase::ascii("expalins"), &["explains"]), - (UniCase::ascii("unnecessery"), &["unnecessary"]), - (UniCase::ascii("cataclysim"), &["cataclysm"]), - (UniCase::ascii("artifactos"), &["artifacts"]), - (UniCase::ascii("videogaems"), &["videogames"]), - (UniCase::ascii("modualr"), &["modular"]), - (UniCase::ascii("pessimistc"), &["pessimistic"]), - (UniCase::ascii("awfullly"), &["awfully"]), - (UniCase::ascii("democracis"), &["democracies"]), - (UniCase::ascii("mutliply"), &["multiply"]), - (UniCase::ascii("dictarorship"), &["dictatorship"]), - (UniCase::ascii("epsiode"), &["episode"]), - (UniCase::ascii("unsolicted"), &["unsolicited"]), - (UniCase::ascii("uncontrolablly"), &["uncontrollably"]), - (UniCase::ascii("architechture"), &["architecture"]), - (UniCase::ascii("renegated"), &["renegade"]), - (UniCase::ascii("interferire"), &["interfere"]), - (UniCase::ascii("assupmtion"), &["assumptions"]), - (UniCase::ascii("deisgned"), &["designed"]), - (UniCase::ascii("constituie"), &["constitute"]), - (UniCase::ascii("headseat"), &["headset"]), - (UniCase::ascii("dyshporia"), &["dysphoria"]), - (UniCase::ascii("pathologial"), &["pathological"]), - (UniCase::ascii("differencial"), &["differential"]), - (UniCase::ascii("battelships"), &["battleship"]), - (UniCase::ascii("prestigue"), &["prestige"]), - (UniCase::ascii("transplats"), &["transplants"]), - (UniCase::ascii("humanoind"), &["humanoid"]), - (UniCase::ascii("beggins"), &["begins"]), - (UniCase::ascii("offred"), &["offered"]), - (UniCase::ascii("famousy"), &["famously"]), - (UniCase::ascii("irrelivent"), &["irrelevant"]), - (UniCase::ascii("philosohpers"), &["philosopher"]), - (UniCase::ascii("tablespooons"), &["tablespoon"]), - (UniCase::ascii("glitchd"), &["glitched"]), - (UniCase::ascii("adjectiveus"), &["adjectives"]), - (UniCase::ascii("circumsizion"), &["circumcision"]), - (UniCase::ascii("duetschland"), &["deutschland"]), - (UniCase::ascii("indefinate"), &["indefinite"]), - (UniCase::ascii("lacklusture"), &["lackluster"]), - (UniCase::ascii("intenst"), &["intents"]), - (UniCase::ascii("alchohol"), &["alcohol"]), - (UniCase::ascii("acheiving"), &["achieving"]), - (UniCase::ascii("recommendors"), &["recommends"]), - (UniCase::ascii("inevitabily"), &["inevitably"]), - (UniCase::ascii("subsquent"), &["subsequent"]), - (UniCase::ascii("concentrade"), &["concentrated"]), - (UniCase::ascii("productivy"), &["productivity"]), - (UniCase::ascii("repblican"), &["republican"]), - (UniCase::ascii("rewarching"), &["rewatching"]), - (UniCase::ascii("mathemetical"), &["mathematical"]), - (UniCase::ascii("dinosaus"), &["dinosaurs"]), - (UniCase::ascii("distintcly"), &["distinctly"]), - (UniCase::ascii("humanitarna"), &["humanitarian"]), - (UniCase::ascii("establising"), &["establishing"]), - (UniCase::ascii("stormfrount"), &["stormfront"]), - (UniCase::ascii("inferioara"), &["inferior"]), - (UniCase::ascii("psychologysts"), &["psychologists"]), - (UniCase::ascii("alocholic"), &["alcoholic"]), - (UniCase::ascii("contingincy"), &["contingency"]), - (UniCase::ascii("aborigional"), &["aboriginal"]), - (UniCase::ascii("sattelites"), &["satellites"]), - (UniCase::ascii("defenesless"), &["defenseless"]), - (UniCase::ascii("australain"), &["australians"]), - (UniCase::ascii("substitue"), &["substitute"]), - (UniCase::ascii("estination"), &["estimation"]), - (UniCase::ascii("architectrual"), &["architectural"]), - (UniCase::ascii("relaitonship"), &["relationships"]), - (UniCase::ascii("bulletbroof"), &["bulletproof"]), - (UniCase::ascii("marshmalows"), &["marshmallows"]), - (UniCase::ascii("cartrige"), &["cartridge"]), - (UniCase::ascii("repearable"), &["repeatable"]), - (UniCase::ascii("expidentures"), &["expenditures"]), - (UniCase::ascii("proclamied"), &["proclaimed"]), - (UniCase::ascii("reinstaled"), &["reinstalled"]), - (UniCase::ascii("colorblend"), &["colorblind"]), - (UniCase::ascii("consdidered"), &["considered"]), - (UniCase::ascii("audcaity"), &["audacity"]), - (UniCase::ascii("icelandinc"), &["icelandic"]), - (UniCase::ascii("repostiory"), &["repository"]), - (UniCase::ascii("brigthness"), &["brightness"]), - (UniCase::ascii("sponatneous"), &["spontaneous"]), - (UniCase::ascii("healthyest"), &["healthiest"]), - (UniCase::ascii("spitirually"), &["spiritually"]), - (UniCase::ascii("administratio"), &["administrator"]), - (UniCase::ascii("pronous"), &["pronouns"]), - (UniCase::ascii("deveploment"), &["developments"]), - (UniCase::ascii("psychodelic"), &["psychedelic"]), - (UniCase::ascii("viabiliy"), &["viability"]), - (UniCase::ascii("torandoes"), &["tornadoes"]), - (UniCase::ascii("denominar"), &["denominator"]), - (UniCase::ascii("relavence"), &["relevance"]), - (UniCase::ascii("immerisve"), &["immersive"]), - (UniCase::ascii("convesration"), &["conservation"]), - (UniCase::ascii("sentimentos"), &["sentiments"]), - (UniCase::ascii("distinktion"), &["distinction"]), - (UniCase::ascii("underestamate"), &["underestimate"]), - (UniCase::ascii("centrers"), &["centres"]), - (UniCase::ascii("automomous"), &["autonomous"]), - (UniCase::ascii("oustider"), &["outsider"]), - (UniCase::ascii("publissher"), &["publisher"]), - (UniCase::ascii("trotilla"), &["tortilla"]), - (UniCase::ascii("revovler"), &["revolver"]), - (UniCase::ascii("mindlessley"), &["mindlessly"]), - (UniCase::ascii("hyopthetically"), &["hypothetically"]), - (UniCase::ascii("philosophycally"), &["philosophically"]), - (UniCase::ascii("thnigs"), &["things"]), - (UniCase::ascii("intrenets"), &["internets"]), - (UniCase::ascii("opposties"), &["opposites"]), - (UniCase::ascii("downvoteros"), &["downvoters"]), - (UniCase::ascii("birthdsy"), &["birthdays"]), - (UniCase::ascii("acknowleged"), &["acknowledge"]), - (UniCase::ascii("phyisque"), &["physique"]), - (UniCase::ascii("cumulitive"), &["cumulative"]), - (UniCase::ascii("implantase"), &["implants"]), - (UniCase::ascii("catlayst"), &["catalyst"]), - (UniCase::ascii("minsitry"), &["ministry"]), - (UniCase::ascii("urkainians"), &["ukrainians"]), - (UniCase::ascii("dismanlting"), &["dismantling"]), - (UniCase::ascii("reboudns"), &["rebounds"]), - (UniCase::ascii("fascistisk"), &["fascists"]), - (UniCase::ascii("contendor"), &["contender"]), - (UniCase::ascii("influenta"), &["influential"]), - (UniCase::ascii("intimitading"), &["intimidating"]), - (UniCase::ascii("vitrually"), &["virtually"]), - (UniCase::ascii("physcologists"), &["psychologists"]), - (UniCase::ascii("hungray"), &["hungary"]), - (UniCase::ascii("insectes"), &["insects"]), - (UniCase::ascii("frequenices"), &["frequencies"]), - (UniCase::ascii("microcentro"), &["microcenter"]), - (UniCase::ascii("precrastination"), &["procrastination"]), - (UniCase::ascii("agricultual"), &["agricultural"]), - (UniCase::ascii("coincidencal"), &["coincidental"]), - (UniCase::ascii("arogent"), &["arrogant"]), - (UniCase::ascii("criticies"), &["criticise"]), - (UniCase::ascii("withdrawles"), &["withdrawals"]), - (UniCase::ascii("plataeu"), &["plateau"]), - (UniCase::ascii("microvaves"), &["microwaves"]), - (UniCase::ascii("geographicly"), &["geographical"]), - (UniCase::ascii("prodecure"), &["procedure"]), - (UniCase::ascii("thoughout"), &["throughout"]), - (UniCase::ascii("continous"), &["continuous"]), - (UniCase::ascii("battelfront"), &["battlefront"]), - (UniCase::ascii("selifes"), &["selfies"]), - (UniCase::ascii("platnium"), &["platinum"]), - (UniCase::ascii("appareances"), &["appearances"]), - (UniCase::ascii("reserverad"), &["reserved"]), - (UniCase::ascii("imbalanaces"), &["imbalances"]), - (UniCase::ascii("bloorborne"), &["bloodborne"]), - (UniCase::ascii("paychopathic"), &["psychopathic"]), - (UniCase::ascii("ocotber"), &["october"]), - (UniCase::ascii("mentionning"), &["mentioning"]), - (UniCase::ascii("celebartion"), &["celebrations"]), - (UniCase::ascii("cathloic"), &["catholic"]), - (UniCase::ascii("banannas"), &["bananas"]), - (UniCase::ascii("cthulhlu"), &["cthulhu"]), - (UniCase::ascii("persistens"), &["persists"]), - (UniCase::ascii("nominatie"), &["nominate"]), - (UniCase::ascii("submarie"), &["submarines"]), - (UniCase::ascii("compremises"), &["compromises"]), - (UniCase::ascii("symmetricaly"), &["symmetrically"]), - (UniCase::ascii("investiagte"), &["investigate"]), - (UniCase::ascii("victemized"), &["victimized"]), - (UniCase::ascii("belligerante"), &["belligerent"]), - (UniCase::ascii("succedded"), &["succeeded"]), - (UniCase::ascii("messanger"), &["messenger"]), - (UniCase::ascii("repersentation"), &["representation"]), - (UniCase::ascii("relentlessy"), &["relentlessly"]), - (UniCase::ascii("unnistall"), &["uninstall"]), - (UniCase::ascii("jailbroaken"), &["jailbroken"]), - (UniCase::ascii("mutialted"), &["mutilated"]), - (UniCase::ascii("illumimati"), &["illuminati"]), - (UniCase::ascii("planeswaker"), &["planeswalker"]), - (UniCase::ascii("hydropobe"), &["hydrophobe"]), - (UniCase::ascii("acitvision"), &["activision"]), - (UniCase::ascii("stelathy"), &["stealthy"]), - (UniCase::ascii("signifigantly"), &["significantly"]), - (UniCase::ascii("cartirdge"), &["cartridge"]), - (UniCase::ascii("inspektors"), &["inspectors"]), - (UniCase::ascii("dymanically"), &["dynamically"]), - (UniCase::ascii("parilamentary"), &["parliamentary"]), - (UniCase::ascii("smarthpone"), &["smartphone"]), - (UniCase::ascii("projecitle"), &["projectiles"]), - (UniCase::ascii("organisaton"), &["organisation"]), - (UniCase::ascii("privilegien"), &["privilege"]), - (UniCase::ascii("pendulm"), &["pendulum"]), - (UniCase::ascii("projecticle"), &["projectile"]), - (UniCase::ascii("quarantaine"), &["quarantine"]), - (UniCase::ascii("methamatician"), &["mathematician"]), - (UniCase::ascii("intuitivno"), &["intuition"]), - (UniCase::ascii("grammarically"), &["grammatically"]), - (UniCase::ascii("electromagnetc"), &["electromagnetic"]), - (UniCase::ascii("catastropic"), &["catastrophic"]), - (UniCase::ascii("claerer"), &["clearer"]), - (UniCase::ascii("governered"), &["governed"]), - (UniCase::ascii("mechanicle"), &["mechanical"]), - (UniCase::ascii("checkpointusa"), &["checkpoints"]), - (UniCase::ascii("pervailing"), &["prevailing"]), - (UniCase::ascii("realisitcally"), &["realistically"]), - (UniCase::ascii("bulletproff"), &["bulletproof"]), - (UniCase::ascii("multplies"), &["multiples"]), - (UniCase::ascii("protals"), &["portals"]), - (UniCase::ascii("anaylzed"), &["analyzed"]), - (UniCase::ascii("fwankenstein"), &["frankenstein"]), - (UniCase::ascii("hallucinaton"), &["hallucination"]), - (UniCase::ascii("beautifullly"), &["beautifully"]), - (UniCase::ascii("archytypes"), &["archetypes"]), - (UniCase::ascii("resonabelt"), &["resonate"]), - (UniCase::ascii("electrolyes"), &["electrolytes"]), - (UniCase::ascii("analyseas"), &["analyses"]), - (UniCase::ascii("nowe"), &["now"]), - (UniCase::ascii("timestap"), &["timestamp"]), - (UniCase::ascii("fermentaion"), &["fermentation"]), - (UniCase::ascii("oragnised"), &["organised"]), - (UniCase::ascii("creepig"), &["creeping"]), - (UniCase::ascii("deisgner"), &["designer"]), - (UniCase::ascii("borader"), &["broader"]), - (UniCase::ascii("dispuse"), &["disputes"]), - ( - UniCase::ascii("disproportionatley"), - &["disproportionately"], - ), - (UniCase::ascii("distraktion"), &["distraction"]), - (UniCase::ascii("preferance"), &["preference"]), - (UniCase::ascii("reisntalling"), &["reinstalling"]), - (UniCase::ascii("adviseur"), &["adviser"]), - (UniCase::ascii("sufficent"), &["sufficient"]), - (UniCase::ascii("mediterranen"), &["mediterranean"]), - (UniCase::ascii("verbatium"), &["verbatim"]), - (UniCase::ascii("recocnised"), &["recognised"]), - (UniCase::ascii("renaissace"), &["renaissance"]), - (UniCase::ascii("southernese"), &["southerners"]), - (UniCase::ascii("tranlsation"), &["translation"]), - (UniCase::ascii("preposters"), &["preposterous"]), - (UniCase::ascii("fermentacion"), &["fermentation"]), - (UniCase::ascii("inheratance"), &["inheritance"]), - (UniCase::ascii("downlaodable"), &["downloadable"]), - (UniCase::ascii("coururier"), &["courier"]), - (UniCase::ascii("auhtenticate"), &["authenticate"]), - (UniCase::ascii("perpaid"), &["prepaid"]), - (UniCase::ascii("referiang"), &["referring"]), - (UniCase::ascii("theoreticaly"), &["theoretically"]), - (UniCase::ascii("characterisic"), &["characteristic"]), - (UniCase::ascii("patriarca"), &["patriarchal"]), - (UniCase::ascii("remembed"), &["remembered"]), - (UniCase::ascii("disadvatanges"), &["disadvantages"]), - (UniCase::ascii("skeptisism"), &["skepticism"]), - (UniCase::ascii("repblics"), &["republics"]), - (UniCase::ascii("janaury"), &["january"]), - (UniCase::ascii("compilant"), &["compliant"]), - (UniCase::ascii("stregnthening"), &["strengthening"]), - (UniCase::ascii("corparate"), &["corporate"]), - (UniCase::ascii("coordinato"), &["coordination"]), - (UniCase::ascii("civilizaiton"), &["civilization"]), - (UniCase::ascii("multicultralism"), &["multiculturalism"]), - (UniCase::ascii("causacian"), &["caucasian"]), - (UniCase::ascii("precisly"), &["precisely"]), - (UniCase::ascii("themsef"), &["themself"]), - (UniCase::ascii("propriatory"), &["proprietary"]), - (UniCase::ascii("apporpriately"), &["appropriately"]), - (UniCase::ascii("proteccion"), &["protection"]), - (UniCase::ascii("perceptoin"), &["perceptions"]), - (UniCase::ascii("abbreviato"), &["abbreviation"]), - (UniCase::ascii("seahawkers"), &["seahawks"]), - (UniCase::ascii("somethins"), &["somethings"]), - (UniCase::ascii("proceedure"), &["procedure"]), - (UniCase::ascii("backgrouns"), &["backgrounds"]), - (UniCase::ascii("infecteous"), &["infectious"]), - (UniCase::ascii("chocolet"), &["chocolates"]), - (UniCase::ascii("proccessing"), &["processing"]), - (UniCase::ascii("seperate"), &["separate"]), - (UniCase::ascii("chassids"), &["chassis"]), - (UniCase::ascii("interferring"), &["interfering"]), - (UniCase::ascii("purposefuly"), &["purposefully"]), - (UniCase::ascii("personnell"), &["personnel"]), - (UniCase::ascii("disurption"), &["disruption"]), - (UniCase::ascii("mercurcy"), &["mercury"]), - (UniCase::ascii("adequatedly"), &["adequately"]), - (UniCase::ascii("characteritics"), &["characteristic"]), - (UniCase::ascii("pratictioners"), &["practitioners"]), - (UniCase::ascii("arcehtypes"), &["archetypes"]), - (UniCase::ascii("facsism"), &["fascism"]), - (UniCase::ascii("americanas"), &["americans"]), - (UniCase::ascii("plaestinian"), &["palestinian"]), - (UniCase::ascii("convertis"), &["converts"]), - (UniCase::ascii("socialsits"), &["socialists"]), - (UniCase::ascii("opthamologist"), &["ophthalmologist"]), - (UniCase::ascii("inocence"), &["innocence"]), - (UniCase::ascii("unneccesarily"), &["unnecessarily"]), - (UniCase::ascii("vriament"), &["vraiment"]), - (UniCase::ascii("alchool"), &["alcohol"]), - (UniCase::ascii("neighborhoood"), &["neighborhoods"]), - (UniCase::ascii("mongoles"), &["mongols"]), - (UniCase::ascii("lithuanina"), &["lithuania"]), - (UniCase::ascii("extreems"), &["extremes"]), - (UniCase::ascii("lighnting"), &["lightning"]), - (UniCase::ascii("alchoholic"), &["alcoholic"]), - (UniCase::ascii("adminastrator"), &["administrator"]), - (UniCase::ascii("metaphoricial"), &["metaphorical"]), - (UniCase::ascii("observeras"), &["observers"]), - (UniCase::ascii("contraccion"), &["contraction"]), - (UniCase::ascii("shperical"), &["spherical"]), - (UniCase::ascii("cheslea"), &["chelsea"]), - (UniCase::ascii("grainte"), &["granite"]), - (UniCase::ascii("inaccessble"), &["inaccessible"]), - (UniCase::ascii("distribuem"), &["distribute"]), - (UniCase::ascii("chocloates"), &["chocolates"]), - (UniCase::ascii("romaing"), &["roaming"]), - (UniCase::ascii("consulant"), &["consultant"]), - (UniCase::ascii("appriecate"), &["appreciates"]), - (UniCase::ascii("produciton"), &["production"]), - (UniCase::ascii("libertariaism"), &["libertarianism"]), - (UniCase::ascii("prefection"), &["perfection"]), - (UniCase::ascii("respecte"), &["respective"]), - (UniCase::ascii("religioners"), &["religions"]), - (UniCase::ascii("bitocin"), &["bitcoin"]), - (UniCase::ascii("assasssin"), &["assassins"]), - (UniCase::ascii("thaliand"), &["thailand"]), - (UniCase::ascii("situatinal"), &["situational"]), - (UniCase::ascii("rightiousness"), &["righteousness"]), - (UniCase::ascii("miscommunciation"), &["miscommunication"]), - (UniCase::ascii("republicon"), &["republican"]), - (UniCase::ascii("exerternal"), &["external"]), - (UniCase::ascii("recipientes"), &["recipients"]), - (UniCase::ascii("dinsoaurs"), &["dinosaurs"]), - (UniCase::ascii("assosiating"), &["associating"]), - (UniCase::ascii("benchmakrs"), &["benchmarks"]), - (UniCase::ascii("detectas"), &["detects"]), - (UniCase::ascii("thoruim"), &["thorium"]), - (UniCase::ascii("antisocail"), &["antisocial"]), - (UniCase::ascii("medatite"), &["meditate"]), - (UniCase::ascii("contianing"), &["containing"]), - (UniCase::ascii("meancing"), &["menacing"]), - (UniCase::ascii("successeurs"), &["successes"]), - (UniCase::ascii("lackbuster"), &["lackluster"]), - (UniCase::ascii("inexplicabley"), &["inexplicably"]), - (UniCase::ascii("transmisisons"), &["transmissions"]), - (UniCase::ascii("arangement"), &["arrangement"]), - (UniCase::ascii("statuets"), &["statutes"]), - (UniCase::ascii("psychiatrics"), &["psychiatrist"]), - (UniCase::ascii("conquoring"), &["conquering"]), - (UniCase::ascii("unoperational"), &["nonoperational"]), - (UniCase::ascii("anarchiszm"), &["anarchism"]), - (UniCase::ascii("kindergarden"), &["kindergarten"]), - (UniCase::ascii("tiolets"), &["toilets"]), - (UniCase::ascii("interpreteert"), &["interpreter"]), - (UniCase::ascii("concertas"), &["concerts"]), - (UniCase::ascii("terriory"), &["territory"]), - (UniCase::ascii("jerusalm"), &["jerusalem"]), - (UniCase::ascii("infinit"), &["infinite"]), - (UniCase::ascii("deficience"), &["deficiencies"]), - (UniCase::ascii("retirase"), &["retires"]), - (UniCase::ascii("feminen"), &["feminine"]), - (UniCase::ascii("kindapped"), &["kidnapped"]), - (UniCase::ascii("acknowlegding"), &["acknowledging"]), - (UniCase::ascii("maneouvres"), &["manoeuvres"]), - (UniCase::ascii("contingecy"), &["contingency"]), - (UniCase::ascii("cheesecave"), &["cheesecake"]), - (UniCase::ascii("heriarchy"), &["hierarchy"]), - (UniCase::ascii("preample"), &["preamble"]), - (UniCase::ascii("fanaticus"), &["fanatics"]), - (UniCase::ascii("eyebros"), &["eyebrows"]), - (UniCase::ascii("directix"), &["directx"]), - (UniCase::ascii("monagomy"), &["monogamy"]), - (UniCase::ascii("consideratoin"), &["considerations"]), - (UniCase::ascii("personis"), &["persons"]), - (UniCase::ascii("apperance"), &["appearance"]), - (UniCase::ascii("dismentled"), &["dismantled"]), - (UniCase::ascii("encylopedia"), &["encyclopedia"]), - (UniCase::ascii("exponentiel"), &["exponential"]), - (UniCase::ascii("abilty"), &["ability"]), - (UniCase::ascii("franticlly"), &["frantically"]), - (UniCase::ascii("congregacion"), &["congregation"]), - (UniCase::ascii("confersation"), &["conservation"]), - (UniCase::ascii("prostituer"), &["prostitute"]), - (UniCase::ascii("guarentee"), &["guarantee"]), - (UniCase::ascii("connecties"), &["connects"]), - (UniCase::ascii("commuincation"), &["communications"]), - (UniCase::ascii("technicaly"), &["technically"]), - (UniCase::ascii("exhaustivo"), &["exhaustion"]), - (UniCase::ascii("pitchworks"), &["pitchforks"]), - (UniCase::ascii("preposturous"), &["preposterous"]), - (UniCase::ascii("disterbance"), &["disturbance"]), - (UniCase::ascii("americanis"), &["americas"]), - (UniCase::ascii("arrangments"), &["arrangements"]), - (UniCase::ascii("ammended"), &["amended"]), - (UniCase::ascii("credentails"), &["credentials"]), - (UniCase::ascii("triguered"), &["triggered"]), - (UniCase::ascii("muscluar"), &["muscular"]), - (UniCase::ascii("cringyworthy"), &["cringeworthy"]), - (UniCase::ascii("remmebered"), &["remembered"]), - (UniCase::ascii("multiplayr"), &["multiply"]), - (UniCase::ascii("algortihms"), &["algorithms"]), - (UniCase::ascii("universitites"), &["universities"]), - (UniCase::ascii("trasnforms"), &["transforms"]), - (UniCase::ascii("protiens"), &["proteins"]), - (UniCase::ascii("schoold"), &["schooled"]), - (UniCase::ascii("tabelspoon"), &["tablespoon"]), - (UniCase::ascii("recided"), &["resided"]), - (UniCase::ascii("villification"), &["vilification"]), - (UniCase::ascii("prostethics"), &["prosthetic"]), - (UniCase::ascii("ruidmentary"), &["rudimentary"]), - (UniCase::ascii("persuasian"), &["persuasion"]), - (UniCase::ascii("assit"), &["assist"]), - (UniCase::ascii("microtransactios"), &["microtransactions"]), - (UniCase::ascii("euthanazia"), &["euthanasia"]), - (UniCase::ascii("aggressivly"), &["aggressively"]), - (UniCase::ascii("playthrouhg"), &["playthroughs"]), - (UniCase::ascii("illumaniti"), &["illuminati"]), - (UniCase::ascii("underwaer"), &["underwear"]), - (UniCase::ascii("priviliges"), &["privileges"]), - (UniCase::ascii("expedetion"), &["expedition"]), - (UniCase::ascii("instutitions"), &["institutions"]), - (UniCase::ascii("priveledges"), &["privileges"]), - (UniCase::ascii("diagnosied"), &["diagnose"]), - (UniCase::ascii("marevlous"), &["marvelous"]), - (UniCase::ascii("mistakently"), &["mistakenly"]), - (UniCase::ascii("unbeliavably"), &["unbelievably"]), - (UniCase::ascii("continetal"), &["continental"]), - (UniCase::ascii("villify"), &["vilify"]), - (UniCase::ascii("euorpeans"), &["europeans"]), - (UniCase::ascii("porposes"), &["proposes"]), - (UniCase::ascii("nationalistisk"), &["nationalists"]), - (UniCase::ascii("fanatsize"), &["fantasize"]), - (UniCase::ascii("shenanegins"), &["shenanigans"]), - (UniCase::ascii("accredidation"), &["accreditation"]), - (UniCase::ascii("refromist"), &["reformist"]), - (UniCase::ascii("underpowed"), &["underpowered"]), - (UniCase::ascii("persuits"), &["pursuits"]), - (UniCase::ascii("thiunk"), &["think"]), - (UniCase::ascii("exploitaion"), &["exploitation"]), - (UniCase::ascii("infridgement"), &["infringement"]), - (UniCase::ascii("moderatore"), &["moderate"]), - (UniCase::ascii("kryptinite"), &["kryptonite"]), - (UniCase::ascii("compresson"), &["compression"]), - (UniCase::ascii("insignifigant"), &["insignificant"]), - (UniCase::ascii("trasnporting"), &["transporting"]), - (UniCase::ascii("frustrsted"), &["frustrates"]), - (UniCase::ascii("awya"), &["away"]), - (UniCase::ascii("nationalistista"), &["nationalists"]), - (UniCase::ascii("describtion"), &["description"]), - (UniCase::ascii("hapen"), &["happen"]), - (UniCase::ascii("barberians"), &["barbarians"]), - (UniCase::ascii("perdictive"), &["predictive"]), - (UniCase::ascii("deomgraphics"), &["demographics"]), - (UniCase::ascii("lannasters"), &["lannisters"]), - (UniCase::ascii("abreviate"), &["abbreviate"]), - (UniCase::ascii("profitabil"), &["profitable"]), - (UniCase::ascii("appetities"), &["appetite"]), - (UniCase::ascii("governemnt"), &["government"]), - (UniCase::ascii("conneticut"), &["connecticut"]), - (UniCase::ascii("goalkeeprs"), &["goalkeeper"]), - (UniCase::ascii("blankes"), &["blankets"]), - (UniCase::ascii("equilibrim"), &["equilibrium"]), - (UniCase::ascii("invloving"), &["involving"]), - (UniCase::ascii("novermber"), &["november"]), - (UniCase::ascii("spectacullar"), &["spectacularly"]), - (UniCase::ascii("multinationella"), &["multinational"]), - (UniCase::ascii("substitures"), &["substitutes"]), - (UniCase::ascii("islamiskt"), &["islamist"]), - (UniCase::ascii("notabley"), &["notably"]), - (UniCase::ascii("arugments"), &["arguments"]), - (UniCase::ascii("orchesta"), &["orchestra"]), - (UniCase::ascii("penciles"), &["pencils"]), - (UniCase::ascii("improbabe"), &["improbable"]), - (UniCase::ascii("disicples"), &["disciples"]), - (UniCase::ascii("contextuel"), &["contextual"]), - (UniCase::ascii("partchett"), &["pratchett"]), - (UniCase::ascii("doccuments"), &["documents"]), - (UniCase::ascii("bulgariska"), &["bulgaria"]), - (UniCase::ascii("caricaturile"), &["caricature"]), - (UniCase::ascii("psychedleic"), &["psychedelics"]), - (UniCase::ascii("autisitc"), &["autistic"]), - (UniCase::ascii("interpertation"), &["interpretation"]), - (UniCase::ascii("wokring"), &["working"]), - (UniCase::ascii("alievating"), &["alienating"]), - (UniCase::ascii("strwaberry"), &["strawberry"]), - (UniCase::ascii("pretendias"), &["pretends"]), - (UniCase::ascii("availabale"), &["available"]), - (UniCase::ascii("methodoly"), &["methodology"]), - (UniCase::ascii("anitdepressants"), &["antidepressants"]), - (UniCase::ascii("ususally"), &["usually"]), - (UniCase::ascii("interpretatin"), &["interpretations"]), - (UniCase::ascii("probabilites"), &["probabilities"]), - (UniCase::ascii("shaprening"), &["sharpening"]), - (UniCase::ascii("electorn"), &["electron"]), - (UniCase::ascii("predictment"), &["predicament"]), - (UniCase::ascii("croatioa"), &["croatia"]), - (UniCase::ascii("strategisch"), &["strategic"]), - (UniCase::ascii("familair"), &["familiar"]), - (UniCase::ascii("asutrian"), &["austrian"]), - (UniCase::ascii("proposicion"), &["proposition"]), - (UniCase::ascii("abstenince"), &["abstinence"]), - (UniCase::ascii("subsidizied"), &["subsidized"]), - (UniCase::ascii("strangets"), &["strangest"]), - (UniCase::ascii("invulnerbale"), &["invulnerable"]), - (UniCase::ascii("paychiatrist"), &["psychiatrist"]), - (UniCase::ascii("materiaal"), &["material"]), - (UniCase::ascii("commmemorated"), &["commemorated"]), - (UniCase::ascii("exaggerrate"), &["exaggerate"]), - (UniCase::ascii("collcetion"), &["collections"]), - (UniCase::ascii("radify"), &["ratify"]), - (UniCase::ascii("contravercial"), &["controversial"]), - (UniCase::ascii("complecated"), &["complicated"]), - (UniCase::ascii("confererate"), &["confederate"]), - (UniCase::ascii("divisons"), &["divisions"]), - (UniCase::ascii("cutsceen"), &["cutscene"]), - (UniCase::ascii("spartas"), &["spartans"]), - (UniCase::ascii("occassions"), &["occasions"]), - (UniCase::ascii("assimliate"), &["assimilate"]), - (UniCase::ascii("generoisty"), &["generosity"]), - (UniCase::ascii("scholarstic"), &["scholastic"]), - (UniCase::ascii("restricitng"), &["restricting"]), - (UniCase::ascii("winnpieg"), &["winnipeg"]), - (UniCase::ascii("perceded"), &["preceded"]), - (UniCase::ascii("intestins"), &["intestines"]), - (UniCase::ascii("inital"), &["initial"]), - (UniCase::ascii("illsutrator"), &["illustrator"]), - (UniCase::ascii("expolsive"), &["explosive"]), - (UniCase::ascii("projectives"), &["projectiles"]), - (UniCase::ascii("defauls"), &["defaults"]), - (UniCase::ascii("chirstian"), &["christian"]), - (UniCase::ascii("policitally"), &["politically"]), - (UniCase::ascii("renderd"), &["rendered"]), - (UniCase::ascii("alternativos"), &["alternatives"]), - (UniCase::ascii("sysmatically"), &["systematically"]), - (UniCase::ascii("congresional"), &["congressional"]), - (UniCase::ascii("preinitalized"), &["preinitialized"]), - (UniCase::ascii("tangenitally"), &["tangentially"]), - (UniCase::ascii("drnik"), &["drink"]), - (UniCase::ascii("dismantaled"), &["dismantled"]), - (UniCase::ascii("preductive"), &["predictive"]), - (UniCase::ascii("recoves"), &["recovers"]), - (UniCase::ascii("championchip"), &["championship"]), - (UniCase::ascii("fetishiste"), &["fetishes"]), - (UniCase::ascii("battlehsips"), &["battleship"]), - (UniCase::ascii("metamage"), &["metagame"]), - (UniCase::ascii("hinderence"), &["hindrance"]), - (UniCase::ascii("conviciton"), &["conviction"]), - (UniCase::ascii("intelligente"), &["intelligence"]), - (UniCase::ascii("moreso"), &["more"]), - (UniCase::ascii("vietnamesse"), &["vietnamese"]), - (UniCase::ascii("coordenate"), &["coordinate"]), - (UniCase::ascii("relfective"), &["reflective"]), - (UniCase::ascii("manfiest"), &["manifest"]), - (UniCase::ascii("depostis"), &["deposits"]), - (UniCase::ascii("rewriet"), &["rewrite"]), - (UniCase::ascii("extruciating"), &["excruciating"]), - (UniCase::ascii("bridaging"), &["brigading"]), - (UniCase::ascii("scrunity"), &["scrutiny"]), - (UniCase::ascii("definatetly"), &["definately"]), - (UniCase::ascii("partonizing"), &["patronizing"]), - (UniCase::ascii("radiocative"), &["radioactive"]), - (UniCase::ascii("deamenor"), &["demeanor"]), - (UniCase::ascii("cannbial"), &["cannibal"]), - (UniCase::ascii("computato"), &["computation"]), - (UniCase::ascii("pakistanais"), &["pakistani"]), - (UniCase::ascii("accesss"), &["access"]), - (UniCase::ascii("establsihment"), &["establishments"]), - (UniCase::ascii("bastane"), &["bastante"]), - (UniCase::ascii("powerded"), &["powdered"]), - (UniCase::ascii("psychedilics"), &["psychedelics"]), - (UniCase::ascii("contaniments"), &["containment"]), - (UniCase::ascii("presentato"), &["presentation"]), - (UniCase::ascii("guantanemo"), &["guantanamo"]), - (UniCase::ascii("cheeseburgler"), &["cheeseburger"]), - (UniCase::ascii("reformes"), &["reforms"]), - (UniCase::ascii("boradwalk"), &["boardwalk"]), - (UniCase::ascii("ariplane"), &["airplane"]), - (UniCase::ascii("pedestirans"), &["pedestrians"]), - (UniCase::ascii("theoreticly"), &["theoretical"]), - (UniCase::ascii("whther"), &["whether"]), - (UniCase::ascii("targetted"), &["targeted"]), - (UniCase::ascii("masculinty"), &["masculinity"]), - (UniCase::ascii("sergaent"), &["sergeant"]), - (UniCase::ascii("appropirate"), &["appropriate"]), - (UniCase::ascii("continentul"), &["continental"]), - (UniCase::ascii("conciderations"), &["considerations"]), - (UniCase::ascii("christianty"), &["christianity"]), - (UniCase::ascii("sophisticted"), &["sophisticated"]), - (UniCase::ascii("humaniod"), &["humanoid"]), - (UniCase::ascii("islamisters"), &["islamists"]), - (UniCase::ascii("agricolture"), &["agriculture"]), - (UniCase::ascii("disturbd"), &["disturbed"]), - (UniCase::ascii("linguitics"), &["linguistic"]), - (UniCase::ascii("electornic"), &["electronic"]), - (UniCase::ascii("pseudonyn"), &["pseudonym"]), - (UniCase::ascii("supplament"), &["supplement"]), - (UniCase::ascii("tendensies"), &["tendencies"]), - (UniCase::ascii("manipulted"), &["manipulated"]), - (UniCase::ascii("epsiodes"), &["episodes"]), - (UniCase::ascii("perpertator"), &["perpetrators"]), - (UniCase::ascii("inexperiente"), &["inexperience"]), - (UniCase::ascii("persuation"), &["persuasion"]), - (UniCase::ascii("coutnerpoint"), &["counterpoint"]), - (UniCase::ascii("adhevise"), &["adhesive"]), - (UniCase::ascii("breatsfeeding"), &["breastfeeding"]), - (UniCase::ascii("conclued"), &["conclude"]), - (UniCase::ascii("bureaucratische"), &["bureaucratic"]), - (UniCase::ascii("perpetuaded"), &["perpetuated"]), - (UniCase::ascii("masturabtion"), &["masturbation"]), - (UniCase::ascii("assassinatd"), &["assassinated"]), - (UniCase::ascii("supermakert"), &["supermarkets"]), - (UniCase::ascii("chemestry"), &["chemistry"]), - (UniCase::ascii("jackonsville"), &["jacksonville"]), - (UniCase::ascii("govorment"), &["government"]), - (UniCase::ascii("friendlines"), &["friendlies"]), - (UniCase::ascii("squarey"), &["squarely"]), - (UniCase::ascii("unattracive"), &["unattractive"]), - (UniCase::ascii("eigtheen"), &["eighteen"]), - (UniCase::ascii("coudl"), &["could"]), - (UniCase::ascii("downloadbale"), &["downloadable"]), - (UniCase::ascii("unaviodable"), &["unavoidable"]), - (UniCase::ascii("heightend"), &["heightened"]), - (UniCase::ascii("repetitivo"), &["repetition"]), - (UniCase::ascii("revelas"), &["reveals"]), - (UniCase::ascii("provacotive"), &["provocative"]), - (UniCase::ascii("mistery"), &["mystery"]), - (UniCase::ascii("alochol"), &["alcohol"]), - (UniCase::ascii("neighbourood"), &["neighbourhood"]), - (UniCase::ascii("plasticas"), &["plastics"]), - (UniCase::ascii("ascendend"), &["ascended"]), - (UniCase::ascii("conenctivity"), &["connectivity"]), - (UniCase::ascii("persauded"), &["persuaded"]), - (UniCase::ascii("irrationnal"), &["irrational"]), - (UniCase::ascii("confidentuality"), &["confidential"]), - (UniCase::ascii("dirvers"), &["drivers"]), - (UniCase::ascii("forsekin"), &["foreskin"]), - (UniCase::ascii("synchornously"), &["synchronously"]), - (UniCase::ascii("permamently"), &["permanently"]), - (UniCase::ascii("meditationg"), &["meditating"]), - (UniCase::ascii("transgenderd"), &["transgendered"]), - (UniCase::ascii("flattire"), &["flatter"]), - (UniCase::ascii("wellingtion"), &["wellington"]), - (UniCase::ascii("subscriptons"), &["subscriptions"]), - (UniCase::ascii("disguntingly"), &["disgustingly"]), - (UniCase::ascii("inconsistenly"), &["inconsistency"]), - (UniCase::ascii("shifteer"), &["shifter"]), - (UniCase::ascii("integreted"), &["integrated"]), - (UniCase::ascii("neigbhorhood"), &["neighborhoods"]), - (UniCase::ascii("interrumping"), &["interrupting"]), - (UniCase::ascii("hseldon"), &["sheldon"]), - (UniCase::ascii("subsidizies"), &["subsidize"]), - (UniCase::ascii("fractalus"), &["fractals"]), - (UniCase::ascii("elimentary"), &["elementary"]), - (UniCase::ascii("peroidic"), &["periodic"]), - (UniCase::ascii("marjiuana"), &["marijuana"]), - (UniCase::ascii("financialy"), &["financially"]), - (UniCase::ascii("professoras"), &["professors"]), - (UniCase::ascii("dysfunktional"), &["dysfunctional"]), - (UniCase::ascii("frientzoned"), &["friendzoned"]), - (UniCase::ascii("inevitibly"), &["inevitably"]), - (UniCase::ascii("reconsturction"), &["reconstruction"]), - (UniCase::ascii("cannisters"), &["canisters"]), - (UniCase::ascii("exploracion"), &["exploration"]), - (UniCase::ascii("initation"), &["initiation"]), - (UniCase::ascii("pedestrain"), &["pedestrian"]), - (UniCase::ascii("confedarcy"), &["confederacy"]), - (UniCase::ascii("bitterswet"), &["bittersweet"]), - (UniCase::ascii("orientarla"), &["oriental"]), - (UniCase::ascii("pronounds"), &["pronouns"]), - (UniCase::ascii("intertvined"), &["intertwined"]), - (UniCase::ascii("circumsicion"), &["circumcision"]), - (UniCase::ascii("autistc"), &["autistic"]), - (UniCase::ascii("alientating"), &["alienating"]), - (UniCase::ascii("homogenenous"), &["homogeneous"]), - (UniCase::ascii("anrachist"), &["anarchist"]), - (UniCase::ascii("troubelshooting"), &["troubleshooting"]), - (UniCase::ascii("unprofessionel"), &["unprofessional"]), - (UniCase::ascii("sufficently"), &["sufficiently"]), - (UniCase::ascii("detrimentul"), &["detrimental"]), - (UniCase::ascii("distributio"), &["distributor"]), - (UniCase::ascii("disappearring"), &["disappearing"]), - (UniCase::ascii("moderatedly"), &["moderately"]), - (UniCase::ascii("fanslaughter"), &["manslaughter"]), - (UniCase::ascii("interlectually"), &["intellectually"]), - (UniCase::ascii("douchely"), &["douchey"]), - (UniCase::ascii("disciplinairy"), &["disciplinary"]), - (UniCase::ascii("distorto"), &["distortion"]), - (UniCase::ascii("originnally"), &["originally"]), - (UniCase::ascii("skrawberries"), &["strawberries"]), - (UniCase::ascii("southmapton"), &["southampton"]), - (UniCase::ascii("gridles"), &["griddles"]), - (UniCase::ascii("inbeetwen"), &["inbetween"]), - (UniCase::ascii("distribitor"), &["distributor"]), - (UniCase::ascii("reminiscant"), &["reminiscent"]), - (UniCase::ascii("omniscienct"), &["omniscient"]), - (UniCase::ascii("straigntened"), &["straightened"]), - (UniCase::ascii("acadmic"), &["academic"]), - (UniCase::ascii("instrament"), &["instrument"]), - (UniCase::ascii("gltichy"), &["glitchy"]), - (UniCase::ascii("colubmia"), &["columbia"]), - (UniCase::ascii("misteryous"), &["mysterious"]), - (UniCase::ascii("progressioin"), &["progressions"]), - (UniCase::ascii("agonsticism"), &["agnosticism"]), - (UniCase::ascii("inconsistenty"), &["inconsistency"]), - (UniCase::ascii("encrpytion"), &["encryption"]), - (UniCase::ascii("protrait"), &["portrait"]), - (UniCase::ascii("accommidate"), &["accommodate"]), - (UniCase::ascii("transportion"), &["transporting"]), - (UniCase::ascii("entrepreneuer"), &["entrepreneurs"]), - (UniCase::ascii("diarreah"), &["diarrhea"]), - (UniCase::ascii("alternatley"), &["alternately"]), - (UniCase::ascii("hotsport"), &["hotspot"]), - (UniCase::ascii("sportsmenship"), &["sportsmanship"]), - (UniCase::ascii("liqiuds"), &["liquids"]), - (UniCase::ascii("decomissioned"), &["decommissioned"]), - (UniCase::ascii("intimitely"), &["intimately"]), - (UniCase::ascii("licencie"), &["licence"]), - (UniCase::ascii("compresssion"), &["compression"]), - (UniCase::ascii("underrater"), &["undertaker"]), - (UniCase::ascii("incompatabilities"), &["incompatibilities"]), - (UniCase::ascii("unnecassarily"), &["unnecessarily"]), - (UniCase::ascii("necessarly"), &["necessary"]), - (UniCase::ascii("mispelled"), &["misspelled"]), - (UniCase::ascii("contructions"), &["contractions"]), - (UniCase::ascii("principalis"), &["principals"]), - (UniCase::ascii("paralisys"), &["paralysis"]), - (UniCase::ascii("catastraphe"), &["catastrophe"]), - (UniCase::ascii("spacegoat"), &["scapegoat"]), - (UniCase::ascii("hallicunations"), &["hallucinations"]), - (UniCase::ascii("exhibtion"), &["exhibition"]), - (UniCase::ascii("percusssion"), &["percussion"]), - (UniCase::ascii("syringue"), &["syringe"]), - (UniCase::ascii("torando"), &["tornado"]), - (UniCase::ascii("commmand"), &["command"]), - (UniCase::ascii("lithunaia"), &["lithuania"]), - (UniCase::ascii("austira"), &["austria"]), - (UniCase::ascii("satrudays"), &["saturdays"]), - (UniCase::ascii("neighbrohood"), &["neighborhoods"]), - (UniCase::ascii("artillary"), &["artillery"]), - (UniCase::ascii("redeisgn"), &["redesign"]), - (UniCase::ascii("designstion"), &["designation"]), - (UniCase::ascii("blackbeery"), &["blackberry"]), - (UniCase::ascii("egpytian"), &["egyptian"]), - (UniCase::ascii("drotmund"), &["dortmund"]), - (UniCase::ascii("observabil"), &["observable"]), - (UniCase::ascii("accumulaton"), &["accumulation"]), - (UniCase::ascii("hting"), &["thing"]), - (UniCase::ascii("improsoned"), &["imprisoned"]), - (UniCase::ascii("demenor"), &["demeanor"]), - (UniCase::ascii("crosspot"), &["crosspost"]), - (UniCase::ascii("legitimetly"), &["legitimately"]), - (UniCase::ascii("disappearence"), &["disappearance"]), - (UniCase::ascii("marchmallows"), &["marshmallows"]), - (UniCase::ascii("filcker"), &["flicker"]), - (UniCase::ascii("cabniet"), &["cabinet"]), - (UniCase::ascii("requeim"), &["requiem"]), - (UniCase::ascii("interrupteds"), &["interrupts"]), - (UniCase::ascii("complacant"), &["complacent"]), - (UniCase::ascii("intereaction"), &["intersection"]), - (UniCase::ascii("sastifies"), &["satisfies"]), - (UniCase::ascii("announcents"), &["announces"]), - (UniCase::ascii("speculaties"), &["speculative"]), - (UniCase::ascii("transparantie"), &["transparent"]), - (UniCase::ascii("cashieer"), &["cashier"]), - (UniCase::ascii("indicateurs"), &["indicates"]), - (UniCase::ascii("chernobly"), &["chernobyl"]), - (UniCase::ascii("screenshoots"), &["screenshot"]), - (UniCase::ascii("unsuprizingly"), &["unsurprisingly"]), - (UniCase::ascii("simaltaneous"), &["simultaneous"]), - (UniCase::ascii("sppeches"), &["speeches"]), - (UniCase::ascii("inexpereince"), &["inexperience"]), - (UniCase::ascii("persuasivo"), &["persuasion"]), - (UniCase::ascii("immedietly"), &["immediately"]), - (UniCase::ascii("ostrazised"), &["ostracized"]), - (UniCase::ascii("marshamllow"), &["marshmallow"]), - (UniCase::ascii("jounralist"), &["journalist"]), - (UniCase::ascii("beliveing"), &["believing"]), - (UniCase::ascii("compadibility"), &["compatibility"]), - (UniCase::ascii("descirbes"), &["describes"]), - (UniCase::ascii("dieties"), &["deities"]), - (UniCase::ascii("environmently"), &["environmental"]), - (UniCase::ascii("execption"), &["exception"]), - (UniCase::ascii("bastardous"), &["bastards"]), - (UniCase::ascii("competiton"), &["competition"]), - (UniCase::ascii("statsit"), &["statist"]), - (UniCase::ascii("emprisonment"), &["imprisonment"]), - (UniCase::ascii("enterprize"), &["enterprise"]), - (UniCase::ascii("hispanicos"), &["hispanics"]), - (UniCase::ascii("impersinating"), &["impersonating"]), - (UniCase::ascii("rectanguar"), &["rectangular"]), - (UniCase::ascii("advantageos"), &["advantageous"]), - (UniCase::ascii("misogynsitic"), &["misogynistic"]), - (UniCase::ascii("paraphrazing"), &["paraphrasing"]), - (UniCase::ascii("aersopace"), &["aerospace"]), - (UniCase::ascii("rectangluar"), &["rectangular"]), - (UniCase::ascii("fermenterad"), &["fermented"]), - (UniCase::ascii("fingerpint"), &["fingerprint"]), - (UniCase::ascii("experiemnts"), &["experiments"]), - (UniCase::ascii("anyhting"), &["anything"]), - (UniCase::ascii("usefull"), &["useful"]), - (UniCase::ascii("ungodley"), &["ungodly"]), - (UniCase::ascii("moisturizor"), &["moisturizer"]), - (UniCase::ascii("inconstitutional"), &["unconstitutional"]), - (UniCase::ascii("convulated"), &["convoluted"]), - (UniCase::ascii("compresas"), &["compress"]), - (UniCase::ascii("jurisdiccion"), &["jurisdiction"]), - (UniCase::ascii("lifetsyles"), &["lifestyles"]), - (UniCase::ascii("deplorabile"), &["deplorable"]), - (UniCase::ascii("interpretier"), &["interpreter"]), - (UniCase::ascii("strategis"), &["strategies"]), - (UniCase::ascii("stubmled"), &["stumbled"]), - (UniCase::ascii("retrived"), &["retrieved"]), - (UniCase::ascii("cenitpede"), &["centipede"]), - (UniCase::ascii("adnimistrator"), &["administrators"]), - (UniCase::ascii("goosebumbs"), &["goosebumps"]), - (UniCase::ascii("promiscous"), &["promiscuous"]), - (UniCase::ascii("pandroa"), &["pandora"]), - (UniCase::ascii("breakthough"), &["breakthrough"]), - (UniCase::ascii("equivilent"), &["equivalent"]), - (UniCase::ascii("wallpappers"), &["wallpapers"]), - (UniCase::ascii("harrasses"), &["harassed"]), - (UniCase::ascii("braceletts"), &["bracelets"]), - (UniCase::ascii("elimiate"), &["eliminate"]), - (UniCase::ascii("intertainment"), &["entertainment"]), - (UniCase::ascii("absolutisme"), &["absolutes"]), - (UniCase::ascii("anuglar"), &["angular"]), - (UniCase::ascii("refeeres"), &["referees"]), - (UniCase::ascii("panedmic"), &["pandemic"]), - (UniCase::ascii("landscae"), &["landscapes"]), - (UniCase::ascii("immideately"), &["immediately"]), - (UniCase::ascii("contiuning"), &["containing"]), - (UniCase::ascii("belive"), &["believe"]), - (UniCase::ascii("collares"), &["collars"]), - (UniCase::ascii("asisstants"), &["assistants"]), - (UniCase::ascii("phycisians"), &["physicians"]), - (UniCase::ascii("antiquaited"), &["antiquated"]), - (UniCase::ascii("extortin"), &["extortion"]), - (UniCase::ascii("uncontrollabe"), &["uncontrollable"]), - (UniCase::ascii("patinetly"), &["patiently"]), - (UniCase::ascii("prevailaing"), &["prevailing"]), - (UniCase::ascii("dowloads"), &["downloads"]), - (UniCase::ascii("annyoingly"), &["annoyingly"]), - (UniCase::ascii("interent"), &["internet"]), - (UniCase::ascii("unrelyable"), &["unreliable"]), - (UniCase::ascii("impossable"), &["impossible"]), - (UniCase::ascii("neighbourgs"), &["neighbours"]), - (UniCase::ascii("investigare"), &["investigate"]), - (UniCase::ascii("orcales"), &["oracles"]), - (UniCase::ascii("checkpiont"), &["checkpoint"]), - (UniCase::ascii("mantained"), &["maintained"]), - (UniCase::ascii("undertoker"), &["undertaker"]), - (UniCase::ascii("desginers"), &["designers"]), - (UniCase::ascii("actresess"), &["actresses"]), - (UniCase::ascii("foreingers"), &["foreigners"]), - (UniCase::ascii("expolsion"), &["explosion"]), - (UniCase::ascii("determanism"), &["determinism"]), - (UniCase::ascii("continuety"), &["continuity"]), - (UniCase::ascii("regulacion"), &["regulation"]), - (UniCase::ascii("exceptionaly"), &["exceptionally"]), - (UniCase::ascii("survavibility"), &["survivability"]), - (UniCase::ascii("tournmanets"), &["tournaments"]), - (UniCase::ascii("spoilerd"), &["spoiled"]), - (UniCase::ascii("despict"), &["depict"]), - (UniCase::ascii("zealotus"), &["zealots"]), - (UniCase::ascii("differeny"), &["differently"]), - (UniCase::ascii("microtransacciones"), &["microtransactions"]), - (UniCase::ascii("rapsberry"), &["raspberry"]), - (UniCase::ascii("zimbabwaen"), &["zimbabwe"]), - (UniCase::ascii("punissable"), &["punishable"]), - (UniCase::ascii("formidabel"), &["formidable"]), - (UniCase::ascii("usualy"), &["usually"]), - (UniCase::ascii("outragesouly"), &["outrageously"]), - (UniCase::ascii("contagios"), &["contagious"]), - (UniCase::ascii("transmisssion"), &["transmissions"]), - (UniCase::ascii("muslces"), &["muscles"]), - (UniCase::ascii("pigoens"), &["pigeons"]), - (UniCase::ascii("significat"), &["significant"]), - (UniCase::ascii("assassians"), &["assassin"]), - (UniCase::ascii("delpoying"), &["deploying"]), - (UniCase::ascii("sypmtoms"), &["symptoms"]), - (UniCase::ascii("resolvendo"), &["resolved"]), - (UniCase::ascii("disappeard"), &["disappeared"]), - (UniCase::ascii("politicains"), &["politicians"]), - (UniCase::ascii("suspencion"), &["suspension"]), - (UniCase::ascii("avialability"), &["availability"]), - (UniCase::ascii("guatamala"), &["guatemala"]), - (UniCase::ascii("posesses"), &["possesses"]), - (UniCase::ascii("buddisht"), &["buddhist"]), - (UniCase::ascii("planeswalkr"), &["planeswalker"]), - (UniCase::ascii("vegetarianos"), &["vegetarians"]), - (UniCase::ascii("neglegible"), &["negligible"]), - (UniCase::ascii("brilliante"), &["brilliance"]), - (UniCase::ascii("environmnet"), &["environments"]), - (UniCase::ascii("squrriel"), &["squirrel"]), - (UniCase::ascii("soveriegnty"), &["sovereignty"]), - (UniCase::ascii("dimesnional"), &["dimensional"]), - (UniCase::ascii("condiut"), &["conduit"]), - (UniCase::ascii("journalsim"), &["journalism"]), - (UniCase::ascii("encycolpedias"), &["encyclopedia"]), - (UniCase::ascii("collectifs"), &["collects"]), - (UniCase::ascii("pedopholia"), &["pedophilia"]), - (UniCase::ascii("acheives"), &["achieves"]), - (UniCase::ascii("pessimistisch"), &["pessimistic"]), - (UniCase::ascii("introvertis"), &["introverts"]), - (UniCase::ascii("indepentents"), &["independents"]), - (UniCase::ascii("circumvrent"), &["circumvent"]), - (UniCase::ascii("effeciency"), &["efficiency"]), - (UniCase::ascii("roaylties"), &["royalties"]), - (UniCase::ascii("terminater"), &["terminator"]), - (UniCase::ascii("disobediance"), &["disobedience"]), - (UniCase::ascii("absrobs"), &["absorbs"]), - (UniCase::ascii("muffings"), &["muffins"]), - (UniCase::ascii("colelctors"), &["collectors"]), - (UniCase::ascii("intermitent"), &["intermittent"]), - (UniCase::ascii("manefestation"), &["manifestation"]), - (UniCase::ascii("shenaniganns"), &["shenanigans"]), - (UniCase::ascii("exahust"), &["exhaust"]), - (UniCase::ascii("naopleon"), &["napoleon"]), - (UniCase::ascii("playthrouhgs"), &["playthroughs"]), - (UniCase::ascii("assasin"), &["assassin"]), - (UniCase::ascii("abdominable"), &["abdominal"]), - (UniCase::ascii("winnigns"), &["winnings"]), - (UniCase::ascii("representitve"), &["representative"]), - (UniCase::ascii("inconsiderant"), &["inconsiderate"]), - (UniCase::ascii("procrascinating"), &["procrastinating"]), - (UniCase::ascii("defeintly"), &["definetly"]), - (UniCase::ascii("flourishment"), &["flourishing"]), - (UniCase::ascii("emmisary"), &["emissary"]), - (UniCase::ascii("piegons"), &["pigeons"]), - (UniCase::ascii("disgustinly"), &["disgustingly"]), - (UniCase::ascii("inconvienence"), &["inconvenience"]), - (UniCase::ascii("tailgatting"), &["tailgating"]), - (UniCase::ascii("suspisious"), &["suspicious"]), - (UniCase::ascii("prejiduce"), &["prejudice"]), - (UniCase::ascii("disciplened"), &["disciplined"]), - (UniCase::ascii("southtampon"), &["southampton"]), - (UniCase::ascii("behvaiours"), &["behaviours"]), - (UniCase::ascii("inventivos"), &["inventions"]), - (UniCase::ascii("comissioned"), &["commissioned"]), - (UniCase::ascii("pretene"), &["pretense"]), - (UniCase::ascii("unpleaseant"), &["unpleasant"]), - (UniCase::ascii("convertirea"), &["converter"]), - (UniCase::ascii("adeqaute"), &["adequate"]), - (UniCase::ascii("unvelievable"), &["unbelievable"]), - (UniCase::ascii("practitionner"), &["practitioner"]), - (UniCase::ascii("califorinan"), &["californian"]), - (UniCase::ascii("subsricption"), &["subscriptions"]), - (UniCase::ascii("appriciates"), &["appreciates"]), - (UniCase::ascii("protagonits"), &["protagonists"]), - (UniCase::ascii("inconveniente"), &["inconvenience"]), - (UniCase::ascii("recursivly"), &["recursively"]), - (UniCase::ascii("percpetions"), &["perceptions"]), - (UniCase::ascii("impreative"), &["imperative"]), - (UniCase::ascii("convervation"), &["conservation"]), - (UniCase::ascii("househols"), &["households"]), - (UniCase::ascii("excessivly"), &["excessively"]), - (UniCase::ascii("sticthes"), &["stitches"]), - (UniCase::ascii("wheras"), &["whereas"]), - (UniCase::ascii("repeadetly"), &["repeatedly"]), - (UniCase::ascii("manufactuing"), &["manufacturing"]), - (UniCase::ascii("dynamicallly"), &["dynamically"]), - (UniCase::ascii("apocaplyse"), &["apocalypse"]), - (UniCase::ascii("sometinh"), &["somethin"]), - (UniCase::ascii("battlefornt"), &["battlefront"]), - (UniCase::ascii("vincinity"), &["vicinity"]), - (UniCase::ascii("indonesion"), &["indonesian"]), - (UniCase::ascii("incarantion"), &["incarnation"]), - (UniCase::ascii("pedophils"), &["pedophiles"]), - (UniCase::ascii("expierences"), &["experiences"]), - (UniCase::ascii("tenactiy"), &["tenacity"]), - (UniCase::ascii("compeitions"), &["competitions"]), - (UniCase::ascii("misognyist"), &["misogynist"]), - (UniCase::ascii("hatian"), &["haitian"]), - (UniCase::ascii("doublelit"), &["doublelift"]), - (UniCase::ascii("harasments"), &["harassments"]), - (UniCase::ascii("universale"), &["universe"]), - (UniCase::ascii("improvemnts"), &["improvements"]), - (UniCase::ascii("valkyre"), &["valkyrie"]), - (UniCase::ascii("panthoen"), &["pantheon"]), - (UniCase::ascii("satisfaccion"), &["satisfaction"]), - (UniCase::ascii("archeaologists"), &["archeologists"]), - (UniCase::ascii("mentiones"), &["mentions"]), - (UniCase::ascii("templares"), &["templars"]), - (UniCase::ascii("palesitnian"), &["palestinians"]), - (UniCase::ascii("hvaing"), &["having"]), - (UniCase::ascii("remasterd"), &["remastered"]), - (UniCase::ascii("intrument"), &["instrument"]), - (UniCase::ascii("composision"), &["compositions"]), - (UniCase::ascii("representatie"), &["representatives"]), - (UniCase::ascii("nigthly"), &["nightly"]), - (UniCase::ascii("laguages"), &["languages"]), - (UniCase::ascii("restricton"), &["restriction"]), - (UniCase::ascii("imperitave"), &["imperative"]), - (UniCase::ascii("populos"), &["populous"]), - (UniCase::ascii("gimmics"), &["gimmicks"]), - (UniCase::ascii("prosectued"), &["prosecuted"]), - (UniCase::ascii("extraordiary"), &["extraordinary"]), - (UniCase::ascii("elementrary"), &["elementary"]), - (UniCase::ascii("regualtion"), &["regulations"]), - (UniCase::ascii("overcharing"), &["overarching"]), - (UniCase::ascii("avergaed"), &["averaged"]), - (UniCase::ascii("cultrual"), &["cultural"]), - (UniCase::ascii("hismelf"), &["himself"]), - (UniCase::ascii("intesnity"), &["intensity"]), - (UniCase::ascii("continuining"), &["continuing"]), - (UniCase::ascii("protistant"), &["protestant"]), - (UniCase::ascii("fallicious"), &["fallacious"]), - (UniCase::ascii("procrestination"), &["procrastination"]), - (UniCase::ascii("levelign"), &["leveling"]), - (UniCase::ascii("oppressin"), &["oppression"]), - (UniCase::ascii("percieved"), &["perceived"]), - (UniCase::ascii("sentements"), &["sentiments"]), - (UniCase::ascii("creativley"), &["creatively"]), - (UniCase::ascii("animatte"), &["animate"]), - (UniCase::ascii("countrywides"), &["countryside"]), - (UniCase::ascii("fanserve"), &["fanservice"]), - (UniCase::ascii("sacrafice"), &["sacrifice"]), - (UniCase::ascii("indiaan"), &["indiana"]), - (UniCase::ascii("mairjuana"), &["marijuana"]), - (UniCase::ascii("columbina"), &["columbia"]), - (UniCase::ascii("judegments"), &["judgements"]), - (UniCase::ascii("scandinvia"), &["scandinavia"]), - (UniCase::ascii("synoynm"), &["synonym"]), - (UniCase::ascii("resembes"), &["resembles"]), - (UniCase::ascii("feminsim"), &["feminism"]), - (UniCase::ascii("inofficial"), &["unofficial"]), - (UniCase::ascii("transitionned"), &["transitioned"]), - (UniCase::ascii("hosited"), &["hoisted"]), - (UniCase::ascii("comparaste"), &["compares"]), - (UniCase::ascii("blockeras"), &["blockers"]), - (UniCase::ascii("disatissfied"), &["dissatisfied"]), - (UniCase::ascii("managebale"), &["manageable"]), - (UniCase::ascii("soverignity"), &["sovereignty"]), - (UniCase::ascii("warantee"), &["warranty"]), - (UniCase::ascii("identifyable"), &["identifiable"]), - (UniCase::ascii("universse"), &["universes"]), - (UniCase::ascii("unsubstanciated"), &["unsubstantiated"]), - (UniCase::ascii("anayltical"), &["analytical"]), - (UniCase::ascii("eclipes"), &["eclipse"]), - (UniCase::ascii("electircal"), &["electrical"]), - (UniCase::ascii("hydorgen"), &["hydrogen"]), - (UniCase::ascii("emphatizes"), &["emphasizes"]), - (UniCase::ascii("complexers"), &["complexes"]), - (UniCase::ascii("calcualted"), &["calculated"]), - (UniCase::ascii("accommadate"), &["accommodate"]), - (UniCase::ascii("gallaxies"), &["galaxies"]), - (UniCase::ascii("anecdotale"), &["anecdote"]), - (UniCase::ascii("recgonised"), &["recognised"]), - (UniCase::ascii("inovker"), &["invoker"]), - (UniCase::ascii("connatation"), &["connotation"]), - (UniCase::ascii("corinthiens"), &["corinthians"]), - (UniCase::ascii("pathfidner"), &["pathfinder"]), - (UniCase::ascii("overclokcing"), &["overclocking"]), - (UniCase::ascii("hierachy"), &["hierarchy"]), - (UniCase::ascii("assistat"), &["assistants"]), - (UniCase::ascii("seperating"), &["separating"]), - (UniCase::ascii("exerpt"), &["excerpt"]), - (UniCase::ascii("westerness"), &["westerners"]), - (UniCase::ascii("overwealmed"), &["overwhelmed"]), - (UniCase::ascii("bourgeousie"), &["bourgeois"]), - (UniCase::ascii("metaphsyics"), &["metaphysics"]), - (UniCase::ascii("scartched"), &["scratched"]), - (UniCase::ascii("conscioussness"), &["consciousness"]), - (UniCase::ascii("sponsership"), &["sponsorship"]), - (UniCase::ascii("insentivises"), &["insensitive"]), - (UniCase::ascii("hospotality"), &["hospitality"]), - (UniCase::ascii("protestos"), &["protests"]), - (UniCase::ascii("photoshope"), &["photoshopped"]), - (UniCase::ascii("originalt"), &["originality"]), - (UniCase::ascii("diagnoal"), &["diagonal"]), - (UniCase::ascii("cheeseburguers"), &["cheeseburgers"]), - (UniCase::ascii("enthusaists"), &["enthusiasts"]), - (UniCase::ascii("derivate"), &["derivative"]), - (UniCase::ascii("downvotters"), &["downvoters"]), - (UniCase::ascii("intolerence"), &["intolerance"]), - (UniCase::ascii("definatly"), &["definitely"]), - (UniCase::ascii("quantuum"), &["quantum"]), - (UniCase::ascii("translyvania"), &["transylvania"]), - (UniCase::ascii("materialsm"), &["materialism"]), - (UniCase::ascii("catterpillar"), &["caterpillar"]), - (UniCase::ascii("collapseing"), &["collapsing"]), - (UniCase::ascii("pubisher"), &["publisher"]), - (UniCase::ascii("temproarily"), &["temporarily"]), - (UniCase::ascii("mexicaness"), &["mexicans"]), - (UniCase::ascii("emprisoned"), &["imprisoned"]), - (UniCase::ascii("ridiculize"), &["ridicule"]), - (UniCase::ascii("yaers"), &["years"]), - (UniCase::ascii("temperamant"), &["temperament"]), - (UniCase::ascii("trackres"), &["trackers"]), - (UniCase::ascii("definataly"), &["definately"]), - (UniCase::ascii("prostituees"), &["prostitutes"]), - (UniCase::ascii("provocativley"), &["provocative"]), - (UniCase::ascii("marnies"), &["marines"]), - (UniCase::ascii("werstle"), &["wrestle"]), - (UniCase::ascii("scnadinavia"), &["scandinavia"]), - (UniCase::ascii("conived"), &["connived"]), - (UniCase::ascii("realistisch"), &["realistic"]), - (UniCase::ascii("chormosome"), &["chromosome"]), - (UniCase::ascii("apparenlty"), &["apparently"]), - (UniCase::ascii("descripiton"), &["descriptions"]), - (UniCase::ascii("feminim"), &["feminism"]), - (UniCase::ascii("contast"), &["contacts"]), - (UniCase::ascii("compromisso"), &["compromises"]), - (UniCase::ascii("copenhegan"), &["copenhagen"]), - (UniCase::ascii("controversey"), &["controversy"]), - (UniCase::ascii("calander"), &["calendar"]), - (UniCase::ascii("extraordianry"), &["extraordinary"]), - (UniCase::ascii("courcework"), &["coursework"]), - (UniCase::ascii("cleanes"), &["cleanse"]), - (UniCase::ascii("nuetral"), &["neutral"]), - (UniCase::ascii("marijuanna"), &["marijuana"]), - (UniCase::ascii("obediance"), &["obedience"]), - (UniCase::ascii("vehicels"), &["vehicles"]), - (UniCase::ascii("persistense"), &["persistence"]), - (UniCase::ascii("invincil"), &["invincible"]), - (UniCase::ascii("alcehmist"), &["alchemist"]), - (UniCase::ascii("donwloaded"), &["downloaded"]), - (UniCase::ascii("incraments"), &["increments"]), - (UniCase::ascii("expolitation"), &["exploitation"]), - (UniCase::ascii("disover"), &["discover"]), - (UniCase::ascii("infallibe"), &["infallible"]), - (UniCase::ascii("unorigonal"), &["unoriginal"]), - (UniCase::ascii("manupilating"), &["manipulating"]), - (UniCase::ascii("convaluted"), &["convoluted"]), - (UniCase::ascii("indefinitive"), &["indefinite"]), - (UniCase::ascii("rigeur"), &["rigueur"]), - (UniCase::ascii("consideracion"), &["consideration"]), - (UniCase::ascii("sketchysex"), &["sketches"]), - (UniCase::ascii("repsective"), &["respective"]), - (UniCase::ascii("audiobookas"), &["audiobooks"]), - (UniCase::ascii("vulnerabilty"), &["vulnerability"]), - (UniCase::ascii("substantiable"), &["substantial"]), - (UniCase::ascii("anihilation"), &["annihilation"]), - (UniCase::ascii("performancepcs"), &["performances"]), - (UniCase::ascii("inquisitr"), &["inquisitor"]), - (UniCase::ascii("aposltes"), &["apostles"]), - (UniCase::ascii("incorruptable"), &["incorruptible"]), - (UniCase::ascii("curreny"), &["currency"]), - (UniCase::ascii("ejaculatie"), &["ejaculate"]), - (UniCase::ascii("priorotize"), &["prioritize"]), - (UniCase::ascii("donwvotes"), &["downvotes"]), - (UniCase::ascii("bycicles"), &["bicycles"]), - (UniCase::ascii("hipsterest"), &["hipsters"]), - (UniCase::ascii("meldoic"), &["melodic"]), - (UniCase::ascii("qaulifies"), &["qualifies"]), - (UniCase::ascii("withdrawel"), &["withdrawal"]), - (UniCase::ascii("streightened"), &["straightened"]), - (UniCase::ascii("seperator"), &["separator"]), - (UniCase::ascii("complecate"), &["complicate"]), - (UniCase::ascii("huntmsan"), &["huntsman"]), - (UniCase::ascii("waclott"), &["walcott"]), - (UniCase::ascii("pinpoit"), &["pinpoint"]), - (UniCase::ascii("commere"), &["commerce"]), - (UniCase::ascii("intraverted"), &["introverted"]), - (UniCase::ascii("intrumental"), &["instrumental"]), - (UniCase::ascii("incoherrent"), &["incoherent"]), - (UniCase::ascii("dimensionsal"), &["dimensional"]), - (UniCase::ascii("ridiculue"), &["ridicule"]), - (UniCase::ascii("piolting"), &["piloting"]), - (UniCase::ascii("biploar"), &["bipolar"]), - (UniCase::ascii("mosnter"), &["monster"]), - (UniCase::ascii("assistence"), &["assistance"]), - (UniCase::ascii("memerization"), &["memorization"]), - (UniCase::ascii("nirvanna"), &["nirvana"]), - (UniCase::ascii("pointeur"), &["pointer"]), - (UniCase::ascii("classicals"), &["classics"]), - (UniCase::ascii("prothsetic"), &["prosthetic"]), - (UniCase::ascii("imanent"), &["eminent"]), - (UniCase::ascii("mediocrety"), &["mediocrity"]), - (UniCase::ascii("contributin"), &["contribution"]), - (UniCase::ascii("industrees"), &["industries"]), - (UniCase::ascii("survivalibity"), &["survivability"]), - (UniCase::ascii("psycholigical"), &["psychological"]), - (UniCase::ascii("maintaines"), &["maintains"]), - (UniCase::ascii("reitrement"), &["retirement"]), - (UniCase::ascii("industrijske"), &["industries"]), - (UniCase::ascii("epilespy"), &["epilepsy"]), - (UniCase::ascii("electronis"), &["electronics"]), - (UniCase::ascii("memoriez"), &["memorize"]), - (UniCase::ascii("archaelogists"), &["archaeologists"]), - (UniCase::ascii("chtulhu"), &["cthulhu"]), - (UniCase::ascii("pristen"), &["pristine"]), - (UniCase::ascii("parternship"), &["partnership"]), - (UniCase::ascii("certificare"), &["certificate"]), - (UniCase::ascii("impulsivley"), &["impulsive"]), - (UniCase::ascii("stainlees"), &["stainless"]), - (UniCase::ascii("progressiste"), &["progresses"]), - (UniCase::ascii("considerarte"), &["considerate"]), - (UniCase::ascii("explusions"), &["explosions"]), - (UniCase::ascii("credintials"), &["credentials"]), - (UniCase::ascii("shadasloo"), &["shadaloo"]), - (UniCase::ascii("margines"), &["margins"]), - (UniCase::ascii("proleteriat"), &["proletariat"]), - (UniCase::ascii("impovershied"), &["impoverished"]), - (UniCase::ascii("presumabley"), &["presumably"]), - (UniCase::ascii("shattening"), &["shattering"]), - (UniCase::ascii("loepard"), &["leopard"]), - (UniCase::ascii("beneifical"), &["beneficial"]), - (UniCase::ascii("ukriane"), &["ukraine"]), - (UniCase::ascii("contiunation"), &["continuation"]), - (UniCase::ascii("inevititably"), &["inevitably"]), - (UniCase::ascii("eytmology"), &["etymology"]), - (UniCase::ascii("respectos"), &["respects"]), - (UniCase::ascii("mediterainnean"), &["mediterranean"]), - (UniCase::ascii("substitutos"), &["substitutes"]), - (UniCase::ascii("beleive"), &["believe"]), - (UniCase::ascii("presonhood"), &["personhood"]), - (UniCase::ascii("lesbianese"), &["lesbians"]), - (UniCase::ascii("mischevious"), &["mischievous"]), - (UniCase::ascii("achilleos"), &["achilles"]), - (UniCase::ascii("sharplay"), &["sharply"]), - (UniCase::ascii("verisions"), &["revisions"]), - (UniCase::ascii("distructive"), &["destructive"]), - (UniCase::ascii("optimizating"), &["optimization"]), - (UniCase::ascii("develepmont"), &["developments"]), - (UniCase::ascii("manifestior"), &["manifesto"]), - (UniCase::ascii("somethigng"), &["somethin"]), - (UniCase::ascii("balnaced"), &["balanced"]), - (UniCase::ascii("consistentcy"), &["consistently"]), - (UniCase::ascii("satifies"), &["satisfies"]), - (UniCase::ascii("completelly"), &["completely"]), - (UniCase::ascii("reuasble"), &["reusable"]), - (UniCase::ascii("contempate"), &["contemplate"]), - (UniCase::ascii("bewteen"), &["between"]), - (UniCase::ascii("cleasne"), &["cleanse"]), - (UniCase::ascii("understans"), &["understands"]), - (UniCase::ascii("introductiory"), &["introductory"]), - (UniCase::ascii("kuridsh"), &["kurdish"]), - (UniCase::ascii("thrusday"), &["thursday"]), - (UniCase::ascii("arbirtary"), &["arbitrary"]), - (UniCase::ascii("responce"), &["response"]), - (UniCase::ascii("searchign"), &["searching"]), - (UniCase::ascii("cleasning"), &["cleansing"]), - (UniCase::ascii("jennins"), &["jennings"]), - (UniCase::ascii("buttrey"), &["buttery"]), - (UniCase::ascii("stereotypian"), &["stereotyping"]), - (UniCase::ascii("grahpic"), &["graphic"]), - (UniCase::ascii("hacthing"), &["hatching"]), - (UniCase::ascii("harrassed"), &["harassed"]), - (UniCase::ascii("comaprisons"), &["comparisons"]), - (UniCase::ascii("sexualixed"), &["sexualized"]), - (UniCase::ascii("institutionals"), &["institutions"]), - (UniCase::ascii("pattersn"), &["patterson"]), - (UniCase::ascii("compilance"), &["compliance"]), - (UniCase::ascii("indistinguisable"), &["indistinguishable"]), - (UniCase::ascii("specialt"), &["specialist"]), - (UniCase::ascii("battelstar"), &["battlestar"]), - (UniCase::ascii("metldown"), &["meltdown"]), - (UniCase::ascii("fortunatley"), &["fortunately"]), - (UniCase::ascii("producto"), &["production"]), - (UniCase::ascii("transfomed"), &["transformed"]), - (UniCase::ascii("pshycology"), &["psychology"]), - (UniCase::ascii("decsend"), &["descend"]), - (UniCase::ascii("reminscient"), &["reminiscent"]), - (UniCase::ascii("spammeur"), &["spammer"]), - (UniCase::ascii("brianwashing"), &["brainwashing"]), - (UniCase::ascii("overweigth"), &["overweight"]), - (UniCase::ascii("conclusie"), &["conclusive"]), - (UniCase::ascii("ideologisen"), &["ideologies"]), - (UniCase::ascii("distinctily"), &["distinctly"]), - (UniCase::ascii("fignernails"), &["fingernails"]), - (UniCase::ascii("massachsuetts"), &["massachusetts"]), - (UniCase::ascii("initaled"), &["initialed"]), - (UniCase::ascii("correlacion"), &["correlation"]), - (UniCase::ascii("downstiars"), &["downstairs"]), - (UniCase::ascii("derogatery"), &["derogatory"]), - (UniCase::ascii("stoyr"), &["story"]), - (UniCase::ascii("propsects"), &["prospects"]), - (UniCase::ascii("incomprehencible"), &["incomprehensible"]), - (UniCase::ascii("procotol"), &["protocol"]), - (UniCase::ascii("grammaticaly"), &["grammatically"]), - (UniCase::ascii("melatonian"), &["melatonin"]), - (UniCase::ascii("simliiar"), &["similiar"]), - (UniCase::ascii("expertas"), &["experts"]), - (UniCase::ascii("legilsation"), &["legislation"]), - (UniCase::ascii("metabalism"), &["metabolism"]), - (UniCase::ascii("buidlings"), &["buildings"]), - (UniCase::ascii("saksatchewan"), &["saskatchewan"]), - (UniCase::ascii("subconcsiously"), &["subconsciously"]), - (UniCase::ascii("traitoris"), &["traitors"]), - (UniCase::ascii("evangers"), &["avengers"]), - (UniCase::ascii("repressivo"), &["repression"]), - (UniCase::ascii("prohibation"), &["prohibition"]), - (UniCase::ascii("continutiy"), &["continuity"]), - (UniCase::ascii("perspectivas"), &["perspectives"]), - (UniCase::ascii("distractons"), &["distracts"]), - (UniCase::ascii("degrated"), &["degrade"]), - (UniCase::ascii("excellant"), &["excellent"]), - (UniCase::ascii("precuations"), &["precautions"]), - (UniCase::ascii("defensd"), &["defends"]), - (UniCase::ascii("clasic"), &["classic"]), - (UniCase::ascii("superstisious"), &["superstitious"]), - (UniCase::ascii("worthelss"), &["worthless"]), - (UniCase::ascii("sufferd"), &["suffered"]), - (UniCase::ascii("contaminted"), &["contaminated"]), - (UniCase::ascii("abonimation"), &["abomination"]), - (UniCase::ascii("diganosis"), &["diagnosis"]), - (UniCase::ascii("shenanigens"), &["shenanigans"]), - (UniCase::ascii("amateus"), &["amateurs"]), - (UniCase::ascii("insinuationg"), &["insinuating"]), - (UniCase::ascii("adavanced"), &["advanced"]), - (UniCase::ascii("childrenmrs"), &["childrens"]), - (UniCase::ascii("nutritios"), &["nutritious"]), - (UniCase::ascii("compositied"), &["composite"]), - (UniCase::ascii("councills"), &["councils"]), - (UniCase::ascii("ligthning"), &["lightning"]), - (UniCase::ascii("baristia"), &["barista"]), - (UniCase::ascii("criticizng"), &["criticizing"]), - (UniCase::ascii("consficated"), &["confiscated"]), - (UniCase::ascii("quarterblack"), &["quarterback"]), - (UniCase::ascii("intertwinned"), &["intertwined"]), - (UniCase::ascii("passabe"), &["passable"]), - (UniCase::ascii("mulitnationals"), &["multinational"]), - (UniCase::ascii("athleticsm"), &["athleticism"]), - (UniCase::ascii("acceleread"), &["accelerated"]), - (UniCase::ascii("decalre"), &["declare"]), - (UniCase::ascii("receptionnist"), &["receptionist"]), - (UniCase::ascii("masrhmallow"), &["marshmallow"]), - (UniCase::ascii("graphiclly"), &["graphically"]), - (UniCase::ascii("riaders"), &["raiders"]), - (UniCase::ascii("mannorisms"), &["mannerisms"]), - (UniCase::ascii("apocaliptic"), &["apocalyptic"]), - (UniCase::ascii("crytsal"), &["crystal"]), - (UniCase::ascii("authenitcation"), &["authentication"]), - (UniCase::ascii("algorithsm"), &["algorithms"]), - (UniCase::ascii("badnwidth"), &["bandwidth"]), - (UniCase::ascii("aristotel"), &["aristotle"]), - (UniCase::ascii("awkwardy"), &["awkwardly"]), - (UniCase::ascii("onyl"), &["only"]), - (UniCase::ascii("confernece"), &["conferences"]), - (UniCase::ascii("incompetentence"), &["incompetence"]), - (UniCase::ascii("strategiclly"), &["strategically"]), - (UniCase::ascii("unimpresssed"), &["unimpressed"]), - (UniCase::ascii("lockscreeen"), &["lockscreen"]), - (UniCase::ascii("copenhaguen"), &["copenhagen"]), - (UniCase::ascii("deplorabil"), &["deplorable"]), - (UniCase::ascii("disastreous"), &["disastrous"]), - (UniCase::ascii("persocuted"), &["persecuted"]), - (UniCase::ascii("preimere"), &["premiere"]), - (UniCase::ascii("subscrpition"), &["subscriptions"]), - (UniCase::ascii("stockpilled"), &["stockpile"]), - (UniCase::ascii("examinerad"), &["examined"]), - (UniCase::ascii("indisputible"), &["indisputable"]), - (UniCase::ascii("progressie"), &["progressives"]), - (UniCase::ascii("nostlagia"), &["nostalgia"]), - (UniCase::ascii("directorys"), &["directors"]), - (UniCase::ascii("testiclular"), &["testicular"]), - (UniCase::ascii("plaguarism"), &["plagiarism"]), - (UniCase::ascii("reinstallled"), &["reinstalled"]), - (UniCase::ascii("vaccinatie"), &["vaccinated"]), - (UniCase::ascii("texutres"), &["textures"]), - (UniCase::ascii("invididual"), &["individual"]), - (UniCase::ascii("blisteres"), &["blisters"]), - (UniCase::ascii("consolidare"), &["consolidate"]), - (UniCase::ascii("inevtiable"), &["inevitable"]), - (UniCase::ascii("constructiin"), &["constructing"]), - (UniCase::ascii("cheesse"), &["cheeses"]), - (UniCase::ascii("internilized"), &["internalized"]), - (UniCase::ascii("personaes"), &["personas"]), - (UniCase::ascii("particulalry"), &["particularly"]), - (UniCase::ascii("transgener"), &["transgender"]), - (UniCase::ascii("desitnation"), &["destination"]), - (UniCase::ascii("manaully"), &["manually"]), - (UniCase::ascii("guarenteed"), &["guaranteed"]), - (UniCase::ascii("colleauge"), &["colleague"]), - (UniCase::ascii("archetecture"), &["architecture"]), - (UniCase::ascii("misrepresantation"), &["misrepresentation"]), - (UniCase::ascii("mircophone"), &["microphone"]), - (UniCase::ascii("unsustainble"), &["unsustainable"]), - (UniCase::ascii("humiditiy"), &["humidity"]), - (UniCase::ascii("medicatons"), &["medications"]), - (UniCase::ascii("infiltre"), &["infiltrate"]), - (UniCase::ascii("somethimng"), &["somethin"]), - (UniCase::ascii("definitieve"), &["definitive"]), - (UniCase::ascii("incrememnts"), &["increments"]), - (UniCase::ascii("shnaghai"), &["shanghai"]), - (UniCase::ascii("interveing"), &["intervening"]), - (UniCase::ascii("mdifielder"), &["midfielder"]), - (UniCase::ascii("invloved"), &["involved"]), - (UniCase::ascii("appluad"), &["applaud"]), - (UniCase::ascii("buddhits"), &["buddhist"]), - (UniCase::ascii("vientamese"), &["vietnamese"]), - (UniCase::ascii("bluebarries"), &["blueberries"]), - (UniCase::ascii("honeymon"), &["honeymoon"]), - (UniCase::ascii("exagerated"), &["exaggerated"]), - (UniCase::ascii("presumptuos"), &["presumptuous"]), - (UniCase::ascii("transculent"), &["translucent"]), - (UniCase::ascii("someons"), &["someones"]), - (UniCase::ascii("satisifes"), &["satisfies"]), - (UniCase::ascii("protectes"), &["protects"]), - (UniCase::ascii("speciliazed"), &["specialize"]), - (UniCase::ascii("autocoreect"), &["autocorrect"]), - (UniCase::ascii("repblicans"), &["republicans"]), - (UniCase::ascii("consiciousness"), &["consciousness"]), - (UniCase::ascii("occaisons"), &["occasions"]), - (UniCase::ascii("cognizent"), &["cognizant"]), - (UniCase::ascii("complimentje"), &["complimented"]), - (UniCase::ascii("specialices"), &["specializes"]), - (UniCase::ascii("dynsaty"), &["dynasty"]), - (UniCase::ascii("outfidel"), &["outfield"]), - (UniCase::ascii("orangers"), &["oranges"]), - (UniCase::ascii("hospitalty"), &["hospitality"]), - (UniCase::ascii("obtainible"), &["obtainable"]), - (UniCase::ascii("continutity"), &["continuity"]), - (UniCase::ascii("insidios"), &["insidious"]), - (UniCase::ascii("draclua"), &["dracula"]), - (UniCase::ascii("dimaonds"), &["diamonds"]), - (UniCase::ascii("passivley"), &["passively"]), - (UniCase::ascii("playersare"), &["playerbase"]), - (UniCase::ascii("prevantative"), &["preventative"]), - (UniCase::ascii("definations"), &["definitions"]), - (UniCase::ascii("downvotres"), &["downvoters"]), - (UniCase::ascii("journied"), &["journeyed"]), - (UniCase::ascii("modivational"), &["motivational"]), - (UniCase::ascii("introversi"), &["introverts"]), - (UniCase::ascii("emphazise"), &["emphasize"]), - (UniCase::ascii("pruchases"), &["purchases"]), - (UniCase::ascii("confeses"), &["confess"]), - (UniCase::ascii("apsirations"), &["aspirations"]), - (UniCase::ascii("immensley"), &["immensely"]), - (UniCase::ascii("informatice"), &["informative"]), - (UniCase::ascii("keysenian"), &["keynesian"]), - (UniCase::ascii("conflit"), &["conflict"]), - (UniCase::ascii("prostehtic"), &["prosthetic"]), - (UniCase::ascii("burritio"), &["burrito"]), - (UniCase::ascii("interpretor"), &["interpreter"]), - (UniCase::ascii("overtunned"), &["overturned"]), - (UniCase::ascii("transfos"), &["transforms"]), - (UniCase::ascii("overhwlemingly"), &["overwhelmingly"]), - (UniCase::ascii("discriminare"), &["discriminate"]), - (UniCase::ascii("transplantes"), &["transplants"]), - (UniCase::ascii("connetations"), &["connotations"]), - (UniCase::ascii("cancelas"), &["cancels"]), - (UniCase::ascii("playright"), &["playwright"]), - (UniCase::ascii("chromesomes"), &["chromosomes"]), - (UniCase::ascii("nuetrality"), &["neutrality"]), - (UniCase::ascii("significanly"), &["significantly"]), - (UniCase::ascii("staright"), &["straight"]), - (UniCase::ascii("affirmate"), &["affirmative"]), - (UniCase::ascii("productivty"), &["productivity"]), - (UniCase::ascii("casulaties"), &["casualties"]), - (UniCase::ascii("therefour"), &["therefor"]), - (UniCase::ascii("misinterprented"), &["misinterpret"]), - (UniCase::ascii("upstiars"), &["upstairs"]), - (UniCase::ascii("pinoeer"), &["pioneer"]), - (UniCase::ascii("rollorcoaster"), &["rollercoaster"]), - (UniCase::ascii("resembels"), &["resembles"]), - (UniCase::ascii("reinstallng"), &["reinstalling"]), - (UniCase::ascii("commentare"), &["commenter"]), - (UniCase::ascii("fluxtuations"), &["fluctuations"]), - (UniCase::ascii("emulatin"), &["emulation"]), - (UniCase::ascii("incorperated"), &["incorporated"]), - (UniCase::ascii("positiviy"), &["positivity"]), - (UniCase::ascii("clasical"), &["classical"]), - (UniCase::ascii("annoint"), &["anoint"]), - (UniCase::ascii("independens"), &["independents"]), - (UniCase::ascii("treatmens"), &["treatments"]), - (UniCase::ascii("germanisch"), &["germanic"]), - (UniCase::ascii("stereotipe"), &["stereotype"]), - (UniCase::ascii("executabil"), &["executable"]), - (UniCase::ascii("periphrials"), &["peripherals"]), - (UniCase::ascii("profesor"), &["professor"]), - (UniCase::ascii("underpowerd"), &["underpowered"]), - (UniCase::ascii("designato"), &["designation"]), - (UniCase::ascii("inquisitior"), &["inquisitor"]), - (UniCase::ascii("camouflagued"), &["camouflage"]), - (UniCase::ascii("familiair"), &["familiar"]), - (UniCase::ascii("commonspace"), &["commonplace"]), - (UniCase::ascii("playwrite"), &["playwright"]), - (UniCase::ascii("bibilcal"), &["biblical"]), - (UniCase::ascii("denisty"), &["density"]), - (UniCase::ascii("disticntion"), &["distinctions"]), - (UniCase::ascii("conquerring"), &["conquering"]), - (UniCase::ascii("vegetarien"), &["vegetarian"]), - (UniCase::ascii("stereotpye"), &["stereotypes"]), - (UniCase::ascii("perpetuae"), &["perpetuate"]), - (UniCase::ascii("harmoniacs"), &["harmonic"]), - (UniCase::ascii("zimbawbe"), &["zimbabwe"]), - (UniCase::ascii("birhtday"), &["birthday"]), - (UniCase::ascii("reasonablly"), &["reasonably"]), - (UniCase::ascii("protestas"), &["protests"]), - (UniCase::ascii("specialtys"), &["specials"]), - (UniCase::ascii("imagenary"), &["imaginary"]), - (UniCase::ascii("systemc"), &["systemic"]), - (UniCase::ascii("neckbeardius"), &["neckbeards"]), - (UniCase::ascii("pointeres"), &["pointers"]), - (UniCase::ascii("instituttet"), &["institute"]), - (UniCase::ascii("conenctration"), &["concentrations"]), - (UniCase::ascii("nonsesne"), &["nonsense"]), - (UniCase::ascii("unicors"), &["unicorns"]), - (UniCase::ascii("aruging"), &["arguing"]), - (UniCase::ascii("resolvemos"), &["resolves"]), - (UniCase::ascii("arlighty"), &["alrighty"]), - (UniCase::ascii("compatibel"), &["compatible"]), - (UniCase::ascii("progressus"), &["progresses"]), - (UniCase::ascii("questionne"), &["questioned"]), - (UniCase::ascii("inutitively"), &["intuitively"]), - (UniCase::ascii("chocoaltes"), &["chocolates"]), - (UniCase::ascii("misnadry"), &["misandry"]), - (UniCase::ascii("antrhopology"), &["anthropology"]), - (UniCase::ascii("therefo"), &["thereof"]), - (UniCase::ascii("aggrovated"), &["aggravated"]), - (UniCase::ascii("corcodile"), &["crocodile"]), - (UniCase::ascii("aninteresting"), &["uninteresting"]), - (UniCase::ascii("messagepad"), &["messaged"]), - (UniCase::ascii("acquantaince"), &["acquaintance"]), - (UniCase::ascii("highligted"), &["highlighted"]), - (UniCase::ascii("thankyoou"), &["thankyou"]), - (UniCase::ascii("contradictie"), &["contradicted"]), - (UniCase::ascii("defenderes"), &["defenders"]), - (UniCase::ascii("staion"), &["station"]), - (UniCase::ascii("intolerent"), &["intolerant"]), - (UniCase::ascii("absolutiste"), &["absolutes"]), - (UniCase::ascii("emition"), &["emission"]), - (UniCase::ascii("unprofessionnal"), &["unprofessional"]), - (UniCase::ascii("apprentise"), &["apprentice"]), - (UniCase::ascii("vulernable"), &["vulnerable"]), - (UniCase::ascii("insecuritites"), &["insecurities"]), - (UniCase::ascii("exposees"), &["exposes"]), - (UniCase::ascii("anticipato"), &["anticipation"]), - (UniCase::ascii("labatory"), &["lavatory"]), - (UniCase::ascii("downvotest"), &["downvoters"]), - (UniCase::ascii("knowledagble"), &["knowledgable"]), - (UniCase::ascii("nickmane"), &["nickname"]), - (UniCase::ascii("metropilitan"), &["metropolitan"]), - (UniCase::ascii("eygptian"), &["egyptian"]), - (UniCase::ascii("proactivley"), &["proactive"]), - (UniCase::ascii("literatre"), &["literate"]), - (UniCase::ascii("welathiest"), &["wealthiest"]), - (UniCase::ascii("undoctrinated"), &["indoctrinated"]), - (UniCase::ascii("impressoin"), &["impressions"]), - (UniCase::ascii("simulteanously"), &["simultaneously"]), - (UniCase::ascii("calbiration"), &["calibration"]), - (UniCase::ascii("populatoin"), &["populations"]), - (UniCase::ascii("grandchilder"), &["grandchildren"]), - (UniCase::ascii("candiens"), &["candies"]), - (UniCase::ascii("differene"), &["differences"]), - (UniCase::ascii("stakler"), &["stalker"]), - (UniCase::ascii("perhasp"), &["perhaps"]), - (UniCase::ascii("lavae"), &["larvae"]), - (UniCase::ascii("profressions"), &["progressions"]), - (UniCase::ascii("overclcok"), &["overclock"]), - (UniCase::ascii("emberrassing"), &["embarrassing"]), - (UniCase::ascii("commuications"), &["communications"]), - (UniCase::ascii("victoris"), &["victories"]), - (UniCase::ascii("precuation"), &["precautions"]), - (UniCase::ascii("pscyhological"), &["psychological"]), - (UniCase::ascii("intrigueing"), &["intriguing"]), - (UniCase::ascii("unilatreal"), &["unilateral"]), - (UniCase::ascii("newspapaers"), &["newspapers"]), - (UniCase::ascii("aretmis"), &["artemis"]), - (UniCase::ascii("awesomley"), &["awesomely"]), - (UniCase::ascii("chocolotes"), &["chocolates"]), - (UniCase::ascii("pretendas"), &["pretends"]), - (UniCase::ascii("compatiblities"), &["compatibilities"]), - (UniCase::ascii("massachucetts"), &["massachusetts"]), - (UniCase::ascii("blegium"), &["belgium"]), - (UniCase::ascii("burried"), &["buried"]), - (UniCase::ascii("unfreindly"), &["unfriendly"]), - (UniCase::ascii("consensuarlo"), &["consensual"]), - (UniCase::ascii("concernt"), &["concert"]), - (UniCase::ascii("ridicoulus"), &["ridiculous"]), - (UniCase::ascii("sentiers"), &["sentries"]), - (UniCase::ascii("overwtach"), &["overwatch"]), - (UniCase::ascii("tyrrany"), &["tyranny"]), - (UniCase::ascii("multiplicaiton"), &["multiplication"]), - (UniCase::ascii("comprossor"), &["compressor"]), - (UniCase::ascii("varity"), &["variety"]), - (UniCase::ascii("benifit"), &["benefit"]), - (UniCase::ascii("installling"), &["installing"]), - (UniCase::ascii("creepes"), &["creepers"]), - (UniCase::ascii("simmilar"), &["similar"]), - (UniCase::ascii("superstituous"), &["superstitious"]), - (UniCase::ascii("inevatible"), &["inevitable"]), - (UniCase::ascii("detectaron"), &["detector"]), - (UniCase::ascii("sexuallity"), &["sexually"]), - (UniCase::ascii("demonstarted"), &["demonstrated"]), - (UniCase::ascii("vasslas"), &["vassals"]), - (UniCase::ascii("perrogative"), &["prerogative"]), - (UniCase::ascii("cosemtics"), &["cosmetics"]), - (UniCase::ascii("luietenant"), &["lieutenant"]), - (UniCase::ascii("diety"), &["deity"]), - (UniCase::ascii("debufffs"), &["debuffs"]), - (UniCase::ascii("accelerare"), &["accelerate"]), - (UniCase::ascii("separetely"), &["separately"]), - (UniCase::ascii("enivronmentally"), &["environmentally"]), - (UniCase::ascii("verfiying"), &["verifying"]), - (UniCase::ascii("mamal"), &["mammal"]), - (UniCase::ascii("contingancy"), &["contingency"]), - (UniCase::ascii("disuptes"), &["disputes"]), - (UniCase::ascii("straings"), &["strains"]), - (UniCase::ascii("experemental"), &["experimental"]), - (UniCase::ascii("desperatly"), &["desperately"]), - (UniCase::ascii("degeneret"), &["degenerate"]), - (UniCase::ascii("resistanse"), &["resistances"]), - (UniCase::ascii("simultanous"), &["simultaneous"]), - (UniCase::ascii("sculpteur"), &["sculpture"]), - (UniCase::ascii("unplacable"), &["unplayable"]), - (UniCase::ascii("sepcifications"), &["specification"]), - (UniCase::ascii("recreacion"), &["recreation"]), - (UniCase::ascii("guerrilas"), &["guerrillas"]), - (UniCase::ascii("dolhpins"), &["dolphins"]), - (UniCase::ascii("flucutations"), &["fluctuations"]), - (UniCase::ascii("doapmine"), &["dopamine"]), - (UniCase::ascii("participatd"), &["participant"]), - (UniCase::ascii("impusles"), &["impulses"]), - (UniCase::ascii("statits"), &["statist"]), - (UniCase::ascii("meditaciones"), &["medications"]), - (UniCase::ascii("performans"), &["performances"]), - (UniCase::ascii("asuterity"), &["austerity"]), - (UniCase::ascii("roylaties"), &["royalties"]), - (UniCase::ascii("hieghtened"), &["heightened"]), - (UniCase::ascii("philisopher"), &["philosopher"]), - (UniCase::ascii("kollaboration"), &["collaboration"]), - (UniCase::ascii("requrement"), &["requirement"]), - (UniCase::ascii("swaering"), &["swearing"]), - (UniCase::ascii("immenint"), &["imminent"]), - (UniCase::ascii("settelment"), &["settlement"]), - (UniCase::ascii("devialet"), &["deviate"]), - (UniCase::ascii("abandonning"), &["abandoning"]), - (UniCase::ascii("commomwealth"), &["commonwealth"]), - (UniCase::ascii("transcrips"), &["transcripts"]), - (UniCase::ascii("prostetution"), &["prostitution"]), - (UniCase::ascii("transofrmed"), &["transformed"]), - (UniCase::ascii("pendatic"), &["pedantic"]), - (UniCase::ascii("predicitng"), &["predicting"]), - (UniCase::ascii("exectuions"), &["executions"]), - (UniCase::ascii("subsudized"), &["subsidized"]), - (UniCase::ascii("sentires"), &["sentries"]), - (UniCase::ascii("equilibruim"), &["equilibrium"]), - (UniCase::ascii("existenta"), &["existential"]), - (UniCase::ascii("customzied"), &["customized"]), - (UniCase::ascii("incarcirated"), &["incarcerated"]), - (UniCase::ascii("monumentaal"), &["monumental"]), - (UniCase::ascii("memeber"), &["member"]), - (UniCase::ascii("propencity"), &["propensity"]), - (UniCase::ascii("insiginifcant"), &["insignificant"]), - (UniCase::ascii("utlimatum"), &["ultimatum"]), - (UniCase::ascii("basicliy"), &["basicly"]), - (UniCase::ascii("exorbatent"), &["exorbitant"]), - (UniCase::ascii("unilateraly"), &["unilaterally"]), - (UniCase::ascii("regressivo"), &["regression"]), - (UniCase::ascii("complexitiy"), &["complexity"]), - (UniCase::ascii("embeded"), &["embedded"]), - (UniCase::ascii("dominaton"), &["domination"]), - (UniCase::ascii("methodoloy"), &["methodology"]), - (UniCase::ascii("protestents"), &["protestants"]), - (UniCase::ascii("carvinal"), &["carnival"]), - (UniCase::ascii("calibler"), &["calibre"]), - (UniCase::ascii("trushworthy"), &["trustworthy"]), - (UniCase::ascii("negligente"), &["negligence"]), - (UniCase::ascii("literatute"), &["literate"]), - (UniCase::ascii("masturbeta"), &["masturbated"]), - (UniCase::ascii("shakesphere"), &["shakespeare"]), - (UniCase::ascii("blegian"), &["belgian"]), - (UniCase::ascii("buildins"), &["buildings"]), - (UniCase::ascii("dischard"), &["discharged"]), - (UniCase::ascii("welathier"), &["wealthier"]), - (UniCase::ascii("migrains"), &["migraines"]), - (UniCase::ascii("irrespecitve"), &["irrespective"]), - (UniCase::ascii("vulnarabilities"), &["vulnerabilities"]), - (UniCase::ascii("qualificato"), &["qualification"]), - (UniCase::ascii("squirrelus"), &["squirrels"]), - (UniCase::ascii("relateds"), &["relates"]), - (UniCase::ascii("concieved"), &["conceived"]), - (UniCase::ascii("smaples"), &["samples"]), - (UniCase::ascii("exliled"), &["exiled"]), - (UniCase::ascii("misogynt"), &["misogynist"]), - (UniCase::ascii("compunation"), &["computation"]), - (UniCase::ascii("hystericaly"), &["hysterically"]), - (UniCase::ascii("vegetarion"), &["vegetarian"]), - (UniCase::ascii("syncronization"), &["synchronization"]), - (UniCase::ascii("capitilism"), &["capitalism"]), - (UniCase::ascii("coordianted"), &["coordinated"]), - (UniCase::ascii("scriptus"), &["scripts"]), - (UniCase::ascii("corperations"), &["corporations"]), - (UniCase::ascii("zepplein"), &["zeppelin"]), - (UniCase::ascii("uretrha"), &["urethra"]), - (UniCase::ascii("guantamano"), &["guantanamo"]), - (UniCase::ascii("desginer"), &["designer"]), - (UniCase::ascii("indicats"), &["indicators"]), - (UniCase::ascii("inititiaves"), &["initiatives"]), - (UniCase::ascii("unconventionnal"), &["unconventional"]), - (UniCase::ascii("croporations"), &["corporations"]), - (UniCase::ascii("peacefullly"), &["peacefully"]), - (UniCase::ascii("executionar"), &["executioner"]), - (UniCase::ascii("curcuit"), &["circuit"]), - (UniCase::ascii("turntabel"), &["turntable"]), - (UniCase::ascii("cilivians"), &["civilians"]), - (UniCase::ascii("frankenstined"), &["frankenstein"]), - (UniCase::ascii("previoulsy"), &["previously"]), - (UniCase::ascii("libertairan"), &["libertarians"]), - (UniCase::ascii("regulatiors"), &["regulators"]), - (UniCase::ascii("austiran"), &["austrian"]), - (UniCase::ascii("squirte"), &["squirtle"]), - (UniCase::ascii("inconsequantial"), &["inconsequential"]), - (UniCase::ascii("festivas"), &["festivals"]), - (UniCase::ascii("adressing"), &["addressing"]), - (UniCase::ascii("malpractise"), &["malpractice"]), - (UniCase::ascii("interferre"), &["interfere"]), - (UniCase::ascii("initaliser"), &["initialiser"]), - (UniCase::ascii("provinence"), &["providence"]), - (UniCase::ascii("unempolyed"), &["unemployed"]), - (UniCase::ascii("substracting"), &["subtracting"]), - (UniCase::ascii("illistration"), &["illustration"]), - (UniCase::ascii("incorect"), &["incorrect"]), - (UniCase::ascii("inflitrate"), &["infiltrate"]), - (UniCase::ascii("sacrifizing"), &["sacrificing"]), - (UniCase::ascii("neccessary"), &["necessary"]), - (UniCase::ascii("installus"), &["installs"]), - (UniCase::ascii("contrabution"), &["contribution"]), - (UniCase::ascii("poralized"), &["polarized"]), - (UniCase::ascii("expliciet"), &["explicit"]), - (UniCase::ascii("substraction"), &["subtraction"]), - (UniCase::ascii("practioners"), &["practitioners"]), - (UniCase::ascii("throughoput"), &["throughput"]), - (UniCase::ascii("soveregin"), &["sovereign"]), - (UniCase::ascii("coindice"), &["coincide"]), - (UniCase::ascii("wednessay"), &["wednesdays"]), - (UniCase::ascii("prinicipal"), &["principal"]), - (UniCase::ascii("reliabilty"), &["reliability"]), - (UniCase::ascii("assosiation"), &["association"]), - (UniCase::ascii("hollywod"), &["hollywood"]), - (UniCase::ascii("considerant"), &["considerate"]), - (UniCase::ascii("directorguy"), &["directory"]), - (UniCase::ascii("bandwith"), &["bandwidth"]), - (UniCase::ascii("rightfullly"), &["rightfully"]), - (UniCase::ascii("moonligt"), &["moonlight"]), - (UniCase::ascii("algorithim"), &["algorithm"]), - (UniCase::ascii("univeristy"), &["university"]), - (UniCase::ascii("comprimised"), &["compromised"]), - (UniCase::ascii("ptichforks"), &["pitchforks"]), - (UniCase::ascii("cleanisng"), &["cleansing"]), - (UniCase::ascii("tsunamai"), &["tsunami"]), - (UniCase::ascii("informable"), &["informal"]), - (UniCase::ascii("athetlics"), &["athletics"]), - (UniCase::ascii("pateintly"), &["patiently"]), - (UniCase::ascii("organiste"), &["organise"]), - (UniCase::ascii("heavyweigt"), &["heavyweight"]), - (UniCase::ascii("positiond"), &["positioned"]), - (UniCase::ascii("delcaring"), &["declaring"]), - (UniCase::ascii("degarde"), &["degrade"]), - (UniCase::ascii("guardain"), &["guardian"]), - (UniCase::ascii("pancaeks"), &["pancakes"]), - (UniCase::ascii("socilaist"), &["socialist"]), - (UniCase::ascii("extremly"), &["extremely"]), - (UniCase::ascii("tournements"), &["tournaments"]), - (UniCase::ascii("tryavon"), &["trayvon"]), - (UniCase::ascii("mutlinational"), &["multinational"]), - (UniCase::ascii("attracters"), &["attracts"]), - (UniCase::ascii("exectuable"), &["executable"]), - (UniCase::ascii("conduict"), &["conduit"]), - (UniCase::ascii("sotryline"), &["storyline"]), - (UniCase::ascii("nationalitys"), &["nationalist"]), - (UniCase::ascii("currentusa"), &["currents"]), - (UniCase::ascii("translatio"), &["translator"]), - (UniCase::ascii("individuais"), &["individuals"]), - (UniCase::ascii("familairity"), &["familiarity"]), - (UniCase::ascii("maybelle"), &["maybelline"]), - (UniCase::ascii("govenrments"), &["governments"]), - (UniCase::ascii("unihabited"), &["uninhabited"]), - (UniCase::ascii("registerdns"), &["registers"]), - (UniCase::ascii("conselation"), &["consolation"]), - (UniCase::ascii("horizonts"), &["horizons"]), - (UniCase::ascii("invoekr"), &["invoker"]), - (UniCase::ascii("accidentely"), &["accidently"]), - (UniCase::ascii("automodorator"), &["automoderator"]), - (UniCase::ascii("exlcuding"), &["excluding"]), - (UniCase::ascii("unoticeable"), &["unnoticeable"]), - (UniCase::ascii("laguage"), &["language"]), - (UniCase::ascii("degenererat"), &["degenerate"]), - (UniCase::ascii("teamifghts"), &["teamfights"]), - (UniCase::ascii("tust"), &["trust"]), - (UniCase::ascii("exampt"), &["exempt"]), - (UniCase::ascii("atheistisch"), &["atheistic"]), - (UniCase::ascii("uncanney"), &["uncanny"]), - (UniCase::ascii("overeaching"), &["overarching"]), - (UniCase::ascii("negotiatiors"), &["negotiations"]), - (UniCase::ascii("mathematitians"), &["mathematicians"]), - (UniCase::ascii("agravate"), &["aggravate"]), - (UniCase::ascii("tonuges"), &["tongues"]), - (UniCase::ascii("characterisitcs"), &["characteristics"]), - (UniCase::ascii("disclipines"), &["disciplines"]), - (UniCase::ascii("passionite"), &["passionate"]), - (UniCase::ascii("dysoptian"), &["dystopian"]), - (UniCase::ascii("gouvener"), &["governor"]), - (UniCase::ascii("repersenting"), &["representing"]), - (UniCase::ascii("hypocriticial"), &["hypocritical"]), - (UniCase::ascii("disrepsected"), &["disrespected"]), - (UniCase::ascii("inappropraite"), &["inappropriate"]), - (UniCase::ascii("lotharingen"), &["lothringen"]), - (UniCase::ascii("doublerift"), &["doublelift"]), - (UniCase::ascii("practiclly"), &["practically"]), - (UniCase::ascii("scultpure"), &["sculpture"]), - (UniCase::ascii("psychidelic"), &["psychedelic"]), - (UniCase::ascii("emphetamines"), &["amphetamines"]), - (UniCase::ascii("portestants"), &["protestants"]), - (UniCase::ascii("alphabeat"), &["alphabet"]), - (UniCase::ascii("overwhelemed"), &["overwhelmed"]), - (UniCase::ascii("commongly"), &["commonly"]), - (UniCase::ascii("acustommed"), &["accustomed"]), - (UniCase::ascii("deveolpment"), &["developments"]), - (UniCase::ascii("powerlisting"), &["powerlifting"]), - (UniCase::ascii("copenhague"), &["copenhagen"]), - (UniCase::ascii("distrubutors"), &["distributors"]), - (UniCase::ascii("owudl"), &["would"]), - (UniCase::ascii("acknowlegdement"), &["acknowledgement"]), - (UniCase::ascii("transaccion"), &["transaction"]), - (UniCase::ascii("anounced"), &["announced"]), - (UniCase::ascii("confermation"), &["confirmation"]), - (UniCase::ascii("invitating"), &["invitation"]), - (UniCase::ascii("unresponsibe"), &["unresponsive"]), - (UniCase::ascii("absorpsion"), &["absorption"]), - (UniCase::ascii("reconsidder"), &["reconsider"]), - (UniCase::ascii("exculsive"), &["exclusive"]), - (UniCase::ascii("ailenated"), &["alienated"]), - (UniCase::ascii("dependened"), &["depended"]), - (UniCase::ascii("initalizations"), &["initializations"]), - (UniCase::ascii("saddenes"), &["saddens"]), - (UniCase::ascii("staklers"), &["stalkers"]), - (UniCase::ascii("passerbys"), &["passersby"]), - (UniCase::ascii("omnipitent"), &["omnipotent"]), - (UniCase::ascii("mathematisch"), &["mathematics"]), - (UniCase::ascii("restorating"), &["restoration"]), - (UniCase::ascii("reconnaissence"), &["reconnaissance"]), - (UniCase::ascii("handycapped"), &["handicapped"]), - (UniCase::ascii("comtamination"), &["contamination"]), - (UniCase::ascii("indicativo"), &["indication"]), - (UniCase::ascii("geogrpahical"), &["geographical"]), - (UniCase::ascii("pressureing"), &["pressuring"]), - (UniCase::ascii("engagemnts"), &["engagements"]), - (UniCase::ascii("tequlia"), &["tequila"]), - (UniCase::ascii("interprate"), &["interpret"]), - (UniCase::ascii("completelys"), &["completes"]), - (UniCase::ascii("adressed"), &["addressed"]), - (UniCase::ascii("consums"), &["consumes"]), - (UniCase::ascii("indroductory"), &["introductory"]), - (UniCase::ascii("nightlcub"), &["nightclub"]), - (UniCase::ascii("deriviated"), &["derived"]), - (UniCase::ascii("snowbaling"), &["snowballing"]), - (UniCase::ascii("presuasive"), &["persuasive"]), - (UniCase::ascii("shcooled"), &["schooled"]), - (UniCase::ascii("senstive"), &["sensitive"]), - (UniCase::ascii("broadcastes"), &["broadcasts"]), - (UniCase::ascii("bangledash"), &["bangladesh"]), - (UniCase::ascii("tentacreul"), &["tentacle"]), - (UniCase::ascii("testiclies"), &["testicle"]), - (UniCase::ascii("ingorance"), &["ignorance"]), - (UniCase::ascii("mirorred"), &["mirrored"]), - (UniCase::ascii("torchligt"), &["torchlight"]), - (UniCase::ascii("considerd"), &["considered"]), - (UniCase::ascii("sapphie"), &["sapphire"]), - (UniCase::ascii("invinsible"), &["invincible"]), - (UniCase::ascii("intruductory"), &["introductory"]), - (UniCase::ascii("eveyrones"), &["everyones"]), - (UniCase::ascii("nihilsim"), &["nihilism"]), - (UniCase::ascii("reciprocant"), &["reciprocate"]), - (UniCase::ascii("disturben"), &["disturbance"]), - (UniCase::ascii("affintiy"), &["affinity"]), - (UniCase::ascii("transfersom"), &["transforms"]), - (UniCase::ascii("clannand"), &["clannad"]), - (UniCase::ascii("cosmeticas"), &["cosmetics"]), - (UniCase::ascii("sebastin"), &["sebastian"]), - (UniCase::ascii("synopsies"), &["synopsis"]), - (UniCase::ascii("meagthread"), &["megathread"]), - (UniCase::ascii("weightligting"), &["weightlifting"]), - (UniCase::ascii("logisitcal"), &["logistical"]), - (UniCase::ascii("probelms"), &["problems"]), - (UniCase::ascii("achievemnts"), &["achievements"]), - (UniCase::ascii("concevied"), &["conceived"]), - (UniCase::ascii("congratualte"), &["congratulate"]), - (UniCase::ascii("lastr"), &["last"]), - (UniCase::ascii("kongregation"), &["congregation"]), - (UniCase::ascii("describiste"), &["describes"]), - (UniCase::ascii("subconscius"), &["subconscious"]), - (UniCase::ascii("impossibily"), &["impossibly"]), - (UniCase::ascii("assistanse"), &["assistants"]), - (UniCase::ascii("formulaes"), &["formulas"]), - (UniCase::ascii("convertirle"), &["convertible"]), - (UniCase::ascii("mangitude"), &["magnitude"]), - (UniCase::ascii("governened"), &["governed"]), - (UniCase::ascii("jounralists"), &["journalists"]), - (UniCase::ascii("inspriational"), &["inspirational"]), - (UniCase::ascii("transfroms"), &["transforms"]), - (UniCase::ascii("persaude"), &["persuade"]), - (UniCase::ascii("crusdaer"), &["crusader"]), - (UniCase::ascii("capabillity"), &["capability"]), - (UniCase::ascii("temporaily"), &["temporarily"]), - (UniCase::ascii("scandlas"), &["scandals"]), - (UniCase::ascii("reflextion"), &["reflection"]), - (UniCase::ascii("articluated"), &["articulated"]), - (UniCase::ascii("constinually"), &["continually"]), - (UniCase::ascii("explanitary"), &["explanatory"]), - (UniCase::ascii("extraordinair"), &["extraordinary"]), - (UniCase::ascii("brutaly"), &["brutally"]), - (UniCase::ascii("algorithyms"), &["algorithm"]), - (UniCase::ascii("diaganol"), &["diagonal"]), - (UniCase::ascii("threatended"), &["threatened"]), - (UniCase::ascii("negligeble"), &["negligible"]), - (UniCase::ascii("capitlaism"), &["capitalism"]), - (UniCase::ascii("phonecian"), &["phoenecian"]), - (UniCase::ascii("miluwakee"), &["milwaukee"]), - (UniCase::ascii("subscirption"), &["subscriptions"]), - (UniCase::ascii("dynamiclly"), &["dynamically"]), - (UniCase::ascii("handedlly"), &["handedly"]), - (UniCase::ascii("secretley"), &["secretly"]), - (UniCase::ascii("cautionsly"), &["cautiously"]), - (UniCase::ascii("dashboad"), &["dashboard"]), - (UniCase::ascii("protaginist"), &["protagonist"]), - (UniCase::ascii("woulndt"), &["wouldnt"]), - (UniCase::ascii("bulletprof"), &["bulletproof"]), - (UniCase::ascii("interruping"), &["interrupting"]), - (UniCase::ascii("confidenty"), &["confidently"]), - (UniCase::ascii("recepients"), &["recipients"]), - (UniCase::ascii("perpetutate"), &["perpetuate"]), - (UniCase::ascii("planeswlakers"), &["planeswalker"]), - (UniCase::ascii("hypertrophey"), &["hypertrophy"]), - (UniCase::ascii("procrastinatin"), &["procrastination"]), - (UniCase::ascii("insectos"), &["insects"]), - (UniCase::ascii("introvet"), &["introvert"]), - (UniCase::ascii("similiraties"), &["similarities"]), - (UniCase::ascii("woudlnt"), &["wouldnt"]), - (UniCase::ascii("posioned"), &["poisoned"]), - (UniCase::ascii("ommitting"), &["omitting"]), - (UniCase::ascii("discrimianted"), &["discriminated"]), - (UniCase::ascii("daimonds"), &["diamonds"]), - (UniCase::ascii("trasnferring"), &["transferring"]), - (UniCase::ascii("assmebled"), &["assembled"]), - (UniCase::ascii("clinicos"), &["clinics"]), - (UniCase::ascii("harases"), &["harasses"]), - (UniCase::ascii("overclok"), &["overclock"]), - (UniCase::ascii("vareity"), &["variety"]), - (UniCase::ascii("inconsciously"), &["unconsciously"]), - (UniCase::ascii("explicatif"), &["explicit"]), - (UniCase::ascii("raspberrry"), &["raspberry"]), - (UniCase::ascii("precedance"), &["precedence"]), - (UniCase::ascii("sungalsses"), &["sunglasses"]), - (UniCase::ascii("electroyltes"), &["electrolytes"]), - (UniCase::ascii("fundumentalists"), &["fundamentalists"]), - (UniCase::ascii("illnesess"), &["illnesses"]), - (UniCase::ascii("contextful"), &["contextual"]), - (UniCase::ascii("reaserching"), &["researching"]), - (UniCase::ascii("expendatures"), &["expenditures"]), - (UniCase::ascii("philosophycal"), &["philosophically"]), - (UniCase::ascii("consolodate"), &["consolidate"]), - (UniCase::ascii("continuarla"), &["continual"]), - (UniCase::ascii("requime"), &["requiem"]), - (UniCase::ascii("considerbly"), &["considerably"]), - (UniCase::ascii("pronunciacion"), &["pronunciation"]), - (UniCase::ascii("communciate"), &["communicate"]), - (UniCase::ascii("varing"), &["varying"]), - (UniCase::ascii("forcefuly"), &["forcefully"]), - (UniCase::ascii("resistnaces"), &["resistances"]), - (UniCase::ascii("complicati"), &["complicit"]), - (UniCase::ascii("certificationkits"), &["certifications"]), - (UniCase::ascii("casualries"), &["casualties"]), - (UniCase::ascii("pointure"), &["pointer"]), - (UniCase::ascii("nutriet"), &["nutrient"]), - (UniCase::ascii("parasitter"), &["parasite"]), - (UniCase::ascii("distractiv"), &["district"]), - (UniCase::ascii("misogynystic"), &["misogynistic"]), - (UniCase::ascii("fondamentalist"), &["fundamentalist"]), - (UniCase::ascii("prohpets"), &["prophets"]), - (UniCase::ascii("hanidcapped"), &["handicapped"]), - (UniCase::ascii("requiers"), &["requires"]), - (UniCase::ascii("bodybuilidng"), &["bodybuilding"]), - (UniCase::ascii("montiors"), &["monitors"]), - (UniCase::ascii("importen"), &["importance"]), - (UniCase::ascii("arugmentative"), &["argumentative"]), - (UniCase::ascii("incomprehensable"), &["incomprehensible"]), - (UniCase::ascii("misdemenaor"), &["misdemeanor"]), - (UniCase::ascii("autograh"), &["autograph"]), - (UniCase::ascii("inadquate"), &["inadequate"]), - (UniCase::ascii("monopolly"), &["monopoly"]), - (UniCase::ascii("expectaion"), &["expectation"]), - (UniCase::ascii("ihaca"), &["ithaca"]), - (UniCase::ascii("explination"), &["explanation"]), - (UniCase::ascii("conceviably"), &["conceivably"]), - (UniCase::ascii("ocassions"), &["occasions"]), - (UniCase::ascii("conicide"), &["coincide"]), - (UniCase::ascii("simplifiy"), &["simplify"]), - (UniCase::ascii("surveyer"), &["surveyor"]), - (UniCase::ascii("crosshiar"), &["crosshair"]), - (UniCase::ascii("collaborare"), &["collaborate"]), - (UniCase::ascii("unnecesarily"), &["unnecessarily"]), - (UniCase::ascii("overtun"), &["overturn"]), - (UniCase::ascii("expensie"), &["expense"]), - (UniCase::ascii("bengazhi"), &["benghazi"]), - (UniCase::ascii("reqiuem"), &["requiem"]), - (UniCase::ascii("scandanivian"), &["scandinavian"]), - (UniCase::ascii("armamant"), &["armament"]), - (UniCase::ascii("successs"), &["successes"]), - (UniCase::ascii("encyclopeadia"), &["encyclopedia"]), - (UniCase::ascii("metabolics"), &["metabolism"]), - (UniCase::ascii("installatons"), &["installations"]), - (UniCase::ascii("tehy"), &["they"]), - (UniCase::ascii("colloqiual"), &["colloquial"]), - (UniCase::ascii("principly"), &["principally"]), - (UniCase::ascii("grativate"), &["gravitate"]), - (UniCase::ascii("bloodbrone"), &["bloodborne"]), - (UniCase::ascii("arbitrairly"), &["arbitrarily"]), - (UniCase::ascii("portugeuse"), &["portuguese"]), - (UniCase::ascii("abuseres"), &["abusers"]), - (UniCase::ascii("medievel"), &["medieval"]), - (UniCase::ascii("intimitate"), &["intimidate"]), - (UniCase::ascii("parenthesys"), &["parentheses"]), - (UniCase::ascii("curcible"), &["crucible"]), - (UniCase::ascii("outperfrom"), &["outperform"]), - (UniCase::ascii("proceding"), &["proceeding"]), - (UniCase::ascii("concsiousness"), &["consciousness"]), - (UniCase::ascii("internations"), &["interactions"]), - (UniCase::ascii("tesitcles"), &["testicles"]), - (UniCase::ascii("demonstarting"), &["demonstrating"]), - (UniCase::ascii("mulitples"), &["multiples"]), - (UniCase::ascii("knowledgabe"), &["knowledgable"]), - (UniCase::ascii("cuztomizable"), &["customizable"]), - (UniCase::ascii("unknowinlgy"), &["unknowingly"]), - (UniCase::ascii("acquried"), &["acquired"]), - (UniCase::ascii("embarass"), &["embarrass"]), - (UniCase::ascii("freqeuncy"), &["frequency"]), - (UniCase::ascii("playaround"), &["playground"]), - (UniCase::ascii("bangkock"), &["bangkok"]), - (UniCase::ascii("nueroscience"), &["neuroscience"]), - (UniCase::ascii("cyclinder"), &["cylinder"]), - (UniCase::ascii("intimitating"), &["intimidating"]), - (UniCase::ascii("subsittute"), &["substitutes"]), - (UniCase::ascii("whitleist"), &["whitelist"]), - (UniCase::ascii("contradicion"), &["contradiction"]), - (UniCase::ascii("proceder"), &["procedure"]), - (UniCase::ascii("poportional"), &["proportional"]), - (UniCase::ascii("porshan"), &["portion"]), - (UniCase::ascii("asshatts"), &["asshats"]), - (UniCase::ascii("restaruants"), &["restaurants"]), - (UniCase::ascii("constanly"), &["constantly"]), - (UniCase::ascii("spammade"), &["spammed"]), - (UniCase::ascii("hardlinked"), &["hardline"]), - (UniCase::ascii("knowladgable"), &["knowledgable"]), - (UniCase::ascii("directinla"), &["directional"]), - (UniCase::ascii("wnats"), &["wants"]), - (UniCase::ascii("thiests"), &["theists"]), - (UniCase::ascii("disrespekt"), &["disrespect"]), - (UniCase::ascii("frightend"), &["frightened"]), - (UniCase::ascii("palestinains"), &["palestinians"]), - (UniCase::ascii("malaira"), &["malaria"]), - (UniCase::ascii("visibiliy"), &["visibility"]), - (UniCase::ascii("ublisher"), &["publisher"]), - (UniCase::ascii("possiblly"), &["possibly"]), - (UniCase::ascii("involuntarely"), &["involuntary"]), - (UniCase::ascii("unisntalling"), &["uninstalling"]), - (UniCase::ascii("subscribtions"), &["subscriptions"]), - (UniCase::ascii("passabel"), &["passable"]), - (UniCase::ascii("onsluaght"), &["onslaught"]), - (UniCase::ascii("performancetest"), &["performances"]), - (UniCase::ascii("scandinava"), &["scandinavian"]), - (UniCase::ascii("maybellene"), &["maybelline"]), - (UniCase::ascii("intelligenty"), &["intelligently"]), - (UniCase::ascii("extensivelly"), &["extensively"]), - (UniCase::ascii("fundametal"), &["fundamental"]), - (UniCase::ascii("enchantmant"), &["enchantment"]), - (UniCase::ascii("staoshi"), &["satoshi"]), - (UniCase::ascii("adatper"), &["adapter"]), - (UniCase::ascii("mounth"), &["month"]), - (UniCase::ascii("monstorsity"), &["monstrosity"]), - (UniCase::ascii("contrubutes"), &["contributes"]), - (UniCase::ascii("backerds"), &["backers"]), - (UniCase::ascii("unbreakabie"), &["unbreakable"]), - (UniCase::ascii("godlfish"), &["goldfish"]), - (UniCase::ascii("unneccessary"), &["unnecessary"]), - (UniCase::ascii("decsendants"), &["descendants"]), - (UniCase::ascii("misunderstanging"), &["misunderstandings"]), - (UniCase::ascii("recongise"), &["recognise"]), - (UniCase::ascii("realiest"), &["earliest"]), - (UniCase::ascii("expresison"), &["expressions"]), - (UniCase::ascii("publishor"), &["publisher"]), - (UniCase::ascii("informitive"), &["informative"]), - (UniCase::ascii("monolistic"), &["monolithic"]), - (UniCase::ascii("unimpressd"), &["unimpressed"]), - (UniCase::ascii("forsaw"), &["foresaw"]), - (UniCase::ascii("administrativne"), &["administrative"]), - (UniCase::ascii("antibitoic"), &["antibiotic"]), - (UniCase::ascii("compressio"), &["compressor"]), - (UniCase::ascii("sertificates"), &["certificates"]), - (UniCase::ascii("satelite"), &["satellite"]), - (UniCase::ascii("popoulation"), &["population"]), - (UniCase::ascii("connecs"), &["connects"]), - (UniCase::ascii("molestarle"), &["molester"]), - (UniCase::ascii("inconsistenties"), &["inconsistencies"]), - (UniCase::ascii("evovles"), &["evolves"]), - (UniCase::ascii("predictons"), &["predictions"]), - (UniCase::ascii("accomadates"), &["accommodates"]), - (UniCase::ascii("speculatin"), &["speculation"]), - (UniCase::ascii("apoligetic"), &["apologetic"]), - (UniCase::ascii("clyinder"), &["cylinder"]), - (UniCase::ascii("refrences"), &["references"]), - (UniCase::ascii("annoyingy"), &["annoyingly"]), - (UniCase::ascii("fraturnity"), &["fraternity"]), - (UniCase::ascii("interpretaion"), &["interpretation"]), - (UniCase::ascii("immedeatly"), &["immediately"]), - (UniCase::ascii("roelplay"), &["roleplay"]), - (UniCase::ascii("intellecutal"), &["intellectual"]), - (UniCase::ascii("historicans"), &["historians"]), - (UniCase::ascii("sacrifacing"), &["sacrificing"]), - (UniCase::ascii("goign"), &["going"]), - (UniCase::ascii("movei"), &["movie"]), - (UniCase::ascii("assemby"), &["assembly"]), - (UniCase::ascii("peircings"), &["piercings"]), - (UniCase::ascii("absestos"), &["asbestos"]), - (UniCase::ascii("nilihism"), &["nihilism"]), - (UniCase::ascii("overwhemlingly"), &["overwhelmingly"]), - (UniCase::ascii("unreasonal"), &["unreasonably"]), - (UniCase::ascii("accrediated"), &["accredited"]), - (UniCase::ascii("vehciles"), &["vehicles"]), - (UniCase::ascii("impliment"), &["implement"]), - (UniCase::ascii("compitability"), &["compatibility"]), - (UniCase::ascii("receptores"), &["receptors"]), - (UniCase::ascii("interresing"), &["interfering"]), - (UniCase::ascii("intorverted"), &["introverted"]), - (UniCase::ascii("socailism"), &["socialism"]), - (UniCase::ascii("framgent"), &["fragment"]), - (UniCase::ascii("criticaly"), &["critically"]), - (UniCase::ascii("brainwasing"), &["brainwashing"]), - (UniCase::ascii("inflatabale"), &["inflatable"]), - (UniCase::ascii("unbanend"), &["unbanned"]), - (UniCase::ascii("tacticts"), &["tactics"]), - (UniCase::ascii("harldine"), &["hardline"]), - (UniCase::ascii("chihauhua"), &["chihuahua"]), - (UniCase::ascii("amognst"), &["amongst"]), - (UniCase::ascii("oppressiun"), &["oppressing"]), - (UniCase::ascii("anonamously"), &["anonymously"]), - (UniCase::ascii("instatance"), &["instance"]), - (UniCase::ascii("illustartions"), &["illustrations"]), - (UniCase::ascii("downloadas"), &["downloads"]), - (UniCase::ascii("contestes"), &["contests"]), - (UniCase::ascii("obisdian"), &["obsidian"]), - (UniCase::ascii("mastermid"), &["mastermind"]), - (UniCase::ascii("prinicple"), &["principle"]), - (UniCase::ascii("anonymosly"), &["anonymously"]), - (UniCase::ascii("organisationens"), &["organisations"]), - (UniCase::ascii("barceloneta"), &["barcelona"]), - (UniCase::ascii("rysurrection"), &["resurrection"]), - (UniCase::ascii("indoensian"), &["indonesian"]), - (UniCase::ascii("repalys"), &["replays"]), - (UniCase::ascii("moustace"), &["moustache"]), - (UniCase::ascii("encrpyt"), &["encrypt"]), - (UniCase::ascii("iburpofen"), &["ibuprofen"]), - (UniCase::ascii("charactaristics"), &["characteristics"]), - (UniCase::ascii("knowlegeable"), &["knowledgeable"]), - (UniCase::ascii("doubellift"), &["doublelift"]), - (UniCase::ascii("indestructibe"), &["indestructible"]), - (UniCase::ascii("furncae"), &["furnace"]), - (UniCase::ascii("comfortablly"), &["comfortably"]), - (UniCase::ascii("adminsitrator"), &["administrator"]), - (UniCase::ascii("proletaryat"), &["proletariat"]), - (UniCase::ascii("businessen"), &["businessmen"]), - (UniCase::ascii("respectabil"), &["respectable"]), - (UniCase::ascii("remembee"), &["remembered"]), - (UniCase::ascii("ecomonic"), &["economic"]), - (UniCase::ascii("survaillance"), &["surveillance"]), - (UniCase::ascii("obivous"), &["obvious"]), - (UniCase::ascii("privilegs"), &["privileges"]), - (UniCase::ascii("ermington"), &["remington"]), - (UniCase::ascii("fractalius"), &["fractals"]), - (UniCase::ascii("mexicants"), &["mexicans"]), - (UniCase::ascii("converastions"), &["conservation"]), - (UniCase::ascii("immobilien"), &["immobile"]), - (UniCase::ascii("reccommended"), &["recommended"]), - (UniCase::ascii("shcizophrenic"), &["schizophrenic"]), - (UniCase::ascii("mircales"), &["miracles"]), - (UniCase::ascii("expolde"), &["explode"]), - (UniCase::ascii("meditatiing"), &["meditating"]), - (UniCase::ascii("electrial"), &["electrical"]), - (UniCase::ascii("battlesaur"), &["battlestar"]), - (UniCase::ascii("viligante"), &["vigilante"]), - (UniCase::ascii("teh"), &["the"]), - (UniCase::ascii("inititaive"), &["initiatives"]), - (UniCase::ascii("slighly"), &["slightly"]), - (UniCase::ascii("carpetner"), &["carpenter"]), - (UniCase::ascii("influneced"), &["influenced"]), - (UniCase::ascii("adorbale"), &["adorable"]), - (UniCase::ascii("gullbile"), &["gullible"]), - (UniCase::ascii("distingiushing"), &["distinguishing"]), - (UniCase::ascii("paraylzed"), &["paralyzed"]), - (UniCase::ascii("briused"), &["bruised"]), - (UniCase::ascii("confussion"), &["confession"]), - (UniCase::ascii("normalls"), &["normals"]), - (UniCase::ascii("passowrds"), &["passwords"]), - (UniCase::ascii("dispositon"), &["disposition"]), - (UniCase::ascii("ukrainie"), &["ukraine"]), - (UniCase::ascii("messagd"), &["messaged"]), - (UniCase::ascii("incompatability"), &["incompatibility"]), - (UniCase::ascii("copenhangen"), &["copenhagen"]), - (UniCase::ascii("perferences"), &["preferences"]), - (UniCase::ascii("overhwelm"), &["overwhelm"]), - (UniCase::ascii("phyiscs"), &["physics"]), - (UniCase::ascii("sargant"), &["sergeant"]), - (UniCase::ascii("colonialisim"), &["colonialism"]), - (UniCase::ascii("explaind"), &["explained"]), - (UniCase::ascii("tsunmai"), &["tsunami"]), - (UniCase::ascii("destrose"), &["destroyers"]), - (UniCase::ascii("skillsto"), &["skillshots"]), - (UniCase::ascii("shakespare"), &["shakespeare"]), - (UniCase::ascii("condenmed"), &["condemned"]), - (UniCase::ascii("cartdridge"), &["cartridge"]), - (UniCase::ascii("restraunt"), &["restraint"]), - (UniCase::ascii("rightfuly"), &["rightfully"]), - (UniCase::ascii("perfeccion"), &["perfection"]), - (UniCase::ascii("prioritse"), &["priorities"]), - (UniCase::ascii("comperhend"), &["comprehend"]), - (UniCase::ascii("thumbmails"), &["thumbnails"]), - (UniCase::ascii("auxilary"), &["auxiliary"]), - (UniCase::ascii("preiodic"), &["periodic"]), - (UniCase::ascii("caclulator"), &["calculator"]), - (UniCase::ascii("legitimt"), &["legitimate"]), - (UniCase::ascii("photogrpahs"), &["photographs"]), - (UniCase::ascii("percursor"), &["precursor"]), - (UniCase::ascii("utiliterian"), &["utilitarian"]), - (UniCase::ascii("adovcated"), &["advocated"]), - (UniCase::ascii("teaspooon"), &["teaspoon"]), - (UniCase::ascii("disatvantaged"), &["disadvantaged"]), - (UniCase::ascii("centeres"), &["centers"]), - (UniCase::ascii("tradionally"), &["traditionally"]), - (UniCase::ascii("collaboratin"), &["collaboration"]), - (UniCase::ascii("politicain"), &["politician"]), - (UniCase::ascii("requred"), &["required"]), - (UniCase::ascii("evertyime"), &["everytime"]), - (UniCase::ascii("comparisson"), &["comparisons"]), - (UniCase::ascii("coalese"), &["coalesce"]), - (UniCase::ascii("benchamrk"), &["benchmark"]), - (UniCase::ascii("paralzyed"), &["paralyzed"]), - (UniCase::ascii("apartheied"), &["apartheid"]), - (UniCase::ascii("falsley"), &["falsely"]), - (UniCase::ascii("flawlessy"), &["flawlessly"]), - (UniCase::ascii("repbulic"), &["republic"]), - (UniCase::ascii("unemployeed"), &["unemployed"]), - (UniCase::ascii("refusla"), &["refusal"]), - (UniCase::ascii("testice"), &["testicle"]), - (UniCase::ascii("brillaince"), &["brilliance"]), - (UniCase::ascii("principels"), &["principals"]), - (UniCase::ascii("assassintation"), &["assassination"]), - (UniCase::ascii("chasr"), &["chaser"]), - (UniCase::ascii("biseuxal"), &["bisexual"]), - (UniCase::ascii("entrepraneurs"), &["entrepreneurs"]), - (UniCase::ascii("uplaods"), &["uploads"]), - (UniCase::ascii("indisious"), &["insidious"]), - (UniCase::ascii("invisibiliy"), &["invisibility"]), - (UniCase::ascii("addittions"), &["addictions"]), - (UniCase::ascii("departue"), &["departure"]), - (UniCase::ascii("klenex"), &["kleenex"]), - (UniCase::ascii("reseraching"), &["researching"]), - (UniCase::ascii("apsotrophe"), &["apostrophe"]), - (UniCase::ascii("finnisch"), &["finnish"]), - (UniCase::ascii("anmesia"), &["amnesia"]), - (UniCase::ascii("intellegent"), &["intelligent"]), - (UniCase::ascii("exclusivty"), &["exclusivity"]), - (UniCase::ascii("paranioa"), &["paranoia"]), - (UniCase::ascii("misundrestanding"), &["misunderstandings"]), - (UniCase::ascii("gadgest"), &["gadgets"]), - (UniCase::ascii("tenacle"), &["tentacle"]), - (UniCase::ascii("chatolic"), &["catholic"]), - (UniCase::ascii("abosrption"), &["absorption"]), - (UniCase::ascii("sandnig"), &["sanding"]), - (UniCase::ascii("exclusiveity"), &["exclusivity"]), - (UniCase::ascii("uncompetive"), &["uncompetitive"]), - (UniCase::ascii("incredibley"), &["incredibly"]), - (UniCase::ascii("perpendiculaires"), &["perpendicular"]), - (UniCase::ascii("satsifaction"), &["satisfaction"]), - (UniCase::ascii("filetimes"), &["lifetimes"]), - (UniCase::ascii("jugnling"), &["jungling"]), - (UniCase::ascii("dissonante"), &["dissonance"]), - (UniCase::ascii("eahc"), &["each"]), - (UniCase::ascii("repaires"), &["repairs"]), - (UniCase::ascii("fanatsizing"), &["fantasizing"]), - (UniCase::ascii("frustrats"), &["frustrates"]), - (UniCase::ascii("urethrea"), &["urethra"]), - (UniCase::ascii("replayd"), &["replayed"]), - (UniCase::ascii("psichological"), &["psychological"]), - (UniCase::ascii("misreably"), &["miserably"]), - (UniCase::ascii("mircoatx"), &["microatx"]), - (UniCase::ascii("insitutions"), &["institutions"]), - (UniCase::ascii("santurom"), &["santorum"]), - (UniCase::ascii("considerabley"), &["considerably"]), - (UniCase::ascii("psycholigically"), &["psychologically"]), - (UniCase::ascii("vendeta"), &["vendetta"]), - (UniCase::ascii("controversity"), &["controversy"]), - (UniCase::ascii("prioroties"), &["priorities"]), - (UniCase::ascii("democrasies"), &["democracies"]), - (UniCase::ascii("judgenental"), &["judgemental"]), - (UniCase::ascii("consequencies"), &["consequence"]), - (UniCase::ascii("socialistos"), &["socialists"]), - (UniCase::ascii("preservacion"), &["preservation"]), - (UniCase::ascii("befirend"), &["befriend"]), - (UniCase::ascii("horrifing"), &["horrifying"]), - (UniCase::ascii("divisionals"), &["divisions"]), - (UniCase::ascii("tabelspoons"), &["tablespoons"]), - (UniCase::ascii("sensetional"), &["sensational"]), - (UniCase::ascii("operasional"), &["operational"]), - (UniCase::ascii("consistance"), &["consistency"]), - (UniCase::ascii("vigourous"), &["vigorous"]), - (UniCase::ascii("indoctronated"), &["indoctrinated"]), - (UniCase::ascii("anniversery"), &["anniversary"]), - (UniCase::ascii("tranditions"), &["transitions"]), - (UniCase::ascii("trudnle"), &["trundle"]), - (UniCase::ascii("republians"), &["republicans"]), - (UniCase::ascii("experiance"), &["experience"]), - (UniCase::ascii("harrasment"), &["harassment"]), - (UniCase::ascii("infiniment"), &["infinite"]), - (UniCase::ascii("susbtantially"), &["substantially"]), - (UniCase::ascii("continously"), &["continuously"]), - (UniCase::ascii("indoneisa"), &["indonesia"]), - (UniCase::ascii("astronuat"), &["astronaut"]), - (UniCase::ascii("caluclation"), &["calculation"]), - (UniCase::ascii("vertabim"), &["verbatim"]), - (UniCase::ascii("compliactions"), &["complication"]), - (UniCase::ascii("helictoper"), &["helicopters"]), - (UniCase::ascii("photogragh"), &["photograph"]), - (UniCase::ascii("breaktrhough"), &["breakthrough"]), - (UniCase::ascii("insrugency"), &["insurgency"]), - (UniCase::ascii("repsectively"), &["respectively"]), - (UniCase::ascii("paticular"), &["particular"]), - (UniCase::ascii("deployd"), &["deployed"]), - (UniCase::ascii("respiratiory"), &["respiratory"]), - (UniCase::ascii("interational"), &["international"]), - (UniCase::ascii("independetn"), &["independents"]), - (UniCase::ascii("nationalit"), &["nationalist"]), - (UniCase::ascii("frightining"), &["frightening"]), - (UniCase::ascii("confilcts"), &["conflicts"]), - (UniCase::ascii("nutrutious"), &["nutritious"]), - (UniCase::ascii("everyonelse"), &["everyones"]), - (UniCase::ascii("impossibal"), &["impossibly"]), - (UniCase::ascii("irleand"), &["ireland"]), - (UniCase::ascii("hollywoood"), &["hollywood"]), - (UniCase::ascii("vistors"), &["visitors"]), - (UniCase::ascii("prostethic"), &["prosthetic"]), - (UniCase::ascii("analyste"), &["analyse"]), - (UniCase::ascii("betrayeado"), &["betrayed"]), - (UniCase::ascii("allianse"), &["alliances"]), - (UniCase::ascii("continentes"), &["continents"]), - (UniCase::ascii("gradiating"), &["graduating"]), - (UniCase::ascii("destinatin"), &["destinations"]), - (UniCase::ascii("ungrapeful"), &["ungrateful"]), - (UniCase::ascii("manifistation"), &["manifestation"]), - (UniCase::ascii("sunglinger"), &["gunslinger"]), - (UniCase::ascii("ammused"), &["amused"]), - (UniCase::ascii("inquirey"), &["inquiry"]), - (UniCase::ascii("speciallly"), &["specially"]), - (UniCase::ascii("contributers"), &["contributors"]), - (UniCase::ascii("directoty"), &["directory"]), - (UniCase::ascii("compromizing"), &["compromising"]), - (UniCase::ascii("interactes"), &["interacts"]), - (UniCase::ascii("xenophibia"), &["xenophobia"]), - (UniCase::ascii("defanitly"), &["defiantly"]), - (UniCase::ascii("constitutie"), &["constitutes"]), - (UniCase::ascii("relpase"), &["relapse"]), - (UniCase::ascii("veiwpoint"), &["viewpoint"]), - (UniCase::ascii("contians"), &["contains"]), - (UniCase::ascii("percision"), &["precision"]), - (UniCase::ascii("versitlity"), &["versatility"]), - (UniCase::ascii("girlfreind"), &["girlfriend"]), - (UniCase::ascii("acronysm"), &["acronyms"]), - (UniCase::ascii("peculair"), &["peculiar"]), - (UniCase::ascii("springfeild"), &["springfield"]), - (UniCase::ascii("theif"), &["thief"]), - (UniCase::ascii("vibratin"), &["vibration"]), - (UniCase::ascii("outfeild"), &["outfield"]), - (UniCase::ascii("adolecent"), &["adolescent"]), - (UniCase::ascii("undeinable"), &["undeniable"]), - (UniCase::ascii("pyschopathic"), &["psychopathic"]), - (UniCase::ascii("vigilence"), &["vigilance"]), - (UniCase::ascii("playthroguh"), &["playthroughs"]), - (UniCase::ascii("alternativets"), &["alternatives"]), - (UniCase::ascii("premeired"), &["premiered"]), - (UniCase::ascii("nasueous"), &["nauseous"]), - (UniCase::ascii("othrodox"), &["orthodox"]), - (UniCase::ascii("efficency"), &["efficiency"]), - (UniCase::ascii("overloards"), &["overload"]), - (UniCase::ascii("refereneced"), &["referenced"]), - (UniCase::ascii("maestries"), &["masteries"]), - (UniCase::ascii("zionsits"), &["zionists"]), - (UniCase::ascii("microscopice"), &["microscope"]), - (UniCase::ascii("sophosticated"), &["sophisticated"]), - (UniCase::ascii("exaggeratting"), &["exaggerating"]), - (UniCase::ascii("cluprit"), &["culprit"]), - (UniCase::ascii("annilihated"), &["annihilated"]), - (UniCase::ascii("situationals"), &["situations"]), - (UniCase::ascii("intervies"), &["interviews"]), - (UniCase::ascii("msytical"), &["mystical"]), - (UniCase::ascii("youngents"), &["youngest"]), - (UniCase::ascii("algorythims"), &["algorithms"]), - (UniCase::ascii("preferenze"), &["preference"]), - (UniCase::ascii("critizising"), &["criticizing"]), - (UniCase::ascii("vailidty"), &["validity"]), - (UniCase::ascii("lincolin"), &["lincoln"]), - (UniCase::ascii("accomodated"), &["accommodated"]), - (UniCase::ascii("forgeiners"), &["foreigners"]), - (UniCase::ascii("representitives"), &["representatives"]), - (UniCase::ascii("espinoage"), &["espionage"]), - (UniCase::ascii("ritoers"), &["rioters"]), - (UniCase::ascii("adjustible"), &["adjustable"]), - (UniCase::ascii("shatterling"), &["shattering"]), - (UniCase::ascii("galdiator"), &["gladiator"]), - (UniCase::ascii("abanonded"), &["abandoned"]), - (UniCase::ascii("magneisum"), &["magnesium"]), - (UniCase::ascii("unsubscriped"), &["unsubscribed"]), - (UniCase::ascii("servantes"), &["servants"]), - (UniCase::ascii("definitivo"), &["definition"]), - (UniCase::ascii("legimitacy"), &["legitimacy"]), - (UniCase::ascii("cathderal"), &["cathedral"]), - (UniCase::ascii("minneaplis"), &["minneapolis"]), - (UniCase::ascii("proposse"), &["proposes"]), - (UniCase::ascii("insignifiant"), &["insignificant"]), - (UniCase::ascii("reiceved"), &["recieved"]), - (UniCase::ascii("braverly"), &["bravery"]), - (UniCase::ascii("birsbane"), &["brisbane"]), - (UniCase::ascii("norwegin"), &["norwegian"]), - (UniCase::ascii("regretts"), &["regrets"]), - (UniCase::ascii("mutatiohn"), &["mutation"]), - (UniCase::ascii("gladiatr"), &["gladiator"]), - (UniCase::ascii("maked"), &["marked"]), - (UniCase::ascii("conditionel"), &["conditional"]), - (UniCase::ascii("circumstanial"), &["circumstantial"]), - (UniCase::ascii("embarassign"), &["embarassing"]), - (UniCase::ascii("sacrificare"), &["sacrifice"]), - (UniCase::ascii("conicidence"), &["coincidence"]), - (UniCase::ascii("ostencibly"), &["ostensibly"]), - (UniCase::ascii("mozzaralla"), &["mozzarella"]), - (UniCase::ascii("antisipate"), &["anticipate"]), - (UniCase::ascii("interruptis"), &["interrupts"]), - (UniCase::ascii("nieghborhoods"), &["neighborhoods"]), - (UniCase::ascii("occour"), &["occur"]), - (UniCase::ascii("participati"), &["participant"]), - (UniCase::ascii("diverisfy"), &["diversify"]), - (UniCase::ascii("bandiwdth"), &["bandwidth"]), - (UniCase::ascii("unicornis"), &["unicorns"]), - (UniCase::ascii("filpped"), &["flipped"]), - (UniCase::ascii("approximitely"), &["approximately"]), - (UniCase::ascii("apocalypes"), &["apocalypse"]), - (UniCase::ascii("tehtering"), &["tethering"]), - (UniCase::ascii("misinfomed"), &["misinformed"]), - (UniCase::ascii("corrosponding"), &["corresponding"]), - (UniCase::ascii("artificually"), &["artificially"]), - (UniCase::ascii("vietnamnese"), &["vietnamese"]), - (UniCase::ascii("misspellled"), &["misspelled"]), - (UniCase::ascii("astronat"), &["astronaut"]), - (UniCase::ascii("linguistcs"), &["linguistics"]), - (UniCase::ascii("manufacturered"), &["manufactured"]), - (UniCase::ascii("suppresson"), &["suppression"]), - (UniCase::ascii("chirstians"), &["christians"]), - (UniCase::ascii("upgarded"), &["upgraded"]), - (UniCase::ascii("greande"), &["grenade"]), - (UniCase::ascii("emphysyma"), &["emphysema"]), - (UniCase::ascii("sociologia"), &["sociological"]), - (UniCase::ascii("herculeans"), &["hercules"]), - (UniCase::ascii("redepmtion"), &["redemption"]), - (UniCase::ascii("signficant"), &["significant"]), - (UniCase::ascii("tournamets"), &["tournaments"]), - (UniCase::ascii("santioned"), &["sanctioned"]), - (UniCase::ascii("illustrater"), &["illustrator"]), - (UniCase::ascii("archatypes"), &["archetypes"]), - (UniCase::ascii("neuronas"), &["neurons"]), - (UniCase::ascii("requieum"), &["requiem"]), - (UniCase::ascii("uncensord"), &["uncensored"]), - (UniCase::ascii("minamilist"), &["minimalist"]), - (UniCase::ascii("occational"), &["occasional"]), - (UniCase::ascii("andorids"), &["androids"]), - (UniCase::ascii("fruitsations"), &["frustrations"]), - (UniCase::ascii("documentory"), &["documentary"]), - (UniCase::ascii("referances"), &["references"]), - (UniCase::ascii("invulnerble"), &["invulnerable"]), - (UniCase::ascii("declaraste"), &["declares"]), - (UniCase::ascii("manufacutred"), &["manufacture"]), - (UniCase::ascii("corrolates"), &["correlates"]), - (UniCase::ascii("rulebok"), &["rulebook"]), - (UniCase::ascii("poineer"), &["pioneer"]), - (UniCase::ascii("playtrhoughs"), &["playthroughs"]), - (UniCase::ascii("blackade"), &["blacked"]), - (UniCase::ascii("resturants"), &["restaurants"]), - (UniCase::ascii("sociopatch"), &["sociopaths"]), - (UniCase::ascii("geneologies"), &["genealogies"]), - (UniCase::ascii("felxible"), &["flexible"]), - (UniCase::ascii("credentaisl"), &["credentials"]), - (UniCase::ascii("unsubscrube"), &["unsubscribe"]), - (UniCase::ascii("singelplayer"), &["singleplayer"]), - (UniCase::ascii("sasuage"), &["sausage"]), - (UniCase::ascii("fermentato"), &["fermentation"]), - (UniCase::ascii("acknwoledge"), &["acknowledges"]), - (UniCase::ascii("bealtes"), &["beatles"]), - (UniCase::ascii("dyspotian"), &["dystopian"]), - (UniCase::ascii("enevlopes"), &["envelopes"]), - (UniCase::ascii("consolitated"), &["consolidate"]), - (UniCase::ascii("offsited"), &["offside"]), - (UniCase::ascii("mcreggor"), &["mcgregor"]), - (UniCase::ascii("reseptionist"), &["receptionist"]), - (UniCase::ascii("addressess"), &["addresses"]), - (UniCase::ascii("qtuie"), &["quite"]), - (UniCase::ascii("braodcasting"), &["broadcasting"]), - (UniCase::ascii("marhsmallow"), &["marshmallow"]), - (UniCase::ascii("fullfill"), &["fulfill"]), - (UniCase::ascii("opponenets"), &["opponent"]), - (UniCase::ascii("hardend"), &["hardened"]), - (UniCase::ascii("integrarlo"), &["integral"]), - (UniCase::ascii("supersticion"), &["superstition"]), - (UniCase::ascii("metaphysisch"), &["metaphysics"]), - (UniCase::ascii("correlatie"), &["correlated"]), - (UniCase::ascii("uncommited"), &["uncommitted"]), - (UniCase::ascii("fourties"), &["forties"]), - (UniCase::ascii("respiratoy"), &["respiratory"]), - (UniCase::ascii("origianlly"), &["originally"]), - (UniCase::ascii("comparitive"), &["comparative"]), - (UniCase::ascii("poweful"), &["powerful"]), - (UniCase::ascii("resistes"), &["resists"]), - (UniCase::ascii("spotifty"), &["spotify"]), - (UniCase::ascii("rebellios"), &["rebellious"]), - (UniCase::ascii("universitets"), &["universities"]), - (UniCase::ascii("capatilist"), &["capitalist"]), - (UniCase::ascii("dolphis"), &["dolphins"]), - (UniCase::ascii("compromosing"), &["compromising"]), - (UniCase::ascii("lighhtning"), &["lightening"]), - (UniCase::ascii("ariplanes"), &["airplanes"]), - (UniCase::ascii("aggressivley"), &["aggressively"]), - (UniCase::ascii("scrambleing"), &["scrambling"]), - (UniCase::ascii("regulationg"), &["regulating"]), - (UniCase::ascii("strians"), &["strains"]), - (UniCase::ascii("becuasse"), &["becuase"]), - (UniCase::ascii("electroinc"), &["electron"]), - (UniCase::ascii("compeditor"), &["competitor"]), - (UniCase::ascii("vanguad"), &["vanguard"]), - (UniCase::ascii("initals"), &["initials"]), - (UniCase::ascii("expandas"), &["expands"]), - (UniCase::ascii("commericals"), &["commercials"]), - (UniCase::ascii("unsubstantianted"), &["unsubstantiated"]), - (UniCase::ascii("scandonavian"), &["scandinavian"]), - (UniCase::ascii("conpromising"), &["compromising"]), - (UniCase::ascii("divice"), &["device"]), - (UniCase::ascii("keyborad"), &["keyboard"]), - (UniCase::ascii("presuambly"), &["presumably"]), - (UniCase::ascii("pahntom"), &["phantom"]), - (UniCase::ascii("sensetionalism"), &["sensationalism"]), - (UniCase::ascii("spacebr"), &["spacebar"]), - (UniCase::ascii("disspaointed"), &["dissapointed"]), - (UniCase::ascii("uncontrallable"), &["uncontrollable"]), - (UniCase::ascii("protestes"), &["protests"]), - (UniCase::ascii("fortunetly"), &["fortunately"]), - (UniCase::ascii("reigining"), &["reigning"]), - (UniCase::ascii("challening"), &["challenging"]), - (UniCase::ascii("salughtering"), &["slaughtering"]), - (UniCase::ascii("disappearred"), &["disappeared"]), - (UniCase::ascii("discipliniary"), &["disciplinary"]), - (UniCase::ascii("torchlgiht"), &["torchlight"]), - (UniCase::ascii("componant"), &["component"]), - (UniCase::ascii("cornmitted"), &["committed"]), - (UniCase::ascii("extragavant"), &["extravagant"]), - (UniCase::ascii("revelant"), &["relevant"]), - (UniCase::ascii("annihilited"), &["annihilated"]), - (UniCase::ascii("specifing"), &["specifying"]), - (UniCase::ascii("medicaly"), &["medically"]), - (UniCase::ascii("intellegently"), &["intelligently"]), - (UniCase::ascii("degoratory"), &["derogatory"]), - (UniCase::ascii("balanse"), &["balances"]), - (UniCase::ascii("negotiatie"), &["negotiated"]), - (UniCase::ascii("keyboars"), &["keyboards"]), - (UniCase::ascii("schoodle"), &["schooled"]), - (UniCase::ascii("satasfactory"), &["satisfactory"]), - (UniCase::ascii("turksih"), &["turkish"]), - (UniCase::ascii("masturbateing"), &["masturbating"]), - (UniCase::ascii("dingity"), &["dignity"]), - (UniCase::ascii("dependancy"), &["dependency"]), - (UniCase::ascii("switcheasy"), &["switches"]), - (UniCase::ascii("caulfilower"), &["cauliflower"]), - (UniCase::ascii("excecutes"), &["executes"]), - (UniCase::ascii("puinsher"), &["punisher"]), - (UniCase::ascii("arcehtype"), &["archetype"]), - (UniCase::ascii("oylmpics"), &["olympics"]), - (UniCase::ascii("scheems"), &["schemes"]), - (UniCase::ascii("workstaion"), &["workstation"]), - (UniCase::ascii("scenarioes"), &["scenarios"]), - (UniCase::ascii("redneckers"), &["rednecks"]), - (UniCase::ascii("pavillion"), &["pavilion"]), - (UniCase::ascii("compinsated"), &["compensated"]), - (UniCase::ascii("deviatie"), &["deviate"]), - (UniCase::ascii("humerous"), &["humorous"]), - (UniCase::ascii("prevert"), &["pervert"]), - (UniCase::ascii("humanitarion"), &["humanitarian"]), - (UniCase::ascii("territorry"), &["territory"]), - (UniCase::ascii("starnation"), &["starvation"]), - (UniCase::ascii("polygammy"), &["polygamy"]), - (UniCase::ascii("sqaudron"), &["squadron"]), - (UniCase::ascii("collectief"), &["collective"]), - (UniCase::ascii("presonas"), &["personas"]), - (UniCase::ascii("excrusiating"), &["excruciating"]), - (UniCase::ascii("midtwon"), &["midtown"]), - (UniCase::ascii("aresnal"), &["arsenal"]), - (UniCase::ascii("illsuions"), &["illusions"]), - (UniCase::ascii("undercunt"), &["undercut"]), - (UniCase::ascii("nauesous"), &["nauseous"]), - (UniCase::ascii("progressiong"), &["progressing"]), - (UniCase::ascii("corrispondants"), &["correspondents"]), - (UniCase::ascii("asssassans"), &["assassins"]), - (UniCase::ascii("diagnosies"), &["diagnosis"]), - (UniCase::ascii("airzona"), &["arizona"]), - (UniCase::ascii("collequial"), &["colloquial"]), - (UniCase::ascii("accordian"), &["accordion"]), - (UniCase::ascii("marketpalce"), &["marketplace"]), - (UniCase::ascii("strawbeary"), &["strawberry"]), - (UniCase::ascii("nihilisim"), &["nihilism"]), - (UniCase::ascii("interregation"), &["interrogation"]), - (UniCase::ascii("denominatior"), &["denominator"]), - (UniCase::ascii("triange"), &["triangle"]), - (UniCase::ascii("goldike"), &["godlike"]), - (UniCase::ascii("impresssion"), &["impressions"]), - (UniCase::ascii("nativley"), &["natively"]), - (UniCase::ascii("pich"), &["pitch"]), - (UniCase::ascii("charactarized"), &["characterized"]), - (UniCase::ascii("representaion"), &["representation"]), - (UniCase::ascii("somethinhg"), &["somethings"]), - (UniCase::ascii("electornics"), &["electronics"]), - (UniCase::ascii("movespeeed"), &["movespeed"]), - (UniCase::ascii("strawberies"), &["strawberries"]), - (UniCase::ascii("stancers"), &["stances"]), - (UniCase::ascii("depresssion"), &["depression"]), - (UniCase::ascii("demonstarte"), &["demonstrate"]), - (UniCase::ascii("ungreatful"), &["ungrateful"]), - (UniCase::ascii("protestans"), &["protests"]), - (UniCase::ascii("adeladie"), &["adelaide"]), - (UniCase::ascii("emphatising"), &["emphasizing"]), - (UniCase::ascii("solidariety"), &["solidarity"]), - (UniCase::ascii("delcares"), &["declares"]), - (UniCase::ascii("qutie"), &["quite"]), - (UniCase::ascii("realibly"), &["reliably"]), - (UniCase::ascii("horrendos"), &["horrendous"]), - (UniCase::ascii("vaccins"), &["vaccines"]), - (UniCase::ascii("intrecacies"), &["intricacies"]), - (UniCase::ascii("formativos"), &["formations"]), - (UniCase::ascii("simultaneosly"), &["simultaneously"]), - (UniCase::ascii("futurustic"), &["futuristic"]), - (UniCase::ascii("proletariant"), &["proletariat"]), - (UniCase::ascii("dermitologist"), &["dermatologist"]), - (UniCase::ascii("reliabe"), &["reliable"]), - (UniCase::ascii("conservies"), &["conserve"]), - (UniCase::ascii("manipulant"), &["manipulate"]), - (UniCase::ascii("unfriendy"), &["unfriendly"]), - (UniCase::ascii("installatin"), &["installations"]), - (UniCase::ascii("umpredictable"), &["unpredictable"]), - (UniCase::ascii("authorithy"), &["authority"]), - (UniCase::ascii("lifestiles"), &["lifestyles"]), - (UniCase::ascii("fufill"), &["fulfill"]), - (UniCase::ascii("saddnes"), &["saddens"]), - (UniCase::ascii("irresponsble"), &["irresponsible"]), - (UniCase::ascii("intellectul"), &["intellectuals"]), - (UniCase::ascii("succsesfull"), &["successfully"]), - (UniCase::ascii("anyoens"), &["anyones"]), - (UniCase::ascii("conveniece"), &["convenience"]), - (UniCase::ascii("complimate"), &["complicate"]), - (UniCase::ascii("collabarate"), &["collaborate"]), - (UniCase::ascii("intented"), &["intended"]), - (UniCase::ascii("invisibillity"), &["invisibility"]), - (UniCase::ascii("distint"), &["distinct"]), - (UniCase::ascii("insticnt"), &["instinct"]), - (UniCase::ascii("noteably"), &["notably"]), - (UniCase::ascii("caclulus"), &["calculus"]), - (UniCase::ascii("asthetic"), &["aesthetic"]), - (UniCase::ascii("completeion"), &["completion"]), - (UniCase::ascii("dicovers"), &["discovers"]), - (UniCase::ascii("relaoding"), &["reloading"]), - (UniCase::ascii("strenghtend"), &["strengthen"]), - (UniCase::ascii("renewabe"), &["renewables"]), - (UniCase::ascii("painkilllers"), &["painkillers"]), - (UniCase::ascii("beeing"), &["being"]), - (UniCase::ascii("aqquaintances"), &["acquaintances"]), - (UniCase::ascii("dicussed"), &["discussed"]), - (UniCase::ascii("calcluations"), &["calculation"]), - (UniCase::ascii("supsend"), &["suspend"]), - (UniCase::ascii("inaccuraties"), &["inaccuracies"]), - (UniCase::ascii("institutionella"), &["institutional"]), - (UniCase::ascii("highpander"), &["highlander"]), - (UniCase::ascii("palyable"), &["playable"]), - (UniCase::ascii("specualting"), &["speculating"]), - (UniCase::ascii("ackward"), &["awkward"]), - (UniCase::ascii("appropiration"), &["appropriation"]), - (UniCase::ascii("masscare"), &["massacre"]), - (UniCase::ascii("compulsing"), &["compulsion"]), - (UniCase::ascii("misrepresenation"), &["misrepresentation"]), - (UniCase::ascii("jeoprady"), &["jeopardy"]), - (UniCase::ascii("techiniques"), &["techniques"]), - (UniCase::ascii("illegitamte"), &["illegitimate"]), - (UniCase::ascii("annualy"), &["annually"]), - (UniCase::ascii("steroetypes"), &["stereotypes"]), - (UniCase::ascii("specailist"), &["specialist"]), - (UniCase::ascii("projectils"), &["projectiles"]), - (UniCase::ascii("segergation"), &["segregation"]), - (UniCase::ascii("acceptible"), &["acceptable"]), - (UniCase::ascii("deafeted"), &["defeated"]), - (UniCase::ascii("susncreen"), &["sunscreen"]), - (UniCase::ascii("ocasionaly"), &["occasionally"]), - (UniCase::ascii("distrubiting"), &["distributing"]), - (UniCase::ascii("appriciate"), &["appreciate"]), - (UniCase::ascii("christiantiy"), &["christianity"]), - (UniCase::ascii("enviromnent"), &["environments"]), - (UniCase::ascii("infograpic"), &["infographic"]), - (UniCase::ascii("estiamte"), &["estimate"]), - (UniCase::ascii("bejiing"), &["beijing"]), - (UniCase::ascii("suspitions"), &["suspicions"]), - (UniCase::ascii("poingant"), &["poignant"]), - (UniCase::ascii("docuhebag"), &["douchebag"]), - (UniCase::ascii("creatien"), &["creatine"]), - (UniCase::ascii("overturing"), &["overturn"]), - (UniCase::ascii("butterlfies"), &["butterflies"]), - (UniCase::ascii("bloodboorne"), &["bloodborne"]), - (UniCase::ascii("idealisitc"), &["idealistic"]), - (UniCase::ascii("reservered"), &["reserved"]), - (UniCase::ascii("worls"), &["world"]), - (UniCase::ascii("scarmble"), &["scramble"]), - (UniCase::ascii("illuminaci"), &["illuminati"]), - (UniCase::ascii("integratron"), &["integration"]), - (UniCase::ascii("bemusemnt"), &["bemusement"]), - (UniCase::ascii("montanna"), &["montana"]), - (UniCase::ascii("prescripton"), &["prescription"]), - (UniCase::ascii("registartion"), &["registration"]), - (UniCase::ascii("exauhsted"), &["exhausted"]), - (UniCase::ascii("predocessor"), &["predecessor"]), - (UniCase::ascii("inevetible"), &["inevitable"]), - (UniCase::ascii("sylablle"), &["syllable"]), - (UniCase::ascii("producirse"), &["producers"]), - (UniCase::ascii("incorretly"), &["incorrectly"]), - (UniCase::ascii("bitcion"), &["bitcoin"]), - (UniCase::ascii("falired"), &["flaired"]), - (UniCase::ascii("malpractive"), &["malpractice"]), - (UniCase::ascii("hopsitalized"), &["hospitalized"]), - (UniCase::ascii("organziational"), &["organizational"]), - (UniCase::ascii("delegatie"), &["delegate"]), - (UniCase::ascii("suprisingly"), &["surprisingly"]), - (UniCase::ascii("teamfigt"), &["teamfight"]), - (UniCase::ascii("cubilce"), &["cubicle"]), - (UniCase::ascii("chidlish"), &["childish"]), - (UniCase::ascii("somethinbg"), &["somethings"]), - (UniCase::ascii("obeidence"), &["obedience"]), - (UniCase::ascii("vyre"), &["very"]), - (UniCase::ascii("instered"), &["inserted"]), - (UniCase::ascii("aquired"), &["acquired"]), - (UniCase::ascii("californiaman"), &["californian"]), - (UniCase::ascii("eyars"), &["years"]), - (UniCase::ascii("preferis"), &["prefers"]), - (UniCase::ascii("consistenly"), &["consistently"]), - (UniCase::ascii("quantaty"), &["quantity"]), - (UniCase::ascii("watchign"), &["watching"]), - (UniCase::ascii("acquisito"), &["acquisition"]), - (UniCase::ascii("baiscly"), &["basicly"]), - (UniCase::ascii("argumentitive"), &["argumentative"]), - (UniCase::ascii("definitivos"), &["definitions"]), - (UniCase::ascii("distributiors"), &["distributors"]), - (UniCase::ascii("illitirate"), &["illiterate"]), - (UniCase::ascii("predessecors"), &["predecessors"]), - (UniCase::ascii("inaguration"), &["inauguration"]), - (UniCase::ascii("produtcion"), &["productions"]), - (UniCase::ascii("franches"), &["franchise"]), - (UniCase::ascii("restricion"), &["restriction"]), - (UniCase::ascii("agreemnt"), &["agreement"]), - (UniCase::ascii("jericoh"), &["jericho"]), - (UniCase::ascii("hemmorhage"), &["hemorrhage"]), - (UniCase::ascii("miserabel"), &["miserable"]), - (UniCase::ascii("balcksmith"), &["blacksmith"]), - (UniCase::ascii("progatonists"), &["protagonists"]), - (UniCase::ascii("reamins"), &["remains"]), - (UniCase::ascii("shperes"), &["spheres"]), - (UniCase::ascii("propper"), &["proper"]), - (UniCase::ascii("primordal"), &["primordial"]), - (UniCase::ascii("incoroporated"), &["incorporated"]), - (UniCase::ascii("musicallity"), &["musically"]), - (UniCase::ascii("pairlament"), &["parliament"]), - (UniCase::ascii("volatiliy"), &["volatility"]), - (UniCase::ascii("construst"), &["constructs"]), - (UniCase::ascii("monumentous"), &["monuments"]), - (UniCase::ascii("recommandes"), &["recommends"]), - (UniCase::ascii("intesnely"), &["intensely"]), - (UniCase::ascii("requries"), &["requires"]), - (UniCase::ascii("inheirtance"), &["inheritance"]), - (UniCase::ascii("regulatios"), &["regulators"]), - (UniCase::ascii("immobilie"), &["immobile"]), - (UniCase::ascii("withhelding"), &["withholding"]), - (UniCase::ascii("volounteering"), &["volunteering"]), - (UniCase::ascii("charakters"), &["characters"]), - (UniCase::ascii("ceremonias"), &["ceremonies"]), - (UniCase::ascii("reflecte"), &["reflective"]), - (UniCase::ascii("htere"), &["there"]), - (UniCase::ascii("discreto"), &["discretion"]), - (UniCase::ascii("billionarie"), &["billionaire"]), - (UniCase::ascii("jacksonvile"), &["jacksonville"]), - (UniCase::ascii("explicatii"), &["explicit"]), - (UniCase::ascii("organzie"), &["organize"]), - (UniCase::ascii("unnecessarly"), &["unnecessarily"]), - (UniCase::ascii("counterfact"), &["counteract"]), - (UniCase::ascii("preriod"), &["period"]), - (UniCase::ascii("peripherial"), &["peripheral"]), - (UniCase::ascii("repsawn"), &["respawn"]), - (UniCase::ascii("proclami"), &["proclaim"]), - (UniCase::ascii("inconditionally"), &["unconditionally"]), - (UniCase::ascii("pessimestic"), &["pessimistic"]), - (UniCase::ascii("backbacking"), &["backpacking"]), - (UniCase::ascii("extint"), &["extinct"]), - (UniCase::ascii("optimizaton"), &["optimization"]), - (UniCase::ascii("guantanameow"), &["guantanamo"]), - (UniCase::ascii("configurare"), &["configure"]), - (UniCase::ascii("monteral"), &["montreal"]), - (UniCase::ascii("substarte"), &["substrate"]), - (UniCase::ascii("respectuful"), &["respectful"]), - (UniCase::ascii("neoroscience"), &["neuroscience"]), - (UniCase::ascii("inexperieced"), &["inexperienced"]), - (UniCase::ascii("electrocity"), &["electricity"]), - (UniCase::ascii("illitarate"), &["illiterate"]), - (UniCase::ascii("turnapound"), &["turnaround"]), - (UniCase::ascii("islamsits"), &["islamists"]), - (UniCase::ascii("simpathizers"), &["sympathizers"]), - (UniCase::ascii("tratiors"), &["traitors"]), - (UniCase::ascii("conservatisim"), &["conservatism"]), - (UniCase::ascii("fransiscan"), &["franciscan"]), - (UniCase::ascii("expierencing"), &["experiencing"]), - (UniCase::ascii("infrastructre"), &["infrastructure"]), - (UniCase::ascii("suppresion"), &["suppression"]), - (UniCase::ascii("graniet"), &["granite"]), - (UniCase::ascii("inplementing"), &["implementing"]), - (UniCase::ascii("civilizatin"), &["civilizations"]), - (UniCase::ascii("islamit"), &["islamist"]), - (UniCase::ascii("repubics"), &["republics"]), - (UniCase::ascii("distributin"), &["distribution"]), - (UniCase::ascii("parterns"), &["partners"]), - (UniCase::ascii("envrionmental"), &["environmental"]), - (UniCase::ascii("overclcoking"), &["overclocking"]), - (UniCase::ascii("neighbourhoud"), &["neighbourhood"]), - (UniCase::ascii("ethincity"), &["ethnicity"]), - (UniCase::ascii("infrigement"), &["infringement"]), - (UniCase::ascii("consideratie"), &["considerate"]), - (UniCase::ascii("inconsistentcy"), &["inconsistency"]), - (UniCase::ascii("suceeded"), &["succeeded"]), - (UniCase::ascii("invloves"), &["involves"]), - (UniCase::ascii("misgoynistic"), &["misogynistic"]), - (UniCase::ascii("blackcawks"), &["blackhawks"]), - (UniCase::ascii("allergey"), &["allergy"]), - (UniCase::ascii("relavation"), &["relaxation"]), - (UniCase::ascii("activites"), &["activities"]), - (UniCase::ascii("helictopers"), &["helicopters"]), - (UniCase::ascii("compositionwise"), &["compositions"]), - (UniCase::ascii("zealouts"), &["zealous"]), - (UniCase::ascii("badnwagon"), &["bandwagon"]), - (UniCase::ascii("comander"), &["commander"]), - (UniCase::ascii("dissapears"), &["disappears"]), - (UniCase::ascii("commentar"), &["commentator"]), - (UniCase::ascii("symapthetic"), &["sympathetic"]), - (UniCase::ascii("conservaties"), &["conservatives"]), - (UniCase::ascii("narcoticos"), &["narcotics"]), - (UniCase::ascii("sunglesses"), &["sunglasses"]), - (UniCase::ascii("autocorrent"), &["autocorrect"]), - (UniCase::ascii("maruader"), &["marauder"]), - (UniCase::ascii("flaskbacks"), &["flashbacks"]), - (UniCase::ascii("watermalon"), &["watermelon"]), - (UniCase::ascii("terribley"), &["terribly"]), - (UniCase::ascii("stamnia"), &["stamina"]), - (UniCase::ascii("comminucate"), &["communicate"]), - (UniCase::ascii("appreceating"), &["appreciating"]), - (UniCase::ascii("undreground"), &["underground"]), - (UniCase::ascii("futurestic"), &["futuristic"]), - (UniCase::ascii("influencian"), &["influencing"]), - (UniCase::ascii("recommedations"), &["recommendations"]), - (UniCase::ascii("cataclsym"), &["cataclysm"]), - (UniCase::ascii("anomoly"), &["anomaly"]), - (UniCase::ascii("cylidner"), &["cylinder"]), - (UniCase::ascii("motorcicles"), &["motorcycles"]), - (UniCase::ascii("neutraly"), &["neutrality"]), - (UniCase::ascii("halfitme"), &["halftime"]), - (UniCase::ascii("scyhter"), &["scyther"]), - (UniCase::ascii("formitable"), &["formidable"]), - (UniCase::ascii("invesitgation"), &["investigation"]), - (UniCase::ascii("tallets"), &["tallest"]), - (UniCase::ascii("activelly"), &["actively"]), - (UniCase::ascii("restriktion"), &["restriction"]), - (UniCase::ascii("renegae"), &["renegade"]), - (UniCase::ascii("formost"), &["foremost"]), - (UniCase::ascii("disciplers"), &["disciples"]), - (UniCase::ascii("unconsciosly"), &["unconsciously"]), - (UniCase::ascii("clickare"), &["clicker"]), - (UniCase::ascii("guidence"), &["guidance"]), - (UniCase::ascii("delcaration"), &["declaration"]), - (UniCase::ascii("origional"), &["original"]), - (UniCase::ascii("supporre"), &["supporters"]), - (UniCase::ascii("broadcasing"), &["broadcasting"]), - (UniCase::ascii("profitible"), &["profitable"]), - (UniCase::ascii("hurricance"), &["hurricane"]), - (UniCase::ascii("quarantied"), &["quarantine"]), - (UniCase::ascii("beteen"), &["between"]), - (UniCase::ascii("controdiction"), &["contradiction"]), - (UniCase::ascii("imperfactions"), &["imperfections"]), - (UniCase::ascii("snetries"), &["sentries"]), - (UniCase::ascii("adolescant"), &["adolescent"]), - (UniCase::ascii("ogranisation"), &["organisation"]), - (UniCase::ascii("conceald"), &["concealed"]), - (UniCase::ascii("congressen"), &["congressmen"]), - (UniCase::ascii("tribuanl"), &["tribunal"]), - (UniCase::ascii("epiloge"), &["epilogue"]), - (UniCase::ascii("descripton"), &["description"]), - (UniCase::ascii("procceding"), &["proceeding"]), - (UniCase::ascii("vaylkrie"), &["valkyrie"]), - (UniCase::ascii("esctatic"), &["ecstatic"]), - (UniCase::ascii("mutliated"), &["mutilated"]), - (UniCase::ascii("meixcan"), &["mexican"]), - (UniCase::ascii("persistant"), &["persistent"]), - (UniCase::ascii("embaraasing"), &["embarassing"]), - (UniCase::ascii("spolied"), &["spoiled"]), - (UniCase::ascii("mechanicaly"), &["mechanically"]), - (UniCase::ascii("juggernaugt"), &["juggernaut"]), - (UniCase::ascii("conflcting"), &["conflating"]), - (UniCase::ascii("overwheling"), &["overwhelming"]), - (UniCase::ascii("comparsions"), &["comparisons"]), - (UniCase::ascii("deficiensies"), &["deficiencies"]), - (UniCase::ascii("investmens"), &["investments"]), - (UniCase::ascii("princesess"), &["princesses"]), - (UniCase::ascii("animatie"), &["animate"]), - (UniCase::ascii("demonstate"), &["demonstrate"]), - (UniCase::ascii("youseff"), &["yousef"]), - (UniCase::ascii("eliminacion"), &["elimination"]), - (UniCase::ascii("octohedral"), &["octahedral"]), - (UniCase::ascii("suspention"), &["suspension"]), - (UniCase::ascii("thorttling"), &["throttling"]), - (UniCase::ascii("anonymousy"), &["anonymously"]), - (UniCase::ascii("airporta"), &["airports"]), - (UniCase::ascii("magnitudine"), &["magnitude"]), - (UniCase::ascii("philosphy"), &["philosophy"]), - (UniCase::ascii("neigbhour"), &["neighbour"]), - (UniCase::ascii("honeymooon"), &["honeymoon"]), - (UniCase::ascii("perdominantly"), &["predominantly"]), - (UniCase::ascii("fundamnetalists"), &["fundamentalists"]), - (UniCase::ascii("socilaized"), &["socialized"]), - (UniCase::ascii("unsubscibe"), &["unsubscribe"]), - (UniCase::ascii("moleculair"), &["molecular"]), - (UniCase::ascii("insepct"), &["inspect"]), - (UniCase::ascii("naturely"), &["naturally"]), - (UniCase::ascii("continuare"), &["continue"]), - (UniCase::ascii("hypothesus"), &["hypotheses"]), - (UniCase::ascii("podmeos"), &["podemos"]), - (UniCase::ascii("doomsdaily"), &["doomsday"]), - (UniCase::ascii("unconfortably"), &["uncomfortably"]), - (UniCase::ascii("domesticted"), &["domesticated"]), - (UniCase::ascii("emphesizing"), &["emphasizing"]), - (UniCase::ascii("transgengered"), &["transgendered"]), - (UniCase::ascii("unconditinal"), &["unconditional"]), - (UniCase::ascii("prolouge"), &["prologue"]), - (UniCase::ascii("disallusioned"), &["disillusioned"]), - (UniCase::ascii("spiritus"), &["spirits"]), - (UniCase::ascii("sysdamin"), &["sysadmin"]), - (UniCase::ascii("conversationg"), &["conservation"]), - (UniCase::ascii("critisicm"), &["criticism"]), - (UniCase::ascii("confrentational"), &["confrontational"]), - (UniCase::ascii("nauseuos"), &["nauseous"]), - (UniCase::ascii("killins"), &["killings"]), - (UniCase::ascii("cooridnates"), &["coordinates"]), - (UniCase::ascii("tradtionally"), &["traditionally"]), - (UniCase::ascii("economicaly"), &["economically"]), - (UniCase::ascii("intersetllar"), &["interstellar"]), - (UniCase::ascii("perparation"), &["preparation"]), - (UniCase::ascii("ephipany"), &["epiphany"]), - (UniCase::ascii("insensitve"), &["insensitive"]), - (UniCase::ascii("crypitc"), &["cryptic"]), - (UniCase::ascii("buddah"), &["buddha"]), - (UniCase::ascii("fundumentalist"), &["fundamentalist"]), - (UniCase::ascii("destinationhash"), &["destinations"]), - (UniCase::ascii("protraits"), &["portraits"]), - (UniCase::ascii("fellowhsip"), &["fellowship"]), - (UniCase::ascii("simspon"), &["simpson"]), - (UniCase::ascii("possibile"), &["possible"]), - (UniCase::ascii("indirektly"), &["indirectly"]), - (UniCase::ascii("pshycopaths"), &["psychopaths"]), - (UniCase::ascii("obsessivley"), &["obsessive"]), - (UniCase::ascii("nucelus"), &["nucleus"]), - (UniCase::ascii("subculter"), &["subculture"]), - (UniCase::ascii("inintelligent"), &["unintelligent"]), - (UniCase::ascii("tournyes"), &["tourneys"]), - (UniCase::ascii("trasnparent"), &["transparent"]), - (UniCase::ascii("selectie"), &["selective"]), - (UniCase::ascii("hardwod"), &["hardwood"]), - (UniCase::ascii("withold"), &["withhold"]), - (UniCase::ascii("pharmsci"), &["pharmacist"]), - (UniCase::ascii("infiltrare"), &["infiltrate"]), - (UniCase::ascii("aircaft"), &["aircraft"]), - (UniCase::ascii("compitation"), &["computation"]), - (UniCase::ascii("eqautions"), &["equations"]), - (UniCase::ascii("innovaiton"), &["innovations"]), - (UniCase::ascii("opponenet"), &["opponent"]), - (UniCase::ascii("sastified"), &["satisfied"]), - (UniCase::ascii("microtransacions"), &["microtransactions"]), - (UniCase::ascii("responsibilitys"), &["responsibilities"]), - (UniCase::ascii("notario"), &["ontario"]), - (UniCase::ascii("pennisula"), &["peninsula"]), - (UniCase::ascii("exerbated"), &["exacerbated"]), - (UniCase::ascii("infarred"), &["infrared"]), - (UniCase::ascii("alternatly"), &["alternately"]), - (UniCase::ascii("heorics"), &["heroics"]), - (UniCase::ascii("boycottting"), &["boycotting"]), - (UniCase::ascii("opinoins"), &["opinions"]), - ( - UniCase::ascii("disproportionaltely"), - &["disproportionately"], - ), - (UniCase::ascii("unpridictable"), &["unpredictable"]), - (UniCase::ascii("currentfps"), &["currents"]), - (UniCase::ascii("fullset"), &["fullest"]), - (UniCase::ascii("abnoramlly"), &["abnormally"]), - (UniCase::ascii("restrcited"), &["restricted"]), - (UniCase::ascii("catterpilars"), &["caterpillars"]), - (UniCase::ascii("grieifng"), &["griefing"]), - (UniCase::ascii("anniverary"), &["anniversary"]), - (UniCase::ascii("whitsles"), &["whistles"]), - (UniCase::ascii("participat"), &["participants"]), - (UniCase::ascii("fiercly"), &["fiercely"]), - (UniCase::ascii("historicians"), &["historians"]), - (UniCase::ascii("intruduction"), &["introduction"]), - (UniCase::ascii("aiport"), &["airport"]), - (UniCase::ascii("pandorra"), &["pandora"]), - (UniCase::ascii("normany"), &["normandy"]), - (UniCase::ascii("antennna"), &["antenna"]), - (UniCase::ascii("ellected"), &["elected"]), - (UniCase::ascii("useage"), &["usage"]), - (UniCase::ascii("soilders"), &["soldiers"]), - (UniCase::ascii("desgining"), &["designing"]), - (UniCase::ascii("skatebored"), &["skateboard"]), - (UniCase::ascii("anitbiotics"), &["antibiotics"]), - (UniCase::ascii("competance"), &["competence"]), - (UniCase::ascii("caclulators"), &["calculators"]), - (UniCase::ascii("actualky"), &["actualy"]), - (UniCase::ascii("recident"), &["resident"]), - (UniCase::ascii("assimilatie"), &["assimilate"]), - (UniCase::ascii("calagry"), &["calgary"]), - (UniCase::ascii("pedictions"), &["depictions"]), - (UniCase::ascii("intregity"), &["integrity"]), - (UniCase::ascii("posession"), &["possession"]), - (UniCase::ascii("mathmatically"), &["mathematically"]), - (UniCase::ascii("comperative"), &["comparative"]), - (UniCase::ascii("impossiblely"), &["impossibly"]), - (UniCase::ascii("contridicted"), &["contradicted"]), - (UniCase::ascii("charcol"), &["charcoal"]), - (UniCase::ascii("weaknesess"), &["weaknesses"]), - (UniCase::ascii("interactivo"), &["interaction"]), - (UniCase::ascii("babysister"), &["babysitter"]), - (UniCase::ascii("besteality"), &["bestiality"]), - (UniCase::ascii("brigaged"), &["brigade"]), - (UniCase::ascii("windshied"), &["windshield"]), - (UniCase::ascii("exsitent"), &["existent"]), - (UniCase::ascii("entreperneur"), &["entrepreneurs"]), - (UniCase::ascii("bigtory"), &["bigotry"]), - (UniCase::ascii("quesitoned"), &["questioned"]), - (UniCase::ascii("coputer"), &["computer"]), - (UniCase::ascii("embarrasing"), &["embarrassing"]), - (UniCase::ascii("commonweath"), &["commonwealth"]), - (UniCase::ascii("villian"), &["villain"]), - (UniCase::ascii("narcissisim"), &["narcissism"]), - (UniCase::ascii("silicoln"), &["silicon"]), - (UniCase::ascii("journalims"), &["journals"]), - (UniCase::ascii("knowledgebale"), &["knowledgable"]), - (UniCase::ascii("downsiders"), &["downsides"]), - (UniCase::ascii("reconized"), &["recognized"]), - (UniCase::ascii("architecutre"), &["architecture"]), - (UniCase::ascii("statisitcs"), &["statistics"]), - (UniCase::ascii("fraudolent"), &["fraudulent"]), - (UniCase::ascii("exclusivos"), &["exclusives"]), - (UniCase::ascii("proscratination"), &["procrastination"]), - (UniCase::ascii("petrolem"), &["petroleum"]), - (UniCase::ascii("predisposte"), &["predisposed"]), - (UniCase::ascii("tredning"), &["trending"]), - (UniCase::ascii("homewoner"), &["homeowner"]), - (UniCase::ascii("continuning"), &["continuing"]), - (UniCase::ascii("tyrannia"), &["tyrannical"]), - (UniCase::ascii("chatedral"), &["cathedral"]), - (UniCase::ascii("rollercoaser"), &["rollercoaster"]), - (UniCase::ascii("insitution"), &["institution"]), - (UniCase::ascii("coordine"), &["coordinate"]), - (UniCase::ascii("testestorone"), &["testosterone"]), - (UniCase::ascii("staggerring"), &["staggering"]), - (UniCase::ascii("ancinets"), &["ancients"]), - (UniCase::ascii("adminsitrative"), &["administrative"]), - (UniCase::ascii("privilages"), &["privileges"]), - (UniCase::ascii("unfortunetely"), &["unfortunately"]), - (UniCase::ascii("infrigning"), &["infringing"]), - (UniCase::ascii("caucasain"), &["caucasian"]), - (UniCase::ascii("techician"), &["technician"]), - (UniCase::ascii("miralces"), &["miracles"]), - (UniCase::ascii("fatiuge"), &["fatigue"]), - (UniCase::ascii("intutively"), &["intuitively"]), - (UniCase::ascii("aprehensive"), &["apprehensive"]), - (UniCase::ascii("suposed"), &["supposed"]), - (UniCase::ascii("netowrking"), &["networking"]), - (UniCase::ascii("cliantro"), &["cilantro"]), - (UniCase::ascii("disciprine"), &["discipline"]), - (UniCase::ascii("soveriegn"), &["sovereign"]), - (UniCase::ascii("necesary"), &["necessary"]), - (UniCase::ascii("gigbayte"), &["gigabyte"]), - (UniCase::ascii("unorignial"), &["unoriginal"]), - (UniCase::ascii("thermistat"), &["thermostat"]), - (UniCase::ascii("rewitten"), &["rewritten"]), - (UniCase::ascii("straightforeward"), &["straightforward"]), - (UniCase::ascii("hirsohima"), &["hiroshima"]), - (UniCase::ascii("startde"), &["startled"]), - (UniCase::ascii("archetipes"), &["archetypes"]), - (UniCase::ascii("avatares"), &["avatars"]), - (UniCase::ascii("correlatas"), &["correlates"]), - (UniCase::ascii("inconvienenced"), &["inconvenience"]), - (UniCase::ascii("arund"), &["around"]), - (UniCase::ascii("declinig"), &["declining"]), - (UniCase::ascii("electrinic"), &["electrician"]), - (UniCase::ascii("downviting"), &["downvoting"]), - (UniCase::ascii("automoderater"), &["automoderator"]), - (UniCase::ascii("marbleds"), &["marbles"]), - (UniCase::ascii("complimentarity"), &["complimentary"]), - (UniCase::ascii("sporanos"), &["sopranos"]), - (UniCase::ascii("determenism"), &["determinism"]), - (UniCase::ascii("fanatsy"), &["fantasy"]), - (UniCase::ascii("deliverate"), &["deliberate"]), - (UniCase::ascii("atomspheric"), &["atmospheric"]), - (UniCase::ascii("unsoliciated"), &["unsolicited"]), - (UniCase::ascii("mencaing"), &["menacing"]), - (UniCase::ascii("uplfiting"), &["uplifting"]), - (UniCase::ascii("mosquite"), &["mosquitoes"]), - (UniCase::ascii("quizes"), &["quizzes"]), - (UniCase::ascii("differnetial"), &["differential"]), - (UniCase::ascii("obviosuly"), &["obviously"]), - (UniCase::ascii("burgundry"), &["burgundy"]), - (UniCase::ascii("thne"), &["then"]), - (UniCase::ascii("irrelavent"), &["irrelevant"]), - (UniCase::ascii("nominatons"), &["nominations"]), - (UniCase::ascii("unasnwered"), &["unanswered"]), - (UniCase::ascii("platofrms"), &["platforms"]), - (UniCase::ascii("childres"), &["childrens"]), - (UniCase::ascii("componentes"), &["components"]), - (UniCase::ascii("peridoically"), &["periodically"]), - (UniCase::ascii("additonally"), &["additionally"]), - (UniCase::ascii("tyhat"), &["that"]), - (UniCase::ascii("zoinists"), &["zionists"]), - (UniCase::ascii("investigaiton"), &["investigations"]), - (UniCase::ascii("massacrare"), &["massacre"]), - (UniCase::ascii("synonymis"), &["synonyms"]), - (UniCase::ascii("relatiate"), &["retaliate"]), - (UniCase::ascii("controvery"), &["controversy"]), - (UniCase::ascii("introduciton"), &["introduction"]), - (UniCase::ascii("hempishere"), &["hemisphere"]), - (UniCase::ascii("rythmic"), &["rhythmic"]), - (UniCase::ascii("undergated"), &["underrated"]), - (UniCase::ascii("explenation"), &["explanation"]), - (UniCase::ascii("hystericallly"), &["hysterically"]), - (UniCase::ascii("prejudis"), &["prejudices"]), - (UniCase::ascii("verablly"), &["verbally"]), - (UniCase::ascii("hispanis"), &["hispanics"]), - (UniCase::ascii("majoroty"), &["majority"]), - (UniCase::ascii("absolutey"), &["absolutely"]), - (UniCase::ascii("darnkess"), &["darkness"]), - (UniCase::ascii("discretited"), &["discredited"]), - (UniCase::ascii("accountt"), &["accountant"]), - (UniCase::ascii("sketpics"), &["skeptics"]), - (UniCase::ascii("narctoics"), &["narcotics"]), - (UniCase::ascii("overshaddow"), &["overshadowed"]), - (UniCase::ascii("pedophilie"), &["pedophile"]), - (UniCase::ascii("denominaton"), &["denomination"]), - (UniCase::ascii("steryotypical"), &["stereotypical"]), - (UniCase::ascii("termigator"), &["terminator"]), - (UniCase::ascii("buearucratic"), &["bureaucratic"]), - (UniCase::ascii("perpitrated"), &["perpetrated"]), - (UniCase::ascii("appreciae"), &["appreciates"]), - (UniCase::ascii("performanse"), &["performances"]), - (UniCase::ascii("compliacted"), &["complicate"]), - (UniCase::ascii("protray"), &["portray"]), - (UniCase::ascii("paralleles"), &["parallels"]), - (UniCase::ascii("diagnossed"), &["diagnose"]), - (UniCase::ascii("upgarding"), &["upgrading"]), - (UniCase::ascii("treasuers"), &["treasures"]), - (UniCase::ascii("constitued"), &["constitute"]), - (UniCase::ascii("existentiel"), &["existential"]), - (UniCase::ascii("exsiting"), &["existing"]), - (UniCase::ascii("speculatie"), &["speculative"]), - (UniCase::ascii("extraploate"), &["extrapolate"]), - (UniCase::ascii("arugably"), &["arguably"]), - (UniCase::ascii("demonstrativno"), &["demonstrations"]), - (UniCase::ascii("heroicus"), &["heroics"]), - (UniCase::ascii("percential"), &["percentile"]), - (UniCase::ascii("collectieve"), &["collective"]), - (UniCase::ascii("neckbeardies"), &["neckbeards"]), - (UniCase::ascii("royalites"), &["royalties"]), - (UniCase::ascii("inadvertendly"), &["inadvertently"]), - (UniCase::ascii("projectin"), &["projection"]), - (UniCase::ascii("conveinence"), &["convenience"]), - (UniCase::ascii("compednium"), &["compendium"]), - (UniCase::ascii("functiong"), &["functioning"]), - (UniCase::ascii("celebratin"), &["celebration"]), - (UniCase::ascii("egotisticle"), &["egotistical"]), - (UniCase::ascii("syracusae"), &["syracuse"]), - (UniCase::ascii("congradulate"), &["congratulate"]), - (UniCase::ascii("violenty"), &["violently"]), - (UniCase::ascii("throttleing"), &["throttling"]), - (UniCase::ascii("simplefying"), &["simplifying"]), - (UniCase::ascii("correktions"), &["corrections"]), - (UniCase::ascii("understandabley"), &["understandably"]), - (UniCase::ascii("coprses"), &["corpses"]), - (UniCase::ascii("ahtiest"), &["athiest"]), - (UniCase::ascii("secrest"), &["secrets"]), - (UniCase::ascii("socailizing"), &["socializing"]), - (UniCase::ascii("madturbation"), &["masturbation"]), - (UniCase::ascii("repsects"), &["respects"]), - (UniCase::ascii("condemnd"), &["condemned"]), - (UniCase::ascii("guaranteeds"), &["guarantees"]), - (UniCase::ascii("adminstered"), &["administered"]), - (UniCase::ascii("unsuprizing"), &["unsurprising"]), - (UniCase::ascii("appologies"), &["apologies"]), - (UniCase::ascii("exlcusively"), &["exclusively"]), - (UniCase::ascii("assestment"), &["assessment"]), - (UniCase::ascii("helemts"), &["helmets"]), - (UniCase::ascii("breastfeedig"), &["breastfeeding"]), - (UniCase::ascii("deliberatley"), &["deliberately"]), - (UniCase::ascii("criticms"), &["critics"]), - (UniCase::ascii("submerines"), &["submarines"]), - (UniCase::ascii("extremers"), &["extremes"]), - (UniCase::ascii("reminiscient"), &["reminiscent"]), - (UniCase::ascii("definitinely"), &["definitively"]), - (UniCase::ascii("knigths"), &["knights"]), - (UniCase::ascii("einfahc"), &["einfach"]), - (UniCase::ascii("publiaher"), &["publisher"]), - (UniCase::ascii("qunetin"), &["quentin"]), - (UniCase::ascii("lukid"), &["likud"]), - (UniCase::ascii("betehsda"), &["bethesda"]), - (UniCase::ascii("attribue"), &["attribute"]), - (UniCase::ascii("conjucntion"), &["conjunction"]), - (UniCase::ascii("manifactures"), &["manufactures"]), - (UniCase::ascii("artilley"), &["artillery"]), - (UniCase::ascii("formidabil"), &["formidable"]), - (UniCase::ascii("distrubitor"), &["distributor"]), - (UniCase::ascii("mysterieus"), &["mysteries"]), - (UniCase::ascii("comparions"), &["comparison"]), - (UniCase::ascii("exportfs"), &["exports"]), - (UniCase::ascii("affaires"), &["affairs"]), - (UniCase::ascii("threates"), &["threatens"]), - (UniCase::ascii("appraochable"), &["approachable"]), - (UniCase::ascii("reinforcemens"), &["reinforcements"]), - (UniCase::ascii("summenor"), &["summoner"]), - (UniCase::ascii("consitutional"), &["constitutional"]), - (UniCase::ascii("conferedate"), &["confederate"]), - (UniCase::ascii("episonage"), &["espionage"]), - (UniCase::ascii("contestase"), &["contests"]), - (UniCase::ascii("pyscic"), &["psychic"]), - (UniCase::ascii("correspondense"), &["correspondence"]), - (UniCase::ascii("converstaional"), &["conversational"]), - (UniCase::ascii("preferabbly"), &["preferably"]), - (UniCase::ascii("illegitmate"), &["illegitimate"]), - (UniCase::ascii("fianlly"), &["finally"]), - (UniCase::ascii("playabe"), &["playable"]), - (UniCase::ascii("aribtrarily"), &["arbitrarily"]), - (UniCase::ascii("inequallity"), &["inequality"]), - (UniCase::ascii("mataphysical"), &["metaphysical"]), - (UniCase::ascii("narcassism"), &["narcissism"]), - (UniCase::ascii("configuartions"), &["configurations"]), - (UniCase::ascii("marshmallowiest"), &["marshmallows"]), - (UniCase::ascii("pricinpals"), &["principals"]), - (UniCase::ascii("pretador"), &["predator"]), - (UniCase::ascii("separatisme"), &["separates"]), - (UniCase::ascii("fnaatic"), &["fanatic"]), - (UniCase::ascii("enthusiats"), &["enthusiast"]), - (UniCase::ascii("matchamking"), &["matchmaking"]), - (UniCase::ascii("americain"), &["american"]), - (UniCase::ascii("definayely"), &["definately"]), - (UniCase::ascii("sheninigans"), &["shenanigans"]), - (UniCase::ascii("extraordinairy"), &["extraordinary"]), - (UniCase::ascii("trhilling"), &["thrilling"]), - (UniCase::ascii("sypnosis"), &["synopsis"]), - (UniCase::ascii("separaters"), &["separates"]), - (UniCase::ascii("concentartion"), &["concentrations"]), - (UniCase::ascii("smarthpones"), &["smartphones"]), - (UniCase::ascii("interpretato"), &["interpretation"]), - (UniCase::ascii("pentsylvania"), &["pennsylvania"]), - (UniCase::ascii("pennsylvaina"), &["pennsylvania"]), - (UniCase::ascii("intestinas"), &["intestines"]), - (UniCase::ascii("appetitie"), &["appetite"]), - (UniCase::ascii("provincies"), &["province"]), - (UniCase::ascii("forgiener"), &["foreigner"]), - (UniCase::ascii("gravitatiei"), &["gravitate"]), - (UniCase::ascii("gorvement"), &["goverment"]), - (UniCase::ascii("cardaic"), &["cardiac"]), - (UniCase::ascii("represend"), &["represented"]), - (UniCase::ascii("cellpading"), &["cellpadding"]), - (UniCase::ascii("sysamdin"), &["sysadmin"]), - (UniCase::ascii("adquired"), &["acquired"]), - (UniCase::ascii("configue"), &["configure"]), - (UniCase::ascii("continute"), &["continue"]), - (UniCase::ascii("wlacott"), &["walcott"]), - (UniCase::ascii("opartor"), &["operator"]), - (UniCase::ascii("embarissing"), &["embarassing"]), - (UniCase::ascii("intrinisc"), &["intrinsic"]), - (UniCase::ascii("maclolm"), &["malcolm"]), - (UniCase::ascii("pedophilea"), &["pedophilia"]), - (UniCase::ascii("bidrman"), &["birdman"]), - (UniCase::ascii("whilrwind"), &["whirlwind"]), - (UniCase::ascii("generaters"), &["generates"]), - (UniCase::ascii("unpopluar"), &["unpopular"]), - (UniCase::ascii("dymanite"), &["dynamite"]), - (UniCase::ascii("editores"), &["editors"]), - (UniCase::ascii("concervatism"), &["conservatism"]), - (UniCase::ascii("functionalty"), &["functionality"]), - (UniCase::ascii("modifieres"), &["modifiers"]), - (UniCase::ascii("springfied"), &["springfield"]), - (UniCase::ascii("ahppen"), &["happen"]), - (UniCase::ascii("paliamentarian"), &["parliamentarian"]), - (UniCase::ascii("repeatidly"), &["repeatedly"]), - (UniCase::ascii("mainpulate"), &["manipulate"]), - (UniCase::ascii("clincis"), &["clinics"]), - (UniCase::ascii("lucifear"), &["lucifer"]), - (UniCase::ascii("interfacce"), &["interfaces"]), - (UniCase::ascii("dissatsified"), &["dissatisfied"]), - (UniCase::ascii("embargos"), &["embargoes"]), - (UniCase::ascii("philisophical"), &["philosophical"]), - (UniCase::ascii("approprietly"), &["appropriately"]), - (UniCase::ascii("repeatedy"), &["repeatedly"]), - (UniCase::ascii("sympathsizer"), &["sympathizers"]), - (UniCase::ascii("extraodrinary"), &["extraordinary"]), - (UniCase::ascii("suprized"), &["surprised"]), - (UniCase::ascii("exaggarate"), &["exaggerate"]), - (UniCase::ascii("particel"), &["particle"]), - (UniCase::ascii("severide"), &["severed"]), - (UniCase::ascii("juveline"), &["juvenile"]), - (UniCase::ascii("quicklyu"), &["quickly"]), - (UniCase::ascii("racisst"), &["racists"]), - (UniCase::ascii("outnumbred"), &["outnumbered"]), - (UniCase::ascii("asterik"), &["asterisk"]), - (UniCase::ascii("consolodated"), &["consolidated"]), - (UniCase::ascii("didsapointed"), &["dissapointed"]), - (UniCase::ascii("prefernece"), &["preferences"]), - (UniCase::ascii("exclusivy"), &["exclusivity"]), - (UniCase::ascii("caluclator"), &["calculator"]), - (UniCase::ascii("utopain"), &["utopian"]), - (UniCase::ascii("calssification"), &["classification"]), - (UniCase::ascii("afterhtought"), &["afterthought"]), - (UniCase::ascii("criticis"), &["critics"]), - (UniCase::ascii("telegrpah"), &["telegraph"]), - (UniCase::ascii("gentailia"), &["genitalia"]), - (UniCase::ascii("unconciousness"), &["unconsciousness"]), - (UniCase::ascii("onslaugth"), &["onslaught"]), - (UniCase::ascii("atmopshere"), &["atmosphere"]), - (UniCase::ascii("destkop"), &["desktop"]), - (UniCase::ascii("hopkings"), &["hopkins"]), - (UniCase::ascii("sentationalist"), &["sensationalist"]), - (UniCase::ascii("practie"), &["practise"]), - (UniCase::ascii("adaptating"), &["adaptation"]), - (UniCase::ascii("sociopathes"), &["sociopaths"]), - (UniCase::ascii("minniapolis"), &["minneapolis"]), - (UniCase::ascii("ellipticle"), &["elliptical"]), - (UniCase::ascii("enthusiasum"), &["enthusiasm"]), - (UniCase::ascii("intutive"), &["intuitive"]), - (UniCase::ascii("compeltely"), &["completely"]), - (UniCase::ascii("cutscence"), &["cutscene"]), - (UniCase::ascii("brekaout"), &["breakout"]), - (UniCase::ascii("socialistes"), &["socialists"]), - (UniCase::ascii("collecton"), &["collection"]), - (UniCase::ascii("defianlty"), &["defiantly"]), - (UniCase::ascii("begininng"), &["beginning"]), - (UniCase::ascii("documantaries"), &["documentaries"]), - (UniCase::ascii("paraphrashed"), &["paraphrase"]), - (UniCase::ascii("priveliges"), &["privileges"]), - (UniCase::ascii("misinterpt"), &["misinterpret"]), - (UniCase::ascii("bueraucratic"), &["bureaucratic"]), - (UniCase::ascii("propperly"), &["properly"]), - (UniCase::ascii("desinger"), &["designer"]), - (UniCase::ascii("acsended"), &["ascended"]), - (UniCase::ascii("meaningles"), &["meanings"]), - (UniCase::ascii("aready"), &["already"]), - (UniCase::ascii("clyamore"), &["claymore"]), - (UniCase::ascii("ambulancier"), &["ambulance"]), - (UniCase::ascii("stylisch"), &["stylish"]), - (UniCase::ascii("unavailible"), &["unavailable"]), - (UniCase::ascii("nationalisim"), &["nationalism"]), - (UniCase::ascii("marbels"), &["marbles"]), - (UniCase::ascii("prioretize"), &["prioritize"]), - (UniCase::ascii("centipeddle"), &["centipede"]), - (UniCase::ascii("conqueor"), &["conquer"]), - (UniCase::ascii("lockacreen"), &["lockscreen"]), - (UniCase::ascii("spehres"), &["spheres"]), - (UniCase::ascii("chirstianity"), &["christianity"]), - (UniCase::ascii("interveiwing"), &["interviewing"]), - (UniCase::ascii("sapcebar"), &["spacebar"]), - (UniCase::ascii("microtranscation"), &["microtransactions"]), - (UniCase::ascii("compromsie"), &["compromises"]), - (UniCase::ascii("susbtrate"), &["substrate"]), - (UniCase::ascii("jursidiction"), &["jurisdiction"]), - (UniCase::ascii("recommendeds"), &["recommends"]), - (UniCase::ascii("coorperation"), &["cooperation"]), - (UniCase::ascii("photograher"), &["photographer"]), - (UniCase::ascii("preamde"), &["premade"]), - (UniCase::ascii("individualy"), &["individually"]), - (UniCase::ascii("maritan"), &["martian"]), - (UniCase::ascii("instalaltion"), &["installations"]), - (UniCase::ascii("disgrunted"), &["disgruntled"]), - (UniCase::ascii("condidtion"), &["condition"]), - (UniCase::ascii("irreversebly"), &["irreversible"]), - (UniCase::ascii("anulled"), &["annulled"]), - (UniCase::ascii("evidencd"), &["evidenced"]), - (UniCase::ascii("travere"), &["traverse"]), - (UniCase::ascii("traileras"), &["trailers"]), - (UniCase::ascii("pushpus"), &["pushups"]), - (UniCase::ascii("denomitator"), &["denominator"]), - (UniCase::ascii("unintensional"), &["unintentional"]), - (UniCase::ascii("discriminatorie"), &["discriminate"]), - (UniCase::ascii("venezeula"), &["venezuela"]), - (UniCase::ascii("volunteeer"), &["volunteers"]), - (UniCase::ascii("wholeheartedy"), &["wholeheartedly"]), - (UniCase::ascii("reedemed"), &["redeemed"]), - (UniCase::ascii("aribtration"), &["arbitration"]), - (UniCase::ascii("orthodx"), &["orthodox"]), - (UniCase::ascii("semestres"), &["semesters"]), - (UniCase::ascii("orchistrated"), &["orchestrated"]), - (UniCase::ascii("accessoire"), &["accessories"]), - (UniCase::ascii("desginated"), &["designated"]), - (UniCase::ascii("parenthesies"), &["parenthesis"]), - (UniCase::ascii("contribucion"), &["contribution"]), - (UniCase::ascii("parmenas"), &["parmesan"]), - (UniCase::ascii("strengtened"), &["strengthened"]), - (UniCase::ascii("islandes"), &["islanders"]), - (UniCase::ascii("unilaterlly"), &["unilaterally"]), - (UniCase::ascii("phenomonen"), &["phenomenon"]), - (UniCase::ascii("cutsences"), &["cutscenes"]), - (UniCase::ascii("relapes"), &["relapse"]), - (UniCase::ascii("completito"), &["completion"]), - (UniCase::ascii("afghanisthan"), &["afghanistan"]), - (UniCase::ascii("capitolization"), &["capitalization"]), - (UniCase::ascii("thumbnailers"), &["thumbnails"]), - (UniCase::ascii("disiplined"), &["disciplined"]), - (UniCase::ascii("propertly"), &["property"]), - (UniCase::ascii("tequilia"), &["tequila"]), - (UniCase::ascii("mischeivous"), &["mischievous"]), - (UniCase::ascii("incorparate"), &["incorporate"]), - (UniCase::ascii("anaylst"), &["analyst"]), - (UniCase::ascii("corspes"), &["corpses"]), - (UniCase::ascii("vitamines"), &["vitamins"]), - (UniCase::ascii("disastruous"), &["disastrous"]), - (UniCase::ascii("willk"), &["will"]), - (UniCase::ascii("sanctionning"), &["sanctioning"]), - (UniCase::ascii("clagary"), &["calgary"]), - (UniCase::ascii("demonstratin"), &["demonstration"]), - (UniCase::ascii("disgustingy"), &["disgustingly"]), - (UniCase::ascii("cardianls"), &["cardinals"]), - (UniCase::ascii("spontaneuos"), &["spontaneous"]), - (UniCase::ascii("premius"), &["premiums"]), - (UniCase::ascii("direclty"), &["directly"]), - (UniCase::ascii("coordinare"), &["coordinate"]), - (UniCase::ascii("inhabitat"), &["inhabitants"]), - (UniCase::ascii("disrepsecting"), &["disrespecting"]), - (UniCase::ascii("offesnively"), &["offensively"]), - (UniCase::ascii("confedential"), &["confidential"]), - (UniCase::ascii("ominpotent"), &["omnipotent"]), - (UniCase::ascii("boutnies"), &["bounties"]), - (UniCase::ascii("contaigous"), &["contagious"]), - (UniCase::ascii("collission"), &["collisions"]), - (UniCase::ascii("brigdes"), &["bridges"]), - (UniCase::ascii("imapcts"), &["impacts"]), - (UniCase::ascii("exhuastion"), &["exhaustion"]), - (UniCase::ascii("performane"), &["performances"]), - (UniCase::ascii("frogiven"), &["forgiven"]), - (UniCase::ascii("incomprehenisble"), &["incomprehensible"]), - (UniCase::ascii("undesriable"), &["undesirable"]), - (UniCase::ascii("confise"), &["confines"]), - (UniCase::ascii("vaguelly"), &["vaguely"]), - (UniCase::ascii("necromencer"), &["necromancer"]), - (UniCase::ascii("hierachies"), &["hierarchies"]), - (UniCase::ascii("weirods"), &["weirdos"]), - (UniCase::ascii("vehicule"), &["vehicle"]), - (UniCase::ascii("premilinary"), &["preliminary"]), - (UniCase::ascii("respectfuly"), &["respectfully"]), - (UniCase::ascii("repetetion"), &["repetition"]), - (UniCase::ascii("skecthy"), &["sketchy"]), - (UniCase::ascii("immortales"), &["immortals"]), - (UniCase::ascii("homecuming"), &["homecoming"]), - (UniCase::ascii("retrospekt"), &["retrospect"]), - (UniCase::ascii("aesthatically"), &["aesthetically"]), - (UniCase::ascii("downloades"), &["downloads"]), - (UniCase::ascii("responsibel"), &["responsibly"]), - (UniCase::ascii("unbannd"), &["unbanned"]), - (UniCase::ascii("incriments"), &["increments"]), - (UniCase::ascii("liquidas"), &["liquids"]), - (UniCase::ascii("playhtroughs"), &["playthroughs"]), - (UniCase::ascii("ampethamines"), &["amphetamines"]), - (UniCase::ascii("participans"), &["participants"]), - (UniCase::ascii("conveniente"), &["convenience"]), - (UniCase::ascii("omnipotant"), &["omnipotent"]), - (UniCase::ascii("construcs"), &["constructs"]), - (UniCase::ascii("inbetween"), &["between"]), - (UniCase::ascii("extremests"), &["extremists"]), - (UniCase::ascii("kwno"), &["know"]), - (UniCase::ascii("shephed"), &["shepherd"]), - (UniCase::ascii("calcualtor"), &["calculator"]), - (UniCase::ascii("poignat"), &["poignant"]), - (UniCase::ascii("cannibaljim"), &["cannibalism"]), - (UniCase::ascii("deflektion"), &["deflection"]), - (UniCase::ascii("capitalizating"), &["capitalization"]), - (UniCase::ascii("scartching"), &["scratching"]), - (UniCase::ascii("neigbhours"), &["neighbours"]), - (UniCase::ascii("equivalance"), &["equivalence"]), - (UniCase::ascii("ploretariat"), &["proletariat"]), - (UniCase::ascii("illegas"), &["illegals"]), - (UniCase::ascii("expalin"), &["explain"]), - (UniCase::ascii("inpsect"), &["inspect"]), - (UniCase::ascii("complusions"), &["compulsion"]), - (UniCase::ascii("brethen"), &["brethren"]), - (UniCase::ascii("persausive"), &["persuasive"]), - (UniCase::ascii("vegeratian"), &["vegetarians"]), - (UniCase::ascii("corintheans"), &["corinthians"]), - (UniCase::ascii("princesas"), &["princess"]), - (UniCase::ascii("webiste"), &["website"]), - (UniCase::ascii("hyperoble"), &["hyperbole"]), - (UniCase::ascii("bloodbore"), &["bloodborne"]), - (UniCase::ascii("transportar"), &["transporter"]), - (UniCase::ascii("consentrate"), &["concentrate"]), - (UniCase::ascii("acquanited"), &["acquainted"]), - (UniCase::ascii("consitutents"), &["constituents"]), - (UniCase::ascii("architecutral"), &["architectural"]), - (UniCase::ascii("associatie"), &["associated"]), - (UniCase::ascii("barcleona"), &["barcelona"]), - (UniCase::ascii("adn"), &["and"]), - (UniCase::ascii("persucution"), &["persecution"]), - (UniCase::ascii("evolveos"), &["evolves"]), - (UniCase::ascii("organsiations"), &["organisations"]), - (UniCase::ascii("communciation"), &["communication"]), - (UniCase::ascii("spehrical"), &["spherical"]), - (UniCase::ascii("annoucners"), &["announcers"]), - (UniCase::ascii("incognition"), &["incognito"]), - (UniCase::ascii("inveitable"), &["inevitable"]), - (UniCase::ascii("respecitve"), &["respective"]), - (UniCase::ascii("hypocritial"), &["hypocritical"]), - (UniCase::ascii("squadroon"), &["squadron"]), - (UniCase::ascii("capitlaist"), &["capitalist"]), - (UniCase::ascii("intamicy"), &["intimacy"]), - (UniCase::ascii("garabge"), &["garbage"]), - (UniCase::ascii("currenty"), &["currently"]), - (UniCase::ascii("theroem"), &["theorem"]), - (UniCase::ascii("tounge"), &["tongue"]), - (UniCase::ascii("independantly"), &["independently"]), - (UniCase::ascii("collegue"), &["colleague"]), - (UniCase::ascii("resurrektion"), &["resurrection"]), - (UniCase::ascii("preferabley"), &["preferably"]), - (UniCase::ascii("organizativo"), &["organization"]), - (UniCase::ascii("dispalcement"), &["displacement"]), - (UniCase::ascii("athiets"), &["athiest"]), - (UniCase::ascii("separete"), &["seperate"]), - (UniCase::ascii("classicus"), &["classics"]), - (UniCase::ascii("corinthinas"), &["corinthians"]), - (UniCase::ascii("disconnets"), &["disconnects"]), - (UniCase::ascii("naturens"), &["natures"]), - (UniCase::ascii("challange"), &["challenge"]), - (UniCase::ascii("procudures"), &["procedures"]), - (UniCase::ascii("unappeeling"), &["unappealing"]), - (UniCase::ascii("detaild"), &["detailed"]), - (UniCase::ascii("jewerly"), &["jewelry"]), - (UniCase::ascii("percpetion"), &["perceptions"]), - (UniCase::ascii("aestethic"), &["aesthetic"]), - (UniCase::ascii("expectansy"), &["expectancy"]), - (UniCase::ascii("anoxeric"), &["anorexic"]), - (UniCase::ascii("optimistisch"), &["optimistic"]), - (UniCase::ascii("commitee"), &["committee"]), - (UniCase::ascii("democracize"), &["democracies"]), - (UniCase::ascii("electivite"), &["elective"]), - (UniCase::ascii("lefitsts"), &["leftists"]), - (UniCase::ascii("accomplise"), &["accomplishes"]), - (UniCase::ascii("powerlifing"), &["powerlifting"]), - (UniCase::ascii("ehternet"), &["ethernet"]), - (UniCase::ascii("allegedely"), &["allegedly"]), - (UniCase::ascii("simluated"), &["simulated"]), - (UniCase::ascii("zinoists"), &["zionists"]), - (UniCase::ascii("unreliabe"), &["unreliable"]), - (UniCase::ascii("experimentacion"), &["experimentation"]), - (UniCase::ascii("jefferry"), &["jeffery"]), - (UniCase::ascii("expliot"), &["exploit"]), - (UniCase::ascii("threee"), &["three"]), - (UniCase::ascii("prostitutos"), &["prostitutes"]), - (UniCase::ascii("flutteryshy"), &["fluttershy"]), - (UniCase::ascii("terminalogy"), &["terminology"]), - (UniCase::ascii("intriniscally"), &["intrinsically"]), - (UniCase::ascii("crosshar"), &["crosshair"]), - (UniCase::ascii("hallunications"), &["hallucinations"]), - (UniCase::ascii("sponsorshop"), &["sponsorship"]), - (UniCase::ascii("enforcees"), &["enforces"]), - (UniCase::ascii("paralells"), &["parallels"]), - (UniCase::ascii("conciderably"), &["considerably"]), - (UniCase::ascii("ocuntries"), &["countries"]), - (UniCase::ascii("peice"), &["piece"]), - (UniCase::ascii("corruptin"), &["corruption"]), - (UniCase::ascii("orginal"), &["original"]), - (UniCase::ascii("airpsace"), &["airspace"]), - (UniCase::ascii("analysie"), &["analyse"]), - (UniCase::ascii("underming"), &["undermining"]), - (UniCase::ascii("inudstry"), &["industry"]), - (UniCase::ascii("gaurantees"), &["guarantees"]), - (UniCase::ascii("professionnals"), &["professionals"]), - (UniCase::ascii("electrodan"), &["electron"]), - (UniCase::ascii("produccion"), &["production"]), - (UniCase::ascii("mosntrosity"), &["monstrosity"]), - (UniCase::ascii("aerosapce"), &["aerospace"]), - (UniCase::ascii("mysogynist"), &["misogynist"]), - (UniCase::ascii("dispapointed"), &["dissapointed"]), - (UniCase::ascii("perdicting"), &["predicting"]), - (UniCase::ascii("persausion"), &["persuasion"]), - (UniCase::ascii("respectes"), &["respects"]), - (UniCase::ascii("diminisheds"), &["diminishes"]), - (UniCase::ascii("schizophreniiic"), &["schizophrenic"]), - (UniCase::ascii("torrentting"), &["torrenting"]), - (UniCase::ascii("propultion"), &["propulsion"]), - (UniCase::ascii("steorid"), &["steroid"]), - (UniCase::ascii("compromisng"), &["compromising"]), - (UniCase::ascii("incorperate"), &["incorporate"]), - (UniCase::ascii("enterprenuer"), &["entrepreneur"]), - (UniCase::ascii("brewerks"), &["brewers"]), - (UniCase::ascii("similarlity"), &["similarity"]), - (UniCase::ascii("agrigultural"), &["agricultural"]), - (UniCase::ascii("connectiong"), &["connecting"]), - (UniCase::ascii("decoratin"), &["decorations"]), - (UniCase::ascii("firtsly"), &["firstly"]), - (UniCase::ascii("nullifiy"), &["nullify"]), - (UniCase::ascii("radioaktive"), &["radioactive"]), - (UniCase::ascii("monitores"), &["monitors"]), - (UniCase::ascii("soemthings"), &["somethings"]), - (UniCase::ascii("continuato"), &["continuation"]), - (UniCase::ascii("intercoarse"), &["intercourse"]), - (UniCase::ascii("trasncript"), &["transcript"]), - (UniCase::ascii("feminitity"), &["femininity"]), - (UniCase::ascii("predecesor"), &["predecessor"]), - (UniCase::ascii("disentry"), &["dysentery"]), - (UniCase::ascii("femminist"), &["feminist"]), - (UniCase::ascii("reliabley"), &["reliably"]), - (UniCase::ascii("medicinens"), &["medicines"]), - (UniCase::ascii("accelerater"), &["accelerator"]), - (UniCase::ascii("etrailer"), &["retailer"]), - (UniCase::ascii("referendom"), &["referendum"]), - (UniCase::ascii("miracilously"), &["miraculously"]), - (UniCase::ascii("specifiyng"), &["specifying"]), - (UniCase::ascii("dipections"), &["depictions"]), - (UniCase::ascii("moistorizing"), &["moisturizing"]), - (UniCase::ascii("enligthened"), &["enlightened"]), - (UniCase::ascii("auttoatack"), &["autoattack"]), - (UniCase::ascii("accessibily"), &["accessibility"]), - (UniCase::ascii("enlargment"), &["enlargement"]), - (UniCase::ascii("asethetically"), &["aesthetically"]), - (UniCase::ascii("metiphorical"), &["metaphorical"]), - (UniCase::ascii("avation"), &["aviation"]), - (UniCase::ascii("sktechy"), &["sketchy"]), - (UniCase::ascii("comaprison"), &["comparison"]), - (UniCase::ascii("clitorious"), &["clitoris"]), - (UniCase::ascii("beuatifully"), &["beautifully"]), - (UniCase::ascii("molestato"), &["molestation"]), - (UniCase::ascii("concider"), &["consider"]), - (UniCase::ascii("afwully"), &["awfully"]), - (UniCase::ascii("tremelo"), &["tremolo"]), - (UniCase::ascii("anedocte"), &["anecdote"]), - (UniCase::ascii("faciltiy"), &["facility"]), - (UniCase::ascii("alphabeast"), &["alphabet"]), - (UniCase::ascii("unintellegent"), &["unintelligent"]), - (UniCase::ascii("extractin"), &["extraction"]), - (UniCase::ascii("inhabitans"), &["inhabitants"]), - (UniCase::ascii("crimanally"), &["criminally"]), - (UniCase::ascii("extreemly"), &["extremely"]), - (UniCase::ascii("greandes"), &["grenades"]), - (UniCase::ascii("landspaces"), &["landscapes"]), - (UniCase::ascii("miscarraige"), &["miscarriage"]), - (UniCase::ascii("swaskita"), &["swastika"]), - (UniCase::ascii("executionier"), &["executioner"]), - (UniCase::ascii("wass"), &["was"]), - (UniCase::ascii("scarificing"), &["sacrificing"]), - (UniCase::ascii("associaties"), &["associates"]), - (UniCase::ascii("bargainning"), &["bargaining"]), - (UniCase::ascii("contuinity"), &["continuity"]), - (UniCase::ascii("xeonphobia"), &["xenophobia"]), - (UniCase::ascii("wavelegnths"), &["wavelength"]), - (UniCase::ascii("framethrower"), &["flamethrower"]), - (UniCase::ascii("appeard"), &["appeared"]), - (UniCase::ascii("geopraphically"), &["geographically"]), - (UniCase::ascii("reactionairy"), &["reactionary"]), - (UniCase::ascii("trustwhorty"), &["trustworthy"]), - (UniCase::ascii("charactoristics"), &["characteristics"]), - (UniCase::ascii("skatebaording"), &["skateboarding"]), - (UniCase::ascii("handboook"), &["handbook"]), - (UniCase::ascii("tremondous"), &["tremendous"]), - (UniCase::ascii("prestigiose"), &["prestigious"]), - (UniCase::ascii("hurdels"), &["hurdles"]), - (UniCase::ascii("altruisitc"), &["altruistic"]), - (UniCase::ascii("masturpiece"), &["masterpiece"]), - (UniCase::ascii("contess"), &["contests"]), - (UniCase::ascii("cassete"), &["cassette"]), - (UniCase::ascii("futurers"), &["futures"]), - (UniCase::ascii("impusle"), &["impulse"]), - (UniCase::ascii("sryians"), &["syrians"]), - (UniCase::ascii("enviromentalist"), &["environmentalist"]), - (UniCase::ascii("fatc"), &["fact"]), - (UniCase::ascii("pepperonni"), &["pepperoni"]), - (UniCase::ascii("palyboy"), &["playboy"]), - (UniCase::ascii("peageant"), &["pageant"]), - (UniCase::ascii("exagerrates"), &["exaggerates"]), - (UniCase::ascii("trustwothy"), &["trustworthy"]), - (UniCase::ascii("godlberg"), &["goldberg"]), - (UniCase::ascii("wnated"), &["wanted"]), - (UniCase::ascii("photograpgh"), &["photographs"]), - (UniCase::ascii("innovacion"), &["innovation"]), - (UniCase::ascii("encorporated"), &["incorporated"]), - (UniCase::ascii("manufature"), &["manufacture"]), - (UniCase::ascii("stregnths"), &["strengths"]), - (UniCase::ascii("dicitonaries"), &["dictionaries"]), - (UniCase::ascii("mexicanese"), &["mexicans"]), - (UniCase::ascii("bobmers"), &["bombers"]), - (UniCase::ascii("reproducting"), &["reproduction"]), - (UniCase::ascii("manufatured"), &["manufactured"]), - (UniCase::ascii("overheards"), &["overhead"]), - (UniCase::ascii("advsiors"), &["advisors"]), - (UniCase::ascii("judegmental"), &["judgemental"]), - (UniCase::ascii("inifnite"), &["infinite"]), - (UniCase::ascii("caricaturise"), &["caricature"]), - (UniCase::ascii("highshcool"), &["highschool"]), - (UniCase::ascii("themsleves"), &["themselves"]), - (UniCase::ascii("mississipppi"), &["mississippi"]), - (UniCase::ascii("despiration"), &["desperation"]), - (UniCase::ascii("foundatin"), &["foundations"]), - (UniCase::ascii("elephantis"), &["elephants"]), - (UniCase::ascii("strugglebus"), &["struggles"]), - (UniCase::ascii("feministisk"), &["feminists"]), - (UniCase::ascii("tocuhpad"), &["touchpad"]), - (UniCase::ascii("conspiriator"), &["conspirator"]), - (UniCase::ascii("interpretarea"), &["interpreter"]), - (UniCase::ascii("arbitarily"), &["arbitrarily"]), - (UniCase::ascii("carbohyrdates"), &["carbohydrates"]), - (UniCase::ascii("unballance"), &["unbalance"]), - (UniCase::ascii("correposding"), &["corresponding"]), - (UniCase::ascii("overtunred"), &["overturned"]), - (UniCase::ascii("hyperbolie"), &["hyperbole"]), - (UniCase::ascii("counterporductive"), &["counterproductive"]), - (UniCase::ascii("ytou"), &["you"]), - (UniCase::ascii("manufacutres"), &["manufactures"]), - (UniCase::ascii("embarassed"), &["embarrassed"]), - (UniCase::ascii("discertation"), &["dissertation"]), - (UniCase::ascii("flawlessely"), &["flawlessly"]), - (UniCase::ascii("irresponisble"), &["irresponsible"]), - (UniCase::ascii("pedohpiles"), &["pedophiles"]), - (UniCase::ascii("supervisoras"), &["supervisors"]), - (UniCase::ascii("abruptley"), &["abruptly"]), - (UniCase::ascii("continenets"), &["continents"]), - (UniCase::ascii("addres"), &["address"]), - (UniCase::ascii("percantile"), &["percentile"]), - (UniCase::ascii("graudation"), &["graduation"]), - (UniCase::ascii("auxilliary"), &["auxiliary"]), - (UniCase::ascii("owuldve"), &["wouldve"]), - (UniCase::ascii("illuminadi"), &["illuminati"]), - (UniCase::ascii("phialdelphia"), &["philadelphia"]), - (UniCase::ascii("synonymes"), &["synonyms"]), - (UniCase::ascii("affleunt"), &["affluent"]), - (UniCase::ascii("partecipants"), &["participants"]), - (UniCase::ascii("horriblely"), &["horribly"]), - (UniCase::ascii("corwbar"), &["crowbar"]), - (UniCase::ascii("showede"), &["showered"]), - (UniCase::ascii("simplificating"), &["simplification"]), - (UniCase::ascii("annyoance"), &["annoyance"]), - (UniCase::ascii("desitnations"), &["destinations"]), - (UniCase::ascii("carnigie"), &["carnegie"]), - (UniCase::ascii("advertisiment"), &["advertisement"]), - (UniCase::ascii("embezelled"), &["embezzled"]), - (UniCase::ascii("repulican"), &["republican"]), - (UniCase::ascii("portraiing"), &["portraying"]), - (UniCase::ascii("reversable"), &["reversible"]), - (UniCase::ascii("calculaters"), &["calculators"]), - (UniCase::ascii("absolutelly"), &["absolutely"]), - (UniCase::ascii("communites"), &["communities"]), - (UniCase::ascii("disporportionate"), &["disproportionate"]), - (UniCase::ascii("congegration"), &["congregation"]), - (UniCase::ascii("collaterol"), &["collateral"]), - (UniCase::ascii("effordlessly"), &["effortlessly"]), - (UniCase::ascii("depsoited"), &["deposited"]), - (UniCase::ascii("destinaiton"), &["destinations"]), - (UniCase::ascii("uncontrollaby"), &["uncontrollably"]), - (UniCase::ascii("unsucessfull"), &["unsuccessful"]), - (UniCase::ascii("consept"), &["concept"]), - (UniCase::ascii("underwheling"), &["underwhelming"]), - (UniCase::ascii("subtletly"), &["subtlety"]), - (UniCase::ascii("chocolats"), &["chocolates"]), - (UniCase::ascii("intimidacion"), &["intimidation"]), - (UniCase::ascii("typicaly"), &["typically"]), - (UniCase::ascii("modificaton"), &["modification"]), - (UniCase::ascii("acheive"), &["achieve"]), - (UniCase::ascii("boundaires"), &["boundaries"]), - (UniCase::ascii("tramuatized"), &["traumatized"]), - (UniCase::ascii("predeccesors"), &["predecessor"]), - (UniCase::ascii("wacther"), &["watcher"]), - (UniCase::ascii("instantenious"), &["instantaneous"]), - (UniCase::ascii("documentry"), &["documentary"]), - (UniCase::ascii("principlas"), &["principals"]), - (UniCase::ascii("extoics"), &["exotics"]), - (UniCase::ascii("antagonistc"), &["antagonistic"]), - (UniCase::ascii("similairty"), &["similarity"]), - (UniCase::ascii("neighborhods"), &["neighborhoods"]), - (UniCase::ascii("realtive"), &["relative"]), - (UniCase::ascii("operatie"), &["operative"]), - (UniCase::ascii("politessen"), &["politeness"]), - (UniCase::ascii("konfiguration"), &["configuration"]), - (UniCase::ascii("monagomous"), &["monogamous"]), - (UniCase::ascii("remingotn"), &["remington"]), - (UniCase::ascii("recoveres"), &["recovers"]), - (UniCase::ascii("speices"), &["species"]), - (UniCase::ascii("temperaturas"), &["temperatures"]), - (UniCase::ascii("ejaculaton"), &["ejaculation"]), - (UniCase::ascii("plagairism"), &["plagiarism"]), - (UniCase::ascii("trememdous"), &["tremendous"]), - (UniCase::ascii("headest"), &["headset"]), - (UniCase::ascii("privitazed"), &["privatized"]), - (UniCase::ascii("forgeiner"), &["foreigner"]), - (UniCase::ascii("proprety"), &["property"]), - (UniCase::ascii("unheathly"), &["unhealthy"]), - (UniCase::ascii("strategiske"), &["strategies"]), - (UniCase::ascii("crocodilule"), &["crocodile"]), - (UniCase::ascii("tratior"), &["traitor"]), - (UniCase::ascii("snythetic"), &["synthetic"]), - (UniCase::ascii("aparthide"), &["apartheid"]), - (UniCase::ascii("inferioir"), &["inferior"]), - (UniCase::ascii("materiales"), &["materials"]), - (UniCase::ascii("gogin"), &["going"]), - (UniCase::ascii("competitiors"), &["competitors"]), - (UniCase::ascii("donwloadable"), &["downloadable"]), - (UniCase::ascii("contrubite"), &["contributes"]), - (UniCase::ascii("smae"), &["same"]), - (UniCase::ascii("misognyistic"), &["misogynistic"]), - (UniCase::ascii("computre"), &["compute"]), - (UniCase::ascii("determening"), &["determining"]), - (UniCase::ascii("foreshadowning"), &["foreshadowing"]), - (UniCase::ascii("minimalisitc"), &["minimalist"]), - (UniCase::ascii("orchestrial"), &["orchestra"]), - (UniCase::ascii("assumptious"), &["assumptions"]), - (UniCase::ascii("phsyique"), &["physique"]), - (UniCase::ascii("presentas"), &["presents"]), - (UniCase::ascii("defintion"), &["definition"]), - (UniCase::ascii("comprable"), &["comparable"]), - (UniCase::ascii("brunete"), &["brunette"]), - (UniCase::ascii("sentimetal"), &["sentimental"]), - (UniCase::ascii("rivarly"), &["rivalry"]), - (UniCase::ascii("inclinato"), &["inclination"]), - (UniCase::ascii("misygonistic"), &["misogynistic"]), - (UniCase::ascii("pregancies"), &["pregnancies"]), - (UniCase::ascii("organizms"), &["organism"]), - (UniCase::ascii("hypertorphy"), &["hypertrophy"]), - (UniCase::ascii("chivaly"), &["chivalry"]), - (UniCase::ascii("horrenduous"), &["horrendous"]), - (UniCase::ascii("hyprocites"), &["hypocrites"]), - (UniCase::ascii("corsiar"), &["corsair"]), - (UniCase::ascii("processsors"), &["processors"]), - (UniCase::ascii("defiintely"), &["definately"]), - (UniCase::ascii("obtainabie"), &["obtainable"]), - (UniCase::ascii("aqcuire"), &["acquire"]), - (UniCase::ascii("democratas"), &["democrats"]), - (UniCase::ascii("congragation"), &["congregation"]), - (UniCase::ascii("weightlfiting"), &["weightlifting"]), - (UniCase::ascii("attraktive"), &["attractive"]), - (UniCase::ascii("entreprenur"), &["entrepreneur"]), - (UniCase::ascii("profesion"), &["profusion"]), - (UniCase::ascii("curelty"), &["cruelty"]), - (UniCase::ascii("cockaroches"), &["cockroaches"]), - (UniCase::ascii("sensationnal"), &["sensational"]), - (UniCase::ascii("arugement"), &["arguement"]), - (UniCase::ascii("tranlsating"), &["translating"]), - (UniCase::ascii("partecipant"), &["participant"]), - (UniCase::ascii("morhpine"), &["morphine"]), - (UniCase::ascii("republcian"), &["republican"]), - (UniCase::ascii("microtransacton"), &["microtransactions"]), - (UniCase::ascii("colleteral"), &["collateral"]), - (UniCase::ascii("perspektive"), &["perspective"]), - (UniCase::ascii("amnestry"), &["amnesty"]), - (UniCase::ascii("resignating"), &["resignation"]), - (UniCase::ascii("deisgns"), &["designs"]), - (UniCase::ascii("resoultions"), &["resolutions"]), - (UniCase::ascii("traumatisch"), &["traumatic"]), - (UniCase::ascii("disadventages"), &["disadvantages"]), - (UniCase::ascii("phycisian"), &["physician"]), - (UniCase::ascii("denominationals"), &["denominations"]), - (UniCase::ascii("insultos"), &["insults"]), - (UniCase::ascii("symphatize"), &["sympathize"]), - (UniCase::ascii("westmnister"), &["westminster"]), - (UniCase::ascii("perdict"), &["predict"]), - (UniCase::ascii("confirmacion"), &["confirmation"]), - (UniCase::ascii("colleage"), &["colleagues"]), - (UniCase::ascii("michagan"), &["michigan"]), - (UniCase::ascii("vegansim"), &["veganism"]), - (UniCase::ascii("eurpean"), &["european"]), - (UniCase::ascii("innoavtion"), &["innovations"]), - (UniCase::ascii("translusent"), &["translucent"]), - (UniCase::ascii("signitories"), &["signatories"]), - (UniCase::ascii("transgeder"), &["transgender"]), - (UniCase::ascii("proteinas"), &["proteins"]), - (UniCase::ascii("sensationella"), &["sensational"]), - (UniCase::ascii("paraphenalia"), &["paraphernalia"]), - (UniCase::ascii("percious"), &["precious"]), - (UniCase::ascii("matierals"), &["materials"]), - (UniCase::ascii("shakespeer"), &["shakespeare"]), - (UniCase::ascii("multiplicacion"), &["multiplication"]), - (UniCase::ascii("culprint"), &["culprit"]), - (UniCase::ascii("occuring"), &["occurring"]), - (UniCase::ascii("parliamentery"), &["parliamentary"]), - (UniCase::ascii("figthing"), &["fighting"]), - (UniCase::ascii("credientals"), &["credentials"]), - (UniCase::ascii("humoural"), &["humoral"]), - (UniCase::ascii("gurantees"), &["guarantees"]), - (UniCase::ascii("tjpanishad"), &["upanishad"]), - (UniCase::ascii("norhtwest"), &["northwest"]), - (UniCase::ascii("preimeter"), &["perimeter"]), - (UniCase::ascii("inchoerent"), &["incoherent"]), - (UniCase::ascii("identificacion"), &["identification"]), - (UniCase::ascii("aqcuainted"), &["acquainted"]), - (UniCase::ascii("versatilty"), &["versatility"]), - (UniCase::ascii("inappropriae"), &["inappropriately"]), - (UniCase::ascii("alternetly"), &["alternately"]), - (UniCase::ascii("trememdously"), &["tremendously"]), - (UniCase::ascii("psycholigist"), &["psychologist"]), - (UniCase::ascii("favoritisme"), &["favorites"]), - (UniCase::ascii("abudance"), &["abundance"]), - (UniCase::ascii("preciselly"), &["precisely"]), - (UniCase::ascii("negoitated"), &["negotiated"]), - (UniCase::ascii("metaphsyical"), &["metaphysical"]), - (UniCase::ascii("monumentul"), &["monumental"]), - (UniCase::ascii("acknoweldged"), &["acknowledged"]), - (UniCase::ascii("motherbord"), &["motherboard"]), - (UniCase::ascii("awknowledging"), &["acknowledging"]), - (UniCase::ascii("psychopats"), &["psychopaths"]), - (UniCase::ascii("defaint"), &["defiant"]), - (UniCase::ascii("intangibile"), &["intangible"]), - (UniCase::ascii("unportected"), &["unprotected"]), - (UniCase::ascii("infraread"), &["infrared"]), - (UniCase::ascii("architechtures"), &["architectures"]), - (UniCase::ascii("joysitck"), &["joystick"]), - (UniCase::ascii("misrepresentated"), &["misrepresented"]), - (UniCase::ascii("bitterwseet"), &["bittersweet"]), - (UniCase::ascii("fractales"), &["fractals"]), - (UniCase::ascii("occasioanlly"), &["occasionally"]), - (UniCase::ascii("wehn"), &["when"]), - (UniCase::ascii("immigrents"), &["immigrants"]), - (UniCase::ascii("indetification"), &["identification"]), - (UniCase::ascii("koordination"), &["coordination"]), - (UniCase::ascii("aksreddit"), &["askreddit"]), - (UniCase::ascii("dependenices"), &["dependencies"]), - (UniCase::ascii("mentaly"), &["mentally"]), - (UniCase::ascii("reched"), &["reached"]), - (UniCase::ascii("paranoica"), &["paranoia"]), - (UniCase::ascii("mercenaire"), &["mercenaries"]), - (UniCase::ascii("prouncements"), &["pronouncements"]), - (UniCase::ascii("horizantal"), &["horizontal"]), - (UniCase::ascii("presidental"), &["presidential"]), - (UniCase::ascii("steryotyping"), &["stereotyping"]), - (UniCase::ascii("withdral"), &["withdrawal"]), - (UniCase::ascii("civilizacion"), &["civilization"]), - (UniCase::ascii("headquater"), &["headquarter"]), - (UniCase::ascii("coulored"), &["coloured"]), - (UniCase::ascii("dwarvens"), &["dwarves"]), - (UniCase::ascii("procesed"), &["proceeds"]), - (UniCase::ascii("atittude"), &["attitude"]), - (UniCase::ascii("dogders"), &["dodgers"]), - (UniCase::ascii("predacessors"), &["predecessors"]), - (UniCase::ascii("neuterd"), &["neutered"]), - (UniCase::ascii("chronoligical"), &["chronological"]), - (UniCase::ascii("skepticisim"), &["skepticism"]), - (UniCase::ascii("subsconcious"), &["subconscious"]), - (UniCase::ascii("parrallel"), &["parallel"]), - (UniCase::ascii("impelments"), &["implements"]), - (UniCase::ascii("febraury"), &["february"]), - (UniCase::ascii("conprehension"), &["comprehension"]), - (UniCase::ascii("inresponsive"), &["unresponsive"]), - (UniCase::ascii("misunderstandind"), &["misunderstandings"]), - (UniCase::ascii("anectodally"), &["anecdotally"]), - (UniCase::ascii("powerhours"), &["powerhouse"]), - (UniCase::ascii("metaphoras"), &["metaphors"]), - (UniCase::ascii("sovereinity"), &["sovereignty"]), - (UniCase::ascii("incorperation"), &["incorporation"]), - (UniCase::ascii("tempurature"), &["temperature"]), - (UniCase::ascii("undoubtedy"), &["undoubtedly"]), - (UniCase::ascii("bodybuildig"), &["bodybuilding"]), - (UniCase::ascii("negotation"), &["negotiation"]), - (UniCase::ascii("delibirately"), &["deliberately"]), - (UniCase::ascii("bombarment"), &["bombardment"]), - (UniCase::ascii("reinitalized"), &["reinitialized"]), - (UniCase::ascii("renderered"), &["rendered"]), - (UniCase::ascii("monothilic"), &["monolithic"]), - (UniCase::ascii("popularest"), &["populate"]), - (UniCase::ascii("westernese"), &["westerners"]), - (UniCase::ascii("insuspecting"), &["unsuspecting"]), - (UniCase::ascii("straightenend"), &["straightened"]), - (UniCase::ascii("connitations"), &["connotations"]), - (UniCase::ascii("contianer"), &["container"]), - (UniCase::ascii("aqcuired"), &["acquired"]), - (UniCase::ascii("dyas"), &["dryas"]), - (UniCase::ascii("depserate"), &["desperate"]), - (UniCase::ascii("caricaturale"), &["caricature"]), - (UniCase::ascii("lollipoop"), &["lollipop"]), - (UniCase::ascii("exclusivas"), &["exclusives"]), - (UniCase::ascii("contestion"), &["contention"]), - (UniCase::ascii("ballistc"), &["ballistic"]), - (UniCase::ascii("redistributin"), &["redistribution"]), - (UniCase::ascii("snowbaording"), &["snowboarding"]), - (UniCase::ascii("heapdhone"), &["headphone"]), - (UniCase::ascii("critisicms"), &["criticisms"]), - (UniCase::ascii("reluctanty"), &["reluctantly"]), - (UniCase::ascii("adverst"), &["adverts"]), - (UniCase::ascii("interferece"), &["interference"]), - (UniCase::ascii("precurors"), &["precursor"]), - (UniCase::ascii("pyarmid"), &["pyramid"]), - (UniCase::ascii("definaty"), &["definately"]), - (UniCase::ascii("provincie"), &["province"]), - (UniCase::ascii("benifits"), &["benefits"]), - (UniCase::ascii("toursity"), &["touristy"]), - (UniCase::ascii("onmiscient"), &["omniscient"]), - (UniCase::ascii("mediterrannean"), &["mediterranean"]), - (UniCase::ascii("oppresssing"), &["oppressing"]), - (UniCase::ascii("perhiperal"), &["peripheral"]), - (UniCase::ascii("placeheld"), &["placeholder"]), - (UniCase::ascii("divideneds"), &["dividend"]), - (UniCase::ascii("substitutivo"), &["substitution"]), - (UniCase::ascii("compramise"), &["compromise"]), - (UniCase::ascii("aluminimum"), &["aluminum"]), - (UniCase::ascii("inconveinent"), &["inconvenient"]), - (UniCase::ascii("expolsions"), &["explosions"]), - (UniCase::ascii("corridoor"), &["corridor"]), - (UniCase::ascii("mosqueto"), &["mosquitoes"]), - (UniCase::ascii("uncomfortablly"), &["uncomfortably"]), - (UniCase::ascii("sepearte"), &["seperate"]), - (UniCase::ascii("associatin"), &["associations"]), - (UniCase::ascii("travellerhd"), &["travelled"]), - (UniCase::ascii("qualificaitons"), &["qualifications"]), - (UniCase::ascii("promotheus"), &["prometheus"]), - (UniCase::ascii("thier"), &["their"]), - (UniCase::ascii("avacodos"), &["avocados"]), - (UniCase::ascii("masturbatie"), &["masturbated"]), - (UniCase::ascii("cafetiera"), &["cafeteria"]), - (UniCase::ascii("secruity"), &["security"]), - (UniCase::ascii("critisizes"), &["criticises"]), - (UniCase::ascii("yoesmite"), &["yosemite"]), - (UniCase::ascii("hydropobic"), &["hydrophobic"]), - (UniCase::ascii("insurgance"), &["insurgency"]), - (UniCase::ascii("advertisters"), &["advertisers"]), - (UniCase::ascii("irrationella"), &["irrational"]), - (UniCase::ascii("buddishm"), &["buddhism"]), - (UniCase::ascii("glipmse"), &["glimpse"]), - (UniCase::ascii("arcahic"), &["archaic"]), - (UniCase::ascii("crusdaers"), &["crusaders"]), - (UniCase::ascii("underwieght"), &["underweight"]), - (UniCase::ascii("favourits"), &["favourites"]), - (UniCase::ascii("effortlesly"), &["effortlessly"]), - (UniCase::ascii("massachusents"), &["massachusetts"]), - (UniCase::ascii("devolopement"), &["development"]), - (UniCase::ascii("representetives"), &["representatives"]), - (UniCase::ascii("casltes"), &["castles"]), - (UniCase::ascii("obejctives"), &["objectives"]), - (UniCase::ascii("exersising"), &["exercising"]), - (UniCase::ascii("confedercy"), &["confederacy"]), - (UniCase::ascii("controception"), &["contraception"]), - (UniCase::ascii("regulares"), &["regulars"]), - (UniCase::ascii("restaurantes"), &["restaurants"]), - (UniCase::ascii("launchign"), &["launching"]), - (UniCase::ascii("protelariat"), &["proletariat"]), - (UniCase::ascii("tottehnam"), &["tottenham"]), - (UniCase::ascii("homophobie"), &["homophobe"]), - (UniCase::ascii("downstar"), &["downstairs"]), - (UniCase::ascii("passionatly"), &["passionately"]), - (UniCase::ascii("econimical"), &["economical"]), - (UniCase::ascii("barrles"), &["barrels"]), - (UniCase::ascii("recgonizing"), &["recognizing"]), - (UniCase::ascii("percevied"), &["perceived"]), - (UniCase::ascii("portuguesse"), &["portuguese"]), - (UniCase::ascii("romaina"), &["romania"]), - (UniCase::ascii("institutionnal"), &["institutional"]), - (UniCase::ascii("beginninng"), &["beginnings"]), - (UniCase::ascii("acronmys"), &["acronyms"]), - (UniCase::ascii("substancially"), &["substantially"]), - (UniCase::ascii("autistisch"), &["autistic"]), - (UniCase::ascii("insturmental"), &["instrumental"]), - (UniCase::ascii("summoenrs"), &["summoners"]), - (UniCase::ascii("disguisted"), &["disguise"]), - (UniCase::ascii("misrepresentating"), &["misrepresenting"]), - (UniCase::ascii("stationerad"), &["stationed"]), - (UniCase::ascii("resistansen"), &["resistances"]), - (UniCase::ascii("corresponders"), &["corresponds"]), - (UniCase::ascii("recongition"), &["recognition"]), - (UniCase::ascii("appreicate"), &["appreciate"]), - (UniCase::ascii("promethous"), &["prometheus"]), - (UniCase::ascii("developors"), &["develops"]), - (UniCase::ascii("ideologije"), &["ideologies"]), - (UniCase::ascii("nostlagic"), &["nostalgic"]), - (UniCase::ascii("inspriation"), &["inspiration"]), - (UniCase::ascii("mozzorella"), &["mozzarella"]), - (UniCase::ascii("tempermeant"), &["temperament"]), - (UniCase::ascii("surronded"), &["surrounded"]), - (UniCase::ascii("affliated"), &["affiliated"]), - (UniCase::ascii("sensationalsim"), &["sensationalism"]), - (UniCase::ascii("inkompetence"), &["incompetence"]), - (UniCase::ascii("undersog"), &["undergo"]), - (UniCase::ascii("liberterian"), &["libertarian"]), - (UniCase::ascii("overlordes"), &["overlords"]), - (UniCase::ascii("justfiy"), &["justify"]), - (UniCase::ascii("unuseable"), &["unusable"]), - (UniCase::ascii("intellectualisme"), &["intellectuals"]), - (UniCase::ascii("repearedly"), &["repealed"]), - (UniCase::ascii("counterside"), &["countryside"]), - (UniCase::ascii("misunderstending"), &["misunderstandings"]), - (UniCase::ascii("imporvements"), &["improvements"]), - (UniCase::ascii("simliar"), &["similar"]), - (UniCase::ascii("supervisers"), &["supervisors"]), - (UniCase::ascii("miligram"), &["milligram"]), - (UniCase::ascii("squardon"), &["squadron"]), - (UniCase::ascii("photograpphed"), &["photographed"]), - (UniCase::ascii("feitshes"), &["fetishes"]), - (UniCase::ascii("backsta"), &["backseat"]), - (UniCase::ascii("invulnerabe"), &["invulnerable"]), - (UniCase::ascii("survaillence"), &["surveillance"]), - (UniCase::ascii("streamtrue"), &["streamer"]), - (UniCase::ascii("bloodboner"), &["bloodborne"]), - (UniCase::ascii("leanr"), &["lean"]), - (UniCase::ascii("incarcerato"), &["incarceration"]), - (UniCase::ascii("naturual"), &["natural"]), - (UniCase::ascii("krypotnite"), &["kryptonite"]), - (UniCase::ascii("capmbell"), &["campbell"]), - (UniCase::ascii("restauraunts"), &["restaurants"]), - (UniCase::ascii("monatge"), &["montage"]), - (UniCase::ascii("consequental"), &["consequently"]), - (UniCase::ascii("acitvates"), &["activates"]), - (UniCase::ascii("transferrs"), &["transfers"]), - (UniCase::ascii("prophacies"), &["prophecies"]), - (UniCase::ascii("birghtest"), &["brightest"]), - (UniCase::ascii("chatolics"), &["catholics"]), - (UniCase::ascii("garriosn"), &["garrison"]), - (UniCase::ascii("ostensibily"), &["ostensibly"]), - (UniCase::ascii("indefinately"), &["indefinitely"]), - (UniCase::ascii("democrazies"), &["democracies"]), - (UniCase::ascii("designade"), &["designated"]), - (UniCase::ascii("hosptials"), &["hospitals"]), - (UniCase::ascii("duplicitas"), &["duplicates"]), - (UniCase::ascii("influentes"), &["influences"]), - (UniCase::ascii("architecure"), &["architecture"]), - (UniCase::ascii("complimente"), &["complement"]), - (UniCase::ascii("adolescance"), &["adolescence"]), - (UniCase::ascii("teampseak"), &["teamspeak"]), - (UniCase::ascii("mutliplying"), &["multiplying"]), - (UniCase::ascii("professionallism"), &["professionalism"]), - (UniCase::ascii("sadistisch"), &["sadistic"]), - (UniCase::ascii("prefered"), &["preferred"]), - (UniCase::ascii("prohibitivo"), &["prohibition"]), - (UniCase::ascii("decpetive"), &["deceptive"]), - (UniCase::ascii("unsoliticed"), &["unsolicited"]), - (UniCase::ascii("enhanceds"), &["enhances"]), - (UniCase::ascii("mutliplier"), &["multiplier"]), - (UniCase::ascii("prostituye"), &["prostitute"]), - (UniCase::ascii("elementery"), &["elementary"]), - (UniCase::ascii("simulaiton"), &["simulations"]), - (UniCase::ascii("underminning"), &["undermining"]), - (UniCase::ascii("stitchs"), &["stitches"]), - (UniCase::ascii("enterpirse"), &["enterprise"]), - (UniCase::ascii("assassinas"), &["assassins"]), - (UniCase::ascii("contirbutors"), &["contributors"]), - (UniCase::ascii("comradets"), &["comrades"]), - (UniCase::ascii("exagerates"), &["exaggerates"]), - (UniCase::ascii("territoires"), &["territories"]), - (UniCase::ascii("guaridan"), &["guardian"]), - (UniCase::ascii("democarcies"), &["democracies"]), - (UniCase::ascii("deflecticon"), &["deflection"]), - (UniCase::ascii("copenhaven"), &["copenhagen"]), - (UniCase::ascii("morrocco"), &["morocco"]), - (UniCase::ascii("incrementas"), &["increments"]), - (UniCase::ascii("comision"), &["commission"]), - (UniCase::ascii("disollusioned"), &["disillusioned"]), - (UniCase::ascii("farehnheit"), &["fahrenheit"]), - (UniCase::ascii("evelation"), &["elevation"]), - (UniCase::ascii("agreeement"), &["agreement"]), - (UniCase::ascii("ceratin"), &["certain"]), - (UniCase::ascii("difficults"), &["difficulties"]), - (UniCase::ascii("airplans"), &["airplanes"]), - (UniCase::ascii("himselv"), &["himself"]), - (UniCase::ascii("tencaity"), &["tenacity"]), - (UniCase::ascii("presumpton"), &["presumption"]), - (UniCase::ascii("volonteer"), &["volunteer"]), - (UniCase::ascii("capitilized"), &["capitalized"]), - (UniCase::ascii("asiprin"), &["aspirin"]), - (UniCase::ascii("consequnce"), &["consequence"]), - (UniCase::ascii("infedility"), &["infidelity"]), - (UniCase::ascii("agains"), &["against"]), - (UniCase::ascii("marganilized"), &["marginalized"]), - (UniCase::ascii("domisticated"), &["domesticated"]), - (UniCase::ascii("edbiles"), &["edibles"]), - (UniCase::ascii("baceause"), &["because"]), - (UniCase::ascii("swtizerland"), &["switzerland"]), - (UniCase::ascii("cholestoral"), &["cholesterol"]), - (UniCase::ascii("illuminite"), &["illuminati"]), - (UniCase::ascii("sieze"), &["seize"]), - (UniCase::ascii("registerd"), &["registered"]), - (UniCase::ascii("xenophibic"), &["xenophobic"]), - (UniCase::ascii("censur"), &["censor"]), - (UniCase::ascii("somethn"), &["somethin"]), - (UniCase::ascii("orelans"), &["orleans"]), - (UniCase::ascii("distrubed"), &["disturbed"]), - (UniCase::ascii("assocaition"), &["associations"]), - (UniCase::ascii("downovting"), &["downvoting"]), - (UniCase::ascii("afternon"), &["afternoon"]), - (UniCase::ascii("zepplien"), &["zeppelin"]), - (UniCase::ascii("reclami"), &["reclaim"]), - (UniCase::ascii("psychiatrisch"), &["psychiatric"]), - (UniCase::ascii("implausibe"), &["implausible"]), - (UniCase::ascii("perpenticular"), &["perpendicular"]), - (UniCase::ascii("hygeine"), &["hygiene"]), - (UniCase::ascii("hamsphire"), &["hampshire"]), - (UniCase::ascii("heavilly"), &["heavily"]), - (UniCase::ascii("toritllas"), &["tortillas"]), - (UniCase::ascii("signles"), &["singles"]), - (UniCase::ascii("rebuplican"), &["republican"]), - (UniCase::ascii("derogitory"), &["derogatory"]), - (UniCase::ascii("concurrect"), &["concurrent"]), - (UniCase::ascii("theistc"), &["theistic"]), - (UniCase::ascii("functtion"), &["function"]), - (UniCase::ascii("unexpectadly"), &["unexpectedly"]), - (UniCase::ascii("undoubtedbly"), &["undoubtedly"]), - (UniCase::ascii("straightmen"), &["straighten"]), - (UniCase::ascii("dynamicus"), &["dynamics"]), - (UniCase::ascii("suprassing"), &["surpassing"]), - (UniCase::ascii("foricbly"), &["forcibly"]), - (UniCase::ascii("supportes"), &["supports"]), - (UniCase::ascii("infilitration"), &["infiltration"]), - (UniCase::ascii("illustraion"), &["illustration"]), - (UniCase::ascii("encomapsses"), &["encompasses"]), - (UniCase::ascii("otehr"), &["other"]), - (UniCase::ascii("striekr"), &["striker"]), - (UniCase::ascii("imprefections"), &["imperfections"]), - (UniCase::ascii("distingishes"), &["distinguishes"]), - (UniCase::ascii("undefinitely"), &["indefinitely"]), - (UniCase::ascii("ungreatfull"), &["ungrateful"]), - (UniCase::ascii("persicution"), &["persecution"]), - (UniCase::ascii("responces"), &["response"]), - (UniCase::ascii("legitimatelly"), &["legitimately"]), - (UniCase::ascii("quantitties"), &["quantities"]), - (UniCase::ascii("sacntioned"), &["sanctioned"]), - (UniCase::ascii("condescendion"), &["condescension"]), - (UniCase::ascii("programmars"), &["programmers"]), - (UniCase::ascii("uninstallling"), &["uninstalling"]), - (UniCase::ascii("mushroooms"), &["mushroom"]), - (UniCase::ascii("disenginuous"), &["disingenuous"]), - ( - UniCase::ascii("oversimplyfication"), - &["oversimplification"], - ), - (UniCase::ascii("aritsts"), &["artists"]), - (UniCase::ascii("eyeballers"), &["eyeballs"]), - (UniCase::ascii("disadvantge"), &["disadvantage"]), - (UniCase::ascii("alchemsit"), &["alchemist"]), - (UniCase::ascii("associatons"), &["associations"]), - (UniCase::ascii("segegrated"), &["segregated"]), - (UniCase::ascii("concelaer"), &["concealer"]), - (UniCase::ascii("origintea"), &["originate"]), - (UniCase::ascii("homosexuels"), &["homosexuals"]), - (UniCase::ascii("discoverys"), &["discovers"]), - (UniCase::ascii("demenstrations"), &["demonstrations"]), - (UniCase::ascii("asside"), &["aside"]), - (UniCase::ascii("disatisfied"), &["dissatisfied"]), - (UniCase::ascii("attemps"), &["attempts"]), - (UniCase::ascii("santroum"), &["santorum"]), - (UniCase::ascii("philidalphia"), &["philadelphia"]), - (UniCase::ascii("constransi"), &["constraints"]), - (UniCase::ascii("enviromentally"), &["environmentally"]), - (UniCase::ascii("proveribal"), &["proverbial"]), - (UniCase::ascii("fossilis"), &["fossils"]), - (UniCase::ascii("midfileder"), &["midfielder"]), - (UniCase::ascii("littlefigner"), &["littlefinger"]), - (UniCase::ascii("metropoliton"), &["metropolitan"]), - (UniCase::ascii("suspiciuos"), &["suspicions"]), - (UniCase::ascii("owernship"), &["ownership"]), - (UniCase::ascii("freindzoned"), &["friendzoned"]), - (UniCase::ascii("interratial"), &["interracial"]), - (UniCase::ascii("siganture"), &["signature"]), - (UniCase::ascii("constantins"), &["constants"]), - (UniCase::ascii("somethinkg"), &["somethings"]), - (UniCase::ascii("revaluated"), &["reevaluated"]), - (UniCase::ascii("dramaticaly"), &["dramatically"]), - (UniCase::ascii("innovatief"), &["innovate"]), - (UniCase::ascii("excecuting"), &["executing"]), - (UniCase::ascii("interstellaire"), &["interstellar"]), - (UniCase::ascii("denonimator"), &["denominator"]), - (UniCase::ascii("disproportiantely"), &["disproportionately"]), - (UniCase::ascii("suggeste"), &["suggestive"]), - (UniCase::ascii("crutchs"), &["crutches"]), - (UniCase::ascii("ecclectic"), &["eclectic"]), - (UniCase::ascii("mouthpeace"), &["mouthpiece"]), - (UniCase::ascii("splatooon"), &["splatoon"]), - (UniCase::ascii("liekd"), &["liked"]), - (UniCase::ascii("grativational"), &["gravitational"]), - (UniCase::ascii("weightened"), &["weighted"]), - (UniCase::ascii("knowledgble"), &["knowledgable"]), - (UniCase::ascii("islamistas"), &["islamists"]), - (UniCase::ascii("entretaining"), &["entertaining"]), - (UniCase::ascii("expeditivo"), &["expedition"]), - (UniCase::ascii("militat"), &["militant"]), - (UniCase::ascii("systamatic"), &["systematic"]), - (UniCase::ascii("aicraft"), &["aircraft"]), - (UniCase::ascii("compasso"), &["compassion"]), - (UniCase::ascii("coruching"), &["crouching"]), - (UniCase::ascii("continuarlo"), &["continual"]), - (UniCase::ascii("aleniate"), &["alienate"]), - (UniCase::ascii("agricuture"), &["agriculture"]), - (UniCase::ascii("cerimonies"), &["ceremonies"]), - (UniCase::ascii("laughabley"), &["laughably"]), - (UniCase::ascii("unfailry"), &["unfairly"]), - (UniCase::ascii("calulater"), &["calculator"]), - (UniCase::ascii("differentitation"), &["differentiation"]), - (UniCase::ascii("diagonsed"), &["diagnosed"]), - (UniCase::ascii("impluse"), &["impulse"]), - (UniCase::ascii("similiarly"), &["similarly"]), - (UniCase::ascii("trasnmitter"), &["transmitter"]), - (UniCase::ascii("litigatin"), &["litigation"]), - (UniCase::ascii("misunderstaning"), &["misunderstanding"]), - (UniCase::ascii("deadlit"), &["deadlift"]), - (UniCase::ascii("transciprt"), &["transcripts"]), - (UniCase::ascii("boyfrients"), &["boyfriends"]), - (UniCase::ascii("crapenter"), &["carpenter"]), - (UniCase::ascii("tuesdsay"), &["tuesdays"]), - (UniCase::ascii("inititiave"), &["initiatives"]), - (UniCase::ascii("sovereighty"), &["sovereignty"]), - (UniCase::ascii("investegated"), &["investigated"]), - (UniCase::ascii("gypises"), &["gypsies"]), - (UniCase::ascii("doomdsay"), &["doomsday"]), - (UniCase::ascii("opprotunity"), &["opportunity"]), - (UniCase::ascii("acquaintence"), &["acquaintance"]), - (UniCase::ascii("battlefeild"), &["battlefield"]), - (UniCase::ascii("actaully"), &["actually"]), - (UniCase::ascii("momentos"), &["moments"]), - (UniCase::ascii("fundamentalismos"), &["fundamentalists"]), - (UniCase::ascii("instantanious"), &["instantaneous"]), - (UniCase::ascii("spartsn"), &["spartans"]), - (UniCase::ascii("dispencing"), &["dispensing"]), - (UniCase::ascii("cumulatative"), &["cumulative"]), - (UniCase::ascii("chlidrens"), &["childrens"]), - (UniCase::ascii("censurship"), &["censorship"]), - (UniCase::ascii("determing"), &["determining"]), - (UniCase::ascii("accumilation"), &["accumulation"]), - (UniCase::ascii("qaulifiers"), &["qualifiers"]), - (UniCase::ascii("periphereals"), &["peripherals"]), - (UniCase::ascii("transpot"), &["transport"]), - (UniCase::ascii("trannsexual"), &["transsexual"]), - (UniCase::ascii("accedentally"), &["accidentally"]), - (UniCase::ascii("explonation"), &["exploration"]), - (UniCase::ascii("recipricate"), &["reciprocate"]), - (UniCase::ascii("disresepcting"), &["disrespecting"]), - (UniCase::ascii("justificatons"), &["justifications"]), - (UniCase::ascii("procrastibating"), &["procrastinating"]), - (UniCase::ascii("collonies"), &["colonies"]), - (UniCase::ascii("sensationilist"), &["sensationalist"]), - (UniCase::ascii("similart"), &["similarity"]), - (UniCase::ascii("vigilane"), &["vigilante"]), - (UniCase::ascii("abstante"), &["bastante"]), - (UniCase::ascii("doosmday"), &["doomsday"]), - (UniCase::ascii("weridest"), &["weirdest"]), - (UniCase::ascii("valentinos"), &["valentines"]), - (UniCase::ascii("culturels"), &["cultures"]), - (UniCase::ascii("expentancy"), &["expectancy"]), - (UniCase::ascii("performace"), &["performance"]), - (UniCase::ascii("avnegers"), &["avengers"]), - (UniCase::ascii("economicos"), &["economics"]), - (UniCase::ascii("copenhaagen"), &["copenhagen"]), - (UniCase::ascii("organismed"), &["organise"]), - (UniCase::ascii("accommadating"), &["accommodating"]), - (UniCase::ascii("pharmaseutical"), &["pharmaceutical"]), - (UniCase::ascii("standbuy"), &["standby"]), - (UniCase::ascii("naferious"), &["nefarious"]), - (UniCase::ascii("disgiused"), &["disguised"]), - (UniCase::ascii("versatiliy"), &["versatility"]), - (UniCase::ascii("encrytped"), &["encrypted"]), - (UniCase::ascii("signapore"), &["singapore"]), - (UniCase::ascii("epsresso"), &["espresso"]), - (UniCase::ascii("technicials"), &["technicians"]), - (UniCase::ascii("wepbage"), &["webpage"]), - (UniCase::ascii("historiaan"), &["historians"]), - (UniCase::ascii("shouldt"), &["shouldnt"]), - (UniCase::ascii("panthen"), &["pantheon"]), - (UniCase::ascii("powerliftng"), &["powerlifting"]), - (UniCase::ascii("intermideate"), &["intermediate"]), - (UniCase::ascii("intervenion"), &["intervening"]), - (UniCase::ascii("minneosta"), &["minnesota"]), - (UniCase::ascii("preditermined"), &["predetermined"]), - (UniCase::ascii("methematician"), &["mathematician"]), - (UniCase::ascii("politiikan"), &["politician"]), - (UniCase::ascii("cardnial"), &["cardinal"]), - (UniCase::ascii("apoligized"), &["apologized"]), - (UniCase::ascii("interected"), &["interacted"]), - (UniCase::ascii("assempling"), &["assembling"]), - (UniCase::ascii("exlporer"), &["explorer"]), - (UniCase::ascii("inspiritional"), &["inspirational"]), - (UniCase::ascii("facilitatile"), &["facilitate"]), - (UniCase::ascii("concentraing"), &["concentrating"]), - (UniCase::ascii("rela"), &["real"]), - (UniCase::ascii("consoltation"), &["consultation"]), - (UniCase::ascii("styrofom"), &["styrofoam"]), - (UniCase::ascii("infringeing"), &["infringing"]), - (UniCase::ascii("outragerous"), &["outrageous"]), - (UniCase::ascii("disbelif"), &["disbelief"]), - (UniCase::ascii("sedereal"), &["sidereal"]), - (UniCase::ascii("intriguied"), &["intrigue"]), - (UniCase::ascii("definate"), &["definite"]), - (UniCase::ascii("extendes"), &["extends"]), - (UniCase::ascii("woodowrking"), &["woodworking"]), - (UniCase::ascii("bulgara"), &["bulgaria"]), - (UniCase::ascii("fimilies"), &["families"]), - (UniCase::ascii("muesums"), &["museums"]), - (UniCase::ascii("apperances"), &["appearances"]), - (UniCase::ascii("pubilsher"), &["publisher"]), - (UniCase::ascii("chairtable"), &["charitable"]), - (UniCase::ascii("interese"), &["interested"]), - (UniCase::ascii("literarlly"), &["literary"]), - (UniCase::ascii("commandeur"), &["commanders"]), - (UniCase::ascii("consilidated"), &["consolidated"]), - (UniCase::ascii("intergal"), &["integral"]), - (UniCase::ascii("splaton"), &["splatoon"]), - (UniCase::ascii("continential"), &["continental"]), - (UniCase::ascii("hinduisim"), &["hinduism"]), - (UniCase::ascii("fluorish"), &["flourish"]), - (UniCase::ascii("correctionals"), &["corrections"]), - (UniCase::ascii("exceutioner"), &["executioner"]), - (UniCase::ascii("bersekrer"), &["berserker"]), - (UniCase::ascii("guarnatees"), &["guarantees"]), - (UniCase::ascii("publikation"), &["publication"]), - (UniCase::ascii("depolying"), &["deploying"]), - (UniCase::ascii("contuining"), &["continuing"]), - (UniCase::ascii("queations"), &["equations"]), - (UniCase::ascii("exorbitent"), &["exorbitant"]), - (UniCase::ascii("impaitent"), &["impatient"]), - (UniCase::ascii("responsibilty"), &["responsibility"]), - (UniCase::ascii("evidentally"), &["evidently"]), - (UniCase::ascii("childisch"), &["childish"]), - (UniCase::ascii("skpetics"), &["skeptics"]), - (UniCase::ascii("handlade"), &["handled"]), - (UniCase::ascii("sountrack"), &["soundtrack"]), - (UniCase::ascii("reacing"), &["reaching"]), - (UniCase::ascii("directivos"), &["directions"]), - (UniCase::ascii("accumulted"), &["accumulated"]), - (UniCase::ascii("territores"), &["territories"]), - (UniCase::ascii("squeakey"), &["squeaky"]), - (UniCase::ascii("electricial"), &["electrical"]), - (UniCase::ascii("excitiment"), &["excitement"]), - (UniCase::ascii("disclipinary"), &["disciplinary"]), - (UniCase::ascii("paralel"), &["parallel"]), - (UniCase::ascii("amongts"), &["amongst"]), - (UniCase::ascii("ethicallly"), &["ethically"]), - (UniCase::ascii("systematiclly"), &["systematically"]), - (UniCase::ascii("pericing"), &["piercing"]), - (UniCase::ascii("hedgehodge"), &["hedgehog"]), - (UniCase::ascii("mechanichal"), &["mechanical"]), - (UniCase::ascii("playthrogh"), &["playthrough"]), - (UniCase::ascii("detectarlo"), &["detector"]), - (UniCase::ascii("nutirents"), &["nutrients"]), - (UniCase::ascii("indefineable"), &["undefinable"]), - (UniCase::ascii("complicted"), &["complicated"]), - (UniCase::ascii("origniality"), &["originality"]), - (UniCase::ascii("temperatue"), &["temperature"]), - (UniCase::ascii("stereotpyical"), &["stereotypical"]), - (UniCase::ascii("brugundy"), &["burgundy"]), - (UniCase::ascii("marrtyred"), &["martyred"]), - (UniCase::ascii("assassinare"), &["assassinate"]), - (UniCase::ascii("craotia"), &["croatia"]), - (UniCase::ascii("monumnets"), &["monuments"]), - (UniCase::ascii("drummless"), &["drumless"]), - (UniCase::ascii("reproducion"), &["reproduction"]), - (UniCase::ascii("interpretare"), &["interpreter"]), - (UniCase::ascii("unreaponsive"), &["unresponsive"]), - (UniCase::ascii("incarseration"), &["incarceration"]), - (UniCase::ascii("blashpemy"), &["blasphemy"]), - (UniCase::ascii("donwvoted"), &["downvoted"]), - (UniCase::ascii("progresive"), &["progressive"]), - (UniCase::ascii("consitency"), &["consistency"]), - (UniCase::ascii("reminscent"), &["reminiscent"]), - (UniCase::ascii("proceded"), &["proceeded"]), - (UniCase::ascii("disatvantage"), &["disadvantage"]), - (UniCase::ascii("uncertainy"), &["uncertainty"]), - (UniCase::ascii("scramblies"), &["scramble"]), - (UniCase::ascii("emmitted"), &["emitted"]), - (UniCase::ascii("charsimatic"), &["charismatic"]), - (UniCase::ascii("ininteresting"), &["uninteresting"]), - (UniCase::ascii("encountred"), &["encountered"]), - (UniCase::ascii("adequit"), &["adequate"]), - (UniCase::ascii("duailty"), &["duality"]), - (UniCase::ascii("formalhaut"), &["fomalhaut"]), - (UniCase::ascii("minneapols"), &["minneapolis"]), - (UniCase::ascii("anaylse"), &["analyse"]), - (UniCase::ascii("conflictos"), &["conflicts"]), - (UniCase::ascii("dossapointed"), &["dissapointed"]), - (UniCase::ascii("noteriety"), &["notoriety"]), - (UniCase::ascii("cropses"), &["corpses"]), - (UniCase::ascii("sumbitting"), &["submitting"]), - (UniCase::ascii("promotinal"), &["promotional"]), - (UniCase::ascii("pillards"), &["pillars"]), - (UniCase::ascii("circumwent"), &["circumvent"]), - (UniCase::ascii("childrenis"), &["childrens"]), - (UniCase::ascii("strentgh"), &["strength"]), - (UniCase::ascii("accidential"), &["accidental"]), - (UniCase::ascii("waterprooof"), &["waterproof"]), - (UniCase::ascii("palidans"), &["paladins"]), - (UniCase::ascii("infintrator"), &["infiltrator"]), - (UniCase::ascii("grappel"), &["grapple"]), - (UniCase::ascii("definaltey"), &["definately"]), - (UniCase::ascii("importerad"), &["imported"]), - (UniCase::ascii("wohle"), &["whole"]), - (UniCase::ascii("stratgey"), &["strategy"]), - (UniCase::ascii("interewbs"), &["interwebs"]), - (UniCase::ascii("afterthougt"), &["afterthought"]), - (UniCase::ascii("differense"), &["differences"]), - (UniCase::ascii("behaviorly"), &["behavioral"]), - (UniCase::ascii("marniers"), &["mariners"]), - (UniCase::ascii("containd"), &["contained"]), - (UniCase::ascii("spontaneoulsy"), &["spontaneously"]), - (UniCase::ascii("rebuidling"), &["rebuilding"]), - (UniCase::ascii("sucesion"), &["succession"]), - (UniCase::ascii("anedoctal"), &["anecdotal"]), - (UniCase::ascii("masogynistic"), &["misogynistic"]), - (UniCase::ascii("jewelrey"), &["jewelry"]), - (UniCase::ascii("excatly"), &["exactly"]), - (UniCase::ascii("independece"), &["independence"]), - (UniCase::ascii("exculsion"), &["exclusion"]), - (UniCase::ascii("symphonity"), &["symphony"]), - (UniCase::ascii("porjectiles"), &["projectiles"]), - (UniCase::ascii("paradyse"), &["parades"]), - (UniCase::ascii("conceptial"), &["conceptual"]), - (UniCase::ascii("authorizaton"), &["authorization"]), - (UniCase::ascii("franchie"), &["franchises"]), - (UniCase::ascii("hypocrties"), &["hypocrites"]), - (UniCase::ascii("natrually"), &["naturally"]), - (UniCase::ascii("maybellibe"), &["maybelline"]), - (UniCase::ascii("insipred"), &["inspired"]), - (UniCase::ascii("simplisity"), &["simplicity"]), - (UniCase::ascii("transfromers"), &["transformers"]), - (UniCase::ascii("btiches"), &["bitches"]), - (UniCase::ascii("disadvantges"), &["disadvantages"]), - (UniCase::ascii("cliffhager"), &["cliffhanger"]), - (UniCase::ascii("conversacional"), &["conversational"]), - (UniCase::ascii("politiciens"), &["politicians"]), - (UniCase::ascii("administraton"), &["administration"]), - (UniCase::ascii("tensiones"), &["tensions"]), - (UniCase::ascii("unrealisitc"), &["unrealistic"]), - (UniCase::ascii("repeatetly"), &["repeatedly"]), - (UniCase::ascii("declaremos"), &["declares"]), - (UniCase::ascii("preferentes"), &["preferences"]), - (UniCase::ascii("macthups"), &["matchups"]), - (UniCase::ascii("fullscren"), &["fullscreen"]), - (UniCase::ascii("minimium"), &["minimum"]), - (UniCase::ascii("culturaly"), &["culturally"]), - (UniCase::ascii("tupparware"), &["tupperware"]), - (UniCase::ascii("armageddan"), &["armageddon"]), - (UniCase::ascii("prinicples"), &["principles"]), - (UniCase::ascii("adventuros"), &["adventurous"]), - (UniCase::ascii("instantaneus"), &["instantaneous"]), - (UniCase::ascii("misinterprate"), &["misinterpret"]), - (UniCase::ascii("resssurecting"), &["resurrecting"]), - (UniCase::ascii("laborerers"), &["laborers"]), - (UniCase::ascii("resisten"), &["resistance"]), - (UniCase::ascii("contenplate"), &["contemplate"]), - (UniCase::ascii("playwrites"), &["playwrights"]), - (UniCase::ascii("dissaponited"), &["dissapointed"]), - (UniCase::ascii("traumitized"), &["traumatized"]), - (UniCase::ascii("difficulites"), &["difficulties"]), - (UniCase::ascii("investigstions"), &["investigations"]), - (UniCase::ascii("cententenial"), &["centennial"]), - (UniCase::ascii("custumized"), &["customized"]), - (UniCase::ascii("fanaticas"), &["fanatics"]), - (UniCase::ascii("contricted"), &["contracted"]), - (UniCase::ascii("beliavable"), &["believable"]), - (UniCase::ascii("retroactivily"), &["retroactively"]), - (UniCase::ascii("ressemble"), &["resemble"]), - (UniCase::ascii("unsuable"), &["unusable"]), - (UniCase::ascii("definicion"), &["definition"]), - (UniCase::ascii("konsultation"), &["consultation"]), - (UniCase::ascii("recongizable"), &["recognizable"]), - (UniCase::ascii("declears"), &["declares"]), - (UniCase::ascii("prostitude"), &["prostitute"]), - (UniCase::ascii("ventilacion"), &["ventilation"]), - (UniCase::ascii("backeast"), &["backseat"]), - (UniCase::ascii("crystalisk"), &["crystals"]), - (UniCase::ascii("invicibility"), &["invisibility"]), - (UniCase::ascii("normalis"), &["normals"]), - (UniCase::ascii("exahustion"), &["exhaustion"]), - (UniCase::ascii("intrinseci"), &["intrinsic"]), - (UniCase::ascii("confrimation"), &["confirmation"]), - (UniCase::ascii("commiteed"), &["commited"]), - (UniCase::ascii("costumization"), &["customization"]), - (UniCase::ascii("carmtan"), &["cartman"]), - (UniCase::ascii("tyrany"), &["tyranny"]), - (UniCase::ascii("southernes"), &["southerners"]), - (UniCase::ascii("critisice"), &["criticise"]), - (UniCase::ascii("redistribuito"), &["redistribution"]), - (UniCase::ascii("interviened"), &["interviewed"]), - (UniCase::ascii("dispensaires"), &["dispensaries"]), - (UniCase::ascii("importantce"), &["importance"]), - (UniCase::ascii("thermodyanmics"), &["thermodynamics"]), - (UniCase::ascii("transcrit"), &["transcript"]), - (UniCase::ascii("subscribtion"), &["subscription"]), - (UniCase::ascii("laboratoy"), &["laboratory"]), - (UniCase::ascii("garnison"), &["garrison"]), - (UniCase::ascii("compteting"), &["completing"]), - (UniCase::ascii("septmeber"), &["september"]), - (UniCase::ascii("glorifierad"), &["glorified"]), - (UniCase::ascii("rollertoaster"), &["rollercoaster"]), - (UniCase::ascii("mundance"), &["mundane"]), - (UniCase::ascii("unconsicous"), &["unconscious"]), - (UniCase::ascii("exressed"), &["expressed"]), - (UniCase::ascii("preformer"), &["performer"]), - (UniCase::ascii("busniessmen"), &["businessmen"]), - (UniCase::ascii("dammage"), &["damage"]), - (UniCase::ascii("undernearth"), &["underneath"]), - (UniCase::ascii("territoris"), &["territories"]), - (UniCase::ascii("facsinated"), &["fascinated"]), - (UniCase::ascii("independets"), &["independents"]), - (UniCase::ascii("weilded"), &["wielded"]), - (UniCase::ascii("reaponsibility"), &["responsibility"]), - (UniCase::ascii("discriminatin"), &["discrimination"]), - (UniCase::ascii("weas"), &["was"]), - (UniCase::ascii("prestigous"), &["prestigious"]), - (UniCase::ascii("recommennd"), &["recommends"]), - (UniCase::ascii("conversons"), &["conversions"]), - (UniCase::ascii("imperfectionists"), &["imperfections"]), - (UniCase::ascii("colonialsm"), &["colonialism"]), - (UniCase::ascii("skrimish"), &["skirmish"]), - (UniCase::ascii("condescening"), &["condescending"]), - (UniCase::ascii("cuddleys"), &["cuddles"]), - (UniCase::ascii("robotis"), &["robotics"]), - (UniCase::ascii("chronicals"), &["chronicles"]), - (UniCase::ascii("mobiltiy"), &["mobility"]), - (UniCase::ascii("republicanos"), &["republicans"]), - (UniCase::ascii("freind"), &["friend"]), - (UniCase::ascii("moderatin"), &["moderation"]), - (UniCase::ascii("combatents"), &["combatants"]), - (UniCase::ascii("discontiuned"), &["discontinued"]), - (UniCase::ascii("photoshoppade"), &["photoshopped"]), - (UniCase::ascii("justificativo"), &["justification"]), - (UniCase::ascii("enterpreneurs"), &["entrepreneurs"]), - (UniCase::ascii("consectuive"), &["consecutive"]), - (UniCase::ascii("microvaxes"), &["microwaves"]), - (UniCase::ascii("numerious"), &["numerous"]), - (UniCase::ascii("degarded"), &["degraded"]), - (UniCase::ascii("conversatives"), &["conservatives"]), - (UniCase::ascii("metaphyiscal"), &["metaphysical"]), - (UniCase::ascii("archaeolgy"), &["archaeology"]), - (UniCase::ascii("hindusim"), &["hinduism"]), - (UniCase::ascii("cervial"), &["cervical"]), - (UniCase::ascii("homeowneris"), &["homeowners"]), - (UniCase::ascii("reapirs"), &["repairs"]), - (UniCase::ascii("specificaitons"), &["specification"]), - (UniCase::ascii("hypathetically"), &["hypothetically"]), - (UniCase::ascii("reponse"), &["response"]), - (UniCase::ascii("siezed"), &["seized"]), - (UniCase::ascii("sometihn"), &["somethin"]), - (UniCase::ascii("invunlerable"), &["invulnerable"]), - (UniCase::ascii("restricte"), &["restrictive"]), - (UniCase::ascii("flacons"), &["falcons"]), - (UniCase::ascii("proces"), &["process"]), - (UniCase::ascii("alienet"), &["alienate"]), - (UniCase::ascii("summones"), &["summoners"]), - (UniCase::ascii("windosr"), &["windsor"]), - (UniCase::ascii("uncertanty"), &["uncertainty"]), - (UniCase::ascii("reinforcemnets"), &["reinforcements"]), - (UniCase::ascii("perference"), &["preference"]), - (UniCase::ascii("preorderers"), &["preorders"]), - (UniCase::ascii("collectivly"), &["collectively"]), - (UniCase::ascii("planetos"), &["planets"]), - (UniCase::ascii("anitque"), &["antique"]), - (UniCase::ascii("nationalisties"), &["nationalists"]), - (UniCase::ascii("additinally"), &["additionally"]), - (UniCase::ascii("ambuigity"), &["ambiguity"]), - (UniCase::ascii("exepmtion"), &["exemption"]), - (UniCase::ascii("hwihc"), &["which"]), - (UniCase::ascii("ther"), &["there"]), - (UniCase::ascii("austrila"), &["austria"]), - (UniCase::ascii("landscaps"), &["landscapes"]), - (UniCase::ascii("confedarate"), &["confederate"]), - (UniCase::ascii("prophacy"), &["prophecy"]), - (UniCase::ascii("reinfornced"), &["reinforced"]), - (UniCase::ascii("incidential"), &["incidental"]), - (UniCase::ascii("violentce"), &["violence"]), - (UniCase::ascii("interpreteer"), &["interpreter"]), - (UniCase::ascii("extracto"), &["extraction"]), - (UniCase::ascii("cycloen"), &["cyclone"]), - (UniCase::ascii("trasnphobic"), &["transphobic"]), - (UniCase::ascii("senzationalism"), &["sensationalism"]), - (UniCase::ascii("pessiary"), &["pessary"]), - (UniCase::ascii("creedence"), &["credence"]), - (UniCase::ascii("stereotypying"), &["stereotyping"]), - (UniCase::ascii("persectuion"), &["persecution"]), - (UniCase::ascii("bayoent"), &["bayonet"]), - (UniCase::ascii("schziophrenia"), &["schizophrenia"]), - (UniCase::ascii("chrisitans"), &["christians"]), - (UniCase::ascii("exercices"), &["exercise"]), - (UniCase::ascii("underminig"), &["undermining"]), - (UniCase::ascii("strenghen"), &["strengthen"]), - (UniCase::ascii("obssesive"), &["obsessive"]), - (UniCase::ascii("metropolians"), &["metropolis"]), - (UniCase::ascii("lituhania"), &["lithuania"]), - (UniCase::ascii("avtaars"), &["avatars"]), - (UniCase::ascii("declareation"), &["declaration"]), - (UniCase::ascii("opthalmic"), &["ophthalmic"]), - (UniCase::ascii("interchangeble"), &["interchangeable"]), - (UniCase::ascii("neigbourhood"), &["neighbourhood"]), - (UniCase::ascii("conservativsm"), &["conservatism"]), - (UniCase::ascii("senitmental"), &["sentimental"]), - (UniCase::ascii("aribtrary"), &["arbitrary"]), - (UniCase::ascii("thereian"), &["therein"]), - (UniCase::ascii("retalitation"), &["retaliation"]), - (UniCase::ascii("rotuers"), &["routers"]), - (UniCase::ascii("escpaes"), &["escapes"]), - (UniCase::ascii("apperciated"), &["appreciated"]), - (UniCase::ascii("powerpot"), &["powerpoint"]), - (UniCase::ascii("competatively"), &["competitively"]), - (UniCase::ascii("resolviste"), &["resolves"]), - (UniCase::ascii("offereings"), &["offerings"]), - (UniCase::ascii("livliehood"), &["livelihood"]), - (UniCase::ascii("actualy"), &["actually"]), - (UniCase::ascii("disastrosi"), &["disastrous"]), - (UniCase::ascii("thunberbolt"), &["thunderbolt"]), - (UniCase::ascii("scrambeld"), &["scrambled"]), - (UniCase::ascii("formallized"), &["formalized"]), - (UniCase::ascii("slowy"), &["slowly"]), - (UniCase::ascii("imperialisim"), &["imperialism"]), - (UniCase::ascii("comparisions"), &["comparisons"]), - (UniCase::ascii("bruiseres"), &["bruisers"]), - (UniCase::ascii("scoll"), &["scroll"]), - (UniCase::ascii("confugurations"), &["configurations"]), - (UniCase::ascii("achievemnt"), &["achievement"]), - (UniCase::ascii("increadible"), &["incredible"]), - (UniCase::ascii("expolited"), &["exploited"]), - (UniCase::ascii("sympathien"), &["sympathize"]), - (UniCase::ascii("prosperety"), &["prosperity"]), - (UniCase::ascii("protecs"), &["protects"]), - (UniCase::ascii("unseccessful"), &["unsuccessful"]), - (UniCase::ascii("stomache"), &["stomach"]), - (UniCase::ascii("vizualisations"), &["visualization"]), - (UniCase::ascii("confids"), &["confides"]), - (UniCase::ascii("adres"), &["address"]), - (UniCase::ascii("disensitized"), &["desensitized"]), - (UniCase::ascii("downvots"), &["downvotes"]), - (UniCase::ascii("snadwiches"), &["sandwiches"]), - (UniCase::ascii("coincidentaly"), &["coincidentally"]), - (UniCase::ascii("perdictable"), &["predictable"]), - (UniCase::ascii("categroized"), &["categorized"]), - (UniCase::ascii("industiral"), &["industrial"]), - (UniCase::ascii("incuding"), &["including"]), - (UniCase::ascii("inaccuraces"), &["inaccuracies"]), - (UniCase::ascii("explose"), &["explodes"]), - (UniCase::ascii("espoinage"), &["espionage"]), - (UniCase::ascii("glimspe"), &["glimpse"]), - (UniCase::ascii("balanceada"), &["balanced"]), - (UniCase::ascii("unemploymed"), &["unemployed"]), - (UniCase::ascii("arbitrarion"), &["arbitration"]), - (UniCase::ascii("reinitalizing"), &["reinitializing"]), - (UniCase::ascii("tendancy"), &["tendency"]), - (UniCase::ascii("touristey"), &["touristy"]), - (UniCase::ascii("existantial"), &["existential"]), - (UniCase::ascii("internettes"), &["internets"]), - (UniCase::ascii("complimenty"), &["complimentary"]), - (UniCase::ascii("gunsligner"), &["gunslinger"]), - (UniCase::ascii("provicative"), &["provocative"]), - (UniCase::ascii("definatedly"), &["definately"]), - (UniCase::ascii("noninital"), &["noninitial"]), - (UniCase::ascii("unsolicitied"), &["unsolicited"]), - (UniCase::ascii("engieneer"), &["engineer"]), - (UniCase::ascii("partialy"), &["partially"]), - (UniCase::ascii("worhsipping"), &["worshipping"]), - (UniCase::ascii("recordarte"), &["recorder"]), - (UniCase::ascii("beggining"), &["beginning"]), - (UniCase::ascii("invisibiity"), &["invisibility"]), - (UniCase::ascii("flecther"), &["fletcher"]), - (UniCase::ascii("passione"), &["passionate"]), - (UniCase::ascii("protectron"), &["protection"]), - (UniCase::ascii("inheritence"), &["inheritance"]), - (UniCase::ascii("reinforcemnts"), &["reinforcements"]), - (UniCase::ascii("intercorse"), &["intercourse"]), - (UniCase::ascii("disproportionaly"), &["disproportionately"]), - (UniCase::ascii("caclium"), &["calcium"]), - (UniCase::ascii("microscophic"), &["microscopic"]), - (UniCase::ascii("improvished"), &["improvised"]), - (UniCase::ascii("aleinated"), &["alienated"]), - (UniCase::ascii("continuuum"), &["continuum"]), - (UniCase::ascii("healthiet"), &["healthiest"]), - (UniCase::ascii("mathemagically"), &["mathematically"]), - (UniCase::ascii("probabily"), &["probability"]), - (UniCase::ascii("conditionning"), &["conditioning"]), - (UniCase::ascii("canrage"), &["carnage"]), - (UniCase::ascii("delpoyed"), &["deployed"]), - (UniCase::ascii("explicatia"), &["explicit"]), - (UniCase::ascii("mercaneries"), &["mercenaries"]), - (UniCase::ascii("nigthclub"), &["nightclub"]), - (UniCase::ascii("compartmet"), &["compartment"]), - (UniCase::ascii("institucionalized"), &["institutionalized"]), - (UniCase::ascii("toxicitity"), &["toxicity"]), - (UniCase::ascii("crockodiles"), &["crocodiles"]), - (UniCase::ascii("mulittasking"), &["multitasking"]), - (UniCase::ascii("sportsmansship"), &["sportsmanship"]), - (UniCase::ascii("insurgeny"), &["insurgency"]), - (UniCase::ascii("californains"), &["californian"]), - (UniCase::ascii("mounment"), &["monument"]), - (UniCase::ascii("apologistas"), &["apologists"]), - (UniCase::ascii("syrcause"), &["syracuse"]), - (UniCase::ascii("extremisim"), &["extremism"]), - (UniCase::ascii("metropolys"), &["metropolis"]), - (UniCase::ascii("controvesy"), &["controversy"]), - (UniCase::ascii("jugdement"), &["judgement"]), - (UniCase::ascii("sensitivty"), &["sensitivity"]), - (UniCase::ascii("computacion"), &["computation"]), - (UniCase::ascii("unattractice"), &["unattractive"]), - (UniCase::ascii("fundimental"), &["fundamental"]), - (UniCase::ascii("corralates"), &["correlates"]), - (UniCase::ascii("entrepreneures"), &["entrepreneurs"]), - (UniCase::ascii("engeneering"), &["engineering"]), - (UniCase::ascii("momentarly"), &["momentarily"]), - (UniCase::ascii("propriatery"), &["proprietary"]), - (UniCase::ascii("specificatons"), &["specifications"]), - (UniCase::ascii("preservato"), &["preservation"]), - (UniCase::ascii("consistencey"), &["consistency"]), - (UniCase::ascii("dezentralized"), &["decentralized"]), - (UniCase::ascii("maintian"), &["maintain"]), - (UniCase::ascii("transfered"), &["transferred"]), - (UniCase::ascii("garrsion"), &["garrison"]), - (UniCase::ascii("mindcrak"), &["mindcrack"]), - (UniCase::ascii("thunderbot"), &["thunderbolt"]), - (UniCase::ascii("agression"), &["aggression"]), - (UniCase::ascii("deminstrations"), &["demonstrations"]), - (UniCase::ascii("mansalughter"), &["manslaughter"]), - (UniCase::ascii("fasicsts"), &["fascists"]), - (UniCase::ascii("sentinents"), &["sentiments"]), - (UniCase::ascii("vunlerabilities"), &["vulnerabilities"]), - (UniCase::ascii("hestiant"), &["hesitant"]), - (UniCase::ascii("solitudine"), &["solitude"]), - (UniCase::ascii("microcentres"), &["microcenter"]), - (UniCase::ascii("managable"), &["manageable"]), - (UniCase::ascii("judgementals"), &["judgements"]), - (UniCase::ascii("commisison"), &["commissions"]), - (UniCase::ascii("individuel"), &["individual"]), - (UniCase::ascii("trafic"), &["traffic"]), - (UniCase::ascii("perspecitves"), &["perspectives"]), - (UniCase::ascii("simplicitly"), &["simplicity"]), - (UniCase::ascii("breathtakng"), &["breathtaking"]), - (UniCase::ascii("politican"), &["politician"]), - (UniCase::ascii("electronicas"), &["electronics"]), - (UniCase::ascii("denominador"), &["denominator"]), - (UniCase::ascii("confrontativo"), &["confrontation"]), - (UniCase::ascii("generacional"), &["generational"]), - (UniCase::ascii("nostirls"), &["nostrils"]), - (UniCase::ascii("aincents"), &["ancients"]), - (UniCase::ascii("enviromental"), &["environmental"]), - (UniCase::ascii("dominno"), &["dominion"]), - (UniCase::ascii("comparse"), &["compares"]), - (UniCase::ascii("obtaineble"), &["obtainable"]), - (UniCase::ascii("antennea"), &["antenna"]), - (UniCase::ascii("connotacion"), &["connotation"]), - (UniCase::ascii("feisable"), &["feasible"]), - (UniCase::ascii("lectureres"), &["lectures"]), - (UniCase::ascii("verficiation"), &["verification"]), - (UniCase::ascii("snugglie"), &["snuggle"]), - (UniCase::ascii("disapperaing"), &["disappearing"]), - (UniCase::ascii("excecution"), &["execution"]), - (UniCase::ascii("strechted"), &["stretched"]), - (UniCase::ascii("versiones"), &["versions"]), - (UniCase::ascii("tranclucent"), &["translucent"]), - (UniCase::ascii("hyperlogic"), &["hyperbolic"]), - (UniCase::ascii("michina"), &["michigan"]), - (UniCase::ascii("fanfaction"), &["fanfiction"]), - (UniCase::ascii("subsequenty"), &["subsequently"]), - (UniCase::ascii("jorunal"), &["journal"]), - (UniCase::ascii("draculla"), &["dracula"]), - (UniCase::ascii("executie"), &["executive"]), - (UniCase::ascii("resintalling"), &["reinstalling"]), - (UniCase::ascii("projectles"), &["projectiles"]), - (UniCase::ascii("vechiles"), &["vehicles"]), - (UniCase::ascii("disrespekted"), &["disrespected"]), - (UniCase::ascii("propsective"), &["prospective"]), - (UniCase::ascii("jounral"), &["journal"]), - (UniCase::ascii("bandwagoon"), &["bandwagon"]), - (UniCase::ascii("plausbile"), &["plausible"]), - (UniCase::ascii("rewatchig"), &["rewatching"]), - (UniCase::ascii("protectiei"), &["protective"]), - (UniCase::ascii("farhenheit"), &["fahrenheit"]), - (UniCase::ascii("singulariy"), &["singularity"]), - (UniCase::ascii("antiobitics"), &["antibiotic"]), - (UniCase::ascii("scandalosa"), &["scandals"]), - (UniCase::ascii("definotely"), &["definately"]), - (UniCase::ascii("neuroscienze"), &["neuroscience"]), - (UniCase::ascii("merchandies"), &["merchandise"]), - (UniCase::ascii("exprensive"), &["expressive"]), - (UniCase::ascii("abandonned"), &["abandoned"]), - (UniCase::ascii("iranianos"), &["iranians"]), - (UniCase::ascii("chernobl"), &["chernobyl"]), - (UniCase::ascii("crucifiction"), &["crucifixion"]), - (UniCase::ascii("dictatorhip"), &["dictatorship"]), - (UniCase::ascii("compremised"), &["compromised"]), - (UniCase::ascii("asteroides"), &["asteroids"]), - (UniCase::ascii("inheritage"), &["heritage"]), - (UniCase::ascii("stabilizied"), &["stabilize"]), - (UniCase::ascii("storeis"), &["stories"]), - (UniCase::ascii("condeferacy"), &["confederacy"]), - (UniCase::ascii("liberato"), &["liberation"]), - (UniCase::ascii("chairmain"), &["chairman"]), - (UniCase::ascii("docuhey"), &["douchey"]), - (UniCase::ascii("apostrephe"), &["apostrophe"]), - (UniCase::ascii("fundamentaly"), &["fundamentally"]), - (UniCase::ascii("respriatory"), &["respiratory"]), - (UniCase::ascii("transporteurs"), &["transporter"]), - (UniCase::ascii("conversatin"), &["conversations"]), - (UniCase::ascii("comdeic"), &["comedic"]), - (UniCase::ascii("frustrato"), &["frustration"]), - (UniCase::ascii("thriteen"), &["thirteen"]), - (UniCase::ascii("appropriatin"), &["appropriation"]), - (UniCase::ascii("frinedzoned"), &["friendzoned"]), - (UniCase::ascii("indipendence"), &["independence"]), - (UniCase::ascii("contactos"), &["contacts"]), - (UniCase::ascii("superviso"), &["supervision"]), - (UniCase::ascii("peom"), &["poem"]), - (UniCase::ascii("manipulitive"), &["manipulative"]), - (UniCase::ascii("scientificlly"), &["scientifically"]), - (UniCase::ascii("methaphors"), &["metaphors"]), - (UniCase::ascii("earhtquakes"), &["earthquakes"]), - (UniCase::ascii("spagheti"), &["spaghetti"]), - (UniCase::ascii("positevely"), &["positively"]), - (UniCase::ascii("superposer"), &["superpowers"]), - (UniCase::ascii("envrionments"), &["environments"]), - (UniCase::ascii("apratheid"), &["apartheid"]), - (UniCase::ascii("antiquited"), &["antiquated"]), - (UniCase::ascii("filmmakare"), &["filmmakers"]), - (UniCase::ascii("contibute"), &["contribute"]), - (UniCase::ascii("cashieres"), &["cashiers"]), - (UniCase::ascii("portayed"), &["portrayed"]), - (UniCase::ascii("thermodynanics"), &["thermodynamics"]), - (UniCase::ascii("technoligically"), &["technologically"]), - (UniCase::ascii("synonymos"), &["synonymous"]), - (UniCase::ascii("painkills"), &["painkillers"]), - (UniCase::ascii("balanceado"), &["balanced"]), - (UniCase::ascii("accompanyed"), &["accompanied"]), - (UniCase::ascii("headqaurters"), &["headquarters"]), - (UniCase::ascii("noctrune"), &["nocturne"]), - (UniCase::ascii("inefficienct"), &["inefficient"]), - (UniCase::ascii("cataline"), &["catiline"]), - (UniCase::ascii("trundel"), &["trundle"]), - (UniCase::ascii("beseiging"), &["besieging"]), - (UniCase::ascii("antarcitca"), &["antarctica"]), - (UniCase::ascii("saskatcehwan"), &["saskatchewan"]), - (UniCase::ascii("authoritorian"), &["authoritarian"]), - (UniCase::ascii("whilsting"), &["whistling"]), - (UniCase::ascii("geographacilly"), &["geographically"]), - (UniCase::ascii("sucesses"), &["successes"]), - (UniCase::ascii("consuelling"), &["counselling"]), - (UniCase::ascii("potical"), &["optical"]), - (UniCase::ascii("perferably"), &["preferably"]), - (UniCase::ascii("reigmes"), &["regimes"]), - (UniCase::ascii("similiarties"), &["similarities"]), - (UniCase::ascii("mastubration"), &["masturbation"]), - (UniCase::ascii("capitalisim"), &["capitalism"]), - (UniCase::ascii("resolutino"), &["resolutions"]), - (UniCase::ascii("disconenct"), &["disconnect"]), - (UniCase::ascii("foucs"), &["focus"]), - (UniCase::ascii("belived"), &["believed"]), - (UniCase::ascii("birdamn"), &["birdman"]), - (UniCase::ascii("udnerdog"), &["underdog"]), - (UniCase::ascii("corresponing"), &["corresponding"]), - (UniCase::ascii("mousturizing"), &["moisturizing"]), - (UniCase::ascii("desinging"), &["designing"]), - (UniCase::ascii("carnberry"), &["cranberry"]), - (UniCase::ascii("sufficiant"), &["sufficient"]), - (UniCase::ascii("murdereres"), &["murderers"]), - (UniCase::ascii("tresuary"), &["treasury"]), - (UniCase::ascii("introdue"), &["introduces"]), - (UniCase::ascii("liberalizm"), &["liberalism"]), - (UniCase::ascii("airosft"), &["airsoft"]), - (UniCase::ascii("shorly"), &["shortly"]), - (UniCase::ascii("foregroud"), &["foreground"]), - (UniCase::ascii("behtesda"), &["bethesda"]), - (UniCase::ascii("quuery"), &["query"]), - (UniCase::ascii("counteries"), &["counters"]), - (UniCase::ascii("stereotpying"), &["stereotyping"]), - (UniCase::ascii("shennaigans"), &["shenanigans"]), - (UniCase::ascii("execitioner"), &["executioner"]), - (UniCase::ascii("unreasonalby"), &["unreasonably"]), - (UniCase::ascii("uplifitng"), &["uplifting"]), - (UniCase::ascii("circuncised"), &["circumcised"]), - (UniCase::ascii("suprizing"), &["surprising"]), - (UniCase::ascii("dissapoined"), &["dissapointed"]), - (UniCase::ascii("sketpicism"), &["skepticism"]), - (UniCase::ascii("insidiuos"), &["insidious"]), - (UniCase::ascii("touchscreeen"), &["touchscreen"]), - (UniCase::ascii("survelliance"), &["surveillance"]), - (UniCase::ascii("marshmalllows"), &["marshmallows"]), - (UniCase::ascii("ideologe"), &["ideologies"]), - (UniCase::ascii("tunrtable"), &["turntable"]), - (UniCase::ascii("inconcistent"), &["inconsistent"]), - (UniCase::ascii("brazilains"), &["brazilians"]), - (UniCase::ascii("jailbrocken"), &["jailbroken"]), - (UniCase::ascii("grammer"), &["grammar"]), - (UniCase::ascii("liberas"), &["liberals"]), - (UniCase::ascii("peripherials"), &["peripherals"]), - (UniCase::ascii("anecodtal"), &["anecdotal"]), - (UniCase::ascii("volatily"), &["volatility"]), - (UniCase::ascii("skeletaal"), &["skeletal"]), - (UniCase::ascii("illustraded"), &["illustrated"]), - (UniCase::ascii("horzions"), &["horizons"]), - (UniCase::ascii("unresponsivness"), &["unresponsive"]), - (UniCase::ascii("stancels"), &["stances"]), - (UniCase::ascii("disrespecful"), &["disrespectful"]), - (UniCase::ascii("godlman"), &["goldman"]), - (UniCase::ascii("revoultions"), &["revolutions"]), - (UniCase::ascii("investagators"), &["investigators"]), - (UniCase::ascii("atempting"), &["attempting"]), - (UniCase::ascii("stabilizies"), &["stabilize"]), - (UniCase::ascii("publicaly"), &["publicly"]), - (UniCase::ascii("accquainted"), &["acquainted"]), - (UniCase::ascii("flucutate"), &["fluctuate"]), - (UniCase::ascii("wonderes"), &["wonders"]), - (UniCase::ascii("drfiting"), &["drifting"]), - (UniCase::ascii("possessivize"), &["possessive"]), - (UniCase::ascii("medicince"), &["medicine"]), - (UniCase::ascii("turtels"), &["turtles"]), - (UniCase::ascii("testicel"), &["testicle"]), - (UniCase::ascii("nefarios"), &["nefarious"]), - (UniCase::ascii("treatis"), &["treaties"]), - (UniCase::ascii("narcisscist"), &["narcissist"]), - (UniCase::ascii("goverance"), &["governance"]), - (UniCase::ascii("crucibe"), &["crucible"]), - (UniCase::ascii("insuccessful"), &["unsuccessful"]), - (UniCase::ascii("spellign"), &["spelling"]), - (UniCase::ascii("procastrinating"), &["procrastinating"]), - (UniCase::ascii("silouhette"), &["silhouette"]), - (UniCase::ascii("oridnary"), &["ordinary"]), - (UniCase::ascii("bollocs"), &["bollocks"]), - (UniCase::ascii("inappropriet"), &["inappropriately"]), - (UniCase::ascii("illiegal"), &["illegal"]), - (UniCase::ascii("ecilpse"), &["eclipse"]), - (UniCase::ascii("manufacturas"), &["manufactures"]), - (UniCase::ascii("distraccion"), &["distraction"]), - (UniCase::ascii("legitamate"), &["legitimate"]), - (UniCase::ascii("compresssor"), &["compressor"]), - (UniCase::ascii("newlsetter"), &["newsletter"]), - (UniCase::ascii("waterproff"), &["waterproof"]), - (UniCase::ascii("massagens"), &["massages"]), - (UniCase::ascii("arrary"), &["array"]), - (UniCase::ascii("teusday"), &["tuesday"]), - (UniCase::ascii("technologicially"), &["technologically"]), - (UniCase::ascii("monitoreada"), &["monitored"]), - (UniCase::ascii("convseration"), &["conservation"]), - (UniCase::ascii("equivelant"), &["equivalent"]), - (UniCase::ascii("homogeneized"), &["homogenized"]), - (UniCase::ascii("layed"), &["laid"]), - (UniCase::ascii("mositurizing"), &["moisturizing"]), - (UniCase::ascii("concibes"), &["concise"]), - (UniCase::ascii("konservative"), &["conservative"]), - (UniCase::ascii("eastwoood"), &["eastwood"]), - (UniCase::ascii("demonstrationens"), &["demonstrations"]), - (UniCase::ascii("realtions"), &["relations"]), - (UniCase::ascii("microphonies"), &["microphones"]), - (UniCase::ascii("churchs"), &["churches"]), - (UniCase::ascii("misubderstanding"), &["misunderstandings"]), - (UniCase::ascii("definit"), &["definite"]), - (UniCase::ascii("inconcistencies"), &["inconsistencies"]), - (UniCase::ascii("reduncancy"), &["redundancy"]), - (UniCase::ascii("deliverees"), &["deliveries"]), - (UniCase::ascii("miscarrige"), &["miscarriage"]), - (UniCase::ascii("adolencent"), &["adolescent"]), - (UniCase::ascii("subsiquently"), &["subsequently"]), - (UniCase::ascii("alligeance"), &["allegiance"]), - (UniCase::ascii("vindictave"), &["vindictive"]), - (UniCase::ascii("abotu"), &["about"]), - (UniCase::ascii("criticists"), &["critics"]), - (UniCase::ascii("predections"), &["predictions"]), - (UniCase::ascii("realy"), &["really"]), - (UniCase::ascii("distrubance"), &["disturbance"]), - (UniCase::ascii("illnesss"), &["illnesses"]), - (UniCase::ascii("authenticaton"), &["authentication"]), - (UniCase::ascii("unfortuneatly"), &["unfortunately"]), - (UniCase::ascii("penninsula"), &["peninsula"]), - (UniCase::ascii("specialz"), &["specialize"]), - (UniCase::ascii("probabilty"), &["probability"]), - (UniCase::ascii("overkapping"), &["overlapping"]), - (UniCase::ascii("disproportionnate"), &["disproportionate"]), - (UniCase::ascii("pedohpilia"), &["pedophilia"]), - (UniCase::ascii("extrordinarily"), &["extraordinarily"]), - (UniCase::ascii("colonizaton"), &["colonization"]), - (UniCase::ascii("practicly"), &["practically"]), - (UniCase::ascii("resurreccion"), &["resurrection"]), - (UniCase::ascii("relcaim"), &["reclaim"]), - (UniCase::ascii("impluses"), &["impulses"]), - (UniCase::ascii("industriella"), &["industrial"]), - (UniCase::ascii("monstros"), &["monstrous"]), - (UniCase::ascii("comparision"), &["comparison"]), - (UniCase::ascii("anesthetia"), &["anesthesia"]), - (UniCase::ascii("legitimitely"), &["legitimately"]), - (UniCase::ascii("ordianry"), &["ordinary"]), - (UniCase::ascii("predetirmined"), &["predetermined"]), - (UniCase::ascii("rhymme"), &["rhyme"]), - (UniCase::ascii("gratuituos"), &["gratuitous"]), - (UniCase::ascii("exaggurated"), &["exaggerated"]), - (UniCase::ascii("abandenment"), &["abandonment"]), - (UniCase::ascii("unsubscripe"), &["unsubscribe"]), - (UniCase::ascii("conviluted"), &["convoluted"]), - (UniCase::ascii("motivatin"), &["motivations"]), - (UniCase::ascii("explotiation"), &["exploitation"]), - (UniCase::ascii("shadoloo"), &["shadaloo"]), - (UniCase::ascii("provintial"), &["provincial"]), - (UniCase::ascii("observasion"), &["observations"]), - (UniCase::ascii("coefficent"), &["coefficient"]), - (UniCase::ascii("underestiamte"), &["underestimated"]), - (UniCase::ascii("dectect"), &["detect"]), - (UniCase::ascii("windsheilds"), &["windshield"]), - (UniCase::ascii("shitfer"), &["shifter"]), - (UniCase::ascii("transperent"), &["transparent"]), - (UniCase::ascii("ministeres"), &["ministers"]), - (UniCase::ascii("downloadbig"), &["downloading"]), - (UniCase::ascii("attened"), &["attended"]), - (UniCase::ascii("relativily"), &["relativity"]), - (UniCase::ascii("originalty"), &["originality"]), - (UniCase::ascii("freedos"), &["freedoms"]), - (UniCase::ascii("handicaped"), &["handicapped"]), - (UniCase::ascii("infiltrase"), &["infiltrate"]), - (UniCase::ascii("aqcuisition"), &["acquisition"]), - (UniCase::ascii("molestered"), &["molested"]), - (UniCase::ascii("amature"), &["armature"]), - (UniCase::ascii("introduceres"), &["introduces"]), - (UniCase::ascii("motivationnal"), &["motivational"]), - (UniCase::ascii("proletariet"), &["proletariat"]), - (UniCase::ascii("proletariaat"), &["proletariat"]), - (UniCase::ascii("infintie"), &["infinite"]), - (UniCase::ascii("distrubited"), &["distributed"]), - (UniCase::ascii("unbeareble"), &["unbearable"]), - (UniCase::ascii("complainig"), &["complaining"]), - (UniCase::ascii("neighourhood"), &["neighborhood"]), - (UniCase::ascii("necessairy"), &["necessarily"]), - (UniCase::ascii("forcifully"), &["forcefully"]), - (UniCase::ascii("inplications"), &["implications"]), - (UniCase::ascii("agriculteral"), &["agricultural"]), - (UniCase::ascii("deliverying"), &["delivering"]), - (UniCase::ascii("argeument"), &["arguement"]), - (UniCase::ascii("owerpowering"), &["overpowering"]), - (UniCase::ascii("concatination"), &["contamination"]), - (UniCase::ascii("unemployemnt"), &["unemployment"]), - (UniCase::ascii("entreperure"), &["entrepreneur"]), - (UniCase::ascii("manslaugther"), &["manslaughter"]), - (UniCase::ascii("malayisan"), &["malaysian"]), - (UniCase::ascii("snippent"), &["snippet"]), - (UniCase::ascii("fortelling"), &["foretelling"]), - (UniCase::ascii("heirarchy"), &["hierarchy"]), - (UniCase::ascii("sponser"), &["sponsor"]), - (UniCase::ascii("realsim"), &["realism"]), - (UniCase::ascii("bestiallity"), &["bestiality"]), - (UniCase::ascii("hitboxs"), &["hitboxes"]), - (UniCase::ascii("impeccabile"), &["impeccable"]), - (UniCase::ascii("ceromony"), &["ceremony"]), - (UniCase::ascii("burriots"), &["burritos"]), - (UniCase::ascii("remarkes"), &["remarks"]), - (UniCase::ascii("registery"), &["registry"]), - (UniCase::ascii("afficionado"), &["aficionado"]), - (UniCase::ascii("messaih"), &["messiah"]), - (UniCase::ascii("alternitavely"), &["alternatively"]), - (UniCase::ascii("incredibile"), &["incredible"]), - (UniCase::ascii("rectengular"), &["rectangular"]), - (UniCase::ascii("handedley"), &["handedly"]), - (UniCase::ascii("convencen"), &["convenience"]), - (UniCase::ascii("chidlfree"), &["childfree"]), - (UniCase::ascii("icefrong"), &["icefrog"]), - (UniCase::ascii("sensibilisiert"), &["sensibilities"]), - (UniCase::ascii("anyoneis"), &["anyones"]), - (UniCase::ascii("prespectives"), &["perspectives"]), - (UniCase::ascii("swithced"), &["switched"]), - (UniCase::ascii("subconsciosly"), &["subconsciously"]), - (UniCase::ascii("sasketchewan"), &["saskatchewan"]), - (UniCase::ascii("strawbrary"), &["strawberry"]), - (UniCase::ascii("tsnuami"), &["tsunami"]), - (UniCase::ascii("negociate"), &["negotiate"]), - (UniCase::ascii("liberarion"), &["liberation"]), - (UniCase::ascii("mclarean"), &["mclaren"]), - (UniCase::ascii("androidos"), &["androids"]), - (UniCase::ascii("scriptue"), &["scriptures"]), - (UniCase::ascii("antractica"), &["antarctica"]), - (UniCase::ascii("enthusiat"), &["enthusiast"]), - (UniCase::ascii("missen"), &["mizzen"]), - (UniCase::ascii("disproportinate"), &["disproportionate"]), - (UniCase::ascii("definitie"), &["definitive"]), - (UniCase::ascii("silicoon"), &["silicon"]), - (UniCase::ascii("criticable"), &["critical"]), - (UniCase::ascii("equilbirium"), &["equilibrium"]), - (UniCase::ascii("theri"), &["their"]), - (UniCase::ascii("misrepresentativ"), &["misrepresentation"]), - (UniCase::ascii("succesfully"), &["successfully"]), - (UniCase::ascii("vunlerability"), &["vulnerability"]), - (UniCase::ascii("palastinians"), &["palestinians"]), - (UniCase::ascii("depositis"), &["deposits"]), - (UniCase::ascii("billborads"), &["billboards"]), - (UniCase::ascii("hypcorite"), &["hypocrite"]), - (UniCase::ascii("robocoup"), &["robocop"]), - (UniCase::ascii("videogamemes"), &["videogames"]), - (UniCase::ascii("comparetive"), &["comparative"]), - (UniCase::ascii("thermodynaics"), &["thermodynamics"]), - (UniCase::ascii("descendands"), &["descendants"]), - (UniCase::ascii("bodywieght"), &["bodyweight"]), - (UniCase::ascii("traumetized"), &["traumatized"]), - (UniCase::ascii("conqure"), &["conquer"]), - (UniCase::ascii("philippinos"), &["philippines"]), - (UniCase::ascii("accomponied"), &["accompanied"]), - (UniCase::ascii("propogate"), &["propagate"]), - (UniCase::ascii("incompatiblities"), &["incompatibilities"]), - (UniCase::ascii("assignemnts"), &["assignments"]), - (UniCase::ascii("enchantmets"), &["enchantments"]), - (UniCase::ascii("ceremonije"), &["ceremonies"]), - (UniCase::ascii("accomplises"), &["accomplishes"]), - (UniCase::ascii("barbarisch"), &["barbaric"]), - (UniCase::ascii("califorian"), &["californian"]), - (UniCase::ascii("incompatablities"), &["incompatibilities"]), - (UniCase::ascii("fluroide"), &["fluoride"]), - (UniCase::ascii("professsor"), &["professors"]), - (UniCase::ascii("copmetitors"), &["competitors"]), - (UniCase::ascii("philisophies"), &["philosophies"]), - (UniCase::ascii("exploitating"), &["exploitation"]), - (UniCase::ascii("availiable"), &["available"]), - (UniCase::ascii("utiltiy"), &["utility"]), - (UniCase::ascii("destoryer"), &["destroyer"]), - (UniCase::ascii("margarent"), &["margaret"]), - (UniCase::ascii("psichologist"), &["psychologist"]), - (UniCase::ascii("discrouage"), &["discourages"]), - (UniCase::ascii("exlcusion"), &["exclusion"]), - (UniCase::ascii("almsot"), &["almost"]), - (UniCase::ascii("scracthing"), &["scratching"]), - (UniCase::ascii("caculater"), &["calculator"]), - (UniCase::ascii("insipration"), &["inspiration"]), - (UniCase::ascii("protrays"), &["portrays"]), - (UniCase::ascii("uniformes"), &["uniforms"]), - (UniCase::ascii("annihilatron"), &["annihilation"]), - (UniCase::ascii("identifieras"), &["identifies"]), - (UniCase::ascii("continious"), &["continuous"]), - (UniCase::ascii("repsoted"), &["reposted"]), - (UniCase::ascii("obligerated"), &["obliterated"]), - (UniCase::ascii("conversationy"), &["conservation"]), - (UniCase::ascii("invincinble"), &["invincible"]), - (UniCase::ascii("mkea"), &["make"]), - (UniCase::ascii("imperislist"), &["imperialist"]), - (UniCase::ascii("circumstantional"), &["circumstantial"]), - (UniCase::ascii("philedelphia"), &["philadelphia"]), - (UniCase::ascii("afterthougth"), &["afterthought"]), - (UniCase::ascii("desctruction"), &["destruction"]), - (UniCase::ascii("procrastenating"), &["procrastinating"]), - (UniCase::ascii("commissionned"), &["commissioned"]), - (UniCase::ascii("provine"), &["province"]), - (UniCase::ascii("encyklopedia"), &["encyclopedia"]), - (UniCase::ascii("caryons"), &["crayons"]), - (UniCase::ascii("sustainble"), &["sustainable"]), - (UniCase::ascii("inquisidor"), &["inquisitor"]), - (UniCase::ascii("interractial"), &["interracial"]), - (UniCase::ascii("desireable"), &["desirable"]), - (UniCase::ascii("invovling"), &["involving"]), - (UniCase::ascii("lazyness"), &["laziness"]), - (UniCase::ascii("anitbiotic"), &["antibiotic"]), - (UniCase::ascii("apocalypic"), &["apocalyptic"]), - (UniCase::ascii("cirucmstances"), &["circumstances"]), - (UniCase::ascii("bitterseet"), &["bittersweet"]), - (UniCase::ascii("distirbuting"), &["distributing"]), - (UniCase::ascii("periperhal"), &["peripheral"]), - (UniCase::ascii("periwinkie"), &["periwinkle"]), - (UniCase::ascii("charismatisch"), &["charismatic"]), - (UniCase::ascii("ministy"), &["ministry"]), - (UniCase::ascii("persecucion"), &["persecution"]), - (UniCase::ascii("introspectin"), &["introspection"]), - (UniCase::ascii("reinkarnation"), &["reincarnation"]), - (UniCase::ascii("astronuats"), &["astronauts"]), - (UniCase::ascii("spectatores"), &["spectators"]), - (UniCase::ascii("recommandations"), &["recommendations"]), - (UniCase::ascii("penatly"), &["penalty"]), - (UniCase::ascii("laucnhers"), &["launchers"]), - (UniCase::ascii("incarserated"), &["incarcerated"]), - (UniCase::ascii("oustpoken"), &["outspoken"]), - (UniCase::ascii("decison"), &["decision"]), - (UniCase::ascii("wednesdsy"), &["wednesdays"]), - (UniCase::ascii("disabeld"), &["disabled"]), - (UniCase::ascii("tortila"), &["tortilla"]), - (UniCase::ascii("declars"), &["declares"]), - (UniCase::ascii("wallpapes"), &["wallpapers"]), - (UniCase::ascii("gltiched"), &["glitched"]), - (UniCase::ascii("ugpraded"), &["upgraded"]), - (UniCase::ascii("converzation"), &["conservation"]), - (UniCase::ascii("indifferance"), &["indifference"]), - (UniCase::ascii("roiters"), &["rioters"]), - (UniCase::ascii("circumstansial"), &["circumstantial"]), - (UniCase::ascii("gothenberg"), &["gothenburg"]), - (UniCase::ascii("maniuplating"), &["manipulating"]), - (UniCase::ascii("pscyhedelic"), &["psychedelic"]), - (UniCase::ascii("htis"), &["this"]), - (UniCase::ascii("considert"), &["considerate"]), - (UniCase::ascii("peculure"), &["peculiar"]), - (UniCase::ascii("spectaculary"), &["spectacularly"]), - (UniCase::ascii("skatebaord"), &["skateboard"]), - (UniCase::ascii("touristas"), &["tourists"]), - (UniCase::ascii("superiorest"), &["superiors"]), - (UniCase::ascii("disciniplary"), &["disciplinary"]), - (UniCase::ascii("questionalbe"), &["questionable"]), - (UniCase::ascii("hinudism"), &["hinduism"]), - (UniCase::ascii("adherance"), &["adherence"]), - (UniCase::ascii("spirtiuality"), &["spirituality"]), - (UniCase::ascii("multipleye"), &["multiply"]), - (UniCase::ascii("repatition"), &["repetition"]), - (UniCase::ascii("referundum"), &["referendum"]), - (UniCase::ascii("incoroprate"), &["incorporate"]), - (UniCase::ascii("revelaitons"), &["revelations"]), - (UniCase::ascii("multipleies"), &["multiples"]), - (UniCase::ascii("simialir"), &["similiar"]), - (UniCase::ascii("scannig"), &["scanning"]), - (UniCase::ascii("retaliaton"), &["retaliation"]), - (UniCase::ascii("berkelely"), &["berkeley"]), - (UniCase::ascii("progressief"), &["progressive"]), - (UniCase::ascii("concentraiton"), &["concentrations"]), - (UniCase::ascii("peircing"), &["piercing"]), - (UniCase::ascii("exhibitons"), &["exhibits"]), - (UniCase::ascii("chassies"), &["chassis"]), - (UniCase::ascii("levander"), &["lavender"]), - (UniCase::ascii("contine"), &["continue"]), - (UniCase::ascii("angosticism"), &["agnosticism"]), - (UniCase::ascii("covnersation"), &["conservation"]), - (UniCase::ascii("sandiwches"), &["sandwiches"]), - (UniCase::ascii("preferental"), &["preferential"]), - (UniCase::ascii("hurricans"), &["hurricanes"]), - (UniCase::ascii("addictis"), &["addictions"]), - (UniCase::ascii("agrumentative"), &["argumentative"]), - (UniCase::ascii("ommited"), &["omitted"]), - (UniCase::ascii("maneouvring"), &["manoeuvring"]), - (UniCase::ascii("horizones"), &["horizons"]), - (UniCase::ascii("enterrpise"), &["enterprises"]), - (UniCase::ascii("undersetimate"), &["underestimate"]), - (UniCase::ascii("scandanivia"), &["scandinavian"]), - (UniCase::ascii("consisteny"), &["consistency"]), - (UniCase::ascii("propmted"), &["prompted"]), - (UniCase::ascii("tantrumers"), &["tantrums"]), - (UniCase::ascii("xenophonic"), &["xenophobic"]), - (UniCase::ascii("legitamately"), &["legitimately"]), - (UniCase::ascii("defleciton"), &["deflection"]), - (UniCase::ascii("chlidfree"), &["childfree"]), - (UniCase::ascii("minnesotta"), &["minnesota"]), - (UniCase::ascii("hamphsire"), &["hampshire"]), - (UniCase::ascii("comphrehensive"), &["comprehensive"]), - (UniCase::ascii("isalmists"), &["islamists"]), - (UniCase::ascii("humaniterian"), &["humanitarian"]), - (UniCase::ascii("manufactuter"), &["manufacture"]), - (UniCase::ascii("direccional"), &["directional"]), - (UniCase::ascii("constructur"), &["constructor"]), - (UniCase::ascii("republi"), &["republic"]), - (UniCase::ascii("paitence"), &["patience"]), - (UniCase::ascii("propeht"), &["prophet"]), - (UniCase::ascii("terriblely"), &["terribly"]), - (UniCase::ascii("competitivos"), &["competitions"]), - (UniCase::ascii("incentivice"), &["incentive"]), - (UniCase::ascii("controlls"), &["controls"]), - (UniCase::ascii("describtions"), &["descriptions"]), - (UniCase::ascii("devastaing"), &["devastating"]), - (UniCase::ascii("civillian"), &["civilian"]), - (UniCase::ascii("cartirdges"), &["cartridges"]), - (UniCase::ascii("micrpohone"), &["microphones"]), - (UniCase::ascii("disliks"), &["dislikes"]), - (UniCase::ascii("neglible"), &["negligible"]), - (UniCase::ascii("norhern"), &["northern"]), - (UniCase::ascii("fideling"), &["fielding"]), - (UniCase::ascii("repubican"), &["republican"]), - (UniCase::ascii("atomzier"), &["atomizer"]), - (UniCase::ascii("overreaktion"), &["overreaction"]), - (UniCase::ascii("governmet"), &["governments"]), - (UniCase::ascii("sensasionalism"), &["sensationalism"]), - (UniCase::ascii("absymal"), &["abysmal"]), - (UniCase::ascii("industrail"), &["industrial"]), - (UniCase::ascii("futher"), &["further"]), - (UniCase::ascii("tensionors"), &["tensions"]), - (UniCase::ascii("adjustabe"), &["adjustable"]), - (UniCase::ascii("preferens"), &["preferences"]), - (UniCase::ascii("harrases"), &["harasses"]), - (UniCase::ascii("beteshda"), &["bethesda"]), - (UniCase::ascii("subtltey"), &["subtlety"]), - (UniCase::ascii("atheistc"), &["atheistic"]), - (UniCase::ascii("substantied"), &["substantive"]), - (UniCase::ascii("defitnely"), &["definetly"]), - (UniCase::ascii("functionaliy"), &["functionally"]), - (UniCase::ascii("connatations"), &["connotations"]), - (UniCase::ascii("funcitonality"), &["functionality"]), - (UniCase::ascii("distingquished"), &["distinguished"]), - (UniCase::ascii("illumanati"), &["illuminati"]), - (UniCase::ascii("comminicate"), &["communicate"]), - (UniCase::ascii("aptitudine"), &["aptitude"]), - (UniCase::ascii("notebok"), &["notebook"]), - (UniCase::ascii("bitocins"), &["bitcoins"]), - (UniCase::ascii("resmebles"), &["resembles"]), - (UniCase::ascii("sensure"), &["censure"]), - (UniCase::ascii("scandivanian"), &["scandinavian"]), - (UniCase::ascii("scientests"), &["scientists"]), - (UniCase::ascii("misinterpretions"), &["misinterpreting"]), - (UniCase::ascii("northwet"), &["northwest"]), - (UniCase::ascii("misogynisitc"), &["misogynistic"]), - (UniCase::ascii("inexperiece"), &["inexperience"]), - (UniCase::ascii("swaers"), &["swears"]), - (UniCase::ascii("lithuaninan"), &["lithuania"]), - (UniCase::ascii("moderats"), &["moderates"]), - (UniCase::ascii("traingle"), &["triangle"]), - (UniCase::ascii("investigatons"), &["investigations"]), - (UniCase::ascii("principial"), &["principal"]), - (UniCase::ascii("extraodrinarily"), &["extraordinarily"]), - (UniCase::ascii("informatief"), &["informative"]), - (UniCase::ascii("depciting"), &["depicting"]), - (UniCase::ascii("traditition"), &["tradition"]), - (UniCase::ascii("apprentace"), &["apprentice"]), - (UniCase::ascii("manafacturer"), &["manufacturer"]), - (UniCase::ascii("illumintati"), &["illuminati"]), - (UniCase::ascii("treatsie"), &["treaties"]), - (UniCase::ascii("verificato"), &["verification"]), - (UniCase::ascii("traliers"), &["trailers"]), - (UniCase::ascii("definatrly"), &["definately"]), - (UniCase::ascii("distortian"), &["distortion"]), - (UniCase::ascii("demonstates"), &["demonstrates"]), - (UniCase::ascii("dangerouly"), &["dangerously"]), - (UniCase::ascii("illegetimate"), &["illegitimate"]), - (UniCase::ascii("commandmends"), &["commandments"]), - (UniCase::ascii("intentinal"), &["intentional"]), - (UniCase::ascii("definitley"), &["definitely"]), - (UniCase::ascii("realible"), &["reliable"]), - (UniCase::ascii("sucession"), &["succession"]), - (UniCase::ascii("transgenger"), &["transgender"]), - (UniCase::ascii("refilles"), &["refills"]), - (UniCase::ascii("aplied"), &["applied"]), - (UniCase::ascii("overbraking"), &["overbearing"]), - (UniCase::ascii("amercia"), &["america"]), - (UniCase::ascii("questiond"), &["questioned"]), - (UniCase::ascii("permiere"), &["premiere"]), - (UniCase::ascii("peppermit"), &["peppermint"]), - (UniCase::ascii("technicallity"), &["technically"]), - (UniCase::ascii("necromaner"), &["necromancer"]), - (UniCase::ascii("bouyant"), &["buoyant"]), - (UniCase::ascii("streichung"), &["stretching"]), - (UniCase::ascii("challanging"), &["challenging"]), - (UniCase::ascii("destorys"), &["destroys"]), - (UniCase::ascii("parliamone"), &["parliament"]), - (UniCase::ascii("gauntlent"), &["gauntlet"]), - (UniCase::ascii("defendent"), &["defendant"]), - (UniCase::ascii("christain"), &["christian"]), - (UniCase::ascii("oligarcy"), &["oligarchy"]), - (UniCase::ascii("estimatin"), &["estimation"]), - (UniCase::ascii("choosen"), &["chosen"]), - (UniCase::ascii("guage"), &["gauge"]), - (UniCase::ascii("thereaputic"), &["therapeutic"]), - (UniCase::ascii("secratery"), &["secretary"]), - (UniCase::ascii("alligned"), &["aligned"]), - (UniCase::ascii("iranina"), &["iranian"]), - (UniCase::ascii("switzerand"), &["switzerland"]), - (UniCase::ascii("chihuaha"), &["chihuahua"]), - (UniCase::ascii("dispencary"), &["dispensary"]), - (UniCase::ascii("presitigous"), &["prestigious"]), - (UniCase::ascii("unnessecarily"), &["unnecessarily"]), - (UniCase::ascii("translyvanian"), &["transylvania"]), - (UniCase::ascii("introvents"), &["introverts"]), - (UniCase::ascii("sinagpore"), &["singapore"]), - (UniCase::ascii("dogamtic"), &["dogmatic"]), - (UniCase::ascii("anecdotelly"), &["anecdotally"]), - (UniCase::ascii("ministery"), &["ministry"]), - (UniCase::ascii("astonising"), &["astonishing"]), - (UniCase::ascii("agin"), &["again"]), - (UniCase::ascii("markerts"), &["markers"]), - (UniCase::ascii("produktive"), &["productive"]), - (UniCase::ascii("graudates"), &["graduates"]), - (UniCase::ascii("dermetologist"), &["dermatologist"]), - (UniCase::ascii("electricty"), &["electricity"]), - (UniCase::ascii("virualization"), &["visualization"]), - (UniCase::ascii("mutliplied"), &["multiplied"]), - (UniCase::ascii("girlfried"), &["girlfriend"]), - (UniCase::ascii("bodybuliding"), &["bodybuilding"]), - (UniCase::ascii("critices"), &["critics"]), - (UniCase::ascii("whipsering"), &["whispering"]), - (UniCase::ascii("regeneraton"), &["regeneration"]), - (UniCase::ascii("exterioara"), &["exterior"]), - (UniCase::ascii("involvment"), &["involvement"]), - (UniCase::ascii("counterfited"), &["counterfeit"]), - (UniCase::ascii("inexpencive"), &["inexpensive"]), - (UniCase::ascii("astonoshing"), &["astonishing"]), - (UniCase::ascii("volonteering"), &["volunteering"]), - (UniCase::ascii("premiee"), &["premiere"]), - (UniCase::ascii("friendboned"), &["friendzoned"]), - (UniCase::ascii("southapmton"), &["southampton"]), - (UniCase::ascii("trasnport"), &["transport"]), - (UniCase::ascii("brainwahsing"), &["brainwashing"]), - (UniCase::ascii("mexcians"), &["mexicans"]), - (UniCase::ascii("straighted"), &["straightened"]), - (UniCase::ascii("suport"), &["support"]), - (UniCase::ascii("audactiy"), &["audacity"]), - (UniCase::ascii("robocorp"), &["robocop"]), - (UniCase::ascii("beahviours"), &["behaviours"]), - (UniCase::ascii("bureaucracie"), &["bureaucratic"]), - (UniCase::ascii("deficiancies"), &["deficiencies"]), - (UniCase::ascii("resotred"), &["restored"]), - (UniCase::ascii("saturacion"), &["saturation"]), - (UniCase::ascii("torublesome"), &["troublesome"]), - (UniCase::ascii("outrageuosly"), &["outrageously"]), - (UniCase::ascii("valenica"), &["valencia"]), - (UniCase::ascii("portarying"), &["portraying"]), - (UniCase::ascii("anoxeria"), &["anorexia"]), - (UniCase::ascii("exelent"), &["excellent"]), - (UniCase::ascii("torunaments"), &["tournaments"]), - (UniCase::ascii("imperiarist"), &["imperialist"]), - (UniCase::ascii("partiot"), &["patriot"]), - (UniCase::ascii("ammendment"), &["amendment"]), - (UniCase::ascii("agrument"), &["argument"]), - (UniCase::ascii("mindleslly"), &["mindlessly"]), - (UniCase::ascii("enteratinment"), &["entertainment"]), - (UniCase::ascii("etmyology"), &["etymology"]), - (UniCase::ascii("anaylses"), &["analyses"]), - (UniCase::ascii("squirrle"), &["squirrel"]), - (UniCase::ascii("minimazing"), &["minimizing"]), - (UniCase::ascii("imperialfist"), &["imperialist"]), - (UniCase::ascii("squarley"), &["squarely"]), - (UniCase::ascii("mkae"), &["make"]), - (UniCase::ascii("chanceller"), &["chancellor"]), - (UniCase::ascii("dickisch"), &["dickish"]), - (UniCase::ascii("disrispecting"), &["disrespecting"]), - (UniCase::ascii("entirelly"), &["entirely"]), - (UniCase::ascii("muncipality"), &["municipality"]), - (UniCase::ascii("surpress"), &["suppress"]), - (UniCase::ascii("propechy"), &["prophecy"]), - (UniCase::ascii("phenonema"), &["phenomena"]), - (UniCase::ascii("curcumcision"), &["circumcision"]), - (UniCase::ascii("parises"), &["praises"]), - (UniCase::ascii("intimidatie"), &["intimidated"]), - (UniCase::ascii("alternatvely"), &["alternately"]), - (UniCase::ascii("visbily"), &["visibly"]), - (UniCase::ascii("floruish"), &["flourish"]), - (UniCase::ascii("limitato"), &["limitation"]), - (UniCase::ascii("possibillity"), &["possibility"]), - (UniCase::ascii("atheneans"), &["athenians"]), - (UniCase::ascii("responsibiliy"), &["responsibility"]), - (UniCase::ascii("hwole"), &["whole"]), - (UniCase::ascii("miraculousy"), &["miraculously"]), - (UniCase::ascii("tommorow"), &["tomorrow"]), - (UniCase::ascii("condamnation"), &["condemnation"]), - (UniCase::ascii("barbarain"), &["barbarian"]), - (UniCase::ascii("retardathon"), &["retardation"]), - (UniCase::ascii("interruptors"), &["interrupts"]), - (UniCase::ascii("opression"), &["oppression"]), - (UniCase::ascii("vitailty"), &["vitality"]), - (UniCase::ascii("rathcet"), &["ratchet"]), - (UniCase::ascii("islamisist"), &["islamist"]), - (UniCase::ascii("retrobution"), &["retribution"]), - (UniCase::ascii("dispite"), &["despite"]), - (UniCase::ascii("inferiour"), &["inferior"]), - (UniCase::ascii("rationalizating"), &["rationalization"]), - (UniCase::ascii("genitalis"), &["genitals"]), - (UniCase::ascii("prosicuted"), &["prosecuted"]), - (UniCase::ascii("refereers"), &["referees"]), - (UniCase::ascii("compilato"), &["compilation"]), - (UniCase::ascii("bulletpoof"), &["bulletproof"]), - (UniCase::ascii("protrayal"), &["portrayal"]), - (UniCase::ascii("significante"), &["significance"]), - (UniCase::ascii("compsers"), &["compress"]), - (UniCase::ascii("fraterntiy"), &["fraternity"]), - (UniCase::ascii("discoveres"), &["discovers"]), - (UniCase::ascii("authroized"), &["authorized"]), - (UniCase::ascii("familiary"), &["familiarity"]), - (UniCase::ascii("familiarizate"), &["familiarize"]), - (UniCase::ascii("infalte"), &["inflate"]), - (UniCase::ascii("duplicants"), &["duplicates"]), - (UniCase::ascii("representatin"), &["representations"]), - (UniCase::ascii("writen"), &["written"]), - (UniCase::ascii("anticipatin"), &["anticipation"]), - (UniCase::ascii("precendece"), &["precedence"]), - (UniCase::ascii("respwan"), &["respawn"]), - (UniCase::ascii("accompained"), &["accompanied"]), - (UniCase::ascii("recuriters"), &["recruiters"]), - (UniCase::ascii("rebuildling"), &["rebuilding"]), - (UniCase::ascii("glagsow"), &["glasgow"]), - (UniCase::ascii("appoitnments"), &["appointments"]), - (UniCase::ascii("canceles"), &["cancels"]), - (UniCase::ascii("inexpierenced"), &["inexperienced"]), - (UniCase::ascii("inflamable"), &["inflatable"]), - (UniCase::ascii("voluntereed"), &["volunteered"]), - (UniCase::ascii("techonlogical"), &["technological"]), - (UniCase::ascii("messagers"), &["messages"]), - (UniCase::ascii("anyonse"), &["anyones"]), - (UniCase::ascii("coytoes"), &["coyotes"]), - (UniCase::ascii("prominant"), &["prominent"]), - (UniCase::ascii("tyrranies"), &["tyrannies"]), - (UniCase::ascii("ecomonical"), &["economical"]), - (UniCase::ascii("additivies"), &["additive"]), - (UniCase::ascii("mariyln"), &["marilyn"]), - (UniCase::ascii("egaletarian"), &["egalitarian"]), - (UniCase::ascii("loreplay"), &["roleplay"]), - (UniCase::ascii("capitilists"), &["capitalists"]), - (UniCase::ascii("overshadowd"), &["overshadowed"]), - (UniCase::ascii("controlllers"), &["controllers"]), - (UniCase::ascii("separato"), &["separation"]), - (UniCase::ascii("victimas"), &["victims"]), - (UniCase::ascii("presedency"), &["presidency"]), - (UniCase::ascii("strangel"), &["strangle"]), - (UniCase::ascii("dermatologyst"), &["dermatologist"]), - (UniCase::ascii("lightnign"), &["lightning"]), - (UniCase::ascii("reflecters"), &["reflects"]), - (UniCase::ascii("coctail"), &["cocktail"]), - (UniCase::ascii("classificato"), &["classification"]), - (UniCase::ascii("predictible"), &["predictable"]), - (UniCase::ascii("serveillance"), &["surveillance"]), - (UniCase::ascii("deinitalizing"), &["deinitializing"]), - (UniCase::ascii("enthicity"), &["ethnicity"]), - (UniCase::ascii("straightden"), &["straightened"]), - (UniCase::ascii("whereever"), &["wherever"]), - (UniCase::ascii("ultimatelly"), &["ultimately"]), - (UniCase::ascii("hannbial"), &["hannibal"]), - (UniCase::ascii("ariflow"), &["airflow"]), - (UniCase::ascii("accpetable"), &["acceptable"]), - (UniCase::ascii("substanses"), &["substances"]), - (UniCase::ascii("misygonist"), &["misogynist"]), - (UniCase::ascii("convoluded"), &["convoluted"]), - (UniCase::ascii("gullibe"), &["gullible"]), - (UniCase::ascii("sizebale"), &["sizeable"]), - (UniCase::ascii("begginng"), &["begging"]), - (UniCase::ascii("innotation"), &["innovation"]), - (UniCase::ascii("seraches"), &["searches"]), - (UniCase::ascii("unsubscried"), &["unsubscribed"]), - (UniCase::ascii("delegaties"), &["delegate"]), - (UniCase::ascii("portuguease"), &["portuguese"]), - (UniCase::ascii("ironicly"), &["ironically"]), - (UniCase::ascii("divinition"), &["divination"]), - (UniCase::ascii("summorized"), &["summarized"]), - (UniCase::ascii("disrecpect"), &["disrespect"]), - (UniCase::ascii("bureaucratius"), &["bureaucrats"]), - (UniCase::ascii("deatils"), &["details"]), - (UniCase::ascii("balsphemy"), &["blasphemy"]), - (UniCase::ascii("edibels"), &["edibles"]), - (UniCase::ascii("pertians"), &["pertains"]), - (UniCase::ascii("herione"), &["heroine"]), - (UniCase::ascii("cleanies"), &["cleanse"]), - (UniCase::ascii("davantage"), &["advantage"]), - (UniCase::ascii("characterizaton"), &["characterization"]), - (UniCase::ascii("proteciton"), &["protections"]), - (UniCase::ascii("dementa"), &["dementia"]), - (UniCase::ascii("accoustic"), &["acoustic"]), - (UniCase::ascii("catastrophie"), &["catastrophe"]), - (UniCase::ascii("disucssion"), &["discussion"]), - (UniCase::ascii("frankensteen"), &["frankenstein"]), - (UniCase::ascii("intrinsinc"), &["intrinsic"]), - (UniCase::ascii("encarceration"), &["incarceration"]), - (UniCase::ascii("professinal"), &["professional"]), - (UniCase::ascii("norwegain"), &["norwegian"]), - (UniCase::ascii("silimiar"), &["similiar"]), - (UniCase::ascii("butterry"), &["buttery"]), - (UniCase::ascii("relaly"), &["really"]), - (UniCase::ascii("manuales"), &["manuals"]), - (UniCase::ascii("althought"), &["although"]), - (UniCase::ascii("intangeble"), &["intangible"]), - (UniCase::ascii("bilsters"), &["blisters"]), - (UniCase::ascii("expodential"), &["exponential"]), - (UniCase::ascii("proclomation"), &["proclamation"]), - (UniCase::ascii("breastfeading"), &["breastfeeding"]), - (UniCase::ascii("contribued"), &["contributed"]), - (UniCase::ascii("infiltrerat"), &["infiltrate"]), - (UniCase::ascii("assertin"), &["assertions"]), - (UniCase::ascii("executioneer"), &["executioner"]), - (UniCase::ascii("americains"), &["americas"]), - (UniCase::ascii("wich"), &["which"]), - (UniCase::ascii("negotiative"), &["negotiate"]), - (UniCase::ascii("attemp"), &["attempt"]), - (UniCase::ascii("bulgaira"), &["bulgaria"]), - (UniCase::ascii("thankyooou"), &["thankyou"]), - (UniCase::ascii("recieves"), &["receives"]), - (UniCase::ascii("opposits"), &["opposites"]), - (UniCase::ascii("entrepreuners"), &["entrepreneurs"]), - (UniCase::ascii("assistantes"), &["assistants"]), - (UniCase::ascii("carismatic"), &["charismatic"]), - (UniCase::ascii("mataphorically"), &["metaphorically"]), - (UniCase::ascii("parallells"), &["parallels"]), - (UniCase::ascii("blackahwks"), &["blackhawks"]), - (UniCase::ascii("selectivly"), &["selectively"]), - (UniCase::ascii("februray"), &["february"]), - (UniCase::ascii("mangets"), &["magnets"]), - (UniCase::ascii("occurance"), &["occurrence"]), - (UniCase::ascii("preservered"), &["preserved"]), - (UniCase::ascii("palcebo"), &["placebo"]), - (UniCase::ascii("overextimating"), &["overestimating"]), - (UniCase::ascii("possesseurs"), &["possesses"]), - (UniCase::ascii("negativley"), &["negatively"]), - (UniCase::ascii("salughtered"), &["slaughtered"]), - (UniCase::ascii("devided"), &["divided"]), - (UniCase::ascii("prometheas"), &["prometheus"]), - (UniCase::ascii("disputerad"), &["disputed"]), - (UniCase::ascii("exhasuting"), &["exhausting"]), - (UniCase::ascii("univesities"), &["universities"]), - (UniCase::ascii("imediately"), &["immediately"]), - (UniCase::ascii("trubinal"), &["tribunal"]), - (UniCase::ascii("flawleslly"), &["flawlessly"]), - (UniCase::ascii("deisgnated"), &["designated"]), - (UniCase::ascii("neckneards"), &["neckbeards"]), - (UniCase::ascii("massachusets"), &["massachusetts"]), - (UniCase::ascii("nonsenscial"), &["nonsensical"]), - (UniCase::ascii("censorhsip"), &["censorship"]), - (UniCase::ascii("infinitelly"), &["infinitely"]), - (UniCase::ascii("courching"), &["crouching"]), - (UniCase::ascii("nashvile"), &["nashville"]), - (UniCase::ascii("appealling"), &["appealing"]), - (UniCase::ascii("downvoteing"), &["downvoting"]), - (UniCase::ascii("karbohydrates"), &["carbohydrates"]), - (UniCase::ascii("calcualtors"), &["calculators"]), - (UniCase::ascii("staidums"), &["stadiums"]), - (UniCase::ascii("falshed"), &["flashed"]), - (UniCase::ascii("subtitltes"), &["subtitle"]), - (UniCase::ascii("uninspried"), &["uninspired"]), - (UniCase::ascii("expropiation"), &["expropriation"]), - (UniCase::ascii("succesfuly"), &["successfully"]), - (UniCase::ascii("contenst"), &["contents"]), - (UniCase::ascii("innocens"), &["innocents"]), - (UniCase::ascii("steadliy"), &["steadily"]), - (UniCase::ascii("convertibile"), &["convertible"]), - (UniCase::ascii("sportmansship"), &["sportsmanship"]), - (UniCase::ascii("instructivo"), &["instruction"]), - (UniCase::ascii("recordare"), &["recorder"]), - (UniCase::ascii("derugulation"), &["deregulation"]), - (UniCase::ascii("preconceieved"), &["preconceived"]), - (UniCase::ascii("rezurrection"), &["resurrection"]), - (UniCase::ascii("overestemating"), &["overestimating"]), - (UniCase::ascii("wupport"), &["support"]), - (UniCase::ascii("administraion"), &["administration"]), - (UniCase::ascii("mercanaries"), &["mercenaries"]), - (UniCase::ascii("jurisidctions"), &["jurisdictions"]), - (UniCase::ascii("atheltic"), &["athletic"]), - (UniCase::ascii("coordinatore"), &["coordinate"]), - (UniCase::ascii("refershed"), &["refreshed"]), - (UniCase::ascii("tablespon"), &["tablespoon"]), - (UniCase::ascii("eugneics"), &["eugenics"]), - (UniCase::ascii("favoutrable"), &["favourable"]), - (UniCase::ascii("lonileness"), &["loneliness"]), - (UniCase::ascii("sldiers"), &["sliders"]), - (UniCase::ascii("crystalls"), &["crystals"]), - (UniCase::ascii("stroy"), &["story"]), - (UniCase::ascii("fortunatly"), &["fortunately"]), - (UniCase::ascii("assaultes"), &["assaults"]), - (UniCase::ascii("regrigerator"), &["refrigerator"]), - (UniCase::ascii("marketting"), &["marketing"]), - (UniCase::ascii("fourteeen"), &["fourteen"]), - (UniCase::ascii("resuable"), &["reusable"]), - (UniCase::ascii("teamfighters"), &["teamfights"]), - (UniCase::ascii("ctuhlhu"), &["cthulhu"]), - (UniCase::ascii("juristictions"), &["jurisdictions"]), - (UniCase::ascii("ninteenth"), &["nineteenth"]), - (UniCase::ascii("prediccion"), &["prediction"]), - (UniCase::ascii("armageddomon"), &["armageddon"]), - (UniCase::ascii("ideoligies"), &["ideologies"]), - (UniCase::ascii("sourth"), &["south"]), - (UniCase::ascii("particullary"), &["particularly"]), - (UniCase::ascii("bureaucrash"), &["bureaucrats"]), - (UniCase::ascii("feodras"), &["fedoras"]), - (UniCase::ascii("borke"), &["broke"]), - (UniCase::ascii("partecipated"), &["participated"]), - (UniCase::ascii("realtion"), &["relation"]), - (UniCase::ascii("greeneer"), &["greener"]), - (UniCase::ascii("misunterstood"), &["misunderstood"]), - (UniCase::ascii("coincidnce"), &["coincide"]), - (UniCase::ascii("descibed"), &["described"]), - (UniCase::ascii("alterato"), &["alteration"]), - (UniCase::ascii("enchanct"), &["enchant"]), - (UniCase::ascii("compenents"), &["components"]), - (UniCase::ascii("compliants"), &["complaints"]), - (UniCase::ascii("misunderstanidng"), &["misunderstandings"]), - (UniCase::ascii("karakoe"), &["karaoke"]), - (UniCase::ascii("traveleres"), &["travelers"]), - (UniCase::ascii("fucntionality"), &["functionality"]), - (UniCase::ascii("quantite"), &["quantities"]), - (UniCase::ascii("compensante"), &["compensate"]), - (UniCase::ascii("asteriod"), &["asteroid"]), - (UniCase::ascii("conquerer"), &["conqueror"]), - (UniCase::ascii("guitares"), &["guitars"]), - (UniCase::ascii("sryinge"), &["syringe"]), - (UniCase::ascii("announched"), &["announce"]), - (UniCase::ascii("investigaton"), &["investigation"]), - (UniCase::ascii("motivacional"), &["motivational"]), - (UniCase::ascii("distrcits"), &["districts"]), - (UniCase::ascii("unbalnaced"), &["unbalanced"]), - (UniCase::ascii("transfom"), &["transform"]), - (UniCase::ascii("concentrato"), &["concentration"]), - (UniCase::ascii("sliently"), &["silently"]), - (UniCase::ascii("bayblon"), &["babylon"]), - (UniCase::ascii("vegitables"), &["vegetables"]), - (UniCase::ascii("goalkepeer"), &["goalkeeper"]), - (UniCase::ascii("hardenend"), &["hardened"]), - (UniCase::ascii("haorder"), &["hoarder"]), - (UniCase::ascii("climats"), &["climates"]), - (UniCase::ascii("adressable"), &["addressable"]), - (UniCase::ascii("terorrist"), &["terrorist"]), - (UniCase::ascii("dispacth"), &["dispatch"]), - (UniCase::ascii("pakistian"), &["pakistani"]), - (UniCase::ascii("convertire"), &["converter"]), - (UniCase::ascii("rythim"), &["rhythm"]), - (UniCase::ascii("flethcer"), &["fletcher"]), - (UniCase::ascii("implusive"), &["impulsive"]), - (UniCase::ascii("independente"), &["independence"]), - (UniCase::ascii("knowldgeable"), &["knowledgable"]), - (UniCase::ascii("similiair"), &["similiar"]), - (UniCase::ascii("pinnalce"), &["pinnacle"]), - (UniCase::ascii("counterprodutive"), &["counterproductive"]), - (UniCase::ascii("approstraphe"), &["apostrophe"]), - (UniCase::ascii("contreversy"), &["controversy"]), - (UniCase::ascii("patronas"), &["patrons"]), - (UniCase::ascii("unprepaired"), &["unprepared"]), - (UniCase::ascii("encyplopedia"), &["encyclopedia"]), - (UniCase::ascii("stuggling"), &["struggling"]), - (UniCase::ascii("refect"), &["reflect"]), - (UniCase::ascii("envolutionary"), &["evolutionary"]), - (UniCase::ascii("procative"), &["proactive"]), - (UniCase::ascii("amercian"), &["american"]), - (UniCase::ascii("astersik"), &["asterisk"]), - (UniCase::ascii("insuniating"), &["insinuating"]), - (UniCase::ascii("pilgirm"), &["pilgrim"]), - (UniCase::ascii("outskirst"), &["outskirts"]), - (UniCase::ascii("vulnerablility"), &["vulnerability"]), - (UniCase::ascii("transcris"), &["transcripts"]), - (UniCase::ascii("organisatons"), &["organisations"]), - (UniCase::ascii("bootlaoder"), &["bootloader"]), - (UniCase::ascii("freindships"), &["friendships"]), - (UniCase::ascii("authenticy"), &["authenticity"]), - (UniCase::ascii("jaimacan"), &["jamaican"]), - (UniCase::ascii("consorcium"), &["consortium"]), - (UniCase::ascii("praticle"), &["particle"]), - (UniCase::ascii("enlightended"), &["enlightened"]), - (UniCase::ascii("automatied"), &["automate"]), - (UniCase::ascii("overclockig"), &["overclocking"]), - (UniCase::ascii("fluttersky"), &["fluttershy"]), - (UniCase::ascii("nutritinal"), &["nutritional"]), - (UniCase::ascii("nieghboring"), &["neighboring"]), - (UniCase::ascii("forntpage"), &["frontpage"]), - (UniCase::ascii("delfation"), &["deflation"]), - (UniCase::ascii("tangientally"), &["tangentially"]), - (UniCase::ascii("compleation"), &["compilation"]), - (UniCase::ascii("conseguence"), &["consequence"]), - (UniCase::ascii("pshycopath"), &["psychopath"]), - (UniCase::ascii("baptisim"), &["baptism"]), - (UniCase::ascii("experimantation"), &["experimentation"]), - (UniCase::ascii("virginis"), &["virgins"]), - (UniCase::ascii("dusbtep"), &["dubstep"]), - (UniCase::ascii("districs"), &["districts"]), - (UniCase::ascii("pitchfords"), &["pitchforks"]), - (UniCase::ascii("adminsitered"), &["administered"]), - (UniCase::ascii("defniately"), &["definately"]), - (UniCase::ascii("abnormaly"), &["abnormally"]), - (UniCase::ascii("intervencion"), &["intervention"]), - (UniCase::ascii("tortillera"), &["tortilla"]), - (UniCase::ascii("godounov"), &["godunov"]), - (UniCase::ascii("resuces"), &["rescues"]), - (UniCase::ascii("admitedly"), &["admittedly"]), - (UniCase::ascii("chariman"), &["chairman"]), - (UniCase::ascii("counsole"), &["counsel"]), - (UniCase::ascii("implementating"), &["implementation"]), - (UniCase::ascii("chocolae"), &["chocolates"]), - (UniCase::ascii("equialent"), &["equivalent"]), - (UniCase::ascii("arithmitic"), &["arithmetic"]), - (UniCase::ascii("medeterranean"), &["mediterranean"]), - (UniCase::ascii("liasons"), &["liaisons"]), - (UniCase::ascii("signitory"), &["signatory"]), - (UniCase::ascii("algorhitms"), &["algorithms"]), - (UniCase::ascii("hiptser"), &["hipster"]), - (UniCase::ascii("tempels"), &["temples"]), - (UniCase::ascii("breakthroughts"), &["breakthroughs"]), - (UniCase::ascii("uncensorred"), &["uncensored"]), - (UniCase::ascii("attitide"), &["attitude"]), - (UniCase::ascii("decloration"), &["declaration"]), - (UniCase::ascii("penisnula"), &["peninsula"]), - (UniCase::ascii("recrational"), &["recreational"]), - (UniCase::ascii("aborigonal"), &["aboriginal"]), - (UniCase::ascii("investagator"), &["investigator"]), - (UniCase::ascii("generalnie"), &["generalize"]), - (UniCase::ascii("fashionalbe"), &["fashionable"]), - (UniCase::ascii("teliportation"), &["teleportation"]), - (UniCase::ascii("repeatedlt"), &["repealed"]), - (UniCase::ascii("statisticly"), &["statistical"]), - (UniCase::ascii("pathces"), &["patches"]), - (UniCase::ascii("summurized"), &["summarized"]), - (UniCase::ascii("conotations"), &["connotations"]), - (UniCase::ascii("fellowshop"), &["fellowship"]), - (UniCase::ascii("inclinaison"), &["inclination"]), - (UniCase::ascii("paragrahps"), &["paragraphs"]), - (UniCase::ascii("resturaunt"), &["restaurant"]), - (UniCase::ascii("prostitutie"), &["prostitute"]), - (UniCase::ascii("lithuiana"), &["lithuania"]), - (UniCase::ascii("autsitic"), &["autistic"]), - (UniCase::ascii("visibiltiy"), &["visibility"]), - (UniCase::ascii("scritped"), &["scripted"]), - (UniCase::ascii("acrynoms"), &["acronyms"]), - (UniCase::ascii("supervison"), &["supervision"]), - (UniCase::ascii("stuidos"), &["studios"]), - (UniCase::ascii("intial"), &["initial"]), - (UniCase::ascii("cancerns"), &["cancers"]), - (UniCase::ascii("eventaully"), &["eventually"]), - (UniCase::ascii("onslaugt"), &["onslaught"]), - (UniCase::ascii("overlcocked"), &["overclocked"]), - (UniCase::ascii("producting"), &["production"]), - (UniCase::ascii("analysit"), &["analyst"]), - (UniCase::ascii("antennaes"), &["antennas"]), - (UniCase::ascii("catholizism"), &["catholicism"]), - (UniCase::ascii("sufferered"), &["suffered"]), - (UniCase::ascii("captialized"), &["capitalized"]), - (UniCase::ascii("workfore"), &["workforce"]), - (UniCase::ascii("humilitied"), &["humiliated"]), - (UniCase::ascii("underestamated"), &["underestimated"]), - (UniCase::ascii("frontapge"), &["frontpage"]), - (UniCase::ascii("specializied"), &["specialize"]), - (UniCase::ascii("metropolos"), &["metropolis"]), - (UniCase::ascii("cananbis"), &["cannabis"]), - (UniCase::ascii("shortining"), &["shortening"]), - (UniCase::ascii("unresponive"), &["unresponsive"]), - (UniCase::ascii("sensationality"), &["sensationalist"]), - (UniCase::ascii("frustradet"), &["frustrates"]), - (UniCase::ascii("disgarees"), &["disagrees"]), - (UniCase::ascii("millenian"), &["millennia"]), - (UniCase::ascii("inspectin"), &["inspection"]), - (UniCase::ascii("forenisc"), &["forensic"]), - (UniCase::ascii("philippenes"), &["philippines"]), - (UniCase::ascii("dissole"), &["dissolve"]), - (UniCase::ascii("authobiographic"), &["autobiographic"]), - (UniCase::ascii("programmeurs"), &["programmer"]), - (UniCase::ascii("saskatechwan"), &["saskatchewan"]), - (UniCase::ascii("stormend"), &["stormed"]), - (UniCase::ascii("spammear"), &["spammer"]), - (UniCase::ascii("tkaes"), &["takes"]), - (UniCase::ascii("lerans"), &["learns"]), - (UniCase::ascii("programable"), &["programmable"]), - (UniCase::ascii("altrusitic"), &["altruistic"]), - (UniCase::ascii("communicatie"), &["communicate"]), - (UniCase::ascii("destoryers"), &["destroyers"]), - (UniCase::ascii("practisioners"), &["practitioners"]), - (UniCase::ascii("libertarainism"), &["libertarianism"]), - (UniCase::ascii("resembelance"), &["resemblance"]), - (UniCase::ascii("oylmpic"), &["olympic"]), - (UniCase::ascii("compnay"), &["company"]), - (UniCase::ascii("metagaem"), &["metagame"]), - (UniCase::ascii("responsibilites"), &["responsibilities"]), - (UniCase::ascii("beleives"), &["believes"]), - (UniCase::ascii("extraordinarilly"), &["extraordinary"]), - (UniCase::ascii("specifikation"), &["specification"]), - (UniCase::ascii("constructicon"), &["construction"]), - (UniCase::ascii("predecated"), &["predicated"]), - (UniCase::ascii("inappropirate"), &["inappropriate"]), - (UniCase::ascii("kitches"), &["kitchens"]), - (UniCase::ascii("authoritate"), &["authoritative"]), - (UniCase::ascii("charecteristics"), &["characteristics"]), - (UniCase::ascii("piankillers"), &["painkillers"]), - (UniCase::ascii("exaggareted"), &["exaggerate"]), - (UniCase::ascii("skwyard"), &["skyward"]), - (UniCase::ascii("sacrifaces"), &["sacrifices"]), - (UniCase::ascii("ironamn"), &["ironman"]), - (UniCase::ascii("perxoide"), &["peroxide"]), - (UniCase::ascii("oftenly"), &["often"]), - (UniCase::ascii("enthusisast"), &["enthusiasts"]), - (UniCase::ascii("diminising"), &["diminishing"]), - (UniCase::ascii("presidunce"), &["presidency"]), - (UniCase::ascii("competators"), &["competitors"]), - (UniCase::ascii("therapeudic"), &["therapeutic"]), - (UniCase::ascii("irrationably"), &["irrationally"]), - (UniCase::ascii("importanly"), &["importantly"]), - (UniCase::ascii("simultanious"), &["simultaneous"]), - (UniCase::ascii("boutiqe"), &["boutique"]), - (UniCase::ascii("videogaem"), &["videogame"]), - (UniCase::ascii("recgonizable"), &["recognizable"]), - (UniCase::ascii("mediocry"), &["mediocrity"]), - (UniCase::ascii("conditiner"), &["conditioner"]), - (UniCase::ascii("chatoic"), &["chaotic"]), - (UniCase::ascii("componts"), &["compost"]), - (UniCase::ascii("paychologically"), &["psychologically"]), - (UniCase::ascii("compase"), &["compares"]), - (UniCase::ascii("checkear"), &["checker"]), - (UniCase::ascii("initailly"), &["initially"]), - (UniCase::ascii("componenets"), &["components"]), - (UniCase::ascii("ligthly"), &["lightly"]), - (UniCase::ascii("critizised"), &["criticized"]), - (UniCase::ascii("organsied"), &["organised"]), - (UniCase::ascii("mathimatical"), &["mathematical"]), - (UniCase::ascii("interersting"), &["interpreting"]), - (UniCase::ascii("desoriented"), &["disoriented"]), - (UniCase::ascii("differentiantion"), &["differentiation"]), - (UniCase::ascii("concervation"), &["conservation"]), - (UniCase::ascii("convertie"), &["convertible"]), - (UniCase::ascii("inlcuded"), &["included"]), - (UniCase::ascii("torrentbig"), &["torrenting"]), - (UniCase::ascii("controveries"), &["controversies"]), - (UniCase::ascii("specailization"), &["specialization"]), - (UniCase::ascii("reciproce"), &["reciprocate"]), - (UniCase::ascii("horizontes"), &["horizons"]), - (UniCase::ascii("disbale"), &["disable"]), - (UniCase::ascii("aberation"), &["aberration"]), - (UniCase::ascii("irritato"), &["irritation"]), - (UniCase::ascii("thunderbowl"), &["thunderbolt"]), - (UniCase::ascii("intrinsicaly"), &["intrinsically"]), - (UniCase::ascii("discapline"), &["discipline"]), - (UniCase::ascii("filmmakes"), &["filmmakers"]), - (UniCase::ascii("adolsecent"), &["adolescent"]), - (UniCase::ascii("soceities"), &["societies"]), - (UniCase::ascii("negociation"), &["negotiation"]), - (UniCase::ascii("vicintiy"), &["vicinity"]), - (UniCase::ascii("commentsry"), &["commenters"]), - (UniCase::ascii("humanitarien"), &["humanitarian"]), - (UniCase::ascii("reconstruccion"), &["reconstruction"]), - (UniCase::ascii("peninsulla"), &["peninsula"]), - (UniCase::ascii("comtpon"), &["compton"]), - (UniCase::ascii("campiagns"), &["campaigns"]), - (UniCase::ascii("beneficiul"), &["beneficial"]), - (UniCase::ascii("nationaal"), &["national"]), - (UniCase::ascii("ideologiset"), &["ideologies"]), - (UniCase::ascii("competetors"), &["competitors"]), - (UniCase::ascii("egotystical"), &["egotistical"]), - (UniCase::ascii("falseley"), &["falsely"]), - (UniCase::ascii("micortransactions"), &["microtransactions"]), - (UniCase::ascii("dirbble"), &["dribble"]), - (UniCase::ascii("warcarft"), &["warcraft"]), - (UniCase::ascii("deplorabel"), &["deplorable"]), - (UniCase::ascii("passivelly"), &["passively"]), - (UniCase::ascii("misdomeanor"), &["misdemeanor"]), - (UniCase::ascii("contextos"), &["contexts"]), - (UniCase::ascii("constituient"), &["constitute"]), - (UniCase::ascii("ingeunity"), &["ingenuity"]), - (UniCase::ascii("juggernat"), &["juggernaut"]), - (UniCase::ascii("mysteris"), &["mysteries"]), - (UniCase::ascii("perviews"), &["previews"]), - (UniCase::ascii("kitites"), &["kitties"]), - (UniCase::ascii("indepentend"), &["independents"]), - (UniCase::ascii("wieghtlifting"), &["weightlifting"]), - (UniCase::ascii("liberacion"), &["liberation"]), - (UniCase::ascii("unfortunantly"), &["unfortunately"]), - (UniCase::ascii("disgustos"), &["disgusts"]), - (UniCase::ascii("adivsor"), &["advisor"]), - (UniCase::ascii("sarcasim"), &["sarcasm"]), - (UniCase::ascii("secuirty"), &["security"]), - (UniCase::ascii("supposedely"), &["supposedly"]), - (UniCase::ascii("surreptiously"), &["surreptitiously"]), - (UniCase::ascii("differantly"), &["differently"]), - (UniCase::ascii("uninitalized"), &["uninitialized"]), - (UniCase::ascii("offensivelly"), &["offensively"]), - (UniCase::ascii("manufactuters"), &["manufactures"]), - (UniCase::ascii("tempset"), &["tempest"]), - (UniCase::ascii("melatonion"), &["melatonin"]), - (UniCase::ascii("endagnering"), &["endangering"]), - (UniCase::ascii("reminisent"), &["reminiscent"]), - (UniCase::ascii("universets"), &["universes"]), - (UniCase::ascii("sohpisticated"), &["sophisticated"]), - (UniCase::ascii("snwoden"), &["snowden"]), - (UniCase::ascii("contigious"), &["contagious"]), - (UniCase::ascii("protable"), &["portable"]), - (UniCase::ascii("gangsterous"), &["gangsters"]), - (UniCase::ascii("versatille"), &["versatile"]), - (UniCase::ascii("conjuction"), &["conjunction"]), - (UniCase::ascii("overcloaking"), &["overclocking"]), - (UniCase::ascii("adversiting"), &["advertising"]), - (UniCase::ascii("comfrontation"), &["confrontation"]), - (UniCase::ascii("accuratley"), &["accurately"]), - (UniCase::ascii("luckliy"), &["luckily"]), - (UniCase::ascii("cambride"), &["cambridge"]), - (UniCase::ascii("continuacion"), &["continuation"]), - (UniCase::ascii("misdemenor"), &["misdemeanor"]), - (UniCase::ascii("girlling"), &["grilling"]), - (UniCase::ascii("initails"), &["initials"]), - (UniCase::ascii("themslves"), &["themselves"]), - (UniCase::ascii("disruptivo"), &["disruption"]), - (UniCase::ascii("sacarstic"), &["sarcastic"]), - (UniCase::ascii("xenophopia"), &["xenophobia"]), - (UniCase::ascii("synidcate"), &["syndicate"]), - (UniCase::ascii("thorats"), &["throats"]), - (UniCase::ascii("underestime"), &["underestimate"]), - (UniCase::ascii("suprsied"), &["suprised"]), - (UniCase::ascii("pornograhpy"), &["pornography"]), - (UniCase::ascii("straigt"), &["straight"]), - (UniCase::ascii("segregaded"), &["segregated"]), - (UniCase::ascii("activationg"), &["activating"]), - (UniCase::ascii("racistes"), &["racists"]), - (UniCase::ascii("gymnasitcs"), &["gymnastics"]), - (UniCase::ascii("beaslty"), &["beastly"]), - (UniCase::ascii("cabniets"), &["cabinets"]), - (UniCase::ascii("trasncripts"), &["transcripts"]), - (UniCase::ascii("keyboad"), &["keyboard"]), - (UniCase::ascii("execising"), &["exercising"]), - (UniCase::ascii("disgruntld"), &["disgruntled"]), - (UniCase::ascii("contribuie"), &["contribute"]), - (UniCase::ascii("lengthes"), &["lengths"]), - (UniCase::ascii("intergated"), &["integrated"]), - (UniCase::ascii("godspede"), &["godspeed"]), - (UniCase::ascii("hospitolized"), &["hospitalized"]), - (UniCase::ascii("electronix"), &["election"]), - (UniCase::ascii("avatards"), &["avatars"]), - (UniCase::ascii("contributie"), &["contribute"]), - (UniCase::ascii("revealtion"), &["revelations"]), - (UniCase::ascii("distrubition"), &["distribution"]), - (UniCase::ascii("brusselers"), &["brussels"]), - (UniCase::ascii("ostensably"), &["ostensibly"]), - (UniCase::ascii("paragraghs"), &["paragraphs"]), - (UniCase::ascii("fermintation"), &["fermentation"]), - (UniCase::ascii("impossibry"), &["impossibly"]), - (UniCase::ascii("touchda"), &["touchpad"]), - (UniCase::ascii("interesing"), &["interesting"]), - (UniCase::ascii("disgusied"), &["disguised"]), - (UniCase::ascii("buddihsts"), &["buddhists"]), - (UniCase::ascii("preventivno"), &["prevention"]), - (UniCase::ascii("reisntalled"), &["reinstalled"]), - (UniCase::ascii("willimas"), &["williams"]), - (UniCase::ascii("dumbfouded"), &["dumbfounded"]), - (UniCase::ascii("uniliterally"), &["unilaterally"]), - (UniCase::ascii("compensantion"), &["compensation"]), - (UniCase::ascii("ultiamte"), &["ultimate"]), - (UniCase::ascii("progressivsm"), &["progressives"]), - (UniCase::ascii("acquanitances"), &["acquaintance"]), - (UniCase::ascii("completi"), &["complexity"]), - (UniCase::ascii("formidible"), &["formidable"]), - (UniCase::ascii("libertatians"), &["libertarians"]), - (UniCase::ascii("enthusiests"), &["enthusiasts"]), - (UniCase::ascii("inconsistancy"), &["inconsistency"]), - (UniCase::ascii("informativo"), &["information"]), - (UniCase::ascii("consensul"), &["consensual"]), - (UniCase::ascii("desginations"), &["destinations"]), - (UniCase::ascii("repulics"), &["republics"]), - (UniCase::ascii("sovereinty"), &["sovereignty"]), - (UniCase::ascii("ocasional"), &["occasional"]), - (UniCase::ascii("bittersweat"), &["bittersweet"]), - (UniCase::ascii("indirectely"), &["indirectly"]), - (UniCase::ascii("literaly"), &["literally"]), - (UniCase::ascii("unforseen"), &["unforeseen"]), - (UniCase::ascii("presnetation"), &["presentations"]), - (UniCase::ascii("obsessin"), &["obsession"]), - (UniCase::ascii("enginereed"), &["engineered"]), - (UniCase::ascii("beauitful"), &["beautiful"]), - (UniCase::ascii("construt"), &["constructs"]), - (UniCase::ascii("figurativley"), &["figuratively"]), - (UniCase::ascii("amoung"), &["among"]), - (UniCase::ascii("constured"), &["construed"]), - (UniCase::ascii("indipendently"), &["independently"]), - (UniCase::ascii("conenctions"), &["connections"]), - (UniCase::ascii("subcultuur"), &["subculture"]), - (UniCase::ascii("soundtraks"), &["soundtracks"]), - (UniCase::ascii("juggeranut"), &["juggernaut"]), - (UniCase::ascii("disticnt"), &["distinct"]), - (UniCase::ascii("husbandos"), &["husbands"]), - (UniCase::ascii("cheerlearder"), &["cheerleader"]), - (UniCase::ascii("bronocs"), &["broncos"]), - (UniCase::ascii("godafther"), &["godfather"]), - (UniCase::ascii("electricy"), &["electricity"]), - (UniCase::ascii("cleareance"), &["clearance"]), - (UniCase::ascii("precedessor"), &["predecessor"]), - (UniCase::ascii("cthuhlu"), &["cthulhu"]), - (UniCase::ascii("bloodborbe"), &["bloodborne"]), - (UniCase::ascii("complicite"), &["complicate"]), - (UniCase::ascii("concreet"), &["concrete"]), - (UniCase::ascii("similari"), &["similiar"]), - (UniCase::ascii("sustainabillity"), &["sustainability"]), - (UniCase::ascii("weaponary"), &["weaponry"]), - (UniCase::ascii("highlightning"), &["highlighting"]), - (UniCase::ascii("authroization"), &["authorization"]), - (UniCase::ascii("dermatalogist"), &["dermatologist"]), - (UniCase::ascii("generalizating"), &["generalization"]), - (UniCase::ascii("unplaybale"), &["unplayable"]), - (UniCase::ascii("admininistrative"), &["administrative"]), - (UniCase::ascii("permise"), &["premise"]), - (UniCase::ascii("misinterprted"), &["misinterpret"]), - (UniCase::ascii("forsenic"), &["forensic"]), - (UniCase::ascii("exhibitin"), &["exhibition"]), - (UniCase::ascii("volumne"), &["volume"]), - (UniCase::ascii("retributivo"), &["retribution"]), - (UniCase::ascii("milisecond"), &["millisecond"]), - (UniCase::ascii("artifiically"), &["artificially"]), - (UniCase::ascii("underesitmate"), &["underestimated"]), - (UniCase::ascii("umberlla"), &["umbrella"]), - (UniCase::ascii("intimaty"), &["intimately"]), - (UniCase::ascii("temptating"), &["temptation"]), - (UniCase::ascii("abnornally"), &["abnormally"]), - (UniCase::ascii("introductie"), &["introduce"]), - (UniCase::ascii("suppresssion"), &["suppression"]), - (UniCase::ascii("vibratr"), &["vibrator"]), - (UniCase::ascii("docuhes"), &["douches"]), - (UniCase::ascii("academis"), &["academics"]), - (UniCase::ascii("presitge"), &["prestige"]), - (UniCase::ascii("scandinaiva"), &["scandinavian"]), - (UniCase::ascii("awkwardess"), &["awkwardness"]), - (UniCase::ascii("coyotees"), &["coyotes"]), - (UniCase::ascii("instructons"), &["instructors"]), - (UniCase::ascii("prelimenary"), &["preliminary"]), - (UniCase::ascii("creationnism"), &["creationism"]), - (UniCase::ascii("inequailty"), &["inequality"]), - (UniCase::ascii("quantititive"), &["quantitative"]), - (UniCase::ascii("overboad"), &["overboard"]), - (UniCase::ascii("experimeted"), &["experimented"]), - (UniCase::ascii("amercians"), &["americans"]), - (UniCase::ascii("exeggerating"), &["exaggerating"]), - (UniCase::ascii("indentical"), &["identical"]), - (UniCase::ascii("expresscoin"), &["expression"]), - (UniCase::ascii("activisits"), &["activist"]), - (UniCase::ascii("punishmet"), &["punishments"]), - (UniCase::ascii("recoverys"), &["recovers"]), - (UniCase::ascii("photogrpahed"), &["photographed"]), - (UniCase::ascii("independendly"), &["independently"]), - (UniCase::ascii("specailize"), &["specializes"]), - (UniCase::ascii("instramental"), &["instrumental"]), - (UniCase::ascii("chirstmas"), &["christmas"]), - (UniCase::ascii("surreptious"), &["surreptitious"]), - (UniCase::ascii("universite"), &["universities"]), - (UniCase::ascii("disaapointed"), &["dissapointed"]), - (UniCase::ascii("mentallity"), &["mentally"]), - (UniCase::ascii("governmanet"), &["governmental"]), - (UniCase::ascii("underhwelming"), &["underwhelming"]), - (UniCase::ascii("hinderance"), &["hindrance"]), - (UniCase::ascii("peopels"), &["peoples"]), - (UniCase::ascii("complecations"), &["complications"]), - (UniCase::ascii("journalizm"), &["journalism"]), - (UniCase::ascii("descandants"), &["descendants"]), - (UniCase::ascii("signins"), &["signings"]), - (UniCase::ascii("grassrooters"), &["grassroots"]), - (UniCase::ascii("calcualting"), &["calculating"]), - (UniCase::ascii("practicess"), &["practise"]), - (UniCase::ascii("precedense"), &["precedence"]), - (UniCase::ascii("electricain"), &["electrician"]), - (UniCase::ascii("torpedeo"), &["torpedo"]), - (UniCase::ascii("unhapppy"), &["unhappy"]), - (UniCase::ascii("obesssion"), &["obsession"]), - (UniCase::ascii("preferes"), &["prefers"]), - (UniCase::ascii("vengenace"), &["vengeance"]), - (UniCase::ascii("accidantely"), &["accidently"]), - (UniCase::ascii("markerplace"), &["marketplace"]), - (UniCase::ascii("adaptacion"), &["adaptation"]), - (UniCase::ascii("critisizms"), &["criticisms"]), - (UniCase::ascii("brutallly"), &["brutally"]), - (UniCase::ascii("teloportation"), &["teleportation"]), - (UniCase::ascii("faincee"), &["fiancee"]), - (UniCase::ascii("boundry"), &["boundary"]), - (UniCase::ascii("patroitic"), &["patriotic"]), - (UniCase::ascii("undoubetdly"), &["undoubtedly"]), - (UniCase::ascii("acticating"), &["activating"]), - (UniCase::ascii("depcitions"), &["depictions"]), - (UniCase::ascii("olmypic"), &["olympic"]), - (UniCase::ascii("superouman"), &["superhuman"]), - (UniCase::ascii("imrpoved"), &["improved"]), - (UniCase::ascii("orlenas"), &["orleans"]), - (UniCase::ascii("pasengers"), &["passengers"]), - (UniCase::ascii("ethniticies"), &["ethnicities"]), - (UniCase::ascii("bastars"), &["bastards"]), - (UniCase::ascii("psychopatch"), &["psychopath"]), - (UniCase::ascii("overcoding"), &["overcoming"]), - (UniCase::ascii("distribuited"), &["distributed"]), - (UniCase::ascii("montains"), &["mountains"]), - (UniCase::ascii("essencially"), &["essentially"]), - (UniCase::ascii("statsitical"), &["statistical"]), - (UniCase::ascii("personalitits"), &["personalities"]), - (UniCase::ascii("intervension"), &["intervention"]), - (UniCase::ascii("advocats"), &["advocates"]), - (UniCase::ascii("battlearts"), &["battlestar"]), - (UniCase::ascii("conclsuions"), &["concussions"]), - (UniCase::ascii("quicket"), &["quickest"]), - (UniCase::ascii("announceing"), &["announcing"]), - (UniCase::ascii("intruments"), &["instruments"]), - (UniCase::ascii("suggestie"), &["suggestive"]), - (UniCase::ascii("alimunium"), &["aluminium"]), - (UniCase::ascii("permanantly"), &["permanently"]), - (UniCase::ascii("figuartively"), &["figuratively"]), - (UniCase::ascii("fiels"), &["fields"]), - (UniCase::ascii("celebrationists"), &["celebrations"]), - (UniCase::ascii("sheilded"), &["shielded"]), - (UniCase::ascii("noticible"), &["noticeable"]), - (UniCase::ascii("generationers"), &["generations"]), - (UniCase::ascii("televesion"), &["television"]), - (UniCase::ascii("neighboorhod"), &["neighbourhood"]), - (UniCase::ascii("subsidizng"), &["subsidizing"]), - (UniCase::ascii("perpetrar"), &["perpetrator"]), - (UniCase::ascii("publishre"), &["publisher"]), - (UniCase::ascii("objectivitiy"), &["objectivity"]), - (UniCase::ascii("implimentation"), &["implementation"]), - (UniCase::ascii("satrically"), &["satirically"]), - (UniCase::ascii("aparent"), &["apparent"]), - (UniCase::ascii("flitered"), &["filtered"]), - (UniCase::ascii("acceleartion"), &["acceleration"]), - (UniCase::ascii("ploarized"), &["polarized"]), - (UniCase::ascii("sucesfuly"), &["successfully"]), - (UniCase::ascii("cooperativo"), &["cooperation"]), - (UniCase::ascii("indigneous"), &["indigenous"]), - (UniCase::ascii("definiteyl"), &["definitly"]), - (UniCase::ascii("australiaan"), &["australians"]), - (UniCase::ascii("tolerabe"), &["tolerable"]), - (UniCase::ascii("inhumaan"), &["inhuman"]), - (UniCase::ascii("repsonse"), &["response"]), - (UniCase::ascii("subtitel"), &["subtitle"]), - (UniCase::ascii("referinng"), &["refering"]), - (UniCase::ascii("garnola"), &["granola"]), - (UniCase::ascii("segretation"), &["segregation"]), - (UniCase::ascii("virtuose"), &["virtues"]), - (UniCase::ascii("protess"), &["protests"]), - (UniCase::ascii("manualy"), &["manually"]), - (UniCase::ascii("terretorial"), &["territorial"]), - (UniCase::ascii("vreity"), &["variety"]), - (UniCase::ascii("ulitmately"), &["ultimately"]), - (UniCase::ascii("transsexuella"), &["transsexual"]), - (UniCase::ascii("occasionaly"), &["occasionally"]), - (UniCase::ascii("substitued"), &["substitute"]), - (UniCase::ascii("preorderd"), &["preordered"]), - (UniCase::ascii("encrpyted"), &["encrypted"]), - (UniCase::ascii("redundantcy"), &["redundancy"]), - (UniCase::ascii("theripists"), &["therapists"]), - (UniCase::ascii("discoved"), &["discovered"]), - (UniCase::ascii("stumbeld"), &["stumbled"]), - (UniCase::ascii("concentracion"), &["concentration"]), - (UniCase::ascii("delfect"), &["deflect"]), - (UniCase::ascii("philospohies"), &["philosophies"]), - (UniCase::ascii("midifelder"), &["midfielder"]), - (UniCase::ascii("subtelty"), &["subtlety"]), - (UniCase::ascii("intimidiate"), &["intimidate"]), - (UniCase::ascii("competitevely"), &["competitively"]), - (UniCase::ascii("continants"), &["continents"]), - (UniCase::ascii("cliffhander"), &["cliffhanger"]), - (UniCase::ascii("evreyones"), &["everyones"]), - (UniCase::ascii("missionarry"), &["missionary"]), - (UniCase::ascii("disillusionned"), &["disillusioned"]), - (UniCase::ascii("buearucrats"), &["bureaucrats"]), - (UniCase::ascii("electroman"), &["electron"]), - (UniCase::ascii("inconvenince"), &["inconvenience"]), - (UniCase::ascii("permissable"), &["permissible"]), - (UniCase::ascii("accumelated"), &["accumulated"]), - (UniCase::ascii("illuminauti"), &["illuminati"]), - (UniCase::ascii("theroetical"), &["theoretical"]), - (UniCase::ascii("nominativo"), &["nomination"]), - (UniCase::ascii("awesomey"), &["awesomely"]), - (UniCase::ascii("vengaence"), &["vengeance"]), - (UniCase::ascii("professionnalism"), &["professionalism"]), - (UniCase::ascii("frustracion"), &["frustration"]), - (UniCase::ascii("dimesnion"), &["dimension"]), - (UniCase::ascii("arcaheology"), &["archaeology"]), - (UniCase::ascii("capteurs"), &["captures"]), - (UniCase::ascii("relasped"), &["relapsed"]), - (UniCase::ascii("uncontitutional"), &["unconstitutional"]), - (UniCase::ascii("downvottes"), &["downvoters"]), - (UniCase::ascii("contructing"), &["contracting"]), - (UniCase::ascii("incompatibil"), &["incompatible"]), - (UniCase::ascii("unworthly"), &["unworthy"]), - (UniCase::ascii("structurs"), &["structures"]), - (UniCase::ascii("sexaully"), &["sexually"]), - (UniCase::ascii("susceptable"), &["susceptible"]), - (UniCase::ascii("breathos"), &["breaths"]), - (UniCase::ascii("techincality"), &["technicality"]), - (UniCase::ascii("congresman"), &["congressman"]), - (UniCase::ascii("condulences"), &["condolences"]), - (UniCase::ascii("competitve"), &["competitive"]), - (UniCase::ascii("decscription"), &["description"]), - (UniCase::ascii("comapnies"), &["companies"]), - (UniCase::ascii("dortmud"), &["dortmund"]), - (UniCase::ascii("catigorically"), &["categorically"]), - (UniCase::ascii("championsihp"), &["championships"]), - (UniCase::ascii("principaly"), &["principality"]), - (UniCase::ascii("prosocution"), &["prosecution"]), - (UniCase::ascii("construted"), &["constructed"]), - (UniCase::ascii("remmebers"), &["remembers"]), - (UniCase::ascii("trintiy"), &["trinity"]), - (UniCase::ascii("experements"), &["experiments"]), - (UniCase::ascii("constituant"), &["constituent"]), - (UniCase::ascii("manipulatin"), &["manipulation"]), - (UniCase::ascii("dispencers"), &["dispenser"]), - (UniCase::ascii("towrad"), &["toward"]), - (UniCase::ascii("packade"), &["packaged"]), - (UniCase::ascii("unsuccesful"), &["unsuccessful"]), - (UniCase::ascii("neccessarily"), &["necessarily"]), - (UniCase::ascii("prerogotive"), &["prerogative"]), - (UniCase::ascii("brimestone"), &["brimstone"]), - (UniCase::ascii("infermon"), &["inferno"]), - (UniCase::ascii("unpredictible"), &["unpredictable"]), - (UniCase::ascii("substituded"), &["substituted"]), - (UniCase::ascii("xenophoblic"), &["xenophobic"]), - (UniCase::ascii("dipolmatic"), &["diplomatic"]), - (UniCase::ascii("contribuyes"), &["contributes"]), - (UniCase::ascii("controlers"), &["controls"]), - (UniCase::ascii("respondas"), &["responds"]), - (UniCase::ascii("demographis"), &["demographics"]), - (UniCase::ascii("decalring"), &["declaring"]), - (UniCase::ascii("stagnat"), &["stagnant"]), - (UniCase::ascii("anniversairy"), &["anniversary"]), - (UniCase::ascii("immitated"), &["imitated"]), - (UniCase::ascii("overhooked"), &["overlooked"]), - (UniCase::ascii("expendible"), &["expendable"]), - (UniCase::ascii("invinicble"), &["invincible"]), - (UniCase::ascii("enthically"), &["ethnically"]), - (UniCase::ascii("palestinier"), &["palestine"]), - (UniCase::ascii("categorice"), &["categorize"]), - (UniCase::ascii("probabiliste"), &["probabilities"]), - (UniCase::ascii("documentating"), &["documentation"]), - (UniCase::ascii("ourselvs"), &["ourselves"]), - (UniCase::ascii("progressivly"), &["progressively"]), - (UniCase::ascii("hosthot"), &["hotshot"]), - (UniCase::ascii("activiates"), &["activist"]), - (UniCase::ascii("anecodtally"), &["anecdotally"]), - (UniCase::ascii("naviagte"), &["navigate"]), - (UniCase::ascii("substitition"), &["substitution"]), - (UniCase::ascii("jennigns"), &["jennings"]), - (UniCase::ascii("organites"), &["organise"]), - (UniCase::ascii("interaktion"), &["interaction"]), - (UniCase::ascii("mexcian"), &["mexican"]), - (UniCase::ascii("facilitiy"), &["facility"]), - (UniCase::ascii("achievemts"), &["achieves"]), - (UniCase::ascii("consistantly"), &["consistently"]), - (UniCase::ascii("activisim"), &["activism"]), - (UniCase::ascii("determinisic"), &["deterministic"]), - (UniCase::ascii("resoltuion"), &["resolutions"]), - (UniCase::ascii("stabelized"), &["stabilized"]), - (UniCase::ascii("annhiliation"), &["annihilation"]), - (UniCase::ascii("thsi"), &["this"]), - (UniCase::ascii("mediaction"), &["medications"]), - (UniCase::ascii("conversino"), &["conversions"]), - (UniCase::ascii("extrapolite"), &["extrapolate"]), - (UniCase::ascii("importas"), &["imports"]), - (UniCase::ascii("geogria"), &["georgia"]), - (UniCase::ascii("underestemate"), &["underestimate"]), - (UniCase::ascii("backgroudn"), &["backgrounds"]), - (UniCase::ascii("capacitores"), &["capacitors"]), - (UniCase::ascii("simeltaneously"), &["simultaneously"]), - (UniCase::ascii("backrgound"), &["backgrounds"]), - (UniCase::ascii("heveanly"), &["heavenly"]), - (UniCase::ascii("tentalce"), &["tentacle"]), - (UniCase::ascii("exaclty"), &["exactly"]), - (UniCase::ascii("keybaords"), &["keyboards"]), - (UniCase::ascii("consolidad"), &["consolidated"]), - (UniCase::ascii("pervail"), &["prevail"]), - (UniCase::ascii("misconseptions"), &["misconceptions"]), - (UniCase::ascii("victorieuse"), &["victories"]), - (UniCase::ascii("correlaties"), &["correlates"]), - (UniCase::ascii("helicopteros"), &["helicopters"]), - (UniCase::ascii("recordarle"), &["recorder"]), - (UniCase::ascii("rigntone"), &["ringtone"]), - (UniCase::ascii("inattractive"), &["unattractive"]), - (UniCase::ascii("elementy"), &["elementary"]), - (UniCase::ascii("thunderblot"), &["thunderbolt"]), - (UniCase::ascii("expandes"), &["expands"]), - (UniCase::ascii("investigatin"), &["investigation"]), - (UniCase::ascii("originas"), &["origins"]), - (UniCase::ascii("ocasions"), &["occasions"]), - (UniCase::ascii("inprisonment"), &["imprisonment"]), - (UniCase::ascii("perhiperals"), &["peripherals"]), - (UniCase::ascii("disgracful"), &["disgraceful"]), - (UniCase::ascii("bouyancy"), &["buoyancy"]), - (UniCase::ascii("altriusm"), &["altruism"]), - (UniCase::ascii("silohuette"), &["silhouette"]), - (UniCase::ascii("resemblence"), &["resemblance"]), - (UniCase::ascii("civilains"), &["civilians"]), - (UniCase::ascii("horriblly"), &["horribly"]), - (UniCase::ascii("missionare"), &["missionaries"]), - (UniCase::ascii("nowdays"), &["nowadays"]), - (UniCase::ascii("paraiste"), &["parasite"]), - (UniCase::ascii("waterlemon"), &["watermelon"]), - (UniCase::ascii("admendment"), &["amendment"]), - (UniCase::ascii("diversiy"), &["diversify"]), - (UniCase::ascii("strictist"), &["strictest"]), - (UniCase::ascii("applicabile"), &["applicable"]), - (UniCase::ascii("athleticsim"), &["athleticism"]), - (UniCase::ascii("inadequite"), &["inadequate"]), - (UniCase::ascii("insaney"), &["insanely"]), - (UniCase::ascii("motherbard"), &["motherboard"]), - (UniCase::ascii("intervento"), &["intervention"]), - (UniCase::ascii("investirat"), &["investigator"]), - (UniCase::ascii("metaphysicals"), &["metaphysics"]), - (UniCase::ascii("xenophobical"), &["xenophobia"]), - (UniCase::ascii("spiritualiy"), &["spiritually"]), - (UniCase::ascii("stroylines"), &["storylines"]), - (UniCase::ascii("mircoscopic"), &["microscopic"]), - (UniCase::ascii("penetraion"), &["penetration"]), - (UniCase::ascii("exposicion"), &["exposition"]), - (UniCase::ascii("lingeire"), &["lingerie"]), - (UniCase::ascii("transfender"), &["transgender"]), - (UniCase::ascii("desintegration"), &["disintegration"]), - (UniCase::ascii("isntances"), &["instances"]), - (UniCase::ascii("campaing"), &["campaign"]), - (UniCase::ascii("custamizable"), &["customizable"]), - (UniCase::ascii("disguss"), &["disgusts"]), - (UniCase::ascii("rudimentatry"), &["rudimentary"]), - (UniCase::ascii("retireus"), &["retires"]), - (UniCase::ascii("soildly"), &["solidly"]), - (UniCase::ascii("aborigenal"), &["aboriginal"]), - (UniCase::ascii("reveald"), &["revealed"]), - (UniCase::ascii("direcitonal"), &["directional"]), - (UniCase::ascii("paychedelics"), &["psychedelics"]), - (UniCase::ascii("extropolate"), &["extrapolate"]), - (UniCase::ascii("comisioning"), &["commissioning"]), - (UniCase::ascii("insigths"), &["insights"]), - (UniCase::ascii("socrateks"), &["socrates"]), - (UniCase::ascii("environemnt"), &["environment"]), - (UniCase::ascii("mordibly"), &["morbidly"]), - (UniCase::ascii("analysze"), &["analyse"]), - (UniCase::ascii("recongized"), &["recognized"]), - (UniCase::ascii("sympethize"), &["sympathize"]), - (UniCase::ascii("energis"), &["energies"]), - (UniCase::ascii("unneccessarily"), &["unnecessarily"]), - (UniCase::ascii("attracs"), &["attracts"]), - (UniCase::ascii("portoguese"), &["portuguese"]), - (UniCase::ascii("radiactive"), &["radioactive"]), - (UniCase::ascii("substantitve"), &["substantive"]), - (UniCase::ascii("emmisaries"), &["emissaries"]), - (UniCase::ascii("levaithan"), &["leviathan"]), - (UniCase::ascii("simulatin"), &["simulation"]), - (UniCase::ascii("mercentile"), &["mercantile"]), - (UniCase::ascii("disciplins"), &["disciplines"]), - (UniCase::ascii("archtype"), &["archetype"]), - (UniCase::ascii("balckberry"), &["blackberry"]), - (UniCase::ascii("superheo"), &["superhero"]), - (UniCase::ascii("pracitcal"), &["practical"]), - (UniCase::ascii("acccused"), &["accused"]), - (UniCase::ascii("organizaitonal"), &["organizational"]), - (UniCase::ascii("dessertation"), &["dissertation"]), - (UniCase::ascii("unavoidble"), &["unavoidable"]), - (UniCase::ascii("hispanicus"), &["hispanics"]), - (UniCase::ascii("conceptuel"), &["conceptual"]), - (UniCase::ascii("directrx"), &["directx"]), - (UniCase::ascii("vegeterians"), &["vegetarians"]), - (UniCase::ascii("tje"), &["the"]), - (UniCase::ascii("formatin"), &["formation"]), - (UniCase::ascii("venezulea"), &["venezuela"]), - (UniCase::ascii("bioligical"), &["biological"]), - (UniCase::ascii("interaktive"), &["interactive"]), - (UniCase::ascii("wiew"), &["view"]), - (UniCase::ascii("absolue"), &["absolute"]), - (UniCase::ascii("snippetts"), &["snippets"]), - (UniCase::ascii("accidentlly"), &["accidently"]), - (UniCase::ascii("interactios"), &["interacts"]), - (UniCase::ascii("uranuim"), &["uranium"]), - (UniCase::ascii("hyopcrite"), &["hypocrite"]), - (UniCase::ascii("grammaticly"), &["grammatical"]), - (UniCase::ascii("considerabely"), &["considerable"]), - (UniCase::ascii("kickstarer"), &["kickstarter"]), - (UniCase::ascii("regiones"), &["regions"]), - (UniCase::ascii("kryptonie"), &["kryptonite"]), - (UniCase::ascii("excorciating"), &["excruciating"]), - (UniCase::ascii("altruistric"), &["altruistic"]), - (UniCase::ascii("unbraikable"), &["unbreakable"]), - (UniCase::ascii("compilcated"), &["complicate"]), - (UniCase::ascii("sctosman"), &["scotsman"]), - (UniCase::ascii("masterpeices"), &["masterpiece"]), - (UniCase::ascii("diconnects"), &["disconnects"]), - (UniCase::ascii("metropolian"), &["metropolitan"]), - (UniCase::ascii("catholicisim"), &["catholicism"]), - (UniCase::ascii("embrago"), &["embargo"]), - (UniCase::ascii("conjuncting"), &["conjunction"]), - (UniCase::ascii("influancing"), &["influencing"]), - (UniCase::ascii("prioritie"), &["prioritize"]), - (UniCase::ascii("signleplayer"), &["singleplayer"]), - (UniCase::ascii("shenanagins"), &["shenanigans"]), - (UniCase::ascii("reporductive"), &["reproductive"]), - (UniCase::ascii("endoctrinated"), &["indoctrinated"]), - (UniCase::ascii("prostitutin"), &["prostitution"]), - (UniCase::ascii("oppurtunities"), &["opportunities"]), - (UniCase::ascii("automonous"), &["autonomous"]), - (UniCase::ascii("streamys"), &["streams"]), - (UniCase::ascii("carreer"), &["career"]), - (UniCase::ascii("chronice"), &["chronicles"]), - (UniCase::ascii("decendents"), &["descendants"]), - (UniCase::ascii("progresison"), &["progressions"]), - (UniCase::ascii("trasnformer"), &["transformer"]), - (UniCase::ascii("machiens"), &["machines"]), - (UniCase::ascii("resolutoin"), &["resolutions"]), - (UniCase::ascii("anticapated"), &["anticipated"]), - (UniCase::ascii("difficulity"), &["difficulty"]), - (UniCase::ascii("particapate"), &["participate"]), - (UniCase::ascii("mortage"), &["mortgage"]), - (UniCase::ascii("staduim"), &["stadium"]), - (UniCase::ascii("springfiled"), &["springfield"]), - (UniCase::ascii("goldifsh"), &["goldfish"]), - (UniCase::ascii("metropolitian"), &["metropolitan"]), - (UniCase::ascii("procesd"), &["proceeds"]), - (UniCase::ascii("primatively"), &["primitively"]), - (UniCase::ascii("accroding"), &["according"]), - (UniCase::ascii("gigantisch"), &["gigantic"]), - (UniCase::ascii("suprised"), &["surprised"]), - (UniCase::ascii("fundemantalists"), &["fundamentalists"]), - (UniCase::ascii("dictionay"), &["dictionary"]), - (UniCase::ascii("reworkd"), &["reworked"]), - (UniCase::ascii("propoganda"), &["propaganda"]), - (UniCase::ascii("manufactorers"), &["manufacturers"]), - (UniCase::ascii("facilitarte"), &["facilitate"]), - (UniCase::ascii("allready"), &["already"]), - (UniCase::ascii("sargeant"), &["sergeant"]), - (UniCase::ascii("photogrpah"), &["photographs"]), - (UniCase::ascii("criculating"), &["circulating"]), - (UniCase::ascii("terminarla"), &["terminal"]), - (UniCase::ascii("venelope"), &["envelope"]), - (UniCase::ascii("streamus"), &["streams"]), - (UniCase::ascii("poisonus"), &["poisons"]), - (UniCase::ascii("considertaion"), &["considerations"]), - (UniCase::ascii("campains"), &["campaigns"]), - (UniCase::ascii("defintaly"), &["defiantly"]), - (UniCase::ascii("insurgancy"), &["insurgency"]), - (UniCase::ascii("respectifs"), &["respects"]), - (UniCase::ascii("heterosexuella"), &["heterosexual"]), - (UniCase::ascii("ancedotally"), &["anecdotally"]), - (UniCase::ascii("assosiated"), &["associated"]), - (UniCase::ascii("sweerheart"), &["sweetheart"]), - (UniCase::ascii("redunduncy"), &["redundancy"]), - (UniCase::ascii("circomference"), &["circumference"]), - (UniCase::ascii("ailmony"), &["alimony"]), - (UniCase::ascii("preisdents"), &["presidents"]), - (UniCase::ascii("occaisonally"), &["occasionally"]), - (UniCase::ascii("kidnapning"), &["kidnapping"]), - (UniCase::ascii("reprehenisble"), &["reprehensible"]), - (UniCase::ascii("powderade"), &["powdered"]), - (UniCase::ascii("onwership"), &["ownership"]), - (UniCase::ascii("concentraded"), &["concentrated"]), - (UniCase::ascii("outrageosly"), &["outrageously"]), - (UniCase::ascii("millioniares"), &["millionaires"]), - (UniCase::ascii("continenet"), &["continents"]), - (UniCase::ascii("delporable"), &["deplorable"]), - (UniCase::ascii("institutionale"), &["institutionalized"]), - (UniCase::ascii("prusuit"), &["pursuit"]), - (UniCase::ascii("compleatly"), &["completely"]), - (UniCase::ascii("deflatin"), &["deflation"]), - (UniCase::ascii("theraphy"), &["therapy"]), - (UniCase::ascii("cheeseburgs"), &["cheeseburgers"]), - (UniCase::ascii("instrumentul"), &["instrumental"]), - (UniCase::ascii("sebrian"), &["serbian"]), - (UniCase::ascii("preparacion"), &["preparation"]), - (UniCase::ascii("asteorids"), &["asteroids"]), - (UniCase::ascii("politicaly"), &["politically"]), - (UniCase::ascii("dagners"), &["dangers"]), - (UniCase::ascii("genrates"), &["generates"]), - (UniCase::ascii("cirruculum"), &["curriculum"]), - (UniCase::ascii("snowboaring"), &["snowboarding"]), - (UniCase::ascii("conspiraces"), &["conspiracies"]), - (UniCase::ascii("unbeliveable"), &["unbelievable"]), - (UniCase::ascii("dopmaine"), &["dopamine"]), - (UniCase::ascii("propulsing"), &["propulsion"]), - (UniCase::ascii("patriatism"), &["patriotism"]), - (UniCase::ascii("fundamently"), &["fundamental"]), - (UniCase::ascii("inctroduce"), &["introduce"]), - (UniCase::ascii("turrest"), &["turrets"]), - (UniCase::ascii("constanst"), &["constants"]), - (UniCase::ascii("surpeme"), &["supreme"]), - (UniCase::ascii("intorduced"), &["introduced"]), - (UniCase::ascii("earnt"), &["earned"]), - (UniCase::ascii("roleply"), &["roleplay"]), - (UniCase::ascii("contradicton"), &["contradiction"]), - (UniCase::ascii("manufacteur"), &["manufactures"]), - (UniCase::ascii("isrealis"), &["israelis"]), - (UniCase::ascii("generaly"), &["generally"]), - (UniCase::ascii("presentacion"), &["presentation"]), - (UniCase::ascii("concsience"), &["conscience"]), - (UniCase::ascii("encahnt"), &["enchant"]), - (UniCase::ascii("generatios"), &["generators"]), - (UniCase::ascii("girlfrined"), &["girlfriends"]), - (UniCase::ascii("incognitio"), &["incognito"]), - (UniCase::ascii("randomns"), &["randoms"]), - (UniCase::ascii("equivlalent"), &["equivalent"]), - (UniCase::ascii("enthusiatic"), &["enthusiastic"]), - (UniCase::ascii("dracual"), &["dracula"]), - (UniCase::ascii("grievences"), &["grievances"]), - (UniCase::ascii("dimunitive"), &["diminutive"]), - (UniCase::ascii("dumbfoundeads"), &["dumbfounded"]), - (UniCase::ascii("atatchment"), &["attachment"]), - (UniCase::ascii("executings"), &["executions"]), - (UniCase::ascii("permiums"), &["premiums"]), - (UniCase::ascii("temprary"), &["temporary"]), - (UniCase::ascii("compense"), &["compensate"]), - (UniCase::ascii("contestas"), &["contests"]), - (UniCase::ascii("therefoer"), &["therefor"]), - (UniCase::ascii("interesctions"), &["intersections"]), - (UniCase::ascii("earthqukes"), &["earthquakes"]), - (UniCase::ascii("oursleves"), &["ourselves"]), - (UniCase::ascii("redesiging"), &["redesign"]), - (UniCase::ascii("smaurai"), &["samurai"]), - (UniCase::ascii("unexpectdly"), &["unexpectedly"]), - (UniCase::ascii("exectuion"), &["execution"]), - (UniCase::ascii("initalised"), &["initialised"]), - (UniCase::ascii("millenial"), &["millennial"]), - (UniCase::ascii("indestructuble"), &["indestructible"]), - (UniCase::ascii("identificaton"), &["identification"]), - (UniCase::ascii("exlcude"), &["exclude"]), - (UniCase::ascii("assmeble"), &["assemble"]), - (UniCase::ascii("empitness"), &["emptiness"]), - (UniCase::ascii("cleasner"), &["cleanser"]), - (UniCase::ascii("downvore"), &["downvoters"]), - (UniCase::ascii("cerification"), &["verification"]), - (UniCase::ascii("desentralized"), &["decentralized"]), - (UniCase::ascii("intoxicted"), &["intoxicated"]), - (UniCase::ascii("surrouns"), &["surrounds"]), - (UniCase::ascii("convinceing"), &["convincing"]), - (UniCase::ascii("determinas"), &["determines"]), - (UniCase::ascii("shouldes"), &["shoulders"]), - (UniCase::ascii("distiction"), &["distinction"]), - (UniCase::ascii("grwo"), &["grow"]), - (UniCase::ascii("misintrepreting"), &["misinterpreting"]), - (UniCase::ascii("explossion"), &["explosions"]), - (UniCase::ascii("comrpomising"), &["compromising"]), - (UniCase::ascii("redistrubition"), &["redistribution"]), - (UniCase::ascii("expressley"), &["expressly"]), - (UniCase::ascii("constituates"), &["constitutes"]), - (UniCase::ascii("checkpoins"), &["checkpoints"]), - (UniCase::ascii("guantanamero"), &["guantanamo"]), - (UniCase::ascii("higer"), &["higher"]), - (UniCase::ascii("systimatically"), &["systematically"]), - (UniCase::ascii("mutliation"), &["mutilation"]), - (UniCase::ascii("attrocities"), &["atrocities"]), - (UniCase::ascii("lighthours"), &["lighthouse"]), - (UniCase::ascii("modificaiton"), &["modification"]), - (UniCase::ascii("donwsides"), &["downsides"]), - (UniCase::ascii("overpopluation"), &["overpopulation"]), - (UniCase::ascii("expells"), &["expels"]), - (UniCase::ascii("fundamentais"), &["fundamentals"]), - (UniCase::ascii("comisioned"), &["commissioned"]), - (UniCase::ascii("famoulsy"), &["famously"]), - (UniCase::ascii("unsubstansiated"), &["unsubstantiated"]), - (UniCase::ascii("persones"), &["persons"]), - (UniCase::ascii("pattented"), &["patented"]), - (UniCase::ascii("rainbowers"), &["rainbows"]), - (UniCase::ascii("carrotus"), &["carrots"]), - (UniCase::ascii("arbitraily"), &["arbitrarily"]), - (UniCase::ascii("insperation"), &["inspiration"]), - (UniCase::ascii("nationalsitic"), &["nationalistic"]), - (UniCase::ascii("wininpeg"), &["winnipeg"]), - (UniCase::ascii("claibre"), &["calibre"]), - (UniCase::ascii("surroud"), &["surround"]), - (UniCase::ascii("multiplays"), &["multiply"]), - (UniCase::ascii("twiligt"), &["twilight"]), - (UniCase::ascii("indipendent"), &["independent"]), - (UniCase::ascii("intruige"), &["intrigue"]), - (UniCase::ascii("unfortuantely"), &["unfortunately"]), - (UniCase::ascii("microscrope"), &["microscope"]), - (UniCase::ascii("reinitalises"), &["reinitialises"]), - (UniCase::ascii("inteligent"), &["intelligent"]), - (UniCase::ascii("boyfriens"), &["boyfriends"]), - (UniCase::ascii("pittsbrugh"), &["pittsburgh"]), - (UniCase::ascii("frustrants"), &["frustrates"]), - (UniCase::ascii("yera"), &["year"]), - (UniCase::ascii("nectode"), &["netcode"]), - (UniCase::ascii("convenietly"), &["conveniently"]), - (UniCase::ascii("orangism"), &["organism"]), - (UniCase::ascii("explorare"), &["explorer"]), - (UniCase::ascii("teamifght"), &["teamfight"]), - (UniCase::ascii("substutite"), &["substitutes"]), - (UniCase::ascii("perphas"), &["perhaps"]), - (UniCase::ascii("interpretares"), &["interpreter"]), - (UniCase::ascii("expressens"), &["expresses"]), - (UniCase::ascii("fractalers"), &["fractals"]), - (UniCase::ascii("characteristcs"), &["characteristics"]), - (UniCase::ascii("roganisms"), &["organisms"]), - (UniCase::ascii("adeliade"), &["adelaide"]), - (UniCase::ascii("clera"), &["clear"]), - (UniCase::ascii("transmision"), &["transmission"]), - (UniCase::ascii("meditacion"), &["medications"]), - (UniCase::ascii("valnetines"), &["valentines"]), - (UniCase::ascii("arised"), &["arose"]), - (UniCase::ascii("luancher"), &["launcher"]), - (UniCase::ascii("extrordinary"), &["extraordinary"]), - (UniCase::ascii("percise"), &["precise"]), - (UniCase::ascii("compones"), &["compose"]), - (UniCase::ascii("pasttime"), &["pastime"]), - (UniCase::ascii("permisison"), &["permissions"]), - (UniCase::ascii("presidencey"), &["presidency"]), - (UniCase::ascii("kicthens"), &["kitchens"]), - (UniCase::ascii("norhteast"), &["northeast"]), - (UniCase::ascii("battlefont"), &["battlefront"]), - (UniCase::ascii("antibioitic"), &["antibiotic"]), - (UniCase::ascii("cylcists"), &["cyclists"]), - (UniCase::ascii("corrospondence"), &["correspondence"]), - (UniCase::ascii("titanuim"), &["titanium"]), - (UniCase::ascii("anticipacion"), &["anticipation"]), - (UniCase::ascii("sacrastically"), &["sarcastically"]), - (UniCase::ascii("definateky"), &["definately"]), - (UniCase::ascii("justifiaction"), &["justifications"]), - (UniCase::ascii("ubsubstantiated"), &["unsubstantiated"]), - (UniCase::ascii("vampiers"), &["vampires"]), - (UniCase::ascii("windsheild"), &["windshield"]), - (UniCase::ascii("restrictied"), &["restrictive"]), - (UniCase::ascii("entirey"), &["entirety"]), - (UniCase::ascii("broadbad"), &["broadband"]), - (UniCase::ascii("nationas"), &["nationals"]), - (UniCase::ascii("disastroso"), &["disastrous"]), - (UniCase::ascii("breif"), &["brief"]), - (UniCase::ascii("viewpiont"), &["viewpoint"]), - (UniCase::ascii("libguistic"), &["linguistic"]), - (UniCase::ascii("backhacking"), &["backpacking"]), - (UniCase::ascii("pragmatisch"), &["pragmatic"]), - (UniCase::ascii("fesiable"), &["feasible"]), - (UniCase::ascii("obvisouly"), &["obviously"]), - (UniCase::ascii("pervention"), &["prevention"]), - (UniCase::ascii("oposition"), &["opposition"]), - (UniCase::ascii("automaticly"), &["automatically"]), - (UniCase::ascii("hyporcite"), &["hypocrite"]), - (UniCase::ascii("preferas"), &["prefers"]), - (UniCase::ascii("pretentieus"), &["pretentious"]), - (UniCase::ascii("manafactures"), &["manufactures"]), - (UniCase::ascii("greenore"), &["greener"]), - (UniCase::ascii("asethetics"), &["aesthetics"]), - (UniCase::ascii("toritlla"), &["tortilla"]), - (UniCase::ascii("micoscopy"), &["microscopy"]), - (UniCase::ascii("flamethorwer"), &["flamethrower"]), - (UniCase::ascii("trianlge"), &["triangle"]), - (UniCase::ascii("dysfucntional"), &["dysfunctional"]), - (UniCase::ascii("bodybuiling"), &["bodybuilding"]), - (UniCase::ascii("terrorits"), &["terrorist"]), - (UniCase::ascii("excellenet"), &["excellence"]), - (UniCase::ascii("fanserivce"), &["fanservice"]), - (UniCase::ascii("similary"), &["similarly"]), - (UniCase::ascii("eligable"), &["eligible"]), - (UniCase::ascii("hallucenation"), &["hallucination"]), - (UniCase::ascii("parasitisme"), &["parasites"]), - (UniCase::ascii("interchangeablity"), &["interchangeably"]), - (UniCase::ascii("therby"), &["thereby"]), - (UniCase::ascii("comissioner"), &["commissioner"]), - (UniCase::ascii("scholerships"), &["scholarships"]), - (UniCase::ascii("reacll"), &["recall"]), - (UniCase::ascii("automoblies"), &["automobile"]), - (UniCase::ascii("persucuted"), &["persecuted"]), - (UniCase::ascii("infiltratie"), &["infiltrate"]), - (UniCase::ascii("signularity"), &["singularity"]), - (UniCase::ascii("indictrinated"), &["indoctrinated"]), - (UniCase::ascii("distinguised"), &["distinguished"]), - (UniCase::ascii("breserker"), &["berserker"]), - (UniCase::ascii("transparant"), &["transparent"]), - (UniCase::ascii("socieites"), &["societies"]), - (UniCase::ascii("ridiculise"), &["ridicule"]), - (UniCase::ascii("vegatarian"), &["vegetarian"]), - (UniCase::ascii("absailing"), &["abseiling"]), - (UniCase::ascii("prostituiton"), &["prostitution"]), - (UniCase::ascii("vessles"), &["vessels"]), - (UniCase::ascii("cyclits"), &["cyclist"]), - (UniCase::ascii("partisain"), &["partisan"]), - (UniCase::ascii("repostig"), &["reposting"]), - (UniCase::ascii("vamipres"), &["vampires"]), - (UniCase::ascii("huminoid"), &["humanoid"]), - (UniCase::ascii("legalizate"), &["legalize"]), - (UniCase::ascii("convorsation"), &["conversation"]), - (UniCase::ascii("contrubute"), &["contribute"]), - (UniCase::ascii("concesso"), &["concession"]), - (UniCase::ascii("bakc"), &["back"]), - (UniCase::ascii("objectivty"), &["objectivity"]), - (UniCase::ascii("noticiably"), &["noticeably"]), - (UniCase::ascii("colonianism"), &["colonialism"]), - (UniCase::ascii("mathematicas"), &["mathematics"]), - (UniCase::ascii("significanty"), &["significantly"]), - (UniCase::ascii("compuslion"), &["compulsion"]), - (UniCase::ascii("sacrifical"), &["sacrificial"]), - (UniCase::ascii("retireve"), &["retrieve"]), - (UniCase::ascii("supermarkt"), &["supermarket"]), - (UniCase::ascii("misinterprating"), &["misinterpreting"]), - (UniCase::ascii("procelain"), &["porcelain"]), - (UniCase::ascii("trustworthyness"), &["trustworthiness"]), - (UniCase::ascii("grizzlay"), &["grizzly"]), - (UniCase::ascii("detremental"), &["detrimental"]), - (UniCase::ascii("origonally"), &["originally"]), - (UniCase::ascii("skimrish"), &["skirmish"]), - (UniCase::ascii("correciton"), &["corrections"]), - (UniCase::ascii("micorcenter"), &["microcenter"]), - (UniCase::ascii("hurricaines"), &["hurricanes"]), - (UniCase::ascii("programmmer"), &["programme"]), - (UniCase::ascii("teleportato"), &["teleportation"]), - (UniCase::ascii("prohibitve"), &["prohibited"]), - (UniCase::ascii("unqualifed"), &["unqualified"]), - (UniCase::ascii("millionar"), &["millionaire"]), - (UniCase::ascii("arugment"), &["argument"]), - (UniCase::ascii("ectsasy"), &["ecstasy"]), - (UniCase::ascii("regulsr"), &["regulars"]), - (UniCase::ascii("porportional"), &["proportional"]), - (UniCase::ascii("captialize"), &["capitalize"]), - (UniCase::ascii("nazionalists"), &["nationalists"]), - (UniCase::ascii("whith"), &["with"]), - (UniCase::ascii("passionetly"), &["passionately"]), - (UniCase::ascii("influense"), &["influences"]), - (UniCase::ascii("conquerd"), &["conquered"]), - (UniCase::ascii("yearm"), &["year"]), - (UniCase::ascii("intimidante"), &["intimidate"]), - (UniCase::ascii("dealershits"), &["dealerships"]), - (UniCase::ascii("consumersim"), &["consumerism"]), - (UniCase::ascii("transision"), &["transition"]), - (UniCase::ascii("temperment"), &["temperament"]), - (UniCase::ascii("illustraton"), &["illustration"]), - (UniCase::ascii("provinical"), &["provincial"]), - (UniCase::ascii("anarchistm"), &["anarchism"]), - (UniCase::ascii("foregorund"), &["foreground"]), - (UniCase::ascii("identifierad"), &["identified"]), - (UniCase::ascii("romanain"), &["romanian"]), - (UniCase::ascii("involuntarly"), &["involuntary"]), - (UniCase::ascii("autocorrext"), &["autocorrect"]), - (UniCase::ascii("prodcutions"), &["productions"]), - (UniCase::ascii("observerd"), &["observed"]), - (UniCase::ascii("dichotomoy"), &["dichotomy"]), - (UniCase::ascii("esle"), &["else"]), - (UniCase::ascii("agruably"), &["arguably"]), - (UniCase::ascii("protastant"), &["protestant"]), - (UniCase::ascii("revloves"), &["revolves"]), - (UniCase::ascii("invariabley"), &["invariably"]), - (UniCase::ascii("addresing"), &["addressing"]), - (UniCase::ascii("similtaneous"), &["simultaneous"]), - (UniCase::ascii("instutionalized"), &["institutionalized"]), - (UniCase::ascii("infograpgic"), &["infographic"]), - (UniCase::ascii("associsted"), &["associates"]), - (UniCase::ascii("noticably"), &["noticeably"]), - (UniCase::ascii("transpalnt"), &["transplants"]), - (UniCase::ascii("unfortuante"), &["unfortunate"]), - (UniCase::ascii("undertoe"), &["undertones"]), - (UniCase::ascii("chipest"), &["chipset"]), - (UniCase::ascii("demosntrates"), &["demonstrates"]), - (UniCase::ascii("tendencije"), &["tendencies"]), - (UniCase::ascii("constently"), &["constantly"]), - (UniCase::ascii("beliebable"), &["believable"]), - (UniCase::ascii("transkript"), &["transcript"]), - (UniCase::ascii("morroco"), &["morocco"]), - (UniCase::ascii("nationalistiska"), &["nationalists"]), - (UniCase::ascii("collony"), &["colony"]), - (UniCase::ascii("collaberative"), &["collaborative"]), - (UniCase::ascii("anynomity"), &["anonymity"]), - (UniCase::ascii("histarically"), &["historically"]), - (UniCase::ascii("wathcmen"), &["watchmen"]), - (UniCase::ascii("athleticisim"), &["athleticism"]), - (UniCase::ascii("addtion"), &["addition"]), - (UniCase::ascii("transito"), &["transition"]), - (UniCase::ascii("subscribirse"), &["subscriber"]), - (UniCase::ascii("easthetically"), &["aesthetically"]), - (UniCase::ascii("conneciton"), &["connection"]), - (UniCase::ascii("eldistribution"), &["redistribution"]), - (UniCase::ascii("implimenting"), &["implementing"]), - (UniCase::ascii("billionairs"), &["billionaires"]), - (UniCase::ascii("advisorys"), &["advisors"]), - (UniCase::ascii("denominaron"), &["denominator"]), - (UniCase::ascii("deutschand"), &["deutschland"]), - (UniCase::ascii("furance"), &["furnace"]), - (UniCase::ascii("creationsits"), &["creationists"]), - (UniCase::ascii("spindel"), &["spindle"]), - (UniCase::ascii("philippinnes"), &["philippines"]), - (UniCase::ascii("emphacizing"), &["emphasizing"]), - (UniCase::ascii("hesitatin"), &["hesitation"]), - (UniCase::ascii("monstruos"), &["monstrous"]), - (UniCase::ascii("masturbacion"), &["masturbation"]), - ( - UniCase::ascii("disporportionately"), - &["disproportionately"], - ), - (UniCase::ascii("journalisters"), &["journalists"]), - (UniCase::ascii("thermomoter"), &["thermometer"]), - (UniCase::ascii("unbeerable"), &["unbearable"]), - (UniCase::ascii("rebounce"), &["rebound"]), - (UniCase::ascii("aboslutes"), &["absolutes"]), - (UniCase::ascii("regulaion"), &["regulation"]), - (UniCase::ascii("perserving"), &["preserving"]), - (UniCase::ascii("landins"), &["landings"]), - (UniCase::ascii("favoruite"), &["favourite"]), - (UniCase::ascii("crutchers"), &["crutches"]), - (UniCase::ascii("contracter"), &["contractor"]), - (UniCase::ascii("positionly"), &["positional"]), - (UniCase::ascii("complimentery"), &["complimentary"]), - (UniCase::ascii("indonisian"), &["indonesian"]), - (UniCase::ascii("tridnet"), &["trident"]), - (UniCase::ascii("valentein"), &["valentine"]), - (UniCase::ascii("achived"), &["achieved"]), - (UniCase::ascii("underminging"), &["undermining"]), - (UniCase::ascii("shardholders"), &["shareholders"]), - (UniCase::ascii("atatchments"), &["attachments"]), - (UniCase::ascii("excisted"), &["existed"]), - (UniCase::ascii("proportinal"), &["proportional"]), - (UniCase::ascii("urkaine"), &["ukraine"]), - (UniCase::ascii("conservaton"), &["conservation"]), - (UniCase::ascii("exploreres"), &["explorers"]), - (UniCase::ascii("complicaties"), &["complicate"]), - (UniCase::ascii("refurbushed"), &["refurbished"]), - (UniCase::ascii("misogynstic"), &["misogynist"]), - (UniCase::ascii("correclty"), &["correctly"]), - (UniCase::ascii("dissatisfed"), &["dissatisfied"]), - (UniCase::ascii("regenere"), &["regenerate"]), - (UniCase::ascii("markede"), &["marketed"]), - (UniCase::ascii("paradim"), &["paradigm"]), - (UniCase::ascii("confessin"), &["confession"]), - (UniCase::ascii("undermineras"), &["undermines"]), - (UniCase::ascii("concened"), &["concede"]), - (UniCase::ascii("electricrain"), &["electrician"]), - (UniCase::ascii("introductury"), &["introductory"]), - (UniCase::ascii("dyamically"), &["dynamically"]), - (UniCase::ascii("sascatchewan"), &["saskatchewan"]), - (UniCase::ascii("quantaties"), &["quantities"]), - (UniCase::ascii("uploades"), &["uploads"]), - (UniCase::ascii("barsita"), &["barista"]), - (UniCase::ascii("quanitfy"), &["quantify"]), - (UniCase::ascii("lingvistic"), &["linguistic"]), - (UniCase::ascii("performence"), &["performance"]), - (UniCase::ascii("spontaneus"), &["spontaneous"]), - (UniCase::ascii("repositary"), &["repository"]), - (UniCase::ascii("convento"), &["convention"]), - (UniCase::ascii("tesitcle"), &["testicle"]), - (UniCase::ascii("underestemated"), &["underestimated"]), - (UniCase::ascii("contentino"), &["contention"]), - (UniCase::ascii("treasurery"), &["treasury"]), - (UniCase::ascii("missisipi"), &["mississippi"]), - (UniCase::ascii("uncomited"), &["uncommitted"]), - (UniCase::ascii("desensitived"), &["desensitized"]), - (UniCase::ascii("transfors"), &["transforms"]), - (UniCase::ascii("fingerpies"), &["fingertips"]), - (UniCase::ascii("circumsicions"), &["circumcision"]), - (UniCase::ascii("throium"), &["thorium"]), - (UniCase::ascii("enthusiest"), &["enthusiast"]), - (UniCase::ascii("repitle"), &["reptile"]), - (UniCase::ascii("exahusted"), &["exhausted"]), - (UniCase::ascii("langauges"), &["languages"]), - (UniCase::ascii("complation"), &["completion"]), - (UniCase::ascii("comparitively"), &["comparatively"]), - (UniCase::ascii("accidentley"), &["accidently"]), - (UniCase::ascii("restrcting"), &["restarting"]), - (UniCase::ascii("horader"), &["hoarder"]), - (UniCase::ascii("scandaniva"), &["scandinavia"]), - (UniCase::ascii("uninstallimg"), &["uninstalling"]), - (UniCase::ascii("parnters"), &["partners"]), - (UniCase::ascii("manauls"), &["manuals"]), - (UniCase::ascii("manufactuered"), &["manufactured"]), - (UniCase::ascii("cringeworthly"), &["cringeworthy"]), - (UniCase::ascii("excellance"), &["excellence"]), - (UniCase::ascii("narciscist"), &["narcissist"]), - (UniCase::ascii("teancity"), &["tenacity"]), - (UniCase::ascii("delusionally"), &["delusively"]), - (UniCase::ascii("suspened"), &["suspend"]), - (UniCase::ascii("facsist"), &["fascist"]), - (UniCase::ascii("auromated"), &["automated"]), - (UniCase::ascii("contibuted"), &["contributed"]), - (UniCase::ascii("masculanity"), &["masculinity"]), - (UniCase::ascii("isloate"), &["isolate"]), - (UniCase::ascii("narcotis"), &["narcotics"]), - (UniCase::ascii("monolitich"), &["monolithic"]), - (UniCase::ascii("recipiant"), &["recipient"]), - (UniCase::ascii("assmebling"), &["assembling"]), - (UniCase::ascii("monetizare"), &["monetize"]), - (UniCase::ascii("afficionados"), &["aficionados"]), - (UniCase::ascii("deomnstration"), &["demonstrations"]), - (UniCase::ascii("interect"), &["interacted"]), - (UniCase::ascii("revolvr"), &["revolver"]), - (UniCase::ascii("complicatin"), &["complicit"]), - (UniCase::ascii("infornt"), &["infront"]), - (UniCase::ascii("oreintation"), &["orientation"]), - (UniCase::ascii("physioligical"), &["physiological"]), - (UniCase::ascii("throught"), &["thought"]), - (UniCase::ascii("guerrila"), &["guerrilla"]), - (UniCase::ascii("requierments"), &["requirements"]), - (UniCase::ascii("translucient"), &["translucent"]), - (UniCase::ascii("condradicted"), &["contradicted"]), - (UniCase::ascii("heronie"), &["heroine"]), - (UniCase::ascii("archetecturally"), &["architecturally"]), - (UniCase::ascii("compatibillity"), &["compatibility"]), - (UniCase::ascii("manifastation"), &["manifestation"]), - (UniCase::ascii("laregly"), &["largely"]), - (UniCase::ascii("suggestes"), &["suggests"]), - (UniCase::ascii("abbreviatin"), &["abbreviation"]), - (UniCase::ascii("conicidental"), &["coincidental"]), - (UniCase::ascii("underraker"), &["undertaker"]), - (UniCase::ascii("commentars"), &["commenters"]), - (UniCase::ascii("narcissim"), &["narcissism"]), - (UniCase::ascii("beneficary"), &["beneficiary"]), - (UniCase::ascii("analgoue"), &["analogue"]), - (UniCase::ascii("peremiter"), &["perimeter"]), - (UniCase::ascii("lipstics"), &["lipsticks"]), - (UniCase::ascii("ministerios"), &["ministers"]), - (UniCase::ascii("pyschology"), &["psychology"]), - (UniCase::ascii("commemerative"), &["commemorative"]), - (UniCase::ascii("lonelyness"), &["loneliness"]), - (UniCase::ascii("specialzes"), &["specializes"]), - (UniCase::ascii("structrual"), &["structural"]), - (UniCase::ascii("murderd"), &["murdered"]), - (UniCase::ascii("illegalis"), &["illegals"]), - (UniCase::ascii("nightime"), &["nighttime"]), - (UniCase::ascii("immigranti"), &["immigration"]), - (UniCase::ascii("facutally"), &["factually"]), - (UniCase::ascii("umbelievable"), &["unbelievable"]), - (UniCase::ascii("girlfriens"), &["girlfriends"]), - (UniCase::ascii("involantary"), &["involuntary"]), - (UniCase::ascii("bastardos"), &["bastards"]), - (UniCase::ascii("puchasing"), &["purchasing"]), - (UniCase::ascii("observible"), &["observable"]), - (UniCase::ascii("somethiing"), &["somethin"]), - (UniCase::ascii("neighboorhoud"), &["neighbourhood"]), - (UniCase::ascii("broadacasting"), &["broadcasting"]), - (UniCase::ascii("superintendant"), &["superintendent"]), - (UniCase::ascii("crystalus"), &["crystals"]), - (UniCase::ascii("universtiy"), &["university"]), - (UniCase::ascii("presists"), &["persists"]), - (UniCase::ascii("frontilne"), &["frontline"]), - (UniCase::ascii("sproutes"), &["sprouts"]), - (UniCase::ascii("sparkel"), &["sparkle"]), - (UniCase::ascii("inlightening"), &["enlightening"]), - (UniCase::ascii("austrai"), &["austria"]), - (UniCase::ascii("univeristies"), &["universities"]), - (UniCase::ascii("condenmation"), &["condemnation"]), - (UniCase::ascii("murdererd"), &["murdered"]), - (UniCase::ascii("catastrophies"), &["catastrophe"]), - (UniCase::ascii("receptionest"), &["receptionist"]), - (UniCase::ascii("unappropriately"), &["inappropriately"]), - (UniCase::ascii("statisitcal"), &["statistical"]), - (UniCase::ascii("brazilions"), &["brazilians"]), - (UniCase::ascii("downvotees"), &["downvoters"]), - (UniCase::ascii("kidnappping"), &["kidnapping"]), - (UniCase::ascii("palestiniens"), &["palestinians"]), - (UniCase::ascii("characterisitc"), &["characteristics"]), - (UniCase::ascii("esitmate"), &["estimate"]), - (UniCase::ascii("depcits"), &["depicts"]), - (UniCase::ascii("merchat"), &["merchant"]), - (UniCase::ascii("promiscious"), &["promiscuous"]), - (UniCase::ascii("opprotunities"), &["opportunities"]), - (UniCase::ascii("metropoliten"), &["metropolitan"]), - (UniCase::ascii("unfortunatley"), &["unfortunately"]), - (UniCase::ascii("porportion"), &["proportion"]), - (UniCase::ascii("sadistc"), &["sadistic"]), - (UniCase::ascii("deplorible"), &["deplorable"]), - (UniCase::ascii("corregated"), &["correlated"]), - (UniCase::ascii("sustainabily"), &["sustainability"]), - (UniCase::ascii("negoitation"), &["negotiation"]), - (UniCase::ascii("peripheria"), &["peripheral"]), - (UniCase::ascii("boradcast"), &["broadcast"]), - (UniCase::ascii("circumsiced"), &["circumcised"]), - (UniCase::ascii("artificailly"), &["artificially"]), - (UniCase::ascii("throughtput"), &["throughput"]), - (UniCase::ascii("abbreivation"), &["abbreviation"]), - (UniCase::ascii("unpopulair"), &["unpopular"]), - (UniCase::ascii("incorpore"), &["incorporate"]), - (UniCase::ascii("hourlgass"), &["hourglass"]), - (UniCase::ascii("natioanlistic"), &["nationalistic"]), - (UniCase::ascii("performacne"), &["performances"]), - (UniCase::ascii("sucessor"), &["successor"]), - (UniCase::ascii("diversifiy"), &["diversify"]), - (UniCase::ascii("upgradded"), &["upgraded"]), - (UniCase::ascii("snyergy"), &["synergy"]), - (UniCase::ascii("transending"), &["transcending"]), - (UniCase::ascii("overreactin"), &["overreaction"]), - (UniCase::ascii("outfiled"), &["outfield"]), - (UniCase::ascii("settins"), &["settings"]), - (UniCase::ascii("possesing"), &["possessing"]), - (UniCase::ascii("friendzoneado"), &["friendzoned"]), - (UniCase::ascii("abondon"), &["abandon"]), - (UniCase::ascii("eatswood"), &["eastwood"]), - (UniCase::ascii("manoeuverability"), &["maneuverability"]), - (UniCase::ascii("indistinquishable"), &["indistinguishable"]), - (UniCase::ascii("conatins"), &["contains"]), - (UniCase::ascii("stromfront"), &["stormfront"]), - (UniCase::ascii("enchantent"), &["enchantment"]), - (UniCase::ascii("beuraucracy"), &["bureaucracy"]), - (UniCase::ascii("relaspe"), &["relapse"]), - (UniCase::ascii("comptability"), &["compatibility"]), - (UniCase::ascii("wrok"), &["work"]), - (UniCase::ascii("conatiners"), &["containers"]), - (UniCase::ascii("vicotrious"), &["victorious"]), - (UniCase::ascii("presentors"), &["presents"]), - (UniCase::ascii("ryenolds"), &["reynolds"]), - (UniCase::ascii("exterme"), &["extreme"]), - (UniCase::ascii("ligthhouse"), &["lighthouse"]), - (UniCase::ascii("enlightining"), &["enlightening"]), - (UniCase::ascii("valdiated"), &["validated"]), - (UniCase::ascii("accelaration"), &["acceleration"]), - (UniCase::ascii("liberatrian"), &["libertarians"]), - (UniCase::ascii("regrest"), &["regrets"]), - (UniCase::ascii("progressivas"), &["progressives"]), - (UniCase::ascii("puplications"), &["publications"]), - (UniCase::ascii("complimentory"), &["complimentary"]), - (UniCase::ascii("contributo"), &["contribution"]), - (UniCase::ascii("celverly"), &["cleverly"]), - (UniCase::ascii("expemtion"), &["exemption"]), - (UniCase::ascii("outclasssed"), &["outclassed"]), - (UniCase::ascii("mercenares"), &["mercenaries"]), - (UniCase::ascii("lunaticos"), &["lunatics"]), - (UniCase::ascii("pharmacs"), &["pharmacist"]), - (UniCase::ascii("microstansactions"), &["microtransactions"]), - (UniCase::ascii("employeer"), &["employer"]), - (UniCase::ascii("vanillla"), &["vanilla"]), - (UniCase::ascii("roleplaing"), &["roleplaying"]), - (UniCase::ascii("artifacs"), &["artifacts"]), - (UniCase::ascii("programmmed"), &["programme"]), - (UniCase::ascii("ejaculaion"), &["ejaculation"]), - (UniCase::ascii("futuristc"), &["futuristic"]), - (UniCase::ascii("libretarian"), &["libertarian"]), - (UniCase::ascii("pronunication"), &["pronunciation"]), - (UniCase::ascii("deathamtch"), &["deathmatch"]), - (UniCase::ascii("administrar"), &["administrator"]), - (UniCase::ascii("amrchair"), &["armchair"]), - (UniCase::ascii("therien"), &["therein"]), - (UniCase::ascii("collectems"), &["collects"]), - (UniCase::ascii("exarcebated"), &["exacerbated"]), - (UniCase::ascii("negativitiy"), &["negativity"]), - (UniCase::ascii("delevopment"), &["development"]), - (UniCase::ascii("nautres"), &["natures"]), - (UniCase::ascii("considerablely"), &["considerably"]), - (UniCase::ascii("senerity"), &["serenity"]), - (UniCase::ascii("catherdal"), &["cathedral"]), - (UniCase::ascii("laboraty"), &["laboratory"]), - (UniCase::ascii("predickted"), &["predicated"]), - (UniCase::ascii("pilgrimmages"), &["pilgrimages"]), - (UniCase::ascii("natique"), &["antique"]), - (UniCase::ascii("confederancy"), &["confederacy"]), - (UniCase::ascii("critising"), &["criticising"]), - (UniCase::ascii("acording"), &["according"]), - (UniCase::ascii("singulair"), &["singular"]), - (UniCase::ascii("sketpical"), &["skeptical"]), - (UniCase::ascii("symetrical"), &["symmetrical"]), - (UniCase::ascii("eyebrowns"), &["eyebrows"]), - (UniCase::ascii("throughly"), &["thoroughly"]), - (UniCase::ascii("petroluem"), &["petroleum"]), - (UniCase::ascii("deteoriated"), &["deteriorated"]), - (UniCase::ascii("annihliated"), &["annihilated"]), - (UniCase::ascii("mathmatician"), &["mathematician"]), - (UniCase::ascii("ultimative"), &["ultimate"]), - (UniCase::ascii("retaliers"), &["retailers"]), - (UniCase::ascii("aboriganal"), &["aboriginal"]), - (UniCase::ascii("obliverated"), &["obliterated"]), - (UniCase::ascii("transperency"), &["transparency"]), - (UniCase::ascii("informella"), &["informal"]), - (UniCase::ascii("oracels"), &["oracles"]), - (UniCase::ascii("dinosuar"), &["dinosaur"]), - (UniCase::ascii("expination"), &["expiration"]), - (UniCase::ascii("believr"), &["believer"]), - (UniCase::ascii("laodouts"), &["loadouts"]), - (UniCase::ascii("pestecides"), &["pesticides"]), - (UniCase::ascii("valueable"), &["valuable"]), - (UniCase::ascii("peronal"), &["personal"]), - (UniCase::ascii("containig"), &["containing"]), - (UniCase::ascii("unusaully"), &["unusually"]), - (UniCase::ascii("accoridng"), &["according"]), - (UniCase::ascii("pepperino"), &["pepperoni"]), - (UniCase::ascii("decendants"), &["descendants"]), - (UniCase::ascii("fabrikation"), &["fabrication"]), - (UniCase::ascii("approacing"), &["approaching"]), - (UniCase::ascii("economiclly"), &["economically"]), - (UniCase::ascii("transcirpt"), &["transcripts"]), - (UniCase::ascii("reatiler"), &["retailer"]), - (UniCase::ascii("provisiosn"), &["provision"]), - (UniCase::ascii("somethinks"), &["somethings"]), - (UniCase::ascii("guiness"), &["guinness"]), - (UniCase::ascii("bouldore"), &["boulder"]), - (UniCase::ascii("speciatly"), &["specialty"]), - (UniCase::ascii("judgemetal"), &["judgemental"]), - (UniCase::ascii("insertas"), &["inserts"]), - (UniCase::ascii("compatablities"), &["compatibilities"]), - (UniCase::ascii("cilivization"), &["civilizations"]), - (UniCase::ascii("seraching"), &["searching"]), - (UniCase::ascii("comforming"), &["comforting"]), - (UniCase::ascii("dungoen"), &["dungeon"]), - (UniCase::ascii("shamelessley"), &["shamelessly"]), - (UniCase::ascii("thopmson"), &["thompson"]), - (UniCase::ascii("hodlings"), &["holdings"]), - (UniCase::ascii("afflection"), &["affliction"]), - (UniCase::ascii("ascneded"), &["ascended"]), - (UniCase::ascii("sidebaord"), &["sideboard"]), - (UniCase::ascii("prematurelly"), &["prematurely"]), - (UniCase::ascii("demolito"), &["demolition"]), - (UniCase::ascii("breathis"), &["breaths"]), - (UniCase::ascii("seahakws"), &["seahawks"]), - (UniCase::ascii("sciencists"), &["scientists"]), - (UniCase::ascii("malfunktion"), &["malfunction"]), - (UniCase::ascii("exculding"), &["excluding"]), - (UniCase::ascii("controverial"), &["controversial"]), - (UniCase::ascii("economicas"), &["economics"]), - (UniCase::ascii("mathcmaking"), &["matchmaking"]), - (UniCase::ascii("thikning"), &["thinking"]), - (UniCase::ascii("technitians"), &["technicians"]), - (UniCase::ascii("utilizacion"), &["utilization"]), - (UniCase::ascii("buddhit"), &["buddhist"]), - (UniCase::ascii("impules"), &["impulse"]), - (UniCase::ascii("displacemnt"), &["displacement"]), - (UniCase::ascii("competitoin"), &["competitions"]), - (UniCase::ascii("compilacion"), &["compilation"]), - (UniCase::ascii("cheesebuger"), &["cheeseburger"]), - (UniCase::ascii("adhearing"), &["adhering"]), - (UniCase::ascii("intrepretations"), &["interpretations"]), - (UniCase::ascii("programmier"), &["programmer"]), - (UniCase::ascii("pharamceutical"), &["pharmaceutical"]), - (UniCase::ascii("singify"), &["signify"]), - (UniCase::ascii("stealthray"), &["stealthy"]), - (UniCase::ascii("highlighing"), &["highlighting"]), - (UniCase::ascii("correccion"), &["correction"]), - (UniCase::ascii("propositivo"), &["proposition"]), - (UniCase::ascii("influenceing"), &["influencing"]), - (UniCase::ascii("chroline"), &["chlorine"]), - (UniCase::ascii("hieghts"), &["heights"]), - (UniCase::ascii("objectificaiton"), &["objectification"]), - (UniCase::ascii("throaths"), &["throats"]), - (UniCase::ascii("metablosim"), &["metabolism"]), - (UniCase::ascii("repostd"), &["reposted"]), - (UniCase::ascii("reisntall"), &["reinstall"]), - (UniCase::ascii("lightwieght"), &["lightweight"]), - (UniCase::ascii("disperportionate"), &["disproportionate"]), - (UniCase::ascii("interpratation"), &["interpretation"]), - (UniCase::ascii("annuled"), &["annulled"]), - (UniCase::ascii("tranluscent"), &["translucent"]), - (UniCase::ascii("overarcing"), &["overarching"]), - (UniCase::ascii("professonial"), &["professionals"]), - (UniCase::ascii("supermarkeds"), &["supermarkets"]), - (UniCase::ascii("cletics"), &["celtics"]), - (UniCase::ascii("sprinke"), &["sprinkle"]), - (UniCase::ascii("specialiced"), &["specialized"]), - (UniCase::ascii("extremistisk"), &["extremists"]), - (UniCase::ascii("grabage"), &["garbage"]), - (UniCase::ascii("darcula"), &["dracula"]), - (UniCase::ascii("interet"), &["interest"]), - (UniCase::ascii("synonomous"), &["synonymous"]), - (UniCase::ascii("graphis"), &["graphics"]), - (UniCase::ascii("develpment"), &["development"]), - (UniCase::ascii("particually"), &["particularly"]), - (UniCase::ascii("comfortablity"), &["comfortably"]), - (UniCase::ascii("yeilding"), &["yielding"]), - (UniCase::ascii("roganism"), &["organism"]), - (UniCase::ascii("sloughtering"), &["slaughtering"]), - (UniCase::ascii("fabricatie"), &["fabricated"]), - (UniCase::ascii("ofcoure"), &["ofcourse"]), - (UniCase::ascii("boraden"), &["broaden"]), - (UniCase::ascii("revelance"), &["relevance"]), - (UniCase::ascii("receptionst"), &["receptionist"]), - (UniCase::ascii("illegitimite"), &["illegitimate"]), - (UniCase::ascii("contengent"), &["contingent"]), - (UniCase::ascii("natuilus"), &["nautilus"]), - (UniCase::ascii("zionistas"), &["zionists"]), - (UniCase::ascii("unintelligient"), &["unintelligent"]), - (UniCase::ascii("carribbean"), &["caribbean"]), - (UniCase::ascii("communit"), &["communist"]), - (UniCase::ascii("substantie"), &["substantive"]), - (UniCase::ascii("muniches"), &["munchies"]), - (UniCase::ascii("irrationallly"), &["irrationally"]), - (UniCase::ascii("disadvatange"), &["disadvantage"]), - (UniCase::ascii("maragret"), &["margaret"]), - (UniCase::ascii("struggeld"), &["struggled"]), - (UniCase::ascii("personalie"), &["personalized"]), - (UniCase::ascii("representives"), &["representatives"]), - (UniCase::ascii("permium"), &["premium"]), - (UniCase::ascii("congratule"), &["congratulate"]), - (UniCase::ascii("unconstituional"), &["unconstitutional"]), - (UniCase::ascii("organisier"), &["organise"]), - (UniCase::ascii("religously"), &["religiously"]), - (UniCase::ascii("frequentily"), &["frequently"]), - (UniCase::ascii("withrdawing"), &["withdrawing"]), - (UniCase::ascii("australina"), &["australians"]), - (UniCase::ascii("glitchs"), &["glitches"]), - (UniCase::ascii("camboida"), &["cambodia"]), - (UniCase::ascii("misunderstading"), &["misunderstanding"]), - (UniCase::ascii("mathematicion"), &["mathematician"]), - (UniCase::ascii("proportianal"), &["proportional"]), - (UniCase::ascii("confilct"), &["conflict"]), - (UniCase::ascii("respondendo"), &["responded"]), - (UniCase::ascii("internelized"), &["internalized"]), - (UniCase::ascii("autor"), &["author"]), - (UniCase::ascii("flasghip"), &["flagship"]), - (UniCase::ascii("exlcuded"), &["excluded"]), - (UniCase::ascii("unexplaind"), &["unexplained"]), - (UniCase::ascii("deliberant"), &["deliberate"]), - (UniCase::ascii("inresting"), &["inserting"]), - (UniCase::ascii("speciallist"), &["specialist"]), - (UniCase::ascii("nuremburg"), &["nuremberg"]), - (UniCase::ascii("astronautes"), &["astronauts"]), - (UniCase::ascii("monestary"), &["monastery"]), - (UniCase::ascii("inconsistensies"), &["inconsistencies"]), - (UniCase::ascii("repectively"), &["respectively"]), - (UniCase::ascii("anonymos"), &["anonymous"]), - (UniCase::ascii("consultaion"), &["consultation"]), - (UniCase::ascii("punsihments"), &["punishments"]), - (UniCase::ascii("governer"), &["governor"]), - (UniCase::ascii("rewatchign"), &["rewatching"]), - (UniCase::ascii("relatinoship"), &["relationships"]), - (UniCase::ascii("prehaps"), &["perhaps"]), - (UniCase::ascii("escavation"), &["escalation"]), - (UniCase::ascii("ethniticy"), &["ethnicity"]), - (UniCase::ascii("deterioriating"), &["deteriorating"]), - (UniCase::ascii("sincerley"), &["sincerely"]), - (UniCase::ascii("centruies"), &["centuries"]), - (UniCase::ascii("goddammt"), &["goddammit"]), - (UniCase::ascii("sophisticaed"), &["sophisticated"]), - (UniCase::ascii("europeaners"), &["europeans"]), - (UniCase::ascii("androis"), &["androids"]), - (UniCase::ascii("manufactueres"), &["manufactures"]), - (UniCase::ascii("overpolulation"), &["overpopulation"]), - (UniCase::ascii("valentins"), &["valentines"]), - (UniCase::ascii("tesitmony"), &["testimony"]), - (UniCase::ascii("periphrial"), &["peripheral"]), - (UniCase::ascii("addopted"), &["adopted"]), - (UniCase::ascii("commenwealth"), &["commonwealth"]), - (UniCase::ascii("sunggle"), &["snuggle"]), - (UniCase::ascii("relaoded"), &["reloaded"]), - (UniCase::ascii("prejuduced"), &["prejudiced"]), - (UniCase::ascii("specialops"), &["specials"]), - (UniCase::ascii("cheeseborger"), &["cheeseburger"]), - (UniCase::ascii("mulitplying"), &["multiplying"]), - (UniCase::ascii("concentratin"), &["concentration"]), - (UniCase::ascii("intelluctuals"), &["intellectuals"]), - (UniCase::ascii("virtiol"), &["vitriol"]), - (UniCase::ascii("achilleous"), &["achilles"]), - (UniCase::ascii("intimidative"), &["intimidate"]), - (UniCase::ascii("fineshes"), &["finesse"]), - (UniCase::ascii("publiclly"), &["publicly"]), - (UniCase::ascii("transfroming"), &["transforming"]), - (UniCase::ascii("pumkpins"), &["pumpkins"]), - (UniCase::ascii("thoeries"), &["theories"]), - (UniCase::ascii("butterlfy"), &["butterfly"]), - (UniCase::ascii("preorderded"), &["preordered"]), - (UniCase::ascii("administratieve"), &["administrative"]), - (UniCase::ascii("skeletl"), &["skeletal"]), - (UniCase::ascii("similiarites"), &["similarities"]), - (UniCase::ascii("subsidezed"), &["subsidized"]), - (UniCase::ascii("sculputre"), &["sculpture"]), - (UniCase::ascii("tast"), &["taste"]), - (UniCase::ascii("mysterieuse"), &["mysteries"]), - (UniCase::ascii("mobiliy"), &["mobility"]), - (UniCase::ascii("gatherig"), &["gatherings"]), - (UniCase::ascii("fantazise"), &["fantasize"]), - (UniCase::ascii("simplyfied"), &["simplified"]), - (UniCase::ascii("assasinated"), &["assassinated"]), - (UniCase::ascii("reamining"), &["remaining"]), - (UniCase::ascii("contaminent"), &["containment"]), - (UniCase::ascii("nurtients"), &["nutrients"]), - (UniCase::ascii("meditato"), &["meditation"]), - (UniCase::ascii("existane"), &["existance"]), - (UniCase::ascii("polymore"), &["polymer"]), - (UniCase::ascii("settelement"), &["settlement"]), - (UniCase::ascii("motherboars"), &["motherboards"]), - (UniCase::ascii("neconstitutional"), &["unconstitutional"]), - (UniCase::ascii("neurosciene"), &["neuroscience"]), - (UniCase::ascii("consideraste"), &["considerate"]), - (UniCase::ascii("idesa"), &["ideas"]), - (UniCase::ascii("fraudelent"), &["fraudulent"]), - (UniCase::ascii("approximatelly"), &["approximately"]), - (UniCase::ascii("unconditionnally"), &["unconditionally"]), - (UniCase::ascii("clairfying"), &["clarifying"]), - (UniCase::ascii("intrensically"), &["intrinsically"]), - (UniCase::ascii("attendent"), &["attendant"]), - (UniCase::ascii("acqauinted"), &["acquainted"]), - (UniCase::ascii("permaturely"), &["prematurely"]), - (UniCase::ascii("inaccruate"), &["inaccurate"]), - (UniCase::ascii("percisely"), &["precisely"]), - (UniCase::ascii("subtiltes"), &["subtitles"]), - (UniCase::ascii("powerhsell"), &["powershell"]), - (UniCase::ascii("capsulers"), &["capsules"]), - (UniCase::ascii("caclulations"), &["calculations"]), - (UniCase::ascii("baoynet"), &["bayonet"]), - (UniCase::ascii("bigtoed"), &["bigoted"]), - (UniCase::ascii("contracs"), &["contracts"]), - (UniCase::ascii("unsuprized"), &["unsurprised"]), - (UniCase::ascii("duplicats"), &["duplicates"]), - (UniCase::ascii("freindship"), &["friendship"]), - (UniCase::ascii("fecthed"), &["fetched"]), - (UniCase::ascii("hoenstly"), &["honestly"]), - (UniCase::ascii("constituem"), &["constitute"]), - (UniCase::ascii("correctings"), &["corrections"]), - (UniCase::ascii("premeir"), &["premier"]), - (UniCase::ascii("demosntrated"), &["demonstrated"]), - (UniCase::ascii("doctines"), &["doctrines"]), - (UniCase::ascii("dimensionnal"), &["dimensional"]), - (UniCase::ascii("consentrates"), &["concentrates"]), - (UniCase::ascii("densley"), &["densely"]), - (UniCase::ascii("intimide"), &["intimidate"]), - (UniCase::ascii("guantanano"), &["guantanamo"]), - (UniCase::ascii("delcared"), &["declared"]), - (UniCase::ascii("frankenstine"), &["frankenstein"]), - (UniCase::ascii("hopeleslly"), &["hopelessly"]), - (UniCase::ascii("nominatino"), &["nominations"]), - (UniCase::ascii("preferible"), &["preferable"]), - (UniCase::ascii("livley"), &["lively"]), - (UniCase::ascii("fascinatin"), &["fascination"]), - (UniCase::ascii("bouregois"), &["bourgeois"]), - (UniCase::ascii("transiten"), &["transient"]), - (UniCase::ascii("unpredicatble"), &["unpredictable"]), - (UniCase::ascii("efel"), &["evil"]), - (UniCase::ascii("repsonsible"), &["responsible"]), - (UniCase::ascii("intuitevly"), &["intuitively"]), - (UniCase::ascii("expliots"), &["exploits"]), - (UniCase::ascii("wolrdview"), &["worldview"]), - (UniCase::ascii("deficieny"), &["deficiency"]), - (UniCase::ascii("indonesean"), &["indonesian"]), - (UniCase::ascii("remannt"), &["remnant"]), - (UniCase::ascii("overlaoded"), &["overloaded"]), - (UniCase::ascii("incorparated"), &["incorporated"]), - (UniCase::ascii("oppenly"), &["openly"]), - (UniCase::ascii("awnsered"), &["answered"]), - (UniCase::ascii("counrtyside"), &["countryside"]), - (UniCase::ascii("industrija"), &["industrial"]), - (UniCase::ascii("infinitie"), &["infinite"]), - (UniCase::ascii("equivolent"), &["equivalent"]), - (UniCase::ascii("fesitve"), &["festive"]), - (UniCase::ascii("peninusla"), &["peninsula"]), - (UniCase::ascii("cloesly"), &["closely"]), - (UniCase::ascii("ingrediants"), &["ingredients"]), - (UniCase::ascii("pbulisher"), &["publisher"]), - (UniCase::ascii("racaus"), &["raucous"]), - (UniCase::ascii("expectantcy"), &["expectancy"]), - (UniCase::ascii("indviduals"), &["individuals"]), - (UniCase::ascii("scientifc"), &["scientific"]), - (UniCase::ascii("soberity"), &["sobriety"]), - (UniCase::ascii("disturping"), &["disrupting"]), - (UniCase::ascii("vicotrian"), &["victorian"]), - (UniCase::ascii("analysises"), &["analyses"]), - (UniCase::ascii("gottleib"), &["gottlieb"]), - (UniCase::ascii("invesitgative"), &["investigative"]), - (UniCase::ascii("ambassader"), &["ambassador"]), - (UniCase::ascii("libertarianists"), &["libertarians"]), - (UniCase::ascii("particiapted"), &["participated"]), - (UniCase::ascii("enlightned"), &["enlightened"]), - (UniCase::ascii("patryarchy"), &["patriarchy"]), - (UniCase::ascii("repeast"), &["repeats"]), - (UniCase::ascii("reversably"), &["reversal"]), - (UniCase::ascii("infiltrater"), &["infiltrator"]), - (UniCase::ascii("unwarrented"), &["unwarranted"]), - (UniCase::ascii("capabilites"), &["capabilities"]), - (UniCase::ascii("conflics"), &["conflicts"]), - (UniCase::ascii("trespasing"), &["trespassing"]), - (UniCase::ascii("propmtly"), &["promptly"]), - (UniCase::ascii("misogonist"), &["misogynist"]), - (UniCase::ascii("mechaninc"), &["mechanic"]), - (UniCase::ascii("unusualy"), &["unusually"]), - (UniCase::ascii("fundimentally"), &["fundamentally"]), - (UniCase::ascii("disgruntaled"), &["disgruntled"]), - (UniCase::ascii("immboile"), &["immobile"]), - (UniCase::ascii("spectaters"), &["spectators"]), - (UniCase::ascii("sensibel"), &["sensible"]), - (UniCase::ascii("compromessi"), &["compromises"]), - (UniCase::ascii("circumcison"), &["circumcision"]), - (UniCase::ascii("straightner"), &["straighten"]), - (UniCase::ascii("objektives"), &["objectives"]), - (UniCase::ascii("destractions"), &["distractions"]), - (UniCase::ascii("biogtry"), &["bigotry"]), - (UniCase::ascii("trabajao"), &["trabajo"]), - (UniCase::ascii("completaste"), &["completes"]), - (UniCase::ascii("specisl"), &["specials"]), - (UniCase::ascii("autokorrect"), &["autocorrect"]), - (UniCase::ascii("israleis"), &["israelis"]), - (UniCase::ascii("betales"), &["beatles"]), - (UniCase::ascii("reviewd"), &["reviewed"]), - (UniCase::ascii("emapthize"), &["empathize"]), - (UniCase::ascii("templarius"), &["templars"]), - (UniCase::ascii("paralles"), &["parallels"]), - (UniCase::ascii("mandarijn"), &["mandarin"]), - (UniCase::ascii("yorksher"), &["yorkshire"]), - (UniCase::ascii("correspondes"), &["corresponds"]), - (UniCase::ascii("repersents"), &["represents"]), - (UniCase::ascii("scholarhips"), &["scholarship"]), - (UniCase::ascii("southamton"), &["southampton"]), - (UniCase::ascii("orgainzation"), &["organizations"]), - (UniCase::ascii("secretos"), &["secrets"]), - (UniCase::ascii("dispair"), &["despair"]), - (UniCase::ascii("tyrhard"), &["tryhard"]), - (UniCase::ascii("meltodwn"), &["meltdown"]), - (UniCase::ascii("worldveiw"), &["worldview"]), - (UniCase::ascii("partecipate"), &["participate"]), - (UniCase::ascii("alledged"), &["alleged"]), - (UniCase::ascii("experimet"), &["experiments"]), - (UniCase::ascii("priveleges"), &["privileges"]), - (UniCase::ascii("assistents"), &["assistants"]), - (UniCase::ascii("publicani"), &["publication"]), - (UniCase::ascii("minoritets"), &["minorities"]), - (UniCase::ascii("predominatly"), &["predominantly"]), - (UniCase::ascii("suspisiously"), &["suspiciously"]), - (UniCase::ascii("perputually"), &["perpetually"]), - (UniCase::ascii("associaiton"), &["associations"]), - (UniCase::ascii("brewerys"), &["brewers"]), - (UniCase::ascii("sexualzied"), &["sexualized"]), - (UniCase::ascii("avialable"), &["available"]), - (UniCase::ascii("consistant"), &["consistent"]), - (UniCase::ascii("perephirals"), &["peripherals"]), - (UniCase::ascii("celebritiy"), &["celebrity"]), - (UniCase::ascii("anohter"), &["another"]), - (UniCase::ascii("extrapulate"), &["extrapolate"]), - (UniCase::ascii("additivley"), &["additive"]), - (UniCase::ascii("advantageus"), &["advantageous"]), - (UniCase::ascii("althetic"), &["athletic"]), - (UniCase::ascii("annoucenment"), &["announcements"]), - (UniCase::ascii("printes"), &["printers"]), - (UniCase::ascii("arbitray"), &["arbitrary"]), - (UniCase::ascii("phsyiology"), &["physiology"]), - (UniCase::ascii("mathmaticians"), &["mathematicians"]), - (UniCase::ascii("amateurest"), &["amateurs"]), - (UniCase::ascii("copyrigthed"), &["copyrighted"]), - (UniCase::ascii("enthusiant"), &["enthusiast"]), - (UniCase::ascii("communistas"), &["communists"]), - (UniCase::ascii("forgivance"), &["forgiven"]), - (UniCase::ascii("shevles"), &["shelves"]), - (UniCase::ascii("strenght"), &["strength"]), - (UniCase::ascii("cheezecake"), &["cheesecake"]), - (UniCase::ascii("dissmisal"), &["dismissal"]), - (UniCase::ascii("inadventently"), &["inadvertently"]), - (UniCase::ascii("preiod"), &["period"]), - (UniCase::ascii("electrisity"), &["electricity"]), - (UniCase::ascii("nutrientes"), &["nutrients"]), - (UniCase::ascii("ingredientes"), &["ingredients"]), - (UniCase::ascii("instituto"), &["institution"]), - (UniCase::ascii("irreversibile"), &["irreversible"]), - (UniCase::ascii("hamburgare"), &["hamburger"]), - (UniCase::ascii("positivisty"), &["positivity"]), - (UniCase::ascii("corpsers"), &["corpses"]), - (UniCase::ascii("patriotes"), &["patriots"]), - (UniCase::ascii("overwhleming"), &["overwhelming"]), - (UniCase::ascii("instrcutor"), &["instructors"]), - (UniCase::ascii("statistcal"), &["statistical"]), - (UniCase::ascii("cacuses"), &["caucuses"]), - (UniCase::ascii("proportianally"), &["proportionally"]), - (UniCase::ascii("shaddow"), &["shadow"]), - (UniCase::ascii("suposes"), &["supposes"]), - (UniCase::ascii("cardborad"), &["cardboard"]), - (UniCase::ascii("authoritay"), &["authority"]), - (UniCase::ascii("rabbitos"), &["rabbits"]), - (UniCase::ascii("enviornmentally"), &["environmentally"]), - (UniCase::ascii("consultata"), &["consultant"]), - (UniCase::ascii("regulatorias"), &["regulators"]), - (UniCase::ascii("estiamted"), &["estimated"]), - (UniCase::ascii("bankrupty"), &["bankruptcy"]), - (UniCase::ascii("documentaties"), &["documentaries"]), - (UniCase::ascii("hesistant"), &["hesitant"]), - (UniCase::ascii("settigns"), &["settings"]), - (UniCase::ascii("analysees"), &["analyses"]), - (UniCase::ascii("equivlanets"), &["equivalents"]), - (UniCase::ascii("unsubscrbed"), &["unsubscribed"]), - (UniCase::ascii("heavyweigth"), &["heavyweight"]), - (UniCase::ascii("ammend"), &["amend"]), - (UniCase::ascii("amercias"), &["americas"]), - (UniCase::ascii("undergorund"), &["underground"]), - (UniCase::ascii("communisim"), &["communism"]), - (UniCase::ascii("moisterizing"), &["moisturizing"]), - (UniCase::ascii("cannnot"), &["cannot"]), - (UniCase::ascii("respitatory"), &["respiratory"]), - (UniCase::ascii("socttish"), &["scottish"]), - (UniCase::ascii("personatus"), &["personas"]), - (UniCase::ascii("vitirol"), &["vitriol"]), - (UniCase::ascii("dentistas"), &["dentists"]), - (UniCase::ascii("cilpboard"), &["clipboard"]), - (UniCase::ascii("decoracion"), &["decoration"]), - (UniCase::ascii("longevitiy"), &["longevity"]), - (UniCase::ascii("wikileakes"), &["wikileaks"]), - (UniCase::ascii("cardinalis"), &["cardinals"]), - (UniCase::ascii("northereastern"), &["northeastern"]), - (UniCase::ascii("illegalest"), &["illegals"]), - (UniCase::ascii("peaples"), &["peoples"]), - (UniCase::ascii("despicible"), &["despicable"]), - (UniCase::ascii("prostitucion"), &["prostitution"]), - (UniCase::ascii("microcentre"), &["microcenter"]), - (UniCase::ascii("wisnton"), &["winston"]), - (UniCase::ascii("butterfies"), &["butterflies"]), - (UniCase::ascii("recognicing"), &["recognizing"]), - (UniCase::ascii("heriocs"), &["heroics"]), - (UniCase::ascii("illigitemate"), &["illegitimate"]), - (UniCase::ascii("imrpoves"), &["improves"]), - (UniCase::ascii("complaing"), &["complaining"]), - (UniCase::ascii("decomposit"), &["decompose"]), - (UniCase::ascii("plasitcs"), &["plastics"]), - (UniCase::ascii("conferming"), &["confirming"]), - (UniCase::ascii("blueberris"), &["blueberries"]), - (UniCase::ascii("troubelsome"), &["troublesome"]), - (UniCase::ascii("succeeed"), &["succeed"]), - (UniCase::ascii("remenicent"), &["reminiscent"]), - (UniCase::ascii("lesiban"), &["lesbian"]), - (UniCase::ascii("multitaksing"), &["multitasking"]), - (UniCase::ascii("refrubished"), &["refurbished"]), - (UniCase::ascii("influening"), &["influencing"]), - (UniCase::ascii("aniversary"), &["anniversary"]), - (UniCase::ascii("repuglican"), &["republican"]), - (UniCase::ascii("presuasion"), &["persuasion"]), - (UniCase::ascii("volleyboll"), &["volleyball"]), - (UniCase::ascii("hsitorians"), &["historians"]), - (UniCase::ascii("yotube"), &["youtube"]), - (UniCase::ascii("legalizacion"), &["legalization"]), - (UniCase::ascii("spectraply"), &["spectral"]), - (UniCase::ascii("spammare"), &["spammer"]), - (UniCase::ascii("predujice"), &["prejudice"]), - (UniCase::ascii("apostrophied"), &["apostrophe"]), - (UniCase::ascii("termanology"), &["terminology"]), - (UniCase::ascii("socialim"), &["socialism"]), - (UniCase::ascii("executabe"), &["executable"]), - (UniCase::ascii("reptils"), &["reptiles"]), - (UniCase::ascii("glicthy"), &["glitchy"]), - (UniCase::ascii("accomondating"), &["accommodating"]), - (UniCase::ascii("affliciton"), &["affliction"]), - (UniCase::ascii("anecodtes"), &["anecdotes"]), - (UniCase::ascii("aristolte"), &["aristotle"]), - (UniCase::ascii("stickes"), &["stickers"]), - (UniCase::ascii("valentien"), &["valentine"]), - (UniCase::ascii("diserable"), &["desirable"]), - (UniCase::ascii("recurited"), &["recruited"]), - (UniCase::ascii("targetting"), &["targeting"]), - (UniCase::ascii("culturs"), &["cultures"]), - (UniCase::ascii("incorectly"), &["incorrectly"]), - (UniCase::ascii("valykrie"), &["valkyrie"]), - (UniCase::ascii("chernyobl"), &["chernobyl"]), - (UniCase::ascii("manipluation"), &["manipulation"]), - (UniCase::ascii("fluctaute"), &["fluctuate"]), - (UniCase::ascii("canceres"), &["cancers"]), - (UniCase::ascii("exersices"), &["exercises"]), - (UniCase::ascii("hostiliy"), &["hostility"]), - (UniCase::ascii("expendeble"), &["expendable"]), - (UniCase::ascii("restaurent"), &["restaurant"]), - (UniCase::ascii("scnearios"), &["scenarios"]), - (UniCase::ascii("determinig"), &["determining"]), - (UniCase::ascii("persceptive"), &["perspectives"]), - (UniCase::ascii("suddeny"), &["suddenly"]), - (UniCase::ascii("multiplater"), &["multiplayer"]), - (UniCase::ascii("illinoians"), &["illinois"]), - (UniCase::ascii("imcomprehensible"), &["incomprehensible"]), - (UniCase::ascii("eyar"), &["year"]), - (UniCase::ascii("endevors"), &["endeavors"]), - (UniCase::ascii("planetas"), &["planets"]), - (UniCase::ascii("workfroce"), &["workforce"]), - (UniCase::ascii("auotcorrect"), &["autocorrect"]), - (UniCase::ascii("furstrated"), &["frustrated"]), - (UniCase::ascii("substential"), &["substantial"]), - (UniCase::ascii("perisan"), &["persian"]), - (UniCase::ascii("ukrainin"), &["ukrainian"]), - (UniCase::ascii("brazilianese"), &["brazilians"]), - (UniCase::ascii("wiredest"), &["weirdest"]), - (UniCase::ascii("enlightenting"), &["enlightening"]), - (UniCase::ascii("brodaway"), &["broadway"]), - (UniCase::ascii("stratled"), &["startled"]), - (UniCase::ascii("simplisitc"), &["simplistic"]), - (UniCase::ascii("caridac"), &["cardiac"]), - (UniCase::ascii("netural"), &["neutral"]), - (UniCase::ascii("labarotory"), &["laboratory"]), - (UniCase::ascii("bluebery"), &["blueberry"]), - (UniCase::ascii("contribuye"), &["contribute"]), - (UniCase::ascii("flavores"), &["flavors"]), - (UniCase::ascii("mindlessely"), &["mindlessly"]), - (UniCase::ascii("volatiltiy"), &["volatility"]), - (UniCase::ascii("whisperered"), &["whispered"]), - (UniCase::ascii("neuralogical"), &["neurological"]), - (UniCase::ascii("lubicrant"), &["lubricant"]), - (UniCase::ascii("allopones"), &["allophones"]), - (UniCase::ascii("agriculteur"), &["agriculture"]), - (UniCase::ascii("implicity"), &["implicitly"]), - (UniCase::ascii("analyts"), &["analyst"]), - (UniCase::ascii("stratagically"), &["strategically"]), - (UniCase::ascii("constituion"), &["constitution"]), - (UniCase::ascii("exhasuted"), &["exhausted"]), - (UniCase::ascii("congratulatons"), &["congratulations"]), - (UniCase::ascii("metroplois"), &["metropolis"]), - (UniCase::ascii("casuing"), &["causing"]), - (UniCase::ascii("overhual"), &["overhaul"]), - (UniCase::ascii("audiobok"), &["audiobook"]), - (UniCase::ascii("explicilty"), &["explicitly"]), - (UniCase::ascii("juggernault"), &["juggernaut"]), - (UniCase::ascii("coinsidence"), &["coincidence"]), - (UniCase::ascii("ideoligically"), &["ideologically"]), - (UniCase::ascii("implementig"), &["implementing"]), - (UniCase::ascii("periwankle"), &["periwinkle"]), - (UniCase::ascii("institutuion"), &["institution"]), - (UniCase::ascii("intially"), &["initially"]), - (UniCase::ascii("interents"), &["internets"]), - (UniCase::ascii("zealotes"), &["zealots"]), - (UniCase::ascii("renewabels"), &["renewables"]), - (UniCase::ascii("uninstaled"), &["uninstalled"]), - (UniCase::ascii("plauthroughs"), &["playthroughs"]), - (UniCase::ascii("yorskhire"), &["yorkshire"]), - (UniCase::ascii("forefit"), &["forfeit"]), - (UniCase::ascii("valentis"), &["valentines"]), - (UniCase::ascii("beaurocratic"), &["bureaucratic"]), - (UniCase::ascii("malfuncion"), &["malfunction"]), - (UniCase::ascii("manevuer"), &["maneuver"]), - (UniCase::ascii("diagramas"), &["diagrams"]), - (UniCase::ascii("partiel"), &["particle"]), - (UniCase::ascii("simulatons"), &["simulations"]), - (UniCase::ascii("exeuctioner"), &["executioner"]), - (UniCase::ascii("perposterous"), &["preposterous"]), - (UniCase::ascii("descipable"), &["despicable"]), - (UniCase::ascii("preserverd"), &["preserved"]), - (UniCase::ascii("cataloge"), &["catalogue"]), - (UniCase::ascii("distingiush"), &["distinguish"]), - (UniCase::ascii("predominanty"), &["predominantly"]), - (UniCase::ascii("histroic"), &["historic"]), - (UniCase::ascii("wroking"), &["working"]), - (UniCase::ascii("helpfull"), &["helpful"]), - (UniCase::ascii("mangetic"), &["magnetic"]), - (UniCase::ascii("synonumous"), &["synonymous"]), - (UniCase::ascii("psychopathes"), &["psychopaths"]), - (UniCase::ascii("placemet"), &["placements"]), - (UniCase::ascii("fingerpoints"), &["fingerprints"]), - (UniCase::ascii("apologisms"), &["apologists"]), - (UniCase::ascii("tranistional"), &["transitional"]), - (UniCase::ascii("nationalistc"), &["nationalistic"]), - (UniCase::ascii("legimitate"), &["legitimate"]), - (UniCase::ascii("maletonin"), &["melatonin"]), - (UniCase::ascii("autoctonous"), &["autochthonous"]), - (UniCase::ascii("confedaracy"), &["confederacy"]), - (UniCase::ascii("phychopathic"), &["psychopathic"]), - (UniCase::ascii("livescream"), &["livestream"]), - (UniCase::ascii("billioniares"), &["billionaires"]), - (UniCase::ascii("anitdepressant"), &["antidepressants"]), - (UniCase::ascii("laboratroy"), &["laboratory"]), - (UniCase::ascii("spoitfy"), &["spotify"]), - (UniCase::ascii("religiosly"), &["religiously"]), - (UniCase::ascii("prelimanary"), &["preliminary"]), - (UniCase::ascii("directos"), &["directors"]), - (UniCase::ascii("meditatin"), &["meditation"]), - (UniCase::ascii("intrinsisch"), &["intrinsic"]), - (UniCase::ascii("arithmetric"), &["arithmetic"]), - (UniCase::ascii("anomynity"), &["anonymity"]), - (UniCase::ascii("comparitve"), &["comparative"]), - (UniCase::ascii("limitant"), &["militant"]), - (UniCase::ascii("investemnt"), &["investments"]), - (UniCase::ascii("troublehsooting"), &["troubleshooting"]), - (UniCase::ascii("grandchilren"), &["grandchildren"]), - (UniCase::ascii("hierarcical"), &["hierarchical"]), - (UniCase::ascii("glitchly"), &["glitchy"]), - (UniCase::ascii("disricts"), &["districts"]), - (UniCase::ascii("preocupation"), &["preoccupation"]), - (UniCase::ascii("uncesnored"), &["uncensored"]), - (UniCase::ascii("unlcuky"), &["unlucky"]), - (UniCase::ascii("annoymous"), &["anonymous"]), - (UniCase::ascii("ulitmatum"), &["ultimatum"]), - (UniCase::ascii("transsexaul"), &["transsexual"]), - (UniCase::ascii("acquaintaince"), &["acquaintance"]), - (UniCase::ascii("jurisfiction"), &["jurisdiction"]), - (UniCase::ascii("beacuoup"), &["beaucoup"]), - (UniCase::ascii("humantiarian"), &["humanitarian"]), - (UniCase::ascii("audibel"), &["audible"]), - (UniCase::ascii("immedeately"), &["immediately"]), - (UniCase::ascii("westbrok"), &["westbrook"]), - (UniCase::ascii("empiricaly"), &["empirically"]), - (UniCase::ascii("countertraps"), &["counterparts"]), - (UniCase::ascii("samruai"), &["samurai"]), - (UniCase::ascii("expectany"), &["expectancy"]), - (UniCase::ascii("repoistory"), &["repository"]), - (UniCase::ascii("underraged"), &["underrated"]), - (UniCase::ascii("emtpied"), &["emptied"]), - (UniCase::ascii("businessemen"), &["businessmen"]), - (UniCase::ascii("seach"), &["search"]), - (UniCase::ascii("journalisim"), &["journalism"]), - (UniCase::ascii("obscruity"), &["obscurity"]), - (UniCase::ascii("ubiquituous"), &["ubiquitous"]), - (UniCase::ascii("instructiosn"), &["instruction"]), - (UniCase::ascii("cauilflower"), &["cauliflower"]), - (UniCase::ascii("inconventional"), &["unconventional"]), - (UniCase::ascii("interbread"), &["interbreed"]), - (UniCase::ascii("tramsforming"), &["transforming"]), - (UniCase::ascii("iritated"), &["irritated"]), - (UniCase::ascii("imgrants"), &["migrants"]), - (UniCase::ascii("disatisfaction"), &["dissatisfaction"]), - (UniCase::ascii("desentisized"), &["desensitized"]), - (UniCase::ascii("pennsilvania"), &["pennsylvania"]), - (UniCase::ascii("metalurgic"), &["metallurgic"]), - (UniCase::ascii("spetember"), &["september"]), - (UniCase::ascii("foreigness"), &["foreigners"]), - (UniCase::ascii("metroploitan"), &["metropolitan"]), - (UniCase::ascii("eurpoean"), &["european"]), - (UniCase::ascii("contradice"), &["contradicted"]), - (UniCase::ascii("decipting"), &["depicting"]), - (UniCase::ascii("mispell"), &["misspell"]), - (UniCase::ascii("nacionalists"), &["nationalists"]), - (UniCase::ascii("nutricional"), &["nutritional"]), - (UniCase::ascii("conditionned"), &["conditioned"]), - (UniCase::ascii("califronian"), &["californian"]), - (UniCase::ascii("ignorat"), &["ignorant"]), - (UniCase::ascii("essentailly"), &["essentially"]), - (UniCase::ascii("futhroc"), &["futhark"]), - (UniCase::ascii("decribing"), &["describing"]), - (UniCase::ascii("imense"), &["immense"]), - (UniCase::ascii("succesd"), &["succeeds"]), - (UniCase::ascii("immserive"), &["immersive"]), - (UniCase::ascii("experiemntal"), &["experimental"]), - (UniCase::ascii("minstries"), &["ministries"]), - (UniCase::ascii("lightwright"), &["lightweight"]), - (UniCase::ascii("chihuahau"), &["chihuahua"]), - (UniCase::ascii("storise"), &["stories"]), - (UniCase::ascii("crucibel"), &["crucible"]), - (UniCase::ascii("fowrards"), &["forwards"]), - (UniCase::ascii("productin"), &["productions"]), - (UniCase::ascii("catacyslm"), &["cataclysm"]), - (UniCase::ascii("intorduction"), &["introduction"]), - (UniCase::ascii("invaildate"), &["invalidates"]), - (UniCase::ascii("vaticaan"), &["vatican"]), - (UniCase::ascii("restaurents"), &["restaurants"]), - (UniCase::ascii("serviceble"), &["serviceable"]), - (UniCase::ascii("coordinaters"), &["coordinates"]), - (UniCase::ascii("conservite"), &["conserve"]), - (UniCase::ascii("interpretter"), &["interpreter"]), - (UniCase::ascii("checkmeat"), &["checkmate"]), - (UniCase::ascii("excepcional"), &["exceptional"]), - (UniCase::ascii("pesticedes"), &["pesticides"]), - (UniCase::ascii("thrid"), &["third"]), - (UniCase::ascii("ahtletes"), &["athletes"]), - (UniCase::ascii("canniballism"), &["cannibalism"]), - (UniCase::ascii("exersice"), &["exercise"]), - (UniCase::ascii("monopolios"), &["monopolies"]), - (UniCase::ascii("incomprehensibe"), &["incomprehensible"]), - (UniCase::ascii("micorwaves"), &["microwaves"]), - (UniCase::ascii("implementationen"), &["implementations"]), - (UniCase::ascii("intentionly"), &["intentional"]), - (UniCase::ascii("tournamnet"), &["tournament"]), - (UniCase::ascii("discolsure"), &["disclosure"]), - (UniCase::ascii("expotition"), &["exposition"]), - (UniCase::ascii("inclinacion"), &["inclination"]), - (UniCase::ascii("complciated"), &["complicate"]), - (UniCase::ascii("medeival"), &["medieval"]), - (UniCase::ascii("fortunae"), &["fortune"]), - (UniCase::ascii("torubleshoot"), &["troubleshoot"]), - (UniCase::ascii("unorigional"), &["unoriginal"]), - (UniCase::ascii("categoricaly"), &["categorically"]), - (UniCase::ascii("blacklit"), &["blacklist"]), - (UniCase::ascii("persective"), &["respective"]), - (UniCase::ascii("audeince"), &["audience"]), - (UniCase::ascii("moleculaire"), &["molecular"]), - (UniCase::ascii("pursiut"), &["pursuit"]), - (UniCase::ascii("stopry"), &["story"]), - (UniCase::ascii("mircowave"), &["microwave"]), - (UniCase::ascii("voluntears"), &["volunteers"]), - (UniCase::ascii("construciton"), &["construction"]), - (UniCase::ascii("damenor"), &["demeanor"]), - (UniCase::ascii("misfortunte"), &["misfortune"]), - (UniCase::ascii("formelly"), &["formerly"]), - (UniCase::ascii("resistnace"), &["resistances"]), - (UniCase::ascii("intellectuels"), &["intellectuals"]), - (UniCase::ascii("intellecual"), &["intellectual"]), - (UniCase::ascii("dialouge"), &["dialogue"]), - (UniCase::ascii("libertatianism"), &["libertarianism"]), - (UniCase::ascii("numericable"), &["numerical"]), - (UniCase::ascii("favorits"), &["favorites"]), - (UniCase::ascii("prestigiosi"), &["prestigious"]), - (UniCase::ascii("scarificed"), &["sacrificed"]), - (UniCase::ascii("abstenance"), &["abstinence"]), - (UniCase::ascii("eventially"), &["eventually"]), - (UniCase::ascii("algorithems"), &["algorithm"]), - (UniCase::ascii("penetratin"), &["penetration"]), - (UniCase::ascii("transctions"), &["transitions"]), - (UniCase::ascii("effectivenss"), &["effectiveness"]), - (UniCase::ascii("pornograhy"), &["pornography"]), - (UniCase::ascii("replacated"), &["replicated"]), - (UniCase::ascii("preconcieve"), &["preconceived"]), - (UniCase::ascii("aggresssion"), &["aggression"]), - (UniCase::ascii("manafacturing"), &["manufacturing"]), - (UniCase::ascii("inconditional"), &["unconditional"]), - (UniCase::ascii("traditionel"), &["traditional"]), - (UniCase::ascii("implementaion"), &["implementation"]), - (UniCase::ascii("submarinas"), &["submarines"]), - (UniCase::ascii("fahrenhiet"), &["fahrenheit"]), - (UniCase::ascii("enforceing"), &["enforcing"]), - (UniCase::ascii("constillation"), &["constellation"]), - (UniCase::ascii("vairables"), &["variables"]), - (UniCase::ascii("politicus"), &["politics"]), - (UniCase::ascii("coutnerplay"), &["counterplay"]), - (UniCase::ascii("castleos"), &["castles"]), - (UniCase::ascii("influented"), &["influenced"]), - (UniCase::ascii("patrolls"), &["patrols"]), - (UniCase::ascii("traitorise"), &["traitors"]), - (UniCase::ascii("southren"), &["southern"]), - (UniCase::ascii("useing"), &["using"]), - (UniCase::ascii("inquisitir"), &["inquisitor"]), - (UniCase::ascii("unoffocial"), &["unofficial"]), - (UniCase::ascii("currenices"), &["currencies"]), - (UniCase::ascii("beuraucrats"), &["bureaucrats"]), - (UniCase::ascii("consolacion"), &["consolation"]), - (UniCase::ascii("horizontallly"), &["horizontally"]), - (UniCase::ascii("defiantely"), &["definately"]), - (UniCase::ascii("tanenhill"), &["tannehill"]), - (UniCase::ascii("auther"), &["author"]), - (UniCase::ascii("uncontrollablly"), &["uncontrollably"]), - (UniCase::ascii("onlsaught"), &["onslaught"]), - (UniCase::ascii("diagnoes"), &["diagnose"]), - (UniCase::ascii("shareholds"), &["shareholders"]), - (UniCase::ascii("intangiable"), &["intangible"]), - (UniCase::ascii("listenend"), &["listened"]), - (UniCase::ascii("capitilazation"), &["capitalization"]), - (UniCase::ascii("gamemdoe"), &["gamemode"]), - (UniCase::ascii("religous"), &["religious"]), - (UniCase::ascii("imperialsm"), &["imperialism"]), - (UniCase::ascii("govenrment"), &["government"]), - (UniCase::ascii("isarelis"), &["israelis"]), - (UniCase::ascii("lanuches"), &["launches"]), - (UniCase::ascii("distincte"), &["distinctive"]), - (UniCase::ascii("knolwedgable"), &["knowledgable"]), - (UniCase::ascii("proficeint"), &["proficient"]), - (UniCase::ascii("surplanted"), &["supplanted"]), - (UniCase::ascii("sustainible"), &["sustainable"]), - (UniCase::ascii("punsihes"), &["punishes"]), - (UniCase::ascii("hypocrities"), &["hypocrite"]), - (UniCase::ascii("shrpanel"), &["shrapnel"]), - (UniCase::ascii("irreversibel"), &["irreversible"]), - (UniCase::ascii("circualtion"), &["circulation"]), - (UniCase::ascii("mainfests"), &["manifests"]), - (UniCase::ascii("transportarse"), &["transporter"]), - (UniCase::ascii("airbrone"), &["airborne"]), - (UniCase::ascii("concentraited"), &["concentrated"]), - (UniCase::ascii("simualtor"), &["simulator"]), - (UniCase::ascii("evloving"), &["evolving"]), - (UniCase::ascii("minimage"), &["minigame"]), - (UniCase::ascii("nightmears"), &["nightmares"]), - (UniCase::ascii("americanss"), &["americas"]), - (UniCase::ascii("controvertial"), &["controversial"]), - (UniCase::ascii("suphisticated"), &["sophisticated"]), - (UniCase::ascii("respektive"), &["respective"]), - (UniCase::ascii("exploitatie"), &["exploitative"]), - (UniCase::ascii("humitidy"), &["humidity"]), - (UniCase::ascii("lightes"), &["lighters"]), - (UniCase::ascii("competitivley"), &["competitively"]), - (UniCase::ascii("aregument"), &["arguement"]), - (UniCase::ascii("documenatry"), &["documentary"]), - (UniCase::ascii("avalaible"), &["available"]), - (UniCase::ascii("corrisponding"), &["corresponding"]), - (UniCase::ascii("adreneline"), &["adrenaline"]), - (UniCase::ascii("militians"), &["militias"]), - (UniCase::ascii("emphaised"), &["emphasised"]), - (UniCase::ascii("appetitite"), &["appetite"]), - (UniCase::ascii("prepair"), &["prepare"]), - (UniCase::ascii("heaviweight"), &["heavyweight"]), - (UniCase::ascii("arbitrarely"), &["arbitrarily"]), - (UniCase::ascii("settelments"), &["settlements"]), - (UniCase::ascii("executionees"), &["executions"]), - (UniCase::ascii("contructors"), &["contractors"]), - (UniCase::ascii("rulle"), &["rule"]), - (UniCase::ascii("antivirs"), &["antivirus"]), - (UniCase::ascii("paradse"), &["parades"]), - (UniCase::ascii("depicitons"), &["depictions"]), - (UniCase::ascii("wokr"), &["work"]), - (UniCase::ascii("bobybuilding"), &["bodybuilding"]), - (UniCase::ascii("constituit"), &["constitute"]), - (UniCase::ascii("concencrate"), &["concentrate"]), - (UniCase::ascii("controled"), &["controlled"]), - (UniCase::ascii("creativelly"), &["creatively"]), - (UniCase::ascii("aborginial"), &["aboriginal"]), - (UniCase::ascii("ariports"), &["airports"]), - (UniCase::ascii("satisfactorally"), &["satisfactory"]), - (UniCase::ascii("resourse"), &["resources"]), - (UniCase::ascii("dispencaries"), &["dispensaries"]), - (UniCase::ascii("buidlers"), &["builders"]), - (UniCase::ascii("transylvannia"), &["transylvania"]), - (UniCase::ascii("encounted"), &["encountered"]), - (UniCase::ascii("hinduisum"), &["hinduism"]), - (UniCase::ascii("montaran"), &["montana"]), - (UniCase::ascii("appropriatly"), &["appropriately"]), - (UniCase::ascii("swedisch"), &["swedish"]), - (UniCase::ascii("symmertical"), &["symmetrical"]), - (UniCase::ascii("dumbbels"), &["dumbbells"]), - (UniCase::ascii("pyschedelic"), &["psychedelic"]), - (UniCase::ascii("preventors"), &["prevents"]), - (UniCase::ascii("lfiesteal"), &["lifesteal"]), - (UniCase::ascii("corretly"), &["correctly"]), - (UniCase::ascii("exponencial"), &["exponential"]), - (UniCase::ascii("competation"), &["computation"]), - (UniCase::ascii("experimentes"), &["experiments"]), - (UniCase::ascii("defensen"), &["defenseman"]), - (UniCase::ascii("dissopointed"), &["dissapointed"]), - (UniCase::ascii("crossfiters"), &["crossfire"]), - (UniCase::ascii("regulary"), &["regularly"]), - (UniCase::ascii("worshippping"), &["worshipping"]), - (UniCase::ascii("imrpove"), &["improve"]), - (UniCase::ascii("referenece"), &["reference"]), - (UniCase::ascii("unbeliebable"), &["unbelievable"]), - (UniCase::ascii("acheivment"), &["achievement"]), - (UniCase::ascii("nieghbor"), &["neighbor"]), - (UniCase::ascii("pinetrest"), &["pinterest"]), - (UniCase::ascii("tusedays"), &["tuesdays"]), - (UniCase::ascii("singulaire"), &["singular"]), - (UniCase::ascii("experimentaion"), &["experimentation"]), - (UniCase::ascii("shamen"), &["shaman"]), - (UniCase::ascii("implicatia"), &["implicit"]), - (UniCase::ascii("suppresions"), &["suppression"]), - (UniCase::ascii("organisert"), &["organizers"]), - (UniCase::ascii("intorduce"), &["introduce"]), - (UniCase::ascii("promenently"), &["prominently"]), - (UniCase::ascii("thermometor"), &["thermometer"]), - (UniCase::ascii("vairant"), &["variant"]), - (UniCase::ascii("desnity"), &["density"]), - (UniCase::ascii("heartbrakes"), &["heartbreak"]), - (UniCase::ascii("conciders"), &["considers"]), - (UniCase::ascii("descentants"), &["descendants"]), - (UniCase::ascii("responisbly"), &["responsibly"]), - (UniCase::ascii("experement"), &["experiment"]), - (UniCase::ascii("adivser"), &["adviser"]), - (UniCase::ascii("targetd"), &["targeted"]), - (UniCase::ascii("addmission"), &["admission"]), - (UniCase::ascii("marliyn"), &["marilyn"]), - (UniCase::ascii("fetishs"), &["fetishes"]), - (UniCase::ascii("wealthly"), &["wealthy"]), - (UniCase::ascii("lepoard"), &["leopard"]), - (UniCase::ascii("problemas"), &["problems"]), - (UniCase::ascii("porportions"), &["proportions"]), - (UniCase::ascii("moderatey"), &["moderately"]), - (UniCase::ascii("elephantos"), &["elephants"]), - (UniCase::ascii("demonstartion"), &["demonstration"]), - (UniCase::ascii("apolegetic"), &["apologetic"]), - (UniCase::ascii("competive"), &["competitive"]), - (UniCase::ascii("derogetory"), &["derogatory"]), - (UniCase::ascii("proffesional"), &["professional"]), - (UniCase::ascii("destiantion"), &["destinations"]), - (UniCase::ascii("criticisze"), &["criticise"]), - (UniCase::ascii("judgementle"), &["judgemental"]), - (UniCase::ascii("introductary"), &["introductory"]), - (UniCase::ascii("prohibitus"), &["prohibits"]), - (UniCase::ascii("vitualization"), &["visualization"]), - (UniCase::ascii("premines"), &["premise"]), - (UniCase::ascii("ingorant"), &["ignorant"]), - (UniCase::ascii("encryptiion"), &["encryption"]), - (UniCase::ascii("disresepctful"), &["disrespectful"]), - (UniCase::ascii("warrantles"), &["warranties"]), - (UniCase::ascii("europen"), &["european"]), - (UniCase::ascii("colomba"), &["colombia"]), - (UniCase::ascii("communicaton"), &["communication"]), - (UniCase::ascii("incidentially"), &["incidentally"]), - (UniCase::ascii("supsects"), &["suspects"]), - (UniCase::ascii("opponet"), &["opponent"]), - (UniCase::ascii("lengedaries"), &["legendaries"]), - (UniCase::ascii("guradians"), &["guardians"]), - (UniCase::ascii("dehyrdated"), &["dehydrated"]), - (UniCase::ascii("lesibans"), &["lesbians"]), - (UniCase::ascii("consequtive"), &["consecutive"]), - (UniCase::ascii("specality"), &["specialty"]), - (UniCase::ascii("knowledgeble"), &["knowledgeable"]), - (UniCase::ascii("specailly"), &["specially"]), - (UniCase::ascii("vitmain"), &["vitamin"]), - (UniCase::ascii("releiver"), &["reliever"]), - (UniCase::ascii("persuated"), &["persuade"]), - (UniCase::ascii("missisippi"), &["mississippi"]), - (UniCase::ascii("illegales"), &["illegals"]), - (UniCase::ascii("capitolism"), &["capitalism"]), - (UniCase::ascii("corperation"), &["corporation"]), - (UniCase::ascii("pronouciation"), &["pronunciation"]), - (UniCase::ascii("starightforward"), &["straightforward"]), - (UniCase::ascii("aledge"), &["allege"]), - (UniCase::ascii("defetead"), &["defeated"]), - (UniCase::ascii("disadvandages"), &["disadvantaged"]), - (UniCase::ascii("symmtery"), &["symmetry"]), - (UniCase::ascii("differentate"), &["differentiate"]), - (UniCase::ascii("defenderlas"), &["defenders"]), - (UniCase::ascii("enfringement"), &["infringement"]), - (UniCase::ascii("desperato"), &["desperation"]), - (UniCase::ascii("inadvertantly"), &["inadvertently"]), - (UniCase::ascii("recoginse"), &["recognise"]), - (UniCase::ascii("oarcles"), &["oracles"]), - (UniCase::ascii("expectionally"), &["exceptionally"]), - (UniCase::ascii("penguiness"), &["penguins"]), - (UniCase::ascii("incorported"), &["incorporated"]), - (UniCase::ascii("dysfonctional"), &["dysfunctional"]), - (UniCase::ascii("nationalesl"), &["nationals"]), - (UniCase::ascii("ligthroom"), &["lightroom"]), - (UniCase::ascii("fethced"), &["fetched"]), - (UniCase::ascii("vanugard"), &["vanguard"]), - (UniCase::ascii("torchligth"), &["torchlight"]), - (UniCase::ascii("monopilies"), &["monopolies"]), - (UniCase::ascii("abdomine"), &["abdomen"]), - (UniCase::ascii("voluntered"), &["volunteered"]), - (UniCase::ascii("judical"), &["judicial"]), - (UniCase::ascii("imaginativo"), &["imagination"]), - (UniCase::ascii("movesped"), &["movespeed"]), - (UniCase::ascii("outskrits"), &["outskirts"]), - (UniCase::ascii("pornograpy"), &["pornography"]), - (UniCase::ascii("conlcuded"), &["concluded"]), - (UniCase::ascii("invertibrates"), &["invertebrates"]), - (UniCase::ascii("inexplicibly"), &["inexplicably"]), - (UniCase::ascii("beginnig"), &["beginning"]), - (UniCase::ascii("interviewd"), &["interviewed"]), - (UniCase::ascii("vitenam"), &["vietnam"]), - (UniCase::ascii("tottneham"), &["tottenham"]), - (UniCase::ascii("painfuly"), &["painfully"]), - (UniCase::ascii("maching"), &["machine"]), - (UniCase::ascii("arbiture"), &["arbiter"]), - (UniCase::ascii("introspektion"), &["introspection"]), - (UniCase::ascii("symoblic"), &["symbolic"]), - (UniCase::ascii("enthusiastisch"), &["enthusiastic"]), - (UniCase::ascii("liekable"), &["likeable"]), - (UniCase::ascii("corrospond"), &["correspond"]), - (UniCase::ascii("trasnlated"), &["translated"]), - (UniCase::ascii("matchmakeing"), &["matchmaking"]), - (UniCase::ascii("climbes"), &["climbers"]), - (UniCase::ascii("studioes"), &["studios"]), - (UniCase::ascii("alrightey"), &["alrighty"]), - (UniCase::ascii("healither"), &["healthier"]), - (UniCase::ascii("munchis"), &["munchies"]), - (UniCase::ascii("aggreement"), &["agreement"]), - (UniCase::ascii("cincinnnati"), &["cincinnati"]), - (UniCase::ascii("intriuged"), &["intrigued"]), - (UniCase::ascii("nationalites"), &["nationalist"]), - (UniCase::ascii("virbator"), &["vibrator"]), - (UniCase::ascii("momentus"), &["moments"]), - (UniCase::ascii("intestents"), &["intestines"]), - (UniCase::ascii("frankenstiner"), &["frankenstein"]), - (UniCase::ascii("plantes"), &["planets"]), - (UniCase::ascii("scoreboad"), &["scoreboard"]), - (UniCase::ascii("deparmental"), &["departmental"]), - (UniCase::ascii("agnostacism"), &["agnosticism"]), - (UniCase::ascii("rhytmic"), &["rhythmic"]), - (UniCase::ascii("intellectualiser"), &["intellectuals"]), - (UniCase::ascii("prosecuters"), &["prosecutors"]), - (UniCase::ascii("honory"), &["honorary"]), - (UniCase::ascii("fashoinable"), &["fashionable"]), - (UniCase::ascii("mccarhty"), &["mccarthy"]), - (UniCase::ascii("deliviring"), &["delivering"]), - (UniCase::ascii("exeggeration"), &["exaggeration"]), - (UniCase::ascii("lieved"), &["lived"]), - (UniCase::ascii("positioing"), &["positioning"]), - (UniCase::ascii("basicaly"), &["basically"]), - (UniCase::ascii("relfections"), &["reflections"]), - (UniCase::ascii("thunderjolt"), &["thunderbolt"]), - (UniCase::ascii("thigns"), &["things"]), - (UniCase::ascii("foreward"), &["foreword"]), - (UniCase::ascii("mortailty"), &["mortality"]), - (UniCase::ascii("compulsivo"), &["compulsion"]), - (UniCase::ascii("trilogoy"), &["trilogy"]), - (UniCase::ascii("preferances"), &["preferences"]), - (UniCase::ascii("expodition"), &["exposition"]), - (UniCase::ascii("gutiarist"), &["guitarist"]), - (UniCase::ascii("warrent"), &["warrant"]), - (UniCase::ascii("respectuos"), &["respects"]), - (UniCase::ascii("legislacion"), &["legislation"]), - (UniCase::ascii("initalizable"), &["initializable"]), - (UniCase::ascii("xeonblade"), &["xenoblade"]), - (UniCase::ascii("rehabilitaiton"), &["rehabilitation"]), - (UniCase::ascii("merchanters"), &["merchants"]), - (UniCase::ascii("philisophers"), &["philosophers"]), - (UniCase::ascii("subjectief"), &["subjective"]), - (UniCase::ascii("alcholic"), &["alcoholic"]), - (UniCase::ascii("representating"), &["representation"]), - (UniCase::ascii("boaut"), &["bout"]), - (UniCase::ascii("escalatin"), &["escalation"]), - (UniCase::ascii("encourageing"), &["encouraging"]), - (UniCase::ascii("arizonia"), &["arizona"]), - (UniCase::ascii("pshyciatrist"), &["psychiatrist"]), - (UniCase::ascii("taligating"), &["tailgating"]), - (UniCase::ascii("conifguration"), &["configurations"]), - (UniCase::ascii("corolloa"), &["corolla"]), - (UniCase::ascii("coulndt"), &["couldnt"]), - (UniCase::ascii("responsiblities"), &["responsibilities"]), - (UniCase::ascii("contritutions"), &["contributions"]), - (UniCase::ascii("prejudicies"), &["prejudice"]), - (UniCase::ascii("radiane"), &["radiance"]), - (UniCase::ascii("environmentl"), &["environmentally"]), - (UniCase::ascii("communicatoin"), &["communications"]), - (UniCase::ascii("scuptures"), &["sculptures"]), - (UniCase::ascii("wintson"), &["winston"]), - (UniCase::ascii("sparyed"), &["sprayed"]), - (UniCase::ascii("companians"), &["companions"]), - (UniCase::ascii("feasable"), &["feasible"]), - (UniCase::ascii("anticipare"), &["anticipate"]), - (UniCase::ascii("extrimists"), &["extremists"]), - (UniCase::ascii("amendmet"), &["amendments"]), - (UniCase::ascii("trukish"), &["turkish"]), - (UniCase::ascii("equivolence"), &["equivalence"]), - (UniCase::ascii("mutlinationals"), &["multinational"]), - (UniCase::ascii("statiskt"), &["statist"]), - (UniCase::ascii("contreception"), &["contraception"]), - (UniCase::ascii("subcsription"), &["subscriptions"]), - (UniCase::ascii("ptichers"), &["pitchers"]), - (UniCase::ascii("indugle"), &["indulge"]), - (UniCase::ascii("indiands"), &["indians"]), - (UniCase::ascii("indoensia"), &["indonesia"]), - (UniCase::ascii("dinosaurios"), &["dinosaurs"]), - (UniCase::ascii("cailbration"), &["calibration"]), - (UniCase::ascii("platfrom"), &["platform"]), - (UniCase::ascii("resistancies"), &["resistances"]), - (UniCase::ascii("perputuated"), &["perpetuated"]), - (UniCase::ascii("guantanoma"), &["guantanamo"]), - (UniCase::ascii("lieutennant"), &["lieutenant"]), - (UniCase::ascii("compulstion"), &["compulsion"]), - (UniCase::ascii("decorativos"), &["decorations"]), - (UniCase::ascii("apsergers"), &["aspergers"]), - (UniCase::ascii("discoruage"), &["discourages"]), - (UniCase::ascii("residude"), &["residue"]), - (UniCase::ascii("ukrainains"), &["ukrainians"]), - (UniCase::ascii("spirites"), &["spirits"]), - (UniCase::ascii("stichting"), &["stitching"]), - (UniCase::ascii("chromisome"), &["chromosome"]), - (UniCase::ascii("counterpaly"), &["counterplay"]), - (UniCase::ascii("intangibil"), &["intangible"]), - (UniCase::ascii("theature"), &["theater"]), - (UniCase::ascii("respectivily"), &["respectively"]), - (UniCase::ascii("administratiors"), &["administrators"]), - (UniCase::ascii("sympathatic"), &["sympathetic"]), - (UniCase::ascii("exapnsive"), &["expansive"]), - (UniCase::ascii("inconsequencial"), &["inconsequential"]), - (UniCase::ascii("dispensarios"), &["dispensaries"]), - (UniCase::ascii("metaphotically"), &["metaphorically"]), - (UniCase::ascii("commision"), &["commission"]), - (UniCase::ascii("inpoverished"), &["impoverished"]), - (UniCase::ascii("baout"), &["about"]), - (UniCase::ascii("comprimise"), &["compromise"]), - (UniCase::ascii("manifacturers"), &["manufacturers"]), - (UniCase::ascii("hipopotamus"), &["hippopotamus"]), - (UniCase::ascii("comminists"), &["communists"]), - (UniCase::ascii("whta"), &["what"]), - (UniCase::ascii("masturbaing"), &["masturbating"]), - (UniCase::ascii("impuslive"), &["impulsive"]), - (UniCase::ascii("geograhpical"), &["geographical"]), - (UniCase::ascii("seantors"), &["senators"]), - (UniCase::ascii("singluar"), &["singular"]), - (UniCase::ascii("intenseley"), &["intensely"]), - (UniCase::ascii("overdrev"), &["overdrive"]), - (UniCase::ascii("skepticons"), &["skeptics"]), - (UniCase::ascii("awnsering"), &["answering"]), - (UniCase::ascii("parellels"), &["parallels"]), - (UniCase::ascii("rewritte"), &["rewrite"]), - (UniCase::ascii("costums"), &["costumes"]), - (UniCase::ascii("intrige"), &["intrigue"]), - (UniCase::ascii("distinctie"), &["distinctive"]), - (UniCase::ascii("achivements"), &["achievements"]), - (UniCase::ascii("susbtantial"), &["substantial"]), - (UniCase::ascii("constrat"), &["constraint"]), - (UniCase::ascii("abusrdly"), &["absurdly"]), - (UniCase::ascii("tallents"), &["tallest"]), - (UniCase::ascii("spectum"), &["spectrum"]), - (UniCase::ascii("propsect"), &["prospect"]), - (UniCase::ascii("overvlocked"), &["overclocked"]), - (UniCase::ascii("tutoriales"), &["tutorials"]), - (UniCase::ascii("confrentation"), &["confrontation"]), - (UniCase::ascii("trasnlator"), &["translator"]), - (UniCase::ascii("convers"), &["converts"]), - (UniCase::ascii("seventen"), &["seventeen"]), - (UniCase::ascii("vendettta"), &["vendetta"]), - (UniCase::ascii("compensatie"), &["compensate"]), - (UniCase::ascii("empahsized"), &["emphasized"]), - (UniCase::ascii("beastiality"), &["bestiality"]), - (UniCase::ascii("yaerly"), &["yearly"]), - (UniCase::ascii("understannd"), &["understands"]), - (UniCase::ascii("slippey"), &["slippery"]), - (UniCase::ascii("imperfet"), &["imperfect"]), - (UniCase::ascii("imaginatiei"), &["imaginative"]), - (UniCase::ascii("paradies"), &["paradise"]), - (UniCase::ascii("acuracy"), &["accuracy"]), - (UniCase::ascii("interatellar"), &["interstellar"]), - (UniCase::ascii("quarantena"), &["quarantine"]), - (UniCase::ascii("conveinent"), &["convenient"]), - (UniCase::ascii("dependencey"), &["dependency"]), - (UniCase::ascii("narcissstic"), &["narcissist"]), - (UniCase::ascii("hoilday"), &["holiday"]), - (UniCase::ascii("unkowningly"), &["unknowingly"]), - (UniCase::ascii("tangeld"), &["tangled"]), - (UniCase::ascii("attackes"), &["attackers"]), - (UniCase::ascii("anesthisia"), &["anesthesia"]), - (UniCase::ascii("incompetant"), &["incompetent"]), - (UniCase::ascii("chormosomes"), &["chromosomes"]), - (UniCase::ascii("propenents"), &["proponents"]), - (UniCase::ascii("maltesian"), &["maltese"]), - (UniCase::ascii("verastility"), &["versatility"]), - (UniCase::ascii("inaccesibles"), &["inaccessible"]), - (UniCase::ascii("meatballls"), &["meatballs"]), - (UniCase::ascii("insturmentals"), &["instrumental"]), - (UniCase::ascii("noticabley"), &["noticeably"]), - (UniCase::ascii("independance"), &["independence"]), - (UniCase::ascii("asburdly"), &["absurdly"]), - (UniCase::ascii("spacification"), &["specification"]), - (UniCase::ascii("iwth"), &["with"]), - (UniCase::ascii("mortarts"), &["mortars"]), - (UniCase::ascii("eclpise"), &["eclipse"]), - (UniCase::ascii("wallpapaers"), &["wallpapers"]), - (UniCase::ascii("expanisve"), &["expansive"]), - (UniCase::ascii("differantiation"), &["differentiation"]), - (UniCase::ascii("fundamentalits"), &["fundamentalists"]), - (UniCase::ascii("mitigaiton"), &["mitigation"]), - (UniCase::ascii("advsior"), &["advisor"]), - (UniCase::ascii("flahsed"), &["flashed"]), - (UniCase::ascii("afternooon"), &["afternoon"]), - (UniCase::ascii("cliamtes"), &["climates"]), - (UniCase::ascii("physicials"), &["physicians"]), - (UniCase::ascii("substitutents"), &["substitutes"]), - (UniCase::ascii("recations"), &["creations"]), - (UniCase::ascii("mediocirty"), &["mediocrity"]), - (UniCase::ascii("billboars"), &["billboards"]), - (UniCase::ascii("propersity"), &["propensity"]), - (UniCase::ascii("schizophrentic"), &["schizophrenic"]), - (UniCase::ascii("algorthims"), &["algorithms"]), - (UniCase::ascii("antidepressents"), &["antidepressants"]), - (UniCase::ascii("improvision"), &["improvisation"]), - (UniCase::ascii("regluar"), &["regular"]), - (UniCase::ascii("sandales"), &["sandals"]), - (UniCase::ascii("phychological"), &["psychological"]), - (UniCase::ascii("repsonsibilities"), &["responsibilities"]), - (UniCase::ascii("refernece"), &["reference"]), - (UniCase::ascii("protoganists"), &["protagonists"]), - (UniCase::ascii("unconcsious"), &["unconscious"]), - (UniCase::ascii("maintenace"), &["maintenance"]), - (UniCase::ascii("manufaturing"), &["manufacturing"]), - (UniCase::ascii("misinterperted"), &["misinterpreted"]), - (UniCase::ascii("outsoursing"), &["outsourcing"]), - (UniCase::ascii("difenitly"), &["definitly"]), - (UniCase::ascii("asbestoes"), &["asbestos"]), - (UniCase::ascii("rentors"), &["renters"]), - (UniCase::ascii("undoubtebly"), &["undoubtedly"]), - (UniCase::ascii("alleigances"), &["allegiance"]), - (UniCase::ascii("bruisend"), &["bruised"]), - (UniCase::ascii("suspenso"), &["suspension"]), - (UniCase::ascii("yosemeti"), &["yosemite"]), - (UniCase::ascii("explioting"), &["exploiting"]), - (UniCase::ascii("ulitmate"), &["ultimate"]), - (UniCase::ascii("similiar"), &["similar"]), - (UniCase::ascii("futurisitic"), &["futuristic"]), - (UniCase::ascii("adminstrative"), &["administrative"]), - (UniCase::ascii("psycholigists"), &["psychologists"]), - (UniCase::ascii("dicksih"), &["dickish"]), - (UniCase::ascii("mecahnisms"), &["mechanisms"]), - (UniCase::ascii("herculeus"), &["hercules"]), - (UniCase::ascii("repeates"), &["repeats"]), - (UniCase::ascii("battelfield"), &["battlefield"]), - (UniCase::ascii("acceptes"), &["accepts"]), - (UniCase::ascii("transisioned"), &["transitioned"]), - (UniCase::ascii("louisvile"), &["louisville"]), - (UniCase::ascii("patientens"), &["patients"]), - (UniCase::ascii("bathrom"), &["bathroom"]), - (UniCase::ascii("observaiton"), &["observant"]), - (UniCase::ascii("confortable"), &["comfortable"]), - (UniCase::ascii("occurence"), &["occurrence"]), - (UniCase::ascii("imminet"), &["imminent"]), - (UniCase::ascii("convincente"), &["convenient"]), - (UniCase::ascii("burssels"), &["brussels"]), - (UniCase::ascii("renoylds"), &["reynolds"]), - (UniCase::ascii("notoriosly"), &["notoriously"]), - (UniCase::ascii("narcisscism"), &["narcissism"]), - (UniCase::ascii("philippinas"), &["philippines"]), - (UniCase::ascii("tiawanese"), &["taiwanese"]), - (UniCase::ascii("specializare"), &["specialize"]), - (UniCase::ascii("fanaticos"), &["fanatics"]), - (UniCase::ascii("inventer"), &["inventor"]), - (UniCase::ascii("metiphorically"), &["metaphorically"]), - (UniCase::ascii("vaiation"), &["aviation"]), - (UniCase::ascii("gatherins"), &["gatherings"]), - (UniCase::ascii("blamethrower"), &["flamethrower"]), - (UniCase::ascii("ruslted"), &["rustled"]), - (UniCase::ascii("cosmeticos"), &["cosmetics"]), - (UniCase::ascii("zelaots"), &["zealots"]), - (UniCase::ascii("diganostic"), &["diagnostic"]), - (UniCase::ascii("metricas"), &["metrics"]), - (UniCase::ascii("consentration"), &["concentration"]), - (UniCase::ascii("certificaat"), &["certificate"]), - (UniCase::ascii("uncomfortabel"), &["uncomfortably"]), - (UniCase::ascii("intreguing"), &["intriguing"]), - (UniCase::ascii("irreverisble"), &["irreversible"]), - (UniCase::ascii("girlfrinds"), &["girlfriends"]), - (UniCase::ascii("physcopathic"), &["psychopathic"]), - (UniCase::ascii("remakrs"), &["remarks"]), - (UniCase::ascii("platformie"), &["platformer"]), - (UniCase::ascii("polishees"), &["polishes"]), - (UniCase::ascii("renketon"), &["renekton"]), - (UniCase::ascii("nationalisitic"), &["nationalistic"]), - (UniCase::ascii("perfecxion"), &["perfection"]), - (UniCase::ascii("initalisers"), &["initialisers"]), - (UniCase::ascii("dumbfouned"), &["dumbfounded"]), - (UniCase::ascii("beccause"), &["because"]), - (UniCase::ascii("demograpic"), &["demographic"]), - (UniCase::ascii("differenciations"), &["differentiation"]), - (UniCase::ascii("lenght"), &["length"]), - (UniCase::ascii("balcanes"), &["balances"]), - (UniCase::ascii("definiton"), &["definition"]), - (UniCase::ascii("lieing"), &["lying"]), - (UniCase::ascii("rockerfeller"), &["rockefeller"]), - (UniCase::ascii("authorititive"), &["authoritative"]), - (UniCase::ascii("battlefied"), &["battlefield"]), - (UniCase::ascii("contriubte"), &["contributes"]), - (UniCase::ascii("sawnsea"), &["swansea"]), - (UniCase::ascii("explaination"), &["explanation"]), - (UniCase::ascii("relfecting"), &["reflecting"]), - (UniCase::ascii("assemple"), &["assemble"]), - (UniCase::ascii("undermiming"), &["undermining"]), - (UniCase::ascii("deductiable"), &["deductible"]), - (UniCase::ascii("bondary"), &["boundary"]), - (UniCase::ascii("demolation"), &["demolition"]), - (UniCase::ascii("lannesters"), &["lannisters"]), - (UniCase::ascii("miscelaneous"), &["miscellaneous"]), - (UniCase::ascii("accomodates"), &["accommodates"]), - (UniCase::ascii("knowldegable"), &["knowledgable"]), - (UniCase::ascii("preposterus"), &["preposterous"]), - (UniCase::ascii("randmoness"), &["randomness"]), - (UniCase::ascii("confessionis"), &["confessions"]), - (UniCase::ascii("chancillor"), &["chancellor"]), - (UniCase::ascii("kncokback"), &["knockback"]), - (UniCase::ascii("vaildated"), &["validated"]), - (UniCase::ascii("apolagized"), &["apologized"]), - (UniCase::ascii("substracts"), &["subtracts"]), - (UniCase::ascii("delibaretely"), &["deliberately"]), - (UniCase::ascii("implicatie"), &["implicit"]), - (UniCase::ascii("alegience"), &["allegiance"]), - (UniCase::ascii("develpoment"), &["developments"]), - (UniCase::ascii("pronounceing"), &["pronouncing"]), - (UniCase::ascii("correcty"), &["correctly"]), - (UniCase::ascii("misison"), &["mission"]), - (UniCase::ascii("entrepreners"), &["entrepreneurs"]), - (UniCase::ascii("masturdate"), &["masturbate"]), - (UniCase::ascii("govermnent"), &["governments"]), - (UniCase::ascii("destroyd"), &["destroyed"]), - (UniCase::ascii("strengthining"), &["strengthening"]), - (UniCase::ascii("mindlessy"), &["mindlessly"]), - (UniCase::ascii("lighthning"), &["lightening"]), - (UniCase::ascii("vaieties"), &["varieties"]), - (UniCase::ascii("princibles"), &["principles"]), - (UniCase::ascii("compresors"), &["compressor"]), - (UniCase::ascii("substace"), &["substance"]), - (UniCase::ascii("permisson"), &["permission"]), - (UniCase::ascii("contentuous"), &["contentious"]), - (UniCase::ascii("fanservie"), &["fanservice"]), - (UniCase::ascii("instutition"), &["institution"]), - (UniCase::ascii("doctrins"), &["doctrines"]), - (UniCase::ascii("starightened"), &["straightened"]), - (UniCase::ascii("controlleras"), &["controllers"]), - (UniCase::ascii("correnti"), &["correcting"]), - (UniCase::ascii("pebblers"), &["pebbles"]), - (UniCase::ascii("televisivo"), &["television"]), - (UniCase::ascii("haircuit"), &["haircut"]), - (UniCase::ascii("multinatinal"), &["multinational"]), - (UniCase::ascii("suspicision"), &["suspicions"]), - (UniCase::ascii("juridisction"), &["jurisdictions"]), - (UniCase::ascii("parenthesees"), &["parentheses"]), - (UniCase::ascii("inculded"), &["included"]), - (UniCase::ascii("bueraucracy"), &["bureaucracy"]), - (UniCase::ascii("simulatneous"), &["simultaneous"]), - (UniCase::ascii("unconscioulsy"), &["unconsciously"]), - (UniCase::ascii("realistc"), &["realistic"]), - (UniCase::ascii("nullabour"), &["nullarbor"]), - (UniCase::ascii("devasteted"), &["devastated"]), - (UniCase::ascii("antibiodic"), &["antibiotic"]), - (UniCase::ascii("mercurey"), &["mercury"]), - (UniCase::ascii("sumbissions"), &["submissions"]), - (UniCase::ascii("inaccessibile"), &["inaccessible"]), - (UniCase::ascii("alcohalics"), &["alcoholics"]), - (UniCase::ascii("medicineras"), &["medicines"]), - (UniCase::ascii("awknowledges"), &["acknowledges"]), - (UniCase::ascii("armistace"), &["armistice"]), - (UniCase::ascii("brightern"), &["brighten"]), - (UniCase::ascii("compalins"), &["complains"]), - (UniCase::ascii("conflicing"), &["conflicting"]), - (UniCase::ascii("infiltraron"), &["infiltrator"]), - (UniCase::ascii("emphatized"), &["emphasized"]), - (UniCase::ascii("dependenies"), &["dependencies"]), - (UniCase::ascii("disgustiny"), &["disgustingly"]), - (UniCase::ascii("propserity"), &["prosperity"]), - (UniCase::ascii("paralely"), &["parallelly"]), - (UniCase::ascii("constitition"), &["constitution"]), - (UniCase::ascii("secretas"), &["secrets"]), - (UniCase::ascii("exectuives"), &["executives"]), - (UniCase::ascii("produktions"), &["productions"]), - (UniCase::ascii("conceled"), &["concede"]), - (UniCase::ascii("gltiches"), &["glitches"]), - (UniCase::ascii("widesread"), &["widespread"]), - (UniCase::ascii("nitorgen"), &["nitrogen"]), - (UniCase::ascii("forecfully"), &["forcefully"]), - (UniCase::ascii("concluso"), &["conclusion"]), - (UniCase::ascii("traversie"), &["traverse"]), - (UniCase::ascii("mysogyny"), &["misogyny"]), - (UniCase::ascii("pulisher"), &["publisher"]), - (UniCase::ascii("sepulcre"), &["sepulchre"]), - (UniCase::ascii("compession"), &["compassion"]), - (UniCase::ascii("empirialism"), &["imperialism"]), - (UniCase::ascii("articualted"), &["articulated"]), - (UniCase::ascii("indistinguishible"), &["indistinguishable"]), - (UniCase::ascii("proportians"), &["proportions"]), - (UniCase::ascii("allegience"), &["allegiance"]), - (UniCase::ascii("palceholder"), &["placeholder"]), - (UniCase::ascii("hedgehoog"), &["hedgehog"]), - (UniCase::ascii("crossfie"), &["crossfire"]), - (UniCase::ascii("relaibly"), &["reliably"]), - (UniCase::ascii("widepsread"), &["widespread"]), - (UniCase::ascii("connectivety"), &["connectivity"]), - (UniCase::ascii("cassowarry"), &["cassowary"]), - (UniCase::ascii("unreasonablly"), &["unreasonably"]), - (UniCase::ascii("unrakned"), &["unranked"]), - (UniCase::ascii("sasauges"), &["sausages"]), - (UniCase::ascii("misdimeanor"), &["misdemeanor"]), - (UniCase::ascii("bureaucraps"), &["bureaucrats"]), - (UniCase::ascii("striaghtforward"), &["straightforward"]), - (UniCase::ascii("organizacion"), &["organization"]), - (UniCase::ascii("adjectivs"), &["adjectives"]), - (UniCase::ascii("collaberation"), &["collaboration"]), - (UniCase::ascii("tunnells"), &["tunnels"]), - (UniCase::ascii("vigeur"), &["vigueur"]), - (UniCase::ascii("activiites"), &["activist"]), - (UniCase::ascii("rennovate"), &["renovate"]), - (UniCase::ascii("tempets"), &["tempest"]), - (UniCase::ascii("disconnnect"), &["disconnect"]), - (UniCase::ascii("produly"), &["proudly"]), - (UniCase::ascii("switfly"), &["swiftly"]), - (UniCase::ascii("mayalsia"), &["malaysia"]), - (UniCase::ascii("dissappinted"), &["dissapointed"]), - (UniCase::ascii("jaques"), &["jacques"]), - (UniCase::ascii("africaners"), &["africans"]), - (UniCase::ascii("spreedsheet"), &["spreadsheet"]), - (UniCase::ascii("victorain"), &["victorian"]), - (UniCase::ascii("colombina"), &["colombia"]), - (UniCase::ascii("consolide"), &["consolidate"]), - (UniCase::ascii("perseverence"), &["perseverance"]), - (UniCase::ascii("cmoputer"), &["computer"]), - (UniCase::ascii("pryamids"), &["pyramids"]), - (UniCase::ascii("barbarin"), &["barbarian"]), - (UniCase::ascii("calgarry"), &["calgary"]), - (UniCase::ascii("convervatism"), &["conservatism"]), - (UniCase::ascii("relentlesly"), &["relentlessly"]), - (UniCase::ascii("socailized"), &["socialized"]), - (UniCase::ascii("jsut"), &["just"]), - (UniCase::ascii("funcitons"), &["functions"]), - (UniCase::ascii("disagreemet"), &["disagreements"]), - (UniCase::ascii("assisst"), &["assists"]), - (UniCase::ascii("outwieghs"), &["outweighs"]), - (UniCase::ascii("passpost"), &["passports"]), - (UniCase::ascii("apocalytpic"), &["apocalyptic"]), - (UniCase::ascii("homelessess"), &["homelessness"]), - (UniCase::ascii("prolitariat"), &["proletariat"]), - (UniCase::ascii("thereotical"), &["theoretical"]), - (UniCase::ascii("pronunciaton"), &["pronunciation"]), - (UniCase::ascii("interferisce"), &["interferes"]), - (UniCase::ascii("rudimentery"), &["rudimentary"]), - (UniCase::ascii("overpopulaton"), &["overpopulation"]), - (UniCase::ascii("hafltime"), &["halftime"]), - (UniCase::ascii("consequente"), &["consequence"]), - (UniCase::ascii("culiminating"), &["culminating"]), - (UniCase::ascii("complition"), &["completion"]), - (UniCase::ascii("paltform"), &["platform"]), - (UniCase::ascii("propehcy"), &["prophecy"]), - (UniCase::ascii("distribuer"), &["distribute"]), - (UniCase::ascii("occassionaly"), &["occasionally"]), - (UniCase::ascii("furthremore"), &["furthermore"]), - (UniCase::ascii("firts"), &["flirts"]), - (UniCase::ascii("mastrubation"), &["masturbation"]), - (UniCase::ascii("brianwashed"), &["brainwashed"]), - (UniCase::ascii("redundent"), &["redundant"]), - (UniCase::ascii("extravagina"), &["extravagant"]), - (UniCase::ascii("chromasomes"), &["chromosomes"]), - (UniCase::ascii("distinations"), &["distinctions"]), - (UniCase::ascii("babysite"), &["babysitter"]), - (UniCase::ascii("iconclastic"), &["iconoclastic"]), - (UniCase::ascii("rethorical"), &["rhetorical"]), - (UniCase::ascii("maylasia"), &["malaysia"]), - (UniCase::ascii("authenticor"), &["authenticator"]), - (UniCase::ascii("cubcile"), &["cubicle"]), - (UniCase::ascii("paramter"), &["parameter"]), - (UniCase::ascii("wariwck"), &["warwick"]), - (UniCase::ascii("homophopic"), &["homophobic"]), - (UniCase::ascii("pathifnder"), &["pathfinder"]), - (UniCase::ascii("elimenates"), &["eliminates"]), - (UniCase::ascii("alltime"), &["all-time"]), - (UniCase::ascii("imigrant"), &["emigrant"]), - (UniCase::ascii("lifestel"), &["lifesteal"]), - (UniCase::ascii("moistutizer"), &["moisturizer"]), - (UniCase::ascii("arthrits"), &["arthritis"]), - (UniCase::ascii("shopkeeepers"), &["shopkeepers"]), - (UniCase::ascii("hybridus"), &["hybrids"]), - (UniCase::ascii("discrption"), &["discretion"]), - (UniCase::ascii("patheitc"), &["pathetic"]), - (UniCase::ascii("travles"), &["travels"]), - (UniCase::ascii("percepted"), &["perceived"]), - (UniCase::ascii("negotiatin"), &["negotiations"]), - (UniCase::ascii("existet"), &["existent"]), - (UniCase::ascii("unappeasing"), &["unappealing"]), - (UniCase::ascii("teleportaton"), &["teleportation"]), - (UniCase::ascii("captiol"), &["capitol"]), - (UniCase::ascii("survivebility"), &["survivability"]), - (UniCase::ascii("levicitus"), &["leviticus"]), - (UniCase::ascii("reccomendations"), &["recommendations"]), - (UniCase::ascii("tendincies"), &["tendencies"]), - (UniCase::ascii("challegner"), &["challenger"]), - (UniCase::ascii("demonstre"), &["demonstrate"]), - (UniCase::ascii("geniunely"), &["genuinely"]), - (UniCase::ascii("predomiantly"), &["predominately"]), - (UniCase::ascii("perview"), &["preview"]), - (UniCase::ascii("inforgivable"), &["unforgivable"]), - (UniCase::ascii("gratuidous"), &["gratuitous"]), - (UniCase::ascii("simulatenously"), &["simultaneously"]), - (UniCase::ascii("activly"), &["actively"]), - (UniCase::ascii("sednetary"), &["sedentary"]), - (UniCase::ascii("transgended"), &["transgendered"]), - (UniCase::ascii("sympaty"), &["sympathy"]), - (UniCase::ascii("illustraties"), &["illustrate"]), - (UniCase::ascii("genisues"), &["geniuses"]), - (UniCase::ascii("onot"), &["note"]), - (UniCase::ascii("exellent"), &["excellent"]), - (UniCase::ascii("symphatizers"), &["sympathizers"]), - (UniCase::ascii("malayisa"), &["malaysia"]), - (UniCase::ascii("anayltics"), &["analytics"]), - (UniCase::ascii("vulnerabilites"), &["vulnerabilities"]), - (UniCase::ascii("negotiatied"), &["negotiate"]), - (UniCase::ascii("personaly"), &["personally"]), - (UniCase::ascii("consultato"), &["consultation"]), - (UniCase::ascii("contirbuted"), &["contributed"]), - (UniCase::ascii("entreprener"), &["entrepreneurs"]), - (UniCase::ascii("cynicisim"), &["cynicism"]), - (UniCase::ascii("norhtwestern"), &["northwestern"]), - (UniCase::ascii("tranistioning"), &["transitioning"]), - (UniCase::ascii("ipubrofen"), &["ibuprofen"]), - (UniCase::ascii("muscially"), &["musically"]), - (UniCase::ascii("socialogical"), &["sociological"]), - (UniCase::ascii("dispairty"), &["disparity"]), - (UniCase::ascii("qaulifications"), &["qualification"]), - (UniCase::ascii("imperialstic"), &["imperialist"]), - (UniCase::ascii("restircts"), &["restricts"]), - (UniCase::ascii("headphoens"), &["headphones"]), - (UniCase::ascii("landscspe"), &["landscapes"]), - (UniCase::ascii("essencial"), &["essential"]), - (UniCase::ascii("comaprable"), &["comparable"]), - (UniCase::ascii("denomenations"), &["denominations"]), - (UniCase::ascii("arrangerad"), &["arranged"]), - (UniCase::ascii("cemetaries"), &["cemeteries"]), - (UniCase::ascii("disagres"), &["disagrees"]), - (UniCase::ascii("coutnering"), &["countering"]), - (UniCase::ascii("postive"), &["positive"]), - (UniCase::ascii("earhtbound"), &["earthbound"]), - (UniCase::ascii("essentias"), &["essentials"]), - (UniCase::ascii("obivously"), &["obviously"]), - (UniCase::ascii("assisnate"), &["assassinate"]), - (UniCase::ascii("forhead"), &["forehead"]), - (UniCase::ascii("acceptabel"), &["acceptable"]), - (UniCase::ascii("blueburries"), &["blueberries"]), - (UniCase::ascii("proficit"), &["proficient"]), - (UniCase::ascii("conplimented"), &["complimented"]), - (UniCase::ascii("protagnoists"), &["protagonists"]), - (UniCase::ascii("wih"), &["with"]), - (UniCase::ascii("jalibroken"), &["jailbroken"]), - (UniCase::ascii("feminint"), &["femininity"]), - (UniCase::ascii("pretentous"), &["pretentious"]), - (UniCase::ascii("defensivly"), &["defensively"]), - (UniCase::ascii("pacifit"), &["pacifist"]), - (UniCase::ascii("saterdays"), &["saturdays"]), - (UniCase::ascii("sumbarines"), &["submarines"]), - (UniCase::ascii("westminser"), &["westminster"]), - (UniCase::ascii("underratted"), &["underrated"]), - (UniCase::ascii("unknowinly"), &["unknowingly"]), - (UniCase::ascii("annoucning"), &["announcing"]), - (UniCase::ascii("anniversay"), &["anniversary"]), - (UniCase::ascii("acedemically"), &["academically"]), - (UniCase::ascii("strategice"), &["strategies"]), - (UniCase::ascii("extraordinay"), &["extraordinary"]), - (UniCase::ascii("trailes"), &["trailers"]), - (UniCase::ascii("descenting"), &["descending"]), - (UniCase::ascii("completeds"), &["completes"]), - (UniCase::ascii("constuction"), &["construction"]), - (UniCase::ascii("blacony"), &["balcony"]), - (UniCase::ascii("excedded"), &["exceeded"]), - (UniCase::ascii("valuabe"), &["valuable"]), - (UniCase::ascii("tolkein"), &["tolkien"]), - (UniCase::ascii("additonal"), &["additional"]), - (UniCase::ascii("progerssion"), &["progressions"]), - (UniCase::ascii("redundany"), &["redundancy"]), - (UniCase::ascii("armagedddon"), &["armageddon"]), - (UniCase::ascii("astronouts"), &["astronauts"]), - (UniCase::ascii("coordinants"), &["coordinates"]), - (UniCase::ascii("reinitalizes"), &["reinitializes"]), - (UniCase::ascii("varient"), &["variant"]), - (UniCase::ascii("ulterioara"), &["ulterior"]), - (UniCase::ascii("kingdomers"), &["kingdoms"]), - (UniCase::ascii("gaurd"), &["guard"]), - (UniCase::ascii("coordinatior"), &["coordinator"]), - (UniCase::ascii("intrinsecally"), &["intrinsically"]), - (UniCase::ascii("recogniton"), &["recognition"]), - (UniCase::ascii("fundamnetally"), &["fundamentally"]), - (UniCase::ascii("recreationnal"), &["recreational"]), - (UniCase::ascii("injustie"), &["injustices"]), - (UniCase::ascii("presicion"), &["precision"]), - (UniCase::ascii("themselfs"), &["themselves"]), - (UniCase::ascii("misrepresentaiton"), &["misrepresentation"]), - (UniCase::ascii("percenatge"), &["percentages"]), - (UniCase::ascii("millionairres"), &["millionaire"]), - (UniCase::ascii("palystyle"), &["playstyle"]), - (UniCase::ascii("harassement"), &["harassment"]), - (UniCase::ascii("utpoian"), &["utopian"]), - (UniCase::ascii("trickyer"), &["trickery"]), - (UniCase::ascii("antivrius"), &["antivirus"]), - (UniCase::ascii("sidelen"), &["sideline"]), - (UniCase::ascii("reveral"), &["reversal"]), - (UniCase::ascii("factorys"), &["factors"]), - (UniCase::ascii("intestinos"), &["intestines"]), - (UniCase::ascii("relpased"), &["relapsed"]), - (UniCase::ascii("surprizing"), &["surprising"]), - (UniCase::ascii("hyprocite"), &["hypocrite"]), - (UniCase::ascii("moleststion"), &["molestation"]), - (UniCase::ascii("patriotisim"), &["patriotism"]), - (UniCase::ascii("institutiei"), &["institute"]), - (UniCase::ascii("polgyamy"), &["polygamy"]), - (UniCase::ascii("egotisitcal"), &["egotistical"]), - (UniCase::ascii("sociophatic"), &["sociopathic"]), - (UniCase::ascii("extrapoloate"), &["extrapolate"]), - (UniCase::ascii("collectivos"), &["collections"]), - (UniCase::ascii("brotherhoood"), &["brotherhood"]), - (UniCase::ascii("terrotorial"), &["territorial"]), - (UniCase::ascii("olypmic"), &["olympic"]), - (UniCase::ascii("healthire"), &["healthier"]), - (UniCase::ascii("treausres"), &["treasures"]), - (UniCase::ascii("tepmorarily"), &["temporarily"]), - (UniCase::ascii("dysfucntion"), &["dysfunction"]), - (UniCase::ascii("recongizing"), &["recognizing"]), - (UniCase::ascii("episdoes"), &["episodes"]), - (UniCase::ascii("presidenta"), &["presidential"]), - (UniCase::ascii("registed"), &["registered"]), - (UniCase::ascii("sweidsh"), &["swedish"]), - (UniCase::ascii("statistacally"), &["statistically"]), - (UniCase::ascii("involintary"), &["involuntary"]), - (UniCase::ascii("dictionnary"), &["dictionary"]), - (UniCase::ascii("possessin"), &["possessions"]), - (UniCase::ascii("illistrate"), &["illiterate"]), - (UniCase::ascii("proclamed"), &["proclaimed"]), - (UniCase::ascii("repentent"), &["repentant"]), - (UniCase::ascii("sacrefices"), &["sacrifices"]), - (UniCase::ascii("acknowldge"), &["acknowledge"]), - (UniCase::ascii("desensitzed"), &["desensitized"]), - (UniCase::ascii("objectivs"), &["objectives"]), - (UniCase::ascii("reprtoire"), &["repertoire"]), - (UniCase::ascii("derpatologist"), &["dermatologist"]), - (UniCase::ascii("expection"), &["exception"]), - (UniCase::ascii("teamspek"), &["teamspeak"]), - (UniCase::ascii("gongratulations"), &["congratulations"]), - (UniCase::ascii("spiltter"), &["splitter"]), - (UniCase::ascii("scholarhsips"), &["scholarships"]), - (UniCase::ascii("exculsivly"), &["exclusively"]), - (UniCase::ascii("sacrificas"), &["sacrifices"]), - (UniCase::ascii("enterpirses"), &["enterprises"]), - (UniCase::ascii("fininsh"), &["finnish"]), - (UniCase::ascii("blizzad"), &["blizzard"]), - (UniCase::ascii("intoleranse"), &["intolerance"]), - (UniCase::ascii("similair"), &["similar"]), - (UniCase::ascii("earilest"), &["earliest"]), - (UniCase::ascii("desings"), &["designs"]), - (UniCase::ascii("strawbeery"), &["strawberry"]), - (UniCase::ascii("triolgy"), &["trilogy"]), - (UniCase::ascii("eceonomy"), &["economy"]), - (UniCase::ascii("duplifaces"), &["duplicates"]), - (UniCase::ascii("hallucinaitons"), &["hallucination"]), - (UniCase::ascii("uniquiness"), &["uniqueness"]), - (UniCase::ascii("conservanti"), &["conservation"]), - (UniCase::ascii("snowballls"), &["snowballs"]), - (UniCase::ascii("simliarity"), &["similarity"]), - (UniCase::ascii("unlcean"), &["unclean"]), - (UniCase::ascii("poulations"), &["populations"]), - (UniCase::ascii("tigther"), &["tighter"]), - (UniCase::ascii("perfromances"), &["performances"]), - (UniCase::ascii("disaproval"), &["disapproval"]), - (UniCase::ascii("exercizes"), &["exercise"]), - (UniCase::ascii("facsination"), &["fascination"]), - (UniCase::ascii("subconcsious"), &["subconscious"]), - (UniCase::ascii("braista"), &["barista"]), - (UniCase::ascii("constituite"), &["constitute"]), - (UniCase::ascii("functionailty"), &["functionality"]), - (UniCase::ascii("inconciderate"), &["inconsiderate"]), - (UniCase::ascii("supermarkerts"), &["supermarkets"]), - (UniCase::ascii("narcisissm"), &["narcissism"]), - (UniCase::ascii("vietmanese"), &["vietnamese"]), - (UniCase::ascii("wildreness"), &["wilderness"]), - (UniCase::ascii("binominal"), &["binomial"]), - (UniCase::ascii("implantes"), &["implants"]), - (UniCase::ascii("parlaiment"), &["parliament"]), - (UniCase::ascii("cielings"), &["ceilings"]), - (UniCase::ascii("specifices"), &["specifics"]), - (UniCase::ascii("idealisitic"), &["idealistic"]), - (UniCase::ascii("predominantely"), &["predominantly"]), - (UniCase::ascii("phenomenen"), &["phenomenon"]), - (UniCase::ascii("discreddit"), &["discredited"]), - (UniCase::ascii("campagining"), &["campaigning"]), - (UniCase::ascii("anonimously"), &["anonymously"]), - (UniCase::ascii("dissappear"), &["disappear"]), - (UniCase::ascii("downvoteurs"), &["downvoters"]), - (UniCase::ascii("senzationalist"), &["sensationalist"]), - (UniCase::ascii("appereance"), &["appearance"]), - (UniCase::ascii("fundamentalt"), &["fundamentalist"]), - (UniCase::ascii("containts"), &["contains"]), - (UniCase::ascii("provocatief"), &["provocative"]), - (UniCase::ascii("frientship"), &["friendship"]), - (UniCase::ascii("compensatin"), &["compensation"]), - (UniCase::ascii("permitas"), &["permits"]), - (UniCase::ascii("specialice"), &["specialize"]), - (UniCase::ascii("simplistisch"), &["simplistic"]), - (UniCase::ascii("dissapponted"), &["dissapointed"]), - (UniCase::ascii("ehtereal"), &["ethereal"]), - (UniCase::ascii("interstaller"), &["interstellar"]), - (UniCase::ascii("magnetis"), &["magnets"]), - (UniCase::ascii("affortable"), &["affordable"]), - (UniCase::ascii("projectlie"), &["projectiles"]), - (UniCase::ascii("unrankend"), &["unranked"]), - (UniCase::ascii("identifible"), &["identifiable"]), - (UniCase::ascii("perimetre"), &["perimeter"]), - (UniCase::ascii("imaginatie"), &["imaginative"]), - (UniCase::ascii("compalint"), &["compliant"]), - (UniCase::ascii("nutritian"), &["nutritional"]), - (UniCase::ascii("molestarse"), &["molester"]), - (UniCase::ascii("overwritted"), &["overwrite"]), - (UniCase::ascii("fingernals"), &["fingernails"]), - (UniCase::ascii("possably"), &["possibly"]), - (UniCase::ascii("mulitnational"), &["multinational"]), - (UniCase::ascii("whipsers"), &["whispers"]), - (UniCase::ascii("presitgious"), &["prestigious"]), - (UniCase::ascii("repleacable"), &["replaceable"]), - (UniCase::ascii("comftorably"), &["comfortably"]), - (UniCase::ascii("raelly"), &["really"]), - (UniCase::ascii("inspeccion"), &["inspection"]), - (UniCase::ascii("ameythst"), &["amethyst"]), - (UniCase::ascii("symetrically"), &["symmetrically"]), - (UniCase::ascii("severeid"), &["severed"]), - (UniCase::ascii("liteicon"), &["litecoin"]), - (UniCase::ascii("compagnons"), &["companions"]), - (UniCase::ascii("minimini"), &["minimizing"]), - (UniCase::ascii("typcially"), &["typically"]), - (UniCase::ascii("closeing"), &["closing"]), - (UniCase::ascii("experimentors"), &["experiments"]), - (UniCase::ascii("distrubitions"), &["distributions"]), - (UniCase::ascii("acceptabelt"), &["acceptable"]), - (UniCase::ascii("encompesses"), &["encompasses"]), - (UniCase::ascii("prostitutke"), &["prostitutes"]), - (UniCase::ascii("electrocytes"), &["electrolytes"]), - (UniCase::ascii("pensioen"), &["pension"]), - (UniCase::ascii("armstrog"), &["armstrong"]), - (UniCase::ascii("thermometre"), &["thermometer"]), - (UniCase::ascii("photographyi"), &["photographic"]), - (UniCase::ascii("interpritation"), &["interpretation"]), - (UniCase::ascii("priesthod"), &["priesthood"]), - (UniCase::ascii("coordiantor"), &["coordinator"]), - (UniCase::ascii("earliet"), &["earliest"]), - (UniCase::ascii("ethnaol"), &["ethanol"]), - (UniCase::ascii("corollla"), &["corolla"]), - (UniCase::ascii("epidsodes"), &["episodes"]), - (UniCase::ascii("invurnerable"), &["invulnerable"]), - (UniCase::ascii("italias"), &["italians"]), - (UniCase::ascii("reprihensible"), &["reprehensible"]), - (UniCase::ascii("refernces"), &["references"]), - (UniCase::ascii("acustom"), &["accustom"]), - (UniCase::ascii("roundaboot"), &["roundabout"]), - (UniCase::ascii("ministerns"), &["ministers"]), - (UniCase::ascii("ridiculousy"), &["ridiculously"]), - (UniCase::ascii("defendents"), &["defendants"]), - (UniCase::ascii("objectiviser"), &["objectives"]), - (UniCase::ascii("analtyics"), &["analytics"]), - (UniCase::ascii("minerial"), &["mineral"]), - (UniCase::ascii("prostitues"), &["prostitutes"]), - (UniCase::ascii("represantative"), &["representative"]), - (UniCase::ascii("planeswaller"), &["planeswalker"]), - (UniCase::ascii("whipser"), &["whisper"]), - (UniCase::ascii("wiaters"), &["waiters"]), - (UniCase::ascii("overclockign"), &["overclocking"]), - (UniCase::ascii("plasticos"), &["plastics"]), - (UniCase::ascii("confidenly"), &["confidently"]), - (UniCase::ascii("reinforcemnt"), &["reinforcement"]), - (UniCase::ascii("begining"), &["beginning"]), - (UniCase::ascii("represantations"), &["representations"]), - (UniCase::ascii("expensve"), &["expense"]), - (UniCase::ascii("boradly"), &["broadly"]), - (UniCase::ascii("androiders"), &["androids"]), - (UniCase::ascii("experimentan"), &["experimentation"]), - (UniCase::ascii("carefuly"), &["carefully"]), - (UniCase::ascii("wayword"), &["wayward"]), - (UniCase::ascii("achieveds"), &["achieves"]), - (UniCase::ascii("exerpts"), &["excerpts"]), - (UniCase::ascii("anythign"), &["anything"]), - (UniCase::ascii("obliterared"), &["obliterated"]), - (UniCase::ascii("realtionships"), &["relationships"]), - (UniCase::ascii("chronologicly"), &["chronological"]), - (UniCase::ascii("coutneract"), &["counteract"]), - (UniCase::ascii("sergeat"), &["sergeant"]), - (UniCase::ascii("blockes"), &["blockers"]), - (UniCase::ascii("transgenres"), &["transgender"]), - (UniCase::ascii("superme"), &["supreme"]), - (UniCase::ascii("provinciae"), &["province"]), - (UniCase::ascii("frankenstiens"), &["frankenstein"]), - (UniCase::ascii("bithced"), &["bitched"]), - (UniCase::ascii("respest"), &["respects"]), - (UniCase::ascii("somehtin"), &["somethin"]), - (UniCase::ascii("signfiy"), &["signify"]), - (UniCase::ascii("involunary"), &["involuntary"]), - (UniCase::ascii("prosepct"), &["prospect"]), - (UniCase::ascii("pecuilar"), &["peculiar"]), - (UniCase::ascii("parachutage"), &["parachute"]), - (UniCase::ascii("exclusivelly"), &["exclusively"]), - (UniCase::ascii("represensible"), &["reprehensible"]), - (UniCase::ascii("sovereighnty"), &["sovereignty"]), - (UniCase::ascii("renegeration"), &["regeneration"]), - (UniCase::ascii("conbinations"), &["combinations"]), - (UniCase::ascii("bureaucracts"), &["bureaucrats"]), - (UniCase::ascii("satisfiy"), &["satisfy"]), - (UniCase::ascii("herculeasy"), &["hercules"]), - (UniCase::ascii("mulitplier"), &["multiplier"]), - (UniCase::ascii("proposte"), &["propose"]), - (UniCase::ascii("vaccinet"), &["vaccinated"]), - (UniCase::ascii("surrenderred"), &["surrendered"]), - (UniCase::ascii("departmens"), &["departments"]), - (UniCase::ascii("offensivly"), &["offensively"]), - (UniCase::ascii("revolutionnary"), &["revolutionary"]), - (UniCase::ascii("objecitves"), &["objectives"]), - (UniCase::ascii("photogrpahy"), &["photography"]), - (UniCase::ascii("patronozing"), &["patronizing"]), - (UniCase::ascii("complais"), &["complains"]), - (UniCase::ascii("keyesnian"), &["keynesian"]), - (UniCase::ascii("anthropolgy"), &["anthropology"]), - (UniCase::ascii("apporximately"), &["approximately"]), - (UniCase::ascii("gernades"), &["grenades"]), - (UniCase::ascii("southerton"), &["southern"]), - (UniCase::ascii("handicape"), &["handicapped"]), - (UniCase::ascii("shleters"), &["shelters"]), - (UniCase::ascii("manufacure"), &["manufacture"]), - (UniCase::ascii("casaulity"), &["causality"]), - (UniCase::ascii("interpretating"), &["interpretation"]), - (UniCase::ascii("vacciante"), &["vaccinate"]), - (UniCase::ascii("heartbraker"), &["heartbreak"]), - (UniCase::ascii("mininterpreting"), &["misinterpreting"]), - (UniCase::ascii("disspiate"), &["dissipate"]), - (UniCase::ascii("grifeing"), &["griefing"]), - (UniCase::ascii("intimidatin"), &["intimidation"]), - (UniCase::ascii("erroenous"), &["erroneous"]), - (UniCase::ascii("chronichles"), &["chronicles"]), - (UniCase::ascii("intiutively"), &["intuitively"]), - (UniCase::ascii("restaraunteurs"), &["restaurateurs"]), - (UniCase::ascii("unexpectetly"), &["unexpectedly"]), - (UniCase::ascii("pharamcy"), &["pharmacy"]), - (UniCase::ascii("indefinitly"), &["indefinitely"]), - (UniCase::ascii("prescirption"), &["prescriptions"]), - (UniCase::ascii("readmition"), &["readmission"]), - (UniCase::ascii("incongito"), &["incognito"]), - (UniCase::ascii("chinmey"), &["chimney"]), - (UniCase::ascii("impressons"), &["impressions"]), - (UniCase::ascii("complaince"), &["compliance"]), - (UniCase::ascii("deadlfit"), &["deadlift"]), - (UniCase::ascii("spilnter"), &["splinter"]), - (UniCase::ascii("malfuncting"), &["malfunction"]), - (UniCase::ascii("nutricious"), &["nutritious"]), - (UniCase::ascii("deterministc"), &["deterministic"]), - (UniCase::ascii("spotfiy"), &["spotify"]), - (UniCase::ascii("statictics"), &["statistics"]), - (UniCase::ascii("interpretarem"), &["interpreter"]), - (UniCase::ascii("pacthes"), &["patches"]), - (UniCase::ascii("lnowledgable"), &["knowledgable"]), - (UniCase::ascii("reitres"), &["retires"]), - (UniCase::ascii("infidility"), &["infidelity"]), - (UniCase::ascii("clausens"), &["clauses"]), - (UniCase::ascii("controdictions"), &["contradictions"]), - (UniCase::ascii("wrestlewar"), &["wrestler"]), - (UniCase::ascii("fundementally"), &["fundamentally"]), - (UniCase::ascii("confessino"), &["confessions"]), - (UniCase::ascii("spellig"), &["spelling"]), - (UniCase::ascii("prohibt"), &["prohibit"]), - (UniCase::ascii("mudering"), &["murdering"]), - (UniCase::ascii("concurret"), &["concurrent"]), - (UniCase::ascii("resloved"), &["resolved"]), - (UniCase::ascii("melborune"), &["melbourne"]), - (UniCase::ascii("descuss"), &["discuss"]), - (UniCase::ascii("cheronbyl"), &["chernobyl"]), - (UniCase::ascii("deadlifters"), &["deadlifts"]), - (UniCase::ascii("listeneres"), &["listeners"]), - (UniCase::ascii("pleasent"), &["pleasant"]), - (UniCase::ascii("japanes"), &["japanese"]), - (UniCase::ascii("outperfom"), &["outperform"]), - (UniCase::ascii("incompetente"), &["incompetence"]), - (UniCase::ascii("haricut"), &["haircut"]), - (UniCase::ascii("prominantly"), &["prominently"]), - (UniCase::ascii("suggestief"), &["suggestive"]), - (UniCase::ascii("corrisponds"), &["corresponds"]), - (UniCase::ascii("proponenets"), &["proponents"]), - (UniCase::ascii("defamating"), &["defamation"]), - (UniCase::ascii("algorythms"), &["algorithms"]), - (UniCase::ascii("advertis"), &["adverts"]), - (UniCase::ascii("bigorty"), &["bigotry"]), - (UniCase::ascii("partiarchy"), &["patriarchy"]), - (UniCase::ascii("controles"), &["controls"]), - (UniCase::ascii("fertilizier"), &["fertilizer"]), - (UniCase::ascii("squrtile"), &["squirtle"]), - (UniCase::ascii("unisntalled"), &["uninstalled"]), - (UniCase::ascii("morevoer"), &["moreover"]), - (UniCase::ascii("charimsa"), &["charisma"]), - (UniCase::ascii("contraticted"), &["contradicted"]), - (UniCase::ascii("condmen"), &["condemn"]), - (UniCase::ascii("atheltes"), &["athletes"]), - (UniCase::ascii("palster"), &["plaster"]), - (UniCase::ascii("equailty"), &["equality"]), - (UniCase::ascii("differnetly"), &["differently"]), - (UniCase::ascii("euphoriac"), &["euphoric"]), - (UniCase::ascii("undermineres"), &["undermines"]), - (UniCase::ascii("absolutelys"), &["absolutes"]), - (UniCase::ascii("medioce"), &["mediocre"]), - (UniCase::ascii("suspicioulsy"), &["suspiciously"]), - (UniCase::ascii("irridation"), &["irritation"]), - (UniCase::ascii("retroactivley"), &["retroactively"]), - (UniCase::ascii("immediatly"), &["immediately"]), - (UniCase::ascii("ampehtamine"), &["amphetamine"]), - (UniCase::ascii("aleinating"), &["alienating"]), - (UniCase::ascii("encompase"), &["encompass"]), - (UniCase::ascii("neckbeared"), &["neckbeard"]), - (UniCase::ascii("legenderies"), &["legendaries"]), - (UniCase::ascii("reflecto"), &["reflection"]), - (UniCase::ascii("transfarmers"), &["transformers"]), - (UniCase::ascii("plastre"), &["plaster"]), - (UniCase::ascii("legendarios"), &["legendaries"]), - (UniCase::ascii("univercity"), &["university"]), - (UniCase::ascii("ressurected"), &["resurrected"]), - (UniCase::ascii("techincian"), &["technician"]), - (UniCase::ascii("suspicioun"), &["suspicion"]), - (UniCase::ascii("armageddin"), &["armageddon"]), - (UniCase::ascii("astranomical"), &["astronomical"]), - (UniCase::ascii("subscribbing"), &["subscribing"]), - (UniCase::ascii("disobediant"), &["disobedient"]), - (UniCase::ascii("ocassional"), &["occasional"]), - (UniCase::ascii("faboulus"), &["fabulous"]), - (UniCase::ascii("proportionel"), &["proportional"]), - (UniCase::ascii("palistian"), &["palestinian"]), - (UniCase::ascii("overpowred"), &["overpowered"]), - (UniCase::ascii("compensative"), &["compensate"]), - (UniCase::ascii("mosquitto"), &["mosquito"]), - (UniCase::ascii("outrageoulsy"), &["outrageously"]), - (UniCase::ascii("califorina"), &["california"]), - (UniCase::ascii("thoeretically"), &["theoretically"]), - (UniCase::ascii("transmorgs"), &["transforms"]), - (UniCase::ascii("valenca"), &["valencia"]), - (UniCase::ascii("sterilze"), &["sterile"]), - (UniCase::ascii("compatabilities"), &["compatibilities"]), - (UniCase::ascii("detmatologist"), &["dermatologist"]), - (UniCase::ascii("misunterstanding"), &["misunderstandings"]), - (UniCase::ascii("mroe"), &["more"]), - (UniCase::ascii("emabrgo"), &["embargo"]), - (UniCase::ascii("strategisk"), &["strategies"]), - (UniCase::ascii("natrual"), &["natural"]), - (UniCase::ascii("physicis"), &["physicians"]), - (UniCase::ascii("inconsistentcies"), &["inconsistencies"]), - (UniCase::ascii("complainte"), &["complained"]), - (UniCase::ascii("executionor"), &["executioner"]), - (UniCase::ascii("midfeilders"), &["midfielders"]), - (UniCase::ascii("misrepreseted"), &["misrepresented"]), - (UniCase::ascii("cambirdge"), &["cambridge"]), - (UniCase::ascii("southernest"), &["southerners"]), - (UniCase::ascii("insanley"), &["insanely"]), - (UniCase::ascii("pharmacuetical"), &["pharmaceutical"]), - (UniCase::ascii("balitmore"), &["baltimore"]), - (UniCase::ascii("combonations"), &["combinations"]), - (UniCase::ascii("dipthong"), &["diphthong"]), - (UniCase::ascii("dael"), &["deal"]), - (UniCase::ascii("emmited"), &["emitted"]), - (UniCase::ascii("affliation"), &["affliction"]), - (UniCase::ascii("birthdaymas"), &["birthdays"]), - (UniCase::ascii("sanlder"), &["sandler"]), - (UniCase::ascii("presrciption"), &["prescriptions"]), - (UniCase::ascii("orginazations"), &["organizations"]), - (UniCase::ascii("determinare"), &["determine"]), - (UniCase::ascii("spirutually"), &["spiritually"]), - (UniCase::ascii("percession"), &["percussion"]), - (UniCase::ascii("exibitions"), &["exhibitions"]), - (UniCase::ascii("verifiyng"), &["verifying"]), - (UniCase::ascii("scracth"), &["scratch"]), - (UniCase::ascii("provisios"), &["provisions"]), - (UniCase::ascii("dialectes"), &["dialects"]), - (UniCase::ascii("proteines"), &["proteins"]), - (UniCase::ascii("improtantly"), &["importantly"]), - (UniCase::ascii("unsetlling"), &["unsettling"]), - (UniCase::ascii("benghai"), &["benghazi"]), - (UniCase::ascii("captialists"), &["capitalists"]), - (UniCase::ascii("priestood"), &["priesthood"]), - (UniCase::ascii("stretchs"), &["stretches"]), - (UniCase::ascii("acquisation"), &["acquisition"]), - (UniCase::ascii("flimmakers"), &["filmmakers"]), - (UniCase::ascii("metabloic"), &["metabolic"]), - (UniCase::ascii("clerification"), &["clarification"]), - (UniCase::ascii("salavge"), &["salvage"]), - (UniCase::ascii("capatilized"), &["capitalized"]), - (UniCase::ascii("internetest"), &["internets"]), - (UniCase::ascii("progressers"), &["progresses"]), - (UniCase::ascii("bordlerands"), &["borderlands"]), - (UniCase::ascii("surroundigs"), &["surrounds"]), - (UniCase::ascii("attritubes"), &["attributes"]), - (UniCase::ascii("advertisy"), &["adversity"]), - (UniCase::ascii("aseuxal"), &["asexual"]), - (UniCase::ascii("definetly"), &["definitely"]), - (UniCase::ascii("impartirla"), &["impartial"]), - (UniCase::ascii("dortumnd"), &["dortmund"]), - (UniCase::ascii("enforse"), &["enforces"]), - (UniCase::ascii("arguemet"), &["arguement"]), - (UniCase::ascii("inquisator"), &["inquisitor"]), - (UniCase::ascii("correspondig"), &["corresponding"]), - (UniCase::ascii("penisylvania"), &["pennsylvania"]), - (UniCase::ascii("culrpit"), &["culprit"]), - (UniCase::ascii("misdeamenors"), &["misdemeanor"]), - (UniCase::ascii("definutely"), &["definately"]), - (UniCase::ascii("installmant"), &["installment"]), - (UniCase::ascii("sevice"), &["service"]), - (UniCase::ascii("metephysical"), &["metaphysical"]), - (UniCase::ascii("keychan"), &["keychain"]), - (UniCase::ascii("batistia"), &["batista"]), - (UniCase::ascii("electorale"), &["electorate"]), - (UniCase::ascii("probaly"), &["probably"]), - (UniCase::ascii("discribe"), &["describe"]), - (UniCase::ascii("contemt"), &["contempt"]), - (UniCase::ascii("uncannny"), &["uncanny"]), - (UniCase::ascii("kennedey"), &["kennedy"]), - (UniCase::ascii("survivabily"), &["survivability"]), - (UniCase::ascii("reminiscint"), &["reminiscent"]), - (UniCase::ascii("switserland"), &["switzerland"]), - (UniCase::ascii("aesthatics"), &["aesthetics"]), - (UniCase::ascii("problimatic"), &["problematic"]), - (UniCase::ascii("morbildy"), &["morbidly"]), - (UniCase::ascii("evaluacion"), &["evaluation"]), - (UniCase::ascii("spartants"), &["spartans"]), - (UniCase::ascii("correpsondence"), &["correspondence"]), - (UniCase::ascii("gurading"), &["guarding"]), - (UniCase::ascii("spectrail"), &["spectral"]), - (UniCase::ascii("tortillia"), &["tortilla"]), - (UniCase::ascii("kunckle"), &["knuckle"]), - (UniCase::ascii("macthup"), &["matchup"]), - (UniCase::ascii("unawnsered"), &["unanswered"]), - (UniCase::ascii("harrassing"), &["harassing"]), - (UniCase::ascii("disolved"), &["dissolved"]), - (UniCase::ascii("peroids"), &["periods"]), - (UniCase::ascii("somethiung"), &["somethin"]), - (UniCase::ascii("developmnet"), &["developments"]), - (UniCase::ascii("motorcicle"), &["motorcycle"]), - (UniCase::ascii("perfroms"), &["performs"]), - (UniCase::ascii("chekcer"), &["checker"]), - (UniCase::ascii("monumentus"), &["monuments"]), - (UniCase::ascii("repsonsibility"), &["responsibility"]), - (UniCase::ascii("shatnering"), &["shattering"]), - (UniCase::ascii("hesistate"), &["hesitate"]), - (UniCase::ascii("distrupts"), &["distrust"]), - (UniCase::ascii("ambassidor"), &["ambassador"]), - (UniCase::ascii("disciplenary"), &["disciplinary"]), - (UniCase::ascii("psycothic"), &["psychotic"]), - (UniCase::ascii("briuses"), &["bruises"]), - (UniCase::ascii("illumniati"), &["illuminati"]), - (UniCase::ascii("absovle"), &["absolve"]), - (UniCase::ascii("closley"), &["closely"]), - (UniCase::ascii("muscicians"), &["musicians"]), - (UniCase::ascii("cannibalizm"), &["cannibalism"]), - (UniCase::ascii("funcitoning"), &["functioning"]), - (UniCase::ascii("despensaries"), &["dispensaries"]), - (UniCase::ascii("ulterioare"), &["ulterior"]), - (UniCase::ascii("olbiterated"), &["obliterated"]), - (UniCase::ascii("stirkers"), &["strikers"]), - (UniCase::ascii("consolato"), &["consolation"]), - (UniCase::ascii("orientaion"), &["orientation"]), - (UniCase::ascii("billionairres"), &["billionaire"]), - (UniCase::ascii("obilgatory"), &["obligatory"]), - (UniCase::ascii("halluzinations"), &["hallucinations"]), - (UniCase::ascii("insperational"), &["inspirational"]), - (UniCase::ascii("browine"), &["brownie"]), - (UniCase::ascii("posseses"), &["possesses"]), - (UniCase::ascii("laybrinth"), &["labyrinth"]), - (UniCase::ascii("instincitvely"), &["instinctively"]), - (UniCase::ascii("circumsice"), &["circumcised"]), - (UniCase::ascii("indoneisan"), &["indonesian"]), - (UniCase::ascii("legendaryes"), &["legendaries"]), - (UniCase::ascii("twelth"), &["twelfth"]), - (UniCase::ascii("copenahgen"), &["copenhagen"]), - (UniCase::ascii("curisve"), &["cursive"]), - (UniCase::ascii("reffering"), &["referring"]), - (UniCase::ascii("asburdity"), &["absurdity"]), - (UniCase::ascii("tempaltes"), &["templates"]), - (UniCase::ascii("furstrations"), &["frustrations"]), - (UniCase::ascii("offpsring"), &["offspring"]), - (UniCase::ascii("defensivley"), &["defensively"]), - (UniCase::ascii("venezuella"), &["venezuela"]), - (UniCase::ascii("restanti"), &["restarting"]), - (UniCase::ascii("magolia"), &["magnolia"]), - (UniCase::ascii("obstruced"), &["obstructed"]), - (UniCase::ascii("suseptable"), &["susceptible"]), - (UniCase::ascii("protestare"), &["protesters"]), - (UniCase::ascii("fahrenheight"), &["fahrenheit"]), - (UniCase::ascii("porgramme"), &["programme"]), - (UniCase::ascii("blanketts"), &["blankets"]), - (UniCase::ascii("margerat"), &["margaret"]), - (UniCase::ascii("thereotically"), &["theoretically"]), - (UniCase::ascii("undenialbly"), &["undeniably"]), - (UniCase::ascii("mucuous"), &["mucous"]), - (UniCase::ascii("rahpsody"), &["rhapsody"]), - (UniCase::ascii("adquire"), &["acquire"]), - (UniCase::ascii("notablly"), &["notably"]), - (UniCase::ascii("belives"), &["believes"]), - (UniCase::ascii("concepta"), &["conceptual"]), - (UniCase::ascii("chambear"), &["chamber"]), - (UniCase::ascii("applicaple"), &["applicable"]), - (UniCase::ascii("behaivour"), &["behaviour"]), - (UniCase::ascii("dysfunctionnal"), &["dysfunctional"]), - (UniCase::ascii("commiting"), &["committing"]), - (UniCase::ascii("infromed"), &["informed"]), - (UniCase::ascii("emergenices"), &["emergencies"]), - (UniCase::ascii("spesification"), &["specification"]), - (UniCase::ascii("lasagnia"), &["lasagna"]), - (UniCase::ascii("complety"), &["completely"]), - (UniCase::ascii("satisfiction"), &["satisfaction"]), - (UniCase::ascii("holocasut"), &["holocaust"]), - (UniCase::ascii("eliminas"), &["eliminates"]), - (UniCase::ascii("technologicaly"), &["technologically"]), - (UniCase::ascii("dangeroulsy"), &["dangerously"]), - (UniCase::ascii("pattened"), &["patented"]), - (UniCase::ascii("jacksonvillle"), &["jacksonville"]), - (UniCase::ascii("merficul"), &["merciful"]), - (UniCase::ascii("unchangable"), &["unchangeable"]), - (UniCase::ascii("intertwinded"), &["intertwined"]), - (UniCase::ascii("pursuades"), &["persuades"]), - (UniCase::ascii("electon"), &["election"]), - (UniCase::ascii("protfolio"), &["portfolio"]), - (UniCase::ascii("complianed"), &["compliance"]), - (UniCase::ascii("columsn"), &["columns"]), - (UniCase::ascii("presention"), &["presenting"]), - (UniCase::ascii("chimeny"), &["chimney"]), - (UniCase::ascii("emtpy"), &["empty"]), - (UniCase::ascii("idealisim"), &["idealism"]), - (UniCase::ascii("significane"), &["significance"]), - (UniCase::ascii("residule"), &["residue"]), - (UniCase::ascii("preceeds"), &["precedes"]), - (UniCase::ascii("condemend"), &["condemned"]), - (UniCase::ascii("cinncinati"), &["cincinnati"]), - (UniCase::ascii("aritmethic"), &["arithmetic"]), - (UniCase::ascii("revoluiton"), &["revolutions"]), - (UniCase::ascii("schoalrship"), &["scholarships"]), - (UniCase::ascii("initalism"), &["initialism"]), - (UniCase::ascii("synonynous"), &["synonymous"]), - (UniCase::ascii("architechure"), &["architecture"]), - (UniCase::ascii("sykward"), &["skyward"]), - (UniCase::ascii("africanas"), &["africans"]), - (UniCase::ascii("definitlly"), &["definitly"]), - (UniCase::ascii("ambassabor"), &["ambassador"]), - (UniCase::ascii("enchamtment"), &["enchantment"]), - (UniCase::ascii("filesytems"), &["filesystem"]), - (UniCase::ascii("foriegn"), &["foreign"]), - (UniCase::ascii("archetyps"), &["archetypes"]), - (UniCase::ascii("obversation"), &["observation"]), - (UniCase::ascii("commisioned"), &["commissioned"]), - (UniCase::ascii("mexicain"), &["mexican"]), - (UniCase::ascii("compansating"), &["compensating"]), - (UniCase::ascii("governmential"), &["governmental"]), - (UniCase::ascii("collectivelly"), &["collectively"]), - (UniCase::ascii("athesitic"), &["atheistic"]), - (UniCase::ascii("hamburgles"), &["hamburgers"]), - (UniCase::ascii("alphabt"), &["alphabet"]), - (UniCase::ascii("benchamrks"), &["benchmarks"]), - (UniCase::ascii("longitme"), &["longtime"]), - (UniCase::ascii("indepednent"), &["independents"]), - (UniCase::ascii("inapporpriately"), &["inappropriately"]), - (UniCase::ascii("accelarator"), &["accelerator"]), - (UniCase::ascii("confimred"), &["confirmed"]), - (UniCase::ascii("infestaton"), &["infestation"]), - (UniCase::ascii("sentationalism"), &["sensationalism"]), - (UniCase::ascii("protaginst"), &["protagonist"]), - (UniCase::ascii("abberviation"), &["abbreviation"]), - (UniCase::ascii("websties"), &["websites"]), - (UniCase::ascii("inconsistencias"), &["inconsistencies"]), - (UniCase::ascii("supsicions"), &["suspicions"]), - (UniCase::ascii("definltely"), &["definately"]), - (UniCase::ascii("commishioner"), &["commissioner"]), - (UniCase::ascii("menstraul"), &["menstrual"]), - (UniCase::ascii("fatigure"), &["fatigue"]), - (UniCase::ascii("phenonmena"), &["phenomena"]), - (UniCase::ascii("gringeworthy"), &["cringeworthy"]), - (UniCase::ascii("manuevers"), &["maneuvers"]), - (UniCase::ascii("conservato"), &["conservation"]), - (UniCase::ascii("sharpining"), &["sharpening"]), - (UniCase::ascii("arragned"), &["arranged"]), - (UniCase::ascii("discrepany"), &["discrepancy"]), - (UniCase::ascii("parntership"), &["partnership"]), - (UniCase::ascii("persoanlly"), &["personally"]), - (UniCase::ascii("exection"), &["execution"]), - (UniCase::ascii("shaprie"), &["sharpie"]), - (UniCase::ascii("markeras"), &["markers"]), - (UniCase::ascii("apologistics"), &["apologists"]), - (UniCase::ascii("unbeliveably"), &["unbelievably"]), - (UniCase::ascii("convienent"), &["convenient"]), - (UniCase::ascii("alrightty"), &["alrighty"]), - (UniCase::ascii("sqiurtle"), &["squirtle"]), - (UniCase::ascii("deficientcy"), &["deficiency"]), - (UniCase::ascii("conjuncion"), &["conjunction"]), - (UniCase::ascii("corporativo"), &["corporation"]), - (UniCase::ascii("disposicion"), &["disposition"]), - (UniCase::ascii("resolvs"), &["resolves"]), - (UniCase::ascii("containg"), &["containing"]), - (UniCase::ascii("stimulli"), &["stimuli"]), - (UniCase::ascii("magnesuim"), &["magnesium"]), - (UniCase::ascii("consuments"), &["consumes"]), - (UniCase::ascii("comback"), &["comeback"]), - (UniCase::ascii("conflciting"), &["conflicting"]), - (UniCase::ascii("assualt"), &["assault"]), - (UniCase::ascii("illuninati"), &["illuminati"]), - (UniCase::ascii("alterantively"), &["alternatively"]), - (UniCase::ascii("hemingwary"), &["hemingway"]), - (UniCase::ascii("franchies"), &["franchise"]), - (UniCase::ascii("reportedy"), &["reportedly"]), - (UniCase::ascii("arbitary"), &["arbitrary"]), - (UniCase::ascii("orgnaised"), &["organised"]), - (UniCase::ascii("uninteresing"), &["uninteresting"]), - (UniCase::ascii("invalidare"), &["invalidate"]), - (UniCase::ascii("consumation"), &["consumption"]), - (UniCase::ascii("comprassem"), &["compress"]), - (UniCase::ascii("sandwishes"), &["sandwiches"]), - (UniCase::ascii("sweathsirt"), &["sweatshirt"]), - (UniCase::ascii("operativos"), &["operations"]), - (UniCase::ascii("addresed"), &["addressed"]), - (UniCase::ascii("commentater"), &["commentator"]), - (UniCase::ascii("consiquently"), &["consequently"]), - (UniCase::ascii("publicher"), &["publisher"]), - (UniCase::ascii("stradegy"), &["strategy"]), - (UniCase::ascii("arival"), &["arrival"]), - (UniCase::ascii("midfied"), &["midfield"]), - (UniCase::ascii("soundtrak"), &["soundtrack"]), - (UniCase::ascii("disconnectme"), &["disconnected"]), - (UniCase::ascii("contorller"), &["controllers"]), - (UniCase::ascii("indivuduals"), &["individuals"]), - (UniCase::ascii("organered"), &["orangered"]), - (UniCase::ascii("separatedly"), &["separately"]), - (UniCase::ascii("esitmates"), &["estimates"]), - (UniCase::ascii("optimizare"), &["optimize"]), - (UniCase::ascii("curcumstances"), &["circumstances"]), - (UniCase::ascii("entreprenures"), &["entrepreneurs"]), - (UniCase::ascii("planeswlaker"), &["planeswalker"]), - (UniCase::ascii("collaborato"), &["collaboration"]), - (UniCase::ascii("fundamentalisme"), &["fundamentals"]), - (UniCase::ascii("socratease"), &["socrates"]), - (UniCase::ascii("chocalates"), &["chocolates"]), - (UniCase::ascii("metropolitain"), &["metropolitan"]), - (UniCase::ascii("generationals"), &["generations"]), - (UniCase::ascii("amunition"), &["ammunition"]), - (UniCase::ascii("unfinsihed"), &["unfinished"]), - (UniCase::ascii("selectivos"), &["selections"]), - (UniCase::ascii("persecutted"), &["persecuted"]), - (UniCase::ascii("progerssive"), &["progressives"]), - (UniCase::ascii("incomaptible"), &["incompatible"]), - (UniCase::ascii("infulential"), &["influential"]), - (UniCase::ascii("syntehtic"), &["synthetic"]), - (UniCase::ascii("foootball"), &["football"]), - (UniCase::ascii("refelct"), &["reflect"]), - (UniCase::ascii("naughtly"), &["naughty"]), - (UniCase::ascii("palestinan"), &["palestinian"]), - (UniCase::ascii("temperement"), &["temperament"]), - (UniCase::ascii("constatn"), &["constant"]), - (UniCase::ascii("prosterity"), &["prosperity"]), - (UniCase::ascii("referign"), &["refering"]), - (UniCase::ascii("heared"), &["heard"]), - (UniCase::ascii("priased"), &["praised"]), - (UniCase::ascii("metophorical"), &["metaphorical"]), - (UniCase::ascii("neckbread"), &["neckbeard"]), - (UniCase::ascii("humanitary"), &["humanity"]), - (UniCase::ascii("alteast"), &["atleast"]), - (UniCase::ascii("imaganitive"), &["imaginative"]), - (UniCase::ascii("protruberance"), &["protuberance"]), - (UniCase::ascii("conditionner"), &["conditioner"]), - (UniCase::ascii("cartriages"), &["cartridges"]), - (UniCase::ascii("suceed"), &["succeed"]), - (UniCase::ascii("contribuito"), &["contribution"]), - (UniCase::ascii("associato"), &["association"]), - (UniCase::ascii("academica"), &["academia"]), - (UniCase::ascii("legendaris"), &["legendaries"]), - (UniCase::ascii("behaivors"), &["behaviors"]), - (UniCase::ascii("sensationable"), &["sensational"]), - (UniCase::ascii("spreadsheeticus"), &["spreadsheets"]), - (UniCase::ascii("competitavely"), &["competitively"]), - (UniCase::ascii("illinos"), &["illinois"]), - (UniCase::ascii("relativy"), &["relativity"]), - (UniCase::ascii("definitiley"), &["definitively"]), - (UniCase::ascii("devolopments"), &["developments"]), - (UniCase::ascii("throast"), &["throats"]), - (UniCase::ascii("communiation"), &["communication"]), - (UniCase::ascii("supsicious"), &["suspicious"]), - (UniCase::ascii("gorgoeus"), &["gorgeous"]), - (UniCase::ascii("fulfullment"), &["fulfillment"]), - (UniCase::ascii("abscence"), &["absence"]), - (UniCase::ascii("tghe"), &["the"]), - (UniCase::ascii("substituto"), &["substitution"]), - (UniCase::ascii("curising"), &["cruising"]), - (UniCase::ascii("uncertianty"), &["uncertainty"]), - (UniCase::ascii("branier"), &["brainer"]), - (UniCase::ascii("fundamentalista"), &["fundamentals"]), - (UniCase::ascii("chocloate"), &["chocolate"]), - (UniCase::ascii("speically"), &["specially"]), - (UniCase::ascii("incarnacion"), &["incarnation"]), - (UniCase::ascii("entierly"), &["entirely"]), - (UniCase::ascii("exercizing"), &["exercising"]), - (UniCase::ascii("uneccesary"), &["unnecessary"]), - (UniCase::ascii("governmetn"), &["governments"]), - (UniCase::ascii("abnormalty"), &["abnormally"]), - (UniCase::ascii("credibilty"), &["credibility"]), - (UniCase::ascii("shakespere"), &["shakespeare"]), - (UniCase::ascii("differentes"), &["differences"]), - (UniCase::ascii("programmme"), &["programme"]), - (UniCase::ascii("hairsytle"), &["hairstyle"]), - (UniCase::ascii("permissie"), &["permissible"]), - (UniCase::ascii("heartbeart"), &["heartbeat"]), - (UniCase::ascii("ismalist"), &["islamist"]), - (UniCase::ascii("herculees"), &["hercules"]), - (UniCase::ascii("athletiscm"), &["athleticism"]), - (UniCase::ascii("tragicallly"), &["tragically"]), - (UniCase::ascii("ininterested"), &["uninterested"]), - (UniCase::ascii("resistend"), &["resisted"]), - (UniCase::ascii("connecticuit"), &["connecticut"]), - (UniCase::ascii("appretiate"), &["appreciate"]), - (UniCase::ascii("analystes"), &["analysts"]), - (UniCase::ascii("constituintes"), &["constituents"]), - (UniCase::ascii("deneirs"), &["deniers"]), - (UniCase::ascii("empahsizing"), &["emphasizing"]), - (UniCase::ascii("compreses"), &["compress"]), - (UniCase::ascii("diskrimination"), &["discrimination"]), - (UniCase::ascii("littlefiger"), &["littlefinger"]), - (UniCase::ascii("profitabel"), &["profitable"]), - (UniCase::ascii("annointed"), &["anointed"]), - (UniCase::ascii("corrupcion"), &["corruption"]), - (UniCase::ascii("precautios"), &["precautions"]), - (UniCase::ascii("touchscren"), &["touchscreen"]), - (UniCase::ascii("wriet"), &["write"]), - (UniCase::ascii("generalizare"), &["generalize"]), - (UniCase::ascii("repostus"), &["reposts"]), - (UniCase::ascii("disaapoint"), &["disappoint"]), - (UniCase::ascii("conveneince"), &["convenience"]), - (UniCase::ascii("carbohidrates"), &["carbohydrates"]), - (UniCase::ascii("florene"), &["florence"]), - (UniCase::ascii("maintainance"), &["maintenance"]), - (UniCase::ascii("bifgoot"), &["bigfoot"]), - (UniCase::ascii("abosrbed"), &["absorbed"]), - (UniCase::ascii("resignacion"), &["resignation"]), - (UniCase::ascii("indepedence"), &["independence"]), - (UniCase::ascii("philosiphies"), &["philosophies"]), - (UniCase::ascii("becnhmark"), &["benchmark"]), - (UniCase::ascii("metephorical"), &["metaphorical"]), - (UniCase::ascii("enthisiast"), &["enthusiast"]), - (UniCase::ascii("spreadhseet"), &["spreadsheet"]), - (UniCase::ascii("heapdhones"), &["headphones"]), - (UniCase::ascii("foresseable"), &["foreseeable"]), - (UniCase::ascii("polutes"), &["pollutes"]), - (UniCase::ascii("restructing"), &["restricting"]), - (UniCase::ascii("umcomfortable"), &["uncomfortable"]), - (UniCase::ascii("accicently"), &["accidently"]), - (UniCase::ascii("konws"), &["knows"]), - (UniCase::ascii("renetkon"), &["renekton"]), - (UniCase::ascii("transfored"), &["transformed"]), - (UniCase::ascii("unecessary"), &["unnecessary"]), - (UniCase::ascii("effectivelly"), &["effectively"]), - (UniCase::ascii("toursim"), &["tourism"]), - (UniCase::ascii("liasion"), &["liaison"]), - (UniCase::ascii("reflektion"), &["reflection"]), - (UniCase::ascii("pretensive"), &["pretense"]), - (UniCase::ascii("vitamis"), &["vitamins"]), - (UniCase::ascii("retunred"), &["returned"]), - (UniCase::ascii("chronosome"), &["chromosome"]), - (UniCase::ascii("supirsed"), &["suprised"]), - (UniCase::ascii("penssylvania"), &["pennsylvania"]), - (UniCase::ascii("unrepetent"), &["unrepentant"]), - (UniCase::ascii("abrutply"), &["abruptly"]), - (UniCase::ascii("ditactorship"), &["dictatorship"]), - (UniCase::ascii("penisula"), &["peninsula"]), - (UniCase::ascii("manipule"), &["manipulate"]), - (UniCase::ascii("swearshirt"), &["sweatshirt"]), - (UniCase::ascii("concusssion"), &["concussions"]), - (UniCase::ascii("stimulat"), &["stimulants"]), - (UniCase::ascii("sorceror"), &["sorcerer"]), - (UniCase::ascii("carachter"), &["character"]), - (UniCase::ascii("definitlry"), &["definitly"]), - (UniCase::ascii("illigetimate"), &["illegitimate"]), - (UniCase::ascii("advantagious"), &["advantageous"]), - (UniCase::ascii("reptuation"), &["reputation"]), - (UniCase::ascii("nuetered"), &["neutered"]), - (UniCase::ascii("leceister"), &["leicester"]), - (UniCase::ascii("prerequites"), &["prerequisite"]), - (UniCase::ascii("parituclar"), &["particular"]), - (UniCase::ascii("reslove"), &["resolve"]), - (UniCase::ascii("apologizeing"), &["apologizing"]), - (UniCase::ascii("eleminating"), &["eliminating"]), - (UniCase::ascii("forsekan"), &["forsaken"]), - (UniCase::ascii("defineatly"), &["definately"]), - (UniCase::ascii("slefishness"), &["selfishness"]), - (UniCase::ascii("percentille"), &["percentile"]), - (UniCase::ascii("approximetly"), &["approximately"]), - (UniCase::ascii("californai"), &["californian"]), - (UniCase::ascii("satruday"), &["saturday"]), - (UniCase::ascii("retribuiton"), &["retribution"]), - (UniCase::ascii("interactue"), &["interacted"]), - (UniCase::ascii("commericially"), &["commercially"]), - (UniCase::ascii("problemita"), &["problematic"]), - (UniCase::ascii("floursih"), &["flourish"]), - (UniCase::ascii("bruglar"), &["burglar"]), - (UniCase::ascii("materialsim"), &["materialism"]), - (UniCase::ascii("friendsies"), &["friendlies"]), - (UniCase::ascii("refrigerador"), &["refrigerator"]), - (UniCase::ascii("inisghts"), &["insights"]), - (UniCase::ascii("consultate"), &["consultant"]), - (UniCase::ascii("calulated"), &["calculated"]), - (UniCase::ascii("seperated"), &["separated"]), - (UniCase::ascii("interlectuals"), &["intellectuals"]), - (UniCase::ascii("minoins"), &["minions"]), - (UniCase::ascii("insturment"), &["instrument"]), - (UniCase::ascii("tempuratures"), &["temperatures"]), - (UniCase::ascii("recongize"), &["recognize"]), - (UniCase::ascii("tranformed"), &["transformed"]), - (UniCase::ascii("vyer"), &["very"]), - (UniCase::ascii("desitny"), &["destiny"]), - (UniCase::ascii("manufacutrers"), &["manufactures"]), - (UniCase::ascii("birmingharam"), &["birmingham"]), - (UniCase::ascii("bangaldeshi"), &["bangladesh"]), - (UniCase::ascii("perpendicualr"), &["perpendicular"]), - (UniCase::ascii("skeptis"), &["skeptics"]), - (UniCase::ascii("compositie"), &["composite"]), - (UniCase::ascii("successfull"), &["successful"]), - (UniCase::ascii("fanservise"), &["fanservice"]), - (UniCase::ascii("misrepresention"), &["misrepresenting"]), - (UniCase::ascii("masturbaited"), &["masturbated"]), - (UniCase::ascii("marixsm"), &["marxism"]), - (UniCase::ascii("longtiem"), &["longtime"]), - (UniCase::ascii("deficately"), &["definately"]), - (UniCase::ascii("substitude"), &["substitute"]), - (UniCase::ascii("sentamental"), &["sentimental"]), - (UniCase::ascii("substancial"), &["substantial"]), - (UniCase::ascii("interseption"), &["interception"]), - (UniCase::ascii("restauraunt"), &["restaurant"]), - (UniCase::ascii("nutritionnal"), &["nutritional"]), - (UniCase::ascii("prostitures"), &["prostitutes"]), - (UniCase::ascii("capible"), &["capable"]), - (UniCase::ascii("uncontrollabley"), &["uncontrollably"]), - (UniCase::ascii("paramaters"), &["parameters"]), - (UniCase::ascii("frientships"), &["friendships"]), - (UniCase::ascii("conquerers"), &["conquerors"]), - (UniCase::ascii("misintrepreted"), &["misinterpreted"]), - (UniCase::ascii("manufacterurs"), &["manufactures"]), - (UniCase::ascii("parterned"), &["partnered"]), - (UniCase::ascii("celcius"), &["celsius"]), - (UniCase::ascii("possiblility"), &["possibility"]), - (UniCase::ascii("centerns"), &["centers"]), - (UniCase::ascii("reciept"), &["receipt"]), - (UniCase::ascii("vaibility"), &["viability"]), - (UniCase::ascii("becuase"), &["because"]), - (UniCase::ascii("stationy"), &["stationary"]), - (UniCase::ascii("reconcider"), &["reconsider"]), - (UniCase::ascii("sponteneously"), &["spontaneously"]), - (UniCase::ascii("competetion"), &["competition"]), - (UniCase::ascii("counterfeight"), &["counterfeit"]), - (UniCase::ascii("disptach"), &["dispatch"]), - (UniCase::ascii("expidetion"), &["expedition"]), - (UniCase::ascii("relized"), &["realised"]), - (UniCase::ascii("antibiodics"), &["antibiotics"]), - (UniCase::ascii("skillshoots"), &["skillshots"]), - (UniCase::ascii("carefullly"), &["carefully"]), - (UniCase::ascii("littel"), &["little"]), - (UniCase::ascii("imperavi"), &["imperative"]), - (UniCase::ascii("discoveryd"), &["discovered"]), - (UniCase::ascii("fossiles"), &["fossils"]), - (UniCase::ascii("excpetionally"), &["exceptionally"]), - (UniCase::ascii("recuriter"), &["recruiter"]), - (UniCase::ascii("permade"), &["premade"]), - (UniCase::ascii("stablizied"), &["stabilized"]), - (UniCase::ascii("unsubscribade"), &["unsubscribed"]), - (UniCase::ascii("storytellling"), &["storytelling"]), - (UniCase::ascii("detalied"), &["detailed"]), - (UniCase::ascii("captial"), &["capital"]), - (UniCase::ascii("exclusivs"), &["exclusives"]), - (UniCase::ascii("mushrom"), &["mushroom"]), - (UniCase::ascii("undergradute"), &["undergraduate"]), - (UniCase::ascii("bestaility"), &["bestiality"]), - (UniCase::ascii("asnwering"), &["answering"]), - (UniCase::ascii("blackhaws"), &["blackhawks"]), - (UniCase::ascii("populare"), &["popular"]), - (UniCase::ascii("sasy"), &["says"]), - (UniCase::ascii("relevations"), &["revelations"]), - (UniCase::ascii("overclicked"), &["overclocked"]), - (UniCase::ascii("negoitations"), &["negotiations"]), - (UniCase::ascii("bureaucrasy"), &["bureaucrats"]), - (UniCase::ascii("vociemail"), &["voicemail"]), - (UniCase::ascii("neruons"), &["neurons"]), - (UniCase::ascii("whsipered"), &["whispered"]), - (UniCase::ascii("blaspehmy"), &["blasphemy"]), - (UniCase::ascii("discriminted"), &["discriminated"]), - (UniCase::ascii("derogotary"), &["derogatory"]), - (UniCase::ascii("ejacualtion"), &["ejaculation"]), - (UniCase::ascii("catacylsm"), &["cataclysm"]), - (UniCase::ascii("patenterad"), &["patented"]), - (UniCase::ascii("prerequiste"), &["prerequisite"]), - (UniCase::ascii("recivership"), &["receivership"]), - (UniCase::ascii("troling"), &["trolling"]), - (UniCase::ascii("specias"), &["specials"]), - (UniCase::ascii("calculationg"), &["calculating"]), - (UniCase::ascii("criticos"), &["critics"]), - (UniCase::ascii("deffined"), &["defined"]), - (UniCase::ascii("isntalling"), &["installing"]), - (UniCase::ascii("orginize"), &["organise"]), - (UniCase::ascii("levetates"), &["levitates"]), - (UniCase::ascii("diagnotics"), &["diagnostic"]), - (UniCase::ascii("curatin"), &["curtain"]), - (UniCase::ascii("sucessfuly"), &["successfully"]), - (UniCase::ascii("insentivised"), &["insensitive"]), - (UniCase::ascii("individuels"), &["individuals"]), - (UniCase::ascii("incompatable"), &["incompatible"]), - (UniCase::ascii("discepline"), &["discipline"]), - (UniCase::ascii("tradisional"), &["traditional"]), - (UniCase::ascii("realisticaly"), &["realistically"]), - (UniCase::ascii("distribuit"), &["distribute"]), - (UniCase::ascii("proporting"), &["proportion"]), - (UniCase::ascii("prosectuor"), &["prosecutor"]), - (UniCase::ascii("contriction"), &["contraction"]), - (UniCase::ascii("kintergarten"), &["kindergarten"]), - (UniCase::ascii("underwhleming"), &["underwhelming"]), - (UniCase::ascii("capitalsit"), &["capitalists"]), - (UniCase::ascii("arrengements"), &["arrangements"]), - (UniCase::ascii("credibillity"), &["credibility"]), - (UniCase::ascii("hindisght"), &["hindsight"]), - (UniCase::ascii("cilnatro"), &["cilantro"]), - (UniCase::ascii("comaptible"), &["compatible"]), - (UniCase::ascii("inaccuricies"), &["inaccuracies"]), - (UniCase::ascii("receptie"), &["receptive"]), - (UniCase::ascii("literture"), &["literature"]), - (UniCase::ascii("dogding"), &["dodging"]), - (UniCase::ascii("affectionnate"), &["affectionate"]), - (UniCase::ascii("egotistcal"), &["egotistical"]), - (UniCase::ascii("renaiisance"), &["renaissance"]), - (UniCase::ascii("discontiued"), &["discontinued"]), - (UniCase::ascii("cababilities"), &["capabilities"]), - (UniCase::ascii("discograhy"), &["discography"]), - (UniCase::ascii("programmar"), &["programmer"]), - (UniCase::ascii("possesse"), &["possessive"]), - (UniCase::ascii("stationd"), &["stationed"]), - (UniCase::ascii("introduceras"), &["introduces"]), - (UniCase::ascii("adresable"), &["addressable"]), - (UniCase::ascii("registraion"), &["registration"]), - (UniCase::ascii("obsessie"), &["obsessive"]), - (UniCase::ascii("francaises"), &["franchises"]), - (UniCase::ascii("matieralism"), &["materialism"]), - (UniCase::ascii("funtion"), &["function"]), - (UniCase::ascii("persuit"), &["pursuit"]), - (UniCase::ascii("downroaded"), &["downgraded"]), - (UniCase::ascii("annihilaton"), &["annihilation"]), - (UniCase::ascii("attactments"), &["attachments"]), - (UniCase::ascii("ellitpical"), &["elliptical"]), - (UniCase::ascii("premission"), &["permission"]), - (UniCase::ascii("inevidably"), &["inevitably"]), - (UniCase::ascii("persistente"), &["persistence"]), - (UniCase::ascii("nautulis"), &["nautilus"]), - (UniCase::ascii("compulsorary"), &["compulsory"]), - (UniCase::ascii("ingocnito"), &["incognito"]), - (UniCase::ascii("hydratin"), &["hydration"]), - (UniCase::ascii("declarasen"), &["declares"]), - (UniCase::ascii("transaciton"), &["transactions"]), - (UniCase::ascii("stampade"), &["stamped"]), - (UniCase::ascii("photograhs"), &["photographs"]), - (UniCase::ascii("luckilly"), &["luckily"]), - (UniCase::ascii("xeonphobic"), &["xenophobic"]), - (UniCase::ascii("assassinats"), &["assassins"]), - (UniCase::ascii("genersl"), &["generals"]), - (UniCase::ascii("insurence"), &["insurance"]), - (UniCase::ascii("autoattak"), &["autoattack"]), - (UniCase::ascii("becusae"), &["becuase"]), - (UniCase::ascii("perforamnce"), &["performances"]), - (UniCase::ascii("explossive"), &["explosives"]), - (UniCase::ascii("largley"), &["largely"]), - (UniCase::ascii("phenomenonal"), &["phenomenal"]), - (UniCase::ascii("reaveled"), &["revealed"]), - (UniCase::ascii("ingestigator"), &["investigator"]), - (UniCase::ascii("uncertainity"), &["uncertainty"]), - (UniCase::ascii("bargaing"), &["bargaining"]), - (UniCase::ascii("stationair"), &["stationary"]), - (UniCase::ascii("aforementioend"), &["aforementioned"]), - (UniCase::ascii("epilgoue"), &["epilogue"]), - (UniCase::ascii("guardains"), &["guardians"]), - (UniCase::ascii("invertes"), &["inverse"]), - (UniCase::ascii("warrenties"), &["warranties"]), - (UniCase::ascii("cailbre"), &["calibre"]), - (UniCase::ascii("discusison"), &["discussions"]), - (UniCase::ascii("southanpton"), &["southampton"]), - (UniCase::ascii("conversaiton"), &["conversations"]), - (UniCase::ascii("terminolgy"), &["terminology"]), - (UniCase::ascii("unfortunetly"), &["unfortunately"]), - (UniCase::ascii("manupulative"), &["manipulative"]), - (UniCase::ascii("atributed"), &["attributed"]), - (UniCase::ascii("corinthias"), &["corinthians"]), - (UniCase::ascii("hanuted"), &["haunted"]), - (UniCase::ascii("presumputous"), &["presumptuous"]), - (UniCase::ascii("ukranian"), &["ukrainian"]), - (UniCase::ascii("dispensiries"), &["dispensaries"]), - (UniCase::ascii("gynmastics"), &["gymnastics"]), - (UniCase::ascii("priases"), &["praises"]), - (UniCase::ascii("viloently"), &["violently"]), - (UniCase::ascii("developement"), &["development"]), - (UniCase::ascii("austrain"), &["austrian"]), - (UniCase::ascii("blueberrries"), &["blueberries"]), - (UniCase::ascii("descened"), &["descend"]), - (UniCase::ascii("drasticlly"), &["drastically"]), - (UniCase::ascii("gamepaly"), &["gameplay"]), - (UniCase::ascii("monolopy"), &["monopoly"]), - (UniCase::ascii("deutchsland"), &["deutschland"]), - (UniCase::ascii("scroates"), &["socrates"]), - (UniCase::ascii("dogmatisch"), &["dogmatic"]), - (UniCase::ascii("cooldows"), &["cooldowns"]), - (UniCase::ascii("corrispondence"), &["correspondence"]), - (UniCase::ascii("conisderation"), &["considerations"]), - (UniCase::ascii("patethic"), &["pathetic"]), - (UniCase::ascii("aboroginal"), &["aboriginal"]), - (UniCase::ascii("ansalisation"), &["nasalisation"]), - (UniCase::ascii("sunconsciously"), &["subconsciously"]), - (UniCase::ascii("imparied"), &["impaired"]), - (UniCase::ascii("authrorities"), &["authorities"]), - (UniCase::ascii("steriotype"), &["stereotype"]), - (UniCase::ascii("repblic"), &["republic"]), - (UniCase::ascii("minipulative"), &["manipulative"]), - (UniCase::ascii("interrputed"), &["interrupted"]), - (UniCase::ascii("fasicsm"), &["fascism"]), - (UniCase::ascii("committe"), &["committee"]), - (UniCase::ascii("malaysain"), &["malaysian"]), - (UniCase::ascii("downvotting"), &["downvoting"]), - (UniCase::ascii("acquantiance"), &["acquaintances"]), - (UniCase::ascii("astronimical"), &["astronomical"]), - (UniCase::ascii("phenomanon"), &["phenomenon"]), - (UniCase::ascii("susceptibile"), &["susceptible"]), - (UniCase::ascii("resistas"), &["resists"]), - (UniCase::ascii("adbomen"), &["abdomen"]), - (UniCase::ascii("spirituallly"), &["spiritually"]), - (UniCase::ascii("assesement"), &["assessment"]), - (UniCase::ascii("qaurterback"), &["quarterback"]), - (UniCase::ascii("shcemes"), &["schemes"]), - (UniCase::ascii("constructivo"), &["construction"]), - (UniCase::ascii("demonination"), &["denominations"]), - (UniCase::ascii("disresepcted"), &["disrespected"]), - (UniCase::ascii("conteiners"), &["contenders"]), - (UniCase::ascii("vulnerabiltiy"), &["vulnerability"]), - (UniCase::ascii("exagguration"), &["exaggeration"]), - (UniCase::ascii("posions"), &["poisons"]), - (UniCase::ascii("mulitation"), &["mutilation"]), - (UniCase::ascii("stornfront"), &["stormfront"]), - (UniCase::ascii("subsizided"), &["subsidized"]), - (UniCase::ascii("perosnas"), &["personas"]), - (UniCase::ascii("glimpes"), &["glimpse"]), - (UniCase::ascii("unpoened"), &["unopened"]), - (UniCase::ascii("transimssion"), &["transmissions"]), - (UniCase::ascii("substituion"), &["substitution"]), - (UniCase::ascii("bristool"), &["bristol"]), - (UniCase::ascii("estoeric"), &["esoteric"]), - (UniCase::ascii("fignerprint"), &["fingerprint"]), - (UniCase::ascii("flechter"), &["fletcher"]), - (UniCase::ascii("repsectful"), &["respectful"]), - (UniCase::ascii("unifroms"), &["uniforms"]), - (UniCase::ascii("ddoging"), &["dodging"]), - (UniCase::ascii("misile"), &["missile"]), - (UniCase::ascii("conjonction"), &["conjunction"]), - (UniCase::ascii("prostitue"), &["prostitute"]), - (UniCase::ascii("adjectivos"), &["adjectives"]), - (UniCase::ascii("apocalype"), &["apocalypse"]), - (UniCase::ascii("ptiched"), &["pitched"]), - (UniCase::ascii("hienous"), &["heinous"]), - (UniCase::ascii("eloctrolytes"), &["electrolytes"]), - (UniCase::ascii("siezure"), &["seizure"]), - (UniCase::ascii("impliments"), &["implements"]), - (UniCase::ascii("constitue"), &["constitutes"]), - (UniCase::ascii("repsots"), &["reposts"]), - (UniCase::ascii("titainum"), &["titanium"]), - (UniCase::ascii("staidum"), &["stadium"]), - (UniCase::ascii("clhorine"), &["chlorine"]), - (UniCase::ascii("peformed"), &["performed"]), - (UniCase::ascii("scholership"), &["scholarship"]), - (UniCase::ascii("amoungst"), &["amongst"]), - (UniCase::ascii("protaganists"), &["protagonists"]), - (UniCase::ascii("undersetimated"), &["underestimated"]), - (UniCase::ascii("hypotethically"), &["hypothetically"]), - (UniCase::ascii("unlockes"), &["unlocks"]), - (UniCase::ascii("hapened"), &["happened"]), - (UniCase::ascii("sotrylines"), &["storylines"]), - (UniCase::ascii("virgings"), &["virgins"]), - (UniCase::ascii("photogrpahers"), &["photographers"]), - (UniCase::ascii("physioligy"), &["physiology"]), - (UniCase::ascii("enginerring"), &["engineering"]), - (UniCase::ascii("dulaity"), &["duality"]), - (UniCase::ascii("idiosynchracies"), &["idiosyncrasies"]), - (UniCase::ascii("asapragus"), &["asparagus"]), - (UniCase::ascii("portrayels"), &["portrays"]), - (UniCase::ascii("destributors"), &["distributors"]), - (UniCase::ascii("superceeded"), &["superseded"]), - (UniCase::ascii("fitlers"), &["filters"]), - (UniCase::ascii("manufacutre"), &["manufactures"]), - (UniCase::ascii("cocktials"), &["cocktails"]), - (UniCase::ascii("maneuveurs"), &["maneuver"]), - (UniCase::ascii("importes"), &["imports"]), - (UniCase::ascii("restricive"), &["restrictive"]), - (UniCase::ascii("strangreal"), &["strangle"]), - (UniCase::ascii("aestethics"), &["aesthetics"]), - (UniCase::ascii("figuritively"), &["figuratively"]), - (UniCase::ascii("encompases"), &["encompasses"]), - (UniCase::ascii("attackerasu"), &["attackers"]), - (UniCase::ascii("commencera"), &["commerce"]), - (UniCase::ascii("cheerleeder"), &["cheerleader"]), - (UniCase::ascii("scpeter"), &["scepter"]), - (UniCase::ascii("ridiculled"), &["ridicule"]), - (UniCase::ascii("replicae"), &["replicated"]), - (UniCase::ascii("bilzzcon"), &["blizzcon"]), - (UniCase::ascii("athiesm"), &["atheism"]), - (UniCase::ascii("regulats"), &["regulators"]), - (UniCase::ascii("quantitatve"), &["quantitative"]), - (UniCase::ascii("contestaste"), &["contestants"]), - (UniCase::ascii("interfears"), &["interferes"]), - (UniCase::ascii("missionairy"), &["missionary"]), - (UniCase::ascii("degraged"), &["degrade"]), - (UniCase::ascii("implementos"), &["implements"]), - (UniCase::ascii("oragnizer"), &["organizer"]), - (UniCase::ascii("incidentes"), &["incidents"]), - (UniCase::ascii("pallete"), &["palette"]), - (UniCase::ascii("overshadowered"), &["overshadowed"]), - (UniCase::ascii("predujiced"), &["prejudiced"]), - (UniCase::ascii("critizized"), &["criticized"]), - (UniCase::ascii("cutscenses"), &["cutscene"]), - (UniCase::ascii("gropu"), &["group"]), - (UniCase::ascii("appropraitely"), &["appropriately"]), - (UniCase::ascii("fantistically"), &["fantastically"]), - (UniCase::ascii("pornograpghy"), &["pornography"]), - (UniCase::ascii("psychaitrists"), &["psychiatrists"]), - (UniCase::ascii("silders"), &["sliders"]), - (UniCase::ascii("accountat"), &["accountants"]), - (UniCase::ascii("someoneis"), &["someones"]), - (UniCase::ascii("complience"), &["compliance"]), - (UniCase::ascii("hypethetically"), &["hypothetically"]), - (UniCase::ascii("dissipointed"), &["dissapointed"]), - (UniCase::ascii("expansiones"), &["expansions"]), - (UniCase::ascii("steriods"), &["steroids"]), - (UniCase::ascii("unconvential"), &["unconventional"]), - (UniCase::ascii("jepoardy"), &["jeopardy"]), - (UniCase::ascii("achievments"), &["achievements"]), - (UniCase::ascii("helment"), &["helmet"]), - (UniCase::ascii("tramboline"), &["trampoline"]), - (UniCase::ascii("buisness"), &["business"]), - (UniCase::ascii("victoriuous"), &["victorious"]), - (UniCase::ascii("overhpyed"), &["overhyped"]), - (UniCase::ascii("unbelievibly"), &["unbelievably"]), - (UniCase::ascii("dinasour"), &["dinosaur"]), - (UniCase::ascii("uncomitted"), &["uncommitted"]), - (UniCase::ascii("inheirted"), &["inherited"]), - (UniCase::ascii("aluminim"), &["aluminium"]), - (UniCase::ascii("switzlerand"), &["switzerland"]), - (UniCase::ascii("posicional"), &["positional"]), - (UniCase::ascii("choatic"), &["chaotic"]), - (UniCase::ascii("pronuntiation"), &["pronunciation"]), - (UniCase::ascii("witnissing"), &["witnessing"]), - (UniCase::ascii("proprotionally"), &["proportionally"]), - (UniCase::ascii("inventios"), &["inventions"]), - (UniCase::ascii("excelent"), &["excellent"]), - (UniCase::ascii("rightoues"), &["righteous"]), - (UniCase::ascii("coudlnt"), &["couldnt"]), - (UniCase::ascii("administratiei"), &["administrative"]), - (UniCase::ascii("equilibium"), &["equilibrium"]), - (UniCase::ascii("inevitablity"), &["inevitably"]), - (UniCase::ascii("dimaond"), &["diamond"]), - (UniCase::ascii("promiscus"), &["promiscuous"]), - (UniCase::ascii("criticim"), &["criticisms"]), - (UniCase::ascii("uncencored"), &["uncensored"]), - (UniCase::ascii("destrucion"), &["destruction"]), - (UniCase::ascii("southerers"), &["southerners"]), - (UniCase::ascii("guardianis"), &["guardians"]), - (UniCase::ascii("interpersonnal"), &["interpersonal"]), - (UniCase::ascii("architechturally"), &["architecturally"]), - (UniCase::ascii("trimuph"), &["triumph"]), - (UniCase::ascii("overclockd"), &["overclocked"]), - (UniCase::ascii("compeditive"), &["competitive"]), - (UniCase::ascii("goosegumps"), &["goosebumps"]), - (UniCase::ascii("buddhsim"), &["buddhism"]), - (UniCase::ascii("phsyically"), &["physically"]), - (UniCase::ascii("cigarets"), &["cigarettes"]), - (UniCase::ascii("anthropolgist"), &["anthropologist"]), - (UniCase::ascii("catholacism"), &["catholicism"]), - (UniCase::ascii("transforums"), &["transforms"]), - (UniCase::ascii("hypocrates"), &["hypocrites"]), - (UniCase::ascii("mysteriosly"), &["mysteriously"]), - (UniCase::ascii("simpelst"), &["simplest"]), - (UniCase::ascii("carange"), &["carnage"]), - (UniCase::ascii("menally"), &["mentally"]), - (UniCase::ascii("constitucional"), &["constitutional"]), - (UniCase::ascii("expoliting"), &["exploiting"]), - (UniCase::ascii("consttruction"), &["construction"]), - (UniCase::ascii("descendend"), &["descended"]), - (UniCase::ascii("definatelly"), &["definately"]), - (UniCase::ascii("distinclty"), &["distinctly"]), - (UniCase::ascii("counseil"), &["counsel"]), - (UniCase::ascii("councellor"), &["councillor"]), - (UniCase::ascii("preventation"), &["presentation"]), - (UniCase::ascii("importamt"), &["important"]), - (UniCase::ascii("restrictes"), &["restricts"]), - (UniCase::ascii("boardcasts"), &["broadcasts"]), - (UniCase::ascii("greenhosue"), &["greenhouse"]), - (UniCase::ascii("hillarious"), &["hilarious"]), - (UniCase::ascii("respones"), &["response"]), - (UniCase::ascii("woodworkign"), &["woodworking"]), - (UniCase::ascii("intorverts"), &["introverts"]), - (UniCase::ascii("correctivo"), &["correction"]), - (UniCase::ascii("avilable"), &["available"]), - (UniCase::ascii("haev"), &["have"]), - (UniCase::ascii("referincing"), &["referencing"]), - (UniCase::ascii("recommented"), &["recommended"]), - (UniCase::ascii("priciple"), &["principle"]), - (UniCase::ascii("isntructed"), &["instructed"]), - (UniCase::ascii("obvoiusly"), &["obviously"]), - (UniCase::ascii("indigenos"), &["indigenous"]), - (UniCase::ascii("coefficienct"), &["coefficient"]), - (UniCase::ascii("sofware"), &["software"]), - (UniCase::ascii("prevencion"), &["prevention"]), - (UniCase::ascii("influances"), &["influences"]), - (UniCase::ascii("sacrafices"), &["sacrifices"]), - (UniCase::ascii("parrallelly"), &["parallelly"]), - (UniCase::ascii("vunlerable"), &["vulnerable"]), - (UniCase::ascii("disemination"), &["dissemination"]), - (UniCase::ascii("immaturety"), &["immaturity"]), - (UniCase::ascii("narcissit"), &["narcissist"]), - (UniCase::ascii("infromative"), &["informative"]), - (UniCase::ascii("pesticidas"), &["pesticides"]), - (UniCase::ascii("aethists"), &["atheists"]), - (UniCase::ascii("conveluted"), &["convoluted"]), - (UniCase::ascii("milion"), &["million"]), - (UniCase::ascii("temafights"), &["teamfights"]), - (UniCase::ascii("applicatins"), &["applicants"]), - (UniCase::ascii("relatiation"), &["retaliation"]), - (UniCase::ascii("anorexiac"), &["anorexic"]), - (UniCase::ascii("organistaions"), &["organisations"]), - (UniCase::ascii("amneisa"), &["amnesia"]), - (UniCase::ascii("ealier"), &["earlier"]), - (UniCase::ascii("reflexs"), &["reflexes"]), - (UniCase::ascii("circunstantial"), &["circumstantial"]), - (UniCase::ascii("pharamcist"), &["pharmacist"]), - (UniCase::ascii("attemts"), &["attempts"]), - (UniCase::ascii("upgardes"), &["upgrades"]), - (UniCase::ascii("colloquail"), &["colloquial"]), - (UniCase::ascii("trafficing"), &["trafficking"]), - (UniCase::ascii("beseige"), &["besiege"]), - (UniCase::ascii("pedophilles"), &["pedophile"]), - (UniCase::ascii("perjery"), &["perjury"]), - (UniCase::ascii("cyandie"), &["cyanide"]), - (UniCase::ascii("thanskgiving"), &["thanksgiving"]), - (UniCase::ascii("somethis"), &["somethings"]), - (UniCase::ascii("inadvertantely"), &["inadvertently"]), - (UniCase::ascii("unconvenient"), &["inconvenient"]), - (UniCase::ascii("hallunication"), &["hallucination"]), - (UniCase::ascii("intidimation"), &["intimidation"]), - (UniCase::ascii("dissapointted"), &["dissapointed"]), - (UniCase::ascii("comissioning"), &["commissioning"]), - (UniCase::ascii("supression"), &["suppression"]), - (UniCase::ascii("egytpian"), &["egyptian"]), - (UniCase::ascii("brednan"), &["brendan"]), - (UniCase::ascii("cringewhorty"), &["cringeworthy"]), - (UniCase::ascii("govermnet"), &["goverment"]), - (UniCase::ascii("dissapounted"), &["dissapointed"]), - (UniCase::ascii("instuments"), &["instruments"]), - (UniCase::ascii("momentairly"), &["momentarily"]), - (UniCase::ascii("submisison"), &["submissions"]), - (UniCase::ascii("unfamilier"), &["unfamiliar"]), - (UniCase::ascii("occasionly"), &["occasional"]), - (UniCase::ascii("malpractce"), &["malpractice"]), - (UniCase::ascii("frequenties"), &["frequencies"]), - (UniCase::ascii("audbile"), &["audible"]), - (UniCase::ascii("gentlemanne"), &["gentlemen"]), - (UniCase::ascii("inumerable"), &["enumerable"]), - (UniCase::ascii("linguistisch"), &["linguistics"]), - (UniCase::ascii("randonmess"), &["randomness"]), - (UniCase::ascii("massarce"), &["massacre"]), - (UniCase::ascii("imporper"), &["improper"]), - (UniCase::ascii("restorting"), &["restarting"]), - (UniCase::ascii("vengance"), &["vengeance"]), - (UniCase::ascii("molesterd"), &["molested"]), - (UniCase::ascii("secrelty"), &["secretly"]), - (UniCase::ascii("profitabillity"), &["profitability"]), - (UniCase::ascii("prosperos"), &["prosperous"]), - (UniCase::ascii("superioara"), &["superior"]), - (UniCase::ascii("speicalist"), &["specialist"]), - (UniCase::ascii("fraternaty"), &["fraternity"]), - (UniCase::ascii("perfecty"), &["perfectly"]), - (UniCase::ascii("monitos"), &["monitors"]), - (UniCase::ascii("perpretated"), &["perpetrated"]), - (UniCase::ascii("westrbook"), &["westbrook"]), - (UniCase::ascii("modifieras"), &["modifiers"]), - (UniCase::ascii("regardes"), &["regards"]), - (UniCase::ascii("congitive"), &["cognitive"]), - (UniCase::ascii("deplyoment"), &["deployment"]), - (UniCase::ascii("ventelation"), &["ventilation"]), - (UniCase::ascii("hypocrises"), &["hypocrites"]), - (UniCase::ascii("spred"), &["spread"]), - (UniCase::ascii("faggotts"), &["faggots"]), - (UniCase::ascii("durring"), &["during"]), - (UniCase::ascii("armegaddon"), &["armageddon"]), - (UniCase::ascii("excerised"), &["exercised"]), - (UniCase::ascii("labirynth"), &["labyrinth"]), - (UniCase::ascii("eminate"), &["emanate"]), - (UniCase::ascii("handwritting"), &["handwriting"]), - (UniCase::ascii("unilaterallly"), &["unilaterally"]), - (UniCase::ascii("overwealming"), &["overwhelming"]), - (UniCase::ascii("supermakter"), &["supermarkets"]), - (UniCase::ascii("celebrasion"), &["celebrations"]), - (UniCase::ascii("commerically"), &["commercially"]), - (UniCase::ascii("percetnage"), &["percentages"]), - (UniCase::ascii("pomegranite"), &["pomegranate"]), - (UniCase::ascii("ancedotes"), &["anecdotes"]), - (UniCase::ascii("reevaulate"), &["reevaluate"]), - (UniCase::ascii("symbolsim"), &["symbolism"]), - (UniCase::ascii("detectie"), &["detectives"]), - (UniCase::ascii("interferens"), &["interferes"]), - (UniCase::ascii("carnigie-mellon"), &["carnegie-mellon"]), - (UniCase::ascii("bleuberry"), &["blueberry"]), - (UniCase::ascii("intentines"), &["intestines"]), - (UniCase::ascii("househoulds"), &["households"]), - (UniCase::ascii("isntaller"), &["installer"]), - (UniCase::ascii("appreicates"), &["appreciates"]), - (UniCase::ascii("probablybe"), &["probable"]), - (UniCase::ascii("disconnecters"), &["disconnects"]), - (UniCase::ascii("circumcisied"), &["circumcised"]), - (UniCase::ascii("firmwear"), &["firmware"]), - (UniCase::ascii("cleansiness"), &["cleanliness"]), - (UniCase::ascii("poluted"), &["polluted"]), - (UniCase::ascii("faptastically"), &["fantastically"]), - (UniCase::ascii("leigons"), &["legions"]), - (UniCase::ascii("electronicos"), &["electronics"]), - (UniCase::ascii("suppresors"), &["suppressor"]), - (UniCase::ascii("gameply"), &["gameplay"]), - (UniCase::ascii("psychodelics"), &["psychedelics"]), - (UniCase::ascii("alrorythm"), &["algorithm"]), - (UniCase::ascii("prohibirte"), &["prohibit"]), - (UniCase::ascii("hispancis"), &["hispanics"]), - (UniCase::ascii("agressvie"), &["agressive"]), - (UniCase::ascii("falvored"), &["flavored"]), - (UniCase::ascii("theromdynamics"), &["thermodynamics"]), - (UniCase::ascii("capitalis"), &["capitals"]), - (UniCase::ascii("praisse"), &["praises"]), - (UniCase::ascii("provokative"), &["provocative"]), - (UniCase::ascii("voilates"), &["violates"]), - (UniCase::ascii("sacrificie"), &["sacrificed"]), - (UniCase::ascii("athetlic"), &["athletic"]), - (UniCase::ascii("terroristes"), &["terrorists"]), - (UniCase::ascii("absolutley"), &["absolutely"]), - (UniCase::ascii("avaliable"), &["available"]), - (UniCase::ascii("decalred"), &["declared"]), - (UniCase::ascii("assimliated"), &["assimilate"]), - (UniCase::ascii("miltary"), &["military"]), - (UniCase::ascii("agknowledged"), &["acknowledged"]), - (UniCase::ascii("bookamrks"), &["bookmarks"]), - (UniCase::ascii("sotyr"), &["satyr"]), - (UniCase::ascii("euclidian"), &["euclidean"]), - (UniCase::ascii("familiarlize"), &["familiarize"]), - (UniCase::ascii("vitrues"), &["virtues"]), - (UniCase::ascii("disconnectes"), &["disconnects"]), - (UniCase::ascii("prominantely"), &["prominently"]), - (UniCase::ascii("someonelse"), &["someones"]), - (UniCase::ascii("molestarte"), &["molester"]), - (UniCase::ascii("futuristisch"), &["futuristic"]), - (UniCase::ascii("illustrant"), &["illustrate"]), - (UniCase::ascii("repsond"), &["respond"]), - (UniCase::ascii("countercoat"), &["counteract"]), - (UniCase::ascii("sucseptible"), &["susceptible"]), - (UniCase::ascii("govnerment"), &["government"]), - (UniCase::ascii("ocasioned"), &["occasioned"]), - (UniCase::ascii("physqiue"), &["physique"]), - (UniCase::ascii("overtapping"), &["overlapping"]), - (UniCase::ascii("keneysian"), &["keynesian"]), - (UniCase::ascii("nonsene"), &["nonsense"]), - (UniCase::ascii("interperted"), &["interpreted"]), - (UniCase::ascii("viatmin"), &["vitamin"]), - (UniCase::ascii("sphagetti"), &["spaghetti"]), - (UniCase::ascii("renderes"), &["renders"]), - (UniCase::ascii("virbate"), &["vibrate"]), - (UniCase::ascii("differance"), &["difference"]), - (UniCase::ascii("specailists"), &["specialists"]), - (UniCase::ascii("tresspasing"), &["trespassing"]), - (UniCase::ascii("admited"), &["admitted"]), - (UniCase::ascii("ideolouges"), &["ideologies"]), - (UniCase::ascii("sheelpe"), &["sheeple"]), - (UniCase::ascii("affiliction"), &["affiliation"]), - (UniCase::ascii("crystsl"), &["crystals"]), - (UniCase::ascii("psychedelicious"), &["psychedelics"]), - (UniCase::ascii("heartborne"), &["heartbroken"]), - (UniCase::ascii("negotaited"), &["negotiated"]), - (UniCase::ascii("transferts"), &["transfers"]), - (UniCase::ascii("brightoner"), &["brighten"]), - (UniCase::ascii("tranzporter"), &["transporter"]), - (UniCase::ascii("contineous"), &["continuous"]), - (UniCase::ascii("moderatorn"), &["moderation"]), - (UniCase::ascii("vairable"), &["variable"]), - (UniCase::ascii("satellitte"), &["satellites"]), - (UniCase::ascii("isntallation"), &["installation"]), - (UniCase::ascii("jurisdiciton"), &["jurisdiction"]), - (UniCase::ascii("homogenes"), &["homogeneous"]), - (UniCase::ascii("bersekr"), &["berserk"]), - (UniCase::ascii("austrailans"), &["australians"]), - (UniCase::ascii("carnige"), &["carnage"]), - (UniCase::ascii("duaghter"), &["daughter"]), - (UniCase::ascii("ciruclating"), &["circulating"]), - (UniCase::ascii("propiertary"), &["proprietary"]), - (UniCase::ascii("overlordess"), &["overlords"]), - (UniCase::ascii("muncipalities"), &["municipalities"]), - (UniCase::ascii("intuitevely"), &["intuitively"]), - (UniCase::ascii("orhtodox"), &["orthodox"]), - (UniCase::ascii("circumstanta"), &["circumstantial"]), - (UniCase::ascii("reseracher"), &["researchers"]), - (UniCase::ascii("bioligically"), &["biologically"]), - (UniCase::ascii("brakethrough"), &["breakthrough"]), - (UniCase::ascii("contingient"), &["contingent"]), - (UniCase::ascii("miniscue"), &["miniscule"]), - (UniCase::ascii("suggestons"), &["suggests"]), - (UniCase::ascii("complilation"), &["complication"]), - (UniCase::ascii("hopsitality"), &["hospitality"]), - (UniCase::ascii("disicpline"), &["discipline"]), - (UniCase::ascii("asssasin"), &["assassin"]), - (UniCase::ascii("gaurentees"), &["guarantees"]), - (UniCase::ascii("shenangians"), &["shenanigans"]), - (UniCase::ascii("charachters"), &["characters"]), - (UniCase::ascii("costumizable"), &["customizable"]), - (UniCase::ascii("whrilwind"), &["whirlwind"]), - (UniCase::ascii("environmetal"), &["environmental"]), - (UniCase::ascii("skeletos"), &["skeletons"]), - (UniCase::ascii("commecen"), &["commence"]), - (UniCase::ascii("unbrakeable"), &["unbreakable"]), - (UniCase::ascii("lobbysits"), &["lobbyists"]), - (UniCase::ascii("labled"), &["labelled"]), - (UniCase::ascii("inconcistency"), &["inconsistency"]), - (UniCase::ascii("bayonent"), &["bayonet"]), - (UniCase::ascii("ineffictive"), &["ineffective"]), - (UniCase::ascii("accompined"), &["accompanied"]), - (UniCase::ascii("indoctrinatie"), &["indoctrinated"]), - (UniCase::ascii("outsourcad"), &["outsourced"]), - (UniCase::ascii("cercumstance"), &["circumstance"]), - (UniCase::ascii("seinor"), &["senior"]), - (UniCase::ascii("amohetamines"), &["amphetamines"]), - (UniCase::ascii("voilently"), &["violently"]), - (UniCase::ascii("franchices"), &["franchises"]), - (UniCase::ascii("claymoe"), &["claymore"]), - (UniCase::ascii("equilavent"), &["equivalent"]), - (UniCase::ascii("linguisitc"), &["linguistics"]), - (UniCase::ascii("pornogrpahy"), &["pornography"]), - (UniCase::ascii("debateable"), &["debatable"]), - (UniCase::ascii("formual"), &["formula"]), - (UniCase::ascii("recongizes"), &["recognizes"]), - (UniCase::ascii("fullfiling"), &["fulfilling"]), - (UniCase::ascii("villageois"), &["villages"]), - (UniCase::ascii("simultaenous"), &["simultaneous"]), - (UniCase::ascii("shledon"), &["sheldon"]), - (UniCase::ascii("confrimed"), &["confirmed"]), - (UniCase::ascii("synonmys"), &["synonyms"]), - (UniCase::ascii("administrater"), &["administrator"]), - (UniCase::ascii("electroltyes"), &["electrolytes"]), - (UniCase::ascii("moisutrizer"), &["moisturizer"]), - (UniCase::ascii("americanus"), &["americans"]), - (UniCase::ascii("fundamentalistas"), &["fundamentalists"]), - (UniCase::ascii("carolan"), &["carolina"]), - (UniCase::ascii("dimesnions"), &["dimensions"]), - (UniCase::ascii("montypic"), &["monotypic"]), - (UniCase::ascii("govornment"), &["government"]), - (UniCase::ascii("myraid"), &["myriad"]), - (UniCase::ascii("dunegons"), &["dungeons"]), - (UniCase::ascii("symboles"), &["symbols"]), - (UniCase::ascii("gravitacional"), &["gravitational"]), - (UniCase::ascii("sinsiter"), &["sinister"]), - (UniCase::ascii("cringeworhty"), &["cringeworthy"]), - (UniCase::ascii("pshycotic"), &["psychotic"]), - (UniCase::ascii("plaestine"), &["palestine"]), - (UniCase::ascii("desingers"), &["designers"]), - (UniCase::ascii("advatange"), &["advantage"]), - (UniCase::ascii("anniversry"), &["anniversary"]), - (UniCase::ascii("collabore"), &["collaborate"]), - (UniCase::ascii("commonweatlh"), &["commonwealth"]), - (UniCase::ascii("substanial"), &["substantial"]), - (UniCase::ascii("tragicaly"), &["tragically"]), - (UniCase::ascii("interventie"), &["intervene"]), - (UniCase::ascii("undergroud"), &["underground"]), - (UniCase::ascii("converesly"), &["conversely"]), - (UniCase::ascii("rudimentry"), &["rudimentary"]), - (UniCase::ascii("guaranted"), &["guaranteed"]), - (UniCase::ascii("higway"), &["highway"]), - (UniCase::ascii("antiviurs"), &["antivirus"]), - (UniCase::ascii("develepors"), &["developers"]), - (UniCase::ascii("bathrooom"), &["bathroom"]), - (UniCase::ascii("translastion"), &["translations"]), - (UniCase::ascii("udnercut"), &["undercut"]), - (UniCase::ascii("overreacing"), &["overreacting"]), - (UniCase::ascii("transistion"), &["transition"]), - (UniCase::ascii("bombardeado"), &["bombarded"]), - (UniCase::ascii("andd"), &["and"]), - (UniCase::ascii("interioare"), &["interior"]), - (UniCase::ascii("civilizaton"), &["civilization"]), - (UniCase::ascii("restricters"), &["restricts"]), - (UniCase::ascii("phisiological"), &["physiological"]), - (UniCase::ascii("preadtors"), &["predators"]), - (UniCase::ascii("excluse"), &["excludes"]), - (UniCase::ascii("inconsisteny"), &["inconsistency"]), - (UniCase::ascii("spontaniously"), &["spontaneously"]), - (UniCase::ascii("homosexuais"), &["homosexuals"]), - (UniCase::ascii("indiginous"), &["indigenous"]), - (UniCase::ascii("speical"), &["special"]), - (UniCase::ascii("expextancy"), &["expectancy"]), - (UniCase::ascii("civilizaitons"), &["civilizations"]), - (UniCase::ascii("radioactieve"), &["radioactive"]), - (UniCase::ascii("representitive"), &["representative"]), - (UniCase::ascii("consensuel"), &["consensual"]), - (UniCase::ascii("incrementarlo"), &["incremental"]), - (UniCase::ascii("resturaunts"), &["restaurants"]), - (UniCase::ascii("vegetariens"), &["vegetarians"]), - (UniCase::ascii("regularlos"), &["regulars"]), - (UniCase::ascii("mathemathics"), &["mathematics"]), - (UniCase::ascii("raelism"), &["realism"]), - (UniCase::ascii("regularis"), &["regulars"]), - (UniCase::ascii("preinitalize"), &["preinitialize"]), - (UniCase::ascii("immortalis"), &["immortals"]), - (UniCase::ascii("thomspon"), &["thompson"]), - (UniCase::ascii("libertatian"), &["libertarian"]), - (UniCase::ascii("suspiciouns"), &["suspicion"]), - (UniCase::ascii("udnerestimate"), &["underestimated"]), - (UniCase::ascii("masteriers"), &["masteries"]), - (UniCase::ascii("rythm"), &["rhythm"]), - (UniCase::ascii("interesat"), &["interest"]), - (UniCase::ascii("propechies"), &["prophecies"]), - (UniCase::ascii("empries"), &["empires"]), - (UniCase::ascii("frome"), &["from"]), - (UniCase::ascii("alotted"), &["allotted"]), - (UniCase::ascii("connectivty"), &["connectivity"]), - (UniCase::ascii("administraron"), &["administrator"]), - (UniCase::ascii("sarcastisch"), &["sarcastic"]), - (UniCase::ascii("ocasionally"), &["occasionally"]), - (UniCase::ascii("ancedotal"), &["anecdotal"]), - (UniCase::ascii("sproels"), &["sproles"]), - (UniCase::ascii("associaton"), &["association"]), - (UniCase::ascii("configuartion"), &["configuration"]), - (UniCase::ascii("prosecutie"), &["prosecuted"]), - (UniCase::ascii("leftits"), &["leftist"]), - (UniCase::ascii("sentimentals"), &["sentiments"]), - (UniCase::ascii("correcters"), &["correctors"]), - (UniCase::ascii("tyranies"), &["tyrannies"]), - (UniCase::ascii("undoubedtly"), &["undoubtedly"]), - (UniCase::ascii("charaterized"), &["characterized"]), - (UniCase::ascii("hoildays"), &["holidays"]), - (UniCase::ascii("consectutive"), &["consecutive"]), - (UniCase::ascii("comapany"), &["company"]), - (UniCase::ascii("prologe"), &["prologue"]), - (UniCase::ascii("antaganistic"), &["antagonistic"]), - (UniCase::ascii("tanlged"), &["tangled"]), - (UniCase::ascii("promptes"), &["prompts"]), - (UniCase::ascii("complicaed"), &["complicate"]), - (UniCase::ascii("paramormal"), &["paranormal"]), - (UniCase::ascii("sensationel"), &["sensational"]), - (UniCase::ascii("adress"), &["address"]), - (UniCase::ascii("invididually"), &["individually"]), - (UniCase::ascii("counceling"), &["counseling"]), - (UniCase::ascii("crpytic"), &["cryptic"]), - (UniCase::ascii("narcisissts"), &["narcissist"]), - (UniCase::ascii("thursdsy"), &["thursdays"]), - (UniCase::ascii("repeatadly"), &["repeatedly"]), - (UniCase::ascii("knoweldgable"), &["knowledgable"]), - (UniCase::ascii("lonly"), &["lonely"]), - (UniCase::ascii("compelation"), &["compilation"]), - (UniCase::ascii("firghtening"), &["frightening"]), - (UniCase::ascii("justiifcation"), &["justifications"]), - (UniCase::ascii("bianry"), &["binary"]), - (UniCase::ascii("motherbaords"), &["motherboards"]), - (UniCase::ascii("prepostorous"), &["preposterous"]), - (UniCase::ascii("wedensdays"), &["wednesdays"]), - (UniCase::ascii("kilomiters"), &["kilometers"]), - (UniCase::ascii("antisosial"), &["antisocial"]), - (UniCase::ascii("communicaiton"), &["communication"]), - (UniCase::ascii("friendsi"), &["friendlies"]), - (UniCase::ascii("pioneeer"), &["pioneer"]), - (UniCase::ascii("drasitcally"), &["drastically"]), - (UniCase::ascii("eighteeen"), &["eighteen"]), - (UniCase::ascii("aplication"), &["application"]), - (UniCase::ascii("domecrats"), &["democrats"]), - (UniCase::ascii("accidenty"), &["accidently"]), - (UniCase::ascii("frontlinies"), &["frontline"]), - (UniCase::ascii("expendetures"), &["expenditures"]), - (UniCase::ascii("temperatues"), &["temperatures"]), - (UniCase::ascii("inquistior"), &["inquisitor"]), - (UniCase::ascii("nostaglic"), &["nostalgic"]), - (UniCase::ascii("tawainese"), &["taiwanese"]), - (UniCase::ascii("preivews"), &["previews"]), - (UniCase::ascii("comparativley"), &["comparatively"]), - (UniCase::ascii("disucssing"), &["discussing"]), - (UniCase::ascii("specializaton"), &["specialization"]), - (UniCase::ascii("conceps"), &["concepts"]), - (UniCase::ascii("rhythim"), &["rhythm"]), - (UniCase::ascii("brigthest"), &["brightest"]), - (UniCase::ascii("avaialble"), &["available"]), - (UniCase::ascii("facsists"), &["fascists"]), - (UniCase::ascii("infilitrated"), &["infiltrated"]), - (UniCase::ascii("applicible"), &["applicable"]), - (UniCase::ascii("alcoholc"), &["alcoholics"]), - (UniCase::ascii("spontanes"), &["spontaneous"]), - (UniCase::ascii("preservaton"), &["preservation"]), - (UniCase::ascii("democraticaly"), &["democratically"]), - (UniCase::ascii("swansoon"), &["swanson"]), - (UniCase::ascii("unconvencional"), &["unconventional"]), - (UniCase::ascii("phychedelics"), &["psychedelics"]), - (UniCase::ascii("linguisticos"), &["linguistics"]), - (UniCase::ascii("downvotess"), &["downvoters"]), - (UniCase::ascii("supporteurs"), &["supporters"]), - (UniCase::ascii("underheight"), &["underweight"]), - (UniCase::ascii("sidleine"), &["sideline"]), - (UniCase::ascii("urnaium"), &["uranium"]), - (UniCase::ascii("pessimisitic"), &["pessimistic"]), - (UniCase::ascii("vassalls"), &["vassals"]), - (UniCase::ascii("mandarian"), &["mandarin"]), - (UniCase::ascii("orpahns"), &["orphans"]), - (UniCase::ascii("earplus"), &["earplugs"]), - (UniCase::ascii("anarchsits"), &["anarchists"]), - (UniCase::ascii("democraticlly"), &["democratically"]), - (UniCase::ascii("tortilllas"), &["tortilla"]), - (UniCase::ascii("hypotethical"), &["hypothetical"]), - (UniCase::ascii("shamelesly"), &["shamelessly"]), - (UniCase::ascii("mailny"), &["mainly"]), - (UniCase::ascii("pshyciatric"), &["psychiatric"]), - (UniCase::ascii("politey"), &["politely"]), - (UniCase::ascii("cabinate"), &["cabinet"]), - (UniCase::ascii("battlestsr"), &["battlestar"]), - (UniCase::ascii("backpackng"), &["backpacking"]), - (UniCase::ascii("redneckese"), &["rednecks"]), - (UniCase::ascii("aestheticaly"), &["aesthetically"]), - (UniCase::ascii("investogators"), &["investigators"]), - (UniCase::ascii("pratictioner"), &["practitioners"]), - (UniCase::ascii("traines"), &["trainers"]), - (UniCase::ascii("theologicial"), &["theological"]), - (UniCase::ascii("arugable"), &["arguable"]), - (UniCase::ascii("sympathsize"), &["sympathize"]), - (UniCase::ascii("defenesman"), &["defenseman"]), - (UniCase::ascii("deffensively"), &["defensively"]), - (UniCase::ascii("vicotries"), &["victories"]), - (UniCase::ascii("vehemontly"), &["vehemently"]), - (UniCase::ascii("immortaly"), &["immortality"]), - (UniCase::ascii("orientacion"), &["orientation"]), - (UniCase::ascii("italains"), &["italians"]), - (UniCase::ascii("protectons"), &["protectors"]), - (UniCase::ascii("exculsively"), &["exclusively"]), - (UniCase::ascii("recepits"), &["receipts"]), - (UniCase::ascii("expectating"), &["expectation"]), - (UniCase::ascii("huanting"), &["haunting"]), - (UniCase::ascii("banditas"), &["bandits"]), - (UniCase::ascii("empolyees"), &["employees"]), - (UniCase::ascii("irritatie"), &["irritate"]), - (UniCase::ascii("rollercoatser"), &["rollercoaster"]), - (UniCase::ascii("bodyweigth"), &["bodyweight"]), - (UniCase::ascii("hurriganes"), &["hurricanes"]), - (UniCase::ascii("cupborad"), &["cupboard"]), - (UniCase::ascii("insparation"), &["inspiration"]), - (UniCase::ascii("instutions"), &["intuitions"]), - (UniCase::ascii("exceptin"), &["exceptions"]), - (UniCase::ascii("uninstallled"), &["uninstalled"]), - (UniCase::ascii("benghazhi"), &["benghazi"]), - (UniCase::ascii("proclam"), &["proclaim"]), - (UniCase::ascii("perspecive"), &["perspective"]), - (UniCase::ascii("manifestas"), &["manifests"]), - (UniCase::ascii("descendats"), &["descendants"]), - (UniCase::ascii("instutitionalized"), &["institutionalized"]), - (UniCase::ascii("kroeans"), &["koreans"]), - (UniCase::ascii("warriros"), &["warriors"]), - (UniCase::ascii("impropre"), &["improper"]), - (UniCase::ascii("discribed"), &["described"]), - (UniCase::ascii("empiers"), &["empires"]), - (UniCase::ascii("segementation"), &["segmentation"]), - (UniCase::ascii("negiotate"), &["negotiate"]), - (UniCase::ascii("corinthianos"), &["corinthians"]), - (UniCase::ascii("rephrasse"), &["rephrase"]), - (UniCase::ascii("misogynisic"), &["misogynistic"]), - (UniCase::ascii("steeles"), &["steelers"]), - (UniCase::ascii("engramms"), &["engrams"]), - (UniCase::ascii("satsifying"), &["satisfying"]), - (UniCase::ascii("propostions"), &["proportions"]), - (UniCase::ascii("counsoling"), &["counseling"]), - (UniCase::ascii("incredibily"), &["incredibly"]), - (UniCase::ascii("portriat"), &["portrait"]), - (UniCase::ascii("kentucy"), &["kentucky"]), - (UniCase::ascii("missle"), &["missile"]), - (UniCase::ascii("noticeablely"), &["noticeably"]), - (UniCase::ascii("selfeshness"), &["selfishness"]), - (UniCase::ascii("stadius"), &["stadiums"]), - (UniCase::ascii("instrumentos"), &["instruments"]), - (UniCase::ascii("shtiless"), &["shitless"]), - (UniCase::ascii("interviwed"), &["interviewed"]), - (UniCase::ascii("nostaglia"), &["nostalgia"]), - (UniCase::ascii("pennslyvania"), &["pennsylvania"]), - (UniCase::ascii("consturcted"), &["constructed"]), - (UniCase::ascii("countercat"), &["counteract"]), - (UniCase::ascii("brusting"), &["bursting"]), - (UniCase::ascii("sepulchure"), &["sepulchre"]), - (UniCase::ascii("glithces"), &["glitches"]), - (UniCase::ascii("raphsody"), &["rhapsody"]), - (UniCase::ascii("triator"), &["traitor"]), - (UniCase::ascii("beseiged"), &["besieged"]), - (UniCase::ascii("argumeent"), &["arguement"]), - (UniCase::ascii("fingerpints"), &["fingertips"]), - (UniCase::ascii("popualtion"), &["populations"]), - (UniCase::ascii("navigatore"), &["navigate"]), - (UniCase::ascii("overwhlem"), &["overwhelm"]), - (UniCase::ascii("lightweigth"), &["lightweight"]), - (UniCase::ascii("rebuplicans"), &["republicans"]), - (UniCase::ascii("fourty"), &["forty"]), - (UniCase::ascii("populatiry"), &["popularity"]), - (UniCase::ascii("patriarcy"), &["patriarchy"]), - (UniCase::ascii("quickets"), &["quickest"]), - (UniCase::ascii("satisfcation"), &["satisfaction"]), - (UniCase::ascii("weakneses"), &["weakness"]), - (UniCase::ascii("directsong"), &["directions"]), - (UniCase::ascii("fundametals"), &["fundamentals"]), - (UniCase::ascii("distinquishing"), &["distinguishing"]), - (UniCase::ascii("leran"), &["learn"]), - (UniCase::ascii("publisehr"), &["publisher"]), - (UniCase::ascii("salughter"), &["slaughter"]), - (UniCase::ascii("emobdiment"), &["embodiment"]), - (UniCase::ascii("avalable"), &["available"]), - (UniCase::ascii("andorid"), &["android"]), - (UniCase::ascii("southernerns"), &["southerners"]), - (UniCase::ascii("photographied"), &["photographed"]), - (UniCase::ascii("opiniones"), &["opinions"]), - (UniCase::ascii("strawburry"), &["strawberry"]), - (UniCase::ascii("dsyfunctional"), &["dysfunctional"]), - (UniCase::ascii("caluses"), &["clauses"]), - (UniCase::ascii("guantamamo"), &["guantanamo"]), - (UniCase::ascii("durabiltiy"), &["durability"]), - (UniCase::ascii("diagnositcs"), &["diagnostic"]), - (UniCase::ascii("schozophrenia"), &["schizophrenia"]), - (UniCase::ascii("accidentlaly"), &["accidently"]), - (UniCase::ascii("circulationg"), &["circulating"]), - (UniCase::ascii("inquier"), &["inquire"]), - (UniCase::ascii("chronicales"), &["chronicles"]), - (UniCase::ascii("economisch"), &["economic"]), - (UniCase::ascii("expiremental"), &["experimental"]), - (UniCase::ascii("regresives"), &["regressive"]), - (UniCase::ascii("supllemental"), &["supplemental"]), - (UniCase::ascii("goegraphical"), &["geographical"]), - (UniCase::ascii("whant"), &["want"]), - (UniCase::ascii("socialisim"), &["socialism"]), - (UniCase::ascii("unintelligant"), &["unintelligent"]), - (UniCase::ascii("polititian"), &["politician"]), - (UniCase::ascii("photoshipped"), &["photoshopped"]), - (UniCase::ascii("chocolatie"), &["chocolates"]), - (UniCase::ascii("clientes"), &["clients"]), - (UniCase::ascii("encouraing"), &["encouraging"]), - (UniCase::ascii("circumstace"), &["circumstance"]), - (UniCase::ascii("critiera"), &["criteria"]), - (UniCase::ascii("complictaed"), &["complicate"]), - (UniCase::ascii("victomized"), &["victimized"]), - (UniCase::ascii("techtician"), &["technician"]), - (UniCase::ascii("montaban"), &["montana"]), - (UniCase::ascii("headquarer"), &["headquarter"]), - (UniCase::ascii("simultaneuos"), &["simultaneous"]), - (UniCase::ascii("salaires"), &["salaries"]), - (UniCase::ascii("intuitivley"), &["intuitively"]), - (UniCase::ascii("tuseday"), &["tuesday"]), - (UniCase::ascii("beuatiful"), &["beautiful"]), - (UniCase::ascii("incorrecly"), &["incorrectly"]), - (UniCase::ascii("illegallity"), &["illegally"]), - (UniCase::ascii("metaphorial"), &["metaphorical"]), - (UniCase::ascii("ridicoulusness"), &["ridiculousness"]), - (UniCase::ascii("relatin"), &["relation"]), - (UniCase::ascii("embarrases"), &["embarrassed"]), - (UniCase::ascii("iresistibly"), &["irresistibly"]), - (UniCase::ascii("yoursleves"), &["yourselves"]), - (UniCase::ascii("arrestos"), &["arrests"]), - (UniCase::ascii("descriibes"), &["describes"]), - (UniCase::ascii("sufferred"), &["suffered"]), - (UniCase::ascii("procees"), &["proceeds"]), - (UniCase::ascii("fantacising"), &["fantasizing"]), - (UniCase::ascii("sotry"), &["story"]), - (UniCase::ascii("merchendise"), &["merchandise"]), - (UniCase::ascii("zionsim"), &["zionism"]), - (UniCase::ascii("compatibiliy"), &["compatibility"]), - (UniCase::ascii("unproducive"), &["unproductive"]), - (UniCase::ascii("microscoop"), &["microscope"]), - (UniCase::ascii("originall"), &["original"]), - (UniCase::ascii("ineffizient"), &["inefficient"]), - (UniCase::ascii("amplifly"), &["amplify"]), - (UniCase::ascii("jusitfy"), &["justify"]), - (UniCase::ascii("perpertated"), &["perpetuated"]), - (UniCase::ascii("laucnhed"), &["launched"]), - (UniCase::ascii("skywalkr"), &["skywalker"]), - (UniCase::ascii("emphatised"), &["emphasized"]), - (UniCase::ascii("preipherals"), &["peripherals"]), - (UniCase::ascii("journalis"), &["journals"]), - (UniCase::ascii("mississppi"), &["mississippi"]), - (UniCase::ascii("manipualtion"), &["manipulation"]), - (UniCase::ascii("complicare"), &["complicate"]), - (UniCase::ascii("prominance"), &["prominence"]), - (UniCase::ascii("christinaity"), &["christianity"]), - (UniCase::ascii("grilfriends"), &["girlfriends"]), - (UniCase::ascii("bortherhood"), &["brotherhood"]), - (UniCase::ascii("infiltrait"), &["infiltrate"]), - (UniCase::ascii("conculsion"), &["conclusion"]), - (UniCase::ascii("institutionilized"), &["institutionalized"]), - (UniCase::ascii("outskirters"), &["outskirts"]), - (UniCase::ascii("affirmitave"), &["affirmative"]), - (UniCase::ascii("burtally"), &["brutally"]), - (UniCase::ascii("certificats"), &["certificates"]), - (UniCase::ascii("mastieres"), &["masteries"]), - (UniCase::ascii("persistance"), &["persistence"]), - (UniCase::ascii("artificiella"), &["artificial"]), - (UniCase::ascii("transmatter"), &["transmitter"]), - (UniCase::ascii("weakensses"), &["weaknesses"]), - (UniCase::ascii("recepcionist"), &["receptionist"]), - (UniCase::ascii("compolsury"), &["compulsory"]), - (UniCase::ascii("wishpering"), &["whispering"]), - (UniCase::ascii("profitiablity"), &["profitability"]), - (UniCase::ascii("blizzcoin"), &["blizzcon"]), - (UniCase::ascii("intergity"), &["integrity"]), - (UniCase::ascii("unreasonabley"), &["unreasonably"]), - (UniCase::ascii("aqcuaintances"), &["acquaintances"]), - (UniCase::ascii("merchandice"), &["merchandise"]), - (UniCase::ascii("implemenet"), &["implements"]), - (UniCase::ascii("manufacter"), &["manufacture"]), - (UniCase::ascii("legenday"), &["legendary"]), - (UniCase::ascii("awakend"), &["awakened"]), - (UniCase::ascii("termanator"), &["terminator"]), - (UniCase::ascii("technoligical"), &["technological"]), - (UniCase::ascii("philoshopically"), &["philosophically"]), - (UniCase::ascii("disapperead"), &["disappeared"]), - (UniCase::ascii("provincija"), &["provincial"]), - (UniCase::ascii("alchol"), &["alcohol"]), - (UniCase::ascii("bcak"), &["back"]), - (UniCase::ascii("devovle"), &["devolve"]), - (UniCase::ascii("consequentually"), &["consequently"]), - (UniCase::ascii("unimpresed"), &["unimpressed"]), - (UniCase::ascii("centipedle"), &["centipede"]), - (UniCase::ascii("decentrilized"), &["decentralized"]), - (UniCase::ascii("lousiville"), &["louisville"]), - (UniCase::ascii("prerogitive"), &["prerogative"]), - (UniCase::ascii("sedentarity"), &["sedentary"]), - (UniCase::ascii("questionning"), &["questioning"]), - (UniCase::ascii("acknowldeged"), &["acknowledged"]), - (UniCase::ascii("excercise"), &["exercise"]), - (UniCase::ascii("fundemantal"), &["fundamental"]), - (UniCase::ascii("electroncs"), &["electrons"]), - (UniCase::ascii("directy"), &["directly"]), - (UniCase::ascii("godsped"), &["godspeed"]), - (UniCase::ascii("intenational"), &["international"]), - (UniCase::ascii("hamburguers"), &["hamburgers"]), - (UniCase::ascii("complicarte"), &["complicate"]), - (UniCase::ascii("administren"), &["administer"]), - (UniCase::ascii("pinoneered"), &["pioneered"]), - (UniCase::ascii("moistruizer"), &["moisturizer"]), - (UniCase::ascii("herathstone"), &["hearthstone"]), - (UniCase::ascii("preposterious"), &["preposterous"]), - (UniCase::ascii("interrogacion"), &["interrogation"]), - (UniCase::ascii("comarde"), &["comrade"]), - (UniCase::ascii("proceedes"), &["proceeds"]), - (UniCase::ascii("desperatelly"), &["desperately"]), - (UniCase::ascii("respectible"), &["respectable"]), - (UniCase::ascii("contemple"), &["contemplate"]), - (UniCase::ascii("immobilzer"), &["immobile"]), - (UniCase::ascii("agressive"), &["aggressive"]), - (UniCase::ascii("seziure"), &["seizure"]), - (UniCase::ascii("theoratical"), &["theoretical"]), - (UniCase::ascii("questional"), &["questionable"]), - (UniCase::ascii("structered"), &["structured"]), - (UniCase::ascii("illegsl"), &["illegals"]), - (UniCase::ascii("polishuset"), &["polishes"]), - (UniCase::ascii("uncomftorable"), &["uncomfortable"]), - (UniCase::ascii("surrouded"), &["surrounded"]), - (UniCase::ascii("exponentialy"), &["exponentially"]), - (UniCase::ascii("hundres"), &["hundreds"]), - (UniCase::ascii("devasted"), &["devastated"]), - (UniCase::ascii("manifestado"), &["manifesto"]), - (UniCase::ascii("adolence"), &["adolescent"]), - (UniCase::ascii("assasined"), &["assassinated"]), - (UniCase::ascii("indonistan"), &["indonesian"]), - (UniCase::ascii("introduccion"), &["introduction"]), - (UniCase::ascii("irreversiable"), &["irreversible"]), - (UniCase::ascii("appeareance"), &["appearance"]), - (UniCase::ascii("bootleader"), &["bootloader"]), - (UniCase::ascii("morbidley"), &["morbidly"]), - (UniCase::ascii("preferrs"), &["prefers"]), - (UniCase::ascii("redundnacy"), &["redundancy"]), - (UniCase::ascii("privatizied"), &["privatized"]), - (UniCase::ascii("becomeing"), &["becoming"]), - (UniCase::ascii("humantiy"), &["humanity"]), - (UniCase::ascii("pwoer"), &["power"]), - (UniCase::ascii("satric"), &["satiric"]), - (UniCase::ascii("cultrually"), &["culturally"]), - (UniCase::ascii("cannabil"), &["cannibal"]), - (UniCase::ascii("recommanding"), &["recommending"]), - (UniCase::ascii("firendlies"), &["friendlies"]), - (UniCase::ascii("soudn"), &["sound"]), - (UniCase::ascii("experieces"), &["experiences"]), - (UniCase::ascii("nessasarily"), &["necessarily"]), - (UniCase::ascii("harrassment"), &["harassment"]), - (UniCase::ascii("triology"), &["trilogy"]), - (UniCase::ascii("hothsot"), &["hotshot"]), - (UniCase::ascii("justificatin"), &["justifications"]), - (UniCase::ascii("indiffernt"), &["indifferent"]), - (UniCase::ascii("armenain"), &["armenian"]), - (UniCase::ascii("traitour"), &["traitor"]), - (UniCase::ascii("inhumain"), &["inhuman"]), - (UniCase::ascii("inhabitats"), &["inhabitants"]), - (UniCase::ascii("cylindre"), &["cylinder"]), - (UniCase::ascii("oversimplifiction"), &["oversimplification"]), - (UniCase::ascii("passivs"), &["passives"]), - (UniCase::ascii("cholestorol"), &["cholesterol"]), - (UniCase::ascii("disposte"), &["dispose"]), - (UniCase::ascii("subscrible"), &["subscriber"]), - (UniCase::ascii("deadlifs"), &["deadlifts"]), - (UniCase::ascii("counsilors"), &["counselors"]), - (UniCase::ascii("symptoom"), &["symptom"]), - (UniCase::ascii("posthomous"), &["posthumous"]), - (UniCase::ascii("spectrolab"), &["spectral"]), - (UniCase::ascii("goldamn"), &["goldman"]), - (UniCase::ascii("diveristy"), &["diversity"]), - (UniCase::ascii("nauseos"), &["nauseous"]), - (UniCase::ascii("everyting"), &["everything"]), - (UniCase::ascii("accountabilty"), &["accountability"]), - (UniCase::ascii("comfertably"), &["comfortably"]), - (UniCase::ascii("canditates"), &["candidates"]), - (UniCase::ascii("coefficeint"), &["coefficient"]), - (UniCase::ascii("carnagie"), &["carnegie"]), - (UniCase::ascii("electromagnectic"), &["electromagnetic"]), - (UniCase::ascii("techicians"), &["technicians"]), - (UniCase::ascii("genitales"), &["genitals"]), - (UniCase::ascii("overheathing"), &["overheating"]), - (UniCase::ascii("disrespekting"), &["disrespecting"]), - (UniCase::ascii("shelterd"), &["sheltered"]), - (UniCase::ascii("responisve"), &["responsive"]), - (UniCase::ascii("unsubscrible"), &["unsubscribed"]), - (UniCase::ascii("mosquiters"), &["mosquitoes"]), - (UniCase::ascii("hdinsight"), &["hindsight"]), - (UniCase::ascii("professsion"), &["professions"]), - (UniCase::ascii("platimun"), &["platinum"]), - (UniCase::ascii("nominae"), &["nominate"]), - (UniCase::ascii("afflcition"), &["affliction"]), - (UniCase::ascii("depressieve"), &["depressive"]), - (UniCase::ascii("claer"), &["clear"]), - (UniCase::ascii("broadwalk"), &["boardwalk"]), - (UniCase::ascii("defensea"), &["defenseman"]), - (UniCase::ascii("packge"), &["package"]), - (UniCase::ascii("manifestus"), &["manifests"]), - (UniCase::ascii("disclamer"), &["disclaimer"]), - (UniCase::ascii("inhertiance"), &["inheritance"]), - (UniCase::ascii("spirituella"), &["spiritually"]), - (UniCase::ascii("depositas"), &["deposits"]), - (UniCase::ascii("vaguaries"), &["vagaries"]), - (UniCase::ascii("disapporval"), &["disapproval"]), - (UniCase::ascii("ocraina"), &["ocarina"]), - (UniCase::ascii("sincereley"), &["sincerely"]), - (UniCase::ascii("insubstantiated"), &["unsubstantiated"]), - (UniCase::ascii("collectivley"), &["collectively"]), - (UniCase::ascii("cringewrothy"), &["cringeworthy"]), - (UniCase::ascii("juggernaunt"), &["juggernaut"]), - (UniCase::ascii("afircan"), &["african"]), - (UniCase::ascii("dsytopian"), &["dystopian"]), - (UniCase::ascii("oversimplifaction"), &["oversimplification"]), - (UniCase::ascii("paragraps"), &["paragraphs"]), - (UniCase::ascii("obediant"), &["obedient"]), - (UniCase::ascii("academicese"), &["academics"]), - (UniCase::ascii("adderss"), &["address"]), - (UniCase::ascii("dictionare"), &["dictionaries"]), - (UniCase::ascii("obsidain"), &["obsidian"]), - (UniCase::ascii("obsucrity"), &["obscurity"]), - (UniCase::ascii("calculador"), &["calculator"]), - (UniCase::ascii("tuesdsy"), &["tuesdays"]), - (UniCase::ascii("propulaios"), &["propulsion"]), - (UniCase::ascii("counselers"), &["counselors"]), - (UniCase::ascii("chromozomes"), &["chromosomes"]), - (UniCase::ascii("hydropile"), &["hydrophile"]), - (UniCase::ascii("zoinism"), &["zionism"]), - (UniCase::ascii("accelerade"), &["accelerated"]), - (UniCase::ascii("adovcates"), &["advocates"]), - (UniCase::ascii("transcripton"), &["transcription"]), - (UniCase::ascii("frightenend"), &["frightened"]), - (UniCase::ascii("pentuim"), &["pentium"]), - (UniCase::ascii("bitcions"), &["bitcoins"]), - (UniCase::ascii("sould"), &["could"]), - (UniCase::ascii("distatse"), &["distaste"]), - (UniCase::ascii("componenet"), &["components"]), - (UniCase::ascii("acquantainces"), &["acquaintances"]), - (UniCase::ascii("somehtings"), &["somethings"]), - (UniCase::ascii("connectins"), &["connects"]), - (UniCase::ascii("chispet"), &["chipset"]), - (UniCase::ascii("legendaires"), &["legendaries"]), - (UniCase::ascii("insipring"), &["inspiring"]), - (UniCase::ascii("generalizaing"), &["generalizing"]), - (UniCase::ascii("kineitc"), &["kinetic"]), - (UniCase::ascii("industires"), &["industries"]), - (UniCase::ascii("interpert"), &["interpret"]), - (UniCase::ascii("swnasea"), &["swansea"]), - (UniCase::ascii("historicly"), &["historical"]), - (UniCase::ascii("incremently"), &["incremental"]), - (UniCase::ascii("substante"), &["substantive"]), - (UniCase::ascii("regiems"), &["regimes"]), - (UniCase::ascii("witnesss"), &["witnesses"]), - (UniCase::ascii("battlefiend"), &["battlefield"]), - (UniCase::ascii("selfiers"), &["selfies"]), - (UniCase::ascii("inferrence"), &["inference"]), - (UniCase::ascii("regulatr"), &["regulator"]), - (UniCase::ascii("limitating"), &["limitation"]), - (UniCase::ascii("cathredal"), &["cathedral"]), - (UniCase::ascii("influentual"), &["influential"]), - (UniCase::ascii("persuing"), &["pursuing"]), - (UniCase::ascii("profitabiliy"), &["profitability"]), - (UniCase::ascii("involuntarity"), &["involuntary"]), - (UniCase::ascii("philospher"), &["philosopher"]), - (UniCase::ascii("disgustus"), &["disgusts"]), - (UniCase::ascii("considerabile"), &["considerable"]), - (UniCase::ascii("benelovent"), &["benevolent"]), - (UniCase::ascii("guantonamo"), &["guantanamo"]), - (UniCase::ascii("protugal"), &["portugal"]), - (UniCase::ascii("instabillity"), &["instability"]), - (UniCase::ascii("behavoir"), &["behavior"]), - (UniCase::ascii("intiials"), &["initials"]), - (UniCase::ascii("circunference"), &["circumference"]), - (UniCase::ascii("entreprenuers"), &["entrepreneurs"]), - (UniCase::ascii("scostman"), &["scotsman"]), - (UniCase::ascii("substituters"), &["substitutes"]), - (UniCase::ascii("appreciatve"), &["appreciative"]), - (UniCase::ascii("generatting"), &["generating"]), - (UniCase::ascii("crowm"), &["crown"]), - (UniCase::ascii("masternind"), &["mastermind"]), - (UniCase::ascii("presonalized"), &["personalized"]), - (UniCase::ascii("maintinaing"), &["maintaining"]), - (UniCase::ascii("delibirate"), &["deliberate"]), - (UniCase::ascii("inconveniance"), &["inconvenience"]), - (UniCase::ascii("assassiante"), &["assassinate"]), - (UniCase::ascii("concernig"), &["concerning"]), - (UniCase::ascii("moleclues"), &["molecules"]), - (UniCase::ascii("denominater"), &["denominator"]), - (UniCase::ascii("nautlius"), &["nautilus"]), - (UniCase::ascii("engagaments"), &["engagements"]), - (UniCase::ascii("settlemnts"), &["settlements"]), - (UniCase::ascii("tranzformer"), &["transformer"]), - (UniCase::ascii("entreprenaurs"), &["entrepreneurs"]), - (UniCase::ascii("nineth"), &["ninth"]), - (UniCase::ascii("substansive"), &["substantive"]), - (UniCase::ascii("peritinkle"), &["periwinkle"]), - (UniCase::ascii("butcherd"), &["butchered"]), - (UniCase::ascii("pamplet"), &["pamphlet"]), - (UniCase::ascii("anorexica"), &["anorexia"]), - (UniCase::ascii("preadtor"), &["predator"]), - (UniCase::ascii("sheepel"), &["sheeple"]), - (UniCase::ascii("inmigrant"), &["immigrant"]), - (UniCase::ascii("consideras"), &["considers"]), - (UniCase::ascii("constitutinal"), &["constitutional"]), - (UniCase::ascii("ganster"), &["gangster"]), - (UniCase::ascii("relationshp"), &["relationships"]), - (UniCase::ascii("restrait"), &["restraint"]), - (UniCase::ascii("diffrent"), &["different"]), - (UniCase::ascii("originially"), &["originally"]), - (UniCase::ascii("intrewebs"), &["interwebs"]), - (UniCase::ascii("influens"), &["influences"]), - (UniCase::ascii("immobilzes"), &["immobile"]), - (UniCase::ascii("profitabile"), &["profitable"]), - (UniCase::ascii("registrato"), &["registration"]), - (UniCase::ascii("altantic"), &["atlantic"]), - (UniCase::ascii("hesitstion"), &["hesitation"]), - (UniCase::ascii("supplemant"), &["supplemental"]), - (UniCase::ascii("tacticaly"), &["tactically"]), - (UniCase::ascii("geogrpahically"), &["geographically"]), - (UniCase::ascii("upgarde"), &["upgrade"]), - (UniCase::ascii("konckback"), &["knockback"]), - (UniCase::ascii("helicoptors"), &["helicopters"]), - (UniCase::ascii("expedito"), &["expedition"]), - (UniCase::ascii("accompianed"), &["accompanied"]), - (UniCase::ascii("simulatore"), &["simulate"]), - (UniCase::ascii("beleif"), &["belief"]), - (UniCase::ascii("startegy"), &["strategy"]), - (UniCase::ascii("extremley"), &["extremely"]), - (UniCase::ascii("singualrity"), &["singularity"]), - (UniCase::ascii("commentart"), &["commentator"]), - (UniCase::ascii("garuanteed"), &["guaranteed"]), - (UniCase::ascii("comissions"), &["commissions"]), - (UniCase::ascii("automoblie"), &["automobile"]), - (UniCase::ascii("extered"), &["exerted"]), - (UniCase::ascii("blasphmey"), &["blasphemy"]), - (UniCase::ascii("flanethrower"), &["flamethrower"]), - (UniCase::ascii("sucessot"), &["successor"]), - (UniCase::ascii("infomation"), &["information"]), - (UniCase::ascii("tranditional"), &["transitional"]), - (UniCase::ascii("southampon"), &["southampton"]), - (UniCase::ascii("spectatular"), &["spectacular"]), - (UniCase::ascii("allaince"), &["alliance"]), - (UniCase::ascii("infroms"), &["informs"]), - (UniCase::ascii("palestinain"), &["palestinians"]), - (UniCase::ascii("intervenire"), &["intervene"]), - (UniCase::ascii("trinkes"), &["trinkets"]), - (UniCase::ascii("wonderfull"), &["wonderful"]), - (UniCase::ascii("subcatagory"), &["subcategory"]), - (UniCase::ascii("lightheated"), &["lighthearted"]), - (UniCase::ascii("irritacion"), &["irritation"]), - (UniCase::ascii("extroardinary"), &["extraordinary"]), - (UniCase::ascii("adealide"), &["adelaide"]), - (UniCase::ascii("evangelia"), &["evangelical"]), - (UniCase::ascii("semnatics"), &["semantics"]), - (UniCase::ascii("wednessday"), &["wednesdays"]), - (UniCase::ascii("marshmallons"), &["marshmallows"]), - (UniCase::ascii("squishey"), &["squishy"]), - (UniCase::ascii("oppertunities"), &["opportunities"]), - (UniCase::ascii("conversationable"), &["conversational"]), - (UniCase::ascii("insturction"), &["instruction"]), - (UniCase::ascii("filterd"), &["filtered"]), - (UniCase::ascii("meditarrenean"), &["mediterranean"]), - (UniCase::ascii("cheeseburges"), &["cheeseburgers"]), - (UniCase::ascii("deprivaton"), &["deprivation"]), - (UniCase::ascii("qualtitative"), &["quantitative"]), - (UniCase::ascii("placebro"), &["placebo"]), - (UniCase::ascii("jailbrake"), &["jailbreak"]), - (UniCase::ascii("ahve"), &["have"]), - (UniCase::ascii("agurement"), &["arguement"]), - (UniCase::ascii("specemin"), &["specimen"]), - (UniCase::ascii("nurtient"), &["nutrient"]), - (UniCase::ascii("shreak"), &["shriek"]), - (UniCase::ascii("corosion"), &["corrosion"]), - (UniCase::ascii("substract"), &["subtract"]), - (UniCase::ascii("fascization"), &["fascination"]), - (UniCase::ascii("contradics"), &["contradicts"]), - (UniCase::ascii("macarino"), &["macaroni"]), - (UniCase::ascii("simplets"), &["simplest"]), - (UniCase::ascii("molestaion"), &["molestation"]), - (UniCase::ascii("dealershp"), &["dealerships"]), - (UniCase::ascii("comeptition"), &["competition"]), - (UniCase::ascii("unattendend"), &["unattended"]), - (UniCase::ascii("flashligth"), &["flashlight"]), - (UniCase::ascii("proporties"), &["properties"]), - (UniCase::ascii("actualmy"), &["actualy"]), - (UniCase::ascii("pateince"), &["patience"]), - (UniCase::ascii("invinceble"), &["invincible"]), - (UniCase::ascii("intellectaul"), &["intellectuals"]), - (UniCase::ascii("protagonistes"), &["protagonists"]), - (UniCase::ascii("professiomal"), &["professionalism"]), - (UniCase::ascii("exploint"), &["exploit"]), - (UniCase::ascii("chronicels"), &["chronicles"]), - (UniCase::ascii("botivational"), &["motivational"]), - (UniCase::ascii("exponentiella"), &["exponential"]), - (UniCase::ascii("stlakers"), &["stalkers"]), - (UniCase::ascii("corporacion"), &["corporation"]), - (UniCase::ascii("exploted"), &["explode"]), - (UniCase::ascii("withdrawling"), &["withdrawing"]), - (UniCase::ascii("deregualtion"), &["deregulation"]), - (UniCase::ascii("hypotherical"), &["hypothetical"]), - (UniCase::ascii("enlightend"), &["enlightened"]), - (UniCase::ascii("legendarisk"), &["legendaries"]), - (UniCase::ascii("retailate"), &["retaliate"]), - (UniCase::ascii("programem"), &["programme"]), - (UniCase::ascii("stricty"), &["strictly"]), - (UniCase::ascii("mechanismus"), &["mechanisms"]), - (UniCase::ascii("volatge"), &["voltage"]), - (UniCase::ascii("unrwitten"), &["unwritten"]), - (UniCase::ascii("illustraitor"), &["illustrator"]), - (UniCase::ascii("chiuhahua"), &["chihuahua"]), - (UniCase::ascii("competiors"), &["competitors"]), - (UniCase::ascii("rosettta"), &["rosetta"]), - (UniCase::ascii("paitent"), &["patient"]), - (UniCase::ascii("pshycologist"), &["psychologist"]), - (UniCase::ascii("earpluggs"), &["earplugs"]), - (UniCase::ascii("subjectivelly"), &["subjectively"]), - (UniCase::ascii("tourits"), &["tourist"]), - (UniCase::ascii("templats"), &["templates"]), - (UniCase::ascii("philosophae"), &["philosopher"]), - (UniCase::ascii("undertacker"), &["undertaker"]), - (UniCase::ascii("mastrubate"), &["masturbate"]), - (UniCase::ascii("troleld"), &["trolled"]), - (UniCase::ascii("perpetraitor"), &["perpetrator"]), - (UniCase::ascii("oridinarily"), &["ordinarily"]), - (UniCase::ascii("gamergat"), &["gamertag"]), - (UniCase::ascii("awared"), &["awarded"]), - (UniCase::ascii("contigent"), &["contingent"]), - (UniCase::ascii("earthquacks"), &["earthquakes"]), - (UniCase::ascii("foundaries"), &["foundries"]), - (UniCase::ascii("industrialied"), &["industrialized"]), - (UniCase::ascii("pakistanezi"), &["pakistani"]), - (UniCase::ascii("spiritd"), &["spirited"]), - (UniCase::ascii("tremelos"), &["tremolos"]), - (UniCase::ascii("monsterous"), &["monsters"]), - (UniCase::ascii("enligthenment"), &["enlightenment"]), - (UniCase::ascii("gardai"), &["gardaí"]), - (UniCase::ascii("grandchilderen"), &["grandchildren"]), - (UniCase::ascii("mediocraty"), &["mediocrity"]), - (UniCase::ascii("eliminatin"), &["elimination"]), - (UniCase::ascii("competitons"), &["competitors"]), - (UniCase::ascii("microphen"), &["microphone"]), - (UniCase::ascii("combinig"), &["combining"]), - (UniCase::ascii("peodphiles"), &["pedophiles"]), - (UniCase::ascii("imrpoving"), &["improving"]), - (UniCase::ascii("smealting"), &["smelting"]), - (UniCase::ascii("bakcers"), &["backers"]), - (UniCase::ascii("currens"), &["currents"]), - (UniCase::ascii("meterology"), &["meteorology"]), - (UniCase::ascii("standerdized"), &["standardized"]), - (UniCase::ascii("periwinkel"), &["periwinkle"]), - (UniCase::ascii("explanaiton"), &["explanations"]), - (UniCase::ascii("hemipshere"), &["hemisphere"]), - (UniCase::ascii("martain"), &["martian"]), - (UniCase::ascii("republicants"), &["republicans"]), - (UniCase::ascii("powderd"), &["powdered"]), - (UniCase::ascii("maraudeur"), &["marauder"]), - (UniCase::ascii("connectivitiy"), &["connectivity"]), - (UniCase::ascii("pennsylvanica"), &["pennsylvania"]), - (UniCase::ascii("cruasder"), &["crusader"]), - (UniCase::ascii("persumably"), &["presumably"]), - (UniCase::ascii("messagease"), &["messages"]), - (UniCase::ascii("eqaulity"), &["equality"]), - (UniCase::ascii("generostiy"), &["generosity"]), - (UniCase::ascii("incompatablity"), &["incompatibility"]), - (UniCase::ascii("vulnarability"), &["vulnerability"]), - (UniCase::ascii("outcalssed"), &["outclassed"]), - (UniCase::ascii("downlaod"), &["download"]), - (UniCase::ascii("contradices"), &["contradicts"]), - (UniCase::ascii("motivet"), &["motivate"]), - (UniCase::ascii("loenard"), &["leonard"]), - (UniCase::ascii("undersatnd"), &["understands"]), - (UniCase::ascii("cardiocascular"), &["cardiovascular"]), - (UniCase::ascii("widgetas"), &["widgets"]), - (UniCase::ascii("attachemnt"), &["attachment"]), - (UniCase::ascii("quention"), &["quentin"]), - (UniCase::ascii("personhod"), &["personhood"]), - (UniCase::ascii("survivabililty"), &["survivability"]), - (UniCase::ascii("tringale"), &["triangle"]), - (UniCase::ascii("fucntionally"), &["functionally"]), - (UniCase::ascii("capsumel"), &["capsule"]), - (UniCase::ascii("moustahce"), &["moustache"]), - (UniCase::ascii("understandablely"), &["understandably"]), - (UniCase::ascii("microtransacting"), &["microtransactions"]), - (UniCase::ascii("realiste"), &["realise"]), - (UniCase::ascii("mathimatically"), &["mathematically"]), - (UniCase::ascii("trespessing"), &["trespassing"]), - (UniCase::ascii("athletecism"), &["athleticism"]), - (UniCase::ascii("levellign"), &["levelling"]), - (UniCase::ascii("skateboaring"), &["skateboarding"]), - (UniCase::ascii("aquaduct"), &["aqueduct"]), - (UniCase::ascii("scholorship"), &["scholarship"]), - (UniCase::ascii("problematisch"), &["problematic"]), - (UniCase::ascii("tournamet"), &["tournament"]), - (UniCase::ascii("chocolatte"), &["chocolates"]), - (UniCase::ascii("delearship"), &["dealership"]), - (UniCase::ascii("poluting"), &["polluting"]), - (UniCase::ascii("transalted"), &["translated"]), - (UniCase::ascii("busness"), &["business"]), - (UniCase::ascii("patroitism"), &["patriotism"]), - (UniCase::ascii("causalty"), &["casualty"]), - (UniCase::ascii("dissobedient"), &["disobedient"]), - (UniCase::ascii("neruological"), &["neurological"]), - (UniCase::ascii("transistior"), &["transistor"]), - (UniCase::ascii("popularily"), &["popularity"]), - (UniCase::ascii("copenhagn"), &["copenhagen"]), - (UniCase::ascii("computacional"), &["computational"]), - (UniCase::ascii("exhuasted"), &["exhausted"]), - (UniCase::ascii("cashies"), &["cashiers"]), - (UniCase::ascii("mechanisim"), &["mechanism"]), - (UniCase::ascii("concentrace"), &["concentrate"]), - (UniCase::ascii("eyebals"), &["eyeballs"]), - (UniCase::ascii("happends"), &["happens"]), - (UniCase::ascii("stomrfront"), &["stormfront"]), - (UniCase::ascii("immobilze"), &["immobile"]), - (UniCase::ascii("nessecary"), &["necessary"]), - (UniCase::ascii("habsbourg"), &["habsburg"]), - (UniCase::ascii("husban"), &["husband"]), - (UniCase::ascii("interfeer"), &["interfere"]), - (UniCase::ascii("possiby"), &["possibly"]), - (UniCase::ascii("conteneurs"), &["contenders"]), - (UniCase::ascii("airbore"), &["airborne"]), - (UniCase::ascii("answerd"), &["answered"]), - (UniCase::ascii("murderus"), &["murders"]), - (UniCase::ascii("circumstential"), &["circumstantial"]), - (UniCase::ascii("consipracies"), &["conspiracies"]), - (UniCase::ascii("manslaugter"), &["manslaughter"]), - (UniCase::ascii("legislativo"), &["legislation"]), - (UniCase::ascii("annointing"), &["anointing"]), - (UniCase::ascii("inherint"), &["inherit"]), - (UniCase::ascii("democracries"), &["democracies"]), - (UniCase::ascii("contagioso"), &["contagious"]), - (UniCase::ascii("legnedary"), &["legendary"]), - (UniCase::ascii("aduiobook"), &["audiobook"]), - (UniCase::ascii("laready"), &["already"]), - (UniCase::ascii("ubiquotous"), &["ubiquitous"]), - (UniCase::ascii("creativily"), &["creatively"]), - (UniCase::ascii("singlepalyer"), &["singleplayer"]), - (UniCase::ascii("paitience"), &["patience"]), - (UniCase::ascii("chillead"), &["chilled"]), - (UniCase::ascii("immigrantes"), &["immigrants"]), - (UniCase::ascii("juggernath"), &["juggernaut"]), - (UniCase::ascii("apporach"), &["approach"]), - (UniCase::ascii("abandonding"), &["abandoning"]), - (UniCase::ascii("auxillary"), &["auxiliary"]), - (UniCase::ascii("nationalizm"), &["nationalism"]), - (UniCase::ascii("misunderstsnding"), &["misunderstandings"]), - (UniCase::ascii("amethsyt"), &["amethyst"]), - (UniCase::ascii("nostaligc"), &["nostalgic"]), - (UniCase::ascii("analysise"), &["analyses"]), - (UniCase::ascii("orginally"), &["originally"]), - (UniCase::ascii("stroytelling"), &["storytelling"]), - (UniCase::ascii("sigantures"), &["signatures"]), - (UniCase::ascii("determinging"), &["determining"]), - (UniCase::ascii("participats"), &["participant"]), - (UniCase::ascii("contens"), &["contents"]), - (UniCase::ascii("produktion"), &["production"]), - (UniCase::ascii("falmethrower"), &["flamethrower"]), - (UniCase::ascii("manupulating"), &["manipulating"]), - (UniCase::ascii("valetta"), &["valletta"]), - (UniCase::ascii("metropolitin"), &["metropolitan"]), - (UniCase::ascii("hoemopathy"), &["homeopathy"]), - (UniCase::ascii("socailly"), &["socially"]), - (UniCase::ascii("avaiable"), &["available"]), - (UniCase::ascii("commentaar"), &["commentary"]), - (UniCase::ascii("shrinked"), &["shrunk"]), - (UniCase::ascii("neighbourbood"), &["neighbourhood"]), - (UniCase::ascii("rectangual"), &["rectangular"]), - (UniCase::ascii("inquisiting"), &["inquisition"]), - (UniCase::ascii("capactiors"), &["capacitors"]), - (UniCase::ascii("frankensten"), &["frankenstein"]), - (UniCase::ascii("whsipering"), &["whispering"]), - (UniCase::ascii("constituional"), &["constitutional"]), - (UniCase::ascii("creationsist"), &["creationist"]), - (UniCase::ascii("testasterone"), &["testosterone"]), - (UniCase::ascii("toruney"), &["tourney"]), - (UniCase::ascii("treasue"), &["treasure"]), - (UniCase::ascii("categoried"), &["categorized"]), - (UniCase::ascii("disctinction"), &["distinction"]), - (UniCase::ascii("oposite"), &["opposite"]), - (UniCase::ascii("relativitly"), &["relativity"]), - (UniCase::ascii("derogatary"), &["derogatory"]), - (UniCase::ascii("purposley"), &["purposely"]), - (UniCase::ascii("toruneys"), &["tourneys"]), - (UniCase::ascii("arcitechture"), &["architecture"]), - (UniCase::ascii("hopelessely"), &["hopelessly"]), - (UniCase::ascii("gloablly"), &["globally"]), - (UniCase::ascii("similaraties"), &["similarities"]), - (UniCase::ascii("educacional"), &["educational"]), - (UniCase::ascii("eratically"), &["erratically"]), - (UniCase::ascii("obstrucion"), &["obstruction"]), - (UniCase::ascii("languague"), &["language"]), - (UniCase::ascii("conveniant"), &["convenient"]), - (UniCase::ascii("colorao"), &["colorado"]), - (UniCase::ascii("periodisch"), &["periodic"]), - (UniCase::ascii("stealhty"), &["stealthy"]), - (UniCase::ascii("invairably"), &["invariably"]), - (UniCase::ascii("australin"), &["australians"]), - (UniCase::ascii("defensie"), &["defensive"]), - (UniCase::ascii("pankaces"), &["pancakes"]), - (UniCase::ascii("gimmickey"), &["gimmicky"]), - (UniCase::ascii("apshalt"), &["asphalt"]), - (UniCase::ascii("stressende"), &["stressed"]), - (UniCase::ascii("consenusal"), &["consensual"]), - (UniCase::ascii("nedlessly"), &["endlessly"]), - (UniCase::ascii("surpases"), &["surpass"]), - (UniCase::ascii("withing"), &["within"]), - (UniCase::ascii("indicato"), &["indication"]), - (UniCase::ascii("interfce"), &["interface"]), - (UniCase::ascii("conslutants"), &["consultant"]), - (UniCase::ascii("compilare"), &["compiler"]), - (UniCase::ascii("reparied"), &["repaired"]), - (UniCase::ascii("forgettting"), &["forgetting"]), - (UniCase::ascii("interrogativo"), &["interrogation"]), - (UniCase::ascii("recieve"), &["receive"]), - (UniCase::ascii("grahpite"), &["graphite"]), - (UniCase::ascii("obamination"), &["abomination"]), - (UniCase::ascii("nationales"), &["nationals"]), - (UniCase::ascii("participaton"), &["participant"]), - (UniCase::ascii("manifacturer"), &["manufacturer"]), - (UniCase::ascii("functionlity"), &["functionality"]), - (UniCase::ascii("submergerd"), &["submerged"]), - (UniCase::ascii("relatation"), &["relaxation"]), - (UniCase::ascii("inherintly"), &["inherently"]), - (UniCase::ascii("steathly"), &["stealthy"]), - (UniCase::ascii("parralel"), &["parallel"]), - (UniCase::ascii("strechtes"), &["stretches"]), - (UniCase::ascii("undergrund"), &["underground"]), - (UniCase::ascii("shrapenl"), &["shrapnel"]), - (UniCase::ascii("powerlifitng"), &["powerlifting"]), - (UniCase::ascii("sucessful"), &["successful"]), - (UniCase::ascii("advanteges"), &["advantages"]), - (UniCase::ascii("yersa"), &["years"]), - (UniCase::ascii("penninsular"), &["peninsular"]), - (UniCase::ascii("workingest"), &["workings"]), - (UniCase::ascii("abritrarily"), &["arbitrarily"]), - (UniCase::ascii("skeletones"), &["skeletons"]), - (UniCase::ascii("metaphoricaly"), &["metaphorically"]), - (UniCase::ascii("romanticaly"), &["romantically"]), - (UniCase::ascii("meanins"), &["meanings"]), - (UniCase::ascii("distribucion"), &["distribution"]), - (UniCase::ascii("reliabillity"), &["reliability"]), - (UniCase::ascii("votlage"), &["voltage"]), - (UniCase::ascii("inhabitents"), &["inhabitants"]), - (UniCase::ascii("characterizarion"), &["characterization"]), - (UniCase::ascii("alumnium"), &["aluminum"]), - (UniCase::ascii("malyasia"), &["malaysia"]), - (UniCase::ascii("marrage"), &["marriage"]), - (UniCase::ascii("imploys"), &["employs"]), - (UniCase::ascii("coutnerfeit"), &["counterfeit"]), - (UniCase::ascii("offsrping"), &["offspring"]), - (UniCase::ascii("beligum"), &["belgium"]), - (UniCase::ascii("characterisics"), &["characteristics"]), - (UniCase::ascii("conveniantly"), &["conveniently"]), - (UniCase::ascii("encahnting"), &["enchanting"]), - (UniCase::ascii("reintarnation"), &["reincarnation"]), - (UniCase::ascii("informtion"), &["information"]), - (UniCase::ascii("cababge"), &["cabbage"]), - (UniCase::ascii("indifferente"), &["indifference"]), - (UniCase::ascii("disclipined"), &["disciplined"]), - (UniCase::ascii("undertsand"), &["understands"]), - (UniCase::ascii("interperters"), &["interpreter"]), - (UniCase::ascii("domesitcated"), &["domesticated"]), - (UniCase::ascii("enterprenuers"), &["entrepreneurs"]), - (UniCase::ascii("wrnagler"), &["wrangler"]), - (UniCase::ascii("duleing"), &["dueling"]), - (UniCase::ascii("liesure"), &["leisure"]), - (UniCase::ascii("mathematicals"), &["mathematics"]), - (UniCase::ascii("politickin"), &["politician"]), - (UniCase::ascii("greatfully"), &["gratefully"]), - (UniCase::ascii("trasnformers"), &["transformers"]), - (UniCase::ascii("dependd"), &["depended"]), - (UniCase::ascii("heteresexual"), &["heterosexual"]), - (UniCase::ascii("consumbales"), &["consumables"]), - (UniCase::ascii("africain"), &["african"]), - (UniCase::ascii("contencious"), &["contentious"]), - (UniCase::ascii("someoens"), &["someones"]), - (UniCase::ascii("configuraiton"), &["configuration"]), - (UniCase::ascii("disaspointed"), &["dissapointed"]), - (UniCase::ascii("explorarea"), &["explorer"]), - (UniCase::ascii("investige"), &["investigate"]), - (UniCase::ascii("comparabile"), &["comparable"]), - (UniCase::ascii("prioritice"), &["prioritize"]), - (UniCase::ascii("joystik"), &["joystick"]), - (UniCase::ascii("disinteresed"), &["disinterested"]), - (UniCase::ascii("palyerbase"), &["playerbase"]), - (UniCase::ascii("lightweigt"), &["lightweight"]), - (UniCase::ascii("reasonabley"), &["reasonably"]), - (UniCase::ascii("compatability"), &["compatibility"]), - (UniCase::ascii("constructie"), &["constructive"]), - (UniCase::ascii("urainum"), &["uranium"]), - (UniCase::ascii("goddanm"), &["goddamn"]), - (UniCase::ascii("dedicacion"), &["dedication"]), - (UniCase::ascii("infectation"), &["infestation"]), - (UniCase::ascii("emapthetic"), &["empathetic"]), - (UniCase::ascii("unconcsiously"), &["unconsciously"]), - (UniCase::ascii("organische"), &["organise"]), - (UniCase::ascii("koreanos"), &["koreans"]), - (UniCase::ascii("frequeny"), &["frequency"]), - (UniCase::ascii("follwoing"), &["following"]), - (UniCase::ascii("backgrouds"), &["backgrounds"]), - (UniCase::ascii("convinsing"), &["convincing"]), - (UniCase::ascii("predetermind"), &["predetermined"]), - (UniCase::ascii("religiousy"), &["religiously"]), - (UniCase::ascii("custumizable"), &["customizable"]), - (UniCase::ascii("initialy"), &["initially"]), - (UniCase::ascii("parastie"), &["parasite"]), - (UniCase::ascii("atlantc"), &["atlantic"]), - (UniCase::ascii("currenly"), &["currently"]), - (UniCase::ascii("eugencis"), &["eugenics"]), - (UniCase::ascii("artsits"), &["artists"]), - (UniCase::ascii("restuarant"), &["restaurant"]), - (UniCase::ascii("contitnent"), &["contingent"]), - (UniCase::ascii("cellulaire"), &["cellular"]), - (UniCase::ascii("platformar"), &["platformer"]), - (UniCase::ascii("continuosly"), &["continuously"]), - (UniCase::ascii("podemso"), &["podemos"]), - (UniCase::ascii("furstrates"), &["frustrates"]), - (UniCase::ascii("franchizes"), &["franchises"]), - (UniCase::ascii("aethistic"), &["atheistic"]), - (UniCase::ascii("qualifiaction"), &["qualification"]), - (UniCase::ascii("mericful"), &["merciful"]), - (UniCase::ascii("govormental"), &["governmental"]), - (UniCase::ascii("amphetemines"), &["amphetamines"]), - (UniCase::ascii("aribter"), &["arbiter"]), - (UniCase::ascii("illustrato"), &["illustration"]), - (UniCase::ascii("teleproting"), &["teleporting"]), - (UniCase::ascii("tasliman"), &["talisman"]), - (UniCase::ascii("buring"), &["burying"]), - (UniCase::ascii("fluttersy"), &["fluttershy"]), - (UniCase::ascii("resignition"), &["resignation"]), - (UniCase::ascii("exersize"), &["exercise"]), - (UniCase::ascii("saskatchewn"), &["saskatchewan"]), - (UniCase::ascii("retrebution"), &["retribution"]), - (UniCase::ascii("impoversihed"), &["impoverished"]), - (UniCase::ascii("intricasies"), &["intricacies"]), - (UniCase::ascii("anaylzing"), &["analyzing"]), - (UniCase::ascii("curisoity"), &["curiosity"]), - (UniCase::ascii("stereotpyes"), &["stereotypes"]), - (UniCase::ascii("methaporically"), &["metaphorically"]), - (UniCase::ascii("preceed"), &["precede"]), - (UniCase::ascii("photographics"), &["photographs"]), - (UniCase::ascii("procedurial"), &["procedural"]), - (UniCase::ascii("unconsciouslly"), &["unconsciously"]), - (UniCase::ascii("gunanine"), &["guanine"]), - (UniCase::ascii("kilometes"), &["kilometers"]), - (UniCase::ascii("medicae"), &["medicare"]), - (UniCase::ascii("watkings"), &["watkins"]), - (UniCase::ascii("zealtos"), &["zealots"]), - (UniCase::ascii("collisin"), &["collisions"]), - (UniCase::ascii("advantagous"), &["advantageous"]), - (UniCase::ascii("legitimicy"), &["legitimacy"]), - (UniCase::ascii("imcompetence"), &["incompetence"]), - (UniCase::ascii("willingless"), &["willingness"]), - (UniCase::ascii("designes"), &["designs"]), - (UniCase::ascii("barabrian"), &["barbarian"]), - (UniCase::ascii("persued"), &["pursued"]), - (UniCase::ascii("plaigarism"), &["plagiarism"]), - (UniCase::ascii("becamae"), &["became"]), - (UniCase::ascii("statistisk"), &["statistics"]), - (UniCase::ascii("rivlaries"), &["rivalries"]), - (UniCase::ascii("occassion"), &["occasion"]), - (UniCase::ascii("desparately"), &["desperately"]), - (UniCase::ascii("amking"), &["making"]), - (UniCase::ascii("efford"), &["effort"]), - (UniCase::ascii("deficienct"), &["deficient"]), - (UniCase::ascii("agruments"), &["arguments"]), - (UniCase::ascii("reaplying"), &["replaying"]), - (UniCase::ascii("truthfullly"), &["truthfully"]), - (UniCase::ascii("barcelets"), &["bracelets"]), - (UniCase::ascii("humanitis"), &["humanities"]), - (UniCase::ascii("exposito"), &["exposition"]), - (UniCase::ascii("autonamous"), &["autonomous"]), - (UniCase::ascii("correctin"), &["correction"]), - (UniCase::ascii("californica"), &["california"]), - (UniCase::ascii("factuallity"), &["factually"]), - (UniCase::ascii("sluaghtered"), &["slaughtered"]), - (UniCase::ascii("paramadics"), &["paramedics"]), - (UniCase::ascii("incremential"), &["incremental"]), - (UniCase::ascii("comftorable"), &["comfortable"]), - (UniCase::ascii("skeptisicm"), &["skepticism"]), - (UniCase::ascii("directionl"), &["directional"]), - (UniCase::ascii("acceleratio"), &["accelerator"]), - (UniCase::ascii("encyrpt"), &["encrypt"]), - (UniCase::ascii("vesseles"), &["vessels"]), - (UniCase::ascii("overwheliming"), &["overwhelming"]), - (UniCase::ascii("currancies"), &["currencies"]), - (UniCase::ascii("brtually"), &["brutally"]), - (UniCase::ascii("illustratie"), &["illustrate"]), - (UniCase::ascii("puritannical"), &["puritanical"]), - (UniCase::ascii("respoted"), &["reposted"]), - (UniCase::ascii("illegitime"), &["illegitimate"]), - (UniCase::ascii("stalkes"), &["stalkers"]), - (UniCase::ascii("appreciatie"), &["appreciative"]), - (UniCase::ascii("definitifely"), &["definitively"]), - (UniCase::ascii("avergaes"), &["averages"]), - (UniCase::ascii("decroative"), &["decorative"]), - (UniCase::ascii("anticiapte"), &["anticipate"]), - (UniCase::ascii("leaglizing"), &["legalizing"]), - (UniCase::ascii("travelodge"), &["traveled"]), - (UniCase::ascii("officiallly"), &["officially"]), - (UniCase::ascii("sceintist"), &["scientist"]), - (UniCase::ascii("whisltes"), &["whistles"]), - (UniCase::ascii("narhwal"), &["narwhal"]), - (UniCase::ascii("balckhawks"), &["blackhawks"]), - (UniCase::ascii("introspeccion"), &["introspection"]), - (UniCase::ascii("overpooling"), &["overlooking"]), - (UniCase::ascii("cooresponding"), &["corresponding"]), - (UniCase::ascii("formerlly"), &["formerly"]), - (UniCase::ascii("renewl"), &["renewal"]), - (UniCase::ascii("protocoles"), &["protocols"]), - (UniCase::ascii("pentagoon"), &["pentagon"]), - (UniCase::ascii("literarry"), &["literary"]), - (UniCase::ascii("friendzonned"), &["friendzoned"]), - (UniCase::ascii("strangeshit"), &["strangest"]), - (UniCase::ascii("personhoood"), &["personhood"]), - (UniCase::ascii("goosebumbps"), &["goosebumps"]), - (UniCase::ascii("unsuprisingly"), &["unsurprisingly"]), - (UniCase::ascii("conversie"), &["converse"]), - (UniCase::ascii("criticiszed"), &["criticise"]), - (UniCase::ascii("engeneer"), &["engineer"]), - (UniCase::ascii("counterpary"), &["counterplay"]), - (UniCase::ascii("mechandise"), &["merchandise"]), - (UniCase::ascii("prosectuors"), &["prosecutors"]), - (UniCase::ascii("ridiculouly"), &["ridiculously"]), - (UniCase::ascii("conicidentally"), &["coincidentally"]), - (UniCase::ascii("remasterred"), &["remastered"]), - (UniCase::ascii("esporst"), &["esports"]), - (UniCase::ascii("juggernaunts"), &["juggernaut"]), - (UniCase::ascii("affiliaton"), &["affiliation"]), - (UniCase::ascii("thoeretical"), &["theoretical"]), - (UniCase::ascii("unedicated"), &["uneducated"]), - (UniCase::ascii("reasearch"), &["research"]), - (UniCase::ascii("purhcased"), &["purchased"]), - (UniCase::ascii("pretection"), &["protection"]), - (UniCase::ascii("napoloen"), &["napoleon"]), - (UniCase::ascii("periphirals"), &["peripherals"]), - (UniCase::ascii("insensetive"), &["insensitive"]), - (UniCase::ascii("furiuosly"), &["furiously"]), - (UniCase::ascii("wendsay"), &["wednesday"]), - (UniCase::ascii("interveign"), &["intervening"]), - (UniCase::ascii("practitions"), &["practitioners"]), - (UniCase::ascii("everyonehas"), &["everyones"]), - (UniCase::ascii("assasinations"), &["assassinations"]), - (UniCase::ascii("conjecutre"), &["conjecture"]), - (UniCase::ascii("irrevelant"), &["irrelevant"]), - (UniCase::ascii("recrod"), &["record"]), - (UniCase::ascii("caputres"), &["captures"]), - (UniCase::ascii("naseuous"), &["nauseous"]), - (UniCase::ascii("clitorios"), &["clitoris"]), - (UniCase::ascii("friednzone"), &["friendzoned"]), - (UniCase::ascii("distriubtion"), &["distributions"]), - (UniCase::ascii("sympathyze"), &["sympathize"]), - (UniCase::ascii("celebratings"), &["celebrations"]), - (UniCase::ascii("specifiy"), &["specify"]), - (UniCase::ascii("zionistisk"), &["zionists"]), - (UniCase::ascii("barrackus"), &["barracks"]), - (UniCase::ascii("willaims"), &["williams"]), - (UniCase::ascii("cheesecase"), &["cheesecake"]), - (UniCase::ascii("burritoes"), &["burritos"]), - (UniCase::ascii("missionaire"), &["missionaries"]), - (UniCase::ascii("accomondate"), &["accommodate"]), - (UniCase::ascii("noticable"), &["noticeable"]), - (UniCase::ascii("comeptitors"), &["competitors"]), - (UniCase::ascii("exersicing"), &["exercising"]), - (UniCase::ascii("frustraties"), &["frustrates"]), - (UniCase::ascii("cruicble"), &["crucible"]), - (UniCase::ascii("illimunati"), &["illuminati"]), - (UniCase::ascii("alterantive"), &["alternative"]), - (UniCase::ascii("accomdate"), &["accommodate"]), - (UniCase::ascii("sebastain"), &["sebastian"]), - (UniCase::ascii("monumentals"), &["monuments"]), - (UniCase::ascii("hwile"), &["while"]), - (UniCase::ascii("comprihend"), &["comprehend"]), - (UniCase::ascii("remaind"), &["remained"]), - (UniCase::ascii("harmonisch"), &["harmonic"]), - (UniCase::ascii("wednesdy"), &["wednesdays"]), - (UniCase::ascii("mairlyn"), &["marilyn"]), - (UniCase::ascii("understandble"), &["understandable"]), - (UniCase::ascii("contagiosum"), &["contagious"]), - (UniCase::ascii("supermarkedet"), &["supermarket"]), - (UniCase::ascii("transplantees"), &["transplants"]), - (UniCase::ascii("campainging"), &["campaigning"]), - (UniCase::ascii("distrubuted"), &["distributed"]), - (UniCase::ascii("tortillita"), &["tortilla"]), - (UniCase::ascii("travellodge"), &["travelled"]), - (UniCase::ascii("migitation"), &["mitigation"]), - (UniCase::ascii("refrigerater"), &["refrigerator"]), - (UniCase::ascii("comparemos"), &["compares"]), - (UniCase::ascii("juadaism"), &["judaism"]), - (UniCase::ascii("falcones"), &["falcons"]), - (UniCase::ascii("parliamnetary"), &["parliamentary"]), - (UniCase::ascii("contemperary"), &["contemporary"]), - (UniCase::ascii("pscyhologist"), &["psychologist"]), - (UniCase::ascii("operationable"), &["operational"]), - (UniCase::ascii("succceeded"), &["succeeded"]), - (UniCase::ascii("legnedaries"), &["legendaries"]), - (UniCase::ascii("unedcuated"), &["uneducated"]), - (UniCase::ascii("responsibil"), &["responsibly"]), - (UniCase::ascii("disciplinery"), &["disciplinary"]), - (UniCase::ascii("sturggled"), &["struggled"]), - (UniCase::ascii("averageifs"), &["averages"]), - (UniCase::ascii("throrough"), &["thorough"]), - (UniCase::ascii("specificies"), &["specifics"]), - (UniCase::ascii("apporaching"), &["approaching"]), - (UniCase::ascii("molestating"), &["molestation"]), - (UniCase::ascii("vocabularily"), &["vocabulary"]), - (UniCase::ascii("purpetuating"), &["perpetuating"]), - (UniCase::ascii("initalisms"), &["initialisms"]), - (UniCase::ascii("freedomers"), &["freedoms"]), - (UniCase::ascii("comperatively"), &["comparatively"]), - (UniCase::ascii("hedeghog"), &["hedgehog"]), - (UniCase::ascii("automotice"), &["automotive"]), - (UniCase::ascii("cockroackes"), &["cockroaches"]), - (UniCase::ascii("microtransactons"), &["microtransactions"]), - (UniCase::ascii("heidelburg"), &["heidelberg"]), - (UniCase::ascii("heroicos"), &["heroics"]), - (UniCase::ascii("autority"), &["authority"]), - (UniCase::ascii("lithuaina"), &["lithuania"]), - (UniCase::ascii("defectos"), &["defects"]), - (UniCase::ascii("qualifiies"), &["qualifiers"]), - (UniCase::ascii("metaphysicans"), &["metaphysics"]), - (UniCase::ascii("particpiate"), &["participated"]), - (UniCase::ascii("sacrifieced"), &["sacrificed"]), - (UniCase::ascii("litecion"), &["litecoin"]), - (UniCase::ascii("goalkeepr"), &["goalkeeper"]), - (UniCase::ascii("archaoelogy"), &["archeology"]), - (UniCase::ascii("prevailling"), &["prevailing"]), - (UniCase::ascii("almightly"), &["almighty"]), - (UniCase::ascii("procedue"), &["procedure"]), - (UniCase::ascii("subscriping"), &["subscribing"]), - (UniCase::ascii("collectros"), &["collects"]), - (UniCase::ascii("tendence"), &["tendencies"]), - (UniCase::ascii("countes"), &["counters"]), - (UniCase::ascii("subscirbe"), &["subscribe"]), - (UniCase::ascii("exteriour"), &["exterior"]), - (UniCase::ascii("espressso"), &["espresso"]), - (UniCase::ascii("princila"), &["principals"]), - (UniCase::ascii("saught"), &["sought"]), - (UniCase::ascii("kryptoninte"), &["kryptonite"]), - (UniCase::ascii("representativas"), &["representatives"]), - (UniCase::ascii("commisioning"), &["commissioning"]), - (UniCase::ascii("propertional"), &["proportional"]), - (UniCase::ascii("guantanomo"), &["guantanamo"]), - (UniCase::ascii("initiaitive"), &["initiative"]), - (UniCase::ascii("currenctly"), &["currency"]), - (UniCase::ascii("rutgerus"), &["rutgers"]), - (UniCase::ascii("pakistanti"), &["pakistani"]), - (UniCase::ascii("appreciatin"), &["appreciation"]), - (UniCase::ascii("nuclues"), &["nucleus"]), - (UniCase::ascii("neccesary"), &["necessary"]), - (UniCase::ascii("perfromers"), &["performers"]), - (UniCase::ascii("causailty"), &["causality"]), - (UniCase::ascii("demoninations"), &["denominations"]), - (UniCase::ascii("kinteic"), &["kinetic"]), - (UniCase::ascii("metabilism"), &["metabolism"]), - (UniCase::ascii("appreciateing"), &["appreciating"]), - (UniCase::ascii("chemsitry"), &["chemistry"]), - (UniCase::ascii("reproduciton"), &["reproduction"]), - (UniCase::ascii("participare"), &["participate"]), - (UniCase::ascii("abbrievations"), &["abbreviation"]), - (UniCase::ascii("destrucive"), &["destructive"]), - (UniCase::ascii("perdiction"), &["prediction"]), - (UniCase::ascii("expensable"), &["expendable"]), - (UniCase::ascii("wieghts"), &["weights"]), - (UniCase::ascii("torrentes"), &["torrents"]), - (UniCase::ascii("frsibee"), &["frisbee"]), - (UniCase::ascii("frustraded"), &["frustrated"]), - (UniCase::ascii("generas"), &["generals"]), - (UniCase::ascii("microwavers"), &["microwaves"]), - (UniCase::ascii("litihum"), &["lithium"]), - (UniCase::ascii("discogrophy"), &["discography"]), - (UniCase::ascii("constitutents"), &["constitutes"]), - (UniCase::ascii("bernouilli"), &["bernoulli"]), - (UniCase::ascii("appareance"), &["appearance"]), - (UniCase::ascii("konfirmation"), &["confirmation"]), - (UniCase::ascii("interpretacion"), &["interpretation"]), - (UniCase::ascii("complane"), &["complacent"]), - (UniCase::ascii("mouthpeice"), &["mouthpiece"]), - (UniCase::ascii("incramentally"), &["incrementally"]), - (UniCase::ascii("notwhithstanding"), &["notwithstanding"]), - (UniCase::ascii("simplier"), &["simpler"]), - (UniCase::ascii("despicaple"), &["despicable"]), - (UniCase::ascii("suasage"), &["sausage"]), - (UniCase::ascii("wordlview"), &["worldview"]), - (UniCase::ascii("discrimine"), &["discriminate"]), - (UniCase::ascii("persistes"), &["persists"]), - (UniCase::ascii("spirtiually"), &["spiritually"]), - (UniCase::ascii("liuke"), &["like"]), - (UniCase::ascii("pronouced"), &["pronounced"]), - (UniCase::ascii("procrastinazione"), &["procrastination"]), - (UniCase::ascii("omnisicent"), &["omniscient"]), - (UniCase::ascii("placeholdr"), &["placeholder"]), - (UniCase::ascii("annilihate"), &["annihilated"]), - (UniCase::ascii("flashligt"), &["flashlight"]), - (UniCase::ascii("distinquished"), &["distinguished"]), - (UniCase::ascii("multimational"), &["multinational"]), - (UniCase::ascii("demograpics"), &["demographics"]), - (UniCase::ascii("adpatation"), &["adaptation"]), - (UniCase::ascii("gignatic"), &["gigantic"]), - (UniCase::ascii("makrsman"), &["marksman"]), - (UniCase::ascii("substitutues"), &["substitutes"]), - (UniCase::ascii("cheeseus"), &["cheeses"]), - (UniCase::ascii("transmorfers"), &["transformer"]), - (UniCase::ascii("intevene"), &["intervene"]), - (UniCase::ascii("apparantely"), &["apparently"]), - (UniCase::ascii("conceivablely"), &["conceivably"]), - (UniCase::ascii("transluent"), &["translucent"]), - (UniCase::ascii("retailation"), &["retaliation"]), - (UniCase::ascii("wavelenghts"), &["wavelength"]), - (UniCase::ascii("demorcracy"), &["democracy"]), - (UniCase::ascii("beleived"), &["believed"]), - (UniCase::ascii("proximty"), &["proximity"]), - (UniCase::ascii("prostitite"), &["prostitute"]), - (UniCase::ascii("formulars"), &["formulas"]), - (UniCase::ascii("armagedeon"), &["armageddon"]), - (UniCase::ascii("mcgergor"), &["mcgregor"]), - (UniCase::ascii("steriotyping"), &["stereotyping"]), - (UniCase::ascii("illustrare"), &["illustrate"]), - (UniCase::ascii("assistsnt"), &["assistants"]), - (UniCase::ascii("brigated"), &["brigade"]), - (UniCase::ascii("somethibng"), &["somethin"]), - (UniCase::ascii("populairty"), &["popularity"]), - (UniCase::ascii("acroynms"), &["acronyms"]), - (UniCase::ascii("circumsied"), &["circumcised"]), - (UniCase::ascii("infestaion"), &["infestation"]), - (UniCase::ascii("beuraucratic"), &["bureaucratic"]), - (UniCase::ascii("contentous"), &["contentious"]), - (UniCase::ascii("suspendes"), &["suspense"]), - (UniCase::ascii("antibioitcs"), &["antibiotic"]), - (UniCase::ascii("prototpye"), &["prototype"]), - (UniCase::ascii("esential"), &["essential"]), - (UniCase::ascii("incompatiblity"), &["incompatibility"]), - (UniCase::ascii("torphies"), &["trophies"]), - (UniCase::ascii("acronymes"), &["acronyms"]), - (UniCase::ascii("comferting"), &["comforting"]), - (UniCase::ascii("simplivity"), &["simplicity"]), - (UniCase::ascii("enitrely"), &["entirely"]), - (UniCase::ascii("stregnthen"), &["strengthen"]), - (UniCase::ascii("minisucle"), &["miniscule"]), - (UniCase::ascii("misspellng"), &["misspelling"]), - (UniCase::ascii("accomplishements"), &["accomplishments"]), - (UniCase::ascii("baordwalk"), &["boardwalk"]), - (UniCase::ascii("progresson"), &["progression"]), - (UniCase::ascii("corralation"), &["correlation"]), - (UniCase::ascii("freesytle"), &["freestyle"]), - (UniCase::ascii("authorative"), &["authoritative"]), - (UniCase::ascii("entitlied"), &["entitled"]), - (UniCase::ascii("sarcasam"), &["sarcasm"]), - (UniCase::ascii("automatted"), &["automate"]), - (UniCase::ascii("soundtrakcs"), &["soundtracks"]), - (UniCase::ascii("believeble"), &["believable"]), - (UniCase::ascii("investiagtion"), &["investigation"]), - (UniCase::ascii("asexaul"), &["asexual"]), - (UniCase::ascii("constans"), &["constants"]), - (UniCase::ascii("addcits"), &["addicts"]), - (UniCase::ascii("laboritory"), &["laboratory"]), - (UniCase::ascii("thankfullly"), &["thankfully"]), - (UniCase::ascii("fragmet"), &["fragment"]), - (UniCase::ascii("denegrating"), &["denigrating"]), - (UniCase::ascii("addional"), &["additional"]), - (UniCase::ascii("colliquial"), &["colloquial"]), - (UniCase::ascii("decribed"), &["described"]), - (UniCase::ascii("unsolocited"), &["unsolicited"]), - (UniCase::ascii("spiritualy"), &["spiritually"]), - (UniCase::ascii("sustainabiltiy"), &["sustainability"]), - (UniCase::ascii("permises"), &["premises"]), - (UniCase::ascii("eveyr"), &["every"]), - (UniCase::ascii("complexs"), &["complexes"]), - (UniCase::ascii("tolerence"), &["tolerance"]), - (UniCase::ascii("witn"), &["with"]), - (UniCase::ascii("accompinied"), &["accompanied"]), - (UniCase::ascii("claculator"), &["calculator"]), - (UniCase::ascii("inexplicablely"), &["inexplicably"]), - (UniCase::ascii("louieville"), &["louisville"]), - (UniCase::ascii("extensie"), &["extensive"]), - (UniCase::ascii("organsim"), &["organism"]), - (UniCase::ascii("comemmorates"), &["commemorates"]), - (UniCase::ascii("prohibitting"), &["prohibiting"]), - (UniCase::ascii("returnd"), &["returned"]), - (UniCase::ascii("ordinarly"), &["ordinary"]), - (UniCase::ascii("granolla"), &["granola"]), - (UniCase::ascii("conflcits"), &["conflicts"]), - (UniCase::ascii("redistirbution"), &["redistribution"]), - (UniCase::ascii("canceltation"), &["cancellation"]), - (UniCase::ascii("magainzes"), &["magazines"]), - (UniCase::ascii("discrimante"), &["discriminate"]), - (UniCase::ascii("diminishs"), &["diminishes"]), - (UniCase::ascii("parallely"), &["parallelly"]), - (UniCase::ascii("instantaenous"), &["instantaneous"]), - (UniCase::ascii("regualtors"), &["regulators"]), - (UniCase::ascii("cinematograhy"), &["cinematography"]), - (UniCase::ascii("substans"), &["substances"]), - (UniCase::ascii("dismante"), &["dismantle"]), - (UniCase::ascii("expecially"), &["especially"]), - (UniCase::ascii("retrosepct"), &["retrospect"]), - (UniCase::ascii("vulernabilities"), &["vulnerabilities"]), - (UniCase::ascii("unatteneded"), &["unattended"]), - (UniCase::ascii("herucles"), &["hercules"]), - (UniCase::ascii("motorcylce"), &["motorcycle"]), - (UniCase::ascii("precisley"), &["precisely"]), - (UniCase::ascii("dislcaimer"), &["disclaimer"]), - (UniCase::ascii("scrutinity"), &["scrutiny"]), - (UniCase::ascii("strechting"), &["stretching"]), - (UniCase::ascii("improvents"), &["improves"]), - (UniCase::ascii("capsuls"), &["capsules"]), - (UniCase::ascii("herocis"), &["heroics"]), - (UniCase::ascii("midfeilder"), &["midfielder"]), - (UniCase::ascii("humanitatian"), &["humanitarian"]), - (UniCase::ascii("retoractively"), &["retroactively"]), - (UniCase::ascii("omited"), &["omitted"]), - (UniCase::ascii("pretencious"), &["pretentious"]), - (UniCase::ascii("ridicilously"), &["ridiculously"]), - (UniCase::ascii("omre"), &["more"]), - (UniCase::ascii("perservation"), &["preservation"]), - (UniCase::ascii("tjhe"), &["the"]), - (UniCase::ascii("shoudlers"), &["shoulders"]), - (UniCase::ascii("clasues"), &["clauses"]), - (UniCase::ascii("glitchty"), &["glitchy"]), - (UniCase::ascii("expalining"), &["explaining"]), - (UniCase::ascii("controvercy"), &["controversy"]), - (UniCase::ascii("anedoctes"), &["anecdotes"]), - (UniCase::ascii("neighbourhoood"), &["neighbourhood"]), - (UniCase::ascii("agriculteurs"), &["agriculture"]), - (UniCase::ascii("recpies"), &["recipes"]), - (UniCase::ascii("conversacion"), &["conversation"]), - (UniCase::ascii("origonated"), &["originated"]), - (UniCase::ascii("intriquing"), &["intriguing"]), - (UniCase::ascii("carnvial"), &["carnival"]), - (UniCase::ascii("obliteraded"), &["obliterated"]), - (UniCase::ascii("instruktion"), &["instruction"]), - (UniCase::ascii("concequences"), &["consequences"]), - (UniCase::ascii("overlappping"), &["overlapping"]), - (UniCase::ascii("nubmers"), &["numbers"]), - (UniCase::ascii("quantitites"), &["quantities"]), - (UniCase::ascii("cerebrawl"), &["cerebral"]), - (UniCase::ascii("prostitudes"), &["prostitutes"]), - (UniCase::ascii("sensationslism"), &["sensationalism"]), - (UniCase::ascii("covenental"), &["covenant"]), - (UniCase::ascii("provinvial"), &["provincial"]), - (UniCase::ascii("polishs"), &["polishes"]), - (UniCase::ascii("renegerate"), &["regenerate"]), - (UniCase::ascii("familairize"), &["familiarize"]), - (UniCase::ascii("psychopaat"), &["psychopath"]), - (UniCase::ascii("spawend"), &["spawned"]), - (UniCase::ascii("restorarion"), &["restoration"]), - (UniCase::ascii("documenatries"), &["documentaries"]), - (UniCase::ascii("diarrheoa"), &["diarrhea"]), - (UniCase::ascii("investigatiors"), &["investigations"]), - (UniCase::ascii("inconsistance"), &["inconsistency"]), - (UniCase::ascii("irritaties"), &["irritate"]), - (UniCase::ascii("deficiancy"), &["deficiency"]), - (UniCase::ascii("reverals"), &["reversal"]), - (UniCase::ascii("cinematagraphy"), &["cinematography"]), - (UniCase::ascii("oreintal"), &["oriental"]), - (UniCase::ascii("appreciaite"), &["appreciative"]), - (UniCase::ascii("catastrophize"), &["catastrophe"]), - (UniCase::ascii("evangalical"), &["evangelical"]), - (UniCase::ascii("americats"), &["americas"]), - (UniCase::ascii("impeckable"), &["impeccable"]), - (UniCase::ascii("melieux"), &["milieux"]), - (UniCase::ascii("artice"), &["article"]), - (UniCase::ascii("notoriuosly"), &["notoriously"]), - (UniCase::ascii("studing"), &["studying"]), - (UniCase::ascii("stimulantes"), &["stimulants"]), - (UniCase::ascii("capitolized"), &["capitalized"]), - (UniCase::ascii("eyebrowes"), &["eyebrows"]), - (UniCase::ascii("calssify"), &["classify"]), - (UniCase::ascii("accomadated"), &["accommodated"]), - (UniCase::ascii("festivle"), &["festive"]), - (UniCase::ascii("socioecomonic"), &["socioeconomic"]), - (UniCase::ascii("shenanighans"), &["shenanigans"]), - (UniCase::ascii("supplaments"), &["supplements"]), - (UniCase::ascii("oppinion"), &["opinion"]), - (UniCase::ascii("unrealsitic"), &["unrealistic"]), - (UniCase::ascii("wholy"), &["wholly"]), - (UniCase::ascii("validitity"), &["validity"]), - (UniCase::ascii("shepharded"), &["shepherd"]), - (UniCase::ascii("incrediable"), &["incredible"]), - (UniCase::ascii("inevitible"), &["inevitable"]), - (UniCase::ascii("initmacy"), &["intimacy"]), - (UniCase::ascii("becames"), &["becomes"]), - (UniCase::ascii("aquire"), &["acquire"]), - (UniCase::ascii("exclsuive"), &["exclusive"]), - (UniCase::ascii("tropcial"), &["tropical"]), - (UniCase::ascii("mentiong"), &["mentioning"]), - (UniCase::ascii("privelaged"), &["privileged"]), - (UniCase::ascii("grapefrukt"), &["grapefruit"]), - (UniCase::ascii("ugprades"), &["upgrades"]), - (UniCase::ascii("progressino"), &["progressions"]), - (UniCase::ascii("enthisiasts"), &["enthusiasts"]), - (UniCase::ascii("epliogue"), &["epilogue"]), - (UniCase::ascii("sceintific"), &["scientific"]), - (UniCase::ascii("basektball"), &["basketball"]), - (UniCase::ascii("permanant"), &["permanent"]), - (UniCase::ascii("libertariens"), &["libertarians"]), - (UniCase::ascii("unqaulified"), &["unqualified"]), - (UniCase::ascii("evelutionary"), &["evolutionary"]), - (UniCase::ascii("authroity"), &["authority"]), - (UniCase::ascii("constructus"), &["constructs"]), - (UniCase::ascii("experimentating"), &["experimentation"]), - (UniCase::ascii("thunderolt"), &["thunderbolt"]), - (UniCase::ascii("planetwalker"), &["planeswalker"]), - (UniCase::ascii("univesity"), &["university"]), - (UniCase::ascii("misfourtunes"), &["misfortunes"]), - (UniCase::ascii("optimziation"), &["optimization"]), - (UniCase::ascii("caloires"), &["calories"]), - (UniCase::ascii("surrepetitious"), &["surreptitious"]), - (UniCase::ascii("straightned"), &["straightened"]), - (UniCase::ascii("newsettler"), &["newsletter"]), - (UniCase::ascii("melodieuse"), &["melodies"]), - (UniCase::ascii("uncounciously"), &["unconsciously"]), - (UniCase::ascii("experiened"), &["experienced"]), - (UniCase::ascii("uncertaincy"), &["uncertainty"]), - (UniCase::ascii("beaucop"), &["beaucoup"]), - (UniCase::ascii("rewtched"), &["wretched"]), - (UniCase::ascii("relaibility"), &["reliability"]), - (UniCase::ascii("briagde"), &["brigade"]), - (UniCase::ascii("compeditors"), &["competitors"]), - (UniCase::ascii("defaltion"), &["deflation"]), - (UniCase::ascii("constnatly"), &["constantly"]), - (UniCase::ascii("nto"), &["not"]), - (UniCase::ascii("homeonwer"), &["homeowner"]), - (UniCase::ascii("advatanges"), &["advantages"]), - (UniCase::ascii("clucthing"), &["clutching"]), - (UniCase::ascii("buildes"), &["builders"]), - (UniCase::ascii("effecient"), &["efficient"]), - (UniCase::ascii("hypathetical"), &["hypothetical"]), - (UniCase::ascii("exculsives"), &["exclusives"]), - (UniCase::ascii("preimum"), &["premium"]), - (UniCase::ascii("subscriptin"), &["subscriptions"]), - (UniCase::ascii("documentories"), &["documentaries"]), - (UniCase::ascii("proprotion"), &["proportion"]), - (UniCase::ascii("invincibe"), &["invincible"]), - (UniCase::ascii("misoginysts"), &["misogynist"]), - (UniCase::ascii("jerusaleum"), &["jerusalem"]), - (UniCase::ascii("dispensarie"), &["dispenser"]), - (UniCase::ascii("abritration"), &["arbitration"]), - (UniCase::ascii("permenantly"), &["permanently"]), - (UniCase::ascii("carnege"), &["carnage"]), - (UniCase::ascii("valkiyre"), &["valkyrie"]), - (UniCase::ascii("precussion"), &["percussion"]), - (UniCase::ascii("corrpution"), &["corruption"]), - (UniCase::ascii("secpter"), &["scepter"]), - (UniCase::ascii("predictave"), &["predictive"]), - (UniCase::ascii("educationnal"), &["educational"]), - (UniCase::ascii("considerstion"), &["considerations"]), - (UniCase::ascii("motivationals"), &["motivations"]), - (UniCase::ascii("implementes"), &["implements"]), - (UniCase::ascii("ciriculum"), &["curriculum"]), - (UniCase::ascii("penetracion"), &["penetration"]), - (UniCase::ascii("searchd"), &["searched"]), - (UniCase::ascii("emmediately"), &["immediately"]), - (UniCase::ascii("responsbily"), &["responsibly"]), - (UniCase::ascii("neckbears"), &["neckbeards"]), - (UniCase::ascii("kittiens"), &["kitties"]), - (UniCase::ascii("terrorsim"), &["terrorism"]), - (UniCase::ascii("ubiquitious"), &["ubiquitous"]), - (UniCase::ascii("regulas"), &["regulars"]), - (UniCase::ascii("democarcy"), &["democracy"]), - (UniCase::ascii("indianas"), &["indians"]), - (UniCase::ascii("carthographer"), &["cartographer"]), - (UniCase::ascii("confesssion"), &["confessions"]), - (UniCase::ascii("releived"), &["relieved"]), - (UniCase::ascii("marganilize"), &["marginalized"]), - (UniCase::ascii("chernboyl"), &["chernobyl"]), - (UniCase::ascii("aviaiton"), &["aviation"]), - (UniCase::ascii("deposites"), &["deposits"]), - (UniCase::ascii("paraphraseing"), &["paraphrasing"]), - (UniCase::ascii("redeemd"), &["redeemed"]), - (UniCase::ascii("afghansitan"), &["afghanistan"]), - (UniCase::ascii("compansation"), &["compensation"]), - (UniCase::ascii("subtitels"), &["subtitles"]), - (UniCase::ascii("chrsitmas"), &["christmas"]), - (UniCase::ascii("cockatils"), &["cocktails"]), - (UniCase::ascii("spreadshet"), &["spreadsheet"]), - (UniCase::ascii("fraudulant"), &["fraudulent"]), - (UniCase::ascii("birthdayers"), &["birthdays"]), - (UniCase::ascii("synposis"), &["synopsis"]), - (UniCase::ascii("delyaing"), &["delaying"]), - (UniCase::ascii("airscape"), &["airspace"]), - (UniCase::ascii("negotiatians"), &["negotiations"]), - (UniCase::ascii("skateboad"), &["skateboard"]), - (UniCase::ascii("possesion"), &["possession"]), - (UniCase::ascii("extraordinarely"), &["extraordinarily"]), - (UniCase::ascii("incrediby"), &["incredibly"]), - (UniCase::ascii("imaginaton"), &["imagination"]), - (UniCase::ascii("overlaping"), &["overlapping"]), - (UniCase::ascii("insomina"), &["insomnia"]), - (UniCase::ascii("merchanise"), &["merchandise"]), - (UniCase::ascii("cheesees"), &["cheeses"]), - (UniCase::ascii("retalaite"), &["retaliate"]), - (UniCase::ascii("transmitor"), &["transistor"]), - (UniCase::ascii("bacholer"), &["bachelor"]), - (UniCase::ascii("condradictory"), &["contradictory"]), - (UniCase::ascii("rucuperate"), &["recuperate"]), - (UniCase::ascii("epsorts"), &["esports"]), - (UniCase::ascii("forntline"), &["frontline"]), - (UniCase::ascii("thoughs"), &["thoughts"]), - (UniCase::ascii("investegator"), &["investigator"]), - (UniCase::ascii("compresion"), &["compression"]), - (UniCase::ascii("strategicaly"), &["strategically"]), - (UniCase::ascii("concious"), &["conscious"]), - (UniCase::ascii("underminding"), &["undermining"]), - (UniCase::ascii("absitnence"), &["abstinence"]), - (UniCase::ascii("stupdily"), &["stupidly"]), - (UniCase::ascii("tesitfy"), &["testify"]), - (UniCase::ascii("farenheit"), &["fahrenheit"]), - (UniCase::ascii("overloooked"), &["overlooked"]), - (UniCase::ascii("virbation"), &["vibration"]), - (UniCase::ascii("subjectivy"), &["subjectively"]), - (UniCase::ascii("busines"), &["business"]), - (UniCase::ascii("electroate"), &["electorate"]), - (UniCase::ascii("sarcastc"), &["sarcastic"]), - (UniCase::ascii("sinse"), &["sines"]), - (UniCase::ascii("articifial"), &["artificial"]), - (UniCase::ascii("inbetwen"), &["inbetween"]), - (UniCase::ascii("facepam"), &["facepalm"]), - (UniCase::ascii("illusiones"), &["illusions"]), - (UniCase::ascii("greneer"), &["greener"]), - (UniCase::ascii("virutal"), &["virtual"]), - (UniCase::ascii("exceedinly"), &["exceedingly"]), - (UniCase::ascii("groubdbreaking"), &["groundbreaking"]), - (UniCase::ascii("busrting"), &["bursting"]), - (UniCase::ascii("pestacides"), &["pesticides"]), - (UniCase::ascii("deutschalnd"), &["deutschland"]), - (UniCase::ascii("flawlessley"), &["flawlessly"]), - (UniCase::ascii("adovcacy"), &["advocacy"]), - (UniCase::ascii("accordeon"), &["accordion"]), - (UniCase::ascii("imparital"), &["impartial"]), - (UniCase::ascii("keychian"), &["keychain"]), - (UniCase::ascii("rewatchd"), &["rewatched"]), - (UniCase::ascii("omision"), &["omission"]), - (UniCase::ascii("rugters"), &["rutgers"]), - (UniCase::ascii("possesess"), &["possesses"]), - (UniCase::ascii("teleportating"), &["teleportation"]), - (UniCase::ascii("inevitabile"), &["inevitable"]), - (UniCase::ascii("esitmated"), &["estimated"]), - (UniCase::ascii("mechancial"), &["mechanical"]), - (UniCase::ascii("hellifre"), &["hellfire"]), - (UniCase::ascii("intruiged"), &["intrigued"]), - (UniCase::ascii("automony"), &["autonomy"]), - (UniCase::ascii("technicain"), &["technician"]), - (UniCase::ascii("continueing"), &["continuing"]), - (UniCase::ascii("demsond"), &["desmond"]), - (UniCase::ascii("pacificts"), &["pacifist"]), - (UniCase::ascii("weightlifitng"), &["weightlifting"]), - (UniCase::ascii("hatchign"), &["hatching"]), - (UniCase::ascii("preferentail"), &["preferential"]), - (UniCase::ascii("endandering"), &["endangering"]), - (UniCase::ascii("realtable"), &["relatable"]), - (UniCase::ascii("sponosred"), &["sponsored"]), - (UniCase::ascii("propriotary"), &["proprietary"]), - (UniCase::ascii("ecologia"), &["ecological"]), - (UniCase::ascii("northren"), &["northern"]), - (UniCase::ascii("spectacularely"), &["spectacularly"]), - (UniCase::ascii("comfrontational"), &["confrontational"]), - (UniCase::ascii("extentions"), &["extensions"]), - (UniCase::ascii("descirption"), &["descriptions"]), - (UniCase::ascii("interchangabley"), &["interchangeably"]), - (UniCase::ascii("supplimental"), &["supplemental"]), - (UniCase::ascii("conveniance"), &["convenience"]), - (UniCase::ascii("commenciez"), &["commence"]), - (UniCase::ascii("complusion"), &["compulsion"]), - (UniCase::ascii("cincinnatti"), &["cincinnati"]), - (UniCase::ascii("unwieldly"), &["unwieldy"]), - (UniCase::ascii("diagnositic"), &["diagnostic"]), - (UniCase::ascii("downvotted"), &["downvote"]), - (UniCase::ascii("fedorahs"), &["fedoras"]), - (UniCase::ascii("abbrievation"), &["abbreviation"]), - (UniCase::ascii("completily"), &["complexity"]), - (UniCase::ascii("francsico"), &["francisco"]), - (UniCase::ascii("mingiame"), &["minigame"]), - (UniCase::ascii("ejaculatin"), &["ejaculation"]), - (UniCase::ascii("accidently"), &["accidentally"]), - (UniCase::ascii("incrediably"), &["incredibly"]), - (UniCase::ascii("inevitablely"), &["inevitably"]), - (UniCase::ascii("casued"), &["caused"]), - (UniCase::ascii("completeing"), &["completing"]), - (UniCase::ascii("indpendent"), &["independent"]), - (UniCase::ascii("blackbeary"), &["blackberry"]), - (UniCase::ascii("regenarate"), &["regenerate"]), - (UniCase::ascii("altriustic"), &["altruistic"]), - (UniCase::ascii("curcumstantial"), &["circumstantial"]), - (UniCase::ascii("unexpectidly"), &["unexpectedly"]), - (UniCase::ascii("claculations"), &["calculations"]), - (UniCase::ascii("delepted"), &["depleted"]), - (UniCase::ascii("shamelessely"), &["shamelessly"]), - (UniCase::ascii("incrediblely"), &["incredibly"]), - (UniCase::ascii("forgivenness"), &["forgiveness"]), - (UniCase::ascii("ehtnicities"), &["ethnicities"]), - (UniCase::ascii("reinforcemt"), &["reinforcement"]), - (UniCase::ascii("conceptos"), &["concepts"]), - (UniCase::ascii("mechinisms"), &["mechanisms"]), - (UniCase::ascii("queires"), &["queries"]), - (UniCase::ascii("intercontinetal"), &["intercontinental"]), - (UniCase::ascii("rollerocaster"), &["rollercoaster"]), - (UniCase::ascii("constituer"), &["constitute"]), - (UniCase::ascii("proportionella"), &["proportionally"]), - (UniCase::ascii("superivsor"), &["supervisors"]), - (UniCase::ascii("boradcasting"), &["broadcasting"]), - (UniCase::ascii("intentas"), &["intents"]), - (UniCase::ascii("adventerous"), &["adventures"]), - (UniCase::ascii("constast"), &["constants"]), - (UniCase::ascii("unregualted"), &["unregulated"]), - (UniCase::ascii("regurally"), &["regularly"]), - (UniCase::ascii("bankrutpcy"), &["bankruptcy"]), - (UniCase::ascii("intercouse"), &["intercourse"]), - (UniCase::ascii("constituinte"), &["constituents"]), - (UniCase::ascii("woudlve"), &["wouldve"]), - (UniCase::ascii("withh"), &["with"]), - (UniCase::ascii("undiserable"), &["undesirable"]), - (UniCase::ascii("dinosuars"), &["dinosaurs"]), - (UniCase::ascii("bugdets"), &["budgets"]), - (UniCase::ascii("immitate"), &["imitate"]), - (UniCase::ascii("exchnages"), &["exchanges"]), - (UniCase::ascii("irrevirsible"), &["irreversible"]), - (UniCase::ascii("mchanics"), &["mechanics"]), - (UniCase::ascii("antibioticos"), &["antibiotics"]), - (UniCase::ascii("matrial"), &["martial"]), - (UniCase::ascii("misogynyst"), &["misogynist"]), - (UniCase::ascii("fascinatinf"), &["fascination"]), - (UniCase::ascii("hamburglers"), &["hamburgers"]), - (UniCase::ascii("rheotric"), &["rhetoric"]), - (UniCase::ascii("inconveniet"), &["inconvenient"]), - (UniCase::ascii("threatenes"), &["threatens"]), - (UniCase::ascii("inteligence"), &["intelligence"]), - (UniCase::ascii("islamits"), &["islamist"]), - (UniCase::ascii("criterias"), &["criteria"]), - (UniCase::ascii("comparte"), &["compare"]), - (UniCase::ascii("disrtibution"), &["distributions"]), - (UniCase::ascii("activatin"), &["activation"]), - (UniCase::ascii("deparment"), &["department"]), - (UniCase::ascii("valkirye"), &["valkyrie"]), - (UniCase::ascii("allopone"), &["allophone"]), - (UniCase::ascii("indicaters"), &["indicates"]), - (UniCase::ascii("agrentina"), &["argentina"]), - (UniCase::ascii("underwhemling"), &["underwhelming"]), - (UniCase::ascii("misconcpetion"), &["misconceptions"]), - (UniCase::ascii("likelyhood"), &["likelihood"]), - (UniCase::ascii("comperhension"), &["comprehension"]), - (UniCase::ascii("scandinavan"), &["scandinavian"]), - (UniCase::ascii("oportunity"), &["opportunity"]), - (UniCase::ascii("posess"), &["possess"]), - (UniCase::ascii("protestina"), &["protestant"]), - (UniCase::ascii("gauarana"), &["guaraná"]), - (UniCase::ascii("tounreys"), &["tourneys"]), - (UniCase::ascii("transformus"), &["transforms"]), - (UniCase::ascii("phsyicians"), &["physicians"]), - (UniCase::ascii("platnuim"), &["platinum"]), - (UniCase::ascii("classicos"), &["classics"]), - (UniCase::ascii("charactersitic"), &["characteristics"]), - (UniCase::ascii("kidnappning"), &["kidnapping"]), - (UniCase::ascii("apon"), &["upon"]), - (UniCase::ascii("predicitons"), &["predictions"]), - (UniCase::ascii("misterious"), &["mysterious"]), - (UniCase::ascii("resoultion"), &["resolution"]), - (UniCase::ascii("neighborhing"), &["neighboring"]), - (UniCase::ascii("stranget"), &["strangest"]), - (UniCase::ascii("overwhemling"), &["overwhelming"]), - (UniCase::ascii("trickey"), &["trickery"]), - (UniCase::ascii("adreniline"), &["adrenaline"]), - (UniCase::ascii("entrepeneur"), &["entrepreneur"]), - (UniCase::ascii("enterprishe"), &["enterprises"]), - (UniCase::ascii("protectoras"), &["protectors"]), - (UniCase::ascii("strenghened"), &["strengthened"]), - (UniCase::ascii("widgest"), &["widgets"]), - (UniCase::ascii("conplimenting"), &["complimenting"]), - (UniCase::ascii("monolight"), &["moonlight"]), - (UniCase::ascii("presedents"), &["presidents"]), - (UniCase::ascii("realoding"), &["reloading"]), - (UniCase::ascii("manouver"), &["maneuver"]), - (UniCase::ascii("implosed"), &["implode"]), - (UniCase::ascii("perserved"), &["preserved"]), - (UniCase::ascii("htaching"), &["hatching"]), - (UniCase::ascii("immesnely"), &["immensely"]), - (UniCase::ascii("firendzoned"), &["friendzoned"]), - (UniCase::ascii("devastaded"), &["devastated"]), - (UniCase::ascii("decribes"), &["describes"]), - (UniCase::ascii("paltformer"), &["platformer"]), - (UniCase::ascii("shrelock"), &["sherlock"]), - (UniCase::ascii("manufacturerers"), &["manufacturers"]), - (UniCase::ascii("reciporcate"), &["reciprocate"]), - (UniCase::ascii("gauntles"), &["gauntlets"]), - (UniCase::ascii("rollarcoaster"), &["rollercoaster"]), - (UniCase::ascii("circiuts"), &["circuits"]), - (UniCase::ascii("nusance"), &["nuisance"]), - (UniCase::ascii("overloard"), &["overload"]), - (UniCase::ascii("illustarted"), &["illustrated"]), - (UniCase::ascii("schyzophrenia"), &["schizophrenia"]), - (UniCase::ascii("becuaes"), &["becuase"]), - (UniCase::ascii("invesitgations"), &["investigations"]), - (UniCase::ascii("overwhelmigly"), &["overwhelmingly"]), - (UniCase::ascii("overreactiong"), &["overreacting"]), - (UniCase::ascii("singals"), &["signals"]), - (UniCase::ascii("skteches"), &["sketches"]), - (UniCase::ascii("dispicable"), &["despicable"]), - (UniCase::ascii("championshiop"), &["championships"]), - (UniCase::ascii("administro"), &["administer"]), - (UniCase::ascii("thermodymanics"), &["thermodynamics"]), - (UniCase::ascii("improsonment"), &["imprisonment"]), - (UniCase::ascii("emphazised"), &["emphasized"]), - (UniCase::ascii("comediantes"), &["comedians"]), - (UniCase::ascii("completelyl"), &["completely"]), - (UniCase::ascii("cousines"), &["cousins"]), - (UniCase::ascii("foreing"), &["foreign"]), - (UniCase::ascii("tentacuel"), &["tentacle"]), - (UniCase::ascii("perpatrators"), &["perpetrators"]), - (UniCase::ascii("lifestye"), &["lifestyle"]), - (UniCase::ascii("prefarably"), &["preferably"]), - (UniCase::ascii("proprietry"), &["proprietary"]), - (UniCase::ascii("whcih"), &["which"]), - (UniCase::ascii("investigacion"), &["investigation"]), - (UniCase::ascii("departmnet"), &["departments"]), - (UniCase::ascii("wrekcing"), &["wrecking"]), - (UniCase::ascii("filiament"), &["filament"]), - (UniCase::ascii("implausable"), &["implausible"]), - (UniCase::ascii("madturbating"), &["masturbating"]), - (UniCase::ascii("allign"), &["align"]), - (UniCase::ascii("materialisimo"), &["materialism"]), - (UniCase::ascii("empirial"), &["empirical"]), - (UniCase::ascii("profitabilty"), &["profitability"]), - (UniCase::ascii("euphorisch"), &["euphoric"]), - (UniCase::ascii("ulteriour"), &["ulterior"]), - (UniCase::ascii("convine"), &["convince"]), - (UniCase::ascii("transformarem"), &["transformer"]), - (UniCase::ascii("testicels"), &["testicles"]), - (UniCase::ascii("justificstion"), &["justifications"]), - (UniCase::ascii("manglade"), &["mangled"]), - (UniCase::ascii("convenince"), &["convenience"]), - (UniCase::ascii("recolleciton"), &["recollection"]), - (UniCase::ascii("judgemenal"), &["judgemental"]), - (UniCase::ascii("supplamental"), &["supplemental"]), - (UniCase::ascii("protocolos"), &["protocols"]), - (UniCase::ascii("consequense"), &["consequences"]), - (UniCase::ascii("convenit"), &["convenient"]), - (UniCase::ascii("businesman"), &["businessman"]), - (UniCase::ascii("simulatie"), &["simulate"]), - (UniCase::ascii("compairson"), &["comparison"]), - (UniCase::ascii("necesserily"), &["necessarily"]), - (UniCase::ascii("donwgrade"), &["downgrade"]), - (UniCase::ascii("hemipsheres"), &["hemisphere"]), - (UniCase::ascii("communters"), &["commenters"]), - (UniCase::ascii("acoutsic"), &["acoustic"]), - (UniCase::ascii("platfroms"), &["platforms"]), - (UniCase::ascii("patriotics"), &["patriotism"]), - (UniCase::ascii("fullscrean"), &["fullscreen"]), - (UniCase::ascii("circumsised"), &["circumcised"]), - (UniCase::ascii("equiavlent"), &["equivalents"]), - (UniCase::ascii("outperfoms"), &["outperform"]), - (UniCase::ascii("parternships"), &["partnership"]), - (UniCase::ascii("tutrles"), &["turtles"]), - (UniCase::ascii("explorating"), &["exploration"]), - (UniCase::ascii("amateures"), &["amateurs"]), - (UniCase::ascii("comapnions"), &["companions"]), - (UniCase::ascii("caridovascular"), &["cardiovascular"]), - (UniCase::ascii("consulation"), &["consolation"]), - (UniCase::ascii("teached"), &["taught"]), - (UniCase::ascii("predicessors"), &["predecessors"]), - (UniCase::ascii("battalin"), &["battalion"]), - (UniCase::ascii("unfarily"), &["unfairly"]), - (UniCase::ascii("transylvanai"), &["transylvania"]), - (UniCase::ascii("consoldiate"), &["consolidate"]), - (UniCase::ascii("singpaore"), &["singapore"]), - (UniCase::ascii("emphazises"), &["emphasizes"]), - (UniCase::ascii("expirements"), &["experiments"]), - (UniCase::ascii("inadequete"), &["inadequate"]), - (UniCase::ascii("undenaibly"), &["undeniably"]), - (UniCase::ascii("regulatons"), &["regulations"]), - (UniCase::ascii("electoratul"), &["electoral"]), - (UniCase::ascii("committment"), &["commitment"]), - (UniCase::ascii("ideologins"), &["ideologies"]), - (UniCase::ascii("clinicas"), &["clinics"]), - (UniCase::ascii("acusing"), &["causing"]), - (UniCase::ascii("involnerable"), &["invulnerable"]), - (UniCase::ascii("machins"), &["machines"]), - (UniCase::ascii("sihlouette"), &["silhouette"]), - (UniCase::ascii("disctintions"), &["distinctions"]), - (UniCase::ascii("tranistions"), &["transitions"]), - (UniCase::ascii("adroable"), &["adorable"]), - (UniCase::ascii("misimformed"), &["misinformed"]), - (UniCase::ascii("nieghbour"), &["neighbour"]), - (UniCase::ascii("hourgalss"), &["hourglass"]), - (UniCase::ascii("intellectualy"), &["intellectually"]), - (UniCase::ascii("charicterized"), &["characterized"]), - (UniCase::ascii("redundency"), &["redundancy"]), - (UniCase::ascii("championsips"), &["championships"]), - (UniCase::ascii("northeat"), &["northeast"]), - (UniCase::ascii("theroetically"), &["theoretically"]), - (UniCase::ascii("provacative"), &["provocative"]), - (UniCase::ascii("missionaires"), &["missionaries"]), - (UniCase::ascii("indicentally"), &["incidentally"]), - (UniCase::ascii("caclulated"), &["calculated"]), - (UniCase::ascii("couldnot"), &["couldnt"]), - (UniCase::ascii("shawshak"), &["shawshank"]), - (UniCase::ascii("aledged"), &["alleged"]), - (UniCase::ascii("accepterad"), &["accepted"]), - (UniCase::ascii("principias"), &["principals"]), - (UniCase::ascii("jospeh"), &["joseph"]), - (UniCase::ascii("arguemtn"), &["arguement"]), - (UniCase::ascii("empahty"), &["empathy"]), - (UniCase::ascii("masturbaton"), &["masturbation"]), - (UniCase::ascii("syndacite"), &["syndicate"]), - (UniCase::ascii("discreditted"), &["discredited"]), - (UniCase::ascii("traitorus"), &["traitors"]), - (UniCase::ascii("alternativelly"), &["alternatively"]), - (UniCase::ascii("apprentince"), &["apprentice"]), - (UniCase::ascii("propertion"), &["proportion"]), - (UniCase::ascii("appraoching"), &["approaching"]), - (UniCase::ascii("camperas"), &["campers"]), - (UniCase::ascii("philosopers"), &["philosophers"]), - (UniCase::ascii("hurricances"), &["hurricanes"]), - (UniCase::ascii("objectivly"), &["objectively"]), - (UniCase::ascii("foundaiton"), &["foundations"]), - (UniCase::ascii("secretery"), &["secretary"]), - (UniCase::ascii("accidantly"), &["accidently"]), - (UniCase::ascii("interpretaciones"), &["interpretations"]), - (UniCase::ascii("wreckign"), &["wrecking"]), - (UniCase::ascii("substanta"), &["substantial"]), - (UniCase::ascii("artical"), &["article"]), - (UniCase::ascii("christmans"), &["christians"]), - (UniCase::ascii("divisiones"), &["divisions"]), - (UniCase::ascii("territorist"), &["terrorist"]), - (UniCase::ascii("prepetuating"), &["perpetuating"]), - (UniCase::ascii("burisers"), &["bruisers"]), - (UniCase::ascii("trohpies"), &["trophies"]), - (UniCase::ascii("unsubscirbe"), &["unsubscribe"]), - (UniCase::ascii("buhddists"), &["buddhists"]), - (UniCase::ascii("neglicible"), &["negligible"]), - (UniCase::ascii("hypotehtically"), &["hypothetically"]), - (UniCase::ascii("reposity"), &["repository"]), - (UniCase::ascii("impractial"), &["impractical"]), - (UniCase::ascii("rigourous"), &["rigorous"]), - (UniCase::ascii("whitsle"), &["whistle"]), - (UniCase::ascii("psychemedics"), &["psychedelics"]), - (UniCase::ascii("deopsited"), &["deposited"]), - (UniCase::ascii("inferioirty"), &["inferiority"]), - (UniCase::ascii("imcompatible"), &["incompatible"]), - (UniCase::ascii("creationsts"), &["creationists"]), - (UniCase::ascii("farcking"), &["fracking"]), - (UniCase::ascii("reinitalise"), &["reinitialise"]), - (UniCase::ascii("furthurmore"), &["furthermore"]), - (UniCase::ascii("transparrent"), &["transparent"]), - (UniCase::ascii("pitchforkes"), &["pitchforks"]), - (UniCase::ascii("inconsisent"), &["inconsistent"]), - (UniCase::ascii("resporatory"), &["respiratory"]), - (UniCase::ascii("vacinity"), &["vicinity"]), - (UniCase::ascii("execusions"), &["executions"]), - (UniCase::ascii("connectos"), &["connectors"]), - (UniCase::ascii("juggernuat"), &["juggernaut"]), - (UniCase::ascii("interstae"), &["interstate"]), - (UniCase::ascii("affectionatley"), &["affectionate"]), - (UniCase::ascii("prohpecy"), &["prophecy"]), - (UniCase::ascii("repeticion"), &["repetition"]), - (UniCase::ascii("sharpley"), &["sharply"]), - (UniCase::ascii("approprate"), &["appropriate"]), - (UniCase::ascii("sophistacated"), &["sophisticated"]), - (UniCase::ascii("verical"), &["vertical"]), - (UniCase::ascii("controllore"), &["controllers"]), - (UniCase::ascii("agressivnes"), &["agressive"]), - (UniCase::ascii("symmerty"), &["symmetry"]), - (UniCase::ascii("syndiacte"), &["syndicate"]), - (UniCase::ascii("keybaord"), &["keyboard"]), - (UniCase::ascii("commandent"), &["commandment"]), - (UniCase::ascii("transparecy"), &["transparency"]), - (UniCase::ascii("benidect"), &["benedict"]), - (UniCase::ascii("sidelinien"), &["sideline"]), - (UniCase::ascii("aspergerers"), &["aspergers"]), - (UniCase::ascii("commonhealth"), &["commonwealth"]), - (UniCase::ascii("sacreficed"), &["sacrificed"]), - (UniCase::ascii("graident"), &["gradient"]), - (UniCase::ascii("relativety"), &["relativity"]), - (UniCase::ascii("researce"), &["researcher"]), - (UniCase::ascii("absurditiy"), &["absurdity"]), - (UniCase::ascii("abbout"), &["about"]), - (UniCase::ascii("cermaic"), &["ceramic"]), - (UniCase::ascii("incomptable"), &["incompatible"]), - (UniCase::ascii("probablly"), &["probably"]), - (UniCase::ascii("sherlcok"), &["sherlock"]), - (UniCase::ascii("comisioner"), &["commissioner"]), - (UniCase::ascii("apparant"), &["apparent"]), - (UniCase::ascii("differances"), &["differences"]), - (UniCase::ascii("abilties"), &["abilities"]), - (UniCase::ascii("membranaphone"), &["membranophone"]), - (UniCase::ascii("depictin"), &["depictions"]), - (UniCase::ascii("misogonyst"), &["misogynist"]), - (UniCase::ascii("ammendments"), &["amendments"]), - (UniCase::ascii("imperialims"), &["imperialism"]), - (UniCase::ascii("accelorated"), &["accelerated"]), - (UniCase::ascii("adequitely"), &["adequately"]), - (UniCase::ascii("synthesasia"), &["synthesis"]), - (UniCase::ascii("mulitple"), &["multiple"]), - (UniCase::ascii("dramaticlly"), &["dramatically"]), - (UniCase::ascii("initalizes"), &["initializes"]), - (UniCase::ascii("defectus"), &["defects"]), - (UniCase::ascii("perpitrator"), &["perpetrator"]), - (UniCase::ascii("desinged"), &["designed"]), - (UniCase::ascii("sturcture"), &["structure"]), - (UniCase::ascii("definetally"), &["definately"]), - (UniCase::ascii("sitautional"), &["situational"]), - (UniCase::ascii("successsion"), &["succession"]), - (UniCase::ascii("contradtion"), &["contraction"]), - (UniCase::ascii("counterracts"), &["counterparts"]), - (UniCase::ascii("asnwered"), &["answered"]), - (UniCase::ascii("athletisism"), &["athleticism"]), - (UniCase::ascii("multyplayer"), &["multiplayer"]), - (UniCase::ascii("montanous"), &["mountainous"]), - (UniCase::ascii("techniqe"), &["technique"]), - (UniCase::ascii("legitemate"), &["legitimate"]), - (UniCase::ascii("unnecissarily"), &["unnecessarily"]), - (UniCase::ascii("rennovation"), &["renovation"]), - (UniCase::ascii("humanite"), &["humanities"]), - (UniCase::ascii("georiga"), &["georgia"]), - (UniCase::ascii("compaines"), &["companies"]), - (UniCase::ascii("initally"), &["initially"]), - (UniCase::ascii("amrstrong"), &["armstrong"]), - (UniCase::ascii("providince"), &["providence"]), - (UniCase::ascii("randomzied"), &["randomized"]), - (UniCase::ascii("inbalance"), &["imbalance"]), - (UniCase::ascii("ethnicaly"), &["ethnically"]), - (UniCase::ascii("ligthweight"), &["lightweight"]), - (UniCase::ascii("recgonition"), &["recognition"]), - (UniCase::ascii("caluclated"), &["calculated"]), - (UniCase::ascii("adventurs"), &["adventures"]), - (UniCase::ascii("succeedes"), &["succeeds"]), - (UniCase::ascii("physicts"), &["physicist"]), - (UniCase::ascii("investagated"), &["investigated"]), - (UniCase::ascii("disocgraphy"), &["discography"]), - (UniCase::ascii("lifestlyes"), &["lifestyles"]), - (UniCase::ascii("electrones"), &["electrons"]), - (UniCase::ascii("deterministische"), &["deterministic"]), - (UniCase::ascii("bacehlor"), &["bachelor"]), - (UniCase::ascii("intrest"), &["interest"]), - (UniCase::ascii("mattreses"), &["mattress"]), - (UniCase::ascii("atheltics"), &["athletics"]), - (UniCase::ascii("extroardinarily"), &["extraordinarily"]), - (UniCase::ascii("aricraft"), &["aircraft"]), - (UniCase::ascii("speecheasy"), &["speeches"]), - (UniCase::ascii("amendmant"), &["amendment"]), - (UniCase::ascii("escapse"), &["escapes"]), - (UniCase::ascii("kilomoters"), &["kilometers"]), - (UniCase::ascii("atrifacts"), &["artifacts"]), - (UniCase::ascii("infrastrutture"), &["infrastructure"]), - (UniCase::ascii("rininging"), &["ringing"]), - (UniCase::ascii("reincatnation"), &["reincarnation"]), - (UniCase::ascii("garflied"), &["garfield"]), - (UniCase::ascii("repubicans"), &["republicans"]), - (UniCase::ascii("absolvte"), &["absolve"]), - (UniCase::ascii("scorpin"), &["scorpion"]), - (UniCase::ascii("neigbouring"), &["neighbouring"]), - (UniCase::ascii("exibition"), &["exhibition"]), - (UniCase::ascii("accending"), &["ascending"]), - (UniCase::ascii("introducting"), &["introduction"]), - (UniCase::ascii("transplate"), &["transplant"]), - (UniCase::ascii("gourment"), &["gourmet"]), - (UniCase::ascii("paragrpahs"), &["paragraphs"]), - (UniCase::ascii("substanties"), &["substantive"]), - (UniCase::ascii("embarress"), &["embarrassed"]), - (UniCase::ascii("transitionals"), &["transitions"]), - (UniCase::ascii("ethincities"), &["ethnicities"]), - (UniCase::ascii("exhibicion"), &["exhibition"]), - (UniCase::ascii("skillshits"), &["skillshots"]), - (UniCase::ascii("invitacion"), &["invitation"]), - (UniCase::ascii("privaticed"), &["privatized"]), - (UniCase::ascii("cativating"), &["activating"]), - (UniCase::ascii("colloqueal"), &["colloquial"]), - (UniCase::ascii("suceeds"), &["succeeds"]), - (UniCase::ascii("pasuing"), &["pausing"]), - (UniCase::ascii("physicks"), &["physics"]), - (UniCase::ascii("communicted"), &["communicated"]), - (UniCase::ascii("celebrato"), &["celebration"]), - (UniCase::ascii("downovted"), &["downvoted"]), - (UniCase::ascii("emiting"), &["emitting"]), - (UniCase::ascii("circulaire"), &["circular"]), - (UniCase::ascii("alechmist"), &["alchemist"]), - (UniCase::ascii("infiltrarte"), &["infiltrate"]), - (UniCase::ascii("accomodation"), &["accommodation"]), - (UniCase::ascii("simplictic"), &["simplistic"]), - (UniCase::ascii("reconcilation"), &["reconciliation"]), - (UniCase::ascii("generalbs"), &["generals"]), - (UniCase::ascii("placeholer"), &["placeholder"]), - (UniCase::ascii("assingment"), &["assignment"]), - (UniCase::ascii("themselfes"), &["themselves"]), - (UniCase::ascii("intrisincally"), &["intrinsically"]), - (UniCase::ascii("analitycal"), &["analytical"]), - (UniCase::ascii("superisor"), &["superiors"]), - (UniCase::ascii("morotola"), &["motorola"]), - (UniCase::ascii("afganhistan"), &["afghanistan"]), - (UniCase::ascii("excerises"), &["exercises"]), - (UniCase::ascii("terratories"), &["territories"]), - (UniCase::ascii("distributie"), &["distributed"]), - (UniCase::ascii("hamliton"), &["hamilton"]), - (UniCase::ascii("mundande"), &["mundane"]), - (UniCase::ascii("conencting"), &["connecting"]), - (UniCase::ascii("temporay"), &["temporary"]), - (UniCase::ascii("autonimous"), &["autonomous"]), - (UniCase::ascii("sarcams"), &["sarcasm"]), - (UniCase::ascii("touranments"), &["tournaments"]), - (UniCase::ascii("diverstiy"), &["diversity"]), - (UniCase::ascii("reserachers"), &["researchers"]), - (UniCase::ascii("congradulations"), &["congratulations"]), - (UniCase::ascii("fabulos"), &["fabulous"]), - (UniCase::ascii("charachter"), &["character"]), - (UniCase::ascii("discreditied"), &["discredited"]), - (UniCase::ascii("pantehon"), &["pantheon"]), - (UniCase::ascii("misinterpretating"), &["misinterpreting"]), - (UniCase::ascii("midfileders"), &["midfielders"]), - (UniCase::ascii("orginasation"), &["organisation"]), - (UniCase::ascii("internus"), &["interns"]), - (UniCase::ascii("auxillaries"), &["auxiliaries"]), - (UniCase::ascii("encounteres"), &["encounters"]), - (UniCase::ascii("substittue"), &["substitutes"]), - (UniCase::ascii("distrobuted"), &["distributed"]), - (UniCase::ascii("cacausian"), &["caucasian"]), - (UniCase::ascii("juggurnaut"), &["juggernaut"]), - (UniCase::ascii("manipulaton"), &["manipulation"]), - (UniCase::ascii("trustworty"), &["trustworthy"]), - (UniCase::ascii("positiong"), &["positioning"]), - (UniCase::ascii("subtlties"), &["subtitles"]), - (UniCase::ascii("sponsorhsip"), &["sponsorship"]), - (UniCase::ascii("admissability"), &["admissibility"]), - (UniCase::ascii("competitior"), &["competitor"]), - (UniCase::ascii("californnia"), &["californian"]), - (UniCase::ascii("hospitalzed"), &["hospitalized"]), - (UniCase::ascii("commites"), &["commits"]), - (UniCase::ascii("imporve"), &["improve"]), - (UniCase::ascii("transalte"), &["translate"]), - (UniCase::ascii("relativiy"), &["relativity"]), - (UniCase::ascii("persecutin"), &["persecution"]), - (UniCase::ascii("universella"), &["universally"]), - (UniCase::ascii("calrkson"), &["clarkson"]), - (UniCase::ascii("chasiss"), &["chassis"]), - (UniCase::ascii("embarressed"), &["embarrassed"]), - (UniCase::ascii("disbaled"), &["disabled"]), - (UniCase::ascii("nucular"), &["nuclear"]), - (UniCase::ascii("appreciste"), &["appreciates"]), - (UniCase::ascii("forsting"), &["frosting"]), - (UniCase::ascii("interrogatin"), &["interrogation"]), - (UniCase::ascii("irresponcible"), &["irresponsible"]), - (UniCase::ascii("prejucided"), &["prejudiced"]), - (UniCase::ascii("penguis"), &["penguins"]), - (UniCase::ascii("littelfinger"), &["littlefinger"]), - (UniCase::ascii("rationel"), &["rationale"]), - (UniCase::ascii("vampries"), &["vampires"]), - (UniCase::ascii("colelctive"), &["collective"]), - (UniCase::ascii("extreem"), &["extreme"]), - (UniCase::ascii("unimporant"), &["unimportant"]), - (UniCase::ascii("socilaism"), &["socialism"]), - (UniCase::ascii("amphetamies"), &["amphetamines"]), - (UniCase::ascii("sceintists"), &["scientists"]), - (UniCase::ascii("represantatives"), &["representatives"]), - (UniCase::ascii("moderatley"), &["moderately"]), - (UniCase::ascii("compemdium"), &["compendium"]), - (UniCase::ascii("hamburgurs"), &["hamburgers"]), - (UniCase::ascii("intillectually"), &["intellectually"]), - (UniCase::ascii("distinquish"), &["distinguish"]), - (UniCase::ascii("distinctin"), &["distinctions"]), - (UniCase::ascii("exepmtions"), &["exemptions"]), - (UniCase::ascii("phsyics"), &["physics"]), - (UniCase::ascii("thermomether"), &["thermometer"]), - (UniCase::ascii("mypsace"), &["myspace"]), - (UniCase::ascii("imperitive"), &["imperative"]), - (UniCase::ascii("influencial"), &["influential"]), - (UniCase::ascii("appropraite"), &["appropriate"]), - (UniCase::ascii("instincs"), &["instincts"]), - (UniCase::ascii("electromangetic"), &["electromagnetic"]), - (UniCase::ascii("unforgiveable"), &["unforgivable"]), - (UniCase::ascii("intregal"), &["integral"]), - (UniCase::ascii("niverse"), &["inverse"]), - (UniCase::ascii("underwar"), &["underwater"]), - (UniCase::ascii("spectauclar"), &["spectacular"]), - (UniCase::ascii("awesomelly"), &["awesomely"]), - (UniCase::ascii("commomplace"), &["commonplace"]), - (UniCase::ascii("referneces"), &["references"]), - (UniCase::ascii("illegallly"), &["illegally"]), - (UniCase::ascii("introdused"), &["introduces"]), - (UniCase::ascii("distortron"), &["distortion"]), - (UniCase::ascii("storelines"), &["storylines"]), - (UniCase::ascii("cuntaminated"), &["contaminated"]), - (UniCase::ascii("buidling"), &["building"]), - (UniCase::ascii("bachelores"), &["bachelors"]), - (UniCase::ascii("declinining"), &["declining"]), - (UniCase::ascii("certificato"), &["certification"]), - (UniCase::ascii("agnositc"), &["agnostic"]), - (UniCase::ascii("intorvert"), &["introvert"]), - (UniCase::ascii("maniuplative"), &["manipulative"]), - (UniCase::ascii("nationailty"), &["nationality"]), - (UniCase::ascii("entreprenaur"), &["entrepreneur"]), - (UniCase::ascii("condamning"), &["condemning"]), - (UniCase::ascii("procedrual"), &["procedural"]), - (UniCase::ascii("grandchilden"), &["grandchildren"]), - (UniCase::ascii("interfereing"), &["interfering"]), - (UniCase::ascii("hyponsis"), &["hypnosis"]), - (UniCase::ascii("classis"), &["classics"]), - (UniCase::ascii("collape"), &["collapse"]), - (UniCase::ascii("enahncing"), &["enhancing"]), - (UniCase::ascii("architechts"), &["architect"]), - (UniCase::ascii("activiting"), &["activating"]), - (UniCase::ascii("wranlger"), &["wrangler"]), - (UniCase::ascii("patriarical"), &["patriarchal"]), - (UniCase::ascii("helpped"), &["helped"]), - (UniCase::ascii("residental"), &["residential"]), - (UniCase::ascii("incrementos"), &["increments"]), - (UniCase::ascii("playtgroughs"), &["playthroughs"]), - (UniCase::ascii("phsyiological"), &["physiological"]), - (UniCase::ascii("stabilizare"), &["stabilize"]), - (UniCase::ascii("complext"), &["complexity"]), - (UniCase::ascii("destroyeds"), &["destroyers"]), - (UniCase::ascii("participacion"), &["participation"]), - (UniCase::ascii("brotherood"), &["brotherhood"]), - (UniCase::ascii("soldily"), &["solidly"]), - (UniCase::ascii("undermindes"), &["undermines"]), - (UniCase::ascii("confidance"), &["confidence"]), - (UniCase::ascii("sacramenno"), &["sacramento"]), - (UniCase::ascii("reproducive"), &["reproductive"]), - (UniCase::ascii("mathemagics"), &["mathematics"]), - (UniCase::ascii("firendly"), &["friendly"]), - (UniCase::ascii("muliple"), &["multiple"]), - (UniCase::ascii("countains"), &["contains"]), - (UniCase::ascii("subsconciously"), &["subconsciously"]), - (UniCase::ascii("maniuplated"), &["manipulated"]), - (UniCase::ascii("nromandy"), &["normandy"]), - (UniCase::ascii("reprehinsible"), &["reprehensible"]), - (UniCase::ascii("orgin"), &["origin"]), - (UniCase::ascii("preoxide"), &["peroxide"]), - (UniCase::ascii("referencs"), &["references"]), - (UniCase::ascii("terminatorn"), &["termination"]), - (UniCase::ascii("miletsones"), &["milestones"]), - (UniCase::ascii("plasticus"), &["plastics"]), - (UniCase::ascii("launhed"), &["launched"]), - (UniCase::ascii("electronagnetic"), &["electromagnetic"]), - (UniCase::ascii("resistanses"), &["resistances"]), - (UniCase::ascii("objectivety"), &["objectivity"]), - (UniCase::ascii("discriminatie"), &["discriminate"]), - (UniCase::ascii("specialy"), &["specially"]), - (UniCase::ascii("librarse"), &["libraries"]), - (UniCase::ascii("boardway"), &["broadway"]), - (UniCase::ascii("presidet"), &["presidents"]), - (UniCase::ascii("necessites"), &["necessities"]), - (UniCase::ascii("deficiencias"), &["deficiencies"]), - (UniCase::ascii("consipracy"), &["conspiracy"]), - (UniCase::ascii("populary"), &["popularity"]), - (UniCase::ascii("mormonisim"), &["mormonism"]), - (UniCase::ascii("unexplicably"), &["inexplicably"]), - (UniCase::ascii("hypocrytes"), &["hypocrites"]), - (UniCase::ascii("sunconscious"), &["subconscious"]), - (UniCase::ascii("mercenarias"), &["mercenaries"]), - (UniCase::ascii("definitivley"), &["definitively"]), - (UniCase::ascii("situationly"), &["situational"]), - (UniCase::ascii("vrey"), &["very"]), - (UniCase::ascii("developped"), &["developed"]), - (UniCase::ascii("infiltartor"), &["infiltrator"]), - (UniCase::ascii("inadeguate"), &["inadequate"]), - (UniCase::ascii("stlaker"), &["stalker"]), - (UniCase::ascii("solidairty"), &["solidarity"]), - (UniCase::ascii("inquisito"), &["inquisition"]), - (UniCase::ascii("nationalite"), &["nationalist"]), - (UniCase::ascii("psycholoog"), &["psychology"]), - (UniCase::ascii("ventalation"), &["ventilation"]), - (UniCase::ascii("vanadlism"), &["vandalism"]), - (UniCase::ascii("molestare"), &["molester"]), - (UniCase::ascii("pronoune"), &["pronounced"]), - (UniCase::ascii("sophisitcated"), &["sophisticated"]), - (UniCase::ascii("startlxde"), &["startled"]), - (UniCase::ascii("televsion"), &["television"]), - (UniCase::ascii("agracultural"), &["agricultural"]), - (UniCase::ascii("manufacturs"), &["manufactures"]), - (UniCase::ascii("photograhed"), &["photographed"]), - (UniCase::ascii("unnecessairly"), &["unnecessarily"]), - (UniCase::ascii("absorbtion"), &["absorption"]), - (UniCase::ascii("prostitition"), &["prostitution"]), - (UniCase::ascii("outweighes"), &["outweighs"]), - (UniCase::ascii("hierarcy"), &["hierarchy"]), - (UniCase::ascii("transmiter"), &["transmitter"]), - (UniCase::ascii("pronography"), &["pornography"]), - (UniCase::ascii("torhclight"), &["torchlight"]), - (UniCase::ascii("architectual"), &["architectural"]), - (UniCase::ascii("balcked"), &["blacked"]), - (UniCase::ascii("archetectural"), &["architectural"]), - (UniCase::ascii("comrads"), &["comrades"]), - (UniCase::ascii("grammitical"), &["grammatical"]), - (UniCase::ascii("crosair"), &["corsair"]), - (UniCase::ascii("protecte"), &["protective"]), - (UniCase::ascii("outrageouly"), &["outrageously"]), - (UniCase::ascii("simplicy"), &["simplicity"]), - (UniCase::ascii("consecuence"), &["consequence"]), - (UniCase::ascii("expertis"), &["experts"]), - (UniCase::ascii("contempory"), &["contemporary"]), - (UniCase::ascii("apologiste"), &["apologise"]), - (UniCase::ascii("subisdized"), &["subsidized"]), - (UniCase::ascii("pscyhology"), &["psychology"]), - (UniCase::ascii("goddman"), &["goddamn"]), - (UniCase::ascii("gorumet"), &["gourmet"]), - (UniCase::ascii("unrnaked"), &["unranked"]), - (UniCase::ascii("friendzonie"), &["friendzoned"]), - (UniCase::ascii("liberalisim"), &["liberalism"]), - (UniCase::ascii("singels"), &["singles"]), - (UniCase::ascii("noctunre"), &["nocturne"]), - (UniCase::ascii("counterfiets"), &["counterfeit"]), - (UniCase::ascii("sneeks"), &["sneaks"]), - (UniCase::ascii("liberalim"), &["liberalism"]), - (UniCase::ascii("corssfire"), &["crossfire"]), - (UniCase::ascii("contributons"), &["contributors"]), - (UniCase::ascii("dynamicpsf"), &["dynamics"]), - (UniCase::ascii("cardiovasculaire"), &["cardiovascular"]), - (UniCase::ascii("reptuable"), &["reputable"]), - (UniCase::ascii("organizors"), &["organizers"]), - (UniCase::ascii("magicain"), &["magician"]), - (UniCase::ascii("conceide"), &["conceived"]), - (UniCase::ascii("referense"), &["references"]), - (UniCase::ascii("wroet"), &["wrote"]), - (UniCase::ascii("argentia"), &["argentina"]), - (UniCase::ascii("therapeutuc"), &["therapeutic"]), - (UniCase::ascii("advocade"), &["advocated"]), - (UniCase::ascii("analystics"), &["analysts"]), - (UniCase::ascii("nieghborhood"), &["neighborhood"]), - (UniCase::ascii("initalese"), &["initialese"]), - (UniCase::ascii("convenant"), &["covenant"]), - (UniCase::ascii("successing"), &["succession"]), - (UniCase::ascii("kentuckey"), &["kentucky"]), - (UniCase::ascii("currecny"), &["currency"]), - (UniCase::ascii("tranistion"), &["transition"]), - (UniCase::ascii("terrirories"), &["territories"]), - (UniCase::ascii("conveyd"), &["conveyed"]), - (UniCase::ascii("motorcyce"), &["motorcycles"]), - (UniCase::ascii("euthanaisa"), &["euthanasia"]), - (UniCase::ascii("finsihes"), &["finishes"]), - (UniCase::ascii("desillusioned"), &["disillusioned"]), - (UniCase::ascii("soluable"), &["soluble"]), - (UniCase::ascii("partiets"), &["parties"]), - (UniCase::ascii("thermodynmaics"), &["thermodynamics"]), - (UniCase::ascii("significently"), &["significantly"]), - (UniCase::ascii("abondons"), &["abandons"]), - (UniCase::ascii("ofocurse"), &["ofcourse"]), - (UniCase::ascii("imperealist"), &["imperialist"]), - (UniCase::ascii("lesbianest"), &["lesbians"]), - (UniCase::ascii("acknowledgemnt"), &["acknowledgement"]), - (UniCase::ascii("collpasing"), &["collapsing"]), - (UniCase::ascii("ligthening"), &["lightening"]), - (UniCase::ascii("familiarze"), &["familiarize"]), - (UniCase::ascii("accerelate"), &["accelerated"]), - (UniCase::ascii("playthrouh"), &["playthrough"]), - (UniCase::ascii("stormde"), &["stormed"]), - (UniCase::ascii("psychiatist"), &["psychiatrist"]), - (UniCase::ascii("guardin"), &["guardian"]), - (UniCase::ascii("trialers"), &["trailers"]), - (UniCase::ascii("zaelots"), &["zealots"]), - (UniCase::ascii("singularty"), &["singularity"]), - (UniCase::ascii("presidenty"), &["presidency"]), - (UniCase::ascii("photogrophers"), &["photographers"]), - (UniCase::ascii("tirangles"), &["triangles"]), - (UniCase::ascii("distorsion"), &["distortion"]), - (UniCase::ascii("charasmatic"), &["charismatic"]), - (UniCase::ascii("reportidly"), &["reportedly"]), - (UniCase::ascii("undenyable"), &["undeniable"]), - (UniCase::ascii("convertirte"), &["converter"]), - (UniCase::ascii("conciderable"), &["considerable"]), - (UniCase::ascii("gratutious"), &["gratuitous"]), - (UniCase::ascii("hypothosis"), &["hypothesis"]), - (UniCase::ascii("sentinte"), &["sentient"]), - (UniCase::ascii("northwesten"), &["northwestern"]), - (UniCase::ascii("wirting"), &["writing"]), - (UniCase::ascii("correkting"), &["correcting"]), - (UniCase::ascii("sohw"), &["show"]), - (UniCase::ascii("whistel"), &["whistle"]), - (UniCase::ascii("uninteresed"), &["uninterested"]), - (UniCase::ascii("objectivst"), &["objectives"]), - (UniCase::ascii("apocalytic"), &["apocalyptic"]), - (UniCase::ascii("hererosexual"), &["heterosexual"]), - (UniCase::ascii("optimisitc"), &["optimistic"]), - (UniCase::ascii("millionaries"), &["millionaires"]), - (UniCase::ascii("technicans"), &["technicians"]), - (UniCase::ascii("runnung"), &["running"]), - (UniCase::ascii("nieghbourhood"), &["neighbourhood"]), - (UniCase::ascii("espreso"), &["espresso"]), - (UniCase::ascii("watiers"), &["waiters"]), - (UniCase::ascii("dominato"), &["domination"]), - (UniCase::ascii("multiplr"), &["multiplier"]), - (UniCase::ascii("undergard"), &["undergrad"]), - (UniCase::ascii("triangel"), &["triangle"]), - (UniCase::ascii("reedeming"), &["redeeming"]), - (UniCase::ascii("masteris"), &["masteries"]), - (UniCase::ascii("foresnic"), &["forensic"]), - (UniCase::ascii("blatanlty"), &["blatantly"]), - (UniCase::ascii("portabilty"), &["portability"]), - (UniCase::ascii("geograpy"), &["geography"]), - (UniCase::ascii("lieutanent"), &["lieutenant"]), - (UniCase::ascii("sturggling"), &["struggling"]), - (UniCase::ascii("artcile"), &["article"]), - (UniCase::ascii("transpareny"), &["transparency"]), - (UniCase::ascii("reincarantion"), &["reincarnation"]), - (UniCase::ascii("promsicuous"), &["promiscuous"]), - (UniCase::ascii("prasied"), &["praised"]), - (UniCase::ascii("deram"), &["dram"]), - (UniCase::ascii("nusaince"), &["nuisance"]), - (UniCase::ascii("autocorret"), &["autocorrect"]), - (UniCase::ascii("mediterraean"), &["mediterranean"]), - (UniCase::ascii("egalitara"), &["egalitarian"]), - (UniCase::ascii("contageous"), &["contagious"]), - (UniCase::ascii("independendet"), &["independent"]), - (UniCase::ascii("themselvs"), &["themselves"]), - (UniCase::ascii("magicin"), &["magician"]), - (UniCase::ascii("epsionage"), &["espionage"]), - (UniCase::ascii("arcylic"), &["acrylic"]), - (UniCase::ascii("antivuris"), &["antivirus"]), - (UniCase::ascii("valentians"), &["valentines"]), - (UniCase::ascii("differenciation"), &["differentiation"]), - (UniCase::ascii("aspahlt"), &["asphalt"]), - (UniCase::ascii("investigaters"), &["investigators"]), - (UniCase::ascii("theroist"), &["theorist"]), - (UniCase::ascii("extremaste"), &["extremes"]), - (UniCase::ascii("cylcone"), &["cyclone"]), - (UniCase::ascii("succsess"), &["success"]), - (UniCase::ascii("skepitcal"), &["skeptical"]), - (UniCase::ascii("collosal"), &["colossal"]), - (UniCase::ascii("explosivas"), &["explosives"]), - (UniCase::ascii("unliaterally"), &["unilaterally"]), - (UniCase::ascii("jeresys"), &["jerseys"]), - (UniCase::ascii("elepahnts"), &["elephants"]), - (UniCase::ascii("excell"), &["excel"]), - ( - UniCase::ascii("disproprotionately"), - &["disproportionately"], - ), - (UniCase::ascii("undesireable"), &["undesirable"]), - (UniCase::ascii("proccess"), &["process"]), - (UniCase::ascii("vicseral"), &["visceral"]), - (UniCase::ascii("degrase"), &["degrasse"]), - (UniCase::ascii("inquisicion"), &["inquisition"]), - (UniCase::ascii("purchashing"), &["purchasing"]), - (UniCase::ascii("prediciton"), &["prediction"]), - (UniCase::ascii("acheviable"), &["achievable"]), - (UniCase::ascii("mediorce"), &["mediocre"]), - (UniCase::ascii("singluarity"), &["singularity"]), - (UniCase::ascii("theathre"), &["theater"]), - (UniCase::ascii("qualifikation"), &["qualification"]), - (UniCase::ascii("curisers"), &["cruisers"]), - (UniCase::ascii("consicence"), &["conscience"]), - (UniCase::ascii("correspondant"), &["correspondent"]), - (UniCase::ascii("protohypes"), &["prototypes"]), - (UniCase::ascii("transseuxal"), &["transsexual"]), - (UniCase::ascii("combinato"), &["combination"]), - (UniCase::ascii("exceuting"), &["executing"]), - (UniCase::ascii("merhcants"), &["merchants"]), - (UniCase::ascii("portraing"), &["portraying"]), - (UniCase::ascii("immidiate"), &["immediate"]), - (UniCase::ascii("analouge"), &["analogue"]), - (UniCase::ascii("rudimentory"), &["rudimentary"]), - (UniCase::ascii("reclutant"), &["reluctant"]), - (UniCase::ascii("simliarities"), &["similarities"]), - (UniCase::ascii("braceletes"), &["bracelets"]), - (UniCase::ascii("subjectifs"), &["subjects"]), - (UniCase::ascii("collaborant"), &["collaborate"]), - (UniCase::ascii("ogrilla"), &["gorilla"]), - (UniCase::ascii("homoepathy"), &["homeopathy"]), - (UniCase::ascii("jamacain"), &["jamaican"]), - (UniCase::ascii("degenerare"), &["degenerate"]), - (UniCase::ascii("manipluated"), &["manipulated"]), - (UniCase::ascii("jurisdicitons"), &["jurisdictions"]), - (UniCase::ascii("morphinate"), &["morphine"]), - (UniCase::ascii("priviledge"), &["privilege"]), - (UniCase::ascii("algoritm"), &["algorithm"]), - (UniCase::ascii("vegtable"), &["vegetable"]), - (UniCase::ascii("shortenning"), &["shortening"]), - (UniCase::ascii("sorcercy"), &["sorcery"]), - (UniCase::ascii("listners"), &["listeners"]), - (UniCase::ascii("devovled"), &["devolved"]), - (UniCase::ascii("larwence"), &["lawrence"]), - (UniCase::ascii("criticarlo"), &["critical"]), - (UniCase::ascii("autonomity"), &["autonomy"]), - (UniCase::ascii("ehtically"), &["ethically"]), - (UniCase::ascii("pedophilac"), &["pedophilia"]), - (UniCase::ascii("influental"), &["influential"]), - (UniCase::ascii("photograhper"), &["photographer"]), - (UniCase::ascii("specatcular"), &["spectacular"]), - (UniCase::ascii("verifyable"), &["verifiable"]), - (UniCase::ascii("recpetionist"), &["receptionist"]), - (UniCase::ascii("vietnamiese"), &["vietnamese"]), - (UniCase::ascii("fullfilled"), &["fulfilled"]), - (UniCase::ascii("herculeas"), &["hercules"]), - (UniCase::ascii("consicousness"), &["consciousness"]), - (UniCase::ascii("psychologycal"), &["psychologically"]), - (UniCase::ascii("sensores"), &["sensors"]), - (UniCase::ascii("outrageuos"), &["outrageous"]), - (UniCase::ascii("unnistalled"), &["uninstalled"]), - (UniCase::ascii("demoloshed"), &["demolished"]), - (UniCase::ascii("battlescar"), &["battlestar"]), - (UniCase::ascii("compramising"), &["compromising"]), - (UniCase::ascii("hurldes"), &["hurdles"]), - (UniCase::ascii("labyrnith"), &["labyrinth"]), - (UniCase::ascii("casette"), &["cassette"]), - (UniCase::ascii("qualificatons"), &["qualifications"]), - (UniCase::ascii("prarie"), &["prairie"]), - (UniCase::ascii("interveiws"), &["interviews"]), - (UniCase::ascii("amrpits"), &["armpits"]), - (UniCase::ascii("precentages"), &["percentages"]), - (UniCase::ascii("unrestrictred"), &["unrestricted"]), - (UniCase::ascii("parameteres"), &["parameters"]), - (UniCase::ascii("maintanance"), &["maintenance"]), - (UniCase::ascii("champiosnhip"), &["championships"]), - (UniCase::ascii("ressurection"), &["resurrection"]), - (UniCase::ascii("reporduction"), &["reproduction"]), - (UniCase::ascii("clenase"), &["cleanse"]), - (UniCase::ascii("budgest"), &["budgets"]), - (UniCase::ascii("definjtely"), &["definately"]), - (UniCase::ascii("coutners"), &["counters"]), - (UniCase::ascii("representstion"), &["representations"]), - (UniCase::ascii("recordarme"), &["recorder"]), - (UniCase::ascii("collpases"), &["collapses"]), - (UniCase::ascii("astronaunt"), &["astronaut"]), - (UniCase::ascii("approachs"), &["approaches"]), - (UniCase::ascii("embassey"), &["embassy"]), - (UniCase::ascii("converastion"), &["conversations"]), - (UniCase::ascii("reaplugs"), &["earplugs"]), - (UniCase::ascii("insufficiant"), &["insufficient"]), - (UniCase::ascii("occurrencies"), &["occurrences"]), - (UniCase::ascii("underneeth"), &["underneath"]), - (UniCase::ascii("currentpos"), &["currents"]), - (UniCase::ascii("desgined"), &["designed"]), - (UniCase::ascii("caridgan"), &["cardigan"]), - (UniCase::ascii("cleints"), &["clients"]), - (UniCase::ascii("utilizaiton"), &["utilization"]), - (UniCase::ascii("wedensday"), &["wednesday"]), - (UniCase::ascii("hamburgesa"), &["hamburgers"]), - (UniCase::ascii("peciluar"), &["peculiar"]), - (UniCase::ascii("dismisse"), &["dismissive"]), - (UniCase::ascii("punihsment"), &["punishments"]), - (UniCase::ascii("shouldnot"), &["shouldnt"]), - (UniCase::ascii("geneological"), &["genealogical"]), - (UniCase::ascii("explicity"), &["explicitly"]), - (UniCase::ascii("allegely"), &["allegedly"]), - (UniCase::ascii("berserkr"), &["berserker"]), - (UniCase::ascii("capsulets"), &["capsules"]), - (UniCase::ascii("discontinuted"), &["discontinued"]), - (UniCase::ascii("discriminatoire"), &["discriminate"]), - (UniCase::ascii("physcedelic"), &["psychedelic"]), - (UniCase::ascii("counterract"), &["counterpart"]), - (UniCase::ascii("connectes"), &["connects"]), - (UniCase::ascii("confidantly"), &["confidently"]), - (UniCase::ascii("crossifre"), &["crossfire"]), - (UniCase::ascii("internest"), &["internets"]), - (UniCase::ascii("camoufle"), &["camouflage"]), - (UniCase::ascii("intimidant"), &["intimidate"]), - (UniCase::ascii("trochlight"), &["torchlight"]), - (UniCase::ascii("presense"), &["presence"]), - (UniCase::ascii("disception"), &["discretion"]), - (UniCase::ascii("guranteed"), &["guaranteed"]), - (UniCase::ascii("acquaintace"), &["acquaintance"]), - (UniCase::ascii("perorders"), &["preorders"]), - (UniCase::ascii("relevation"), &["revelation"]), - (UniCase::ascii("innerstellar"), &["interstellar"]), - (UniCase::ascii("honsetly"), &["honestly"]), - (UniCase::ascii("invaldiates"), &["invalidates"]), - (UniCase::ascii("perpatuated"), &["perpetuated"]), - (UniCase::ascii("scandinavica"), &["scandinavian"]), - (UniCase::ascii("dysphoira"), &["dysphoria"]), - (UniCase::ascii("samuari"), &["samurai"]), - (UniCase::ascii("miscellanous"), &["miscellaneous"]), - (UniCase::ascii("anonmyous"), &["anonymous"]), - (UniCase::ascii("disresepct"), &["disrespect"]), - (UniCase::ascii("predecesores"), &["predecessor"]), - (UniCase::ascii("convertables"), &["convertibles"]), - (UniCase::ascii("controling"), &["controlling"]), - (UniCase::ascii("achilleus"), &["achilles"]), - (UniCase::ascii("palestina"), &["palestinian"]), - (UniCase::ascii("underpowererd"), &["underpowered"]), - (UniCase::ascii("commiest"), &["commits"]), - (UniCase::ascii("unworty"), &["unworthy"]), - (UniCase::ascii("uruguary"), &["uruguay"]), - (UniCase::ascii("lighitng"), &["lighting"]), - (UniCase::ascii("incomfortable"), &["uncomfortable"]), - (UniCase::ascii("patirots"), &["patriots"]), - (UniCase::ascii("experimintation"), &["experimentation"]), - (UniCase::ascii("disrecpectful"), &["disrespectful"]), - (UniCase::ascii("wahtever"), &["whatever"]), - (UniCase::ascii("befreind"), &["befriend"]), - (UniCase::ascii("goveremnt"), &["goverment"]), - (UniCase::ascii("substansen"), &["substances"]), - (UniCase::ascii("cliffbanger"), &["cliffhanger"]), - (UniCase::ascii("chidlrens"), &["childrens"]), - (UniCase::ascii("conveyered"), &["conveyed"]), - (UniCase::ascii("metrices"), &["metrics"]), - (UniCase::ascii("paralell"), &["parallel"]), - (UniCase::ascii("recurits"), &["recruits"]), - (UniCase::ascii("integrering"), &["interfering"]), - (UniCase::ascii("lible"), &["libel"]), - (UniCase::ascii("privledge"), &["privilege"]), - (UniCase::ascii("supsense"), &["suspense"]), - (UniCase::ascii("cpoy"), &["coy"]), - (UniCase::ascii("shifitng"), &["shifting"]), - (UniCase::ascii("temporairly"), &["temporarily"]), - (UniCase::ascii("susbcribe"), &["subscribe"]), - (UniCase::ascii("climatiser"), &["climates"]), - (UniCase::ascii("congretation"), &["congregation"]), - (UniCase::ascii("infinitey"), &["infinity"]), - (UniCase::ascii("dystpoian"), &["dystopian"]), - (UniCase::ascii("reconcille"), &["reconcile"]), - (UniCase::ascii("trabajdo"), &["trabajo"]), - (UniCase::ascii("athletisim"), &["athleticism"]), - (UniCase::ascii("coinsidentally"), &["coincidentally"]), - (UniCase::ascii("misinterpert"), &["misinterpret"]), - (UniCase::ascii("progessed"), &["progressed"]), - (UniCase::ascii("orgasmes"), &["orgasms"]), - (UniCase::ascii("butterey"), &["buttery"]), - (UniCase::ascii("prosphetic"), &["prosthetic"]), - (UniCase::ascii("adventureres"), &["adventures"]), - (UniCase::ascii("overcloked"), &["overclocked"]), - (UniCase::ascii("stpo"), &["stop"]), - (UniCase::ascii("dependensies"), &["dependencies"]), - (UniCase::ascii("necessite"), &["necessities"]), - (UniCase::ascii("orphanes"), &["orphans"]), - (UniCase::ascii("nationalsits"), &["nationalists"]), - (UniCase::ascii("cuatiously"), &["cautiously"]), - (UniCase::ascii("perstige"), &["prestige"]), - (UniCase::ascii("confriming"), &["confirming"]), - (UniCase::ascii("disconnectus"), &["disconnects"]), - (UniCase::ascii("archetpye"), &["archetype"]), - (UniCase::ascii("sunderlund"), &["sunderland"]), - (UniCase::ascii("pumkin"), &["pumpkin"]), - (UniCase::ascii("inperfections"), &["imperfections"]), - (UniCase::ascii("organisaiton"), &["organisation"]), - (UniCase::ascii("definilty"), &["definitly"]), - (UniCase::ascii("assitant"), &["assistant"]), - (UniCase::ascii("druming"), &["drumming"]), - (UniCase::ascii("catagorically"), &["categorically"]), - (UniCase::ascii("attactment"), &["attachment"]), - (UniCase::ascii("passionatley"), &["passionately"]), - (UniCase::ascii("medicad"), &["medicaid"]), - (UniCase::ascii("faciliated"), &["facilitated"]), - (UniCase::ascii("jaunary"), &["january"]), - (UniCase::ascii("tranlastion"), &["translations"]), - (UniCase::ascii("inclreased"), &["increased"]), - (UniCase::ascii("retartation"), &["retardation"]), - (UniCase::ascii("horiztonally"), &["horizontally"]), - (UniCase::ascii("ocurrence"), &["occurrence"]), - (UniCase::ascii("excerise"), &["exercise"]), - (UniCase::ascii("teenages"), &["teenagers"]), - (UniCase::ascii("virgintiy"), &["virginity"]), - (UniCase::ascii("efficeincy"), &["efficiency"]), - (UniCase::ascii("uncomfrotably"), &["uncomfortably"]), - (UniCase::ascii("reevalutate"), &["reevaluate"]), - (UniCase::ascii("experssion"), &["expression"]), - (UniCase::ascii("deciption"), &["depiction"]), - (UniCase::ascii("exapnds"), &["expands"]), - (UniCase::ascii("behavoiral"), &["behavioral"]), - (UniCase::ascii("manufacterer"), &["manufacturer"]), - (UniCase::ascii("approxamately"), &["approximately"]), - (UniCase::ascii("interrups"), &["interrupts"]), - (UniCase::ascii("intraspection"), &["introspection"]), - (UniCase::ascii("continens"), &["continents"]), - (UniCase::ascii("circulaton"), &["circulation"]), - (UniCase::ascii("defelct"), &["deflect"]), - (UniCase::ascii("perpatrator"), &["perpetrator"]), - (UniCase::ascii("parctise"), &["practise"]), - (UniCase::ascii("mechaniclly"), &["mechanically"]), - (UniCase::ascii("counterd"), &["countered"]), - (UniCase::ascii("startegies"), &["strategies"]), - (UniCase::ascii("alleivate"), &["alleviate"]), - (UniCase::ascii("instutution"), &["institution"]), - (UniCase::ascii("consultati"), &["consultant"]), - (UniCase::ascii("hyopthetical"), &["hypothetical"]), - (UniCase::ascii("sentimenal"), &["sentimental"]), - (UniCase::ascii("statistisch"), &["statistics"]), - (UniCase::ascii("christinas"), &["christians"]), - (UniCase::ascii("persepctive"), &["perspective"]), - (UniCase::ascii("florecen"), &["florence"]), - (UniCase::ascii("vegeterian"), &["vegetarian"]), - (UniCase::ascii("requeriments"), &["requirements"]), - (UniCase::ascii("genialia"), &["genitalia"]), - (UniCase::ascii("diretcx"), &["directx"]), - (UniCase::ascii("restaruant"), &["restaurant"]), - (UniCase::ascii("professionalisim"), &["professionalism"]), - (UniCase::ascii("umcomfortably"), &["uncomfortably"]), - (UniCase::ascii("initalness"), &["initialness"]), - (UniCase::ascii("altanta"), &["atlanta"]), - (UniCase::ascii("immidately"), &["immediately"]), - (UniCase::ascii("similiarity"), &["similarity"]), - (UniCase::ascii("amernian"), &["armenian"]), - (UniCase::ascii("renyolds"), &["reynolds"]), - (UniCase::ascii("noteworty"), &["noteworthy"]), - (UniCase::ascii("glight"), &["flight"]), - (UniCase::ascii("encyclopeedia"), &["encyclopedia"]), - (UniCase::ascii("suspicioso"), &["suspicions"]), - (UniCase::ascii("subsiduary"), &["subsidiary"]), - (UniCase::ascii("necormancer"), &["necromancer"]), - (UniCase::ascii("decorativo"), &["decoration"]), - (UniCase::ascii("collecte"), &["collective"]), - (UniCase::ascii("affirmitve"), &["affirmative"]), - (UniCase::ascii("streames"), &["streams"]), - (UniCase::ascii("enchancment"), &["enchantment"]), - (UniCase::ascii("recommened"), &["recommend"]), - (UniCase::ascii("contection"), &["contention"]), - (UniCase::ascii("enchantmens"), &["enchantments"]), - (UniCase::ascii("repentable"), &["repeatable"]), - (UniCase::ascii("homophonia"), &["homophobia"]), - (UniCase::ascii("unqiueness"), &["uniqueness"]), - (UniCase::ascii("prematurily"), &["prematurely"]), - (UniCase::ascii("tightare"), &["tighter"]), - (UniCase::ascii("appreciato"), &["appreciation"]), - (UniCase::ascii("benovelent"), &["benevolent"]), - (UniCase::ascii("perfexcion"), &["perfection"]), - (UniCase::ascii("seperately"), &["separately"]), - (UniCase::ascii("lockscren"), &["lockscreen"]), - (UniCase::ascii("restaraunt"), &["restaurant"]), - (UniCase::ascii("mistakengly"), &["mistakenly"]), - (UniCase::ascii("stormfornt"), &["stormfront"]), - (UniCase::ascii("transisioning"), &["transitioning"]), - (UniCase::ascii("segregatie"), &["segregated"]), - (UniCase::ascii("therapautic"), &["therapeutic"]), - (UniCase::ascii("gunatanamo"), &["guantanamo"]), - (UniCase::ascii("peroidically"), &["periodically"]), - (UniCase::ascii("agricultre"), &["agriculture"]), - (UniCase::ascii("anomolies"), &["anomalies"]), - (UniCase::ascii("criticallity"), &["critically"]), - (UniCase::ascii("parliamenty"), &["parliamentary"]), - (UniCase::ascii("nationallity"), &["nationally"]), - (UniCase::ascii("determinanti"), &["determination"]), - (UniCase::ascii("perversley"), &["perverse"]), - (UniCase::ascii("unkonwn"), &["unknown"]), - (UniCase::ascii("inquisitivo"), &["inquisition"]), - (UniCase::ascii("puragtory"), &["purgatory"]), - (UniCase::ascii("specrtal"), &["spectral"]), - (UniCase::ascii("denomenator"), &["denominator"]), - (UniCase::ascii("dominoin"), &["dominion"]), - (UniCase::ascii("diamons"), &["diamonds"]), - (UniCase::ascii("caracterized"), &["characterized"]), - (UniCase::ascii("supermare"), &["supermarket"]), - (UniCase::ascii("falvours"), &["flavours"]), - (UniCase::ascii("refelxes"), &["reflexes"]), - (UniCase::ascii("contributos"), &["contributors"]), - (UniCase::ascii("respondis"), &["responds"]), - (UniCase::ascii("specualtive"), &["speculative"]), - (UniCase::ascii("spindrel"), &["spindle"]), - (UniCase::ascii("disadvanteges"), &["disadvantages"]), - (UniCase::ascii("challanges"), &["challenges"]), - (UniCase::ascii("harrasing"), &["harassing"]), - (UniCase::ascii("competenet"), &["competence"]), - (UniCase::ascii("soverignty"), &["sovereignty"]), - (UniCase::ascii("sideral"), &["sidereal"]), - (UniCase::ascii("cerimonious"), &["ceremonious"]), - (UniCase::ascii("parliment"), &["parliament"]), - (UniCase::ascii("provded"), &["provided"]), - (UniCase::ascii("misrepresentatie"), &["misrepresentation"]), - (UniCase::ascii("reveiw"), &["review"]), - (UniCase::ascii("organizatinal"), &["organizational"]), - (UniCase::ascii("uniquley"), &["uniquely"]), - (UniCase::ascii("mastrubating"), &["masturbating"]), - (UniCase::ascii("principas"), &["principals"]), - (UniCase::ascii("inaccessable"), &["inaccessible"]), - (UniCase::ascii("burlgar"), &["burglar"]), - (UniCase::ascii("repalcement"), &["replacement"]), - (UniCase::ascii("chromosone"), &["chromosome"]), - (UniCase::ascii("friendle"), &["friendlies"]), - (UniCase::ascii("commentries"), &["commenters"]), - (UniCase::ascii("approxmiate"), &["approximate"]), - (UniCase::ascii("futurisitc"), &["futuristic"]), - (UniCase::ascii("dobulelift"), &["doublelift"]), - (UniCase::ascii("algoriths"), &["algorithms"]), - (UniCase::ascii("zimbabe"), &["zimbabwe"]), - (UniCase::ascii("referancing"), &["referencing"]), - (UniCase::ascii("abrreviation"), &["abbreviation"]), - (UniCase::ascii("telphony"), &["telephony"]), - (UniCase::ascii("architet"), &["architect"]), - (UniCase::ascii("intermittient"), &["intermittent"]), - (UniCase::ascii("martail"), &["martial"]), - (UniCase::ascii("irriration"), &["irritation"]), - (UniCase::ascii("radiers"), &["raiders"]), - (UniCase::ascii("guarentees"), &["guarantees"]), - (UniCase::ascii("mischievious"), &["mischievous"]), - (UniCase::ascii("worldivew"), &["worldview"]), - (UniCase::ascii("weightlifing"), &["weightlifting"]), - (UniCase::ascii("representatieve"), &["representative"]), - (UniCase::ascii("twon"), &["town"]), - (UniCase::ascii("superioare"), &["superior"]), - (UniCase::ascii("surpemacist"), &["supremacist"]), - (UniCase::ascii("cabinent"), &["cabinet"]), - (UniCase::ascii("benevolant"), &["benevolent"]), - (UniCase::ascii("especialy"), &["especially"]), - (UniCase::ascii("negotiatons"), &["negotiations"]), - (UniCase::ascii("sycther"), &["scyther"]), - (UniCase::ascii("destinty"), &["destiny"]), - (UniCase::ascii("rebellis"), &["rebellious"]), - (UniCase::ascii("conclsuion"), &["concussion"]), - (UniCase::ascii("sysadmn"), &["sysadmin"]), - (UniCase::ascii("interersted"), &["interpreted"]), - (UniCase::ascii("crystalys"), &["crystals"]), - (UniCase::ascii("clickear"), &["clicker"]), - (UniCase::ascii("koncentration"), &["concentration"]), - (UniCase::ascii("insualted"), &["insulated"]), - (UniCase::ascii("undergrand"), &["undergrad"]), - (UniCase::ascii("stradegies"), &["strategies"]), - (UniCase::ascii("hyperlobic"), &["hyperbolic"]), - (UniCase::ascii("unexpectadely"), &["unexpectedly"]), - (UniCase::ascii("perordered"), &["preordered"]), - (UniCase::ascii("hamburges"), &["hamburgers"]), - (UniCase::ascii("stucture"), &["structure"]), - (UniCase::ascii("astornauts"), &["astronauts"]), - (UniCase::ascii("absorbes"), &["absorbs"]), - (UniCase::ascii("princeses"), &["princess"]), - (UniCase::ascii("sensitiviy"), &["sensitivity"]), - (UniCase::ascii("emphacized"), &["emphasized"]), - (UniCase::ascii("fontrier"), &["fontier"]), - (UniCase::ascii("despoited"), &["deposited"]), - (UniCase::ascii("beautilful"), &["beautifully"]), - (UniCase::ascii("nutriens"), &["nutrients"]), - (UniCase::ascii("commercie"), &["commerce"]), - (UniCase::ascii("condamned"), &["condemned"]), - (UniCase::ascii("indiffernece"), &["indifference"]), - (UniCase::ascii("insistas"), &["insists"]), - (UniCase::ascii("battailon"), &["battalion"]), - (UniCase::ascii("depdending"), &["depending"]), - (UniCase::ascii("chracter"), &["character"]), - (UniCase::ascii("unsusbtantiated"), &["unsubstantiated"]), - (UniCase::ascii("galcier"), &["glacier"]), - ( - UniCase::ascii("oversimplificaiton"), - &["oversimplification"], - ), - (UniCase::ascii("indepentently"), &["independently"]), - (UniCase::ascii("fanservive"), &["fanservice"]), - (UniCase::ascii("polinators"), &["pollinators"]), - (UniCase::ascii("uncomforyable"), &["uncomfortably"]), - (UniCase::ascii("recieved"), &["received"]), - (UniCase::ascii("philippins"), &["philippines"]), - (UniCase::ascii("americs"), &["americas"]), - (UniCase::ascii("basicly"), &["basically"]), - (UniCase::ascii("dispensories"), &["dispensaries"]), - (UniCase::ascii("andriod"), &["android"]), - (UniCase::ascii("coordinats"), &["coordinates"]), - (UniCase::ascii("aggraveted"), &["aggravated"]), - (UniCase::ascii("primairly"), &["primarily"]), - (UniCase::ascii("terorrists"), &["terrorists"]), - (UniCase::ascii("exagerating"), &["exaggerating"]), - (UniCase::ascii("stretegically"), &["strategically"]), - (UniCase::ascii("mauarder"), &["marauder"]), - (UniCase::ascii("responsibliy"), &["responsibly"]), - (UniCase::ascii("customizible"), &["customizable"]), - (UniCase::ascii("respectabile"), &["respectable"]), - (UniCase::ascii("internation"), &["international"]), - (UniCase::ascii("promtps"), &["prompts"]), - (UniCase::ascii("palestininas"), &["palestinians"]), - (UniCase::ascii("stealthely"), &["stealthy"]), - (UniCase::ascii("invulnarable"), &["invulnerable"]), - (UniCase::ascii("arrestes"), &["arrests"]), - (UniCase::ascii("graduaste"), &["graduates"]), - (UniCase::ascii("predeterminded"), &["predetermined"]), - (UniCase::ascii("instrucitons"), &["instruction"]), - (UniCase::ascii("elimanates"), &["eliminates"]), - (UniCase::ascii("temepratures"), &["temperatures"]), - (UniCase::ascii("arguemnet"), &["arguement"]), - (UniCase::ascii("indicence"), &["incidence"]), - (UniCase::ascii("specifiying"), &["specifying"]), - (UniCase::ascii("respecitvely"), &["respectively"]), - (UniCase::ascii("misunderstansing"), &["misunderstandings"]), - (UniCase::ascii("alse"), &["else"]), - (UniCase::ascii("succsessfull"), &["successful"]), - (UniCase::ascii("controversal"), &["controversial"]), - (UniCase::ascii("tobbaco"), &["tobacco"]), - (UniCase::ascii("penatlies"), &["penalties"]), - (UniCase::ascii("prominately"), &["prominently"]), - (UniCase::ascii("restriccion"), &["restriction"]), - (UniCase::ascii("expolsives"), &["explosives"]), - (UniCase::ascii("landingers"), &["landings"]), - (UniCase::ascii("simeltaneous"), &["simultaneous"]), - (UniCase::ascii("constrants"), &["constraints"]), - (UniCase::ascii("subjektive"), &["subjective"]), - (UniCase::ascii("corrisponded"), &["corresponded"]), - (UniCase::ascii("coincidential"), &["coincidental"]), - (UniCase::ascii("phychologist"), &["psychologist"]), - (UniCase::ascii("unrealistc"), &["unrealistic"]), - (UniCase::ascii("organzier"), &["organizer"]), - (UniCase::ascii("alcoholicos"), &["alcoholics"]), - (UniCase::ascii("inbewteen"), &["inbetween"]), - (UniCase::ascii("detramental"), &["detrimental"]), - (UniCase::ascii("theologia"), &["theological"]), - (UniCase::ascii("prodecures"), &["procedures"]), - (UniCase::ascii("polietly"), &["politely"]), - (UniCase::ascii("cardiovasuclar"), &["cardiovascular"]), - (UniCase::ascii("effectiviness"), &["effectiveness"]), - (UniCase::ascii("cartrigde"), &["cartridge"]), - (UniCase::ascii("electroylte"), &["electrolytes"]), - (UniCase::ascii("falesly"), &["falsely"]), - (UniCase::ascii("pedophilla"), &["pedophilia"]), - (UniCase::ascii("turbins"), &["turbines"]), - (UniCase::ascii("exoticas"), &["exotics"]), - (UniCase::ascii("apprecitae"), &["appreciates"]), - (UniCase::ascii("conifgurations"), &["configurations"]), - (UniCase::ascii("eachtoher"), &["eachother"]), - (UniCase::ascii("closeley"), &["closely"]), - (UniCase::ascii("rigthfully"), &["rightfully"]), - (UniCase::ascii("psychologyst"), &["psychologist"]), - (UniCase::ascii("prometheyus"), &["prometheus"]), - (UniCase::ascii("excludeds"), &["excludes"]), - (UniCase::ascii("trasnferred"), &["transferred"]), - (UniCase::ascii("despirately"), &["desperately"]), - (UniCase::ascii("circels"), &["circles"]), - (UniCase::ascii("straigth"), &["straight"]), - (UniCase::ascii("materalists"), &["materialist"]), - (UniCase::ascii("agricultrual"), &["agricultural"]), - (UniCase::ascii("phsycologically"), &["psychologically"]), - (UniCase::ascii("distustingly"), &["disgustingly"]), - (UniCase::ascii("konstellation"), &["constellation"]), - (UniCase::ascii("contengency"), &["contingency"]), - (UniCase::ascii("challengue"), &["challenger"]), - (UniCase::ascii("repharse"), &["rephrase"]), - (UniCase::ascii("leathal"), &["lethal"]), - (UniCase::ascii("imaginacion"), &["imagination"]), - (UniCase::ascii("improviserad"), &["improvised"]), - (UniCase::ascii("masterpeace"), &["masterpiece"]), - (UniCase::ascii("critisiscm"), &["criticisms"]), - (UniCase::ascii("intervines"), &["intervenes"]), - (UniCase::ascii("oppossed"), &["opposed"]), - (UniCase::ascii("entretainment"), &["entertainment"]), - (UniCase::ascii("connonations"), &["connotations"]), - (UniCase::ascii("complets"), &["completes"]), - (UniCase::ascii("differentiatiors"), &["differentiation"]), - (UniCase::ascii("pinancle"), &["pinnacle"]), - (UniCase::ascii("chuckels"), &["chuckles"]), - (UniCase::ascii("electriciy"), &["electricity"]), - (UniCase::ascii("siezures"), &["seizures"]), - (UniCase::ascii("encyrption"), &["encryption"]), - (UniCase::ascii("electivre"), &["elective"]), - (UniCase::ascii("articulted"), &["articulated"]), - (UniCase::ascii("techincians"), &["technicians"]), - (UniCase::ascii("confrontating"), &["confrontation"]), - (UniCase::ascii("indiania"), &["indiana"]), - (UniCase::ascii("repuglicans"), &["republicans"]), - (UniCase::ascii("uncontrallably"), &["uncontrollably"]), - (UniCase::ascii("artifical"), &["artificial"]), - (UniCase::ascii("periwinlke"), &["periwinkle"]), - (UniCase::ascii("calulate"), &["calculate"]), - (UniCase::ascii("senarios"), &["scenarios"]), - (UniCase::ascii("pharmicist"), &["pharmacist"]), - (UniCase::ascii("hardwoord"), &["hardwood"]), - (UniCase::ascii("persepctives"), &["perspectives"]), - (UniCase::ascii("refrehser"), &["refresher"]), - (UniCase::ascii("prosocuted"), &["prosecuted"]), - (UniCase::ascii("uncouncious"), &["unconscious"]), - (UniCase::ascii("raidant"), &["radiant"]), - (UniCase::ascii("vegetairan"), &["vegetarians"]), - (UniCase::ascii("fliters"), &["filters"]), - (UniCase::ascii("unavaliable"), &["unavailable"]), - (UniCase::ascii("goverment"), &["government"]), - (UniCase::ascii("desomnd"), &["desmond"]), - (UniCase::ascii("cigeratte"), &["cigarette"]), - (UniCase::ascii("legitimatly"), &["legitimately"]), - (UniCase::ascii("effecitvely"), &["effectively"]), - (UniCase::ascii("philosohpy"), &["philosophy"]), - (UniCase::ascii("masturabted"), &["masturbated"]), - (UniCase::ascii("authorites"), &["authorities"]), - (UniCase::ascii("circumcission"), &["circumcision"]), - (UniCase::ascii("baragin"), &["bargain"]), - (UniCase::ascii("nationalties"), &["nationalist"]), - (UniCase::ascii("unintensionally"), &["unintentionally"]), - (UniCase::ascii("prepetrator"), &["perpetrator"]), - (UniCase::ascii("versitale"), &["versatile"]), - (UniCase::ascii("fronteir"), &["frontier"]), - (UniCase::ascii("particualrly"), &["particularly"]), - (UniCase::ascii("perihperals"), &["peripherals"]), - (UniCase::ascii("motherbords"), &["motherboards"]), - (UniCase::ascii("marjority"), &["majority"]), - (UniCase::ascii("neuorscience"), &["neuroscience"]), - (UniCase::ascii("imprsioned"), &["imprisoned"]), - (UniCase::ascii("requirment"), &["requirement"]), - (UniCase::ascii("bablyon"), &["babylon"]), - (UniCase::ascii("rococco"), &["rococo"]), - (UniCase::ascii("inferiorty"), &["inferiority"]), - (UniCase::ascii("origniated"), &["originated"]), - (UniCase::ascii("dissapointd"), &["dissapointed"]), - (UniCase::ascii("stregnth"), &["strength"]), - (UniCase::ascii("pornograpgy"), &["pornography"]), - (UniCase::ascii("interveneing"), &["intervening"]), - (UniCase::ascii("bareclona"), &["barcelona"]), - (UniCase::ascii("benefica"), &["beneficial"]), - (UniCase::ascii("transaltes"), &["translates"]), - (UniCase::ascii("tentacels"), &["tentacles"]), - (UniCase::ascii("althetes"), &["athletes"]), - (UniCase::ascii("armchar"), &["armchair"]), - (UniCase::ascii("overpad"), &["overpaid"]), - (UniCase::ascii("lanuchers"), &["launchers"]), - (UniCase::ascii("adrelanine"), &["adrenaline"]), - (UniCase::ascii("appareal"), &["apparel"]), - (UniCase::ascii("contaminatie"), &["contaminated"]), - (UniCase::ascii("sympathyzers"), &["sympathizers"]), - (UniCase::ascii("thermodynamcs"), &["thermodynamics"]), - (UniCase::ascii("infalability"), &["infallibility"]), - (UniCase::ascii("prioritied"), &["prioritize"]), - (UniCase::ascii("maintainted"), &["maintained"]), - (UniCase::ascii("haording"), &["hoarding"]), - (UniCase::ascii("abreviated"), &["abbreviated"]), - (UniCase::ascii("indefinitley"), &["indefinitely"]), - (UniCase::ascii("proconceived"), &["preconceived"]), - (UniCase::ascii("enchanement"), &["enchantment"]), - (UniCase::ascii("beglium"), &["belgium"]), - (UniCase::ascii("hundread"), &["hundred"]), - (UniCase::ascii("tighetning"), &["tightening"]), - (UniCase::ascii("condradicting"), &["contradicting"]), - (UniCase::ascii("fedility"), &["fidelity"]), - (UniCase::ascii("deahtly"), &["deathly"]), - (UniCase::ascii("deminsion"), &["dimension"]), - (UniCase::ascii("misogyinsts"), &["misogynist"]), - (UniCase::ascii("polgyon"), &["polygon"]), - (UniCase::ascii("sovereignety"), &["sovereignty"]), - (UniCase::ascii("stirker"), &["striker"]), - (UniCase::ascii("sympithizers"), &["sympathizers"]), - (UniCase::ascii("crystalens"), &["crystals"]), - (UniCase::ascii("tacitcally"), &["tactically"]), - (UniCase::ascii("orchestarted"), &["orchestrated"]), - (UniCase::ascii("tempearture"), &["temperatures"]), - (UniCase::ascii("perfers"), &["prefers"]), - (UniCase::ascii("sezuires"), &["seizures"]), - (UniCase::ascii("montnana"), &["montana"]), - (UniCase::ascii("ofcousre"), &["ofcourse"]), - (UniCase::ascii("freindly"), &["friendly"]), - (UniCase::ascii("yourselfes"), &["yourselves"]), - (UniCase::ascii("transilvania"), &["transylvania"]), - (UniCase::ascii("desentisize"), &["desensitized"]), - (UniCase::ascii("gravitatie"), &["gravitate"]), - (UniCase::ascii("commonwelath"), &["commonwealth"]), - (UniCase::ascii("foundatoin"), &["foundations"]), - (UniCase::ascii("compatibiltiy"), &["compatibility"]), - (UniCase::ascii("assimalate"), &["assimilate"]), - (UniCase::ascii("heatskin"), &["heatsink"]), - (UniCase::ascii("hapmshire"), &["hampshire"]), - (UniCase::ascii("actulay"), &["actualy"]), - (UniCase::ascii("essentually"), &["essentially"]), - (UniCase::ascii("specialsts"), &["specialists"]), - (UniCase::ascii("pyschiatrists"), &["psychiatrists"]), - (UniCase::ascii("plesant"), &["pleasant"]), - (UniCase::ascii("hyrdogen"), &["hydrogen"]), - (UniCase::ascii("transofrming"), &["transforming"]), - (UniCase::ascii("creatie"), &["creatine"]), - (UniCase::ascii("authoritiers"), &["authorities"]), - (UniCase::ascii("privilegie"), &["privilege"]), - (UniCase::ascii("masuclinity"), &["masculinity"]), - (UniCase::ascii("distoriton"), &["distortion"]), - (UniCase::ascii("audiobookmrs"), &["audiobooks"]), - (UniCase::ascii("inusrgency"), &["insurgency"]), - (UniCase::ascii("acedemic"), &["academic"]), - (UniCase::ascii("complians"), &["complains"]), - (UniCase::ascii("transparancy"), &["transparency"]), - (UniCase::ascii("scientificaly"), &["scientifically"]), - (UniCase::ascii("consumated"), &["consummated"]), - (UniCase::ascii("armpitts"), &["armpits"]), - (UniCase::ascii("unbreakbale"), &["unbreakable"]), - (UniCase::ascii("replayes"), &["replays"]), - (UniCase::ascii("conversley"), &["conversely"]), - (UniCase::ascii("descrie"), &["describe"]), - (UniCase::ascii("frequenzies"), &["frequencies"]), - (UniCase::ascii("caluclating"), &["calculating"]), - (UniCase::ascii("illuminatti"), &["illuminati"]), - (UniCase::ascii("esportes"), &["esports"]), - (UniCase::ascii("developmenet"), &["developments"]), - (UniCase::ascii("bittersweeet"), &["bittersweet"]), - (UniCase::ascii("technichan"), &["technician"]), - (UniCase::ascii("sculpter"), &["sculpture"]), - (UniCase::ascii("resgined"), &["resigned"]), - (UniCase::ascii("carrers"), &["careers"]), - (UniCase::ascii("photoshoppped"), &["photoshopped"]), - (UniCase::ascii("tyelnol"), &["tylenol"]), - (UniCase::ascii("phychiatrist"), &["psychiatrist"]), - (UniCase::ascii("momentarely"), &["momentarily"]), - (UniCase::ascii("killingest"), &["killings"]), - (UniCase::ascii("angostic"), &["agnostic"]), - (UniCase::ascii("possesives"), &["possessive"]), - (UniCase::ascii("outsouring"), &["outsourcing"]), - (UniCase::ascii("deprevation"), &["deprivation"]), - (UniCase::ascii("rhaposdy"), &["rhapsody"]), - (UniCase::ascii("assnage"), &["assange"]), - (UniCase::ascii("commans"), &["commands"]), - (UniCase::ascii("inpsection"), &["inspection"]), - (UniCase::ascii("mositurizer"), &["moisturizer"]), - (UniCase::ascii("correctess"), &["correctness"]), - (UniCase::ascii("pratcise"), &["practise"]), - (UniCase::ascii("foward"), &["forward"]), - (UniCase::ascii("synonomy"), &["synonym"]), - (UniCase::ascii("emminent"), &["eminent"]), - (UniCase::ascii("chansellor"), &["chancellor"]), - (UniCase::ascii("computition"), &["computation"]), - (UniCase::ascii("spectacularily"), &["spectacularly"]), - (UniCase::ascii("unopenend"), &["unopened"]), - (UniCase::ascii("cardnials"), &["cardinals"]), - (UniCase::ascii("interseccion"), &["intersection"]), - (UniCase::ascii("cousings"), &["cousins"]), - (UniCase::ascii("subpecies"), &["subspecies"]), - (UniCase::ascii("birghtness"), &["brightness"]), - (UniCase::ascii("bodyheight"), &["bodyweight"]), - (UniCase::ascii("thearpy"), &["therapy"]), - (UniCase::ascii("gentlemn"), &["gentlemen"]), - (UniCase::ascii("pretains"), &["pertains"]), - (UniCase::ascii("tryahrd"), &["tryhard"]), - (UniCase::ascii("speechers"), &["speeches"]), - (UniCase::ascii("continunes"), &["continents"]), - (UniCase::ascii("neighbhors"), &["neighbours"]), - (UniCase::ascii("umbrellla"), &["umbrella"]), - (UniCase::ascii("inconveinence"), &["inconvenience"]), - (UniCase::ascii("consoldiated"), &["consolidated"]), - (UniCase::ascii("hospitallity"), &["hospitality"]), - (UniCase::ascii("interchangable"), &["interchangeable"]), - (UniCase::ascii("differantiate"), &["differentiate"]), - (UniCase::ascii("astrounat"), &["astronaut"]), - (UniCase::ascii("mexicanus"), &["mexicans"]), - (UniCase::ascii("newcaslte"), &["newcastle"]), - (UniCase::ascii("pinteret"), &["pinterest"]), - (UniCase::ascii("staticts"), &["statist"]), - (UniCase::ascii("miraculu"), &["miraculous"]), - (UniCase::ascii("diablical"), &["diabolical"]), - (UniCase::ascii("abusrdity"), &["absurdity"]), - (UniCase::ascii("cpatains"), &["captains"]), - (UniCase::ascii("intriuge"), &["intrigue"]), - (UniCase::ascii("againts"), &["against"]), - (UniCase::ascii("reproductivo"), &["reproduction"]), - (UniCase::ascii("contenplating"), &["contemplating"]), - (UniCase::ascii("underbaker"), &["undertaker"]), - (UniCase::ascii("cricitising"), &["criticising"]), - (UniCase::ascii("playbody"), &["playboy"]), - (UniCase::ascii("lannistars"), &["lannisters"]), - (UniCase::ascii("inconcequential"), &["inconsequential"]), - (UniCase::ascii("attension"), &["attention"]), - (UniCase::ascii("cockraoches"), &["cockroaches"]), - (UniCase::ascii("mispelling"), &["misspelling"]), - (UniCase::ascii("evolutionarly"), &["evolutionary"]), - (UniCase::ascii("frigign"), &["friggin"]), - (UniCase::ascii("chromozome"), &["chromosome"]), - (UniCase::ascii("relaible"), &["reliable"]), - (UniCase::ascii("preveiw"), &["preview"]), - (UniCase::ascii("reguarly"), &["regularly"]), - (UniCase::ascii("sensationalisim"), &["sensationalism"]), - (UniCase::ascii("incorperating"), &["incorporating"]), - (UniCase::ascii("stupire"), &["stupider"]), - (UniCase::ascii("provervial"), &["proverbial"]), - (UniCase::ascii("casualites"), &["casualties"]), - (UniCase::ascii("intersectionals"), &["intersections"]), - (UniCase::ascii("candidatas"), &["candidates"]), - (UniCase::ascii("massachusettians"), &["massachusetts"]), - (UniCase::ascii("commandd"), &["commanded"]), - (UniCase::ascii("agriculure"), &["agriculture"]), - (UniCase::ascii("contiunal"), &["continual"]), - (UniCase::ascii("wigdets"), &["widgets"]), - (UniCase::ascii("accuastion"), &["accusation"]), - (UniCase::ascii("reaveling"), &["revealing"]), - (UniCase::ascii("exculdes"), &["excludes"]), - (UniCase::ascii("dissapearance"), &["disappearance"]), - (UniCase::ascii("levetating"), &["levitating"]), - (UniCase::ascii("retardating"), &["retardation"]), - (UniCase::ascii("causalties"), &["casualties"]), - (UniCase::ascii("aeorspace"), &["aerospace"]), - (UniCase::ascii("instututed"), &["instituted"]), - (UniCase::ascii("simulacion"), &["simulation"]), - (UniCase::ascii("daimond"), &["diamond"]), - (UniCase::ascii("sanitazion"), &["sanitation"]), - (UniCase::ascii("cambrdige"), &["cambridge"]), - (UniCase::ascii("analzying"), &["analyzing"]), - (UniCase::ascii("upstaris"), &["upstairs"]), - (UniCase::ascii("composiiton"), &["compositions"]), - (UniCase::ascii("dogfather"), &["godfather"]), - (UniCase::ascii("menstrul"), &["menstrual"]), - (UniCase::ascii("imcomplete"), &["incomplete"]), - (UniCase::ascii("mechansim"), &["mechanism"]), - (UniCase::ascii("constrait"), &["constraints"]), - (UniCase::ascii("faught"), &["fought"]), - (UniCase::ascii("conditon"), &["condition"]), - (UniCase::ascii("patriarchia"), &["patriarchal"]), - (UniCase::ascii("accuarcy"), &["accuracy"]), - (UniCase::ascii("initalisation"), &["initialisation"]), - (UniCase::ascii("promots"), &["promotes"]), - (UniCase::ascii("vaklyrie"), &["valkyrie"]), - (UniCase::ascii("socializare"), &["socialize"]), - (UniCase::ascii("pandoria"), &["pandora"]), - (UniCase::ascii("instuction"), &["instruction"]), - (UniCase::ascii("orgasmos"), &["orgasms"]), - (UniCase::ascii("intelligance"), &["intelligence"]), - (UniCase::ascii("motivaiton"), &["motivations"]), - (UniCase::ascii("downgarded"), &["downgraded"]), - (UniCase::ascii("properitary"), &["proprietary"]), - (UniCase::ascii("trpoical"), &["tropical"]), - (UniCase::ascii("subconscous"), &["subconscious"]), - (UniCase::ascii("subredditors"), &["subreddits"]), - (UniCase::ascii("narcissisitc"), &["narcissist"]), - (UniCase::ascii("tood"), &["todo"]), - (UniCase::ascii("bascially"), &["basically"]), - (UniCase::ascii("interasted"), &["interacted"]), - (UniCase::ascii("mircotransaction"), &["microtransactions"]), - (UniCase::ascii("artifically"), &["artificially"]), - (UniCase::ascii("poisonis"), &["poisons"]), - (UniCase::ascii("inquizitor"), &["inquisitor"]), - (UniCase::ascii("gauranteed"), &["guaranteed"]), - (UniCase::ascii("anyhwere"), &["anywhere"]), - (UniCase::ascii("organiztion"), &["organization"]), - (UniCase::ascii("dispalyed"), &["displayed"]), - (UniCase::ascii("parliamantary"), &["parliamentary"]), - (UniCase::ascii("restircted"), &["restricted"]), - (UniCase::ascii("articluate"), &["articulate"]), - (UniCase::ascii("nazereth"), &["nazareth"]), - (UniCase::ascii("consideret"), &["considerate"]), - (UniCase::ascii("mabyelline"), &["maybelline"]), - (UniCase::ascii("isalmic"), &["islamic"]), - (UniCase::ascii("enviormentally"), &["environmentally"]), - (UniCase::ascii("destruciton"), &["destruction"]), - (UniCase::ascii("deiners"), &["deniers"]), - (UniCase::ascii("inadequet"), &["inadequate"]), - (UniCase::ascii("astronaunts"), &["astronaut"]), - (UniCase::ascii("philosiphical"), &["philosophical"]), - (UniCase::ascii("experssions"), &["expressions"]), - (UniCase::ascii("polinator"), &["pollinator"]), - (UniCase::ascii("extremelly"), &["extremely"]), - (UniCase::ascii("dragones"), &["dragons"]), - (UniCase::ascii("quartery"), &["quarterly"]), - (UniCase::ascii("subltety"), &["subtlety"]), - (UniCase::ascii("provocotive"), &["provocative"]), - (UniCase::ascii("switchs"), &["switches"]), - (UniCase::ascii("infrastrucutre"), &["infrastructure"]), - (UniCase::ascii("engieneers"), &["engineers"]), - (UniCase::ascii("negotiatiing"), &["negotiating"]), - (UniCase::ascii("elephantes"), &["elephants"]), - (UniCase::ascii("countriside"), &["countryside"]), - (UniCase::ascii("minumum"), &["minimum"]), - (UniCase::ascii("inseperable"), &["inseparable"]), - (UniCase::ascii("intamite"), &["intimate"]), - (UniCase::ascii("vell"), &["well"]), - (UniCase::ascii("barabric"), &["barbaric"]), - (UniCase::ascii("satisifed"), &["satisfied"]), - (UniCase::ascii("determinato"), &["determination"]), - (UniCase::ascii("smartare"), &["smarter"]), - (UniCase::ascii("poeoples"), &["peoples"]), - (UniCase::ascii("disicplined"), &["disciplined"]), - (UniCase::ascii("benevelant"), &["benevolent"]), - (UniCase::ascii("nutritivos"), &["nutritious"]), - (UniCase::ascii("treasurey"), &["treasury"]), - (UniCase::ascii("somethikng"), &["somethin"]), - (UniCase::ascii("invovles"), &["involves"]), - (UniCase::ascii("distribusion"), &["distributions"]), - (UniCase::ascii("miscairrage"), &["miscarriage"]), - (UniCase::ascii("grilfriend"), &["girlfriend"]), - (UniCase::ascii("stautes"), &["statues"]), - (UniCase::ascii("transfromed"), &["transformed"]), - (UniCase::ascii("canniablism"), &["cannibalism"]), - (UniCase::ascii("recgonize"), &["recognize"]), - (UniCase::ascii("disconncet"), &["disconnects"]), - (UniCase::ascii("scoprion"), &["scorpion"]), - (UniCase::ascii("capitolist"), &["capitalist"]), - (UniCase::ascii("krudish"), &["kurdish"]), - (UniCase::ascii("complusory"), &["compulsory"]), - (UniCase::ascii("linueps"), &["lineups"]), - (UniCase::ascii("prototpyes"), &["prototypes"]), - (UniCase::ascii("bourgeoius"), &["bourgeois"]), - (UniCase::ascii("documentato"), &["documentation"]), - (UniCase::ascii("microtrasnactions"), &["microtransactions"]), - (UniCase::ascii("considerstions"), &["considerations"]), - (UniCase::ascii("crossfiter"), &["crossfire"]), - (UniCase::ascii("headquartes"), &["headquarters"]), - (UniCase::ascii("inaugures"), &["inaugurates"]), - (UniCase::ascii("sensitivy"), &["sensitivity"]), - (UniCase::ascii("telaportation"), &["teleportation"]), - (UniCase::ascii("gauntanamo"), &["guantanamo"]), - (UniCase::ascii("cholesteral"), &["cholesterol"]), - (UniCase::ascii("necesarily"), &["necessarily"]), - (UniCase::ascii("protocal"), &["protocol"]), - (UniCase::ascii("electritian"), &["electrician"]), - (UniCase::ascii("resembe"), &["resemble"]), - (UniCase::ascii("indetifiable"), &["identifiable"]), - (UniCase::ascii("unconvensional"), &["unconventional"]), - (UniCase::ascii("fountan"), &["fountain"]), - (UniCase::ascii("evovling"), &["evolving"]), - (UniCase::ascii("christainity"), &["christianity"]), - (UniCase::ascii("compositons"), &["compositions"]), - (UniCase::ascii("regualtor"), &["regulator"]), - (UniCase::ascii("skirmiches"), &["skirmish"]), - (UniCase::ascii("condomes"), &["condoms"]), - (UniCase::ascii("paragrah"), &["paragraph"]), - (UniCase::ascii("signatue"), &["signatures"]), - (UniCase::ascii("definitin"), &["definitions"]), - (UniCase::ascii("critizicing"), &["criticizing"]), - (UniCase::ascii("feltcher"), &["fletcher"]), - (UniCase::ascii("airplance"), &["airplane"]), - (UniCase::ascii("lenghts"), &["lengths"]), - (UniCase::ascii("necessaties"), &["necessities"]), - (UniCase::ascii("historietas"), &["histories"]), - (UniCase::ascii("concusison"), &["concussions"]), - (UniCase::ascii("equivalnet"), &["equivalents"]), - (UniCase::ascii("inexperineced"), &["inexperience"]), - (UniCase::ascii("limitacion"), &["limitation"]), - (UniCase::ascii("suasages"), &["sausages"]), - (UniCase::ascii("manafacturers"), &["manufacturers"]), - (UniCase::ascii("extactly"), &["exactly"]), - (UniCase::ascii("harvestgain"), &["harvesting"]), - (UniCase::ascii("sypmtom"), &["symptom"]), - (UniCase::ascii("apsotles"), &["apostles"]), - (UniCase::ascii("rektifications"), &["certifications"]), - (UniCase::ascii("hemishperes"), &["hemisphere"]), - (UniCase::ascii("prestes"), &["presets"]), - (UniCase::ascii("noteworthly"), &["noteworthy"]), - (UniCase::ascii("enceclopedia"), &["encyclopedia"]), - (UniCase::ascii("gravitaitonal"), &["gravitational"]), - (UniCase::ascii("predominently"), &["predominantly"]), - (UniCase::ascii("brewerey"), &["brewery"]), - (UniCase::ascii("conclution"), &["conclusion"]), - (UniCase::ascii("randumness"), &["randomness"]), - (UniCase::ascii("scholorships"), &["scholarships"]), - (UniCase::ascii("execptional"), &["exceptional"]), - (UniCase::ascii("probelmatic"), &["problematic"]), - (UniCase::ascii("prugatory"), &["purgatory"]), - (UniCase::ascii("furutistic"), &["futuristic"]), - (UniCase::ascii("disruptron"), &["disruption"]), - (UniCase::ascii("visiblly"), &["visibly"]), - (UniCase::ascii("maintinance"), &["maintenance"]), - (UniCase::ascii("enligthening"), &["enlightening"]), - (UniCase::ascii("addtional"), &["additional"]), - (UniCase::ascii("appriciated"), &["appreciated"]), - (UniCase::ascii("shelveys"), &["shelves"]), - (UniCase::ascii("speciallity"), &["specially"]), - (UniCase::ascii("possiblilty"), &["possibility"]), - (UniCase::ascii("superviors"), &["supervisors"]), - (UniCase::ascii("terrerists"), &["terrorists"]), - (UniCase::ascii("inhernetly"), &["inherently"]), - (UniCase::ascii("revoltuion"), &["revolution"]), - (UniCase::ascii("monopollies"), &["monopolies"]), - (UniCase::ascii("libretarianism"), &["libertarianism"]), - (UniCase::ascii("compariosn"), &["comparisons"]), - (UniCase::ascii("garuantee"), &["guarantee"]), - (UniCase::ascii("littlefiner"), &["littlefinger"]), - (UniCase::ascii("correlatos"), &["correlates"]), - (UniCase::ascii("revisiones"), &["revisions"]), - (UniCase::ascii("dictionaire"), &["dictionaries"]), - (UniCase::ascii("heavywieght"), &["heavyweight"]), - (UniCase::ascii("prestigioso"), &["prestigious"]), - (UniCase::ascii("progresing"), &["progressing"]), - (UniCase::ascii("manadrin"), &["mandarin"]), - (UniCase::ascii("negiotating"), &["negotiating"]), - (UniCase::ascii("skateboader"), &["skateboard"]), - (UniCase::ascii("lesbains"), &["lesbians"]), - (UniCase::ascii("combinacion"), &["combination"]), - (UniCase::ascii("recgonizes"), &["recognizes"]), - (UniCase::ascii("accelerar"), &["accelerator"]), - (UniCase::ascii("aroud"), &["around"]), - (UniCase::ascii("tlaking"), &["talking"]), - (UniCase::ascii("overdirve"), &["overdrive"]), - (UniCase::ascii("potrayed"), &["portrayed"]), - (UniCase::ascii("audioboooks"), &["audiobook"]), - (UniCase::ascii("differintiate"), &["differentiate"]), - (UniCase::ascii("dehyrdation"), &["dehydration"]), - (UniCase::ascii("cerbures"), &["cerberus"]), - (UniCase::ascii("malariya"), &["malaria"]), - (UniCase::ascii("trainwrek"), &["trainwreck"]), - (UniCase::ascii("commerciales"), &["commercials"]), - (UniCase::ascii("noticalbe"), &["noticable"]), - (UniCase::ascii("primarly"), &["primarily"]), - (UniCase::ascii("renuion"), &["reunion"]), - (UniCase::ascii("reminent"), &["remnant"]), - (UniCase::ascii("subsiziding"), &["subsidizing"]), - (UniCase::ascii("conspirace"), &["conspiracies"]), - (UniCase::ascii("polical"), &["political"]), - (UniCase::ascii("manupilated"), &["manipulated"]), - (UniCase::ascii("institucion"), &["institution"]), - (UniCase::ascii("sparlking"), &["sparkling"]), - (UniCase::ascii("definie"), &["definite"]), - (UniCase::ascii("gentialia"), &["genitalia"]), - (UniCase::ascii("partnerd"), &["partnered"]), - (UniCase::ascii("executible"), &["executable"]), - (UniCase::ascii("dissapoimted"), &["dissapointed"]), - (UniCase::ascii("explict"), &["explicit"]), - (UniCase::ascii("trendig"), &["trending"]), - (UniCase::ascii("challneger"), &["challenger"]), - (UniCase::ascii("palcements"), &["placements"]), - (UniCase::ascii("referere"), &["referee"]), - (UniCase::ascii("acknowlege"), &["acknowledge"]), - (UniCase::ascii("contamporaries"), &["contemporaries"]), - (UniCase::ascii("propserous"), &["prosperous"]), - (UniCase::ascii("bellweather"), &["bellwether"]), - (UniCase::ascii("shuoldnt"), &["shouldnt"]), - (UniCase::ascii("untraind"), &["untrained"]), - (UniCase::ascii("studdy"), &["study"]), - (UniCase::ascii("punsiher"), &["punisher"]), - (UniCase::ascii("wishlisht"), &["wishlist"]), - (UniCase::ascii("inexperince"), &["inexperience"]), - (UniCase::ascii("scorpoin"), &["scorpion"]), - (UniCase::ascii("organizarme"), &["organizer"]), - (UniCase::ascii("opthalmologist"), &["ophthalmologist"]), - (UniCase::ascii("westmonster"), &["westminster"]), - (UniCase::ascii("inconsistecy"), &["inconsistency"]), - (UniCase::ascii("reccomending"), &["recommending"]), - (UniCase::ascii("aggresions"), &["aggression"]), - (UniCase::ascii("senitments"), &["sentiments"]), - (UniCase::ascii("instraments"), &["instruments"]), - (UniCase::ascii("philospoher"), &["philosopher"]), - (UniCase::ascii("contraversial"), &["controversial"]), - (UniCase::ascii("deutshcland"), &["deutschland"]), - (UniCase::ascii("justificacion"), &["justification"]), - (UniCase::ascii("remannts"), &["remnants"]), - (UniCase::ascii("moleculs"), &["molecules"]), - (UniCase::ascii("mathemetics"), &["mathematics"]), - (UniCase::ascii("tunnles"), &["tunnels"]), - (UniCase::ascii("invalidades"), &["invalidates"]), - (UniCase::ascii("approxiately"), &["approximately"]), - (UniCase::ascii("cincinnasti"), &["cincinnati"]), - (UniCase::ascii("humillated"), &["humiliated"]), - (UniCase::ascii("camofluage"), &["camouflage"]), - (UniCase::ascii("vacciantion"), &["vaccination"]), - (UniCase::ascii("discliamer"), &["disclaimer"]), - (UniCase::ascii("illegitimt"), &["illegitimate"]), - (UniCase::ascii("unresponcive"), &["unresponsive"]), - (UniCase::ascii("detuschland"), &["deutschland"]), - (UniCase::ascii("glithced"), &["glitched"]), - (UniCase::ascii("specialits"), &["specials"]), - (UniCase::ascii("grillig"), &["grilling"]), - (UniCase::ascii("parmsean"), &["parmesan"]), - (UniCase::ascii("garantee"), &["guarantee"]), - (UniCase::ascii("resoruces"), &["resources"]), - (UniCase::ascii("acquiantances"), &["acquaintances"]), - (UniCase::ascii("repective"), &["receptive"]), - (UniCase::ascii("representationer"), &["representations"]), - (UniCase::ascii("lengthly"), &["lengthy"]), - (UniCase::ascii("synphony"), &["symphony"]), - (UniCase::ascii("disrepresentation"), &["misrepresentation"]), - (UniCase::ascii("terminilogy"), &["terminology"]), - (UniCase::ascii("asssasins"), &["assassins"]), - (UniCase::ascii("recievd"), &["recieved"]), - (UniCase::ascii("headhpones"), &["headphones"]), - (UniCase::ascii("misandrony"), &["misandry"]), - (UniCase::ascii("wonderlad"), &["wonderland"]), - (UniCase::ascii("dispence"), &["dispense"]), - (UniCase::ascii("mediciney"), &["mediciny"]), - (UniCase::ascii("invesitgators"), &["investigators"]), - (UniCase::ascii("capitolize"), &["capitalize"]), - (UniCase::ascii("cyrstals"), &["crystals"]), - (UniCase::ascii("despies"), &["despise"]), - (UniCase::ascii("alcoholis"), &["alcoholics"]), - (UniCase::ascii("unplesant"), &["unpleasant"]), - (UniCase::ascii("unresponse"), &["unresponsive"]), - (UniCase::ascii("dungeoness"), &["dungeons"]), - (UniCase::ascii("guiseppe"), &["giuseppe"]), - (UniCase::ascii("directores"), &["directors"]), - (UniCase::ascii("pyramind"), &["pyramid"]), - (UniCase::ascii("monts"), &["months"]), - (UniCase::ascii("buddishts"), &["buddhists"]), - (UniCase::ascii("conspirancy"), &["conspiracy"]), - (UniCase::ascii("responsiblity"), &["responsibility"]), - (UniCase::ascii("zionistes"), &["zionists"]), - (UniCase::ascii("cigarete"), &["cigarettes"]), - (UniCase::ascii("exclussive"), &["exclusives"]), - (UniCase::ascii("enthusiams"), &["enthusiasm"]), - (UniCase::ascii("malfunciton"), &["malfunction"]), - (UniCase::ascii("swizterland"), &["switzerland"]), - (UniCase::ascii("analzyed"), &["analyzed"]), - (UniCase::ascii("milestons"), &["milestones"]), - (UniCase::ascii("progressin"), &["progression"]), - (UniCase::ascii("cricketts"), &["crickets"]), - (UniCase::ascii("derivaties"), &["derivatives"]), - (UniCase::ascii("ecstasty"), &["ecstasy"]), - (UniCase::ascii("proficienct"), &["proficient"]), - (UniCase::ascii("prelimiary"), &["preliminary"]), - (UniCase::ascii("dinosaures"), &["dinosaurs"]), - (UniCase::ascii("diagonse"), &["diagnose"]), - (UniCase::ascii("legitamicy"), &["legitimacy"]), - (UniCase::ascii("humanitites"), &["humanities"]), - (UniCase::ascii("canoncial"), &["canonical"]), - (UniCase::ascii("affrimative"), &["affirmative"]), - (UniCase::ascii("grafield"), &["garfield"]), - (UniCase::ascii("goldbeg"), &["goldberg"]), - (UniCase::ascii("transitiond"), &["transitioned"]), - (UniCase::ascii("arpanoid"), &["paranoid"]), - (UniCase::ascii("literarely"), &["literary"]), - (UniCase::ascii("neverhteless"), &["nevertheless"]), - (UniCase::ascii("condemnig"), &["condemning"]), - (UniCase::ascii("cruthces"), &["crutches"]), - (UniCase::ascii("hypotheticly"), &["hypothetical"]), - (UniCase::ascii("starlted"), &["startled"]), - (UniCase::ascii("recommendes"), &["recommends"]), - (UniCase::ascii("lanugages"), &["languages"]), - (UniCase::ascii("accidentes"), &["accidents"]), - (UniCase::ascii("consecuentes"), &["consequences"]), - (UniCase::ascii("usefuly"), &["usefully"]), - (UniCase::ascii("equilevants"), &["equivalents"]), - (UniCase::ascii("implementaitons"), &["implementations"]), - (UniCase::ascii("succesion"), &["succession"]), - (UniCase::ascii("childbrith"), &["childbirth"]), - (UniCase::ascii("restrainted"), &["restrained"]), - (UniCase::ascii("mainfestation"), &["manifestation"]), - (UniCase::ascii("parntered"), &["partnered"]), - (UniCase::ascii("spezialisation"), &["specialization"]), - (UniCase::ascii("misoygnist"), &["misogynist"]), - (UniCase::ascii("irresistable"), &["irresistible"]), - (UniCase::ascii("pyschologically"), &["psychologically"]), - (UniCase::ascii("apsirin"), &["aspirin"]), - (UniCase::ascii("rolepalying"), &["roleplaying"]), - (UniCase::ascii("soundtrakc"), &["soundtracks"]), - (UniCase::ascii("providee"), &["providence"]), - (UniCase::ascii("conspiricy"), &["conspiracy"]), - (UniCase::ascii("intendes"), &["intends"]), - (UniCase::ascii("simplifing"), &["simplifying"]), - (UniCase::ascii("initaition"), &["initiation"]), - (UniCase::ascii("europian"), &["european"]), - (UniCase::ascii("tempalte"), &["template"]), - (UniCase::ascii("seinors"), &["seniors"]), - (UniCase::ascii("underhwleming"), &["underwhelming"]), - (UniCase::ascii("porletariat"), &["proletariat"]), - (UniCase::ascii("satifsy"), &["satisfy"]), - (UniCase::ascii("godspeeed"), &["godspeed"]), - (UniCase::ascii("shittown"), &["shitton"]), - (UniCase::ascii("overmapping"), &["overlapping"]), - (UniCase::ascii("cashires"), &["cashiers"]), - (UniCase::ascii("accpets"), &["accepts"]), - (UniCase::ascii("progressivily"), &["progressively"]), - (UniCase::ascii("futhermore"), &["furthermore"]), - (UniCase::ascii("indoktrination"), &["indoctrination"]), - (UniCase::ascii("moprhine"), &["morphine"]), - (UniCase::ascii("disgustosa"), &["disgusts"]), - (UniCase::ascii("defualts"), &["defaults"]), - (UniCase::ascii("frackign"), &["fracking"]), - (UniCase::ascii("inconsiquential"), &["inconsequential"]), - (UniCase::ascii("claerly"), &["clearly"]), - (UniCase::ascii("behaivours"), &["behaviours"]), - (UniCase::ascii("involontary"), &["involuntary"]), - (UniCase::ascii("gaurenteed"), &["guaranteed"]), - (UniCase::ascii("photograhic"), &["photographic"]), - (UniCase::ascii("agricultral"), &["agricultural"]), - (UniCase::ascii("oragsms"), &["orgasms"]), - (UniCase::ascii("invincable"), &["invincible"]), - (UniCase::ascii("hypothesies"), &["hypothesis"]), - (UniCase::ascii("claimes"), &["claims"]), - (UniCase::ascii("defiantley"), &["definately"]), - (UniCase::ascii("resistable"), &["resistible"]), - (UniCase::ascii("representstive"), &["representatives"]), - (UniCase::ascii("scandonavia"), &["scandinavia"]), - (UniCase::ascii("nightmeres"), &["nightmares"]), - (UniCase::ascii("eearly"), &["early"]), - (UniCase::ascii("determinded"), &["determine"]), - (UniCase::ascii("procedings"), &["proceedings"]), - (UniCase::ascii("relentness"), &["relentless"]), - (UniCase::ascii("cataclysym"), &["cataclysm"]), - (UniCase::ascii("complicatie"), &["complicit"]), - (UniCase::ascii("configurato"), &["configuration"]), - (UniCase::ascii("preorderes"), &["preorders"]), - (UniCase::ascii("spontanious"), &["spontaneous"]), - (UniCase::ascii("conceivibly"), &["conceivably"]), - (UniCase::ascii("geniuss"), &["geniuses"]), - (UniCase::ascii("latnern"), &["lantern"]), - (UniCase::ascii("truthfuly"), &["truthfully"]), - (UniCase::ascii("transcrits"), &["transcripts"]), - (UniCase::ascii("interchangeabley"), &["interchangeably"]), - (UniCase::ascii("everyons"), &["everyones"]), - (UniCase::ascii("prestigios"), &["prestigious"]), - (UniCase::ascii("trasnfers"), &["transfers"]), - (UniCase::ascii("exmaple"), &["example"]), - (UniCase::ascii("floridia"), &["florida"]), - (UniCase::ascii("mulitplayer"), &["multiplayer"]), - (UniCase::ascii("nationalistics"), &["nationalists"]), - (UniCase::ascii("concurment"), &["concurrent"]), - (UniCase::ascii("jusitfication"), &["justifications"]), - (UniCase::ascii("sacrificied"), &["sacrifice"]), - (UniCase::ascii("apocalipse"), &["apocalypse"]), - (UniCase::ascii("absuridty"), &["absurdity"]), - (UniCase::ascii("dishonet"), &["dishonesty"]), - (UniCase::ascii("shartening"), &["sharpening"]), - (UniCase::ascii("twilgiht"), &["twilight"]), - (UniCase::ascii("estimativo"), &["estimation"]), - (UniCase::ascii("abosrbing"), &["absorbing"]), - (UniCase::ascii("aucitons"), &["auctions"]), - (UniCase::ascii("applicates"), &["applicants"]), - (UniCase::ascii("thnig"), &["thing"]), - (UniCase::ascii("retroactivelly"), &["retroactively"]), - (UniCase::ascii("mechinical"), &["mechanical"]), - (UniCase::ascii("qucikest"), &["quickest"]), - (UniCase::ascii("copenhaegen"), &["copenhagen"]), - (UniCase::ascii("exprimental"), &["experimental"]), - (UniCase::ascii("experimentul"), &["experimental"]), - (UniCase::ascii("levle"), &["level"]), - (UniCase::ascii("spainsh"), &["spanish"]), - (UniCase::ascii("reciepents"), &["recipients"]), - (UniCase::ascii("phyisology"), &["physiology"]), - (UniCase::ascii("shakeapeare"), &["shakespeare"]), - (UniCase::ascii("skillsshot"), &["skillshots"]), - (UniCase::ascii("guresome"), &["gruesome"]), - (UniCase::ascii("protistants"), &["protestants"]), - (UniCase::ascii("prepetuates"), &["perpetuates"]), - (UniCase::ascii("progressieve"), &["progressive"]), - (UniCase::ascii("banhsee"), &["banshee"]), - (UniCase::ascii("nirtogen"), &["nitrogen"]), - (UniCase::ascii("neuroligical"), &["neurological"]), - (UniCase::ascii("revoultion"), &["revolution"]), - (UniCase::ascii("vocabularity"), &["vocabulary"]), - (UniCase::ascii("massacer"), &["massacre"]), - (UniCase::ascii("enviroments"), &["environments"]), - (UniCase::ascii("implicitely"), &["implicitly"]), - (UniCase::ascii("neckbeardest"), &["neckbeards"]), - (UniCase::ascii("nothingsness"), &["nothingness"]), - (UniCase::ascii("acopalyptic"), &["apocalyptic"]), - (UniCase::ascii("converseley"), &["conversely"]), - (UniCase::ascii("playgorund"), &["playground"]), - (UniCase::ascii("commissons"), &["commissions"]), - (UniCase::ascii("legitamacy"), &["legitimacy"]), - (UniCase::ascii("pebbels"), &["pebbles"]), - (UniCase::ascii("remifications"), &["ramifications"]), - (UniCase::ascii("architexts"), &["architects"]), - (UniCase::ascii("encyclopeadic"), &["encyclopedia"]), - (UniCase::ascii("delightlful"), &["delightful"]), - (UniCase::ascii("psychologial"), &["psychological"]), - (UniCase::ascii("reaserchers"), &["researchers"]), - (UniCase::ascii("exhaustin"), &["exhaustion"]), - (UniCase::ascii("ackumulation"), &["accumulation"]), - (UniCase::ascii("enterprsie"), &["enterprises"]), - (UniCase::ascii("kunckles"), &["knuckles"]), - (UniCase::ascii("goegraphically"), &["geographically"]), - (UniCase::ascii("interrugum"), &["interregnum"]), - (UniCase::ascii("optinally"), &["optimally"]), - (UniCase::ascii("inventings"), &["inventions"]), - (UniCase::ascii("counterbat"), &["counteract"]), - (UniCase::ascii("portait"), &["portrait"]), - (UniCase::ascii("comediants"), &["comedians"]), - (UniCase::ascii("purpotedly"), &["purportedly"]), - (UniCase::ascii("pyschological"), &["psychological"]), - (UniCase::ascii("correspondants"), &["correspondents"]), - (UniCase::ascii("achillees"), &["achilles"]), - (UniCase::ascii("enxt"), &["next"]), - (UniCase::ascii("stationnary"), &["stationary"]), - (UniCase::ascii("anarchistes"), &["anarchists"]), - (UniCase::ascii("invisivility"), &["invisibility"]), - (UniCase::ascii("cheeots"), &["cheetos"]), - (UniCase::ascii("launchered"), &["launched"]), - (UniCase::ascii("indictement"), &["indictment"]), - (UniCase::ascii("beleifs"), &["beliefs"]), - (UniCase::ascii("facisnated"), &["fascinated"]), - (UniCase::ascii("characteristc"), &["characteristics"]), - (UniCase::ascii("dishonord"), &["dishonored"]), - (UniCase::ascii("transations"), &["transitions"]), - (UniCase::ascii("accomadations"), &["accommodations"]), - (UniCase::ascii("theorits"), &["theorist"]), - (UniCase::ascii("exictement"), &["excitement"]), - (UniCase::ascii("assassines"), &["assassins"]), - (UniCase::ascii("accomplishent"), &["accomplishment"]), - (UniCase::ascii("randomrs"), &["randoms"]), - (UniCase::ascii("ariborne"), &["airborne"]), - (UniCase::ascii("interioara"), &["interior"]), - (UniCase::ascii("prohibitons"), &["prohibits"]), - (UniCase::ascii("pengiuns"), &["penguins"]), - (UniCase::ascii("hegdehog"), &["hedgehog"]), - (UniCase::ascii("interraccial"), &["interracial"]), - (UniCase::ascii("surrouding"), &["surrounding"]), - (UniCase::ascii("condmening"), &["condemning"]), - (UniCase::ascii("sightstine"), &["sightstone"]), - (UniCase::ascii("preventin"), &["prevention"]), - (UniCase::ascii("avodacos"), &["avocados"]), - (UniCase::ascii("moderatorin"), &["moderation"]), - (UniCase::ascii("repalces"), &["replaces"]), - (UniCase::ascii("construits"), &["constructs"]), - (UniCase::ascii("sticthed"), &["stitched"]), - (UniCase::ascii("entrepreneus"), &["entrepreneurs"]), - (UniCase::ascii("disicplines"), &["disciplines"]), - (UniCase::ascii("rewatchimg"), &["rewatching"]), - (UniCase::ascii("imapired"), &["impaired"]), - (UniCase::ascii("apprentie"), &["apprentice"]), - (UniCase::ascii("somethign"), &["something"]), - (UniCase::ascii("bargianing"), &["bargaining"]), - (UniCase::ascii("veryifing"), &["verifying"]), - (UniCase::ascii("inclanation"), &["inclination"]), - (UniCase::ascii("dispensory"), &["dispensary"]), - (UniCase::ascii("accrediation"), &["accreditation"]), - (UniCase::ascii("infrantryman"), &["infantryman"]), - (UniCase::ascii("nipticking"), &["nitpicking"]), - (UniCase::ascii("journalistc"), &["journalistic"]), - (UniCase::ascii("federacion"), &["federation"]), - (UniCase::ascii("deperecation"), &["deprecation"]), - (UniCase::ascii("tempertaure"), &["temperature"]), - (UniCase::ascii("mosnters"), &["monsters"]), - (UniCase::ascii("documentaire"), &["documentaries"]), - (UniCase::ascii("anthropoly"), &["anthropology"]), - (UniCase::ascii("environmentality"), &["environmentally"]), - (UniCase::ascii("transylmania"), &["transylvania"]), - (UniCase::ascii("masterpice"), &["masterpiece"]), - (UniCase::ascii("blaim"), &["blame"]), - (UniCase::ascii("tremendious"), &["tremendous"]), - (UniCase::ascii("hositlity"), &["hostility"]), - (UniCase::ascii("orhpans"), &["orphans"]), - (UniCase::ascii("immigraiton"), &["immigration"]), - (UniCase::ascii("capabality"), &["capability"]), - (UniCase::ascii("starteld"), &["startled"]), - (UniCase::ascii("duplicatas"), &["duplicates"]), - (UniCase::ascii("indluge"), &["indulge"]), - (UniCase::ascii("cilents"), &["clients"]), - (UniCase::ascii("cricles"), &["circles"]), - (UniCase::ascii("specularite"), &["speculative"]), - (UniCase::ascii("overclcoked"), &["overclocked"]), - (UniCase::ascii("persain"), &["persian"]), - (UniCase::ascii("comminucation"), &["communications"]), - (UniCase::ascii("cooperatve"), &["cooperative"]), - (UniCase::ascii("cirticise"), &["criticise"]), - (UniCase::ascii("fundamentalistiske"), &["fundamentalists"]), - (UniCase::ascii("injustics"), &["injustices"]), - (UniCase::ascii("proprietory"), &["proprietary"]), - (UniCase::ascii("anwsers"), &["answers"]), - (UniCase::ascii("herculase"), &["hercules"]), - (UniCase::ascii("instututionalized"), &["institutionalized"]), - (UniCase::ascii("legendariske"), &["legendaries"]), - (UniCase::ascii("akransas"), &["arkansas"]), - (UniCase::ascii("associationthis"), &["associations"]), - (UniCase::ascii("proclaimation"), &["proclamation"]), - (UniCase::ascii("recusrion"), &["recursion"]), - (UniCase::ascii("definitivelly"), &["definitively"]), - (UniCase::ascii("retardatron"), &["retardation"]), - (UniCase::ascii("unintentionaly"), &["unintentionally"]), - (UniCase::ascii("deficienies"), &["deficiencies"]), - (UniCase::ascii("particiapnts"), &["participant"]), - (UniCase::ascii("littlefinder"), &["littlefinger"]), - (UniCase::ascii("uncomftorably"), &["uncomfortably"]), - (UniCase::ascii("permissiable"), &["permissible"]), - (UniCase::ascii("torrentors"), &["torrents"]), - (UniCase::ascii("deomcratic"), &["democratic"]), - (UniCase::ascii("endores"), &["endorse"]), - (UniCase::ascii("clitories"), &["clitoris"]), - (UniCase::ascii("falgship"), &["flagship"]), - (UniCase::ascii("ploygamy"), &["polygamy"]), - (UniCase::ascii("logisitcs"), &["logistics"]), - (UniCase::ascii("ingerdients"), &["ingredients"]), - (UniCase::ascii("activizion"), &["activision"]), - (UniCase::ascii("inappropriatley"), &["inappropriately"]), - (UniCase::ascii("deciptions"), &["depictions"]), - (UniCase::ascii("irrationallity"), &["irrationally"]), - (UniCase::ascii("rebiulding"), &["rebuilding"]), - (UniCase::ascii("deovtion"), &["devotion"]), - (UniCase::ascii("stilus"), &["stylus"]), - (UniCase::ascii("disputandem"), &["disputandum"]), - (UniCase::ascii("brewrey"), &["brewery"]), - (UniCase::ascii("decomposeion"), &["decomposition"]), - (UniCase::ascii("mulitated"), &["mutilated"]), - (UniCase::ascii("perpetuare"), &["perpetuate"]), - (UniCase::ascii("satisfactorilly"), &["satisfactory"]), - (UniCase::ascii("flawess"), &["flawless"]), - (UniCase::ascii("identitets"), &["identities"]), - (UniCase::ascii("surroundign"), &["surroundings"]), - (UniCase::ascii("vurnerabilities"), &["vulnerabilities"]), - (UniCase::ascii("demonstrant"), &["demonstrate"]), - (UniCase::ascii("clesius"), &["celsius"]), - (UniCase::ascii("conditinal"), &["conditional"]), - (UniCase::ascii("frequence"), &["frequencies"]), - (UniCase::ascii("torrenters"), &["torrents"]), - (UniCase::ascii("insultes"), &["insults"]), - (UniCase::ascii("restrictifs"), &["restricts"]), - (UniCase::ascii("pornagraphy"), &["pornography"]), - (UniCase::ascii("combinining"), &["combining"]), - (UniCase::ascii("resonet"), &["resonate"]), - (UniCase::ascii("configurate"), &["configure"]), - (UniCase::ascii("transfromation"), &["transformation"]), - (UniCase::ascii("cheerleeders"), &["cheerleaders"]), - (UniCase::ascii("inefficeint"), &["inefficient"]), - (UniCase::ascii("onbaord"), &["onboard"]), - (UniCase::ascii("compreso"), &["compressor"]), - (UniCase::ascii("initiatie"), &["initiatives"]), - (UniCase::ascii("swithces"), &["switches"]), - (UniCase::ascii("proficiancy"), &["proficiency"]), - (UniCase::ascii("repalcements"), &["replacements"]), - (UniCase::ascii("signigns"), &["signings"]), - (UniCase::ascii("bretheren"), &["brethren"]), - (UniCase::ascii("philadeplhia"), &["philadelphia"]), - (UniCase::ascii("paraprashing"), &["paraphrasing"]), - (UniCase::ascii("reccommend"), &["recommend"]), - (UniCase::ascii("cahched"), &["cached"]), - (UniCase::ascii("artemius"), &["artemis"]), - (UniCase::ascii("illegalls"), &["illegals"]), - (UniCase::ascii("pahtfinder"), &["pathfinder"]), - (UniCase::ascii("fronkenstein"), &["frankenstein"]), - (UniCase::ascii("umemployment"), &["unemployment"]), - (UniCase::ascii("sturctures"), &["structures"]), - (UniCase::ascii("ppublisher"), &["publisher"]), - (UniCase::ascii("cuacasian"), &["caucasian"]), - (UniCase::ascii("unhealthly"), &["unhealthy"]), - (UniCase::ascii("murderered"), &["murdered"]), - (UniCase::ascii("organistion"), &["organisation"]), - (UniCase::ascii("unknwon"), &["unknown"]), - (UniCase::ascii("undenyably"), &["undeniably"]), - (UniCase::ascii("peninsual"), &["peninsula"]), - (UniCase::ascii("equilavents"), &["equivalents"]), - (UniCase::ascii("cheifs"), &["chiefs"]), - (UniCase::ascii("domimation"), &["domination"]), - (UniCase::ascii("relatie"), &["relative"]), - (UniCase::ascii("chemcial"), &["chemical"]), - (UniCase::ascii("kilometeres"), &["kilometers"]), - (UniCase::ascii("mistread"), &["mistreated"]), - (UniCase::ascii("lebanesse"), &["lebanese"]), - (UniCase::ascii("sturctural"), &["structural"]), - (UniCase::ascii("initiatin"), &["initiation"]), - (UniCase::ascii("buddhisim"), &["buddhism"]), - (UniCase::ascii("prostiture"), &["prostitute"]), - (UniCase::ascii("enlgish"), &["english"]), - (UniCase::ascii("stroyline"), &["storyline"]), - (UniCase::ascii("documentarios"), &["documentaries"]), - (UniCase::ascii("unsencored"), &["uncensored"]), - (UniCase::ascii("comming"), &["coming"]), - (UniCase::ascii("poisones"), &["poisons"]), - (UniCase::ascii("todya"), &["today"]), - (UniCase::ascii("busineses"), &["business"]), - (UniCase::ascii("respectivelly"), &["respectively"]), - (UniCase::ascii("humouros"), &["humorous"]), - (UniCase::ascii("countires"), &["countries"]), - (UniCase::ascii("atleats"), &["atleast"]), - (UniCase::ascii("condolances"), &["condolences"]), - (UniCase::ascii("dissatisifed"), &["dissatisfied"]), - (UniCase::ascii("cannonical"), &["canonical"]), - (UniCase::ascii("ostrocized"), &["ostracized"]), - (UniCase::ascii("subjectivety"), &["subjectively"]), - (UniCase::ascii("paristan"), &["partisan"]), - (UniCase::ascii("musuems"), &["museums"]), - (UniCase::ascii("instelling"), &["installing"]), - (UniCase::ascii("fractalis"), &["fractals"]), - (UniCase::ascii("presicely"), &["precisely"]), - (UniCase::ascii("goegraphy"), &["geography"]), - (UniCase::ascii("transicion"), &["transition"]), - (UniCase::ascii("simliarly"), &["similarly"]), - (UniCase::ascii("bureaocratic"), &["bureaucratic"]), - (UniCase::ascii("infogrpahics"), &["infographic"]), - (UniCase::ascii("determinisim"), &["determinism"]), - (UniCase::ascii("minneapolites"), &["minneapolis"]), - (UniCase::ascii("nulcear"), &["nuclear"]), - (UniCase::ascii("uesfull"), &["usefull"]), - (UniCase::ascii("brendamn"), &["brendan"]), - (UniCase::ascii("ceremone"), &["ceremonies"]), - (UniCase::ascii("litecon"), &["litecoin"]), - (UniCase::ascii("assassine"), &["assassinate"]), - (UniCase::ascii("delerious"), &["delirious"]), - (UniCase::ascii("organismer"), &["organise"]), - (UniCase::ascii("inquisitio"), &["inquisitor"]), - (UniCase::ascii("relaxating"), &["relaxation"]), - (UniCase::ascii("patrionism"), &["patriotism"]), - (UniCase::ascii("seplling"), &["spelling"]), - (UniCase::ascii("tourch"), &["torch"]), - (UniCase::ascii("converitble"), &["convertible"]), - (UniCase::ascii("scirpt"), &["script"]), - (UniCase::ascii("assistanat"), &["assistants"]), - (UniCase::ascii("dyanmite"), &["dynamite"]), - (UniCase::ascii("acheivements"), &["achievements"]), - (UniCase::ascii("ungoldy"), &["ungodly"]), - (UniCase::ascii("partical"), &["particular"]), - (UniCase::ascii("transportarte"), &["transporter"]), - (UniCase::ascii("objectivy"), &["objectivity"]), - (UniCase::ascii("sweatshits"), &["sweatshirt"]), - (UniCase::ascii("distirbution"), &["distribution"]), - (UniCase::ascii("deadpol"), &["deadpool"]), - (UniCase::ascii("ridiculose"), &["ridicule"]), - (UniCase::ascii("suppy"), &["supply"]), - (UniCase::ascii("pateint"), &["patient"]), - (UniCase::ascii("responsibilies"), &["responsibilities"]), - (UniCase::ascii("corparations"), &["corporations"]), - (UniCase::ascii("bubbels"), &["bubbles"]), - (UniCase::ascii("egyptains"), &["egyptians"]), - (UniCase::ascii("activisit"), &["activist"]), - (UniCase::ascii("motoroloa"), &["motorola"]), - (UniCase::ascii("cumbersone"), &["cumbersome"]), - (UniCase::ascii("brusied"), &["bruised"]), - (UniCase::ascii("friednship"), &["friendships"]), - (UniCase::ascii("instint"), &["instinct"]), - (UniCase::ascii("symoblism"), &["symbolism"]), - (UniCase::ascii("impulisve"), &["impulsive"]), - (UniCase::ascii("definititely"), &["definitively"]), - (UniCase::ascii("fundamentalismus"), &["fundamentalists"]), - (UniCase::ascii("professioanl"), &["professionals"]), - (UniCase::ascii("caost"), &["coast"]), - ( - UniCase::ascii("oversemplification"), - &["oversimplification"], - ), - (UniCase::ascii("conclusiones"), &["conclusions"]), - (UniCase::ascii("depection"), &["deception"]), - (UniCase::ascii("arbitraion"), &["arbitration"]), - (UniCase::ascii("confirmd"), &["confirmed"]), - (UniCase::ascii("touristsy"), &["touristy"]), - (UniCase::ascii("efficienct"), &["efficient"]), - (UniCase::ascii("procrestinating"), &["procrastinating"]), - (UniCase::ascii("nurtitional"), &["nutritional"]), - (UniCase::ascii("deinitalization"), &["deinitialization"]), - (UniCase::ascii("attemt"), &["attempt"]), - (UniCase::ascii("playthtoughs"), &["playthroughs"]), - (UniCase::ascii("singatures"), &["signatures"]), - (UniCase::ascii("formidabelt"), &["formidable"]), - (UniCase::ascii("ingenuitiy"), &["ingenuity"]), - (UniCase::ascii("symapthy"), &["sympathy"]), - (UniCase::ascii("progressos"), &["progresses"]), - (UniCase::ascii("compeditively"), &["competitively"]), - (UniCase::ascii("behavoirs"), &["behaviors"]), - (UniCase::ascii("imtimidation"), &["intimidation"]), - (UniCase::ascii("alirghty"), &["alrighty"]), - (UniCase::ascii("leaglize"), &["legalize"]), - (UniCase::ascii("billegerent"), &["belligerent"]), - (UniCase::ascii("benedickt"), &["benedict"]), - (UniCase::ascii("fomr"), &["from"]), - (UniCase::ascii("prospettive"), &["prospective"]), - (UniCase::ascii("canadains"), &["canadians"]), - (UniCase::ascii("whisperd"), &["whispered"]), - (UniCase::ascii("sovereingty"), &["sovereignty"]), - (UniCase::ascii("prosperious"), &["prosperous"]), - (UniCase::ascii("apocalpytic"), &["apocalyptic"]), - (UniCase::ascii("specualte"), &["speculate"]), - (UniCase::ascii("alreayd"), &["already"]), - (UniCase::ascii("exercicing"), &["exercising"]), - (UniCase::ascii("teamspeack"), &["teamspeak"]), - (UniCase::ascii("expolits"), &["exploits"]), - (UniCase::ascii("mysterous"), &["mysterious"]), - (UniCase::ascii("tourmanent"), &["tournaments"]), - (UniCase::ascii("professionl"), &["professionals"]), - (UniCase::ascii("portugese"), &["portuguese"]), - (UniCase::ascii("criticas"), &["critics"]), - (UniCase::ascii("sasuages"), &["sausages"]), - (UniCase::ascii("journalisitic"), &["journalistic"]), - (UniCase::ascii("overlapsing"), &["overlapping"]), - (UniCase::ascii("greif"), &["grief"]), - (UniCase::ascii("curriculem"), &["curriculum"]), - (UniCase::ascii("camoflage"), &["camouflage"]), - (UniCase::ascii("europeaness"), &["europeans"]), - (UniCase::ascii("overheared"), &["overhead"]), - (UniCase::ascii("litigato"), &["litigation"]), - (UniCase::ascii("splitner"), &["splinter"]), - (UniCase::ascii("implausibile"), &["implausible"]), - (UniCase::ascii("pathalogical"), &["pathological"]), - (UniCase::ascii("infenro"), &["inferno"]), - (UniCase::ascii("supermaket"), &["supermarket"]), - (UniCase::ascii("garfeild"), &["garfield"]), - (UniCase::ascii("extraterrestial"), &["extraterrestrial"]), - (UniCase::ascii("commandmants"), &["commandments"]), - (UniCase::ascii("transiet"), &["transient"]), - (UniCase::ascii("piglrim"), &["pilgrim"]), - (UniCase::ascii("persussion"), &["persuasion"]), - (UniCase::ascii("explicitely"), &["explicitly"]), - (UniCase::ascii("parliamentiary"), &["parliamentary"]), - (UniCase::ascii("ocurr"), &["occur"]), - (UniCase::ascii("harras"), &["harass"]), - (UniCase::ascii("accreditted"), &["accredited"]), - (UniCase::ascii("chmabers"), &["chambers"]), - (UniCase::ascii("ligitation"), &["litigation"]), - (UniCase::ascii("scientis"), &["scientist"]), - (UniCase::ascii("meranda"), &["veranda"]), - (UniCase::ascii("transylvnia"), &["transylvania"]), - (UniCase::ascii("erroneos"), &["erroneous"]), - (UniCase::ascii("exhibites"), &["exhibits"]), - (UniCase::ascii("tablepsoons"), &["tablespoons"]), - (UniCase::ascii("inspries"), &["inspires"]), - (UniCase::ascii("seguoys"), &["segues"]), - (UniCase::ascii("hystarical"), &["hysterical"]), - (UniCase::ascii("anarchisim"), &["anarchism"]), - (UniCase::ascii("interchangeablely"), &["interchangeably"]), - (UniCase::ascii("endoresments"), &["endorsement"]), - (UniCase::ascii("experementing"), &["experimenting"]), - (UniCase::ascii("philedalphia"), &["philadelphia"]), - (UniCase::ascii("amibguity"), &["ambiguity"]), - (UniCase::ascii("disagreeed"), &["disagreed"]), - (UniCase::ascii("requierment"), &["requirements"]), - (UniCase::ascii("relaise"), &["realise"]), - (UniCase::ascii("archiac"), &["archaic"]), - (UniCase::ascii("impactes"), &["impacts"]), - (UniCase::ascii("corparation"), &["corporation"]), - (UniCase::ascii("governemnts"), &["governments"]), - (UniCase::ascii("pantomine"), &["pantomime"]), - (UniCase::ascii("stereotypers"), &["stereotypes"]), - (UniCase::ascii("philosophios"), &["philosophies"]), - (UniCase::ascii("pscyhopathic"), &["psychopathic"]), - (UniCase::ascii("capusle"), &["capsule"]), - (UniCase::ascii("horizonatal"), &["horizontal"]), - (UniCase::ascii("unreleated"), &["unreleased"]), - (UniCase::ascii("corrolated"), &["correlated"]), - (UniCase::ascii("objectivelly"), &["objectively"]), - (UniCase::ascii("flavourus"), &["flavours"]), - (UniCase::ascii("nacrotics"), &["narcotics"]), - (UniCase::ascii("presist"), &["persist"]), - (UniCase::ascii("irresponsibe"), &["irresponsible"]), - (UniCase::ascii("healtheast"), &["healthiest"]), - (UniCase::ascii("uniquey"), &["uniquely"]), - (UniCase::ascii("nostrills"), &["nostrils"]), - (UniCase::ascii("motoral"), &["motorola"]), - (UniCase::ascii("differentiatiations"), &["differentiations"]), - (UniCase::ascii("thundervolt"), &["thunderbolt"]), - (UniCase::ascii("deducitble"), &["deductible"]), - (UniCase::ascii("meatbals"), &["meatballs"]), - (UniCase::ascii("infulences"), &["influences"]), - (UniCase::ascii("endig"), &["ending"]), - (UniCase::ascii("congresmen"), &["congressmen"]), - (UniCase::ascii("draughtman"), &["draughtsman"]), - (UniCase::ascii("omniverously"), &["omnivorously"]), - (UniCase::ascii("recoginze"), &["recognize"]), - (UniCase::ascii("consistensy"), &["consistency"]), - (UniCase::ascii("perpetrater"), &["perpetrator"]), - (UniCase::ascii("grapichs"), &["graphics"]), - (UniCase::ascii("adventuruous"), &["adventurous"]), - (UniCase::ascii("naviagting"), &["navigating"]), - (UniCase::ascii("supermarkert"), &["supermarkets"]), - (UniCase::ascii("nominato"), &["nomination"]), - (UniCase::ascii("courtrooom"), &["courtroom"]), - (UniCase::ascii("customizaton"), &["customization"]), - (UniCase::ascii("hypothises"), &["hypotheses"]), - (UniCase::ascii("unplayeble"), &["unplayable"]), - (UniCase::ascii("radicas"), &["radicals"]), - (UniCase::ascii("kilometros"), &["kilometers"]), - (UniCase::ascii("agressively"), &["aggressively"]), - (UniCase::ascii("cicrulating"), &["circulating"]), - (UniCase::ascii("prosecuter"), &["prosecutor"]), - (UniCase::ascii("ideosyncratic"), &["idiosyncratic"]), - (UniCase::ascii("mecahnics"), &["mechanics"]), - (UniCase::ascii("accomondation"), &["accommodation"]), - (UniCase::ascii("anticiaption"), &["anticipation"]), - (UniCase::ascii("produceras"), &["produces"]), - (UniCase::ascii("apprectice"), &["apprentice"]), - (UniCase::ascii("blatimore"), &["baltimore"]), - (UniCase::ascii("disatvantages"), &["disadvantages"]), - (UniCase::ascii("interpratations"), &["interpretations"]), - (UniCase::ascii("releive"), &["relieve"]), - (UniCase::ascii("recommondation"), &["recommendation"]), - (UniCase::ascii("definetily"), &["definately"]), - (UniCase::ascii("instructie"), &["instructed"]), - (UniCase::ascii("fineses"), &["finesse"]), - (UniCase::ascii("signfies"), &["signifies"]), - (UniCase::ascii("contractin"), &["contraction"]), - (UniCase::ascii("propaganada"), &["propaganda"]), - (UniCase::ascii("definatily"), &["definately"]), - (UniCase::ascii("conspiracize"), &["conspiracies"]), - (UniCase::ascii("ommitted"), &["omitted"]), - (UniCase::ascii("pesticids"), &["pesticides"]), - (UniCase::ascii("loiusville"), &["louisville"]), - (UniCase::ascii("techinican"), &["technician"]), - (UniCase::ascii("productie"), &["productive"]), - (UniCase::ascii("sistematically"), &["systematically"]), - (UniCase::ascii("anntenas"), &["antennas"]), - (UniCase::ascii("graphcis"), &["graphics"]), - (UniCase::ascii("caricate"), &["caricature"]), - (UniCase::ascii("exsited"), &["existed"]), - (UniCase::ascii("deisgners"), &["designers"]), - (UniCase::ascii("homophibic"), &["homophobic"]), - (UniCase::ascii("aginst"), &["against"]), - (UniCase::ascii("vindicte"), &["vindictive"]), - (UniCase::ascii("econimists"), &["economists"]), - (UniCase::ascii("knoweldgeable"), &["knowledgeable"]), - (UniCase::ascii("referemce"), &["reference"]), - (UniCase::ascii("creeperest"), &["creepers"]), - (UniCase::ascii("comparisen"), &["compares"]), - (UniCase::ascii("coverted"), &["converted"]), - (UniCase::ascii("plethoria"), &["plethora"]), - (UniCase::ascii("vigoruosly"), &["vigorously"]), - (UniCase::ascii("correpsonding"), &["corresponding"]), - (UniCase::ascii("natievly"), &["natively"]), - (UniCase::ascii("fingertrips"), &["fingertips"]), - (UniCase::ascii("alcoholisim"), &["alcoholism"]), - (UniCase::ascii("temparement"), &["temperament"]), - (UniCase::ascii("arbitrariliy"), &["arbitrarily"]), - (UniCase::ascii("wavelegnth"), &["wavelength"]), - (UniCase::ascii("acceleratie"), &["accelerate"]), - (UniCase::ascii("dimentions"), &["dimensions"]), - (UniCase::ascii("germaniac"), &["germanic"]), - (UniCase::ascii("monolite"), &["monolithic"]), - (UniCase::ascii("temptetion"), &["temptation"]), - (UniCase::ascii("organizacional"), &["organizational"]), - (UniCase::ascii("austrailia"), &["australia"]), - (UniCase::ascii("chornological"), &["chronological"]), - (UniCase::ascii("complaind"), &["complained"]), - (UniCase::ascii("intertained"), &["intertwined"]), - (UniCase::ascii("preconceved"), &["preconceived"]), - (UniCase::ascii("santourm"), &["santorum"]), - (UniCase::ascii("superstitios"), &["superstitious"]), - (UniCase::ascii("monitering"), &["monitoring"]), - (UniCase::ascii("krankenstein"), &["frankenstein"]), - (UniCase::ascii("benevloent"), &["benevolent"]), - (UniCase::ascii("tiome"), &["time"]), - (UniCase::ascii("overhwelming"), &["overwhelming"]), - (UniCase::ascii("clarfiy"), &["clarify"]), - (UniCase::ascii("schizoprhenic"), &["schizophrenic"]), - (UniCase::ascii("correspondente"), &["correspondence"]), - (UniCase::ascii("olypmics"), &["olympics"]), - (UniCase::ascii("beautifuly"), &["beautifully"]), - (UniCase::ascii("lasgana"), &["lasagna"]), - (UniCase::ascii("generatos"), &["generators"]), - (UniCase::ascii("arround"), &["around"]), - (UniCase::ascii("maintians"), &["maintains"]), - (UniCase::ascii("mineras"), &["minerals"]), - (UniCase::ascii("converstaions"), &["conversations"]), - (UniCase::ascii("ehtnically"), &["ethnically"]), - (UniCase::ascii("cheeseburgare"), &["cheeseburger"]), - (UniCase::ascii("instinctivly"), &["instinctively"]), - (UniCase::ascii("insensative"), &["insensitive"]), - (UniCase::ascii("disciplanary"), &["disciplinary"]), - (UniCase::ascii("valkriye"), &["valkyrie"]), - (UniCase::ascii("economisiti"), &["economist"]), - (UniCase::ascii("lightres"), &["lighters"]), - (UniCase::ascii("giltched"), &["glitched"]), - (UniCase::ascii("oilgarchy"), &["oligarchy"]), - (UniCase::ascii("comptuers"), &["computers"]), - (UniCase::ascii("premuims"), &["premiums"]), - (UniCase::ascii("terminaron"), &["terminator"]), - (UniCase::ascii("brazilias"), &["brazilians"]), - (UniCase::ascii("conviccion"), &["conviction"]), - (UniCase::ascii("handlare"), &["handler"]), - (UniCase::ascii("conected"), &["connected"]), - (UniCase::ascii("tunraround"), &["turnaround"]), - (UniCase::ascii("inefficiant"), &["inefficient"]), - (UniCase::ascii("knwoledgable"), &["knowledgable"]), - (UniCase::ascii("understandebly"), &["understandably"]), - (UniCase::ascii("intangable"), &["intangible"]), - (UniCase::ascii("forgieners"), &["foreigners"]), - (UniCase::ascii("communiaction"), &["communications"]), - (UniCase::ascii("lateration"), &["alteration"]), - (UniCase::ascii("reigment"), &["regiment"]), - (UniCase::ascii("annonceurs"), &["announcers"]), - (UniCase::ascii("romanna"), &["romanian"]), - (UniCase::ascii("garantees"), &["guarantees"]), - (UniCase::ascii("contradictons"), &["contradicts"]), - (UniCase::ascii("intricaces"), &["intricacies"]), - (UniCase::ascii("soveregnity"), &["sovereignty"]), - (UniCase::ascii("squirrl"), &["squirrel"]), - (UniCase::ascii("experiemnted"), &["experimented"]), - (UniCase::ascii("subruban"), &["suburban"]), - (UniCase::ascii("unexpextedly"), &["unexpectedly"]), - (UniCase::ascii("sorcerry"), &["sorcery"]), - (UniCase::ascii("rhaspody"), &["rhapsody"]), - (UniCase::ascii("funides"), &["fundies"]), - (UniCase::ascii("academicos"), &["academics"]), - (UniCase::ascii("knoweldge"), &["knowledge"]), - (UniCase::ascii("restructed"), &["restricted"]), - (UniCase::ascii("despciable"), &["despicable"]), - (UniCase::ascii("telegrah"), &["telegraph"]), - (UniCase::ascii("delusionnal"), &["delusional"]), - (UniCase::ascii("subconsciouly"), &["subconsciously"]), - (UniCase::ascii("substences"), &["substances"]), - (UniCase::ascii("lavendr"), &["lavender"]), - (UniCase::ascii("factores"), &["factors"]), - (UniCase::ascii("contradicitons"), &["contradictions"]), - (UniCase::ascii("inspectres"), &["inspectors"]), - (UniCase::ascii("incompitable"), &["incompatible"]), - (UniCase::ascii("iresistable"), &["irresistible"]), - (UniCase::ascii("galsgow"), &["glasgow"]), - (UniCase::ascii("refreshd"), &["refreshed"]), - (UniCase::ascii("contestors"), &["contests"]), - (UniCase::ascii("embarassing"), &["embarrassing"]), - (UniCase::ascii("fabricacion"), &["fabrication"]), - (UniCase::ascii("neglegance"), &["negligence"]), - (UniCase::ascii("faceplam"), &["facepalm"]), - (UniCase::ascii("campagins"), &["campaigns"]), - (UniCase::ascii("cigarattes"), &["cigarettes"]), - (UniCase::ascii("enlargments"), &["enlargements"]), - (UniCase::ascii("privitized"), &["privatized"]), - (UniCase::ascii("survivers"), &["survivors"]), - (UniCase::ascii("investigsting"), &["investigating"]), - (UniCase::ascii("probabilite"), &["probabilities"]), - (UniCase::ascii("morgtages"), &["mortgages"]), - (UniCase::ascii("mastermined"), &["mastermind"]), - (UniCase::ascii("distrubances"), &["disturbance"]), - (UniCase::ascii("elementray"), &["elementary"]), - (UniCase::ascii("transformered"), &["transformed"]), - (UniCase::ascii("rewatchibg"), &["rewatching"]), - (UniCase::ascii("regestration"), &["registration"]), - (UniCase::ascii("stimilants"), &["stimulants"]), - (UniCase::ascii("miracurously"), &["miraculous"]), - (UniCase::ascii("inferir"), &["inferior"]), - (UniCase::ascii("boardcasting"), &["broadcasting"]), - (UniCase::ascii("unfortune"), &["unfortunate"]), - (UniCase::ascii("intensley"), &["intensely"]), - (UniCase::ascii("complainging"), &["complaining"]), - (UniCase::ascii("parrallely"), &["parallelly"]), - (UniCase::ascii("hydrualic"), &["hydraulic"]), - (UniCase::ascii("photoshopd"), &["photoshopped"]), - (UniCase::ascii("ambassator"), &["ambassador"]), - (UniCase::ascii("wreslte"), &["wrestle"]), - (UniCase::ascii("chromosoms"), &["chromosomes"]), - (UniCase::ascii("expereincing"), &["experiencing"]), - (UniCase::ascii("valentones"), &["valentines"]), - (UniCase::ascii("obvilion"), &["oblivion"]), - (UniCase::ascii("succesions"), &["succession"]), - (UniCase::ascii("experiening"), &["experiencing"]), - (UniCase::ascii("sqaures"), &["squares"]), - (UniCase::ascii("tongiht"), &["tonight"]), - (UniCase::ascii("doulbe"), &["double"]), - (UniCase::ascii("relentlessley"), &["relentlessly"]), - (UniCase::ascii("intervalls"), &["intervals"]), - (UniCase::ascii("interpretaiton"), &["interpretations"]), - (UniCase::ascii("disingenious"), &["disingenuous"]), - (UniCase::ascii("dictionarys"), &["dictionaries"]), - (UniCase::ascii("incomprehesible"), &["incomprehensible"]), - (UniCase::ascii("foreignese"), &["foreigners"]), - (UniCase::ascii("reliabily"), &["reliability"]), - (UniCase::ascii("pregnencies"), &["pregnancies"]), - (UniCase::ascii("historinhas"), &["historians"]), - (UniCase::ascii("negotiaton"), &["negotiation"]), - (UniCase::ascii("abstinince"), &["abstinence"]), - (UniCase::ascii("voleyball"), &["volleyball"]), - (UniCase::ascii("hieroglphs"), &["hieroglyphs"]), - (UniCase::ascii("inexperiance"), &["inexperience"]), - (UniCase::ascii("desgustingly"), &["disgustingly"]), - (UniCase::ascii("nominatin"), &["nomination"]), - (UniCase::ascii("confideny"), &["confidently"]), - (UniCase::ascii("reenforced"), &["reinforced"]), - (UniCase::ascii("finacial"), &["financial"]), - (UniCase::ascii("impresison"), &["impressions"]), - (UniCase::ascii("chancellour"), &["chancellor"]), - (UniCase::ascii("mutialtion"), &["mutilation"]), - (UniCase::ascii("gauntlettes"), &["gauntlets"]), - (UniCase::ascii("observaton"), &["observation"]), - (UniCase::ascii("perverst"), &["pervert"]), - (UniCase::ascii("documentaion"), &["documentation"]), - (UniCase::ascii("accelertor"), &["accelerator"]), - (UniCase::ascii("prescritpion"), &["prescriptions"]), - (UniCase::ascii("nightley"), &["nightly"]), - (UniCase::ascii("patriottism"), &["patriotism"]), - (UniCase::ascii("netocde"), &["netcode"]), - (UniCase::ascii("ciltoris"), &["clitoris"]), - (UniCase::ascii("informarle"), &["informal"]), - (UniCase::ascii("residentual"), &["residential"]), - (UniCase::ascii("overwhelmingy"), &["overwhelmingly"]), - (UniCase::ascii("cannibalisim"), &["cannibalism"]), - (UniCase::ascii("arresst"), &["arrests"]), - (UniCase::ascii("chartiable"), &["charitable"]), - (UniCase::ascii("metophorically"), &["metaphorically"]), - (UniCase::ascii("electic"), &["electric"]), - (UniCase::ascii("refromed"), &["reformed"]), - (UniCase::ascii("annihalition"), &["annihilation"]), - (UniCase::ascii("uncomfortablity"), &["uncomfortably"]), - (UniCase::ascii("firefigher"), &["firefighter"]), - (UniCase::ascii("pointes"), &["pointers"]), - (UniCase::ascii("intercepticons"), &["interceptions"]), - (UniCase::ascii("initalize"), &["initialize"]), - (UniCase::ascii("electroncis"), &["electrons"]), - (UniCase::ascii("ploymer"), &["polymer"]), - (UniCase::ascii("verticaly"), &["vertically"]), - (UniCase::ascii("squirrells"), &["squirrels"]), - (UniCase::ascii("informatike"), &["informative"]), - (UniCase::ascii("climateers"), &["climates"]), - (UniCase::ascii("squirel"), &["squirtle"]), - (UniCase::ascii("linguisitcs"), &["linguistics"]), - (UniCase::ascii("differencies"), &["differences"]), - (UniCase::ascii("adventuous"), &["adventurous"]), - (UniCase::ascii("celullar"), &["cellular"]), - (UniCase::ascii("disengenuous"), &["disingenuous"]), - (UniCase::ascii("deliberetly"), &["deliberately"]), - (UniCase::ascii("thorughout"), &["throughout"]), - (UniCase::ascii("idaeidae"), &["idea"]), - (UniCase::ascii("passisve"), &["passives"]), - (UniCase::ascii("scropion"), &["scorpion"]), - (UniCase::ascii("prohibites"), &["prohibits"]), - (UniCase::ascii("homophopia"), &["homophobia"]), - (UniCase::ascii("preqeuls"), &["prequels"]), - (UniCase::ascii("multiplyed"), &["multiplied"]), - (UniCase::ascii("blackjak"), &["blackjack"]), - (UniCase::ascii("heistant"), &["hesitant"]), - (UniCase::ascii("definetyl"), &["definetly"]), - (UniCase::ascii("econimically"), &["economically"]), - (UniCase::ascii("employeers"), &["employees"]), - (UniCase::ascii("knowlegde"), &["knowledge"]), - (UniCase::ascii("ineffecitve"), &["ineffective"]), - (UniCase::ascii("harrassments"), &["harassments"]), - (UniCase::ascii("monstre"), &["monster"]), - (UniCase::ascii("beucase"), &["becuase"]), - (UniCase::ascii("extensis"), &["extensions"]), - (UniCase::ascii("daugther"), &["daughter"]), - (UniCase::ascii("consueling"), &["consulting"]), - (UniCase::ascii("lifesytles"), &["lifestyles"]), - (UniCase::ascii("cinematograpy"), &["cinematography"]), - (UniCase::ascii("altho"), &["although"]), - (UniCase::ascii("organziers"), &["organizers"]), - (UniCase::ascii("unvulnerable"), &["invulnerable"]), - (UniCase::ascii("wishpered"), &["whispered"]), - (UniCase::ascii("aganist"), &["against"]), - (UniCase::ascii("punsihable"), &["punishable"]), - (UniCase::ascii("airrcraft"), &["aircraft"]), - (UniCase::ascii("intircate"), &["intricate"]), - (UniCase::ascii("manufactorer"), &["manufacturer"]), - (UniCase::ascii("athelticism"), &["athleticism"]), - (UniCase::ascii("dismanting"), &["dismantling"]), - (UniCase::ascii("indefinete"), &["indefinite"]), - (UniCase::ascii("veitnam"), &["vietnam"]), - (UniCase::ascii("insepctions"), &["inspections"]), - (UniCase::ascii("consequenses"), &["consequences"]), - (UniCase::ascii("perserve"), &["preserve"]), - (UniCase::ascii("medicacion"), &["medication"]), - (UniCase::ascii("imprefection"), &["imperfections"]), - (UniCase::ascii("perclude"), &["preclude"]), - (UniCase::ascii("classificaiton"), &["classification"]), - (UniCase::ascii("presude"), &["presumed"]), - (UniCase::ascii("equilibrum"), &["equilibrium"]), - (UniCase::ascii("lightenning"), &["lightening"]), - (UniCase::ascii("classrom"), &["classroom"]), - (UniCase::ascii("scholarley"), &["scholarly"]), - (UniCase::ascii("populative"), &["populate"]), - (UniCase::ascii("ninties"), &["1990s"]), - (UniCase::ascii("effictiveness"), &["effectiveness"]), - (UniCase::ascii("deathmath"), &["deathmatch"]), - (UniCase::ascii("restrictons"), &["restricts"]), - (UniCase::ascii("proponentes"), &["proponents"]), - (UniCase::ascii("sixtin"), &["sistine"]), - (UniCase::ascii("exaggurating"), &["exaggerating"]), - (UniCase::ascii("mississipis"), &["mississippi"]), - (UniCase::ascii("preperations"), &["preparations"]), - (UniCase::ascii("undoubtadly"), &["undoubtedly"]), - (UniCase::ascii("comparement"), &["compartment"]), - (UniCase::ascii("analysens"), &["analyses"]), - (UniCase::ascii("congratuate"), &["congratulate"]), - (UniCase::ascii("htiboxes"), &["hitboxes"]), - (UniCase::ascii("addictes"), &["addicts"]), - (UniCase::ascii("particiapte"), &["participate"]), - (UniCase::ascii("outrageos"), &["outrageous"]), - (UniCase::ascii("distase"), &["distaste"]), - (UniCase::ascii("passporters"), &["passports"]), - (UniCase::ascii("intimiated"), &["intimidate"]), - (UniCase::ascii("disrispectful"), &["disrespectful"]), - (UniCase::ascii("adventageous"), &["advantageous"]), - (UniCase::ascii("loiusiana"), &["louisiana"]), - (UniCase::ascii("renaissanse"), &["renaissance"]), - (UniCase::ascii("judgemant"), &["judgemental"]), - (UniCase::ascii("swtiching"), &["switching"]), - (UniCase::ascii("itnroduced"), &["introduced"]), - (UniCase::ascii("innvoation"), &["innovation"]), - (UniCase::ascii("versatily"), &["versatility"]), - (UniCase::ascii("philosohpical"), &["philosophical"]), - (UniCase::ascii("eloquintly"), &["eloquently"]), - (UniCase::ascii("copengahen"), &["copenhagen"]), - (UniCase::ascii("defacation"), &["defamation"]), - (UniCase::ascii("braoden"), &["broaden"]), - (UniCase::ascii("prejeduced"), &["prejudiced"]), - (UniCase::ascii("expositivo"), &["exposition"]), - (UniCase::ascii("frosaken"), &["forsaken"]), - (UniCase::ascii("gradiation"), &["graduation"]), - (UniCase::ascii("indicents"), &["incidents"]), - (UniCase::ascii("oragnise"), &["organise"]), - (UniCase::ascii("prepetuated"), &["perpetuated"]), - (UniCase::ascii("microtransations"), &["microtransactions"]), - (UniCase::ascii("wtih"), &["with"]), - (UniCase::ascii("flametrhower"), &["flamethrower"]), - (UniCase::ascii("vandalisim"), &["vandalism"]), - (UniCase::ascii("copyrigted"), &["copyrighted"]), - (UniCase::ascii("provocatie"), &["provocative"]), - (UniCase::ascii("legitmate"), &["legitimate"]), - (UniCase::ascii("barbaris"), &["barbarians"]), - (UniCase::ascii("underwealming"), &["underwhelming"]), - (UniCase::ascii("unpreparred"), &["unprepared"]), - (UniCase::ascii("optimistc"), &["optimistic"]), - (UniCase::ascii("terrotories"), &["territories"]), - (UniCase::ascii("explods"), &["explodes"]), - (UniCase::ascii("covanent"), &["covenant"]), - (UniCase::ascii("kryptonyte"), &["kryptonite"]), - (UniCase::ascii("incarcaration"), &["incarceration"]), - (UniCase::ascii("trustworthly"), &["trustworthy"]), - (UniCase::ascii("generatin"), &["generations"]), - (UniCase::ascii("elevatin"), &["elevation"]), - (UniCase::ascii("consistens"), &["consists"]), - (UniCase::ascii("mulitplication"), &["multiplication"]), - (UniCase::ascii("convuluted"), &["convoluted"]), - (UniCase::ascii("hypertrohpy"), &["hypertrophy"]), - (UniCase::ascii("ukrainina"), &["ukrainian"]), - (UniCase::ascii("unsibscribed"), &["unsubscribed"]), - (UniCase::ascii("arlingotn"), &["arlington"]), - (UniCase::ascii("dispraportionate"), &["disproportionate"]), - (UniCase::ascii("discosure"), &["discourse"]), - (UniCase::ascii("mercenaires"), &["mercenaries"]), - (UniCase::ascii("liberales"), &["liberals"]), - (UniCase::ascii("implicati"), &["implicit"]), - (UniCase::ascii("warrriors"), &["warriors"]), - (UniCase::ascii("anoerxia"), &["anorexia"]), - (UniCase::ascii("qauntum"), &["quantum"]), - (UniCase::ascii("midfeild"), &["midfield"]), - (UniCase::ascii("journaal"), &["journal"]), - (UniCase::ascii("steriotypical"), &["stereotypical"]), - (UniCase::ascii("demcorats"), &["democrats"]), - (UniCase::ascii("unrestircted"), &["unrestricted"]), - (UniCase::ascii("fertalizer"), &["fertilizer"]), - (UniCase::ascii("journolists"), &["journalists"]), - (UniCase::ascii("negligable"), &["negligible"]), - (UniCase::ascii("pratice"), &["practice"]), - (UniCase::ascii("monolopies"), &["monopolies"]), - (UniCase::ascii("proceededs"), &["proceeds"]), - (UniCase::ascii("sandviches"), &["sandwiches"]), - (UniCase::ascii("cartilege"), &["cartilage"]), - (UniCase::ascii("fucntional"), &["functional"]), - (UniCase::ascii("accustommed"), &["accustomed"]), - (UniCase::ascii("princepals"), &["principals"]), - (UniCase::ascii("patienty"), &["patiently"]), - (UniCase::ascii("phenomonenon"), &["phenomenon"]), - (UniCase::ascii("interveiwed"), &["interviewed"]), - (UniCase::ascii("kryptolite"), &["kryptonite"]), - (UniCase::ascii("articule"), &["articulate"]), - (UniCase::ascii("dramtic"), &["dramatic"]), - (UniCase::ascii("hedgehorg"), &["hedgehog"]), - (UniCase::ascii("apostrophie"), &["apostrophe"]), - (UniCase::ascii("homoegenous"), &["homogeneous"]), - (UniCase::ascii("overriden"), &["overridden"]), - (UniCase::ascii("conversationa"), &["conservation"]), - (UniCase::ascii("touchdwon"), &["touchdown"]), - (UniCase::ascii("accidnetly"), &["accidently"]), - (UniCase::ascii("whsipers"), &["whispers"]), - (UniCase::ascii("euphorica"), &["euphoria"]), - (UniCase::ascii("qualifieres"), &["qualifiers"]), - (UniCase::ascii("latitue"), &["latitude"]), - (UniCase::ascii("adequetely"), &["adequately"]), - (UniCase::ascii("manufactering"), &["manufacturing"]), - (UniCase::ascii("tutorual"), &["tutorial"]), - (UniCase::ascii("abbreviaton"), &["abbreviation"]), - (UniCase::ascii("scandinacian"), &["scandinavian"]), - (UniCase::ascii("mascarra"), &["mascara"]), - (UniCase::ascii("competetor"), &["competitor"]), - (UniCase::ascii("overlcocking"), &["overclocking"]), - (UniCase::ascii("backgruond"), &["backgrounds"]), - (UniCase::ascii("attractifs"), &["attracts"]), - (UniCase::ascii("scracthed"), &["scratched"]), - (UniCase::ascii("creationsism"), &["creationism"]), - (UniCase::ascii("trinagles"), &["triangles"]), - (UniCase::ascii("downvoteur"), &["downvoters"]), - (UniCase::ascii("lightenting"), &["lightening"]), - (UniCase::ascii("untrianed"), &["untrained"]), - (UniCase::ascii("capturd"), &["captured"]), - (UniCase::ascii("controll"), &["control"]), - (UniCase::ascii("creativey"), &["creatively"]), - (UniCase::ascii("artificialy"), &["artificially"]), - (UniCase::ascii("trustworhty"), &["trustworthy"]), - (UniCase::ascii("figuretively"), &["figuratively"]), - (UniCase::ascii("murdererous"), &["murderers"]), - (UniCase::ascii("isreali"), &["israeli"]), - (UniCase::ascii("organizarte"), &["organizer"]), - (UniCase::ascii("inpolite"), &["impolite"]), - (UniCase::ascii("commenty"), &["commentary"]), - (UniCase::ascii("dispenced"), &["dispensed"]), - (UniCase::ascii("higest"), &["highest"]), - (UniCase::ascii("emperical"), &["empirical"]), - (UniCase::ascii("exploition"), &["exploiting"]), - (UniCase::ascii("distastful"), &["distasteful"]), - (UniCase::ascii("rewirte"), &["rewrite"]), - (UniCase::ascii("ostrecized"), &["ostracized"]), - (UniCase::ascii("immortalty"), &["immortality"]), - (UniCase::ascii("deuling"), &["dueling"]), - (UniCase::ascii("lightergas"), &["lighters"]), - (UniCase::ascii("masturabte"), &["masturbate"]), - (UniCase::ascii("origanaly"), &["originally"]), - (UniCase::ascii("scorpiomon"), &["scorpion"]), - (UniCase::ascii("blessins"), &["blessings"]), - (UniCase::ascii("canadias"), &["canadians"]), - (UniCase::ascii("psychotisch"), &["psychotic"]), - (UniCase::ascii("construde"), &["construed"]), - (UniCase::ascii("outsourcade"), &["outsourced"]), - (UniCase::ascii("saturdsy"), &["saturdays"]), - (UniCase::ascii("neckbreads"), &["neckbeards"]), - (UniCase::ascii("metalurgical"), &["metallurgical"]), - (UniCase::ascii("progressivelly"), &["progressively"]), - (UniCase::ascii("competitiion"), &["competition"]), - (UniCase::ascii("irreverant"), &["irrelevant"]), - (UniCase::ascii("preferente"), &["preference"]), - (UniCase::ascii("involunatry"), &["involuntary"]), - (UniCase::ascii("leiutenant"), &["lieutenant"]), - (UniCase::ascii("brittish"), &["british"]), - (UniCase::ascii("unsubscribbed"), &["unsubscribe"]), - (UniCase::ascii("inresponsible"), &["irresponsible"]), - (UniCase::ascii("civiliaztion"), &["civilizations"]), - (UniCase::ascii("restriant"), &["restraint"]), - (UniCase::ascii("insiprational"), &["inspirational"]), - (UniCase::ascii("hipsanics"), &["hispanics"]), - (UniCase::ascii("uncensered"), &["uncensored"]), - (UniCase::ascii("commissionor"), &["commissioner"]), - (UniCase::ascii("mozillia"), &["mozilla"]), - (UniCase::ascii("specializaiton"), &["specialization"]), - (UniCase::ascii("priveldges"), &["privileges"]), - (UniCase::ascii("brainwahsed"), &["brainwashed"]), - (UniCase::ascii("inflatabe"), &["inflatable"]), - (UniCase::ascii("dependends"), &["depended"]), - (UniCase::ascii("reinstaling"), &["reinstalling"]), - (UniCase::ascii("menstural"), &["menstrual"]), - (UniCase::ascii("resurecting"), &["resurrecting"]), - (UniCase::ascii("adminsiter"), &["administer"]), - (UniCase::ascii("boutqiue"), &["boutique"]), - (UniCase::ascii("landacapes"), &["landscapes"]), - (UniCase::ascii("misunderdtanding"), &["misunderstandings"]), - (UniCase::ascii("projektion"), &["projection"]), - (UniCase::ascii("efficent"), &["efficient"]), - (UniCase::ascii("patronis"), &["patrons"]), - (UniCase::ascii("morphen"), &["morphine"]), - (UniCase::ascii("priemere"), &["premiere"]), - (UniCase::ascii("photograhpy"), &["photography"]), - (UniCase::ascii("performantes"), &["performances"]), - (UniCase::ascii("imporves"), &["improves"]), - (UniCase::ascii("identite"), &["identities"]), - (UniCase::ascii("dealerhsip"), &["dealerships"]), - (UniCase::ascii("manifestacion"), &["manifestation"]), - (UniCase::ascii("coordonation"), &["coordination"]), - (UniCase::ascii("intimidare"), &["intimidate"]), - (UniCase::ascii("unopend"), &["unopened"]), - (UniCase::ascii("accomodating"), &["accommodating"]), - (UniCase::ascii("struggels"), &["struggles"]), - (UniCase::ascii("inexpense"), &["inexpensive"]), - (UniCase::ascii("seflies"), &["selfies"]), - (UniCase::ascii("elphant"), &["elephant"]), - (UniCase::ascii("barabrians"), &["barbarians"]), - (UniCase::ascii("strecthes"), &["stretches"]), - (UniCase::ascii("responsibilties"), &["responsibilities"]), - (UniCase::ascii("anomynous"), &["anonymous"]), - (UniCase::ascii("agriculturual"), &["agricultural"]), - (UniCase::ascii("enviornments"), &["environments"]), - (UniCase::ascii("contradicing"), &["contradicting"]), - (UniCase::ascii("referrence"), &["reference"]), - (UniCase::ascii("earthquate"), &["earthquake"]), - (UniCase::ascii("stealty"), &["stealthy"]), - (UniCase::ascii("pitckforks"), &["pitchforks"]), - (UniCase::ascii("cabinettas"), &["cabinets"]), - (UniCase::ascii("imrpovements"), &["improvements"]), - (UniCase::ascii("restorani"), &["restoration"]), - (UniCase::ascii("commandore"), &["commanders"]), - (UniCase::ascii("critizizing"), &["criticizing"]), - (UniCase::ascii("psychopatic"), &["psychopathic"]), - (UniCase::ascii("preformers"), &["performers"]), - (UniCase::ascii("cannobalism"), &["cannibalism"]), - (UniCase::ascii("underastimated"), &["underestimated"]), - (UniCase::ascii("westminter"), &["westminster"]), - (UniCase::ascii("mutiliated"), &["mutilated"]), - (UniCase::ascii("recoginzed"), &["recognized"]), - (UniCase::ascii("admrial"), &["admiral"]), - (UniCase::ascii("instering"), &["inserting"]), - (UniCase::ascii("intolerace"), &["intolerance"]), - (UniCase::ascii("emmiting"), &["emitting"]), - (UniCase::ascii("disproprotionate"), &["disproportionate"]), - (UniCase::ascii("compromiss"), &["compromises"]), - (UniCase::ascii("diplomacia"), &["diplomatic"]), - (UniCase::ascii("awesomeley"), &["awesomely"]), - (UniCase::ascii("hydogen"), &["hydrogen"]), - (UniCase::ascii("billionaries"), &["billionaires"]), - (UniCase::ascii("cylcist"), &["cyclist"]), - (UniCase::ascii("responibilities"), &["responsibilities"]), - (UniCase::ascii("unhelathy"), &["unhealthy"]), - (UniCase::ascii("regeneracion"), &["regeneration"]), - (UniCase::ascii("electrican"), &["electrician"]), - (UniCase::ascii("pruchased"), &["purchased"]), - (UniCase::ascii("buddist"), &["buddhist"]), - (UniCase::ascii("cartles"), &["cartels"]), - (UniCase::ascii("bangledesh"), &["bangladesh"]), - (UniCase::ascii("adviseer"), &["adviser"]), - (UniCase::ascii("reinitalising"), &["reinitialising"]), - (UniCase::ascii("appraoched"), &["approached"]), - (UniCase::ascii("priotities"), &["priorities"]), - (UniCase::ascii("anixety"), &["anxiety"]), - (UniCase::ascii("predatobr"), &["predator"]), - (UniCase::ascii("archaology"), &["archeology"]), - (UniCase::ascii("conserned"), &["concerned"]), - (UniCase::ascii("nautils"), &["nautilus"]), - (UniCase::ascii("strnad"), &["strand"]), - (UniCase::ascii("comfertable"), &["comfortable"]), - (UniCase::ascii("mandarion"), &["mandarin"]), - (UniCase::ascii("accusato"), &["accusation"]), - (UniCase::ascii("verificacion"), &["verification"]), - (UniCase::ascii("executionner"), &["executioner"]), - (UniCase::ascii("analsyt"), &["analyst"]), - (UniCase::ascii("internt"), &["internet"]), - (UniCase::ascii("effectivley"), &["effectively"]), - (UniCase::ascii("lesbianus"), &["lesbians"]), - (UniCase::ascii("premillenial"), &["premillennial"]), - (UniCase::ascii("reactionnary"), &["reactionary"]), - (UniCase::ascii("populer"), &["popular"]), - (UniCase::ascii("compesitions"), &["compositions"]), - (UniCase::ascii("operativne"), &["operative"]), - (UniCase::ascii("procede"), &["proceed"]), - (UniCase::ascii("romanmania"), &["romanian"]), - (UniCase::ascii("substatial"), &["substantial"]), - (UniCase::ascii("destroyr"), &["destroyers"]), - (UniCase::ascii("nationalsim"), &["nationalism"]), - (UniCase::ascii("mortards"), &["mortars"]), - (UniCase::ascii("cuasing"), &["causing"]), - (UniCase::ascii("semseter"), &["semester"]), - (UniCase::ascii("empathethic"), &["empathetic"]), - (UniCase::ascii("intrisnic"), &["intrinsic"]), - (UniCase::ascii("sacrificeing"), &["sacrificing"]), - (UniCase::ascii("negelcting"), &["neglecting"]), - (UniCase::ascii("inexpectedly"), &["unexpectedly"]), - (UniCase::ascii("refriderator"), &["refrigerator"]), - (UniCase::ascii("segretated"), &["segregated"]), - (UniCase::ascii("aminosity"), &["animosity"]), - (UniCase::ascii("temporali"), &["temporarily"]), - (UniCase::ascii("concentrant"), &["concentrate"]), - (UniCase::ascii("mathamatician"), &["mathematician"]), - (UniCase::ascii("brownis"), &["brownies"]), - (UniCase::ascii("mutliverse"), &["multiverse"]), - (UniCase::ascii("armagedden"), &["armageddon"]), - (UniCase::ascii("conflcit"), &["conflict"]), - (UniCase::ascii("sympothize"), &["sympathize"]), - (UniCase::ascii("lighlty"), &["lightly"]), - (UniCase::ascii("consultat"), &["consultant"]), - (UniCase::ascii("wesbites"), &["websites"]), - (UniCase::ascii("imaginitave"), &["imaginative"]), - (UniCase::ascii("calculater"), &["calculator"]), - (UniCase::ascii("apostrope"), &["apostrophe"]), - (UniCase::ascii("westbroook"), &["westbrook"]), - (UniCase::ascii("reveiwed"), &["reviewed"]), - (UniCase::ascii("intervation"), &["integration"]), - (UniCase::ascii("cashire"), &["cashier"]), - (UniCase::ascii("prescirbed"), &["prescribed"]), - (UniCase::ascii("sriraca"), &["sriracha"]), - (UniCase::ascii("invaribaly"), &["invariably"]), - (UniCase::ascii("summore"), &["summoner"]), - (UniCase::ascii("bastardes"), &["bastards"]), - (UniCase::ascii("unsuccessfull"), &["unsuccessful"]), - (UniCase::ascii("whitelsit"), &["whitelist"]), - (UniCase::ascii("suspendeds"), &["suspense"]), - (UniCase::ascii("appoitnment"), &["appointments"]), - (UniCase::ascii("striaght"), &["straight"]), - (UniCase::ascii("comando"), &["commando"]), - (UniCase::ascii("aneroxic"), &["anorexic"]), - (UniCase::ascii("rendevous"), &["rendezvous"]), - (UniCase::ascii("adresing"), &["addressing"]), - (UniCase::ascii("befried"), &["befriend"]), - (UniCase::ascii("lifespawn"), &["lifespan"]), - (UniCase::ascii("verticallity"), &["vertically"]), - (UniCase::ascii("specifiing"), &["specifying"]), - (UniCase::ascii("innovaties"), &["innovate"]), - (UniCase::ascii("accidens"), &["accidents"]), - (UniCase::ascii("interpretationen"), &["interpretations"]), - (UniCase::ascii("alpahbet"), &["alphabet"]), - (UniCase::ascii("anarchsim"), &["anarchism"]), - (UniCase::ascii("carmalite"), &["carmelite"]), - (UniCase::ascii("ailenating"), &["alienating"]), - (UniCase::ascii("catistrophic"), &["catastrophic"]), - (UniCase::ascii("emblamatic"), &["emblematic"]), - (UniCase::ascii("deliveres"), &["delivers"]), - (UniCase::ascii("alternador"), &["alternator"]), - (UniCase::ascii("desigining"), &["designing"]), - (UniCase::ascii("switchign"), &["switching"]), - (UniCase::ascii("misogenistic"), &["misogynistic"]), - (UniCase::ascii("colleciton"), &["collection"]), - (UniCase::ascii("compadible"), &["compatible"]), - (UniCase::ascii("prototyps"), &["prototypes"]), - (UniCase::ascii("dominent"), &["dominant"]), - (UniCase::ascii("unforgetable"), &["unforgettable"]), - (UniCase::ascii("baclony"), &["balcony"]), - (UniCase::ascii("densitiy"), &["density"]), - (UniCase::ascii("denseley"), &["densely"]), - (UniCase::ascii("teleprotation"), &["teleportation"]), - (UniCase::ascii("jursidictions"), &["jurisdictions"]), - (UniCase::ascii("haemorrage"), &["haemorrhage"]), - (UniCase::ascii("conservitave"), &["conservatives"]), - (UniCase::ascii("decoartions"), &["decoration"]), - (UniCase::ascii("truamatized"), &["traumatized"]), - (UniCase::ascii("floruide"), &["fluoride"]), - (UniCase::ascii("socialy"), &["socially"]), - (UniCase::ascii("alliviate"), &["alleviate"]), - (UniCase::ascii("definining"), &["defining"]), - (UniCase::ascii("arbitrarly"), &["arbitrary"]), - (UniCase::ascii("respecatble"), &["respectable"]), - (UniCase::ascii("unitesstates"), &["unitedstates"]), - (UniCase::ascii("inapporpriate"), &["inappropriate"]), - (UniCase::ascii("relativley"), &["relatively"]), - (UniCase::ascii("popularaty"), &["popularity"]), - (UniCase::ascii("almigthy"), &["almighty"]), - (UniCase::ascii("positivitiy"), &["positivity"]), - (UniCase::ascii("roestta"), &["rosetta"]), - (UniCase::ascii("siblins"), &["siblings"]), - (UniCase::ascii("mastereis"), &["masteries"]), - (UniCase::ascii("constraits"), &["constraints"]), - (UniCase::ascii("accussed"), &["accused"]), - (UniCase::ascii("mathematitian"), &["mathematician"]), - (UniCase::ascii("philisophy"), &["philosophy"]), - (UniCase::ascii("intoxinated"), &["intoxicated"]), - (UniCase::ascii("procliam"), &["proclaim"]), - (UniCase::ascii("extractivo"), &["extraction"]), - (UniCase::ascii("fruitin"), &["fruition"]), - (UniCase::ascii("bariner"), &["brainer"]), - (UniCase::ascii("cannotation"), &["connotation"]), - (UniCase::ascii("transferrred"), &["transferred"]), - (UniCase::ascii("automato"), &["automation"]), - (UniCase::ascii("positionned"), &["positioned"]), - (UniCase::ascii("understnad"), &["understands"]), - (UniCase::ascii("shakepseare"), &["shakespeare"]), - (UniCase::ascii("agian"), &["again"]), - (UniCase::ascii("nationsl"), &["nationals"]), - (UniCase::ascii("victorinus"), &["victorious"]), - (UniCase::ascii("agred"), &["agreed"]), - (UniCase::ascii("straitforward"), &["straightforward"]), - (UniCase::ascii("alusion"), &["allusion"]), - (UniCase::ascii("freedomest"), &["freedoms"]), - (UniCase::ascii("recommens"), &["recommends"]), - (UniCase::ascii("degradating"), &["degradation"]), - (UniCase::ascii("comiting"), &["committing"]), - (UniCase::ascii("practicioner"), &["practitioner"]), - (UniCase::ascii("somethihng"), &["somethin"]), - (UniCase::ascii("misinterpted"), &["misinterpret"]), - (UniCase::ascii("drankenstein"), &["frankenstein"]), - (UniCase::ascii("complimentoni"), &["complimenting"]), - (UniCase::ascii("administartion"), &["administration"]), - (UniCase::ascii("maunals"), &["manuals"]), - (UniCase::ascii("bullerproof"), &["bulletproof"]), - (UniCase::ascii("judegment"), &["judgement"]), - (UniCase::ascii("particulaly"), &["particularly"]), - (UniCase::ascii("distributivos"), &["distributions"]), - (UniCase::ascii("grpahics"), &["graphics"]), - (UniCase::ascii("dependencias"), &["dependencies"]), - (UniCase::ascii("discussiong"), &["discussing"]), - (UniCase::ascii("occaisonal"), &["occasional"]), - (UniCase::ascii("completin"), &["completion"]), - (UniCase::ascii("publsiher"), &["publisher"]), - (UniCase::ascii("consequenty"), &["consequently"]), - (UniCase::ascii("generats"), &["generates"]), - (UniCase::ascii("turthfully"), &["truthfully"]), - (UniCase::ascii("avaition"), &["aviation"]), - (UniCase::ascii("corporativos"), &["corporations"]), - (UniCase::ascii("gutiars"), &["guitars"]), - (UniCase::ascii("sasktachewan"), &["saskatchewan"]), - (UniCase::ascii("delaership"), &["dealership"]), - (UniCase::ascii("estonija"), &["estonia"]), - (UniCase::ascii("direcotry"), &["directory"]), - (UniCase::ascii("realies"), &["realise"]), - (UniCase::ascii("inifnitely"), &["infinitely"]), - (UniCase::ascii("struggleing"), &["struggling"]), - (UniCase::ascii("temperarily"), &["temporarily"]), - (UniCase::ascii("homosexuallity"), &["homosexuality"]), - (UniCase::ascii("consultating"), &["consultation"]), - (UniCase::ascii("nihilim"), &["nihilism"]), - (UniCase::ascii("headquaters"), &["headquarters"]), - (UniCase::ascii("doplhin"), &["dolphin"]), - (UniCase::ascii("degradead"), &["degraded"]), - (UniCase::ascii("demosntrate"), &["demonstrate"]), - (UniCase::ascii("rationalizaiton"), &["rationalization"]), - (UniCase::ascii("consequenes"), &["consequence"]), - (UniCase::ascii("abomonation"), &["abomination"]), - (UniCase::ascii("tigthening"), &["tightening"]), - (UniCase::ascii("synomynous"), &["synonymous"]), - (UniCase::ascii("archetypus"), &["archetypes"]), - (UniCase::ascii("emabssy"), &["embassy"]), - (UniCase::ascii("californa"), &["california"]), - (UniCase::ascii("coordinater"), &["coordinator"]), - (UniCase::ascii("elektrolytes"), &["electrolytes"]), - (UniCase::ascii("literatue"), &["literate"]), - (UniCase::ascii("usally"), &["usually"]), - (UniCase::ascii("calrity"), &["clarity"]), - (UniCase::ascii("circumsition"), &["circumcision"]), - (UniCase::ascii("unisntall"), &["uninstall"]), - (UniCase::ascii("eastwoord"), &["eastwood"]), - (UniCase::ascii("noveau"), &["nouveau"]), - (UniCase::ascii("peridinkle"), &["periwinkle"]), - (UniCase::ascii("photochopped"), &["photoshopped"]), - (UniCase::ascii("domapine"), &["dopamine"]), - (UniCase::ascii("reactionair"), &["reactionary"]), - (UniCase::ascii("electrobytes"), &["electrolytes"]), - (UniCase::ascii("acrlyic"), &["acrylic"]), - (UniCase::ascii("acceptabil"), &["acceptable"]), - (UniCase::ascii("accumilate"), &["accumulate"]), - (UniCase::ascii("neighbourghs"), &["neighbours"]), - (UniCase::ascii("insustainable"), &["unsustainable"]), - (UniCase::ascii("obtainabe"), &["obtainable"]), - (UniCase::ascii("unconventinal"), &["unconventional"]), - (UniCase::ascii("helicpoters"), &["helicopters"]), - (UniCase::ascii("instructores"), &["instructors"]), - (UniCase::ascii("experiense"), &["experiences"]), - (UniCase::ascii("invaderas"), &["invaders"]), - (UniCase::ascii("extraccion"), &["extraction"]), - (UniCase::ascii("attemtped"), &["attempted"]), - (UniCase::ascii("analagous"), &["analogous"]), - (UniCase::ascii("engrames"), &["engrams"]), - (UniCase::ascii("initalizing"), &["initializing"]), - (UniCase::ascii("teusdays"), &["tuesdays"]), - (UniCase::ascii("dirfting"), &["drifting"]), - (UniCase::ascii("homewrold"), &["homeworld"]), - (UniCase::ascii("minsiters"), &["ministers"]), - (UniCase::ascii("interchangebly"), &["interchangeably"]), - (UniCase::ascii("expermient"), &["experiments"]), - (UniCase::ascii("motorcyles"), &["motorcycles"]), - (UniCase::ascii("costumise"), &["costumes"]), - (UniCase::ascii("napoelon"), &["napoleon"]), - (UniCase::ascii("instititional"), &["institutional"]), - (UniCase::ascii("impracticle"), &["impractical"]), - (UniCase::ascii("microtransactioned"), &["microtransactions"]), - (UniCase::ascii("defitnaly"), &["defiantly"]), - (UniCase::ascii("procalim"), &["proclaim"]), - (UniCase::ascii("govrement"), &["goverment"]), - (UniCase::ascii("outragiously"), &["outrageously"]), - (UniCase::ascii("swaetshirt"), &["sweatshirt"]), - (UniCase::ascii("masturbae"), &["masturbated"]), - (UniCase::ascii("deocrations"), &["decorations"]), - (UniCase::ascii("oversimplificaton"), &["oversimplification"]), - (UniCase::ascii("symtpom"), &["symptom"]), - (UniCase::ascii("systematicaly"), &["systematically"]), - (UniCase::ascii("gutteral"), &["guttural"]), - (UniCase::ascii("influanced"), &["influenced"]), - (UniCase::ascii("pastural"), &["pastoral"]), - (UniCase::ascii("competenze"), &["competence"]), - (UniCase::ascii("infintiely"), &["infinitely"]), - (UniCase::ascii("sucessfull"), &["successful"]), - (UniCase::ascii("forgivenss"), &["forgiveness"]), - (UniCase::ascii("disabels"), &["disables"]), - (UniCase::ascii("parliementary"), &["parliamentary"]), - (UniCase::ascii("zionistm"), &["zionism"]), - (UniCase::ascii("herculeees"), &["hercules"]), - (UniCase::ascii("coca cola"), &["coca-cola"]), - (UniCase::ascii("misunderstod"), &["misunderstood"]), - (UniCase::ascii("kurdisch"), &["kurdish"]), - (UniCase::ascii("altrusim"), &["altruism"]), - (UniCase::ascii("pretinent"), &["pertinent"]), - (UniCase::ascii("anticipe"), &["anticipate"]), - (UniCase::ascii("transfarring"), &["transferring"]), - (UniCase::ascii("definitaley"), &["definately"]), - (UniCase::ascii("temperatuur"), &["temperature"]), - (UniCase::ascii("emergerd"), &["emerged"]), - (UniCase::ascii("supersticious"), &["superstitious"]), - (UniCase::ascii("descision"), &["decision"]), - (UniCase::ascii("descriptivos"), &["descriptions"]), - (UniCase::ascii("efficienctly"), &["efficiency"]), - (UniCase::ascii("infectuous"), &["infectious"]), - (UniCase::ascii("espianoge"), &["espionage"]), - (UniCase::ascii("cooridnator"), &["coordinator"]), - (UniCase::ascii("physicits"), &["physicist"]), - (UniCase::ascii("dyanmics"), &["dynamics"]), - (UniCase::ascii("contensious"), &["contentious"]), - (UniCase::ascii("keynode"), &["keynote"]), - (UniCase::ascii("responnsibilty"), &["responsibility"]), - (UniCase::ascii("aggregatore"), &["aggregate"]), - (UniCase::ascii("penetratiing"), &["penetrating"]), - (UniCase::ascii("manifacturing"), &["manufacturing"]), - (UniCase::ascii("criticisn"), &["criticising"]), - (UniCase::ascii("destinaton"), &["destination"]), - (UniCase::ascii("stereotying"), &["stereotyping"]), - (UniCase::ascii("attraktion"), &["attraction"]), - (UniCase::ascii("voilation"), &["violation"]), - (UniCase::ascii("circuis"), &["circuits"]), - (UniCase::ascii("multipalyer"), &["multiplayer"]), - (UniCase::ascii("obstruccion"), &["obstruction"]), - (UniCase::ascii("perputuating"), &["perpetuating"]), - (UniCase::ascii("developres"), &["develops"]), - (UniCase::ascii("photographes"), &["photographs"]), - (UniCase::ascii("contributeurs"), &["contributes"]), - (UniCase::ascii("nauitlus"), &["nautilus"]), - (UniCase::ascii("gigabye"), &["gigabyte"]), - (UniCase::ascii("talbian"), &["taliban"]), - (UniCase::ascii("transisitor"), &["transistor"]), - (UniCase::ascii("prejiduces"), &["prejudices"]), - (UniCase::ascii("pennsylvainia"), &["pennsylvania"]), - (UniCase::ascii("brownei"), &["brownie"]), - (UniCase::ascii("quarante"), &["quarantine"]), - (UniCase::ascii("proverai"), &["proverbial"]), - (UniCase::ascii("bradcast"), &["broadcast"]), - (UniCase::ascii("prescribtion"), &["prescription"]), - (UniCase::ascii("soudns"), &["sounds"]), - (UniCase::ascii("concenting"), &["connecting"]), - (UniCase::ascii("celebirty"), &["celebrity"]), - (UniCase::ascii("yrea"), &["year"]), - (UniCase::ascii("insistince"), &["insistence"]), - (UniCase::ascii("unicornios"), &["unicorns"]), - (UniCase::ascii("applicato"), &["application"]), - (UniCase::ascii("sponsered"), &["sponsored"]), - (UniCase::ascii("butthoe"), &["butthole"]), - (UniCase::ascii("crusier"), &["cruiser"]), - (UniCase::ascii("acceleraptor"), &["accelerator"]), - (UniCase::ascii("structurel"), &["structural"]), - (UniCase::ascii("anaylsis"), &["analysis"]), - (UniCase::ascii("aeriel"), &["aerial"]), - (UniCase::ascii("aboslve"), &["absolve"]), - (UniCase::ascii("cigerattes"), &["cigarettes"]), - (UniCase::ascii("clipboad"), &["clipboard"]), - (UniCase::ascii("estimacion"), &["estimation"]), - (UniCase::ascii("toursit"), &["tourist"]), - (UniCase::ascii("coordinacion"), &["coordination"]), - (UniCase::ascii("screenshit"), &["screenshot"]), - (UniCase::ascii("napolean"), &["napoleon"]), - (UniCase::ascii("demenaor"), &["demeanor"]), - (UniCase::ascii("masturbathon"), &["masturbation"]), - (UniCase::ascii("regulae"), &["regulate"]), - (UniCase::ascii("penison"), &["pension"]), - (UniCase::ascii("compositore"), &["composite"]), - (UniCase::ascii("physcially"), &["physically"]), - (UniCase::ascii("supernatrual"), &["supernatural"]), - (UniCase::ascii("abstraktion"), &["abstraction"]), - (UniCase::ascii("hysteriia"), &["hysteria"]), - (UniCase::ascii("camouflauge"), &["camouflage"]), - (UniCase::ascii("depresso"), &["depression"]), - (UniCase::ascii("avataras"), &["avatars"]), - (UniCase::ascii("simualtion"), &["simulation"]), - (UniCase::ascii("intellectals"), &["intellectuals"]), - (UniCase::ascii("imporbable"), &["improbable"]), - (UniCase::ascii("sympathiers"), &["sympathizers"]), - (UniCase::ascii("zealoths"), &["zealots"]), - (UniCase::ascii("hystarically"), &["hysterically"]), - (UniCase::ascii("satisfacion"), &["satisfaction"]), - (UniCase::ascii("unplayabe"), &["unplayable"]), - (UniCase::ascii("assembeld"), &["assembled"]), - (UniCase::ascii("vehementely"), &["vehemently"]), - (UniCase::ascii("skillshoot"), &["skillshots"]), - (UniCase::ascii("inherantly"), &["inherently"]), - (UniCase::ascii("translpant"), &["transplants"]), - (UniCase::ascii("horishima"), &["hiroshima"]), - (UniCase::ascii("extrememly"), &["extremely"]), - (UniCase::ascii("ahev"), &["have"]), - (UniCase::ascii("decalres"), &["declares"]), - (UniCase::ascii("inutition"), &["intuition"]), - (UniCase::ascii("parilament"), &["parliament"]), - (UniCase::ascii("entertainted"), &["entertained"]), - (UniCase::ascii("industrailized"), &["industrialized"]), - (UniCase::ascii("restrictie"), &["restrictive"]), - (UniCase::ascii("falshbacks"), &["flashbacks"]), - (UniCase::ascii("fragement"), &["fragment"]), - (UniCase::ascii("sprinkeld"), &["sprinkled"]), - (UniCase::ascii("exonorate"), &["exonerate"]), - (UniCase::ascii("senoirs"), &["seniors"]), - (UniCase::ascii("incorproate"), &["incorporated"]), - (UniCase::ascii("scrolld"), &["scrolled"]), - (UniCase::ascii("outlcassed"), &["outclassed"]), - (UniCase::ascii("literae"), &["literate"]), - (UniCase::ascii("fromatting"), &["formatting"]), - (UniCase::ascii("represso"), &["repression"]), - (UniCase::ascii("prompty"), &["promptly"]), - (UniCase::ascii("irrisponsible"), &["irresponsible"]), - (UniCase::ascii("environemntally"), &["environmentally"]), - (UniCase::ascii("exceptionel"), &["exceptional"]), - (UniCase::ascii("somalija"), &["somalia"]), - (UniCase::ascii("naugthy"), &["naughty"]), - (UniCase::ascii("appraoches"), &["approaches"]), - (UniCase::ascii("crhistmas"), &["christmas"]), - (UniCase::ascii("participte"), &["participate"]), - (UniCase::ascii("remnans"), &["remnants"]), - (UniCase::ascii("progressisme"), &["progresses"]), - (UniCase::ascii("innovatin"), &["innovations"]), - (UniCase::ascii("janurary"), &["january"]), - (UniCase::ascii("arbitratily"), &["arbitrarily"]), - (UniCase::ascii("compatibilty"), &["compatibility"]), - (UniCase::ascii("effortlessy"), &["effortlessly"]), - (UniCase::ascii("littiefinger"), &["littlefinger"]), - (UniCase::ascii("unbeetable"), &["unbeatable"]), - (UniCase::ascii("endorcement"), &["endorsement"]), - (UniCase::ascii("resitsance"), &["resistances"]), - (UniCase::ascii("monogymous"), &["monogamous"]), - (UniCase::ascii("fantasiaing"), &["fantasizing"]), - (UniCase::ascii("microtransacrions"), &["microtransactions"]), - (UniCase::ascii("jaguards"), &["jaguars"]), - (UniCase::ascii("aleged"), &["alleged"]), - (UniCase::ascii("dominatin"), &["domination"]), - (UniCase::ascii("predicatble"), &["predictable"]), - (UniCase::ascii("defnietly"), &["definetly"]), - (UniCase::ascii("auidobook"), &["audiobook"]), - (UniCase::ascii("krytponite"), &["kryptonite"]), - (UniCase::ascii("favoruites"), &["favourites"]), - (UniCase::ascii("derivitives"), &["derivatives"]), - (UniCase::ascii("waviers"), &["waivers"]), - (UniCase::ascii("hungarin"), &["hungarian"]), - (UniCase::ascii("destinction"), &["destination"]), - (UniCase::ascii("expectency"), &["expectancy"]), - (UniCase::ascii("nationalisic"), &["nationalistic"]), - (UniCase::ascii("reprezentative"), &["representative"]), - (UniCase::ascii("montanha"), &["montana"]), - (UniCase::ascii("understandibly"), &["understandably"]), - (UniCase::ascii("australa"), &["australian"]), - (UniCase::ascii("sentris"), &["sentries"]), - (UniCase::ascii("electronik"), &["election"]), - (UniCase::ascii("parahprase"), &["paraphrase"]), - (UniCase::ascii("mercenarios"), &["mercenaries"]), - (UniCase::ascii("concedered"), &["conceded"]), - (UniCase::ascii("transcribtion"), &["transcription"]), - (UniCase::ascii("libertarias"), &["libertarians"]), - (UniCase::ascii("irreplacable"), &["irreplaceable"]), - (UniCase::ascii("anedoctally"), &["anecdotally"]), - (UniCase::ascii("innocentes"), &["innocents"]), - (UniCase::ascii("simplyifing"), &["simplifying"]), - (UniCase::ascii("casue"), &["cause"]), - (UniCase::ascii("vageuly"), &["vaguely"]), - (UniCase::ascii("absolument"), &["absolute"]), - (UniCase::ascii("inefficent"), &["inefficient"]), - (UniCase::ascii("precentile"), &["percentile"]), - (UniCase::ascii("wouldnot"), &["wouldnt"]), - (UniCase::ascii("healthercare"), &["healthcare"]), - (UniCase::ascii("beatels"), &["beatles"]), - (UniCase::ascii("fraudelant"), &["fraudulent"]), - (UniCase::ascii("delibarate"), &["deliberate"]), - (UniCase::ascii("voluntairly"), &["voluntarily"]), - (UniCase::ascii("vulnerabile"), &["vulnerable"]), - (UniCase::ascii("millon"), &["million"]), - (UniCase::ascii("ploygon"), &["polygon"]), - (UniCase::ascii("solatary"), &["solitary"]), - (UniCase::ascii("enthicities"), &["ethnicities"]), - (UniCase::ascii("metabolisim"), &["metabolism"]), - (UniCase::ascii("contrictions"), &["contractions"]), - (UniCase::ascii("infrasturcture"), &["infrastructure"]), - (UniCase::ascii("roundabount"), &["roundabout"]), - (UniCase::ascii("jamaicia"), &["jamaica"]), - (UniCase::ascii("strawbarry"), &["strawberry"]), - (UniCase::ascii("agnostisism"), &["agnosticism"]), - (UniCase::ascii("distributons"), &["distributors"]), - (UniCase::ascii("subisdizing"), &["subsidizing"]), - (UniCase::ascii("existantes"), &["existent"]), - (UniCase::ascii("simaltaneously"), &["simultaneously"]), - (UniCase::ascii("microtramsactions"), &["microtransactions"]), - (UniCase::ascii("compinsating"), &["compensating"]), - (UniCase::ascii("corrilated"), &["correlated"]), - (UniCase::ascii("brilliany"), &["brilliantly"]), - (UniCase::ascii("fantasiose"), &["fantasies"]), - (UniCase::ascii("resolutons"), &["resolutions"]), - (UniCase::ascii("furhtermore"), &["furthermore"]), - (UniCase::ascii("throough"), &["thorough"]), - (UniCase::ascii("emphazising"), &["emphasizing"]), - (UniCase::ascii("goodlcuk"), &["goodluck"]), - (UniCase::ascii("responed"), &["respond"]), - (UniCase::ascii("righteoussness"), &["righteousness"]), - (UniCase::ascii("morrisette"), &["morissette"]), - (UniCase::ascii("complilations"), &["complications"]), - (UniCase::ascii("probabilaty"), &["probability"]), - (UniCase::ascii("minerales"), &["minerals"]), - (UniCase::ascii("visualizaton"), &["visualization"]), - (UniCase::ascii("diffucult"), &["difficult"]), - (UniCase::ascii("oligrachy"), &["oligarchy"]), - (UniCase::ascii("anmesty"), &["amnesty"]), - (UniCase::ascii("choesive"), &["cohesive"]), - (UniCase::ascii("unoffical"), &["unofficial"]), - (UniCase::ascii("unweildly"), &["unwieldy"]), - (UniCase::ascii("everwhere"), &["everywhere"]), - (UniCase::ascii("impossibillity"), &["impossibility"]), - (UniCase::ascii("organizare"), &["organizer"]), - (UniCase::ascii("interceptin"), &["interception"]), - (UniCase::ascii("ingrediens"), &["ingredients"]), - (UniCase::ascii("inquisiter"), &["inquisitor"]), - (UniCase::ascii("pessimisstic"), &["pessimistic"]), - (UniCase::ascii("modificato"), &["modification"]), - (UniCase::ascii("collasped"), &["collapsed"]), - (UniCase::ascii("embarressing"), &["embarrassing"]), - (UniCase::ascii("resolucion"), &["resolution"]), - (UniCase::ascii("centuties"), &["centuries"]), - (UniCase::ascii("tendancies"), &["tendencies"]), - (UniCase::ascii("terminacion"), &["termination"]), - (UniCase::ascii("repid"), &["rapid"]), - (UniCase::ascii("heartsthone"), &["hearthstone"]), - (UniCase::ascii("narcissits"), &["narcissist"]), - (UniCase::ascii("palesitnians"), &["palestinians"]), - (UniCase::ascii("apparantly"), &["apparently"]), - (UniCase::ascii("condenm"), &["condemn"]), - (UniCase::ascii("recommandation"), &["recommendation"]), - (UniCase::ascii("persets"), &["presets"]), - (UniCase::ascii("departmet"), &["departments"]), - (UniCase::ascii("backfied"), &["backfield"]), - (UniCase::ascii("upsteam"), &["upstream"]), - (UniCase::ascii("enourmously"), &["enormously"]), - (UniCase::ascii("unneccesary"), &["unnecessary"]), - (UniCase::ascii("applicaitons"), &["applications"]), - (UniCase::ascii("excells"), &["excels"]), - (UniCase::ascii("comittee"), &["committee"]), - (UniCase::ascii("dunegon"), &["dungeon"]), - (UniCase::ascii("cursade"), &["crusade"]), - (UniCase::ascii("dissobediant"), &["disobedient"]), - (UniCase::ascii("cannotations"), &["connotations"]), - (UniCase::ascii("institutionel"), &["institutional"]), - (UniCase::ascii("definltey"), &["definetly"]), - (UniCase::ascii("amensia"), &["amnesia"]), - (UniCase::ascii("independantes"), &["independents"]), - (UniCase::ascii("approxiamtely"), &["approximately"]), - (UniCase::ascii("protectings"), &["protections"]), - (UniCase::ascii("geographicaly"), &["geographically"]), - (UniCase::ascii("depcited"), &["depicted"]), - (UniCase::ascii("outputed"), &["outputted"]), - (UniCase::ascii("gonewidl"), &["gonewild"]), - (UniCase::ascii("assotiations"), &["associations"]), - (UniCase::ascii("standbay"), &["standby"]), - (UniCase::ascii("desorder"), &["disorder"]), - (UniCase::ascii("violatin"), &["violation"]), - (UniCase::ascii("permanenty"), &["permanently"]), - (UniCase::ascii("halp"), &["help"]), - (UniCase::ascii("activley"), &["actively"]), - (UniCase::ascii("mysteriousy"), &["mysteriously"]), - (UniCase::ascii("fortitudine"), &["fortitude"]), - (UniCase::ascii("engineeer"), &["engineer"]), - (UniCase::ascii("hopelessy"), &["hopelessly"]), - (UniCase::ascii("americams"), &["americas"]), - (UniCase::ascii("competitie"), &["competitive"]), - (UniCase::ascii("stormfromt"), &["stormfront"]), - (UniCase::ascii("interrogato"), &["interrogation"]), - (UniCase::ascii("accidentlay"), &["accidently"]), - (UniCase::ascii("diganose"), &["diagnose"]), - (UniCase::ascii("extermally"), &["externally"]), - (UniCase::ascii("gautnlet"), &["gauntlet"]), - (UniCase::ascii("creatue"), &["creature"]), - (UniCase::ascii("scracthes"), &["scratches"]), - (UniCase::ascii("infrastrucure"), &["infrastructure"]), - (UniCase::ascii("withdrawin"), &["withdrawn"]), - (UniCase::ascii("winnins"), &["winnings"]), - (UniCase::ascii("governmant"), &["governmental"]), - (UniCase::ascii("appropriatley"), &["appropriately"]), - (UniCase::ascii("metaphoricly"), &["metaphorical"]), - (UniCase::ascii("transitors"), &["transistor"]), - (UniCase::ascii("auctioners"), &["auctions"]), - (UniCase::ascii("castels"), &["castles"]), - (UniCase::ascii("consumate"), &["consummate"]), - (UniCase::ascii("compensationg"), &["compensating"]), - (UniCase::ascii("definet"), &["definite"]), - (UniCase::ascii("intolorance"), &["intolerance"]), - (UniCase::ascii("permanentely"), &["permanently"]), - (UniCase::ascii("dissagreement"), &["disagreement"]), - (UniCase::ascii("alimoney"), &["alimony"]), - (UniCase::ascii("acknolwedge"), &["acknowledge"]), - (UniCase::ascii("degragation"), &["degradation"]), - (UniCase::ascii("partsian"), &["partisan"]), - (UniCase::ascii("auxilliaries"), &["auxiliaries"]), - (UniCase::ascii("belifes"), &["beliefs"]), - (UniCase::ascii("annonymouse"), &["anonymous"]), - (UniCase::ascii("blockchan"), &["blockchain"]), - (UniCase::ascii("anarchim"), &["anarchism"]), - (UniCase::ascii("detorit"), &["detroit"]), - (UniCase::ascii("dialectos"), &["dialects"]), - (UniCase::ascii("virigns"), &["virgins"]), - (UniCase::ascii("reinitalization"), &["reinitialization"]), - (UniCase::ascii("competiters"), &["competitors"]), - (UniCase::ascii("spectracal"), &["spectral"]), - (UniCase::ascii("kilomteres"), &["kilometers"]), - (UniCase::ascii("tacticus"), &["tactics"]), - (UniCase::ascii("algorthim"), &["algorithm"]), - (UniCase::ascii("hertzs"), &["hertz"]), - (UniCase::ascii("variantes"), &["variants"]), - (UniCase::ascii("impossibe"), &["impossible"]), - (UniCase::ascii("impecabbly"), &["impeccably"]), - (UniCase::ascii("diplomatisch"), &["diplomatic"]), - (UniCase::ascii("galatic"), &["galactic"]), - (UniCase::ascii("socailist"), &["socialist"]), - (UniCase::ascii("combonation"), &["combination"]), - (UniCase::ascii("broady"), &["broadly"]), - (UniCase::ascii("prophey"), &["prophecy"]), - (UniCase::ascii("accumulare"), &["accumulate"]), - (UniCase::ascii("embarras"), &["embarrass"]), - (UniCase::ascii("headachs"), &["headaches"]), - (UniCase::ascii("predetermiend"), &["predetermined"]), - (UniCase::ascii("spanisch"), &["spanish"]), - (UniCase::ascii("documentaiton"), &["documentation"]), - (UniCase::ascii("procrastion"), &["procreation"]), - (UniCase::ascii("entiteld"), &["entitled"]), - (UniCase::ascii("absoultes"), &["absolutes"]), - (UniCase::ascii("calibraiton"), &["calibration"]), - (UniCase::ascii("immortaliy"), &["immortality"]), - (UniCase::ascii("masturbait"), &["masturbate"]), - (UniCase::ascii("pkaythroughs"), &["playthroughs"]), - (UniCase::ascii("wonderfuly"), &["wonderfully"]), - (UniCase::ascii("homepoathy"), &["homeopathy"]), - (UniCase::ascii("periodos"), &["periods"]), - (UniCase::ascii("capitans"), &["captains"]), - (UniCase::ascii("girefing"), &["griefing"]), - (UniCase::ascii("counsiling"), &["counseling"]), - (UniCase::ascii("eloquentely"), &["eloquently"]), - (UniCase::ascii("bankruptsy"), &["bankruptcy"]), - (UniCase::ascii("witnesssing"), &["witnessing"]), - (UniCase::ascii("trinitiy"), &["trinity"]), - (UniCase::ascii("enhanse"), &["enhances"]), - (UniCase::ascii("lieutentant"), &["lieutenant"]), - (UniCase::ascii("obatinable"), &["obtainable"]), - (UniCase::ascii("representerad"), &["represented"]), - (UniCase::ascii("competution"), &["computation"]), - (UniCase::ascii("unconsiderate"), &["inconsiderate"]), - (UniCase::ascii("chemicaly"), &["chemically"]), - (UniCase::ascii("potrait"), &["portrait"]), - (UniCase::ascii("previosuly"), &["previously"]), - (UniCase::ascii("batitsa"), &["batista"]), - (UniCase::ascii("morroccan"), &["moroccan"]), - (UniCase::ascii("consious"), &["conscious"]), - (UniCase::ascii("companines"), &["companions"]), - (UniCase::ascii("carbien"), &["carbine"]), - (UniCase::ascii("publlisher"), &["publisher"]), - (UniCase::ascii("preceeding"), &["preceding"]), - (UniCase::ascii("transferrring"), &["transferring"]), - (UniCase::ascii("benevelont"), &["benevolent"]), - (UniCase::ascii("competend"), &["competed"]), - (UniCase::ascii("quaruntine"), &["quarantine"]), - (UniCase::ascii("evengalical"), &["evangelical"]), - (UniCase::ascii("hamburgaren"), &["hamburger"]), - (UniCase::ascii("systemisch"), &["systemic"]), - (UniCase::ascii("holocuast"), &["holocaust"]), - (UniCase::ascii("relentlessely"), &["relentlessly"]), - (UniCase::ascii("infrignement"), &["infringement"]), - (UniCase::ascii("innvoate"), &["innovate"]), - (UniCase::ascii("alocholics"), &["alcoholics"]), - (UniCase::ascii("pensle"), &["pencil"]), - (UniCase::ascii("counterpats"), &["counterparts"]), - (UniCase::ascii("enthusuastic"), &["enthusiastic"]), - (UniCase::ascii("emmision"), &["emission"]), - (UniCase::ascii("meixcans"), &["mexicans"]), - (UniCase::ascii("saskatchewinian"), &["saskatchewan"]), - (UniCase::ascii("antiboitics"), &["antibiotics"]), - (UniCase::ascii("indutrial"), &["industrial"]), - (UniCase::ascii("disapprovel"), &["disapproval"]), - (UniCase::ascii("revlover"), &["revolver"]), - (UniCase::ascii("democray"), &["democracy"]), - (UniCase::ascii("prostitutas"), &["prostitutes"]), - (UniCase::ascii("spawnign"), &["spawning"]), - (UniCase::ascii("generocity"), &["generosity"]), - (UniCase::ascii("fristly"), &["firstly"]), - (UniCase::ascii("consistes"), &["consists"]), - (UniCase::ascii("circumstanes"), &["circumstance"]), - (UniCase::ascii("approximatly"), &["approximately"]), - (UniCase::ascii("aquaruim"), &["aquarium"]), - (UniCase::ascii("distrotion"), &["distortion"]), - (UniCase::ascii("provencial"), &["provincial"]), - (UniCase::ascii("intercection"), &["interception"]), - (UniCase::ascii("metropollis"), &["metropolis"]), - (UniCase::ascii("exlcudes"), &["excludes"]), - (UniCase::ascii("libertariansism"), &["libertarianism"]), - (UniCase::ascii("paramters"), &["parameters"]), - (UniCase::ascii("persan"), &["person"]), - (UniCase::ascii("princesss"), &["princesses"]), - (UniCase::ascii("electrolye"), &["electrolytes"]), - (UniCase::ascii("perpatrated"), &["perpetrated"]), - (UniCase::ascii("bottelneck"), &["bottleneck"]), - (UniCase::ascii("navigato"), &["navigation"]), - (UniCase::ascii("contestans"), &["contests"]), - (UniCase::ascii("underwright"), &["underweight"]), - (UniCase::ascii("insepctor"), &["inspector"]), - (UniCase::ascii("territoy"), &["territory"]), - (UniCase::ascii("contais"), &["contains"]), - (UniCase::ascii("coordiantes"), &["coordinates"]), - (UniCase::ascii("narcisisstic"), &["narcissistic"]), - (UniCase::ascii("dysfuncitonal"), &["dysfunctional"]), - (UniCase::ascii("descriptons"), &["descriptions"]), - (UniCase::ascii("instinctivley"), &["instinctively"]), - (UniCase::ascii("saskatchwan"), &["saskatchewan"]), - (UniCase::ascii("chlroine"), &["chlorine"]), - (UniCase::ascii("intimidades"), &["intimidated"]), - (UniCase::ascii("questionalble"), &["questionable"]), - (UniCase::ascii("commandpod"), &["commando"]), - (UniCase::ascii("scepture"), &["scepter"]), - (UniCase::ascii("symptomps"), &["symptoms"]), - (UniCase::ascii("sykwalker"), &["skywalker"]), - (UniCase::ascii("bracelona"), &["barcelona"]), - (UniCase::ascii("practioner"), &["practitioner"]), - (UniCase::ascii("astroanut"), &["astronaut"]), - (UniCase::ascii("worhtless"), &["worthless"]), - (UniCase::ascii("legionis"), &["legions"]), - (UniCase::ascii("promotted"), &["promoted"]), - (UniCase::ascii("concludendo"), &["concluded"]), - (UniCase::ascii("auctionrs"), &["auctions"]), - (UniCase::ascii("permanet"), &["permanent"]), - (UniCase::ascii("consumiste"), &["consumes"]), - (UniCase::ascii("boyfirends"), &["boyfriends"]), - (UniCase::ascii("inefficienty"), &["inefficiently"]), - (UniCase::ascii("agreing"), &["agreeing"]), - (UniCase::ascii("overyhped"), &["overhyped"]), - (UniCase::ascii("percintile"), &["percentile"]), - (UniCase::ascii("momment"), &["moment"]), - (UniCase::ascii("subscribir"), &["subscriber"]), - (UniCase::ascii("aremnian"), &["armenian"]), - (UniCase::ascii("inpersonating"), &["impersonating"]), - (UniCase::ascii("bankrupcty"), &["bankruptcy"]), - (UniCase::ascii("destryoing"), &["destroying"]), - (UniCase::ascii("jeircho"), &["jericho"]), - (UniCase::ascii("intracicies"), &["intricacies"]), - (UniCase::ascii("staduims"), &["stadiums"]), - (UniCase::ascii("disnegage"), &["disengage"]), - (UniCase::ascii("perpretator"), &["perpetrators"]), - (UniCase::ascii("bureaocrats"), &["bureaucrats"]), - (UniCase::ascii("architecht"), &["architect"]), - (UniCase::ascii("infograhpic"), &["infographic"]), - (UniCase::ascii("contridictory"), &["contradictory"]), - (UniCase::ascii("hertiage"), &["heritage"]), - (UniCase::ascii("represet"), &["represents"]), - (UniCase::ascii("radioactief"), &["radioactive"]), - (UniCase::ascii("santorm"), &["santorum"]), - (UniCase::ascii("pactivity"), &["captivity"]), - (UniCase::ascii("impressario"), &["impresario"]), - (UniCase::ascii("restaraunteur"), &["restaurateur"]), - (UniCase::ascii("caluclate"), &["calculate"]), - (UniCase::ascii("pomotion"), &["promotion"]), - (UniCase::ascii("crankenstein"), &["frankenstein"]), - (UniCase::ascii("accomodations"), &["accommodations"]), - (UniCase::ascii("accelleration"), &["acceleration"]), - (UniCase::ascii("remaing"), &["remaining"]), - (UniCase::ascii("completetion"), &["completion"]), - (UniCase::ascii("intermedite"), &["intermediate"]), - (UniCase::ascii("tightenting"), &["tightening"]), - (UniCase::ascii("infestating"), &["infestation"]), - (UniCase::ascii("initalizer"), &["initializer"]), - (UniCase::ascii("mandrain"), &["mandarin"]), - (UniCase::ascii("slefies"), &["selfies"]), - (UniCase::ascii("diminuitive"), &["diminutive"]), - (UniCase::ascii("threeof"), &["thereof"]), - (UniCase::ascii("maybilline"), &["maybelline"]), - (UniCase::ascii("prophetes"), &["prophets"]), - (UniCase::ascii("disucssions"), &["discussions"]), - (UniCase::ascii("caffinee"), &["caffeine"]), - (UniCase::ascii("politicien"), &["politician"]), - (UniCase::ascii("democract"), &["democrat"]), - (UniCase::ascii("orded"), &["ordered"]), - (UniCase::ascii("establishmnet"), &["establishments"]), - (UniCase::ascii("circunvent"), &["circumvent"]), - (UniCase::ascii("philippides"), &["philippines"]), - (UniCase::ascii("disclipine"), &["discipline"]), - (UniCase::ascii("rehtorical"), &["rhetorical"]), - (UniCase::ascii("veyr"), &["very"]), - (UniCase::ascii("inspirating"), &["inspiration"]), - (UniCase::ascii("hsyteria"), &["hysteria"]), - (UniCase::ascii("systimatic"), &["systematic"]), - (UniCase::ascii("orhcestra"), &["orchestra"]), - (UniCase::ascii("ligthing"), &["lighting"]), - (UniCase::ascii("placehoder"), &["placeholder"]), - (UniCase::ascii("interste"), &["interstate"]), - (UniCase::ascii("moderm"), &["modem"]), - (UniCase::ascii("paragrpah"), &["paragraph"]), - (UniCase::ascii("acknolwedges"), &["acknowledges"]), - (UniCase::ascii("includng"), &["including"]), - (UniCase::ascii("foreignors"), &["foreigners"]), - (UniCase::ascii("importently"), &["importantly"]), - (UniCase::ascii("interveiwer"), &["interviewer"]), - (UniCase::ascii("anaylsts"), &["analysts"]), - (UniCase::ascii("chocoalte"), &["chocolate"]), - (UniCase::ascii("volcaron"), &["volcano"]), - (UniCase::ascii("pharmacueticals"), &["pharmaceutical"]), - (UniCase::ascii("accustumed"), &["accustomed"]), - (UniCase::ascii("socreboard"), &["scoreboard"]), - (UniCase::ascii("mutliplayer"), &["multiplayer"]), - (UniCase::ascii("strucutre"), &["structure"]), - (UniCase::ascii("recognision"), &["recognition"]), - (UniCase::ascii("oprhans"), &["orphans"]), - (UniCase::ascii("turltes"), &["turtles"]), - (UniCase::ascii("applicaiton"), &["application"]), - (UniCase::ascii("obiedence"), &["obedience"]), - (UniCase::ascii("reveiws"), &["reviews"]), - (UniCase::ascii("gracefuly"), &["gracefully"]), - (UniCase::ascii("intermittment"), &["intermittent"]), - (UniCase::ascii("misinterpretated"), &["misinterpreted"]), - (UniCase::ascii("voicemal"), &["voicemail"]), - (UniCase::ascii("spectaculaire"), &["spectacular"]), - (UniCase::ascii("spoliers"), &["spoilers"]), - (UniCase::ascii("politelly"), &["politely"]), - (UniCase::ascii("afternarket"), &["aftermarket"]), - (UniCase::ascii("attemped"), &["attempted"]), - (UniCase::ascii("psychyatrists"), &["psychiatrists"]), - (UniCase::ascii("copenhagan"), &["copenhagen"]), - (UniCase::ascii("obersvation"), &["observation"]), - (UniCase::ascii("australien"), &["australian"]), - (UniCase::ascii("insturctors"), &["instructors"]), - (UniCase::ascii("subterranian"), &["subterranean"]), - (UniCase::ascii("suspectes"), &["suspects"]), - (UniCase::ascii("depresse"), &["depressive"]), - (UniCase::ascii("jounralistic"), &["journalistic"]), - (UniCase::ascii("efficienty"), &["efficiently"]), - (UniCase::ascii("fundamentalismo"), &["fundamentals"]), - (UniCase::ascii("libguistics"), &["linguistics"]), - (UniCase::ascii("diminsihing"), &["diminishing"]), - (UniCase::ascii("elementay"), &["elementary"]), - (UniCase::ascii("alchoolism"), &["alcoholism"]), - (UniCase::ascii("organisere"), &["organizers"]), - (UniCase::ascii("refreing"), &["refering"]), - (UniCase::ascii("permissibe"), &["permissible"]), - (UniCase::ascii("espressino"), &["espresso"]), - (UniCase::ascii("disregaring"), &["disregarding"]), - (UniCase::ascii("vitimans"), &["vitamins"]), - (UniCase::ascii("alrighy"), &["alrighty"]), - (UniCase::ascii("demonstrativo"), &["demonstration"]), - (UniCase::ascii("hypothess"), &["hypotheses"]), - (UniCase::ascii("volativity"), &["volatility"]), - (UniCase::ascii("liberae"), &["liberate"]), - (UniCase::ascii("resotration"), &["restoration"]), - (UniCase::ascii("churchers"), &["churches"]), - (UniCase::ascii("operationnal"), &["operational"]), - (UniCase::ascii("misogynisitic"), &["misogynistic"]), - (UniCase::ascii("cointerpoint"), &["counterpoint"]), - (UniCase::ascii("pacakge"), &["package"]), - (UniCase::ascii("completenes"), &["completes"]), - (UniCase::ascii("expentiture"), &["expenditure"]), - (UniCase::ascii("narcissitic"), &["narcissistic"]), - (UniCase::ascii("thursdsay"), &["thursdays"]), - (UniCase::ascii("recived"), &["received"]), - (UniCase::ascii("nostalga"), &["nostalgia"]), - (UniCase::ascii("internationaal"), &["international"]), - (UniCase::ascii("captialism"), &["capitalism"]), - (UniCase::ascii("classifiy"), &["classify"]), - (UniCase::ascii("expirementation"), &["experimentation"]), - (UniCase::ascii("occurrances"), &["occurrences"]), - (UniCase::ascii("rollercoaters"), &["rollercoaster"]), - (UniCase::ascii("frontlinie"), &["frontline"]), - (UniCase::ascii("implecations"), &["implications"]), - (UniCase::ascii("offcers"), &["officers"]), - (UniCase::ascii("unsurprizing"), &["unsurprising"]), - (UniCase::ascii("earthquackes"), &["earthquakes"]), - (UniCase::ascii("competion"), &["competition"]), - (UniCase::ascii("unappealling"), &["unappealing"]), - (UniCase::ascii("sharpeneing"), &["sharpening"]), - (UniCase::ascii("immidiately"), &["immediately"]), - (UniCase::ascii("jurisidction"), &["jurisdiction"]), - (UniCase::ascii("restriciton"), &["restrictions"]), - (UniCase::ascii("vegetarin"), &["vegetarians"]), - (UniCase::ascii("categoriei"), &["categorize"]), - (UniCase::ascii("characterisitic"), &["characteristic"]), - (UniCase::ascii("survibability"), &["survivability"]), - (UniCase::ascii("missourri"), &["missouri"]), - (UniCase::ascii("cricling"), &["circling"]), - (UniCase::ascii("restrictins"), &["restricts"]), - (UniCase::ascii("independnet"), &["independents"]), - (UniCase::ascii("campagin"), &["campaign"]), - (UniCase::ascii("categoriezed"), &["categorized"]), - (UniCase::ascii("sturggles"), &["struggles"]), - (UniCase::ascii("napolen"), &["napoleon"]), - (UniCase::ascii("governmeant"), &["governmental"]), - (UniCase::ascii("generalis"), &["generals"]), - (UniCase::ascii("goldfisch"), &["goldfish"]), - (UniCase::ascii("calibartion"), &["calibration"]), - (UniCase::ascii("archeytpes"), &["archetypes"]), - (UniCase::ascii("phycisist"), &["physicist"]), - (UniCase::ascii("expierence"), &["experience"]), - (UniCase::ascii("expliotation"), &["exploitation"]), - (UniCase::ascii("criticisng"), &["criticising"]), - (UniCase::ascii("ideolagies"), &["ideologies"]), - (UniCase::ascii("hemingwavy"), &["hemingway"]), - (UniCase::ascii("squirtel"), &["squirtle"]), - (UniCase::ascii("computanti"), &["computation"]), - (UniCase::ascii("inaccessbile"), &["inaccessible"]), - (UniCase::ascii("comradre"), &["comrade"]), - (UniCase::ascii("resovled"), &["resolved"]), - (UniCase::ascii("anthropoloy"), &["anthropology"]), - (UniCase::ascii("acquiantence"), &["acquaintance"]), - (UniCase::ascii("statisitc"), &["statistic"]), - (UniCase::ascii("feministers"), &["feminists"]), - (UniCase::ascii("pebblets"), &["pebbles"]), - (UniCase::ascii("transformarea"), &["transformer"]), - (UniCase::ascii("superstitous"), &["superstitious"]), - (UniCase::ascii("intrepret"), &["interpret"]), - (UniCase::ascii("invovled"), &["involved"]), - (UniCase::ascii("constitude"), &["constitute"]), - (UniCase::ascii("bombarderad"), &["bombarded"]), - (UniCase::ascii("anomisity"), &["animosity"]), - (UniCase::ascii("esoterisch"), &["esoteric"]), - (UniCase::ascii("inquriy"), &["inquiry"]), - (UniCase::ascii("combusion"), &["combustion"]), - (UniCase::ascii("tranlsate"), &["translate"]), - (UniCase::ascii("servans"), &["servants"]), - (UniCase::ascii("interpresonal"), &["interpersonal"]), - (UniCase::ascii("straind"), &["strained"]), - (UniCase::ascii("concidered"), &["considered"]), - (UniCase::ascii("rememebr"), &["remember"]), - (UniCase::ascii("proffesion"), &["profession"]), - (UniCase::ascii("appaluse"), &["applause"]), - (UniCase::ascii("nercomancer"), &["necromancer"]), - (UniCase::ascii("bloggeur"), &["blogger"]), - (UniCase::ascii("reconnet"), &["reconnect"]), - (UniCase::ascii("jonatahn"), &["jonathan"]), - (UniCase::ascii("presidencial"), &["presidential"]), - (UniCase::ascii("vulernability"), &["vulnerability"]), - (UniCase::ascii("midotwn"), &["midtown"]), - (UniCase::ascii("parenthisis"), &["parenthesis"]), - (UniCase::ascii("mulsims"), &["muslims"]), - (UniCase::ascii("morphein"), &["morphine"]), - (UniCase::ascii("wholeheartely"), &["wholeheartedly"]), - (UniCase::ascii("scartch"), &["scratch"]), - (UniCase::ascii("aeriels"), &["aerials"]), - (UniCase::ascii("undercling"), &["underlying"]), - (UniCase::ascii("liverpoool"), &["liverpool"]), - (UniCase::ascii("porshon"), &["portion"]), - (UniCase::ascii("incedentally"), &["incidentally"]), - (UniCase::ascii("hirearchy"), &["hierarchy"]), - (UniCase::ascii("meditatie"), &["meditate"]), - (UniCase::ascii("journolist"), &["journalist"]), - (UniCase::ascii("planeswaler"), &["planeswalker"]), - (UniCase::ascii("temparament"), &["temperament"]), - (UniCase::ascii("disaprity"), &["disparity"]), - (UniCase::ascii("maybellline"), &["maybelline"]), - (UniCase::ascii("diabets"), &["diabetes"]), - (UniCase::ascii("attributted"), &["attribute"]), - (UniCase::ascii("photograped"), &["photographed"]), - (UniCase::ascii("supermacist"), &["supremacist"]), - (UniCase::ascii("sydnicate"), &["syndicate"]), - (UniCase::ascii("providance"), &["providence"]), - (UniCase::ascii("deprivating"), &["deprivation"]), - (UniCase::ascii("honeslty"), &["honestly"]), - (UniCase::ascii("ultamite"), &["ultimate"]), - (UniCase::ascii("childerns"), &["childrens"]), - (UniCase::ascii("ligthers"), &["lighters"]), - (UniCase::ascii("premanent"), &["permanent"]), - (UniCase::ascii("enahnces"), &["enhances"]), - (UniCase::ascii("existant"), &["existent"]), - (UniCase::ascii("hten"), &["then"]), - (UniCase::ascii("attribuito"), &["attribution"]), - (UniCase::ascii("accelorator"), &["accelerator"]), - (UniCase::ascii("practicaly"), &["practically"]), - (UniCase::ascii("objectivify"), &["objectivity"]), - (UniCase::ascii("volunatrily"), &["voluntarily"]), - (UniCase::ascii("imperialsim"), &["imperialism"]), - (UniCase::ascii("impulsemos"), &["impulses"]), - (UniCase::ascii("agressivley"), &["agressive"]), - (UniCase::ascii("strengsten"), &["strengthen"]), - (UniCase::ascii("conspiracys"), &["conspiracies"]), - (UniCase::ascii("combinatios"), &["combinations"]), - (UniCase::ascii("charistics"), &["characteristics"]), - (UniCase::ascii("legistation"), &["legislation"]), - (UniCase::ascii("standartized"), &["standardized"]), - (UniCase::ascii("haethen"), &["heathen"]), - (UniCase::ascii("legnthy"), &["lengthy"]), - (UniCase::ascii("firsbee"), &["frisbee"]), - (UniCase::ascii("irresponsable"), &["irresponsible"]), - (UniCase::ascii("transfomers"), &["transforms"]), - (UniCase::ascii("prostituton"), &["prostitution"]), - (UniCase::ascii("deplyoing"), &["deploying"]), - (UniCase::ascii("electromagntic"), &["electromagnetic"]), - (UniCase::ascii("explaing"), &["explaining"]), - (UniCase::ascii("archaelogical"), &["archaeological"]), - (UniCase::ascii("distingush"), &["distinguish"]), - (UniCase::ascii("personalis"), &["personas"]), - (UniCase::ascii("lubircant"), &["lubricant"]), - (UniCase::ascii("exeuctions"), &["executions"]), - (UniCase::ascii("astromonical"), &["astronomical"]), - (UniCase::ascii("previes"), &["previews"]), - (UniCase::ascii("birmimgham"), &["birmingham"]), - (UniCase::ascii("southerness"), &["southerners"]), - (UniCase::ascii("construcion"), &["construction"]), - (UniCase::ascii("mathwes"), &["mathews"]), - (UniCase::ascii("ritlain"), &["ritalin"]), - (UniCase::ascii("acedamia"), &["academia"]), - (UniCase::ascii("initiatves"), &["initiatives"]), - (UniCase::ascii("apperciation"), &["appreciation"]), - (UniCase::ascii("insectiverous"), &["insectivorous"]), - (UniCase::ascii("unfriently"), &["unfriendly"]), - (UniCase::ascii("penisular"), &["peninsular"]), - (UniCase::ascii("miscummunication"), &["miscommunication"]), - (UniCase::ascii("catestrophic"), &["catastrophic"]), - (UniCase::ascii("redistribucion"), &["redistribution"]), - (UniCase::ascii("chemisty"), &["chemistry"]), - (UniCase::ascii("libertarianismo"), &["libertarians"]), - (UniCase::ascii("attmepting"), &["attempting"]), - (UniCase::ascii("truely"), &["truly"]), - (UniCase::ascii("nationalistisen"), &["nationalists"]), - (UniCase::ascii("bullest"), &["bullets"]), - (UniCase::ascii("repressin"), &["repression"]), - (UniCase::ascii("existnace"), &["existance"]), - (UniCase::ascii("govermet"), &["goverment"]), - (UniCase::ascii("collpase"), &["collapse"]), - (UniCase::ascii("predicitve"), &["predictive"]), - (UniCase::ascii("dusgustingly"), &["disgustingly"]), - (UniCase::ascii("handledy"), &["handedly"]), - (UniCase::ascii("mormones"), &["mormons"]), - (UniCase::ascii("worstened"), &["worsened"]), - (UniCase::ascii("mutlitasking"), &["multitasking"]), - (UniCase::ascii("handrwiting"), &["handwriting"]), - (UniCase::ascii("actualty"), &["actualy"]), - (UniCase::ascii("syncronously"), &["synchronously"]), - (UniCase::ascii("governemntal"), &["governmental"]), - (UniCase::ascii("antagonisitic"), &["antagonistic"]), - (UniCase::ascii("reicarnation"), &["reincarnation"]), - (UniCase::ascii("unsusbcribe"), &["unsubscribe"]), - (UniCase::ascii("proprotions"), &["proportions"]), - (UniCase::ascii("informarla"), &["informal"]), - (UniCase::ascii("acutaly"), &["actualy"]), - (UniCase::ascii("permissin"), &["permissions"]), - (UniCase::ascii("surroundngs"), &["surrounds"]), - (UniCase::ascii("accompliss"), &["accomplishes"]), - (UniCase::ascii("disqustingly"), &["disgustingly"]), - (UniCase::ascii("recurison"), &["recursion"]), - (UniCase::ascii("exemple"), &["example"]), - (UniCase::ascii("adquiring"), &["acquiring"]), - (UniCase::ascii("heigher"), &["higher"]), - (UniCase::ascii("connonation"), &["connotation"]), - (UniCase::ascii("incidently"), &["incidentally"]), - (UniCase::ascii("significatly"), &["significantly"]), - (UniCase::ascii("detectoare"), &["detector"]), - (UniCase::ascii("similir"), &["similiar"]), - (UniCase::ascii("fedreally"), &["federally"]), - (UniCase::ascii("neigbour"), &["neighbour"]), - (UniCase::ascii("intellectus"), &["intellectuals"]), - (UniCase::ascii("stringet"), &["stringent"]), - (UniCase::ascii("missorui"), &["missouri"]), - (UniCase::ascii("witnesess"), &["witnesses"]), - (UniCase::ascii("headshoot"), &["headshot"]), - (UniCase::ascii("brillianty"), &["brilliantly"]), - (UniCase::ascii("unfortunatelly"), &["unfortunately"]), - (UniCase::ascii("timne"), &["time"]), - (UniCase::ascii("defenisvely"), &["defensively"]), - (UniCase::ascii("totalitarion"), &["totalitarian"]), - (UniCase::ascii("manufactuerer"), &["manufacturer"]), - (UniCase::ascii("canistre"), &["canister"]), - (UniCase::ascii("bethseda"), &["bethesda"]), - (UniCase::ascii("hospitaly"), &["hospitality"]), - (UniCase::ascii("stakeboard"), &["skateboard"]), - (UniCase::ascii("charitible"), &["charitable"]), - (UniCase::ascii("parasits"), &["parasites"]), - (UniCase::ascii("accomadating"), &["accommodating"]), - (UniCase::ascii("geomtery"), &["geometry"]), - (UniCase::ascii("domianting"), &["dominating"]), - (UniCase::ascii("berskerer"), &["berserker"]), - (UniCase::ascii("abandomnent"), &["abandonment"]), - (UniCase::ascii("pharmeceutical"), &["pharmaceutical"]), - (UniCase::ascii("feminie"), &["feminine"]), - (UniCase::ascii("obdisian"), &["obsidian"]), - (UniCase::ascii("onborad"), &["onboard"]), - ( - UniCase::ascii("histocompatability"), - &["histocompatibility"], - ), - (UniCase::ascii("novembeard"), &["november"]), - (UniCase::ascii("uniquelly"), &["uniquely"]), - (UniCase::ascii("qaulification"), &["qualification"]), - (UniCase::ascii("atrittion"), &["attrition"]), - (UniCase::ascii("extremistas"), &["extremists"]), - (UniCase::ascii("recuiting"), &["recruiting"]), - (UniCase::ascii("impliciete"), &["implicit"]), - (UniCase::ascii("traditionnal"), &["traditional"]), - (UniCase::ascii("charactarize"), &["characterize"]), - (UniCase::ascii("settlemets"), &["settlements"]), - (UniCase::ascii("dishcarged"), &["discharged"]), - (UniCase::ascii("conolization"), &["colonization"]), - (UniCase::ascii("yosemitie"), &["yosemite"]), - (UniCase::ascii("procesess"), &["processes"]), - (UniCase::ascii("recrutiers"), &["recruiters"]), - (UniCase::ascii("capicator"), &["capacitor"]), - (UniCase::ascii("argentinia"), &["argentina"]), - (UniCase::ascii("contibutes"), &["contributes"]), - (UniCase::ascii("insturments"), &["instruments"]), - (UniCase::ascii("secceeded"), &["seceded"]), - (UniCase::ascii("reformerad"), &["reformed"]), - (UniCase::ascii("discusssion"), &["discussions"]), - (UniCase::ascii("pronoucning"), &["pronouncing"]), - (UniCase::ascii("abberivation"), &["abbreviation"]), - (UniCase::ascii("rumorus"), &["rumours"]), - (UniCase::ascii("indianaoplis"), &["indianapolis"]), - (UniCase::ascii("biologiset"), &["biologist"]), - (UniCase::ascii("diosese"), &["diocese"]), - (UniCase::ascii("becouse"), &["because"]), - (UniCase::ascii("attachemnts"), &["attachments"]), - (UniCase::ascii("recgonise"), &["recognise"]), - (UniCase::ascii("comparativly"), &["comparatively"]), - (UniCase::ascii("palce"), &["place"]), - (UniCase::ascii("vaccineras"), &["vaccines"]), - (UniCase::ascii("malyasian"), &["malaysian"]), - (UniCase::ascii("tremenduous"), &["tremendous"]), - (UniCase::ascii("profitibality"), &["profitability"]), - (UniCase::ascii("hexidecimal"), &["hexadecimal"]), - (UniCase::ascii("offensivley"), &["offensively"]), - (UniCase::ascii("bleutooth"), &["bluetooth"]), - (UniCase::ascii("simpley"), &["simply"]), - (UniCase::ascii("accessable"), &["accessible"]), - (UniCase::ascii("cheerleadra"), &["cheerleader"]), - (UniCase::ascii("repeatible"), &["repeatable"]), - (UniCase::ascii("altheticism"), &["athleticism"]), - (UniCase::ascii("prespective"), &["perspective"]), - (UniCase::ascii("spectacuarly"), &["spectacular"]), - (UniCase::ascii("redesgin"), &["redesign"]), - (UniCase::ascii("victoriuos"), &["victorious"]), - (UniCase::ascii("armagideon"), &["armageddon"]), - (UniCase::ascii("thyorid"), &["thyroid"]), - (UniCase::ascii("experimantal"), &["experimental"]), - (UniCase::ascii("transpoder"), &["transported"]), - (UniCase::ascii("premonasterians"), &["premonstratensians"]), - (UniCase::ascii("contaminen"), &["containment"]), - (UniCase::ascii("emporer"), &["emperor"]), - (UniCase::ascii("homecomeing"), &["homecoming"]), - (UniCase::ascii("accumelate"), &["accumulate"]), - (UniCase::ascii("caricaturize"), &["caricature"]), - (UniCase::ascii("tropedo"), &["torpedo"]), - (UniCase::ascii("includ"), &["include"]), - (UniCase::ascii("surviellance"), &["surveillance"]), - (UniCase::ascii("distingished"), &["distinguished"]), - (UniCase::ascii("assassinted"), &["assassinated"]), - (UniCase::ascii("acquaintinces"), &["acquaintances"]), - (UniCase::ascii("notorios"), &["notorious"]), - (UniCase::ascii("brianer"), &["brainer"]), - (UniCase::ascii("reaccurring"), &["recurring"]), - (UniCase::ascii("transaltor"), &["translator"]), - (UniCase::ascii("jugglenaut"), &["juggernaut"]), - (UniCase::ascii("enthuasists"), &["enthusiasts"]), - (UniCase::ascii("confrontacion"), &["confrontation"]), - (UniCase::ascii("circuitos"), &["circuits"]), - (UniCase::ascii("romanitcally"), &["romantically"]), - (UniCase::ascii("analyes"), &["analyse"]), - (UniCase::ascii("gosepls"), &["gospels"]), - (UniCase::ascii("autoritharian"), &["authoritarian"]), - (UniCase::ascii("cubpoard"), &["cupboard"]), - (UniCase::ascii("literallly"), &["literally"]), - (UniCase::ascii("comtemporary"), &["contemporary"]), - (UniCase::ascii("neckbeardus"), &["neckbeards"]), - (UniCase::ascii("finallizes"), &["finalizes"]), - (UniCase::ascii("documantary"), &["documentary"]), - (UniCase::ascii("exterioare"), &["exterior"]), - (UniCase::ascii("paramecias"), &["paramedics"]), - (UniCase::ascii("interrim"), &["interim"]), - (UniCase::ascii("exauhsting"), &["exhausting"]), - (UniCase::ascii("intruiging"), &["intriguing"]), - (UniCase::ascii("specializeds"), &["specializes"]), - (UniCase::ascii("condesend"), &["condensed"]), - (UniCase::ascii("confidentiel"), &["confidential"]), - (UniCase::ascii("fortunetely"), &["fortunately"]), - (UniCase::ascii("unlcoks"), &["unlocks"]), - (UniCase::ascii("dypshoria"), &["dysphoria"]), - (UniCase::ascii("transisions"), &["transitions"]), - (UniCase::ascii("argubly"), &["arguably"]), - (UniCase::ascii("compilcations"), &["complication"]), - (UniCase::ascii("sunscren"), &["sunscreen"]), - (UniCase::ascii("agregates"), &["aggregates"]), - (UniCase::ascii("caffeinne"), &["caffeine"]), - (UniCase::ascii("obilterated"), &["obliterated"]), - (UniCase::ascii("proletariot"), &["proletariat"]), - (UniCase::ascii("documentacion"), &["documentation"]), - (UniCase::ascii("marshmalow"), &["marshmallow"]), - (UniCase::ascii("precedessors"), &["predecessors"]), - (UniCase::ascii("disrepsect"), &["disrespect"]), - (UniCase::ascii("scandales"), &["scandals"]), - (UniCase::ascii("nativey"), &["natively"]), - (UniCase::ascii("monolouge"), &["monologue"]), - (UniCase::ascii("contraddice"), &["contradicted"]), - (UniCase::ascii("cancres"), &["cancers"]), - (UniCase::ascii("napoleonian"), &["napoleonic"]), - (UniCase::ascii("transforners"), &["transformers"]), - (UniCase::ascii("quailty"), &["quality"]), - (UniCase::ascii("ressurrection"), &["resurrection"]), - (UniCase::ascii("coencidental"), &["coincidental"]), - (UniCase::ascii("informis"), &["informs"]), - (UniCase::ascii("unrestrcited"), &["unrestricted"]), - (UniCase::ascii("refreshr"), &["refresher"]), - (UniCase::ascii("inevtiably"), &["inevitably"]), - (UniCase::ascii("indianna"), &["indiana"]), - (UniCase::ascii("audomoderator"), &["automoderator"]), - (UniCase::ascii("superfical"), &["superficial"]), - (UniCase::ascii("undescore"), &["underscore"]), - (UniCase::ascii("katastrophic"), &["catastrophic"]), - (UniCase::ascii("unbreakeble"), &["unbreakable"]), - (UniCase::ascii("strecthing"), &["stretching"]), - (UniCase::ascii("outraegously"), &["outrageously"]), - (UniCase::ascii("compability"), &["compatibility"]), - (UniCase::ascii("contaminacion"), &["contamination"]), - (UniCase::ascii("survivavility"), &["survivability"]), - (UniCase::ascii("acornyms"), &["acronyms"]), - (UniCase::ascii("underneight"), &["underweight"]), - (UniCase::ascii("donwvoting"), &["downvoting"]), - (UniCase::ascii("forigener"), &["foreigner"]), - (UniCase::ascii("definately"), &["definitely"]), - (UniCase::ascii("spreadsheats"), &["spreadsheets"]), - (UniCase::ascii("intervining"), &["intervening"]), - (UniCase::ascii("briuser"), &["bruiser"]), - (UniCase::ascii("tremondously"), &["tremendously"]), - (UniCase::ascii("emision"), &["emission"]), - (UniCase::ascii("cupboad"), &["cupboard"]), - (UniCase::ascii("depedencies"), &["dependencies"]), - (UniCase::ascii("communciated"), &["communicated"]), - (UniCase::ascii("technqiues"), &["techniques"]), - (UniCase::ascii("carrotts"), &["carrots"]), - (UniCase::ascii("distingusihing"), &["distinguishing"]), - (UniCase::ascii("accessibile"), &["accessible"]), - (UniCase::ascii("strugglign"), &["struggling"]), - (UniCase::ascii("successully"), &["successfully"]), - (UniCase::ascii("perputuates"), &["perpetuates"]), - (UniCase::ascii("reynols"), &["reynolds"]), - (UniCase::ascii("definatlely"), &["definately"]), - (UniCase::ascii("acknoweldge"), &["acknowledge"]), - (UniCase::ascii("schizophrania"), &["schizophrenia"]), - (UniCase::ascii("insertes"), &["inserts"]), - (UniCase::ascii("complict"), &["complicit"]), - (UniCase::ascii("acquaintences"), &["acquaintances"]), - (UniCase::ascii("misinterpriting"), &["misinterpreting"]), - (UniCase::ascii("accumalation"), &["accumulation"]), - (UniCase::ascii("misunderstandng"), &["misunderstandings"]), - (UniCase::ascii("acquaintaces"), &["acquaintances"]), - (UniCase::ascii("erested"), &["arrested"]), - (UniCase::ascii("prospertity"), &["prosperity"]), - (UniCase::ascii("depositers"), &["deposits"]), - (UniCase::ascii("satisfacory"), &["satisfactory"]), - (UniCase::ascii("partians"), &["partisan"]), - (UniCase::ascii("stupidfree"), &["stupider"]), - (UniCase::ascii("entrepeuner"), &["entrepreneur"]), - (UniCase::ascii("punisse"), &["punishes"]), - (UniCase::ascii("regeneratin"), &["regeneration"]), - (UniCase::ascii("replase"), &["replaces"]), - (UniCase::ascii("chrisitanity"), &["christianity"]), - (UniCase::ascii("receeding"), &["receding"]), - (UniCase::ascii("yuo"), &["you"]), - (UniCase::ascii("experiemnt"), &["experiment"]), - (UniCase::ascii("prostituion"), &["prostitution"]), - (UniCase::ascii("responsbile"), &["responsible"]), - (UniCase::ascii("tablesppons"), &["tablespoons"]), - (UniCase::ascii("proficienty"), &["proficiency"]), - (UniCase::ascii("hairstlye"), &["hairstyle"]), - (UniCase::ascii("premuim"), &["premium"]), - (UniCase::ascii("formatiing"), &["formatting"]), - (UniCase::ascii("superfulous"), &["superfluous"]), - (UniCase::ascii("transitionning"), &["transitioning"]), - (UniCase::ascii("counsle"), &["counsel"]), - (UniCase::ascii("compeating"), &["completing"]), - (UniCase::ascii("represention"), &["representing"]), - (UniCase::ascii("critizisms"), &["criticisms"]), - (UniCase::ascii("gimmickers"), &["gimmicks"]), - (UniCase::ascii("determinaton"), &["determination"]), - (UniCase::ascii("charactarization"), &["characterization"]), - (UniCase::ascii("dungeos"), &["dungeons"]), - (UniCase::ascii("continiuty"), &["continuity"]), - (UniCase::ascii("gunslingner"), &["gunslinger"]), - (UniCase::ascii("acused"), &["accused"]), - (UniCase::ascii("spontanuously"), &["spontaneously"]), - (UniCase::ascii("compalined"), &["complained"]), - (UniCase::ascii("resignement"), &["resignment"]), - (UniCase::ascii("familierize"), &["familiarize"]), - (UniCase::ascii("strenghten"), &["strengthen"]), - (UniCase::ascii("representn"), &["representing"]), - (UniCase::ascii("sociapaths"), &["sociopaths"]), - (UniCase::ascii("discribing"), &["describing"]), - (UniCase::ascii("inquirie"), &["inquire"]), - (UniCase::ascii("knowledegable"), &["knowledgeable"]), - (UniCase::ascii("unjustifed"), &["unjustified"]), - (UniCase::ascii("manufacturedd"), &["manufactured"]), - (UniCase::ascii("transferers"), &["transfers"]), - (UniCase::ascii("resistences"), &["resistances"]), - (UniCase::ascii("phillosophically"), &["philosophically"]), - (UniCase::ascii("terriroties"), &["territories"]), - (UniCase::ascii("confidentely"), &["confidently"]), - (UniCase::ascii("vulberability"), &["vulnerability"]), - (UniCase::ascii("passionnate"), &["passionate"]), - (UniCase::ascii("aldutery"), &["adultery"]), - (UniCase::ascii("fanficiton"), &["fanfiction"]), - (UniCase::ascii("registeres"), &["registers"]), - (UniCase::ascii("mediteranean"), &["mediterranean"]), - (UniCase::ascii("investegators"), &["investigators"]), - (UniCase::ascii("nrivana"), &["nirvana"]), - (UniCase::ascii("asteorid"), &["asteroid"]), - (UniCase::ascii("reconsiled"), &["reconsider"]), - (UniCase::ascii("elasped"), &["elapsed"]), - (UniCase::ascii("tylenool"), &["tylenol"]), - (UniCase::ascii("acomplished"), &["accomplished"]), - (UniCase::ascii("burtsing"), &["bursting"]), - (UniCase::ascii("forciblly"), &["forcibly"]), - (UniCase::ascii("deregulatin"), &["deregulation"]), - (UniCase::ascii("prerequesit"), &["prerequisite"]), - (UniCase::ascii("assasinates"), &["assassinates"]), - (UniCase::ascii("fortuante"), &["fortunate"]), - (UniCase::ascii("exploititive"), &["exploitative"]), - (UniCase::ascii("contractos"), &["contracts"]), - (UniCase::ascii("algorithmns"), &["algorithms"]), - (UniCase::ascii("legalizaiton"), &["legalization"]), - (UniCase::ascii("impeccible"), &["impeccable"]), - (UniCase::ascii("dissonence"), &["dissonance"]), - (UniCase::ascii("oversetimating"), &["overestimating"]), - (UniCase::ascii("unsubstantiaed"), &["unsubstantiated"]), - (UniCase::ascii("stirrig"), &["stirring"]), - (UniCase::ascii("unabel"), &["unable"]), - (UniCase::ascii("hydregon"), &["hydrogen"]), - (UniCase::ascii("gloriuos"), &["glorious"]), - (UniCase::ascii("verbaitm"), &["verbatim"]), - (UniCase::ascii("expereinced"), &["experienced"]), - (UniCase::ascii("circumferance"), &["circumference"]), - (UniCase::ascii("situacional"), &["situational"]), - (UniCase::ascii("comprension"), &["compression"]), - (UniCase::ascii("scholarhip"), &["scholarship"]), - (UniCase::ascii("transportng"), &["transporting"]), - (UniCase::ascii("benagls"), &["bengals"]), - (UniCase::ascii("manufacters"), &["manufactures"]), - (UniCase::ascii("godess"), &["goddess"]), - (UniCase::ascii("conecntration"), &["concentrations"]), - (UniCase::ascii("criminaly"), &["criminally"]), - (UniCase::ascii("idealogies"), &["ideologies"]), - (UniCase::ascii("concrets"), &["concerts"]), - (UniCase::ascii("interruped"), &["interrupted"]), - (UniCase::ascii("puasing"), &["pausing"]), - (UniCase::ascii("misproportionate"), &["disproportionate"]), - (UniCase::ascii("needels"), &["needles"]), - (UniCase::ascii("fundamentalistisk"), &["fundamentalists"]), - (UniCase::ascii("catogerized"), &["categorized"]), - (UniCase::ascii("inexpenisve"), &["inexpensive"]), - (UniCase::ascii("competidor"), &["competitor"]), - (UniCase::ascii("dessigned"), &["designed"]), - (UniCase::ascii("rumuors"), &["rumours"]), - (UniCase::ascii("extrotion"), &["extortion"]), - (UniCase::ascii("highligthing"), &["highlighting"]), - (UniCase::ascii("neighbords"), &["neighbours"]), - (UniCase::ascii("temeprature"), &["temperature"]), - (UniCase::ascii("intergrated"), &["integrated"]), - (UniCase::ascii("unreasonbly"), &["unreasonably"]), - (UniCase::ascii("expresss"), &["expresses"]), - (UniCase::ascii("misinterept"), &["misinterpret"]), - (UniCase::ascii("resemblace"), &["resemble"]), - (UniCase::ascii("autherized"), &["authorized"]), - (UniCase::ascii("phychologically"), &["psychologically"]), - (UniCase::ascii("contradiciton"), &["contradiction"]), - (UniCase::ascii("supermakret"), &["supermarkets"]), - (UniCase::ascii("phylosophically"), &["philosophically"]), - (UniCase::ascii("steroetypical"), &["stereotypical"]), - (UniCase::ascii("subscribbers"), &["subscribers"]), - (UniCase::ascii("wardobe"), &["wardrobe"]), - (UniCase::ascii("belligerant"), &["belligerent"]), - (UniCase::ascii("mimimum"), &["minimum"]), - (UniCase::ascii("promplty"), &["promptly"]), - (UniCase::ascii("froniter"), &["frontier"]), - (UniCase::ascii("repsecting"), &["respecting"]), - (UniCase::ascii("soley"), &["solely"]), - (UniCase::ascii("complicatred"), &["complicate"]), - (UniCase::ascii("preciesly"), &["precisely"]), - (UniCase::ascii("stupiditiy"), &["stupidity"]), - (UniCase::ascii("westmisnter"), &["westminster"]), - (UniCase::ascii("cranberrry"), &["cranberry"]), - (UniCase::ascii("volunteraly"), &["voluntarily"]), - (UniCase::ascii("religeously"), &["religiously"]), - (UniCase::ascii("uninitalizable"), &["uninitializable"]), - (UniCase::ascii("parenthises"), &["parenthesis"]), - (UniCase::ascii("tempreatures"), &["temperatures"]), - (UniCase::ascii("previos"), &["previous"]), - (UniCase::ascii("repeteadly"), &["repeatedly"]), - (UniCase::ascii("corinthains"), &["corinthians"]), - (UniCase::ascii("adquires"), &["acquires"]), - (UniCase::ascii("dipolma"), &["diploma"]), - (UniCase::ascii("elloitt"), &["elliott"]), - (UniCase::ascii("afforadble"), &["affordable"]), - (UniCase::ascii("develompent"), &["developments"]), - (UniCase::ascii("petetion"), &["petition"]), - (UniCase::ascii("hostpot"), &["hotspot"]), - (UniCase::ascii("depserately"), &["desperately"]), - (UniCase::ascii("driveris"), &["drivers"]), - (UniCase::ascii("concelear"), &["concealer"]), - (UniCase::ascii("alturistic"), &["altruistic"]), - (UniCase::ascii("dedicato"), &["dedication"]), - (UniCase::ascii("equitorial"), &["equatorial"]), - (UniCase::ascii("progressivley"), &["progressively"]), - (UniCase::ascii("tryannical"), &["tyrannical"]), - (UniCase::ascii("expolit"), &["exploit"]), - (UniCase::ascii("outpsoken"), &["outspoken"]), - (UniCase::ascii("proposels"), &["proposes"]), - (UniCase::ascii("ressembling"), &["resembling"]), - (UniCase::ascii("engagment"), &["engagement"]), - (UniCase::ascii("fasicst"), &["fascist"]), - (UniCase::ascii("definitlety"), &["definitly"]), - (UniCase::ascii("psychopathische"), &["psychopathic"]), - (UniCase::ascii("inexblicably"), &["inexplicably"]), - (UniCase::ascii("catastrohpic"), &["catastrophic"]), - (UniCase::ascii("protostants"), &["protestants"]), - (UniCase::ascii("celebrites"), &["celebrities"]), - (UniCase::ascii("availabiliy"), &["availability"]), - (UniCase::ascii("homosexuel"), &["homosexual"]), - (UniCase::ascii("perminantly"), &["permanently"]), - (UniCase::ascii("infrastructuur"), &["infrastructure"]), - (UniCase::ascii("indicaste"), &["indicates"]), - (UniCase::ascii("proficientcy"), &["proficiency"]), - (UniCase::ascii("racistas"), &["racists"]), - (UniCase::ascii("ehtnicity"), &["ethnicity"]), - (UniCase::ascii("deteriate"), &["deteriorate"]), - (UniCase::ascii("narcissm"), &["narcissism"]), - (UniCase::ascii("psychriatic"), &["psychiatric"]), - (UniCase::ascii("contentos"), &["contents"]), - (UniCase::ascii("unforgiveble"), &["unforgivable"]), - (UniCase::ascii("pitchferks"), &["pitchforks"]), - (UniCase::ascii("hybirds"), &["hybrids"]), - (UniCase::ascii("incentivate"), &["incentive"]), - (UniCase::ascii("cambpell"), &["campbell"]), - (UniCase::ascii("falshing"), &["flashing"]), - (UniCase::ascii("slighty"), &["slightly"]), - (UniCase::ascii("understsnd"), &["understands"]), - (UniCase::ascii("ironicaly"), &["ironically"]), - (UniCase::ascii("snwoballs"), &["snowballs"]), - (UniCase::ascii("nostriles"), &["nostrils"]), - (UniCase::ascii("positivs"), &["positives"]), - (UniCase::ascii("colgone"), &["cologne"]), - (UniCase::ascii("journalistisk"), &["journalists"]), - (UniCase::ascii("vikingos"), &["vikings"]), - (UniCase::ascii("sumbissive"), &["submissive"]), - (UniCase::ascii("younget"), &["youngest"]), - (UniCase::ascii("presidentcy"), &["presidency"]), - (UniCase::ascii("jouranlists"), &["journalists"]), - (UniCase::ascii("netwroking"), &["networking"]), - (UniCase::ascii("assagne"), &["assange"]), - (UniCase::ascii("substanitally"), &["substantially"]), - (UniCase::ascii("enviormental"), &["environmental"]), - (UniCase::ascii("depoisted"), &["deposited"]), - (UniCase::ascii("convencion"), &["convention"]), - (UniCase::ascii("assemblare"), &["assemble"]), - (UniCase::ascii("manifestato"), &["manifesto"]), - (UniCase::ascii("regsitry"), &["registry"]), - (UniCase::ascii("vitaliy"), &["vitality"]), - (UniCase::ascii("spoace"), &["space"]), - (UniCase::ascii("facillitate"), &["facilitate"]), - (UniCase::ascii("chocies"), &["choices"]), - (UniCase::ascii("millitary"), &["military"]), - (UniCase::ascii("wieghted"), &["weighted"]), - (UniCase::ascii("politicing"), &["politician"]), - (UniCase::ascii("consultent"), &["consultant"]), - (UniCase::ascii("homosexualls"), &["homosexuals"]), - (UniCase::ascii("legitimite"), &["legitimate"]), - (UniCase::ascii("broacasted"), &["broadcast"]), - (UniCase::ascii("thornes"), &["thrones"]), - (UniCase::ascii("spontaneosly"), &["spontaneously"]), - (UniCase::ascii("agnostocism"), &["agnosticism"]), - (UniCase::ascii("transitin"), &["transitions"]), - (UniCase::ascii("theoratically"), &["theoretically"]), - (UniCase::ascii("emited"), &["emitted"]), - (UniCase::ascii("evaluatiing"), &["evaluating"]), - (UniCase::ascii("cannister"), &["canister"]), - (UniCase::ascii("photoshooped"), &["photoshopped"]), - (UniCase::ascii("intergation"), &["integration"]), - (UniCase::ascii("appretiation"), &["appreciation"]), - (UniCase::ascii("somethintg"), &["somethings"]), - (UniCase::ascii("succede"), &["succeed"]), - (UniCase::ascii("seriosuly"), &["seriously"]), - (UniCase::ascii("experianced"), &["experienced"]), - (UniCase::ascii("desingation"), &["designation"]), - (UniCase::ascii("provisonal"), &["provisional"]), - (UniCase::ascii("hosptialized"), &["hospitalized"]), - (UniCase::ascii("capactior"), &["capacitor"]), - (UniCase::ascii("orchastrated"), &["orchestrated"]), - ( - UniCase::ascii("anthromorphization"), - &["anthropomorphization"], - ), - (UniCase::ascii("blueprients"), &["blueprints"]), - (UniCase::ascii("individuales"), &["individuals"]), - (UniCase::ascii("templeos"), &["temples"]), - (UniCase::ascii("rolepaly"), &["roleplay"]), - (UniCase::ascii("battlaion"), &["battalion"]), - (UniCase::ascii("hiptsers"), &["hipsters"]), - (UniCase::ascii("producerats"), &["producers"]), - (UniCase::ascii("annihliation"), &["annihilation"]), - (UniCase::ascii("coordiante"), &["coordinate"]), - (UniCase::ascii("cheif"), &["chief"]), - (UniCase::ascii("consentrating"), &["concentrating"]), - (UniCase::ascii("conescutive"), &["consecutive"]), - (UniCase::ascii("synagouge"), &["synagogue"]), - (UniCase::ascii("australiams"), &["australians"]), - (UniCase::ascii("approrpiation"), &["appropriation"]), - (UniCase::ascii("italianess"), &["italians"]), - (UniCase::ascii("comparission"), &["comparisons"]), - (UniCase::ascii("tatoo"), &["tattoo"]), - (UniCase::ascii("liberalsim"), &["liberalism"]), - (UniCase::ascii("somethingis"), &["somethings"]), - (UniCase::ascii("cheeseburgie"), &["cheeseburger"]), - (UniCase::ascii("inbelievable"), &["unbelievable"]), - (UniCase::ascii("ostrasized"), &["ostracized"]), - (UniCase::ascii("historisch"), &["historic"]), - (UniCase::ascii("prerequisets"), &["prerequisite"]), - (UniCase::ascii("strengthes"), &["strengths"]), - (UniCase::ascii("sawstika"), &["swastika"]), - (UniCase::ascii("develpoments"), &["developments"]), - (UniCase::ascii("crystas"), &["crystals"]), - (UniCase::ascii("adventue"), &["adventures"]), - (UniCase::ascii("progressivo"), &["progression"]), - (UniCase::ascii("practies"), &["practise"]), - (UniCase::ascii("realoded"), &["reloaded"]), - (UniCase::ascii("fantasmically"), &["fantastically"]), - (UniCase::ascii("disrespectul"), &["disrespectful"]), - (UniCase::ascii("northeren"), &["northern"]), - (UniCase::ascii("philosohpically"), &["philosophically"]), - (UniCase::ascii("wathcer"), &["watcher"]), - (UniCase::ascii("flexibillity"), &["flexibility"]), - (UniCase::ascii("dominateurs"), &["dominates"]), - (UniCase::ascii("spontainously"), &["spontaneously"]), - (UniCase::ascii("anniversiary"), &["anniversary"]), - (UniCase::ascii("generalife"), &["generalize"]), - (UniCase::ascii("lieutanant"), &["lieutenant"]), - (UniCase::ascii("concerte"), &["concrete"]), - (UniCase::ascii("anonymoys"), &["anonymously"]), - (UniCase::ascii("litterally"), &["literally"]), - (UniCase::ascii("breifly"), &["briefly"]), - (UniCase::ascii("continant"), &["continental"]), - (UniCase::ascii("indiffernce"), &["indifference"]), - (UniCase::ascii("consilation"), &["consolation"]), - (UniCase::ascii("conlcude"), &["conclude"]), - (UniCase::ascii("thougths"), &["thoughts"]), - (UniCase::ascii("endanged"), &["endangered"]), - (UniCase::ascii("anonimity"), &["anonymity"]), - (UniCase::ascii("deocrative"), &["decorative"]), - (UniCase::ascii("campain"), &["campaign"]), - (UniCase::ascii("nominacion"), &["nomination"]), - (UniCase::ascii("neglegting"), &["neglecting"]), - (UniCase::ascii("picthes"), &["pitches"]), - (UniCase::ascii("islamsit"), &["islamist"]), - (UniCase::ascii("constitutn"), &["constituents"]), - (UniCase::ascii("cilmbers"), &["climbers"]), - (UniCase::ascii("incompatabile"), &["incompatible"]), - (UniCase::ascii("percantage"), &["percentage"]), - (UniCase::ascii("restauring"), &["restarting"]), - (UniCase::ascii("traversier"), &["traverse"]), - (UniCase::ascii("clutchign"), &["clutching"]), - (UniCase::ascii("overhtinking"), &["overthinking"]), - (UniCase::ascii("airlfow"), &["airflow"]), - (UniCase::ascii("quantitty"), &["quantity"]), - (UniCase::ascii("contanting"), &["contacting"]), - (UniCase::ascii("commuinications"), &["communications"]), - (UniCase::ascii("anectode"), &["anecdote"]), - (UniCase::ascii("expectus"), &["expects"]), - (UniCase::ascii("girlfrients"), &["girlfriends"]), - (UniCase::ascii("wilderniss"), &["wilderness"]), - (UniCase::ascii("mountian"), &["mountain"]), - (UniCase::ascii("similtaneously"), &["simultaneously"]), - (UniCase::ascii("desensatized"), &["desensitized"]), - (UniCase::ascii("cooridnated"), &["coordinated"]), - (UniCase::ascii("imigrated"), &["emigrated"]), - (UniCase::ascii("inclinde"), &["incline"]), - (UniCase::ascii("cheeseface"), &["cheesecake"]), - (UniCase::ascii("disingenuious"), &["disingenuous"]), - (UniCase::ascii("settlment"), &["settlement"]), - (UniCase::ascii("shanghia"), &["shanghai"]), - (UniCase::ascii("brotherhod"), &["brotherhood"]), - (UniCase::ascii("interacive"), &["interactive"]), - (UniCase::ascii("irrationaly"), &["irrationally"]), - (UniCase::ascii("lollipoopy"), &["lollipop"]), - (UniCase::ascii("conservitism"), &["conservatism"]), - (UniCase::ascii("manufactored"), &["manufactured"]), - (UniCase::ascii("challender"), &["challenger"]), - (UniCase::ascii("reagrds"), &["regards"]), - (UniCase::ascii("consciouness"), &["consciousness"]), - (UniCase::ascii("moderacion"), &["moderation"]), - (UniCase::ascii("misunderstamding"), &["misunderstandings"]), - (UniCase::ascii("coordenated"), &["coordinated"]), - (UniCase::ascii("maniuplation"), &["manipulation"]), - (UniCase::ascii("wholeheartadly"), &["wholeheartedly"]), - (UniCase::ascii("suop"), &["soup"]), - (UniCase::ascii("cansiter"), &["canister"]), - (UniCase::ascii("arguabley"), &["arguably"]), - (UniCase::ascii("grantie"), &["granite"]), - (UniCase::ascii("progresssion"), &["progressions"]), - (UniCase::ascii("organim"), &["organism"]), - (UniCase::ascii("unprecidented"), &["unprecedented"]), - (UniCase::ascii("microwae"), &["microwaves"]), - (UniCase::ascii("terriblly"), &["terribly"]), - (UniCase::ascii("academicas"), &["academics"]), - (UniCase::ascii("chalenging"), &["challenging"]), - (UniCase::ascii("caucaisan"), &["caucasian"]), - (UniCase::ascii("thumbnal"), &["thumbnails"]), - (UniCase::ascii("virtualy"), &["virtually"]), - (UniCase::ascii("initmidate"), &["intimidate"]), - (UniCase::ascii("basiclay"), &["basicly"]), - (UniCase::ascii("distrobution"), &["distribution"]), - (UniCase::ascii("clinicaly"), &["clinically"]), - (UniCase::ascii("teamfighs"), &["teamfights"]), - (UniCase::ascii("emualtion"), &["emulation"]), - (UniCase::ascii("wellingotn"), &["wellington"]), - (UniCase::ascii("buthcered"), &["butchered"]), - (UniCase::ascii("indianopolis"), &["indianapolis"]), - (UniCase::ascii("termiantor"), &["terminator"]), - (UniCase::ascii("adknowledges"), &["acknowledges"]), - (UniCase::ascii("counsilers"), &["counselors"]), - (UniCase::ascii("contemporany"), &["contemporary"]), - (UniCase::ascii("uninstallng"), &["uninstalling"]), - (UniCase::ascii("homogenuous"), &["homogeneous"]), - (UniCase::ascii("infinitley"), &["infinitely"]), - (UniCase::ascii("steriel"), &["sterile"]), - (UniCase::ascii("manufactureres"), &["manufacturers"]), - (UniCase::ascii("sensationilism"), &["sensationalism"]), - (UniCase::ascii("abutts"), &["abuts"]), - (UniCase::ascii("pharmasist"), &["pharmacist"]), - (UniCase::ascii("blaimed"), &["blamed"]), - (UniCase::ascii("punishmnet"), &["punishments"]), - (UniCase::ascii("determinsm"), &["determinism"]), - (UniCase::ascii("subsequant"), &["subsequent"]), - (UniCase::ascii("instructior"), &["instructor"]), - (UniCase::ascii("startegically"), &["strategically"]), - (UniCase::ascii("recpetors"), &["receptors"]), - (UniCase::ascii("merchindise"), &["merchandise"]), - (UniCase::ascii("prospectos"), &["prospects"]), - (UniCase::ascii("signular"), &["singular"]), - (UniCase::ascii("terroristas"), &["terrorists"]), - (UniCase::ascii("presentaion"), &["presentation"]), - (UniCase::ascii("economisit"), &["economists"]), - (UniCase::ascii("acculumation"), &["accumulation"]), - (UniCase::ascii("refereneces"), &["references"]), - (UniCase::ascii("needlessy"), &["needlessly"]), - (UniCase::ascii("conceivabley"), &["conceivably"]), - (UniCase::ascii("inaccurrate"), &["inaccurate"]), - (UniCase::ascii("acculumate"), &["accumulate"]), - (UniCase::ascii("entertainig"), &["entertaining"]), - (UniCase::ascii("illuminanti"), &["illuminati"]), - (UniCase::ascii("inconveniant"), &["inconvenient"]), - (UniCase::ascii("christimas"), &["christians"]), - (UniCase::ascii("prevelant"), &["prevalent"]), - (UniCase::ascii("immobilzed"), &["immobile"]), - (UniCase::ascii("unnecessairy"), &["unnecessarily"]), - (UniCase::ascii("delivere"), &["deliveries"]), - (UniCase::ascii("sorrounding"), &["surrounding"]), - (UniCase::ascii("downvoteds"), &["downvoters"]), - (UniCase::ascii("disconnet"), &["disconnect"]), - (UniCase::ascii("refereees"), &["referees"]), - (UniCase::ascii("concideration"), &["consideration"]), - (UniCase::ascii("controdicting"), &["contradicting"]), - (UniCase::ascii("impossibilty"), &["impossibility"]), - (UniCase::ascii("contribuent"), &["contribute"]), - (UniCase::ascii("speciallized"), &["specialised"]), - (UniCase::ascii("brabarian"), &["barbarian"]), - (UniCase::ascii("remmeber"), &["remember"]), - (UniCase::ascii("representativo"), &["representation"]), - (UniCase::ascii("collectes"), &["collects"]), - (UniCase::ascii("optimizate"), &["optimize"]), - (UniCase::ascii("guatamalan"), &["guatemalan"]), - (UniCase::ascii("lieutenent"), &["lieutenant"]), - (UniCase::ascii("templaras"), &["templars"]), - (UniCase::ascii("malasiya"), &["malaysia"]), - (UniCase::ascii("instruktor"), &["instructor"]), - (UniCase::ascii("democrates"), &["democrats"]), - (UniCase::ascii("organisera"), &["organizers"]), - (UniCase::ascii("subconsicously"), &["subconsciously"]), - (UniCase::ascii("bulidings"), &["buildings"]), - (UniCase::ascii("existencial"), &["existential"]), - (UniCase::ascii("thubmnails"), &["thumbnails"]), - (UniCase::ascii("mysterise"), &["mysteries"]), - (UniCase::ascii("quitely"), &["quietly"]), - (UniCase::ascii("alternatieve"), &["alternative"]), - (UniCase::ascii("authenticaion"), &["authentication"]), - (UniCase::ascii("sponsorise"), &["sponsors"]), - (UniCase::ascii("cinematograhpy"), &["cinematography"]), - (UniCase::ascii("implausbile"), &["implausible"]), - (UniCase::ascii("balconey"), &["balcony"]), - (UniCase::ascii("hypotehtical"), &["hypothetical"]), - (UniCase::ascii("bargian"), &["bargain"]), - (UniCase::ascii("garuantees"), &["guarantees"]), - (UniCase::ascii("toturials"), &["tutorials"]), - (UniCase::ascii("isralei"), &["israeli"]), - (UniCase::ascii("inconsequentual"), &["inconsequential"]), - (UniCase::ascii("amphatamines"), &["amphetamines"]), - (UniCase::ascii("bureaucats"), &["bureaucrats"]), - (UniCase::ascii("dedikation"), &["dedication"]), - (UniCase::ascii("accumule"), &["accumulate"]), - (UniCase::ascii("symmety"), &["symmetry"]), - (UniCase::ascii("bubblews"), &["bubbles"]), - (UniCase::ascii("mutlitude"), &["multitude"]), - (UniCase::ascii("entreprenour"), &["entrepreneur"]), - (UniCase::ascii("airpost"), &["airports"]), - (UniCase::ascii("morriosn"), &["morrison"]), - (UniCase::ascii("konfidential"), &["confidential"]), - (UniCase::ascii("engineerd"), &["engineered"]), - (UniCase::ascii("fabricas"), &["fabrics"]), - (UniCase::ascii("militiants"), &["militias"]), - (UniCase::ascii("blackhakws"), &["blackhawks"]), - (UniCase::ascii("coindidental"), &["coincidental"]), - (UniCase::ascii("uniquesness"), &["uniqueness"]), - (UniCase::ascii("criticizms"), &["criticisms"]), - (UniCase::ascii("presumibly"), &["presumably"]), - (UniCase::ascii("borderlans"), &["borderlands"]), - (UniCase::ascii("constituante"), &["constituents"]), - (UniCase::ascii("representas"), &["represents"]), - (UniCase::ascii("stereotypeing"), &["stereotyping"]), - (UniCase::ascii("beggin"), &["begin"]), - (UniCase::ascii("facisnation"), &["fascination"]), - (UniCase::ascii("calibratin"), &["calibration"]), - (UniCase::ascii("varstiy"), &["varsity"]), - (UniCase::ascii("complicaitons"), &["complication"]), - (UniCase::ascii("genitaliban"), &["genitalia"]), - (UniCase::ascii("smoe"), &["some"]), - (UniCase::ascii("indicatie"), &["indicative"]), - (UniCase::ascii("mysitcal"), &["mystical"]), - (UniCase::ascii("restricitve"), &["restrictive"]), - (UniCase::ascii("battleshop"), &["battleship"]), - (UniCase::ascii("techinques"), &["techniques"]), - (UniCase::ascii("montaeg"), &["montage"]), - (UniCase::ascii("reapired"), &["repaired"]), - (UniCase::ascii("individuati"), &["individuality"]), - (UniCase::ascii("extermely"), &["extremely"]), - (UniCase::ascii("athletisicm"), &["athleticism"]), - (UniCase::ascii("reviewtrue"), &["reviewer"]), - (UniCase::ascii("worshopping"), &["worshipping"]), - (UniCase::ascii("monogmay"), &["monogamy"]), - (UniCase::ascii("chelsae"), &["chelsea"]), - (UniCase::ascii("destroyeer"), &["destroyers"]), - (UniCase::ascii("wrteched"), &["wretched"]), - (UniCase::ascii("flourescent"), &["fluorescent"]), - (UniCase::ascii("costitution"), &["constitution"]), - (UniCase::ascii("hypocracy"), &["hypocrisy"]), - (UniCase::ascii("announcemnts"), &["announcements"]), - (UniCase::ascii("earthquakers"), &["earthquakes"]), - (UniCase::ascii("commendments"), &["commandments"]), - (UniCase::ascii("assoication"), &["association"]), - (UniCase::ascii("mysogenistic"), &["misogynistic"]), - (UniCase::ascii("mkaing"), &["making"]), - (UniCase::ascii("intimitated"), &["intimidated"]), - (UniCase::ascii("retireds"), &["retires"]), - (UniCase::ascii("critisize"), &["criticise"]), - (UniCase::ascii("matieral"), &["material"]), - (UniCase::ascii("unfairy"), &["unfairly"]), - (UniCase::ascii("acknowledget"), &["acknowledgement"]), - (UniCase::ascii("coordinaton"), &["coordination"]), - (UniCase::ascii("arbitrarilly"), &["arbitrarily"]), - (UniCase::ascii("distribustion"), &["distributions"]), - (UniCase::ascii("compenduim"), &["compendium"]), - (UniCase::ascii("systemetically"), &["systematically"]), - (UniCase::ascii("somwhere"), &["somewhere"]), - (UniCase::ascii("bloodporne"), &["bloodborne"]), - (UniCase::ascii("connecticon"), &["connection"]), - (UniCase::ascii("cirticising"), &["criticising"]), - (UniCase::ascii("furiosuly"), &["furiously"]), - (UniCase::ascii("arithmethic"), &["arithmetic"]), - (UniCase::ascii("privilegier"), &["privilege"]), - (UniCase::ascii("metropilis"), &["metropolis"]), - (UniCase::ascii("victumized"), &["victimized"]), - (UniCase::ascii("genitalias"), &["genitals"]), - (UniCase::ascii("idenfity"), &["identify"]), - (UniCase::ascii("seperatley"), &["seperate"]), - (UniCase::ascii("omlette"), &["omelette"]), - (UniCase::ascii("dilpoma"), &["diploma"]), - (UniCase::ascii("convienence"), &["convenience"]), - (UniCase::ascii("festivalens"), &["festivals"]), - (UniCase::ascii("pscyhopath"), &["psychopath"]), - (UniCase::ascii("outpalyed"), &["outplayed"]), - (UniCase::ascii("obtianable"), &["obtainable"]), - (UniCase::ascii("efficiancy"), &["efficiency"]), - (UniCase::ascii("anticiapted"), &["anticipated"]), - (UniCase::ascii("illuminuti"), &["illuminati"]), - (UniCase::ascii("mozzarela"), &["mozzarella"]), - (UniCase::ascii("atributes"), &["attributes"]), - (UniCase::ascii("simiilar"), &["similiar"]), - (UniCase::ascii("applaued"), &["applaud"]), - (UniCase::ascii("forgiviness"), &["forgiveness"]), - (UniCase::ascii("helicoptor"), &["helicopter"]), - (UniCase::ascii("inclince"), &["incline"]), - (UniCase::ascii("logsitics"), &["logistics"]), - (UniCase::ascii("acordingly"), &["accordingly"]), - (UniCase::ascii("inacuraccies"), &["inaccuracies"]), - (UniCase::ascii("ukarine"), &["ukraine"]), - (UniCase::ascii("performanes"), &["performances"]), - (UniCase::ascii("sponsorees"), &["sponsors"]), - (UniCase::ascii("obscuirty"), &["obscurity"]), - (UniCase::ascii("specialzied"), &["specialized"]), - (UniCase::ascii("sypmathy"), &["sympathy"]), - (UniCase::ascii("nuerons"), &["neurons"]), - (UniCase::ascii("embarrasement"), &["embarrassment"]), - (UniCase::ascii("feasbile"), &["feasible"]), - (UniCase::ascii("inconprehensible"), &["incomprehensible"]), - (UniCase::ascii("fulfulling"), &["fulfilling"]), - (UniCase::ascii("amnsety"), &["amnesty"]), - (UniCase::ascii("foundary"), &["foundry"]), - (UniCase::ascii("resperitory"), &["respiratory"]), - (UniCase::ascii("poisonos"), &["poisons"]), - (UniCase::ascii("consequeseces"), &["consequences"]), - (UniCase::ascii("ambassodor"), &["ambassador"]), - (UniCase::ascii("generalizate"), &["generalize"]), - (UniCase::ascii("neturality"), &["neutrality"]), - (UniCase::ascii("anticuated"), &["antiquated"]), - (UniCase::ascii("battlehips"), &["battleship"]), - (UniCase::ascii("eyeballls"), &["eyeballs"]), - (UniCase::ascii("insonmia"), &["insomnia"]), - (UniCase::ascii("inmigrants"), &["immigrants"]), - (UniCase::ascii("masturdating"), &["masturbating"]), - (UniCase::ascii("horiztonal"), &["horizontal"]), - (UniCase::ascii("subredddits"), &["subreddits"]), - (UniCase::ascii("butterfleye"), &["butterfly"]), - (UniCase::ascii("answeres"), &["answers"]), - (UniCase::ascii("diphtong"), &["diphthong"]), - (UniCase::ascii("charmisa"), &["charisma"]), - (UniCase::ascii("unconventianal"), &["unconventional"]), - (UniCase::ascii("wnat"), &["want"]), - (UniCase::ascii("calroies"), &["calories"]), - (UniCase::ascii("egytpians"), &["egyptians"]), - (UniCase::ascii("messgaed"), &["messaged"]), - (UniCase::ascii("flavord"), &["flavored"]), - (UniCase::ascii("initiaitve"), &["initiatives"]), - (UniCase::ascii("confidenciality"), &["confidential"]), - (UniCase::ascii("survivied"), &["survived"]), - (UniCase::ascii("greviances"), &["grievances"]), - (UniCase::ascii("terminarlo"), &["terminal"]), - (UniCase::ascii("ingeniuty"), &["ingenuity"]), - (UniCase::ascii("contribuer"), &["contribute"]), - (UniCase::ascii("biogted"), &["bigoted"]), - (UniCase::ascii("vangurad"), &["vanguard"]), - (UniCase::ascii("glicthes"), &["glitches"]), - (UniCase::ascii("hallcuination"), &["hallucination"]), - (UniCase::ascii("activaters"), &["activates"]), - (UniCase::ascii("inticrate"), &["intricate"]), - (UniCase::ascii("relcutantly"), &["reluctantly"]), - (UniCase::ascii("exipration"), &["expiration"]), - (UniCase::ascii("gauntlents"), &["gauntlet"]), - (UniCase::ascii("italianas"), &["italians"]), - (UniCase::ascii("hotshoot"), &["hotshot"]), - (UniCase::ascii("acheivement"), &["achievement"]), - (UniCase::ascii("mataphorical"), &["metaphorical"]), - (UniCase::ascii("demolision"), &["demolition"]), - (UniCase::ascii("canides"), &["candies"]), - (UniCase::ascii("unrestriced"), &["unrestricted"]), - (UniCase::ascii("streamd"), &["streamed"]), - (UniCase::ascii("asssits"), &["assists"]), - (UniCase::ascii("reuinon"), &["reunion"]), - (UniCase::ascii("durabiliy"), &["durability"]), - (UniCase::ascii("privalege"), &["privilege"]), - (UniCase::ascii("apporaches"), &["approaches"]), - (UniCase::ascii("olbigatory"), &["obligatory"]), - (UniCase::ascii("powerprint"), &["powerpoint"]), - (UniCase::ascii("transformacion"), &["transformation"]), - (UniCase::ascii("fullscreeen"), &["fullscreen"]), - (UniCase::ascii("malaysa"), &["malaysia"]), - (UniCase::ascii("ultimely"), &["ultimately"]), - (UniCase::ascii("compatibily"), &["compatibility"]), - (UniCase::ascii("motorollas"), &["motorola"]), - (UniCase::ascii("romaanin"), &["romanian"]), - (UniCase::ascii("constitues"), &["constitutes"]), - (UniCase::ascii("mechansims"), &["mechanisms"]), - (UniCase::ascii("intelligient"), &["intelligent"]), - (UniCase::ascii("difficutly"), &["difficulty"]), - (UniCase::ascii("colloborate"), &["collaborate"]), - (UniCase::ascii("moisturizng"), &["moisturizing"]), - (UniCase::ascii("specialistes"), &["specialists"]), - (UniCase::ascii("underneith"), &["underneath"]), - (UniCase::ascii("apartmet"), &["apartments"]), - (UniCase::ascii("concret"), &["concert"]), - (UniCase::ascii("accountent"), &["accountant"]), - (UniCase::ascii("delfection"), &["deflection"]), - (UniCase::ascii("phenemona"), &["phenomena"]), - (UniCase::ascii("sadning"), &["sanding"]), - (UniCase::ascii("stubbon"), &["stubborn"]), - (UniCase::ascii("perferable"), &["preferable"]), - (UniCase::ascii("dispartiy"), &["disparity"]), - (UniCase::ascii("iwll"), &["will"]), - (UniCase::ascii("proffesor"), &["professor"]), - (UniCase::ascii("chanisaw"), &["chainsaw"]), - (UniCase::ascii("liason"), &["liaison"]), - (UniCase::ascii("breakdows"), &["breakdowns"]), - (UniCase::ascii("overlaod"), &["overload"]), - (UniCase::ascii("informacion"), &["information"]), - (UniCase::ascii("merchanidse"), &["merchandise"]), - (UniCase::ascii("goergia"), &["georgia"]), - (UniCase::ascii("capitilist"), &["capitalist"]), - (UniCase::ascii("dardenelles"), &["dardanelles"]), - (UniCase::ascii("scandalos"), &["scandals"]), - (UniCase::ascii("americants"), &["americas"]), - (UniCase::ascii("inexpierence"), &["inexperienced"]), - (UniCase::ascii("taht"), &["that"]), - (UniCase::ascii("arbritary"), &["arbitrary"]), - (UniCase::ascii("counciles"), &["councils"]), - (UniCase::ascii("endlessley"), &["endlessly"]), - (UniCase::ascii("stlyish"), &["stylish"]), - (UniCase::ascii("insticnts"), &["instincts"]), - (UniCase::ascii("phsyical"), &["physical"]), - (UniCase::ascii("liuetenant"), &["lieutenant"]), - (UniCase::ascii("contendors"), &["contenders"]), - (UniCase::ascii("warrios"), &["warriors"]), - (UniCase::ascii("disappearnace"), &["disappearance"]), - (UniCase::ascii("specimines"), &["specimen"]), - (UniCase::ascii("mindcarck"), &["mindcrack"]), - (UniCase::ascii("popluations"), &["populations"]), - (UniCase::ascii("descripcion"), &["description"]), - (UniCase::ascii("jasmien"), &["jasmine"]), - (UniCase::ascii("catasthrope"), &["catastrophe"]), - (UniCase::ascii("perfektion"), &["perfection"]), - (UniCase::ascii("explinatory"), &["explanatory"]), - (UniCase::ascii("centrase"), &["centres"]), - (UniCase::ascii("scandalose"), &["scandals"]), - (UniCase::ascii("accostumed"), &["accustomed"]), - (UniCase::ascii("distrabution"), &["distribution"]), - (UniCase::ascii("downvoteres"), &["downvoters"]), - (UniCase::ascii("paramiters"), &["parameters"]), - (UniCase::ascii("misdeamenor"), &["misdemeanor"]), - (UniCase::ascii("definito"), &["definition"]), - (UniCase::ascii("nightmarket"), &["nightmare"]), - (UniCase::ascii("agre"), &["agree"]), - (UniCase::ascii("spartaniis"), &["spartans"]), - (UniCase::ascii("temporarilly"), &["temporarily"]), - (UniCase::ascii("authoroties"), &["authorities"]), - (UniCase::ascii("apporpriate"), &["appropriate"]), - (UniCase::ascii("maniuplate"), &["manipulate"]), - (UniCase::ascii("essentails"), &["essentials"]), - (UniCase::ascii("mediveal"), &["medieval"]), - (UniCase::ascii("prologomena"), &["prolegomena"]), - (UniCase::ascii("narcissict"), &["narcissist"]), - (UniCase::ascii("paltforms"), &["platforms"]), - (UniCase::ascii("destruktive"), &["destructive"]), - (UniCase::ascii("buglaria"), &["bulgaria"]), - (UniCase::ascii("sorpanos"), &["sopranos"]), - (UniCase::ascii("excerising"), &["exercising"]), - (UniCase::ascii("cinimatography"), &["cinematography"]), - (UniCase::ascii("mellinnium"), &["millennium"]), - (UniCase::ascii("unemployent"), &["unemployment"]), - (UniCase::ascii("interviwer"), &["interviewer"]), - (UniCase::ascii("rectanlge"), &["rectangle"]), - (UniCase::ascii("annoucnes"), &["announces"]), - (UniCase::ascii("prejiduced"), &["prejudiced"]), - (UniCase::ascii("configruation"), &["configurations"]), - (UniCase::ascii("philosipher"), &["philosopher"]), - (UniCase::ascii("reliablely"), &["reliably"]), - (UniCase::ascii("gradification"), &["gratification"]), - (UniCase::ascii("commited"), &["committed"]), - (UniCase::ascii("agruement"), &["arguement"]), - (UniCase::ascii("laboreres"), &["laborers"]), - (UniCase::ascii("overhooking"), &["overlooking"]), - (UniCase::ascii("convinse"), &["convinces"]), - (UniCase::ascii("interecting"), &["interacting"]), - (UniCase::ascii("mirrord"), &["mirrored"]), - (UniCase::ascii("releses"), &["releases"]), - (UniCase::ascii("nutrutional"), &["nutritional"]), - (UniCase::ascii("underastimating"), &["underestimating"]), - (UniCase::ascii("poylgon"), &["polygon"]), - (UniCase::ascii("dinosaurus"), &["dinosaurs"]), - (UniCase::ascii("buliding"), &["building"]), - (UniCase::ascii("idaes"), &["ideas"]), - (UniCase::ascii("streaching"), &["stretching"]), - (UniCase::ascii("espression"), &["espresso"]), - (UniCase::ascii("restruction"), &["restriction"]), - (UniCase::ascii("washignton"), &["washington"]), - (UniCase::ascii("netowrk"), &["network"]), - (UniCase::ascii("christains"), &["christians"]), - (UniCase::ascii("accomodate"), &["accommodate"]), - (UniCase::ascii("procedding"), &["proceeding"]), - (UniCase::ascii("disconencted"), &["disconnected"]), - (UniCase::ascii("unoriginial"), &["unoriginal"]), - (UniCase::ascii("unsolicated"), &["unsolicited"]), - (UniCase::ascii("premeire"), &["premiere"]), - (UniCase::ascii("archetect"), &["architect"]), - (UniCase::ascii("perferring"), &["preferring"]), - (UniCase::ascii("explicatie"), &["explicit"]), - (UniCase::ascii("attributred"), &["attributed"]), - (UniCase::ascii("artemios"), &["artemis"]), - (UniCase::ascii("abandond"), &["abandoned"]), - (UniCase::ascii("juggernout"), &["juggernaut"]), - (UniCase::ascii("neighboor"), &["neighbor"]), - (UniCase::ascii("conqeur"), &["conquer"]), - (UniCase::ascii("foreinger"), &["foreigner"]), - (UniCase::ascii("pricipal"), &["principal"]), - (UniCase::ascii("besitality"), &["bestiality"]), - (UniCase::ascii("difficutlies"), &["difficulties"]), - (UniCase::ascii("unrealitic"), &["unrealistic"]), - (UniCase::ascii("eliminster"), &["eliminates"]), - (UniCase::ascii("engineed"), &["engineered"]), - (UniCase::ascii("doctirne"), &["doctrine"]), - (UniCase::ascii("consdider"), &["consider"]), - (UniCase::ascii("discreting"), &["discretion"]), - (UniCase::ascii("linnaena"), &["linnaean"]), - (UniCase::ascii("comission"), &["commission"]), - (UniCase::ascii("knietic"), &["kinetic"]), - (UniCase::ascii("sasketchawan"), &["saskatchewan"]), - (UniCase::ascii("strentghs"), &["strengths"]), - (UniCase::ascii("translatron"), &["translation"]), - (UniCase::ascii("masturbsted"), &["masturbated"]), - (UniCase::ascii("accountents"), &["accountants"]), - (UniCase::ascii("spontaenous"), &["spontaneous"]), - (UniCase::ascii("mastutbation"), &["masturbation"]), - (UniCase::ascii("disclsoure"), &["disclosure"]), - (UniCase::ascii("competitivo"), &["competition"]), - (UniCase::ascii("hospitales"), &["hospitals"]), - (UniCase::ascii("liek"), &["like"]), - (UniCase::ascii("unbeateble"), &["unbeatable"]), - (UniCase::ascii("trancending"), &["transcending"]), - (UniCase::ascii("reffered"), &["referred"]), - (UniCase::ascii("cabbagge"), &["cabbage"]), - (UniCase::ascii("limination"), &["limitation"]), - (UniCase::ascii("insturcted"), &["instructed"]), - (UniCase::ascii("statuse"), &["statutes"]), - (UniCase::ascii("ressemblance"), &["resemblance"]), - (UniCase::ascii("inadiquate"), &["inadequate"]), - (UniCase::ascii("conveinently"), &["conveniently"]), - (UniCase::ascii("sylablles"), &["syllables"]), - (UniCase::ascii("seriuosly"), &["seriously"]), - (UniCase::ascii("friendzies"), &["friendlies"]), - (UniCase::ascii("bussiness"), &["business"]), - (UniCase::ascii("apprecaite"), &["appreciate"]), - (UniCase::ascii("mecahnic"), &["mechanic"]), - (UniCase::ascii("extrapolant"), &["extrapolate"]), - (UniCase::ascii("resaurant"), &["restaurant"]), - (UniCase::ascii("oribtal"), &["orbital"]), - (UniCase::ascii("evalutaion"), &["evaluation"]), - (UniCase::ascii("misoginist"), &["misogynist"]), - (UniCase::ascii("computarized"), &["computerized"]), - (UniCase::ascii("crusiers"), &["cruisers"]), - (UniCase::ascii("triggerring"), &["triggering"]), - (UniCase::ascii("suround"), &["surround"]), - (UniCase::ascii("forseeable"), &["foreseeable"]), - (UniCase::ascii("bureaucractic"), &["bureaucratic"]), - (UniCase::ascii("analoge"), &["analogue"]), - (UniCase::ascii("celsuis"), &["celsius"]), - (UniCase::ascii("syracue"), &["syracuse"]), - (UniCase::ascii("celebrationis"), &["celebrations"]), - (UniCase::ascii("snycing"), &["syncing"]), - (UniCase::ascii("phenonemon"), &["phenomenon"]), - (UniCase::ascii("soundtrakk"), &["soundtrack"]), - (UniCase::ascii("caluiflower"), &["cauliflower"]), - (UniCase::ascii("benhgazi"), &["benghazi"]), - (UniCase::ascii("protraying"), &["portraying"]), - (UniCase::ascii("weaknesss"), &["weaknesses"]), - (UniCase::ascii("bankrupcy"), &["bankruptcy"]), - (UniCase::ascii("distractes"), &["distracts"]), - (UniCase::ascii("peoms"), &["poems"]), - (UniCase::ascii("neglacting"), &["neglecting"]), - (UniCase::ascii("nmae"), &["name"]), - (UniCase::ascii("liberatrianism"), &["libertarianism"]), - (UniCase::ascii("egaliterian"), &["egalitarian"]), - (UniCase::ascii("compositae"), &["composite"]), - (UniCase::ascii("substituts"), &["substitutes"]), - (UniCase::ascii("humillation"), &["humiliation"]), - (UniCase::ascii("teleporing"), &["teleporting"]), - (UniCase::ascii("jailbrek"), &["jailbreak"]), - (UniCase::ascii("statistc"), &["statistic"]), - (UniCase::ascii("inevetable"), &["inevitable"]), - (UniCase::ascii("purcahse"), &["purchase"]), - (UniCase::ascii("anecdots"), &["anecdotes"]), - (UniCase::ascii("oponent"), &["opponent"]), - (UniCase::ascii("bachleor"), &["bachelor"]), - (UniCase::ascii("copengagen"), &["copenhagen"]), - (UniCase::ascii("rectifiy"), &["rectify"]), - (UniCase::ascii("unreasonablely"), &["unreasonably"]), - (UniCase::ascii("dynamitage"), &["dynamite"]), - (UniCase::ascii("vulnerabillity"), &["vulnerability"]), - (UniCase::ascii("alrightly"), &["alrighty"]), - (UniCase::ascii("relfexes"), &["reflexes"]), - (UniCase::ascii("maintianed"), &["maintained"]), - (UniCase::ascii("implementacion"), &["implementation"]), - (UniCase::ascii("enviornmentalist"), &["environmentalist"]), - (UniCase::ascii("indocrtination"), &["indoctrination"]), - (UniCase::ascii("passvies"), &["passives"]), - (UniCase::ascii("inevitablly"), &["inevitably"]), - (UniCase::ascii("impropable"), &["improbable"]), - (UniCase::ascii("properies"), &["properties"]), - (UniCase::ascii("salying"), &["slaying"]), - (UniCase::ascii("enlsaved"), &["enslaved"]), - (UniCase::ascii("pyschedelics"), &["psychedelics"]), - (UniCase::ascii("monstrosoty"), &["monstrosity"]), - (UniCase::ascii("uncertanity"), &["uncertainty"]), - (UniCase::ascii("argumentas"), &["arguments"]), - (UniCase::ascii("posessions"), &["possessions"]), - (UniCase::ascii("nonsencial"), &["nonsensical"]), - (UniCase::ascii("incentivies"), &["incentives"]), - (UniCase::ascii("condradiction"), &["contradiction"]), - (UniCase::ascii("desqualified"), &["disqualified"]), - (UniCase::ascii("corrupto"), &["corruption"]), - (UniCase::ascii("maintioned"), &["mentioned"]), - (UniCase::ascii("verbaly"), &["verbally"]), - (UniCase::ascii("absurdley"), &["absurdly"]), - (UniCase::ascii("reccomended"), &["recommended"]), - (UniCase::ascii("prequles"), &["prequels"]), - (UniCase::ascii("holdins"), &["holdings"]), - (UniCase::ascii("problamatic"), &["problematic"]), - (UniCase::ascii("expressivos"), &["expressions"]), - (UniCase::ascii("guilia"), &["giulia"]), - (UniCase::ascii("cardina"), &["cardigan"]), - (UniCase::ascii("howver"), &["however"]), - (UniCase::ascii("innoucous"), &["innocuous"]), - (UniCase::ascii("practisioner"), &["practitioner"]), - (UniCase::ascii("thermoneter"), &["thermometer"]), - (UniCase::ascii("underwhelimg"), &["underwhelming"]), - (UniCase::ascii("schoalrs"), &["scholars"]), - (UniCase::ascii("acclamied"), &["acclaimed"]), - (UniCase::ascii("dissappointed"), &["disappointed"]), - (UniCase::ascii("streamare"), &["streamer"]), - (UniCase::ascii("portoflio"), &["portfolio"]), - (UniCase::ascii("pretens"), &["pretends"]), - (UniCase::ascii("sterotypes"), &["stereotypes"]), - (UniCase::ascii("tradicional"), &["traditional"]), - (UniCase::ascii("persecusion"), &["persecution"]), - (UniCase::ascii("incremenets"), &["increments"]), - (UniCase::ascii("surbuban"), &["suburban"]), - (UniCase::ascii("construcing"), &["constructing"]), - (UniCase::ascii("deliviered"), &["delivered"]), - (UniCase::ascii("wholey"), &["wholly"]), - (UniCase::ascii("influensed"), &["influences"]), - (UniCase::ascii("comandos"), &["commandos"]), - (UniCase::ascii("unexpectely"), &["unexpectedly"]), - (UniCase::ascii("proprietery"), &["proprietary"]), - (UniCase::ascii("waht"), &["what"]), - (UniCase::ascii("juvenlie"), &["juvenile"]), - (UniCase::ascii("unbeknowst"), &["unbeknownst"]), - (UniCase::ascii("veneuzela"), &["venezuela"]), - (UniCase::ascii("suggesst"), &["suggests"]), - (UniCase::ascii("canadianese"), &["canadians"]), - (UniCase::ascii("observare"), &["observer"]), - (UniCase::ascii("adverticement"), &["advertisement"]), - (UniCase::ascii("pyramis"), &["pyramids"]), - (UniCase::ascii("exploiding"), &["exploiting"]), - (UniCase::ascii("chillend"), &["chilled"]), - (UniCase::ascii("naturels"), &["natures"]), - (UniCase::ascii("historicaly"), &["historically"]), - (UniCase::ascii("greusome"), &["gruesome"]), - (UniCase::ascii("accessoires"), &["accessories"]), - (UniCase::ascii("pblisher"), &["publisher"]), - (UniCase::ascii("deceptivley"), &["deceptive"]), - (UniCase::ascii("protestantes"), &["protestants"]), - (UniCase::ascii("elitisim"), &["elitism"]), - (UniCase::ascii("simulative"), &["simulate"]), - (UniCase::ascii("asyncronous"), &["asynchronous"]), - (UniCase::ascii("businessnes"), &["businessmen"]), - (UniCase::ascii("docrtines"), &["doctrines"]), - (UniCase::ascii("ocotpus"), &["octopus"]), - (UniCase::ascii("histerical"), &["historical"]), - (UniCase::ascii("monopolice"), &["monopolies"]), - (UniCase::ascii("conncetion"), &["connections"]), - (UniCase::ascii("distrcit"), &["district"]), - (UniCase::ascii("purchaseing"), &["purchasing"]), - (UniCase::ascii("acheivable"), &["achievable"]), - (UniCase::ascii("mileau"), &["milieu"]), - (UniCase::ascii("infectin"), &["infections"]), - (UniCase::ascii("citisenship"), &["citizenship"]), - (UniCase::ascii("wordlwide"), &["worldwide"]), - (UniCase::ascii("simualted"), &["simulated"]), - (UniCase::ascii("depcition"), &["depiction"]), - (UniCase::ascii("determen"), &["determines"]), - (UniCase::ascii("embarrssing"), &["embarassing"]), - (UniCase::ascii("bomberos"), &["bombers"]), - (UniCase::ascii("forresst"), &["forrest"]), - (UniCase::ascii("authenticty"), &["authenticity"]), - (UniCase::ascii("serivceable"), &["serviceable"]), - (UniCase::ascii("unbelievabley"), &["unbelievably"]), - (UniCase::ascii("phsyicist"), &["physicist"]), - (UniCase::ascii("instrumenal"), &["instrumental"]), - (UniCase::ascii("minituare"), &["miniature"]), - (UniCase::ascii("transsexuel"), &["transsexual"]), - (UniCase::ascii("overblocking"), &["overclocking"]), - (UniCase::ascii("suppliementing"), &["supplementing"]), - (UniCase::ascii("jounralism"), &["journalism"]), - (UniCase::ascii("egyptain"), &["egyptian"]), - (UniCase::ascii("respiritory"), &["respiratory"]), - (UniCase::ascii("minsicule"), &["miniscule"]), - (UniCase::ascii("marilyin"), &["marilyn"]), - (UniCase::ascii("uncontrollablely"), &["uncontrollably"]), - (UniCase::ascii("disupted"), &["disputed"]), - (UniCase::ascii("comparason"), &["comparison"]), - (UniCase::ascii("implementasi"), &["implements"]), - (UniCase::ascii("enveloppe"), &["envelope"]), - (UniCase::ascii("donwload"), &["download"]), - (UniCase::ascii("proficieny"), &["proficiency"]), - (UniCase::ascii("hatesink"), &["heatsink"]), - (UniCase::ascii("purposedly"), &["purposely"]), - (UniCase::ascii("attackerats"), &["attackers"]), - (UniCase::ascii("halfiax"), &["halifax"]), - (UniCase::ascii("cardiovascualr"), &["cardiovascular"]), - (UniCase::ascii("santiation"), &["sanitation"]), - (UniCase::ascii("polygoon"), &["polygon"]), - (UniCase::ascii("relativiser"), &["relatives"]), - (UniCase::ascii("indains"), &["indians"]), - (UniCase::ascii("interestes"), &["interests"]), - (UniCase::ascii("ocassionally"), &["occasionally"]), - (UniCase::ascii("wikileakers"), &["wikileaks"]), - (UniCase::ascii("doplhins"), &["dolphins"]), - (UniCase::ascii("excact"), &["exact"]), - (UniCase::ascii("referig"), &["refering"]), - (UniCase::ascii("spritual"), &["spiritual"]), - (UniCase::ascii("procliamed"), &["proclaimed"]), - (UniCase::ascii("unofficail"), &["unofficial"]), - (UniCase::ascii("beaurocracy"), &["bureaucracy"]), - (UniCase::ascii("facinated"), &["fascinated"]), - (UniCase::ascii("elecrtomagnetic"), &["electromagnetic"]), - (UniCase::ascii("disapeared"), &["disappeared"]), - (UniCase::ascii("ugprading"), &["upgrading"]), - (UniCase::ascii("derivativos"), &["derivatives"]), - (UniCase::ascii("crigneworthy"), &["cringeworthy"]), - (UniCase::ascii("applicaton"), &["application"]), - (UniCase::ascii("cruciaal"), &["crucial"]), - (UniCase::ascii("disturbace"), &["disturbance"]), - (UniCase::ascii("councidental"), &["coincidental"]), - (UniCase::ascii("disscusions"), &["discussions"]), - (UniCase::ascii("inapproprate"), &["inappropriate"]), - (UniCase::ascii("pregnanies"), &["pregnancies"]), - (UniCase::ascii("minimals"), &["minimalist"]), - (UniCase::ascii("internationnally"), &["internationally"]), - (UniCase::ascii("expiremented"), &["experimented"]), - (UniCase::ascii("serioulsy"), &["seriously"]), - (UniCase::ascii("differente"), &["difference"]), - (UniCase::ascii("sweetshart"), &["sweetheart"]), - (UniCase::ascii("summenors"), &["summoners"]), - (UniCase::ascii("thirites"), &["thirties"]), - (UniCase::ascii("entreprenure"), &["entrepreneurs"]), - (UniCase::ascii("overcomeing"), &["overcoming"]), - (UniCase::ascii("migriane"), &["migraine"]), - (UniCase::ascii("distates"), &["distaste"]), - (UniCase::ascii("electromagnatic"), &["electromagnetic"]), - (UniCase::ascii("interactie"), &["interactive"]), - (UniCase::ascii("competiting"), &["competition"]), - (UniCase::ascii("indespensable"), &["indispensable"]), - (UniCase::ascii("emphisizes"), &["emphasizes"]), - (UniCase::ascii("specialzed"), &["specialized"]), - (UniCase::ascii("aggrovating"), &["aggravating"]), - (UniCase::ascii("amrenian"), &["armenian"]), - (UniCase::ascii("superhereos"), &["superhero"]), - (UniCase::ascii("permitis"), &["permits"]), - (UniCase::ascii("shileding"), &["shielding"]), - (UniCase::ascii("simplisitic"), &["simplistic"]), - (UniCase::ascii("grpahically"), &["graphically"]), - (UniCase::ascii("pryamid"), &["pyramid"]), - (UniCase::ascii("rewachted"), &["rewatched"]), - (UniCase::ascii("normallized"), &["normalized"]), - (UniCase::ascii("transformis"), &["transforms"]), - (UniCase::ascii("imprisonent"), &["imprisonment"]), - (UniCase::ascii("vulnurabilities"), &["vulnerabilities"]), - (UniCase::ascii("discources"), &["discourse"]), - (UniCase::ascii("cessationalism"), &["sensationalism"]), - (UniCase::ascii("messiach"), &["messiah"]), - (UniCase::ascii("elephantus"), &["elephants"]), - (UniCase::ascii("montrel"), &["montreal"]), - (UniCase::ascii("lifepsan"), &["lifespan"]), - (UniCase::ascii("comparitave"), &["comparative"]), - (UniCase::ascii("possessers"), &["possesses"]), - (UniCase::ascii("midnlessly"), &["mindlessly"]), - (UniCase::ascii("professoinal"), &["professionals"]), - (UniCase::ascii("insuffucient"), &["insufficient"]), - (UniCase::ascii("lightheared"), &["lighthearted"]), - (UniCase::ascii("interpet"), &["interpret"]), - (UniCase::ascii("aqquaintance"), &["acquaintance"]), - (UniCase::ascii("mechanichs"), &["mechanics"]), - (UniCase::ascii("sepcially"), &["specially"]), - (UniCase::ascii("misoganist"), &["misogynist"]), - (UniCase::ascii("reptiel"), &["reptile"]), - (UniCase::ascii("favorties"), &["favorites"]), - (UniCase::ascii("desensitied"), &["desensitized"]), - (UniCase::ascii("regimet"), &["regiment"]), - (UniCase::ascii("symobls"), &["symbols"]), - (UniCase::ascii("slaugthering"), &["slaughtering"]), - (UniCase::ascii("dyspohria"), &["dysphoria"]), - (UniCase::ascii("implementatin"), &["implementations"]), - (UniCase::ascii("spontaneouly"), &["spontaneously"]), - (UniCase::ascii("collaspe"), &["collapse"]), - (UniCase::ascii("sentaments"), &["sentiments"]), - (UniCase::ascii("jagaurs"), &["jaguars"]), - (UniCase::ascii("austrlaian"), &["australians"]), - (UniCase::ascii("burrtio"), &["burrito"]), - (UniCase::ascii("hyrdaulic"), &["hydraulic"]), - (UniCase::ascii("sensacionalism"), &["sensationalism"]), - (UniCase::ascii("cirlces"), &["circles"]), - (UniCase::ascii("organims"), &["organism"]), - (UniCase::ascii("plausibel"), &["plausible"]), - (UniCase::ascii("precentage"), &["percentage"]), - (UniCase::ascii("spontaenously"), &["spontaneously"]), - (UniCase::ascii("modulair"), &["modular"]), - (UniCase::ascii("aforementiond"), &["aforementioned"]), - (UniCase::ascii("dispath"), &["dispatch"]), - (UniCase::ascii("rectange"), &["rectangle"]), - (UniCase::ascii("independentiste"), &["independents"]), - (UniCase::ascii("intendos"), &["intends"]), - (UniCase::ascii("injusticas"), &["injustices"]), - (UniCase::ascii("baynoet"), &["bayonet"]), - (UniCase::ascii("libraires"), &["libraries"]), - (UniCase::ascii("utiltiarian"), &["utilitarian"]), - (UniCase::ascii("phychologists"), &["psychologists"]), - (UniCase::ascii("statisitcally"), &["statistically"]), - (UniCase::ascii("accusating"), &["accusation"]), - (UniCase::ascii("exorbirant"), &["exorbitant"]), - (UniCase::ascii("tawianese"), &["taiwanese"]), - (UniCase::ascii("pregorative"), &["prerogative"]), - (UniCase::ascii("extraoridnary"), &["extraordinary"]), - (UniCase::ascii("conceted"), &["concede"]), - (UniCase::ascii("gerogia"), &["georgia"]), - (UniCase::ascii("thrusdays"), &["thursdays"]), - (UniCase::ascii("thankfuly"), &["thankfully"]), - (UniCase::ascii("continenal"), &["continental"]), - (UniCase::ascii("helicotpers"), &["helicopters"]), - (UniCase::ascii("protruberances"), &["protuberances"]), - (UniCase::ascii("succeds"), &["succeeds"]), - (UniCase::ascii("taliored"), &["tailored"]), - (UniCase::ascii("leaglization"), &["legalization"]), - (UniCase::ascii("mechanicsms"), &["mechanisms"]), - (UniCase::ascii("deprication"), &["deprivation"]), - (UniCase::ascii("atelast"), &["atleast"]), - (UniCase::ascii("administre"), &["administer"]), - (UniCase::ascii("pressuming"), &["pressuring"]), - (UniCase::ascii("contaminanted"), &["contaminated"]), - (UniCase::ascii("percaution"), &["precaution"]), - (UniCase::ascii("apprecaited"), &["appreciated"]), - (UniCase::ascii("evangelikal"), &["evangelical"]), - (UniCase::ascii("artillerly"), &["artillery"]), - (UniCase::ascii("portrary"), &["portray"]), - (UniCase::ascii("relinqushment"), &["relinquishment"]), - (UniCase::ascii("signifiy"), &["signify"]), - (UniCase::ascii("sprotsmanship"), &["sportsmanship"]), - (UniCase::ascii("dismanteled"), &["dismantled"]), - (UniCase::ascii("denominacion"), &["denomination"]), - (UniCase::ascii("currate"), &["curate"]), - (UniCase::ascii("psychiatirst"), &["psychiatrists"]), - (UniCase::ascii("obstruktion"), &["obstruction"]), - (UniCase::ascii("overcomming"), &["overcoming"]), - (UniCase::ascii("schyzophrenic"), &["schizophrenic"]), - (UniCase::ascii("philippenis"), &["philippines"]), - (UniCase::ascii("supervisin"), &["supervision"]), - (UniCase::ascii("childresn"), &["childrens"]), - (UniCase::ascii("steriotypes"), &["stereotypes"]), - (UniCase::ascii("acommodate"), &["accommodate"]), - (UniCase::ascii("administartor"), &["administrator"]), - (UniCase::ascii("acident"), &["accident"]), - (UniCase::ascii("incredibe"), &["incredible"]), - (UniCase::ascii("workstaiton"), &["workstation"]), - (UniCase::ascii("appareil"), &["apparel"]), - (UniCase::ascii("cannibalsim"), &["cannibalism"]), - (UniCase::ascii("massivelly"), &["massively"]), - (UniCase::ascii("substitite"), &["substitute"]), - (UniCase::ascii("astranauts"), &["astronauts"]), - (UniCase::ascii("powerfull"), &["powerful"]), - (UniCase::ascii("foriegners"), &["foreigners"]), - (UniCase::ascii("pronounched"), &["pronounced"]), - (UniCase::ascii("dalmation"), &["dalmatian"]), - (UniCase::ascii("maximazing"), &["maximizing"]), - (UniCase::ascii("cockroahes"), &["cockroaches"]), - (UniCase::ascii("frustratin"), &["frustration"]), - (UniCase::ascii("comprimises"), &["compromises"]), - (UniCase::ascii("maneuveres"), &["maneuvers"]), - (UniCase::ascii("intoxicaton"), &["intoxication"]), - (UniCase::ascii("distribuito"), &["distribution"]), - (UniCase::ascii("downlaoded"), &["downloaded"]), - (UniCase::ascii("intereacts"), &["interfaces"]), - (UniCase::ascii("partice"), &["particle"]), - (UniCase::ascii("impossbily"), &["impossibly"]), - (UniCase::ascii("compansated"), &["compensated"]), - (UniCase::ascii("rekenton"), &["renekton"]), - (UniCase::ascii("venezuelian"), &["venezuela"]), - (UniCase::ascii("definietly"), &["definitely"]), - (UniCase::ascii("alchemey"), &["alchemy"]), - (UniCase::ascii("postion"), &["position"]), - (UniCase::ascii("substanse"), &["substances"]), - (UniCase::ascii("relfected"), &["reflected"]), - (UniCase::ascii("unintentionnal"), &["unintentional"]), - (UniCase::ascii("kickstartr"), &["kickstarter"]), - (UniCase::ascii("initiativs"), &["initiatives"]), - (UniCase::ascii("volitality"), &["volatility"]), - (UniCase::ascii("telelevision"), &["television"]), - (UniCase::ascii("thursters"), &["thrusters"]), - (UniCase::ascii("foreginers"), &["foreigners"]), - (UniCase::ascii("conslutant"), &["consultant"]), - (UniCase::ascii("levetated"), &["levitated"]), - (UniCase::ascii("satsify"), &["satisfy"]), - (UniCase::ascii("monopolis"), &["monopolies"]), - (UniCase::ascii("vigilanties"), &["vigilante"]), - (UniCase::ascii("enterity"), &["entirety"]), - (UniCase::ascii("entretained"), &["entertained"]), - (UniCase::ascii("descrpition"), &["descriptions"]), - (UniCase::ascii("iresistably"), &["irresistibly"]), - (UniCase::ascii("vaguley"), &["vaguely"]), - (UniCase::ascii("tirangle"), &["triangle"]), - (UniCase::ascii("strawbery"), &["strawberry"]), - (UniCase::ascii("agnsoticism"), &["agnosticism"]), - (UniCase::ascii("bodybuidling"), &["bodybuilding"]), - (UniCase::ascii("adventrous"), &["adventurous"]), - (UniCase::ascii("downlaoding"), &["downloading"]), - (UniCase::ascii("disticntly"), &["distinctly"]), - (UniCase::ascii("taxanomy"), &["taxonomy"]), - (UniCase::ascii("collegues"), &["colleagues"]), - (UniCase::ascii("revelead"), &["revealed"]), - (UniCase::ascii("apparenty"), &["apparently"]), - (UniCase::ascii("plausable"), &["plausible"]), - (UniCase::ascii("permites"), &["permits"]), - (UniCase::ascii("relatabe"), &["relatable"]), - (UniCase::ascii("argicultural"), &["agricultural"]), - (UniCase::ascii("cooporative"), &["cooperative"]), - (UniCase::ascii("universites"), &["universities"]), - (UniCase::ascii("disclosue"), &["disclosure"]), - (UniCase::ascii("employeurs"), &["employer"]), - (UniCase::ascii("monestaries"), &["monasteries"]), - (UniCase::ascii("exaggaration"), &["exaggeration"]), - (UniCase::ascii("organisate"), &["organise"]), - (UniCase::ascii("concentrare"), &["concentrate"]), - (UniCase::ascii("instalement"), &["installment"]), - (UniCase::ascii("equivalenet"), &["equivalents"]), - (UniCase::ascii("mercanery"), &["mercenary"]), - (UniCase::ascii("stupitidy"), &["stupidity"]), - (UniCase::ascii("cainster"), &["canister"]), - (UniCase::ascii("goldburger"), &["goldberg"]), - (UniCase::ascii("throughiut"), &["throughput"]), - (UniCase::ascii("unsubsrcibe"), &["unsubscribe"]), - (UniCase::ascii("warcrat"), &["warcraft"]), - (UniCase::ascii("peristent"), &["persistent"]), - (UniCase::ascii("degenere"), &["degenerate"]), - (UniCase::ascii("condidtions"), &["conditions"]), - (UniCase::ascii("loosley"), &["loosely"]), - (UniCase::ascii("coorperations"), &["corporations"]), - (UniCase::ascii("mayalsian"), &["malaysian"]), - (UniCase::ascii("existenial"), &["existential"]), - (UniCase::ascii("colourd"), &["coloured"]), - (UniCase::ascii("illuminai"), &["illuminati"]), - (UniCase::ascii("victorioso"), &["victorious"]), - (UniCase::ascii("perliminary"), &["preliminary"]), - (UniCase::ascii("compandium"), &["compendium"]), - (UniCase::ascii("scandianvians"), &["scandinavian"]), - (UniCase::ascii("congragulations"), &["congratulations"]), - (UniCase::ascii("graduatin"), &["graduation"]), - (UniCase::ascii("louisviile"), &["louisville"]), - (UniCase::ascii("dishonesy"), &["dishonesty"]), - (UniCase::ascii("raptros"), &["raptors"]), - (UniCase::ascii("punishs"), &["punishes"]), - (UniCase::ascii("milennia"), &["millennia"]), - (UniCase::ascii("jamacia"), &["jamaica"]), - (UniCase::ascii("ministr"), &["minister"]), - (UniCase::ascii("professores"), &["professors"]), - (UniCase::ascii("contracing"), &["contracting"]), - (UniCase::ascii("wonderwand"), &["wonderland"]), - (UniCase::ascii("antibiotcs"), &["antibiotics"]), - (UniCase::ascii("inexperianced"), &["inexperienced"]), - (UniCase::ascii("encyrpted"), &["encrypted"]), - (UniCase::ascii("fermantation"), &["fermentation"]), - (UniCase::ascii("emapthy"), &["empathy"]), - (UniCase::ascii("lightnig"), &["lightning"]), - (UniCase::ascii("condescenion"), &["condescension"]), - (UniCase::ascii("revelatons"), &["revelations"]), - (UniCase::ascii("progressivisme"), &["progressives"]), - (UniCase::ascii("combinatin"), &["combinations"]), - (UniCase::ascii("interruptes"), &["interrupts"]), - (UniCase::ascii("dahsboard"), &["dashboard"]), - (UniCase::ascii("mistakey"), &["mistakenly"]), - (UniCase::ascii("neighborhod"), &["neighborhood"]), - (UniCase::ascii("responsabile"), &["responsible"]), - (UniCase::ascii("wealtheir"), &["wealthier"]), - (UniCase::ascii("neglagence"), &["negligence"]), - (UniCase::ascii("observeres"), &["observers"]), - (UniCase::ascii("ajdectives"), &["adjectives"]), - (UniCase::ascii("paremsan"), &["parmesan"]), - (UniCase::ascii("misogyinst"), &["misogynist"]), - (UniCase::ascii("distractin"), &["district"]), - (UniCase::ascii("enclsoure"), &["enclosure"]), - (UniCase::ascii("histarical"), &["historical"]), - (UniCase::ascii("hypocrits"), &["hypocrites"]), - (UniCase::ascii("shaprness"), &["sharpness"]), - (UniCase::ascii("coursefork"), &["coursework"]), - (UniCase::ascii("regresso"), &["regression"]), - (UniCase::ascii("fethces"), &["fetches"]), - (UniCase::ascii("semanitcs"), &["semantics"]), - (UniCase::ascii("unconcious"), &["unconscious"]), - (UniCase::ascii("preferantial"), &["preferential"]), - (UniCase::ascii("homophoboes"), &["homophobe"]), - (UniCase::ascii("hopsital"), &["hospital"]), - (UniCase::ascii("negociations"), &["negotiations"]), - (UniCase::ascii("unforetunately"), &["unfortunately"]), - (UniCase::ascii("fruadulent"), &["fraudulent"]), - (UniCase::ascii("interactifs"), &["interacts"]), - (UniCase::ascii("altruisim"), &["altruism"]), - (UniCase::ascii("evolutionnary"), &["evolutionary"]), - (UniCase::ascii("crayones"), &["crayons"]), - (UniCase::ascii("maybellinne"), &["maybelline"]), - (UniCase::ascii("seduciton"), &["seduction"]), - (UniCase::ascii("forumla"), &["formula"]), - (UniCase::ascii("panckaes"), &["pancakes"]), - (UniCase::ascii("idealogy"), &["ideology"]), - (UniCase::ascii("valnecia"), &["valencia"]), - (UniCase::ascii("lingusitics"), &["linguistics"]), - (UniCase::ascii("invlunerable"), &["invulnerable"]), - (UniCase::ascii("birgading"), &["brigading"]), - (UniCase::ascii("prostituto"), &["prostitution"]), - (UniCase::ascii("entoxication"), &["intoxication"]), - (UniCase::ascii("noteboook"), &["notebook"]), - (UniCase::ascii("acquifer"), &["acquire"]), - (UniCase::ascii("visualizating"), &["visualization"]), - (UniCase::ascii("counterfest"), &["counterfeit"]), - (UniCase::ascii("presecution"), &["persecution"]), - (UniCase::ascii("contributer"), &["contributor"]), - (UniCase::ascii("responsiblty"), &["responsibly"]), - (UniCase::ascii("retreive"), &["retrieve"]), - (UniCase::ascii("precurser"), &["precursor"]), - (UniCase::ascii("unsubscrubed"), &["unsubscribed"]), - (UniCase::ascii("boyfreind"), &["boyfriend"]), - (UniCase::ascii("suspicsion"), &["suspicions"]), - (UniCase::ascii("bloodbonre"), &["bloodborne"]), - (UniCase::ascii("academicus"), &["academics"]), - (UniCase::ascii("unsucessfully"), &["unsuccessfully"]), - (UniCase::ascii("investigaron"), &["investigator"]), - (UniCase::ascii("railrod"), &["railroad"]), - (UniCase::ascii("catapillar"), &["caterpillar"]), - (UniCase::ascii("armagaddon"), &["armageddon"]), - (UniCase::ascii("volunatry"), &["voluntary"]), - (UniCase::ascii("appropropiate"), &["appropriate"]), - (UniCase::ascii("demonstartions"), &["demonstrations"]), - (UniCase::ascii("surrouned"), &["surround"]), - (UniCase::ascii("functionnal"), &["functional"]), - (UniCase::ascii("confedence"), &["conference"]), - (UniCase::ascii("reynlods"), &["reynolds"]), - (UniCase::ascii("instructers"), &["instructors"]), - (UniCase::ascii("patrcik"), &["patrick"]), - (UniCase::ascii("acousitc"), &["acoustic"]), - (UniCase::ascii("moeny"), &["money"]), - (UniCase::ascii("tkaing"), &["taking"]), - (UniCase::ascii("mininalist"), &["minimalist"]), - (UniCase::ascii("irriversible"), &["irreversible"]), - (UniCase::ascii("grafitti"), &["graffiti"]), - (UniCase::ascii("ideologias"), &["ideologies"]), - (UniCase::ascii("destinctions"), &["destinations"]), - (UniCase::ascii("lanucher"), &["launcher"]), - (UniCase::ascii("defanitely"), &["definately"]), - (UniCase::ascii("homogeneos"), &["homogeneous"]), - (UniCase::ascii("somethingest"), &["somethings"]), - (UniCase::ascii("utlimate"), &["ultimate"]), - (UniCase::ascii("homosexul"), &["homosexuals"]), - (UniCase::ascii("incorportate"), &["incorporate"]), - (UniCase::ascii("encyclopeida"), &["encyclopedia"]), - (UniCase::ascii("intrepretation"), &["interpretation"]), - (UniCase::ascii("infinie"), &["infinite"]), - (UniCase::ascii("deathcat"), &["deathmatch"]), - (UniCase::ascii("preservare"), &["preserve"]), - (UniCase::ascii("phatnom"), &["phantom"]), - (UniCase::ascii("dekstops"), &["desktops"]), - (UniCase::ascii("favouritsm"), &["favourites"]), - (UniCase::ascii("initiaties"), &["initiatives"]), - (UniCase::ascii("gaurentee"), &["guarantee"]), - (UniCase::ascii("panmedic"), &["pandemic"]), - (UniCase::ascii("mirgaine"), &["migraine"]), - (UniCase::ascii("ectastic"), &["ecstatic"]), - (UniCase::ascii("revelutionary"), &["revolutionary"]), - (UniCase::ascii("instanty"), &["instantly"]), - (UniCase::ascii("alternatve"), &["alternate"]), - (UniCase::ascii("calculatons"), &["calculations"]), - (UniCase::ascii("amrageddon"), &["armageddon"]), - (UniCase::ascii("aborignial"), &["aboriginal"]), - (UniCase::ascii("fluctuatin"), &["fluctuations"]), - (UniCase::ascii("aparthied"), &["apartheid"]), - (UniCase::ascii("unbeleivably"), &["unbelievably"]), - (UniCase::ascii("extrapalate"), &["extrapolate"]), - (UniCase::ascii("fallatious"), &["fallacious"]), - (UniCase::ascii("cataclyms"), &["cataclysm"]), - (UniCase::ascii("devolvendo"), &["devolved"]), - (UniCase::ascii("manifestion"), &["manifesto"]), - (UniCase::ascii("destkops"), &["desktops"]), - (UniCase::ascii("rentres"), &["renters"]), - (UniCase::ascii("philospohical"), &["philosophical"]), - (UniCase::ascii("americaps"), &["americas"]), - (UniCase::ascii("underyling"), &["underlying"]), - (UniCase::ascii("appearence"), &["appearance"]), - (UniCase::ascii("economistes"), &["economists"]), - (UniCase::ascii("disgustoso"), &["disgusts"]), - (UniCase::ascii("fundemantalist"), &["fundamentalist"]), - (UniCase::ascii("desktopbsd"), &["desktops"]), - (UniCase::ascii("consituencies"), &["constituencies"]), - (UniCase::ascii("illumianti"), &["illuminati"]), - (UniCase::ascii("muscician"), &["musician"]), - (UniCase::ascii("wolrdwide"), &["worldwide"]), - (UniCase::ascii("embarrissing"), &["embarrassing"]), - (UniCase::ascii("restrective"), &["restrictive"]), - (UniCase::ascii("photagrapher"), &["photographer"]), - (UniCase::ascii("intelligenly"), &["intelligently"]), - (UniCase::ascii("composities"), &["composite"]), - (UniCase::ascii("neutrailty"), &["neutrality"]), - (UniCase::ascii("intoxicacion"), &["intoxication"]), - (UniCase::ascii("schziophrenic"), &["schizophrenic"]), - (UniCase::ascii("eliminase"), &["eliminates"]), - (UniCase::ascii("prevalecen"), &["prevalence"]), - (UniCase::ascii("technologia"), &["technological"]), - (UniCase::ascii("threatning"), &["threatening"]), - (UniCase::ascii("envrionment"), &["environment"]), - (UniCase::ascii("reaserch"), &["research"]), - (UniCase::ascii("ocassioned"), &["occasioned"]), - (UniCase::ascii("transporteur"), &["transporter"]), - (UniCase::ascii("crticised"), &["criticised"]), - (UniCase::ascii("militis"), &["militias"]), - (UniCase::ascii("regulalry"), &["regularly"]), - (UniCase::ascii("interfase"), &["interfaces"]), - (UniCase::ascii("autoatttack"), &["autoattack"]), - (UniCase::ascii("accomplishs"), &["accomplishes"]), - (UniCase::ascii("vikigns"), &["vikings"]), - (UniCase::ascii("creationkit"), &["creationist"]), - (UniCase::ascii("recpetive"), &["receptive"]), - (UniCase::ascii("abdonimal"), &["abdominal"]), - (UniCase::ascii("incomprihensible"), &["incomprehensible"]), - (UniCase::ascii("wendesday"), &["wednesday"]), - (UniCase::ascii("diversed"), &["diverse"]), - (UniCase::ascii("cheetoos"), &["cheetos"]), - (UniCase::ascii("collecties"), &["collects"]), - (UniCase::ascii("awkwardsness"), &["awkwardness"]), - (UniCase::ascii("perpindicular"), &["perpendicular"]), - (UniCase::ascii("specifcally"), &["specifically"]), - (UniCase::ascii("teamfigth"), &["teamfight"]), - (UniCase::ascii("theoritical"), &["theoretical"]), - (UniCase::ascii("positionial"), &["positional"]), - (UniCase::ascii("pedantisch"), &["pedantic"]), - (UniCase::ascii("expectes"), &["expects"]), - (UniCase::ascii("checkare"), &["checker"]), - (UniCase::ascii("embarassimg"), &["embarassing"]), - (UniCase::ascii("highscholl"), &["highschool"]), - (UniCase::ascii("voilating"), &["violating"]), - (UniCase::ascii("comprehention"), &["comprehension"]), - (UniCase::ascii("regulatories"), &["regulators"]), - (UniCase::ascii("corrispondant"), &["correspondent"]), - (UniCase::ascii("firwmare"), &["firmware"]), - (UniCase::ascii("lenoard"), &["leonard"]), - (UniCase::ascii("voluntarilly"), &["voluntarily"]), - (UniCase::ascii("fragmanted"), &["fragment"]), - (UniCase::ascii("transeat"), &["translates"]), - (UniCase::ascii("disagremeent"), &["disagreements"]), - (UniCase::ascii("accessoirs"), &["accessories"]), - (UniCase::ascii("touristes"), &["tourists"]), - (UniCase::ascii("auotattack"), &["autoattack"]), - (UniCase::ascii("manufacuters"), &["manufactures"]), - (UniCase::ascii("essentialls"), &["essentials"]), - (UniCase::ascii("milwuakee"), &["milwaukee"]), - (UniCase::ascii("distributore"), &["distribute"]), - (UniCase::ascii("peripheals"), &["peripherals"]), - (UniCase::ascii("trasnforming"), &["transforming"]), - (UniCase::ascii("defintily"), &["definitly"]), - (UniCase::ascii("investegating"), &["investigating"]), - (UniCase::ascii("mkaes"), &["makes"]), - (UniCase::ascii("lawernce"), &["lawrence"]), - (UniCase::ascii("supplemetal"), &["supplemental"]), - (UniCase::ascii("agriculutral"), &["agricultural"]), - (UniCase::ascii("analysised"), &["analyses"]), - (UniCase::ascii("procedes"), &["proceeds"]), - (UniCase::ascii("unconfortability"), &["discomfort"]), - (UniCase::ascii("oging"), &["going"]), - (UniCase::ascii("browisng"), &["browsing"]), - (UniCase::ascii("subsidiced"), &["subsidized"]), - (UniCase::ascii("institude"), &["instituted"]), - (UniCase::ascii("alternitives"), &["alternatives"]), - (UniCase::ascii("ideologicaly"), &["ideologically"]), - (UniCase::ascii("goalkeaper"), &["goalkeeper"]), - (UniCase::ascii("colateral"), &["collateral"]), - (UniCase::ascii("disposle"), &["dispose"]), - (UniCase::ascii("republicons"), &["republicans"]), - (UniCase::ascii("defendernos"), &["defenders"]), - (UniCase::ascii("interpersonel"), &["interpersonal"]), - (UniCase::ascii("enchanthing"), &["enchanting"]), - (UniCase::ascii("republicians"), &["republicans"]), - (UniCase::ascii("cahsier"), &["cashier"]), - (UniCase::ascii("aquairum"), &["aquarium"]), - (UniCase::ascii("perminently"), &["permanently"]), - (UniCase::ascii("cholosterol"), &["cholesterol"]), - (UniCase::ascii("achievemint"), &["achievement"]), - (UniCase::ascii("maneouvre"), &["manoeuvre"]), - (UniCase::ascii("manipluate"), &["manipulate"]), - (UniCase::ascii("appretince"), &["apprentice"]), - (UniCase::ascii("distribuye"), &["distribute"]), - (UniCase::ascii("fulfiled"), &["fulfilled"]), - (UniCase::ascii("muscial"), &["musical"]), - (UniCase::ascii("renaissaince"), &["renaissance"]), - (UniCase::ascii("brakley"), &["barkley"]), - (UniCase::ascii("boyfreinds"), &["boyfriends"]), - (UniCase::ascii("rationalle"), &["rationale"]), - (UniCase::ascii("fingertaps"), &["fingertips"]), - (UniCase::ascii("sprintas"), &["sprints"]), - (UniCase::ascii("agnosticm"), &["agnosticism"]), - (UniCase::ascii("streemlining"), &["streamlining"]), - (UniCase::ascii("assulated"), &["assaulted"]), - (UniCase::ascii("sampels"), &["samples"]), - (UniCase::ascii("imaginating"), &["imagination"]), - (UniCase::ascii("prostituee"), &["prostitute"]), - (UniCase::ascii("consumbale"), &["consumables"]), - (UniCase::ascii("instabiliy"), &["instability"]), - (UniCase::ascii("manipualted"), &["manipulated"]), - (UniCase::ascii("interlectual"), &["intellectual"]), - (UniCase::ascii("christin"), &["christian"]), - (UniCase::ascii("justifyable"), &["justifiable"]), - (UniCase::ascii("libretarians"), &["libertarians"]), - (UniCase::ascii("suppoed"), &["supposed"]), - (UniCase::ascii("ellipitcals"), &["elliptical"]), - (UniCase::ascii("daulity"), &["duality"]), - (UniCase::ascii("everyoneis"), &["everyones"]), - (UniCase::ascii("felxibility"), &["flexibility"]), - (UniCase::ascii("recreatie"), &["recreate"]), - (UniCase::ascii("valentinas"), &["valentines"]), - (UniCase::ascii("demonstraits"), &["demonstrates"]), - (UniCase::ascii("instrcutions"), &["instruction"]), - (UniCase::ascii("halluciantion"), &["hallucinations"]), - (UniCase::ascii("containters"), &["containers"]), - (UniCase::ascii("charecteristic"), &["characteristic"]), - (UniCase::ascii("mdifielders"), &["midfielders"]), - (UniCase::ascii("commercent"), &["commence"]), - (UniCase::ascii("commitmet"), &["commitments"]), - (UniCase::ascii("wiht"), &["with"]), - (UniCase::ascii("moderateurs"), &["moderates"]), - (UniCase::ascii("requilme"), &["requiem"]), - (UniCase::ascii("preordes"), &["preorders"]), - (UniCase::ascii("derogotory"), &["derogatory"]), - (UniCase::ascii("limitativo"), &["limitation"]), - (UniCase::ascii("defibately"), &["definately"]), - (UniCase::ascii("personel"), &["personnel"]), - (UniCase::ascii("emergenies"), &["emergencies"]), - (UniCase::ascii("butterflyes"), &["butterflies"]), - (UniCase::ascii("dissspointed"), &["dissapointed"]), - (UniCase::ascii("prepetrated"), &["perpetrated"]), - (UniCase::ascii("dementieva"), &["dementia"]), - (UniCase::ascii("facist"), &["fascist"]), - (UniCase::ascii("initalization"), &["initialization"]), - (UniCase::ascii("contridicts"), &["contradicts"]), - (UniCase::ascii("peacefuly"), &["peacefully"]), - (UniCase::ascii("replacemnts"), &["replacements"]), - (UniCase::ascii("reponsible"), &["responsible"]), - (UniCase::ascii("screenshat"), &["screenshot"]), - (UniCase::ascii("demosntrations"), &["demonstrations"]), - (UniCase::ascii("adaptare"), &["adapter"]), - (UniCase::ascii("nasvhille"), &["nashville"]), - (UniCase::ascii("agrocultural"), &["agricultural"]), - (UniCase::ascii("propriatary"), &["proprietary"]), - (UniCase::ascii("stupidr"), &["stupider"]), - (UniCase::ascii("condolenses"), &["condolences"]), - (UniCase::ascii("aggragating"), &["aggravating"]), - (UniCase::ascii("gracefullly"), &["gracefully"]), - (UniCase::ascii("promocional"), &["promotional"]), - (UniCase::ascii("optmizations"), &["optimizations"]), - (UniCase::ascii("inspectoras"), &["inspectors"]), - (UniCase::ascii("driectx"), &["directx"]), - (UniCase::ascii("promptus"), &["prompts"]), - (UniCase::ascii("orgasmus"), &["orgasms"]), - (UniCase::ascii("monolythic"), &["monolithic"]), - (UniCase::ascii("defendis"), &["defends"]), - (UniCase::ascii("splittr"), &["splitter"]), - (UniCase::ascii("terratorial"), &["territorial"]), - (UniCase::ascii("disrputing"), &["disrupting"]), - (UniCase::ascii("millioniare"), &["millionaire"]), - (UniCase::ascii("legendaies"), &["legendaries"]), - (UniCase::ascii("intolorent"), &["intolerant"]), - (UniCase::ascii("annouced"), &["announced"]), - (UniCase::ascii("snowballling"), &["snowballing"]), - (UniCase::ascii("leutenant"), &["lieutenant"]), - (UniCase::ascii("enviornment"), &["environment"]), - (UniCase::ascii("centruy"), &["century"]), - (UniCase::ascii("automatico"), &["automation"]), - (UniCase::ascii("australlian"), &["australian"]), - (UniCase::ascii("mathematicks"), &["mathematics"]), - (UniCase::ascii("ahtleticism"), &["athleticism"]), - (UniCase::ascii("recriational"), &["recreational"]), - (UniCase::ascii("indonasian"), &["indonesian"]), - (UniCase::ascii("imrpovised"), &["improvised"]), - (UniCase::ascii("basilcy"), &["basicly"]), - (UniCase::ascii("celisus"), &["celsius"]), - (UniCase::ascii("bigining"), &["beginning"]), - (UniCase::ascii("labryinth"), &["labyrinth"]), - (UniCase::ascii("optimisitic"), &["optimistic"]), - (UniCase::ascii("stalekrs"), &["stalkers"]), - (UniCase::ascii("transkription"), &["transcription"]), - (UniCase::ascii("legalizeing"), &["legalizing"]), - (UniCase::ascii("quartercask"), &["quarterbacks"]), - (UniCase::ascii("chivlary"), &["chivalry"]), - (UniCase::ascii("asociated"), &["associated"]), - (UniCase::ascii("snowballes"), &["snowballs"]), - (UniCase::ascii("dependencie"), &["dependence"]), - (UniCase::ascii("snythesis"), &["synthesis"]), - (UniCase::ascii("israelies"), &["israelis"]), - (UniCase::ascii("nitpciking"), &["nitpicking"]), - (UniCase::ascii("abbreveation"), &["abbreviation"]), - (UniCase::ascii("advirtisement"), &["advertisement"]), - (UniCase::ascii("guantano"), &["guantanamo"]), - (UniCase::ascii("concsiously"), &["consciously"]), - (UniCase::ascii("thna"), &["than"]), - (UniCase::ascii("cumpolsory"), &["compulsory"]), - (UniCase::ascii("everthing"), &["everything"]), - (UniCase::ascii("consumerisim"), &["consumerism"]), - (UniCase::ascii("discriminante"), &["discriminate"]), - (UniCase::ascii("zeebra"), &["zebra"]), - (UniCase::ascii("asborbed"), &["absorbed"]), - (UniCase::ascii("harrasments"), &["harassments"]), - (UniCase::ascii("descisions"), &["decisions"]), - (UniCase::ascii("institutue"), &["instituted"]), - (UniCase::ascii("embassay"), &["embassy"]), - (UniCase::ascii("underware"), &["underwear"]), - (UniCase::ascii("soundrtack"), &["soundtracks"]), - (UniCase::ascii("disadventage"), &["disadvantage"]), - (UniCase::ascii("indpendently"), &["independently"]), - (UniCase::ascii("shampionship"), &["championship"]), - (UniCase::ascii("firslty"), &["firstly"]), - (UniCase::ascii("catagory"), &["category"]), - (UniCase::ascii("donig"), &["doing"]), - (UniCase::ascii("explosiones"), &["explosions"]), - (UniCase::ascii("persuassion"), &["persuasion"]), - (UniCase::ascii("wishpers"), &["whispers"]), - (UniCase::ascii("versitilaty"), &["versatility"]), - (UniCase::ascii("courtesey"), &["courtesy"]), - (UniCase::ascii("oragnes"), &["oranges"]), - (UniCase::ascii("enlightenend"), &["enlightened"]), - (UniCase::ascii("technichian"), &["technician"]), - (UniCase::ascii("pessimitic"), &["pessimistic"]), - (UniCase::ascii("scateboarding"), &["skateboarding"]), - (UniCase::ascii("participatns"), &["participant"]), - (UniCase::ascii("surrepetitiously"), &["surreptitiously"]), - (UniCase::ascii("govermenet"), &["goverment"]), - (UniCase::ascii("masturbarte"), &["masturbate"]), - (UniCase::ascii("narrativos"), &["narratives"]), - (UniCase::ascii("scandivania"), &["scandinavian"]), - (UniCase::ascii("penguings"), &["penguins"]), - (UniCase::ascii("concersation"), &["conservation"]), - (UniCase::ascii("occassionally"), &["occasionally"]), - (UniCase::ascii("parmasen"), &["parmesan"]), - (UniCase::ascii("preleminary"), &["preliminary"]), - (UniCase::ascii("masturbare"), &["masturbate"]), - (UniCase::ascii("symetry"), &["symmetry"]), - (UniCase::ascii("appreciatied"), &["appreciative"]), - (UniCase::ascii("vitmains"), &["vitamins"]), - (UniCase::ascii("torpdeo"), &["torpedo"]), - (UniCase::ascii("yeasr"), &["years"]), - (UniCase::ascii("overlcoking"), &["overlooking"]), - (UniCase::ascii("archtypes"), &["archetypes"]), - (UniCase::ascii("underestimeted"), &["underestimated"]), - (UniCase::ascii("anwsering"), &["answering"]), - (UniCase::ascii("crsytal"), &["crystal"]), - (UniCase::ascii("fundamnetalist"), &["fundamentalist"]), - (UniCase::ascii("democracts"), &["democrat"]), - (UniCase::ascii("monopolets"), &["monopolies"]), - (UniCase::ascii("predjuices"), &["prejudices"]), - (UniCase::ascii("sacrifise"), &["sacrifices"]), - (UniCase::ascii("deadpoool"), &["deadpool"]), - (UniCase::ascii("deterministisch"), &["deterministic"]), - (UniCase::ascii("aquiring"), &["acquiring"]), - (UniCase::ascii("capacators"), &["capacitors"]), - (UniCase::ascii("unfirendly"), &["unfriendly"]), - (UniCase::ascii("spectecular"), &["spectacular"]), - (UniCase::ascii("terrestial"), &["terrestrial"]), - (UniCase::ascii("prepartion"), &["preparation"]), - (UniCase::ascii("spiritualty"), &["spirituality"]), - (UniCase::ascii("dysfunciton"), &["dysfunction"]), - (UniCase::ascii("habeus"), &["habeas"]), - (UniCase::ascii("disingeneous"), &["disingenuous"]), - (UniCase::ascii("hauntig"), &["haunting"]), - (UniCase::ascii("minipulation"), &["manipulation"]), - (UniCase::ascii("destroyes"), &["destroys"]), - (UniCase::ascii("vanillia"), &["vanilla"]), - (UniCase::ascii("stereotipical"), &["stereotypical"]), - (UniCase::ascii("garanteed"), &["guaranteed"]), - (UniCase::ascii("aproximate"), &["approximate"]), - (UniCase::ascii("indicitave"), &["indicative"]), - (UniCase::ascii("crytopgraphic"), &["cryptographic"]), - (UniCase::ascii("geurrilla"), &["guerrilla"]), - (UniCase::ascii("modifires"), &["modifiers"]), - (UniCase::ascii("mutliples"), &["multiples"]), - (UniCase::ascii("interferisse"), &["interferes"]), - (UniCase::ascii("olmypics"), &["olympics"]), - (UniCase::ascii("heavnely"), &["heavenly"]), - (UniCase::ascii("blackshits"), &["blacksmith"]), - (UniCase::ascii("continum"), &["continuum"]), - (UniCase::ascii("perspectief"), &["perspective"]), - (UniCase::ascii("webstie"), &["website"]), - (UniCase::ascii("hallukination"), &["hallucination"]), - (UniCase::ascii("strenghtened"), &["strengthened"]), - (UniCase::ascii("recepient"), &["recipient"]), - (UniCase::ascii("hyperbollic"), &["hyperbolic"]), - (UniCase::ascii("activite"), &["activities"]), - (UniCase::ascii("accumalated"), &["accumulated"]), - (UniCase::ascii("translateing"), &["translating"]), - (UniCase::ascii("virtuels"), &["virtues"]), - (UniCase::ascii("vocabularly"), &["vocabulary"]), - (UniCase::ascii("admiraal"), &["admiral"]), - (UniCase::ascii("protectie"), &["protective"]), - (UniCase::ascii("intervalles"), &["intervals"]), - (UniCase::ascii("momentarilly"), &["momentarily"]), - (UniCase::ascii("promoteurs"), &["promotes"]), - (UniCase::ascii("alchoolic"), &["alcoholic"]), - (UniCase::ascii("dissarray"), &["disarray"]), - (UniCase::ascii("faclons"), &["falcons"]), - (UniCase::ascii("sketchs"), &["sketches"]), - (UniCase::ascii("racthet"), &["ratchet"]), - (UniCase::ascii("organizaiton"), &["organization"]), - (UniCase::ascii("necessarilly"), &["necessarily"]), - (UniCase::ascii("aforementionned"), &["aforementioned"]), - (UniCase::ascii("overshaddowed"), &["overshadowed"]), - (UniCase::ascii("diplomancy"), &["diplomacy"]), - (UniCase::ascii("enveloppen"), &["envelope"]), - (UniCase::ascii("cynaide"), &["cyanide"]), - (UniCase::ascii("varaints"), &["variants"]), - (UniCase::ascii("sentincing"), &["sentencing"]), - (UniCase::ascii("revolutionair"), &["revolutionary"]), - (UniCase::ascii("inot"), &["into"]), - (UniCase::ascii("legnths"), &["lengths"]), - (UniCase::ascii("directorios"), &["directors"]), - (UniCase::ascii("prescriptionists"), &["prescriptions"]), - (UniCase::ascii("combinaison"), &["combinations"]), - (UniCase::ascii("narcissictic"), &["narcissistic"]), - (UniCase::ascii("continut"), &["continuity"]), - (UniCase::ascii("carbohyrdate"), &["carbohydrates"]), - (UniCase::ascii("thesitic"), &["theistic"]), - (UniCase::ascii("guerrillera"), &["guerrilla"]), - (UniCase::ascii("disgraseful"), &["disgraceful"]), - (UniCase::ascii("supremasist"), &["supremacist"]), - (UniCase::ascii("contenents"), &["continents"]), - (UniCase::ascii("physcedelics"), &["psychedelics"]), - (UniCase::ascii("orchestraed"), &["orchestrated"]), - (UniCase::ascii("lesbianas"), &["lesbians"]), - (UniCase::ascii("motoroal"), &["motorola"]), - (UniCase::ascii("predicte"), &["predictive"]), - (UniCase::ascii("adverticed"), &["advertised"]), - (UniCase::ascii("unregulared"), &["unregulated"]), - (UniCase::ascii("severeal"), &["several"]), - (UniCase::ascii("cataylst"), &["catalyst"]), - (UniCase::ascii("curcial"), &["crucial"]), - (UniCase::ascii("disrecpected"), &["disrespected"]), - (UniCase::ascii("forgivens"), &["forgiveness"]), - (UniCase::ascii("infallibale"), &["infallible"]), - (UniCase::ascii("catergorize"), &["categorize"]), - (UniCase::ascii("amargeddon"), &["armageddon"]), - (UniCase::ascii("represantation"), &["representation"]), - (UniCase::ascii("enchentments"), &["enchantments"]), - (UniCase::ascii("deficiencey"), &["deficiency"]), - (UniCase::ascii("renewebles"), &["renewables"]), - (UniCase::ascii("extrenally"), &["externally"]), - (UniCase::ascii("definitlely"), &["definitly"]), - (UniCase::ascii("inablility"), &["inability"]), - (UniCase::ascii("priestes"), &["priests"]), - (UniCase::ascii("barvery"), &["bravery"]), - (UniCase::ascii("juggetnaut"), &["juggernaut"]), - (UniCase::ascii("regualrly"), &["regularly"]), - (UniCase::ascii("principales"), &["principles"]), - (UniCase::ascii("ironcially"), &["ironically"]), - (UniCase::ascii("trasnformation"), &["transformation"]), - (UniCase::ascii("promiscuos"), &["promiscuous"]), - (UniCase::ascii("introvered"), &["introverted"]), - (UniCase::ascii("persicuted"), &["persecuted"]), - (UniCase::ascii("westernerns"), &["westerners"]), - (UniCase::ascii("libertaryanism"), &["libertarianism"]), - (UniCase::ascii("incohorent"), &["incoherent"]), - (UniCase::ascii("thankyu"), &["thankyou"]), - (UniCase::ascii("benghzai"), &["benghazi"]), - (UniCase::ascii("electorite"), &["electorate"]), - (UniCase::ascii("indocrtinated"), &["indoctrinated"]), - (UniCase::ascii("preimer"), &["premier"]), - (UniCase::ascii("exclamating"), &["exclamation"]), - (UniCase::ascii("biejing"), &["beijing"]), - (UniCase::ascii("firefigter"), &["firefighter"]), - (UniCase::ascii("optimaal"), &["optimal"]), - (UniCase::ascii("compatablity"), &["compatibility"]), - (UniCase::ascii("instruccion"), &["instruction"]), - (UniCase::ascii("extendos"), &["extends"]), - (UniCase::ascii("vitenamese"), &["vietnamese"]), - (UniCase::ascii("reactiony"), &["reactionary"]), - (UniCase::ascii("fanaticals"), &["fanatics"]), - (UniCase::ascii("anectodal"), &["anecdotal"]), - (UniCase::ascii("proccedings"), &["proceedings"]), - (UniCase::ascii("heiroglyphics"), &["hieroglyphics"]), - (UniCase::ascii("multiplicaton"), &["multiplication"]), - (UniCase::ascii("sigthstone"), &["sightstone"]), - (UniCase::ascii("disasterous"), &["disastrous"]), - (UniCase::ascii("geometricians"), &["geometers"]), - (UniCase::ascii("aggravanti"), &["aggravating"]), - (UniCase::ascii("toxiticy"), &["toxicity"]), - (UniCase::ascii("warrantly"), &["warranty"]), - (UniCase::ascii("neurologia"), &["neurological"]), - (UniCase::ascii("toothbursh"), &["toothbrush"]), - (UniCase::ascii("bourgeios"), &["bourgeois"]), - (UniCase::ascii("legimitately"), &["legitimately"]), - (UniCase::ascii("sharpenss"), &["sharpness"]), - (UniCase::ascii("existentiella"), &["existential"]), - (UniCase::ascii("circlebs"), &["circles"]), - (UniCase::ascii("proletaricat"), &["proletariat"]), - (UniCase::ascii("rectangulaire"), &["rectangular"]), - (UniCase::ascii("responsibillity"), &["responsibility"]), - (UniCase::ascii("unattented"), &["unattended"]), - (UniCase::ascii("brazileans"), &["brazilians"]), - (UniCase::ascii("isalmist"), &["islamist"]), - (UniCase::ascii("tranform"), &["transform"]), - (UniCase::ascii("nuerological"), &["neurological"]), - (UniCase::ascii("predective"), &["predictive"]), - (UniCase::ascii("connecticunts"), &["connecticut"]), - (UniCase::ascii("tranmsission"), &["transmissions"]), - (UniCase::ascii("replacemtn"), &["replacements"]), - (UniCase::ascii("stabliize"), &["stabilize"]), - (UniCase::ascii("challeneged"), &["challenged"]), - (UniCase::ascii("terretories"), &["territories"]), - (UniCase::ascii("oragnisation"), &["organisation"]), - (UniCase::ascii("sitmuli"), &["stimuli"]), - (UniCase::ascii("infinetely"), &["infinitely"]), - (UniCase::ascii("controvercial"), &["controversial"]), - (UniCase::ascii("devloved"), &["devolved"]), - (UniCase::ascii("deinitalize"), &["deinitialize"]), - (UniCase::ascii("hyperbrophy"), &["hypertrophy"]), - (UniCase::ascii("junglign"), &["jungling"]), - (UniCase::ascii("volounteered"), &["volunteered"]), - (UniCase::ascii("speciallty"), &["specially"]), - (UniCase::ascii("strucutred"), &["structured"]), - (UniCase::ascii("swatiska"), &["swastika"]), - (UniCase::ascii("extradtion"), &["extraction"]), - (UniCase::ascii("containered"), &["contained"]), - (UniCase::ascii("ancestory"), &["ancestry"]), - (UniCase::ascii("noramlly"), &["normally"]), - (UniCase::ascii("activistes"), &["activists"]), - (UniCase::ascii("agressor"), &["aggressor"]), - (UniCase::ascii("conservacion"), &["conservation"]), - (UniCase::ascii("misunderstandimg"), &["misunderstandings"]), - (UniCase::ascii("slaptoon"), &["splatoon"]), - (UniCase::ascii("hunderd"), &["hundred"]), - (UniCase::ascii("humurous"), &["humorous"]), - (UniCase::ascii("recommands"), &["recommends"]), - (UniCase::ascii("dusfunctional"), &["dysfunctional"]), - (UniCase::ascii("apprendice"), &["apprentice"]), - (UniCase::ascii("acquinated"), &["acquainted"]), - (UniCase::ascii("optimisim"), &["optimism"]), - (UniCase::ascii("friendhsip"), &["friendship"]), - (UniCase::ascii("pernamently"), &["permanently"]), - (UniCase::ascii("neighouring"), &["neighboring"]), - (UniCase::ascii("severly"), &["severely"]), - (UniCase::ascii("paladinlst"), &["paladins"]), - (UniCase::ascii("jouranlist"), &["journalist"]), - (UniCase::ascii("appreciationg"), &["appreciating"]), - (UniCase::ascii("millenialism"), &["millennialism"]), - (UniCase::ascii("knuckels"), &["knuckles"]), - (UniCase::ascii("organiske"), &["organise"]), - (UniCase::ascii("marvelos"), &["marvelous"]), - (UniCase::ascii("conculsive"), &["conclusive"]), - (UniCase::ascii("imporved"), &["improved"]), - (UniCase::ascii("compelte"), &["complete"]), - (UniCase::ascii("interperting"), &["interpreting"]), - (UniCase::ascii("sponsord"), &["sponsored"]), - (UniCase::ascii("sucessive"), &["successive"]), - (UniCase::ascii("transofrmation"), &["transformation"]), - (UniCase::ascii("agruing"), &["arguing"]), - (UniCase::ascii("juristiction"), &["jurisdiction"]), - (UniCase::ascii("tortillias"), &["tortilla"]), - (UniCase::ascii("aesthestic"), &["aesthetics"]), - (UniCase::ascii("deside"), &["decide"]), - (UniCase::ascii("dissertaion"), &["dissertation"]), - (UniCase::ascii("disappiont"), &["disappoint"]), - (UniCase::ascii("feminimity"), &["femininity"]), - (UniCase::ascii("emmitting"), &["emitting"]), - (UniCase::ascii("repectable"), &["repeatable"]), - (UniCase::ascii("procrastinarting"), &["procrastinating"]), - (UniCase::ascii("alterarion"), &["alteration"]), - (UniCase::ascii("unrepsonsive"), &["unresponsive"]), - (UniCase::ascii("shoutot"), &["shoutout"]), - (UniCase::ascii("suggestieve"), &["suggestive"]), - (UniCase::ascii("libertarain"), &["libertarian"]), - (UniCase::ascii("liveatream"), &["livestream"]), - (UniCase::ascii("transperant"), &["transparent"]), - (UniCase::ascii("substitutue"), &["substitutes"]), - (UniCase::ascii("altnerately"), &["alternately"]), - (UniCase::ascii("existensial"), &["existential"]), - (UniCase::ascii("accelarate"), &["accelerate"]), - (UniCase::ascii("uninamous"), &["unanimous"]), - (UniCase::ascii("flippade"), &["flipped"]), - (UniCase::ascii("unconditionable"), &["unconditional"]), - (UniCase::ascii("importence"), &["importance"]), - (UniCase::ascii("heavywieghts"), &["heavyweight"]), - (UniCase::ascii("generationens"), &["generations"]), - (UniCase::ascii("ethnicitiy"), &["ethnicity"]), - (UniCase::ascii("condomnation"), &["condemnation"]), - (UniCase::ascii("challengur"), &["challenger"]), - (UniCase::ascii("comeptitively"), &["competitively"]), - (UniCase::ascii("perpertators"), &["perpetrators"]), - (UniCase::ascii("resapwn"), &["respawn"]), - (UniCase::ascii("vulnurability"), &["vulnerability"]), - (UniCase::ascii("retribvtion"), &["retribution"]), - (UniCase::ascii("privelege"), &["privilege"]), - (UniCase::ascii("physiologial"), &["physiological"]), - (UniCase::ascii("olreans"), &["orleans"]), - (UniCase::ascii("sexulaized"), &["sexualized"]), - (UniCase::ascii("glichted"), &["glitched"]), - (UniCase::ascii("theoritically"), &["theoretically"]), - (UniCase::ascii("changable"), &["changeable"]), - (UniCase::ascii("desregarding"), &["disregarding"]), - (UniCase::ascii("vaulable"), &["valuable"]), - (UniCase::ascii("rebulit"), &["rebuilt"]), - (UniCase::ascii("cannibalsm"), &["cannibalism"]), - (UniCase::ascii("conspericies"), &["conspiracies"]), - (UniCase::ascii("assassinato"), &["assassination"]), - (UniCase::ascii("antisipation"), &["anticipation"]), - (UniCase::ascii("patiens"), &["patients"]), - (UniCase::ascii("sunglassses"), &["sunglasses"]), - (UniCase::ascii("commense"), &["commenters"]), - (UniCase::ascii("repersented"), &["represented"]), - (UniCase::ascii("shaprly"), &["sharply"]), - (UniCase::ascii("atriculate"), &["articulate"]), - (UniCase::ascii("chechpoint"), &["checkpoint"]), - (UniCase::ascii("subsiquent"), &["subsequent"]), - (UniCase::ascii("morrisound"), &["morrison"]), - (UniCase::ascii("incentivare"), &["incentive"]), - (UniCase::ascii("aplhabet"), &["alphabet"]), - (UniCase::ascii("frankensite"), &["frankenstein"]), - (UniCase::ascii("manufactores"), &["manufactures"]), - (UniCase::ascii("qunatum"), &["quantum"]), - (UniCase::ascii("liftime"), &["lifetime"]), - (UniCase::ascii("scandalosi"), &["scandals"]), - (UniCase::ascii("cencus"), &["census"]), - (UniCase::ascii("formidabile"), &["formidable"]), - (UniCase::ascii("autocorect"), &["autocorrect"]), - (UniCase::ascii("psuedo"), &["pseudo"]), - (UniCase::ascii("syllabel"), &["syllable"]), - (UniCase::ascii("airboner"), &["airborne"]), - (UniCase::ascii("gernade"), &["grenade"]), - (UniCase::ascii("insistenze"), &["insistence"]), - (UniCase::ascii("conspriacies"), &["conspiracies"]), - (UniCase::ascii("undertakeing"), &["undertaking"]), - (UniCase::ascii("checkpoit"), &["checkpoints"]), - (UniCase::ascii("federativo"), &["federation"]), - (UniCase::ascii("inspiraste"), &["inspires"]), - (UniCase::ascii("thridly"), &["thirdly"]), - (UniCase::ascii("midfieldes"), &["midfielders"]), - (UniCase::ascii("cavarly"), &["cavalry"]), - (UniCase::ascii("enthusiastics"), &["enthusiasts"]), - (UniCase::ascii("steryotype"), &["stereotype"]), - (UniCase::ascii("generelizing"), &["generalizing"]), - (UniCase::ascii("directin"), &["directions"]), - (UniCase::ascii("perimetr"), &["perimeter"]), - (UniCase::ascii("veitnamese"), &["vietnamese"]), - (UniCase::ascii("downwoting"), &["downvoting"]), - (UniCase::ascii("enterpries"), &["enterprises"]), - (UniCase::ascii("negoitate"), &["negotiate"]), - (UniCase::ascii("hellfie"), &["hellfire"]), - (UniCase::ascii("exagerrated"), &["exaggerated"]), - (UniCase::ascii("positionne"), &["positioned"]), - (UniCase::ascii("vitaminas"), &["vitamins"]), - (UniCase::ascii("thetering"), &["tethering"]), - (UniCase::ascii("dicovering"), &["discovering"]), - (UniCase::ascii("scrutinty"), &["scrutiny"]), - (UniCase::ascii("morgatges"), &["mortgages"]), - (UniCase::ascii("introveted"), &["introverted"]), - (UniCase::ascii("condolonces"), &["condolences"]), - (UniCase::ascii("themslef"), &["themself"]), - (UniCase::ascii("teleportaion"), &["teleportation"]), - (UniCase::ascii("bergamont"), &["bergamot"]), - (UniCase::ascii("desparation"), &["desperation"]), - (UniCase::ascii("amaterus"), &["amateurs"]), - (UniCase::ascii("missionnary"), &["missionary"]), - (UniCase::ascii("hypocrit"), &["hypocrite"]), - (UniCase::ascii("infromation"), &["information"]), - (UniCase::ascii("recrutied"), &["recruited"]), - (UniCase::ascii("dungoens"), &["dungeons"]), - (UniCase::ascii("preminence"), &["preeminence"]), - (UniCase::ascii("beardude"), &["bearded"]), - (UniCase::ascii("balckjack"), &["blackjack"]), - (UniCase::ascii("compolsive"), &["compulsive"]), - (UniCase::ascii("brutailty"), &["brutality"]), - (UniCase::ascii("permisssion"), &["permissions"]), - (UniCase::ascii("platofrmer"), &["platformer"]), - (UniCase::ascii("hypothecis"), &["hypothesis"]), - (UniCase::ascii("philipines"), &["philippines"]), - (UniCase::ascii("fundemantals"), &["fundamentals"]), - (UniCase::ascii("facilitait"), &["facilitate"]), - (UniCase::ascii("shittoon"), &["shitton"]), - (UniCase::ascii("includeds"), &["includes"]), - (UniCase::ascii("calcualtions"), &["calculations"]), - (UniCase::ascii("penatgon"), &["pentagon"]), - (UniCase::ascii("ocassion"), &["occasion"]), - (UniCase::ascii("australianas"), &["australians"]), - (UniCase::ascii("algorithmes"), &["algorithms"]), - (UniCase::ascii("misinterperet"), &["misinterpret"]), - (UniCase::ascii("accdiently"), &["accidently"]), - (UniCase::ascii("conclussion"), &["conclusions"]), - (UniCase::ascii("descriminant"), &["discriminant"]), - (UniCase::ascii("libertae"), &["liberate"]), - (UniCase::ascii("comprehand"), &["comprehend"]), - (UniCase::ascii("tirdent"), &["trident"]), - (UniCase::ascii("picthforks"), &["pitchforks"]), - (UniCase::ascii("sucidial"), &["suicidal"]), - (UniCase::ascii("purpusefully"), &["purposefully"]), - (UniCase::ascii("paranoa"), &["paranoia"]), - (UniCase::ascii("weaknessses"), &["weaknesses"]), - (UniCase::ascii("tendacy"), &["tendency"]), - (UniCase::ascii("shamelessy"), &["shamelessly"]), - (UniCase::ascii("stimulatin"), &["stimulation"]), - (UniCase::ascii("notificaiton"), &["notification"]), - (UniCase::ascii("artisitc"), &["artistic"]), - (UniCase::ascii("livestrems"), &["livestream"]), - (UniCase::ascii("margings"), &["margins"]), - (UniCase::ascii("tindergarten"), &["kindergarten"]), - (UniCase::ascii("submariens"), &["submarines"]), - (UniCase::ascii("unconditionaly"), &["unconditionally"]), - (UniCase::ascii("voluntairy"), &["voluntarily"]), - (UniCase::ascii("compunet"), &["compute"]), - (UniCase::ascii("resolveres"), &["resolves"]), - (UniCase::ascii("sligthly"), &["slightly"]), - (UniCase::ascii("belittleing"), &["belittling"]), - (UniCase::ascii("ontraio"), &["ontario"]), - (UniCase::ascii("misspellling"), &["misspelling"]), - (UniCase::ascii("pertoleum"), &["petroleum"]), - (UniCase::ascii("dublications"), &["publications"]), - (UniCase::ascii("mcalren"), &["mclaren"]), - (UniCase::ascii("expirement"), &["experiment"]), - (UniCase::ascii("sunglases"), &["sunglasses"]), - (UniCase::ascii("mechanicly"), &["mechanical"]), - (UniCase::ascii("strengthn"), &["strengthen"]), - (UniCase::ascii("dirived"), &["derived"]), - (UniCase::ascii("encounterd"), &["encountered"]), - (UniCase::ascii("incarnato"), &["incarnation"]), - (UniCase::ascii("multiplikation"), &["multiplication"]), - (UniCase::ascii("substanser"), &["substances"]), - (UniCase::ascii("blitzkreig"), &["blitzkrieg"]), - (UniCase::ascii("rememberd"), &["remembered"]), - (UniCase::ascii("snowbolling"), &["snowballing"]), - (UniCase::ascii("observered"), &["observed"]), - (UniCase::ascii("masturbathe"), &["masturbated"]), - (UniCase::ascii("mathemetically"), &["mathematically"]), - (UniCase::ascii("phenonemal"), &["phenomenal"]), - (UniCase::ascii("determinisitc"), &["deterministic"]), - (UniCase::ascii("proplusion"), &["propulsion"]), - (UniCase::ascii("reccuring"), &["recurring"]), - (UniCase::ascii("incestigator"), &["investigator"]), - (UniCase::ascii("dificulties"), &["difficulties"]), - (UniCase::ascii("inaccurasies"), &["inaccuracies"]), - (UniCase::ascii("irrationatly"), &["irrationally"]), - (UniCase::ascii("unsubsrcibed"), &["unsubscribed"]), - (UniCase::ascii("iranain"), &["iranian"]), - (UniCase::ascii("overcloaked"), &["overclocked"]), - (UniCase::ascii("exinct"), &["extinct"]), - (UniCase::ascii("cholrine"), &["chlorine"]), - (UniCase::ascii("representaciones"), &["representations"]), - (UniCase::ascii("continueous"), &["continuous"]), - (UniCase::ascii("refrers"), &["refers"]), - (UniCase::ascii("unbannend"), &["unbanned"]), - (UniCase::ascii("spansih"), &["spanish"]), - (UniCase::ascii("grahpics"), &["graphics"]), - (UniCase::ascii("vibratoare"), &["vibrator"]), - (UniCase::ascii("pepperment"), &["peppermint"]), - (UniCase::ascii("datbase"), &["database"]), - (UniCase::ascii("overlooming"), &["overlooking"]), - (UniCase::ascii("interneters"), &["internets"]), - (UniCase::ascii("squareds"), &["squares"]), - (UniCase::ascii("disription"), &["disruption"]), - (UniCase::ascii("responsibley"), &["responsibly"]), - (UniCase::ascii("eifnach"), &["einfach"]), - (UniCase::ascii("disrection"), &["discretion"]), - (UniCase::ascii("superstiton"), &["superstition"]), - (UniCase::ascii("doubleleft"), &["doublelift"]), - (UniCase::ascii("devistating"), &["devastating"]), - (UniCase::ascii("collaboratie"), &["collaborate"]), - (UniCase::ascii("inpossibility"), &["impossibility"]), - (UniCase::ascii("expedicion"), &["expedition"]), - (UniCase::ascii("concered"), &["concede"]), - (UniCase::ascii("benchmars"), &["benchmarks"]), - (UniCase::ascii("legitematly"), &["legitimately"]), - (UniCase::ascii("empathatic"), &["empathetic"]), - (UniCase::ascii("despides"), &["despised"]), - (UniCase::ascii("govement"), &["government"]), - (UniCase::ascii("multiplebgs"), &["multiples"]), - (UniCase::ascii("unsucessful"), &["unsuccessful"]), - (UniCase::ascii("occassional"), &["occasional"]), - (UniCase::ascii("indifferant"), &["indifferent"]), - (UniCase::ascii("capialized"), &["capitalized"]), - (UniCase::ascii("responcibilities"), &["responsibilities"]), - (UniCase::ascii("preinitalizing"), &["preinitializing"]), - (UniCase::ascii("monstorus"), &["monstrous"]), - (UniCase::ascii("addopt"), &["adopt"]), - (UniCase::ascii("cringeworthey"), &["cringeworthy"]), - (UniCase::ascii("degraderad"), &["degraded"]), - (UniCase::ascii("republician"), &["republican"]), - (UniCase::ascii("benefitial"), &["beneficial"]), - (UniCase::ascii("confidentaly"), &["confidently"]), - (UniCase::ascii("chargeur"), &["charger"]), - (UniCase::ascii("soem"), &["some"]), - (UniCase::ascii("nashvillle"), &["nashville"]), - (UniCase::ascii("intolernace"), &["intolerance"]), - (UniCase::ascii("supposidely"), &["supposedly"]), - (UniCase::ascii("libertariansm"), &["libertarianism"]), - (UniCase::ascii("vaccinato"), &["vaccination"]), - (UniCase::ascii("striekrs"), &["strikers"]), - (UniCase::ascii("qualificaton"), &["qualification"]), - (UniCase::ascii("cornithians"), &["corinthians"]), - (UniCase::ascii("obstancles"), &["obstacles"]), - (UniCase::ascii("distributino"), &["distributions"]), - (UniCase::ascii("carnagie-mellon"), &["carnegie-mellon"]), - (UniCase::ascii("environmentaly"), &["environmentally"]), - (UniCase::ascii("catholicsim"), &["catholicism"]), - (UniCase::ascii("reconstrucion"), &["reconstruction"]), - (UniCase::ascii("surfce"), &["surface"]), - (UniCase::ascii("trhusters"), &["thrusters"]), - (UniCase::ascii("demoninator"), &["denominator"]), - (UniCase::ascii("typcial"), &["typical"]), - (UniCase::ascii("recognizible"), &["recognizable"]), - (UniCase::ascii("athleticos"), &["athletics"]), - (UniCase::ascii("phramaceutical"), &["pharmaceutical"]), - (UniCase::ascii("communits"), &["communist"]), - (UniCase::ascii("torrest"), &["torrents"]), - (UniCase::ascii("conditiong"), &["conditioning"]), - (UniCase::ascii("familiarty"), &["familiarity"]), - (UniCase::ascii("fundamentalistiska"), &["fundamentalists"]), - (UniCase::ascii("misogynistc"), &["misogynistic"]), - (UniCase::ascii("indefinitelly"), &["indefinitely"]), - (UniCase::ascii("characteristsics"), &["characteristic"]), - (UniCase::ascii("uncomfertably"), &["uncomfortably"]), - (UniCase::ascii("elimintates"), &["eliminates"]), - (UniCase::ascii("manafestation"), &["manifestation"]), - (UniCase::ascii("bottlebeck"), &["bottleneck"]), - (UniCase::ascii("impresonating"), &["impersonating"]), - (UniCase::ascii("overhwelmed"), &["overwhelmed"]), - (UniCase::ascii("metrolopis"), &["metropolis"]), - (UniCase::ascii("predicessor"), &["predecessor"]), - (UniCase::ascii("curcumference"), &["circumference"]), - (UniCase::ascii("refference"), &["reference"]), - (UniCase::ascii("politicion"), &["politician"]), - (UniCase::ascii("predicited"), &["predicated"]), - (UniCase::ascii("burguny"), &["burgundy"]), - (UniCase::ascii("catholisim"), &["catholicism"]), - (UniCase::ascii("derpivation"), &["deprivation"]), - (UniCase::ascii("originalis"), &["originals"]), - (UniCase::ascii("invertions"), &["inventions"]), - (UniCase::ascii("architecturial"), &["architectural"]), - (UniCase::ascii("immersie"), &["immerse"]), - (UniCase::ascii("programattically"), &["programmatically"]), - (UniCase::ascii("sqeuaky"), &["squeaky"]), - (UniCase::ascii("defination"), &["definition"]), - (UniCase::ascii("attemtping"), &["attempting"]), - (UniCase::ascii("succcesses"), &["successes"]), - (UniCase::ascii("brusseles"), &["brussels"]), - (UniCase::ascii("obsturction"), &["obstruction"]), - (UniCase::ascii("prepetuate"), &["perpetuate"]), - (UniCase::ascii("austeriy"), &["austerity"]), - (UniCase::ascii("sudnerland"), &["sunderland"]), - (UniCase::ascii("dissovle"), &["dissolve"]), - (UniCase::ascii("backgorunds"), &["backgrounds"]), - (UniCase::ascii("archtiects"), &["architects"]), - (UniCase::ascii("threshhold"), &["threshold"]), - (UniCase::ascii("arhtritis"), &["arthritis"]), - (UniCase::ascii("perdators"), &["predators"]), - (UniCase::ascii("ofcoures"), &["ofcourse"]), - (UniCase::ascii("loev"), &["love"]), - (UniCase::ascii("unsustianable"), &["unsustainable"]), - (UniCase::ascii("athiestic"), &["atheistic"]), - (UniCase::ascii("distrubtes"), &["distrust"]), - (UniCase::ascii("unfamilliar"), &["unfamiliar"]), - (UniCase::ascii("capitalsim"), &["capitalism"]), - (UniCase::ascii("audioboost"), &["audiobooks"]), - (UniCase::ascii("atmosphereic"), &["atmospheric"]), - (UniCase::ascii("outpreform"), &["outperform"]), - (UniCase::ascii("slaverly"), &["slavery"]), - (UniCase::ascii("modificaitons"), &["modifications"]), - (UniCase::ascii("suspiciouly"), &["suspiciously"]), - (UniCase::ascii("understandbly"), &["understandably"]), - (UniCase::ascii("politicanti"), &["politician"]), - (UniCase::ascii("perhpas"), &["perhaps"]), - (UniCase::ascii("sacrifises"), &["sacrifices"]), - (UniCase::ascii("calcualte"), &["calculate"]), - (UniCase::ascii("preceeded"), &["preceded"]), - (UniCase::ascii("disobeidence"), &["disobedience"]), - (UniCase::ascii("speciales"), &["specials"]), - (UniCase::ascii("contined"), &["continued"]), - (UniCase::ascii("nullfiy"), &["nullify"]), - (UniCase::ascii("juducial"), &["judicial"]), - (UniCase::ascii("minimalstic"), &["minimalist"]), - (UniCase::ascii("panethon"), &["pantheon"]), - (UniCase::ascii("donwloads"), &["downloads"]), - (UniCase::ascii("minstry"), &["ministry"]), - (UniCase::ascii("untranslateable"), &["untranslatable"]), - (UniCase::ascii("considereis"), &["considers"]), - (UniCase::ascii("feburary"), &["february"]), - (UniCase::ascii("underestemating"), &["underestimating"]), - (UniCase::ascii("subjudgation"), &["subjugation"]), - (UniCase::ascii("conglaturations"), &["congratulations"]), - (UniCase::ascii("neslave"), &["enslave"]), - (UniCase::ascii("regresos"), &["regress"]), - (UniCase::ascii("pertended"), &["pretended"]), - (UniCase::ascii("eloquenty"), &["eloquently"]), - (UniCase::ascii("linclon"), &["lincoln"]), - (UniCase::ascii("inadeqaute"), &["inadequate"]), - (UniCase::ascii("sebasitan"), &["sebastian"]), - (UniCase::ascii("trasnformed"), &["transformed"]), - (UniCase::ascii("passionant"), &["passionate"]), - (UniCase::ascii("enchantig"), &["enchanting"]), - (UniCase::ascii("resovles"), &["resolves"]), - (UniCase::ascii("liousville"), &["louisville"]), - (UniCase::ascii("evolveds"), &["evolves"]), - (UniCase::ascii("adventurus"), &["adventurous"]), - (UniCase::ascii("culutrally"), &["culturally"]), - (UniCase::ascii("monumet"), &["monument"]), - (UniCase::ascii("distincitve"), &["distinctive"]), - (UniCase::ascii("athenean"), &["athenian"]), - (UniCase::ascii("unsurprized"), &["unsurprised"]), - (UniCase::ascii("sumbarine"), &["submarine"]), - (UniCase::ascii("testomony"), &["testimony"]), - (UniCase::ascii("furuther"), &["further"]), - (UniCase::ascii("enivitable"), &["inevitable"]), - (UniCase::ascii("asteriks"), &["asterisk"]), - (UniCase::ascii("peopel"), &["people"]), - (UniCase::ascii("activaste"), &["activates"]), - (UniCase::ascii("necromacer"), &["necromancer"]), - (UniCase::ascii("mediavel"), &["medieval"]), - (UniCase::ascii("expatriot"), &["expatriate"]), - (UniCase::ascii("equivlaent"), &["equivalents"]), - (UniCase::ascii("inpsiring"), &["inspiring"]), - (UniCase::ascii("culitvate"), &["cultivate"]), - (UniCase::ascii("reccomend"), &["recommend"]), - (UniCase::ascii("intersteller"), &["interstellar"]), - (UniCase::ascii("contingeny"), &["contingency"]), - (UniCase::ascii("bengalas"), &["bengals"]), - (UniCase::ascii("upcomming"), &["upcoming"]), - (UniCase::ascii("reportes"), &["reporters"]), - (UniCase::ascii("dissapearing"), &["disappearing"]), - (UniCase::ascii("guaruntees"), &["guarantees"]), - (UniCase::ascii("psichologically"), &["psychologically"]), - (UniCase::ascii("enviornmental"), &["environmental"]), - (UniCase::ascii("palythroughs"), &["playthroughs"]), - (UniCase::ascii("equivelents"), &["equivalents"]), - (UniCase::ascii("patrios"), &["patriots"]), - (UniCase::ascii("trasnporter"), &["transporter"]), - (UniCase::ascii("cthuluh"), &["cthulhu"]), - (UniCase::ascii("bengzhai"), &["benghazi"]), - (UniCase::ascii("thoerist"), &["theorist"]), - (UniCase::ascii("convertr"), &["converter"]), - (UniCase::ascii("mamalian"), &["mammalian"]), - (UniCase::ascii("cafeteira"), &["cafeteria"]), - (UniCase::ascii("prestigiosa"), &["prestigious"]), - (UniCase::ascii("tournes"), &["tourneys"]), - (UniCase::ascii("verfication"), &["verification"]), - (UniCase::ascii("athleticm"), &["athleticism"]), - (UniCase::ascii("amphetamins"), &["amphetamines"]), - (UniCase::ascii("newslatter"), &["newsletter"]), - (UniCase::ascii("replusive"), &["repulsive"]), - (UniCase::ascii("bounses"), &["bonuses"]), - (UniCase::ascii("decomposited"), &["decomposed"]), - (UniCase::ascii("encylcopedia"), &["encyclopedia"]), - (UniCase::ascii("zimbabwae"), &["zimbabwe"]), - (UniCase::ascii("fighitng"), &["fighting"]), - (UniCase::ascii("affinitiy"), &["affinity"]), - (UniCase::ascii("retrevier"), &["retriever"]), - (UniCase::ascii("derivitave"), &["derivative"]), - (UniCase::ascii("backfeild"), &["backfield"]), - (UniCase::ascii("automotove"), &["automotive"]), - (UniCase::ascii("volunteed"), &["volunteered"]), - (UniCase::ascii("worshippig"), &["worshipping"]), - (UniCase::ascii("sacntuary"), &["sanctuary"]), - (UniCase::ascii("patriarcial"), &["patriarchal"]), - (UniCase::ascii("specialies"), &["specializes"]), - (UniCase::ascii("everyteim"), &["everytime"]), - (UniCase::ascii("consciouslly"), &["consciously"]), - (UniCase::ascii("temporarly"), &["temporary"]), - (UniCase::ascii("egalitatian"), &["egalitarian"]), - (UniCase::ascii("supervisior"), &["supervisor"]), - (UniCase::ascii("resoltuions"), &["resolutions"]), - (UniCase::ascii("coutnered"), &["countered"]), - (UniCase::ascii("homewoners"), &["homeowners"]), - (UniCase::ascii("calcluator"), &["calculators"]), - (UniCase::ascii("mathimatics"), &["mathematics"]), - (UniCase::ascii("envirnoment"), &["environment"]), - (UniCase::ascii("uninterupted"), &["uninterrupted"]), - (UniCase::ascii("brocoli"), &["broccoli"]), - (UniCase::ascii("portagonists"), &["protagonists"]), - (UniCase::ascii("pathfindir"), &["pathfinder"]), - (UniCase::ascii("antarctida"), &["antarctica"]), - (UniCase::ascii("argiculture"), &["agriculture"]), - (UniCase::ascii("specualtion"), &["speculation"]), - (UniCase::ascii("connectivy"), &["connectivity"]), - (UniCase::ascii("diahrrea"), &["diarrhea"]), - (UniCase::ascii("supportied"), &["supported"]), - (UniCase::ascii("comparasion"), &["comparison"]), - (UniCase::ascii("proportionalty"), &["proportionally"]), - (UniCase::ascii("hypocrasy"), &["hypocrisy"]), - (UniCase::ascii("empiracally"), &["empirically"]), - (UniCase::ascii("supposebly"), &["supposedly"]), - (UniCase::ascii("anoreixa"), &["anorexia"]), - (UniCase::ascii("circumcition"), &["circumcision"]), - (UniCase::ascii("wincheseter"), &["winchester"]), - (UniCase::ascii("ingriedents"), &["ingredient"]), - (UniCase::ascii("distrubitors"), &["distributors"]), - (UniCase::ascii("compeittion"), &["competitions"]), - (UniCase::ascii("absoultely"), &["absolutely"]), - (UniCase::ascii("procrastonating"), &["procrastinating"]), - (UniCase::ascii("transcriptus"), &["transcripts"]), - (UniCase::ascii("nationalis"), &["nationals"]), - (UniCase::ascii("aestethically"), &["aesthetically"]), - (UniCase::ascii("transsexal"), &["transsexual"]), - (UniCase::ascii("aircarft"), &["aircraft"]), - (UniCase::ascii("maneouvred"), &["manoeuvred"]), - (UniCase::ascii("huanted"), &["haunted"]), - (UniCase::ascii("overhal"), &["overhaul"]), - (UniCase::ascii("captials"), &["capitals"]), - (UniCase::ascii("pyramidas"), &["pyramids"]), - (UniCase::ascii("futureus"), &["futures"]), - (UniCase::ascii("capusles"), &["capsules"]), - (UniCase::ascii("vibratie"), &["vibrate"]), - (UniCase::ascii("compresores"), &["compressor"]), - (UniCase::ascii("spwaned"), &["spawned"]), - (UniCase::ascii("meoldies"), &["melodies"]), - (UniCase::ascii("constructifs"), &["constructs"]), - (UniCase::ascii("shephered"), &["shepherd"]), - (UniCase::ascii("impelmentation"), &["implementations"]), - (UniCase::ascii("lunatis"), &["lunatics"]), - (UniCase::ascii("decsending"), &["descending"]), - (UniCase::ascii("torpeados"), &["torpedoes"]), - (UniCase::ascii("prasies"), &["praises"]), - (UniCase::ascii("algorithym"), &["algorithm"]), - (UniCase::ascii("possable"), &["possible"]), - (UniCase::ascii("familiaries"), &["familiarize"]), - (UniCase::ascii("christiaan"), &["christian"]), - (UniCase::ascii("dissapear"), &["disappear"]), - (UniCase::ascii("annoints"), &["anoints"]), - (UniCase::ascii("boyant"), &["buoyant"]), - (UniCase::ascii("alrigthy"), &["alrighty"]), - (UniCase::ascii("ethnocentricm"), &["ethnocentrism"]), - (UniCase::ascii("theives"), &["thieves"]), - (UniCase::ascii("introvertie"), &["introverted"]), - (UniCase::ascii("shoudlnt"), &["shouldnt"]), - (UniCase::ascii("syirans"), &["syrians"]), - (UniCase::ascii("russion"), &["russian"]), - (UniCase::ascii("mobilitiy"), &["mobility"]), - (UniCase::ascii("volunterring"), &["volunteering"]), - (UniCase::ascii("expressie"), &["expressive"]), - (UniCase::ascii("excange"), &["exchange"]), - (UniCase::ascii("simplistes"), &["simplest"]), - (UniCase::ascii("neighbourhod"), &["neighbourhood"]), - (UniCase::ascii("prepetrators"), &["perpetrators"]), - (UniCase::ascii("succeded"), &["succeeded"]), - (UniCase::ascii("independet"), &["independent"]), - (UniCase::ascii("overwelming"), &["overwhelming"]), - (UniCase::ascii("casheir"), &["cashier"]), - (UniCase::ascii("destinatons"), &["destinations"]), - (UniCase::ascii("realisticlly"), &["realistically"]), - (UniCase::ascii("repeition"), &["repetition"]), - (UniCase::ascii("sentimant"), &["sentimental"]), - (UniCase::ascii("allthough"), &["although"]), - (UniCase::ascii("distinguise"), &["distinguished"]), - (UniCase::ascii("nationalististic"), &["nationalistic"]), - (UniCase::ascii("evovled"), &["evolved"]), - (UniCase::ascii("concentrarte"), &["concentrate"]), - (UniCase::ascii("controlles"), &["controls"]), - (UniCase::ascii("descriptoin"), &["descriptions"]), - (UniCase::ascii("attractin"), &["attraction"]), - (UniCase::ascii("abdomnial"), &["abdominal"]), - (UniCase::ascii("indoctornated"), &["indoctrinated"]), - (UniCase::ascii("distincive"), &["distinctive"]), - (UniCase::ascii("organziations"), &["organizations"]), - (UniCase::ascii("troubelshoot"), &["troubleshoot"]), - (UniCase::ascii("saveing"), &["saving"]), - (UniCase::ascii("athiest"), &["atheist"]), - (UniCase::ascii("incunabla"), &["incunabula"]), - (UniCase::ascii("mircotransactions"), &["microtransactions"]), - (UniCase::ascii("nominet"), &["nominate"]), - (UniCase::ascii("prerequisties"), &["prerequisite"]), - (UniCase::ascii("legitimatley"), &["legitimately"]), - (UniCase::ascii("articualte"), &["articulate"]), - (UniCase::ascii("paraylsis"), &["paralysis"]), - (UniCase::ascii("doubleiift"), &["doublelift"]), - (UniCase::ascii("healtchare"), &["healthcare"]), - (UniCase::ascii("adolescense"), &["adolescence"]), - (UniCase::ascii("weigths"), &["weights"]), - (UniCase::ascii("administed"), &["administered"]), - (UniCase::ascii("definitaly"), &["definately"]), - (UniCase::ascii("endoctrination"), &["indoctrination"]), - (UniCase::ascii("substite"), &["substitute"]), - (UniCase::ascii("subarmines"), &["submarines"]), - (UniCase::ascii("terminales"), &["terminals"]), - (UniCase::ascii("compilaton"), &["compilation"]), - (UniCase::ascii("darkenss"), &["darkness"]), - (UniCase::ascii("absloutes"), &["absolutes"]), - (UniCase::ascii("mathameticians"), &["mathematicians"]), - (UniCase::ascii("misspeld"), &["misspelled"]), - (UniCase::ascii("operacional"), &["operational"]), - (UniCase::ascii("passiones"), &["passions"]), - (UniCase::ascii("poenis"), &["penis"]), - (UniCase::ascii("wonderus"), &["wonders"]), - (UniCase::ascii("contancting"), &["contracting"]), - (UniCase::ascii("missionares"), &["missionaries"]), - (UniCase::ascii("sawnson"), &["swanson"]), - (UniCase::ascii("exagerate"), &["exaggerate"]), - (UniCase::ascii("agaisnt"), &["against"]), - (UniCase::ascii("pruposefully"), &["purposefully"]), - (UniCase::ascii("valubale"), &["valuable"]), - (UniCase::ascii("christams"), &["christmas"]), - (UniCase::ascii("avaliability"), &["availability"]), - (UniCase::ascii("frustrantes"), &["frustrates"]), - (UniCase::ascii("imperetive"), &["imperative"]), - (UniCase::ascii("discontined"), &["discontinued"]), - (UniCase::ascii("chambre"), &["chamber"]), - (UniCase::ascii("manipulatie"), &["manipulative"]), - (UniCase::ascii("sponsorhips"), &["sponsorship"]), - (UniCase::ascii("ridiculious"), &["ridiculous"]), - (UniCase::ascii("unbalenced"), &["unbalanced"]), - (UniCase::ascii("meatballers"), &["meatballs"]), - (UniCase::ascii("abriter"), &["arbiter"]), - (UniCase::ascii("neighbourgood"), &["neighbourhood"]), - (UniCase::ascii("surprize"), &["surprise"]), - (UniCase::ascii("temepst"), &["tempest"]), - (UniCase::ascii("octohedron"), &["octahedron"]), - (UniCase::ascii("reflectivos"), &["reflections"]), - (UniCase::ascii("lieuenant"), &["lieutenant"]), - (UniCase::ascii("constatnly"), &["constantly"]), - (UniCase::ascii("iornman"), &["ironman"]), - (UniCase::ascii("exculde"), &["exclude"]), - (UniCase::ascii("sensationails"), &["sensationalism"]), - (UniCase::ascii("regulaters"), &["regulators"]), - (UniCase::ascii("exhuasting"), &["exhausting"]), - (UniCase::ascii("powerfisting"), &["powerlifting"]), - (UniCase::ascii("photograhy"), &["photography"]), - (UniCase::ascii("degradacion"), &["degradation"]), - (UniCase::ascii("delpoyment"), &["deployment"]), - (UniCase::ascii("passagers"), &["passages"]), - (UniCase::ascii("backpacing"), &["backpacking"]), - (UniCase::ascii("steroetyping"), &["stereotyping"]), - (UniCase::ascii("depositd"), &["deposited"]), - (UniCase::ascii("mulitply"), &["multiply"]), - (UniCase::ascii("krpytonite"), &["kryptonite"]), - (UniCase::ascii("repsectable"), &["respectable"]), - (UniCase::ascii("adreanline"), &["adrenaline"]), - (UniCase::ascii("unsubscrbe"), &["unsubscribe"]), - (UniCase::ascii("cigaretts"), &["cigarettes"]), - (UniCase::ascii("presidentail"), &["presidential"]), - (UniCase::ascii("southen"), &["southern"]), - (UniCase::ascii("devaint"), &["deviant"]), - (UniCase::ascii("perpendiculaire"), &["perpendicular"]), - (UniCase::ascii("sympathtic"), &["sympathetic"]), - (UniCase::ascii("photogropher"), &["photographer"]), - (UniCase::ascii("pervalence"), &["prevalence"]), - (UniCase::ascii("advertisiers"), &["advertisers"]), - (UniCase::ascii("mediocricy"), &["mediocrity"]), - (UniCase::ascii("exchanching"), &["exchanging"]), - (UniCase::ascii("intrepreted"), &["interpreted"]), - (UniCase::ascii("pregnance"), &["pregnancies"]), - (UniCase::ascii("accomplishemnts"), &["accomplishments"]), - (UniCase::ascii("incorporare"), &["incorporate"]), - (UniCase::ascii("flutterhsy"), &["fluttershy"]), - (UniCase::ascii("iraninas"), &["iranians"]), - (UniCase::ascii("narcissisist"), &["narcissist"]), - (UniCase::ascii("exclamacion"), &["exclamation"]), - (UniCase::ascii("laughablly"), &["laughably"]), - (UniCase::ascii("fractalpus"), &["fractals"]), - (UniCase::ascii("prefarable"), &["preferable"]), - (UniCase::ascii("sepina"), &["subpoena"]), - (UniCase::ascii("scientic"), &["scientific"]), - (UniCase::ascii("vioalting"), &["violating"]), - (UniCase::ascii("electhor"), &["electro"]), - (UniCase::ascii("mechanisims"), &["mechanism"]), - (UniCase::ascii("unacceptible"), &["unacceptable"]), - (UniCase::ascii("circulacion"), &["circulation"]), - (UniCase::ascii("trianers"), &["trainers"]), - (UniCase::ascii("referrences"), &["references"]), - (UniCase::ascii("persvasive"), &["persuasive"]), - (UniCase::ascii("specialied"), &["specialized"]), - (UniCase::ascii("interections"), &["interactions"]), - (UniCase::ascii("opitmal"), &["optimal"]), - (UniCase::ascii("disconneted"), &["disconnected"]), - (UniCase::ascii("accomadate"), &["accommodate"]), - (UniCase::ascii("planatery"), &["planetary"]), - (UniCase::ascii("methodoligy"), &["methodology"]), - (UniCase::ascii("ampethamine"), &["amphetamine"]), - (UniCase::ascii("soemthin"), &["somethin"]), - (UniCase::ascii("apprecaites"), &["appreciates"]), - (UniCase::ascii("preimums"), &["premiums"]), - (UniCase::ascii("counterpath"), &["counterpart"]), - (UniCase::ascii("commandmant"), &["commandment"]), - (UniCase::ascii("disgareement"), &["disagreements"]), - (UniCase::ascii("sketpic"), &["skeptic"]), - (UniCase::ascii("chameleooon"), &["chameleon"]), - (UniCase::ascii("catepillar"), &["caterpillar"]), - (UniCase::ascii("strenghtening"), &["strengthening"]), - (UniCase::ascii("larrry"), &["larry"]), - (UniCase::ascii("toliets"), &["toilets"]), - (UniCase::ascii("darkets"), &["darkest"]), - (UniCase::ascii("condenming"), &["condemning"]), - (UniCase::ascii("conanical"), &["canonical"]), - (UniCase::ascii("quanitites"), &["quantities"]), - (UniCase::ascii("iranains"), &["iranians"]), - (UniCase::ascii("laundrey"), &["laundry"]), - (UniCase::ascii("steeleries"), &["steelers"]), - (UniCase::ascii("beautyfully"), &["beautifully"]), - (UniCase::ascii("continus"), &["continues"]), - (UniCase::ascii("restuarants"), &["restaurants"]), - (UniCase::ascii("turretts"), &["turrets"]), - (UniCase::ascii("moelcules"), &["molecules"]), - (UniCase::ascii("reconcilled"), &["reconcile"]), - (UniCase::ascii("shieldd"), &["shielded"]), - (UniCase::ascii("linguisics"), &["linguistics"]), - (UniCase::ascii("chronologial"), &["chronological"]), - (UniCase::ascii("notacible"), &["noticable"]), - (UniCase::ascii("spontainous"), &["spontaneous"]), - (UniCase::ascii("governmnet"), &["government"]), - (UniCase::ascii("refelcted"), &["reflected"]), - (UniCase::ascii("carboyhdrates"), &["carbohydrates"]), - (UniCase::ascii("disastrosa"), &["disastrous"]), - (UniCase::ascii("perfromer"), &["performer"]), - (UniCase::ascii("multiplyer"), &["multiple"]), - (UniCase::ascii("breastfeeing"), &["breastfeeding"]), - (UniCase::ascii("sacrasm"), &["sarcasm"]), - (UniCase::ascii("brussles"), &["brussels"]), - (UniCase::ascii("continunity"), &["continuity"]), - (UniCase::ascii("compots"), &["compost"]), - (UniCase::ascii("deprovation"), &["deprivation"]), - (UniCase::ascii("phsyicists"), &["physicists"]), - (UniCase::ascii("kenndey"), &["kennedy"]), - (UniCase::ascii("prependicular"), &["perpendicular"]), - (UniCase::ascii("indonesa"), &["indonesia"]), - (UniCase::ascii("accomplishents"), &["accomplishes"]), - (UniCase::ascii("frutcose"), &["fructose"]), - (UniCase::ascii("octopuns"), &["octopus"]), - (UniCase::ascii("observerats"), &["observers"]), - (UniCase::ascii("fanatsic"), &["fanatics"]), - (UniCase::ascii("horisontal"), &["horizontal"]), - (UniCase::ascii("dribbel"), &["dribble"]), - (UniCase::ascii("overlanded"), &["overloaded"]), - (UniCase::ascii("prejucide"), &["prejudice"]), - (UniCase::ascii("diasbling"), &["disabling"]), - (UniCase::ascii("audioboook"), &["audiobook"]), - (UniCase::ascii("sicne"), &["since"]), - (UniCase::ascii("nostalgisch"), &["nostalgic"]), - (UniCase::ascii("ubiqutious"), &["ubiquitous"]), - (UniCase::ascii("explorerers"), &["explorers"]), - (UniCase::ascii("gpysies"), &["gypsies"]), - (UniCase::ascii("relexation"), &["relegation"]), - (UniCase::ascii("submissies"), &["submissive"]), - (UniCase::ascii("horrendeus"), &["horrendous"]), - (UniCase::ascii("disatrous"), &["disastrous"]), - (UniCase::ascii("infallibile"), &["infallible"]), - (UniCase::ascii("procedureal"), &["procedural"]), - (UniCase::ascii("testimoney"), &["testimony"]), - (UniCase::ascii("betwen"), &["between"]), - (UniCase::ascii("portary"), &["portray"]), - (UniCase::ascii("critisicing"), &["criticizing"]), - (UniCase::ascii("niusance"), &["nuisance"]), - (UniCase::ascii("defintiion"), &["definitions"]), - (UniCase::ascii("narcissicm"), &["narcissism"]), - (UniCase::ascii("popluar"), &["popular"]), - (UniCase::ascii("obstacal"), &["obstacle"]), - (UniCase::ascii("cluthcing"), &["clutching"]), - (UniCase::ascii("marlbes"), &["marbles"]), - (UniCase::ascii("hearhtstone"), &["hearthstone"]), - (UniCase::ascii("idealistisch"), &["idealistic"]), - (UniCase::ascii("exacberate"), &["exacerbated"]), - (UniCase::ascii("figuratevely"), &["figuratively"]), - (UniCase::ascii("saxaphone"), &["saxophone"]), - (UniCase::ascii("autocorrct"), &["autocorrect"]), - (UniCase::ascii("surrenderd"), &["surrendered"]), - (UniCase::ascii("exlporers"), &["explorers"]), - (UniCase::ascii("similarites"), &["similarities"]), - (UniCase::ascii("tagliate"), &["tailgate"]), - (UniCase::ascii("intoxocated"), &["intoxicated"]), - (UniCase::ascii("girlfirend"), &["girlfriend"]), - (UniCase::ascii("kicthen"), &["kitchen"]), - (UniCase::ascii("competiveness"), &["competitiveness"]), - (UniCase::ascii("condradictions"), &["contradictions"]), - (UniCase::ascii("applaudes"), &["applause"]), - (UniCase::ascii("herad"), &["heard"]), - (UniCase::ascii("utiliatrian"), &["utilitarian"]), - (UniCase::ascii("mediocrisy"), &["mediocrity"]), - (UniCase::ascii("punishible"), &["punishable"]), - (UniCase::ascii("subesquent"), &["subsequent"]), - (UniCase::ascii("hyprocisy"), &["hypocrisy"]), - (UniCase::ascii("dravadian"), &["dravidian"]), - (UniCase::ascii("apocolapse"), &["apocalypse"]), - (UniCase::ascii("corrosponds"), &["corresponds"]), - (UniCase::ascii("misunderstanting"), &["misunderstandings"]), - (UniCase::ascii("acknolwedged"), &["acknowledged"]), - (UniCase::ascii("linguisticas"), &["linguistics"]), - (UniCase::ascii("anonomously"), &["anonymously"]), - (UniCase::ascii("availablity"), &["availability"]), - (UniCase::ascii("raosting"), &["roasting"]), - (UniCase::ascii("shitstrom"), &["shitstorm"]), - (UniCase::ascii("seamlessley"), &["seamlessly"]), - (UniCase::ascii("hydropilic"), &["hydrophilic"]), - (UniCase::ascii("compensare"), &["compensate"]), - (UniCase::ascii("downloaad"), &["download"]), - (UniCase::ascii("doucheus"), &["douches"]), - (UniCase::ascii("marhsmallows"), &["marshmallows"]), - (UniCase::ascii("invervention"), &["intervention"]), - (UniCase::ascii("narcissistc"), &["narcissistic"]), - (UniCase::ascii("extremised"), &["extremes"]), - (UniCase::ascii("containes"), &["contains"]), - (UniCase::ascii("euphoira"), &["euphoria"]), - (UniCase::ascii("cultivative"), &["cultivate"]), - (UniCase::ascii("hailfax"), &["halifax"]), - (UniCase::ascii("organiszed"), &["organise"]), - (UniCase::ascii("facebok"), &["facebook"]), - (UniCase::ascii("spectarors"), &["spectators"]), - (UniCase::ascii("shawhsank"), &["shawshank"]), - (UniCase::ascii("circimcised"), &["circumcised"]), - (UniCase::ascii("devastanti"), &["devastating"]), - (UniCase::ascii("metrapolis"), &["metropolis"]), - (UniCase::ascii("intermettent"), &["intermittent"]), - (UniCase::ascii("alege"), &["allege"]), - (UniCase::ascii("perpatuating"), &["perpetuating"]), - (UniCase::ascii("nieghbourhoods"), &["neighbourhood"]), - (UniCase::ascii("transphoic"), &["transphobic"]), - (UniCase::ascii("skillhosts"), &["skillshots"]), - (UniCase::ascii("ancedote"), &["anecdote"]), - (UniCase::ascii("complate"), &["complacent"]), - (UniCase::ascii("anniversarry"), &["anniversary"]), - (UniCase::ascii("dangeroys"), &["dangerously"]), - (UniCase::ascii("acknolwedging"), &["acknowledging"]), - (UniCase::ascii("complicatted"), &["complicate"]), - (UniCase::ascii("enrollemnt"), &["enrollment"]), - (UniCase::ascii("introducted"), &["introduced"]), - (UniCase::ascii("occurr"), &["occur"]), - (UniCase::ascii("misunderstanings"), &["misunderstandings"]), - (UniCase::ascii("wednsedays"), &["wednesdays"]), - (UniCase::ascii("motorolja"), &["motorola"]), - (UniCase::ascii("simultaneuous"), &["simultaneous"]), - (UniCase::ascii("magazins"), &["magazines"]), - (UniCase::ascii("professionials"), &["professionalism"]), - (UniCase::ascii("desinterested"), &["disinterested"]), - (UniCase::ascii("enlcave"), &["enclave"]), - (UniCase::ascii("dsyfunction"), &["dysfunction"]), - (UniCase::ascii("jamaina"), &["jamaican"]), - (UniCase::ascii("scrollade"), &["scrolled"]), - (UniCase::ascii("mocrotransactions"), &["microtransactions"]), - (UniCase::ascii("minimilist"), &["minimalist"]), - (UniCase::ascii("plebicite"), &["plebiscite"]), - (UniCase::ascii("veritiable"), &["verifiable"]), - (UniCase::ascii("repricussions"), &["repercussions"]), - (UniCase::ascii("inkompatible"), &["incompatible"]), - (UniCase::ascii("parliamentry"), &["parliamentary"]), - (UniCase::ascii("executioneers"), &["executioner"]), - (UniCase::ascii("historiens"), &["histories"]), - (UniCase::ascii("initalisations"), &["initialisations"]), - (UniCase::ascii("siezing"), &["seizing"]), - (UniCase::ascii("finanically"), &["financially"]), - (UniCase::ascii("ofcrouse"), &["ofcourse"]), - (UniCase::ascii("preliferation"), &["proliferation"]), - (UniCase::ascii("scince"), &["science"]), - (UniCase::ascii("responsibile"), &["responsible"]), - (UniCase::ascii("unknowingy"), &["unknowingly"]), - (UniCase::ascii("interceptons"), &["interceptions"]), - (UniCase::ascii("prescribtions"), &["prescriptions"]), - (UniCase::ascii("defenselss"), &["defenseless"]), - (UniCase::ascii("paychologist"), &["psychologist"]), - (UniCase::ascii("microtax"), &["microatx"]), - (UniCase::ascii("continuons"), &["continuous"]), - (UniCase::ascii("resistribution"), &["redistribution"]), - (UniCase::ascii("buisnesses"), &["businesses"]), - (UniCase::ascii("independense"), &["independents"]), - (UniCase::ascii("maintainence"), &["maintenance"]), - (UniCase::ascii("prophesie"), &["prophecies"]), - (UniCase::ascii("reevalulate"), &["reevaluate"]), - (UniCase::ascii("contraticting"), &["contradicting"]), - (UniCase::ascii("ellpitical"), &["elliptical"]), - (UniCase::ascii("internetis"), &["internets"]), - (UniCase::ascii("neckbead"), &["neckbeard"]), - (UniCase::ascii("signficiant"), &["significant"]), - (UniCase::ascii("emergencias"), &["emergencies"]), - (UniCase::ascii("appreciateive"), &["appreciative"]), - (UniCase::ascii("remianing"), &["remaining"]), - (UniCase::ascii("signitures"), &["signatures"]), - (UniCase::ascii("accelorate"), &["accelerate"]), - (UniCase::ascii("lisence"), &["license"]), - (UniCase::ascii("journalistische"), &["journalistic"]), - (UniCase::ascii("storyteling"), &["storytelling"]), - (UniCase::ascii("refelctive"), &["reflective"]), - (UniCase::ascii("hokpins"), &["hopkins"]), - (UniCase::ascii("helathcare"), &["healthcare"]), - (UniCase::ascii("illuminami"), &["illuminati"]), - (UniCase::ascii("delagates"), &["delegates"]), - (UniCase::ascii("vegitable"), &["vegetable"]), - (UniCase::ascii("classrooom"), &["classroom"]), - (UniCase::ascii("portrayl"), &["portrayal"]), - (UniCase::ascii("comtemplating"), &["contemplating"]), - (UniCase::ascii("reprhase"), &["rephrase"]), - (UniCase::ascii("philadelhpia"), &["philadelphia"]), - (UniCase::ascii("casulaty"), &["casualty"]), - (UniCase::ascii("recommondations"), &["recommendations"]), - (UniCase::ascii("inlcuding"), &["including"]), - (UniCase::ascii("configuraton"), &["configuration"]), - (UniCase::ascii("collaros"), &["collars"]), - (UniCase::ascii("supermarkers"), &["supermarkets"]), - (UniCase::ascii("skeptecism"), &["skepticism"]), - (UniCase::ascii("nieghbours"), &["neighbours"]), - (UniCase::ascii("joanthan"), &["jonathan"]), - (UniCase::ascii("remenant"), &["remnant"]), - (UniCase::ascii("autocorrekt"), &["autocorrect"]), - (UniCase::ascii("clincial"), &["clinical"]), - (UniCase::ascii("consentrations"), &["concentrations"]), - (UniCase::ascii("wavelengh"), &["wavelength"]), - (UniCase::ascii("trinagle"), &["triangle"]), - (UniCase::ascii("surroundins"), &["surrounds"]), - (UniCase::ascii("ruleboook"), &["rulebook"]), - (UniCase::ascii("necessiate"), &["necessitate"]), - (UniCase::ascii("marignally"), &["marginally"]), - (UniCase::ascii("succesed"), &["succeeds"]), - (UniCase::ascii("recquired"), &["required"]), - (UniCase::ascii("recallection"), &["recollection"]), - (UniCase::ascii("constraction"), &["construction"]), - (UniCase::ascii("developmet"), &["developments"]), - (UniCase::ascii("dicover"), &["discover"]), - (UniCase::ascii("atrosities"), &["atrocities"]), - (UniCase::ascii("previal"), &["prevail"]), - (UniCase::ascii("varians"), &["variants"]), - (UniCase::ascii("charecters"), &["characters"]), - (UniCase::ascii("afgahnistan"), &["afghanistan"]), - (UniCase::ascii("specializate"), &["specialize"]), - (UniCase::ascii("persuaso"), &["persuasion"]), - (UniCase::ascii("noticabe"), &["noticable"]), - (UniCase::ascii("ciruclar"), &["circular"]), - (UniCase::ascii("conceviable"), &["conceivable"]), - (UniCase::ascii("participent"), &["participant"]), - (UniCase::ascii("reassurring"), &["reassuring"]), - (UniCase::ascii("longitudonal"), &["longitudinal"]), - (UniCase::ascii("broadcastors"), &["broadcasts"]), - (UniCase::ascii("convienently"), &["conveniently"]), - (UniCase::ascii("immortalisy"), &["immortals"]), - (UniCase::ascii("fundamentas"), &["fundamentals"]), - (UniCase::ascii("seceeded"), &["succeeded"]), - (UniCase::ascii("excecute"), &["execute"]), - (UniCase::ascii("procrastinaton"), &["procrastination"]), - (UniCase::ascii("obvioulsy"), &["obviously"]), - (UniCase::ascii("emnity"), &["enmity"]), - (UniCase::ascii("anonymousny"), &["anonymously"]), - (UniCase::ascii("essentual"), &["essential"]), - (UniCase::ascii("effectivly"), &["effectively"]), - (UniCase::ascii("guarantess"), &["guarantees"]), - (UniCase::ascii("recipets"), &["recipes"]), - (UniCase::ascii("annoucnement"), &["announcement"]), - (UniCase::ascii("vaccume"), &["vacuum"]), - (UniCase::ascii("recalim"), &["reclaim"]), - (UniCase::ascii("recieving"), &["receiving"]), - (UniCase::ascii("chiansaw"), &["chainsaw"]), - (UniCase::ascii("divinitory"), &["divinity"]), - (UniCase::ascii("indepdenent"), &["independents"]), - (UniCase::ascii("palestininans"), &["palestinians"]), - (UniCase::ascii("numercial"), &["numerical"]), - (UniCase::ascii("exclamativo"), &["exclamation"]), - (UniCase::ascii("blackhwaks"), &["blackhawks"]), - (UniCase::ascii("indimidating"), &["intimidating"]), - (UniCase::ascii("eastwod"), &["eastwood"]), - (UniCase::ascii("illuminazi"), &["illuminati"]), - (UniCase::ascii("communite"), &["communities"]), - (UniCase::ascii("ideologice"), &["ideologies"]), - (UniCase::ascii("apsects"), &["aspects"]), - (UniCase::ascii("approproximate"), &["approximate"]), - (UniCase::ascii("expections"), &["exceptions"]), - (UniCase::ascii("noramls"), &["normals"]), - (UniCase::ascii("invinvible"), &["invincible"]), - (UniCase::ascii("survallience"), &["surveillance"]), - (UniCase::ascii("absoulte"), &["absolute"]), - (UniCase::ascii("contaction"), &["contacting"]), - (UniCase::ascii("confisgated"), &["confiscated"]), - (UniCase::ascii("retirever"), &["retriever"]), - (UniCase::ascii("conpsiracy"), &["conspiracy"]), - (UniCase::ascii("inspeciton"), &["inspections"]), - (UniCase::ascii("executivas"), &["executives"]), - (UniCase::ascii("compulisve"), &["compulsive"]), - (UniCase::ascii("acomplish"), &["accomplish"]), - (UniCase::ascii("persecutie"), &["persecuted"]), - (UniCase::ascii("inventario"), &["inventor"]), - (UniCase::ascii("protaginists"), &["protagonists"]), - (UniCase::ascii("challengs"), &["challenges"]), - (UniCase::ascii("transcrpit"), &["transcript"]), - (UniCase::ascii("provinicial"), &["provincial"]), - (UniCase::ascii("exclemation"), &["exclamation"]), - (UniCase::ascii("electricien"), &["electrician"]), - (UniCase::ascii("combinatino"), &["combinations"]), - (UniCase::ascii("neglectn"), &["neglecting"]), - (UniCase::ascii("jurisdiktion"), &["jurisdiction"]), - (UniCase::ascii("antoganist"), &["antagonist"]), - (UniCase::ascii("nagivating"), &["navigating"]), - (UniCase::ascii("previaling"), &["prevailing"]), - (UniCase::ascii("beleiver"), &["believer"]), - (UniCase::ascii("singificantly"), &["significantly"]), - (UniCase::ascii("contension"), &["contention"]), - (UniCase::ascii("pedophilies"), &["pedophile"]), - (UniCase::ascii("satifsying"), &["satisfying"]), - (UniCase::ascii("crocodiller"), &["crocodile"]), - (UniCase::ascii("programmate"), &["programme"]), - (UniCase::ascii("hypothisis"), &["hypothesis"]), - (UniCase::ascii("desicions"), &["decisions"]), - (UniCase::ascii("traditionaly"), &["traditionally"]), - (UniCase::ascii("entbook"), &["netbook"]), - (UniCase::ascii("capaciters"), &["capacitors"]), - (UniCase::ascii("scandinavion"), &["scandinavian"]), - (UniCase::ascii("celebratons"), &["celebrations"]), - (UniCase::ascii("protectoin"), &["protections"]), - (UniCase::ascii("disclamier"), &["disclaimer"]), - (UniCase::ascii("patrones"), &["patrons"]), - (UniCase::ascii("manipualtive"), &["manipulative"]), - (UniCase::ascii("togheter"), &["together"]), - (UniCase::ascii("concedendo"), &["conceded"]), - (UniCase::ascii("medicinske"), &["medicine"]), - (UniCase::ascii("massivley"), &["massively"]), - (UniCase::ascii("mozzeralla"), &["mozzarella"]), - (UniCase::ascii("mastrubated"), &["masturbated"]), - (UniCase::ascii("weigthed"), &["weighted"]), - (UniCase::ascii("successivo"), &["succession"]), - (UniCase::ascii("accelorating"), &["accelerating"]), - (UniCase::ascii("tightining"), &["tightening"]), - (UniCase::ascii("creepgin"), &["creeping"]), - (UniCase::ascii("baptims"), &["baptism"]), - (UniCase::ascii("continuuing"), &["continuing"]), - (UniCase::ascii("travesy"), &["travesty"]), - (UniCase::ascii("creationst"), &["creationist"]), - (UniCase::ascii("accumulato"), &["accumulation"]), - (UniCase::ascii("custimized"), &["customized"]), - (UniCase::ascii("confesso"), &["confession"]), - (UniCase::ascii("provisiones"), &["provisions"]), - (UniCase::ascii("prerequisities"), &["prerequisite"]), - (UniCase::ascii("unwrittern"), &["unwritten"]), - (UniCase::ascii("regualte"), &["regulate"]), - (UniCase::ascii("spartanops"), &["spartans"]), - (UniCase::ascii("miscommuniction"), &["miscommunication"]), - (UniCase::ascii("platfotmer"), &["platformer"]), - (UniCase::ascii("fahernheit"), &["fahrenheit"]), - (UniCase::ascii("workststion"), &["workstation"]), - (UniCase::ascii("permanantely"), &["permanently"]), - (UniCase::ascii("normaly"), &["normally"]), - (UniCase::ascii("marxisim"), &["marxism"]), - (UniCase::ascii("tomatos"), &["tomatoes"]), - (UniCase::ascii("interaccion"), &["interaction"]), - (UniCase::ascii("intricicies"), &["intricacies"]), - (UniCase::ascii("liebrals"), &["liberals"]), - (UniCase::ascii("documentarsi"), &["documentaries"]), - (UniCase::ascii("rebouns"), &["rebounds"]), - (UniCase::ascii("virginas"), &["virgins"]), - (UniCase::ascii("direktional"), &["directional"]), - (UniCase::ascii("insistes"), &["insists"]), - (UniCase::ascii("withces"), &["witches"]), - (UniCase::ascii("administartors"), &["administrators"]), - (UniCase::ascii("protagonistas"), &["protagonists"]), - (UniCase::ascii("widespred"), &["widespread"]), - (UniCase::ascii("interchangably"), &["interchangeably"]), - (UniCase::ascii("missils"), &["missiles"]), - (UniCase::ascii("prelayed"), &["replayed"]), - (UniCase::ascii("comany"), &["company"]), - (UniCase::ascii("hosptial"), &["hospital"]), - (UniCase::ascii("expertos"), &["experts"]), - (UniCase::ascii("presecuted"), &["persecuted"]), - (UniCase::ascii("cincinatti"), &["cincinnati"]), - (UniCase::ascii("retroactivly"), &["retroactively"]), - (UniCase::ascii("embarrased"), &["embarrassed"]), - (UniCase::ascii("gamifications"), &["ramifications"]), - (UniCase::ascii("incompetance"), &["incompetence"]), - (UniCase::ascii("preests"), &["presets"]), - (UniCase::ascii("reserach"), &["research"]), - (UniCase::ascii("funciton"), &["function"]), - (UniCase::ascii("unsuccesfully"), &["unsuccessfully"]), - (UniCase::ascii("caricatore"), &["caricature"]), - (UniCase::ascii("inconsequental"), &["inconsequential"]), - (UniCase::ascii("industrialzed"), &["industrialized"]), - (UniCase::ascii("fundamendalist"), &["fundamentalist"]), - (UniCase::ascii("dismisals"), &["dismissal"]), - (UniCase::ascii("pyrmaid"), &["pyramid"]), - (UniCase::ascii("patholigical"), &["pathological"]), - (UniCase::ascii("adminsitration"), &["administration"]), - (UniCase::ascii("implementas"), &["implements"]), - (UniCase::ascii("possiblities"), &["possibilities"]), - (UniCase::ascii("integrade"), &["integrated"]), - (UniCase::ascii("eurpoeans"), &["europeans"]), - (UniCase::ascii("councilers"), &["councils"]), - (UniCase::ascii("deflaction"), &["deflection"]), - (UniCase::ascii("radiaoctive"), &["radioactive"]), - (UniCase::ascii("assymetric"), &["asymmetric"]), - (UniCase::ascii("politley"), &["politely"]), - (UniCase::ascii("daugthers"), &["daughters"]), - (UniCase::ascii("bicylces"), &["bicycles"]), - (UniCase::ascii("caclulate"), &["calculate"]), - (UniCase::ascii("highlane"), &["highlander"]), - (UniCase::ascii("determinitic"), &["deterministic"]), - (UniCase::ascii("alliegance"), &["allegiance"]), - (UniCase::ascii("unsunscribed"), &["unsubscribed"]), - (UniCase::ascii("bandwdith"), &["bandwidth"]), - (UniCase::ascii("tenacles"), &["tentacles"]), - (UniCase::ascii("conplimentary"), &["complimentary"]), - (UniCase::ascii("swastikka"), &["swastika"]), - (UniCase::ascii("govermental"), &["governmental"]), - (UniCase::ascii("syncronous"), &["synchronous"]), - (UniCase::ascii("conditionar"), &["conditioner"]), - (UniCase::ascii("doublelfit"), &["doublelift"]), - (UniCase::ascii("trasnplant"), &["transplant"]), - (UniCase::ascii("steryotypes"), &["stereotypes"]), - (UniCase::ascii("dispecable"), &["despicable"]), - (UniCase::ascii("simulatneously"), &["simultaneously"]), - (UniCase::ascii("chocolatos"), &["chocolates"]), - (UniCase::ascii("demonstratie"), &["demonstrate"]), - (UniCase::ascii("corrilation"), &["correlation"]), - (UniCase::ascii("reviere"), &["reviewer"]), - (UniCase::ascii("developrs"), &["develops"]), - (UniCase::ascii("expeditonary"), &["expeditionary"]), - (UniCase::ascii("castlers"), &["castles"]), - (UniCase::ascii("skateborading"), &["skateboarding"]), - (UniCase::ascii("palestinans"), &["palestinians"]), - (UniCase::ascii("constallation"), &["constellation"]), - (UniCase::ascii("discoure"), &["discourse"]), - (UniCase::ascii("extrapolare"), &["extrapolate"]), - (UniCase::ascii("experamental"), &["experimental"]), - (UniCase::ascii("whatseover"), &["whatsoever"]), - (UniCase::ascii("eiter"), &["either"]), - (UniCase::ascii("empirialist"), &["imperialist"]), - (UniCase::ascii("delibitating"), &["debilitating"]), - (UniCase::ascii("subscrubed"), &["subscribed"]), - (UniCase::ascii("packageid"), &["packaged"]), - (UniCase::ascii("phramacist"), &["pharmacist"]), - (UniCase::ascii("fundamnetal"), &["fundamentals"]), - (UniCase::ascii("independant"), &["independent"]), - (UniCase::ascii("veiwers"), &["viewers"]), - (UniCase::ascii("artifcats"), &["artifacts"]), - (UniCase::ascii("engagemnet"), &["engagements"]), - (UniCase::ascii("blackbery"), &["blackberry"]), - (UniCase::ascii("esctasy"), &["ecstasy"]), - (UniCase::ascii("challanged"), &["challenged"]), - (UniCase::ascii("referrs"), &["refers"]), - (UniCase::ascii("previwes"), &["previews"]), - (UniCase::ascii("poverful"), &["powerful"]), - (UniCase::ascii("sympothetic"), &["sympathetic"]), - (UniCase::ascii("latitudie"), &["latitude"]), - (UniCase::ascii("fascisim"), &["fascism"]), - (UniCase::ascii("reviewes"), &["reviewers"]), - (UniCase::ascii("magintude"), &["magnitude"]), - (UniCase::ascii("acknowldegement"), &["acknowledgement"]), - (UniCase::ascii("concioussness"), &["consciousness"]), - (UniCase::ascii("representive"), &["representative"]), - (UniCase::ascii("transportr"), &["transporter"]), - (UniCase::ascii("shenadigans"), &["shenanigans"]), - (UniCase::ascii("renmants"), &["remnants"]), - (UniCase::ascii("entartaining"), &["entertaining"]), - (UniCase::ascii("protestato"), &["protestant"]), - (UniCase::ascii("congrigation"), &["congregation"]), - (UniCase::ascii("microcender"), &["microcenter"]), - (UniCase::ascii("yeras"), &["years"]), - (UniCase::ascii("paitents"), &["patients"]), - (UniCase::ascii("demogrpahic"), &["demographic"]), - (UniCase::ascii("subcatagories"), &["subcategories"]), - (UniCase::ascii("californican"), &["californian"]), - (UniCase::ascii("stardardized"), &["standardized"]), - (UniCase::ascii("vegetarianas"), &["vegetarians"]), - (UniCase::ascii("vernicular"), &["vernacular"]), - (UniCase::ascii("supposdely"), &["supposedly"]), - (UniCase::ascii("incontrollably"), &["uncontrollably"]), - (UniCase::ascii("shfiter"), &["shifter"]), - (UniCase::ascii("continuativo"), &["continuation"]), - (UniCase::ascii("tacticas"), &["tactics"]), - (UniCase::ascii("shetlers"), &["shelters"]), - (UniCase::ascii("systematisch"), &["systematic"]), - (UniCase::ascii("supscriptions"), &["subscriptions"]), - (UniCase::ascii("musuclar"), &["muscular"]), - (UniCase::ascii("unsespecting"), &["unsuspecting"]), - (UniCase::ascii("misunderstandigs"), &["misunderstandings"]), - (UniCase::ascii("muffinus"), &["muffins"]), - (UniCase::ascii("supscription"), &["subscription"]), - (UniCase::ascii("mothreboard"), &["motherboards"]), - (UniCase::ascii("absoluts"), &["absolutes"]), - ( - UniCase::ascii("oversimplifacation"), - &["oversimplification"], - ), - (UniCase::ascii("puting"), &["putting"]), - (UniCase::ascii("massace"), &["massacre"]), - (UniCase::ascii("invalubale"), &["invaluable"]), - (UniCase::ascii("classsic"), &["classics"]), - (UniCase::ascii("whisperes"), &["whispers"]), - (UniCase::ascii("condensend"), &["condensed"]), - (UniCase::ascii("disproportiante"), &["disproportionate"]), - (UniCase::ascii("trianwreck"), &["trainwreck"]), - (UniCase::ascii("architexture"), &["architecture"]), - (UniCase::ascii("defintaley"), &["definately"]), - (UniCase::ascii("manufactoring"), &["manufacturing"]), - (UniCase::ascii("ditributed"), &["distributed"]), - (UniCase::ascii("virutes"), &["virtues"]), - (UniCase::ascii("enthusiasists"), &["enthusiasts"]), - (UniCase::ascii("strucutres"), &["structures"]), - (UniCase::ascii("consitution"), &["constitution"]), - (UniCase::ascii("morrsion"), &["morrison"]), - (UniCase::ascii("statememts"), &["statements"]), - (UniCase::ascii("furctose"), &["fructose"]), - (UniCase::ascii("receptionsist"), &["receptionist"]), - (UniCase::ascii("bureaucratics"), &["bureaucrats"]), - (UniCase::ascii("unjustifyed"), &["unjustified"]), - (UniCase::ascii("contactes"), &["contacts"]), - (UniCase::ascii("propolsion"), &["propulsion"]), - (UniCase::ascii("emmisarries"), &["emissaries"]), - (UniCase::ascii("minimalt"), &["minimalist"]), - (UniCase::ascii("simluate"), &["simulate"]), - (UniCase::ascii("sustainabilty"), &["sustainability"]), - (UniCase::ascii("enlish"), &["english"]), - (UniCase::ascii("switerzland"), &["switzerland"]), - (UniCase::ascii("absail"), &["abseil"]), - (UniCase::ascii("adolescene"), &["adolescence"]), - (UniCase::ascii("strengts"), &["strengths"]), - (UniCase::ascii("playthourgh"), &["playthrough"]), - (UniCase::ascii("penetrading"), &["penetrating"]), - (UniCase::ascii("hathcing"), &["hatching"]), - (UniCase::ascii("expoldes"), &["explodes"]), - (UniCase::ascii("oppononent"), &["opponent"]), - (UniCase::ascii("thermomter"), &["thermometer"]), - (UniCase::ascii("tyhe"), &["they"]), - (UniCase::ascii("analyseres"), &["analyses"]), - (UniCase::ascii("ambassedor"), &["ambassador"]), - (UniCase::ascii("regulatorios"), &["regulators"]), - (UniCase::ascii("sexualizied"), &["sexualized"]), - (UniCase::ascii("execptions"), &["exceptions"]), - (UniCase::ascii("overwhelemd"), &["overwhelmed"]), - (UniCase::ascii("indisputibly"), &["indisputably"]), - (UniCase::ascii("makse"), &["makes"]), - (UniCase::ascii("austitic"), &["autistic"]), - (UniCase::ascii("philosopies"), &["philosophies"]), - (UniCase::ascii("whietlist"), &["whitelist"]), - (UniCase::ascii("shilouette"), &["silhouette"]), - (UniCase::ascii("bookmarkd"), &["bookmarked"]), - (UniCase::ascii("rhetorisch"), &["rhetoric"]), - (UniCase::ascii("fabriacted"), &["fabricated"]), - (UniCase::ascii("stimulai"), &["stimuli"]), - (UniCase::ascii("acquianted"), &["acquainted"]), - (UniCase::ascii("portriats"), &["portraits"]), - (UniCase::ascii("snowlfake"), &["snowflake"]), - (UniCase::ascii("runing"), &["running"]), - (UniCase::ascii("anestheisa"), &["anesthesia"]), - (UniCase::ascii("populaiton"), &["populations"]), - (UniCase::ascii("identitites"), &["identities"]), - (UniCase::ascii("radioacive"), &["radioactive"]), - (UniCase::ascii("protestantisk"), &["protestants"]), - (UniCase::ascii("creater"), &["creature"]), - (UniCase::ascii("inconsequentional"), &["inconsequential"]), - (UniCase::ascii("euphora"), &["euphoria"]), - (UniCase::ascii("sarcasitcally"), &["sarcastically"]), - (UniCase::ascii("relegetion"), &["relegation"]), - (UniCase::ascii("empited"), &["emptied"]), - (UniCase::ascii("complaines"), &["complaints"]), - (UniCase::ascii("concieted"), &["conceited"]), - (UniCase::ascii("intimidade"), &["intimidated"]), - (UniCase::ascii("bullitproof"), &["bulletproof"]), - (UniCase::ascii("garrions"), &["garrison"]), - (UniCase::ascii("uninterneted"), &["uninterested"]), - (UniCase::ascii("commano"), &["commando"]), - (UniCase::ascii("contestais"), &["contests"]), - (UniCase::ascii("monitord"), &["monitored"]), - (UniCase::ascii("everets"), &["everest"]), - (UniCase::ascii("desparate"), &["desperate"]), - (UniCase::ascii("cursaders"), &["crusaders"]), - (UniCase::ascii("bounderies"), &["boundaries"]), - (UniCase::ascii("entreprenurs"), &["entrepreneurs"]), - (UniCase::ascii("owrk"), &["work"]), - (UniCase::ascii("cerberal"), &["cerebral"]), - (UniCase::ascii("neutralt"), &["neutrality"]), - (UniCase::ascii("parasties"), &["parasites"]), - (UniCase::ascii("reflectie"), &["reflective"]), - (UniCase::ascii("prisitne"), &["pristine"]), - (UniCase::ascii("masturbsting"), &["masturbating"]), - (UniCase::ascii("permanetly"), &["permanently"]), - (UniCase::ascii("liverpol"), &["liverpool"]), - (UniCase::ascii("thunderboldt"), &["thunderbolt"]), - (UniCase::ascii("functionaly"), &["functionally"]), - (UniCase::ascii("conspriacy"), &["conspiracy"]), - (UniCase::ascii("permisions"), &["permission"]), - (UniCase::ascii("commishioned"), &["commissioned"]), - (UniCase::ascii("interneting"), &["interesting"]), - (UniCase::ascii("oublisher"), &["publisher"]), - (UniCase::ascii("desperating"), &["desperation"]), - (UniCase::ascii("bueraucrats"), &["bureaucrats"]), - (UniCase::ascii("socioeconimic"), &["socioeconomic"]), - (UniCase::ascii("misundersranding"), &["misunderstandings"]), - (UniCase::ascii("coincidentia"), &["coincidental"]), - (UniCase::ascii("dumptser"), &["dumpster"]), - (UniCase::ascii("harrased"), &["harassed"]), - (UniCase::ascii("braodband"), &["broadband"]), - (UniCase::ascii("queenland"), &["queensland"]), - (UniCase::ascii("absense"), &["absence"]), - (UniCase::ascii("intiutive"), &["intuitive"]), - (UniCase::ascii("musculaire"), &["muscular"]), - (UniCase::ascii("refridgerator"), &["refrigerator"]), - (UniCase::ascii("professiinal"), &["professionalism"]), - (UniCase::ascii("renmant"), &["remnant"]), - (UniCase::ascii("lithaunia"), &["lithuania"]), - (UniCase::ascii("cariactures"), &["caricature"]), - (UniCase::ascii("cralwed"), &["crawled"]), - (UniCase::ascii("corinthinans"), &["corinthians"]), - (UniCase::ascii("metropolin"), &["metropolitan"]), - (UniCase::ascii("grenads"), &["grenades"]), - (UniCase::ascii("handeldy"), &["handedly"]), - (UniCase::ascii("infektious"), &["infectious"]), - (UniCase::ascii("unauthroized"), &["unauthorized"]), - (UniCase::ascii("conventinal"), &["conventional"]), - (UniCase::ascii("transmited"), &["transmitted"]), - (UniCase::ascii("desperatley"), &["desperately"]), - (UniCase::ascii("aristote"), &["aristotle"]), - (UniCase::ascii("masterise"), &["masteries"]), - (UniCase::ascii("fascinatie"), &["fascinated"]), - (UniCase::ascii("contreversial"), &["controversial"]), - (UniCase::ascii("explainig"), &["explaining"]), - (UniCase::ascii("therepists"), &["therapists"]), - (UniCase::ascii("lingusitic"), &["linguistics"]), - (UniCase::ascii("midfiedlers"), &["midfielders"]), - (UniCase::ascii("demolitian"), &["demolition"]), - (UniCase::ascii("methaporical"), &["metaphorical"]), - (UniCase::ascii("magnifacent"), &["magnificent"]), - (UniCase::ascii("capitulo"), &["capitol"]), - (UniCase::ascii("flatteur"), &["flatter"]), - (UniCase::ascii("projecte"), &["projectile"]), - (UniCase::ascii("clincially"), &["clinically"]), - (UniCase::ascii("monoploies"), &["monopolies"]), - (UniCase::ascii("flexbile"), &["flexible"]), - (UniCase::ascii("stingent"), &["stringent"]), - (UniCase::ascii("sharipe"), &["sharpie"]), - (UniCase::ascii("obliberated"), &["obliterated"]), - (UniCase::ascii("similarlly"), &["similarly"]), - (UniCase::ascii("unbareable"), &["unbearable"]), - (UniCase::ascii("comparabil"), &["comparable"]), - (UniCase::ascii("utilitatian"), &["utilitarian"]), - (UniCase::ascii("simulatenous"), &["simultaneous"]), - (UniCase::ascii("neice"), &["niece"]), - (UniCase::ascii("bethdesa"), &["bethesda"]), - (UniCase::ascii("sciencers"), &["sciences"]), - (UniCase::ascii("misundertsanding"), &["misunderstandings"]), - (UniCase::ascii("unacompanied"), &["unaccompanied"]), - (UniCase::ascii("athients"), &["athiest"]), - (UniCase::ascii("receptoras"), &["receptors"]), - (UniCase::ascii("descendenta"), &["descendants"]), - (UniCase::ascii("onsalught"), &["onslaught"]), - (UniCase::ascii("supervisiors"), &["supervisors"]), - (UniCase::ascii("morphie"), &["morphine"]), - (UniCase::ascii("presentase"), &["presents"]), - (UniCase::ascii("intereactions"), &["intersections"]), - (UniCase::ascii("asutralian"), &["australian"]), - (UniCase::ascii("nickanme"), &["nickname"]), - (UniCase::ascii("bombardeada"), &["bombarded"]), - (UniCase::ascii("billionairre"), &["billionaire"]), - (UniCase::ascii("questionn"), &["questioning"]), - (UniCase::ascii("intuituvely"), &["intuitively"]), - (UniCase::ascii("sponatenously"), &["spontaneously"]), - (UniCase::ascii("intestinces"), &["intestines"]), - (UniCase::ascii("vaccum"), &["vacuum"]), - (UniCase::ascii("subsrciption"), &["subscriptions"]), - (UniCase::ascii("parenthasis"), &["parenthesis"]), - (UniCase::ascii("penguinese"), &["penguins"]), - (UniCase::ascii("clitors"), &["clitoris"]), - (UniCase::ascii("selectiose"), &["selections"]), - (UniCase::ascii("innersection"), &["intersection"]), - (UniCase::ascii("homeword"), &["homeworld"]), - (UniCase::ascii("participaste"), &["participants"]), - (UniCase::ascii("internationl"), &["international"]), - (UniCase::ascii("aquarim"), &["aquarium"]), - (UniCase::ascii("presumendo"), &["presumed"]), - (UniCase::ascii("chilvary"), &["chivalry"]), - (UniCase::ascii("scorebored"), &["scoreboard"]), - (UniCase::ascii("luanched"), &["launched"]), - (UniCase::ascii("paragrapgh"), &["paragraphs"]), - (UniCase::ascii("concencration"), &["concentration"]), - (UniCase::ascii("transsmision"), &["transmissions"]), - (UniCase::ascii("caterpillers"), &["caterpillars"]), - (UniCase::ascii("cafetera"), &["cafeteria"]), - (UniCase::ascii("preventitive"), &["preventative"]), - (UniCase::ascii("smarpthone"), &["smartphones"]), - (UniCase::ascii("picthfork"), &["pitchfork"]), - (UniCase::ascii("centuty"), &["century"]), - (UniCase::ascii("sovereigny"), &["sovereignty"]), - (UniCase::ascii("generelize"), &["generalize"]), - (UniCase::ascii("mariage"), &["marriage"]), - (UniCase::ascii("excessivley"), &["excessively"]), - (UniCase::ascii("realitvely"), &["relatively"]), - (UniCase::ascii("dragonus"), &["dragons"]), - (UniCase::ascii("socailize"), &["socialize"]), - (UniCase::ascii("derviatives"), &["derivatives"]), - (UniCase::ascii("contanti"), &["contacting"]), - (UniCase::ascii("amphetimine"), &["amphetamine"]), - (UniCase::ascii("nutritiuos"), &["nutritious"]), - (UniCase::ascii("blasphemey"), &["blasphemy"]), - (UniCase::ascii("prosectuion"), &["prosecution"]), - (UniCase::ascii("govemrent"), &["goverment"]), - (UniCase::ascii("apartmens"), &["apartments"]), - (UniCase::ascii("immortas"), &["immortals"]), - (UniCase::ascii("culumative"), &["cumulative"]), - (UniCase::ascii("uninitalised"), &["uninitialised"]), - (UniCase::ascii("warwcik"), &["warwick"]), - (UniCase::ascii("bacehlors"), &["bachelors"]), - (UniCase::ascii("maraudeurs"), &["marauder"]), - (UniCase::ascii("rigtheousness"), &["righteousness"]), - (UniCase::ascii("pticher"), &["pitcher"]), - (UniCase::ascii("dificulty"), &["difficulty"]), - (UniCase::ascii("emphisized"), &["emphasized"]), - (UniCase::ascii("p0enis"), &["penis"]), - (UniCase::ascii("rocord"), &["record"]), - (UniCase::ascii("intimitaded"), &["intimidated"]), - (UniCase::ascii("turstworthy"), &["trustworthy"]), - (UniCase::ascii("prohpet"), &["prophet"]), - (UniCase::ascii("technitian"), &["technician"]), - (UniCase::ascii("achiavable"), &["achievable"]), - (UniCase::ascii("constituants"), &["constituents"]), - (UniCase::ascii("interwebers"), &["interwebs"]), - (UniCase::ascii("concides"), &["concise"]), - (UniCase::ascii("democraphics"), &["demographics"]), - (UniCase::ascii("neigbhourhood"), &["neighbourhood"]), - (UniCase::ascii("especailly"), &["especially"]), - (UniCase::ascii("apolagetic"), &["apologetic"]), - (UniCase::ascii("opthalmology"), &["ophthalmology"]), - (UniCase::ascii("circumstantual"), &["circumstantial"]), - (UniCase::ascii("syntethic"), &["synthetic"]), - (UniCase::ascii("interprut"), &["interrupt"]), - (UniCase::ascii("sympatheic"), &["sympathetic"]), - (UniCase::ascii("contanimation"), &["contamination"]), - (UniCase::ascii("doulbelift"), &["doublelift"]), - (UniCase::ascii("illegitamite"), &["illegitimate"]), - (UniCase::ascii("partiotic"), &["patriotic"]), - (UniCase::ascii("doens"), &["does"]), - (UniCase::ascii("investigstion"), &["investigations"]), - (UniCase::ascii("sentreis"), &["sentries"]), - (UniCase::ascii("pinpiont"), &["pinpoint"]), - (UniCase::ascii("survivour"), &["survivor"]), - (UniCase::ascii("octohedra"), &["octahedra"]), - (UniCase::ascii("monteize"), &["monetize"]), - (UniCase::ascii("arguemnts"), &["arguments"]), - (UniCase::ascii("sensibilites"), &["sensibilities"]), - (UniCase::ascii("disproportianate"), &["disproportionate"]), - (UniCase::ascii("explaines"), &["explains"]), - (UniCase::ascii("professionel"), &["professional"]), - (UniCase::ascii("melodis"), &["melodies"]), - (UniCase::ascii("narcissts"), &["narcissist"]), - (UniCase::ascii("whatosever"), &["whatsoever"]), - (UniCase::ascii("businesse"), &["businessmen"]), - (UniCase::ascii("angualr"), &["angular"]), - (UniCase::ascii("tottenahm"), &["tottenham"]), - (UniCase::ascii("afghanastan"), &["afghanistan"]), - (UniCase::ascii("realsie"), &["realise"]), - (UniCase::ascii("anticapate"), &["anticipate"]), - (UniCase::ascii("gnawwed"), &["gnawed"]), - (UniCase::ascii("paraphraze"), &["paraphrase"]), - (UniCase::ascii("theoligical"), &["theological"]), - (UniCase::ascii("dialecs"), &["dialects"]), - (UniCase::ascii("inguenity"), &["ingenuity"]), - (UniCase::ascii("protocool"), &["protocol"]), - (UniCase::ascii("pervents"), &["prevents"]), - (UniCase::ascii("organisationers"), &["organisations"]), - (UniCase::ascii("commonwelth"), &["commonwealth"]), - (UniCase::ascii("particualr"), &["particular"]), - (UniCase::ascii("ensconsed"), &["ensconced"]), - (UniCase::ascii("lvoe"), &["love"]), - (UniCase::ascii("donesticated"), &["domesticated"]), - (UniCase::ascii("evolutionarilly"), &["evolutionary"]), - (UniCase::ascii("perscribe"), &["prescribe"]), - (UniCase::ascii("shortenting"), &["shortening"]), - (UniCase::ascii("dawrves"), &["dwarves"]), - (UniCase::ascii("parametics"), &["paramedics"]), - (UniCase::ascii("fightings"), &["fighting"]), - (UniCase::ascii("procrastibation"), &["procrastination"]), - (UniCase::ascii("actualpy"), &["actualy"]), - (UniCase::ascii("pronuncuation"), &["pronunciation"]), - (UniCase::ascii("lacklaster"), &["lackluster"]), - (UniCase::ascii("frustraits"), &["frustrates"]), - (UniCase::ascii("abominaton"), &["abomination"]), - (UniCase::ascii("campaiging"), &["campaigning"]), - (UniCase::ascii("shenanegans"), &["shenanigans"]), - (UniCase::ascii("eyeshdaow"), &["eyeshadow"]), - (UniCase::ascii("trubines"), &["turbines"]), - ( - UniCase::ascii("disproportianately"), - &["disproportionately"], - ), - (UniCase::ascii("underestimateing"), &["underestimating"]), - (UniCase::ascii("encolsed"), &["enclosed"]), - (UniCase::ascii("cannibas"), &["cannabis"]), - (UniCase::ascii("adultrey"), &["adultery"]), - (UniCase::ascii("vitroil"), &["vitriol"]), - (UniCase::ascii("godliek"), &["godlike"]), - (UniCase::ascii("multiplaye"), &["multiply"]), - (UniCase::ascii("backjacking"), &["backpacking"]), - (UniCase::ascii("defininitely"), &["definitively"]), - (UniCase::ascii("distatesful"), &["distasteful"]), - (UniCase::ascii("receips"), &["receipts"]), - (UniCase::ascii("dogdammit"), &["goddammit"]), - (UniCase::ascii("problomatic"), &["problematic"]), - (UniCase::ascii("horisontally"), &["horizontally"]), - (UniCase::ascii("orgainze"), &["organize"]), - (UniCase::ascii("admittadely"), &["admittedly"]), - (UniCase::ascii("propietary"), &["proprietary"]), - (UniCase::ascii("gosples"), &["gospels"]), - (UniCase::ascii("resinged"), &["resigned"]), - (UniCase::ascii("reassureing"), &["reassuring"]), - (UniCase::ascii("restrictios"), &["restricts"]), - (UniCase::ascii("cooridnation"), &["coordination"]), - (UniCase::ascii("thoecracy"), &["theocracy"]), - (UniCase::ascii("indeginous"), &["indigenous"]), - (UniCase::ascii("easthetics"), &["aesthetics"]), - (UniCase::ascii("logtiech"), &["logitech"]), - (UniCase::ascii("raoming"), &["roaming"]), - (UniCase::ascii("plastis"), &["plastics"]), - (UniCase::ascii("asnwers"), &["answers"]), - (UniCase::ascii("countertrap"), &["counterpart"]), - (UniCase::ascii("bordelrands"), &["borderlands"]), - (UniCase::ascii("qualifiy"), &["qualify"]), - (UniCase::ascii("fiedling"), &["fielding"]), - (UniCase::ascii("socalism"), &["socialism"]), - (UniCase::ascii("apreture"), &["aperture"]), - (UniCase::ascii("stirrs"), &["stirs"]), - (UniCase::ascii("constarnation"), &["consternation"]), - (UniCase::ascii("exhasution"), &["exhaustion"]), - (UniCase::ascii("exaggarating"), &["exaggerating"]), - (UniCase::ascii("cabines"), &["cabinets"]), - (UniCase::ascii("configuratin"), &["configurations"]), - (UniCase::ascii("procastrination"), &["procrastination"]), - (UniCase::ascii("compulosry"), &["compulsory"]), - (UniCase::ascii("annihalated"), &["annihilated"]), - (UniCase::ascii("reinitalizations"), &["reinitializations"]), - (UniCase::ascii("exlcusives"), &["exclusives"]), - (UniCase::ascii("velantine"), &["valentine"]), - (UniCase::ascii("arguablly"), &["arguably"]), - (UniCase::ascii("goosepumps"), &["goosebumps"]), - (UniCase::ascii("icelings"), &["ceilings"]), - (UniCase::ascii("environmet"), &["environments"]), - (UniCase::ascii("genuises"), &["geniuses"]), - (UniCase::ascii("enthusiants"), &["enthusiast"]), - (UniCase::ascii("profilic"), &["prolific"]), - (UniCase::ascii("transitionnal"), &["transitional"]), - (UniCase::ascii("vigliante"), &["vigilante"]), - (UniCase::ascii("orbtial"), &["orbital"]), - (UniCase::ascii("pursude"), &["pursued"]), - (UniCase::ascii("paychiatrists"), &["psychiatrists"]), - (UniCase::ascii("complusive"), &["compulsive"]), - (UniCase::ascii("flaghsip"), &["flagship"]), - (UniCase::ascii("aneroxia"), &["anorexia"]), - (UniCase::ascii("misconecption"), &["misconceptions"]), - (UniCase::ascii("averadge"), &["averaged"]), - (UniCase::ascii("homosexulaity"), &["homosexuality"]), - (UniCase::ascii("nigthmares"), &["nightmares"]), - (UniCase::ascii("weridly"), &["weirdly"]), - (UniCase::ascii("truimph"), &["triumph"]), - (UniCase::ascii("designacion"), &["designation"]), - (UniCase::ascii("gunstinger"), &["gunslinger"]), - (UniCase::ascii("groudnbreaking"), &["groundbreaking"]), - (UniCase::ascii("pretendendo"), &["pretended"]), - (UniCase::ascii("aspriations"), &["aspirations"]), - (UniCase::ascii("marineras"), &["mariners"]), - (UniCase::ascii("queation"), &["equation"]), - (UniCase::ascii("biginning"), &["beginning"]), - (UniCase::ascii("bureuacratic"), &["bureaucratic"]), - (UniCase::ascii("fortunantly"), &["fortunately"]), - (UniCase::ascii("poeples"), &["peoples"]), - (UniCase::ascii("inquizition"), &["inquisition"]), - (UniCase::ascii("heroicas"), &["heroics"]), - (UniCase::ascii("lighthosue"), &["lighthouse"]), - (UniCase::ascii("docrines"), &["doctrines"]), - (UniCase::ascii("seperation"), &["separation"]), - (UniCase::ascii("enourmous"), &["enormous"]), - (UniCase::ascii("escalative"), &["escalate"]), - (UniCase::ascii("meterologist"), &["meteorologist"]), - (UniCase::ascii("maidson"), &["madison"]), - (UniCase::ascii("pyrmaids"), &["pyramids"]), - (UniCase::ascii("bankgok"), &["bangkok"]), - (UniCase::ascii("isalnders"), &["islanders"]), - (UniCase::ascii("intillectuals"), &["intellectuals"]), - (UniCase::ascii("unifnished"), &["unfinished"]), - (UniCase::ascii("disagreemtn"), &["disagreements"]), - (UniCase::ascii("glithcy"), &["glitchy"]), - (UniCase::ascii("consomation"), &["consolation"]), - (UniCase::ascii("methaphor"), &["metaphor"]), - (UniCase::ascii("pyschopaths"), &["psychopaths"]), - (UniCase::ascii("physcologist"), &["psychologist"]), - (UniCase::ascii("collpased"), &["collapsed"]), - (UniCase::ascii("acftually"), &["factually"]), - (UniCase::ascii("spects"), &["aspects"]), - (UniCase::ascii("gauntelts"), &["gauntlets"]), - (UniCase::ascii("individiual"), &["individual"]), - (UniCase::ascii("orginazational"), &["organizational"]), - (UniCase::ascii("sophicated"), &["sophisticated"]), - (UniCase::ascii("emmigrated"), &["emigrated"]), - (UniCase::ascii("bounites"), &["bounties"]), - (UniCase::ascii("definateley"), &["definately"]), - (UniCase::ascii("retailes"), &["retailers"]), - (UniCase::ascii("conceed"), &["concede"]), - (UniCase::ascii("franscico"), &["francisco"]), - (UniCase::ascii("staminia"), &["stamina"]), - (UniCase::ascii("ownders"), &["wonders"]), - (UniCase::ascii("unwirtten"), &["unwritten"]), - (UniCase::ascii("pyschologists"), &["psychologists"]), - (UniCase::ascii("cynisicm"), &["cynicism"]), - (UniCase::ascii("entorpy"), &["entropy"]), - (UniCase::ascii("implicilty"), &["implicitly"]), - (UniCase::ascii("hetreosexual"), &["heterosexual"]), - (UniCase::ascii("notoroius"), &["notorious"]), - (UniCase::ascii("dsyphoria"), &["dysphoria"]), - (UniCase::ascii("dinasours"), &["dinosaurs"]), - (UniCase::ascii("finantially"), &["financially"]), - (UniCase::ascii("bloster"), &["bolster"]), - (UniCase::ascii("patriarcal"), &["patriarchal"]), - (UniCase::ascii("burueacrats"), &["bureaucrats"]), - (UniCase::ascii("criticisme"), &["criticise"]), - (UniCase::ascii("implicitily"), &["implicitly"]), - (UniCase::ascii("incorrecty"), &["incorrectly"]), - (UniCase::ascii("dynamicdns"), &["dynamics"]), - (UniCase::ascii("commantator"), &["commentator"]), - (UniCase::ascii("neckbeardos"), &["neckbeards"]), - (UniCase::ascii("playthrougs"), &["playthroughs"]), - (UniCase::ascii("califonria"), &["californian"]), - (UniCase::ascii("appearane"), &["appearances"]), - (UniCase::ascii("bureaucratisch"), &["bureaucratic"]), - (UniCase::ascii("imprefect"), &["imperfect"]), - (UniCase::ascii("expendature"), &["expenditure"]), - (UniCase::ascii("deffine"), &["define"]), - (UniCase::ascii("externaly"), &["externally"]), - (UniCase::ascii("drifitng"), &["drifting"]), - (UniCase::ascii("miliitas"), &["militias"]), - (UniCase::ascii("distribtuion"), &["distributions"]), - (UniCase::ascii("conversaion"), &["conversion"]), - (UniCase::ascii("boardcast"), &["broadcast"]), - (UniCase::ascii("probabiliy"), &["probability"]), - (UniCase::ascii("reliased"), &["realised"]), - (UniCase::ascii("becnhmarks"), &["benchmarks"]), - (UniCase::ascii("satistactory"), &["satisfactory"]), - (UniCase::ascii("strawbrerry"), &["strawberry"]), - (UniCase::ascii("malclom"), &["malcolm"]), - (UniCase::ascii("fromidable"), &["formidable"]), - (UniCase::ascii("connecitcut"), &["connecticut"]), - (UniCase::ascii("konversation"), &["conversation"]), - (UniCase::ascii("hystericlly"), &["hysterically"]), - (UniCase::ascii("transplat"), &["transplant"]), - (UniCase::ascii("interragation"), &["interrogation"]), - (UniCase::ascii("teansylvania"), &["transylvania"]), - (UniCase::ascii("baksetball"), &["basketball"]), - (UniCase::ascii("beleagured"), &["beleaguered"]), - (UniCase::ascii("destructo"), &["destruction"]), - (UniCase::ascii("deomcrat"), &["democrat"]), - (UniCase::ascii("zelaous"), &["zealous"]), - (UniCase::ascii("catostraphic"), &["catastrophic"]), - (UniCase::ascii("existend"), &["existed"]), - (UniCase::ascii("corasir"), &["corsair"]), - (UniCase::ascii("dimensinal"), &["dimensional"]), - (UniCase::ascii("antagonisic"), &["antagonistic"]), - (UniCase::ascii("plagarism"), &["plagiarism"]), - (UniCase::ascii("tocuhscreen"), &["touchscreen"]), - (UniCase::ascii("shwashank"), &["shawshank"]), - (UniCase::ascii("inaproppriate"), &["inappropriate"]), - (UniCase::ascii("grammaticaal"), &["grammatical"]), - (UniCase::ascii("exauhstion"), &["exhaustion"]), - (UniCase::ascii("necessitive"), &["necessities"]), - (UniCase::ascii("caterpiller"), &["caterpillar"]), - (UniCase::ascii("definitve"), &["definite"]), - (UniCase::ascii("interacte"), &["interactive"]), - (UniCase::ascii("sunderlad"), &["sunderland"]), - (UniCase::ascii("mathametician"), &["mathematician"]), - (UniCase::ascii("complination"), &["complication"]), - (UniCase::ascii("specifcation"), &["specification"]), - (UniCase::ascii("neurosicence"), &["neuroscience"]), - (UniCase::ascii("oustiders"), &["outsiders"]), - (UniCase::ascii("qualifyers"), &["qualifiers"]), - (UniCase::ascii("franchsies"), &["franchises"]), - (UniCase::ascii("transcendentational"), &["transcendental"]), - (UniCase::ascii("threatend"), &["threatened"]), - (UniCase::ascii("marmelade"), &["marmalade"]), - (UniCase::ascii("ejacluation"), &["ejaculation"]), - (UniCase::ascii("campusers"), &["campuses"]), - (UniCase::ascii("discussin"), &["discussion"]), - (UniCase::ascii("alledgely"), &["allegedly"]), - (UniCase::ascii("accideny"), &["accidently"]), - (UniCase::ascii("instanciate"), &["instantiate"]), - (UniCase::ascii("administratior"), &["administrator"]), - (UniCase::ascii("yementite"), &["yemenite"]), - (UniCase::ascii("doublellift"), &["doublelift"]), - (UniCase::ascii("competeted"), &["competed"]), - (UniCase::ascii("publicy"), &["publicly"]), - (UniCase::ascii("commandes"), &["commands"]), - (UniCase::ascii("intimitaly"), &["intimately"]), - (UniCase::ascii("transmittted"), &["transmitted"]), - (UniCase::ascii("implicetly"), &["implicitly"]), - (UniCase::ascii("infrastracture"), &["infrastructure"]), - (UniCase::ascii("resolverse"), &["resolves"]), - (UniCase::ascii("unvierse"), &["universe"]), - (UniCase::ascii("misunderstandig"), &["misunderstandings"]), - (UniCase::ascii("neurologial"), &["neurological"]), - (UniCase::ascii("documentaires"), &["documentaries"]), - (UniCase::ascii("maintenence"), &["maintenance"]), - (UniCase::ascii("precice"), &["precise"]), - (UniCase::ascii("prinicpals"), &["principals"]), - (UniCase::ascii("achivement"), &["achievement"]), - (UniCase::ascii("devestated"), &["devastated"]), - (UniCase::ascii("thoroughy"), &["thoroughly"]), - (UniCase::ascii("adeilade"), &["adelaide"]), - (UniCase::ascii("sytlish"), &["stylish"]), - (UniCase::ascii("housr"), &["hours"]), - (UniCase::ascii("isolatie"), &["isolate"]), - (UniCase::ascii("murderes"), &["murders"]), - (UniCase::ascii("nocturen"), &["nocturne"]), - (UniCase::ascii("cartrdige"), &["cartridge"]), - (UniCase::ascii("unnecessarilly"), &["unnecessarily"]), - (UniCase::ascii("soldiarity"), &["solidarity"]), - (UniCase::ascii("attributs"), &["attributes"]), - (UniCase::ascii("unnecessarely"), &["unnecessarily"]), - (UniCase::ascii("consturction"), &["construction"]), - (UniCase::ascii("transphopic"), &["transphobic"]), - (UniCase::ascii("dominationg"), &["dominating"]), - (UniCase::ascii("democraphic"), &["demographic"]), - (UniCase::ascii("foreginer"), &["foreigner"]), - (UniCase::ascii("prodictions"), &["productions"]), - (UniCase::ascii("jamaicaman"), &["jamaican"]), - (UniCase::ascii("protuguese"), &["portuguese"]), - (UniCase::ascii("hamburgeres"), &["hamburgers"]), - (UniCase::ascii("resevoir"), &["reservoir"]), - (UniCase::ascii("internetese"), &["internets"]), - (UniCase::ascii("cyrptic"), &["cryptic"]), - (UniCase::ascii("boudler"), &["boulder"]), - (UniCase::ascii("withdrawels"), &["withdrawals"]), - (UniCase::ascii("indefinity"), &["indefinitely"]), - (UniCase::ascii("memorie"), &["memory"]), - (UniCase::ascii("recievers"), &["receivers"]), - (UniCase::ascii("theromstat"), &["thermostat"]), - (UniCase::ascii("alomst"), &["almost"]), - (UniCase::ascii("infantis"), &["infants"]), - (UniCase::ascii("negligance"), &["negligence"]), - (UniCase::ascii("slienced"), &["silenced"]), - (UniCase::ascii("despide"), &["despised"]), - (UniCase::ascii("incompatibile"), &["incompatible"]), - (UniCase::ascii("homogeneus"), &["homogeneous"]), - (UniCase::ascii("batsita"), &["batista"]), - (UniCase::ascii("linguisitic"), &["linguistic"]), - (UniCase::ascii("clikcbait"), &["clickbait"]), - (UniCase::ascii("mangesium"), &["magnesium"]), - (UniCase::ascii("corrilates"), &["correlates"]), - (UniCase::ascii("directoy"), &["directory"]), - (UniCase::ascii("pamflet"), &["pamphlet"]), - (UniCase::ascii("invulnurable"), &["invulnerable"]), - (UniCase::ascii("remotley"), &["remotely"]), - (UniCase::ascii("combinatins"), &["combinations"]), - (UniCase::ascii("sapphirre"), &["sapphire"]), - (UniCase::ascii("spermatozoan"), &["spermatozoon"]), - (UniCase::ascii("unfriednly"), &["unfriendly"]), - (UniCase::ascii("liquides"), &["liquids"]), - (UniCase::ascii("glodberg"), &["goldberg"]), - (UniCase::ascii("assemblying"), &["assembling"]), - (UniCase::ascii("infridging"), &["infringing"]), - (UniCase::ascii("scorebaord"), &["scoreboard"]), - (UniCase::ascii("inverterad"), &["inverted"]), - (UniCase::ascii("swiflty"), &["swiftly"]), - (UniCase::ascii("behavoiur"), &["behaviour"]), - (UniCase::ascii("transferes"), &["transfers"]), - (UniCase::ascii("organsims"), &["organisms"]), - (UniCase::ascii("impossibul"), &["impossibly"]), - (UniCase::ascii("inadaquate"), &["inadequate"]), - (UniCase::ascii("memorizacion"), &["memorization"]), - (UniCase::ascii("recidents"), &["residents"]), - (UniCase::ascii("peirced"), &["pierced"]), - (UniCase::ascii("wherease"), &["whereas"]), - (UniCase::ascii("puhsups"), &["pushups"]), - (UniCase::ascii("deomcrats"), &["democrats"]), - (UniCase::ascii("facilisi"), &["facilities"]), - (UniCase::ascii("victoriosa"), &["victorious"]), - (UniCase::ascii("survivabiity"), &["survivability"]), - (UniCase::ascii("medacine"), &["medicine"]), - (UniCase::ascii("unforgivible"), &["unforgivable"]), - (UniCase::ascii("pornogrophy"), &["pornography"]), - (UniCase::ascii("nahsville"), &["nashville"]), - (UniCase::ascii("fucntions"), &["functions"]), - (UniCase::ascii("deutcshland"), &["deutschland"]), - (UniCase::ascii("irrispective"), &["irrespective"]), - (UniCase::ascii("armenina"), &["armenian"]), - (UniCase::ascii("basnhee"), &["banshee"]), - (UniCase::ascii("exclsuives"), &["exclusives"]), - (UniCase::ascii("introdus"), &["introduces"]), - (UniCase::ascii("fundamentalistisch"), &["fundamentalists"]), - (UniCase::ascii("konservatives"), &["conservatives"]), - (UniCase::ascii("flavous"), &["flavours"]), - (UniCase::ascii("veritgo"), &["vertigo"]), - (UniCase::ascii("compositoin"), &["compositions"]), - (UniCase::ascii("conservativo"), &["conservation"]), - (UniCase::ascii("disastorus"), &["disastrous"]), - (UniCase::ascii("conclutions"), &["conclusions"]), - (UniCase::ascii("simpliy"), &["simplify"]), - (UniCase::ascii("savanha"), &["savannah"]), - (UniCase::ascii("restriktive"), &["restrictive"]), - (UniCase::ascii("independetly"), &["independently"]), - (UniCase::ascii("atrifact"), &["artifact"]), - (UniCase::ascii("inspecticon"), &["inspection"]), - (UniCase::ascii("collectos"), &["collectors"]), - (UniCase::ascii("marinens"), &["marines"]), - (UniCase::ascii("ridiculus"), &["ridiculous"]), - (UniCase::ascii("socialsim"), &["socialism"]), - (UniCase::ascii("surveillence"), &["surveillance"]), - (UniCase::ascii("foudn"), &["found"]), - (UniCase::ascii("hypocritus"), &["hypocrites"]), - (UniCase::ascii("privetized"), &["privatized"]), - (UniCase::ascii("exploitaiton"), &["exploitation"]), - (UniCase::ascii("interpretarte"), &["interpreter"]), - (UniCase::ascii("pharmacias"), &["pharmacist"]), - (UniCase::ascii("forearmes"), &["forearms"]), - (UniCase::ascii("eratic"), &["erratic"]), - (UniCase::ascii("depencencies"), &["dependencies"]), - (UniCase::ascii("fondamentalists"), &["fundamentalists"]), - (UniCase::ascii("judasim"), &["judaism"]), - (UniCase::ascii("impactos"), &["impacts"]), - (UniCase::ascii("bastardus"), &["bastards"]), - (UniCase::ascii("maintenaince"), &["maintenance"]), - (UniCase::ascii("columbidae"), &["columbia"]), - (UniCase::ascii("psysiological"), &["physiological"]), - (UniCase::ascii("chrenobyl"), &["chernobyl"]), - (UniCase::ascii("confrontacional"), &["confrontational"]), - (UniCase::ascii("receeded"), &["receded"]), - (UniCase::ascii("hotpsot"), &["hotspot"]), - (UniCase::ascii("whtielist"), &["whitelist"]), - (UniCase::ascii("individus"), &["individuals"]), - (UniCase::ascii("livelehood"), &["livelihood"]), - (UniCase::ascii("facilites"), &["facilities"]), - (UniCase::ascii("guarantes"), &["guarantees"]), - (UniCase::ascii("independenly"), &["independently"]), - (UniCase::ascii("instabilt"), &["instability"]), - (UniCase::ascii("exagerrate"), &["exaggerate"]), - (UniCase::ascii("whislting"), &["whistling"]), - (UniCase::ascii("confins"), &["confines"]), - (UniCase::ascii("bookmars"), &["bookmarks"]), - (UniCase::ascii("immortailty"), &["immortality"]), - (UniCase::ascii("spreadsheeds"), &["spreadsheets"]), - (UniCase::ascii("progresssing"), &["progressing"]), - (UniCase::ascii("photograper"), &["photographer"]), - (UniCase::ascii("relationsship"), &["relationships"]), - (UniCase::ascii("singlers"), &["singles"]), - (UniCase::ascii("insistance"), &["insistence"]), - (UniCase::ascii("scrpits"), &["scripts"]), - (UniCase::ascii("dimentional"), &["dimensional"]), - (UniCase::ascii("dishoner"), &["dishonored"]), - (UniCase::ascii("distunguish"), &["distinguish"]), - (UniCase::ascii("breadtfeeding"), &["breastfeeding"]), - (UniCase::ascii("illsutration"), &["illustrations"]), - (UniCase::ascii("homogenious"), &["homogeneous"]), - (UniCase::ascii("possbily"), &["possibly"]), - (UniCase::ascii("unavailabe"), &["unavailable"]), - (UniCase::ascii("olymipcs"), &["olympics"]), - (UniCase::ascii("inpsiration"), &["inspiration"]), - (UniCase::ascii("assemblie"), &["assemble"]), - (UniCase::ascii("confilcting"), &["conflicting"]), - (UniCase::ascii("conservare"), &["conserve"]), - (UniCase::ascii("cosemtic"), &["cosmetic"]), - (UniCase::ascii("entrepeneurs"), &["entrepreneurs"]), - (UniCase::ascii("exhuast"), &["exhaust"]), - (UniCase::ascii("cycolps"), &["cyclops"]), - (UniCase::ascii("destablized"), &["destabilized"]), - (UniCase::ascii("religeous"), &["religious"]), - (UniCase::ascii("boardband"), &["broadband"]), - (UniCase::ascii("illegitamate"), &["illegitimate"]), - (UniCase::ascii("sucesfully"), &["successfully"]), - (UniCase::ascii("algorithem"), &["algorithm"]), - (UniCase::ascii("corporatie"), &["corporate"]), - (UniCase::ascii("comparitavely"), &["comparatively"]), - (UniCase::ascii("montanta"), &["montana"]), - (UniCase::ascii("processsor"), &["processors"]), - (UniCase::ascii("receving"), &["receiving"]), - (UniCase::ascii("halloweeen"), &["halloween"]), - (UniCase::ascii("inappropriatly"), &["inappropriately"]), - (UniCase::ascii("underastimate"), &["underestimate"]), - (UniCase::ascii("dismantleing"), &["dismantling"]), - (UniCase::ascii("cricumference"), &["circumference"]), - (UniCase::ascii("monstrocity"), &["monstrosity"]), - (UniCase::ascii("enameld"), &["enameled"]), - (UniCase::ascii("co-incided"), &["coincided"]), - (UniCase::ascii("enviroment"), &["environment"]), - (UniCase::ascii("trafficed"), &["trafficked"]), - (UniCase::ascii("hweaton"), &["wheaton"]), - (UniCase::ascii("restraing"), &["restraining"]), - (UniCase::ascii("sophistocated"), &["sophisticated"]), - (UniCase::ascii("segragation"), &["segregation"]), - (UniCase::ascii("affulent"), &["affluent"]), - (UniCase::ascii("cringeworty"), &["cringeworthy"]), - (UniCase::ascii("homosexuales"), &["homosexuals"]), - (UniCase::ascii("greatful"), &["grateful"]), - (UniCase::ascii("antagnoist"), &["antagonist"]), - (UniCase::ascii("composit"), &["compost"]), - (UniCase::ascii("relativno"), &["relation"]), - (UniCase::ascii("sandlas"), &["sandals"]), - (UniCase::ascii("overpowerd"), &["overpowered"]), - (UniCase::ascii("illinios"), &["illinois"]), - (UniCase::ascii("attemting"), &["attempting"]), - (UniCase::ascii("neckbeardese"), &["neckbeards"]), - (UniCase::ascii("metaphyscial"), &["metaphysical"]), - (UniCase::ascii("superfluu"), &["superfluous"]), - (UniCase::ascii("acknowleding"), &["acknowledging"]), - (UniCase::ascii("malfucntions"), &["malfunction"]), - (UniCase::ascii("subscirbed"), &["subscribed"]), - (UniCase::ascii("perpetraters"), &["perpetrators"]), - (UniCase::ascii("potencially"), &["potentially"]), - (UniCase::ascii("mannerisims"), &["mannerisms"]), - (UniCase::ascii("immoblie"), &["immobile"]), - (UniCase::ascii("manupulation"), &["manipulation"]), - (UniCase::ascii("charcaol"), &["charcoal"]), - (UniCase::ascii("corrdior"), &["corridor"]), - (UniCase::ascii("alturism"), &["altruism"]), - (UniCase::ascii("yosimete"), &["yosemite"]), - (UniCase::ascii("commendment"), &["commandment"]), - (UniCase::ascii("separacion"), &["separation"]), - (UniCase::ascii("companis"), &["companions"]), - (UniCase::ascii("capitilize"), &["capitalize"]), - (UniCase::ascii("exicting"), &["exciting"]), - (UniCase::ascii("virutally"), &["virtually"]), - (UniCase::ascii("contridict"), &["contradict"]), - (UniCase::ascii("capitalistes"), &["capitalists"]), - (UniCase::ascii("sytle"), &["style"]), - (UniCase::ascii("negativeity"), &["negativity"]), - (UniCase::ascii("macaronni"), &["macaroni"]), - (UniCase::ascii("tremendoulsy"), &["tremendously"]), - (UniCase::ascii("recommeneded"), &["recommended"]), - (UniCase::ascii("celibrations"), &["celebrations"]), - (UniCase::ascii("commiteted"), &["commited"]), - (UniCase::ascii("comparetively"), &["comparatively"]), - (UniCase::ascii("deliberante"), &["deliberate"]), - (UniCase::ascii("critisisms"), &["criticisms"]), - (UniCase::ascii("compromisse"), &["compromises"]), - (UniCase::ascii("behaivor"), &["behavior"]), - (UniCase::ascii("finnsih"), &["finnish"]), - (UniCase::ascii("nusiance"), &["nuisance"]), - (UniCase::ascii("overreacton"), &["overreaction"]), - (UniCase::ascii("emphatetic"), &["empathetic"]), - (UniCase::ascii("prohabition"), &["prohibition"]), - (UniCase::ascii("steadilly"), &["steadily"]), - (UniCase::ascii("penduluum"), &["pendulum"]), - (UniCase::ascii("sinlgeplayer"), &["singleplayer"]), - (UniCase::ascii("administerd"), &["administered"]), - (UniCase::ascii("entertwined"), &["entertained"]), - (UniCase::ascii("acutions"), &["auctions"]), - (UniCase::ascii("discriminacion"), &["discrimination"]), - (UniCase::ascii("separatley"), &["separately"]), - (UniCase::ascii("apostrophies"), &["apostrophe"]), - (UniCase::ascii("prescriped"), &["prescribed"]), - (UniCase::ascii("overklocked"), &["overclocked"]), - (UniCase::ascii("symettric"), &["symmetric"]), - (UniCase::ascii("broadcat"), &["broadcasts"]), - (UniCase::ascii("concusions"), &["concussion"]), - (UniCase::ascii("conplications"), &["complications"]), - (UniCase::ascii("motiviated"), &["motivated"]), - (UniCase::ascii("portrayes"), &["portrays"]), - (UniCase::ascii("stratagies"), &["strategies"]), - (UniCase::ascii("microwavees"), &["microwaves"]), - (UniCase::ascii("infograhic"), &["infographic"]), - (UniCase::ascii("championchips"), &["championship"]), - (UniCase::ascii("joepardy"), &["jeopardy"]), - (UniCase::ascii("flashig"), &["flashing"]), - (UniCase::ascii("gerat"), &["great"]), - (UniCase::ascii("statisticaly"), &["statistically"]), - (UniCase::ascii("salvery"), &["slavery"]), - (UniCase::ascii("punshiments"), &["punishments"]), - (UniCase::ascii("moisutrizing"), &["moisturizing"]), - (UniCase::ascii("outnumbed"), &["outnumbered"]), - (UniCase::ascii("sryacuse"), &["syracuse"]), - (UniCase::ascii("destros"), &["destroys"]), - (UniCase::ascii("buddhim"), &["buddhism"]), - (UniCase::ascii("confescated"), &["confiscated"]), - (UniCase::ascii("northerend"), &["northern"]), - (UniCase::ascii("performous"), &["performs"]), - (UniCase::ascii("spectaulars"), &["spectaculars"]), - (UniCase::ascii("manifestanti"), &["manifestation"]), - (UniCase::ascii("inclenation"), &["inclination"]), - (UniCase::ascii("personallity"), &["personally"]), - (UniCase::ascii("suspiciois"), &["suspicions"]), - (UniCase::ascii("mathcup"), &["matchup"]), - (UniCase::ascii("dekstop"), &["desktop"]), - (UniCase::ascii("gunlsinger"), &["gunslinger"]), - (UniCase::ascii("preorded"), &["preordered"]), - (UniCase::ascii("judgementsl"), &["judgemental"]), - (UniCase::ascii("buriser"), &["bruiser"]), - (UniCase::ascii("slaugther"), &["slaughter"]), - (UniCase::ascii("demolution"), &["demolition"]), - (UniCase::ascii("quantitize"), &["quantities"]), - (UniCase::ascii("indigenious"), &["indigenous"]), - (UniCase::ascii("contentants"), &["contestants"]), - (UniCase::ascii("skelatel"), &["skeletal"]), - (UniCase::ascii("intuatively"), &["intuitively"]), - (UniCase::ascii("perfromance"), &["performance"]), - (UniCase::ascii("journalistens"), &["journalists"]), - (UniCase::ascii("misunderstantings"), &["misunderstandings"]), - (UniCase::ascii("contribuit"), &["contribute"]), - (UniCase::ascii("unattanded"), &["unattended"]), - (UniCase::ascii("practitionners"), &["practitioners"]), - (UniCase::ascii("craweld"), &["crawled"]), - (UniCase::ascii("restraind"), &["restrained"]), - (UniCase::ascii("disaterous"), &["disastrous"]), - (UniCase::ascii("alternar"), &["alternator"]), - (UniCase::ascii("assosication"), &["assassination"]), - (UniCase::ascii("beraded"), &["bearded"]), - (UniCase::ascii("contradictary"), &["contradictory"]), - (UniCase::ascii("generase"), &["generates"]), - (UniCase::ascii("conferance"), &["conference"]), - (UniCase::ascii("apprearance"), &["appearance"]), - (UniCase::ascii("veganisim"), &["veganism"]), - (UniCase::ascii("fianite"), &["finite"]), - (UniCase::ascii("dionsaur"), &["dinosaur"]), - (UniCase::ascii("courthourse"), &["courthouse"]), - (UniCase::ascii("aquisition"), &["acquisition"]), - (UniCase::ascii("falshes"), &["flashes"]), - (UniCase::ascii("prohibitifs"), &["prohibits"]), - (UniCase::ascii("saskatchawan"), &["saskatchewan"]), - (UniCase::ascii("introversa"), &["introverts"]), - (UniCase::ascii("afair"), &["affair"]), - (UniCase::ascii("consluting"), &["consulting"]), - (UniCase::ascii("exculded"), &["excluded"]), - (UniCase::ascii("coordonator"), &["coordinator"]), - (UniCase::ascii("obersvations"), &["observations"]), - (UniCase::ascii("tangentialy"), &["tangentially"]), - (UniCase::ascii("legitamitely"), &["legitimately"]), - (UniCase::ascii("forrset"), &["forrest"]), - (UniCase::ascii("conciveable"), &["conceivable"]), - (UniCase::ascii("inspried"), &["inspired"]), - (UniCase::ascii("monrachy"), &["monarchy"]), - (UniCase::ascii("sacromento"), &["sacramento"]), - (UniCase::ascii("monglos"), &["mongols"]), - (UniCase::ascii("sendetary"), &["sedentary"]), - (UniCase::ascii("androgenous"), &["androgynous"]), - (UniCase::ascii("scritps"), &["scripts"]), - (UniCase::ascii("intercepcion"), &["interception"]), - (UniCase::ascii("suspensie"), &["suspense"]), - (UniCase::ascii("sacrifaced"), &["sacrificed"]), - (UniCase::ascii("exectuive"), &["executive"]), - (UniCase::ascii("senisble"), &["sensible"]), - (UniCase::ascii("replaceble"), &["replaceable"]), - (UniCase::ascii("nontheless"), &["nonetheless"]), - (UniCase::ascii("indivudual"), &["individual"]), - (UniCase::ascii("reigonal"), &["regional"]), - (UniCase::ascii("reprecussion"), &["repercussions"]), - (UniCase::ascii("benificial"), &["beneficial"]), - (UniCase::ascii("subjest"), &["subjects"]), - (UniCase::ascii("scandianvian"), &["scandinavian"]), - (UniCase::ascii("engagemet"), &["engagements"]), - (UniCase::ascii("eptiome"), &["epitome"]), - (UniCase::ascii("eletricity"), &["electricity"]), - (UniCase::ascii("toghether"), &["together"]), - (UniCase::ascii("designet"), &["designated"]), - (UniCase::ascii("blackbarry"), &["blackberry"]), - (UniCase::ascii("distincion"), &["distinction"]), - (UniCase::ascii("uncomfertable"), &["uncomfortable"]), - (UniCase::ascii("chasiers"), &["cashiers"]), - (UniCase::ascii("drammatically"), &["grammatically"]), - (UniCase::ascii("holf"), &["hold"]), - (UniCase::ascii("inquisistor"), &["inquisitor"]), - (UniCase::ascii("penetraton"), &["penetration"]), - (UniCase::ascii("microtransacations"), &["microtransactions"]), - (UniCase::ascii("jaguras"), &["jaguars"]), - (UniCase::ascii("trumendously"), &["tremendously"]), - (UniCase::ascii("convincersi"), &["convinces"]), - (UniCase::ascii("fluctiations"), &["fluctuations"]), - (UniCase::ascii("winchestor"), &["winchester"]), - (UniCase::ascii("repersentations"), &["representations"]), - (UniCase::ascii("explicetly"), &["explicitly"]), - (UniCase::ascii("combatabts"), &["combatants"]), - (UniCase::ascii("quantitaive"), &["quantitative"]), - (UniCase::ascii("belguim"), &["belgium"]), - (UniCase::ascii("replubic"), &["republic"]), - (UniCase::ascii("invaldiate"), &["invalidates"]), - (UniCase::ascii("examinated"), &["examined"]), - (UniCase::ascii("adventurious"), &["adventurous"]), - (UniCase::ascii("collaris"), &["collars"]), - (UniCase::ascii("capitola"), &["capital"]), - (UniCase::ascii("playthtough"), &["playthrough"]), - (UniCase::ascii("possibley"), &["possibly"]), - (UniCase::ascii("maintan"), &["maintain"]), - (UniCase::ascii("cannibilism"), &["cannibalism"]), - (UniCase::ascii("randomus"), &["randoms"]), - (UniCase::ascii("sidelinked"), &["sideline"]), - (UniCase::ascii("duting"), &["during"]), - (UniCase::ascii("behvaiour"), &["behaviour"]), - (UniCase::ascii("recordarse"), &["recorder"]), - (UniCase::ascii("isntrument"), &["instrument"]), - (UniCase::ascii("electrolites"), &["electrolytes"]), - (UniCase::ascii("pretentios"), &["pretentious"]), - (UniCase::ascii("medicore"), &["mediocre"]), - (UniCase::ascii("sucessfully"), &["successfully"]), - (UniCase::ascii("inproductive"), &["unproductive"]), - (UniCase::ascii("hesiman"), &["heisman"]), - (UniCase::ascii("reccommending"), &["recommending"]), - (UniCase::ascii("invonvenient"), &["inconvenient"]), - (UniCase::ascii("compansate"), &["compensate"]), - (UniCase::ascii("distuingished"), &["distinguished"]), - (UniCase::ascii("progressvie"), &["progressives"]), - (UniCase::ascii("affilliate"), &["affiliate"]), - (UniCase::ascii("formulados"), &["formulas"]), - (UniCase::ascii("abstraccion"), &["abstraction"]), - (UniCase::ascii("dismanteld"), &["dismantled"]), - (UniCase::ascii("miscarraiges"), &["miscarriage"]), - (UniCase::ascii("infestato"), &["infestation"]), - (UniCase::ascii("irreversibelt"), &["irreversible"]), - (UniCase::ascii("meterosexual"), &["heterosexual"]), - (UniCase::ascii("preformances"), &["performances"]), - (UniCase::ascii("coordiantion"), &["coordination"]), - (UniCase::ascii("perfomrance"), &["performances"]), - (UniCase::ascii("survivabilty"), &["survivability"]), - (UniCase::ascii("unpleasent"), &["unpleasant"]), - (UniCase::ascii("automodertor"), &["automoderator"]), - (UniCase::ascii("skandinavian"), &["scandinavian"]), - (UniCase::ascii("casaulty"), &["casualty"]), - (UniCase::ascii("omnsicient"), &["omniscient"]), - (UniCase::ascii("imbalanaced"), &["imbalanced"]), - (UniCase::ascii("tacticallity"), &["tactically"]), - (UniCase::ascii("liberalnim"), &["liberalism"]), - (UniCase::ascii("tortiose"), &["tortoise"]), - (UniCase::ascii("campuss"), &["campuses"]), - (UniCase::ascii("handeld"), &["handled"]), - (UniCase::ascii("deatlhy"), &["deathly"]), - (UniCase::ascii("geogrpahic"), &["geographic"]), - (UniCase::ascii("desktopos"), &["desktops"]), - (UniCase::ascii("desgins"), &["designs"]), - (UniCase::ascii("seaches"), &["searches"]), - (UniCase::ascii("impedence"), &["impedance"]), - (UniCase::ascii("kinghts"), &["knights"]), - (UniCase::ascii("unsuprising"), &["unsurprising"]), - (UniCase::ascii("protagoinst"), &["protagonists"]), - (UniCase::ascii("medicalert"), &["medicare"]), - (UniCase::ascii("predomenantly"), &["predominantly"]), - (UniCase::ascii("immediantly"), &["immediately"]), - (UniCase::ascii("moisterizer"), &["moisturizer"]), - (UniCase::ascii("oppresssion"), &["oppression"]), - (UniCase::ascii("predicat"), &["predict"]), - (UniCase::ascii("flavorade"), &["flavored"]), - (UniCase::ascii("accumilated"), &["accumulated"]), - (UniCase::ascii("dispoves"), &["dispose"]), - (UniCase::ascii("contianment"), &["containment"]), - (UniCase::ascii("starighten"), &["straighten"]), - (UniCase::ascii("pepperin"), &["pepperoni"]), - (UniCase::ascii("surprisinly"), &["surprisingly"]), - (UniCase::ascii("litterfinger"), &["littlefinger"]), - (UniCase::ascii("firefigther"), &["firefighters"]), - (UniCase::ascii("stakeboarding"), &["skateboarding"]), - (UniCase::ascii("tablespons"), &["tablespoons"]), - (UniCase::ascii("ecstacys"), &["ecstasy"]), - (UniCase::ascii("comptetion"), &["completion"]), - (UniCase::ascii("entertaing"), &["entertaining"]), - (UniCase::ascii("amensty"), &["amnesty"]), - (UniCase::ascii("tsuanmi"), &["tsunami"]), - (UniCase::ascii("markedet"), &["marketed"]), - (UniCase::ascii("innoculated"), &["inoculated"]), - (UniCase::ascii("australiens"), &["australians"]), - (UniCase::ascii("definety"), &["definetly"]), - (UniCase::ascii("surprized"), &["surprised"]), - (UniCase::ascii("disrespection"), &["disrespecting"]), - (UniCase::ascii("conservitive"), &["conservative"]), - (UniCase::ascii("recipeints"), &["recipients"]), - (UniCase::ascii("domiantes"), &["dominates"]), - (UniCase::ascii("chillade"), &["chilled"]), - (UniCase::ascii("rictatorship"), &["dictatorship"]), - (UniCase::ascii("techeis"), &["techies"]), - (UniCase::ascii("accpeted"), &["accepted"]), - (UniCase::ascii("bilateraly"), &["bilaterally"]), - (UniCase::ascii("rainbos"), &["rainbows"]), - (UniCase::ascii("implementaiton"), &["implementation"]), - (UniCase::ascii("burnign"), &["burning"]), - (UniCase::ascii("scarmbling"), &["scrambling"]), - (UniCase::ascii("threadened"), &["threaded"]), - (UniCase::ascii("profissional"), &["professional"]), - (UniCase::ascii("pscyhiatrists"), &["psychiatrists"]), - (UniCase::ascii("rienforcement"), &["reinforcements"]), - (UniCase::ascii("manifestes"), &["manifests"]), - (UniCase::ascii("intrepreting"), &["interpreting"]), - (UniCase::ascii("insipres"), &["inspires"]), - (UniCase::ascii("distingishing"), &["distinguishing"]), - (UniCase::ascii("optimim"), &["optimism"]), - (UniCase::ascii("populatin"), &["populations"]), - (UniCase::ascii("insentitive"), &["insensitive"]), - (UniCase::ascii("instade"), &["instead"]), - (UniCase::ascii("organisationnels"), &["organisations"]), - (UniCase::ascii("condiscending"), &["condescending"]), - (UniCase::ascii("indigineous"), &["indigenous"]), - (UniCase::ascii("renteris"), &["renters"]), - (UniCase::ascii("glorifindel"), &["glorified"]), - (UniCase::ascii("abundancies"), &["abundances"]), - (UniCase::ascii("encyclapedia"), &["encyclopedia"]), - (UniCase::ascii("philosphies"), &["philosophies"]), - (UniCase::ascii("apprieciate"), &["appreciate"]), - (UniCase::ascii("reletnless"), &["relentless"]), - (UniCase::ascii("jeopary"), &["jeopardy"]), - (UniCase::ascii("conceptul"), &["conceptual"]), - (UniCase::ascii("responcibility"), &["responsibility"]), - (UniCase::ascii("decendent"), &["descendant"]), - (UniCase::ascii("componet"), &["components"]), - (UniCase::ascii("disruptin"), &["disruption"]), - (UniCase::ascii("propertiary"), &["proprietary"]), - (UniCase::ascii("congrassman"), &["congressman"]), - (UniCase::ascii("intruduced"), &["introduced"]), - (UniCase::ascii("unintentionnally"), &["unintentionally"]), - (UniCase::ascii("pertubation"), &["perturbation"]), - (UniCase::ascii("approximatley"), &["approximately"]), - (UniCase::ascii("referenses"), &["referees"]), - (UniCase::ascii("gospells"), &["gospels"]), - (UniCase::ascii("trasnmitted"), &["transmitted"]), - (UniCase::ascii("journalisitc"), &["journalistic"]), - (UniCase::ascii("rechargable"), &["rechargeable"]), - (UniCase::ascii("captialist"), &["capitalist"]), - (UniCase::ascii("reproduktion"), &["reproduction"]), - (UniCase::ascii("smeesters"), &["semesters"]), - (UniCase::ascii("pronoucned"), &["pronounced"]), - (UniCase::ascii("figurativly"), &["figuratively"]), - (UniCase::ascii("antiquae"), &["antique"]), - (UniCase::ascii("birhtdays"), &["birthdays"]), - (UniCase::ascii("palstics"), &["plastics"]), - (UniCase::ascii("happenes"), &["happens"]), - (UniCase::ascii("thernodynamics"), &["thermodynamics"]), - (UniCase::ascii("metaphorics"), &["metaphors"]), - (UniCase::ascii("commentaren"), &["commenter"]), - (UniCase::ascii("exectuioners"), &["executioner"]), - (UniCase::ascii("promotionnal"), &["promotional"]), - (UniCase::ascii("custcene"), &["cutscene"]), - (UniCase::ascii("respositories"), &["repositories"]), - (UniCase::ascii("permature"), &["premature"]), - (UniCase::ascii("suspiciuosly"), &["suspiciously"]), - (UniCase::ascii("legitimatcy"), &["legitimacy"]), - (UniCase::ascii("diphtongs"), &["diphthongs"]), - (UniCase::ascii("mistreaded"), &["mistreated"]), - (UniCase::ascii("deivant"), &["deviant"]), - (UniCase::ascii("persuasing"), &["persuasion"]), - (UniCase::ascii("disbales"), &["disables"]), - (UniCase::ascii("naieve"), &["naive"]), - (UniCase::ascii("marginilized"), &["marginalized"]), - (UniCase::ascii("inappropriatelly"), &["inappropriately"]), - (UniCase::ascii("fantasty"), &["fantasy"]), - (UniCase::ascii("udnerpowered"), &["underpowered"]), - (UniCase::ascii("sentaor"), &["senator"]), - (UniCase::ascii("anectotally"), &["anecdotally"]), - (UniCase::ascii("explanatin"), &["explanations"]), - (UniCase::ascii("califnoria"), &["californian"]), - (UniCase::ascii("implaments"), &["implements"]), - (UniCase::ascii("discrapency"), &["discrepancy"]), - (UniCase::ascii("prezidential"), &["presidential"]), - (UniCase::ascii("invulernable"), &["invulnerable"]), - (UniCase::ascii("armageedon"), &["armageddon"]), - (UniCase::ascii("photograpy"), &["photography"]), - (UniCase::ascii("destiney"), &["destiny"]), - (UniCase::ascii("tournemant"), &["tournament"]), - (UniCase::ascii("productivo"), &["production"]), - (UniCase::ascii("capitolists"), &["capitalists"]), - (UniCase::ascii("volunteeers"), &["volunteers"]), - (UniCase::ascii("decoratieve"), &["decorative"]), - (UniCase::ascii("apologitic"), &["apologetic"]), - (UniCase::ascii("suspecions"), &["suspicions"]), - (UniCase::ascii("enthusiasic"), &["enthusiastic"]), - (UniCase::ascii("shcolars"), &["scholars"]), - (UniCase::ascii("chanlder"), &["chandler"]), - (UniCase::ascii("dentistes"), &["dentists"]), - (UniCase::ascii("sidelinjen"), &["sideline"]), - (UniCase::ascii("quartlery"), &["quarterly"]), - (UniCase::ascii("constiutents"), &["constituents"]), - (UniCase::ascii("prolateriat"), &["proletariat"]), - (UniCase::ascii("legitamite"), &["legitimate"]), - (UniCase::ascii("indianapols"), &["indianapolis"]), - (UniCase::ascii("homogeneize"), &["homogenize"]), - (UniCase::ascii("requriements"), &["requirements"]), - (UniCase::ascii("repeatae"), &["repeatable"]), - (UniCase::ascii("exclucivity"), &["exclusivity"]), - (UniCase::ascii("incarcelated"), &["incarcerated"]), - (UniCase::ascii("adernaline"), &["adrenaline"]), - (UniCase::ascii("misunderstunding"), &["misunderstandings"]), - (UniCase::ascii("squsihy"), &["squishy"]), - (UniCase::ascii("seceed"), &["succeed"]), - (UniCase::ascii("introspectivo"), &["introspection"]), - (UniCase::ascii("dicitonary"), &["dictionary"]), - (UniCase::ascii("appreication"), &["appreciation"]), - (UniCase::ascii("createn"), &["creatine"]), - (UniCase::ascii("personsa"), &["personas"]), - (UniCase::ascii("unconditionnal"), &["unconditional"]), - (UniCase::ascii("originaly"), &["originally"]), - (UniCase::ascii("spreadhseets"), &["spreadsheets"]), - (UniCase::ascii("comitted"), &["committed"]), - (UniCase::ascii("underminde"), &["undermines"]), - (UniCase::ascii("symapthize"), &["sympathize"]), - (UniCase::ascii("administrer"), &["administer"]), - (UniCase::ascii("mainstrem"), &["mainstream"]), - (UniCase::ascii("pittaburgh"), &["pittsburgh"]), - (UniCase::ascii("begginings"), &["beginnings"]), - (UniCase::ascii("enigneer"), &["engineer"]), - (UniCase::ascii("hestiation"), &["hesitation"]), - (UniCase::ascii("colordao"), &["colorado"]), - (UniCase::ascii("instutitional"), &["institutional"]), - (UniCase::ascii("capitalizaiton"), &["capitalization"]), - (UniCase::ascii("appartments"), &["apartments"]), - (UniCase::ascii("relationshits"), &["relationships"]), - (UniCase::ascii("neverthless"), &["nevertheless"]), - (UniCase::ascii("ingenius"), &["ingenious"]), - (UniCase::ascii("mangeld"), &["mangled"]), - (UniCase::ascii("psychedelicness"), &["psychedelics"]), - (UniCase::ascii("antagonisitc"), &["antagonistic"]), - (UniCase::ascii("archeaology"), &["archaeology"]), - (UniCase::ascii("hotsopt"), &["hotspot"]), - (UniCase::ascii("whislist"), &["wishlist"]), - (UniCase::ascii("conversiones"), &["conversions"]), - (UniCase::ascii("feminsits"), &["feminists"]), - (UniCase::ascii("intimadated"), &["intimidated"]), - (UniCase::ascii("invulnerabile"), &["invulnerable"]), - (UniCase::ascii("multipe"), &["multiple"]), - (UniCase::ascii("laughablely"), &["laughably"]), - (UniCase::ascii("finacee"), &["fiancee"]), - (UniCase::ascii("superstitiosi"), &["superstitious"]), - (UniCase::ascii("michgian"), &["michigan"]), - (UniCase::ascii("misanderstood"), &["misunderstood"]), - (UniCase::ascii("simultanously"), &["simultaneously"]), - (UniCase::ascii("portalus"), &["portals"]), - (UniCase::ascii("deathmacth"), &["deathmatch"]), - (UniCase::ascii("pscyhologically"), &["psychologically"]), - (UniCase::ascii("reinstale"), &["reinstalled"]), - (UniCase::ascii("invulverable"), &["invulnerable"]), - (UniCase::ascii("lifesystem"), &["filesystem"]), - (UniCase::ascii("manuver"), &["maneuver"]), - (UniCase::ascii("favourie"), &["favourites"]), - (UniCase::ascii("isareli"), &["israeli"]), - (UniCase::ascii("catagorized"), &["categorized"]), - (UniCase::ascii("alunimum"), &["aluminum"]), - (UniCase::ascii("exacarbated"), &["exacerbated"]), - (UniCase::ascii("encorporating"), &["incorporating"]), - (UniCase::ascii("dysphroia"), &["dysphoria"]), - (UniCase::ascii("laucnhes"), &["launches"]), - (UniCase::ascii("jsutification"), &["justifications"]), - (UniCase::ascii("improvments"), &["improvements"]), - (UniCase::ascii("suprimacist"), &["supremacist"]), - (UniCase::ascii("mechanim"), &["mechanism"]), - (UniCase::ascii("rigtheous"), &["righteous"]), - (UniCase::ascii("diminushing"), &["diminishing"]), - (UniCase::ascii("simplificaiton"), &["simplification"]), - (UniCase::ascii("forbiden"), &["forbidden"]), - (UniCase::ascii("manufacuter"), &["manufacture"]), - (UniCase::ascii("dyregulation"), &["deregulation"]), - (UniCase::ascii("socialiss"), &["socialists"]), - (UniCase::ascii("narcisists"), &["narcissist"]), - (UniCase::ascii("epilepsey"), &["epilepsy"]), - (UniCase::ascii("sacrificies"), &["sacrifice"]), - (UniCase::ascii("computationnal"), &["computational"]), - (UniCase::ascii("prohibitted"), &["prohibited"]), - (UniCase::ascii("celebracion"), &["celebration"]), - (UniCase::ascii("configuratoin"), &["configurations"]), - (UniCase::ascii("belittlling"), &["belittling"]), - (UniCase::ascii("depencency"), &["dependency"]), - (UniCase::ascii("abandonig"), &["abandoning"]), - (UniCase::ascii("celestail"), &["celestial"]), - (UniCase::ascii("blockcahin"), &["blockchain"]), - (UniCase::ascii("repuslive"), &["repulsive"]), - (UniCase::ascii("signifiant"), &["significant"]), - (UniCase::ascii("frigthening"), &["frightening"]), - (UniCase::ascii("libertarianisim"), &["libertarianism"]), - (UniCase::ascii("calback"), &["callback"]), - (UniCase::ascii("objectificaton"), &["objectification"]), - (UniCase::ascii("privilegied"), &["privileged"]), - (UniCase::ascii("assimiliate"), &["assimilate"]), - (UniCase::ascii("expansie"), &["expansive"]), - (UniCase::ascii("reknown"), &["renown"]), - (UniCase::ascii("responsd"), &["responds"]), - (UniCase::ascii("affilate"), &["affiliate"]), - (UniCase::ascii("intorducing"), &["introducing"]), - (UniCase::ascii("subsquently"), &["subsequently"]), - (UniCase::ascii("crocodille"), &["crocodile"]), - (UniCase::ascii("technicien"), &["technician"]), - (UniCase::ascii("netboook"), &["netbook"]), - (UniCase::ascii("frementation"), &["fermentation"]), - (UniCase::ascii("begginers"), &["beginners"]), - (UniCase::ascii("remarkablely"), &["remarkably"]), - (UniCase::ascii("relazation"), &["relaxation"]), - (UniCase::ascii("decribe"), &["describe"]), - (UniCase::ascii("micorwave"), &["microwave"]), - (UniCase::ascii("competant"), &["competent"]), - (UniCase::ascii("epscially"), &["specially"]), - (UniCase::ascii("sastifying"), &["satisfying"]), - (UniCase::ascii("reaserched"), &["researched"]), - (UniCase::ascii("encyclopidia"), &["encyclopedia"]), - (UniCase::ascii("rehabilitaton"), &["rehabilitation"]), - (UniCase::ascii("passivedns"), &["passives"]), - (UniCase::ascii("agina"), &["again"]), - (UniCase::ascii("inflateble"), &["inflatable"]), - (UniCase::ascii("ostrasiced"), &["ostracized"]), - (UniCase::ascii("plagiarios"), &["plagiarism"]), - (UniCase::ascii("nationalisn"), &["nationals"]), - (UniCase::ascii("goegraphic"), &["geographic"]), - (UniCase::ascii("fanatism"), &["fanaticism"]), - (UniCase::ascii("charsima"), &["charisma"]), - (UniCase::ascii("arbitre"), &["arbiter"]), - (UniCase::ascii("compresssed"), &["compressed"]), - (UniCase::ascii("arbitrairy"), &["arbitrarily"]), - (UniCase::ascii("marijuannas"), &["marijuana"]), - (UniCase::ascii("tangencially"), &["tangentially"]), - (UniCase::ascii("tyrantical"), &["tyrannical"]), - (UniCase::ascii("headquatered"), &["headquartered"]), - (UniCase::ascii("elcipse"), &["eclipse"]), - (UniCase::ascii("thunderbots"), &["thunderbolt"]), - (UniCase::ascii("catapillers"), &["caterpillars"]), - (UniCase::ascii("democractic"), &["democratic"]), - (UniCase::ascii("retribuito"), &["retribution"]), - (UniCase::ascii("downtokers"), &["downvoters"]), - (UniCase::ascii("indepencence"), &["independence"]), - (UniCase::ascii("moruning"), &["mourning"]), - (UniCase::ascii("spleling"), &["spelling"]), - (UniCase::ascii("thristy"), &["thirsty"]), - (UniCase::ascii("creationsm"), &["creationism"]), - (UniCase::ascii("extermist"), &["extremist"]), - (UniCase::ascii("morgage"), &["mortgage"]), - (UniCase::ascii("gratituous"), &["gratuitous"]), - (UniCase::ascii("imablanced"), &["imbalanced"]), - (UniCase::ascii("enlightented"), &["enlightened"]), - (UniCase::ascii("pharamcists"), &["pharmacist"]), - (UniCase::ascii("therapuetic"), &["therapeutic"]), - (UniCase::ascii("introducion"), &["introduction"]), - (UniCase::ascii("guanatanmo"), &["guantanamo"]), - (UniCase::ascii("perpetualy"), &["perpetually"]), - (UniCase::ascii("flexibel"), &["flexible"]), - (UniCase::ascii("endangerd"), &["endangered"]), - (UniCase::ascii("reknowned"), &["renowned"]), - (UniCase::ascii("enthuisasts"), &["enthusiasts"]), - (UniCase::ascii("initisl"), &["initials"]), - (UniCase::ascii("paleolitic"), &["paleolithic"]), - (UniCase::ascii("unmanouverable"), &["unmaneuverable"]), - (UniCase::ascii("intristically"), &["intrinsically"]), - (UniCase::ascii("uncomfortabley"), &["uncomfortably"]), - (UniCase::ascii("initalled"), &["initialled"]), - (UniCase::ascii("timestmap"), &["timestamp"]), - (UniCase::ascii("inexperiencable"), &["inexperience"]), - (UniCase::ascii("downgrated"), &["downgrade"]), - (UniCase::ascii("exahusting"), &["exhausting"]), - (UniCase::ascii("capitarist"), &["capitalist"]), - (UniCase::ascii("costomization"), &["customization"]), - (UniCase::ascii("creamic"), &["ceramic"]), - (UniCase::ascii("exceprt"), &["excerpt"]), - (UniCase::ascii("hysteriska"), &["hysteria"]), - (UniCase::ascii("intertaining"), &["entertaining"]), - (UniCase::ascii("publishher"), &["publisher"]), - (UniCase::ascii("compliation"), &["compilation"]), - (UniCase::ascii("brusses"), &["brussels"]), - (UniCase::ascii("versatillity"), &["versatility"]), - (UniCase::ascii("inconvienent"), &["inconvenient"]), - (UniCase::ascii("phillippines"), &["philippines"]), - (UniCase::ascii("articifially"), &["artificially"]), - (UniCase::ascii("restord"), &["restored"]), - (UniCase::ascii("misinterpretted"), &["misinterpreted"]), - (UniCase::ascii("revolutionens"), &["revolutions"]), - (UniCase::ascii("plagiariasm"), &["plagiarism"]), - (UniCase::ascii("swatsika"), &["swastika"]), - (UniCase::ascii("dinsoaur"), &["dinosaur"]), - (UniCase::ascii("aspectos"), &["aspects"]), - (UniCase::ascii("horizontaly"), &["horizontally"]), - (UniCase::ascii("refernce"), &["references"]), - (UniCase::ascii("ceratine"), &["creatine"]), - (UniCase::ascii("maneveurs"), &["maneuvers"]), - (UniCase::ascii("apolegetics"), &["apologetics"]), - (UniCase::ascii("discogrpahy"), &["discography"]), - (UniCase::ascii("kubirck"), &["kubrick"]), - (UniCase::ascii("differneces"), &["differences"]), - (UniCase::ascii("apporpriation"), &["appropriation"]), - (UniCase::ascii("protectrons"), &["protections"]), - (UniCase::ascii("michelline"), &["michelle"]), - (UniCase::ascii("fidn"), &["find"]), - (UniCase::ascii("stupidy"), &["stupidly"]), - (UniCase::ascii("curtian"), &["curtain"]), - (UniCase::ascii("behavoural"), &["behavioral"]), - (UniCase::ascii("cathlic"), &["catholic"]), - (UniCase::ascii("alcoholicas"), &["alcoholics"]), - (UniCase::ascii("geomerty"), &["geometry"]), - (UniCase::ascii("tocuhdown"), &["touchdown"]), - (UniCase::ascii("bitcoints"), &["bitcoins"]), - (UniCase::ascii("vrigins"), &["virgins"]), - (UniCase::ascii("arbitraton"), &["arbitration"]), - (UniCase::ascii("intimidaton"), &["intimidation"]), - (UniCase::ascii("enlsave"), &["enslave"]), - (UniCase::ascii("recomending"), &["recommending"]), - (UniCase::ascii("narcississm"), &["narcissism"]), - (UniCase::ascii("investiagtive"), &["investigative"]), - (UniCase::ascii("eminated"), &["emanated"]), - (UniCase::ascii("proficinecy"), &["proficiency"]), - (UniCase::ascii("gimmicy"), &["gimmicky"]), - (UniCase::ascii("massechusetts"), &["massachusetts"]), - (UniCase::ascii("theese"), &["these"]), - (UniCase::ascii("implikation"), &["implication"]), - (UniCase::ascii("symhpony"), &["symphony"]), - (UniCase::ascii("choicers"), &["choices"]), - (UniCase::ascii("pyschologist"), &["psychologist"]), - (UniCase::ascii("stampeed"), &["stamped"]), - (UniCase::ascii("decoritive"), &["decorative"]), - (UniCase::ascii("miraculos"), &["miraculous"]), - (UniCase::ascii("warrandyte"), &["warranty"]), - (UniCase::ascii("atmoshperic"), &["atmospheric"]), - (UniCase::ascii("partnetship"), &["partnership"]), - (UniCase::ascii("insertos"), &["inserts"]), - (UniCase::ascii("assembleing"), &["assembling"]), - (UniCase::ascii("thikn"), &["think"]), - (UniCase::ascii("restarants"), &["restaurants"]), - (UniCase::ascii("oblitorated"), &["obliterated"]), - (UniCase::ascii("thanksgivng"), &["thanksgiving"]), - (UniCase::ascii("opose"), &["oppose"]), - (UniCase::ascii("homosexuella"), &["homosexual"]), - (UniCase::ascii("croporation"), &["corporation"]), - (UniCase::ascii("exlcamation"), &["exclamation"]), - (UniCase::ascii("councidentally"), &["coincidentally"]), - (UniCase::ascii("terriories"), &["territories"]), - (UniCase::ascii("mainfest"), &["manifest"]), - (UniCase::ascii("healtheir"), &["healthier"]), - (UniCase::ascii("quarantene"), &["quarantine"]), - (UniCase::ascii("cylindres"), &["cylinders"]), - (UniCase::ascii("slaughterd"), &["slaughtered"]), - (UniCase::ascii("anlaytics"), &["analytics"]), - (UniCase::ascii("ilness"), &["illness"]), - (UniCase::ascii("happenend"), &["happened"]), - (UniCase::ascii("stealthly"), &["stealthy"]), - (UniCase::ascii("phenomanal"), &["phenomenal"]), - (UniCase::ascii("genitaila"), &["genitalia"]), - (UniCase::ascii("towords"), &["towards"]), - (UniCase::ascii("ceritfication"), &["certifications"]), - (UniCase::ascii("dividened"), &["dividend"]), - (UniCase::ascii("parisitic"), &["parasitic"]), - (UniCase::ascii("origines"), &["origins"]), - (UniCase::ascii("captialization"), &["capitalization"]), - (UniCase::ascii("instrucion"), &["instruction"]), - (UniCase::ascii("disappered"), &["disappeared"]), - (UniCase::ascii("pensies"), &["penises"]), - (UniCase::ascii("dissapoitned"), &["dissapointed"]), - (UniCase::ascii("fantacizing"), &["fantasizing"]), - (UniCase::ascii("breakthorugh"), &["breakthrough"]), - (UniCase::ascii("questionned"), &["questioned"]), - (UniCase::ascii("massachustts"), &["massachusetts"]), - (UniCase::ascii("distractia"), &["district"]), - (UniCase::ascii("ecomonics"), &["economics"]), - (UniCase::ascii("responsivle"), &["responsive"]), - (UniCase::ascii("cluases"), &["clauses"]), - (UniCase::ascii("centipeed"), &["centipede"]), - (UniCase::ascii("consequece"), &["consequence"]), - (UniCase::ascii("totalitarni"), &["totalitarian"]), - (UniCase::ascii("incomprehinsible"), &["incomprehensible"]), - (UniCase::ascii("militais"), &["militias"]), - (UniCase::ascii("protostant"), &["protestant"]), - (UniCase::ascii("disadvantadge"), &["disadvantaged"]), - (UniCase::ascii("swtiched"), &["switched"]), - (UniCase::ascii("economisesti"), &["economists"]), - (UniCase::ascii("prestiguous"), &["prestigious"]), - (UniCase::ascii("smartre"), &["smarter"]), - (UniCase::ascii("alogrithms"), &["algorithms"]), - (UniCase::ascii("accomplishemnt"), &["accomplishment"]), - (UniCase::ascii("hallusinations"), &["hallucinations"]), - (UniCase::ascii("apperciates"), &["appreciates"]), - (UniCase::ascii("unintuive"), &["unintuitive"]), - (UniCase::ascii("contemporay"), &["contemporary"]), - (UniCase::ascii("acutality"), &["actuality"]), - (UniCase::ascii("sensacional"), &["sensational"]), - (UniCase::ascii("squritle"), &["squirtle"]), - (UniCase::ascii("collobaration"), &["collaboration"]), - (UniCase::ascii("begininngs"), &["beginnings"]), - (UniCase::ascii("claculators"), &["calculators"]), - (UniCase::ascii("jstu"), &["just"]), - (UniCase::ascii("essesital"), &["essential"]), - (UniCase::ascii("imbalancers"), &["imbalances"]), - (UniCase::ascii("vicitms"), &["victims"]), - (UniCase::ascii("broadley"), &["broadly"]), - (UniCase::ascii("flavoures"), &["flavours"]), - (UniCase::ascii("predecessores"), &["predecessors"]), - (UniCase::ascii("comptown"), &["compton"]), - (UniCase::ascii("outnunbered"), &["outnumbered"]), - (UniCase::ascii("employeur"), &["employer"]), - (UniCase::ascii("diagonaal"), &["diagonal"]), - (UniCase::ascii("submittion"), &["submitting"]), - (UniCase::ascii("medicaiton"), &["medication"]), - (UniCase::ascii("govenment"), &["government"]), - (UniCase::ascii("instanse"), &["instances"]), - (UniCase::ascii("suprizingly"), &["surprisingly"]), - (UniCase::ascii("alternatevly"), &["alternately"]), - (UniCase::ascii("relativisme"), &["relatives"]), - (UniCase::ascii("disqaulified"), &["disqualified"]), - (UniCase::ascii("literarly"), &["literary"]), - (UniCase::ascii("excecuted"), &["executed"]), - (UniCase::ascii("compteurs"), &["computers"]), - (UniCase::ascii("invicinble"), &["invincible"]), - (UniCase::ascii("fantazising"), &["fantasizing"]), - (UniCase::ascii("unbolievable"), &["unbelievable"]), - (UniCase::ascii("maylasian"), &["malaysian"]), - (UniCase::ascii("dictadorship"), &["dictatorship"]), - (UniCase::ascii("fingernal"), &["fingernails"]), - (UniCase::ascii("protines"), &["proteins"]), - (UniCase::ascii("fascinacion"), &["fascination"]), - (UniCase::ascii("transulcent"), &["translucent"]), - (UniCase::ascii("decisivie"), &["decisive"]), - (UniCase::ascii("reviewr"), &["reviewer"]), - (UniCase::ascii("insluated"), &["insulated"]), - (UniCase::ascii("playthrougth"), &["playthroughs"]), - (UniCase::ascii("investions"), &["inventions"]), - (UniCase::ascii("manfiests"), &["manifests"]), - (UniCase::ascii("attemtps"), &["attempts"]), - (UniCase::ascii("equivallent"), &["equivalent"]), - (UniCase::ascii("residencial"), &["residential"]), - (UniCase::ascii("atlesat"), &["atleast"]), - (UniCase::ascii("incpetion"), &["inception"]), - (UniCase::ascii("caridnals"), &["cardinals"]), - (UniCase::ascii("desctiptions"), &["descriptions"]), - (UniCase::ascii("aboslutely"), &["absolutely"]), - (UniCase::ascii("crowbahr"), &["crowbar"]), - (UniCase::ascii("enthusiam"), &["enthusiasm"]), - (UniCase::ascii("likebale"), &["likeable"]), - (UniCase::ascii("recommeded"), &["recommended"]), - (UniCase::ascii("symmetria"), &["symmetrical"]), - (UniCase::ascii("comapre"), &["compare"]), - (UniCase::ascii("sunscreeen"), &["sunscreen"]), - (UniCase::ascii("acopalypse"), &["apocalypse"]), - (UniCase::ascii("bargani"), &["bargain"]), - (UniCase::ascii("fundamentalister"), &["fundamentalists"]), - (UniCase::ascii("commentes"), &["commenters"]), - (UniCase::ascii("ukraininans"), &["ukrainians"]), - (UniCase::ascii("anphetamines"), &["amphetamines"]), - (UniCase::ascii("coordonates"), &["coordinates"]), - (UniCase::ascii("recruites"), &["recruits"]), - (UniCase::ascii("birdges"), &["bridges"]), - (UniCase::ascii("outsourceing"), &["outsourcing"]), - (UniCase::ascii("exept"), &["except"]), - (UniCase::ascii("undeniabley"), &["undeniably"]), - (UniCase::ascii("goosebums"), &["goosebumps"]), - (UniCase::ascii("disqualifed"), &["disqualified"]), - (UniCase::ascii("orgainsed"), &["organised"]), - (UniCase::ascii("happended"), &["happened"]), - (UniCase::ascii("fertizilers"), &["fertilizer"]), - (UniCase::ascii("incorportaed"), &["incorporated"]), - (UniCase::ascii("trainig"), &["training"]), - (UniCase::ascii("strecthed"), &["stretched"]), - (UniCase::ascii("raoches"), &["roaches"]), - (UniCase::ascii("forgotting"), &["forgetting"]), - (UniCase::ascii("stateman"), &["statesman"]), - (UniCase::ascii("temparate"), &["temperate"]), - (UniCase::ascii("varibale"), &["variable"]), - (UniCase::ascii("hoepfully"), &["hopefully"]), - (UniCase::ascii("welathy"), &["wealthy"]), - (UniCase::ascii("multiplicativo"), &["multiplication"]), - (UniCase::ascii("suefull"), &["usefull"]), - (UniCase::ascii("sytrofoam"), &["styrofoam"]), - (UniCase::ascii("handelbars"), &["handlebars"]), - (UniCase::ascii("geographycally"), &["geographically"]), - (UniCase::ascii("demonstratbly"), &["demonstrably"]), - (UniCase::ascii("adultey"), &["adultery"]), - (UniCase::ascii("camapign"), &["campaign"]), - (UniCase::ascii("influincing"), &["influencing"]), - (UniCase::ascii("athlets"), &["athletes"]), - (UniCase::ascii("entaglements"), &["entanglements"]), - (UniCase::ascii("eclispe"), &["eclipse"]), - (UniCase::ascii("homineum"), &["hominem"]), - (UniCase::ascii("detrimential"), &["detrimental"]), - (UniCase::ascii("keyensian"), &["keynesian"]), - (UniCase::ascii("tenacitiy"), &["tenacity"]), - (UniCase::ascii("atmoizer"), &["atomizer"]), - (UniCase::ascii("sympethizers"), &["sympathizers"]), - (UniCase::ascii("institue"), &["institute"]), - (UniCase::ascii("paychologists"), &["psychologists"]), - (UniCase::ascii("hallcuinations"), &["hallucination"]), - (UniCase::ascii("avalance"), &["avalanche"]), - (UniCase::ascii("neurosceince"), &["neuroscience"]), - (UniCase::ascii("relcutant"), &["reluctant"]), - (UniCase::ascii("intermidiate"), &["intermediate"]), - (UniCase::ascii("monolitihic"), &["monolithic"]), - (UniCase::ascii("protectores"), &["protectors"]), - (UniCase::ascii("roomate"), &["roommate"]), - (UniCase::ascii("explotacion"), &["exploration"]), - (UniCase::ascii("dissapoited"), &["dissapointed"]), - (UniCase::ascii("deparments"), &["departments"]), - (UniCase::ascii("sweatshrit"), &["sweatshirt"]), - (UniCase::ascii("nationalits"), &["nationalist"]), - (UniCase::ascii("pharmaceudical"), &["pharmaceutical"]), - (UniCase::ascii("wreslter"), &["wrestler"]), - (UniCase::ascii("overwath"), &["overwatch"]), - (UniCase::ascii("dynamicaly"), &["dynamically"]), - (UniCase::ascii("elephans"), &["elephants"]), - (UniCase::ascii("vasalls"), &["vassals"]), - (UniCase::ascii("wonderfullly"), &["wonderfully"]), - (UniCase::ascii("contracto"), &["contraction"]), - (UniCase::ascii("manufactuer"), &["manufacture"]), - (UniCase::ascii("stressade"), &["stressed"]), - (UniCase::ascii("referede"), &["referee"]), - (UniCase::ascii("jamiacan"), &["jamaican"]), - (UniCase::ascii("oblitirated"), &["obliterated"]), - (UniCase::ascii("deflecto"), &["deflection"]), - (UniCase::ascii("expresions"), &["expression"]), - (UniCase::ascii("suspeciously"), &["suspiciously"]), - (UniCase::ascii("commenteries"), &["commenters"]), - (UniCase::ascii("hyperbel"), &["hyperbole"]), - (UniCase::ascii("disconencts"), &["disconnects"]), - (UniCase::ascii("forsane"), &["forsaken"]), - (UniCase::ascii("portrat"), &["portrait"]), - (UniCase::ascii("sentinet"), &["sentient"]), - (UniCase::ascii("definantley"), &["definately"]), - (UniCase::ascii("sarcasticaly"), &["sarcastically"]), - (UniCase::ascii("appenines"), &["apennines"]), - (UniCase::ascii("unviersities"), &["universities"]), - (UniCase::ascii("transfrom"), &["transform"]), - (UniCase::ascii("propabilities"), &["probabilities"]), - (UniCase::ascii("addresable"), &["addressable"]), - (UniCase::ascii("republicanas"), &["republicans"]), - (UniCase::ascii("intervewing"), &["intervening"]), - (UniCase::ascii("warrany"), &["warranty"]), - (UniCase::ascii("suspicison"), &["suspicions"]), - (UniCase::ascii("excpetion"), &["exception"]), - (UniCase::ascii("restrainig"), &["restraining"]), - (UniCase::ascii("tranlsations"), &["translations"]), - (UniCase::ascii("snyopsis"), &["synopsis"]), - (UniCase::ascii("supervisar"), &["supervisor"]), - (UniCase::ascii("xenobalde"), &["xenoblade"]), - (UniCase::ascii("lisenced"), &["silenced"]), - (UniCase::ascii("statuser"), &["stature"]), - (UniCase::ascii("dominae"), &["dominate"]), - (UniCase::ascii("scirptures"), &["scriptures"]), - (UniCase::ascii("apocalpyse"), &["apocalypse"]), - (UniCase::ascii("anonmyously"), &["anonymously"]), - (UniCase::ascii("unprone"), &["unproven"]), - (UniCase::ascii("architechs"), &["architects"]), - (UniCase::ascii("renassaince"), &["renaissance"]), - (UniCase::ascii("immediatelly"), &["immediately"]), - (UniCase::ascii("architypes"), &["archetypes"]), - (UniCase::ascii("unconsciouly"), &["unconsciously"]), - (UniCase::ascii("miscomunnication"), &["miscommunication"]), - (UniCase::ascii("overheading"), &["overheating"]), - (UniCase::ascii("seperates"), &["separates"]), - (UniCase::ascii("underminining"), &["undermining"]), - (UniCase::ascii("nighlty"), &["nightly"]), - (UniCase::ascii("comprese"), &["compressed"]), - (UniCase::ascii("quarintine"), &["quarantine"]), - (UniCase::ascii("intercepto"), &["interception"]), - (UniCase::ascii("questiong"), &["questioning"]), - (UniCase::ascii("councilos"), &["councils"]), - (UniCase::ascii("buddhistisk"), &["buddhists"]), - (UniCase::ascii("antartic"), &["antarctic"]), - (UniCase::ascii("surpressed"), &["suppressed"]), - (UniCase::ascii("sufficit"), &["sufficient"]), - (UniCase::ascii("soldeirs"), &["soldiers"]), - (UniCase::ascii("milwakuee"), &["milwaukee"]), - (UniCase::ascii("overwritte"), &["overwrite"]), - (UniCase::ascii("beginnins"), &["beginnings"]), - (UniCase::ascii("phenomenonly"), &["phenomenally"]), - (UniCase::ascii("perheaps"), &["perhaps"]), - (UniCase::ascii("psychyatrist"), &["psychiatrist"]), - (UniCase::ascii("organziation"), &["organization"]), - (UniCase::ascii("pancakers"), &["pancakes"]), - (UniCase::ascii("departer"), &["departure"]), - (UniCase::ascii("partols"), &["patrols"]), - (UniCase::ascii("hypocriscy"), &["hypocrisy"]), - (UniCase::ascii("mountan"), &["mountain"]), - (UniCase::ascii("alchmey"), &["alchemy"]), - (UniCase::ascii("explainging"), &["explaining"]), - (UniCase::ascii("atheisim"), &["atheism"]), - (UniCase::ascii("infiltratred"), &["infiltrate"]), - (UniCase::ascii("interprating"), &["interpreting"]), - (UniCase::ascii("ostensiably"), &["ostensibly"]), - (UniCase::ascii("contian"), &["contain"]), - (UniCase::ascii("massachussets"), &["massachusetts"]), - (UniCase::ascii("sourthern"), &["southern"]), - (UniCase::ascii("anouncement"), &["announcement"]), - (UniCase::ascii("generationnal"), &["generational"]), - (UniCase::ascii("calculatoare"), &["calculator"]), - (UniCase::ascii("participante"), &["participate"]), - (UniCase::ascii("ukrianians"), &["ukrainians"]), - (UniCase::ascii("architecs"), &["architects"]), - (UniCase::ascii("assualted"), &["assaulted"]), - (UniCase::ascii("independenet"), &["independents"]), - (UniCase::ascii("temperture"), &["temperature"]), - (UniCase::ascii("publicitan"), &["publication"]), - (UniCase::ascii("seige"), &["siege"]), - (UniCase::ascii("soveits"), &["soviets"]), - (UniCase::ascii("disastrose"), &["disastrous"]), - (UniCase::ascii("syas"), &["says"]), - (UniCase::ascii("agonstic"), &["agnostic"]), - (UniCase::ascii("fertilzier"), &["fertilizer"]), - (UniCase::ascii("proficiant"), &["proficient"]), - (UniCase::ascii("monstrisity"), &["monstrosity"]), - (UniCase::ascii("grammarical"), &["grammatical"]), - (UniCase::ascii("demolicion"), &["demolition"]), - (UniCase::ascii("valkryie"), &["valkyrie"]), - (UniCase::ascii("simulato"), &["simulation"]), - (UniCase::ascii("proclaming"), &["proclaiming"]), - (UniCase::ascii("depressie"), &["depressive"]), - (UniCase::ascii("generatore"), &["generate"]), - (UniCase::ascii("breasttaking"), &["breathtaking"]), - (UniCase::ascii("somethijng"), &["somethin"]), - (UniCase::ascii("assembe"), &["assemble"]), - (UniCase::ascii("tramploine"), &["trampoline"]), - (UniCase::ascii("templarios"), &["templars"]), - (UniCase::ascii("criticisims"), &["criticisms"]), - (UniCase::ascii("scuplture"), &["sculpture"]), - (UniCase::ascii("subjectivly"), &["subjectively"]), - (UniCase::ascii("moroever"), &["moreover"]), - (UniCase::ascii("chambres"), &["chambers"]), - (UniCase::ascii("marginaal"), &["marginal"]), - (UniCase::ascii("terorrism"), &["terrorism"]), - (UniCase::ascii("ingrediant"), &["ingredient"]), - (UniCase::ascii("camrbidge"), &["cambridge"]), - (UniCase::ascii("contstruction"), &["construction"]), - (UniCase::ascii("undebiably"), &["undeniably"]), - (UniCase::ascii("staggerwing"), &["staggering"]), - (UniCase::ascii("krypyonite"), &["kryptonite"]), - (UniCase::ascii("coform"), &["conform"]), - (UniCase::ascii("norhtern"), &["northern"]), - (UniCase::ascii("stimualting"), &["stimulating"]), - (UniCase::ascii("illess"), &["illness"]), - (UniCase::ascii("fatalaties"), &["fatalities"]), - (UniCase::ascii("highlighed"), &["highlighted"]), - (UniCase::ascii("incarnaton"), &["incarnation"]), - (UniCase::ascii("psychistrist"), &["psychiatrist"]), - (UniCase::ascii("flutterspy"), &["fluttershy"]), - (UniCase::ascii("theroists"), &["theorists"]), - (UniCase::ascii("refroms"), &["reforms"]), - (UniCase::ascii("cylcops"), &["cyclops"]), - (UniCase::ascii("promenantly"), &["prominently"]), - (UniCase::ascii("enterprice"), &["enterprise"]), - (UniCase::ascii("cuasality"), &["causality"]), - (UniCase::ascii("depressief"), &["depressive"]), - (UniCase::ascii("raidance"), &["radiance"]), - (UniCase::ascii("ministerens"), &["ministers"]), - (UniCase::ascii("unsuccessul"), &["unsuccessful"]), - (UniCase::ascii("concorrent"), &["concurrent"]), - (UniCase::ascii("relavent"), &["relevant"]), - (UniCase::ascii("inflamation"), &["inflammation"]), - (UniCase::ascii("jugdements"), &["judgements"]), - (UniCase::ascii("implemet"), &["implements"]), - (UniCase::ascii("existental"), &["existential"]), - (UniCase::ascii("righetousness"), &["righteousness"]), - (UniCase::ascii("attirbutes"), &["attributes"]), - (UniCase::ascii("insluts"), &["insults"]), - (UniCase::ascii("infantus"), &["infants"]), - (UniCase::ascii("burtality"), &["brutality"]), - (UniCase::ascii("cologen"), &["cologne"]), - (UniCase::ascii("undesireble"), &["undesirable"]), - (UniCase::ascii("progidy"), &["prodigy"]), - (UniCase::ascii("asetic"), &["ascetic"]), - (UniCase::ascii("revolutioners"), &["revolutions"]), - (UniCase::ascii("supsiciously"), &["suspiciously"]), - (UniCase::ascii("certian"), &["certain"]), - (UniCase::ascii("organicaly"), &["organically"]), - (UniCase::ascii("whipsered"), &["whispered"]), - (UniCase::ascii("exatled"), &["exalted"]), - (UniCase::ascii("extremeophile"), &["extremophile"]), - (UniCase::ascii("nigthmare"), &["nightmare"]), - (UniCase::ascii("interferres"), &["interferes"]), - (UniCase::ascii("proffesed"), &["professed"]), - (UniCase::ascii("inpsector"), &["inspector"]), - (UniCase::ascii("forcibley"), &["forcibly"]), - (UniCase::ascii("demonstrants"), &["demonstrates"]), - (UniCase::ascii("amung"), &["among"]), - (UniCase::ascii("irelevent"), &["irrelevant"]), - (UniCase::ascii("sufferage"), &["suffrage"]), - (UniCase::ascii("restatting"), &["restarting"]), - (UniCase::ascii("distuingish"), &["distinguish"]), - (UniCase::ascii("enterpreneur"), &["entrepreneurs"]), - (UniCase::ascii("champinoship"), &["championships"]), - (UniCase::ascii("cardiovasculaires"), &["cardiovascular"]), - (UniCase::ascii("defintley"), &["definetly"]), - (UniCase::ascii("vertigro"), &["vertigo"]), - (UniCase::ascii("fantasitcally"), &["fantastically"]), - (UniCase::ascii("automitive"), &["automotive"]), - (UniCase::ascii("symbolisch"), &["symbolic"]), - (UniCase::ascii("stringnet"), &["stringent"]), - (UniCase::ascii("publisheed"), &["published"]), - (UniCase::ascii("preservating"), &["preservation"]), - (UniCase::ascii("revealtions"), &["revelations"]), - (UniCase::ascii("penalites"), &["penalties"]), - (UniCase::ascii("metamorphysis"), &["metamorphosis"]), - (UniCase::ascii("marineris"), &["mariners"]), - (UniCase::ascii("intrepreter"), &["interpreter"]), - (UniCase::ascii("tramautized"), &["traumatized"]), - (UniCase::ascii("pshycologists"), &["psychologists"]), - (UniCase::ascii("indianos"), &["indians"]), - (UniCase::ascii("apoligists"), &["apologists"]), - (UniCase::ascii("physciatric"), &["psychiatric"]), - (UniCase::ascii("momemtarily"), &["momentarily"]), - (UniCase::ascii("anxeity"), &["anxiety"]), - (UniCase::ascii("narcisssist"), &["narcissist"]), - (UniCase::ascii("modificatons"), &["modifications"]), - (UniCase::ascii("intracite"), &["intricate"]), - (UniCase::ascii("entreprenours"), &["entrepreneurs"]), - (UniCase::ascii("cartrigdes"), &["cartridges"]), - (UniCase::ascii("castatrophe"), &["catastrophe"]), - (UniCase::ascii("butterfries"), &["butterflies"]), - (UniCase::ascii("inevitabley"), &["inevitably"]), - (UniCase::ascii("suprising"), &["surprising"]), - (UniCase::ascii("antiqvated"), &["antiquated"]), - (UniCase::ascii("integrarla"), &["integral"]), - (UniCase::ascii("excpetions"), &["exceptions"]), - (UniCase::ascii("archetects"), &["architects"]), - (UniCase::ascii("narcissisitic"), &["narcissistic"]), - (UniCase::ascii("templas"), &["templars"]), - (UniCase::ascii("separatelly"), &["separately"]), - (UniCase::ascii("vacestomy"), &["vasectomy"]), - (UniCase::ascii("promethesus"), &["prometheus"]), - (UniCase::ascii("familiare"), &["familiarize"]), - (UniCase::ascii("libertarinaism"), &["libertarianism"]), - (UniCase::ascii("preipheral"), &["peripheral"]), - (UniCase::ascii("resistanes"), &["resistances"]), - (UniCase::ascii("paranoida"), &["paranoia"]), - (UniCase::ascii("socailists"), &["socialists"]), - (UniCase::ascii("apologes"), &["apologise"]), - (UniCase::ascii("temporaraly"), &["temporarily"]), - (UniCase::ascii("begginig"), &["begging"]), - (UniCase::ascii("catholisism"), &["catholicism"]), - (UniCase::ascii("abodmen"), &["abdomen"]), - (UniCase::ascii("ominscient"), &["omniscient"]), - (UniCase::ascii("southamtpon"), &["southampton"]), - (UniCase::ascii("remeber"), &["remember"]), - (UniCase::ascii("juggarnaut"), &["juggernaut"]), - (UniCase::ascii("counteredit"), &["counterfeit"]), - (UniCase::ascii("industrije"), &["industries"]), - (UniCase::ascii("werstler"), &["wrestler"]), - (UniCase::ascii("extremiste"), &["extremes"]), - (UniCase::ascii("combiantion"), &["combinations"]), - (UniCase::ascii("kindergaten"), &["kindergarten"]), - (UniCase::ascii("primarliy"), &["primarily"]), - (UniCase::ascii("picther"), &["pitcher"]), - (UniCase::ascii("convencional"), &["conventional"]), - (UniCase::ascii("hapening"), &["happening"]), - (UniCase::ascii("konservatism"), &["conservatism"]), - (UniCase::ascii("wednesdsay"), &["wednesdays"]), - (UniCase::ascii("baskteball"), &["basketball"]), - (UniCase::ascii("restrictivo"), &["restriction"]), - (UniCase::ascii("asume"), &["assume"]), - (UniCase::ascii("seflishness"), &["selfishness"]), - (UniCase::ascii("responisble"), &["responsible"]), - (UniCase::ascii("britian"), &["britain"]), - (UniCase::ascii("dehydraded"), &["dehydrated"]), - (UniCase::ascii("innovativo"), &["innovation"]), - (UniCase::ascii("expoch"), &["epoch"]), - (UniCase::ascii("sympathiek"), &["sympathize"]), - (UniCase::ascii("invlove"), &["involve"]), - (UniCase::ascii("capabilitiy"), &["capability"]), - (UniCase::ascii("jouranlism"), &["journalism"]), - (UniCase::ascii("hamitlon"), &["hamilton"]), - (UniCase::ascii("etherael"), &["ethereal"]), - (UniCase::ascii("insignificent"), &["insignificant"]), - (UniCase::ascii("anachrist"), &["anarchist"]), - (UniCase::ascii("bourgoeis"), &["bourgeois"]), - (UniCase::ascii("explotied"), &["exploited"]), - (UniCase::ascii("realsied"), &["realised"]), - (UniCase::ascii("scandinaivan"), &["scandinavia"]), - (UniCase::ascii("coprorate"), &["corporate"]), - (UniCase::ascii("parademics"), &["paramedics"]), - (UniCase::ascii("pscyhotic"), &["psychotic"]), - (UniCase::ascii("optomism"), &["optimism"]), - (UniCase::ascii("preperation"), &["preparation"]), - (UniCase::ascii("contagiosa"), &["contagious"]), - (UniCase::ascii("torotise"), &["tortoise"]), - (UniCase::ascii("capitas"), &["capitals"]), - (UniCase::ascii("epiphanny"), &["epiphany"]), - (UniCase::ascii("territorrial"), &["territorial"]), - (UniCase::ascii("cassawory"), &["cassowary"]), - (UniCase::ascii("stranglove"), &["strangle"]), - (UniCase::ascii("thermastat"), &["thermostat"]), - (UniCase::ascii("participatie"), &["participated"]), - (UniCase::ascii("wathever"), &["whatever"]), - (UniCase::ascii("collapes"), &["collapse"]), - (UniCase::ascii("impersonationg"), &["impersonating"]), - (UniCase::ascii("bulagria"), &["bulgaria"]), - (UniCase::ascii("decmeber"), &["december"]), - (UniCase::ascii("chemcially"), &["chemically"]), - (UniCase::ascii("icleandic"), &["icelandic"]), - (UniCase::ascii("forasken"), &["forsaken"]), - (UniCase::ascii("exerciese"), &["exercises"]), - (UniCase::ascii("inventaron"), &["inventor"]), - (UniCase::ascii("assoicated"), &["associated"]), - (UniCase::ascii("visably"), &["visibly"]), - (UniCase::ascii("dupilcates"), &["duplicates"]), - (UniCase::ascii("levleing"), &["leveling"]), - (UniCase::ascii("imagin"), &["imagine"]), - (UniCase::ascii("monumentais"), &["monuments"]), - (UniCase::ascii("ouevre"), &["oeuvre"]), - (UniCase::ascii("pormetheus"), &["prometheus"]), - (UniCase::ascii("neighbores"), &["neighbours"]), - (UniCase::ascii("desintegrated"), &["disintegrated"]), - (UniCase::ascii("fatalitites"), &["fatalities"]), - (UniCase::ascii("bestialiy"), &["bestiality"]), - (UniCase::ascii("invertendo"), &["inverted"]), - (UniCase::ascii("corrulates"), &["correlates"]), - (UniCase::ascii("askreddt"), &["askreddit"]), - (UniCase::ascii("frustraited"), &["frustrated"]), - (UniCase::ascii("monolithisch"), &["monolithic"]), - (UniCase::ascii("organiserad"), &["organised"]), - (UniCase::ascii("tronado"), &["tornado"]), - (UniCase::ascii("enclycopedia"), &["encyclopedia"]), - (UniCase::ascii("contigents"), &["continents"]), - (UniCase::ascii("millenia"), &["millennia"]), - (UniCase::ascii("capitalisn"), &["capitals"]), - (UniCase::ascii("insultas"), &["insults"]), - (UniCase::ascii("asphyxation"), &["asphyxiation"]), - (UniCase::ascii("possibilty"), &["possibility"]), - (UniCase::ascii("speicals"), &["specials"]), - (UniCase::ascii("plausibe"), &["plausible"]), - (UniCase::ascii("congratualted"), &["congratulate"]), - (UniCase::ascii("prerequistite"), &["prerequisite"]), - (UniCase::ascii("preists"), &["priests"]), - (UniCase::ascii("distrubutor"), &["distributor"]), - (UniCase::ascii("plagiariam"), &["plagiarism"]), - (UniCase::ascii("veritcally"), &["vertically"]), - (UniCase::ascii("personalitites"), &["personalities"]), - (UniCase::ascii("scantuary"), &["sanctuary"]), - (UniCase::ascii("dignitiy"), &["dignity"]), - (UniCase::ascii("activit"), &["activist"]), - (UniCase::ascii("malasyian"), &["malaysian"]), - (UniCase::ascii("sacrifising"), &["sacrificing"]), - (UniCase::ascii("lecteurs"), &["lectures"]), - (UniCase::ascii("transgemder"), &["transgender"]), - (UniCase::ascii("extensiones"), &["extensions"]), - (UniCase::ascii("assingments"), &["assignments"]), - (UniCase::ascii("recuritment"), &["recruitment"]), - (UniCase::ascii("levetate"), &["levitate"]), - (UniCase::ascii("cannabilism"), &["cannibalism"]), - (UniCase::ascii("powrrlifting"), &["powerlifting"]), - (UniCase::ascii("californain"), &["californian"]), - (UniCase::ascii("motherborads"), &["motherboards"]), - (UniCase::ascii("probalibity"), &["probability"]), - (UniCase::ascii("pretedermined"), &["predetermined"]), - (UniCase::ascii("calibraton"), &["calibration"]), - (UniCase::ascii("convertion"), &["conversion"]), - (UniCase::ascii("priveleged"), &["privileged"]), - (UniCase::ascii("supposidly"), &["supposedly"]), - (UniCase::ascii("pretensious"), &["pretentious"]), - (UniCase::ascii("clitoridis"), &["clitoris"]), - (UniCase::ascii("dynastry"), &["dynasty"]), - (UniCase::ascii("ampilfy"), &["amplify"]), - (UniCase::ascii("necessiates"), &["necessities"]), - (UniCase::ascii("symphatetic"), &["sympathetic"]), - (UniCase::ascii("somethinmg"), &["somethings"]), - (UniCase::ascii("childbird"), &["childbirth"]), - (UniCase::ascii("positiviely"), &["positively"]), - (UniCase::ascii("sexuallly"), &["sexually"]), - (UniCase::ascii("devide"), &["divide"]), - (UniCase::ascii("differnece"), &["difference"]), - (UniCase::ascii("renaissence"), &["renaissance"]), - (UniCase::ascii("withdrawalls"), &["withdrawals"]), - (UniCase::ascii("stimulas"), &["stimulants"]), - (UniCase::ascii("swiming"), &["swimming"]), - (UniCase::ascii("soverein"), &["sovereign"]), - (UniCase::ascii("alternativly"), &["alternatively"]), - (UniCase::ascii("contaire"), &["containers"]), - (UniCase::ascii("signifantly"), &["significantly"]), - (UniCase::ascii("compitable"), &["compatible"]), - (UniCase::ascii("multitaskng"), &["multitasking"]), - (UniCase::ascii("soliders"), &["soldiers"]), - (UniCase::ascii("blackshit"), &["blacksmith"]), - (UniCase::ascii("elimimates"), &["eliminates"]), - (UniCase::ascii("sypmathetic"), &["sympathetic"]), - (UniCase::ascii("konfrontation"), &["confrontation"]), - (UniCase::ascii("restricitons"), &["restrictions"]), - (UniCase::ascii("dissastified"), &["dissatisfied"]), - (UniCase::ascii("encycolpedia"), &["encyclopedia"]), - (UniCase::ascii("beatiful"), &["beautiful"]), - (UniCase::ascii("occurances"), &["occurrences"]), - (UniCase::ascii("bodyweigt"), &["bodyweight"]), - (UniCase::ascii("authentisity"), &["authenticity"]), - (UniCase::ascii("unanimoulsy"), &["unanimous"]), - (UniCase::ascii("phenomenona"), &["phenomena"]), - (UniCase::ascii("resuced"), &["rescued"]), - (UniCase::ascii("grenaders"), &["grenades"]), - (UniCase::ascii("lieutenat"), &["lieutenant"]), - (UniCase::ascii("autoattaks"), &["autoattack"]), - (UniCase::ascii("rhapsoy"), &["rhapsody"]), - (UniCase::ascii("explenatory"), &["explanatory"]), - (UniCase::ascii("discountined"), &["discontinued"]), - (UniCase::ascii("consumibles"), &["consumables"]), - (UniCase::ascii("delcare"), &["declare"]), - (UniCase::ascii("campaignes"), &["campaigns"]), - (UniCase::ascii("striclty"), &["strictly"]), - (UniCase::ascii("tahnkyou"), &["thankyou"]), - (UniCase::ascii("befoer"), &["before"]), - (UniCase::ascii("playthorugh"), &["playthrough"]), - (UniCase::ascii("surroundig"), &["surroundings"]), - (UniCase::ascii("privaleges"), &["privileges"]), - (UniCase::ascii("aestheticlly"), &["aesthetically"]), - (UniCase::ascii("registerred"), &["registered"]), - (UniCase::ascii("underog"), &["undergo"]), - (UniCase::ascii("embarressment"), &["embarrassment"]), - (UniCase::ascii("efficently"), &["efficiently"]), - (UniCase::ascii("counterpont"), &["counterpoint"]), - (UniCase::ascii("ellipitcal"), &["elliptical"]), - (UniCase::ascii("heridity"), &["heredity"]), - (UniCase::ascii("paranoicas"), &["paranoia"]), - (UniCase::ascii("carptener"), &["carpenter"]), - (UniCase::ascii("poety"), &["poetry"]), - (UniCase::ascii("activateing"), &["activating"]), - (UniCase::ascii("eventualy"), &["eventually"]), - (UniCase::ascii("transmisson"), &["transmission"]), - (UniCase::ascii("possesssion"), &["possessions"]), - (UniCase::ascii("manufactuers"), &["manufacturers"]), - (UniCase::ascii("acknowleded"), &["acknowledged"]), - (UniCase::ascii("organsiation"), &["organisation"]), - (UniCase::ascii("cockroachers"), &["cockroaches"]), - (UniCase::ascii("prairy"), &["prairie"]), - (UniCase::ascii("phyiscally"), &["physically"]), - (UniCase::ascii("demandes"), &["demands"]), - (UniCase::ascii("estiamtes"), &["estimates"]), - (UniCase::ascii("obliderated"), &["obliterated"]), - (UniCase::ascii("contriversial"), &["controversial"]), - (UniCase::ascii("downstaris"), &["downstairs"]), - (UniCase::ascii("precendence"), &["precedence"]), - (UniCase::ascii("organisim"), &["organism"]), - (UniCase::ascii("scottisch"), &["scottish"]), - (UniCase::ascii("playthroughts"), &["playthroughs"]), - (UniCase::ascii("agricutlure"), &["agriculture"]), - (UniCase::ascii("definitevly"), &["definitively"]), - (UniCase::ascii("suspicisons"), &["suspicions"]), - (UniCase::ascii("negativy"), &["negativity"]), - (UniCase::ascii("hellucination"), &["hallucination"]), - (UniCase::ascii("underpining"), &["undermining"]), - (UniCase::ascii("mannersims"), &["mannerisms"]), - (UniCase::ascii("simluations"), &["simulations"]), - (UniCase::ascii("equilibirum"), &["equilibrium"]), - (UniCase::ascii("subscribber"), &["subscriber"]), - (UniCase::ascii("analyticals"), &["analytics"]), - (UniCase::ascii("lannsiters"), &["lannisters"]), - (UniCase::ascii("deficienty"), &["deficiency"]), - (UniCase::ascii("heistate"), &["hesitate"]), - (UniCase::ascii("schedual"), &["schedule"]), - (UniCase::ascii("theather"), &["theater"]), - (UniCase::ascii("brakedowns"), &["breakdowns"]), - (UniCase::ascii("infrastrukture"), &["infrastructure"]), - (UniCase::ascii("nightlie"), &["nightlife"]), - (UniCase::ascii("defendas"), &["defends"]), - (UniCase::ascii("conpensation"), &["compensation"]), - (UniCase::ascii("longevitity"), &["longevity"]), - (UniCase::ascii("infinitly"), &["infinity"]), - (UniCase::ascii("workins"), &["workings"]), - (UniCase::ascii("spanwed"), &["spawned"]), - (UniCase::ascii("detectes"), &["detects"]), - (UniCase::ascii("intolerate"), &["intolerant"]), - (UniCase::ascii("clifthanger"), &["cliffhanger"]), - (UniCase::ascii("transitiong"), &["transitioning"]), - (UniCase::ascii("homophibia"), &["homophobia"]), - (UniCase::ascii("jersyes"), &["jerseys"]), - (UniCase::ascii("slaugterhouses"), &["slaughterhouses"]), - (UniCase::ascii("pedophille"), &["pedophile"]), - (UniCase::ascii("hestiate"), &["hesitate"]), - (UniCase::ascii("srriacha"), &["sriracha"]), - (UniCase::ascii("countercut"), &["counteract"]), - (UniCase::ascii("comfortabley"), &["comfortably"]), - (UniCase::ascii("professer"), &["professor"]), - (UniCase::ascii("excellenze"), &["excellence"]), - (UniCase::ascii("transcendance"), &["transcendence"]), - (UniCase::ascii("appliences"), &["appliances"]), - (UniCase::ascii("phonemena"), &["phenomena"]), - (UniCase::ascii("graphicaly"), &["graphically"]), - (UniCase::ascii("probablistic"), &["probabilistic"]), - (UniCase::ascii("equivilents"), &["equivalents"]), - (UniCase::ascii("acquiantences"), &["acquaintances"]), - (UniCase::ascii("methodolgy"), &["methodology"]), - (UniCase::ascii("mosquitero"), &["mosquito"]), - (UniCase::ascii("accuraccy"), &["accuracy"]), - (UniCase::ascii("porcelian"), &["porcelain"]), - (UniCase::ascii("adminstrator"), &["administrator"]), - (UniCase::ascii("chromosoom"), &["chromosome"]), - (UniCase::ascii("displayfps"), &["displays"]), - (UniCase::ascii("cerimony"), &["ceremony"]), - (UniCase::ascii("numberous"), &["numerous"]), - (UniCase::ascii("prestigieus"), &["prestigious"]), - (UniCase::ascii("suppreses"), &["suppress"]), - (UniCase::ascii("infrotn"), &["infront"]), - (UniCase::ascii("criminalty"), &["criminally"]), - (UniCase::ascii("questonable"), &["questionable"]), - (UniCase::ascii("investmet"), &["investments"]), - (UniCase::ascii("persumptuous"), &["presumptuous"]), - (UniCase::ascii("apocalypitic"), &["apocalyptic"]), - (UniCase::ascii("consern"), &["concern"]), - (UniCase::ascii("autogrpah"), &["autograph"]), - (UniCase::ascii("euphorical"), &["euphoria"]), - (UniCase::ascii("fulttershy"), &["fluttershy"]), - (UniCase::ascii("godesses"), &["goddesses"]), - (UniCase::ascii("practicallity"), &["practically"]), - (UniCase::ascii("complacient"), &["complacent"]), - (UniCase::ascii("metaphisics"), &["metaphysics"]), - (UniCase::ascii("congragulate"), &["congratulate"]), - (UniCase::ascii("appointmet"), &["appointments"]), - (UniCase::ascii("conviced"), &["convinced"]), - (UniCase::ascii("electricman"), &["electrician"]), - (UniCase::ascii("regularily"), &["regularly"]), - ]), - }; +pub static MAIN_DICTIONARY: &[(&str, &[&str])] = &[ + ("abandenment", &["abandonment"]), + ("abandining", &["abandoning"]), + ("abandomnent", &["abandonment"]), + ("abandond", &["abandoned"]), + ("abandonding", &["abandoning"]), + ("abandonig", &["abandoning"]), + ("abandonne", &["abandonment"]), + ("abandonned", &["abandoned"]), + ("abandonnent", &["abandonment"]), + ("abandonning", &["abandoning"]), + ("abanonded", &["abandoned"]), + ("abberivation", &["abbreviation"]), + ("abberviation", &["abbreviation"]), + ("abbout", &["about"]), + ("abbreivation", &["abbreviation"]), + ("abbreveation", &["abbreviation"]), + ("abbreviatin", &["abbreviation"]), + ("abbreviato", &["abbreviation"]), + ("abbreviaton", &["abbreviation"]), + ("abbrievation", &["abbreviation"]), + ("abbrievations", &["abbreviation"]), + ("abdominable", &["abdominal"]), + ("abdomine", &["abdomen"]), + ("abdomnial", &["abdominal"]), + ("abdonimal", &["abdominal"]), + ("aberation", &["aberration"]), + ("abilitiy", &["ability"]), + ("abilties", &["abilities"]), + ("abiltiy", &["ability"]), + ("abilty", &["ability"]), + ("abnoramlly", &["abnormally"]), + ("abnormalty", &["abnormally"]), + ("abnormaly", &["abnormally"]), + ("abnornally", &["abnormally"]), + ("abodmen", &["abdomen"]), + ("abodminal", &["abdominal"]), + ("abomanation", &["abomination"]), + ("abominacion", &["abomination"]), + ("abominaton", &["abomination"]), + ("abomonation", &["abomination"]), + ("abondon", &["abandon"]), + ("abondoned", &["abandoned"]), + ("abondoning", &["abandoning"]), + ("abondons", &["abandons"]), + ("abonimation", &["abomination"]), + ("aborginial", &["aboriginal"]), + ("aboriganal", &["aboriginal"]), + ("aborigenal", &["aboriginal"]), + ("aborigene", &["aborigine"]), + ("aboriginial", &["aboriginal"]), + ("aborigional", &["aboriginal"]), + ("aborignial", &["aboriginal"]), + ("aborigonal", &["aboriginal"]), + ("aboroginal", &["aboriginal"]), + ("abortificant", &["abortifacient"]), + ("aboslute", &["absolute"]), + ("aboslutely", &["absolutely"]), + ("aboslutes", &["absolutes"]), + ("aboslve", &["absolve"]), + ("abosrbed", &["absorbed"]), + ("abosrbing", &["absorbing"]), + ("abosrbs", &["absorbs"]), + ("abosrption", &["absorption"]), + ("abotu", &["about"]), + ("abreviate", &["abbreviate"]), + ("abreviated", &["abbreviated"]), + ("abreviation", &["abbreviation"]), + ("abriter", &["arbiter"]), + ("abritrarily", &["arbitrarily"]), + ("abritrary", &["arbitrary"]), + ("abritration", &["arbitration"]), + ("abrreviation", &["abbreviation"]), + ("abruplty", &["abruptly"]), + ("abruptley", &["abruptly"]), + ("abrupty", &["abruptly"]), + ("abrutply", &["abruptly"]), + ("absail", &["abseil"]), + ("absailing", &["abseiling"]), + ("abscence", &["absence"]), + ("absense", &["absence"]), + ("absestos", &["asbestos"]), + ("absintence", &["abstinence"]), + ("absitnence", &["abstinence"]), + ("absloutes", &["absolutes"]), + ("absolue", &["absolute"]), + ("absolument", &["absolute"]), + ("absolutelly", &["absolutely"]), + ("absolutelys", &["absolutes"]), + ("absolutey", &["absolutely"]), + ("absolutisme", &["absolutes"]), + ("absolutiste", &["absolutes"]), + ("absolutley", &["absolutely"]), + ("absolutly", &["absolutely"]), + ("absoluts", &["absolutes"]), + ("absolvte", &["absolve"]), + ("absoprtion", &["absorption"]), + ("absorbes", &["absorbs"]), + ("absorbsion", &["absorption"]), + ("absorbtion", &["absorption"]), + ("absorpsion", &["absorption"]), + ("absoulte", &["absolute"]), + ("absoultely", &["absolutely"]), + ("absoultes", &["absolutes"]), + ("absovle", &["absolve"]), + ("absrobs", &["absorbs"]), + ("abstanence", &["abstinence"]), + ("abstante", &["bastante"]), + ("abstenance", &["abstinence"]), + ("abstenince", &["abstinence"]), + ("abstinense", &["abstinence"]), + ("abstinince", &["abstinence"]), + ("abstraccion", &["abstraction"]), + ("abstracto", &["abstraction"]), + ("abstraktion", &["abstraction"]), + ("abstruction", &["abstraction"]), + ("absuers", &["abusers"]), + ("absurditiy", &["absurdity"]), + ("absurdley", &["absurdly"]), + ("absurdy", &["absurdly"]), + ("absuridty", &["absurdity"]), + ("absymal", &["abysmal"]), + ("abudance", &["abundance"]), + ("abudcted", &["abducted"]), + ("abundacies", &["abundances"]), + ("abundancies", &["abundances"]), + ("abundunt", &["abundant"]), + ("aburptly", &["abruptly"]), + ("abuseres", &["abusers"]), + ("abusrdity", &["absurdity"]), + ("abusrdly", &["absurdly"]), + ("abutts", &["abuts"]), + ("abymsal", &["abysmal"]), + ("acadamy", &["academy"]), + ("academcially", &["academically"]), + ("academica", &["academia"]), + ("academicaly", &["academically"]), + ("academicas", &["academics"]), + ("academicese", &["academics"]), + ("academicos", &["academics"]), + ("academicus", &["academics"]), + ("academis", &["academics"]), + ("acadmic", &["academic"]), + ("accademic", &["academic"]), + ("accademy", &["academy"]), + ("accalimed", &["acclaimed"]), + ("acccused", &["accused"]), + ("accdiently", &["accidently"]), + ("accedentally", &["accidentally"]), + ("accelarate", &["accelerate"]), + ("accelarated", &["accelerated"]), + ("accelarating", &["accelerating"]), + ("accelaration", &["acceleration"]), + ("accelarator", &["accelerator"]), + ("acceleartion", &["acceleration"]), + ("accelerade", &["accelerated"]), + ("acceleraptor", &["accelerator"]), + ("accelerar", &["accelerator"]), + ("accelerare", &["accelerate"]), + ("accelerater", &["accelerator"]), + ("acceleratie", &["accelerate"]), + ("acceleratio", &["accelerator"]), + ("accelerato", &["acceleration"]), + ("acceleraton", &["acceleration"]), + ("acceleread", &["accelerated"]), + ("accelertor", &["accelerator"]), + ("accelleration", &["acceleration"]), + ("accelorate", &["accelerate"]), + ("accelorated", &["accelerated"]), + ("accelorating", &["accelerating"]), + ("accelorator", &["accelerator"]), + ("accending", &["ascending"]), + ("accension", &["accession"]), + ("acceptabel", &["acceptable"]), + ("acceptabelt", &["acceptable"]), + ("acceptabil", &["acceptable"]), + ("acceptence", &["acceptance"]), + ("accepterad", &["accepted"]), + ("acceptes", &["accepts"]), + ("acceptible", &["acceptable"]), + ("accerelate", &["accelerated"]), + ("accesories", &["accessories"]), + ("accessable", &["accessible"]), + ("accessbile", &["accessible"]), + ("accesseries", &["accessories"]), + ("accessibile", &["accessible"]), + ("accessibilty", &["accessibility"]), + ("accessibily", &["accessibility"]), + ("accessoire", &["accessories"]), + ("accessoires", &["accessories"]), + ("accessoirs", &["accessories"]), + ("accesss", &["access"]), + ("accicently", &["accidently"]), + ("accidantely", &["accidently"]), + ("accidantly", &["accidently"]), + ("accidebtly", &["accidently"]), + ("accidenlty", &["accidently"]), + ("accidens", &["accidents"]), + ("accidentaly", &["accidentally"]), + ("accidentely", &["accidently"]), + ("accidentes", &["accidents"]), + ("accidential", &["accidental"]), + ("accidentily", &["accidently"]), + ("accidentky", &["accidently"]), + ("accidentlaly", &["accidently"]), + ("accidentlay", &["accidently"]), + ("accidentley", &["accidently"]), + ("accidentlly", &["accidently"]), + ("accidently", &["accidentally"]), + ("accidenty", &["accidently"]), + ("accideny", &["accidently"]), + ("accidnetly", &["accidently"]), + ("acclamied", &["acclaimed"]), + ("accliamed", &["acclaimed"]), + ("acclimitization", &["acclimatization"]), + ("accomadate", &["accommodate"]), + ("accomadated", &["accommodated"]), + ("accomadates", &["accommodates"]), + ("accomadating", &["accommodating"]), + ("accomadation", &["accommodation"]), + ("accomadations", &["accommodations"]), + ("accomdate", &["accommodate"]), + ("accommadate", &["accommodate"]), + ("accommadating", &["accommodating"]), + ("accommadation", &["accommodation"]), + ("accommidate", &["accommodate"]), + ("accommidation", &["accommodation"]), + ("accomodate", &["accommodate"]), + ("accomodated", &["accommodated"]), + ("accomodates", &["accommodates"]), + ("accomodating", &["accommodating"]), + ("accomodation", &["accommodation"]), + ("accomodations", &["accommodations"]), + ("accomondate", &["accommodate"]), + ("accomondating", &["accommodating"]), + ("accomondation", &["accommodation"]), + ("accompained", &["accompanied"]), + ("accompanyed", &["accompanied"]), + ("accompianed", &["accompanied"]), + ("accompined", &["accompanied"]), + ("accompinied", &["accompanied"]), + ("accomplise", &["accomplishes"]), + ("accomplises", &["accomplishes"]), + ("accomplishements", &["accomplishments"]), + ("accomplishemnt", &["accomplishment"]), + ("accomplishemnts", &["accomplishments"]), + ("accomplishent", &["accomplishment"]), + ("accomplishents", &["accomplishes"]), + ("accomplishs", &["accomplishes"]), + ("accompliss", &["accomplishes"]), + ("accomponied", &["accompanied"]), + ("acconplishment", &["accomplishment"]), + ("accordeon", &["accordion"]), + ("accordian", &["accordion"]), + ("accoridng", &["according"]), + ("accoring", &["according"]), + ("accostumed", &["accustomed"]), + ("accountabillity", &["accountability"]), + ("accountabilty", &["accountability"]), + ("accountas", &["accountants"]), + ("accountat", &["accountants"]), + ("accountatns", &["accountants"]), + ("accountent", &["accountant"]), + ("accountents", &["accountants"]), + ("accountt", &["accountant"]), + ("accoustic", &["acoustic"]), + ("accpetable", &["acceptable"]), + ("accpetance", &["acceptance"]), + ("accpeted", &["accepted"]), + ("accpets", &["accepts"]), + ("accquainted", &["acquainted"]), + ("accrediated", &["accredited"]), + ("accrediation", &["accreditation"]), + ("accredidation", &["accreditation"]), + ("accreditied", &["accredited"]), + ("accreditted", &["accredited"]), + ("accroding", &["according"]), + ("accross", &["across"]), + ("accuarcy", &["accuracy"]), + ("accuastion", &["accusation"]), + ("acculumate", &["accumulate"]), + ("acculumated", &["accumulated"]), + ("acculumation", &["accumulation"]), + ("accumalate", &["accumulate"]), + ("accumalated", &["accumulated"]), + ("accumalation", &["accumulation"]), + ("accumelate", &["accumulate"]), + ("accumelated", &["accumulated"]), + ("accumilate", &["accumulate"]), + ("accumilated", &["accumulated"]), + ("accumilation", &["accumulation"]), + ("accumulare", &["accumulate"]), + ("accumulatin", &["accumulation"]), + ("accumulato", &["accumulation"]), + ("accumulaton", &["accumulation"]), + ("accumule", &["accumulate"]), + ("accumulted", &["accumulated"]), + ("accuraccy", &["accuracy"]), + ("accuratelly", &["accurately"]), + ("accuratley", &["accurately"]), + ("accuray", &["accuracy"]), + ("accusating", &["accusation"]), + ("accusato", &["accusation"]), + ("accusition", &["accusation"]), + ("accussed", &["accused"]), + ("accustommed", &["accustomed"]), + ("accustumed", &["accustomed"]), + ("acedamia", &["academia"]), + ("acedemic", &["academic"]), + ("acedemically", &["academically"]), + ("acftually", &["factually"]), + ("acheivable", &["achievable"]), + ("acheive", &["achieve"]), + ("acheived", &["achieved"]), + ("acheivement", &["achievement"]), + ("acheivements", &["achievements"]), + ("acheives", &["achieves"]), + ("acheiving", &["achieving"]), + ("acheivment", &["achievement"]), + ("acheivments", &["achievements"]), + ("acheviable", &["achievable"]), + ("achiavable", &["achievable"]), + ("achieval", &["achievable"]), + ("achieveble", &["achievable"]), + ("achieveds", &["achieves"]), + ("achievemint", &["achievement"]), + ("achievemnt", &["achievement"]), + ("achievemnts", &["achievements"]), + ("achievemts", &["achieves"]), + ("achievents", &["achieves"]), + ("achievment", &["achievement"]), + ("achievments", &["achievements"]), + ("achillees", &["achilles"]), + ("achilleos", &["achilles"]), + ("achilleous", &["achilles"]), + ("achilleus", &["achilles"]), + ("achive", &["achieve"]), + ("achiveable", &["achievable"]), + ("achived", &["achieved"]), + ("achiveing", &["achieving"]), + ("achivement", &["achievement"]), + ("achivements", &["achievements"]), + ("acident", &["accident"]), + ("acitvates", &["activates"]), + ("acitvating", &["activating"]), + ("acitvision", &["activision"]), + ("acknolwedge", &["acknowledge"]), + ("acknolwedged", &["acknowledged"]), + ("acknolwedgement", &["acknowledgement"]), + ("acknolwedges", &["acknowledges"]), + ("acknolwedging", &["acknowledging"]), + ("acknoweldge", &["acknowledge"]), + ("acknoweldged", &["acknowledged"]), + ("acknoweldgement", &["acknowledgement"]), + ("acknoweldges", &["acknowledges"]), + ("acknowiedged", &["acknowledged"]), + ("acknowladges", &["acknowledges"]), + ("acknowldeged", &["acknowledged"]), + ("acknowldegement", &["acknowledgement"]), + ("acknowldge", &["acknowledge"]), + ("acknowlede", &["acknowledge"]), + ("acknowleded", &["acknowledged"]), + ("acknowledgeing", &["acknowledging"]), + ("acknowledgemnt", &["acknowledgement"]), + ("acknowledget", &["acknowledgement"]), + ("acknowleding", &["acknowledging"]), + ("acknowlegde", &["acknowledge"]), + ("acknowlegded", &["acknowledged"]), + ("acknowlegdement", &["acknowledgement"]), + ("acknowlegdes", &["acknowledges"]), + ("acknowlegding", &["acknowledging"]), + ("acknowlege", &["acknowledge"]), + ("acknowleged", &["acknowledge"]), + ("acknowleges", &["acknowledges"]), + ("acknwoledge", &["acknowledges"]), + ("ackumulation", &["accumulation"]), + ("ackward", &["awkward"]), + ("aclhemist", &["alchemist"]), + ("acnedote", &["anecdote"]), + ("acommodate", &["accommodate"]), + ("acomplish", &["accomplish"]), + ("acomplished", &["accomplished"]), + ("acomplishment", &["accomplishment"]), + ("acomplishments", &["accomplishments"]), + ("acopalypse", &["apocalypse"]), + ("acopalyptic", &["apocalyptic"]), + ("acording", &["according"]), + ("acordingly", &["accordingly"]), + ("acornyms", &["acronyms"]), + ("acousitc", &["acoustic"]), + ("acoutsic", &["acoustic"]), + ("acovados", &["avocados"]), + ("acqauinted", &["acquainted"]), + ("acquaintace", &["acquaintance"]), + ("acquaintaces", &["acquaintances"]), + ("acquaintaince", &["acquaintance"]), + ("acquaintence", &["acquaintance"]), + ("acquaintences", &["acquaintances"]), + ("acquaintinces", &["acquaintances"]), + ("acquanitances", &["acquaintance"]), + ("acquanited", &["acquainted"]), + ("acquantaince", &["acquaintance"]), + ("acquantainces", &["acquaintances"]), + ("acquantiance", &["acquaintances"]), + ("acquantiances", &["acquaintances"]), + ("acquiantance", &["acquaintances"]), + ("acquiantances", &["acquaintances"]), + ("acquianted", &["acquainted"]), + ("acquiantence", &["acquaintance"]), + ("acquiantences", &["acquaintances"]), + ("acquifer", &["acquire"]), + ("acquinated", &["acquainted"]), + ("acquisation", &["acquisition"]), + ("acquisito", &["acquisition"]), + ("acquisiton", &["acquisition"]), + ("acquited", &["acquitted"]), + ("acquried", &["acquired"]), + ("acrlyic", &["acrylic"]), + ("acronmys", &["acronyms"]), + ("acronymes", &["acronyms"]), + ("acronymns", &["acronyms"]), + ("acronysm", &["acronyms"]), + ("acroynms", &["acronyms"]), + ("acrynoms", &["acronyms"]), + ("acsended", &["ascended"]), + ("acsending", &["ascending"]), + ("acsension", &["ascension"]), + ("actaully", &["actually"]), + ("actauly", &["actualy"]), + ("acticating", &["activating"]), + ("actication", &["activation"]), + ("activacion", &["activation"]), + ("activaste", &["activates"]), + ("activateing", &["activating"]), + ("activaters", &["activates"]), + ("activatin", &["activation"]), + ("activationg", &["activating"]), + ("activelly", &["actively"]), + ("activiates", &["activist"]), + ("activiites", &["activist"]), + ("activisim", &["activism"]), + ("activisiom", &["activism"]), + ("activisit", &["activist"]), + ("activisits", &["activist"]), + ("activistas", &["activists"]), + ("activistes", &["activists"]), + ("activistion", &["activision"]), + ("activit", &["activist"]), + ("activite", &["activities"]), + ("activites", &["activities"]), + ("activiting", &["activating"]), + ("activits", &["activities"]), + ("activizion", &["activision"]), + ("activley", &["actively"]), + ("activly", &["actively"]), + ("actresess", &["actresses"]), + ("actresss", &["actresses"]), + ("actualey", &["actualy"]), + ("actualiy", &["actuality"]), + ("actualky", &["actualy"]), + ("actualmy", &["actualy"]), + ("actualoy", &["actualy"]), + ("actualpy", &["actualy"]), + ("actualty", &["actualy"]), + ("actualy", &["actually"]), + ("actulay", &["actualy"]), + ("acuracy", &["accuracy"]), + ("acusation", &["causation"]), + ("acused", &["accused"]), + ("acusing", &["causing"]), + ("acustom", &["accustom"]), + ("acustommed", &["accustomed"]), + ("acutality", &["actuality"]), + ("acutally", &["actually"]), + ("acutaly", &["actualy"]), + ("acutions", &["auctions"]), + ("acyrlic", &["acrylic"]), + ("adaptacion", &["adaptation"]), + ("adaptare", &["adapter"]), + ("adaptating", &["adaptation"]), + ("adaptes", &["adapters"]), + ("adaquetely", &["adequately"]), + ("adatper", &["adapter"]), + ("adavanced", &["advanced"]), + ("adbandon", &["abandon"]), + ("adbomen", &["abdomen"]), + ("adbominal", &["abdominal"]), + ("adbucted", &["abducted"]), + ("addcits", &["addicts"]), + ("adderss", &["address"]), + ("addicitons", &["addictions"]), + ("addictes", &["addicts"]), + ("addictin", &["addictions"]), + ("addictis", &["addictions"]), + ("addional", &["additional"]), + ("addionally", &["additionally"]), + ("additinally", &["additionally"]), + ("additionaly", &["additionally"]), + ("additivies", &["additive"]), + ("additivley", &["additive"]), + ("additonal", &["additional"]), + ("additonally", &["additionally"]), + ("addittions", &["addictions"]), + ("addmission", &["admission"]), + ("addopt", &["adopt"]), + ("addopted", &["adopted"]), + ("addoptive", &["adoptive"]), + ("addres", &["address"]), + ("addresable", &["addressable"]), + ("addresed", &["addressed"]), + ("addresing", &["addressing"]), + ("addressess", &["addresses"]), + ("addtion", &["addition"]), + ("addtional", &["additional"]), + ("adealide", &["adelaide"]), + ("adecuate", &["adequate"]), + ("adeilade", &["adelaide"]), + ("adeladie", &["adelaide"]), + ("adeliade", &["adelaide"]), + ("adeqaute", &["adequate"]), + ("adequatedly", &["adequately"]), + ("adequatley", &["adequately"]), + ("adequet", &["adequate"]), + ("adequetely", &["adequately"]), + ("adequit", &["adequate"]), + ("adequitely", &["adequately"]), + ("adernaline", &["adrenaline"]), + ("adhearing", &["adhering"]), + ("adheisve", &["adhesive"]), + ("adherance", &["adherence"]), + ("adhevise", &["adhesive"]), + ("adivser", &["adviser"]), + ("adivsor", &["advisor"]), + ("adivsors", &["advisors"]), + ("adjectiveus", &["adjectives"]), + ("adjectivos", &["adjectives"]), + ("adjectivs", &["adjectives"]), + ("adjustabe", &["adjustable"]), + ("adjustible", &["adjustable"]), + ("adknowledged", &["acknowledged"]), + ("adknowledges", &["acknowledges"]), + ("admendment", &["amendment"]), + ("adminastrator", &["administrator"]), + ("admininistrative", &["administrative"]), + ("administartion", &["administration"]), + ("administartor", &["administrator"]), + ("administartors", &["administrators"]), + ("administed", &["administered"]), + ("administerd", &["administered"]), + ("administor", &["administer"]), + ("administored", &["administer"]), + ("administr", &["administer"]), + ("administraion", &["administration"]), + ("administrar", &["administrator"]), + ("administraron", &["administrator"]), + ("administrater", &["administrator"]), + ("administraters", &["administrators"]), + ("administratief", &["administrative"]), + ("administratiei", &["administrative"]), + ("administratieve", &["administrative"]), + ("administratio", &["administrator"]), + ("administratior", &["administrator"]), + ("administratiors", &["administrators"]), + ("administrativne", &["administrative"]), + ("administrativo", &["administration"]), + ("administraton", &["administration"]), + ("administre", &["administer"]), + ("administren", &["administer"]), + ("administrer", &["administer"]), + ("administres", &["administer"]), + ("administrez", &["administer"]), + ("administro", &["administer"]), + ("adminsiter", &["administer"]), + ("adminsitered", &["administered"]), + ("adminsitration", &["administration"]), + ("adminsitrative", &["administrative"]), + ("adminsitrator", &["administrator"]), + ("adminsitrators", &["administrators"]), + ("adminstered", &["administered"]), + ("adminstrate", &["administrate"]), + ("adminstration", &["administration"]), + ("adminstrative", &["administrative"]), + ("adminstrator", &["administrator"]), + ("admiraal", &["admiral"]), + ("admissability", &["admissibility"]), + ("admissable", &["admissible"]), + ("admited", &["admitted"]), + ("admitedly", &["admittedly"]), + ("admittadely", &["admittedly"]), + ("admittadly", &["admittedly"]), + ("admittetly", &["admittedly"]), + ("admittidly", &["admittedly"]), + ("admrial", &["admiral"]), + ("adn", &["and"]), + ("adnimistrator", &["administrators"]), + ("adolecent", &["adolescent"]), + ("adolence", &["adolescent"]), + ("adolencence", &["adolescence"]), + ("adolencent", &["adolescent"]), + ("adolescance", &["adolescence"]), + ("adolescant", &["adolescent"]), + ("adolescene", &["adolescence"]), + ("adolescense", &["adolescence"]), + ("adoloscent", &["adolescent"]), + ("adolsecent", &["adolescent"]), + ("adorbale", &["adorable"]), + ("adovcacy", &["advocacy"]), + ("adovcated", &["advocated"]), + ("adovcates", &["advocates"]), + ("adpatation", &["adaptation"]), + ("adpater", &["adapter"]), + ("adpaters", &["adapters"]), + ("adquire", &["acquire"]), + ("adquired", &["acquired"]), + ("adquires", &["acquires"]), + ("adquiring", &["acquiring"]), + ("adreanline", &["adrenaline"]), + ("adrelanine", &["adrenaline"]), + ("adreneline", &["adrenaline"]), + ("adreniline", &["adrenaline"]), + ("adres", &["address"]), + ("adresable", &["addressable"]), + ("adresing", &["addressing"]), + ("adress", &["address"]), + ("adressable", &["addressable"]), + ("adressed", &["addressed"]), + ("adressing", &["addressing"]), + ("adroable", &["adorable"]), + ("aduiobook", &["audiobook"]), + ("adultey", &["adultery"]), + ("adultrey", &["adultery"]), + ("advantadges", &["advantages"]), + ("advantageos", &["advantageous"]), + ("advantageus", &["advantageous"]), + ("advantagious", &["advantageous"]), + ("advantagous", &["advantageous"]), + ("advantegeous", &["advantageous"]), + ("advanteges", &["advantages"]), + ("advatange", &["advantage"]), + ("advatanges", &["advantages"]), + ("adventageous", &["advantageous"]), + ("adventerous", &["adventures"]), + ("adventourus", &["adventurous"]), + ("adventrous", &["adventurous"]), + ("adventrues", &["adventures"]), + ("adventue", &["adventures"]), + ("adventuers", &["adventures"]), + ("adventuous", &["adventurous"]), + ("adventureous", &["adventures"]), + ("adventureres", &["adventures"]), + ("adventurious", &["adventurous"]), + ("adventuros", &["adventurous"]), + ("adventurs", &["adventures"]), + ("adventuruous", &["adventurous"]), + ("adventurus", &["adventurous"]), + ("adventus", &["adventures"]), + ("adveristy", &["adversity"]), + ("adversiting", &["advertising"]), + ("adverst", &["adverts"]), + ("adverticed", &["advertised"]), + ("adverticement", &["advertisement"]), + ("advertis", &["adverts"]), + ("advertisiers", &["advertisers"]), + ("advertisiment", &["advertisement"]), + ("advertisment", &["advertisement"]), + ("advertisments", &["advertisements"]), + ("advertisors", &["advertisers"]), + ("advertisted", &["advertised"]), + ("advertisters", &["advertisers"]), + ("advertisting", &["advertising"]), + ("advertisy", &["adversity"]), + ("advesary", &["adversary"]), + ("adviced", &["advised"]), + ("advirtisement", &["advertisement"]), + ("adviseer", &["adviser"]), + ("adviseur", &["adviser"]), + ("advisorys", &["advisors"]), + ("advocade", &["advocated"]), + ("advocats", &["advocates"]), + ("advocay", &["advocacy"]), + ("advsior", &["advisor"]), + ("advsiors", &["advisors"]), + ("aeorspace", &["aerospace"]), + ("aeriel", &["aerial"]), + ("aeriels", &["aerials"]), + ("aeropsace", &["aerospace"]), + ("aerosapce", &["aerospace"]), + ("aersopace", &["aerospace"]), + ("aestethic", &["aesthetic"]), + ("aestethically", &["aesthetically"]), + ("aestethics", &["aesthetics"]), + ("aesthatically", &["aesthetically"]), + ("aesthatics", &["aesthetics"]), + ("aesthestic", &["aesthetics"]), + ("aesthethics", &["aesthetics"]), + ("aestheticaly", &["aesthetically"]), + ("aestheticlly", &["aesthetically"]), + ("aesthitically", &["aesthetically"]), + ("aethistic", &["atheistic"]), + ("aethists", &["atheists"]), + ("afair", &["affair"]), + ("affaires", &["affairs"]), + ("affaris", &["affairs"]), + ("affectionatley", &["affectionate"]), + ("affectionnate", &["affectionate"]), + ("affiars", &["affairs"]), + ("afficianados", &["aficionados"]), + ("afficionado", &["aficionado"]), + ("afficionados", &["aficionados"]), + ("affilate", &["affiliate"]), + ("affiliato", &["affiliation"]), + ("affiliaton", &["affiliation"]), + ("affiliction", &["affiliation"]), + ("affilliate", &["affiliate"]), + ("affinitiy", &["affinity"]), + ("affintiy", &["affinity"]), + ("affirmate", &["affirmative"]), + ("affirmitave", &["affirmative"]), + ("affirmitive", &["affirmative"]), + ("affirmitve", &["affirmative"]), + ("affixiation", &["affiliation"]), + ("afflcition", &["affliction"]), + ("afflection", &["affliction"]), + ("affleunt", &["affluent"]), + ("affliated", &["affiliated"]), + ("affliation", &["affliction"]), + ("affliciton", &["affliction"]), + ("afforadble", &["affordable"]), + ("affordible", &["affordable"]), + ("affort", &["afford"]), + ("affortable", &["affordable"]), + ("affrimative", &["affirmative"]), + ("affulent", &["affluent"]), + ("afgahnistan", &["afghanistan"]), + ("afganhistan", &["afghanistan"]), + ("afghanastan", &["afghanistan"]), + ("afghanisthan", &["afghanistan"]), + ("afghansitan", &["afghanistan"]), + ("afhganistan", &["afghanistan"]), + ("afircan", &["african"]), + ("afircans", &["africans"]), + ("aforememtioned", &["aforementioned"]), + ("aforementioend", &["aforementioned"]), + ("aforementiond", &["aforementioned"]), + ("aforementionned", &["aforementioned"]), + ("africain", &["african"]), + ("africanas", &["africans"]), + ("africaners", &["africans"]), + ("africaness", &["africans"]), + ("africanos", &["africans"]), + ("africas", &["africans"]), + ("afterhtought", &["afterthought"]), + ("aftermaket", &["aftermarket"]), + ("afternarket", &["aftermarket"]), + ("afternon", &["afternoon"]), + ("afternooon", &["afternoon"]), + ("afterthougt", &["afterthought"]), + ("afterthougth", &["afterthought"]), + ("afwully", &["awfully"]), + ("againnst", &["against"]), + ("agains", &["against"]), + ("againts", &["against"]), + ("agaisnt", &["against"]), + ("aganist", &["against"]), + ("aggaravates", &["aggravates"]), + ("aggegrate", &["aggregate"]), + ("aggragating", &["aggravating"]), + ("aggravanti", &["aggravating"]), + ("aggraveted", &["aggravated"]), + ("aggreed", &["agreed"]), + ("aggreement", &["agreement"]), + ("aggregatore", &["aggregate"]), + ("aggregious", &["egregious"]), + ("aggresions", &["aggression"]), + ("aggresive", &["aggressive"]), + ("aggressivley", &["aggressively"]), + ("aggressivly", &["aggressively"]), + ("aggressivo", &["aggression"]), + ("aggresssion", &["aggression"]), + ("aggrovated", &["aggravated"]), + ("aggrovating", &["aggravating"]), + ("agian", &["again"]), + ("agianst", &["against"]), + ("agin", &["again"]), + ("agina", &["again"]), + ("aginst", &["against"]), + ("agircultural", &["agricultural"]), + ("agknowledged", &["acknowledged"]), + ("agnositc", &["agnostic"]), + ("agnostacism", &["agnosticism"]), + ("agnosticim", &["agnosticism"]), + ("agnosticisim", &["agnosticism"]), + ("agnosticm", &["agnosticism"]), + ("agnosticsm", &["agnosticism"]), + ("agnostisch", &["agnostic"]), + ("agnostiscm", &["agnosticism"]), + ("agnostisicm", &["agnosticism"]), + ("agnostisim", &["agnosticism"]), + ("agnostisism", &["agnosticism"]), + ("agnostocism", &["agnosticism"]), + ("agnsoticism", &["agnosticism"]), + ("agonstic", &["agnostic"]), + ("agonsticism", &["agnosticism"]), + ("agracultural", &["agricultural"]), + ("agravate", &["aggravate"]), + ("agre", &["agree"]), + ("agred", &["agreed"]), + ("agreeement", &["agreement"]), + ("agreemnt", &["agreement"]), + ("agregate", &["aggregate"]), + ("agregates", &["aggregates"]), + ("agreggate", &["aggregate"]), + ("agreing", &["agreeing"]), + ("agrentina", &["argentina"]), + ("agressie", &["agressive"]), + ("agression", &["aggression"]), + ("agressive", &["aggressive"]), + ("agressively", &["aggressively"]), + ("agressivley", &["agressive"]), + ("agressivnes", &["agressive"]), + ("agressor", &["aggressor"]), + ("agressvie", &["agressive"]), + ("agricolture", &["agriculture"]), + ("agriculteral", &["agricultural"]), + ("agriculteur", &["agriculture"]), + ("agriculteurs", &["agriculture"]), + ("agricultral", &["agricultural"]), + ("agricultre", &["agriculture"]), + ("agricultrual", &["agricultural"]), + ("agricultual", &["agricultural"]), + ("agricultue", &["agriculture"]), + ("agriculturual", &["agricultural"]), + ("agriculure", &["agriculture"]), + ("agriculutral", &["agricultural"]), + ("agricutlure", &["agriculture"]), + ("agricuture", &["agriculture"]), + ("agrieved", &["aggrieved"]), + ("agrigultural", &["agricultural"]), + ("agrocultural", &["agricultural"]), + ("agruable", &["arguable"]), + ("agruably", &["arguably"]), + ("agruement", &["arguement"]), + ("agruing", &["arguing"]), + ("agrument", &["argument"]), + ("agrumentative", &["argumentative"]), + ("agruments", &["arguments"]), + ("agurement", &["arguement"]), + ("ahev", &["have"]), + ("ahppen", &["happen"]), + ("ahtiest", &["athiest"]), + ("ahtletes", &["athletes"]), + ("ahtleticism", &["athleticism"]), + ("ahve", &["have"]), + ("aicraft", &["aircraft"]), + ("ailenated", &["alienated"]), + ("ailenating", &["alienating"]), + ("ailmony", &["alimony"]), + ("aincents", &["ancients"]), + ("aiport", &["airport"]), + ("airboner", &["airborne"]), + ("airbore", &["airborne"]), + ("airbourne", &["airborne"]), + ("airbrone", &["airborne"]), + ("aircaft", &["aircraft"]), + ("aircarft", &["aircraft"]), + ("aircrafts", &["aircraft"]), + ("airlfow", &["airflow"]), + ("airosft", &["airsoft"]), + ("airplance", &["airplane"]), + ("airplans", &["airplanes"]), + ("airporta", &["airports"]), + ("airpost", &["airports"]), + ("airpsace", &["airspace"]), + ("airrcraft", &["aircraft"]), + ("airscape", &["airspace"]), + ("airsfot", &["airsoft"]), + ("airzona", &["arizona"]), + ("aisian", &["asian"]), + ("ajdectives", &["adjectives"]), + ("akransas", &["arkansas"]), + ("aksreddit", &["askreddit"]), + ("albiet", &["albeit"]), + ("alcehmist", &["alchemist"]), + ("alchemey", &["alchemy"]), + ("alchemsit", &["alchemist"]), + ("alchimest", &["alchemist"]), + ("alchmeist", &["alchemist"]), + ("alchmey", &["alchemy"]), + ("alchohol", &["alcohol"]), + ("alchoholic", &["alcoholic"]), + ("alchol", &["alcohol"]), + ("alcholic", &["alcoholic"]), + ("alchool", &["alcohol"]), + ("alchoolic", &["alcoholic"]), + ("alchoolism", &["alcoholism"]), + ("alcohal", &["alcohol"]), + ("alcohalics", &["alcoholics"]), + ("alcohalism", &["alcoholism"]), + ("alcoholc", &["alcoholics"]), + ("alcoholicas", &["alcoholics"]), + ("alcoholicos", &["alcoholics"]), + ("alcoholis", &["alcoholics"]), + ("alcoholisim", &["alcoholism"]), + ("alcoholsim", &["alcoholism"]), + ("aldutery", &["adultery"]), + ("alechmist", &["alchemist"]), + ("aledge", &["allege"]), + ("aledged", &["alleged"]), + ("aledges", &["alleges"]), + ("alegbra", &["algebra"]), + ("alege", &["allege"]), + ("aleged", &["alleged"]), + ("alegience", &["allegiance"]), + ("aleinated", &["alienated"]), + ("aleinating", &["alienating"]), + ("aleniate", &["alienate"]), + ("algerba", &["algebra"]), + ("algorhitms", &["algorithms"]), + ("algorithem", &["algorithm"]), + ("algorithems", &["algorithm"]), + ("algorithim", &["algorithm"]), + ("algorithims", &["algorithm"]), + ("algorithmes", &["algorithms"]), + ("algorithmns", &["algorithms"]), + ("algorithmus", &["algorithms"]), + ("algoriths", &["algorithms"]), + ("algorithsm", &["algorithms"]), + ("algorithum", &["algorithm"]), + ("algorithym", &["algorithm"]), + ("algorithyms", &["algorithm"]), + ("algoritm", &["algorithm"]), + ("algoritmes", &["algorithms"]), + ("algoritmos", &["algorithms"]), + ("algoritms", &["algorithms"]), + ("algorthim", &["algorithm"]), + ("algorthims", &["algorithms"]), + ("algortihm", &["algorithm"]), + ("algortihms", &["algorithms"]), + ("algorythims", &["algorithms"]), + ("algorythms", &["algorithms"]), + ("alienet", &["alienate"]), + ("alientating", &["alienating"]), + ("alievating", &["alienating"]), + ("alignemnt", &["alignment"]), + ("alimoney", &["alimony"]), + ("alimunium", &["aluminium"]), + ("alingment", &["alignment"]), + ("alirghty", &["alrighty"]), + ("allaince", &["alliance"]), + ("allainces", &["alliances"]), + ("alledge", &["allege"]), + ("alledged", &["alleged"]), + ("alledgedly", &["allegedly"]), + ("alledgely", &["allegedly"]), + ("alledges", &["alleges"]), + ("allegeance", &["allegiance"]), + ("allegedely", &["allegedly"]), + ("allegedley", &["allegedly"]), + ("allegedy", &["allegedly"]), + ("allegely", &["allegedly"]), + ("allegence", &["allegiance"]), + ("allegiancies", &["allegiance"]), + ("allegience", &["allegiance"]), + ("allegric", &["allergic"]), + ("allegry", &["allergy"]), + ("alleigance", &["allegiance"]), + ("alleigances", &["allegiance"]), + ("alleivate", &["alleviate"]), + ("allergey", &["allergy"]), + ("allergisch", &["allergic"]), + ("allianse", &["alliances"]), + ("alliegance", &["allegiance"]), + ("allievate", &["alleviate"]), + ("alligeance", &["allegiance"]), + ("allign", &["align"]), + ("alligned", &["aligned"]), + ("allinace", &["alliance"]), + ("alliviate", &["alleviate"]), + ("allopone", &["allophone"]), + ("allopones", &["allophones"]), + ("allready", &["already"]), + ("allthough", &["although"]), + ("alltime", &["all-time"]), + ("alltogether", &["altogether"]), + ("almightly", &["almighty"]), + ("almighy", &["almighty"]), + ("almigthy", &["almighty"]), + ("almsot", &["almost"]), + ("alochol", &["alcohol"]), + ("alocholic", &["alcoholic"]), + ("alocholics", &["alcoholics"]), + ("alocholism", &["alcoholism"]), + ("alogrithm", &["algorithm"]), + ("alogrithms", &["algorithms"]), + ("alomst", &["almost"]), + ("alotted", &["allotted"]), + ("alowed", &["allowed"]), + ("alowing", &["allowing"]), + ("alpahbet", &["alphabet"]), + ("alphabeast", &["alphabet"]), + ("alphabeat", &["alphabet"]), + ("alphabt", &["alphabet"]), + ("alreayd", &["already"]), + ("alrightey", &["alrighty"]), + ("alrightly", &["alrighty"]), + ("alrightty", &["alrighty"]), + ("alrighy", &["alrighty"]), + ("alrigthy", &["alrighty"]), + ("alrington", &["arlington"]), + ("alrorythm", &["algorithm"]), + ("alse", &["else"]), + ("alsot", &["also"]), + ("altanta", &["atlanta"]), + ("altantic", &["atlantic"]), + ("alteast", &["atleast"]), + ("alteracion", &["alteration"]), + ("alterante", &["alternate"]), + ("alterantive", &["alternative"]), + ("alterantively", &["alternatively"]), + ("alterantives", &["alternatives"]), + ("alterarion", &["alteration"]), + ("alterating", &["alteration"]), + ("alterato", &["alteration"]), + ("alternador", &["alternator"]), + ("alternar", &["alternator"]), + ("alternater", &["alternator"]), + ("alternatevly", &["alternately"]), + ("alternatie", &["alternatives"]), + ("alternatiely", &["alternately"]), + ("alternatieve", &["alternative"]), + ("alternativelly", &["alternatively"]), + ("alternativets", &["alternatives"]), + ("alternativley", &["alternatively"]), + ("alternativly", &["alternatively"]), + ("alternativos", &["alternatives"]), + ("alternatley", &["alternately"]), + ("alternatly", &["alternately"]), + ("alternatr", &["alternator"]), + ("alternatve", &["alternate"]), + ("alternatvely", &["alternately"]), + ("alternetly", &["alternately"]), + ("alternitavely", &["alternatively"]), + ("alternitive", &["alternative"]), + ("alternitively", &["alternatively"]), + ("alternitives", &["alternatives"]), + ("althetes", &["athletes"]), + ("althetic", &["athletic"]), + ("altheticism", &["athleticism"]), + ("althetics", &["athletics"]), + ("altho", &["although"]), + ("althought", &["although"]), + ("altnerately", &["alternately"]), + ("altogehter", &["altogether"]), + ("altogheter", &["altogether"]), + ("altough", &["although"]), + ("altriusm", &["altruism"]), + ("altriustic", &["altruistic"]), + ("altruisim", &["altruism"]), + ("altruisitc", &["altruistic"]), + ("altruisitic", &["altruistic"]), + ("altruistisch", &["altruistic"]), + ("altruistric", &["altruistic"]), + ("altrusim", &["altruism"]), + ("altrusitic", &["altruistic"]), + ("alturism", &["altruism"]), + ("alturistic", &["altruistic"]), + ("aluminim", &["aluminium"]), + ("aluminimum", &["aluminum"]), + ("alumnium", &["aluminum"]), + ("alunimum", &["aluminum"]), + ("alusion", &["allusion"]), + ("alwasy", &["always"]), + ("alwyas", &["always"]), + ("amalgomated", &["amalgamated"]), + ("amargeddon", &["armageddon"]), + ("amatersu", &["amateurs"]), + ("amaterus", &["amateurs"]), + ("amateures", &["amateurs"]), + ("amateurest", &["amateurs"]), + ("amateus", &["amateurs"]), + ("amatuer", &["amateur"]), + ("amature", &["armature"]), + ("ambassabor", &["ambassador"]), + ("ambassader", &["ambassador"]), + ("ambassator", &["ambassador"]), + ("ambassedor", &["ambassador"]), + ("ambassidor", &["ambassador"]), + ("ambassodor", &["ambassador"]), + ("ambiguitiy", &["ambiguity"]), + ("ambluance", &["ambulance"]), + ("ambuigity", &["ambiguity"]), + ("ambulancier", &["ambulance"]), + ("amendmant", &["amendment"]), + ("amendmants", &["amendments"]), + ("amendmends", &["amendments"]), + ("amendmenters", &["amendments"]), + ("amendmet", &["amendments"]), + ("amensia", &["amnesia"]), + ("amensty", &["amnesty"]), + ("amercia", &["america"]), + ("amercian", &["american"]), + ("amercians", &["americans"]), + ("amercias", &["americas"]), + ("americain", &["american"]), + ("americains", &["americas"]), + ("americams", &["americas"]), + ("americanas", &["americans"]), + ("americanis", &["americas"]), + ("americanss", &["americas"]), + ("americants", &["americas"]), + ("americanus", &["americans"]), + ("americaps", &["americas"]), + ("americares", &["americas"]), + ("americats", &["americas"]), + ("americs", &["americas"]), + ("amerliorate", &["ameliorate"]), + ("amernian", &["armenian"]), + ("amethsyt", &["amethyst"]), + ("ameythst", &["amethyst"]), + ("amibguity", &["ambiguity"]), + ("aminosity", &["animosity"]), + ("amke", &["make"]), + ("amking", &["making"]), + ("ammend", &["amend"]), + ("ammended", &["amended"]), + ("ammendment", &["amendment"]), + ("ammendments", &["amendments"]), + ("amministrative", &["administrative"]), + ("ammount", &["amount"]), + ("ammused", &["amused"]), + ("amneisa", &["amnesia"]), + ("amnestry", &["amnesty"]), + ("amnsety", &["amnesty"]), + ("amognst", &["amongst"]), + ("amohetamines", &["amphetamines"]), + ("amongts", &["amongst"]), + ("amonsgt", &["amongst"]), + ("amoung", &["among"]), + ("amoungst", &["amongst"]), + ("ampehtamine", &["amphetamine"]), + ("ampehtamines", &["amphetamines"]), + ("ampethamine", &["amphetamine"]), + ("ampethamines", &["amphetamines"]), + ("amphatamines", &["amphetamines"]), + ("amphedamines", &["amphetamines"]), + ("amphetamenes", &["amphetamines"]), + ("amphetamies", &["amphetamines"]), + ("amphetamins", &["amphetamines"]), + ("amphetemine", &["amphetamine"]), + ("amphetemines", &["amphetamines"]), + ("amphetimine", &["amphetamine"]), + ("amphetimines", &["amphetamines"]), + ("amphetmaine", &["amphetamines"]), + ("amphetmaines", &["amphetamines"]), + ("ampilfy", &["amplify"]), + ("amplifiy", &["amplify"]), + ("amplifly", &["amplify"]), + ("amrageddon", &["armageddon"]), + ("amrchair", &["armchair"]), + ("amrenian", &["armenian"]), + ("amrpits", &["armpits"]), + ("amrstrong", &["armstrong"]), + ("amtheyst", &["amethyst"]), + ("amublance", &["ambulance"]), + ("amung", &["among"]), + ("amunition", &["ammunition"]), + ("anachrist", &["anarchist"]), + ("analagous", &["analogous"]), + ("analgoue", &["analogue"]), + ("analisys", &["analysis"]), + ("analitic", &["analytic"]), + ("analitical", &["analytical"]), + ("analitycal", &["analytical"]), + ("analitycs", &["analytics"]), + ("analoge", &["analogue"]), + ("analogeous", &["analogous"]), + ("analouge", &["analogue"]), + ("analsyt", &["analyst"]), + ("analtyics", &["analytics"]), + ("analyes", &["analyse"]), + ("analyitcal", &["analytical"]), + ("analyitcs", &["analytics"]), + ("analyseas", &["analyses"]), + ("analysees", &["analyses"]), + ("analyseles", &["analyses"]), + ("analysens", &["analyses"]), + ("analyseras", &["analyses"]), + ("analyseres", &["analyses"]), + ("analysie", &["analyse"]), + ("analysise", &["analyses"]), + ("analysised", &["analyses"]), + ("analysises", &["analyses"]), + ("analysisto", &["analysts"]), + ("analysit", &["analyst"]), + ("analyste", &["analyse"]), + ("analystes", &["analysts"]), + ("analystics", &["analysts"]), + ("analysze", &["analyse"]), + ("analyticals", &["analytics"]), + ("analyts", &["analyst"]), + ("analzye", &["analyze"]), + ("analzyed", &["analyzed"]), + ("analzying", &["analyzing"]), + ("anaolgue", &["analogue"]), + ("anarchim", &["anarchism"]), + ("anarchisim", &["anarchism"]), + ("anarchistes", &["anarchists"]), + ("anarchistm", &["anarchism"]), + ("anarchiszm", &["anarchism"]), + ("anarchsim", &["anarchism"]), + ("anarchsits", &["anarchists"]), + ("anaylse", &["analyse"]), + ("anaylses", &["analyses"]), + ("anaylsis", &["analysis"]), + ("anaylst", &["analyst"]), + ("anaylsts", &["analysts"]), + ("anayltical", &["analytical"]), + ("anayltics", &["analytics"]), + ("anaylze", &["analyze"]), + ("anaylzed", &["analyzed"]), + ("anaylzing", &["analyzing"]), + ("anbd", &["and"]), + ("ancedotal", &["anecdotal"]), + ("ancedotally", &["anecdotally"]), + ("ancedote", &["anecdote"]), + ("ancedotes", &["anecdotes"]), + ("anceint", &["ancient"]), + ("anceints", &["ancients"]), + ("ancestory", &["ancestry"]), + ("ancilliary", &["ancillary"]), + ("ancinets", &["ancients"]), + ("andd", &["and"]), + ("andoirds", &["androids"]), + ("andorid", &["android"]), + ("andorids", &["androids"]), + ("andriod", &["android"]), + ("andriods", &["androids"]), + ("androgenous", &["androgynous"]), + ("androgeny", &["androgyny"]), + ("androiders", &["androids"]), + ("androides", &["androids"]), + ("androidos", &["androids"]), + ("androidtvs", &["androids"]), + ("androis", &["androids"]), + ("anecdatally", &["anecdotally"]), + ("anecdotale", &["anecdote"]), + ("anecdotallly", &["anecdotally"]), + ("anecdotelly", &["anecdotally"]), + ("anecdotice", &["anecdote"]), + ("anecdotle", &["anecdote"]), + ("anecdots", &["anecdotes"]), + ("anecodtal", &["anecdotal"]), + ("anecodtally", &["anecdotally"]), + ("anecodtes", &["anecdotes"]), + ("anectodal", &["anecdotal"]), + ("anectodally", &["anecdotally"]), + ("anectode", &["anecdote"]), + ("anectodes", &["anecdotes"]), + ("anectotally", &["anecdotally"]), + ("anedoctal", &["anecdotal"]), + ("anedoctally", &["anecdotally"]), + ("anedocte", &["anecdote"]), + ("anedoctes", &["anecdotes"]), + ("aneroxia", &["anorexia"]), + ("aneroxic", &["anorexic"]), + ("anestheisa", &["anesthesia"]), + ("anesthetia", &["anesthesia"]), + ("anesthisia", &["anesthesia"]), + ("angirly", &["angrily"]), + ("angluar", &["angular"]), + ("angostic", &["agnostic"]), + ("angosticism", &["agnosticism"]), + ("angrilly", &["angrily"]), + ("angualr", &["angular"]), + ("anicent", &["ancient"]), + ("anicents", &["ancients"]), + ("anihilation", &["annihilation"]), + ("animatie", &["animate"]), + ("animatte", &["animate"]), + ("animostiy", &["animosity"]), + ("aninteresting", &["uninteresting"]), + ("anitbiotic", &["antibiotic"]), + ("anitbiotics", &["antibiotics"]), + ("anitdepressant", &["antidepressants"]), + ("anitdepressants", &["antidepressants"]), + ("anitquated", &["antiquated"]), + ("anitque", &["antique"]), + ("anitsocial", &["antisocial"]), + ("anitvirus", &["antivirus"]), + ("aniversary", &["anniversary"]), + ("anixety", &["anxiety"]), + ("anlayses", &["analyses"]), + ("anlaytics", &["analytics"]), + ("anmesia", &["amnesia"]), + ("anmesty", &["amnesty"]), + ("annhiliation", &["annihilation"]), + ("annihalated", &["annihilated"]), + ("annihalition", &["annihilation"]), + ("annihilaton", &["annihilation"]), + ("annihilatron", &["annihilation"]), + ("annihilited", &["annihilated"]), + ("annihliated", &["annihilated"]), + ("annihliation", &["annihilation"]), + ("annilihate", &["annihilated"]), + ("annilihated", &["annihilated"]), + ("annilihation", &["annihilation"]), + ("anniverary", &["anniversary"]), + ("anniversairy", &["anniversary"]), + ("anniversarry", &["anniversary"]), + ("anniversay", &["anniversary"]), + ("anniversery", &["anniversary"]), + ("anniversiary", &["anniversary"]), + ("anniversry", &["anniversary"]), + ("anniversy", &["anniversary"]), + ("annoint", &["anoint"]), + ("annointed", &["anointed"]), + ("annointing", &["anointing"]), + ("annoints", &["anoints"]), + ("annonceurs", &["announcers"]), + ("annonymouse", &["anonymous"]), + ("annouced", &["announced"]), + ("annoucenment", &["announcements"]), + ("annoucne", &["announce"]), + ("annoucnement", &["announcement"]), + ("annoucnements", &["announcements"]), + ("annoucners", &["announcers"]), + ("annoucnes", &["announces"]), + ("annoucning", &["announcing"]), + ("announceing", &["announcing"]), + ("announcemet", &["announcements"]), + ("announcemnet", &["announcements"]), + ("announcemnt", &["announcement"]), + ("announcemnts", &["announcements"]), + ("announcents", &["announces"]), + ("announched", &["announce"]), + ("annoyingy", &["annoyingly"]), + ("annoymous", &["anonymous"]), + ("annoymously", &["anonymously"]), + ("annoynace", &["annoyance"]), + ("anntenas", &["antennas"]), + ("annualy", &["annually"]), + ("annuled", &["annulled"]), + ("annyoance", &["annoyance"]), + ("annyoingly", &["annoyingly"]), + ("anoerxia", &["anorexia"]), + ("anoerxic", &["anorexic"]), + ("anohter", &["another"]), + ("anomisity", &["animosity"]), + ("anomolies", &["anomalies"]), + ("anomolous", &["anomalous"]), + ("anomoly", &["anomaly"]), + ("anomynity", &["anonymity"]), + ("anomynous", &["anonymous"]), + ("anonamously", &["anonymously"]), + ("anonimity", &["anonymity"]), + ("anonimously", &["anonymously"]), + ("anonmyous", &["anonymous"]), + ("anonmyously", &["anonymously"]), + ("anonomously", &["anonymously"]), + ("anonymos", &["anonymous"]), + ("anonymosly", &["anonymously"]), + ("anonymousny", &["anonymously"]), + ("anonymousy", &["anonymously"]), + ("anonymoys", &["anonymously"]), + ("anoreixa", &["anorexia"]), + ("anorexiac", &["anorexic"]), + ("anorexica", &["anorexia"]), + ("anounced", &["announced"]), + ("anouncement", &["announcement"]), + ("anoxeria", &["anorexia"]), + ("anoxeric", &["anorexic"]), + ("anphetamines", &["amphetamines"]), + ("anrachist", &["anarchist"]), + ("ansalisation", &["nasalisation"]), + ("ansalization", &["nasalization"]), + ("ansestors", &["ancestors"]), + ("answerd", &["answered"]), + ("answeres", &["answers"]), + ("antaganist", &["antagonist"]), + ("antaganistic", &["antagonistic"]), + ("antagnoist", &["antagonist"]), + ("antagonisic", &["antagonistic"]), + ("antagonisitc", &["antagonistic"]), + ("antagonisitic", &["antagonistic"]), + ("antagonistc", &["antagonistic"]), + ("antagonostic", &["antagonist"]), + ("antagonstic", &["antagonist"]), + ("antarcitca", &["antarctica"]), + ("antarctia", &["antarctica"]), + ("antarctida", &["antarctica"]), + ("antartic", &["antarctic"]), + ("antennaes", &["antennas"]), + ("antennea", &["antenna"]), + ("antennna", &["antenna"]), + ("anthromorphization", &["anthropomorphization"]), + ("anthropolgist", &["anthropologist"]), + ("anthropolgy", &["anthropology"]), + ("anthropoloy", &["anthropology"]), + ("anthropoly", &["anthropology"]), + ("antibiodic", &["antibiotic"]), + ("antibiodics", &["antibiotics"]), + ("antibioitcs", &["antibiotic"]), + ("antibioitic", &["antibiotic"]), + ("antibiotcs", &["antibiotics"]), + ("antibioticos", &["antibiotics"]), + ("antibitoic", &["antibiotic"]), + ("antibitoics", &["antibiotics"]), + ("antiboitic", &["antibiotics"]), + ("antiboitics", &["antibiotics"]), + ("anticapate", &["anticipate"]), + ("anticapated", &["anticipated"]), + ("anticiapte", &["anticipate"]), + ("anticiapted", &["anticipated"]), + ("anticiaption", &["anticipation"]), + ("anticipacion", &["anticipation"]), + ("anticipare", &["anticipate"]), + ("anticipatin", &["anticipation"]), + ("anticipato", &["anticipation"]), + ("anticipe", &["anticipate"]), + ("anticuated", &["antiquated"]), + ("antidepressents", &["antidepressants"]), + ("antidepresssants", &["antidepressants"]), + ("antiobitics", &["antibiotic"]), + ("antiquae", &["antique"]), + ("antiquaited", &["antiquated"]), + ("antiquited", &["antiquated"]), + ("antiqvated", &["antiquated"]), + ("antisipate", &["anticipate"]), + ("antisipated", &["anticipated"]), + ("antisipation", &["anticipation"]), + ("antisocail", &["antisocial"]), + ("antisosial", &["antisocial"]), + ("antivirs", &["antivirus"]), + ("antiviurs", &["antivirus"]), + ("antivrius", &["antivirus"]), + ("antivuris", &["antivirus"]), + ("antoganist", &["antagonist"]), + ("antogonistic", &["antagonistic"]), + ("antractica", &["antarctica"]), + ("antrhopology", &["anthropology"]), + ("antrophology", &["anthropology"]), + ("anual", &["annual"]), + ("anuglar", &["angular"]), + ("anulled", &["annulled"]), + ("anwsered", &["answered"]), + ("anwsering", &["answering"]), + ("anwsers", &["answers"]), + ("anwyays", &["anyways"]), + ("anxeity", &["anxiety"]), + ("anyhting", &["anything"]), + ("anyhwere", &["anywhere"]), + ("anynomity", &["anonymity"]), + ("anynomous", &["anonymous"]), + ("anyoens", &["anyones"]), + ("anyoneis", &["anyones"]), + ("anyonse", &["anyones"]), + ("anythign", &["anything"]), + ("anytying", &["anything"]), + ("anywyas", &["anyways"]), + ("apacolypse", &["apocalypse"]), + ("apacolyptic", &["apocalyptic"]), + ("aparent", &["apparent"]), + ("aparment", &["apartment"]), + ("apartheied", &["apartheid"]), + ("aparthide", &["apartheid"]), + ("aparthied", &["apartheid"]), + ("apartmens", &["apartments"]), + ("apartmet", &["apartments"]), + ("apenines", &["apennines"]), + ("aperutre", &["aperture"]), + ("aplhabet", &["alphabet"]), + ("aplication", &["application"]), + ("aplied", &["applied"]), + ("apllications", &["applications"]), + ("apocalipse", &["apocalypse"]), + ("apocaliptic", &["apocalyptic"]), + ("apocalpyse", &["apocalypse"]), + ("apocalpytic", &["apocalyptic"]), + ("apocalype", &["apocalypse"]), + ("apocalypes", &["apocalypse"]), + ("apocalypic", &["apocalyptic"]), + ("apocalypitic", &["apocalyptic"]), + ("apocalyspe", &["apocalypse"]), + ("apocalytic", &["apocalyptic"]), + ("apocalytpic", &["apocalyptic"]), + ("apocaplyse", &["apocalypse"]), + ("apocolapse", &["apocalypse"]), + ("apolagetic", &["apologetic"]), + ("apolagized", &["apologized"]), + ("apolagizing", &["apologizing"]), + ("apolegetic", &["apologetic"]), + ("apolegetics", &["apologetics"]), + ("apoligetic", &["apologetic"]), + ("apoligists", &["apologists"]), + ("apoligized", &["apologized"]), + ("apologes", &["apologise"]), + ("apologisms", &["apologists"]), + ("apologistas", &["apologists"]), + ("apologiste", &["apologise"]), + ("apologistes", &["apologists"]), + ("apologistics", &["apologists"]), + ("apologitic", &["apologetic"]), + ("apologizeing", &["apologizing"]), + ("apon", &["upon"]), + ("aposltes", &["apostles"]), + ("apostels", &["apostles"]), + ("apostraphe", &["apostrophe"]), + ("apostrephe", &["apostrophe"]), + ("apostrohpe", &["apostrophe"]), + ("apostrope", &["apostrophe"]), + ("apostropes", &["apostrophe"]), + ("apostrophie", &["apostrophe"]), + ("apostrophied", &["apostrophe"]), + ("apostrophies", &["apostrophe"]), + ("appaluse", &["applause"]), + ("apparant", &["apparent"]), + ("apparantely", &["apparently"]), + ("apparantly", &["apparently"]), + ("appareal", &["apparel"]), + ("appareance", &["appearance"]), + ("appareances", &["appearances"]), + ("appareil", &["apparel"]), + ("apparenlty", &["apparently"]), + ("apparentely", &["apparently"]), + ("apparenty", &["apparently"]), + ("appart", &["apart"]), + ("appartment", &["apartment"]), + ("appartments", &["apartments"]), + ("appealling", &["appealing"]), + ("appearane", &["appearances"]), + ("appeard", &["appeared"]), + ("appeareance", &["appearance"]), + ("appearence", &["appearance"]), + ("appearences", &["appearances"]), + ("appearnace", &["appearances"]), + ("appenines", &["apennines"]), + ("apperance", &["appearance"]), + ("apperances", &["appearances"]), + ("apperantly", &["apparently"]), + ("apperciate", &["appreciate"]), + ("apperciated", &["appreciated"]), + ("apperciates", &["appreciates"]), + ("apperciation", &["appreciation"]), + ("apperead", &["appeared"]), + ("appereance", &["appearance"]), + ("appereances", &["appearances"]), + ("appetitie", &["appetite"]), + ("appetities", &["appetite"]), + ("appetitite", &["appetite"]), + ("appication", &["application"]), + ("applainces", &["appliances"]), + ("applaudes", &["applause"]), + ("applaued", &["applaud"]), + ("applicabile", &["applicable"]), + ("applicaiton", &["application"]), + ("applicaitons", &["applications"]), + ("applicaple", &["applicable"]), + ("applicates", &["applicants"]), + ("applicatins", &["applicants"]), + ("applicato", &["application"]), + ("applicaton", &["application"]), + ("applicatons", &["applications"]), + ("applicible", &["applicable"]), + ("appliences", &["appliances"]), + ("appluad", &["applaud"]), + ("appluase", &["applause"]), + ("appointmet", &["appointments"]), + ("appoitnment", &["appointments"]), + ("appoitnments", &["appointments"]), + ("appologies", &["apologies"]), + ("appology", &["apology"]), + ("apporach", &["approach"]), + ("apporachable", &["approachable"]), + ("apporached", &["approached"]), + ("apporaches", &["approaches"]), + ("apporaching", &["approaching"]), + ("apporpriate", &["appropriate"]), + ("apporpriately", &["appropriately"]), + ("apporpriation", &["appropriation"]), + ("apporximate", &["approximate"]), + ("apporximately", &["approximately"]), + ("appraoch", &["approach"]), + ("appraochable", &["approachable"]), + ("appraoched", &["approached"]), + ("appraoches", &["approaches"]), + ("appraoching", &["approaching"]), + ("apprearance", &["appearance"]), + ("apprecaite", &["appreciate"]), + ("apprecaited", &["appreciated"]), + ("apprecaites", &["appreciates"]), + ("appreceating", &["appreciating"]), + ("appreciae", &["appreciates"]), + ("appreciaite", &["appreciative"]), + ("appreciateing", &["appreciating"]), + ("appreciateive", &["appreciative"]), + ("appreciaters", &["appreciates"]), + ("appreciatie", &["appreciative"]), + ("appreciatied", &["appreciative"]), + ("appreciatin", &["appreciation"]), + ("appreciationg", &["appreciating"]), + ("appreciato", &["appreciation"]), + ("appreciaton", &["appreciation"]), + ("appreciatve", &["appreciative"]), + ("appreciste", &["appreciates"]), + ("apprecitae", &["appreciates"]), + ("apprecited", &["appreciated"]), + ("apprectice", &["apprentice"]), + ("appreicate", &["appreciate"]), + ("appreicated", &["appreciated"]), + ("appreicates", &["appreciates"]), + ("appreicating", &["appreciating"]), + ("appreication", &["appreciation"]), + ("apprendice", &["apprentice"]), + ("apprentace", &["apprentice"]), + ("apprentie", &["apprentice"]), + ("apprentince", &["apprentice"]), + ("apprentise", &["apprentice"]), + ("appretiate", &["appreciate"]), + ("appretiation", &["appreciation"]), + ("appretince", &["apprentice"]), + ("appriceate", &["appreciates"]), + ("appriciate", &["appreciate"]), + ("appriciated", &["appreciated"]), + ("appriciates", &["appreciates"]), + ("appriecate", &["appreciates"]), + ("apprieciate", &["appreciate"]), + ("approachs", &["approaches"]), + ("approacing", &["approaching"]), + ("appropiate", &["appropriate"]), + ("appropirate", &["appropriate"]), + ("appropirately", &["appropriately"]), + ("appropiration", &["appropriation"]), + ("appropraite", &["appropriate"]), + ("appropraitely", &["appropriately"]), + ("approprate", &["appropriate"]), + ("appropreation", &["appropriation"]), + ("appropriatin", &["appropriation"]), + ("appropriatley", &["appropriately"]), + ("appropriatly", &["appropriately"]), + ("appropriato", &["appropriation"]), + ("appropriaton", &["appropriation"]), + ("approprietly", &["appropriately"]), + ("appropropiate", &["appropriate"]), + ("approproximate", &["approximate"]), + ("approrpiation", &["appropriation"]), + ("approstraphe", &["apostrophe"]), + ("approxamate", &["approximate"]), + ("approxamately", &["approximately"]), + ("approxiamte", &["approximate"]), + ("approxiamtely", &["approximately"]), + ("approxiately", &["approximately"]), + ("approximatelly", &["approximately"]), + ("approximatley", &["approximately"]), + ("approximatly", &["approximately"]), + ("approximetly", &["approximately"]), + ("approximitely", &["approximately"]), + ("approxmiate", &["approximate"]), + ("apratheid", &["apartheid"]), + ("aprehensive", &["apprehensive"]), + ("apreture", &["aperture"]), + ("apropriate", &["appropriate"]), + ("aproval", &["approval"]), + ("aproximate", &["approximate"]), + ("aproximately", &["approximately"]), + ("apsaragus", &["asparagus"]), + ("apsects", &["aspects"]), + ("apsergers", &["aspergers"]), + ("apshalt", &["asphalt"]), + ("apsirations", &["aspirations"]), + ("apsirin", &["aspirin"]), + ("apsotles", &["apostles"]), + ("apsotrophe", &["apostrophe"]), + ("aptitudine", &["aptitude"]), + ("aqaurium", &["aquarium"]), + ("aqcuaintance", &["acquaintance"]), + ("aqcuaintances", &["acquaintances"]), + ("aqcuainted", &["acquainted"]), + ("aqcuire", &["acquire"]), + ("aqcuired", &["acquired"]), + ("aqcuisition", &["acquisition"]), + ("aqquaintance", &["acquaintance"]), + ("aqquaintances", &["acquaintances"]), + ("aquaduct", &["aqueduct"]), + ("aquaintance", &["acquaintance"]), + ("aquainted", &["acquainted"]), + ("aquairum", &["aquarium"]), + ("aquarim", &["aquarium"]), + ("aquaruim", &["aquarium"]), + ("aquiantance", &["acquaintance"]), + ("aquire", &["acquire"]), + ("aquired", &["acquired"]), + ("aquiring", &["acquiring"]), + ("aquisition", &["acquisition"]), + ("aquitted", &["acquitted"]), + ("aramgeddon", &["armageddon"]), + ("aranged", &["arranged"]), + ("arangement", &["arrangement"]), + ("arbirtary", &["arbitrary"]), + ("arbitarily", &["arbitrarily"]), + ("arbitary", &["arbitrary"]), + ("arbitraily", &["arbitrarily"]), + ("arbitraion", &["arbitration"]), + ("arbitrairly", &["arbitrarily"]), + ("arbitrairy", &["arbitrarily"]), + ("arbitralily", &["arbitrarily"]), + ("arbitrarely", &["arbitrarily"]), + ("arbitrariliy", &["arbitrarily"]), + ("arbitrarilly", &["arbitrarily"]), + ("arbitrarion", &["arbitration"]), + ("arbitrarly", &["arbitrary"]), + ("arbitratily", &["arbitrarily"]), + ("arbitraton", &["arbitration"]), + ("arbitray", &["arbitrary"]), + ("arbitre", &["arbiter"]), + ("arbiture", &["arbiter"]), + ("arbritarily", &["arbitrarily"]), + ("arbritary", &["arbitrary"]), + ("arbritation", &["arbitration"]), + ("arcaheology", &["archaeology"]), + ("arcahic", &["archaic"]), + ("arcehtype", &["archetype"]), + ("arcehtypes", &["archetypes"]), + ("archaelogical", &["archaeological"]), + ("archaelogists", &["archaeologists"]), + ("archaelogy", &["archaeology"]), + ("archaeolgy", &["archaeology"]), + ("archaoelogy", &["archeology"]), + ("archaology", &["archeology"]), + ("archatypes", &["archetypes"]), + ("archeaologist", &["archeologist"]), + ("archeaologists", &["archeologists"]), + ("archeaology", &["archaeology"]), + ("archetect", &["architect"]), + ("archetects", &["architects"]), + ("archetectural", &["architectural"]), + ("archetecturally", &["architecturally"]), + ("archetecture", &["architecture"]), + ("archetipes", &["archetypes"]), + ("archetpye", &["archetype"]), + ("archetpyes", &["archetypes"]), + ("archetyps", &["archetypes"]), + ("archetypus", &["archetypes"]), + ("archeytpes", &["archetypes"]), + ("archiac", &["archaic"]), + ("archictect", &["architect"]), + ("archimedian", &["archimedean"]), + ("architechs", &["architects"]), + ("architecht", &["architect"]), + ("architechts", &["architect"]), + ("architechturally", &["architecturally"]), + ("architechture", &["architecture"]), + ("architechtures", &["architectures"]), + ("architechural", &["architectural"]), + ("architechure", &["architecture"]), + ("architecs", &["architects"]), + ("architecte", &["architecture"]), + ("architectes", &["architects"]), + ("architectrual", &["architectural"]), + ("architectual", &["architectural"]), + ("architectureal", &["architectural"]), + ("architecturial", &["architectural"]), + ("architectuur", &["architecture"]), + ("architecure", &["architecture"]), + ("architecutral", &["architectural"]), + ("architecutre", &["architecture"]), + ("architet", &["architect"]), + ("architexts", &["architects"]), + ("architexture", &["architecture"]), + ("architypes", &["archetypes"]), + ("archtiects", &["architects"]), + ("archtype", &["archetype"]), + ("archtypes", &["archetypes"]), + ("archytypes", &["archetypes"]), + ("arcitechture", &["architecture"]), + ("arcylic", &["acrylic"]), + ("aready", &["already"]), + ("aregument", &["arguement"]), + ("aremnian", &["armenian"]), + ("areodynamics", &["aerodynamics"]), + ("areospace", &["aerospace"]), + ("aresnal", &["arsenal"]), + ("aretmis", &["artemis"]), + ("argentia", &["argentina"]), + ("argentinia", &["argentina"]), + ("argessive", &["agressive"]), + ("argeument", &["arguement"]), + ("argicultural", &["agricultural"]), + ("argiculture", &["agriculture"]), + ("arguabley", &["arguably"]), + ("arguablly", &["arguably"]), + ("argubaly", &["arguably"]), + ("argubly", &["arguably"]), + ("arguement", &["argument"]), + ("arguements", &["arguments"]), + ("arguemet", &["arguement"]), + ("arguemnet", &["arguement"]), + ("arguemnts", &["arguments"]), + ("arguemtn", &["arguement"]), + ("argumeent", &["arguement"]), + ("argumentas", &["arguments"]), + ("argumentate", &["argumentative"]), + ("argumentatie", &["argumentative"]), + ("argumentitive", &["argumentative"]), + ("argumentos", &["arguments"]), + ("arhtritis", &["arthritis"]), + ("ariborne", &["airborne"]), + ("aribter", &["arbiter"]), + ("aribtrarily", &["arbitrarily"]), + ("aribtrary", &["arbitrary"]), + ("aribtration", &["arbitration"]), + ("aricraft", &["aircraft"]), + ("ariflow", &["airflow"]), + ("ariplane", &["airplane"]), + ("ariplanes", &["airplanes"]), + ("ariports", &["airports"]), + ("arised", &["arose"]), + ("arisoft", &["airsoft"]), + ("arispace", &["airspace"]), + ("aristolte", &["aristotle"]), + ("aristote", &["aristotle"]), + ("aristotel", &["aristotle"]), + ("aritfact", &["artifact"]), + ("aritfacts", &["artifacts"]), + ("arithemtic", &["arithmetic"]), + ("arithmentic", &["arithmetic"]), + ("arithmethic", &["arithmetic"]), + ("arithmetisch", &["arithmetic"]), + ("arithmetric", &["arithmetic"]), + ("arithmitic", &["arithmetic"]), + ("aritmethic", &["arithmetic"]), + ("aritsts", &["artists"]), + ("arival", &["arrival"]), + ("arizonia", &["arizona"]), + ("arkasnas", &["arkansas"]), + ("arlighty", &["alrighty"]), + ("arlignton", &["arlington"]), + ("arlingotn", &["arlington"]), + ("armagaddon", &["armageddon"]), + ("armageddan", &["armageddon"]), + ("armagedddon", &["armageddon"]), + ("armagedden", &["armageddon"]), + ("armageddeon", &["armageddon"]), + ("armageddin", &["armageddon"]), + ("armageddomon", &["armageddon"]), + ("armagedeon", &["armageddon"]), + ("armageedon", &["armageddon"]), + ("armagideon", &["armageddon"]), + ("armamant", &["armament"]), + ("armchar", &["armchair"]), + ("armegaddon", &["armageddon"]), + ("armenain", &["armenian"]), + ("armenina", &["armenian"]), + ("armistace", &["armistice"]), + ("armpitts", &["armpits"]), + ("armstorng", &["armstrong"]), + ("armstrog", &["armstrong"]), + ("arogant", &["arrogant"]), + ("arogent", &["arrogant"]), + ("aroud", &["around"]), + ("arpanoid", &["paranoid"]), + ("arpatheid", &["apartheid"]), + ("arpeture", &["aperture"]), + ("arragned", &["arranged"]), + ("arrangerad", &["arranged"]), + ("arrangment", &["arrangement"]), + ("arrangments", &["arrangements"]), + ("arrary", &["array"]), + ("arrengement", &["arrangement"]), + ("arrengements", &["arrangements"]), + ("arresst", &["arrests"]), + ("arrestes", &["arrests"]), + ("arrestos", &["arrests"]), + ("arround", &["around"]), + ("arsenaal", &["arsenal"]), + ("arsneal", &["arsenal"]), + ("artcile", &["article"]), + ("artemios", &["artemis"]), + ("artemius", &["artemis"]), + ("arthimetic", &["arithmetic"]), + ("arthirtis", &["arthritis"]), + ("arthrits", &["arthritis"]), + ("artical", &["article"]), + ("artice", &["article"]), + ("articel", &["article"]), + ("articifial", &["artificial"]), + ("articifially", &["artificially"]), + ("articluate", &["articulate"]), + ("articluated", &["articulated"]), + ("articualte", &["articulate"]), + ("articualted", &["articulated"]), + ("articule", &["articulate"]), + ("articulted", &["articulated"]), + ("artifacs", &["artifacts"]), + ("artifactos", &["artifacts"]), + ("artifcat", &["artifact"]), + ("artifcats", &["artifacts"]), + ("artificailly", &["artificially"]), + ("artifical", &["artificial"]), + ("artifically", &["artificially"]), + ("artificialy", &["artificially"]), + ("artificiel", &["artificial"]), + ("artificiella", &["artificial"]), + ("artificually", &["artificially"]), + ("artifiically", &["artificially"]), + ("artihmetic", &["arithmetic"]), + ("artillary", &["artillery"]), + ("artillerly", &["artillery"]), + ("artilley", &["artillery"]), + ("artisitc", &["artistic"]), + ("artistas", &["artists"]), + ("artistc", &["artistic"]), + ("artmeis", &["artemis"]), + ("artsits", &["artists"]), + ("arugable", &["arguable"]), + ("arugably", &["arguably"]), + ("arugement", &["arguement"]), + ("aruging", &["arguing"]), + ("arugment", &["argument"]), + ("arugmentative", &["argumentative"]), + ("arugments", &["arguments"]), + ("arund", &["around"]), + ("asapragus", &["asparagus"]), + ("asbestoast", &["asbestos"]), + ("asbestoes", &["asbestos"]), + ("asborbed", &["absorbed"]), + ("asborbing", &["absorbing"]), + ("asburdity", &["absurdity"]), + ("asburdly", &["absurdly"]), + ("ascendend", &["ascended"]), + ("ascneded", &["ascended"]), + ("ascneding", &["ascending"]), + ("ascnesion", &["ascension"]), + ("asethetic", &["aesthetic"]), + ("asethetically", &["aesthetically"]), + ("asethetics", &["aesthetics"]), + ("asetic", &["ascetic"]), + ("aseuxal", &["asexual"]), + ("asexaul", &["asexual"]), + ("ashpalt", &["asphalt"]), + ("asign", &["assign"]), + ("asiprin", &["aspirin"]), + ("asisstants", &["assistants"]), + ("asissted", &["assisted"]), + ("asissts", &["assists"]), + ("askreddt", &["askreddit"]), + ("aslo", &["also"]), + ("asnwered", &["answered"]), + ("asnwering", &["answering"]), + ("asnwers", &["answers"]), + ("asociated", &["associated"]), + ("asorbed", &["absorbed"]), + ("aspahlt", &["asphalt"]), + ("aspectos", &["aspects"]), + ("aspergerers", &["aspergers"]), + ("asperges", &["aspergers"]), + ("asphlat", &["asphalt"]), + ("asphyxation", &["asphyxiation"]), + ("aspiratons", &["aspirations"]), + ("aspriations", &["aspirations"]), + ("aspriin", &["aspirin"]), + ("assagne", &["assange"]), + ("assasin", &["assassin"]), + ("assasinate", &["assassinate"]), + ("assasinated", &["assassinated"]), + ("assasinates", &["assassinates"]), + ("assasination", &["assassination"]), + ("assasinations", &["assassinations"]), + ("assasined", &["assassinated"]), + ("assasins", &["assassins"]), + ("assassian", &["assassin"]), + ("assassians", &["assassin"]), + ("assassiante", &["assassinate"]), + ("assassinare", &["assassinate"]), + ("assassinas", &["assassins"]), + ("assassinatd", &["assassinated"]), + ("assassinatin", &["assassination"]), + ("assassinato", &["assassination"]), + ("assassinats", &["assassins"]), + ("assassine", &["assassinate"]), + ("assassines", &["assassins"]), + ("assassinos", &["assassins"]), + ("assassintation", &["assassination"]), + ("assassinted", &["assassinated"]), + ("assasssin", &["assassins"]), + ("assaultes", &["assaults"]), + ("assembe", &["assemble"]), + ("assembeld", &["assembled"]), + ("assemblare", &["assemble"]), + ("assembleing", &["assembling"]), + ("assembley", &["assembly"]), + ("assemblie", &["assemble"]), + ("assemblying", &["assembling"]), + ("assemby", &["assembly"]), + ("assemple", &["assemble"]), + ("assempling", &["assembling"]), + ("assersions", &["assertions"]), + ("assertation", &["assertion"]), + ("assertin", &["assertions"]), + ("assesement", &["assessment"]), + ("assestment", &["assessment"]), + ("asshates", &["asshats"]), + ("asshatts", &["asshats"]), + ("asside", &["aside"]), + ("assignemnt", &["assignment"]), + ("assignemnts", &["assignments"]), + ("assimalate", &["assimilate"]), + ("assimialted", &["assimilate"]), + ("assimilant", &["assimilate"]), + ("assimilare", &["assimilate"]), + ("assimilatie", &["assimilate"]), + ("assimile", &["assimilate"]), + ("assimilerat", &["assimilate"]), + ("assimiliate", &["assimilate"]), + ("assimliate", &["assimilate"]), + ("assimliated", &["assimilate"]), + ("assimulate", &["assimilate"]), + ("assingment", &["assignment"]), + ("assingments", &["assignments"]), + ("assisnate", &["assassinate"]), + ("assissinated", &["assassinated"]), + ("assisst", &["assists"]), + ("assistanat", &["assistants"]), + ("assistans", &["assistants"]), + ("assistanse", &["assistants"]), + ("assistante", &["assistance"]), + ("assistantes", &["assistants"]), + ("assistat", &["assistants"]), + ("assistence", &["assistance"]), + ("assistendo", &["assisted"]), + ("assistents", &["assistants"]), + ("assistsnt", &["assistants"]), + ("assit", &["assist"]), + ("assitant", &["assistant"]), + ("assmeble", &["assemble"]), + ("assmebled", &["assembled"]), + ("assmebling", &["assembling"]), + ("assmebly", &["assembly"]), + ("assnage", &["assange"]), + ("assocaited", &["associated"]), + ("assocaites", &["associates"]), + ("assocaition", &["associations"]), + ("assocation", &["association"]), + ("associaiton", &["associations"]), + ("associatie", &["associated"]), + ("associaties", &["associates"]), + ("associatin", &["associations"]), + ("associationg", &["associating"]), + ("associationthis", &["associations"]), + ("associato", &["association"]), + ("associaton", &["association"]), + ("associatons", &["associations"]), + ("associsted", &["associates"]), + ("assoicate", &["associate"]), + ("assoicated", &["associated"]), + ("assoicates", &["associates"]), + ("assoication", &["association"]), + ("assoications", &["associations"]), + ("assosiated", &["associated"]), + ("assosiates", &["associates"]), + ("assosiating", &["associating"]), + ("assosiation", &["association"]), + ("assosiations", &["associations"]), + ("assosication", &["assassination"]), + ("assotiations", &["associations"]), + ("assoziation", &["association"]), + ("asssasin", &["assassin"]), + ("asssasins", &["assassins"]), + ("asssassans", &["assassins"]), + ("asssits", &["assists"]), + ("assualt", &["assault"]), + ("assualted", &["assaulted"]), + ("assualts", &["assaults"]), + ("assulated", &["assaulted"]), + ("assumptious", &["assumptions"]), + ("assupmtion", &["assumptions"]), + ("assymetric", &["asymmetric"]), + ("assymetrical", &["asymmetrical"]), + ("asteorid", &["asteroid"]), + ("asteorids", &["asteroids"]), + ("astericks", &["asterisk"]), + ("asterik", &["asterisk"]), + ("asteriks", &["asterisk"]), + ("asteriod", &["asteroid"]), + ("asteriods", &["asteroids"]), + ("asteroides", &["asteroids"]), + ("asterois", &["asteroids"]), + ("astersik", &["asterisk"]), + ("asthetic", &["aesthetic"]), + ("asthetical", &["aesthetical"]), + ("asthetically", &["aesthetically"]), + ("astonashing", &["astonishing"]), + ("astonising", &["astonishing"]), + ("astonoshing", &["astonishing"]), + ("astornauts", &["astronauts"]), + ("astranauts", &["astronauts"]), + ("astranomical", &["astronomical"]), + ("astroanut", &["astronaut"]), + ("astromonical", &["astronomical"]), + ("astronat", &["astronaut"]), + ("astronatus", &["astronauts"]), + ("astronaught", &["astronaut"]), + ("astronaunt", &["astronaut"]), + ("astronaunts", &["astronaut"]), + ("astronautas", &["astronauts"]), + ("astronautes", &["astronauts"]), + ("astronautlis", &["astronauts"]), + ("astronimical", &["astronomical"]), + ("astronomia", &["astronomical"]), + ("astronomicly", &["astronomical"]), + ("astronouts", &["astronauts"]), + ("astronuat", &["astronaut"]), + ("astronuats", &["astronauts"]), + ("astrounat", &["astronaut"]), + ("asume", &["assume"]), + ("asuterity", &["austerity"]), + ("asutralian", &["australian"]), + ("asutria", &["austria"]), + ("asutrian", &["austrian"]), + ("asychronous", &["asynchronous"]), + ("asyncronous", &["asynchronous"]), + ("atain", &["attain"]), + ("atatchment", &["attachment"]), + ("atatchments", &["attachments"]), + ("atcualy", &["actualy"]), + ("atelast", &["atleast"]), + ("atempting", &["attempting"]), + ("atheisim", &["atheism"]), + ("atheistc", &["atheistic"]), + ("atheistisch", &["atheistic"]), + ("atheltes", &["athletes"]), + ("atheltic", &["athletic"]), + ("athelticism", &["athleticism"]), + ("atheltics", &["athletics"]), + ("athenean", &["athenian"]), + ("atheneans", &["athenians"]), + ("athesim", &["atheism"]), + ("athesitic", &["atheistic"]), + ("athesits", &["atheists"]), + ("athetlic", &["athletic"]), + ("athetlics", &["athletics"]), + ("athients", &["athiest"]), + ("athiesm", &["atheism"]), + ("athiest", &["atheist"]), + ("athiestic", &["atheistic"]), + ("athiets", &["athiest"]), + ("athletecism", &["athleticism"]), + ("athleticisim", &["athleticism"]), + ("athleticm", &["athleticism"]), + ("athleticos", &["athletics"]), + ("athleticsim", &["athleticism"]), + ("athleticsm", &["athleticism"]), + ("athletiscm", &["athleticism"]), + ("athletisicm", &["athleticism"]), + ("athletisim", &["athleticism"]), + ("athletisism", &["athleticism"]), + ("athlets", &["athletes"]), + ("atittude", &["attitude"]), + ("atlantc", &["atlantic"]), + ("atlantia", &["atlanta"]), + ("atleats", &["atleast"]), + ("atlesat", &["atleast"]), + ("atmoizer", &["atomizer"]), + ("atmopshere", &["atmosphere"]), + ("atmopsheric", &["atmospheric"]), + ("atmoshpere", &["atmosphere"]), + ("atmoshperic", &["atmospheric"]), + ("atmosoheric", &["atmospheric"]), + ("atmosphereic", &["atmospheric"]), + ("atmosphir", &["atmospheric"]), + ("atomsphere", &["atmosphere"]), + ("atomspheric", &["atmospheric"]), + ("atomzier", &["atomizer"]), + ("atorney", &["attorney"]), + ("atremis", &["artemis"]), + ("atribute", &["attribute"]), + ("atributed", &["attributed"]), + ("atributes", &["attributes"]), + ("atriculate", &["articulate"]), + ("atrifact", &["artifact"]), + ("atrifacts", &["artifacts"]), + ("atrillery", &["artillery"]), + ("atrittion", &["attrition"]), + ("atrocitites", &["atrocities"]), + ("atrocoties", &["atrocities"]), + ("atrosities", &["atrocities"]), + ("attachemnt", &["attachment"]), + ("attachemnts", &["attachments"]), + ("attachmet", &["attachments"]), + ("attackeras", &["attackers"]), + ("attackerasu", &["attackers"]), + ("attackerats", &["attackers"]), + ("attackes", &["attackers"]), + ("attactment", &["attachment"]), + ("attactments", &["attachments"]), + ("attaindre", &["attainder"]), + ("attemp", &["attempt"]), + ("attemped", &["attempted"]), + ("attemps", &["attempts"]), + ("attemt", &["attempt"]), + ("attemted", &["attempted"]), + ("attemting", &["attempting"]), + ("attemtped", &["attempted"]), + ("attemtping", &["attempting"]), + ("attemtps", &["attempts"]), + ("attemts", &["attempts"]), + ("attendence", &["attendance"]), + ("attendent", &["attendant"]), + ("attendents", &["attendants"]), + ("attened", &["attended"]), + ("attension", &["attention"]), + ("attidute", &["attitude"]), + ("attirbute", &["attribute"]), + ("attirbutes", &["attributes"]), + ("attirtion", &["attrition"]), + ("attitide", &["attitude"]), + ("attmepted", &["attempted"]), + ("attmepting", &["attempting"]), + ("attracs", &["attracts"]), + ("attracters", &["attracts"]), + ("attractes", &["attracts"]), + ("attractice", &["attractive"]), + ("attracties", &["attracts"]), + ("attractifs", &["attracts"]), + ("attractin", &["attraction"]), + ("attraktion", &["attraction"]), + ("attraktive", &["attractive"]), + ("attribue", &["attribute"]), + ("attribuito", &["attribution"]), + ("attributo", &["attribution"]), + ("attributred", &["attributed"]), + ("attributs", &["attributes"]), + ("attributted", &["attribute"]), + ("attritube", &["attribute"]), + ("attritubes", &["attributes"]), + ("attrocities", &["atrocities"]), + ("aucitons", &["auctions"]), + ("auctioners", &["auctions"]), + ("auctionrs", &["auctions"]), + ("audactiy", &["audacity"]), + ("audbile", &["audible"]), + ("audcaity", &["audacity"]), + ("audeince", &["audience"]), + ("audibel", &["audible"]), + ("audiobok", &["audiobook"]), + ("audiobookas", &["audiobooks"]), + ("audiobookmrs", &["audiobooks"]), + ("audioboook", &["audiobook"]), + ("audioboooks", &["audiobook"]), + ("audioboost", &["audiobooks"]), + ("audomoderator", &["automoderator"]), + ("auhtenticate", &["authenticate"]), + ("auidobook", &["audiobook"]), + ("auidobooks", &["audiobooks"]), + ("auotattack", &["autoattack"]), + ("auotcorrect", &["autocorrect"]), + ("auromated", &["automated"]), + ("austeriy", &["austerity"]), + ("austira", &["austria"]), + ("austiran", &["austrian"]), + ("austitic", &["autistic"]), + ("austrai", &["austria"]), + ("austrailan", &["australian"]), + ("austrailans", &["australians"]), + ("austrailia", &["australia"]), + ("austrailian", &["australian"]), + ("austrain", &["austrian"]), + ("australa", &["australian"]), + ("australain", &["australians"]), + ("australiaan", &["australians"]), + ("australiams", &["australians"]), + ("australianas", &["australians"]), + ("australianess", &["australians"]), + ("australianos", &["australians"]), + ("australien", &["australian"]), + ("australiens", &["australians"]), + ("australin", &["australians"]), + ("australina", &["australians"]), + ("australlian", &["australian"]), + ("austrija", &["austria"]), + ("austrila", &["austria"]), + ("austrlaian", &["australians"]), + ("authenitcation", &["authentication"]), + ("authenticaion", &["authentication"]), + ("authenticaiton", &["authentication"]), + ("authenticaton", &["authentication"]), + ("authenticiy", &["authenticity"]), + ("authenticor", &["authenticator"]), + ("authenticty", &["authenticity"]), + ("authenticy", &["authenticity"]), + ("authentisity", &["authenticity"]), + ("auther", &["author"]), + ("autherization", &["authorization"]), + ("autherized", &["authorized"]), + ("authobiographic", &["autobiographic"]), + ("authobiography", &["autobiography"]), + ("authoratitive", &["authoritative"]), + ("authorative", &["authoritative"]), + ("authoritate", &["authoritative"]), + ("authoritatian", &["authoritarian"]), + ("authoritation", &["authorization"]), + ("authoritay", &["authority"]), + ("authorites", &["authorities"]), + ("authorithies", &["authorities"]), + ("authorithy", &["authority"]), + ("authoritiers", &["authorities"]), + ("authorititive", &["authoritative"]), + ("authoritorian", &["authoritarian"]), + ("authorizaton", &["authorization"]), + ("authorotative", &["authoritative"]), + ("authoroties", &["authorities"]), + ("authroity", &["authority"]), + ("authroization", &["authorization"]), + ("authroized", &["authorized"]), + ("authrorities", &["authorities"]), + ("autisitc", &["autistic"]), + ("autistc", &["autistic"]), + ("autistisch", &["autistic"]), + ("autoattak", &["autoattack"]), + ("autoattaks", &["autoattack"]), + ("autoattk", &["autoattack"]), + ("autoatttack", &["autoattack"]), + ("autochtonous", &["autochthonous"]), + ("autocorect", &["autocorrect"]), + ("autocoreect", &["autocorrect"]), + ("autocorrct", &["autocorrect"]), + ("autocorrekt", &["autocorrect"]), + ("autocorrent", &["autocorrect"]), + ("autocorret", &["autocorrect"]), + ("autocorrext", &["autocorrect"]), + ("autocorrrect", &["autocorrect"]), + ("autoctonous", &["autochthonous"]), + ("autograh", &["autograph"]), + ("autograpgh", &["autograph"]), + ("autogrpah", &["autograph"]), + ("autokorrect", &["autocorrect"]), + ("automatice", &["automate"]), + ("automaticly", &["automatically"]), + ("automatico", &["automation"]), + ("automatied", &["automate"]), + ("automatiek", &["automate"]), + ("automato", &["automation"]), + ("automatonic", &["automation"]), + ("automatron", &["automation"]), + ("automatted", &["automate"]), + ("automibile", &["automobile"]), + ("automitive", &["automotive"]), + ("automobilies", &["automobile"]), + ("automoblie", &["automobile"]), + ("automoblies", &["automobile"]), + ("automoderador", &["automoderator"]), + ("automoderater", &["automoderator"]), + ("automodertor", &["automoderator"]), + ("automodorator", &["automoderator"]), + ("automomous", &["autonomous"]), + ("automonomous", &["autonomous"]), + ("automonous", &["autonomous"]), + ("automony", &["autonomy"]), + ("automoterator", &["automoderator"]), + ("automotice", &["automotive"]), + ("automotion", &["automation"]), + ("automotize", &["automotive"]), + ("automotove", &["automotive"]), + ("autonamous", &["autonomous"]), + ("autonation", &["automation"]), + ("autonimous", &["autonomous"]), + ("autonomity", &["autonomy"]), + ("autonomos", &["autonomous"]), + ("autononous", &["autonomous"]), + ("autor", &["author"]), + ("autoritharian", &["authoritarian"]), + ("autority", &["authority"]), + ("autsitic", &["autistic"]), + ("auttoatack", &["autoattack"]), + ("auxilary", &["auxiliary"]), + ("auxillaries", &["auxiliaries"]), + ("auxillary", &["auxiliary"]), + ("auxilliaries", &["auxiliaries"]), + ("auxilliary", &["auxiliary"]), + ("avacodos", &["avocados"]), + ("avaiable", &["available"]), + ("avaialble", &["available"]), + ("availabale", &["available"]), + ("availabe", &["available"]), + ("availabiliy", &["availability"]), + ("availabillity", &["availability"]), + ("availabilty", &["availability"]), + ("availablity", &["availability"]), + ("availaible", &["available"]), + ("availble", &["available"]), + ("availiable", &["available"]), + ("availible", &["available"]), + ("avaition", &["aviation"]), + ("avalable", &["available"]), + ("avalaible", &["available"]), + ("avalance", &["avalanche"]), + ("avaliability", &["availability"]), + ("avaliable", &["available"]), + ("avataras", &["avatars"]), + ("avatards", &["avatars"]), + ("avatares", &["avatars"]), + ("avation", &["aviation"]), + ("averadge", &["averaged"]), + ("averageadi", &["averaged"]), + ("averageed", &["averaged"]), + ("averageifs", &["averages"]), + ("avergaed", &["averaged"]), + ("avergaes", &["averages"]), + ("aviaiton", &["aviation"]), + ("avialability", &["availability"]), + ("avialable", &["available"]), + ("avilable", &["available"]), + ("avnegers", &["avengers"]), + ("avodacos", &["avocados"]), + ("avtaars", &["avatars"]), + ("awakend", &["awakened"]), + ("awakenend", &["awakened"]), + ("awared", &["awarded"]), + ("awekened", &["weakened"]), + ("awesomeley", &["awesomely"]), + ("awesomelly", &["awesomely"]), + ("awesomenss", &["awesomeness"]), + ("awesomey", &["awesomely"]), + ("awesomley", &["awesomely"]), + ("awesoneness", &["awesomeness"]), + ("awfullly", &["awfully"]), + ("awkawrdly", &["awkwardly"]), + ("awknowledged", &["acknowledged"]), + ("awknowledgement", &["acknowledgement"]), + ("awknowledges", &["acknowledges"]), + ("awknowledging", &["acknowledging"]), + ("awkwardess", &["awkwardness"]), + ("awkwardsness", &["awkwardness"]), + ("awkwardy", &["awkwardly"]), + ("awnsered", &["answered"]), + ("awnsering", &["answering"]), + ("awya", &["away"]), + ("bablyon", &["babylon"]), + ("babysister", &["babysitter"]), + ("babysite", &["babysitter"]), + ("babysiting", &["babysitting"]), + ("babysittng", &["babysitting"]), + ("babysittter", &["babysitter"]), + ("babysittting", &["babysitting"]), + ("baceause", &["because"]), + ("bacehlor", &["bachelor"]), + ("bacehlors", &["bachelors"]), + ("bachelores", &["bachelors"]), + ("bachelour", &["bachelor"]), + ("bachleor", &["bachelor"]), + ("bachleors", &["bachelors"]), + ("bacholer", &["bachelor"]), + ("bacholers", &["bachelors"]), + ("backbacking", &["backpacking"]), + ("backdooor", &["backdoor"]), + ("backdor", &["backdoor"]), + ("backeast", &["backseat"]), + ("backerds", &["backers"]), + ("backfeild", &["backfield"]), + ("backfied", &["backfield"]), + ("backfiled", &["backfield"]), + ("backgorund", &["background"]), + ("backgorunds", &["backgrounds"]), + ("backgroud", &["background"]), + ("backgroudn", &["backgrounds"]), + ("backgrouds", &["backgrounds"]), + ("backgrouns", &["backgrounds"]), + ("backgruond", &["backgrounds"]), + ("backhacking", &["backpacking"]), + ("backjacking", &["backpacking"]), + ("backpacing", &["backpacking"]), + ("backpackng", &["backpacking"]), + ("backpacs", &["backpacks"]), + ("backpakcs", &["backpacks"]), + ("backrgound", &["backgrounds"]), + ("backrounds", &["backgrounds"]), + ("backsta", &["backseat"]), + ("backtacking", &["backpacking"]), + ("baclony", &["balcony"]), + ("badnits", &["bandits"]), + ("badnwagon", &["bandwagon"]), + ("badnwidth", &["bandwidth"]), + ("baiscly", &["basicly"]), + ("bakc", &["back"]), + ("bakcers", &["backers"]), + ("baksetball", &["basketball"]), + ("balanceada", &["balanced"]), + ("balanceado", &["balanced"]), + ("balanse", &["balances"]), + ("balcanes", &["balances"]), + ("balckberry", &["blackberry"]), + ("balcked", &["blacked"]), + ("balckhawks", &["blackhawks"]), + ("balckjack", &["blackjack"]), + ("balcklist", &["blacklist"]), + ("balcksmith", &["blacksmith"]), + ("balconey", &["balcony"]), + ("balconny", &["balcony"]), + ("balitmore", &["baltimore"]), + ("ballisitc", &["ballistic"]), + ("ballistc", &["ballistic"]), + ("ballsitic", &["ballistic"]), + ("balnaced", &["balanced"]), + ("balsphemy", &["blasphemy"]), + ("banannas", &["bananas"]), + ("banditas", &["bandits"]), + ("bandiwdth", &["bandwidth"]), + ("bandwagoon", &["bandwagon"]), + ("bandwdith", &["bandwidth"]), + ("bandwidht", &["bandwidth"]), + ("bandwitdh", &["bandwidth"]), + ("bandwith", &["bandwidth"]), + ("bangaldesh", &["bangladesh"]), + ("bangaldeshi", &["bangladesh"]), + ("bangkock", &["bangkok"]), + ("bangladash", &["bangladesh"]), + ("bangladesch", &["bangladesh"]), + ("bangledash", &["bangladesh"]), + ("bangledesh", &["bangladesh"]), + ("banglidesh", &["bangladesh"]), + ("banhsee", &["banshee"]), + ("bankgok", &["bangkok"]), + ("bankrupcty", &["bankruptcy"]), + ("bankrupcy", &["bankruptcy"]), + ("bankruptsy", &["bankruptcy"]), + ("bankrupty", &["bankruptcy"]), + ("bankrutpcy", &["bankruptcy"]), + ("banruptcy", &["bankruptcy"]), + ("baordwalk", &["boardwalk"]), + ("baout", &["about"]), + ("baoynet", &["bayonet"]), + ("baptims", &["baptism"]), + ("baptisim", &["baptism"]), + ("baptsim", &["baptism"]), + ("barabrian", &["barbarian"]), + ("barabrians", &["barbarians"]), + ("barabric", &["barbaric"]), + ("baragin", &["bargain"]), + ("barbarain", &["barbarian"]), + ("barbariens", &["barbarians"]), + ("barbarin", &["barbarian"]), + ("barbarina", &["barbarian"]), + ("barbarions", &["barbarians"]), + ("barbaris", &["barbarians"]), + ("barbarisch", &["barbaric"]), + ("barberians", &["barbarians"]), + ("barcelets", &["bracelets"]), + ("barceloneta", &["barcelona"]), + ("barcleona", &["barcelona"]), + ("bardford", &["bradford"]), + ("bareclona", &["barcelona"]), + ("bargaing", &["bargaining"]), + ("bargainning", &["bargaining"]), + ("bargani", &["bargain"]), + ("bargian", &["bargain"]), + ("bargianing", &["bargaining"]), + ("bariner", &["brainer"]), + ("baristia", &["barista"]), + ("barlkey", &["barkley"]), + ("barrackus", &["barracks"]), + ("barracs", &["barracks"]), + ("barrakcs", &["barracks"]), + ("barrells", &["barrels"]), + ("barrles", &["barrels"]), + ("barsita", &["barista"]), + ("bartendars", &["bartenders"]), + ("barvery", &["bravery"]), + ("bascially", &["basically"]), + ("bascily", &["basicly"]), + ("basektball", &["basketball"]), + ("basicaly", &["basically"]), + ("basiclay", &["basicly"]), + ("basicley", &["basicly"]), + ("basicliy", &["basicly"]), + ("basicly", &["basically"]), + ("basilcy", &["basicly"]), + ("basiton", &["bastion"]), + ("baskteball", &["basketball"]), + ("basnhee", &["banshee"]), + ("bastane", &["bastante"]), + ("bastardes", &["bastards"]), + ("bastardos", &["bastards"]), + ("bastardous", &["bastards"]), + ("bastardus", &["bastards"]), + ("bastars", &["bastards"]), + ("bastino", &["bastion"]), + ("bathrom", &["bathroom"]), + ("bathrooom", &["bathroom"]), + ("batistia", &["batista"]), + ("batitsa", &["batista"]), + ("batlimore", &["baltimore"]), + ("batsita", &["batista"]), + ("battailon", &["battalion"]), + ("battalin", &["battalion"]), + ("battelfield", &["battlefield"]), + ("battelfront", &["battlefront"]), + ("battelship", &["battleship"]), + ("battelships", &["battleship"]), + ("battelstar", &["battlestar"]), + ("battlaion", &["battalion"]), + ("battlearts", &["battlestar"]), + ("battlechip", &["battleship"]), + ("battlefeild", &["battlefield"]), + ("battlefied", &["battlefield"]), + ("battlefiend", &["battlefield"]), + ("battlefiled", &["battlefield"]), + ("battlefont", &["battlefront"]), + ("battlefornt", &["battlefront"]), + ("battlehips", &["battleship"]), + ("battlehsips", &["battleship"]), + ("battlesaur", &["battlestar"]), + ("battlescar", &["battlestar"]), + ("battleshop", &["battleship"]), + ("battlestsr", &["battlestar"]), + ("bayblon", &["babylon"]), + ("baynoet", &["bayonet"]), + ("bayoent", &["bayonet"]), + ("bayonent", &["bayonet"]), + ("bcak", &["back"]), + ("bceuase", &["becuase"]), + ("beachead", &["beachhead"]), + ("beacuoup", &["beaucoup"]), + ("beacuse", &["because"]), + ("beahviour", &["behaviour"]), + ("beahviours", &["behaviours"]), + ("bealtes", &["beatles"]), + ("beardude", &["bearded"]), + ("beaslty", &["beastly"]), + ("beastiality", &["bestiality"]), + ("beastley", &["beastly"]), + ("beatels", &["beatles"]), + ("beatiful", &["beautiful"]), + ("beaucop", &["beaucoup"]), + ("beauitful", &["beautiful"]), + ("beaurocracy", &["bureaucracy"]), + ("beaurocratic", &["bureaucratic"]), + ("beautifullly", &["beautifully"]), + ("beautifuly", &["beautifully"]), + ("beautifyl", &["beautifully"]), + ("beautilful", &["beautifully"]), + ("beautyfull", &["beautiful"]), + ("beautyfully", &["beautifully"]), + ("becamae", &["became"]), + ("becames", &["becomes"]), + ("becasue", &["because"]), + ("beccause", &["because"]), + ("becnhmark", &["benchmark"]), + ("becnhmarks", &["benchmarks"]), + ("becomeing", &["becoming"]), + ("becomming", &["becoming"]), + ("becouse", &["because"]), + ("becuaes", &["becuase"]), + ("becuase", &["because"]), + ("becuasse", &["becuase"]), + ("becusae", &["becuase"]), + ("bedore", &["before"]), + ("beehtoven", &["beethoven"]), + ("beeing", &["being"]), + ("beethoveen", &["beethoven"]), + ("befirend", &["befriend"]), + ("befoer", &["before"]), + ("befreind", &["befriend"]), + ("befried", &["befriend"]), + ("beggin", &["begin"]), + ("begginer", &["beginner"]), + ("begginers", &["beginners"]), + ("begginig", &["begging"]), + ("beggining", &["beginning"]), + ("begginings", &["beginnings"]), + ("begginng", &["begging"]), + ("beggins", &["begins"]), + ("begining", &["beginning"]), + ("begininng", &["beginning"]), + ("begininngs", &["beginnings"]), + ("beginnig", &["beginning"]), + ("beginninng", &["beginnings"]), + ("beginnins", &["beginnings"]), + ("beglian", &["belgian"]), + ("beglium", &["belgium"]), + ("begnals", &["bengals"]), + ("behaivor", &["behavior"]), + ("behaivors", &["behaviors"]), + ("behaivour", &["behaviour"]), + ("behaivours", &["behaviours"]), + ("behaviorial", &["behavioral"]), + ("behaviorly", &["behavioral"]), + ("behavios", &["behaviours"]), + ("behavoir", &["behavior"]), + ("behavoiral", &["behavioral"]), + ("behavoirs", &["behaviors"]), + ("behavoiur", &["behaviour"]), + ("behavoiurs", &["behaviours"]), + ("behavorial", &["behavioral"]), + ("behavour", &["behavior"]), + ("behavoural", &["behavioral"]), + ("behngazi", &["benghazi"]), + ("behtesda", &["bethesda"]), + ("behvaiour", &["behaviour"]), + ("behvaiours", &["behaviours"]), + ("bejiing", &["beijing"]), + ("beleagured", &["beleaguered"]), + ("beleif", &["belief"]), + ("beleifs", &["beliefs"]), + ("beleivable", &["believable"]), + ("beleive", &["believe"]), + ("beleived", &["believed"]), + ("beleiver", &["believer"]), + ("beleives", &["believes"]), + ("beleiving", &["believing"]), + ("belgain", &["belgian"]), + ("belguim", &["belgium"]), + ("beliavable", &["believable"]), + ("beliebable", &["believable"]), + ("beliefes", &["beliefs"]), + ("believeble", &["believable"]), + ("believr", &["believer"]), + ("believs", &["believes"]), + ("belifes", &["beliefs"]), + ("beligan", &["belgian"]), + ("beligum", &["belgium"]), + ("belittleing", &["belittling"]), + ("belittlling", &["belittling"]), + ("belive", &["believe"]), + ("beliveable", &["believable"]), + ("belived", &["believed"]), + ("beliveing", &["believing"]), + ("belives", &["believes"]), + ("belligerant", &["belligerent"]), + ("belligerante", &["belligerent"]), + ("belligirent", &["belligerent"]), + ("bellweather", &["bellwether"]), + ("belssings", &["blessings"]), + ("bemusemnt", &["bemusement"]), + ("benagls", &["bengals"]), + ("benchamrk", &["benchmark"]), + ("benchamrks", &["benchmarks"]), + ("benchmakrs", &["benchmarks"]), + ("benchmars", &["benchmarks"]), + ("benckmarks", &["benchmarks"]), + ("benedicat", &["benedict"]), + ("benedickt", &["benedict"]), + ("benedit", &["benedict"]), + ("benefecial", &["beneficial"]), + ("benefica", &["beneficial"]), + ("beneficary", &["beneficiary"]), + ("beneficiul", &["beneficial"]), + ("benefitial", &["beneficial"]), + ("benefitical", &["beneficial"]), + ("beneifical", &["beneficial"]), + ("benelovent", &["benevolent"]), + ("benevalent", &["benevolent"]), + ("benevelant", &["benevolent"]), + ("benevelent", &["benevolent"]), + ("benevelont", &["benevolent"]), + ("benevloent", &["benevolent"]), + ("benevolant", &["benevolent"]), + ("bengahzi", &["benghazi"]), + ("bengalas", &["bengals"]), + ("bengalos", &["bengals"]), + ("bengazhi", &["benghazi"]), + ("benghai", &["benghazi"]), + ("benghazhi", &["benghazi"]), + ("benghazzi", &["benghazi"]), + ("benghzai", &["benghazi"]), + ("benglas", &["bengals"]), + ("bengzhai", &["benghazi"]), + ("benhgazi", &["benghazi"]), + ("benidect", &["benedict"]), + ("benificial", &["beneficial"]), + ("benifit", &["benefit"]), + ("benifits", &["benefits"]), + ("benovelent", &["benevolent"]), + ("beoynce", &["beyonce"]), + ("beraded", &["bearded"]), + ("berekley", &["berkeley"]), + ("bergamont", &["bergamot"]), + ("berkelely", &["berkeley"]), + ("bernouilli", &["bernoulli"]), + ("bersekr", &["berserk"]), + ("bersekrer", &["berserker"]), + ("berserkr", &["berserker"]), + ("berskerer", &["berserker"]), + ("beseige", &["besiege"]), + ("beseiged", &["besieged"]), + ("beseiging", &["besieging"]), + ("besitality", &["bestiality"]), + ("bestaility", &["bestiality"]), + ("besteality", &["bestiality"]), + ("bestialiy", &["bestiality"]), + ("bestiallity", &["bestiality"]), + ("betales", &["beatles"]), + ("beteen", &["between"]), + ("betehsda", &["bethesda"]), + ("beteshda", &["bethesda"]), + ("bethdesa", &["bethesda"]), + ("bethedsa", &["bethesda"]), + ("bethesa", &["bethesda"]), + ("bethseda", &["bethesda"]), + ("betrayd", &["betrayed"]), + ("betrayeado", &["betrayed"]), + ("betwen", &["between"]), + ("beuatiful", &["beautiful"]), + ("beuatifully", &["beautifully"]), + ("beucase", &["becuase"]), + ("beuraucracy", &["bureaucracy"]), + ("beuraucratic", &["bureaucratic"]), + ("beuraucrats", &["bureaucrats"]), + ("beween", &["between"]), + ("bewteen", &["between"]), + ("beyoncye", &["beyonce"]), + ("bianry", &["binary"]), + ("bibilcal", &["biblical"]), + ("bicthes", &["bitches"]), + ("bicylces", &["bicycles"]), + ("bidrman", &["birdman"]), + ("biejing", &["beijing"]), + ("bifgoot", &["bigfoot"]), + ("bigfooot", &["bigfoot"]), + ("bigining", &["beginning"]), + ("biginning", &["beginning"]), + ("bigorty", &["bigotry"]), + ("bigrading", &["brigading"]), + ("bigtoed", &["bigoted"]), + ("bigtory", &["bigotry"]), + ("bilateraly", &["bilaterally"]), + ("bilbical", &["biblical"]), + ("billbaord", &["billboard"]), + ("billboad", &["billboard"]), + ("billboars", &["billboards"]), + ("billborads", &["billboards"]), + ("billegerent", &["belligerent"]), + ("billingualism", &["bilingualism"]), + ("billionairre", &["billionaire"]), + ("billionairres", &["billionaire"]), + ("billionairs", &["billionaires"]), + ("billionarie", &["billionaire"]), + ("billionaries", &["billionaires"]), + ("billioniare", &["billionaire"]), + ("billioniares", &["billionaires"]), + ("bilsters", &["blisters"]), + ("bilzzard", &["blizzard"]), + ("bilzzcon", &["blizzcon"]), + ("binominal", &["binomial"]), + ("biogted", &["bigoted"]), + ("biogtry", &["bigotry"]), + ("bioligical", &["biological"]), + ("bioligically", &["biologically"]), + ("biologia", &["biological"]), + ("biologicaly", &["biologically"]), + ("biologiset", &["biologist"]), + ("biologiskt", &["biologist"]), + ("bioplar", &["bipolar"]), + ("biploar", &["bipolar"]), + ("birdamn", &["birdman"]), + ("birdges", &["bridges"]), + ("birgade", &["brigade"]), + ("birgading", &["brigading"]), + ("birghtest", &["brightest"]), + ("birghtness", &["brightness"]), + ("birhtday", &["birthday"]), + ("birhtdays", &["birthdays"]), + ("birmignham", &["birmingham"]), + ("birmimgham", &["birmingham"]), + ("birmingharam", &["birmingham"]), + ("birsbane", &["brisbane"]), + ("birthdayers", &["birthdays"]), + ("birthdaymas", &["birthdays"]), + ("birthdsy", &["birthdays"]), + ("biseuxal", &["bisexual"]), + ("bisexaul", &["bisexual"]), + ("bisexuella", &["bisexual"]), + ("bitcion", &["bitcoin"]), + ("bitcions", &["bitcoins"]), + ("bitcoints", &["bitcoins"]), + ("bithced", &["bitched"]), + ("bithces", &["bitches"]), + ("bitocin", &["bitcoin"]), + ("bitocins", &["bitcoins"]), + ("bitterseet", &["bittersweet"]), + ("bittersweat", &["bittersweet"]), + ("bittersweeet", &["bittersweet"]), + ("bitterswet", &["bittersweet"]), + ("bitterwseet", &["bittersweet"]), + ("bizzare", &["bizarre"]), + ("blackade", &["blacked"]), + ("blackahwks", &["blackhawks"]), + ("blackbarry", &["blackberry"]), + ("blackbeary", &["blackberry"]), + ("blackbeery", &["blackberry"]), + ("blackberrry", &["blackberry"]), + ("blackbery", &["blackberry"]), + ("blackcawks", &["blackhawks"]), + ("blackend", &["blacked"]), + ("blackhakws", &["blackhawks"]), + ("blackhaws", &["blackhawks"]), + ("blackhwaks", &["blackhawks"]), + ("blackjak", &["blackjack"]), + ("blacklit", &["blacklist"]), + ("blackmsith", &["blacksmith"]), + ("blackshit", &["blacksmith"]), + ("blackshits", &["blacksmith"]), + ("blacksmitch", &["blacksmith"]), + ("blacony", &["balcony"]), + ("blaim", &["blame"]), + ("blaimed", &["blamed"]), + ("blamethrower", &["flamethrower"]), + ("blankes", &["blankets"]), + ("blanketts", &["blankets"]), + ("blapshemy", &["blasphemy"]), + ("blashpemy", &["blasphemy"]), + ("blaspehmy", &["blasphemy"]), + ("blasphemey", &["blasphemy"]), + ("blasphmey", &["blasphemy"]), + ("blatanlty", &["blatantly"]), + ("blatanty", &["blatantly"]), + ("blatimore", &["baltimore"]), + ("blegian", &["belgian"]), + ("blegium", &["belgium"]), + ("blessins", &["blessings"]), + ("blessure", &["blessing"]), + ("bleuberry", &["blueberry"]), + ("bleutooth", &["bluetooth"]), + ("blisteres", &["blisters"]), + ("blitzkreig", &["blitzkrieg"]), + ("blizzad", &["blizzard"]), + ("blizzcoin", &["blizzcon"]), + ("blochchain", &["blockchain"]), + ("blockcahin", &["blockchain"]), + ("blockchan", &["blockchain"]), + ("blockchian", &["blockchain"]), + ("blockeras", &["blockers"]), + ("blockes", &["blockers"]), + ("bloggare", &["blogger"]), + ("bloggeur", &["blogger"]), + ("bloodboner", &["bloodborne"]), + ("bloodbonre", &["bloodborne"]), + ("bloodboorne", &["bloodborne"]), + ("bloodborbe", &["bloodborne"]), + ("bloodbore", &["bloodborne"]), + ("bloodbrone", &["bloodborne"]), + ("bloodporne", &["bloodborne"]), + ("bloorborne", &["bloodborne"]), + ("bloster", &["bolster"]), + ("bluebarries", &["blueberries"]), + ("blueberies", &["blueberries"]), + ("blueberris", &["blueberries"]), + ("blueberrries", &["blueberries"]), + ("blueberrry", &["blueberry"]), + ("bluebery", &["blueberry"]), + ("bluebrints", &["blueprints"]), + ("blueburries", &["blueberries"]), + ("blueprients", &["blueprints"]), + ("blueprintcss", &["blueprints"]), + ("bluetooh", &["bluetooth"]), + ("blugaria", &["bulgaria"]), + ("blulets", &["bullets"]), + ("boardband", &["broadband"]), + ("boardcast", &["broadcast"]), + ("boardcasting", &["broadcasting"]), + ("boardcasts", &["broadcasts"]), + ("boardway", &["broadway"]), + ("boaut", &["bout"]), + ("bobmers", &["bombers"]), + ("bobybuilding", &["bodybuilding"]), + ("bodybuidling", &["bodybuilding"]), + ("bodybuildig", &["bodybuilding"]), + ("bodybuildng", &["bodybuilding"]), + ("bodybuilidng", &["bodybuilding"]), + ("bodybuiling", &["bodybuilding"]), + ("bodybuliding", &["bodybuilding"]), + ("bodydbuilder", &["bodybuilder"]), + ("bodyheight", &["bodyweight"]), + ("bodyweigt", &["bodyweight"]), + ("bodyweigth", &["bodyweight"]), + ("bodywieght", &["bodyweight"]), + ("bollcoks", &["bollocks"]), + ("bollocs", &["bollocks"]), + ("bombardeada", &["bombarded"]), + ("bombardeado", &["bombarded"]), + ("bombardement", &["bombardment"]), + ("bombarderad", &["bombarded"]), + ("bombarment", &["bombardment"]), + ("bomberos", &["bombers"]), + ("bondary", &["boundary"]), + ("bonnano", &["bonanno"]), + ("bonsues", &["bonuses"]), + ("bookamrks", &["bookmarks"]), + ("bookmakred", &["bookmarked"]), + ("bookmakrs", &["bookmarks"]), + ("bookmarkd", &["bookmarked"]), + ("bookmars", &["bookmarks"]), + ("boook", &["book"]), + ("bootlaoder", &["bootloader"]), + ("bootleader", &["bootloader"]), + ("boradband", &["broadband"]), + ("boradcast", &["broadcast"]), + ("boradcasting", &["broadcasting"]), + ("boradcasts", &["broadcasts"]), + ("boraden", &["broaden"]), + ("borader", &["broader"]), + ("boradly", &["broadly"]), + ("boradwalk", &["boardwalk"]), + ("boradway", &["broadway"]), + ("bordelrands", &["borderlands"]), + ("bordeom", &["boredom"]), + ("borderlads", &["borderlands"]), + ("borderlanders", &["borderlands"]), + ("borderlans", &["borderlands"]), + ("bordlerands", &["borderlands"]), + ("boredoom", &["boredom"]), + ("borke", &["broke"]), + ("bortherhood", &["brotherhood"]), + ("boslter", &["bolster"]), + ("botivational", &["motivational"]), + ("bottelneck", &["bottleneck"]), + ("bottlebeck", &["bottleneck"]), + ("boudler", &["boulder"]), + ("bouldore", &["boulder"]), + ("boundaires", &["boundaries"]), + ("bounderies", &["boundaries"]), + ("boundry", &["boundary"]), + ("bounites", &["bounties"]), + ("bounses", &["bonuses"]), + ("bouregois", &["bourgeois"]), + ("bourgeios", &["bourgeois"]), + ("bourgeoius", &["bourgeois"]), + ("bourgeousie", &["bourgeois"]), + ("bourgoeis", &["bourgeois"]), + ("boutiqe", &["boutique"]), + ("boutnies", &["bounties"]), + ("boutqiue", &["boutique"]), + ("bouyancy", &["buoyancy"]), + ("bouyant", &["buoyant"]), + ("boyant", &["buoyant"]), + ("boycottting", &["boycotting"]), + ("boycutting", &["boycotting"]), + ("boyfirend", &["boyfriend"]), + ("boyfirends", &["boyfriends"]), + ("boyfreind", &["boyfriend"]), + ("boyfreinds", &["boyfriends"]), + ("boyfried", &["boyfriend"]), + ("boyfriens", &["boyfriends"]), + ("boyfrients", &["boyfriends"]), + ("brabarian", &["barbarian"]), + ("braceletes", &["bracelets"]), + ("bracelettes", &["bracelets"]), + ("braceletts", &["bracelets"]), + ("bracelona", &["barcelona"]), + ("bradcast", &["broadcast"]), + ("bradfrod", &["bradford"]), + ("braevry", &["bravery"]), + ("brainwahsed", &["brainwashed"]), + ("brainwahsing", &["brainwashing"]), + ("brainwased", &["brainwashed"]), + ("brainwasing", &["brainwashing"]), + ("braista", &["barista"]), + ("brakedowns", &["breakdowns"]), + ("brakeout", &["breakout"]), + ("brakethrough", &["breakthrough"]), + ("brakley", &["barkley"]), + ("branier", &["brainer"]), + ("braodband", &["broadband"]), + ("braodcast", &["broadcast"]), + ("braodcasting", &["broadcasting"]), + ("braodcasts", &["broadcasts"]), + ("braoden", &["broaden"]), + ("braoder", &["broader"]), + ("braodly", &["broadly"]), + ("braodway", &["broadway"]), + ("brasillian", &["brazilian"]), + ("bratenders", &["bartenders"]), + ("braverly", &["bravery"]), + ("brazilains", &["brazilians"]), + ("brazileans", &["brazilians"]), + ("braziliaan", &["brazilians"]), + ("brazilianese", &["brazilians"]), + ("brazilianess", &["brazilians"]), + ("brazilias", &["brazilians"]), + ("braziliians", &["brazilians"]), + ("brazilions", &["brazilians"]), + ("brazillans", &["brazilians"]), + ("breadtfeeding", &["breastfeeding"]), + ("breakdows", &["breakdowns"]), + ("breakthorugh", &["breakthrough"]), + ("breakthough", &["breakthrough"]), + ("breakthroughts", &["breakthroughs"]), + ("breakthrouh", &["breakthrough"]), + ("breaktrhough", &["breakthrough"]), + ("breastfeading", &["breastfeeding"]), + ("breastfeedig", &["breastfeeding"]), + ("breastfeeing", &["breastfeeding"]), + ("breasttaking", &["breathtaking"]), + ("breathis", &["breaths"]), + ("breathos", &["breaths"]), + ("breathtakng", &["breathtaking"]), + ("breatsfeeding", &["breastfeeding"]), + ("brednan", &["brendan"]), + ("breif", &["brief"]), + ("breifly", &["briefly"]), + ("brekaout", &["breakout"]), + ("brendamn", &["brendan"]), + ("breserk", &["berserk"]), + ("breserker", &["berserker"]), + ("brethen", &["brethren"]), + ("bretheren", &["brethren"]), + ("breweres", &["brewers"]), + ("brewerey", &["brewery"]), + ("brewerks", &["brewers"]), + ("brewerys", &["brewers"]), + ("brewrey", &["brewery"]), + ("briagde", &["brigade"]), + ("brianer", &["brainer"]), + ("brianwashed", &["brainwashed"]), + ("brianwashing", &["brainwashing"]), + ("bridaging", &["brigading"]), + ("bridman", &["birdman"]), + ("brielfy", &["briefly"]), + ("brigaged", &["brigade"]), + ("brigated", &["brigade"]), + ("brigdes", &["bridges"]), + ("brightern", &["brighten"]), + ("brightn", &["brighten"]), + ("brightoner", &["brighten"]), + ("brigthen", &["brighten"]), + ("brigthest", &["brightest"]), + ("brigthness", &["brightness"]), + ("briliant", &["brilliant"]), + ("brillaince", &["brilliance"]), + ("brillaintly", &["brilliantly"]), + ("brillant", &["brilliant"]), + ("brilliante", &["brilliance"]), + ("brillianty", &["brilliantly"]), + ("brilliany", &["brilliantly"]), + ("brimestone", &["brimstone"]), + ("brimingham", &["birmingham"]), + ("brisben", &["brisbane"]), + ("bristool", &["bristol"]), + ("brithday", &["birthday"]), + ("brithdays", &["birthdays"]), + ("britian", &["britain"]), + ("britsol", &["bristol"]), + ("brittish", &["british"]), + ("briused", &["bruised"]), + ("briuser", &["bruiser"]), + ("briusers", &["bruisers"]), + ("briuses", &["bruises"]), + ("broacasted", &["broadcast"]), + ("broadacasting", &["broadcasting"]), + ("broadbad", &["broadband"]), + ("broadcasing", &["broadcasting"]), + ("broadcastes", &["broadcasts"]), + ("broadcastors", &["broadcasts"]), + ("broadcat", &["broadcasts"]), + ("broadley", &["broadly"]), + ("broadwalk", &["boardwalk"]), + ("broady", &["broadly"]), + ("brocoli", &["broccoli"]), + ("brocolli", &["broccoli"]), + ("brodaway", &["broadway"]), + ("broderlands", &["borderlands"]), + ("broncoes", &["broncos"]), + ("bronocs", &["broncos"]), + ("broswing", &["browsing"]), + ("brotherhod", &["brotherhood"]), + ("brotherhoood", &["brotherhood"]), + ("brotherood", &["brotherhood"]), + ("brotherwood", &["brotherhood"]), + ("browine", &["brownie"]), + ("browines", &["brownies"]), + ("browisng", &["browsing"]), + ("brownei", &["brownie"]), + ("brownis", &["brownies"]), + ("brtually", &["brutally"]), + ("bruglar", &["burglar"]), + ("brugundy", &["burgundy"]), + ("bruisend", &["bruised"]), + ("bruiseres", &["bruisers"]), + ("brunete", &["brunette"]), + ("brunettte", &["brunette"]), + ("bruning", &["burning"]), + ("brusied", &["bruised"]), + ("brusies", &["bruises"]), + ("brusselers", &["brussels"]), + ("brusseles", &["brussels"]), + ("brussells", &["brussels"]), + ("brusses", &["brussels"]), + ("brussles", &["brussels"]), + ("brusting", &["bursting"]), + ("brutailty", &["brutality"]), + ("brutallity", &["brutally"]), + ("brutallly", &["brutally"]), + ("brutaly", &["brutally"]), + ("btiched", &["bitched"]), + ("btiches", &["bitches"]), + ("bubbels", &["bubbles"]), + ("bubblews", &["bubbles"]), + ("buddah", &["buddha"]), + ("buddhim", &["buddhism"]), + ("buddhisim", &["buddhism"]), + ("buddhistisk", &["buddhists"]), + ("buddhit", &["buddhist"]), + ("buddhits", &["buddhist"]), + ("buddhsim", &["buddhism"]), + ("buddihsts", &["buddhists"]), + ("buddishm", &["buddhism"]), + ("buddisht", &["buddhist"]), + ("buddishts", &["buddhists"]), + ("buddist", &["buddhist"]), + ("budgest", &["budgets"]), + ("buearucratic", &["bureaucratic"]), + ("buearucrats", &["bureaucrats"]), + ("bueraucracy", &["bureaucracy"]), + ("bueraucratic", &["bureaucratic"]), + ("bueraucrats", &["bureaucrats"]), + ("bugdets", &["budgets"]), + ("buglaria", &["bulgaria"]), + ("buhddism", &["buddhism"]), + ("buhddist", &["buddhist"]), + ("buhddists", &["buddhists"]), + ("buidlers", &["builders"]), + ("buidling", &["building"]), + ("buidlings", &["buildings"]), + ("buildes", &["builders"]), + ("buildins", &["buildings"]), + ("buisness", &["business"]), + ("buisnesses", &["businesses"]), + ("buisnessman", &["businessman"]), + ("buisnessmen", &["businessmen"]), + ("bulagria", &["bulgaria"]), + ("bulgaira", &["bulgaria"]), + ("bulgara", &["bulgaria"]), + ("bulgariska", &["bulgaria"]), + ("buliders", &["builders"]), + ("buliding", &["building"]), + ("bulidings", &["buildings"]), + ("bullerproof", &["bulletproof"]), + ("bullest", &["bullets"]), + ("bulletbroof", &["bulletproof"]), + ("bulletpoof", &["bulletproof"]), + ("bulletprof", &["bulletproof"]), + ("bulletproff", &["bulletproof"]), + ("bulletprooof", &["bulletproof"]), + ("bulletprrof", &["bulletproof"]), + ("bulletts", &["bullets"]), + ("bullitproof", &["bulletproof"]), + ("buoancy", &["buoyancy"]), + ("bureacuracy", &["bureaucracy"]), + ("bureaocracy", &["bureaucracy"]), + ("bureaocratic", &["bureaucratic"]), + ("bureaocrats", &["bureaucrats"]), + ("bureaucats", &["bureaucrats"]), + ("bureaucracie", &["bureaucratic"]), + ("bureaucractic", &["bureaucratic"]), + ("bureaucracts", &["bureaucrats"]), + ("bureaucraps", &["bureaucrats"]), + ("bureaucrash", &["bureaucrats"]), + ("bureaucrasy", &["bureaucrats"]), + ("bureaucrates", &["bureaucrats"]), + ("bureaucratics", &["bureaucrats"]), + ("bureaucratisch", &["bureaucratic"]), + ("bureaucratische", &["bureaucratic"]), + ("bureaucratius", &["bureaucrats"]), + ("bureaucrazy", &["bureaucracy"]), + ("bureuacracy", &["bureaucracy"]), + ("bureuacratic", &["bureaucratic"]), + ("bureuacrats", &["bureaucrats"]), + ("burgunday", &["burgundy"]), + ("burgundry", &["burgundy"]), + ("burguny", &["burgundy"]), + ("buring", &["burying"]), + ("buriser", &["bruiser"]), + ("burisers", &["bruisers"]), + ("burlgar", &["burglar"]), + ("burnign", &["burning"]), + ("burried", &["buried"]), + ("burriots", &["burritos"]), + ("burritio", &["burrito"]), + ("burritoes", &["burritos"]), + ("burritto", &["burrito"]), + ("burrtio", &["burrito"]), + ("burrtios", &["burritos"]), + ("burssels", &["brussels"]), + ("burtality", &["brutality"]), + ("burtally", &["brutally"]), + ("burtsing", &["bursting"]), + ("burueacrats", &["bureaucrats"]), + ("busines", &["business"]), + ("busineses", &["business"]), + ("businesman", &["businessman"]), + ("businesmen", &["businessmen"]), + ("businessa", &["businessman"]), + ("businesse", &["businessmen"]), + ("businessemen", &["businessmen"]), + ("businessen", &["businessmen"]), + ("businessnes", &["businessmen"]), + ("businesss", &["businesses"]), + ("busness", &["business"]), + ("busniessmen", &["businessmen"]), + ("busrting", &["bursting"]), + ("bussiness", &["business"]), + ("butcherd", &["butchered"]), + ("buthcered", &["butchered"]), + ("butterey", &["buttery"]), + ("butterfies", &["butterflies"]), + ("butterfiles", &["butterflies"]), + ("butterfleye", &["butterfly"]), + ("butterflyes", &["butterflies"]), + ("butterfries", &["butterflies"]), + ("butterfy", &["butterfly"]), + ("butterlfies", &["butterflies"]), + ("butterlfy", &["butterfly"]), + ("butterry", &["buttery"]), + ("butthoe", &["butthole"]), + ("butthoel", &["butthole"]), + ("buttrey", &["buttery"]), + ("bycicles", &["bicycles"]), + ("cababge", &["cabbage"]), + ("cababilities", &["capabilities"]), + ("cabbagge", &["cabbage"]), + ("cabients", &["cabinets"]), + ("cabinate", &["cabinet"]), + ("cabinent", &["cabinet"]), + ("cabines", &["cabinets"]), + ("cabinettas", &["cabinets"]), + ("cabniet", &["cabinet"]), + ("cabniets", &["cabinets"]), + ("cacausian", &["caucasian"]), + ("caclium", &["calcium"]), + ("caclulate", &["calculate"]), + ("caclulated", &["calculated"]), + ("caclulating", &["calculating"]), + ("caclulation", &["calculation"]), + ("caclulations", &["calculations"]), + ("caclulator", &["calculator"]), + ("caclulators", &["calculators"]), + ("caclulus", &["calculus"]), + ("cacuasian", &["caucasian"]), + ("caculater", &["calculator"]), + ("cacuses", &["caucuses"]), + ("cafeteira", &["cafeteria"]), + ("cafetera", &["cafeteria"]), + ("cafetiera", &["cafeteria"]), + ("caffeen", &["caffeine"]), + ("caffeinne", &["caffeine"]), + ("caffinee", &["caffeine"]), + ("cahched", &["cached"]), + ("cahotic", &["chaotic"]), + ("cahracters", &["characters"]), + ("cahsier", &["cashier"]), + ("cahsiers", &["cashiers"]), + ("cailbration", &["calibration"]), + ("cailbre", &["calibre"]), + ("cainster", &["canister"]), + ("calaber", &["caliber"]), + ("calagry", &["calgary"]), + ("calander", &["calendar"]), + ("calback", &["callback"]), + ("calbiration", &["calibration"]), + ("calbire", &["calibre"]), + ("calcluations", &["calculation"]), + ("calcluator", &["calculators"]), + ("calcualte", &["calculate"]), + ("calcualted", &["calculated"]), + ("calcualting", &["calculating"]), + ("calcualtion", &["calculations"]), + ("calcualtions", &["calculations"]), + ("calcualtor", &["calculator"]), + ("calcualtors", &["calculators"]), + ("calcuim", &["calcium"]), + ("calculador", &["calculator"]), + ("calcular", &["calculator"]), + ("calcularon", &["calculator"]), + ("calculater", &["calculator"]), + ("calculaters", &["calculators"]), + ("calculatin", &["calculations"]), + ("calculationg", &["calculating"]), + ("calculatios", &["calculators"]), + ("calculatoare", &["calculator"]), + ("calculatons", &["calculations"]), + ("calculs", &["calculus"]), + ("calgarry", &["calgary"]), + ("calibartion", &["calibration"]), + ("calibler", &["calibre"]), + ("calibraiton", &["calibration"]), + ("calibratin", &["calibration"]), + ("calibraton", &["calibration"]), + ("calicum", &["calcium"]), + ("califnoria", &["californian"]), + ("califonria", &["californian"]), + ("califorian", &["californian"]), + ("califorina", &["california"]), + ("califorinan", &["californian"]), + ("californa", &["california"]), + ("californai", &["californian"]), + ("californain", &["californian"]), + ("californains", &["californian"]), + ("californiaman", &["californian"]), + ("californica", &["california"]), + ("californican", &["californian"]), + ("californien", &["californian"]), + ("californiia", &["californian"]), + ("californina", &["californian"]), + ("californinan", &["californian"]), + ("californnia", &["californian"]), + ("califronia", &["california"]), + ("califronian", &["californian"]), + ("caligraphy", &["calligraphy"]), + ("caliofrnia", &["californian"]), + ("caloires", &["calories"]), + ("calrification", &["clarification"]), + ("calrify", &["clarify"]), + ("calrifying", &["clarifying"]), + ("calrity", &["clarity"]), + ("calrkson", &["clarkson"]), + ("calroies", &["calories"]), + ("calssification", &["classification"]), + ("calssified", &["classified"]), + ("calssify", &["classify"]), + ("caluclate", &["calculate"]), + ("caluclated", &["calculated"]), + ("caluclating", &["calculating"]), + ("caluclation", &["calculation"]), + ("caluclations", &["calculations"]), + ("caluclator", &["calculator"]), + ("caluclators", &["calculators"]), + ("caluculate", &["calculate"]), + ("caluculated", &["calculated"]), + ("caluiflower", &["cauliflower"]), + ("calulate", &["calculate"]), + ("calulated", &["calculated"]), + ("calulater", &["calculator"]), + ("caluses", &["clauses"]), + ("calymore", &["claymore"]), + ("camapign", &["campaign"]), + ("cambirdge", &["cambridge"]), + ("camboda", &["cambodia"]), + ("cambodai", &["cambodia"]), + ("cambodican", &["cambodia"]), + ("camboida", &["cambodia"]), + ("cambpell", &["campbell"]), + ("cambrdige", &["cambridge"]), + ("cambride", &["cambridge"]), + ("cambrigde", &["cambridge"]), + ("cambrige", &["cambridge"]), + ("camoflage", &["camouflage"]), + ("camofluage", &["camouflage"]), + ("camoufalge", &["camouflage"]), + ("camouflague", &["camouflage"]), + ("camouflagued", &["camouflage"]), + ("camouflauge", &["camouflage"]), + ("camoufle", &["camouflage"]), + ("camouglage", &["camouflage"]), + ("campagin", &["campaign"]), + ("campagining", &["campaigning"]), + ("campagins", &["campaigns"]), + ("campaiging", &["campaigning"]), + ("campaignes", &["campaigns"]), + ("campain", &["campaign"]), + ("campaing", &["campaign"]), + ("campainging", &["campaigning"]), + ("campaings", &["campaigns"]), + ("campains", &["campaigns"]), + ("camperas", &["campers"]), + ("camperos", &["campers"]), + ("campiagns", &["campaigns"]), + ("campusers", &["campuses"]), + ("campuss", &["campuses"]), + ("camrbidge", &["cambridge"]), + ("canadains", &["canadians"]), + ("canadianese", &["canadians"]), + ("canadias", &["canadians"]), + ("cananbis", &["cannabis"]), + ("cancelas", &["cancels"]), + ("canceles", &["cancels"]), + ("cancellato", &["cancellation"]), + ("cancells", &["cancels"]), + ("canceltation", &["cancellation"]), + ("canceres", &["cancers"]), + ("cancerns", &["cancers"]), + ("cancerus", &["cancers"]), + ("cancles", &["cancels"]), + ("cancres", &["cancers"]), + ("cancuks", &["canucks"]), + ("candadate", &["candidate"]), + ("candiate", &["candidate"]), + ("candidatas", &["candidates"]), + ("candidats", &["candidates"]), + ("candidatxs", &["candidates"]), + ("candidiate", &["candidate"]), + ("candiens", &["candies"]), + ("canditates", &["candidates"]), + ("canides", &["candies"]), + ("canistre", &["canister"]), + ("cannabil", &["cannibal"]), + ("cannabilism", &["cannibalism"]), + ("cannabolism", &["cannibalism"]), + ("cannbial", &["cannibal"]), + ("canniablism", &["cannibalism"]), + ("cannibalisim", &["cannibalism"]), + ("cannibalizm", &["cannibalism"]), + ("cannibaljim", &["cannibalism"]), + ("canniballism", &["cannibalism"]), + ("cannibalsim", &["cannibalism"]), + ("cannibalsm", &["cannibalism"]), + ("cannibas", &["cannabis"]), + ("cannibilism", &["cannibalism"]), + ("cannister", &["canister"]), + ("cannisters", &["canisters"]), + ("cannnot", &["cannot"]), + ("cannobalism", &["cannibalism"]), + ("cannoical", &["canonical"]), + ("cannonical", &["canonical"]), + ("cannotation", &["connotation"]), + ("cannotations", &["connotations"]), + ("canoncial", &["canonical"]), + ("canrage", &["carnage"]), + ("cansiter", &["canister"]), + ("caost", &["coast"]), + ("capabality", &["capability"]), + ("capabilites", &["capabilities"]), + ("capabilitiy", &["capability"]), + ("capabillity", &["capability"]), + ("capabiltiy", &["capability"]), + ("capacators", &["capacitors"]), + ("capacitaron", &["capacitor"]), + ("capaciters", &["capacitors"]), + ("capacitores", &["capacitors"]), + ("capactior", &["capacitor"]), + ("capactiors", &["capacitors"]), + ("capasitors", &["capacitors"]), + ("capatilism", &["capitalism"]), + ("capatilist", &["capitalist"]), + ("capatilists", &["capitalists"]), + ("capatilization", &["capitalization"]), + ("capatilize", &["capitalize"]), + ("capatilized", &["capitalized"]), + ("caperbility", &["capability"]), + ("capialized", &["capitalized"]), + ("capible", &["capable"]), + ("capicator", &["capacitor"]), + ("capicators", &["capacitors"]), + ("capitalis", &["capitals"]), + ("capitalisim", &["capitalism"]), + ("capitalisn", &["capitals"]), + ("capitalistes", &["capitalists"]), + ("capitalits", &["capitalists"]), + ("capitalizacion", &["capitalization"]), + ("capitalizaiton", &["capitalization"]), + ("capitalizating", &["capitalization"]), + ("capitalizaton", &["capitalization"]), + ("capitalsim", &["capitalism"]), + ("capitalsit", &["capitalists"]), + ("capitans", &["captains"]), + ("capitarist", &["capitalist"]), + ("capitas", &["capitals"]), + ("capitilazation", &["capitalization"]), + ("capitilism", &["capitalism"]), + ("capitilist", &["capitalist"]), + ("capitilists", &["capitalists"]), + ("capitilize", &["capitalize"]), + ("capitilized", &["capitalized"]), + ("capitlaism", &["capitalism"]), + ("capitlaist", &["capitalist"]), + ("capitlaize", &["capitalized"]), + ("capitola", &["capital"]), + ("capitolism", &["capitalism"]), + ("capitolist", &["capitalist"]), + ("capitolists", &["capitalists"]), + ("capitolization", &["capitalization"]), + ("capitolize", &["capitalize"]), + ("capitolized", &["capitalized"]), + ("capitulo", &["capitol"]), + ("capmbell", &["campbell"]), + ("caprenter", &["carpenter"]), + ("capsuels", &["capsules"]), + ("capsulers", &["capsules"]), + ("capsulets", &["capsules"]), + ("capsuls", &["capsules"]), + ("capsulse", &["capsules"]), + ("capsumel", &["capsule"]), + ("captainers", &["captains"]), + ("captais", &["captains"]), + ("capteurs", &["captures"]), + ("captial", &["capital"]), + ("captialism", &["capitalism"]), + ("captialist", &["capitalist"]), + ("captialists", &["capitalists"]), + ("captialization", &["capitalization"]), + ("captialize", &["capitalize"]), + ("captialized", &["capitalized"]), + ("captials", &["capitals"]), + ("captians", &["captains"]), + ("captiol", &["capitol"]), + ("captivitiy", &["captivity"]), + ("captued", &["captured"]), + ("capturd", &["captured"]), + ("capusle", &["capsule"]), + ("capusles", &["capsules"]), + ("caputres", &["captures"]), + ("carachter", &["character"]), + ("caraciture", &["caricature"]), + ("caracterized", &["characterized"]), + ("carange", &["carnage"]), + ("carbien", &["carbine"]), + ("carbohdyrates", &["carbohydrates"]), + ("carbohidrates", &["carbohydrates"]), + ("carbohydrats", &["carbohydrates"]), + ("carbohyrdate", &["carbohydrates"]), + ("carbohyrdates", &["carbohydrates"]), + ("carboyhdrates", &["carbohydrates"]), + ("carcas", &["carcass"]), + ("carciature", &["caricature"]), + ("cardaic", &["cardiac"]), + ("cardbaord", &["cardboard"]), + ("cardboad", &["cardboard"]), + ("cardborad", &["cardboard"]), + ("cardianl", &["cardinal"]), + ("cardianls", &["cardinals"]), + ("cardina", &["cardigan"]), + ("cardinales", &["cardinals"]), + ("cardinalis", &["cardinals"]), + ("cardiocascular", &["cardiovascular"]), + ("cardiovascualar", &["cardiovascular"]), + ("cardiovascualr", &["cardiovascular"]), + ("cardiovasculaire", &["cardiovascular"]), + ("cardiovasculaires", &["cardiovascular"]), + ("cardiovasuclar", &["cardiovascular"]), + ("cardnial", &["cardinal"]), + ("cardnials", &["cardinals"]), + ("careflly", &["carefully"]), + ("carefull", &["careful"]), + ("carefullly", &["carefully"]), + ("carefuly", &["carefully"]), + ("careing", &["caring"]), + ("cariacture", &["caricature"]), + ("cariactures", &["caricature"]), + ("caricate", &["caricature"]), + ("caricatore", &["caricature"]), + ("caricaturale", &["caricature"]), + ("caricaturile", &["caricature"]), + ("caricaturise", &["caricature"]), + ("caricaturize", &["caricature"]), + ("cariciture", &["caricature"]), + ("caricuture", &["caricature"]), + ("caridac", &["cardiac"]), + ("caridgan", &["cardigan"]), + ("caridnal", &["cardinal"]), + ("caridnals", &["cardinals"]), + ("caridovascular", &["cardiovascular"]), + ("carinval", &["carnival"]), + ("carismatic", &["charismatic"]), + ("carloina", &["carolina"]), + ("carmalite", &["carmelite"]), + ("carmtan", &["cartman"]), + ("carnagie", &["carnegie"]), + ("carnagie-mellon", &["carnegie-mellon"]), + ("carnberry", &["cranberry"]), + ("carnege", &["carnage"]), + ("carnige", &["carnage"]), + ("carnigie", &["carnegie"]), + ("carnigie-mellon", &["carnegie-mellon"]), + ("carniverous", &["carnivorous"]), + ("carnvial", &["carnival"]), + ("carolan", &["carolina"]), + ("carolinia", &["carolina"]), + ("carpetner", &["carpenter"]), + ("carptener", &["carpenter"]), + ("carreer", &["career"]), + ("carrers", &["careers"]), + ("carribbean", &["caribbean"]), + ("carribean", &["caribbean"]), + ("carrotts", &["carrots"]), + ("carrotus", &["carrots"]), + ("cartdridge", &["cartridge"]), + ("cartdrige", &["cartridge"]), + ("cartdriges", &["cartridges"]), + ("cartells", &["cartels"]), + ("carthagian", &["carthaginian"]), + ("carthographer", &["cartographer"]), + ("cartilege", &["cartilage"]), + ("cartilidge", &["cartilage"]), + ("cartirdge", &["cartridge"]), + ("cartirdges", &["cartridges"]), + ("cartles", &["cartels"]), + ("cartmaan", &["cartman"]), + ("cartrdige", &["cartridge"]), + ("cartrdiges", &["cartridges"]), + ("cartriages", &["cartridges"]), + ("cartride", &["cartridge"]), + ("cartrigde", &["cartridge"]), + ("cartrigdes", &["cartridges"]), + ("cartrige", &["cartridge"]), + ("carvinal", &["carnival"]), + ("caryons", &["crayons"]), + ("casaulity", &["causality"]), + ("casaulties", &["casualties"]), + ("casaulty", &["casualty"]), + ("casette", &["cassette"]), + ("casheir", &["cashier"]), + ("casheirs", &["cashiers"]), + ("cashieer", &["cashier"]), + ("cashieres", &["cashiers"]), + ("cashies", &["cashiers"]), + ("cashire", &["cashier"]), + ("cashires", &["cashiers"]), + ("casion", &["caisson"]), + ("casltes", &["castles"]), + ("caspule", &["capsule"]), + ("cassawory", &["cassowary"]), + ("cassete", &["cassette"]), + ("cassettte", &["cassette"]), + ("cassowarry", &["cassowary"]), + ("castatrophe", &["catastrophe"]), + ("castels", &["castles"]), + ("castleos", &["castles"]), + ("castlers", &["castles"]), + ("casualites", &["casualties"]), + ("casualries", &["casualties"]), + ("casuation", &["causation"]), + ("casue", &["cause"]), + ("casued", &["caused"]), + ("casues", &["causes"]), + ("casuing", &["causing"]), + ("casulaties", &["casualties"]), + ("casulaty", &["casualty"]), + ("cataclsym", &["cataclysm"]), + ("cataclym", &["cataclysm"]), + ("cataclyms", &["cataclysm"]), + ("cataclysim", &["cataclysm"]), + ("cataclysym", &["cataclysm"]), + ("catacylsm", &["cataclysm"]), + ("catacyslm", &["cataclysm"]), + ("catagorically", &["categorically"]), + ("catagories", &["categories"]), + ("catagorized", &["categorized"]), + ("catagory", &["category"]), + ("catalcysm", &["cataclysm"]), + ("catalgoue", &["catalogue"]), + ("cataline", &["catiline"]), + ("cataloge", &["catalogue"]), + ("catalsyt", &["catalyst"]), + ("catapillar", &["caterpillar"]), + ("catapillars", &["caterpillars"]), + ("catapiller", &["caterpillar"]), + ("catapillers", &["caterpillars"]), + ("catasthrope", &["catastrophe"]), + ("catastraphe", &["catastrophe"]), + ("catastraphic", &["catastrophic"]), + ("catastrohpe", &["catastrophe"]), + ("catastrohpic", &["catastrophic"]), + ("catastrope", &["catastrophe"]), + ("catastrophie", &["catastrophe"]), + ("catastrophies", &["catastrophe"]), + ("catastrophize", &["catastrophe"]), + ("catastropic", &["catastrophic"]), + ("catastrphe", &["catastrophe"]), + ("cataylst", &["catalyst"]), + ("categoricaly", &["categorically"]), + ("categorice", &["categorize"]), + ("categoried", &["categorized"]), + ("categoriei", &["categorize"]), + ("categoriezed", &["categorized"]), + ("categroized", &["categorized"]), + ("cateogrize", &["categorized"]), + ("catepillar", &["caterpillar"]), + ("catepillars", &["caterpillars"]), + ("catergorize", &["categorize"]), + ("catergorized", &["categorized"]), + ("caterogized", &["categorized"]), + ("caterpilar", &["caterpillar"]), + ("caterpilars", &["caterpillars"]), + ("caterpiller", &["caterpillar"]), + ("caterpillers", &["caterpillars"]), + ("catestrophic", &["catastrophic"]), + ("cathderal", &["cathedral"]), + ("catherdal", &["cathedral"]), + ("cathlic", &["catholic"]), + ("cathloic", &["catholic"]), + ("cathloics", &["catholics"]), + ("catholacism", &["catholicism"]), + ("catholicisim", &["catholicism"]), + ("catholicsim", &["catholicism"]), + ("catholicsm", &["catholicism"]), + ("catholicus", &["catholics"]), + ("catholisicm", &["catholicism"]), + ("catholisim", &["catholicism"]), + ("catholisism", &["catholicism"]), + ("catholizism", &["catholicism"]), + ("catholocisim", &["catholicism"]), + ("catholocism", &["catholicism"]), + ("cathredal", &["cathedral"]), + ("catigorically", &["categorically"]), + ("catistrophic", &["catastrophic"]), + ("cativating", &["activating"]), + ("catlayst", &["catalyst"]), + ("catogerized", &["categorized"]), + ("catostraphic", &["catastrophic"]), + ("catostrophic", &["catastrophic"]), + ("catterpilar", &["caterpillar"]), + ("catterpilars", &["caterpillars"]), + ("catterpillar", &["caterpillar"]), + ("catterpillars", &["caterpillars"]), + ("cattleship", &["battleship"]), + ("caucaisan", &["caucasian"]), + ("caucasain", &["caucasian"]), + ("caucasin", &["caucasian"]), + ("cauilflower", &["cauliflower"]), + ("caulfilower", &["cauliflower"]), + ("cauncks", &["canucks"]), + ("causacian", &["caucasian"]), + ("causailty", &["causality"]), + ("causalties", &["casualties"]), + ("causalty", &["casualty"]), + ("cautionsly", &["cautiously"]), + ("cavarly", &["cavalry"]), + ("cavlary", &["cavalry"]), + ("ceasar", &["caesar"]), + ("celcius", &["celsius"]), + ("celebartion", &["celebrations"]), + ("celebirties", &["celebrities"]), + ("celebirty", &["celebrity"]), + ("celebracion", &["celebration"]), + ("celebrasion", &["celebrations"]), + ("celebratin", &["celebration"]), + ("celebratings", &["celebrations"]), + ("celebrationis", &["celebrations"]), + ("celebrationists", &["celebrations"]), + ("celebrato", &["celebration"]), + ("celebratons", &["celebrations"]), + ("celebrite", &["celebrities"]), + ("celebrites", &["celebrities"]), + ("celebritites", &["celebrities"]), + ("celebritiy", &["celebrity"]), + ("celesital", &["celestial"]), + ("celestail", &["celestial"]), + ("celibrations", &["celebrations"]), + ("celisus", &["celsius"]), + ("celitcs", &["celtics"]), + ("cellpading", &["cellpadding"]), + ("cellulaire", &["cellular"]), + ("cellural", &["cellular"]), + ("celsuis", &["celsius"]), + ("celullar", &["cellular"]), + ("celverly", &["cleverly"]), + ("cementary", &["cemetery"]), + ("cemetarey", &["cemetery"]), + ("cemetaries", &["cemeteries"]), + ("cemetary", &["cemetery"]), + ("cencus", &["census"]), + ("cenitpede", &["centipede"]), + ("censorhsip", &["censorship"]), + ("censur", &["censor"]), + ("censurship", &["censorship"]), + ("cententenial", &["centennial"]), + ("centepide", &["centipede"]), + ("centeres", &["centers"]), + ("centerns", &["centers"]), + ("centipeddle", &["centipede"]), + ("centipedle", &["centipede"]), + ("centipeed", &["centipede"]), + ("centrase", &["centres"]), + ("centrers", &["centres"]), + ("centruies", &["centuries"]), + ("centruy", &["century"]), + ("centuties", &["centuries"]), + ("centuty", &["century"]), + ("ceratin", &["certain"]), + ("ceratine", &["creatine"]), + ("cerberal", &["cerebral"]), + ("cerbreus", &["cerberus"]), + ("cerbures", &["cerberus"]), + ("cercumstance", &["circumstance"]), + ("cerebrawl", &["cerebral"]), + ("ceremone", &["ceremonies"]), + ("ceremonias", &["ceremonies"]), + ("ceremoniis", &["ceremonies"]), + ("ceremonije", &["ceremonies"]), + ("cerification", &["verification"]), + ("cerimonial", &["ceremonial"]), + ("cerimonies", &["ceremonies"]), + ("cerimonious", &["ceremonious"]), + ("cerimony", &["ceremony"]), + ("ceritfication", &["certifications"]), + ("cermaic", &["ceramic"]), + ("ceromony", &["ceremony"]), + ("certainity", &["certainty"]), + ("certainlyt", &["certainty"]), + ("certaintity", &["certainty"]), + ("certainy", &["certainty"]), + ("certanity", &["certainty"]), + ("certian", &["certain"]), + ("certianty", &["certainty"]), + ("certificaat", &["certificate"]), + ("certificaiton", &["certification"]), + ("certificare", &["certificate"]), + ("certificationkits", &["certifications"]), + ("certificato", &["certification"]), + ("certificats", &["certificates"]), + ("certificiate", &["certificate"]), + ("cervial", &["cervical"]), + ("cessationalism", &["sensationalism"]), + ("cessationalist", &["sensationalist"]), + ("cesspol", &["cesspool"]), + ("cesspoool", &["cesspool"]), + ("cetlics", &["celtics"]), + ("chairmain", &["chairman"]), + ("chairtable", &["charitable"]), + ("chalenging", &["challenging"]), + ("challange", &["challenge"]), + ("challanged", &["challenged"]), + ("challanges", &["challenges"]), + ("challanging", &["challenging"]), + ("challege", &["challenge"]), + ("challegner", &["challenger"]), + ("challender", &["challenger"]), + ("challeneged", &["challenged"]), + ("challeneger", &["challenger"]), + ("challeneges", &["challenges"]), + ("challengeing", &["challenging"]), + ("challengr", &["challenger"]), + ("challengs", &["challenges"]), + ("challengue", &["challenger"]), + ("challengur", &["challenger"]), + ("challening", &["challenging"]), + ("challneger", &["challenger"]), + ("chambear", &["chamber"]), + ("chambre", &["chamber"]), + ("chambres", &["chambers"]), + ("chameleooon", &["chameleon"]), + ("chameloen", &["chameleon"]), + ("chamiponship", &["championships"]), + ("champage", &["champagne"]), + ("champagen", &["champagne"]), + ("champange", &["champagne"]), + ("champinoship", &["championships"]), + ("championchip", &["championship"]), + ("championchips", &["championship"]), + ("championshiop", &["championships"]), + ("championshp", &["championship"]), + ("championsihp", &["championships"]), + ("championsip", &["championship"]), + ("championsips", &["championships"]), + ("championsship", &["championships"]), + ("champiosnhip", &["championships"]), + ("champoinship", &["championship"]), + ("chanceller", &["chancellor"]), + ("chancellour", &["chancellor"]), + ("chancillor", &["chancellor"]), + ("chandlure", &["chandler"]), + ("changable", &["changeable"]), + ("chanisaw", &["chainsaw"]), + ("chanlder", &["chandler"]), + ("chanpionship", &["championship"]), + ("chanpionships", &["championships"]), + ("chansellor", &["chancellor"]), + ("charachter", &["character"]), + ("charachters", &["characters"]), + ("charactaristic", &["characteristic"]), + ("charactaristics", &["characteristics"]), + ("charactarization", &["characterization"]), + ("charactarize", &["characterize"]), + ("charactarized", &["characterized"]), + ("characterazation", &["characterization"]), + ("charactere", &["characterize"]), + ("characterisic", &["characteristic"]), + ("characterisics", &["characteristics"]), + ("characterisitc", &["characteristics"]), + ("characterisitcs", &["characteristics"]), + ("characterisitic", &["characteristic"]), + ("characterisitics", &["characteristics"]), + ("characteristc", &["characteristics"]), + ("characteristcs", &["characteristics"]), + ("characterists", &["characteristics"]), + ("characteristsics", &["characteristic"]), + ("characteritics", &["characteristic"]), + ("characterizarion", &["characterization"]), + ("characterizaton", &["characterization"]), + ("charactersistic", &["characteristic"]), + ("charactersitic", &["characteristics"]), + ("charactersitics", &["characteristics"]), + ("characterz", &["characterize"]), + ("charactor", &["character"]), + ("charactoristics", &["characteristics"]), + ("charactors", &["characters"]), + ("charakters", &["characters"]), + ("charasmatic", &["charismatic"]), + ("charasteristic", &["characteristics"]), + ("charatable", &["charitable"]), + ("charaterized", &["characterized"]), + ("charcaol", &["charcoal"]), + ("charcol", &["charcoal"]), + ("charecteristic", &["characteristic"]), + ("charecteristics", &["characteristics"]), + ("charecterization", &["characterization"]), + ("charecters", &["characters"]), + ("chargehr", &["charger"]), + ("chargeur", &["charger"]), + ("charicterization", &["characterization"]), + ("charicterized", &["characterized"]), + ("chariman", &["chairman"]), + ("charimastic", &["charismatic"]), + ("charimsa", &["charisma"]), + ("charisa", &["charisma"]), + ("charismastic", &["charismatic"]), + ("charismatisch", &["charismatic"]), + ("charistics", &["characteristics"]), + ("charitible", &["charitable"]), + ("charmisa", &["charisma"]), + ("charocal", &["charcoal"]), + ("charsima", &["charisma"]), + ("charsimatic", &["charismatic"]), + ("chartiable", &["charitable"]), + ("chasiers", &["cashiers"]), + ("chasiss", &["chassis"]), + ("chasr", &["chaser"]), + ("chassids", &["chassis"]), + ("chassies", &["chassis"]), + ("chatedral", &["cathedral"]), + ("chatoic", &["chaotic"]), + ("chatolic", &["catholic"]), + ("chatolics", &["catholics"]), + ("chcukles", &["chuckles"]), + ("chechpoint", &["checkpoint"]), + ("checkare", &["checker"]), + ("checkear", &["checker"]), + ("checkmeat", &["checkmate"]), + ("checkpiont", &["checkpoint"]), + ("checkpoins", &["checkpoints"]), + ("checkpointusa", &["checkpoints"]), + ("checkpoit", &["checkpoints"]), + ("checkponts", &["checkpoints"]), + ("cheeots", &["cheetos"]), + ("cheerleadra", &["cheerleader"]), + ("cheerlearder", &["cheerleader"]), + ("cheerleards", &["cheerleaders"]), + ("cheerleeder", &["cheerleader"]), + ("cheerleeders", &["cheerleaders"]), + ("cheeseberger", &["cheeseburger"]), + ("cheeseborger", &["cheeseburger"]), + ("cheesebruger", &["cheeseburgers"]), + ("cheesebuger", &["cheeseburger"]), + ("cheeseburgare", &["cheeseburger"]), + ("cheeseburges", &["cheeseburgers"]), + ("cheeseburgie", &["cheeseburger"]), + ("cheeseburgler", &["cheeseburger"]), + ("cheeseburgs", &["cheeseburgers"]), + ("cheeseburguer", &["cheeseburger"]), + ("cheeseburguers", &["cheeseburgers"]), + ("cheesecase", &["cheesecake"]), + ("cheesecave", &["cheesecake"]), + ("cheesees", &["cheeses"]), + ("cheeseface", &["cheesecake"]), + ("cheeseus", &["cheeses"]), + ("cheesse", &["cheeses"]), + ("cheetoos", &["cheetos"]), + ("cheezeburger", &["cheeseburger"]), + ("cheezeburgers", &["cheeseburgers"]), + ("cheezecake", &["cheesecake"]), + ("cheif", &["chief"]), + ("cheifs", &["chiefs"]), + ("chekcer", &["checker"]), + ("chekcmate", &["checkmate"]), + ("chelsae", &["chelsea"]), + ("chemcial", &["chemical"]), + ("chemcially", &["chemically"]), + ("chemestry", &["chemistry"]), + ("chemicaly", &["chemically"]), + ("chemisty", &["chemistry"]), + ("chemsitry", &["chemistry"]), + ("chernboyl", &["chernobyl"]), + ("chernobl", &["chernobyl"]), + ("chernobly", &["chernobyl"]), + ("chernoybl", &["chernobyl"]), + ("chernyobl", &["chernobyl"]), + ("cheronbyl", &["chernobyl"]), + ("cheslea", &["chelsea"]), + ("chiansaw", &["chainsaw"]), + ("chidlbirth", &["childbirth"]), + ("chidlfree", &["childfree"]), + ("chidlish", &["childish"]), + ("chidlrens", &["childrens"]), + ("chiense", &["chinese"]), + ("chihauhua", &["chihuahua"]), + ("chihuaha", &["chihuahua"]), + ("chihuahau", &["chihuahua"]), + ("chihuahuha", &["chihuahua"]), + ("chihuahuita", &["chihuahua"]), + ("childbird", &["childbirth"]), + ("childbrith", &["childbirth"]), + ("childen", &["children"]), + ("childerns", &["childrens"]), + ("childisch", &["childish"]), + ("childrends", &["childrens"]), + ("childrenis", &["childrens"]), + ("childrenmrs", &["childrens"]), + ("childrents", &["childrens"]), + ("childres", &["childrens"]), + ("childresn", &["childrens"]), + ("chillade", &["chilled"]), + ("chillead", &["chilled"]), + ("chillend", &["chilled"]), + ("chilvary", &["chivalry"]), + ("chimeny", &["chimney"]), + ("chinees", &["chinese"]), + ("chinesse", &["chinese"]), + ("chinmey", &["chimney"]), + ("chipest", &["chipset"]), + ("chirstian", &["christian"]), + ("chirstianity", &["christianity"]), + ("chirstians", &["christians"]), + ("chirstmas", &["christmas"]), + ("chispet", &["chipset"]), + ("chiuhahua", &["chihuahua"]), + ("chivaly", &["chivalry"]), + ("chivarly", &["chivalry"]), + ("chivlary", &["chivalry"]), + ("chlesea", &["chelsea"]), + ("chlidfree", &["childfree"]), + ("chlidish", &["childish"]), + ("chlidrens", &["childrens"]), + ("chloesterol", &["cholesterol"]), + ("chlroine", &["chlorine"]), + ("chmabers", &["chambers"]), + ("choatic", &["chaotic"]), + ("chocalates", &["chocolates"]), + ("chocies", &["choices"]), + ("chocloate", &["chocolate"]), + ("chocloates", &["chocolates"]), + ("chocoalte", &["chocolate"]), + ("chocoaltes", &["chocolates"]), + ("chocolae", &["chocolates"]), + ("chocolateers", &["chocolates"]), + ("chocolatie", &["chocolates"]), + ("chocolatos", &["chocolates"]), + ("chocolats", &["chocolates"]), + ("chocolatte", &["chocolates"]), + ("chocolet", &["chocolates"]), + ("chocolotes", &["chocolates"]), + ("chocolste", &["chocolates"]), + ("choesive", &["cohesive"]), + ("choicers", &["choices"]), + ("cholesteral", &["cholesterol"]), + ("cholestoral", &["cholesterol"]), + ("cholestorol", &["cholesterol"]), + ("cholestrol", &["cholesterol"]), + ("cholocate", &["chocolate"]), + ("cholosterol", &["cholesterol"]), + ("cholrine", &["chlorine"]), + ("choosen", &["chosen"]), + ("chorline", &["chlorine"]), + ("chormosome", &["chromosome"]), + ("chormosomes", &["chromosomes"]), + ("chornicles", &["chronicles"]), + ("chornological", &["chronological"]), + ("chracter", &["character"]), + ("chrenobyl", &["chernobyl"]), + ("chrisitan", &["christian"]), + ("chrisitanity", &["christianity"]), + ("chrisitans", &["christians"]), + ("christain", &["christian"]), + ("christainity", &["christianity"]), + ("christains", &["christians"]), + ("christams", &["christmas"]), + ("christiaan", &["christian"]), + ("christiantiy", &["christianity"]), + ("christianty", &["christianity"]), + ("christimas", &["christians"]), + ("christin", &["christian"]), + ("christinaity", &["christianity"]), + ("christinas", &["christians"]), + ("christines", &["christians"]), + ("christmans", &["christians"]), + ("chroline", &["chlorine"]), + ("chromasome", &["chromosome"]), + ("chromasomes", &["chromosomes"]), + ("chromesome", &["chromosome"]), + ("chromesomes", &["chromosomes"]), + ("chromisome", &["chromosome"]), + ("chromisomes", &["chromosomes"]), + ("chromose", &["chromosome"]), + ("chromosmes", &["chromosomes"]), + ("chromosomers", &["chromosomes"]), + ("chromosoms", &["chromosomes"]), + ("chromosone", &["chromosome"]), + ("chromosones", &["chromosomes"]), + ("chromosoom", &["chromosome"]), + ("chromossome", &["chromosomes"]), + ("chromozome", &["chromosome"]), + ("chromozomes", &["chromosomes"]), + ("chronciles", &["chronicles"]), + ("chronicales", &["chronicles"]), + ("chronicals", &["chronicles"]), + ("chronice", &["chronicles"]), + ("chronicels", &["chronicles"]), + ("chronichles", &["chronicles"]), + ("chronocles", &["chronicles"]), + ("chronoligical", &["chronological"]), + ("chronologial", &["chronological"]), + ("chronologicly", &["chronological"]), + ("chronosome", &["chromosome"]), + ("chrsitian", &["christian"]), + ("chrsitianity", &["christianity"]), + ("chrsitians", &["christians"]), + ("chrsitmas", &["christmas"]), + ("chruches", &["churches"]), + ("chtulhu", &["cthulhu"]), + ("chuch", &["church"]), + ("chuckels", &["chuckles"]), + ("churchers", &["churches"]), + ("churchs", &["churches"]), + ("cicrulating", &["circulating"]), + ("cielings", &["ceilings"]), + ("cigarattes", &["cigarettes"]), + ("cigarete", &["cigarettes"]), + ("cigarets", &["cigarettes"]), + ("cigaretts", &["cigarettes"]), + ("cigeratte", &["cigarette"]), + ("cigerattes", &["cigarettes"]), + ("cilanto", &["cilantro"]), + ("cilents", &["clients"]), + ("cilivians", &["civilians"]), + ("cilivization", &["civilizations"]), + ("cilmbers", &["climbers"]), + ("cilnatro", &["cilantro"]), + ("cilpboard", &["clipboard"]), + ("ciltoris", &["clitoris"]), + ("cilynders", &["cylinders"]), + ("cincinatti", &["cincinnati"]), + ("cincinnasti", &["cincinnati"]), + ("cincinnatti", &["cincinnati"]), + ("cincinnnati", &["cincinnati"]), + ("cinematagraphy", &["cinematography"]), + ("cinematagrophy", &["cinematography"]), + ("cinematograhpy", &["cinematography"]), + ("cinematograhy", &["cinematography"]), + ("cinematograpy", &["cinematography"]), + ("cinematogrophy", &["cinematography"]), + ("cinematogrpahy", &["cinematography"]), + ("cinemetography", &["cinematography"]), + ("cinimatography", &["cinematography"]), + ("cinncinati", &["cincinnati"]), + ("circels", &["circles"]), + ("circimcised", &["circumcised"]), + ("circiuts", &["circuits"]), + ("circkets", &["crickets"]), + ("circlebs", &["circles"]), + ("circluar", &["circular"]), + ("circluating", &["circulating"]), + ("circomference", &["circumference"]), + ("circualtion", &["circulation"]), + ("circuis", &["circuits"]), + ("circuitos", &["circuits"]), + ("circulacion", &["circulation"]), + ("circulaire", &["circular"]), + ("circulatiing", &["circulating"]), + ("circulationg", &["circulating"]), + ("circulaton", &["circulation"]), + ("circumcisied", &["circumcised"]), + ("circumcison", &["circumcision"]), + ("circumcission", &["circumcision"]), + ("circumcition", &["circumcision"]), + ("circumferance", &["circumference"]), + ("circumsice", &["circumcised"]), + ("circumsiced", &["circumcised"]), + ("circumsicion", &["circumcision"]), + ("circumsicions", &["circumcision"]), + ("circumsied", &["circumcised"]), + ("circumsised", &["circumcised"]), + ("circumsision", &["circumcision"]), + ("circumsition", &["circumcision"]), + ("circumsizion", &["circumcision"]), + ("circumstace", &["circumstance"]), + ("circumstanes", &["circumstance"]), + ("circumstanial", &["circumstantial"]), + ("circumstansial", &["circumstantial"]), + ("circumstanta", &["circumstantial"]), + ("circumstantal", &["circumstantial"]), + ("circumstante", &["circumstance"]), + ("circumstantional", &["circumstantial"]), + ("circumstantual", &["circumstantial"]), + ("circumstential", &["circumstantial"]), + ("circumstnaces", &["circumstance"]), + ("circumvrent", &["circumvent"]), + ("circumwent", &["circumvent"]), + ("circuncised", &["circumcised"]), + ("circuncision", &["circumcision"]), + ("circunference", &["circumference"]), + ("circunstance", &["circumstance"]), + ("circunstances", &["circumstances"]), + ("circunstantial", &["circumstantial"]), + ("circunvent", &["circumvent"]), + ("circut", &["circuit"]), + ("ciricuit", &["circuit"]), + ("ciriculum", &["curriculum"]), + ("cirlces", &["circles"]), + ("cirlcing", &["circling"]), + ("cirruculum", &["curriculum"]), + ("cirticise", &["criticise"]), + ("cirticising", &["criticising"]), + ("ciruclar", &["circular"]), + ("ciruclating", &["circulating"]), + ("ciruclation", &["circulation"]), + ("cirucmference", &["circumference"]), + ("cirucmstances", &["circumstances"]), + ("citicenship", &["citizenship"]), + ("citisenship", &["citizenship"]), + ("citizinship", &["citizenship"]), + ("civilains", &["civilians"]), + ("civiliaztion", &["civilizations"]), + ("civilications", &["civilizations"]), + ("civilizacion", &["civilization"]), + ("civilizaiton", &["civilization"]), + ("civilizaitons", &["civilizations"]), + ("civilizatin", &["civilizations"]), + ("civilizatoin", &["civilizations"]), + ("civilizaton", &["civilization"]), + ("civilizatons", &["civilizations"]), + ("civillian", &["civilian"]), + ("civilziation", &["civilizations"]), + ("civizilation", &["civilizations"]), + ("clacium", &["calcium"]), + ("claculations", &["calculations"]), + ("claculator", &["calculator"]), + ("claculators", &["calculators"]), + ("claer", &["clear"]), + ("claerer", &["clearer"]), + ("claerly", &["clearly"]), + ("clagary", &["calgary"]), + ("claibre", &["calibre"]), + ("claimes", &["claims"]), + ("clairfy", &["clarify"]), + ("clairfying", &["clarifying"]), + ("clairty", &["clarity"]), + ("clanand", &["clannad"]), + ("clannand", &["clannad"]), + ("clarfiy", &["clarify"]), + ("clarificaiton", &["clarification"]), + ("clarifiy", &["clarify"]), + ("clarskon", &["clarkson"]), + ("clas", &["class"]), + ("clasic", &["classic"]), + ("clasical", &["classical"]), + ("clasically", &["classically"]), + ("clasification", &["clarification"]), + ("classicals", &["classics"]), + ("classicos", &["classics"]), + ("classicus", &["classics"]), + ("classificaiton", &["classification"]), + ("classificato", &["classification"]), + ("classifides", &["classified"]), + ("classifiy", &["classify"]), + ("classis", &["classics"]), + ("classrom", &["classroom"]), + ("classrooom", &["classroom"]), + ("classsic", &["classics"]), + ("clasues", &["clauses"]), + ("clausens", &["clauses"]), + ("claymer", &["claymore"]), + ("claymoe", &["claymore"]), + ("cleanes", &["cleanse"]), + ("cleanies", &["cleanse"]), + ("cleanilness", &["cleanliness"]), + ("cleanisng", &["cleansing"]), + ("cleanleness", &["cleanliness"]), + ("cleanliess", &["cleanliness"]), + ("cleanlyness", &["cleanliness"]), + ("cleansiness", &["cleanliness"]), + ("cleareance", &["clearance"]), + ("cleasne", &["cleanse"]), + ("cleasner", &["cleanser"]), + ("cleasning", &["cleansing"]), + ("cleints", &["clients"]), + ("clenase", &["cleanse"]), + ("clenaser", &["cleanser"]), + ("clera", &["clear"]), + ("clerification", &["clarification"]), + ("clesius", &["celsius"]), + ("cletics", &["celtics"]), + ("clevelry", &["cleverly"]), + ("cleverleys", &["cleverly"]), + ("clevery", &["cleverly"]), + ("clhorine", &["chlorine"]), + ("cliamtes", &["climates"]), + ("cliantro", &["cilantro"]), + ("clickare", &["clicker"]), + ("clickbat", &["clickbait"]), + ("clickear", &["clicker"]), + ("clientes", &["clients"]), + ("cliffbanger", &["cliffhanger"]), + ("cliffhager", &["cliffhanger"]), + ("cliffhander", &["cliffhanger"]), + ("cliffhangar", &["cliffhanger"]), + ("clifthanger", &["cliffhanger"]), + ("clikcbait", &["clickbait"]), + ("climateers", &["climates"]), + ("climatiser", &["climates"]), + ("climats", &["climates"]), + ("climbes", &["climbers"]), + ("clincial", &["clinical"]), + ("clincially", &["clinically"]), + ("clincis", &["clinics"]), + ("clinicaly", &["clinically"]), + ("clinicas", &["clinics"]), + ("clinicos", &["clinics"]), + ("clipbaord", &["clipboard"]), + ("clipboad", &["clipboard"]), + ("clitiros", &["clitoris"]), + ("clitoridis", &["clitoris"]), + ("clitories", &["clitoris"]), + ("clitorios", &["clitoris"]), + ("clitorious", &["clitoris"]), + ("clitorius", &["clitoris"]), + ("clitors", &["clitoris"]), + ("cloesly", &["closely"]), + ("closeing", &["closing"]), + ("closeley", &["closely"]), + ("closley", &["closely"]), + ("cluases", &["clauses"]), + ("clucthing", &["clutching"]), + ("cluprit", &["culprit"]), + ("clutchign", &["clutching"]), + ("cluthcing", &["clutching"]), + ("clyamore", &["claymore"]), + ("clyinder", &["cylinder"]), + ("cmoputer", &["computer"]), + ("co-incided", &["coincided"]), + ("coalese", &["coalesce"]), + ("coca cola", &["coca-cola"]), + ("cockaroches", &["cockroaches"]), + ("cockatils", &["cocktails"]), + ("cockraoches", &["cockroaches"]), + ("cockroachers", &["cockroaches"]), + ("cockroachs", &["cockroaches"]), + ("cockroackes", &["cockroaches"]), + ("cockroahes", &["cockroaches"]), + ("cocktailers", &["cocktails"]), + ("cocktials", &["cocktails"]), + ("coctail", &["cocktail"]), + ("coefficeint", &["coefficient"]), + ("coefficent", &["coefficient"]), + ("coefficiant", &["coefficient"]), + ("coefficienct", &["coefficient"]), + ("coencidental", &["coincidental"]), + ("coform", &["conform"]), + ("cognatious", &["contagious"]), + ("cognitivie", &["cognitive"]), + ("cognizent", &["cognizant"]), + ("cohesie", &["cohesive"]), + ("coincedental", &["coincidental"]), + ("coincedentally", &["coincidentally"]), + ("coincedince", &["coincidence"]), + ("coincidance", &["coincidence"]), + ("coincidencal", &["coincidental"]), + ("coincidense", &["coincidence"]), + ("coincidentaly", &["coincidentally"]), + ("coincidente", &["coincidence"]), + ("coincidentia", &["coincidental"]), + ("coincidential", &["coincidental"]), + ("coincidince", &["coincidence"]), + ("coincidnce", &["coincide"]), + ("coindice", &["coincide"]), + ("coindidental", &["coincidental"]), + ("coinsidence", &["coincidence"]), + ("coinsidental", &["coincidental"]), + ("coinsidentally", &["coincidentally"]), + ("cointerpoint", &["counterpoint"]), + ("colaborations", &["collaborations"]), + ("colateral", &["collateral"]), + ("colelctive", &["collective"]), + ("colelctors", &["collectors"]), + ("colgone", &["cologne"]), + ("collabarate", &["collaborate"]), + ("collabaration", &["collaboration"]), + ("collaberate", &["collaborate"]), + ("collaberation", &["collaboration"]), + ("collaberative", &["collaborative"]), + ("collaberator", &["collaborate"]), + ("collaborant", &["collaborate"]), + ("collaborare", &["collaborate"]), + ("collaboratie", &["collaborate"]), + ("collaboratin", &["collaboration"]), + ("collaborato", &["collaboration"]), + ("collaboratore", &["collaborate"]), + ("collabore", &["collaborate"]), + ("collape", &["collapse"]), + ("collapes", &["collapse"]), + ("collapseing", &["collapsing"]), + ("collapsers", &["collapses"]), + ("collaquial", &["colloquial"]), + ("collares", &["collars"]), + ("collaris", &["collars"]), + ("collaros", &["collars"]), + ("collaspe", &["collapse"]), + ("collasped", &["collapsed"]), + ("collaspes", &["collapses"]), + ("collasping", &["collapsing"]), + ("collataral", &["collateral"]), + ("collaterial", &["collateral"]), + ("collaterol", &["collateral"]), + ("collatoral", &["collateral"]), + ("collcetion", &["collections"]), + ("colleage", &["colleagues"]), + ("colleauge", &["colleague"]), + ("colleauges", &["colleagues"]), + ("colleciton", &["collection"]), + ("collecte", &["collective"]), + ("collectems", &["collects"]), + ("collectes", &["collects"]), + ("collectie", &["collective"]), + ("collectief", &["collective"]), + ("collecties", &["collects"]), + ("collectieve", &["collective"]), + ("collectifs", &["collects"]), + ("collectioners", &["collections"]), + ("collectivelly", &["collectively"]), + ("collectivily", &["collectively"]), + ("collectivley", &["collectively"]), + ("collectivly", &["collectively"]), + ("collectivo", &["collection"]), + ("collectivos", &["collections"]), + ("collectoin", &["collections"]), + ("collecton", &["collection"]), + ("collectons", &["collections"]), + ("collectos", &["collectors"]), + ("collectros", &["collects"]), + ("collegaue", &["colleague"]), + ("collegaues", &["colleagues"]), + ("collegue", &["colleague"]), + ("collegues", &["colleagues"]), + ("collequial", &["colloquial"]), + ("collest", &["collects"]), + ("colleteral", &["collateral"]), + ("colliquial", &["colloquial"]), + ("collisin", &["collisions"]), + ("collission", &["collisions"]), + ("collisson", &["collisions"]), + ("collitions", &["collisions"]), + ("collobarate", &["collaborate"]), + ("collobaration", &["collaboration"]), + ("colloborate", &["collaborate"]), + ("collonade", &["colonnade"]), + ("collonies", &["colonies"]), + ("collony", &["colony"]), + ("colloqiual", &["colloquial"]), + ("colloquail", &["colloquial"]), + ("colloqueal", &["colloquial"]), + ("collosal", &["colossal"]), + ("collpase", &["collapse"]), + ("collpased", &["collapsed"]), + ("collpases", &["collapses"]), + ("collpasing", &["collapsing"]), + ("collumn", &["column"]), + ("coloardo", &["colorado"]), + ("cologen", &["cologne"]), + ("colomba", &["colombia"]), + ("colombina", &["colombia"]), + ("colonge", &["cologne"]), + ("colonialisim", &["colonialism"]), + ("colonializm", &["colonialism"]), + ("colonialsim", &["colonialism"]), + ("colonialsm", &["colonialism"]), + ("colonianism", &["colonialism"]), + ("colonizacion", &["colonization"]), + ("colonizaton", &["colonization"]), + ("colonizators", &["colonizers"]), + ("colonozation", &["colonization"]), + ("colorao", &["colorado"]), + ("colorblend", &["colorblind"]), + ("colordao", &["colorado"]), + ("coloublind", &["colorblind"]), + ("colourd", &["coloured"]), + ("colubmia", &["columbia"]), + ("columbidae", &["columbia"]), + ("columbina", &["columbia"]), + ("columnas", &["columns"]), + ("columsn", &["columns"]), + ("comadres", &["comrades"]), + ("comander", &["commander"]), + ("comando", &["commando"]), + ("comandos", &["commandos"]), + ("comany", &["company"]), + ("comapany", &["company"]), + ("comapnies", &["companies"]), + ("comapnions", &["companions"]), + ("comapny", &["company"]), + ("comaprable", &["comparable"]), + ("comapre", &["compare"]), + ("comapres", &["compares"]), + ("comaprison", &["comparison"]), + ("comaprisons", &["comparisons"]), + ("comaptible", &["compatible"]), + ("comarde", &["comrade"]), + ("comback", &["comeback"]), + ("combanations", &["combinations"]), + ("combatabts", &["combatants"]), + ("combatans", &["combatants"]), + ("combatents", &["combatants"]), + ("combatibility", &["compatibility"]), + ("combiantion", &["combinations"]), + ("combiens", &["combines"]), + ("combinacion", &["combination"]), + ("combinaison", &["combinations"]), + ("combinaiton", &["combinations"]), + ("combinatin", &["combinations"]), + ("combinatino", &["combinations"]), + ("combinatins", &["combinations"]), + ("combinatios", &["combinations"]), + ("combinato", &["combination"]), + ("combinaton", &["combination"]), + ("combinig", &["combining"]), + ("combinining", &["combining"]), + ("combins", &["combines"]), + ("combonation", &["combination"]), + ("combonations", &["combinations"]), + ("combusion", &["combustion"]), + ("comdeic", &["comedic"]), + ("comdemnation", &["condemnation"]), + ("comediac", &["comedic"]), + ("comediantes", &["comedians"]), + ("comediants", &["comedians"]), + ("comedias", &["comedians"]), + ("comemmorates", &["commemorates"]), + ("comemoretion", &["commemoration"]), + ("comepndium", &["compendium"]), + ("comeptition", &["competition"]), + ("comeptitions", &["competitions"]), + ("comeptitive", &["competitive"]), + ("comeptitively", &["competitively"]), + ("comeptitors", &["competitors"]), + ("comestic", &["cosmetic"]), + ("comestics", &["cosmetics"]), + ("comfertable", &["comfortable"]), + ("comfertably", &["comfortably"]), + ("comferting", &["comforting"]), + ("comfirmation", &["confirmation"]), + ("comforming", &["comforting"]), + ("comfortabel", &["comfortably"]), + ("comfortabil", &["comfortably"]), + ("comfortablely", &["comfortably"]), + ("comfortabley", &["comfortably"]), + ("comfortablity", &["comfortably"]), + ("comfortablly", &["comfortably"]), + ("comfortbly", &["comfortably"]), + ("comfrontation", &["confrontation"]), + ("comfrontational", &["confrontational"]), + ("comfrotable", &["comfortable"]), + ("comftorable", &["comfortable"]), + ("comftorably", &["comfortably"]), + ("comision", &["commission"]), + ("comisioned", &["commissioned"]), + ("comisioner", &["commissioner"]), + ("comisioning", &["commissioning"]), + ("comisions", &["commissions"]), + ("comission", &["commission"]), + ("comissioned", &["commissioned"]), + ("comissioner", &["commissioner"]), + ("comissioning", &["commissioning"]), + ("comissions", &["commissions"]), + ("comited", &["committed"]), + ("comiting", &["committing"]), + ("comitted", &["committed"]), + ("comittee", &["committee"]), + ("comitting", &["committing"]), + ("commandbox", &["commando"]), + ("commandd", &["commanded"]), + ("commandemnts", &["commandment"]), + ("commandent", &["commandment"]), + ("commandered", &["commanded"]), + ("commandes", &["commands"]), + ("commandeur", &["commanders"]), + ("commandmant", &["commandment"]), + ("commandmants", &["commandments"]), + ("commandmends", &["commandments"]), + ("commandore", &["commanders"]), + ("commandpod", &["commando"]), + ("commanists", &["communists"]), + ("commano", &["commando"]), + ("commans", &["commands"]), + ("commantator", &["commentator"]), + ("commecen", &["commence"]), + ("commedic", &["comedic"]), + ("commemerative", &["commemorative"]), + ("commemmorate", &["commemorate"]), + ("commemmorating", &["commemorating"]), + ("commemters", &["commenters"]), + ("commencera", &["commerce"]), + ("commenciez", &["commence"]), + ("commendment", &["commandment"]), + ("commendments", &["commandments"]), + ("commense", &["commenters"]), + ("commentaar", &["commentary"]), + ("commentar", &["commentator"]), + ("commentare", &["commenter"]), + ("commentarea", &["commenter"]), + ("commentaren", &["commenter"]), + ("commentars", &["commenters"]), + ("commentart", &["commentator"]), + ("commentater", &["commentator"]), + ("commenteers", &["commenter"]), + ("commenteries", &["commenters"]), + ("commentery", &["commentary"]), + ("commentes", &["commenters"]), + ("commentries", &["commenters"]), + ("commentsry", &["commenters"]), + ("commenty", &["commentary"]), + ("commenwealth", &["commonwealth"]), + ("commercail", &["commercials"]), + ("commercent", &["commence"]), + ("commerciales", &["commercials"]), + ("commercialy", &["commercially"]), + ("commercie", &["commerce"]), + ("commere", &["commerce"]), + ("commerical", &["commercial"]), + ("commerically", &["commercially"]), + ("commericals", &["commercials"]), + ("commericial", &["commercial"]), + ("commericially", &["commercially"]), + ("commerorative", &["commemorative"]), + ("commiest", &["commits"]), + ("comming", &["coming"]), + ("comminicate", &["communicate"]), + ("comminicated", &["communicated"]), + ("comminication", &["communication"]), + ("comminists", &["communists"]), + ("comminucate", &["communicate"]), + ("comminucation", &["communications"]), + ("commishioned", &["commissioned"]), + ("commishioner", &["commissioner"]), + ("commision", &["commission"]), + ("commisioned", &["commissioned"]), + ("commisioner", &["commissioner"]), + ("commisioning", &["commissioning"]), + ("commisison", &["commissions"]), + ("commissionar", &["commissioner"]), + ("commissionees", &["commissions"]), + ("commissionned", &["commissioned"]), + ("commissionner", &["commissioner"]), + ("commissionor", &["commissioner"]), + ("commissons", &["commissions"]), + ("commisssion", &["commissions"]), + ("commitd", &["commited"]), + ("commited", &["committed"]), + ("commitee", &["committee"]), + ("commiteed", &["commited"]), + ("commites", &["commits"]), + ("commiteted", &["commited"]), + ("commiting", &["committing"]), + ("commitmet", &["commitments"]), + ("committe", &["committee"]), + ("committment", &["commitment"]), + ("committments", &["commitments"]), + ("committs", &["commits"]), + ("commitus", &["commits"]), + ("commmand", &["command"]), + ("commmemorated", &["commemorated"]), + ("commodites", &["commodities"]), + ("commoditites", &["commodities"]), + ("commodoties", &["commodities"]), + ("commomplace", &["commonplace"]), + ("commomwealth", &["commonwealth"]), + ("commongly", &["commonly"]), + ("commonhealth", &["commonwealth"]), + ("commonspace", &["commonplace"]), + ("commonweath", &["commonwealth"]), + ("commonweatlh", &["commonwealth"]), + ("commonwelath", &["commonwealth"]), + ("commonwelth", &["commonwealth"]), + ("commtiment", &["commitments"]), + ("commuications", &["communications"]), + ("commuincate", &["communicated"]), + ("commuincation", &["communications"]), + ("commuinications", &["communications"]), + ("communciate", &["communicate"]), + ("communciated", &["communicated"]), + ("communciation", &["communication"]), + ("communciations", &["communications"]), + ("communiaction", &["communications"]), + ("communiation", &["communication"]), + ("communicae", &["communicated"]), + ("communicaiton", &["communication"]), + ("communicatie", &["communicate"]), + ("communicatin", &["communications"]), + ("communicatoin", &["communications"]), + ("communicaton", &["communication"]), + ("communicatons", &["communications"]), + ("communicted", &["communicated"]), + ("communisim", &["communism"]), + ("communiss", &["communists"]), + ("communistas", &["communists"]), + ("communiste", &["communities"]), + ("communistes", &["communists"]), + ("communit", &["communist"]), + ("communite", &["communities"]), + ("communites", &["communities"]), + ("communitites", &["communities"]), + ("communits", &["communist"]), + ("communsim", &["communism"]), + ("communters", &["commenters"]), + ("compability", &["compatibility"]), + ("compadibility", &["compatibility"]), + ("compadible", &["compatible"]), + ("compagnons", &["companions"]), + ("compaines", &["companies"]), + ("compainons", &["companions"]), + ("compairson", &["comparison"]), + ("compalation", &["compilation"]), + ("compalined", &["complained"]), + ("compalins", &["complains"]), + ("compalint", &["compliant"]), + ("compandium", &["compendium"]), + ("companians", &["companions"]), + ("companines", &["companions"]), + ("companis", &["companions"]), + ("compansate", &["compensate"]), + ("compansated", &["compensated"]), + ("compansating", &["compensating"]), + ("compansation", &["compensation"]), + ("comparabil", &["comparable"]), + ("comparabile", &["comparable"]), + ("comparasion", &["comparison"]), + ("comparason", &["comparison"]), + ("comparasons", &["comparisons"]), + ("comparaste", &["compares"]), + ("comparatie", &["comparative"]), + ("comparativley", &["comparatively"]), + ("comparativly", &["comparatively"]), + ("compareble", &["comparable"]), + ("comparement", &["compartment"]), + ("comparemos", &["compares"]), + ("comparetive", &["comparative"]), + ("comparetively", &["comparatively"]), + ("comparions", &["comparison"]), + ("compariosn", &["comparisons"]), + ("comparisen", &["compares"]), + ("comparision", &["comparison"]), + ("comparisions", &["comparisons"]), + ("comparisn", &["comparisons"]), + ("comparission", &["comparisons"]), + ("comparisson", &["comparisons"]), + ("comparissons", &["comparisons"]), + ("comparitave", &["comparative"]), + ("comparitavely", &["comparatively"]), + ("comparitive", &["comparative"]), + ("comparitively", &["comparatively"]), + ("comparitve", &["comparative"]), + ("comparse", &["compares"]), + ("comparsion", &["comparison"]), + ("comparsions", &["comparisons"]), + ("comparte", &["compare"]), + ("compartent", &["compartment"]), + ("compartmet", &["compartment"]), + ("compase", &["compares"]), + ("compassione", &["compassionate"]), + ("compasso", &["compassion"]), + ("compasssion", &["compassion"]), + ("compatabile", &["compatible"]), + ("compatabilities", &["compatibilities"]), + ("compatability", &["compatibility"]), + ("compatablities", &["compatibilities"]), + ("compatablity", &["compatibility"]), + ("compatative", &["comparative"]), + ("compatiable", &["compatible"]), + ("compatibel", &["compatible"]), + ("compatibil", &["compatible"]), + ("compatibile", &["compatible"]), + ("compatibiliy", &["compatibility"]), + ("compatibillity", &["compatibility"]), + ("compatibiltiy", &["compatibility"]), + ("compatibilty", &["compatibility"]), + ("compatibily", &["compatibility"]), + ("compatiblities", &["compatibilities"]), + ("compatiblity", &["compatibility"]), + ("compeating", &["completing"]), + ("compede", &["competed"]), + ("compeditive", &["competitive"]), + ("compeditively", &["competitively"]), + ("compeditor", &["competitor"]), + ("compeditors", &["competitors"]), + ("compednium", &["compendium"]), + ("compeeting", &["completing"]), + ("compeitions", &["competitions"]), + ("compeittion", &["competitions"]), + ("compelation", &["compilation"]), + ("compelte", &["complete"]), + ("compeltely", &["completely"]), + ("compeltes", &["completes"]), + ("compelting", &["completing"]), + ("compeltion", &["completion"]), + ("compemdium", &["compendium"]), + ("compenduim", &["compendium"]), + ("compenents", &["components"]), + ("compenidum", &["compendium"]), + ("compensacion", &["compensation"]), + ("compensante", &["compensate"]), + ("compensantion", &["compensation"]), + ("compensare", &["compensate"]), + ("compensatie", &["compensate"]), + ("compensatin", &["compensation"]), + ("compensationg", &["compensating"]), + ("compensative", &["compensate"]), + ("compense", &["compensate"]), + ("compenstate", &["compensate"]), + ("comperable", &["comparable"]), + ("comperative", &["comparative"]), + ("comperatively", &["comparatively"]), + ("comperhend", &["comprehend"]), + ("comperhension", &["comprehension"]), + ("compesition", &["composition"]), + ("compesitions", &["compositions"]), + ("compession", &["compassion"]), + ("competance", &["competence"]), + ("competant", &["competent"]), + ("competation", &["computation"]), + ("competative", &["competitive"]), + ("competatively", &["competitively"]), + ("competator", &["competitor"]), + ("competators", &["competitors"]), + ("competend", &["competed"]), + ("competenet", &["competence"]), + ("competense", &["competence"]), + ("competenze", &["competence"]), + ("competeted", &["competed"]), + ("competetion", &["competition"]), + ("competetions", &["competitions"]), + ("competetor", &["competitor"]), + ("competetors", &["competitors"]), + ("competidor", &["competitor"]), + ("competion", &["competition"]), + ("competiors", &["competitors"]), + ("competitavely", &["competitively"]), + ("competiters", &["competitors"]), + ("competitevely", &["competitively"]), + ("competitevly", &["competitively"]), + ("competitie", &["competitive"]), + ("competitiion", &["competition"]), + ("competitin", &["competitions"]), + ("competiting", &["competition"]), + ("competitio", &["competitor"]), + ("competitioners", &["competitions"]), + ("competitior", &["competitor"]), + ("competitiors", &["competitors"]), + ("competitivley", &["competitively"]), + ("competitivly", &["competitively"]), + ("competitivo", &["competition"]), + ("competitivos", &["competitions"]), + ("competitoin", &["competitions"]), + ("competiton", &["competition"]), + ("competitons", &["competitors"]), + ("competitve", &["competitive"]), + ("competive", &["competitive"]), + ("competiveness", &["competitiveness"]), + ("competution", &["computation"]), + ("comphrehensive", &["comprehensive"]), + ("compilacion", &["compilation"]), + ("compilance", &["compliance"]), + ("compilant", &["compliant"]), + ("compilare", &["compiler"]), + ("compilato", &["compilation"]), + ("compilaton", &["compilation"]), + ("compilcated", &["complicate"]), + ("compilcations", &["complication"]), + ("compilr", &["compiler"]), + ("compination", &["compilation"]), + ("compinsate", &["compensate"]), + ("compinsated", &["compensated"]), + ("compinsating", &["compensating"]), + ("compinsation", &["compensation"]), + ("compitability", &["compatibility"]), + ("compitable", &["compatible"]), + ("compitance", &["compliance"]), + ("compitation", &["computation"]), + ("compitent", &["competent"]), + ("compitetion", &["competitions"]), + ("complacant", &["complacent"]), + ("complacient", &["complacent"]), + ("complaince", &["compliance"]), + ("complaind", &["complained"]), + ("complaines", &["complaints"]), + ("complaing", &["complaining"]), + ("complainging", &["complaining"]), + ("complainig", &["complaining"]), + ("complainte", &["complained"]), + ("complais", &["complains"]), + ("complane", &["complacent"]), + ("complate", &["complacent"]), + ("complation", &["completion"]), + ("complciated", &["complicate"]), + ("complciations", &["complication"]), + ("compleation", &["compilation"]), + ("compleatly", &["completely"]), + ("complecate", &["complicate"]), + ("complecated", &["complicated"]), + ("complecations", &["complications"]), + ("compleet", &["complete"]), + ("completaste", &["completes"]), + ("completeds", &["completes"]), + ("completeing", &["completing"]), + ("completeion", &["completion"]), + ("completelly", &["completely"]), + ("completelyl", &["completely"]), + ("completelys", &["completes"]), + ("completen", &["complement"]), + ("completenes", &["completes"]), + ("completent", &["complement"]), + ("completetion", &["completion"]), + ("completey", &["completely"]), + ("completi", &["complexity"]), + ("completily", &["complexity"]), + ("completin", &["completion"]), + ("completito", &["completion"]), + ("completley", &["completely"]), + ("complets", &["completes"]), + ("complety", &["completely"]), + ("complexers", &["complexes"]), + ("complexety", &["complexity"]), + ("complexitiy", &["complexity"]), + ("complexs", &["complexes"]), + ("complext", &["complexity"]), + ("complexy", &["complexity"]), + ("compliacted", &["complicate"]), + ("compliactions", &["complication"]), + ("complianed", &["compliance"]), + ("complians", &["complains"]), + ("compliants", &["complaints"]), + ("compliation", &["compilation"]), + ("compliations", &["compilation"]), + ("complicacion", &["complication"]), + ("complicaed", &["complicate"]), + ("complicaitons", &["complication"]), + ("complicare", &["complicate"]), + ("complicarte", &["complicate"]), + ("complicati", &["complicit"]), + ("complicatie", &["complicit"]), + ("complicatied", &["complicate"]), + ("complicaties", &["complicate"]), + ("complicatii", &["complicit"]), + ("complicatin", &["complicit"]), + ("complicato", &["complication"]), + ("complicatred", &["complicate"]), + ("complicatted", &["complicate"]), + ("complicite", &["complicate"]), + ("complict", &["complicit"]), + ("complictaed", &["complicate"]), + ("complicted", &["complicated"]), + ("complience", &["compliance"]), + ("complier", &["compiler"]), + ("complilation", &["complication"]), + ("complilations", &["complications"]), + ("complimate", &["complicate"]), + ("complimation", &["complication"]), + ("complimenary", &["complimentary"]), + ("complimentarity", &["complimentary"]), + ("complimente", &["complement"]), + ("complimentery", &["complimentary"]), + ("complimentje", &["complimented"]), + ("complimentoni", &["complimenting"]), + ("complimentory", &["complimentary"]), + ("complimentry", &["complimentary"]), + ("complimenty", &["complimentary"]), + ("complination", &["complication"]), + ("complitation", &["complication"]), + ("complition", &["completion"]), + ("complusion", &["compulsion"]), + ("complusions", &["compulsion"]), + ("complusive", &["compulsive"]), + ("complusory", &["compulsory"]), + ("compnay", &["company"]), + ("compolation", &["compilation"]), + ("compolsive", &["compulsive"]), + ("compolsory", &["compulsory"]), + ("compolsury", &["compulsory"]), + ("componant", &["component"]), + ("componants", &["components"]), + ("componenet", &["components"]), + ("componenets", &["components"]), + ("componentes", &["components"]), + ("compones", &["compose"]), + ("componet", &["components"]), + ("componsate", &["compensate"]), + ("componts", &["compost"]), + ("comporable", &["comparable"]), + ("composet", &["compost"]), + ("composicion", &["composition"]), + ("composiiton", &["compositions"]), + ("composision", &["compositions"]), + ("composistion", &["compositions"]), + ("composit", &["compost"]), + ("compositae", &["composite"]), + ("compositie", &["composite"]), + ("compositied", &["composite"]), + ("composities", &["composite"]), + ("compositionwise", &["compositions"]), + ("compositoin", &["compositions"]), + ("compositon", &["composition"]), + ("compositons", &["compositions"]), + ("compositore", &["composite"]), + ("composte", &["compose"]), + ("compostiion", &["compositions"]), + ("compotition", &["composition"]), + ("compots", &["compost"]), + ("comprable", &["comparable"]), + ("compraison", &["comparisons"]), + ("compramise", &["compromise"]), + ("compramised", &["compromised"]), + ("compramises", &["compromises"]), + ("compramising", &["compromising"]), + ("comprassem", &["compress"]), + ("comprehand", &["comprehend"]), + ("comprehention", &["comprehension"]), + ("compremised", &["compromised"]), + ("compremises", &["compromises"]), + ("compremising", &["compromising"]), + ("comprension", &["compression"]), + ("compresas", &["compress"]), + ("comprese", &["compressed"]), + ("compreses", &["compress"]), + ("compresion", &["compression"]), + ("compreso", &["compressor"]), + ("compresores", &["compressor"]), + ("compresors", &["compressor"]), + ("compresser", &["compressor"]), + ("compressio", &["compressor"]), + ("compresson", &["compression"]), + ("compresssed", &["compressed"]), + ("compresssion", &["compression"]), + ("compresssor", &["compressor"]), + ("comprihend", &["comprehend"]), + ("comprimise", &["compromise"]), + ("comprimised", &["compromised"]), + ("comprimises", &["compromises"]), + ("compromessi", &["compromises"]), + ("compromisng", &["compromising"]), + ("compromiss", &["compromises"]), + ("compromisse", &["compromises"]), + ("compromissen", &["compromise"]), + ("compromisses", &["compromises"]), + ("compromisso", &["compromises"]), + ("compromize", &["compromise"]), + ("compromized", &["compromised"]), + ("compromizing", &["compromising"]), + ("compromosing", &["compromising"]), + ("compromsie", &["compromises"]), + ("comprossor", &["compressor"]), + ("compsers", &["compress"]), + ("comptability", &["compatibility"]), + ("compteting", &["completing"]), + ("comptetion", &["completion"]), + ("compteurs", &["computers"]), + ("comptown", &["compton"]), + ("comptuers", &["computers"]), + ("compulisve", &["compulsive"]), + ("compulosry", &["compulsory"]), + ("compulsary", &["compulsory"]), + ("compulsery", &["compulsory"]), + ("compulsing", &["compulsion"]), + ("compulsivley", &["compulsive"]), + ("compulsivo", &["compulsion"]), + ("compulsorary", &["compulsory"]), + ("compulstion", &["compulsion"]), + ("compulsury", &["compulsory"]), + ("compunation", &["computation"]), + ("compunet", &["compute"]), + ("compuslion", &["compulsion"]), + ("compuslive", &["compulsive"]), + ("compuslory", &["compulsory"]), + ("compustion", &["compulsion"]), + ("computacion", &["computation"]), + ("computacional", &["computational"]), + ("computanti", &["computation"]), + ("computarized", &["computerized"]), + ("computating", &["computation"]), + ("computationnal", &["computational"]), + ("computato", &["computation"]), + ("computition", &["computation"]), + ("computre", &["compute"]), + ("comradets", &["comrades"]), + ("comradre", &["comrade"]), + ("comrads", &["comrades"]), + ("comrpomising", &["compromising"]), + ("comsetic", &["cosmetic"]), + ("comsetics", &["cosmetics"]), + ("comtaminated", &["contaminated"]), + ("comtamination", &["contamination"]), + ("comtemplating", &["contemplating"]), + ("comtemporary", &["contemporary"]), + ("comtpon", &["compton"]), + ("conanical", &["canonical"]), + ("conatiner", &["container"]), + ("conatiners", &["containers"]), + ("conatins", &["contains"]), + ("conbinations", &["combinations"]), + ("concatinated", &["contaminated"]), + ("concatination", &["contamination"]), + ("conceald", &["concealed"]), + ("concedendo", &["conceded"]), + ("concedered", &["conceded"]), + ("conceed", &["concede"]), + ("conceide", &["conceived"]), + ("conceitual", &["conceptual"]), + ("conceivablely", &["conceivably"]), + ("conceivabley", &["conceivably"]), + ("conceivibly", &["conceivably"]), + ("concelaed", &["concealed"]), + ("concelaer", &["concealer"]), + ("concelear", &["concealer"]), + ("conceled", &["concede"]), + ("concellation", &["cancellation"]), + ("concencrate", &["concentrate"]), + ("concencration", &["concentration"]), + ("concened", &["concede"]), + ("concenrtation", &["concentrations"]), + ("concensus", &["consensus"]), + ("concentartion", &["concentrations"]), + ("concentate", &["concentrate"]), + ("concenting", &["connecting"]), + ("concentrace", &["concentrate"]), + ("concentracion", &["concentration"]), + ("concentrade", &["concentrated"]), + ("concentraded", &["concentrated"]), + ("concentraing", &["concentrating"]), + ("concentraion", &["concentration"]), + ("concentrait", &["concentrate"]), + ("concentraited", &["concentrated"]), + ("concentraiton", &["concentrations"]), + ("concentrant", &["concentrate"]), + ("concentrare", &["concentrate"]), + ("concentrarte", &["concentrate"]), + ("concentratie", &["concentrate"]), + ("concentratin", &["concentration"]), + ("concentrato", &["concentration"]), + ("concentratons", &["concentrations"]), + ("conceps", &["concepts"]), + ("concepta", &["conceptual"]), + ("conceptial", &["conceptual"]), + ("conceptos", &["concepts"]), + ("conceptuel", &["conceptual"]), + ("conceptul", &["conceptual"]), + ("concequences", &["consequences"]), + ("concequently", &["consequently"]), + ("concered", &["concede"]), + ("concernig", &["concerning"]), + ("concernt", &["concert"]), + ("concersation", &["conservation"]), + ("concersion", &["concession"]), + ("concertas", &["concerts"]), + ("concerte", &["concrete"]), + ("concertmate", &["concentrate"]), + ("concervation", &["conservation"]), + ("concervatism", &["conservatism"]), + ("concervative", &["conservative"]), + ("concervatives", &["conservatives"]), + ("concesions", &["concession"]), + ("concesso", &["concession"]), + ("conceted", &["concede"]), + ("conceved", &["concede"]), + ("conceviable", &["conceivable"]), + ("conceviably", &["conceivably"]), + ("concevied", &["conceived"]), + ("concibes", &["concise"]), + ("concider", &["consider"]), + ("conciderable", &["considerable"]), + ("conciderably", &["considerably"]), + ("concideration", &["consideration"]), + ("conciderations", &["considerations"]), + ("concidered", &["considered"]), + ("concidering", &["considering"]), + ("conciders", &["considers"]), + ("concides", &["concise"]), + ("concieted", &["conceited"]), + ("concieved", &["conceived"]), + ("concious", &["conscious"]), + ("conciously", &["consciously"]), + ("conciousness", &["consciousness"]), + ("concioussness", &["consciousness"]), + ("concission", &["concession"]), + ("conciveable", &["conceivable"]), + ("conciveably", &["conceivably"]), + ("conclsuion", &["concussion"]), + ("conclsuions", &["concussions"]), + ("concludendo", &["concluded"]), + ("conclue", &["conclude"]), + ("conclued", &["conclude"]), + ("concluse", &["conclusive"]), + ("conclusie", &["conclusive"]), + ("conclusies", &["conclusive"]), + ("conclusiones", &["conclusions"]), + ("conclusivley", &["conclusive"]), + ("concluso", &["conclusion"]), + ("conclussion", &["conclusions"]), + ("conclussive", &["conclusive"]), + ("conclution", &["conclusion"]), + ("conclutions", &["conclusions"]), + ("concnetration", &["concentrations"]), + ("concorrent", &["concurrent"]), + ("concreet", &["concrete"]), + ("concret", &["concert"]), + ("concrets", &["concerts"]), + ("concsience", &["conscience"]), + ("concsious", &["conscious"]), + ("concsiously", &["consciously"]), + ("concsiousness", &["consciousness"]), + ("conculsion", &["conclusion"]), + ("conculsions", &["conclusions"]), + ("conculsive", &["conclusive"]), + ("concurment", &["concurrent"]), + ("concurrant", &["concurrent"]), + ("concurrect", &["concurrent"]), + ("concurret", &["concurrent"]), + ("concusions", &["concussion"]), + ("concusison", &["concussions"]), + ("concusssion", &["concussions"]), + ("condamnation", &["condemnation"]), + ("condamned", &["condemned"]), + ("condamning", &["condemning"]), + ("condascending", &["condescending"]), + ("condeferacy", &["confederacy"]), + ("condemantion", &["condemnation"]), + ("condemend", &["condemned"]), + ("condemmed", &["condemned"]), + ("condemming", &["condemning"]), + ("condemnd", &["condemned"]), + ("condemnig", &["condemning"]), + ("condencing", &["condemning"]), + ("condenm", &["condemn"]), + ("condenmation", &["condemnation"]), + ("condenmed", &["condemned"]), + ("condenming", &["condemning"]), + ("condensend", &["condensed"]), + ("condescencion", &["condescension"]), + ("condescendion", &["condescension"]), + ("condescening", &["condescending"]), + ("condescenion", &["condescension"]), + ("condescenscion", &["condescension"]), + ("condescensing", &["condescension"]), + ("condesend", &["condensed"]), + ("condesned", &["condensed"]), + ("condicional", &["conditional"]), + ("condidtion", &["condition"]), + ("condidtions", &["conditions"]), + ("condiscending", &["condescending"]), + ("conditinal", &["conditional"]), + ("conditiner", &["conditioner"]), + ("conditionar", &["conditioner"]), + ("conditiond", &["conditioned"]), + ("conditionel", &["conditional"]), + ("conditiong", &["conditioning"]), + ("conditionnal", &["conditional"]), + ("conditionned", &["conditioned"]), + ("conditionner", &["conditioner"]), + ("conditionning", &["conditioning"]), + ("conditon", &["condition"]), + ("condiut", &["conduit"]), + ("condmen", &["condemn"]), + ("condmenation", &["condemnation"]), + ("condmened", &["condemned"]), + ("condmening", &["condemning"]), + ("condolances", &["condolences"]), + ("condolencies", &["condolences"]), + ("condolensces", &["condolences"]), + ("condolenses", &["condolences"]), + ("condolonces", &["condolences"]), + ("condomes", &["condoms"]), + ("condomnation", &["condemnation"]), + ("condomns", &["condoms"]), + ("condradicted", &["contradicted"]), + ("condradicting", &["contradicting"]), + ("condradiction", &["contradiction"]), + ("condradictions", &["contradictions"]), + ("condradictory", &["contradictory"]), + ("conductiong", &["conducting"]), + ("conduict", &["conduit"]), + ("conduiting", &["conducting"]), + ("condulences", &["condolences"]), + ("conecntration", &["concentrations"]), + ("conected", &["connected"]), + ("conection", &["connection"]), + ("conencting", &["connecting"]), + ("conenction", &["connection"]), + ("conenctions", &["connections"]), + ("conenctivity", &["connectivity"]), + ("conenctor", &["connector"]), + ("conenctors", &["connectors"]), + ("conenctration", &["concentrations"]), + ("conencts", &["connects"]), + ("conescutive", &["consecutive"]), + ("conesencus", &["consensus"]), + ("confedaracy", &["confederacy"]), + ("confedarate", &["confederate"]), + ("confedarcy", &["confederacy"]), + ("confedence", &["conference"]), + ("confedential", &["confidential"]), + ("confederancy", &["confederacy"]), + ("confederatie", &["confederate"]), + ("confedercy", &["confederacy"]), + ("confederecy", &["confederacy"]), + ("conferance", &["conference"]), + ("conferances", &["conferences"]), + ("conferedate", &["confederate"]), + ("conferene", &["conferences"]), + ("conferenze", &["conference"]), + ("confererate", &["confederate"]), + ("confermation", &["confirmation"]), + ("conferming", &["confirming"]), + ("confernece", &["conferences"]), + ("confersation", &["conservation"]), + ("confescated", &["confiscated"]), + ("confeses", &["confess"]), + ("confesos", &["confess"]), + ("confessin", &["confession"]), + ("confessino", &["confessions"]), + ("confessionis", &["confessions"]), + ("confesso", &["confession"]), + ("confesssion", &["confessions"]), + ("confidance", &["confidence"]), + ("confidantly", &["confidently"]), + ("confidencial", &["confidential"]), + ("confidenciality", &["confidential"]), + ("confidenly", &["confidently"]), + ("confidense", &["confidence"]), + ("confidentail", &["confidential"]), + ("confidentally", &["confidentially"]), + ("confidentaly", &["confidently"]), + ("confidentely", &["confidently"]), + ("confidentiel", &["confidential"]), + ("confidentuality", &["confidential"]), + ("confidenty", &["confidently"]), + ("confideny", &["confidently"]), + ("confids", &["confides"]), + ("configruation", &["configurations"]), + ("configuartion", &["configuration"]), + ("configuartions", &["configurations"]), + ("configue", &["configure"]), + ("configuracion", &["configuration"]), + ("configuraiton", &["configuration"]), + ("configurare", &["configure"]), + ("configurate", &["configure"]), + ("configuratin", &["configurations"]), + ("configurato", &["configuration"]), + ("configuratoin", &["configurations"]), + ("configuraton", &["configuration"]), + ("configureable", &["configurable"]), + ("confilct", &["conflict"]), + ("confilcting", &["conflicting"]), + ("confilcts", &["conflicts"]), + ("confimred", &["confirmed"]), + ("confins", &["confines"]), + ("confirmacion", &["confirmation"]), + ("confirmas", &["confirms"]), + ("confirmd", &["confirmed"]), + ("confise", &["confines"]), + ("confisgated", &["confiscated"]), + ("conflcit", &["conflict"]), + ("conflciting", &["conflicting"]), + ("conflcits", &["conflicts"]), + ("conflcting", &["conflating"]), + ("conflicing", &["conflicting"]), + ("conflics", &["conflicts"]), + ("conflictos", &["conflicts"]), + ("conflit", &["conflict"]), + ("confliting", &["conflating"]), + ("confortable", &["comfortable"]), + ("confrentation", &["confrontation"]), + ("confrentational", &["confrontational"]), + ("confrimation", &["confirmation"]), + ("confrimed", &["confirmed"]), + ("confriming", &["confirming"]), + ("confrims", &["confirms"]), + ("confrontacion", &["confrontation"]), + ("confrontacional", &["confrontational"]), + ("confrontaion", &["confrontation"]), + ("confrontating", &["confrontation"]), + ("confrontativo", &["confrontation"]), + ("confrontato", &["confrontation"]), + ("confugurations", &["configurations"]), + ("confussion", &["confession"]), + ("confussions", &["confessions"]), + ("congegration", &["congregation"]), + ("congergation", &["congregation"]), + ("congitive", &["cognitive"]), + ("conglaturation", &["congratulations"]), + ("conglaturations", &["congratulations"]), + ("congradulate", &["congratulate"]), + ("congradulations", &["congratulations"]), + ("congragation", &["congregation"]), + ("congragulate", &["congratulate"]), + ("congragulations", &["congratulations"]), + ("congrassman", &["congressman"]), + ("congratualte", &["congratulate"]), + ("congratualted", &["congratulate"]), + ("congratualtions", &["congratulations"]), + ("congratuate", &["congratulate"]), + ("congratulatons", &["congratulations"]), + ("congratule", &["congratulate"]), + ("congraturations", &["congratulations"]), + ("congregacion", &["congregation"]), + ("congresional", &["congressional"]), + ("congresman", &["congressman"]), + ("congresmen", &["congressmen"]), + ("congressen", &["congressmen"]), + ("congresssman", &["congressman"]), + ("congresssmen", &["congressmen"]), + ("congretation", &["congregation"]), + ("congrigation", &["congregation"]), + ("conicide", &["coincide"]), + ("conicidence", &["coincidence"]), + ("conicidental", &["coincidental"]), + ("conicidentally", &["coincidentally"]), + ("conifguration", &["configurations"]), + ("conifgurations", &["configurations"]), + ("conisderation", &["considerations"]), + ("conived", &["connived"]), + ("conjecutre", &["conjecture"]), + ("conjonction", &["conjunction"]), + ("conjucntion", &["conjunction"]), + ("conjuction", &["conjunction"]), + ("conjuncion", &["conjunction"]), + ("conjuncting", &["conjunction"]), + ("conlcude", &["conclude"]), + ("conlcuded", &["concluded"]), + ("conlcusion", &["conclusion"]), + ("conlcusions", &["conclusions"]), + ("connatation", &["connotation"]), + ("connatations", &["connotations"]), + ("conncetion", &["connections"]), + ("connecitcut", &["connecticut"]), + ("conneciton", &["connection"]), + ("connecs", &["connects"]), + ("connectes", &["connects"]), + ("connecticon", &["connection"]), + ("connecticuit", &["connecticut"]), + ("connecticunts", &["connecticut"]), + ("connecties", &["connects"]), + ("connectins", &["connects"]), + ("connectiong", &["connecting"]), + ("connectit", &["connecticut"]), + ("connectivety", &["connectivity"]), + ("connectivitiy", &["connectivity"]), + ("connectivty", &["connectivity"]), + ("connectivy", &["connectivity"]), + ("connectos", &["connectors"]), + ("connectpro", &["connector"]), + ("connetation", &["connotation"]), + ("connetations", &["connotations"]), + ("conneticut", &["connecticut"]), + ("connitations", &["connotations"]), + ("connonation", &["connotation"]), + ("connonations", &["connotations"]), + ("connotacion", &["connotation"]), + ("connotaion", &["connotation"]), + ("conolization", &["colonization"]), + ("conontation", &["connotation"]), + ("conotations", &["connotations"]), + ("conpassionate", &["compassionate"]), + ("conpensating", &["compensating"]), + ("conpensation", &["compensation"]), + ("conpetitions", &["competitions"]), + ("conplications", &["complications"]), + ("conplimentary", &["complimentary"]), + ("conplimented", &["complimented"]), + ("conplimenting", &["complimenting"]), + ("conprehension", &["comprehension"]), + ("conpromising", &["compromising"]), + ("conpsiracy", &["conspiracy"]), + ("conqeur", &["conquer"]), + ("conqeuring", &["conquering"]), + ("conqouring", &["conquering"]), + ("conqueor", &["conquer"]), + ("conquerd", &["conquered"]), + ("conquerer", &["conqueror"]), + ("conquerers", &["conquerors"]), + ("conquerring", &["conquering"]), + ("conquoring", &["conquering"]), + ("conqure", &["conquer"]), + ("conqured", &["conquered"]), + ("conscent", &["consent"]), + ("consciense", &["conscience"]), + ("consciouly", &["consciously"]), + ("consciouness", &["consciousness"]), + ("consciouslly", &["consciously"]), + ("conscioussness", &["consciousness"]), + ("consdider", &["consider"]), + ("consdidered", &["considered"]), + ("consdieration", &["considerations"]), + ("consdiered", &["considered"]), + ("consectuive", &["consecutive"]), + ("consectutive", &["consecutive"]), + ("consecuence", &["consequence"]), + ("consecuences", &["consequences"]), + ("consecuentes", &["consequences"]), + ("consecuently", &["consequently"]), + ("conseguence", &["consequence"]), + ("conselation", &["consolation"]), + ("consending", &["consenting"]), + ("consenquently", &["consequently"]), + ("consensuarlo", &["consensual"]), + ("consensuel", &["consensual"]), + ("consensul", &["consensual"]), + ("consentrate", &["concentrate"]), + ("consentrated", &["concentrated"]), + ("consentrates", &["concentrates"]), + ("consentrating", &["concentrating"]), + ("consentration", &["concentration"]), + ("consentrations", &["concentrations"]), + ("consenusal", &["consensual"]), + ("consept", &["concept"]), + ("conseqeunces", &["consequence"]), + ("consequece", &["consequence"]), + ("consequencies", &["consequence"]), + ("consequenes", &["consequence"]), + ("consequense", &["consequences"]), + ("consequenses", &["consequences"]), + ("consequental", &["consequently"]), + ("consequente", &["consequence"]), + ("consequentely", &["consequently"]), + ("consequentually", &["consequently"]), + ("consequenty", &["consequently"]), + ("consequeseces", &["consequences"]), + ("consequnce", &["consequence"]), + ("consequneces", &["consequence"]), + ("consequtive", &["consecutive"]), + ("consern", &["concern"]), + ("conserned", &["concerned"]), + ("conservacion", &["conservation"]), + ("conservanti", &["conservation"]), + ("conservare", &["conserve"]), + ("conservatie", &["conservatives"]), + ("conservaties", &["conservatives"]), + ("conservatisim", &["conservatism"]), + ("conservativo", &["conservation"]), + ("conservativs", &["conservatism"]), + ("conservativsm", &["conservatism"]), + ("conservato", &["conservation"]), + ("conservaton", &["conservation"]), + ("conservice", &["conserve"]), + ("conservies", &["conserve"]), + ("conservitave", &["conservatives"]), + ("conservite", &["conserve"]), + ("conservitism", &["conservatism"]), + ("conservitive", &["conservative"]), + ("conservitives", &["conservatives"]), + ("consficated", &["confiscated"]), + ("consicence", &["conscience"]), + ("consiciousness", &["consciousness"]), + ("consicous", &["conscious"]), + ("consicousness", &["consciousness"]), + ("considerabe", &["considerate"]), + ("considerabely", &["considerable"]), + ("considerabile", &["considerable"]), + ("considerablely", &["considerably"]), + ("considerabley", &["considerably"]), + ("considerablly", &["considerably"]), + ("consideracion", &["consideration"]), + ("considerais", &["considers"]), + ("considerant", &["considerate"]), + ("considerarle", &["considerable"]), + ("considerarte", &["considerate"]), + ("consideras", &["considers"]), + ("consideraste", &["considerate"]), + ("consideratie", &["considerate"]), + ("consideratin", &["considerations"]), + ("considerato", &["consideration"]), + ("consideratoin", &["considerations"]), + ("considerble", &["considerable"]), + ("considerbly", &["considerably"]), + ("considerd", &["considered"]), + ("considereis", &["considers"]), + ("consideret", &["considerate"]), + ("consideribly", &["considerably"]), + ("considerstion", &["considerations"]), + ("considerstions", &["considerations"]), + ("considert", &["considerate"]), + ("considertaion", &["considerations"]), + ("consilation", &["consolation"]), + ("consilidate", &["consolidate"]), + ("consilidated", &["consolidated"]), + ("consious", &["conscious"]), + ("consipracies", &["conspiracies"]), + ("consipracy", &["conspiracy"]), + ("consiquently", &["consequently"]), + ("consisent", &["consistent"]), + ("consistance", &["consistency"]), + ("consistant", &["consistent"]), + ("consistantly", &["consistently"]), + ("consistencey", &["consistency"]), + ("consistenly", &["consistently"]), + ("consistens", &["consists"]), + ("consistensy", &["consistency"]), + ("consistentcy", &["consistently"]), + ("consistenty", &["consistently"]), + ("consisteny", &["consistency"]), + ("consistes", &["consists"]), + ("consitency", &["consistency"]), + ("consituencies", &["constituencies"]), + ("consituted", &["constituted"]), + ("consitutents", &["constituents"]), + ("consitution", &["constitution"]), + ("consitutional", &["constitutional"]), + ("conslutant", &["consultant"]), + ("conslutants", &["consultant"]), + ("consluting", &["consulting"]), + ("consolacion", &["consolation"]), + ("consolato", &["consolation"]), + ("consoldiate", &["consolidate"]), + ("consoldiated", &["consolidated"]), + ("consolidad", &["consolidated"]), + ("consolidare", &["consolidate"]), + ("consolide", &["consolidate"]), + ("consolitated", &["consolidate"]), + ("consolodate", &["consolidate"]), + ("consolodated", &["consolidated"]), + ("consoltation", &["consultation"]), + ("consomation", &["consolation"]), + ("consonent", &["consonant"]), + ("consonents", &["consonants"]), + ("consorcium", &["consortium"]), + ("conspericies", &["conspiracies"]), + ("conspirace", &["conspiracies"]), + ("conspiraces", &["conspiracies"]), + ("conspiracize", &["conspiracies"]), + ("conspiracys", &["conspiracies"]), + ("conspirancy", &["conspiracy"]), + ("conspiriator", &["conspirator"]), + ("conspiricies", &["conspiracies"]), + ("conspiricy", &["conspiracy"]), + ("conspriacies", &["conspiracies"]), + ("conspriacy", &["conspiracy"]), + ("consqeuences", &["consequence"]), + ("constaints", &["constraints"]), + ("constallation", &["constellation"]), + ("constanly", &["constantly"]), + ("constans", &["constants"]), + ("constanst", &["constants"]), + ("constantins", &["constants"]), + ("constantivs", &["constants"]), + ("constanty", &["constantly"]), + ("constarints", &["constraint"]), + ("constarnation", &["consternation"]), + ("constasnt", &["constants"]), + ("constast", &["constants"]), + ("constatn", &["constant"]), + ("constatnly", &["constantly"]), + ("constently", &["constantly"]), + ("constillation", &["constellation"]), + ("constinually", &["continually"]), + ("constitition", &["constitution"]), + ("constititional", &["constitutional"]), + ("constituant", &["constituent"]), + ("constituante", &["constituents"]), + ("constituants", &["constituents"]), + ("constituates", &["constitutes"]), + ("constitucion", &["constitution"]), + ("constitucional", &["constitutional"]), + ("constitude", &["constitute"]), + ("constitue", &["constitutes"]), + ("constitued", &["constitute"]), + ("constituem", &["constitute"]), + ("constituer", &["constitute"]), + ("constitues", &["constitutes"]), + ("constituie", &["constitute"]), + ("constituient", &["constitute"]), + ("constituinte", &["constituents"]), + ("constituintes", &["constituents"]), + ("constituion", &["constitution"]), + ("constituional", &["constitutional"]), + ("constituit", &["constitute"]), + ("constituite", &["constitute"]), + ("constitutents", &["constitutes"]), + ("constitutie", &["constitutes"]), + ("constitutiei", &["constitute"]), + ("constitutinal", &["constitutional"]), + ("constitutionnal", &["constitutional"]), + ("constitutn", &["constituents"]), + ("constitutues", &["constitute"]), + ("constituye", &["constitute"]), + ("constiutents", &["constituents"]), + ("constnatly", &["constantly"]), + ("constracting", &["constructing"]), + ("constraction", &["construction"]), + ("constracts", &["constructs"]), + ("constrainsts", &["constraints"]), + ("constrait", &["constraints"]), + ("constraits", &["constraints"]), + ("constransi", &["constraints"]), + ("constrants", &["constraints"]), + ("constrat", &["constraint"]), + ("constrating", &["constraint"]), + ("constriants", &["constraints"]), + ("construccion", &["construction"]), + ("construced", &["constructed"]), + ("construcing", &["constructing"]), + ("construcion", &["construction"]), + ("construciton", &["construction"]), + ("construcive", &["constructive"]), + ("construcs", &["constructs"]), + ("constructeds", &["constructs"]), + ("constructicon", &["construction"]), + ("constructie", &["constructive"]), + ("constructief", &["constructive"]), + ("constructies", &["constructs"]), + ("constructieve", &["constructive"]), + ("constructifs", &["constructs"]), + ("constructiin", &["constructing"]), + ("constructiong", &["constructing"]), + ("constructivo", &["construction"]), + ("constructo", &["construction"]), + ("constructos", &["constructs"]), + ("constructur", &["constructor"]), + ("constructus", &["constructs"]), + ("construde", &["construed"]), + ("construint", &["constraint"]), + ("construits", &["constructs"]), + ("construst", &["constructs"]), + ("construt", &["constructs"]), + ("construted", &["constructed"]), + ("consttruction", &["construction"]), + ("constuction", &["construction"]), + ("consturcted", &["constructed"]), + ("consturction", &["construction"]), + ("constured", &["construed"]), + ("consueling", &["consulting"]), + ("consuelling", &["counselling"]), + ("consulant", &["consultant"]), + ("consulation", &["consolation"]), + ("consultaion", &["consultation"]), + ("consultanti", &["consultation"]), + ("consultat", &["consultant"]), + ("consultata", &["consultant"]), + ("consultate", &["consultant"]), + ("consultati", &["consultant"]), + ("consultating", &["consultation"]), + ("consultato", &["consultation"]), + ("consultent", &["consultant"]), + ("consumate", &["consummate"]), + ("consumated", &["consummated"]), + ("consumation", &["consumption"]), + ("consumbale", &["consumables"]), + ("consumbales", &["consumables"]), + ("consuments", &["consumes"]), + ("consumerisim", &["consumerism"]), + ("consumersim", &["consumerism"]), + ("consumibles", &["consumables"]), + ("consumirem", &["consumerism"]), + ("consumires", &["consumerism"]), + ("consumirse", &["consumerism"]), + ("consumiste", &["consumes"]), + ("consumpion", &["consumption"]), + ("consums", &["consumes"]), + ("contacs", &["contacts"]), + ("contactes", &["contacts"]), + ("contaction", &["contacting"]), + ("contactos", &["contacts"]), + ("contageous", &["contagious"]), + ("contagios", &["contagious"]), + ("contagiosa", &["contagious"]), + ("contagioso", &["contagious"]), + ("contagiosum", &["contagious"]), + ("contaigous", &["contagious"]), + ("contaiminate", &["contaminate"]), + ("containd", &["contained"]), + ("containered", &["contained"]), + ("containes", &["contains"]), + ("containg", &["containing"]), + ("containig", &["containing"]), + ("containmemt", &["containment"]), + ("containors", &["containers"]), + ("containters", &["containers"]), + ("containting", &["containing"]), + ("containts", &["contains"]), + ("contaire", &["containers"]), + ("contais", &["contains"]), + ("contaminacion", &["contamination"]), + ("contaminanted", &["contaminated"]), + ("contaminatie", &["contaminated"]), + ("contaminato", &["contamination"]), + ("contaminaton", &["contamination"]), + ("contaminen", &["containment"]), + ("contaminent", &["containment"]), + ("contaminents", &["containment"]), + ("contaminted", &["contaminated"]), + ("contamporaries", &["contemporaries"]), + ("contamporary", &["contemporary"]), + ("contancting", &["contracting"]), + ("contanimate", &["contaminated"]), + ("contanimated", &["contaminated"]), + ("contanimation", &["contamination"]), + ("contaniments", &["containment"]), + ("contanti", &["contacting"]), + ("contanting", &["contacting"]), + ("contast", &["contacts"]), + ("contection", &["contention"]), + ("contectual", &["contextual"]), + ("conteiners", &["contenders"]), + ("contempate", &["contemplate"]), + ("contemperary", &["contemporary"]), + ("contemplare", &["contemplate"]), + ("contemplat", &["contempt"]), + ("contemple", &["contemplate"]), + ("contempoary", &["contemporary"]), + ("contemporaneus", &["contemporaneous"]), + ("contemporany", &["contemporary"]), + ("contemporay", &["contemporary"]), + ("contempory", &["contemporary"]), + ("contemt", &["contempt"]), + ("contenants", &["continents"]), + ("contencion", &["contention"]), + ("contencious", &["contentious"]), + ("contendor", &["contender"]), + ("contendors", &["contenders"]), + ("contenental", &["continental"]), + ("contenents", &["continents"]), + ("conteneurs", &["contenders"]), + ("contengency", &["contingency"]), + ("contengent", &["contingent"]), + ("contenintal", &["continental"]), + ("contenplate", &["contemplate"]), + ("contenplating", &["contemplating"]), + ("contens", &["contents"]), + ("contense", &["contenders"]), + ("contension", &["contention"]), + ("contensious", &["contentious"]), + ("contenst", &["contents"]), + ("contentants", &["contestants"]), + ("contentas", &["contents"]), + ("contentes", &["contents"]), + ("contentino", &["contention"]), + ("contentios", &["contentious"]), + ("contentos", &["contents"]), + ("contentous", &["contentious"]), + ("contentuous", &["contentious"]), + ("contess", &["contests"]), + ("contestais", &["contests"]), + ("contestans", &["contests"]), + ("contestas", &["contests"]), + ("contestase", &["contests"]), + ("contestaste", &["contestants"]), + ("contestat", &["contestants"]), + ("contestents", &["contestants"]), + ("contestes", &["contests"]), + ("contestion", &["contention"]), + ("contestors", &["contests"]), + ("contexta", &["contextual"]), + ("contextes", &["contexts"]), + ("contextful", &["contextual"]), + ("contextl", &["contextual"]), + ("contextos", &["contexts"]), + ("contextuel", &["contextual"]), + ("contextura", &["contextual"]), + ("contian", &["contain"]), + ("contianer", &["container"]), + ("contianers", &["containers"]), + ("contianing", &["containing"]), + ("contianment", &["containment"]), + ("contians", &["contains"]), + ("contibute", &["contribute"]), + ("contibuted", &["contributed"]), + ("contibutes", &["contributes"]), + ("contientous", &["contentious"]), + ("contigent", &["contingent"]), + ("contigents", &["continents"]), + ("contigious", &["contagious"]), + ("contignent", &["contingent"]), + ("contimplate", &["contemplate"]), + ("contimplating", &["contemplating"]), + ("continant", &["continental"]), + ("continants", &["continents"]), + ("contine", &["continue"]), + ("contined", &["continued"]), + ("continenal", &["continental"]), + ("continenet", &["continents"]), + ("continenets", &["continents"]), + ("continens", &["continents"]), + ("continentais", &["continents"]), + ("continentes", &["continents"]), + ("continential", &["continental"]), + ("continentul", &["continental"]), + ("contineous", &["continuous"]), + ("contineously", &["continuously"]), + ("contines", &["continents"]), + ("continetal", &["continental"]), + ("contingancy", &["contingency"]), + ("contingecy", &["contingency"]), + ("contingeny", &["contingency"]), + ("contingient", &["contingent"]), + ("contingincy", &["contingency"]), + ("continient", &["contingent"]), + ("continious", &["continuous"]), + ("continiously", &["continuously"]), + ("continiuty", &["continuity"]), + ("continous", &["continuous"]), + ("continously", &["continuously"]), + ("contintent", &["contingent"]), + ("continuacion", &["continuation"]), + ("continualy", &["continually"]), + ("continuare", &["continue"]), + ("continuarla", &["continual"]), + ("continuarlo", &["continual"]), + ("continuasse", &["continues"]), + ("continuati", &["continuity"]), + ("continuating", &["continuation"]), + ("continuativo", &["continuation"]), + ("continuato", &["continuation"]), + ("continueing", &["continuing"]), + ("continuemos", &["continues"]), + ("continuent", &["contingent"]), + ("continueous", &["continuous"]), + ("continuety", &["continuity"]), + ("continuining", &["continuing"]), + ("continuious", &["continuous"]), + ("continum", &["continuum"]), + ("continunes", &["continents"]), + ("continuning", &["continuing"]), + ("continunity", &["continuity"]), + ("continuons", &["continuous"]), + ("continuos", &["continuous"]), + ("continuosly", &["continuously"]), + ("continus", &["continues"]), + ("continut", &["continuity"]), + ("continute", &["continue"]), + ("continuting", &["continuing"]), + ("continutity", &["continuity"]), + ("continutiy", &["continuity"]), + ("continuu", &["continuous"]), + ("continuuing", &["continuing"]), + ("continuuity", &["continuity"]), + ("continuuum", &["continuum"]), + ("contirbuted", &["contributed"]), + ("contirbution", &["contribution"]), + ("contirbutors", &["contributors"]), + ("contitnent", &["contingent"]), + ("contiunal", &["continual"]), + ("contiunally", &["continually"]), + ("contiunation", &["continuation"]), + ("contiuning", &["containing"]), + ("contiunity", &["continuity"]), + ("contorller", &["controllers"]), + ("contrabution", &["contribution"]), + ("contraccion", &["contraction"]), + ("contraceptie", &["contraceptives"]), + ("contraceptivo", &["contraception"]), + ("contraceptivos", &["contraceptives"]), + ("contracing", &["contracting"]), + ("contracr", &["contractor"]), + ("contracs", &["contracts"]), + ("contractar", &["contractor"]), + ("contracter", &["contractor"]), + ("contractin", &["contraction"]), + ("contracto", &["contraction"]), + ("contractos", &["contracts"]), + ("contraddice", &["contradicted"]), + ("contradiccion", &["contradiction"]), + ("contradice", &["contradicted"]), + ("contradices", &["contradicts"]), + ("contradicing", &["contradicting"]), + ("contradicion", &["contradiction"]), + ("contradicitng", &["contradicting"]), + ("contradiciton", &["contradiction"]), + ("contradicitons", &["contradictions"]), + ("contradicory", &["contradictory"]), + ("contradics", &["contradicts"]), + ("contradictary", &["contradictory"]), + ("contradictie", &["contradicted"]), + ("contradictin", &["contradiction"]), + ("contradictiong", &["contradicting"]), + ("contradicton", &["contradiction"]), + ("contradictons", &["contradicts"]), + ("contradtion", &["contraction"]), + ("contraticted", &["contradicted"]), + ("contraticting", &["contradicting"]), + ("contravercial", &["controversial"]), + ("contraversial", &["controversial"]), + ("contraversy", &["controversy"]), + ("contreception", &["contraception"]), + ("contredict", &["contradict"]), + ("contreversial", &["controversial"]), + ("contreversy", &["controversy"]), + ("contribucion", &["contribution"]), + ("contribue", &["contribute"]), + ("contribued", &["contributed"]), + ("contribuem", &["contribute"]), + ("contribuent", &["contribute"]), + ("contribuer", &["contribute"]), + ("contribues", &["contributes"]), + ("contribuie", &["contribute"]), + ("contribuit", &["contribute"]), + ("contribuito", &["contribution"]), + ("contribuitor", &["contributor"]), + ("contribuo", &["contributor"]), + ("contributer", &["contributor"]), + ("contributers", &["contributors"]), + ("contributeurs", &["contributes"]), + ("contributie", &["contribute"]), + ("contributin", &["contribution"]), + ("contributiors", &["contributors"]), + ("contributivo", &["contribution"]), + ("contributo", &["contribution"]), + ("contributons", &["contributors"]), + ("contributos", &["contributors"]), + ("contributs", &["contributes"]), + ("contribuye", &["contribute"]), + ("contribuyes", &["contributes"]), + ("contriception", &["contraception"]), + ("contriceptives", &["contraceptives"]), + ("contricted", &["contracted"]), + ("contricting", &["contracting"]), + ("contriction", &["contraction"]), + ("contrictions", &["contractions"]), + ("contridict", &["contradict"]), + ("contridicted", &["contradicted"]), + ("contridictory", &["contradictory"]), + ("contridicts", &["contradicts"]), + ("contritutions", &["contributions"]), + ("contriubte", &["contributes"]), + ("contriversial", &["controversial"]), + ("contriversy", &["controversy"]), + ("controception", &["contraception"]), + ("controceptives", &["contraceptives"]), + ("controdicting", &["contradicting"]), + ("controdiction", &["contradiction"]), + ("controdictions", &["contradictions"]), + ("controlas", &["controls"]), + ("controled", &["controlled"]), + ("controlelr", &["controllers"]), + ("controlers", &["controls"]), + ("controles", &["controls"]), + ("controleurs", &["controllers"]), + ("controling", &["controlling"]), + ("controll", &["control"]), + ("controlleras", &["controllers"]), + ("controlles", &["controls"]), + ("controlllers", &["controllers"]), + ("controllore", &["controllers"]), + ("controlls", &["controls"]), + ("controvercial", &["controversial"]), + ("controvercy", &["controversy"]), + ("controverial", &["controversial"]), + ("controveries", &["controversies"]), + ("controverisal", &["controversial"]), + ("controversa", &["controversial"]), + ("controversal", &["controversial"]), + ("controversary", &["controversy"]), + ("controversey", &["controversy"]), + ("controversity", &["controversy"]), + ("controvertial", &["controversial"]), + ("controvery", &["controversy"]), + ("controvesy", &["controversy"]), + ("contrubite", &["contributes"]), + ("contrubute", &["contribute"]), + ("contrubutes", &["contributes"]), + ("contructing", &["contracting"]), + ("contruction", &["construction"]), + ("contructions", &["contractions"]), + ("contructors", &["contractors"]), + ("contstruction", &["construction"]), + ("contuining", &["continuing"]), + ("contuinity", &["continuity"]), + ("convaluted", &["convoluted"]), + ("convcition", &["convictions"]), + ("conveinence", &["convenience"]), + ("conveinent", &["convenient"]), + ("conveinently", &["conveniently"]), + ("conveluted", &["convoluted"]), + ("convenant", &["covenant"]), + ("convencen", &["convenience"]), + ("convencion", &["convention"]), + ("convencional", &["conventional"]), + ("conveneince", &["convenience"]), + ("conveniance", &["convenience"]), + ("conveniant", &["convenient"]), + ("conveniantly", &["conveniently"]), + ("conveniece", &["convenience"]), + ("conveniente", &["convenience"]), + ("conveniet", &["convenient"]), + ("convenietly", &["conveniently"]), + ("convenince", &["convenience"]), + ("convenit", &["convenient"]), + ("convential", &["conventional"]), + ("conventinal", &["conventional"]), + ("conventionnal", &["conventional"]), + ("convento", &["convention"]), + ("converastion", &["conversations"]), + ("converastions", &["conservation"]), + ("converdation", &["conservation"]), + ("converesly", &["conversely"]), + ("convergens", &["converse"]), + ("converison", &["conversions"]), + ("converitble", &["convertible"]), + ("converning", &["converting"]), + ("convers", &["converts"]), + ("conversacion", &["conversation"]), + ("conversacional", &["conversational"]), + ("conversaion", &["conversion"]), + ("conversaiton", &["conversations"]), + ("conversare", &["converse"]), + ("conversatin", &["conversations"]), + ("conversatino", &["conservation"]), + ("conversationa", &["conservation"]), + ("conversationable", &["conversational"]), + ("conversationg", &["conservation"]), + ("conversationy", &["conservation"]), + ("conversatiosn", &["conservation"]), + ("conversatism", &["conservatism"]), + ("conversatives", &["conservatives"]), + ("conversatoin", &["conversations"]), + ("converseley", &["conversely"]), + ("conversie", &["converse"]), + ("conversin", &["conversions"]), + ("conversino", &["conversions"]), + ("conversiones", &["conversions"]), + ("conversley", &["conversely"]), + ("conversoin", &["conversions"]), + ("conversons", &["conversions"]), + ("converst", &["converts"]), + ("converstaion", &["conversation"]), + ("converstaional", &["conversational"]), + ("converstaions", &["conversations"]), + ("converstion", &["conversion"]), + ("convertables", &["convertibles"]), + ("convertiable", &["convertible"]), + ("convertibile", &["convertible"]), + ("convertie", &["convertible"]), + ("convertion", &["conversion"]), + ("convertire", &["converter"]), + ("convertirea", &["converter"]), + ("convertirle", &["convertible"]), + ("convertirme", &["converter"]), + ("convertirte", &["converter"]), + ("convertis", &["converts"]), + ("convertr", &["converter"]), + ("convervation", &["conservation"]), + ("convervatism", &["conservatism"]), + ("converying", &["converting"]), + ("converzation", &["conservation"]), + ("convesration", &["conservation"]), + ("conveyd", &["conveyed"]), + ("conveyered", &["conveyed"]), + ("conviccion", &["conviction"]), + ("conviced", &["convinced"]), + ("conviciton", &["conviction"]), + ("convicitons", &["convictions"]), + ("convicto", &["conviction"]), + ("convienence", &["convenience"]), + ("convienent", &["convenient"]), + ("convienently", &["conveniently"]), + ("convienient", &["convenient"]), + ("conviluted", &["convoluted"]), + ("convinceing", &["convincing"]), + ("convincente", &["convenient"]), + ("convincersi", &["convinces"]), + ("convincted", &["convince"]), + ("convine", &["convince"]), + ("convingi", &["convincing"]), + ("convinse", &["convinces"]), + ("convinsing", &["convincing"]), + ("convinving", &["convincing"]), + ("convirtible", &["convertible"]), + ("convoluded", &["convoluted"]), + ("convorsation", &["conversation"]), + ("convorsations", &["conversations"]), + ("convoulted", &["convoluted"]), + ("convseration", &["conservation"]), + ("convulated", &["convoluted"]), + ("convuluted", &["convoluted"]), + ("cooldows", &["cooldowns"]), + ("cooldwons", &["cooldowns"]), + ("cooperacion", &["cooperation"]), + ("cooperativo", &["cooperation"]), + ("cooperatve", &["cooperative"]), + ("cooporation", &["cooperation"]), + ("cooporative", &["cooperative"]), + ("coordenate", &["coordinate"]), + ("coordenated", &["coordinated"]), + ("coordenates", &["coordinates"]), + ("coordenation", &["coordination"]), + ("coordiante", &["coordinate"]), + ("coordianted", &["coordinated"]), + ("coordiantes", &["coordinates"]), + ("coordiantion", &["coordination"]), + ("coordiantor", &["coordinator"]), + ("coordinacion", &["coordination"]), + ("coordinador", &["coordinator"]), + ("coordinants", &["coordinates"]), + ("coordinar", &["coordinator"]), + ("coordinare", &["coordinate"]), + ("coordinater", &["coordinator"]), + ("coordinaters", &["coordinates"]), + ("coordinatior", &["coordinator"]), + ("coordinato", &["coordination"]), + ("coordinaton", &["coordination"]), + ("coordinatore", &["coordinate"]), + ("coordinats", &["coordinates"]), + ("coordine", &["coordinate"]), + ("coordonate", &["coordinate"]), + ("coordonated", &["coordinated"]), + ("coordonates", &["coordinates"]), + ("coordonation", &["coordination"]), + ("coordonator", &["coordinator"]), + ("cooresponding", &["corresponding"]), + ("cooridnate", &["coordinate"]), + ("cooridnated", &["coordinated"]), + ("cooridnates", &["coordinates"]), + ("cooridnation", &["coordination"]), + ("cooridnator", &["coordinator"]), + ("coorperation", &["cooperation"]), + ("coorperations", &["corporations"]), + ("copehnagen", &["copenhagen"]), + ("copenaghen", &["copenhagen"]), + ("copenahgen", &["copenhagen"]), + ("copengagen", &["copenhagen"]), + ("copengahen", &["copenhagen"]), + ("copenhaagen", &["copenhagen"]), + ("copenhaegen", &["copenhagen"]), + ("copenhagan", &["copenhagen"]), + ("copenhagn", &["copenhagen"]), + ("copenhague", &["copenhagen"]), + ("copenhaguen", &["copenhagen"]), + ("copenhagun", &["copenhagen"]), + ("copenhangen", &["copenhagen"]), + ("copenhaven", &["copenhagen"]), + ("copenhegan", &["copenhagen"]), + ("copmetitors", &["competitors"]), + ("coprorate", &["corporate"]), + ("coproration", &["corporation"]), + ("coprorations", &["corporations"]), + ("coprses", &["corpses"]), + ("coputer", &["computer"]), + ("copyrighed", &["copyrighted"]), + ("copyrigted", &["copyrighted"]), + ("copyrigthed", &["copyrighted"]), + ("copywrite", &["copyright"]), + ("coralina", &["carolina"]), + ("corasir", &["corsair"]), + ("coratia", &["croatia"]), + ("corcodile", &["crocodile"]), + ("coridal", &["cordial"]), + ("corinthains", &["corinthians"]), + ("corinthans", &["corinthians"]), + ("corintheans", &["corinthians"]), + ("corinthianos", &["corinthians"]), + ("corinthias", &["corinthians"]), + ("corinthiens", &["corinthians"]), + ("corinthinans", &["corinthians"]), + ("corinthinas", &["corinthians"]), + ("corinthins", &["corinthians"]), + ("cornithians", &["corinthians"]), + ("cornmitted", &["committed"]), + ("corollla", &["corolla"]), + ("corolloa", &["corolla"]), + ("corosion", &["corrosion"]), + ("corparate", &["corporate"]), + ("corparation", &["corporation"]), + ("corparations", &["corporations"]), + ("corperation", &["corporation"]), + ("corperations", &["corporations"]), + ("corporacion", &["corporation"]), + ("corporatie", &["corporate"]), + ("corporativo", &["corporation"]), + ("corporativos", &["corporations"]), + ("corproate", &["corporate"]), + ("corproations", &["corporations"]), + ("corpsers", &["corpses"]), + ("corralated", &["correlated"]), + ("corralates", &["correlates"]), + ("corralation", &["correlation"]), + ("corrdination", &["coordination"]), + ("corrdior", &["corridor"]), + ("correccion", &["correction"]), + ("correciton", &["corrections"]), + ("correclty", &["correctly"]), + ("correcters", &["correctors"]), + ("correctess", &["correctness"]), + ("correctin", &["correction"]), + ("correctings", &["corrections"]), + ("correctionals", &["corrections"]), + ("correctivo", &["correction"]), + ("correctivos", &["corrections"]), + ("correctons", &["corrections"]), + ("correcty", &["correctly"]), + ("corregated", &["correlated"]), + ("correkting", &["correcting"]), + ("correktions", &["corrections"]), + ("correktness", &["correctness"]), + ("correlacion", &["correlation"]), + ("correlatas", &["correlates"]), + ("correlatie", &["correlated"]), + ("correlaties", &["correlates"]), + ("correlato", &["correlation"]), + ("correlatos", &["correlates"]), + ("correnti", &["correcting"]), + ("correponding", &["corresponding"]), + ("correposding", &["corresponding"]), + ("correpsondence", &["correspondence"]), + ("correpsonding", &["corresponding"]), + ("correspend", &["correspond"]), + ("correspondant", &["correspondent"]), + ("correspondants", &["correspondents"]), + ("correspondece", &["correspondence"]), + ("correspondense", &["correspondence"]), + ("correspondente", &["correspondence"]), + ("corresponders", &["corresponds"]), + ("correspondes", &["corresponds"]), + ("correspondig", &["corresponding"]), + ("corresponing", &["corresponding"]), + ("corresponsing", &["corresponding"]), + ("corretly", &["correctly"]), + ("corridoor", &["corridor"]), + ("corrilated", &["correlated"]), + ("corrilates", &["correlates"]), + ("corrilation", &["correlation"]), + ("corrispond", &["correspond"]), + ("corrispondant", &["correspondent"]), + ("corrispondants", &["correspondents"]), + ("corrisponded", &["corresponded"]), + ("corrispondence", &["correspondence"]), + ("corrisponding", &["corresponding"]), + ("corrisponds", &["corresponds"]), + ("corrolated", &["correlated"]), + ("corrolates", &["correlates"]), + ("corrolation", &["correlation"]), + ("corrospond", &["correspond"]), + ("corrospondence", &["correspondence"]), + ("corrosponding", &["corresponding"]), + ("corrosponds", &["corresponds"]), + ("corrpution", &["corruption"]), + ("corrulates", &["correlates"]), + ("corrupcion", &["corruption"]), + ("corruptin", &["corruption"]), + ("corrupto", &["corruption"]), + ("corsari", &["corsair"]), + ("corsiar", &["corsair"]), + ("corspes", &["corpses"]), + ("corssfire", &["crossfire"]), + ("corsshair", &["crosshair"]), + ("corsspost", &["crosspost"]), + ("coruching", &["crouching"]), + ("corwbar", &["crowbar"]), + ("cosemtic", &["cosmetic"]), + ("cosemtics", &["cosmetics"]), + ("cosmeticas", &["cosmetics"]), + ("cosmeticos", &["cosmetics"]), + ("costitution", &["constitution"]), + ("costomizable", &["customizable"]), + ("costomization", &["customization"]), + ("costumise", &["costumes"]), + ("costumizable", &["customizable"]), + ("costumization", &["customization"]), + ("costumizations", &["customization"]), + ("costumized", &["customized"]), + ("costums", &["costumes"]), + ("cosutmes", &["costumes"]), + ("coucil", &["council"]), + ("coudl", &["could"]), + ("coudlnt", &["couldnt"]), + ("couldnot", &["couldnt"]), + ("coulmns", &["columns"]), + ("coulndt", &["couldnt"]), + ("coulored", &["coloured"]), + ("counceling", &["counseling"]), + ("councellor", &["councillor"]), + ("councellors", &["councillors"]), + ("councelors", &["counselors"]), + ("councidental", &["coincidental"]), + ("councidentally", &["coincidentally"]), + ("councilers", &["councils"]), + ("counciles", &["councils"]), + ("councills", &["councils"]), + ("councilos", &["councils"]), + ("counries", &["countries"]), + ("counrtyside", &["countryside"]), + ("counseil", &["counsel"]), + ("counselers", &["counselors"]), + ("counsellling", &["counselling"]), + ("counsellng", &["counselling"]), + ("counsilers", &["counselors"]), + ("counsiling", &["counseling"]), + ("counsilling", &["counselling"]), + ("counsilors", &["counselors"]), + ("counsle", &["counsel"]), + ("counsole", &["counsel"]), + ("counsolers", &["counselors"]), + ("counsoling", &["counseling"]), + ("countains", &["contains"]), + ("countepart", &["counteract"]), + ("counteratk", &["counteract"]), + ("counterbat", &["counteract"]), + ("countercat", &["counteract"]), + ("countercoat", &["counteract"]), + ("countercut", &["counteract"]), + ("counterd", &["countered"]), + ("counteredit", &["counterfeit"]), + ("counteres", &["counters"]), + ("counterfact", &["counteract"]), + ("counterfait", &["counterfeit"]), + ("counterfeight", &["counterfeit"]), + ("counterfest", &["counterfeit"]), + ("counterfiet", &["counterfeit"]), + ("counterfiets", &["counterfeit"]), + ("counterfited", &["counterfeit"]), + ("counteries", &["counters"]), + ("counterpaly", &["counterplay"]), + ("counterpary", &["counterplay"]), + ("counterpath", &["counterpart"]), + ("counterpats", &["counterparts"]), + ("counterpont", &["counterpoint"]), + ("counterporductive", &["counterproductive"]), + ("counterprodutive", &["counterproductive"]), + ("counterract", &["counterpart"]), + ("counterracts", &["counterparts"]), + ("counterside", &["countryside"]), + ("countert", &["counteract"]), + ("countertrap", &["counterpart"]), + ("countertraps", &["counterparts"]), + ("countes", &["counters"]), + ("countires", &["countries"]), + ("countoring", &["countering"]), + ("countres", &["counters"]), + ("countriside", &["countryside"]), + ("countrycide", &["countryside"]), + ("countryies", &["countryside"]), + ("countrying", &["countering"]), + ("countrywides", &["countryside"]), + ("countrywise", &["countryside"]), + ("courcework", &["coursework"]), + ("courching", &["crouching"]), + ("coursefork", &["coursework"]), + ("courtesey", &["courtesy"]), + ("courtesty", &["courtesy"]), + ("courtey", &["courtesy"]), + ("courthosue", &["courthouse"]), + ("courthourse", &["courthouse"]), + ("courtrom", &["courtroom"]), + ("courtrooom", &["courtroom"]), + ("courtsey", &["courtesy"]), + ("coururier", &["courier"]), + ("cousines", &["cousins"]), + ("cousings", &["cousins"]), + ("cousnelors", &["counselors"]), + ("coutneract", &["counteract"]), + ("coutnered", &["countered"]), + ("coutnerfeit", &["counterfeit"]), + ("coutnering", &["countering"]), + ("coutnerpart", &["counterpart"]), + ("coutnerparts", &["counterparts"]), + ("coutnerplay", &["counterplay"]), + ("coutnerpoint", &["counterpoint"]), + ("coutnerproductive", &["counterproductive"]), + ("coutners", &["counters"]), + ("covanent", &["covenant"]), + ("covenat", &["covenant"]), + ("covenental", &["covenant"]), + ("coverted", &["converted"]), + ("covnersation", &["conservation"]), + ("coyotees", &["coyotes"]), + ("coytoes", &["coyotes"]), + ("cpatains", &["captains"]), + ("cpoy", &["coy"]), + ("crabine", &["carbine"]), + ("cralwed", &["crawled"]), + ("cranberrry", &["cranberry"]), + ("cranbery", &["cranberry"]), + ("crankenstein", &["frankenstein"]), + ("craotia", &["croatia"]), + ("crapenter", &["carpenter"]), + ("craweld", &["crawled"]), + ("crayones", &["crayons"]), + ("creacionism", &["creationism"]), + ("creaeted", &["created"]), + ("creamic", &["ceramic"]), + ("createin", &["creatine"]), + ("createn", &["creatine"]), + ("creater", &["creature"]), + ("createur", &["creature"]), + ("creatie", &["creatine"]), + ("creatien", &["creatine"]), + ("creationis", &["creations"]), + ("creationisim", &["creationism"]), + ("creationistas", &["creationists"]), + ("creationkit", &["creationist"]), + ("creationnism", &["creationism"]), + ("creationnist", &["creationist"]), + ("creationsim", &["creationism"]), + ("creationsism", &["creationism"]), + ("creationsist", &["creationist"]), + ("creationsit", &["creationist"]), + ("creationsits", &["creationists"]), + ("creationsm", &["creationism"]), + ("creationst", &["creationist"]), + ("creationsts", &["creationists"]), + ("creativelly", &["creatively"]), + ("creativey", &["creatively"]), + ("creativily", &["creatively"]), + ("creativley", &["creatively"]), + ("creatue", &["creature"]), + ("credencials", &["credentials"]), + ("credentails", &["credentials"]), + ("credentaisl", &["credentials"]), + ("credibillity", &["credibility"]), + ("credibilty", &["credibility"]), + ("credientals", &["credentials"]), + ("credintials", &["credentials"]), + ("creedence", &["credence"]), + ("creeperest", &["creepers"]), + ("creepes", &["creepers"]), + ("creepgin", &["creeping"]), + ("creepig", &["creeping"]), + ("creulty", &["cruelty"]), + ("crhistmas", &["christmas"]), + ("cricitising", &["criticising"]), + ("cricketts", &["crickets"]), + ("cricles", &["circles"]), + ("cricling", &["circling"]), + ("criculating", &["circulating"]), + ("cricumference", &["circumference"]), + ("crigneworthy", &["cringeworthy"]), + ("crimanally", &["criminally"]), + ("criminalty", &["criminally"]), + ("criminalul", &["criminally"]), + ("criminaly", &["criminally"]), + ("cringely", &["cringey"]), + ("cringery", &["cringey"]), + ("cringewhorty", &["cringeworthy"]), + ("cringeworhty", &["cringeworthy"]), + ("cringeworhy", &["cringeworthy"]), + ("cringeworthey", &["cringeworthy"]), + ("cringeworthly", &["cringeworthy"]), + ("cringeworty", &["cringeworthy"]), + ("cringewothy", &["cringeworthy"]), + ("cringewrothy", &["cringeworthy"]), + ("cringyworthy", &["cringeworthy"]), + ("critera", &["criteria"]), + ("critereon", &["criterion"]), + ("criterias", &["criteria"]), + ("criticable", &["critical"]), + ("criticallity", &["critically"]), + ("criticaly", &["critically"]), + ("criticarlo", &["critical"]), + ("criticas", &["critics"]), + ("critices", &["critics"]), + ("criticicing", &["criticising"]), + ("criticie", &["criticise"]), + ("criticies", &["criticise"]), + ("criticiing", &["criticising"]), + ("criticim", &["criticisms"]), + ("criticis", &["critics"]), + ("criticisied", &["criticise"]), + ("criticisim", &["criticism"]), + ("criticisims", &["criticisms"]), + ("criticisize", &["criticise"]), + ("criticisme", &["criticise"]), + ("criticisn", &["criticising"]), + ("criticisng", &["criticising"]), + ("criticists", &["critics"]), + ("criticisze", &["criticise"]), + ("criticiszed", &["criticise"]), + ("criticiszing", &["criticising"]), + ("criticizms", &["criticisms"]), + ("criticizng", &["criticizing"]), + ("criticms", &["critics"]), + ("criticos", &["critics"]), + ("criticts", &["critics"]), + ("criticus", &["critics"]), + ("critiera", &["criteria"]), + ("critisice", &["criticise"]), + ("critisiced", &["criticized"]), + ("critisicing", &["criticizing"]), + ("critisicm", &["criticism"]), + ("critisicms", &["criticisms"]), + ("critisicsm", &["criticisms"]), + ("critising", &["criticising"]), + ("critisiscm", &["criticisms"]), + ("critisising", &["criticising"]), + ("critisism", &["criticism"]), + ("critisisms", &["criticisms"]), + ("critisize", &["criticise"]), + ("critisizes", &["criticises"]), + ("critisizms", &["criticisms"]), + ("critized", &["criticized"]), + ("critiziced", &["criticized"]), + ("critizicing", &["criticizing"]), + ("critizing", &["criticizing"]), + ("critizised", &["criticized"]), + ("critizising", &["criticizing"]), + ("critizisms", &["criticisms"]), + ("critizized", &["criticized"]), + ("critizizing", &["criticizing"]), + ("croatioa", &["croatia"]), + ("crockodiles", &["crocodiles"]), + ("crocodille", &["crocodile"]), + ("crocodiller", &["crocodile"]), + ("crocodilule", &["crocodile"]), + ("croporation", &["corporation"]), + ("croporations", &["corporations"]), + ("cropses", &["corpses"]), + ("crosair", &["corsair"]), + ("crossfie", &["crossfire"]), + ("crossfiter", &["crossfire"]), + ("crossfiters", &["crossfire"]), + ("crosshar", &["crosshair"]), + ("crosshiar", &["crosshair"]), + ("crossifre", &["crossfire"]), + ("crosspot", &["crosspost"]), + ("crowbahr", &["crowbar"]), + ("crowm", &["crown"]), + ("crpytic", &["cryptic"]), + ("crsytal", &["crystal"]), + ("crtical", &["critical"]), + ("crticised", &["criticised"]), + ("cruasder", &["crusader"]), + ("cruciaal", &["crucial"]), + ("crucibe", &["crucible"]), + ("crucibel", &["crucible"]), + ("crucifiction", &["crucifixion"]), + ("cruetly", &["cruelty"]), + ("cruical", &["crucial"]), + ("cruicble", &["crucible"]), + ("crulety", &["cruelty"]), + ("crusdae", &["crusade"]), + ("crusdaer", &["crusader"]), + ("crusdaers", &["crusaders"]), + ("crusier", &["cruiser"]), + ("crusiers", &["cruisers"]), + ("crusies", &["cruises"]), + ("crusiing", &["cruising"]), + ("crusive", &["cursive"]), + ("crutchers", &["crutches"]), + ("crutchetts", &["crutches"]), + ("crutchs", &["crutches"]), + ("cruthces", &["crutches"]), + ("crypitc", &["cryptic"]), + ("crystalens", &["crystals"]), + ("crystalisation", &["crystallisation"]), + ("crystalisk", &["crystals"]), + ("crystallis", &["crystals"]), + ("crystalls", &["crystals"]), + ("crystalus", &["crystals"]), + ("crystalys", &["crystals"]), + ("crystas", &["crystals"]), + ("crystsl", &["crystals"]), + ("crytopgraphic", &["cryptographic"]), + ("crytpic", &["cryptic"]), + ("crytsal", &["crystal"]), + ("cthluhu", &["cthulhu"]), + ("cthuhlu", &["cthulhu"]), + ("cthulhlu", &["cthulhu"]), + ("cthulluh", &["cthulhu"]), + ("cthuluh", &["cthulhu"]), + ("ctuhlhu", &["cthulhu"]), + ("cuacasian", &["caucasian"]), + ("cuasality", &["causality"]), + ("cuasing", &["causing"]), + ("cuatiously", &["cautiously"]), + ("cubcile", &["cubicle"]), + ("cubilce", &["cubicle"]), + ("cubpoard", &["cupboard"]), + ("cuddels", &["cuddles"]), + ("cuddleys", &["cuddles"]), + ("cuestionable", &["questionable"]), + ("culiminating", &["culminating"]), + ("culitvate", &["cultivate"]), + ("culprint", &["culprit"]), + ("culrpit", &["culprit"]), + ("culterally", &["culturally"]), + ("cultivative", &["cultivate"]), + ("cultrual", &["cultural"]), + ("cultrually", &["culturally"]), + ("culturaly", &["culturally"]), + ("culturels", &["cultures"]), + ("culturs", &["cultures"]), + ("culumative", &["cumulative"]), + ("culutral", &["cultural"]), + ("culutrally", &["culturally"]), + ("cumbersone", &["cumbersome"]), + ("cumbursome", &["cumbersome"]), + ("cumpolsory", &["compulsory"]), + ("cumulatative", &["cumulative"]), + ("cumulitive", &["cumulative"]), + ("cuntaminated", &["contaminated"]), + ("cupbaord", &["cupboard"]), + ("cupboad", &["cupboard"]), + ("cupborad", &["cupboard"]), + ("cuplrit", &["culprit"]), + ("curatin", &["curtain"]), + ("curcial", &["crucial"]), + ("curcible", &["crucible"]), + ("curcuit", &["circuit"]), + ("curcumcision", &["circumcision"]), + ("curcumference", &["circumference"]), + ("curcumstance", &["circumstance"]), + ("curcumstances", &["circumstances"]), + ("curcumstantial", &["circumstantial"]), + ("curelty", &["cruelty"]), + ("curiostiy", &["curiosity"]), + ("curiser", &["cruiser"]), + ("curisers", &["cruisers"]), + ("curising", &["cruising"]), + ("curisoity", &["curiosity"]), + ("curisve", &["cursive"]), + ("currancies", &["currencies"]), + ("currate", &["curate"]), + ("currecny", &["currency"]), + ("currence", &["currencies"]), + ("currenctly", &["currency"]), + ("currenices", &["currencies"]), + ("currenlty", &["currently"]), + ("currenly", &["currently"]), + ("currens", &["currents"]), + ("currentfps", &["currents"]), + ("currentlys", &["currents"]), + ("currentpos", &["currents"]), + ("currentusa", &["currents"]), + ("currenty", &["currently"]), + ("curreny", &["currency"]), + ("currest", &["currents"]), + ("curriculem", &["curriculum"]), + ("curriculim", &["curriculum"]), + ("curricullum", &["curriculum"]), + ("curriculm", &["curriculum"]), + ("curriences", &["currencies"]), + ("curroption", &["corruption"]), + ("cursade", &["crusade"]), + ("cursader", &["crusader"]), + ("cursaders", &["crusaders"]), + ("curtian", &["curtain"]), + ("custamizable", &["customizable"]), + ("custcene", &["cutscene"]), + ("custcenes", &["cutscenes"]), + ("custimizable", &["customizable"]), + ("custimized", &["customized"]), + ("customizabe", &["customizable"]), + ("customizaton", &["customization"]), + ("customizble", &["customizable"]), + ("customizeble", &["customizable"]), + ("customizible", &["customizable"]), + ("customzied", &["customized"]), + ("custumizable", &["customizable"]), + ("custumization", &["customization"]), + ("custumized", &["customized"]), + ("cutsceen", &["cutscene"]), + ("cutsceens", &["cutscenes"]), + ("cutscence", &["cutscene"]), + ("cutscences", &["cutscene"]), + ("cutscens", &["cutscenes"]), + ("cutscenses", &["cutscene"]), + ("cutsence", &["cutscene"]), + ("cutsences", &["cutscenes"]), + ("cuztomizable", &["customizable"]), + ("cuztomization", &["customization"]), + ("cxan", &["cyan"]), + ("cyandie", &["cyanide"]), + ("cyclinder", &["cylinder"]), + ("cyclistes", &["cyclists"]), + ("cyclits", &["cyclist"]), + ("cycloen", &["cyclone"]), + ("cycolps", &["cyclops"]), + ("cylcist", &["cyclist"]), + ("cylcists", &["cyclists"]), + ("cylcone", &["cyclone"]), + ("cylcops", &["cyclops"]), + ("cylidner", &["cylinder"]), + ("cylindre", &["cylinder"]), + ("cylindres", &["cylinders"]), + ("cynaide", &["cyanide"]), + ("cynicisim", &["cynicism"]), + ("cynisicm", &["cynicism"]), + ("cyrptic", &["cryptic"]), + ("cyrstal", &["crystal"]), + ("cyrstals", &["crystals"]), + ("dabilitating", &["debilitating"]), + ("dacquiri", &["daiquiri"]), + ("daed", &["dead"]), + ("dael", &["deal"]), + ("dagners", &["dangers"]), + ("dahsboard", &["dashboard"]), + ("daimond", &["diamond"]), + ("daimonds", &["diamonds"]), + ("dalmation", &["dalmatian"]), + ("damenor", &["demeanor"]), + ("dammage", &["damage"]), + ("dangeros", &["dangers"]), + ("dangeroulsy", &["dangerously"]), + ("dangerouly", &["dangerously"]), + ("dangerousely", &["dangerously"]), + ("dangeroys", &["dangerously"]), + ("dangerus", &["dangers"]), + ("darcula", &["dracula"]), + ("dardenelles", &["dardanelles"]), + ("dargons", &["dragons"]), + ("darkenss", &["darkness"]), + ("darkets", &["darkest"]), + ("darnkess", &["darkness"]), + ("dashbaord", &["dashboard"]), + ("dashboad", &["dashboard"]), + ("datbase", &["database"]), + ("daugther", &["daughter"]), + ("daugthers", &["daughters"]), + ("daulity", &["duality"]), + ("davantage", &["advantage"]), + ("dawrves", &["dwarves"]), + ("ddogers", &["dodgers"]), + ("ddoging", &["dodging"]), + ("deadlfit", &["deadlift"]), + ("deadlfits", &["deadlifts"]), + ("deadlifs", &["deadlifts"]), + ("deadlifters", &["deadlifts"]), + ("deadlit", &["deadlift"]), + ("deadpol", &["deadpool"]), + ("deadpoool", &["deadpool"]), + ("deafeted", &["defeated"]), + ("deafult", &["default"]), + ("deafults", &["defaults"]), + ("deahtly", &["deathly"]), + ("dealerhsip", &["dealerships"]), + ("dealershits", &["dealerships"]), + ("dealershp", &["dealerships"]), + ("dealying", &["delaying"]), + ("deamenor", &["demeanor"]), + ("deathamtch", &["deathmatch"]), + ("deathcat", &["deathmatch"]), + ("deathmacth", &["deathmatch"]), + ("deathmath", &["deathmatch"]), + ("deatils", &["details"]), + ("deatlhy", &["deathly"]), + ("debateable", &["debatable"]), + ("debuffes", &["debuffs"]), + ("debufffs", &["debuffs"]), + ("decalre", &["declare"]), + ("decalred", &["declared"]), + ("decalres", &["declares"]), + ("decalring", &["declaring"]), + ("decembeard", &["december"]), + ("decembre", &["december"]), + ("decendant", &["descendant"]), + ("decendants", &["descendants"]), + ("decendent", &["descendant"]), + ("decendents", &["descendants"]), + ("decensitized", &["desensitized"]), + ("decentraliced", &["decentralized"]), + ("decentrilized", &["decentralized"]), + ("deceptionist", &["receptionist"]), + ("deceptivley", &["deceptive"]), + ("decideable", &["decidable"]), + ("decidely", &["decidedly"]), + ("decieved", &["deceived"]), + ("decifits", &["deficits"]), + ("decipted", &["depicted"]), + ("decipting", &["depicting"]), + ("deciption", &["depiction"]), + ("deciptions", &["depictions"]), + ("decisiones", &["decisions"]), + ("decisivie", &["decisive"]), + ("decison", &["decision"]), + ("declaracion", &["declaration"]), + ("declarase", &["declares"]), + ("declarasen", &["declares"]), + ("declaraste", &["declares"]), + ("declareation", &["declaration"]), + ("declarees", &["declares"]), + ("declaremos", &["declares"]), + ("declars", &["declares"]), + ("declase", &["declares"]), + ("declears", &["declares"]), + ("decleration", &["declaration"]), + ("declinig", &["declining"]), + ("declinining", &["declining"]), + ("decloration", &["declaration"]), + ("decmeber", &["december"]), + ("decoartions", &["decoration"]), + ("decomissioned", &["decommissioned"]), + ("decomposeion", &["decomposition"]), + ("decomposit", &["decompose"]), + ("decomposited", &["decomposed"]), + ("decompositing", &["decomposing"]), + ("decomposits", &["decomposes"]), + ("decoracion", &["decoration"]), + ("decoratie", &["decorative"]), + ("decoratieve", &["decorative"]), + ("decoratin", &["decorations"]), + ("decorativo", &["decoration"]), + ("decorativos", &["decorations"]), + ("decoritive", &["decorative"]), + ("decotations", &["decorations"]), + ("decpetion", &["deception"]), + ("decpetive", &["deceptive"]), + ("decress", &["decrees"]), + ("decribe", &["describe"]), + ("decribed", &["described"]), + ("decribes", &["describes"]), + ("decribing", &["describing"]), + ("decroative", &["decorative"]), + ("decscription", &["description"]), + ("decsend", &["descend"]), + ("decsendants", &["descendants"]), + ("decsended", &["descended"]), + ("decsending", &["descending"]), + ("dectect", &["detect"]), + ("dedicacion", &["dedication"]), + ("dedicato", &["dedication"]), + ("dedikation", &["dedication"]), + ("deducatble", &["deductible"]), + ("deducitble", &["deductible"]), + ("deductiable", &["deductible"]), + ("deductibe", &["deductible"]), + ("deductie", &["deductible"]), + ("defacation", &["defamation"]), + ("defaint", &["defiant"]), + ("defaintly", &["defiantly"]), + ("defaltion", &["deflation"]), + ("defamating", &["defamation"]), + ("defanitely", &["definately"]), + ("defanitly", &["defiantly"]), + ("defauls", &["defaults"]), + ("defautls", &["defaults"]), + ("defectos", &["defects"]), + ("defectus", &["defects"]), + ("defeintly", &["definetly"]), + ("defelct", &["deflect"]), + ("defelction", &["deflection"]), + ("defendas", &["defends"]), + ("defendeers", &["defender"]), + ("defendent", &["defendant"]), + ("defendents", &["defendants"]), + ("defenderes", &["defenders"]), + ("defenderlas", &["defenders"]), + ("defenderlos", &["defenders"]), + ("defendernos", &["defenders"]), + ("defendes", &["defenders"]), + ("defendis", &["defends"]), + ("defendre", &["defender"]), + ("defendrs", &["defends"]), + ("defenesless", &["defenseless"]), + ("defenesman", &["defenseman"]), + ("defenisvely", &["defensively"]), + ("defensd", &["defends"]), + ("defensea", &["defenseman"]), + ("defenselss", &["defenseless"]), + ("defensen", &["defenseman"]), + ("defensese", &["defenseless"]), + ("defensie", &["defensive"]), + ("defensivley", &["defensively"]), + ("defensivly", &["defensively"]), + ("defetead", &["defeated"]), + ("deffensively", &["defensively"]), + ("deffine", &["define"]), + ("deffined", &["defined"]), + ("defianetly", &["definately"]), + ("defianlty", &["defiantly"]), + ("defiantely", &["definately"]), + ("defiantley", &["definately"]), + ("defibately", &["definately"]), + ("deficately", &["definately"]), + ("deficeint", &["deficient"]), + ("deficiancies", &["deficiencies"]), + ("deficiancy", &["deficiency"]), + ("deficience", &["deficiencies"]), + ("deficiencey", &["deficiency"]), + ("deficiencias", &["deficiencies"]), + ("deficienct", &["deficient"]), + ("deficienies", &["deficiencies"]), + ("deficiensies", &["deficiencies"]), + ("deficientcy", &["deficiency"]), + ("deficienty", &["deficiency"]), + ("deficieny", &["deficiency"]), + ("deficiet", &["deficient"]), + ("deficites", &["deficits"]), + ("defiintely", &["definately"]), + ("definaetly", &["definately"]), + ("definaitly", &["definately"]), + ("definaltey", &["definately"]), + ("definance", &["defiance"]), + ("definantley", &["definately"]), + ("definat", &["defiant"]), + ("definataly", &["definately"]), + ("definate", &["definite"]), + ("definatedly", &["definately"]), + ("definateky", &["definately"]), + ("definateley", &["definately"]), + ("definatelly", &["definately"]), + ("definatelty", &["definately"]), + ("definately", &["definitely"]), + ("definatetly", &["definately"]), + ("definatey", &["definately"]), + ("definatily", &["definately"]), + ("defination", &["definition"]), + ("definations", &["definitions"]), + ("definative", &["definitive"]), + ("definatively", &["definitively"]), + ("definatlely", &["definately"]), + ("definatlly", &["definately"]), + ("definatly", &["definitely"]), + ("definatrly", &["definately"]), + ("definaty", &["definately"]), + ("definayely", &["definately"]), + ("defineatly", &["definately"]), + ("definet", &["definite"]), + ("definetally", &["definately"]), + ("definetaly", &["definately"]), + ("definetely", &["definitely"]), + ("definetily", &["definately"]), + ("definetlely", &["definetly"]), + ("definetlly", &["definetly"]), + ("definetly", &["definitely"]), + ("definettly", &["definately"]), + ("definety", &["definetly"]), + ("definetyl", &["definetly"]), + ("definicion", &["definition"]), + ("definie", &["definite"]), + ("definietly", &["definitely"]), + ("definig", &["defining"]), + ("definilty", &["definitly"]), + ("definining", &["defining"]), + ("defininitely", &["definitively"]), + ("definit", &["definite"]), + ("definitaley", &["definately"]), + ("definitaly", &["definately"]), + ("definitavely", &["definitively"]), + ("definitelly", &["definitely"]), + ("definitevely", &["definitively"]), + ("definitevly", &["definitively"]), + ("definiteyl", &["definitly"]), + ("definitie", &["definitive"]), + ("definitiely", &["definitively"]), + ("definitieve", &["definitive"]), + ("definitifely", &["definitively"]), + ("definitiley", &["definitively"]), + ("definitin", &["definitions"]), + ("definitinely", &["definitively"]), + ("definititely", &["definitively"]), + ("definitivelly", &["definitively"]), + ("definitivley", &["definitively"]), + ("definitivly", &["definitively"]), + ("definitivno", &["definition"]), + ("definitivo", &["definition"]), + ("definitivos", &["definitions"]), + ("definitlely", &["definitly"]), + ("definitlety", &["definitly"]), + ("definitley", &["definitely"]), + ("definitlly", &["definitly"]), + ("definitlry", &["definitly"]), + ("definitlty", &["definitly"]), + ("definitly", &["definitely"]), + ("definito", &["definition"]), + ("definiton", &["definition"]), + ("definitv", &["definitive"]), + ("definitve", &["definite"]), + ("definityl", &["definitly"]), + ("definjtely", &["definately"]), + ("definltely", &["definately"]), + ("definltey", &["definetly"]), + ("definotely", &["definately"]), + ("definstely", &["definately"]), + ("defintaley", &["definately"]), + ("defintaly", &["defiantly"]), + ("defintiely", &["definitely"]), + ("defintiion", &["definitions"]), + ("defintily", &["definitly"]), + ("defintion", &["definition"]), + ("defintley", &["definetly"]), + ("definutely", &["definately"]), + ("defitenly", &["definetly"]), + ("defitinly", &["definitly"]), + ("defitnaly", &["defiantly"]), + ("defitnely", &["definetly"]), + ("deflaction", &["deflection"]), + ("deflatin", &["deflation"]), + ("defleciton", &["deflection"]), + ("deflecticon", &["deflection"]), + ("deflectin", &["deflection"]), + ("deflecto", &["deflection"]), + ("deflektion", &["deflection"]), + ("defniately", &["definately"]), + ("defnietly", &["definetly"]), + ("defualt", &["default"]), + ("defualts", &["defaults"]), + ("degarde", &["degrade"]), + ("degarded", &["degraded"]), + ("degenarate", &["degenerate"]), + ("degenerare", &["degenerate"]), + ("degenere", &["degenerate"]), + ("degenererat", &["degenerate"]), + ("degeneret", &["degenerate"]), + ("degenerite", &["degenerate"]), + ("degoratory", &["derogatory"]), + ("degradacion", &["degradation"]), + ("degradating", &["degradation"]), + ("degradato", &["degradation"]), + ("degradead", &["degraded"]), + ("degraderad", &["degraded"]), + ("degragation", &["degradation"]), + ("degraged", &["degrade"]), + ("degrase", &["degrasse"]), + ("degrassie", &["degrasse"]), + ("degrassse", &["degrasse"]), + ("degrate", &["degrade"]), + ("degrated", &["degrade"]), + ("degridation", &["degradation"]), + ("dehydraded", &["dehydrated"]), + ("dehyrdated", &["dehydrated"]), + ("dehyrdation", &["dehydration"]), + ("deifnately", &["definately"]), + ("deifnetly", &["definetly"]), + ("deifnitly", &["definitly"]), + ("deiners", &["deniers"]), + ("deinitalization", &["deinitialization"]), + ("deinitalize", &["deinitialize"]), + ("deinitalized", &["deinitialized"]), + ("deinitalizes", &["deinitializes"]), + ("deinitalizing", &["deinitializing"]), + ("deisgnated", &["designated"]), + ("deisgned", &["designed"]), + ("deisgner", &["designer"]), + ("deisgners", &["designers"]), + ("deisgns", &["designs"]), + ("deivant", &["deviant"]), + ("dekstop", &["desktop"]), + ("dekstops", &["desktops"]), + ("delaership", &["dealership"]), + ("delaerships", &["dealerships"]), + ("delagates", &["delegates"]), + ("delapidated", &["dilapidated"]), + ("delcaration", &["declaration"]), + ("delcare", &["declare"]), + ("delcared", &["declared"]), + ("delcares", &["declares"]), + ("delcaring", &["declaring"]), + ("delcining", &["declining"]), + ("delearship", &["dealership"]), + ("delearships", &["dealerships"]), + ("delegatie", &["delegate"]), + ("delegaties", &["delegate"]), + ("delegative", &["delegate"]), + ("delepted", &["depleted"]), + ("delerious", &["delirious"]), + ("delevopment", &["development"]), + ("delfation", &["deflation"]), + ("delfect", &["deflect"]), + ("delfection", &["deflection"]), + ("delibarate", &["deliberate"]), + ("delibaretely", &["deliberately"]), + ("deliberant", &["deliberate"]), + ("deliberante", &["deliberate"]), + ("deliberatley", &["deliberately"]), + ("deliberatly", &["deliberately"]), + ("deliberetly", &["deliberately"]), + ("delibirate", &["deliberate"]), + ("delibirately", &["deliberately"]), + ("delibitating", &["debilitating"]), + ("delightlful", &["delightful"]), + ("deligthful", &["delightful"]), + ("deliverate", &["deliberate"]), + ("deliverately", &["deliberately"]), + ("delivere", &["deliveries"]), + ("deliverees", &["deliveries"]), + ("deliveres", &["delivers"]), + ("deliverying", &["delivering"]), + ("deliverys", &["delivers"]), + ("deliviered", &["delivered"]), + ("deliviring", &["delivering"]), + ("delpeted", &["depleted"]), + ("delporable", &["deplorable"]), + ("delpoyed", &["deployed"]), + ("delpoying", &["deploying"]), + ("delpoyment", &["deployment"]), + ("delusionally", &["delusively"]), + ("delusionnal", &["delusional"]), + ("delutional", &["delusional"]), + ("delyaing", &["delaying"]), + ("demandas", &["demands"]), + ("demandes", &["demands"]), + ("demcorats", &["democrats"]), + ("demenaor", &["demeanor"]), + ("demenor", &["demeanor"]), + ("demenstration", &["demonstration"]), + ("demenstrations", &["demonstrations"]), + ("dementa", &["dementia"]), + ("dementieva", &["dementia"]), + ("demesticated", &["domesticated"]), + ("deminsion", &["dimension"]), + ("deminsional", &["dimensional"]), + ("deminsions", &["dimensions"]), + ("deminstrations", &["demonstrations"]), + ("democarcies", &["democracies"]), + ("democarcy", &["democracy"]), + ("democracis", &["democracies"]), + ("democracize", &["democracies"]), + ("democracries", &["democracies"]), + ("democract", &["democrat"]), + ("democractic", &["democratic"]), + ("democracts", &["democrat"]), + ("democraphic", &["demographic"]), + ("democraphics", &["demographics"]), + ("democrasies", &["democracies"]), + ("democratas", &["democrats"]), + ("democrates", &["democrats"]), + ("democraticaly", &["democratically"]), + ("democraticlly", &["democratically"]), + ("democratisch", &["democratic"]), + ("democray", &["democracy"]), + ("democrazies", &["democracies"]), + ("democrocies", &["democracies"]), + ("demograhic", &["demographic"]), + ("demograhpic", &["demographic"]), + ("demograhpics", &["demographics"]), + ("demographis", &["demographics"]), + ("demographs", &["demographics"]), + ("demograpic", &["demographic"]), + ("demograpics", &["demographics"]), + ("demogrpahic", &["demographic"]), + ("demogrpahics", &["demographics"]), + ("demolation", &["demolition"]), + ("demolicion", &["demolition"]), + ("demolision", &["demolition"]), + ("demolitian", &["demolition"]), + ("demoliting", &["demolition"]), + ("demolito", &["demolition"]), + ("demoloshed", &["demolished"]), + ("demolution", &["demolition"]), + ("demonination", &["denominations"]), + ("demoninations", &["denominations"]), + ("demoninator", &["denominator"]), + ("demonished", &["demolished"]), + ("demonstarte", &["demonstrate"]), + ("demonstarted", &["demonstrated"]), + ("demonstartes", &["demonstrates"]), + ("demonstarting", &["demonstrating"]), + ("demonstartion", &["demonstration"]), + ("demonstartions", &["demonstrations"]), + ("demonstate", &["demonstrate"]), + ("demonstates", &["demonstrates"]), + ("demonstrabil", &["demonstrably"]), + ("demonstraby", &["demonstrably"]), + ("demonstraion", &["demonstration"]), + ("demonstraiton", &["demonstrations"]), + ("demonstraits", &["demonstrates"]), + ("demonstrant", &["demonstrate"]), + ("demonstrants", &["demonstrates"]), + ("demonstras", &["demonstrates"]), + ("demonstratbly", &["demonstrably"]), + ("demonstratie", &["demonstrate"]), + ("demonstraties", &["demonstrate"]), + ("demonstratin", &["demonstration"]), + ("demonstrationens", &["demonstrations"]), + ("demonstrativno", &["demonstrations"]), + ("demonstrativo", &["demonstration"]), + ("demonstrativos", &["demonstrations"]), + ("demonstrats", &["demonstrates"]), + ("demonstre", &["demonstrate"]), + ("demonstrerat", &["demonstrate"]), + ("demorcracy", &["democracy"]), + ("demosntrably", &["demonstrably"]), + ("demosntrate", &["demonstrate"]), + ("demosntrated", &["demonstrated"]), + ("demosntrates", &["demonstrates"]), + ("demosntrating", &["demonstrating"]), + ("demosntration", &["demonstrations"]), + ("demosntrations", &["demonstrations"]), + ("demostration", &["demonstration"]), + ("demsond", &["desmond"]), + ("denegerate", &["degenerate"]), + ("denegrating", &["denigrating"]), + ("deneirs", &["deniers"]), + ("denisty", &["density"]), + ("denomenation", &["denomination"]), + ("denomenations", &["denominations"]), + ("denomenator", &["denominator"]), + ("denominacion", &["denomination"]), + ("denominador", &["denominator"]), + ("denominar", &["denominator"]), + ("denominaron", &["denominator"]), + ("denominater", &["denominator"]), + ("denominationals", &["denominations"]), + ("denominatior", &["denominator"]), + ("denominato", &["denomination"]), + ("denominaton", &["denomination"]), + ("denominatons", &["denominations"]), + ("denomintor", &["denominator"]), + ("denomitator", &["denominator"]), + ("denomonation", &["denomination"]), + ("denomonations", &["denominations"]), + ("denomonator", &["denominator"]), + ("denonimator", &["denominator"]), + ("denseley", &["densely"]), + ("densitiy", &["density"]), + ("densley", &["densely"]), + ("densly", &["densely"]), + ("dentistas", &["dentists"]), + ("dentistes", &["dentists"]), + ("deocrations", &["decorations"]), + ("deocrative", &["decorative"]), + ("deomcracies", &["democracies"]), + ("deomcrat", &["democrat"]), + ("deomcratic", &["democratic"]), + ("deomcrats", &["democrats"]), + ("deomgraphics", &["demographics"]), + ("deomnstration", &["demonstrations"]), + ("deopsited", &["deposited"]), + ("deovtion", &["devotion"]), + ("deparment", &["department"]), + ("deparmental", &["departmental"]), + ("deparments", &["departments"]), + ("departer", &["departure"]), + ("departmens", &["departments"]), + ("departmet", &["departments"]), + ("departmnet", &["departments"]), + ("departue", &["departure"]), + ("depcited", &["depicted"]), + ("depciting", &["depicting"]), + ("depcition", &["depiction"]), + ("depcitions", &["depictions"]), + ("depcits", &["depicts"]), + ("depdending", &["depending"]), + ("depection", &["deception"]), + ("depedencies", &["dependencies"]), + ("depedency", &["dependency"]), + ("depelted", &["depleted"]), + ("depencencies", &["dependencies"]), + ("depencency", &["dependency"]), + ("dependance", &["dependence"]), + ("dependancey", &["dependency"]), + ("dependancies", &["dependencies"]), + ("dependancy", &["dependency"]), + ("dependandt", &["dependant"]), + ("dependat", &["dependant"]), + ("dependd", &["depended"]), + ("dependencey", &["dependency"]), + ("dependencias", &["dependencies"]), + ("dependencie", &["dependence"]), + ("dependends", &["depended"]), + ("dependened", &["depended"]), + ("dependenices", &["dependencies"]), + ("dependenies", &["dependencies"]), + ("dependensies", &["dependencies"]), + ("dependenta", &["dependant"]), + ("dependente", &["dependence"]), + ("deperecation", &["deprecation"]), + ("depicitng", &["depicting"]), + ("depiciton", &["depiction"]), + ("depicitons", &["depictions"]), + ("depictes", &["depicts"]), + ("depictin", &["depictions"]), + ("depitcs", &["depicts"]), + ("deplacements", &["replacements"]), + ("deplorabel", &["deplorable"]), + ("deplorabil", &["deplorable"]), + ("deplorabile", &["deplorable"]), + ("deplorible", &["deplorable"]), + ("deployd", &["deployed"]), + ("deplyoing", &["deploying"]), + ("deplyoment", &["deployment"]), + ("depoisted", &["deposited"]), + ("depolyed", &["deployed"]), + ("depolying", &["deploying"]), + ("depolyment", &["deployment"]), + ("depositas", &["deposits"]), + ("depositd", &["deposited"]), + ("depositers", &["deposits"]), + ("deposites", &["deposits"]), + ("depositis", &["deposits"]), + ("depositos", &["deposits"]), + ("depostied", &["deposited"]), + ("depostis", &["deposits"]), + ("depresse", &["depressive"]), + ("depressie", &["depressive"]), + ("depressief", &["depressive"]), + ("depressies", &["depressive"]), + ("depressieve", &["depressive"]), + ("depressin", &["depression"]), + ("depresso", &["depression"]), + ("depresssion", &["depression"]), + ("deprevation", &["deprivation"]), + ("deprication", &["deprivation"]), + ("deprivating", &["deprivation"]), + ("deprivaton", &["deprivation"]), + ("deprivition", &["deprivation"]), + ("deprovation", &["deprivation"]), + ("depserate", &["desperate"]), + ("depserately", &["desperately"]), + ("depseration", &["desperation"]), + ("depsise", &["despise"]), + ("depsoited", &["deposited"]), + ("deragotory", &["derogatory"]), + ("deram", &["dram"]), + ("deregualtion", &["deregulation"]), + ("deregulaiton", &["deregulation"]), + ("deregulatin", &["deregulation"]), + ("derivate", &["derivative"]), + ("derivaties", &["derivatives"]), + ("derivativos", &["derivatives"]), + ("deriviated", &["derived"]), + ("derivitave", &["derivative"]), + ("derivitaves", &["derivatives"]), + ("derivitive", &["derivative"]), + ("derivitives", &["derivatives"]), + ("dermatalogist", &["dermatologist"]), + ("dermatolagist", &["dermatologist"]), + ("dermatoligist", &["dermatologist"]), + ("dermatologyst", &["dermatologist"]), + ("dermetologist", &["dermatologist"]), + ("dermitologist", &["dermatologist"]), + ("derogatary", &["derogatory"]), + ("derogatery", &["derogatory"]), + ("derogetory", &["derogatory"]), + ("derogitory", &["derogatory"]), + ("derogotary", &["derogatory"]), + ("derogotory", &["derogatory"]), + ("derpatologist", &["dermatologist"]), + ("derpivation", &["deprivation"]), + ("derugulation", &["deregulation"]), + ("derviative", &["derivative"]), + ("derviatives", &["derivatives"]), + ("descandants", &["descendants"]), + ("descendands", &["descendants"]), + ("descendats", &["descendants"]), + ("descendend", &["descended"]), + ("descendends", &["descended"]), + ("descendenta", &["descendants"]), + ("descened", &["descend"]), + ("descentants", &["descendants"]), + ("descenting", &["descending"]), + ("descerning", &["descending"]), + ("descibed", &["described"]), + ("descipable", &["despicable"]), + ("descirbe", &["describe"]), + ("descirbes", &["describes"]), + ("descirption", &["descriptions"]), + ("descision", &["decision"]), + ("descisions", &["decisions"]), + ("descprition", &["descriptions"]), + ("describiste", &["describes"]), + ("describtion", &["description"]), + ("describtions", &["descriptions"]), + ("descrie", &["describe"]), + ("descriibes", &["describes"]), + ("descriminant", &["discriminant"]), + ("descripcion", &["description"]), + ("descripiton", &["descriptions"]), + ("descripters", &["descriptors"]), + ("descriptivos", &["descriptions"]), + ("descriptoin", &["descriptions"]), + ("descripton", &["description"]), + ("descriptons", &["descriptions"]), + ("descrise", &["describes"]), + ("descritpion", &["descriptions"]), + ("descrpition", &["descriptions"]), + ("desctiptions", &["descriptions"]), + ("desctruction", &["destruction"]), + ("descuss", &["discuss"]), + ("desencitized", &["desensitized"]), + ("desensatized", &["desensitized"]), + ("desensitied", &["desensitized"]), + ("desensitived", &["desensitized"]), + ("desensitzed", &["desensitized"]), + ("desentisize", &["desensitized"]), + ("desentisized", &["desensitized"]), + ("desentitized", &["desensitized"]), + ("desentizised", &["desensitized"]), + ("desentralized", &["decentralized"]), + ("desginated", &["designated"]), + ("desgination", &["designation"]), + ("desginations", &["destinations"]), + ("desgined", &["designed"]), + ("desginer", &["designer"]), + ("desginers", &["designers"]), + ("desgining", &["designing"]), + ("desgins", &["designs"]), + ("desgustingly", &["disgustingly"]), + ("desicions", &["decisions"]), + ("desicive", &["decisive"]), + ("deside", &["decide"]), + ("desigining", &["designing"]), + ("designacion", &["designation"]), + ("designad", &["designated"]), + ("designade", &["designated"]), + ("designato", &["designation"]), + ("designes", &["designs"]), + ("designet", &["designated"]), + ("designstion", &["designation"]), + ("desillusioned", &["disillusioned"]), + ("desinations", &["destinations"]), + ("desingage", &["disengage"]), + ("desingation", &["designation"]), + ("desinged", &["designed"]), + ("desinger", &["designer"]), + ("desingers", &["designers"]), + ("desinging", &["designing"]), + ("desings", &["designs"]), + ("desintegrated", &["disintegrated"]), + ("desintegration", &["disintegration"]), + ("desinterested", &["disinterested"]), + ("desireable", &["desirable"]), + ("desitnation", &["destination"]), + ("desitnations", &["destinations"]), + ("desitned", &["destined"]), + ("desitny", &["destiny"]), + ("desktiop", &["desktop"]), + ("desktopbsd", &["desktops"]), + ("desktopos", &["desktops"]), + ("desnely", &["densely"]), + ("desnity", &["density"]), + ("desomnd", &["desmond"]), + ("desorder", &["disorder"]), + ("desoriented", &["disoriented"]), + ("desparate", &["desperate"]), + ("desparately", &["desperately"]), + ("desparation", &["desperation"]), + ("despciable", &["despicable"]), + ("despectively", &["respectively"]), + ("despensaries", &["dispensaries"]), + ("desperatedly", &["desperately"]), + ("desperatelly", &["desperately"]), + ("desperating", &["desperation"]), + ("desperatley", &["desperately"]), + ("desperatly", &["desperately"]), + ("desperato", &["desperation"]), + ("desperetly", &["desperately"]), + ("despicaple", &["despicable"]), + ("despicible", &["despicable"]), + ("despict", &["depict"]), + ("despide", &["despised"]), + ("despides", &["despised"]), + ("despies", &["despise"]), + ("despirately", &["desperately"]), + ("despiration", &["desperation"]), + ("despiste", &["despise"]), + ("despoited", &["deposited"]), + ("desqualified", &["disqualified"]), + ("desregarding", &["disregarding"]), + ("desriable", &["desirable"]), + ("dessertation", &["dissertation"]), + ("dessicated", &["desiccated"]), + ("dessigned", &["designed"]), + ("destablized", &["destabilized"]), + ("destiantion", &["destinations"]), + ("destiantions", &["destinations"]), + ("destinaiton", &["destinations"]), + ("destinatin", &["destinations"]), + ("destinationhash", &["destinations"]), + ("destinato", &["destination"]), + ("destinaton", &["destination"]), + ("destinatons", &["destinations"]), + ("destinction", &["destination"]), + ("destinctions", &["destinations"]), + ("destiney", &["destiny"]), + ("destinty", &["destiny"]), + ("destkop", &["desktop"]), + ("destkops", &["desktops"]), + ("destory", &["destroy"]), + ("destoryed", &["destroyed"]), + ("destoryer", &["destroyer"]), + ("destoryers", &["destroyers"]), + ("destorying", &["destroying"]), + ("destorys", &["destroys"]), + ("destraction", &["destruction"]), + ("destractions", &["distractions"]), + ("destributors", &["distributors"]), + ("destros", &["destroys"]), + ("destrose", &["destroyers"]), + ("destroyd", &["destroyed"]), + ("destroyeds", &["destroyers"]), + ("destroyeer", &["destroyers"]), + ("destroyes", &["destroys"]), + ("destroyr", &["destroyers"]), + ("destruccion", &["destruction"]), + ("destrucion", &["destruction"]), + ("destruciton", &["destruction"]), + ("destrucive", &["destructive"]), + ("destructivo", &["destruction"]), + ("destructo", &["destruction"]), + ("destruktion", &["destruction"]), + ("destruktive", &["destructive"]), + ("destryoed", &["destroyed"]), + ("destryoer", &["destroyer"]), + ("destryoing", &["destroying"]), + ("desuction", &["seduction"]), + ("detaild", &["detailed"]), + ("detailled", &["detailed"]), + ("detalied", &["detailed"]), + ("detatched", &["detached"]), + ("detectarlo", &["detector"]), + ("detectaron", &["detector"]), + ("detectas", &["detects"]), + ("detectes", &["detects"]), + ("detectie", &["detectives"]), + ("detectivs", &["detectives"]), + ("detectoare", &["detector"]), + ("deteoriated", &["deteriorated"]), + ("deteriate", &["deteriorate"]), + ("deterioriating", &["deteriorating"]), + ("determanism", &["determinism"]), + ("determen", &["determines"]), + ("determenation", &["determination"]), + ("determening", &["determining"]), + ("determenism", &["determinism"]), + ("determinacion", &["determination"]), + ("determinanti", &["determination"]), + ("determinare", &["determine"]), + ("determinas", &["determines"]), + ("determinato", &["determination"]), + ("determinaton", &["determination"]), + ("determinded", &["determine"]), + ("determing", &["determining"]), + ("determinging", &["determining"]), + ("determinig", &["determining"]), + ("determinining", &["determining"]), + ("determinisic", &["deterministic"]), + ("determinisim", &["determinism"]), + ("determinisitc", &["deterministic"]), + ("determinisitic", &["deterministic"]), + ("deterministc", &["deterministic"]), + ("deterministisch", &["deterministic"]), + ("deterministische", &["deterministic"]), + ("determinitic", &["deterministic"]), + ("determins", &["determines"]), + ("determinsim", &["determinism"]), + ("determinsitic", &["deterministic"]), + ("determinsm", &["determinism"]), + ("detials", &["details"]), + ("detmatologist", &["dermatologist"]), + ("detorit", &["detroit"]), + ("detramental", &["detrimental"]), + ("detremental", &["detrimental"]), + ("detrimential", &["detrimental"]), + ("detrimentul", &["detrimental"]), + ("detriot", &["detroit"]), + ("detuschland", &["deutschland"]), + ("deuling", &["dueling"]), + ("deustchland", &["deutschland"]), + ("deutchsland", &["deutschland"]), + ("deutcshland", &["deutschland"]), + ("deutschalnd", &["deutschland"]), + ("deutschand", &["deutschland"]), + ("deutshcland", &["deutschland"]), + ("devaint", &["deviant"]), + ("devaite", &["deviate"]), + ("devastaded", &["devastated"]), + ("devastaing", &["devastating"]), + ("devastanti", &["devastating"]), + ("devasted", &["devastated"]), + ("devasteted", &["devastated"]), + ("develepmont", &["developments"]), + ("develepors", &["developers"]), + ("develoeprs", &["developers"]), + ("develompent", &["developments"]), + ("develope", &["develop"]), + ("developement", &["development"]), + ("developemnt", &["developments"]), + ("developmant", &["developmental"]), + ("developmenet", &["developments"]), + ("developmently", &["developmental"]), + ("developmentwise", &["developments"]), + ("developmet", &["developments"]), + ("developmetn", &["developments"]), + ("developmnet", &["developments"]), + ("developors", &["develops"]), + ("developped", &["developed"]), + ("developpers", &["developers"]), + ("developres", &["develops"]), + ("developrs", &["develops"]), + ("develpment", &["development"]), + ("develpoment", &["developments"]), + ("develpoments", &["developments"]), + ("devels", &["delves"]), + ("deveolpment", &["developments"]), + ("deveploment", &["developments"]), + ("devestated", &["devastated"]), + ("devestating", &["devastating"]), + ("devialet", &["deviate"]), + ("deviatie", &["deviate"]), + ("devide", &["divide"]), + ("devided", &["divided"]), + ("devilers", &["delivers"]), + ("devistating", &["devastating"]), + ("devlove", &["devolve"]), + ("devloved", &["devolved"]), + ("devolopement", &["development"]), + ("devolopments", &["developments"]), + ("devolvendo", &["devolved"]), + ("devotin", &["devotion"]), + ("devovle", &["devolve"]), + ("devovled", &["devolved"]), + ("deyhdrated", &["dehydrated"]), + ("deyhdration", &["dehydration"]), + ("dezentralized", &["decentralized"]), + ("diabetees", &["diabetes"]), + ("diabets", &["diabetes"]), + ("diablical", &["diabolical"]), + ("diaganol", &["diagonal"]), + ("diagnoal", &["diagonal"]), + ("diagnoes", &["diagnose"]), + ("diagnosi", &["diagnostic"]), + ("diagnosied", &["diagnose"]), + ("diagnosies", &["diagnosis"]), + ("diagnositc", &["diagnostic"]), + ("diagnositcs", &["diagnostic"]), + ("diagnositic", &["diagnostic"]), + ("diagnossed", &["diagnose"]), + ("diagnosted", &["diagnose"]), + ("diagnotics", &["diagnostic"]), + ("diagonaal", &["diagonal"]), + ("diagonse", &["diagnose"]), + ("diagonsed", &["diagnosed"]), + ("diagonsis", &["diagnosis"]), + ("diagonstic", &["diagnostic"]), + ("diagonstics", &["diagnostic"]), + ("diagramas", &["diagrams"]), + ("diagramms", &["diagrams"]), + ("diahrrea", &["diarrhea"]), + ("dialecs", &["dialects"]), + ("dialectes", &["dialects"]), + ("dialectos", &["dialects"]), + ("dialetcs", &["dialects"]), + ("dialgoue", &["dialogue"]), + ("dialoge", &["dialogue"]), + ("dialouge", &["dialogue"]), + ("diamons", &["diamonds"]), + ("diarreah", &["diarrhea"]), + ("diarreha", &["diarrhea"]), + ("diarrheoa", &["diarrhea"]), + ("diasble", &["disable"]), + ("diasbling", &["disabling"]), + ("diasspointed", &["dissapointed"]), + ("dichomoty", &["dichotomy"]), + ("dichotomoy", &["dichotomy"]), + ("dichtomy", &["dichotomy"]), + ("dicitonaries", &["dictionaries"]), + ("dicitonary", &["dictionary"]), + ("dickisch", &["dickish"]), + ("dicksih", &["dickish"]), + ("diconnects", &["disconnects"]), + ("dicover", &["discover"]), + ("dicovered", &["discovered"]), + ("dicovering", &["discovering"]), + ("dicovers", &["discovers"]), + ("dicovery", &["discovery"]), + ("dictadorship", &["dictatorship"]), + ("dictarorship", &["dictatorship"]), + ("dictaters", &["dictates"]), + ("dictateurs", &["dictates"]), + ("dictatorhip", &["dictatorship"]), + ("dictatorshop", &["dictatorship"]), + ("dictats", &["dictates"]), + ("dictionaire", &["dictionaries"]), + ("dictionaires", &["dictionaries"]), + ("dictionairy", &["dictionary"]), + ("dictionare", &["dictionaries"]), + ("dictionarys", &["dictionaries"]), + ("dictionay", &["dictionary"]), + ("dictionnary", &["dictionary"]), + ("dicussed", &["discussed"]), + ("didsapointed", &["dissapointed"]), + ("diea", &["idea"]), + ("dieing", &["dying"]), + ("dieties", &["deities"]), + ("diety", &["deity"]), + ("difenitly", &["definitly"]), + ("diferent", &["different"]), + ("diferrent", &["different"]), + ("differance", &["difference"]), + ("differances", &["differences"]), + ("differantiate", &["differentiate"]), + ("differantiation", &["differentiation"]), + ("differantly", &["differently"]), + ("differencial", &["differential"]), + ("differenciate", &["differentiate"]), + ("differenciation", &["differentiation"]), + ("differenciations", &["differentiation"]), + ("differencies", &["differences"]), + ("differene", &["differences"]), + ("differenly", &["differently"]), + ("differens", &["differences"]), + ("differense", &["differences"]), + ("differental", &["differential"]), + ("differentate", &["differentiate"]), + ("differente", &["difference"]), + ("differentes", &["differences"]), + ("differentiantion", &["differentiation"]), + ("differentiatiations", &["differentiations"]), + ("differentiatiors", &["differentiation"]), + ("differentiaton", &["differentiation"]), + ("differentitation", &["differentiation"]), + ("differentl", &["differential"]), + ("differenty", &["differently"]), + ("differeny", &["differently"]), + ("differientation", &["differentiation"]), + ("differintiate", &["differentiate"]), + ("differnece", &["difference"]), + ("differneces", &["differences"]), + ("differnetial", &["differential"]), + ("differnetly", &["differently"]), + ("differnt", &["different"]), + ("difficulites", &["difficulties"]), + ("difficulity", &["difficulty"]), + ("difficulte", &["difficulties"]), + ("difficultes", &["difficulties"]), + ("difficults", &["difficulties"]), + ("difficuly", &["difficulty"]), + ("difficut", &["difficulty"]), + ("difficutlies", &["difficulties"]), + ("difficutly", &["difficulty"]), + ("diffirentiate", &["differentiate"]), + ("diffrent", &["different"]), + ("diffucult", &["difficult"]), + ("diffuculties", &["difficulties"]), + ("diffuculty", &["difficulty"]), + ("dificulties", &["difficulties"]), + ("dificulty", &["difficulty"]), + ("diganose", &["diagnose"]), + ("diganosed", &["diagnosed"]), + ("diganosis", &["diagnosis"]), + ("diganostic", &["diagnostic"]), + ("dignitiy", &["dignity"]), + ("dilpoma", &["diploma"]), + ("dimaond", &["diamond"]), + ("dimaonds", &["diamonds"]), + ("dimenions", &["dimensions"]), + ("dimensinal", &["dimensional"]), + ("dimensionals", &["dimensions"]), + ("dimensiones", &["dimensions"]), + ("dimensionnal", &["dimensional"]), + ("dimensionsal", &["dimensional"]), + ("dimention", &["dimension"]), + ("dimentional", &["dimensional"]), + ("dimentions", &["dimensions"]), + ("dimesnion", &["dimension"]), + ("dimesnional", &["dimensional"]), + ("dimesnions", &["dimensions"]), + ("dimineshes", &["diminishes"]), + ("diminisheds", &["diminishes"]), + ("diminishs", &["diminishes"]), + ("diminising", &["diminishing"]), + ("diminsihing", &["diminishing"]), + ("diminuitive", &["diminutive"]), + ("diminushing", &["diminishing"]), + ("dimunitive", &["diminutive"]), + ("dinasour", &["dinosaur"]), + ("dinasours", &["dinosaurs"]), + ("dingity", &["dignity"]), + ("dinosar", &["dinosaur"]), + ("dinosaures", &["dinosaurs"]), + ("dinosaurios", &["dinosaurs"]), + ("dinosaurus", &["dinosaurs"]), + ("dinosaus", &["dinosaurs"]), + ("dinosuar", &["dinosaur"]), + ("dinosuars", &["dinosaurs"]), + ("dinsoaur", &["dinosaur"]), + ("dinsoaurs", &["dinosaurs"]), + ("dionsaur", &["dinosaur"]), + ("dionsaurs", &["dinosaurs"]), + ("diosese", &["diocese"]), + ("dipections", &["depictions"]), + ("diphtong", &["diphthong"]), + ("diphtongs", &["diphthongs"]), + ("diplimatic", &["diplomatic"]), + ("diplomacia", &["diplomatic"]), + ("diplomancy", &["diplomacy"]), + ("diplomatisch", &["diplomatic"]), + ("diplomma", &["diploma"]), + ("dipolma", &["diploma"]), + ("dipolmatic", &["diplomatic"]), + ("dipthong", &["diphthong"]), + ("dipthongs", &["diphthongs"]), + ("dirbble", &["dribble"]), + ("direccional", &["directional"]), + ("direcitonal", &["directional"]), + ("direclty", &["directly"]), + ("direcotry", &["directory"]), + ("directin", &["directions"]), + ("directinla", &["directional"]), + ("directionl", &["directional"]), + ("directionnal", &["directional"]), + ("directivos", &["directions"]), + ("directix", &["directx"]), + ("directores", &["directors"]), + ("directorguy", &["directory"]), + ("directorios", &["directors"]), + ("directorys", &["directors"]), + ("directos", &["directors"]), + ("directoty", &["directory"]), + ("directoy", &["directory"]), + ("directroy", &["directory"]), + ("directrx", &["directx"]), + ("directsong", &["directions"]), + ("directy", &["directly"]), + ("direktional", &["directional"]), + ("diretcx", &["directx"]), + ("dirfting", &["drifting"]), + ("dirived", &["derived"]), + ("dirvers", &["drivers"]), + ("disaapoint", &["disappoint"]), + ("disaapointed", &["dissapointed"]), + ("disabeld", &["disabled"]), + ("disabels", &["disables"]), + ("disadvandage", &["disadvantaged"]), + ("disadvandages", &["disadvantaged"]), + ("disadvantadge", &["disadvantaged"]), + ("disadvanteged", &["disadvantaged"]), + ("disadvanteges", &["disadvantages"]), + ("disadvantge", &["disadvantage"]), + ("disadvantged", &["disadvantaged"]), + ("disadvantges", &["disadvantages"]), + ("disadvatange", &["disadvantage"]), + ("disadvatanges", &["disadvantages"]), + ("disadventage", &["disadvantage"]), + ("disadventaged", &["disadvantaged"]), + ("disadventages", &["disadvantages"]), + ("disagred", &["disagreed"]), + ("disagreeed", &["disagreed"]), + ("disagreemet", &["disagreements"]), + ("disagreemtn", &["disagreements"]), + ("disagremeent", &["disagreements"]), + ("disagres", &["disagrees"]), + ("disallusioned", &["disillusioned"]), + ("disapeared", &["disappeared"]), + ("disapointing", &["disappointing"]), + ("disappeard", &["disappeared"]), + ("disappearence", &["disappearance"]), + ("disappearnace", &["disappearance"]), + ("disappearnce", &["disappearance"]), + ("disappearred", &["disappeared"]), + ("disappearring", &["disappearing"]), + ("disapperaing", &["disappearing"]), + ("disapperead", &["disappeared"]), + ("disappered", &["disappeared"]), + ("disappiont", &["disappoint"]), + ("disapporval", &["disapproval"]), + ("disapprovel", &["disapproval"]), + ("disaprity", &["disparity"]), + ("disaproval", &["disapproval"]), + ("disaspointed", &["dissapointed"]), + ("disasterous", &["disastrous"]), + ("disastisfied", &["dissatisfied"]), + ("disastorus", &["disastrous"]), + ("disastreous", &["disastrous"]), + ("disastrious", &["disastrous"]), + ("disastros", &["disastrous"]), + ("disastrosa", &["disastrous"]), + ("disastrose", &["disastrous"]), + ("disastrosi", &["disastrous"]), + ("disastroso", &["disastrous"]), + ("disastruous", &["disastrous"]), + ("disaterous", &["disastrous"]), + ("disatisfaction", &["dissatisfaction"]), + ("disatisfied", &["dissatisfied"]), + ("disatissfied", &["dissatisfied"]), + ("disatrous", &["disastrous"]), + ("disatvantage", &["disadvantage"]), + ("disatvantaged", &["disadvantaged"]), + ("disatvantages", &["disadvantages"]), + ("disbale", &["disable"]), + ("disbaled", &["disabled"]), + ("disbales", &["disables"]), + ("disbaling", &["disabling"]), + ("disbeleif", &["disbelief"]), + ("disbelif", &["disbelief"]), + ("disbelife", &["disbelief"]), + ("discalimer", &["disclaimer"]), + ("discapline", &["discipline"]), + ("discepline", &["discipline"]), + ("disception", &["discretion"]), + ("discertation", &["dissertation"]), + ("dischard", &["discharged"]), + ("discharded", &["discharged"]), + ("dischare", &["discharged"]), + ("disciniplary", &["disciplinary"]), + ("disciplanary", &["disciplinary"]), + ("disciplen", &["disciplines"]), + ("disciplenary", &["disciplinary"]), + ("disciplened", &["disciplined"]), + ("disciplers", &["disciples"]), + ("disciplies", &["disciplines"]), + ("disciplinairy", &["disciplinary"]), + ("disciplinare", &["discipline"]), + ("disciplinas", &["disciplines"]), + ("disciplince", &["disciplines"]), + ("disciplinera", &["disciplinary"]), + ("disciplinerad", &["disciplined"]), + ("disciplinery", &["disciplinary"]), + ("discipliniary", &["disciplinary"]), + ("disciplins", &["disciplines"]), + ("disciprine", &["discipline"]), + ("disclamer", &["disclaimer"]), + ("disclamier", &["disclaimer"]), + ("discliamer", &["disclaimer"]), + ("disclipinary", &["disciplinary"]), + ("disclipine", &["discipline"]), + ("disclipined", &["disciplined"]), + ("disclipines", &["disciplines"]), + ("disclosue", &["disclosure"]), + ("disclousre", &["disclosure"]), + ("disclsoure", &["disclosure"]), + ("discograhy", &["discography"]), + ("discograpy", &["discography"]), + ("discogrophy", &["discography"]), + ("discogrpahy", &["discography"]), + ("discolsure", &["disclosure"]), + ("disconenct", &["disconnect"]), + ("disconencted", &["disconnected"]), + ("disconencts", &["disconnects"]), + ("disconncet", &["disconnects"]), + ("disconnecters", &["disconnects"]), + ("disconnectes", &["disconnects"]), + ("disconnectme", &["disconnected"]), + ("disconnectus", &["disconnects"]), + ("disconnet", &["disconnect"]), + ("disconneted", &["disconnected"]), + ("disconnets", &["disconnects"]), + ("disconnnect", &["disconnect"]), + ("discontined", &["discontinued"]), + ("discontinuted", &["discontinued"]), + ("discontiued", &["discontinued"]), + ("discontiuned", &["discontinued"]), + ("discontued", &["discounted"]), + ("discoruage", &["discourages"]), + ("discosure", &["discourse"]), + ("discound", &["discounted"]), + ("discountined", &["discontinued"]), + ("discources", &["discourse"]), + ("discoure", &["discourse"]), + ("discourgae", &["discourages"]), + ("discourges", &["discourages"]), + ("discoved", &["discovered"]), + ("discoverd", &["discovered"]), + ("discovere", &["discoveries"]), + ("discoveres", &["discovers"]), + ("discoveryd", &["discovered"]), + ("discoverys", &["discovers"]), + ("discrapency", &["discrepancy"]), + ("discrecion", &["discretion"]), + ("discreddit", &["discredited"]), + ("discredid", &["discredited"]), + ("discreditied", &["discredited"]), + ("discreditted", &["discredited"]), + ("discrepany", &["discrepancy"]), + ("discresion", &["discretion"]), + ("discreting", &["discretion"]), + ("discretited", &["discredited"]), + ("discreto", &["discretion"]), + ("discribe", &["describe"]), + ("discribed", &["described"]), + ("discribes", &["describes"]), + ("discribing", &["describing"]), + ("discrimanatory", &["discriminatory"]), + ("discrimante", &["discriminate"]), + ("discrimianted", &["discriminated"]), + ("discrimiate", &["discriminate"]), + ("discriminacion", &["discrimination"]), + ("discriminante", &["discriminate"]), + ("discriminare", &["discriminate"]), + ("discriminatie", &["discriminate"]), + ("discriminatin", &["discrimination"]), + ("discriminatoire", &["discriminate"]), + ("discriminatorie", &["discriminate"]), + ("discrimine", &["discriminate"]), + ("discriminitory", &["discriminatory"]), + ("discriminted", &["discriminated"]), + ("discrouage", &["discourages"]), + ("discrption", &["discretion"]), + ("disctinction", &["distinction"]), + ("disctinctive", &["distinctive"]), + ("disctintions", &["distinctions"]), + ("discualified", &["disqualified"]), + ("discusison", &["discussions"]), + ("discussin", &["discussion"]), + ("discussiong", &["discussing"]), + ("discusssion", &["discussions"]), + ("discusting", &["discussing"]), + ("discustingly", &["disgustingly"]), + ("disemination", &["dissemination"]), + ("disenchanged", &["disenchanted"]), + ("disengenuous", &["disingenuous"]), + ("disenginuous", &["disingenuous"]), + ("disensitized", &["desensitized"]), + ("disentry", &["dysentery"]), + ("diserable", &["desirable"]), + ("disgareement", &["disagreements"]), + ("disgarees", &["disagrees"]), + ("disgiuse", &["disguise"]), + ("disgiused", &["disguised"]), + ("disgracful", &["disgraceful"]), + ("disgraseful", &["disgraceful"]), + ("disgrateful", &["disgraceful"]), + ("disgruntaled", &["disgruntled"]), + ("disgrunted", &["disgruntled"]), + ("disgrunteld", &["disgruntled"]), + ("disgrunteled", &["disgruntled"]), + ("disgruntld", &["disgruntled"]), + ("disguisted", &["disguise"]), + ("disguntingly", &["disgustingly"]), + ("disgusied", &["disguised"]), + ("disguss", &["disgusts"]), + ("disgustes", &["disgusts"]), + ("disgustigly", &["disgustingly"]), + ("disgustingy", &["disgustingly"]), + ("disgustinly", &["disgustingly"]), + ("disgustiny", &["disgustingly"]), + ("disgustos", &["disgusts"]), + ("disgustosa", &["disgusts"]), + ("disgustose", &["disgusts"]), + ("disgustosi", &["disgusts"]), + ("disgustoso", &["disgusts"]), + ("disgustus", &["disgusts"]), + ("dishcarged", &["discharged"]), + ("dishinored", &["dishonored"]), + ("dishoner", &["dishonored"]), + ("dishonesy", &["dishonesty"]), + ("dishonet", &["dishonesty"]), + ("dishonord", &["dishonored"]), + ("disicples", &["disciples"]), + ("disicpline", &["discipline"]), + ("disicplined", &["disciplined"]), + ("disicplines", &["disciplines"]), + ("disillisioned", &["disillusioned"]), + ("disillusionned", &["disillusioned"]), + ("disillutioned", &["disillusioned"]), + ("disingeneous", &["disingenuous"]), + ("disingenious", &["disingenuous"]), + ("disingenuious", &["disingenuous"]), + ("disingenuos", &["disingenuous"]), + ("disinteresed", &["disinterested"]), + ("disintereted", &["disinterested"]), + ("disiplined", &["disciplined"]), + ("diskrimination", &["discrimination"]), + ("dislcaimer", &["disclaimer"]), + ("disliks", &["dislikes"]), + ("dislikse", &["dislikes"]), + ("dismanlting", &["dismantling"]), + ("dismantaled", &["dismantled"]), + ("dismante", &["dismantle"]), + ("dismantel", &["dismantle"]), + ("dismanteld", &["dismantled"]), + ("dismanteled", &["dismantled"]), + ("dismanting", &["dismantling"]), + ("dismantleing", &["dismantling"]), + ("dismentled", &["dismantled"]), + ("dismisals", &["dismissal"]), + ("dismisse", &["dismissive"]), + ("disnegage", &["disengage"]), + ("disobediance", &["disobedience"]), + ("disobediant", &["disobedient"]), + ("disobeidence", &["disobedience"]), + ("disocgraphy", &["discography"]), + ("disollusioned", &["disillusioned"]), + ("disolved", &["dissolved"]), + ("disover", &["discover"]), + ("dispacth", &["dispatch"]), + ("dispair", &["despair"]), + ("dispairty", &["disparity"]), + ("dispalcement", &["displacement"]), + ("dispalyed", &["displayed"]), + ("dispalys", &["displays"]), + ("dispapointed", &["dissapointed"]), + ("disparingly", &["disparagingly"]), + ("dispartiy", &["disparity"]), + ("dispath", &["dispatch"]), + ("dispecable", &["despicable"]), + ("dispencaries", &["dispensaries"]), + ("dispencary", &["dispensary"]), + ("dispence", &["dispense"]), + ("dispenced", &["dispensed"]), + ("dispencers", &["dispenser"]), + ("dispencing", &["dispensing"]), + ("dispeners", &["dispenser"]), + ("dispensaire", &["dispensaries"]), + ("dispensaires", &["dispensaries"]), + ("dispensare", &["dispenser"]), + ("dispensarie", &["dispenser"]), + ("dispensarios", &["dispensaries"]), + ("dispensiary", &["dispensary"]), + ("dispensiries", &["dispensaries"]), + ("dispensories", &["dispensaries"]), + ("dispensory", &["dispensary"]), + ("disperportionate", &["disproportionate"]), + ("dispersa", &["dispensary"]), + ("dispesnary", &["dispensary"]), + ("dispicable", &["despicable"]), + ("dispite", &["despite"]), + ("displacemnt", &["displacement"]), + ("displayd", &["displayed"]), + ("displayes", &["displays"]), + ("displayfps", &["displays"]), + ("disporportionate", &["disproportionate"]), + ("disporportionately", &["disproportionately"]), + ("disporportionatly", &["disproportionately"]), + ("disposicion", &["disposition"]), + ("dispositon", &["disposition"]), + ("disposle", &["dispose"]), + ("disposte", &["dispose"]), + ("dispostion", &["disposition"]), + ("dispoves", &["dispose"]), + ("dispraportionate", &["disproportionate"]), + ("dispraportionately", &["disproportionately"]), + ("disproportianate", &["disproportionate"]), + ("disproportianately", &["disproportionately"]), + ("disproportiante", &["disproportionate"]), + ("disproportiantely", &["disproportionately"]), + ("disproportiate", &["disproportionate"]), + ("disproportinate", &["disproportionate"]), + ("disproportionaltely", &["disproportionately"]), + ("disproportionaly", &["disproportionately"]), + ("disproportionatley", &["disproportionately"]), + ("disproportionatly", &["disproportionately"]), + ("disproportionnate", &["disproportionate"]), + ("disproprotionate", &["disproportionate"]), + ("disproprotionately", &["disproportionately"]), + ("disptach", &["dispatch"]), + ("dispuse", &["disputes"]), + ("disputandem", &["disputandum"]), + ("disputerad", &["disputed"]), + ("disputs", &["disputes"]), + ("disqaulified", &["disqualified"]), + ("disqualifed", &["disqualified"]), + ("disqualifyed", &["disqualified"]), + ("disqustingly", &["disgustingly"]), + ("disrecpect", &["disrespect"]), + ("disrecpected", &["disrespected"]), + ("disrecpectful", &["disrespectful"]), + ("disrecpecting", &["disrespecting"]), + ("disrection", &["discretion"]), + ("disregaring", &["disregarding"]), + ("disrepresentation", &["misrepresentation"]), + ("disrepsect", &["disrespect"]), + ("disrepsected", &["disrespected"]), + ("disrepsectful", &["disrespectful"]), + ("disrepsecting", &["disrespecting"]), + ("disresepct", &["disrespect"]), + ("disresepcted", &["disrespected"]), + ("disresepctful", &["disrespectful"]), + ("disresepcting", &["disrespecting"]), + ("disrespecful", &["disrespectful"]), + ("disrespecing", &["disrespecting"]), + ("disrespection", &["disrespecting"]), + ("disrespectul", &["disrespectful"]), + ("disrespekt", &["disrespect"]), + ("disrespekted", &["disrespected"]), + ("disrespekting", &["disrespecting"]), + ("disricts", &["districts"]), + ("disription", &["disruption"]), + ("disrispect", &["disrespect"]), + ("disrispectful", &["disrespectful"]), + ("disrispecting", &["disrespecting"]), + ("disrputing", &["disrupting"]), + ("disrtibution", &["distributions"]), + ("disruptin", &["disruption"]), + ("disruptivo", &["disruption"]), + ("disruptron", &["disruption"]), + ("dissagreement", &["disagreement"]), + ("dissapear", &["disappear"]), + ("dissapearance", &["disappearance"]), + ("dissapeared", &["disappeared"]), + ("dissapearing", &["disappearing"]), + ("dissapears", &["disappears"]), + ("dissapionted", &["dissapointed"]), + ("dissapoimted", &["dissapointed"]), + ("dissapoined", &["dissapointed"]), + ("dissapointd", &["dissapointed"]), + ("dissapointted", &["dissapointed"]), + ("dissapoited", &["dissapointed"]), + ("dissapoitned", &["dissapointed"]), + ("dissaponited", &["dissapointed"]), + ("dissapoonted", &["dissapointed"]), + ("dissapounted", &["dissapointed"]), + ("dissappear", &["disappear"]), + ("dissappears", &["disappears"]), + ("dissappinted", &["dissapointed"]), + ("dissappointed", &["disappointed"]), + ("dissapponted", &["dissapointed"]), + ("dissarray", &["disarray"]), + ("dissastified", &["dissatisfied"]), + ("dissatisfed", &["dissatisfied"]), + ("dissatisifed", &["dissatisfied"]), + ("dissatsified", &["dissatisfied"]), + ("disscusion", &["discussion"]), + ("disscusions", &["discussions"]), + ("dissepointed", &["dissapointed"]), + ("dissertaion", &["dissertation"]), + ("dissipatore", &["dissipate"]), + ("dissipointed", &["dissapointed"]), + ("dissmisal", &["dismissal"]), + ("dissmisive", &["dismissive"]), + ("dissobediance", &["disobedience"]), + ("dissobediant", &["disobedient"]), + ("dissobedience", &["disobedience"]), + ("dissobedient", &["disobedient"]), + ("dissodance", &["dissonance"]), + ("dissole", &["dissolve"]), + ("dissonante", &["dissonance"]), + ("dissonence", &["dissonance"]), + ("dissopointed", &["dissapointed"]), + ("dissovle", &["dissolve"]), + ("disspaointed", &["dissapointed"]), + ("disspiate", &["dissipate"]), + ("dissppointed", &["dissapointed"]), + ("dissspointed", &["dissapointed"]), + ("distase", &["distaste"]), + ("distastful", &["distasteful"]), + ("distates", &["distaste"]), + ("distatesful", &["distasteful"]), + ("distatse", &["distaste"]), + ("distatseful", &["distasteful"]), + ("disterbance", &["disturbance"]), + ("disticnt", &["distinct"]), + ("disticntion", &["distinctions"]), + ("disticntly", &["distinctly"]), + ("distiction", &["distinction"]), + ("distinations", &["distinctions"]), + ("distincion", &["distinction"]), + ("distinciton", &["distinction"]), + ("distincitons", &["distinctions"]), + ("distincitve", &["distinctive"]), + ("distincive", &["distinctive"]), + ("distinclty", &["distinctly"]), + ("distincte", &["distinctive"]), + ("distinctie", &["distinctive"]), + ("distinctily", &["distinctly"]), + ("distinctin", &["distinctions"]), + ("distingish", &["distinguish"]), + ("distingished", &["distinguished"]), + ("distingishes", &["distinguishes"]), + ("distingishing", &["distinguishing"]), + ("distingiush", &["distinguish"]), + ("distingiushing", &["distinguishing"]), + ("distingquished", &["distinguished"]), + ("distinguise", &["distinguished"]), + ("distinguised", &["distinguished"]), + ("distinguising", &["distinguishing"]), + ("distingush", &["distinguish"]), + ("distingusihing", &["distinguishing"]), + ("distinktion", &["distinction"]), + ("distinquish", &["distinguish"]), + ("distinquished", &["distinguished"]), + ("distinquishing", &["distinguishing"]), + ("distint", &["distinct"]), + ("distintcly", &["distinctly"]), + ("distirbance", &["disturbance"]), + ("distirbuted", &["distribute"]), + ("distirbuting", &["distributing"]), + ("distirbution", &["distribution"]), + ("distirbutions", &["distributions"]), + ("distirbutor", &["distributor"]), + ("distiungished", &["distinguished"]), + ("distoriton", &["distortion"]), + ("distorsion", &["distortion"]), + ("distortian", &["distortion"]), + ("distorto", &["distortion"]), + ("distortron", &["distortion"]), + ("distrabution", &["distribution"]), + ("distraccion", &["distraction"]), + ("distractes", &["distracts"]), + ("distractia", &["district"]), + ("distractin", &["district"]), + ("distractiv", &["district"]), + ("distractons", &["distracts"]), + ("distraktion", &["distraction"]), + ("distration", &["distortion"]), + ("distrcit", &["district"]), + ("distrcits", &["districts"]), + ("distribitor", &["distributor"]), + ("distribitors", &["distributors"]), + ("distribtuion", &["distributions"]), + ("distribucion", &["distribution"]), + ("distribue", &["distributed"]), + ("distribuem", &["distribute"]), + ("distribuent", &["distribute"]), + ("distribuer", &["distribute"]), + ("distribuie", &["distribute"]), + ("distribuit", &["distribute"]), + ("distribuite", &["distribute"]), + ("distribuited", &["distributed"]), + ("distribuito", &["distribution"]), + ("distribuiton", &["distributions"]), + ("distribuitor", &["distributor"]), + ("distribusion", &["distributions"]), + ("distribustion", &["distributions"]), + ("distributie", &["distributed"]), + ("distributin", &["distribution"]), + ("distributino", &["distributions"]), + ("distributio", &["distributor"]), + ("distributior", &["distributor"]), + ("distributiors", &["distributors"]), + ("distributivos", &["distributions"]), + ("distributons", &["distributors"]), + ("distributore", &["distribute"]), + ("distributs", &["distributors"]), + ("distribuye", &["distribute"]), + ("districs", &["districts"]), + ("distriubtion", &["distributions"]), + ("distrobuted", &["distributed"]), + ("distrobution", &["distribution"]), + ("distrobutions", &["distributions"]), + ("distrotion", &["distortion"]), + ("distrubance", &["disturbance"]), + ("distrubances", &["disturbance"]), + ("distrubed", &["disturbed"]), + ("distrubing", &["disturbing"]), + ("distrubited", &["distributed"]), + ("distrubiting", &["distributing"]), + ("distrubition", &["distribution"]), + ("distrubitions", &["distributions"]), + ("distrubitor", &["distributor"]), + ("distrubitors", &["distributors"]), + ("distrubtes", &["distrust"]), + ("distrubute", &["distribute"]), + ("distrubuted", &["distributed"]), + ("distrubution", &["distribution"]), + ("distrubutor", &["distributor"]), + ("distrubutors", &["distributors"]), + ("distructions", &["distractions"]), + ("distructive", &["destructive"]), + ("distrupts", &["distrust"]), + ("distubring", &["disturbing"]), + ("distuingish", &["distinguish"]), + ("distuingished", &["distinguished"]), + ("distuingishing", &["distinguishing"]), + ("distunguish", &["distinguish"]), + ("disturbace", &["disturbance"]), + ("disturbante", &["disturbance"]), + ("disturbd", &["disturbed"]), + ("disturben", &["disturbance"]), + ("disturbence", &["disturbance"]), + ("disturping", &["disrupting"]), + ("distustingly", &["disgustingly"]), + ("disucssing", &["discussing"]), + ("disucssion", &["discussion"]), + ("disucssions", &["discussions"]), + ("disupted", &["disputed"]), + ("disuptes", &["disputes"]), + ("disurption", &["disruption"]), + ("ditactorship", &["dictatorship"]), + ("ditributed", &["distributed"]), + ("diverisfy", &["diversify"]), + ("diveristy", &["diversity"]), + ("diversed", &["diverse"]), + ("diversifiy", &["diversify"]), + ("diversiy", &["diversify"]), + ("diverstiy", &["diversity"]), + ("divice", &["device"]), + ("dividendes", &["dividends"]), + ("dividendos", &["dividends"]), + ("dividened", &["dividend"]), + ("divideneds", &["dividend"]), + ("dividens", &["dividends"]), + ("divinition", &["divination"]), + ("divinitiy", &["divinity"]), + ("divinitory", &["divinity"]), + ("divintiy", &["divinity"]), + ("divisionals", &["divisions"]), + ("divisiones", &["divisions"]), + ("divison", &["division"]), + ("divisons", &["divisions"]), + ("doapmine", &["dopamine"]), + ("dobulelift", &["doublelift"]), + ("doccument", &["document"]), + ("doccumented", &["documented"]), + ("doccuments", &["documents"]), + ("docrines", &["doctrines"]), + ("docrtine", &["doctrine"]), + ("docrtines", &["doctrines"]), + ("doctines", &["doctrines"]), + ("doctirne", &["doctrine"]), + ("doctrins", &["doctrines"]), + ("docuhebag", &["douchebag"]), + ("docuhes", &["douches"]), + ("docuhey", &["douchey"]), + ("documantaries", &["documentaries"]), + ("documantary", &["documentary"]), + ("documenation", &["documentation"]), + ("documenatries", &["documentaries"]), + ("documenatry", &["documentary"]), + ("documentacion", &["documentation"]), + ("documentaion", &["documentation"]), + ("documentaire", &["documentaries"]), + ("documentaires", &["documentaries"]), + ("documentaiton", &["documentation"]), + ("documentare", &["documentaries"]), + ("documentarios", &["documentaries"]), + ("documentarse", &["documentaries"]), + ("documentarsi", &["documentaries"]), + ("documentaties", &["documentaries"]), + ("documentating", &["documentation"]), + ("documentato", &["documentation"]), + ("documenteries", &["documentaries"]), + ("documentery", &["documentary"]), + ("documentories", &["documentaries"]), + ("documentory", &["documentary"]), + ("documentry", &["documentary"]), + ("doens", &["does"]), + ("dogamtic", &["dogmatic"]), + ("dogdammit", &["goddammit"]), + ("dogders", &["dodgers"]), + ("dogding", &["dodging"]), + ("dogfather", &["godfather"]), + ("dogmatisch", &["dogmatic"]), + ("doign", &["doing"]), + ("dolhpin", &["dolphin"]), + ("dolhpins", &["dolphins"]), + ("dolphines", &["dolphins"]), + ("dolphinese", &["dolphins"]), + ("dolphis", &["dolphins"]), + ("domapine", &["dopamine"]), + ("domecracy", &["democracy"]), + ("domecrat", &["democrat"]), + ("domecrats", &["democrats"]), + ("domesitcated", &["domesticated"]), + ("domesticted", &["domesticated"]), + ("domiante", &["dominate"]), + ("domiantes", &["dominates"]), + ("domianting", &["dominating"]), + ("domimation", &["domination"]), + ("dominacion", &["domination"]), + ("dominae", &["dominate"]), + ("dominaters", &["dominates"]), + ("dominateurs", &["dominates"]), + ("dominatin", &["domination"]), + ("dominationg", &["dominating"]), + ("dominato", &["domination"]), + ("dominaton", &["domination"]), + ("dominats", &["dominates"]), + ("dominent", &["dominant"]), + ("dominiant", &["dominant"]), + ("dominno", &["dominion"]), + ("dominoin", &["dominion"]), + ("domisticated", &["domesticated"]), + ("donesticated", &["domesticated"]), + ("donig", &["doing"]), + ("donwgrade", &["downgrade"]), + ("donwgraded", &["downgraded"]), + ("donwload", &["download"]), + ("donwloadable", &["downloadable"]), + ("donwloaded", &["downloaded"]), + ("donwloading", &["downloading"]), + ("donwloads", &["downloads"]), + ("donwsides", &["downsides"]), + ("donwvote", &["downvote"]), + ("donwvoted", &["downvoted"]), + ("donwvoters", &["downvoters"]), + ("donwvotes", &["downvotes"]), + ("donwvoting", &["downvoting"]), + ("doomdsay", &["doomsday"]), + ("doomsdaily", &["doomsday"]), + ("doosmday", &["doomsday"]), + ("doplhin", &["dolphin"]), + ("doplhins", &["dolphins"]), + ("dopmaine", &["dopamine"]), + ("dormtund", &["dortmund"]), + ("dortmud", &["dortmund"]), + ("dortumnd", &["dortmund"]), + ("dossapointed", &["dissapointed"]), + ("dotrmund", &["dortmund"]), + ("doub", &["doubt"]), + ("doubellift", &["doublelift"]), + ("doubleiift", &["doublelift"]), + ("doubleleft", &["doublelift"]), + ("doublelfit", &["doublelift"]), + ("doublelit", &["doublelift"]), + ("doublellift", &["doublelift"]), + ("doublerift", &["doublelift"]), + ("doucehbag", &["douchebag"]), + ("douchely", &["douchey"]), + ("doucheus", &["douches"]), + ("doulbe", &["double"]), + ("doulbelift", &["doublelift"]), + ("dowloads", &["downloads"]), + ("downgarde", &["downgrade"]), + ("downgarded", &["downgraded"]), + ("downgrated", &["downgrade"]), + ("downlaod", &["download"]), + ("downlaodable", &["downloadable"]), + ("downlaoded", &["downloaded"]), + ("downlaoding", &["downloading"]), + ("downlaods", &["downloads"]), + ("downloaad", &["download"]), + ("downloadas", &["downloads"]), + ("downloadbale", &["downloadable"]), + ("downloadbel", &["downloadable"]), + ("downloadbig", &["downloading"]), + ("downloadble", &["downloadable"]), + ("downloadeble", &["downloadable"]), + ("downloades", &["downloads"]), + ("downloas", &["downloads"]), + ("downovted", &["downvoted"]), + ("downovting", &["downvoting"]), + ("downroaded", &["downgraded"]), + ("downsiders", &["downsides"]), + ("downstar", &["downstairs"]), + ("downstaris", &["downstairs"]), + ("downstiars", &["downstairs"]), + ("downtokers", &["downvoters"]), + ("downtoking", &["downvoting"]), + ("downtraded", &["downgraded"]), + ("downviting", &["downvoting"]), + ("downvore", &["downvoters"]), + ("downvotear", &["downvoters"]), + ("downvoteas", &["downvoters"]), + ("downvoteds", &["downvoters"]), + ("downvoteers", &["downvoters"]), + ("downvotees", &["downvoters"]), + ("downvoteing", &["downvoting"]), + ("downvoteres", &["downvoters"]), + ("downvoteros", &["downvoters"]), + ("downvotesd", &["downvoters"]), + ("downvotess", &["downvoters"]), + ("downvotest", &["downvoters"]), + ("downvoteur", &["downvoters"]), + ("downvoteurs", &["downvoters"]), + ("downvoties", &["downvoters"]), + ("downvotr", &["downvoters"]), + ("downvotres", &["downvoters"]), + ("downvots", &["downvotes"]), + ("downvotted", &["downvote"]), + ("downvotters", &["downvoters"]), + ("downvottes", &["downvoters"]), + ("downvotting", &["downvoting"]), + ("downwoters", &["downvoters"]), + ("downwoting", &["downvoting"]), + ("draclua", &["dracula"]), + ("dracual", &["dracula"]), + ("draculea", &["dracula"]), + ("draculla", &["dracula"]), + ("dragones", &["dragons"]), + ("dragonus", &["dragons"]), + ("drakest", &["darkest"]), + ("dramaticaly", &["dramatically"]), + ("dramaticlly", &["dramatically"]), + ("drammatically", &["grammatically"]), + ("dramtic", &["dramatic"]), + ("drankenstein", &["frankenstein"]), + ("drasitcally", &["drastically"]), + ("drasticaly", &["drastically"]), + ("drasticlly", &["drastically"]), + ("draughtman", &["draughtsman"]), + ("dravadian", &["dravidian"]), + ("dreasm", &["dreams"]), + ("drfiting", &["drifting"]), + ("dribbel", &["dribble"]), + ("driectly", &["directly"]), + ("driectx", &["directx"]), + ("drifitng", &["drifting"]), + ("driftig", &["drifting"]), + ("drinkes", &["drinkers"]), + ("driveris", &["drivers"]), + ("drnik", &["drink"]), + ("drotmund", &["dortmund"]), + ("druming", &["drumming"]), + ("drummless", &["drumless"]), + ("dsyfunction", &["dysfunction"]), + ("dsyfunctional", &["dysfunctional"]), + ("dsyphoria", &["dysphoria"]), + ("dsytopian", &["dystopian"]), + ("duaghter", &["daughter"]), + ("duaghters", &["daughters"]), + ("duailty", &["duality"]), + ("dualtiy", &["duality"]), + ("dublications", &["publications"]), + ("dubsetp", &["dubstep"]), + ("duetschland", &["deutschland"]), + ("dulaity", &["duality"]), + ("duleing", &["dueling"]), + ("dumbbellls", &["dumbbells"]), + ("dumbbels", &["dumbbells"]), + ("dumbfouded", &["dumbfounded"]), + ("dumbfoundeads", &["dumbfounded"]), + ("dumbfouned", &["dumbfounded"]), + ("dumptser", &["dumpster"]), + ("dumspter", &["dumpster"]), + ("dunegon", &["dungeon"]), + ("dunegons", &["dungeons"]), + ("dungeoness", &["dungeons"]), + ("dungeos", &["dungeons"]), + ("dungeoun", &["dungeon"]), + ("dungoen", &["dungeon"]), + ("dungoens", &["dungeons"]), + ("dupicate", &["duplicate"]), + ("dupilcates", &["duplicates"]), + ("duplicants", &["duplicates"]), + ("duplicas", &["duplicates"]), + ("duplicatas", &["duplicates"]), + ("duplicats", &["duplicates"]), + ("duplicitas", &["duplicates"]), + ("duplifaces", &["duplicates"]), + ("durabiliy", &["durability"]), + ("durabillity", &["durability"]), + ("durabiltiy", &["durability"]), + ("durig", &["during"]), + ("durring", &["during"]), + ("dusbtep", &["dubstep"]), + ("dusfunctional", &["dysfunctional"]), + ("dusgustingly", &["disgustingly"]), + ("dustification", &["justification"]), + ("duting", &["during"]), + ("dwarvens", &["dwarves"]), + ("dyamically", &["dynamically"]), + ("dyanmically", &["dynamically"]), + ("dyanmics", &["dynamics"]), + ("dyanmite", &["dynamite"]), + ("dyansty", &["dynasty"]), + ("dyas", &["dryas"]), + ("dymanically", &["dynamically"]), + ("dymanics", &["dynamics"]), + ("dymanite", &["dynamite"]), + ("dynamicallly", &["dynamically"]), + ("dynamicaly", &["dynamically"]), + ("dynamicdns", &["dynamics"]), + ("dynamiclly", &["dynamically"]), + ("dynamicpsf", &["dynamics"]), + ("dynamicus", &["dynamics"]), + ("dynamis", &["dynamics"]), + ("dynamitage", &["dynamite"]), + ("dynastry", &["dynasty"]), + ("dynsaty", &["dynasty"]), + ("dypshoria", &["dysphoria"]), + ("dyregulation", &["deregulation"]), + ("dysentry", &["dysentery"]), + ("dysfonction", &["dysfunction"]), + ("dysfonctional", &["dysfunctional"]), + ("dysfucntion", &["dysfunction"]), + ("dysfucntional", &["dysfunctional"]), + ("dysfuncion", &["dysfunction"]), + ("dysfunciton", &["dysfunction"]), + ("dysfuncitonal", &["dysfunctional"]), + ("dysfunctionnal", &["dysfunctional"]), + ("dysfunktion", &["dysfunction"]), + ("dysfunktional", &["dysfunctional"]), + ("dyshporia", &["dysphoria"]), + ("dysoptian", &["dystopian"]), + ("dysphoira", &["dysphoria"]), + ("dysphora", &["dysphoria"]), + ("dysphroia", &["dysphoria"]), + ("dyspohria", &["dysphoria"]), + ("dyspotian", &["dystopian"]), + ("dystopain", &["dystopian"]), + ("dystpoian", &["dystopian"]), + ("eachohter", &["eachother"]), + ("eachotehr", &["eachother"]), + ("eachtoher", &["eachother"]), + ("eahc", &["each"]), + ("ealier", &["earlier"]), + ("earhtbound", &["earthbound"]), + ("earhtquakes", &["earthquakes"]), + ("earilest", &["earliest"]), + ("earlies", &["earliest"]), + ("earliet", &["earliest"]), + ("earnt", &["earned"]), + ("earpluggs", &["earplugs"]), + ("earplus", &["earplugs"]), + ("earthboud", &["earthbound"]), + ("earthqauke", &["earthquake"]), + ("earthqaukes", &["earthquakes"]), + ("earthquack", &["earthquake"]), + ("earthquackes", &["earthquakes"]), + ("earthquacks", &["earthquakes"]), + ("earthquakers", &["earthquakes"]), + ("earthquaks", &["earthquakes"]), + ("earthquate", &["earthquake"]), + ("earthqukes", &["earthquakes"]), + ("easthetically", &["aesthetically"]), + ("easthetics", &["aesthetics"]), + ("eastwod", &["eastwood"]), + ("eastwoood", &["eastwood"]), + ("eastwoord", &["eastwood"]), + ("eatswood", &["eastwood"]), + ("ebcuase", &["becuase"]), + ("ecclectic", &["eclectic"]), + ("eceonomy", &["economy"]), + ("ecidious", &["deciduous"]), + ("ecilpse", &["eclipse"]), + ("eclipes", &["eclipse"]), + ("eclispe", &["eclipse"]), + ("eclpise", &["eclipse"]), + ("ecoligical", &["ecological"]), + ("ecologia", &["ecological"]), + ("ecomonic", &["economic"]), + ("ecomonical", &["economical"]), + ("ecomonics", &["economics"]), + ("econimical", &["economical"]), + ("econimically", &["economically"]), + ("econimists", &["economists"]), + ("economicaly", &["economically"]), + ("economicas", &["economics"]), + ("economiclly", &["economically"]), + ("economicos", &["economics"]), + ("economicus", &["economics"]), + ("economisch", &["economic"]), + ("economisesti", &["economists"]), + ("economisit", &["economists"]), + ("economisiti", &["economist"]), + ("economistes", &["economists"]), + ("ecstacys", &["ecstasy"]), + ("ecstascy", &["ecstasy"]), + ("ecstasty", &["ecstasy"]), + ("ect", &["etc"]), + ("ectastic", &["ecstatic"]), + ("ectsasy", &["ecstasy"]), + ("edbiles", &["edibles"]), + ("edficient", &["deficient"]), + ("edibels", &["edibles"]), + ("editoras", &["editors"]), + ("editores", &["editors"]), + ("educacional", &["educational"]), + ("educationnal", &["educational"]), + ("eearly", &["early"]), + ("efel", &["evil"]), + ("effeciency", &["efficiency"]), + ("effecient", &["efficient"]), + ("effeciently", &["efficiently"]), + ("effecitvely", &["effectively"]), + ("effectionate", &["affectionate"]), + ("effectivelly", &["effectively"]), + ("effectivenss", &["effectiveness"]), + ("effectiviness", &["effectiveness"]), + ("effectivley", &["effectively"]), + ("effectivly", &["effectively"]), + ("efficeincy", &["efficiency"]), + ("efficeint", &["efficient"]), + ("efficeintly", &["efficiently"]), + ("efficency", &["efficiency"]), + ("efficent", &["efficient"]), + ("efficently", &["efficiently"]), + ("efficiancy", &["efficiency"]), + ("efficiantly", &["efficiently"]), + ("efficienct", &["efficient"]), + ("efficienctly", &["efficiency"]), + ("efficientcy", &["efficiently"]), + ("efficienty", &["efficiently"]), + ("efficieny", &["efficiency"]), + ("effictiveness", &["effectiveness"]), + ("efford", &["effort"]), + ("effordlessly", &["effortlessly"]), + ("effords", &["efforts"]), + ("effortlesly", &["effortlessly"]), + ("effortlessely", &["effortlessly"]), + ("effortlessley", &["effortlessly"]), + ("effortlessy", &["effortlessly"]), + ("effulence", &["effluence"]), + ("egaletarian", &["egalitarian"]), + ("egalitara", &["egalitarian"]), + ("egalitatian", &["egalitarian"]), + ("egaliterian", &["egalitarian"]), + ("egostitical", &["egotistical"]), + ("egotastical", &["egotistical"]), + ("egotestical", &["egotistical"]), + ("egotisitcal", &["egotistical"]), + ("egotistcal", &["egotistical"]), + ("egotisticle", &["egotistical"]), + ("egotystical", &["egotistical"]), + ("egpytian", &["egyptian"]), + ("egpytians", &["egyptians"]), + ("egyptain", &["egyptian"]), + ("egyptains", &["egyptians"]), + ("egytpian", &["egyptian"]), + ("egytpians", &["egyptians"]), + ("ehtanol", &["ethanol"]), + ("ehtereal", &["ethereal"]), + ("ehternet", &["ethernet"]), + ("ehtically", &["ethically"]), + ("ehtnically", &["ethnically"]), + ("ehtnicities", &["ethnicities"]), + ("ehtnicity", &["ethnicity"]), + ("eifnach", &["einfach"]), + ("eighteeen", &["eighteen"]), + ("eighten", &["eighteen"]), + ("eigth", &["eighth"]), + ("eigtheen", &["eighteen"]), + ("einfahc", &["einfach"]), + ("eiter", &["either"]), + ("eitquette", &["etiquette"]), + ("ejacluation", &["ejaculation"]), + ("ejacualte", &["ejaculate"]), + ("ejacualtion", &["ejaculation"]), + ("ejacualtions", &["ejaculation"]), + ("ejaculaion", &["ejaculation"]), + ("ejaculatie", &["ejaculate"]), + ("ejaculatin", &["ejaculation"]), + ("ejaculaton", &["ejaculation"]), + ("ejaculatte", &["ejaculate"]), + ("elasped", &["elapsed"]), + ("elcipse", &["eclipse"]), + ("elction", &["election"]), + ("eldistribution", &["redistribution"]), + ("elecrto", &["electro"]), + ("elecrtomagnetic", &["electromagnetic"]), + ("electhor", &["electro"]), + ("electic", &["electric"]), + ("electircal", &["electrical"]), + ("electivite", &["elective"]), + ("electivre", &["elective"]), + ("electon", &["election"]), + ("electoraat", &["electorate"]), + ("electorale", &["electorate"]), + ("electoratul", &["electoral"]), + ("electorite", &["electorate"]), + ("electorlytes", &["electrolytes"]), + ("electormagnetic", &["electromagnetic"]), + ("electorn", &["electron"]), + ("electornic", &["electronic"]), + ("electornics", &["electronics"]), + ("electorns", &["electrons"]), + ("electrial", &["electrical"]), + ("electricain", &["electrician"]), + ("electrican", &["electrician"]), + ("electricial", &["electrical"]), + ("electricien", &["electrician"]), + ("electricion", &["electrician"]), + ("electriciy", &["electricity"]), + ("electricman", &["electrician"]), + ("electricrain", &["electrician"]), + ("electrictian", &["electrician"]), + ("electricty", &["electricity"]), + ("electricy", &["electricity"]), + ("electrinic", &["electrician"]), + ("electrisity", &["electricity"]), + ("electritian", &["electrician"]), + ("electroal", &["electoral"]), + ("electroate", &["electorate"]), + ("electrobytes", &["electrolytes"]), + ("electrocity", &["electricity"]), + ("electrocytes", &["electrolytes"]), + ("electrodan", &["electron"]), + ("electroinc", &["electron"]), + ("electrolites", &["electrolytes"]), + ("electroltyes", &["electrolytes"]), + ("electrolye", &["electrolytes"]), + ("electrolyes", &["electrolytes"]), + ("electrolyts", &["electrolytes"]), + ("electromagentic", &["electromagnetic"]), + ("electromagnatic", &["electromagnetic"]), + ("electromagnectic", &["electromagnetic"]), + ("electromagnetc", &["electromagnetic"]), + ("electromagntic", &["electromagnetic"]), + ("electroman", &["electron"]), + ("electromangetic", &["electromagnetic"]), + ("electromegnetic", &["electromagnetic"]), + ("electronagnetic", &["electromagnetic"]), + ("electroncis", &["electrons"]), + ("electroncs", &["electrons"]), + ("electrones", &["electrons"]), + ("electronicas", &["electronics"]), + ("electronicos", &["electronics"]), + ("electronik", &["election"]), + ("electronis", &["electronics"]), + ("electronix", &["election"]), + ("electroylte", &["electrolytes"]), + ("electroyltes", &["electrolytes"]), + ("elektrolytes", &["electrolytes"]), + ("elemantary", &["elementary"]), + ("elementay", &["elementary"]), + ("elementery", &["elementary"]), + ("elementrary", &["elementary"]), + ("elementray", &["elementary"]), + ("elementy", &["elementary"]), + ("eleminated", &["eliminated"]), + ("eleminating", &["eliminating"]), + ("elepahnts", &["elephants"]), + ("elephans", &["elephants"]), + ("elephantes", &["elephants"]), + ("elephantis", &["elephants"]), + ("elephantos", &["elephants"]), + ("elephantus", &["elephants"]), + ("eles", &["eels"]), + ("eletricity", &["electricity"]), + ("elevatin", &["elevation"]), + ("elicided", &["elicited"]), + ("eligable", &["eligible"]), + ("elimanates", &["eliminates"]), + ("elimanation", &["elimination"]), + ("elimenates", &["eliminates"]), + ("elimentary", &["elementary"]), + ("elimiate", &["eliminate"]), + ("elimimates", &["eliminates"]), + ("eliminacion", &["elimination"]), + ("eliminas", &["eliminates"]), + ("eliminase", &["eliminates"]), + ("eliminaste", &["eliminates"]), + ("eliminatin", &["elimination"]), + ("eliminato", &["elimination"]), + ("eliminaton", &["elimination"]), + ("eliminster", &["eliminates"]), + ("elimintates", &["eliminates"]), + ("elitisim", &["elitism"]), + ("elitistm", &["elitism"]), + ("ellected", &["elected"]), + ("ellignton", &["ellington"]), + ("ellingotn", &["ellington"]), + ("ellipitcal", &["elliptical"]), + ("ellipitcals", &["elliptical"]), + ("ellipsical", &["elliptical"]), + ("ellipticle", &["elliptical"]), + ("ellitot", &["elliott"]), + ("ellitpical", &["elliptical"]), + ("elloitt", &["elliott"]), + ("ellpitical", &["elliptical"]), + ("eloctrolytes", &["electrolytes"]), + ("eloquantly", &["eloquently"]), + ("eloquentely", &["eloquently"]), + ("eloquenty", &["eloquently"]), + ("eloquintly", &["eloquently"]), + ("elphant", &["elephant"]), + ("elsehwere", &["elsewhere"]), + ("emabrassing", &["embarassing"]), + ("emabrgo", &["embargo"]), + ("emabssy", &["embassy"]), + ("emapthetic", &["empathetic"]), + ("emapthize", &["empathize"]), + ("emapthy", &["empathy"]), + ("embaraasing", &["embarassing"]), + ("embarasaing", &["embarassing"]), + ("embarass", &["embarrass"]), + ("embarassed", &["embarrassed"]), + ("embarassig", &["embarassing"]), + ("embarassign", &["embarassing"]), + ("embarassimg", &["embarassing"]), + ("embarassing", &["embarrassing"]), + ("embarassment", &["embarrassment"]), + ("embarasssing", &["embarassing"]), + ("embargos", &["embargoes"]), + ("embarissing", &["embarassing"]), + ("embarras", &["embarrass"]), + ("embarrased", &["embarrassed"]), + ("embarrasement", &["embarrassment"]), + ("embarrases", &["embarrassed"]), + ("embarrasing", &["embarrassing"]), + ("embarrasment", &["embarrassment"]), + ("embarrasments", &["embarrassment"]), + ("embarress", &["embarrassed"]), + ("embarressed", &["embarrassed"]), + ("embarressing", &["embarrassing"]), + ("embarressment", &["embarrassment"]), + ("embarrissing", &["embarrassing"]), + ("embarrssing", &["embarassing"]), + ("embassay", &["embassy"]), + ("embassey", &["embassy"]), + ("embasssy", &["embassy"]), + ("embeded", &["embedded"]), + ("emberrassing", &["embarrassing"]), + ("emberrassment", &["embarrassment"]), + ("embezelled", &["embezzled"]), + ("emblamatic", &["emblematic"]), + ("embodyment", &["embodiment"]), + ("embrago", &["embargo"]), + ("emergancies", &["emergencies"]), + ("emergencias", &["emergencies"]), + ("emergend", &["emerged"]), + ("emergenices", &["emergencies"]), + ("emergenies", &["emergencies"]), + ("emergerd", &["emerged"]), + ("eminate", &["emanate"]), + ("eminated", &["emanated"]), + ("emipres", &["empires"]), + ("emision", &["emission"]), + ("emited", &["emitted"]), + ("emiting", &["emitting"]), + ("emition", &["emission"]), + ("emmediately", &["immediately"]), + ("emmigrated", &["emigrated"]), + ("emminent", &["eminent"]), + ("emminently", &["eminently"]), + ("emmisaries", &["emissaries"]), + ("emmisarries", &["emissaries"]), + ("emmisarry", &["emissary"]), + ("emmisary", &["emissary"]), + ("emmision", &["emission"]), + ("emmisions", &["emissions"]), + ("emmited", &["emitted"]), + ("emmiting", &["emitting"]), + ("emmitted", &["emitted"]), + ("emmitting", &["emitting"]), + ("emnity", &["enmity"]), + ("emobdiment", &["embodiment"]), + ("emotionaly", &["emotionally"]), + ("emotionella", &["emotionally"]), + ("empahsize", &["emphasize"]), + ("empahsized", &["emphasized"]), + ("empahsizes", &["emphasizes"]), + ("empahsizing", &["emphasizing"]), + ("empahty", &["empathy"]), + ("empathatic", &["empathetic"]), + ("empathethic", &["empathetic"]), + ("empathie", &["empathize"]), + ("emperical", &["empirical"]), + ("emphacized", &["emphasized"]), + ("emphacizing", &["emphasizing"]), + ("emphaised", &["emphasised"]), + ("emphatetic", &["empathetic"]), + ("emphatised", &["emphasized"]), + ("emphatising", &["emphasizing"]), + ("emphatize", &["empathize"]), + ("emphatized", &["emphasized"]), + ("emphatizes", &["emphasizes"]), + ("emphatizing", &["emphasizing"]), + ("emphazise", &["emphasize"]), + ("emphazised", &["emphasized"]), + ("emphazises", &["emphasizes"]), + ("emphazising", &["emphasizing"]), + ("emphesized", &["emphasized"]), + ("emphesizes", &["emphasizes"]), + ("emphesizing", &["emphasizing"]), + ("emphetamines", &["amphetamines"]), + ("emphisized", &["emphasized"]), + ("emphisizes", &["emphasizes"]), + ("emphsis", &["emphasis"]), + ("emphysyma", &["emphysema"]), + ("empiers", &["empires"]), + ("empiracally", &["empirically"]), + ("empirial", &["empirical"]), + ("empirialism", &["imperialism"]), + ("empirialist", &["imperialist"]), + ("empiricaly", &["empirically"]), + ("empited", &["emptied"]), + ("empitness", &["emptiness"]), + ("emplore", &["employer"]), + ("employeer", &["employer"]), + ("employeers", &["employees"]), + ("employeur", &["employer"]), + ("employeurs", &["employer"]), + ("empolyees", &["employees"]), + ("emporer", &["emperor"]), + ("empries", &["empires"]), + ("emprisoned", &["imprisoned"]), + ("emprisonment", &["imprisonment"]), + ("emtpied", &["emptied"]), + ("emtpiness", &["emptiness"]), + ("emtpy", &["empty"]), + ("emualtion", &["emulation"]), + ("emulatin", &["emulation"]), + ("enahnces", &["enhances"]), + ("enahncing", &["enhancing"]), + ("enameld", &["enameled"]), + ("encahnt", &["enchant"]), + ("encahnting", &["enchanting"]), + ("encalve", &["enclave"]), + ("encarcerated", &["incarcerated"]), + ("encarceration", &["incarceration"]), + ("enceclopedia", &["encyclopedia"]), + ("enchamtment", &["enchantment"]), + ("enchancement", &["enhancement"]), + ("enchancing", &["enchanting"]), + ("enchancment", &["enchantment"]), + ("enchancments", &["enchantments"]), + ("enchanct", &["enchant"]), + ("enchanement", &["enchantment"]), + ("enchanging", &["enchanting"]), + ("enchantent", &["enchantment"]), + ("enchanthing", &["enchanting"]), + ("enchantig", &["enchanting"]), + ("enchantmant", &["enchantment"]), + ("enchantmants", &["enchantments"]), + ("enchantmens", &["enchantments"]), + ("enchantmet", &["enchantments"]), + ("enchantmets", &["enchantments"]), + ("enchentments", &["enchantments"]), + ("enciclopedia", &["encyclopedia"]), + ("enclousre", &["enclosure"]), + ("enclsoure", &["enclosure"]), + ("enclycopedia", &["encyclopedia"]), + ("encolsed", &["enclosed"]), + ("encolsure", &["enclosure"]), + ("encomapsses", &["encompasses"]), + ("encompase", &["encompass"]), + ("encompases", &["encompasses"]), + ("encompasess", &["encompasses"]), + ("encompesses", &["encompasses"]), + ("encorporated", &["incorporated"]), + ("encorporating", &["incorporating"]), + ("encounted", &["encountered"]), + ("encounterd", &["encountered"]), + ("encounteres", &["encounters"]), + ("encountred", &["encountered"]), + ("encourageing", &["encouraging"]), + ("encouraing", &["encouraging"]), + ("encoutnered", &["encountered"]), + ("encoutners", &["encounters"]), + ("encription", &["encryption"]), + ("encrpyt", &["encrypt"]), + ("encrpyted", &["encrypted"]), + ("encrpytion", &["encryption"]), + ("encryptiion", &["encryption"]), + ("encrytped", &["encrypted"]), + ("encyclapedia", &["encyclopedia"]), + ("encyclepedia", &["encyclopedia"]), + ("encyclopadia", &["encyclopedia"]), + ("encyclopdia", &["encyclopedia"]), + ("encyclopeadia", &["encyclopedia"]), + ("encyclopeadic", &["encyclopedia"]), + ("encyclopeedia", &["encyclopedia"]), + ("encyclopeida", &["encyclopedia"]), + ("encyclopidia", &["encyclopedia"]), + ("encycolpedia", &["encyclopedia"]), + ("encycolpedias", &["encyclopedia"]), + ("encyklopedia", &["encyclopedia"]), + ("encylcopedia", &["encyclopedia"]), + ("encylopedia", &["encyclopedia"]), + ("encyplopedia", &["encyclopedia"]), + ("encyrpt", &["encrypt"]), + ("encyrpted", &["encrypted"]), + ("encyrption", &["encryption"]), + ("endagnering", &["endangering"]), + ("endandering", &["endangering"]), + ("endanged", &["endangered"]), + ("endangerd", &["endangered"]), + ("endevors", &["endeavors"]), + ("endevour", &["endeavour"]), + ("endig", &["ending"]), + ("endlessley", &["endlessly"]), + ("endlessy", &["endlessly"]), + ("endoctrinated", &["indoctrinated"]), + ("endoctrination", &["indoctrination"]), + ("endolithes", &["endoliths"]), + ("endorcement", &["endorsement"]), + ("endorces", &["endorse"]), + ("endores", &["endorse"]), + ("endoresment", &["endorsement"]), + ("endoresments", &["endorsement"]), + ("endrose", &["endorse"]), + ("enduce", &["induce"]), + ("ened", &["need"]), + ("enemployment", &["unemployment"]), + ("energis", &["energies"]), + ("enevlopes", &["envelopes"]), + ("enforcees", &["enforces"]), + ("enforceing", &["enforcing"]), + ("enforse", &["enforces"]), + ("enfringement", &["infringement"]), + ("engagaments", &["engagements"]), + ("engagemet", &["engagements"]), + ("engagemnet", &["engagements"]), + ("engagemnts", &["engagements"]), + ("engagment", &["engagement"]), + ("engeneer", &["engineer"]), + ("engeneering", &["engineering"]), + ("engeries", &["energies"]), + ("engieneer", &["engineer"]), + ("engieneers", &["engineers"]), + ("engineed", &["engineered"]), + ("engineeer", &["engineer"]), + ("engineerd", &["engineered"]), + ("enginer", &["engineer"]), + ("enginereed", &["engineered"]), + ("enginerring", &["engineering"]), + ("enginnering", &["engineering"]), + ("englsih", &["english"]), + ("engrames", &["engrams"]), + ("engramms", &["engrams"]), + ("enhacning", &["enhancing"]), + ("enhanceds", &["enhances"]), + ("enhanse", &["enhances"]), + ("enigneer", &["engineer"]), + ("enitrely", &["entirely"]), + ("enivitable", &["inevitable"]), + ("enivronmentally", &["environmentally"]), + ("enlargment", &["enlargement"]), + ("enlargments", &["enlargements"]), + ("enlcave", &["enclave"]), + ("enlcosed", &["enclosed"]), + ("enlgish", &["english"]), + ("enlighment", &["enlighten"]), + ("enlightend", &["enlightened"]), + ("enlightended", &["enlightened"]), + ("enlightenend", &["enlightened"]), + ("enlightented", &["enlightened"]), + ("enlightenting", &["enlightening"]), + ("enlightining", &["enlightening"]), + ("enlightned", &["enlightened"]), + ("enlightnement", &["enlightenment"]), + ("enligthen", &["enlighten"]), + ("enligthened", &["enlightened"]), + ("enligthening", &["enlightening"]), + ("enligthenment", &["enlightenment"]), + ("enlish", &["english"]), + ("enlsave", &["enslave"]), + ("enlsaved", &["enslaved"]), + ("enourmous", &["enormous"]), + ("enourmously", &["enormously"]), + ("enrolement", &["enrollment"]), + ("enrollemnt", &["enrollment"]), + ("ensalve", &["enslave"]), + ("ensalved", &["enslaved"]), + ("ensconsed", &["ensconced"]), + ("entaglements", &["entanglements"]), + ("entartaining", &["entertaining"]), + ("entbook", &["netbook"]), + ("enteratinment", &["entertainment"]), + ("enterity", &["entirety"]), + ("enterpirse", &["enterprise"]), + ("enterpirses", &["enterprises"]), + ("enterpreneur", &["entrepreneurs"]), + ("enterpreneurs", &["entrepreneurs"]), + ("enterprenuer", &["entrepreneur"]), + ("enterprenuers", &["entrepreneurs"]), + ("enterpreuners", &["entrepreneurs"]), + ("enterprice", &["enterprise"]), + ("enterprices", &["enterprises"]), + ("enterpries", &["enterprises"]), + ("enterprishe", &["enterprises"]), + ("enterprize", &["enterprise"]), + ("enterprsie", &["enterprises"]), + ("enterrpise", &["enterprises"]), + ("entertaing", &["entertaining"]), + ("entertainig", &["entertaining"]), + ("entertainted", &["entertained"]), + ("entertianment", &["entertainment"]), + ("entertwined", &["entertained"]), + ("enthically", &["ethnically"]), + ("enthicities", &["ethnicities"]), + ("enthicity", &["ethnicity"]), + ("enthisiast", &["enthusiast"]), + ("enthisiasts", &["enthusiasts"]), + ("enthuasists", &["enthusiasts"]), + ("enthuiasts", &["enthusiast"]), + ("enthuisast", &["enthusiasts"]), + ("enthuisasts", &["enthusiasts"]), + ("enthusaists", &["enthusiasts"]), + ("enthusiaists", &["enthusiasts"]), + ("enthusiam", &["enthusiasm"]), + ("enthusiams", &["enthusiasm"]), + ("enthusiant", &["enthusiast"]), + ("enthusiants", &["enthusiast"]), + ("enthusiasic", &["enthusiastic"]), + ("enthusiasim", &["enthusiasm"]), + ("enthusiasists", &["enthusiasts"]), + ("enthusiastics", &["enthusiasts"]), + ("enthusiastisch", &["enthusiastic"]), + ("enthusiasum", &["enthusiasm"]), + ("enthusiat", &["enthusiast"]), + ("enthusiatic", &["enthusiastic"]), + ("enthusiats", &["enthusiast"]), + ("enthusiest", &["enthusiast"]), + ("enthusiests", &["enthusiasts"]), + ("enthusigasm", &["enthusiasm"]), + ("enthusisast", &["enthusiasts"]), + ("enthusists", &["enthusiasts"]), + ("enthusuastic", &["enthusiastic"]), + ("entierly", &["entirely"]), + ("entierty", &["entirety"]), + ("entilted", &["entitled"]), + ("entirelly", &["entirely"]), + ("entirey", &["entirety"]), + ("entirley", &["entirely"]), + ("entiteld", &["entitled"]), + ("entitity", &["entity"]), + ("entitlied", &["entitled"]), + ("entorpy", &["entropy"]), + ("entoxication", &["intoxication"]), + ("entrepeneur", &["entrepreneur"]), + ("entrepeneurs", &["entrepreneurs"]), + ("entreperneur", &["entrepreneurs"]), + ("entreperure", &["entrepreneur"]), + ("entrepeuner", &["entrepreneur"]), + ("entrepraneurs", &["entrepreneurs"]), + ("entreprenaur", &["entrepreneur"]), + ("entreprenaurs", &["entrepreneurs"]), + ("entreprener", &["entrepreneurs"]), + ("entrepreners", &["entrepreneurs"]), + ("entrepreneuer", &["entrepreneurs"]), + ("entrepreneuers", &["entrepreneurs"]), + ("entrepreneurers", &["entrepreneurs"]), + ("entrepreneures", &["entrepreneurs"]), + ("entrepreneus", &["entrepreneurs"]), + ("entreprenour", &["entrepreneur"]), + ("entreprenours", &["entrepreneurs"]), + ("entreprenuers", &["entrepreneurs"]), + ("entreprenur", &["entrepreneur"]), + ("entreprenure", &["entrepreneurs"]), + ("entreprenures", &["entrepreneurs"]), + ("entreprenurs", &["entrepreneurs"]), + ("entrepreuner", &["entrepreneurs"]), + ("entrepreuners", &["entrepreneurs"]), + ("entretained", &["entertained"]), + ("entretaining", &["entertaining"]), + ("entretainment", &["entertainment"]), + ("entropay", &["entropy"]), + ("entrophy", &["entropy"]), + ("enveloppe", &["envelope"]), + ("envelopped", &["envelope"]), + ("enveloppen", &["envelope"]), + ("enveloppes", &["envelope"]), + ("envinroment", &["environments"]), + ("enviorment", &["environment"]), + ("enviormental", &["environmental"]), + ("enviormentally", &["environmentally"]), + ("enviorments", &["environments"]), + ("enviornment", &["environment"]), + ("enviornmental", &["environmental"]), + ("enviornmentalist", &["environmentalist"]), + ("enviornmentally", &["environmentally"]), + ("enviornments", &["environments"]), + ("envirnoment", &["environment"]), + ("enviroment", &["environment"]), + ("enviromental", &["environmental"]), + ("enviromentalist", &["environmentalist"]), + ("enviromentally", &["environmentally"]), + ("enviroments", &["environments"]), + ("enviromnent", &["environments"]), + ("environemnt", &["environment"]), + ("environemntal", &["environmental"]), + ("environemntally", &["environmentally"]), + ("environemnts", &["environments"]), + ("environmentality", &["environmentally"]), + ("environmentals", &["environments"]), + ("environmentaly", &["environmentally"]), + ("environmentl", &["environmentally"]), + ("environmently", &["environmental"]), + ("environmet", &["environments"]), + ("environmetal", &["environmental"]), + ("environmnet", &["environments"]), + ("envolutionary", &["evolutionary"]), + ("envrionment", &["environment"]), + ("envrionmental", &["environmental"]), + ("envrionmentally", &["environmentally"]), + ("envrionments", &["environments"]), + ("enxt", &["next"]), + ("ephipany", &["epiphany"]), + ("epidsodes", &["episodes"]), + ("epihpany", &["epiphany"]), + ("epilepsey", &["epilepsy"]), + ("epilespy", &["epilepsy"]), + ("epilgoue", &["epilogue"]), + ("epiloge", &["epilogue"]), + ("epiphanny", &["epiphany"]), + ("episdoe", &["episode"]), + ("episdoes", &["episodes"]), + ("episonage", &["espionage"]), + ("epitomie", &["epitome"]), + ("epliepsy", &["epilepsy"]), + ("epliogue", &["epilogue"]), + ("epscially", &["specially"]), + ("epsiode", &["episode"]), + ("epsiodes", &["episodes"]), + ("epsionage", &["espionage"]), + ("epsorts", &["esports"]), + ("epsresso", &["espresso"]), + ("eptiome", &["epitome"]), + ("eqaulity", &["equality"]), + ("eqaution", &["equation"]), + ("eqautions", &["equations"]), + ("equailty", &["equality"]), + ("equialent", &["equivalent"]), + ("equiavlent", &["equivalents"]), + ("equilavent", &["equivalent"]), + ("equilavents", &["equivalents"]), + ("equilbirium", &["equilibrium"]), + ("equilevants", &["equivalents"]), + ("equilibirum", &["equilibrium"]), + ("equilibium", &["equilibrium"]), + ("equilibriam", &["equilibrium"]), + ("equilibrim", &["equilibrium"]), + ("equilibruim", &["equilibrium"]), + ("equilibrum", &["equilibrium"]), + ("equiped", &["equipped"]), + ("equippment", &["equipment"]), + ("equitorial", &["equatorial"]), + ("equivalance", &["equivalence"]), + ("equivalant", &["equivalent"]), + ("equivalants", &["equivalents"]), + ("equivalenet", &["equivalents"]), + ("equivalet", &["equivalents"]), + ("equivallent", &["equivalent"]), + ("equivalnce", &["equivalence"]), + ("equivalnet", &["equivalents"]), + ("equivelance", &["equivalence"]), + ("equivelant", &["equivalent"]), + ("equivelants", &["equivalents"]), + ("equivelent", &["equivalent"]), + ("equivelents", &["equivalents"]), + ("equivilant", &["equivalent"]), + ("equivilants", &["equivalents"]), + ("equivilence", &["equivalence"]), + ("equivilent", &["equivalent"]), + ("equivilents", &["equivalents"]), + ("equivlaent", &["equivalents"]), + ("equivlalent", &["equivalent"]), + ("equivlanets", &["equivalents"]), + ("equivolence", &["equivalence"]), + ("equivolent", &["equivalent"]), + ("equivolents", &["equivalents"]), + ("erally", &["orally"]), + ("eratic", &["erratic"]), + ("eratically", &["erratically"]), + ("eraticly", &["erratically"]), + ("erested", &["arrested"]), + ("ermington", &["remington"]), + ("erroenous", &["erroneous"]), + ("erroneos", &["erroneous"]), + ("errupted", &["erupted"]), + ("escalatie", &["escalate"]), + ("escalatin", &["escalation"]), + ("escalative", &["escalate"]), + ("escalato", &["escalation"]), + ("escapse", &["escapes"]), + ("escavation", &["escalation"]), + ("escpaes", &["escapes"]), + ("esctasy", &["ecstasy"]), + ("esctatic", &["ecstatic"]), + ("esential", &["essential"]), + ("esitmate", &["estimate"]), + ("esitmated", &["estimated"]), + ("esitmates", &["estimates"]), + ("esitmation", &["estimation"]), + ("esle", &["else"]), + ("eslewhere", &["elsewhere"]), + ("esoterisch", &["esoteric"]), + ("especailly", &["especially"]), + ("especialy", &["especially"]), + ("espeically", &["especially"]), + ("esperate", &["seperate"]), + ("espianoge", &["espionage"]), + ("espinoage", &["espionage"]), + ("espoinage", &["espionage"]), + ("esponiage", &["espionage"]), + ("esporst", &["esports"]), + ("esportes", &["esports"]), + ("espreso", &["espresso"]), + ("espressino", &["espresso"]), + ("espression", &["espresso"]), + ("espressso", &["espresso"]), + ("esprots", &["esports"]), + ("essencial", &["essential"]), + ("essencially", &["essentially"]), + ("essencials", &["essentials"]), + ("essense", &["essence"]), + ("essensials", &["essentials"]), + ("essentail", &["essential"]), + ("essentailly", &["essentially"]), + ("essentails", &["essentials"]), + ("essentialls", &["essentials"]), + ("essentialy", &["essentially"]), + ("essentias", &["essentials"]), + ("essentiels", &["essentials"]), + ("essentual", &["essential"]), + ("essentually", &["essentially"]), + ("essentuals", &["essentials"]), + ("essesital", &["essential"]), + ("estabilshment", &["establishments"]), + ("estabishes", &["establishes"]), + ("establishemnt", &["establishments"]), + ("establishmet", &["establishments"]), + ("establishmnet", &["establishments"]), + ("establising", &["establishing"]), + ("establsihment", &["establishments"]), + ("estbalishment", &["establishments"]), + ("estiamte", &["estimate"]), + ("estiamted", &["estimated"]), + ("estiamtes", &["estimates"]), + ("estimacion", &["estimation"]), + ("estimatin", &["estimation"]), + ("estimativo", &["estimation"]), + ("estination", &["estimation"]), + ("estoeric", &["esoteric"]), + ("estonija", &["estonia"]), + ("estoniya", &["estonia"]), + ("ethcially", &["ethically"]), + ("etherael", &["ethereal"]), + ("etherel", &["ethereal"]), + ("etherent", &["ethernet"]), + ("ethicallity", &["ethically"]), + ("ethicallly", &["ethically"]), + ("ethicaly", &["ethically"]), + ("ethincally", &["ethnically"]), + ("ethincities", &["ethnicities"]), + ("ethincity", &["ethnicity"]), + ("ethnaol", &["ethanol"]), + ("ethnicaly", &["ethnically"]), + ("ethnicites", &["ethnicities"]), + ("ethnicitiy", &["ethnicity"]), + ("ethniticies", &["ethnicities"]), + ("ethniticy", &["ethnicity"]), + ("ethnocentricm", &["ethnocentrism"]), + ("ethose", &["those"]), + ("etiquete", &["etiquette"]), + ("etmyology", &["etymology"]), + ("etrailer", &["retailer"]), + ("euclidian", &["euclidean"]), + ("eugencis", &["eugenics"]), + ("eugneics", &["eugenics"]), + ("euhporia", &["euphoria"]), + ("euhporic", &["euphoric"]), + ("euorpean", &["european"]), + ("euorpeans", &["europeans"]), + ("euphoira", &["euphoria"]), + ("euphora", &["euphoria"]), + ("euphoriac", &["euphoric"]), + ("euphorica", &["euphoria"]), + ("euphorical", &["euphoria"]), + ("euphorisch", &["euphoric"]), + ("euphroia", &["euphoria"]), + ("euphroic", &["euphoric"]), + ("europeaners", &["europeans"]), + ("europeaness", &["europeans"]), + ("europen", &["european"]), + ("europenas", &["europeans"]), + ("europian", &["european"]), + ("europians", &["europeans"]), + ("eurpean", &["european"]), + ("eurpoean", &["european"]), + ("eurpoeans", &["europeans"]), + ("euthanaisa", &["euthanasia"]), + ("euthanazia", &["euthanasia"]), + ("euthanesia", &["euthanasia"]), + ("evaluacion", &["evaluation"]), + ("evaluatiing", &["evaluating"]), + ("evaluationg", &["evaluating"]), + ("evalutaion", &["evaluation"]), + ("evangalical", &["evangelical"]), + ("evangelia", &["evangelical"]), + ("evangelikal", &["evangelical"]), + ("evangers", &["avengers"]), + ("evaulating", &["evaluating"]), + ("evaulation", &["evaluation"]), + ("evelation", &["elevation"]), + ("evelutionary", &["evolutionary"]), + ("evengalical", &["evangelical"]), + ("evenhtually", &["eventually"]), + ("evenlopes", &["envelopes"]), + ("eventally", &["eventually"]), + ("eventaully", &["eventually"]), + ("eventially", &["eventually"]), + ("eventualy", &["eventually"]), + ("everets", &["everest"]), + ("everset", &["everest"]), + ("everthing", &["everything"]), + ("evertyime", &["everytime"]), + ("everwhere", &["everywhere"]), + ("everyoens", &["everyones"]), + ("everyonehas", &["everyones"]), + ("everyoneis", &["everyones"]), + ("everyonelse", &["everyones"]), + ("everyons", &["everyones"]), + ("everyteim", &["everytime"]), + ("everytiem", &["everytime"]), + ("everyting", &["everything"]), + ("eveyr", &["every"]), + ("eveyrones", &["everyones"]), + ("evidencd", &["evidenced"]), + ("evidende", &["evidenced"]), + ("evidentally", &["evidently"]), + ("evloved", &["evolved"]), + ("evloves", &["evolves"]), + ("evloving", &["evolving"]), + ("evolutionairy", &["evolutionary"]), + ("evolutionarilly", &["evolutionary"]), + ("evolutionarly", &["evolutionary"]), + ("evolutionnary", &["evolutionary"]), + ("evolveds", &["evolves"]), + ("evolveos", &["evolves"]), + ("evovled", &["evolved"]), + ("evovles", &["evolves"]), + ("evovling", &["evolving"]), + ("evreyones", &["everyones"]), + ("evreytime", &["everytime"]), + ("exacarbated", &["exacerbated"]), + ("exacberate", &["exacerbated"]), + ("exacberated", &["exacerbated"]), + ("exaclty", &["exactly"]), + ("exagerate", &["exaggerate"]), + ("exagerated", &["exaggerated"]), + ("exagerates", &["exaggerates"]), + ("exagerating", &["exaggerating"]), + ("exagerrate", &["exaggerate"]), + ("exagerrated", &["exaggerated"]), + ("exagerrates", &["exaggerates"]), + ("exagerrating", &["exaggerating"]), + ("exaggarate", &["exaggerate"]), + ("exaggarated", &["exaggerated"]), + ("exaggarating", &["exaggerating"]), + ("exaggaration", &["exaggeration"]), + ("exaggareted", &["exaggerate"]), + ("exaggeratin", &["exaggeration"]), + ("exaggeratted", &["exaggerated"]), + ("exaggeratting", &["exaggerating"]), + ("exaggerrate", &["exaggerate"]), + ("exaggurate", &["exaggerate"]), + ("exaggurated", &["exaggerated"]), + ("exaggurating", &["exaggerating"]), + ("exagguration", &["exaggeration"]), + ("exahust", &["exhaust"]), + ("exahusted", &["exhausted"]), + ("exahusting", &["exhausting"]), + ("exahustion", &["exhaustion"]), + ("examinated", &["examined"]), + ("examind", &["examined"]), + ("examinerad", &["examined"]), + ("exampt", &["exempt"]), + ("exapansion", &["expansion"]), + ("exapnds", &["expands"]), + ("exapnsions", &["expansions"]), + ("exapnsive", &["expansive"]), + ("exarcebated", &["exacerbated"]), + ("exatled", &["exalted"]), + ("exauhsted", &["exhausted"]), + ("exauhsting", &["exhausting"]), + ("exauhstion", &["exhaustion"]), + ("excact", &["exact"]), + ("excahnges", &["exchanges"]), + ("excalmation", &["exclamation"]), + ("excange", &["exchange"]), + ("excatly", &["exactly"]), + ("excecute", &["execute"]), + ("excecuted", &["executed"]), + ("excecutes", &["executes"]), + ("excecuting", &["executing"]), + ("excecution", &["execution"]), + ("excedded", &["exceeded"]), + ("exceedigly", &["exceedingly"]), + ("exceedinly", &["exceedingly"]), + ("excelent", &["excellent"]), + ("excell", &["excel"]), + ("excellance", &["excellence"]), + ("excellant", &["excellent"]), + ("excellenet", &["excellence"]), + ("excellenze", &["excellence"]), + ("excells", &["excels"]), + ("excepcional", &["exceptional"]), + ("exceprt", &["excerpt"]), + ("exceptin", &["exceptions"]), + ("exceptionaly", &["exceptionally"]), + ("exceptionel", &["exceptional"]), + ("exceptionnal", &["exceptional"]), + ("excercise", &["exercise"]), + ("excerise", &["exercise"]), + ("excerised", &["exercised"]), + ("excerises", &["exercises"]), + ("excerising", &["exercising"]), + ("excessivley", &["excessively"]), + ("excessivly", &["excessively"]), + ("exceuting", &["executing"]), + ("exceutioner", &["executioner"]), + ("exchanching", &["exchanging"]), + ("exchangees", &["exchanges"]), + ("exchnages", &["exchanges"]), + ("excisted", &["existed"]), + ("excitiment", &["excitement"]), + ("exclamacion", &["exclamation"]), + ("exclamating", &["exclamation"]), + ("exclamativo", &["exclamation"]), + ("exclemation", &["exclamation"]), + ("exclimation", &["exclamation"]), + ("exclsuive", &["exclusive"]), + ("exclsuives", &["exclusives"]), + ("exclucivity", &["exclusivity"]), + ("excludeds", &["excludes"]), + ("excluse", &["excludes"]), + ("exclusie", &["exclusives"]), + ("exclusivas", &["exclusives"]), + ("exclusiveity", &["exclusivity"]), + ("exclusivelly", &["exclusively"]), + ("exclusivety", &["exclusivity"]), + ("exclusivily", &["exclusivity"]), + ("exclusivitiy", &["exclusivity"]), + ("exclusivley", &["exclusively"]), + ("exclusivly", &["exclusively"]), + ("exclusivos", &["exclusives"]), + ("exclusivs", &["exclusives"]), + ("exclusivty", &["exclusivity"]), + ("exclusivy", &["exclusivity"]), + ("exclussive", &["exclusives"]), + ("exclusvies", &["exclusives"]), + ("excorciating", &["excruciating"]), + ("excpetion", &["exception"]), + ("excpetional", &["exceptional"]), + ("excpetionally", &["exceptionally"]), + ("excpetions", &["exceptions"]), + ("excrept", &["excerpt"]), + ("excrusiating", &["excruciating"]), + ("exculde", &["exclude"]), + ("exculded", &["excluded"]), + ("exculdes", &["excludes"]), + ("exculding", &["excluding"]), + ("exculsion", &["exclusion"]), + ("exculsive", &["exclusive"]), + ("exculsively", &["exclusively"]), + ("exculsives", &["exclusives"]), + ("exculsivity", &["exclusivity"]), + ("exculsivly", &["exclusively"]), + ("excurciating", &["excruciating"]), + ("execising", &["exercising"]), + ("execitioner", &["executioner"]), + ("execption", &["exception"]), + ("execptional", &["exceptional"]), + ("execptions", &["exceptions"]), + ("exection", &["execution"]), + ("exectuable", &["executable"]), + ("exectuables", &["executable"]), + ("exectued", &["executed"]), + ("exectuing", &["executing"]), + ("exectuion", &["execution"]), + ("exectuioner", &["executioner"]), + ("exectuioners", &["executioner"]), + ("exectuions", &["executions"]), + ("exectuive", &["executive"]), + ("exectuives", &["executives"]), + ("execusions", &["executions"]), + ("executabe", &["executable"]), + ("executabil", &["executable"]), + ("executible", &["executable"]), + ("executie", &["executive"]), + ("executin", &["execution"]), + ("executiner", &["executioner"]), + ("executings", &["executions"]), + ("executionar", &["executioner"]), + ("executioneer", &["executioner"]), + ("executioneers", &["executioner"]), + ("executionees", &["executions"]), + ("executioness", &["executions"]), + ("executionier", &["executioner"]), + ("executionner", &["executioner"]), + ("executionor", &["executioner"]), + ("executivas", &["executives"]), + ("exeedingly", &["exceedingly"]), + ("exeggerating", &["exaggerating"]), + ("exeggeration", &["exaggeration"]), + ("exelent", &["excellent"]), + ("exellent", &["excellent"]), + ("exemple", &["example"]), + ("exepmtion", &["exemption"]), + ("exepmtions", &["exemptions"]), + ("exept", &["except"]), + ("exeptional", &["exceptional"]), + ("exerbate", &["exacerbate"]), + ("exerbated", &["exacerbated"]), + ("exercices", &["exercise"]), + ("exercicing", &["exercising"]), + ("exercide", &["exercised"]), + ("exercies", &["exercise"]), + ("exerciese", &["exercises"]), + ("exerciseing", &["exercising"]), + ("exercizes", &["exercise"]), + ("exercizing", &["exercising"]), + ("exerpt", &["excerpt"]), + ("exerpts", &["excerpts"]), + ("exersice", &["exercise"]), + ("exersices", &["exercises"]), + ("exersicing", &["exercising"]), + ("exersising", &["exercising"]), + ("exersize", &["exercise"]), + ("exersizing", &["exercising"]), + ("exerternal", &["external"]), + ("exeuctioner", &["executioner"]), + ("exeuctions", &["executions"]), + ("exhalted", &["exalted"]), + ("exhasut", &["exhaust"]), + ("exhasuted", &["exhausted"]), + ("exhasuting", &["exhausting"]), + ("exhasution", &["exhaustion"]), + ("exhaustin", &["exhaustion"]), + ("exhaustivo", &["exhaustion"]), + ("exhaustn", &["exhaustion"]), + ("exhausto", &["exhaustion"]), + ("exhibicion", &["exhibition"]), + ("exhibites", &["exhibits"]), + ("exhibitin", &["exhibition"]), + ("exhibitons", &["exhibits"]), + ("exhibtion", &["exhibition"]), + ("exhuast", &["exhaust"]), + ("exhuasted", &["exhausted"]), + ("exhuasting", &["exhausting"]), + ("exhuastion", &["exhaustion"]), + ("exibition", &["exhibition"]), + ("exibitions", &["exhibitions"]), + ("exictement", &["excitement"]), + ("exicting", &["exciting"]), + ("exinct", &["extinct"]), + ("exipration", &["expiration"]), + ("exising", &["existing"]), + ("exisitng", &["existing"]), + ("existance", &["existence"]), + ("existane", &["existance"]), + ("existant", &["existent"]), + ("existantes", &["existent"]), + ("existantial", &["existential"]), + ("existencial", &["existential"]), + ("existend", &["existed"]), + ("existenial", &["existential"]), + ("existensial", &["existential"]), + ("existenta", &["existential"]), + ("existental", &["existential"]), + ("existentiel", &["existential"]), + ("existentiella", &["existential"]), + ("existet", &["existent"]), + ("existince", &["existence"]), + ("existnace", &["existance"]), + ("exlated", &["exalted"]), + ("exlcamation", &["exclamation"]), + ("exlcude", &["exclude"]), + ("exlcuded", &["excluded"]), + ("exlcudes", &["excludes"]), + ("exlcuding", &["excluding"]), + ("exlcusion", &["exclusion"]), + ("exlcusive", &["exclusive"]), + ("exlcusively", &["exclusively"]), + ("exlcusives", &["exclusives"]), + ("exlcusivity", &["exclusivity"]), + ("exliled", &["exiled"]), + ("exlpoding", &["exploding"]), + ("exlporer", &["explorer"]), + ("exlporers", &["explorers"]), + ("exlposion", &["explosion"]), + ("exludes", &["excludes"]), + ("exmaple", &["example"]), + ("exoitcs", &["exotics"]), + ("exonorate", &["exonerate"]), + ("exorbatant", &["exorbitant"]), + ("exorbatent", &["exorbitant"]), + ("exorbidant", &["exorbitant"]), + ("exorbirant", &["exorbitant"]), + ("exorbitent", &["exorbitant"]), + ("exoskelaton", &["exoskeleton"]), + ("exoticas", &["exotics"]), + ("exoticos", &["exotics"]), + ("expalin", &["explain"]), + ("expalined", &["explained"]), + ("expalining", &["explaining"]), + ("expalins", &["explains"]), + ("expandas", &["expands"]), + ("expandes", &["expands"]), + ("expanisons", &["expansions"]), + ("expanisve", &["expansive"]), + ("expansie", &["expansive"]), + ("expansiones", &["expansions"]), + ("expansivos", &["expansions"]), + ("expanssion", &["expansions"]), + ("expantions", &["expansions"]), + ("expatriot", &["expatriate"]), + ("expeced", &["expected"]), + ("expecially", &["especially"]), + ("expectaion", &["expectation"]), + ("expectansy", &["expectancy"]), + ("expectantcy", &["expectancy"]), + ("expectany", &["expectancy"]), + ("expectating", &["expectation"]), + ("expectency", &["expectancy"]), + ("expectes", &["expects"]), + ("expection", &["exception"]), + ("expectional", &["exceptional"]), + ("expectionally", &["exceptionally"]), + ("expections", &["exceptions"]), + ("expectus", &["expects"]), + ("expedetion", &["expedition"]), + ("expedicion", &["expedition"]), + ("expeditivo", &["expedition"]), + ("expedito", &["expedition"]), + ("expeditonary", &["expeditionary"]), + ("expeiments", &["experiments"]), + ("expell", &["expel"]), + ("expells", &["expels"]), + ("expemtion", &["exemption"]), + ("expemtions", &["exemptions"]), + ("expences", &["expense"]), + ("expendature", &["expenditure"]), + ("expendatures", &["expenditures"]), + ("expendeble", &["expendable"]), + ("expendeture", &["expenditure"]), + ("expendetures", &["expenditures"]), + ("expendible", &["expendable"]), + ("expensable", &["expendable"]), + ("expensie", &["expense"]), + ("expensve", &["expense"]), + ("expentancy", &["expectancy"]), + ("expentiture", &["expenditure"]), + ("expentitures", &["expenditures"]), + ("experamental", &["experimental"]), + ("expereince", &["experience"]), + ("expereinced", &["experienced"]), + ("expereinces", &["experiences"]), + ("expereincing", &["experiencing"]), + ("experement", &["experiment"]), + ("experemental", &["experimental"]), + ("experementation", &["experimentation"]), + ("experementing", &["experimenting"]), + ("experements", &["experiments"]), + ("experiance", &["experience"]), + ("experianced", &["experienced"]), + ("experiances", &["experiences"]), + ("experiancing", &["experiencing"]), + ("experieced", &["experienced"]), + ("experieces", &["experiences"]), + ("experiemnt", &["experiment"]), + ("experiemntal", &["experimental"]), + ("experiemnted", &["experimented"]), + ("experiemnts", &["experiments"]), + ("experienceing", &["experiencing"]), + ("experiened", &["experienced"]), + ("experiening", &["experiencing"]), + ("experiense", &["experiences"]), + ("experimantal", &["experimental"]), + ("experimantation", &["experimentation"]), + ("experimentacion", &["experimentation"]), + ("experimentaion", &["experimentation"]), + ("experimentais", &["experiments"]), + ("experimentan", &["experimentation"]), + ("experimentating", &["experimentation"]), + ("experimentella", &["experimental"]), + ("experimenterade", &["experimented"]), + ("experimentes", &["experiments"]), + ("experimention", &["experimenting"]), + ("experimentle", &["experimented"]), + ("experimentors", &["experiments"]), + ("experimentos", &["experiments"]), + ("experimentul", &["experimental"]), + ("experimet", &["experiments"]), + ("experimetal", &["experimental"]), + ("experimeted", &["experimented"]), + ("experimintation", &["experimentation"]), + ("expermient", &["experiments"]), + ("experssion", &["expression"]), + ("experssions", &["expressions"]), + ("expertas", &["experts"]), + ("expertis", &["experts"]), + ("expertos", &["experts"]), + ("expextancy", &["expectancy"]), + ("expidentures", &["expenditures"]), + ("expidetion", &["expedition"]), + ("expiditions", &["expeditions"]), + ("expierence", &["experience"]), + ("expierenced", &["experienced"]), + ("expierences", &["experiences"]), + ("expierencing", &["experiencing"]), + ("expiers", &["expires"]), + ("expination", &["expiration"]), + ("expireds", &["expires"]), + ("expirement", &["experiment"]), + ("expiremental", &["experimental"]), + ("expirementation", &["experimentation"]), + ("expiremented", &["experimented"]), + ("expirementing", &["experimenting"]), + ("expirements", &["experiments"]), + ("explaination", &["explanation"]), + ("explaind", &["explained"]), + ("explaines", &["explains"]), + ("explaing", &["explaining"]), + ("explainging", &["explaining"]), + ("explainig", &["explaining"]), + ("explaintory", &["explanatory"]), + ("explanaiton", &["explanations"]), + ("explanatin", &["explanations"]), + ("explanetary", &["explanatory"]), + ("explanetory", &["explanatory"]), + ("explaning", &["explaining"]), + ("explanitary", &["explanatory"]), + ("explanotory", &["explanatory"]), + ("explenation", &["explanation"]), + ("explenations", &["explanations"]), + ("explenatory", &["explanatory"]), + ("explicatia", &["explicit"]), + ("explicatie", &["explicit"]), + ("explicatif", &["explicit"]), + ("explicatii", &["explicit"]), + ("explicetly", &["explicitly"]), + ("expliciet", &["explicit"]), + ("explicilty", &["explicitly"]), + ("explicitely", &["explicitly"]), + ("explicitily", &["explicitly"]), + ("explicity", &["explicitly"]), + ("explict", &["explicit"]), + ("explictly", &["explicitly"]), + ("explination", &["explanation"]), + ("explinatory", &["explanatory"]), + ("expliot", &["exploit"]), + ("expliotation", &["exploitation"]), + ("explioted", &["exploited"]), + ("explioting", &["exploiting"]), + ("expliots", &["exploits"]), + ("explodeds", &["explodes"]), + ("explodie", &["explode"]), + ("explods", &["explodes"]), + ("exploiding", &["exploiting"]), + ("exploint", &["exploit"]), + ("exploitaion", &["exploitation"]), + ("exploitaiton", &["exploitation"]), + ("exploitatie", &["exploitative"]), + ("exploitating", &["exploitation"]), + ("exploites", &["exploits"]), + ("exploition", &["exploiting"]), + ("exploititive", &["exploitative"]), + ("explonation", &["exploration"]), + ("exploracion", &["exploration"]), + ("explorare", &["explorer"]), + ("explorarea", &["explorer"]), + ("explorating", &["exploration"]), + ("explorerers", &["explorers"]), + ("exploreres", &["explorers"]), + ("explortation", &["exploitation"]), + ("explose", &["explodes"]), + ("explosie", &["explosive"]), + ("explosin", &["explosions"]), + ("explosiones", &["explosions"]), + ("explosivas", &["explosives"]), + ("explossion", &["explosions"]), + ("explossive", &["explosives"]), + ("explosvies", &["explosives"]), + ("explotacion", &["exploration"]), + ("exploted", &["explode"]), + ("explotiation", &["exploitation"]), + ("explotiative", &["exploitative"]), + ("explotied", &["exploited"]), + ("explotions", &["explosions"]), + ("explusions", &["explosions"]), + ("expoch", &["epoch"]), + ("expodential", &["exponential"]), + ("expodentially", &["exponentially"]), + ("expodition", &["exposition"]), + ("expolde", &["explode"]), + ("expoldes", &["explodes"]), + ("expolding", &["exploding"]), + ("expolit", &["exploit"]), + ("expolitation", &["exploitation"]), + ("expolitative", &["exploitative"]), + ("expolited", &["exploited"]), + ("expoliting", &["exploiting"]), + ("expolits", &["exploits"]), + ("expolsion", &["explosion"]), + ("expolsions", &["explosions"]), + ("expolsive", &["explosive"]), + ("expolsives", &["explosives"]), + ("exponantial", &["exponential"]), + ("exponantially", &["exponentially"]), + ("exponencial", &["exponential"]), + ("exponencially", &["exponentially"]), + ("exponental", &["exponential"]), + ("exponentialy", &["exponentially"]), + ("exponentiel", &["exponential"]), + ("exponentiella", &["exponential"]), + ("exportas", &["exports"]), + ("exportes", &["exports"]), + ("exportfs", &["exports"]), + ("exposees", &["exposes"]), + ("exposicion", &["exposition"]), + ("expositivo", &["exposition"]), + ("exposito", &["exposition"]), + ("exposse", &["exposes"]), + ("expotition", &["exposition"]), + ("exprensive", &["expressive"]), + ("expresions", &["expression"]), + ("expresison", &["expressions"]), + ("expresscoin", &["expression"]), + ("expresse", &["expressive"]), + ("expressens", &["expresses"]), + ("expressie", &["expressive"]), + ("expressief", &["expressive"]), + ("expressin", &["expression"]), + ("expressivos", &["expressions"]), + ("expressley", &["expressly"]), + ("expresss", &["expresses"]), + ("expresssive", &["expressive"]), + ("expressview", &["expressive"]), + ("expressy", &["expressly"]), + ("expriation", &["expiration"]), + ("expries", &["expires"]), + ("exprimental", &["experimental"]), + ("expropiated", &["expropriated"]), + ("expropiation", &["expropriation"]), + ("exressed", &["expressed"]), + ("exsitance", &["existance"]), + ("exsited", &["existed"]), + ("exsitent", &["existent"]), + ("exsiting", &["existing"]), + ("extactly", &["exactly"]), + ("extemely", &["extremely"]), + ("extendes", &["extends"]), + ("extendos", &["extends"]), + ("extenion", &["extension"]), + ("extensie", &["extensive"]), + ("extensiones", &["extensions"]), + ("extensis", &["extensions"]), + ("extensivelly", &["extensively"]), + ("extensivley", &["extensively"]), + ("extensivly", &["extensively"]), + ("extention", &["extension"]), + ("extentions", &["extensions"]), + ("extered", &["exerted"]), + ("exterioara", &["exterior"]), + ("exterioare", &["exterior"]), + ("exteriour", &["exterior"]), + ("extermally", &["externally"]), + ("exterme", &["extreme"]), + ("extermely", &["extremely"]), + ("extermism", &["extremism"]), + ("extermist", &["extremist"]), + ("extermists", &["extremists"]), + ("externaly", &["externally"]), + ("extint", &["extinct"]), + ("extoics", &["exotics"]), + ("extortin", &["extortion"]), + ("extraccion", &["extraction"]), + ("extractin", &["extraction"]), + ("extractivo", &["extraction"]), + ("extractnow", &["extraction"]), + ("extracto", &["extraction"]), + ("extradiction", &["extradition"]), + ("extradtion", &["extraction"]), + ("extragavant", &["extravagant"]), + ("extraodrinarily", &["extraordinarily"]), + ("extraodrinary", &["extraordinary"]), + ("extraordianry", &["extraordinary"]), + ("extraordiary", &["extraordinary"]), + ("extraordinair", &["extraordinary"]), + ("extraordinairily", &["extraordinarily"]), + ("extraordinairly", &["extraordinarily"]), + ("extraordinairy", &["extraordinary"]), + ("extraordinaly", &["extraordinary"]), + ("extraordinarely", &["extraordinarily"]), + ("extraordinarilly", &["extraordinary"]), + ("extraordinarly", &["extraordinary"]), + ("extraordinaryly", &["extraordinarily"]), + ("extraordinay", &["extraordinary"]), + ("extraoridnary", &["extraordinary"]), + ("extrapalate", &["extrapolate"]), + ("extraploate", &["extrapolate"]), + ("extrapolant", &["extrapolate"]), + ("extrapolare", &["extrapolate"]), + ("extrapole", &["extrapolate"]), + ("extrapolerat", &["extrapolate"]), + ("extrapolite", &["extrapolate"]), + ("extrapoloate", &["extrapolate"]), + ("extrapulate", &["extrapolate"]), + ("extraterrestial", &["extraterrestrial"]), + ("extraterrestials", &["extraterrestrials"]), + ("extravagent", &["extravagant"]), + ("extravagina", &["extravagant"]), + ("extravegant", &["extravagant"]), + ("extravigant", &["extravagant"]), + ("extravogant", &["extravagant"]), + ("extreem", &["extreme"]), + ("extreemly", &["extremely"]), + ("extreems", &["extremes"]), + ("extremaste", &["extremes"]), + ("extremeley", &["extremely"]), + ("extremelly", &["extremely"]), + ("extrememly", &["extremely"]), + ("extremeophile", &["extremophile"]), + ("extremers", &["extremes"]), + ("extremests", &["extremists"]), + ("extremised", &["extremes"]), + ("extremisim", &["extremism"]), + ("extremisme", &["extremes"]), + ("extremistas", &["extremists"]), + ("extremiste", &["extremes"]), + ("extremistes", &["extremists"]), + ("extremistisk", &["extremists"]), + ("extremley", &["extremely"]), + ("extremly", &["extremely"]), + ("extrems", &["extremes"]), + ("extrenally", &["externally"]), + ("extrimists", &["extremists"]), + ("extroardinarily", &["extraordinarily"]), + ("extroardinary", &["extraordinary"]), + ("extropolate", &["extrapolate"]), + ("extrordinarily", &["extraordinarily"]), + ("extrordinary", &["extraordinary"]), + ("extrotion", &["extortion"]), + ("extruciating", &["excruciating"]), + ("eyar", &["year"]), + ("eyars", &["years"]), + ("eyasr", &["years"]), + ("eyeballers", &["eyeballs"]), + ("eyeballls", &["eyeballs"]), + ("eyebals", &["eyeballs"]), + ("eyebros", &["eyebrows"]), + ("eyebrowes", &["eyebrows"]), + ("eyebrowns", &["eyebrows"]), + ("eyesahdow", &["eyeshadow"]), + ("eyeshdaow", &["eyeshadow"]), + ("eygptian", &["egyptian"]), + ("eygptians", &["egyptians"]), + ("eytmology", &["etymology"]), + ("fabircation", &["fabrication"]), + ("faboulus", &["fabulous"]), + ("fabriacted", &["fabricated"]), + ("fabricacion", &["fabrication"]), + ("fabricas", &["fabrics"]), + ("fabricatie", &["fabricated"]), + ("fabrices", &["fabrics"]), + ("fabricus", &["fabrics"]), + ("fabrikation", &["fabrication"]), + ("fabulos", &["fabulous"]), + ("facebok", &["facebook"]), + ("faceboook", &["facebook"]), + ("facepam", &["facepalm"]), + ("faceplam", &["facepalm"]), + ("faciliate", &["facilitate"]), + ("faciliated", &["facilitated"]), + ("facilisi", &["facilities"]), + ("facilitait", &["facilitate"]), + ("facilitant", &["facilitate"]), + ("facilitare", &["facilitate"]), + ("facilitarte", &["facilitate"]), + ("facilitatile", &["facilitate"]), + ("facilites", &["facilities"]), + ("facilitiate", &["facilitate"]), + ("facilitiy", &["facility"]), + ("facillitate", &["facilitate"]), + ("faciltiy", &["facility"]), + ("facinated", &["fascinated"]), + ("facisnated", &["fascinated"]), + ("facisnation", &["fascination"]), + ("facist", &["fascist"]), + ("facitilies", &["facilities"]), + ("faclons", &["falcons"]), + ("facsinated", &["fascinated"]), + ("facsination", &["fascination"]), + ("facsism", &["fascism"]), + ("facsist", &["fascist"]), + ("facsists", &["fascists"]), + ("factores", &["factors"]), + ("factorys", &["factors"]), + ("factuallity", &["factually"]), + ("factualy", &["factually"]), + ("facutally", &["factually"]), + ("faggotts", &["faggots"]), + ("faggotus", &["faggots"]), + ("fahernheit", &["fahrenheit"]), + ("fahrenheight", &["fahrenheit"]), + ("fahrenhiet", &["fahrenheit"]), + ("failurs", &["failures"]), + ("faincee", &["fiancee"]), + ("falcones", &["falcons"]), + ("falesly", &["falsely"]), + ("falgship", &["flagship"]), + ("falired", &["flaired"]), + ("faliures", &["failures"]), + ("fallatious", &["fallacious"]), + ("fallicious", &["fallacious"]), + ("falmethrower", &["flamethrower"]), + ("falseley", &["falsely"]), + ("falshbacks", &["flashbacks"]), + ("falshed", &["flashed"]), + ("falshes", &["flashes"]), + ("falshing", &["flashing"]), + ("falsley", &["falsely"]), + ("falvored", &["flavored"]), + ("falvors", &["flavors"]), + ("falvours", &["flavours"]), + ("familair", &["familiar"]), + ("familairity", &["familiarity"]), + ("familairize", &["familiarize"]), + ("familes", &["families"]), + ("familiair", &["familiar"]), + ("familiare", &["familiarize"]), + ("familiaries", &["familiarize"]), + ("familiarizate", &["familiarize"]), + ("familiarlize", &["familiarize"]), + ("familiarty", &["familiarity"]), + ("familiary", &["familiarity"]), + ("familiarze", &["familiarize"]), + ("familierize", &["familiarize"]), + ("familliar", &["familiar"]), + ("famoulsy", &["famously"]), + ("famoust", &["famous"]), + ("famousy", &["famously"]), + ("fanaticals", &["fanatics"]), + ("fanaticas", &["fanatics"]), + ("fanaticos", &["fanatics"]), + ("fanaticus", &["fanatics"]), + ("fanatism", &["fanaticism"]), + ("fanatsic", &["fanatics"]), + ("fanatsies", &["fantasies"]), + ("fanatsize", &["fantasize"]), + ("fanatsizing", &["fantasizing"]), + ("fanatsy", &["fantasy"]), + ("fandation", &["foundation"]), + ("fanfaction", &["fanfiction"]), + ("fanfcition", &["fanfiction"]), + ("fanficiton", &["fanfiction"]), + ("fanficitons", &["fanfiction"]), + ("fanserivce", &["fanservice"]), + ("fanserve", &["fanservice"]), + ("fanservie", &["fanservice"]), + ("fanservise", &["fanservice"]), + ("fanservive", &["fanservice"]), + ("fanslaughter", &["manslaughter"]), + ("fantacising", &["fantasizing"]), + ("fantacizing", &["fantasizing"]), + ("fantaic", &["fanatic"]), + ("fantasazing", &["fantasizing"]), + ("fantasiaing", &["fantasizing"]), + ("fantasiose", &["fantasies"]), + ("fantasitcally", &["fantastically"]), + ("fantasmically", &["fantastically"]), + ("fantasticaly", &["fantastically"]), + ("fantasticlly", &["fantastically"]), + ("fantasty", &["fantasy"]), + ("fantasyzing", &["fantasizing"]), + ("fantazise", &["fantasize"]), + ("fantazising", &["fantasizing"]), + ("fantistically", &["fantastically"]), + ("faoming", &["foaming"]), + ("faptastically", &["fantastically"]), + ("farcking", &["fracking"]), + ("farehnheit", &["fahrenheit"]), + ("farenheit", &["fahrenheit"]), + ("farhenheit", &["fahrenheit"]), + ("fascianted", &["fascinated"]), + ("fascinacion", &["fascination"]), + ("fascinatie", &["fascinated"]), + ("fascinatin", &["fascination"]), + ("fascinatinf", &["fascination"]), + ("fascisation", &["fascination"]), + ("fascisim", &["fascism"]), + ("fascistes", &["fascists"]), + ("fascistisk", &["fascists"]), + ("fascits", &["fascist"]), + ("fascization", &["fascination"]), + ("fashionalbe", &["fashionable"]), + ("fashionalble", &["fashionable"]), + ("fashiond", &["fashioned"]), + ("fashoinable", &["fashionable"]), + ("fashoined", &["fashioned"]), + ("fasicsm", &["fascism"]), + ("fasicst", &["fascist"]), + ("fasicsts", &["fascists"]), + ("faslely", &["falsely"]), + ("fatalaties", &["fatalities"]), + ("fatalitites", &["fatalities"]), + ("fatc", &["fact"]), + ("fatigure", &["fatigue"]), + ("fatiuge", &["fatigue"]), + ("faught", &["fought"]), + ("favoritisme", &["favorites"]), + ("favorits", &["favorites"]), + ("favorties", &["favorites"]), + ("favoruite", &["favourite"]), + ("favoruites", &["favourites"]), + ("favourates", &["favourites"]), + ("favourie", &["favourites"]), + ("favourits", &["favourites"]), + ("favouritsm", &["favourites"]), + ("favourtie", &["favourite"]), + ("favourties", &["favourites"]), + ("favoutrable", &["favourable"]), + ("feasable", &["feasible"]), + ("feasbile", &["feasible"]), + ("febraury", &["february"]), + ("februray", &["february"]), + ("febuary", &["february"]), + ("feburary", &["february"]), + ("fecthed", &["fetched"]), + ("fecthes", &["fetches"]), + ("federacion", &["federation"]), + ("federativo", &["federation"]), + ("fedility", &["fidelity"]), + ("fedorahs", &["fedoras"]), + ("fedorans", &["fedoras"]), + ("fedreally", &["federally"]), + ("feilding", &["fielding"]), + ("feisable", &["feasible"]), + ("feitshes", &["fetishes"]), + ("fellowhsip", &["fellowship"]), + ("fellowshop", &["fellowship"]), + ("feltcher", &["fletcher"]), + ("felxibility", &["flexibility"]), + ("felxible", &["flexible"]), + ("feminen", &["feminine"]), + ("feminie", &["feminine"]), + ("feminim", &["feminism"]), + ("feminimity", &["femininity"]), + ("feminint", &["femininity"]), + ("feminisim", &["feminism"]), + ("feministas", &["feminists"]), + ("feministers", &["feminists"]), + ("feministisk", &["feminists"]), + ("feminitity", &["femininity"]), + ("feminsim", &["feminism"]), + ("feminsits", &["feminists"]), + ("femminist", &["feminist"]), + ("feodras", &["fedoras"]), + ("fermantation", &["fermentation"]), + ("fermentacion", &["fermentation"]), + ("fermentaion", &["fermentation"]), + ("fermentaiton", &["fermentation"]), + ("fermentating", &["fermentation"]), + ("fermentato", &["fermentation"]), + ("fermenterad", &["fermented"]), + ("fermintation", &["fermentation"]), + ("feromone", &["pheromone"]), + ("fertalizer", &["fertilizer"]), + ("fertelizer", &["fertilizer"]), + ("fertilizar", &["fertilizer"]), + ("fertilizier", &["fertilizer"]), + ("fertily", &["fertility"]), + ("fertilzier", &["fertilizer"]), + ("fertiziler", &["fertilizer"]), + ("fertizilers", &["fertilizer"]), + ("fesiable", &["feasible"]), + ("fesitvals", &["festivals"]), + ("fesitve", &["festive"]), + ("festivalens", &["festivals"]), + ("festivales", &["festivals"]), + ("festivas", &["festivals"]), + ("festivle", &["festive"]), + ("fethced", &["fetched"]), + ("fethces", &["fetches"]), + ("fetishers", &["fetishes"]), + ("fetishiste", &["fetishes"]), + ("fetishs", &["fetishes"]), + ("fianite", &["finite"]), + ("fianlly", &["finally"]), + ("ficticious", &["fictitious"]), + ("fictionaries", &["dictionaries"]), + ("fictious", &["fictitious"]), + ("fideling", &["fielding"]), + ("fideltiy", &["fidelity"]), + ("fidn", &["find"]), + ("fiedling", &["fielding"]), + ("fiedlity", &["fidelity"]), + ("fiels", &["fields"]), + ("fiercly", &["fiercely"]), + ("fighitng", &["fighting"]), + ("fightings", &["fighting"]), + ("fignernails", &["fingernails"]), + ("fignerprint", &["fingerprint"]), + ("figthing", &["fighting"]), + ("figuartively", &["figuratively"]), + ("figuratevely", &["figuratively"]), + ("figurativeley", &["figuratively"]), + ("figurativelly", &["figuratively"]), + ("figurativley", &["figuratively"]), + ("figurativly", &["figuratively"]), + ("figuretively", &["figuratively"]), + ("figuritively", &["figuratively"]), + ("filcker", &["flicker"]), + ("fileding", &["fielding"]), + ("filessytem", &["filesystem"]), + ("filesytems", &["filesystem"]), + ("filetimes", &["lifetimes"]), + ("filiament", &["filament"]), + ("filmamkers", &["filmmakers"]), + ("filmmakare", &["filmmakers"]), + ("filmmakes", &["filmmakers"]), + ("filpped", &["flipped"]), + ("filterd", &["filtered"]), + ("fimilies", &["families"]), + ("finacee", &["fiancee"]), + ("finacial", &["financial"]), + ("finallizes", &["finalizes"]), + ("finaly", &["finally"]), + ("financialy", &["financially"]), + ("finanically", &["financially"]), + ("finantially", &["financially"]), + ("fineses", &["finesse"]), + ("fineshes", &["finesse"]), + ("fingernal", &["fingernails"]), + ("fingernals", &["fingernails"]), + ("fingerpies", &["fingertips"]), + ("fingerpint", &["fingerprint"]), + ("fingerpints", &["fingertips"]), + ("fingerpoint", &["fingerprint"]), + ("fingerpoints", &["fingerprints"]), + ("fingersi", &["fingertips"]), + ("fingertaps", &["fingertips"]), + ("fingertits", &["fingertips"]), + ("fingertops", &["fingertips"]), + ("fingertrips", &["fingertips"]), + ("fininsh", &["finnish"]), + ("finishs", &["finishes"]), + ("finisse", &["finishes"]), + ("finnisch", &["finnish"]), + ("finnsih", &["finnish"]), + ("finsihes", &["finishes"]), + ("fireballls", &["fireballs"]), + ("firebals", &["fireballs"]), + ("firefigher", &["firefighter"]), + ("firefighers", &["firefighters"]), + ("firefigter", &["firefighter"]), + ("firefigther", &["firefighters"]), + ("firefigthers", &["firefighters"]), + ("firendlies", &["friendlies"]), + ("firendly", &["friendly"]), + ("firends", &["friends"]), + ("firendzoned", &["friendzoned"]), + ("firggin", &["friggin"]), + ("firghtened", &["frightened"]), + ("firghtening", &["frightening"]), + ("firmwear", &["firmware"]), + ("firsbee", &["frisbee"]), + ("firslty", &["firstly"]), + ("firts", &["flirts"]), + ("firtsly", &["firstly"]), + ("firwmare", &["firmware"]), + ("fisionable", &["fissionable"]), + ("fitlers", &["filters"]), + ("flacons", &["falcons"]), + ("flaghsip", &["flagship"]), + ("flahsed", &["flashed"]), + ("flahses", &["flashes"]), + ("flamable", &["flammable"]), + ("flamethorwer", &["flamethrower"]), + ("flametrhower", &["flamethrower"]), + ("flanethrower", &["flamethrower"]), + ("flaried", &["flaired"]), + ("flasely", &["falsely"]), + ("flasghip", &["flagship"]), + ("flashig", &["flashing"]), + ("flashligt", &["flashlight"]), + ("flashligth", &["flashlight"]), + ("flaskbacks", &["flashbacks"]), + ("flatterd", &["flattered"]), + ("flatterende", &["flattered"]), + ("flatteur", &["flatter"]), + ("flattire", &["flatter"]), + ("flavorade", &["flavored"]), + ("flavord", &["flavored"]), + ("flavores", &["flavors"]), + ("flavoures", &["flavours"]), + ("flavourus", &["flavours"]), + ("flavous", &["flavours"]), + ("flawess", &["flawless"]), + ("flawleslly", &["flawlessly"]), + ("flawlessely", &["flawlessly"]), + ("flawlessley", &["flawlessly"]), + ("flawlessy", &["flawlessly"]), + ("flciker", &["flicker"]), + ("flechter", &["fletcher"]), + ("flecther", &["fletcher"]), + ("fleed", &["fled"]), + ("flemmish", &["flemish"]), + ("flethcer", &["fletcher"]), + ("flexbile", &["flexible"]), + ("flexibel", &["flexible"]), + ("flexibiliy", &["flexibility"]), + ("flexibillity", &["flexibility"]), + ("flexibiltiy", &["flexibility"]), + ("flexibilty", &["flexibility"]), + ("flexibily", &["flexibility"]), + ("flimmakers", &["filmmakers"]), + ("flippade", &["flipped"]), + ("flitered", &["filtered"]), + ("fliters", &["filters"]), + ("flordia", &["florida"]), + ("florecen", &["florence"]), + ("florene", &["florence"]), + ("floridia", &["florida"]), + ("floruide", &["fluoride"]), + ("floruish", &["flourish"]), + ("flourescent", &["fluorescent"]), + ("flourine", &["fluorine"]), + ("flourishment", &["flourishing"]), + ("floursih", &["flourish"]), + ("fluctaute", &["fluctuate"]), + ("fluctiations", &["fluctuations"]), + ("fluctuatie", &["fluctuate"]), + ("fluctuaties", &["fluctuate"]), + ("fluctuatin", &["fluctuations"]), + ("fluctuative", &["fluctuate"]), + ("flucutate", &["fluctuate"]), + ("flucutations", &["fluctuations"]), + ("fluorish", &["flourish"]), + ("fluroide", &["fluoride"]), + ("flutterhsy", &["fluttershy"]), + ("fluttersky", &["fluttershy"]), + ("flutterspy", &["fluttershy"]), + ("fluttersy", &["fluttershy"]), + ("flutteryshy", &["fluttershy"]), + ("fluxtuations", &["fluctuations"]), + ("fnaatic", &["fanatic"]), + ("follwoing", &["following"]), + ("folowing", &["following"]), + ("fomaing", &["foaming"]), + ("fomed", &["formed"]), + ("fomr", &["from"]), + ("fondamentalist", &["fundamentalist"]), + ("fondamentalists", &["fundamentalists"]), + ("fonetic", &["phonetic"]), + ("fontrier", &["fontier"]), + ("foootball", &["football"]), + ("forasken", &["forsaken"]), + ("forbiden", &["forbidden"]), + ("forcefullly", &["forcefully"]), + ("forcefuly", &["forcefully"]), + ("forcibley", &["forcibly"]), + ("forciblly", &["forcibly"]), + ("forcifully", &["forcefully"]), + ("foreamrs", &["forearms"]), + ("forearmes", &["forearms"]), + ("forecfully", &["forcefully"]), + ("forefit", &["forfeit"]), + ("foregin", &["foreign"]), + ("foreginer", &["foreigner"]), + ("foreginers", &["foreigners"]), + ("foregorund", &["foreground"]), + ("foregroud", &["foreground"]), + ("foreignese", &["foreigners"]), + ("foreigness", &["foreigners"]), + ("foreignors", &["foreigners"]), + ("foreing", &["foreign"]), + ("foreinger", &["foreigner"]), + ("foreingers", &["foreigners"]), + ("foreksin", &["foreskin"]), + ("forenics", &["forensic"]), + ("forenisc", &["forensic"]), + ("forensisch", &["forensic"]), + ("foreseaable", &["foreseeable"]), + ("foreseeble", &["foreseeable"]), + ("foreshadowning", &["foreshadowing"]), + ("foresnic", &["forensic"]), + ("foresseable", &["foreseeable"]), + ("foreward", &["foreword"]), + ("forfiet", &["forfeit"]), + ("forgeiner", &["foreigner"]), + ("forgeiners", &["foreigners"]), + ("forgettting", &["forgetting"]), + ("forgiener", &["foreigner"]), + ("forgieners", &["foreigners"]), + ("forgivance", &["forgiven"]), + ("forgivenness", &["forgiveness"]), + ("forgivens", &["forgiveness"]), + ("forgivenss", &["forgiveness"]), + ("forgiviness", &["forgiveness"]), + ("forgotting", &["forgetting"]), + ("forhead", &["forehead"]), + ("foricbly", &["forcibly"]), + ("foriegn", &["foreign"]), + ("foriegner", &["foreigner"]), + ("foriegners", &["foreigners"]), + ("forigener", &["foreigner"]), + ("forigven", &["forgiven"]), + ("formadible", &["formidable"]), + ("formalhaut", &["fomalhaut"]), + ("formallity", &["formally"]), + ("formallize", &["formalize"]), + ("formallized", &["formalized"]), + ("formaly", &["formally"]), + ("formatiing", &["formatting"]), + ("formatin", &["formation"]), + ("formatings", &["formations"]), + ("formativos", &["formations"]), + ("formattting", &["formatting"]), + ("formelly", &["formerly"]), + ("formerlly", &["formerly"]), + ("formery", &["formerly"]), + ("formidabble", &["formidable"]), + ("formidabel", &["formidable"]), + ("formidabelt", &["formidable"]), + ("formidabil", &["formidable"]), + ("formidabile", &["formidable"]), + ("formidible", &["formidable"]), + ("forminable", &["formidable"]), + ("formitable", &["formidable"]), + ("formost", &["foremost"]), + ("formual", &["formula"]), + ("formuals", &["formulas"]), + ("formualte", &["formulate"]), + ("formuladas", &["formulas"]), + ("formulados", &["formulas"]), + ("formulaes", &["formulas"]), + ("formulars", &["formulas"]), + ("formuls", &["formulas"]), + ("fornesic", &["forensic"]), + ("forntline", &["frontline"]), + ("forntpage", &["frontpage"]), + ("forresst", &["forrest"]), + ("forrset", &["forrest"]), + ("forsakn", &["forsaken"]), + ("forsane", &["forsaken"]), + ("forsaw", &["foresaw"]), + ("forseeable", &["foreseeable"]), + ("forsekan", &["forsaken"]), + ("forsekin", &["foreskin"]), + ("forsenic", &["forensic"]), + ("forskaen", &["forsaken"]), + ("forsting", &["frosting"]), + ("fortelling", &["foretelling"]), + ("fortitudine", &["fortitude"]), + ("fortitue", &["fortitude"]), + ("fortuante", &["fortunate"]), + ("fortuantely", &["fortunately"]), + ("fortunae", &["fortune"]), + ("fortunantly", &["fortunately"]), + ("fortunatelly", &["fortunately"]), + ("fortunatley", &["fortunately"]), + ("fortunatly", &["fortunately"]), + ("fortunetely", &["fortunately"]), + ("fortunetly", &["fortunately"]), + ("fortunte", &["fortune"]), + ("forumla", &["formula"]), + ("forumlas", &["formulas"]), + ("forumlate", &["formulate"]), + ("forunner", &["forerunner"]), + ("fossiles", &["fossils"]), + ("fossilis", &["fossils"]), + ("foucs", &["focus"]), + ("foudn", &["found"]), + ("fougth", &["fought"]), + ("foundaiton", &["foundations"]), + ("foundaries", &["foundries"]), + ("foundary", &["foundry"]), + ("foundatin", &["foundations"]), + ("foundatoin", &["foundations"]), + ("fountan", &["fountain"]), + ("fountian", &["fountain"]), + ("fourteeen", &["fourteen"]), + ("fourten", &["fourteen"]), + ("fourties", &["forties"]), + ("fourty", &["forty"]), + ("fouth", &["fourth"]), + ("foward", &["forward"]), + ("fowrards", &["forwards"]), + ("frackign", &["fracking"]), + ("fractalers", &["fractals"]), + ("fractales", &["fractals"]), + ("fractalis", &["fractals"]), + ("fractalius", &["fractals"]), + ("fractalpus", &["fractals"]), + ("fractalus", &["fractals"]), + ("fracter", &["fracture"]), + ("fracturare", &["fracture"]), + ("fragement", &["fragment"]), + ("fragmanted", &["fragment"]), + ("fragmenot", &["fragment"]), + ("fragmet", &["fragment"]), + ("framethrower", &["flamethrower"]), + ("framgent", &["fragment"]), + ("francaises", &["franchises"]), + ("franches", &["franchise"]), + ("franchices", &["franchises"]), + ("franchie", &["franchises"]), + ("franchies", &["franchise"]), + ("franchieses", &["franchises"]), + ("franchines", &["franchises"]), + ("franchizes", &["franchises"]), + ("franchsies", &["franchises"]), + ("franciso", &["francisco"]), + ("francsico", &["francisco"]), + ("frankensite", &["frankenstein"]), + ("frankenstain", &["frankenstein"]), + ("frankensteen", &["frankenstein"]), + ("frankensten", &["frankenstein"]), + ("frankenstiens", &["frankenstein"]), + ("frankenstine", &["frankenstein"]), + ("frankenstined", &["frankenstein"]), + ("frankenstiner", &["frankenstein"]), + ("frankenstines", &["frankenstein"]), + ("frankiln", &["franklin"]), + ("frankinstein", &["frankenstein"]), + ("franlkin", &["franklin"]), + ("franscico", &["francisco"]), + ("fransiscan", &["franciscan"]), + ("fransiscans", &["franciscans"]), + ("franticaly", &["frantically"]), + ("franticlly", &["frantically"]), + ("fraternaty", &["fraternity"]), + ("fraternety", &["fraternity"]), + ("fraterntiy", &["fraternity"]), + ("fraturnity", &["fraternity"]), + ("fraudalent", &["fraudulent"]), + ("fraudelant", &["fraudulent"]), + ("fraudelent", &["fraudulent"]), + ("fraudolent", &["fraudulent"]), + ("fraudulant", &["fraudulent"]), + ("freckels", &["freckles"]), + ("frecklers", &["freckles"]), + ("freedomers", &["freedoms"]), + ("freedomes", &["freedoms"]), + ("freedomest", &["freedoms"]), + ("freedos", &["freedoms"]), + ("freestlye", &["freestyle"]), + ("freesytle", &["freestyle"]), + ("freind", &["friend"]), + ("freindlies", &["friendlies"]), + ("freindly", &["friendly"]), + ("freinds", &["friends"]), + ("freindship", &["friendship"]), + ("freindships", &["friendships"]), + ("freindzoned", &["friendzoned"]), + ("frementation", &["fermentation"]), + ("fremented", &["fermented"]), + ("freqeuncy", &["frequency"]), + ("frequence", &["frequencies"]), + ("frequencey", &["frequency"]), + ("frequenices", &["frequencies"]), + ("frequensies", &["frequencies"]), + ("frequenties", &["frequencies"]), + ("frequentily", &["frequently"]), + ("frequeny", &["frequency"]), + ("frequenzies", &["frequencies"]), + ("friednship", &["friendships"]), + ("friednzone", &["friendzoned"]), + ("friendboned", &["friendzoned"]), + ("friendhsip", &["friendship"]), + ("friendle", &["friendlies"]), + ("friendlines", &["friendlies"]), + ("friendlis", &["friendlies"]), + ("friendsi", &["friendlies"]), + ("friendsies", &["friendlies"]), + ("friendzies", &["friendlies"]), + ("friendzond", &["friendzoned"]), + ("friendzonded", &["friendzoned"]), + ("friendzoneado", &["friendzoned"]), + ("friendzonie", &["friendzoned"]), + ("friendzonned", &["friendzoned"]), + ("friendzowned", &["friendzoned"]), + ("frientship", &["friendship"]), + ("frientships", &["friendships"]), + ("frientzoned", &["friendzoned"]), + ("frightend", &["frightened"]), + ("frightenend", &["frightened"]), + ("frightining", &["frightening"]), + ("frigign", &["friggin"]), + ("frigthened", &["frightened"]), + ("frigthening", &["frightening"]), + ("frimware", &["firmware"]), + ("frinedzoned", &["friendzoned"]), + ("fringeworthy", &["cringeworthy"]), + ("fristly", &["firstly"]), + ("frogiven", &["forgiven"]), + ("frointer", &["frontier"]), + ("fromation", &["formation"]), + ("fromatting", &["formatting"]), + ("frome", &["from"]), + ("fromed", &["formed"]), + ("fromerly", &["formerly"]), + ("fromidable", &["formidable"]), + ("froniter", &["frontier"]), + ("fronkenstein", &["frankenstein"]), + ("frontapge", &["frontpage"]), + ("fronteir", &["frontier"]), + ("frontilne", &["frontline"]), + ("frontlinie", &["frontline"]), + ("frontlinies", &["frontline"]), + ("frontlinjen", &["frontline"]), + ("frosaken", &["forsaken"]), + ("frostig", &["frosting"]), + ("frsibee", &["frisbee"]), + ("fruadulent", &["fraudulent"]), + ("fruitin", &["fruition"]), + ("fruitsations", &["frustrations"]), + ("frustartion", &["frustrations"]), + ("frustracion", &["frustration"]), + ("frustraded", &["frustrated"]), + ("frustradet", &["frustrates"]), + ("frustraited", &["frustrated"]), + ("frustraits", &["frustrates"]), + ("frustrantes", &["frustrates"]), + ("frustrants", &["frustrates"]), + ("frustrasion", &["frustrations"]), + ("frustrasted", &["frustrates"]), + ("frustrastion", &["frustrations"]), + ("frustraties", &["frustrates"]), + ("frustratin", &["frustration"]), + ("frustrato", &["frustration"]), + ("frustrats", &["frustrates"]), + ("frustrsted", &["frustrates"]), + ("frutcose", &["fructose"]), + ("fucntion", &["function"]), + ("fucntional", &["functional"]), + ("fucntionality", &["functionality"]), + ("fucntionally", &["functionally"]), + ("fucntioning", &["functioning"]), + ("fucntions", &["functions"]), + ("fufill", &["fulfill"]), + ("fufilled", &["fulfilled"]), + ("fulfiled", &["fulfilled"]), + ("fulfillling", &["fulfilling"]), + ("fulfulling", &["fulfilling"]), + ("fulfullment", &["fulfillment"]), + ("fullets", &["fullest"]), + ("fullfiling", &["fulfilling"]), + ("fullfill", &["fulfill"]), + ("fullfilled", &["fulfilled"]), + ("fullfilment", &["fulfillment"]), + ("fullscrean", &["fullscreen"]), + ("fullscreeen", &["fullscreen"]), + ("fullscren", &["fullscreen"]), + ("fullset", &["fullest"]), + ("fulttershy", &["fluttershy"]), + ("funciton", &["function"]), + ("funcitonal", &["functional"]), + ("funcitonality", &["functionality"]), + ("funcitonally", &["functionally"]), + ("funcitoning", &["functioning"]), + ("funcitons", &["functions"]), + ("functionable", &["functional"]), + ("functionailty", &["functionality"]), + ("functionaliy", &["functionally"]), + ("functionallity", &["functionality"]), + ("functionalty", &["functionality"]), + ("functionaly", &["functionally"]), + ("functiong", &["functioning"]), + ("functionlity", &["functionality"]), + ("functionnal", &["functional"]), + ("functionning", &["functioning"]), + ("functtion", &["function"]), + ("fundamendalist", &["fundamentalist"]), + ("fundamendalists", &["fundamentalists"]), + ("fundamentais", &["fundamentals"]), + ("fundamentalis", &["fundamentals"]), + ("fundamentalisme", &["fundamentals"]), + ("fundamentalismo", &["fundamentals"]), + ("fundamentalismos", &["fundamentalists"]), + ("fundamentalismus", &["fundamentalists"]), + ("fundamentalista", &["fundamentals"]), + ("fundamentalistas", &["fundamentalists"]), + ("fundamentalisten", &["fundamentalists"]), + ("fundamentalister", &["fundamentalists"]), + ("fundamentalisti", &["fundamentals"]), + ("fundamentalistisch", &["fundamentalists"]), + ("fundamentalistisk", &["fundamentalists"]), + ("fundamentalistiska", &["fundamentalists"]), + ("fundamentalistiske", &["fundamentalists"]), + ("fundamentalistiskt", &["fundamentalists"]), + ("fundamentalits", &["fundamentalists"]), + ("fundamentalt", &["fundamentalist"]), + ("fundamentaly", &["fundamentally"]), + ("fundamentas", &["fundamentals"]), + ("fundamently", &["fundamental"]), + ("fundametal", &["fundamental"]), + ("fundametals", &["fundamentals"]), + ("fundamnetal", &["fundamentals"]), + ("fundamnetalist", &["fundamentalist"]), + ("fundamnetalists", &["fundamentalists"]), + ("fundamnetally", &["fundamentally"]), + ("fundemantal", &["fundamental"]), + ("fundemantalist", &["fundamentalist"]), + ("fundemantalists", &["fundamentalists"]), + ("fundemantals", &["fundamentals"]), + ("fundemental", &["fundamental"]), + ("fundementally", &["fundamentally"]), + ("fundementals", &["fundamentals"]), + ("fundimental", &["fundamental"]), + ("fundimentalist", &["fundamentalist"]), + ("fundimentalists", &["fundamentalists"]), + ("fundimentally", &["fundamentally"]), + ("fundimentals", &["fundamentals"]), + ("fundirse", &["fundies"]), + ("fundumentalist", &["fundamentalist"]), + ("fundumentalists", &["fundamentalists"]), + ("funides", &["fundies"]), + ("funniliy", &["funnily"]), + ("funnilly", &["funnily"]), + ("funtion", &["function"]), + ("furance", &["furnace"]), + ("furctose", &["fructose"]), + ("furhtermore", &["furthermore"]), + ("furiosuly", &["furiously"]), + ("furition", &["fruition"]), + ("furiuosly", &["furiously"]), + ("furncae", &["furnace"]), + ("furstrated", &["frustrated"]), + ("furstrates", &["frustrates"]), + ("furstration", &["frustration"]), + ("furstrations", &["frustrations"]), + ("furthremore", &["furthermore"]), + ("furthurmore", &["furthermore"]), + ("furuther", &["further"]), + ("furutistic", &["futuristic"]), + ("futher", &["further"]), + ("futhermore", &["furthermore"]), + ("futhroc", &["futhark"]), + ("futurers", &["futures"]), + ("futurestic", &["futuristic"]), + ("futureus", &["futures"]), + ("futurisitc", &["futuristic"]), + ("futurisitic", &["futuristic"]), + ("futuristc", &["futuristic"]), + ("futuristisch", &["futuristic"]), + ("futurustic", &["futuristic"]), + ("fwankenstein", &["frankenstein"]), + ("gadgest", &["gadgets"]), + ("gagdets", &["gadgets"]), + ("gagnsters", &["gangsters"]), + ("galatic", &["galactic"]), + ("galations", &["galatians"]), + ("galcier", &["glacier"]), + ("galdiator", &["gladiator"]), + ("gallaxies", &["galaxies"]), + ("galsgow", &["glasgow"]), + ("galvinized", &["galvanized"]), + ("gamemdoe", &["gamemode"]), + ("gamepaly", &["gameplay"]), + ("gameply", &["gameplay"]), + ("gamerga", &["gamertag"]), + ("gamergat", &["gamertag"]), + ("gamifications", &["ramifications"]), + ("gammeode", &["gamemode"]), + ("ganerate", &["generate"]), + ("ganes", &["games"]), + ("gangsterest", &["gangsters"]), + ("gangsterous", &["gangsters"]), + ("gankign", &["ganking"]), + ("ganster", &["gangster"]), + ("garabge", &["garbage"]), + ("garantee", &["guarantee"]), + ("garanteed", &["guaranteed"]), + ("garantees", &["guarantees"]), + ("gardai", &["gardaí"]), + ("gardient", &["gradient"]), + ("garfeild", &["garfield"]), + ("garfied", &["garfield"]), + ("garfiled", &["garfield"]), + ("garflied", &["garfield"]), + ("garnison", &["garrison"]), + ("garnola", &["granola"]), + ("garrions", &["garrison"]), + ("garriosn", &["garrison"]), + ("garrsion", &["garrison"]), + ("garuantee", &["guarantee"]), + ("garuanteed", &["guaranteed"]), + ("garuantees", &["guarantees"]), + ("gatherig", &["gatherings"]), + ("gatherins", &["gatherings"]), + ("gauarana", &["guaraná"]), + ("gauntanamo", &["guantanamo"]), + ("gauntelt", &["gauntlet"]), + ("gauntelts", &["gauntlets"]), + ("gauntlent", &["gauntlet"]), + ("gauntlents", &["gauntlet"]), + ("gauntles", &["gauntlets"]), + ("gauntlettes", &["gauntlets"]), + ("gaurantee", &["guarantee"]), + ("gauranteed", &["guaranteed"]), + ("gaurantees", &["guarantees"]), + ("gaurd", &["guard"]), + ("gaurdian", &["guardian"]), + ("gaurding", &["guarding"]), + ("gaurentee", &["guarantee"]), + ("gaurenteed", &["guaranteed"]), + ("gaurentees", &["guarantees"]), + ("gautnlet", &["gauntlet"]), + ("gemoetry", &["geometry"]), + ("genatilia", &["genitalia"]), + ("geneological", &["genealogical"]), + ("geneologies", &["genealogies"]), + ("geneology", &["genealogy"]), + ("generacional", &["generational"]), + ("generalbs", &["generals"]), + ("generalice", &["generalize"]), + ("generalife", &["generalize"]), + ("generalis", &["generals"]), + ("generalizacion", &["generalization"]), + ("generalizaing", &["generalizing"]), + ("generalizare", &["generalize"]), + ("generalizate", &["generalize"]), + ("generalizating", &["generalization"]), + ("generalizaton", &["generalization"]), + ("generalizng", &["generalizing"]), + ("generalnie", &["generalize"]), + ("generaly", &["generally"]), + ("generas", &["generals"]), + ("generase", &["generates"]), + ("generaste", &["generates"]), + ("generaters", &["generates"]), + ("generatie", &["generate"]), + ("generaties", &["generate"]), + ("generatin", &["generations"]), + ("generationals", &["generations"]), + ("generationens", &["generations"]), + ("generationers", &["generations"]), + ("generationnal", &["generational"]), + ("generatios", &["generators"]), + ("generatons", &["generators"]), + ("generatore", &["generate"]), + ("generatos", &["generators"]), + ("generats", &["generates"]), + ("generatting", &["generating"]), + ("generelization", &["generalization"]), + ("generelize", &["generalize"]), + ("generelizing", &["generalizing"]), + ("generocity", &["generosity"]), + ("generoisty", &["generosity"]), + ("generostiy", &["generosity"]), + ("genersl", &["generals"]), + ("geneticaly", &["genetically"]), + ("geneticlly", &["genetically"]), + ("genialia", &["genitalia"]), + ("genisues", &["geniuses"]), + ("genitaila", &["genitalia"]), + ("genitala", &["genitalia"]), + ("genitales", &["genitals"]), + ("genitalias", &["genitals"]), + ("genitaliban", &["genitalia"]), + ("genitalis", &["genitals"]), + ("geniunely", &["genuinely"]), + ("geniuss", &["geniuses"]), + ("genrates", &["generates"]), + ("gentailia", &["genitalia"]), + ("gentelmen", &["gentlemen"]), + ("gentialia", &["genitalia"]), + ("gentials", &["genitals"]), + ("gentlemanne", &["gentlemen"]), + ("gentlemn", &["gentlemen"]), + ("genuienly", &["genuinely"]), + ("genuinelly", &["genuinely"]), + ("genuinley", &["genuinely"]), + ("genuises", &["geniuses"]), + ("geograhpical", &["geographical"]), + ("geographacilly", &["geographically"]), + ("geographia", &["geographical"]), + ("geographicaly", &["geographically"]), + ("geographicial", &["geographical"]), + ("geographicly", &["geographical"]), + ("geographisch", &["geographic"]), + ("geographycally", &["geographically"]), + ("geograpy", &["geography"]), + ("geogria", &["georgia"]), + ("geogrpahic", &["geographic"]), + ("geogrpahical", &["geographical"]), + ("geogrpahically", &["geographically"]), + ("geogrpahy", &["geography"]), + ("geomerty", &["geometry"]), + ("geometricians", &["geometers"]), + ("geomety", &["geometry"]), + ("geomtery", &["geometry"]), + ("geopraphically", &["geographically"]), + ("georiga", &["georgia"]), + ("gerat", &["great"]), + ("germaniac", &["germanic"]), + ("germanisch", &["germanic"]), + ("germanos", &["germans"]), + ("germanus", &["germans"]), + ("gernade", &["grenade"]), + ("gernades", &["grenades"]), + ("gerogia", &["georgia"]), + ("geurrilla", &["guerrilla"]), + ("ghandi", &["gandhi"]), + ("giagbyte", &["gigabyte"]), + ("gigabtye", &["gigabyte"]), + ("gigabye", &["gigabyte"]), + ("gigantisch", &["gigantic"]), + ("gigaybte", &["gigabyte"]), + ("gigbayte", &["gigabyte"]), + ("gignatic", &["gigantic"]), + ("giltched", &["glitched"]), + ("giltches", &["glitches"]), + ("giltchy", &["glitchy"]), + ("gimmickers", &["gimmicks"]), + ("gimmickey", &["gimmicky"]), + ("gimmickly", &["gimmicky"]), + ("gimmics", &["gimmicks"]), + ("gimmicy", &["gimmicky"]), + ("girafffe", &["giraffe"]), + ("girefing", &["griefing"]), + ("girlfirend", &["girlfriend"]), + ("girlfirends", &["girlfriends"]), + ("girlfreind", &["girlfriend"]), + ("girlfreinds", &["girlfriends"]), + ("girlfried", &["girlfriend"]), + ("girlfriens", &["girlfriends"]), + ("girlfrients", &["girlfriends"]), + ("girlfrinds", &["girlfriends"]), + ("girlfrined", &["girlfriends"]), + ("girlling", &["grilling"]), + ("girzzly", &["grizzly"]), + ("gladiatr", &["gladiator"]), + ("glagsow", &["glasgow"]), + ("glaicer", &["glacier"]), + ("glichted", &["glitched"]), + ("glichtes", &["glitches"]), + ("glicthed", &["glitched"]), + ("glicthes", &["glitches"]), + ("glicthy", &["glitchy"]), + ("glight", &["flight"]), + ("glimpes", &["glimpse"]), + ("glimspe", &["glimpse"]), + ("glipmse", &["glimpse"]), + ("glitchd", &["glitched"]), + ("glitchey", &["glitchy"]), + ("glitchly", &["glitchy"]), + ("glitchs", &["glitches"]), + ("glitchty", &["glitchy"]), + ("glithced", &["glitched"]), + ("glithces", &["glitches"]), + ("glithcy", &["glitchy"]), + ("gloabl", &["global"]), + ("gloablly", &["globally"]), + ("globaly", &["globally"]), + ("glodberg", &["goldberg"]), + ("glodfish", &["goldfish"]), + ("gloiath", &["goliath"]), + ("glorifierad", &["glorified"]), + ("glorifindel", &["glorified"]), + ("glorios", &["glorious"]), + ("gloriuos", &["glorious"]), + ("gltiched", &["glitched"]), + ("gltiches", &["glitches"]), + ("gltichy", &["glitchy"]), + ("gmaertag", &["gamertag"]), + ("gnaking", &["ganking"]), + ("gnawwed", &["gnawed"]), + ("goalkeaper", &["goalkeeper"]), + ("goalkeepr", &["goalkeeper"]), + ("goalkeeprs", &["goalkeeper"]), + ("goalkepeer", &["goalkeeper"]), + ("goblings", &["goblins"]), + ("godafther", &["godfather"]), + ("goddammn", &["goddamn"]), + ("goddammt", &["goddammit"]), + ("goddanm", &["goddamn"]), + ("goddman", &["goddamn"]), + ("godess", &["goddess"]), + ("godesses", &["goddesses"]), + ("godlberg", &["goldberg"]), + ("godlfish", &["goldfish"]), + ("godliek", &["godlike"]), + ("godlman", &["goldman"]), + ("godounov", &["godunov"]), + ("godpseed", &["godspeed"]), + ("godsped", &["godspeed"]), + ("godspede", &["godspeed"]), + ("godspeeed", &["godspeed"]), + ("goegraphic", &["geographic"]), + ("goegraphical", &["geographical"]), + ("goegraphically", &["geographically"]), + ("goegraphy", &["geography"]), + ("goergia", &["georgia"]), + ("gogin", &["going"]), + ("goign", &["going"]), + ("goilath", &["goliath"]), + ("golaith", &["goliath"]), + ("golakeeper", &["goalkeeper"]), + ("golbins", &["goblins"]), + ("goldamn", &["goldman"]), + ("goldbeg", &["goldberg"]), + ("goldburger", &["goldberg"]), + ("goldfisch", &["goldfish"]), + ("goldifsh", &["goldfish"]), + ("goldike", &["godlike"]), + ("golitah", &["goliath"]), + ("gonewidl", &["gonewild"]), + ("gongratulations", &["congratulations"]), + ("gonig", &["going"]), + ("goodlcuk", &["goodluck"]), + ("goodluk", &["goodluck"]), + ("goosebumbps", &["goosebumps"]), + ("goosebumbs", &["goosebumps"]), + ("goosebums", &["goosebumps"]), + ("goosegumps", &["goosebumps"]), + ("goosepumps", &["goosebumps"]), + ("goregous", &["gorgeous"]), + ("goreshadowing", &["foreshadowing"]), + ("gorgoeus", &["gorgeous"]), + ("gorillia", &["gorilla"]), + ("gorillla", &["gorilla"]), + ("gorumet", &["gourmet"]), + ("gorvement", &["goverment"]), + ("gosepls", &["gospels"]), + ("gospells", &["gospels"]), + ("gosples", &["gospels"]), + ("gothenberg", &["gothenburg"]), + ("gottleib", &["gottlieb"]), + ("gourmelt", &["gourmet"]), + ("gourment", &["gourmet"]), + ("gouvener", &["governor"]), + ("govement", &["government"]), + ("govemrent", &["goverment"]), + ("govenment", &["government"]), + ("govenrment", &["government"]), + ("govenrments", &["governments"]), + ("goverance", &["governance"]), + ("goveremnt", &["goverment"]), + ("goverend", &["governed"]), + ("govermenet", &["goverment"]), + ("goverment", &["government"]), + ("govermental", &["governmental"]), + ("govermet", &["goverment"]), + ("govermetn", &["goverment"]), + ("govermnent", &["governments"]), + ("govermnet", &["goverment"]), + ("governemnt", &["government"]), + ("governemntal", &["governmental"]), + ("governemnts", &["governments"]), + ("governened", &["governed"]), + ("governer", &["governor"]), + ("governered", &["governed"]), + ("governmanet", &["governmental"]), + ("governmant", &["governmental"]), + ("governmeant", &["governmental"]), + ("governmential", &["governmental"]), + ("governmently", &["governmental"]), + ("governmet", &["governments"]), + ("governmetn", &["governments"]), + ("governmnet", &["government"]), + ("govnerment", &["government"]), + ("govorment", &["government"]), + ("govormental", &["governmental"]), + ("govornment", &["government"]), + ("govrement", &["goverment"]), + ("gpysies", &["gypsies"]), + ("grabage", &["garbage"]), + ("gracefull", &["graceful"]), + ("gracefullly", &["gracefully"]), + ("gracefuly", &["gracefully"]), + ("gradiating", &["graduating"]), + ("gradiation", &["graduation"]), + ("gradification", &["gratification"]), + ("graduacion", &["graduation"]), + ("gradualy", &["gradually"]), + ("graduaste", &["graduates"]), + ("graduatin", &["graduation"]), + ("graet", &["great"]), + ("grafield", &["garfield"]), + ("grafitti", &["graffiti"]), + ("grahpic", &["graphic"]), + ("grahpical", &["graphical"]), + ("grahpically", &["graphically"]), + ("grahpics", &["graphics"]), + ("grahpite", &["graphite"]), + ("graident", &["gradient"]), + ("grainte", &["granite"]), + ("grammarical", &["grammatical"]), + ("grammarically", &["grammatically"]), + ("grammaticaal", &["grammatical"]), + ("grammaticallity", &["grammatically"]), + ("grammaticaly", &["grammatically"]), + ("grammaticly", &["grammatical"]), + ("grammer", &["grammar"]), + ("grammitical", &["grammatical"]), + ("grandchilden", &["grandchildren"]), + ("grandchilder", &["grandchildren"]), + ("grandchilderen", &["grandchildren"]), + ("grandchildern", &["grandchildren"]), + ("grandchilren", &["grandchildren"]), + ("graniet", &["granite"]), + ("granolla", &["granola"]), + ("grantie", &["granite"]), + ("grapefriut", &["grapefruit"]), + ("grapefrukt", &["grapefruit"]), + ("graphcially", &["graphically"]), + ("graphcis", &["graphics"]), + ("graphicaly", &["graphically"]), + ("graphiclly", &["graphically"]), + ("graphie", &["graphite"]), + ("graphis", &["graphics"]), + ("grapichs", &["graphics"]), + ("grappel", &["grapple"]), + ("grappnel", &["grapple"]), + ("grassrooots", &["grassroots"]), + ("grassrooters", &["grassroots"]), + ("gratificacion", &["gratification"]), + ("gratificaiton", &["gratification"]), + ("gratituous", &["gratuitous"]), + ("gratiutous", &["gratuitous"]), + ("grativate", &["gravitate"]), + ("grativational", &["gravitational"]), + ("gratuidous", &["gratuitous"]), + ("gratuitious", &["gratuitous"]), + ("gratuituos", &["gratuitous"]), + ("gratuituous", &["gratuitous"]), + ("gratutious", &["gratuitous"]), + ("graudally", &["gradually"]), + ("graudates", &["graduates"]), + ("graudating", &["graduating"]), + ("graudation", &["graduation"]), + ("gravitacional", &["gravitational"]), + ("gravitaitonal", &["gravitational"]), + ("gravitatie", &["gravitate"]), + ("gravitatiei", &["gravitate"]), + ("gravitationnal", &["gravitational"]), + ("greande", &["grenade"]), + ("greandes", &["grenades"]), + ("greatful", &["grateful"]), + ("greatfully", &["gratefully"]), + ("greenalnd", &["greenland"]), + ("greeneer", &["greener"]), + ("greenhoe", &["greenhouse"]), + ("greenhosue", &["greenhouse"]), + ("greenlad", &["greenland"]), + ("greenore", &["greener"]), + ("greif", &["grief"]), + ("grenaders", &["grenades"]), + ("grenads", &["grenades"]), + ("greneer", &["greener"]), + ("greusome", &["gruesome"]), + ("greviances", &["grievances"]), + ("griaffe", &["giraffe"]), + ("gridles", &["griddles"]), + ("grieifng", &["griefing"]), + ("grievences", &["grievances"]), + ("grifeing", &["griefing"]), + ("grilfriend", &["girlfriend"]), + ("grilfriends", &["girlfriends"]), + ("grillig", &["grilling"]), + ("gringeworthy", &["cringeworthy"]), + ("grizzlay", &["grizzly"]), + ("grizzley", &["grizzly"]), + ("gropu", &["group"]), + ("groubdbreaking", &["groundbreaking"]), + ("groudnbreaking", &["groundbreaking"]), + ("grpahic", &["graphic"]), + ("grpahical", &["graphical"]), + ("grpahically", &["graphically"]), + ("grpahics", &["graphics"]), + ("grpahite", &["graphite"]), + ("gruseome", &["gruesome"]), + ("grwo", &["grow"]), + ("guaduloupe", &["guadalupe"]), + ("guadulupe", &["guadalupe"]), + ("guage", &["gauge"]), + ("guanatanmo", &["guantanamo"]), + ("guantamamo", &["guantanamo"]), + ("guantamano", &["guantanamo"]), + ("guantanameow", &["guantanamo"]), + ("guantanamero", &["guantanamo"]), + ("guantanano", &["guantanamo"]), + ("guantanemo", &["guantanamo"]), + ("guantano", &["guantanamo"]), + ("guantanoma", &["guantanamo"]), + ("guantanomo", &["guantanamo"]), + ("guantonamo", &["guantanamo"]), + ("guaranted", &["guaranteed"]), + ("guaranteeds", &["guarantees"]), + ("guarantes", &["guarantees"]), + ("guarantess", &["guarantees"]), + ("guardain", &["guardian"]), + ("guardains", &["guardians"]), + ("guardiands", &["guardians"]), + ("guardianes", &["guardians"]), + ("guardianis", &["guardians"]), + ("guardias", &["guardians"]), + ("guardin", &["guardian"]), + ("guarentee", &["guarantee"]), + ("guarenteed", &["guaranteed"]), + ("guarentees", &["guarantees"]), + ("guaridan", &["guardian"]), + ("guaridans", &["guardians"]), + ("guarnateed", &["guaranteed"]), + ("guarnatees", &["guarantees"]), + ("guarunteed", &["guaranteed"]), + ("guaruntees", &["guarantees"]), + ("guatamala", &["guatemala"]), + ("guatamalan", &["guatemalan"]), + ("guerrila", &["guerrilla"]), + ("guerrilas", &["guerrillas"]), + ("guerrillera", &["guerrilla"]), + ("guidence", &["guidance"]), + ("guilia", &["giulia"]), + ("guilio", &["giulio"]), + ("guiness", &["guinness"]), + ("guiseppe", &["giuseppe"]), + ("guitards", &["guitars"]), + ("guitares", &["guitars"]), + ("guitarit", &["guitarist"]), + ("gullbile", &["gullible"]), + ("gullibe", &["gullible"]), + ("gunanine", &["guanine"]), + ("gunatanamo", &["guantanamo"]), + ("gundamentalists", &["fundamentalists"]), + ("guniness", &["guinness"]), + ("gunlsinger", &["gunslinger"]), + ("gunniess", &["guinness"]), + ("gunsiinger", &["gunslinger"]), + ("gunslanger", &["gunslinger"]), + ("gunsligner", &["gunslinger"]), + ("gunslingner", &["gunslinger"]), + ("gunstinger", &["gunslinger"]), + ("guradian", &["guardian"]), + ("guradians", &["guardians"]), + ("gurading", &["guarding"]), + ("gurantee", &["guarantee"]), + ("guranteed", &["guaranteed"]), + ("gurantees", &["guarantees"]), + ("guresome", &["gruesome"]), + ("gutiarist", &["guitarist"]), + ("gutiars", &["guitars"]), + ("guttaral", &["guttural"]), + ("gutteral", &["guttural"]), + ("gymanstics", &["gymnastics"]), + ("gymnasitcs", &["gymnastics"]), + ("gynmastics", &["gymnastics"]), + ("gypises", &["gypsies"]), + ("gyspies", &["gypsies"]), + ("habaeus", &["habeas"]), + ("habeus", &["habeas"]), + ("habsbourg", &["habsburg"]), + ("hacthing", &["hatching"]), + ("haemorrage", &["haemorrhage"]), + ("haethen", &["heathen"]), + ("haev", &["have"]), + ("hafltime", &["halftime"]), + ("hailfax", &["halifax"]), + ("haircuit", &["haircut"]), + ("hairstlye", &["hairstyle"]), + ("hairsytle", &["hairstyle"]), + ("halarious", &["hilarious"]), + ("halfiax", &["halifax"]), + ("halfitme", &["halftime"]), + ("hallcuination", &["hallucination"]), + ("hallcuinations", &["hallucination"]), + ("hallicunation", &["hallucination"]), + ("hallicunations", &["hallucinations"]), + ("halloweeen", &["halloween"]), + ("hallowen", &["halloween"]), + ("hallucenation", &["hallucination"]), + ("hallucenations", &["hallucinations"]), + ("halluciantion", &["hallucinations"]), + ("halluciantions", &["hallucinations"]), + ("hallucinaitons", &["hallucination"]), + ("hallucinatin", &["hallucinations"]), + ("hallucinaton", &["hallucination"]), + ("hallukination", &["hallucination"]), + ("hallunication", &["hallucination"]), + ("hallunications", &["hallucinations"]), + ("hallusination", &["hallucination"]), + ("hallusinations", &["hallucinations"]), + ("halluzination", &["hallucination"]), + ("halluzinations", &["hallucinations"]), + ("halp", &["help"]), + ("hambergers", &["hamburgers"]), + ("hambruger", &["hamburger"]), + ("hamburgare", &["hamburger"]), + ("hamburgaren", &["hamburger"]), + ("hamburgeres", &["hamburgers"]), + ("hamburges", &["hamburgers"]), + ("hamburgesa", &["hamburgers"]), + ("hamburglers", &["hamburgers"]), + ("hamburgles", &["hamburgers"]), + ("hamburgr", &["hamburgers"]), + ("hamburguers", &["hamburgers"]), + ("hamburgurs", &["hamburgers"]), + ("hamitlon", &["hamilton"]), + ("hamliton", &["hamilton"]), + ("hamphsire", &["hampshire"]), + ("hamsphire", &["hampshire"]), + ("handbok", &["handbook"]), + ("handboook", &["handbook"]), + ("handcuffes", &["handcuffs"]), + ("handcufs", &["handcuffs"]), + ("handedley", &["handedly"]), + ("handedlly", &["handedly"]), + ("handedy", &["handedly"]), + ("handelbars", &["handlebars"]), + ("handeld", &["handled"]), + ("handeldy", &["handedly"]), + ("handicape", &["handicapped"]), + ("handicaped", &["handicapped"]), + ("handlade", &["handled"]), + ("handlare", &["handler"]), + ("handlebards", &["handlebars"]), + ("handledy", &["handedly"]), + ("handrwiting", &["handwriting"]), + ("handwritng", &["handwriting"]), + ("handwritting", &["handwriting"]), + ("handycapped", &["handicapped"]), + ("hanidcapped", &["handicapped"]), + ("hanlder", &["handler"]), + ("hannbial", &["hannibal"]), + ("hannibl", &["hannibal"]), + ("hanuted", &["haunted"]), + ("haorder", &["hoarder"]), + ("haording", &["hoarding"]), + ("hapen", &["happen"]), + ("hapened", &["happened"]), + ("hapening", &["happening"]), + ("hapmshire", &["hampshire"]), + ("happend", &["happened"]), + ("happended", &["happened"]), + ("happends", &["happens"]), + ("happenend", &["happened"]), + ("happenes", &["happens"]), + ("happenned", &["happened"]), + ("happilly", &["happily"]), + ("happliy", &["happily"]), + ("harased", &["harassed"]), + ("harases", &["harasses"]), + ("harasment", &["harassment"]), + ("harasments", &["harassments"]), + ("harassement", &["harassment"]), + ("hardend", &["hardened"]), + ("hardenend", &["hardened"]), + ("hardlinked", &["hardline"]), + ("hardwod", &["hardwood"]), + ("hardwoord", &["hardwood"]), + ("haricut", &["haircut"]), + ("haristyle", &["hairstyle"]), + ("harldine", &["hardline"]), + ("harmoniacs", &["harmonic"]), + ("harmonisch", &["harmonic"]), + ("harras", &["harass"]), + ("harrased", &["harassed"]), + ("harrases", &["harasses"]), + ("harrasing", &["harassing"]), + ("harrasment", &["harassment"]), + ("harrasments", &["harassments"]), + ("harrassed", &["harassed"]), + ("harrasses", &["harassed"]), + ("harrassing", &["harassing"]), + ("harrassment", &["harassment"]), + ("harrassments", &["harassments"]), + ("harvasting", &["harvesting"]), + ("harvestgain", &["harvesting"]), + ("hatchig", &["hatching"]), + ("hatchign", &["hatching"]), + ("hatesink", &["heatsink"]), + ("hathcing", &["hatching"]), + ("hatian", &["haitian"]), + ("hauntig", &["haunting"]), + ("haversting", &["harvesting"]), + ("haviest", &["heaviest"]), + ("hdinsight", &["hindsight"]), + ("headachs", &["headaches"]), + ("headahces", &["headaches"]), + ("headest", &["headset"]), + ("headests", &["headsets"]), + ("headhpone", &["headphone"]), + ("headhpones", &["headphones"]), + ("headhsot", &["headshot"]), + ("headphoens", &["headphones"]), + ("headqaurters", &["headquarters"]), + ("headquarer", &["headquarter"]), + ("headquartes", &["headquarters"]), + ("headquater", &["headquarter"]), + ("headquatered", &["headquartered"]), + ("headquaters", &["headquarters"]), + ("headseat", &["headset"]), + ("headses", &["headsets"]), + ("headshoot", &["headshot"]), + ("headshoots", &["headshot"]), + ("healither", &["healthier"]), + ("healtchare", &["healthcare"]), + ("healtheast", &["healthiest"]), + ("healtheir", &["healthier"]), + ("healthercare", &["healthcare"]), + ("healthiet", &["healthiest"]), + ("healthire", &["healthier"]), + ("healthit", &["healthiest"]), + ("healthyest", &["healthiest"]), + ("heapdhone", &["headphone"]), + ("heapdhones", &["headphones"]), + ("heared", &["heard"]), + ("hearhtstone", &["hearthstone"]), + ("heartbeart", &["heartbeat"]), + ("heartbeast", &["heartbeat"]), + ("heartborken", &["heartbroken"]), + ("heartborne", &["heartbroken"]), + ("heartbrake", &["heartbreak"]), + ("heartbraker", &["heartbreak"]), + ("heartbrakes", &["heartbreak"]), + ("hearthsone", &["hearthstone"]), + ("heartsthone", &["hearthstone"]), + ("heastink", &["heatsink"]), + ("heathern", &["heathen"]), + ("heatlhcare", &["healthcare"]), + ("heatskin", &["heatsink"]), + ("heaveny", &["heavenly"]), + ("heaviliy", &["heavily"]), + ("heavilly", &["heavily"]), + ("heaviweight", &["heavyweight"]), + ("heavnely", &["heavenly"]), + ("heavyweght", &["heavyweight"]), + ("heavyweigt", &["heavyweight"]), + ("heavyweigth", &["heavyweight"]), + ("heavywieght", &["heavyweight"]), + ("heavywieghts", &["heavyweight"]), + ("hedeghog", &["hedgehog"]), + ("hedgehodge", &["hedgehog"]), + ("hedgehoog", &["hedgehog"]), + ("hedgehorg", &["hedgehog"]), + ("hegdehog", &["hedgehog"]), + ("heidelburg", &["heidelberg"]), + ("heigher", &["higher"]), + ("heighest", &["heights"]), + ("heighted", &["heightened"]), + ("heightend", &["heightened"]), + ("heigthened", &["heightened"]), + ("heigths", &["heights"]), + ("heirachy", &["hierarchy"]), + ("heirarchy", &["hierarchy"]), + ("heiroglyphics", &["hieroglyphics"]), + ("heistant", &["hesitant"]), + ("heistate", &["hesitate"]), + ("heistation", &["hesitation"]), + ("helathcare", &["healthcare"]), + ("helemts", &["helmets"]), + ("helicopers", &["helicopters"]), + ("helicopteros", &["helicopters"]), + ("helicoptor", &["helicopter"]), + ("helicoptors", &["helicopters"]), + ("helicotper", &["helicopters"]), + ("helicotpers", &["helicopters"]), + ("helicpoter", &["helicopter"]), + ("helicpoters", &["helicopters"]), + ("helictoper", &["helicopters"]), + ("helictopers", &["helicopters"]), + ("helikopter", &["helicopter"]), + ("helikopters", &["helicopters"]), + ("hellfie", &["hellfire"]), + ("hellifre", &["hellfire"]), + ("hellucination", &["hallucination"]), + ("hellucinations", &["hallucinations"]), + ("helluvva", &["helluva"]), + ("hellvua", &["helluva"]), + ("helment", &["helmet"]), + ("helpfull", &["helpful"]), + ("helpped", &["helped"]), + ("hemingwary", &["hemingway"]), + ("hemingwavy", &["hemingway"]), + ("hemipshere", &["hemisphere"]), + ("hemipsheres", &["hemisphere"]), + ("hemishpere", &["hemisphere"]), + ("hemishperes", &["hemisphere"]), + ("hemlets", &["helmets"]), + ("hemmorhage", &["hemorrhage"]), + ("hempishere", &["hemisphere"]), + ("henious", &["heinous"]), + ("heorics", &["heroics"]), + ("heorine", &["heroine"]), + ("herad", &["heard"]), + ("herathstone", &["hearthstone"]), + ("heratige", &["heritage"]), + ("herclues", &["hercules"]), + ("herculase", &["hercules"]), + ("herculeans", &["hercules"]), + ("herculeas", &["hercules"]), + ("herculeasy", &["hercules"]), + ("herculeees", &["hercules"]), + ("herculees", &["hercules"]), + ("herculeus", &["hercules"]), + ("hererosexual", &["heterosexual"]), + ("heretosexual", &["heterosexual"]), + ("heriarchy", &["hierarchy"]), + ("heridity", &["heredity"]), + ("heriocs", &["heroics"]), + ("herione", &["heroine"]), + ("herocis", &["heroics"]), + ("heroe", &["hero"]), + ("heroicas", &["heroics"]), + ("heroices", &["heroics"]), + ("heroicos", &["heroics"]), + ("heroicus", &["heroics"]), + ("heronie", &["heroine"]), + ("hertiage", &["heritage"]), + ("hertzs", &["hertz"]), + ("herucles", &["hercules"]), + ("hesiman", &["heisman"]), + ("hesistant", &["hesitant"]), + ("hesistate", &["hesitate"]), + ("hesitatin", &["hesitation"]), + ("hesitstion", &["hesitation"]), + ("hestiant", &["hesitant"]), + ("hestiate", &["hesitate"]), + ("hestiation", &["hesitation"]), + ("heteresexual", &["heterosexual"]), + ("heterosexal", &["heterosexual"]), + ("heterosexuella", &["heterosexual"]), + ("hetreosexual", &["heterosexual"]), + ("heveanly", &["heavenly"]), + ("hexidecimal", &["hexadecimal"]), + ("hieght", &["height"]), + ("hieghtened", &["heightened"]), + ("hieghts", &["heights"]), + ("hienous", &["heinous"]), + ("hierachical", &["hierarchical"]), + ("hierachies", &["hierarchies"]), + ("hierachy", &["hierarchy"]), + ("hierarcical", &["hierarchical"]), + ("hierarcy", &["hierarchy"]), + ("hieroglph", &["hieroglyph"]), + ("hieroglphs", &["hieroglyphs"]), + ("hiesman", &["heisman"]), + ("higer", &["higher"]), + ("higest", &["highest"]), + ("highalnder", &["highlander"]), + ("highlane", &["highlander"]), + ("highlighed", &["highlighted"]), + ("highlighing", &["highlighting"]), + ("highlightning", &["highlighting"]), + ("highligted", &["highlighted"]), + ("highligthing", &["highlighting"]), + ("highloader", &["highlander"]), + ("highpander", &["highlander"]), + ("highschol", &["highschool"]), + ("highscholl", &["highschool"]), + ("highschoool", &["highschool"]), + ("highshcool", &["highschool"]), + ("higway", &["highway"]), + ("hillarious", &["hilarious"]), + ("himselv", &["himself"]), + ("hinderance", &["hindrance"]), + ("hinderence", &["hindrance"]), + ("hindisght", &["hindsight"]), + ("hindiusm", &["hinduism"]), + ("hindrence", &["hindrance"]), + ("hinduisim", &["hinduism"]), + ("hinduisum", &["hinduism"]), + ("hindusim", &["hinduism"]), + ("hinudism", &["hinduism"]), + ("hipocritical", &["hypocritical"]), + ("hipopotamus", &["hippopotamus"]), + ("hipothetical", &["hypothetical"]), + ("hipothetically", &["hypothetically"]), + ("hipsanics", &["hispanics"]), + ("hipsterest", &["hipsters"]), + ("hiptser", &["hipster"]), + ("hiptsers", &["hipsters"]), + ("hirearchy", &["hierarchy"]), + ("hirsohima", &["hiroshima"]), + ("hismelf", &["himself"]), + ("hispancis", &["hispanics"]), + ("hispanicos", &["hispanics"]), + ("hispanicus", &["hispanics"]), + ("hispanis", &["hispanics"]), + ("hispter", &["hipster"]), + ("hispters", &["hipsters"]), + ("histarical", &["historical"]), + ("histarically", &["historically"]), + ("histerical", &["historical"]), + ("histerically", &["historically"]), + ("histocompatability", &["histocompatibility"]), + ("historiaan", &["historians"]), + ("historicaly", &["historically"]), + ("historicans", &["historians"]), + ("historicas", &["historians"]), + ("historicians", &["historians"]), + ("historicly", &["historical"]), + ("historiens", &["histories"]), + ("historietas", &["histories"]), + ("historinhas", &["historians"]), + ("historisch", &["historic"]), + ("histroic", &["historic"]), + ("hitboxers", &["hitboxes"]), + ("hitboxs", &["hitboxes"]), + ("hodlings", &["holdings"]), + ("hoemopathy", &["homeopathy"]), + ("hoenstly", &["honestly"]), + ("hoepfully", &["hopefully"]), + ("hoilday", &["holiday"]), + ("hoildays", &["holidays"]), + ("hokpins", &["hopkins"]), + ("holdiay", &["holiday"]), + ("holdiays", &["holidays"]), + ("holdins", &["holdings"]), + ("holf", &["hold"]), + ("hollywod", &["hollywood"]), + ("hollywoood", &["hollywood"]), + ("holocasut", &["holocaust"]), + ("holocuast", &["holocaust"]), + ("homecomeing", &["homecoming"]), + ("homecomming", &["homecoming"]), + ("homecuming", &["homecoming"]), + ("homelesness", &["homelessness"]), + ("homelessess", &["homelessness"]), + ("homeoapthy", &["homeopathy"]), + ("homeonwer", &["homeowner"]), + ("homeonwers", &["homeowners"]), + ("homeopahty", &["homeopathy"]), + ("homeopaty", &["homeopathy"]), + ("homeophaty", &["homeopathy"]), + ("homeopothy", &["homeopathy"]), + ("homeothapy", &["homeopathy"]), + ("homeowneris", &["homeowners"]), + ("homepoathy", &["homeopathy"]), + ("homesexuality", &["homosexuality"]), + ("homewolrd", &["homeworld"]), + ("homewoner", &["homeowner"]), + ("homewoners", &["homeowners"]), + ("homeword", &["homeworld"]), + ("homewrold", &["homeworld"]), + ("homineim", &["hominem"]), + ("homineum", &["hominem"]), + ("homniem", &["hominem"]), + ("homoegenous", &["homogeneous"]), + ("homoepathy", &["homeopathy"]), + ("homogeneize", &["homogenize"]), + ("homogeneized", &["homogenized"]), + ("homogenenous", &["homogeneous"]), + ("homogeneos", &["homogeneous"]), + ("homogenes", &["homogeneous"]), + ("homogeneus", &["homogeneous"]), + ("homogenious", &["homogeneous"]), + ("homogenuous", &["homogeneous"]), + ("homophibia", &["homophobia"]), + ("homophibic", &["homophobic"]), + ("homophobie", &["homophobe"]), + ("homophoboes", &["homophobe"]), + ("homophonia", &["homophobia"]), + ("homophopia", &["homophobia"]), + ("homophopic", &["homophobic"]), + ("homosexaul", &["homosexual"]), + ("homosexuais", &["homosexuals"]), + ("homosexuales", &["homosexuals"]), + ("homosexualiy", &["homosexuality"]), + ("homosexuallity", &["homosexuality"]), + ("homosexualls", &["homosexuals"]), + ("homosexualtiy", &["homosexuality"]), + ("homosexualty", &["homosexuality"]), + ("homosexuel", &["homosexual"]), + ("homosexuella", &["homosexual"]), + ("homosexuels", &["homosexuals"]), + ("homosexul", &["homosexuals"]), + ("homosexulaity", &["homosexuality"]), + ("honeslty", &["honestly"]), + ("honeymon", &["honeymoon"]), + ("honeymooon", &["honeymoon"]), + ("honory", &["honorary"]), + ("honsetly", &["honestly"]), + ("hopefullly", &["hopefully"]), + ("hopefuly", &["hopefully"]), + ("hopeleslly", &["hopelessly"]), + ("hopelessely", &["hopelessly"]), + ("hopelessley", &["hopelessly"]), + ("hopelessy", &["hopelessly"]), + ("hopkings", &["hopkins"]), + ("hopsital", &["hospital"]), + ("hopsitality", &["hospitality"]), + ("hopsitalized", &["hospitalized"]), + ("hopsitals", &["hospitals"]), + ("horader", &["hoarder"]), + ("horading", &["hoarding"]), + ("horishima", &["hiroshima"]), + ("horisontal", &["horizontal"]), + ("horisontally", &["horizontally"]), + ("horizantal", &["horizontal"]), + ("horizantally", &["horizontally"]), + ("horizonatal", &["horizontal"]), + ("horizones", &["horizons"]), + ("horizontaal", &["horizontal"]), + ("horizontallly", &["horizontally"]), + ("horizontaly", &["horizontally"]), + ("horizontes", &["horizons"]), + ("horizonts", &["horizons"]), + ("horiztonal", &["horizontal"]), + ("horiztonally", &["horizontally"]), + ("horozontally", &["horizontally"]), + ("horrendeous", &["horrendous"]), + ("horrendeus", &["horrendous"]), + ("horrendious", &["horrendous"]), + ("horrendos", &["horrendous"]), + ("horrenduous", &["horrendous"]), + ("horriblely", &["horribly"]), + ("horribley", &["horribly"]), + ("horriblly", &["horribly"]), + ("horrifing", &["horrifying"]), + ("horzions", &["horizons"]), + ("hosited", &["hoisted"]), + ("hositlity", &["hostility"]), + ("hospitales", &["hospitals"]), + ("hospitallity", &["hospitality"]), + ("hospitalty", &["hospitality"]), + ("hospitaly", &["hospitality"]), + ("hospitalzed", &["hospitalized"]), + ("hospitible", &["hospitable"]), + ("hospitilized", &["hospitalized"]), + ("hospitolized", &["hospitalized"]), + ("hospotality", &["hospitality"]), + ("hosptial", &["hospital"]), + ("hosptialized", &["hospitalized"]), + ("hosptials", &["hospitals"]), + ("hosteles", &["hostels"]), + ("hosthot", &["hotshot"]), + ("hostiliy", &["hostility"]), + ("hostles", &["hostels"]), + ("hostpot", &["hotspot"]), + ("hothsot", &["hotshot"]), + ("hotpsot", &["hotspot"]), + ("hotshoot", &["hotshot"]), + ("hotsopt", &["hotspot"]), + ("hotsport", &["hotspot"]), + ("hounour", &["honour"]), + ("hourgalss", &["hourglass"]), + ("hourlgass", &["hourglass"]), + ("househols", &["households"]), + ("househoulds", &["households"]), + ("housr", &["hours"]), + ("howver", &["however"]), + ("hseldon", &["sheldon"]), + ("hsitorians", &["historians"]), + ("hstory", &["history"]), + ("hsyteria", &["hysteria"]), + ("htaching", &["hatching"]), + ("hten", &["then"]), + ("htere", &["there"]), + ("htey", &["they"]), + ("htiboxes", &["hitboxes"]), + ("htikn", &["think"]), + ("hting", &["thing"]), + ("htink", &["think"]), + ("htis", &["this"]), + ("huanted", &["haunted"]), + ("huanting", &["haunting"]), + ("hullucination", &["hallucination"]), + ("hullucinations", &["hallucinations"]), + ("humanaties", &["humanities"]), + ("humaniod", &["humanoid"]), + ("humanit", &["humanist"]), + ("humanitarien", &["humanitarian"]), + ("humanitarion", &["humanitarian"]), + ("humanitarna", &["humanitarian"]), + ("humanitary", &["humanity"]), + ("humanitatian", &["humanitarian"]), + ("humanite", &["humanities"]), + ("humaniterian", &["humanitarian"]), + ("humanitis", &["humanities"]), + ("humanitites", &["humanities"]), + ("humanoind", &["humanoid"]), + ("humantiarian", &["humanitarian"]), + ("humantiy", &["humanity"]), + ("humants", &["humanist"]), + ("humerous", &["humorous"]), + ("humiditiy", &["humidity"]), + ("humidiy", &["humidity"]), + ("humiliatin", &["humiliation"]), + ("humiliaton", &["humiliation"]), + ("humilitaing", &["humiliating"]), + ("humilitaion", &["humiliation"]), + ("humilitied", &["humiliated"]), + ("humillated", &["humiliated"]), + ("humillating", &["humiliating"]), + ("humillation", &["humiliation"]), + ("huminatarian", &["humanitarian"]), + ("huminoid", &["humanoid"]), + ("humitidy", &["humidity"]), + ("humoros", &["humorous"]), + ("humoural", &["humoral"]), + ("humouros", &["humorous"]), + ("humurous", &["humorous"]), + ("hunagrian", &["hungarian"]), + ("hunagry", &["hungary"]), + ("hunderd", &["hundred"]), + ("hunderds", &["hundreds"]), + ("hundread", &["hundred"]), + ("hundres", &["hundreds"]), + ("hungarin", &["hungarian"]), + ("hungray", &["hungary"]), + ("hunman", &["human"]), + ("huntmsan", &["huntsman"]), + ("hurdels", &["hurdles"]), + ("hurldes", &["hurdles"]), + ("hurriance", &["hurricane"]), + ("hurricaines", &["hurricanes"]), + ("hurricance", &["hurricane"]), + ("hurricances", &["hurricanes"]), + ("hurricanefps", &["hurricanes"]), + ("hurricanger", &["hurricane"]), + ("hurricans", &["hurricanes"]), + ("hurriganes", &["hurricanes"]), + ("hurrikanes", &["hurricanes"]), + ("hurrycanes", &["hurricanes"]), + ("husban", &["husband"]), + ("husbandos", &["husbands"]), + ("husbans", &["husbands"]), + ("hutnsman", &["huntsman"]), + ("hvae", &["have"]), + ("hvaing", &["having"]), + ("hvea", &["have"]), + ("hweaton", &["wheaton"]), + ("hwihc", &["which"]), + ("hwile", &["while"]), + ("hwole", &["whole"]), + ("hybirds", &["hybrids"]), + ("hybrides", &["hybrids"]), + ("hybridus", &["hybrids"]), + ("hydogen", &["hydrogen"]), + ("hydorgen", &["hydrogen"]), + ("hydraluic", &["hydraulic"]), + ("hydratin", &["hydration"]), + ("hydregon", &["hydrogen"]), + ("hydropile", &["hydrophile"]), + ("hydropilic", &["hydrophilic"]), + ("hydropobe", &["hydrophobe"]), + ("hydropobic", &["hydrophobic"]), + ("hydrualic", &["hydraulic"]), + ("hygeine", &["hygiene"]), + ("hygience", &["hygiene"]), + ("hygienne", &["hygiene"]), + ("hyopcrite", &["hypocrite"]), + ("hyopthetical", &["hypothetical"]), + ("hyopthetically", &["hypothetically"]), + ("hypathetical", &["hypothetical"]), + ("hypathetically", &["hypothetically"]), + ("hypcorite", &["hypocrite"]), + ("hyperbel", &["hyperbole"]), + ("hyperbolie", &["hyperbole"]), + ("hyperbollic", &["hyperbolic"]), + ("hyperbrophy", &["hypertrophy"]), + ("hyperlobic", &["hyperbolic"]), + ("hyperlogic", &["hyperbolic"]), + ("hyperoble", &["hyperbole"]), + ("hyperthropy", &["hypertrophy"]), + ("hypertorphy", &["hypertrophy"]), + ("hypertrohpy", &["hypertrophy"]), + ("hypertrohy", &["hypertrophy"]), + ("hypertrophey", &["hypertrophy"]), + ("hypertropy", &["hypertrophy"]), + ("hypethetical", &["hypothetical"]), + ("hypethetically", &["hypothetically"]), + ("hyphotesis", &["hypothesis"]), + ("hypnoss", &["hypnosis"]), + ("hypocracy", &["hypocrisy"]), + ("hypocrasy", &["hypocrisy"]), + ("hypocrates", &["hypocrites"]), + ("hypocricy", &["hypocrisy"]), + ("hypocriet", &["hypocrite"]), + ("hypocriscy", &["hypocrisy"]), + ("hypocrises", &["hypocrites"]), + ("hypocrit", &["hypocrite"]), + ("hypocritcal", &["hypocritical"]), + ("hypocritial", &["hypocritical"]), + ("hypocriticial", &["hypocritical"]), + ("hypocrities", &["hypocrite"]), + ("hypocrits", &["hypocrites"]), + ("hypocritus", &["hypocrites"]), + ("hypocrticial", &["hypocritical"]), + ("hypocrties", &["hypocrites"]), + ("hypocrytes", &["hypocrites"]), + ("hypocrytical", &["hypocritical"]), + ("hypokrites", &["hypocrites"]), + ("hyponsis", &["hypnosis"]), + ("hyporcite", &["hypocrite"]), + ("hypotehtical", &["hypothetical"]), + ("hypotehtically", &["hypothetically"]), + ("hypotethical", &["hypothetical"]), + ("hypotethically", &["hypothetically"]), + ("hypothecis", &["hypothesis"]), + ("hypotheiss", &["hypotheses"]), + ("hypotherical", &["hypothetical"]), + ("hypothesees", &["hypotheses"]), + ("hypothesies", &["hypothesis"]), + ("hypothess", &["hypotheses"]), + ("hypothesus", &["hypotheses"]), + ("hypotheticaly", &["hypothetically"]), + ("hypotheticly", &["hypothetical"]), + ("hypothises", &["hypotheses"]), + ("hypothisis", &["hypothesis"]), + ("hypothosis", &["hypothesis"]), + ("hyprocisy", &["hypocrisy"]), + ("hyprocite", &["hypocrite"]), + ("hyprocites", &["hypocrites"]), + ("hyrbids", &["hybrids"]), + ("hyrdation", &["hydration"]), + ("hyrdaulic", &["hydraulic"]), + ("hyrdogen", &["hydrogen"]), + ("hystarical", &["hysterical"]), + ("hystarically", &["hysterically"]), + ("hystera", &["hysteria"]), + ("hysterica", &["hysteria"]), + ("hystericallly", &["hysterically"]), + ("hystericaly", &["hysterically"]), + ("hystericlly", &["hysterically"]), + ("hystericly", &["hysterical"]), + ("hysteriia", &["hysteria"]), + ("hysteriska", &["hysteria"]), + ("hystorically", &["hysterically"]), + ("ibuprofein", &["ibuprofen"]), + ("ibuprofine", &["ibuprofen"]), + ("iburpofen", &["ibuprofen"]), + ("iceforg", &["icefrog"]), + ("icefrong", &["icefrog"]), + ("icelandinc", &["icelandic"]), + ("icelings", &["ceilings"]), + ("icleandic", &["icelandic"]), + ("iconclastic", &["iconoclastic"]), + ("icongnito", &["incognito"]), + ("idaeidae", &["idea"]), + ("idaes", &["ideas"]), + ("idealisim", &["idealism"]), + ("idealisitc", &["idealistic"]), + ("idealisitic", &["idealistic"]), + ("idealistc", &["idealistic"]), + ("idealistisch", &["idealistic"]), + ("idealogies", &["ideologies"]), + ("idealogy", &["ideology"]), + ("idealsim", &["idealism"]), + ("idenfity", &["identify"]), + ("idenitfy", &["identify"]), + ("identicial", &["identical"]), + ("identifible", &["identifiable"]), + ("identificacion", &["identification"]), + ("identificaiton", &["identification"]), + ("identificativo", &["identification"]), + ("identificato", &["identification"]), + ("identificaton", &["identification"]), + ("identifierad", &["identified"]), + ("identifieras", &["identifies"]), + ("identifikation", &["identification"]), + ("identifiy", &["identify"]), + ("identifyable", &["identifiable"]), + ("identifyed", &["identified"]), + ("identite", &["identities"]), + ("identitets", &["identities"]), + ("identitites", &["identities"]), + ("identitties", &["identities"]), + ("ideolagies", &["ideologies"]), + ("ideoligically", &["ideologically"]), + ("ideoligies", &["ideologies"]), + ("ideologe", &["ideologies"]), + ("ideologias", &["ideologies"]), + ("ideologicaly", &["ideologically"]), + ("ideologice", &["ideologies"]), + ("ideologiers", &["ideologies"]), + ("ideologije", &["ideologies"]), + ("ideologins", &["ideologies"]), + ("ideologis", &["ideologies"]), + ("ideologisen", &["ideologies"]), + ("ideologiset", &["ideologies"]), + ("ideologisk", &["ideologies"]), + ("ideologiske", &["ideologies"]), + ("ideolouges", &["ideologies"]), + ("ideosyncratic", &["idiosyncratic"]), + ("idesa", &["ideas"]), + ("idiologically", &["ideologically"]), + ("idiosynchracies", &["idiosyncrasies"]), + ("idiosyncracy", &["idiosyncrasy"]), + ("ierland", &["ireland"]), + ("ignitin", &["ignition"]), + ("ignorat", &["ignorant"]), + ("ignornace", &["ignorance"]), + ("ihaca", &["ithaca"]), + ("illegales", &["illegals"]), + ("illegalest", &["illegals"]), + ("illegalis", &["illegals"]), + ("illegallity", &["illegally"]), + ("illegallly", &["illegally"]), + ("illegalls", &["illegals"]), + ("illegas", &["illegals"]), + ("illegetimate", &["illegitimate"]), + ("illegimacy", &["illegitimacy"]), + ("illegitamate", &["illegitimate"]), + ("illegitamite", &["illegitimate"]), + ("illegitamte", &["illegitimate"]), + ("illegitemate", &["illegitimate"]), + ("illegitime", &["illegitimate"]), + ("illegitimite", &["illegitimate"]), + ("illegitimt", &["illegitimate"]), + ("illegitmate", &["illegitimate"]), + ("illegsl", &["illegals"]), + ("illess", &["illness"]), + ("illiegal", &["illegal"]), + ("illigetimate", &["illegitimate"]), + ("illigitemate", &["illegitimate"]), + ("illimunati", &["illuminati"]), + ("illinios", &["illinois"]), + ("illinoians", &["illinois"]), + ("illinos", &["illinois"]), + ("illionis", &["illinois"]), + ("illistrate", &["illiterate"]), + ("illistration", &["illustration"]), + ("illistrations", &["illustrations"]), + ("illitarate", &["illiterate"]), + ("illitirate", &["illiterate"]), + ("illnesess", &["illnesses"]), + ("illnesss", &["illnesses"]), + ("illsuions", &["illusions"]), + ("illsutration", &["illustrations"]), + ("illsutrator", &["illustrator"]), + ("illumanati", &["illuminati"]), + ("illumaniti", &["illuminati"]), + ("illumianti", &["illuminati"]), + ("illumimati", &["illuminati"]), + ("illuminaci", &["illuminati"]), + ("illuminadi", &["illuminati"]), + ("illuminai", &["illuminati"]), + ("illuminami", &["illuminati"]), + ("illuminanti", &["illuminati"]), + ("illuminarti", &["illuminati"]), + ("illuminatti", &["illuminati"]), + ("illuminauti", &["illuminati"]), + ("illuminazi", &["illuminati"]), + ("illumini", &["illuminati"]), + ("illuminiati", &["illuminati"]), + ("illuminista", &["illuminati"]), + ("illuminite", &["illuminati"]), + ("illuminiti", &["illuminati"]), + ("illuminoti", &["illuminati"]), + ("illumintati", &["illuminati"]), + ("illuminuti", &["illuminati"]), + ("illumniati", &["illuminati"]), + ("illumunati", &["illuminati"]), + ("illuninati", &["illuminati"]), + ("illusiones", &["illusions"]), + ("illustarted", &["illustrated"]), + ("illustartion", &["illustration"]), + ("illustartions", &["illustrations"]), + ("illustartor", &["illustrator"]), + ("illustraded", &["illustrated"]), + ("illustraion", &["illustration"]), + ("illustraitor", &["illustrator"]), + ("illustrant", &["illustrate"]), + ("illustrare", &["illustrate"]), + ("illustrater", &["illustrator"]), + ("illustratie", &["illustrate"]), + ("illustraties", &["illustrate"]), + ("illustratin", &["illustrations"]), + ("illustratior", &["illustrator"]), + ("illustrato", &["illustration"]), + ("illustraton", &["illustration"]), + ("illustre", &["illustrate"]), + ("illution", &["illusion"]), + ("ilness", &["illness"]), + ("ilogical", &["illogical"]), + ("ilterate", &["literate"]), + ("imablanced", &["imbalanced"]), + ("imablances", &["imbalances"]), + ("imaganative", &["imaginative"]), + ("imaganitive", &["imaginative"]), + ("imagenary", &["imaginary"]), + ("imagin", &["imagine"]), + ("imaginacion", &["imagination"]), + ("imaginatie", &["imaginative"]), + ("imaginatiei", &["imaginative"]), + ("imaginating", &["imagination"]), + ("imaginativo", &["imagination"]), + ("imaginaton", &["imagination"]), + ("imaginery", &["imaginary"]), + ("imaginitave", &["imaginative"]), + ("imaginitve", &["imaginative"]), + ("imanent", &["eminent"]), + ("imapcts", &["impacts"]), + ("imapired", &["impaired"]), + ("imaptient", &["impatient"]), + ("imbalanaced", &["imbalanced"]), + ("imbalanaces", &["imbalances"]), + ("imbalancers", &["imbalances"]), + ("imbalenced", &["imbalanced"]), + ("imbalences", &["imbalances"]), + ("imcompatible", &["incompatible"]), + ("imcompetence", &["incompetence"]), + ("imcomplete", &["incomplete"]), + ("imcomprehensible", &["incomprehensible"]), + ("imediately", &["immediately"]), + ("imense", &["immense"]), + ("imexperience", &["inexperience"]), + ("imgrants", &["migrants"]), + ("imigrant", &["emigrant"]), + ("imigrated", &["emigrated"]), + ("imigration", &["emigration"]), + ("iminent", &["eminent"]), + ("imlpementation", &["implementations"]), + ("immaturaty", &["immaturity"]), + ("immatureity", &["immaturity"]), + ("immaturety", &["immaturity"]), + ("immboile", &["immobile"]), + ("immedeately", &["immediately"]), + ("immedeatly", &["immediately"]), + ("immediantly", &["immediately"]), + ("immediatelly", &["immediately"]), + ("immediatley", &["immediately"]), + ("immediatly", &["immediately"]), + ("immedietely", &["immediately"]), + ("immedietly", &["immediately"]), + ("immenint", &["imminent"]), + ("immenseley", &["immensely"]), + ("immensley", &["immensely"]), + ("immerisve", &["immersive"]), + ("immersie", &["immerse"]), + ("immersve", &["immerse"]), + ("immesnely", &["immensely"]), + ("immidately", &["immediately"]), + ("immideately", &["immediately"]), + ("immidiate", &["immediate"]), + ("immidiately", &["immediately"]), + ("immigraiton", &["immigration"]), + ("immigrantes", &["immigrants"]), + ("immigranti", &["immigration"]), + ("immigrato", &["immigration"]), + ("immigrents", &["immigrants"]), + ("imminet", &["imminent"]), + ("immitate", &["imitate"]), + ("immitated", &["imitated"]), + ("immitating", &["imitating"]), + ("immitator", &["imitator"]), + ("immobilie", &["immobile"]), + ("immobilien", &["immobile"]), + ("immobilier", &["immobile"]), + ("immobille", &["immobile"]), + ("immobilze", &["immobile"]), + ("immobilzed", &["immobile"]), + ("immobilzer", &["immobile"]), + ("immobilzes", &["immobile"]), + ("immoblie", &["immobile"]), + ("immoratlity", &["immortality"]), + ("immortailty", &["immortality"]), + ("immortales", &["immortals"]), + ("immortalis", &["immortals"]), + ("immortalisy", &["immortals"]), + ("immortaliy", &["immortality"]), + ("immortallity", &["immortality"]), + ("immortalls", &["immortals"]), + ("immortalty", &["immortality"]), + ("immortaly", &["immortality"]), + ("immortas", &["immortals"]), + ("immserive", &["immersive"]), + ("immunosupressant", &["immunosuppressant"]), + ("impactes", &["impacts"]), + ("impactos", &["impacts"]), + ("impaitent", &["impatient"]), + ("imparied", &["impaired"]), + ("imparital", &["impartial"]), + ("impartirla", &["impartial"]), + ("impecabbly", &["impeccably"]), + ("impeccabile", &["impeccable"]), + ("impeccible", &["impeccable"]), + ("impeckable", &["impeccable"]), + ("impedence", &["impedance"]), + ("impelmentation", &["implementations"]), + ("impelments", &["implements"]), + ("imperailist", &["imperialist"]), + ("imperavi", &["imperative"]), + ("imperealist", &["imperialist"]), + ("imperetive", &["imperative"]), + ("imperfactions", &["imperfections"]), + ("imperfectionists", &["imperfections"]), + ("imperfet", &["imperfect"]), + ("imperialfist", &["imperialist"]), + ("imperialims", &["imperialism"]), + ("imperialisim", &["imperialism"]), + ("imperialsim", &["imperialism"]), + ("imperialsm", &["imperialism"]), + ("imperialst", &["imperialist"]), + ("imperialstic", &["imperialist"]), + ("imperiarist", &["imperialist"]), + ("imperically", &["empirically"]), + ("imperislist", &["imperialist"]), + ("imperitave", &["imperative"]), + ("imperitive", &["imperative"]), + ("impersinating", &["impersonating"]), + ("impersonationg", &["impersonating"]), + ("implamenting", &["implementing"]), + ("implaments", &["implements"]), + ("implantase", &["implants"]), + ("implantes", &["implants"]), + ("implausable", &["implausible"]), + ("implausbile", &["implausible"]), + ("implausble", &["implausible"]), + ("implausibe", &["implausible"]), + ("implausibile", &["implausible"]), + ("implecations", &["implications"]), + ("implemenet", &["implements"]), + ("implementacion", &["implementation"]), + ("implementaciones", &["implementations"]), + ("implementaion", &["implementation"]), + ("implementaiton", &["implementation"]), + ("implementaitons", &["implementations"]), + ("implementas", &["implements"]), + ("implementase", &["implements"]), + ("implementasi", &["implements"]), + ("implementatin", &["implementations"]), + ("implementating", &["implementation"]), + ("implementatino", &["implementations"]), + ("implementationen", &["implementations"]), + ("implementationer", &["implementations"]), + ("implementato", &["implementation"]), + ("implementes", &["implements"]), + ("implementig", &["implementing"]), + ("implementos", &["implements"]), + ("implemet", &["implements"]), + ("implemetnation", &["implementations"]), + ("implentation", &["implementation"]), + ("implicacion", &["implication"]), + ("implicati", &["implicit"]), + ("implicatia", &["implicit"]), + ("implicatie", &["implicit"]), + ("implicatii", &["implicit"]), + ("implicatons", &["implications"]), + ("implicetly", &["implicitly"]), + ("impliciet", &["implicit"]), + ("impliciete", &["implicit"]), + ("implicilty", &["implicitly"]), + ("implicitely", &["implicitly"]), + ("implicitily", &["implicitly"]), + ("implicity", &["implicitly"]), + ("implict", &["implicit"]), + ("implikation", &["implication"]), + ("implimenation", &["implementation"]), + ("impliment", &["implement"]), + ("implimentation", &["implementation"]), + ("implimentations", &["implementations"]), + ("implimented", &["implemented"]), + ("implimenting", &["implementing"]), + ("impliments", &["implements"]), + ("imploed", &["implode"]), + ("implosed", &["implode"]), + ("imploys", &["employs"]), + ("impluse", &["impulse"]), + ("impluses", &["impulses"]), + ("implusive", &["impulsive"]), + ("impolde", &["implode"]), + ("imporbable", &["improbable"]), + ("imporper", &["improper"]), + ("importamt", &["important"]), + ("importanly", &["importantly"]), + ("importantce", &["importance"]), + ("importanty", &["importantly"]), + ("importas", &["imports"]), + ("importd", &["imported"]), + ("importen", &["importance"]), + ("importence", &["importance"]), + ("importend", &["imported"]), + ("importently", &["importantly"]), + ("importerad", &["imported"]), + ("importes", &["imports"]), + ("imporve", &["improve"]), + ("imporved", &["improved"]), + ("imporvement", &["improvement"]), + ("imporvements", &["improvements"]), + ("imporves", &["improves"]), + ("imporving", &["improving"]), + ("imporvised", &["improvised"]), + ("impossable", &["impossible"]), + ("impossbily", &["impossibly"]), + ("impossibal", &["impossibly"]), + ("impossibe", &["impossible"]), + ("impossibel", &["impossibly"]), + ("impossibile", &["impossible"]), + ("impossibillity", &["impossibility"]), + ("impossibilty", &["impossibility"]), + ("impossibily", &["impossibly"]), + ("impossiblely", &["impossibly"]), + ("impossibley", &["impossibly"]), + ("impossiblity", &["impossibly"]), + ("impossiblly", &["impossibly"]), + ("impossibry", &["impossibly"]), + ("impossibul", &["impossibly"]), + ("impoverised", &["impoverished"]), + ("impovershied", &["impoverished"]), + ("impoversihed", &["impoverished"]), + ("impractial", &["impractical"]), + ("impracticle", &["impractical"]), + ("impreative", &["imperative"]), + ("imprefect", &["imperfect"]), + ("imprefection", &["imperfections"]), + ("imprefections", &["imperfections"]), + ("impresison", &["impressions"]), + ("impresonating", &["impersonating"]), + ("impressario", &["impresario"]), + ("impressin", &["impressions"]), + ("impressoin", &["impressions"]), + ("impressons", &["impressions"]), + ("impresssion", &["impressions"]), + ("imprioned", &["imprisoned"]), + ("imprisonent", &["imprisonment"]), + ("imprisonned", &["imprisoned"]), + ("improbabe", &["improbable"]), + ("improbabil", &["improbable"]), + ("improbabile", &["improbable"]), + ("improbible", &["improbable"]), + ("impropable", &["improbable"]), + ("impropre", &["improper"]), + ("improsined", &["imprisoned"]), + ("improsoned", &["imprisoned"]), + ("improsonment", &["imprisonment"]), + ("improtantly", &["importantly"]), + ("improted", &["imported"]), + ("improvemnt", &["improvement"]), + ("improvemnts", &["improvements"]), + ("improvents", &["improves"]), + ("improvie", &["improvised"]), + ("improviserad", &["improvised"]), + ("improvished", &["improvised"]), + ("improvision", &["improvisation"]), + ("improvized", &["improvised"]), + ("improvments", &["improvements"]), + ("imprsioned", &["imprisoned"]), + ("impules", &["impulse"]), + ("impulisve", &["impulsive"]), + ("impulsemos", &["impulses"]), + ("impulsivley", &["impulsive"]), + ("impusle", &["impulse"]), + ("impusles", &["impulses"]), + ("impuslive", &["impulsive"]), + ("imrpove", &["improve"]), + ("imrpoved", &["improved"]), + ("imrpovement", &["improvement"]), + ("imrpovements", &["improvements"]), + ("imrpoves", &["improves"]), + ("imrpoving", &["improving"]), + ("imrpovised", &["improvised"]), + ("imtimidating", &["intimidating"]), + ("imtimidation", &["intimidation"]), + ("inablility", &["inability"]), + ("inaccesibles", &["inaccessible"]), + ("inaccessable", &["inaccessible"]), + ("inaccessbile", &["inaccessible"]), + ("inaccessble", &["inaccessible"]), + ("inaccessibile", &["inaccessible"]), + ("inaccruate", &["inaccurate"]), + ("inaccuraces", &["inaccuracies"]), + ("inaccurasies", &["inaccuracies"]), + ("inaccuraties", &["inaccuracies"]), + ("inaccuricies", &["inaccuracies"]), + ("inaccurrate", &["inaccurate"]), + ("inacuraccies", &["inaccuracies"]), + ("inadaquate", &["inadequate"]), + ("inadaquete", &["inadequate"]), + ("inadecuate", &["inadequate"]), + ("inadeguate", &["inadequate"]), + ("inadeqaute", &["inadequate"]), + ("inadequet", &["inadequate"]), + ("inadequete", &["inadequate"]), + ("inadequite", &["inadequate"]), + ("inadiquate", &["inadequate"]), + ("inadquate", &["inadequate"]), + ("inadventently", &["inadvertently"]), + ("inadverdently", &["inadvertently"]), + ("inadvertant", &["inadvertent"]), + ("inadvertantely", &["inadvertently"]), + ("inadvertantly", &["inadvertently"]), + ("inadvertendly", &["inadvertently"]), + ("inadvertenly", &["inadvertently"]), + ("inagurated", &["inaugurated"]), + ("inaguration", &["inauguration"]), + ("inahbitants", &["inhabitants"]), + ("inapporpriate", &["inappropriate"]), + ("inapporpriately", &["inappropriately"]), + ("inappropiate", &["inappropriate"]), + ("inappropirate", &["inappropriate"]), + ("inappropraite", &["inappropriate"]), + ("inappropraitely", &["inappropriately"]), + ("inapproprate", &["inappropriate"]), + ("inappropriae", &["inappropriately"]), + ("inappropriatelly", &["inappropriately"]), + ("inappropriatley", &["inappropriately"]), + ("inappropriatly", &["inappropriately"]), + ("inappropriet", &["inappropriately"]), + ("inapproprietly", &["inappropriately"]), + ("inaproppriate", &["inappropriate"]), + ("inattractive", &["unattractive"]), + ("inaugures", &["inaugurates"]), + ("inbalance", &["imbalance"]), + ("inbalanced", &["imbalanced"]), + ("inbeetwen", &["inbetween"]), + ("inbelievable", &["unbelievable"]), + ("inbetweeen", &["inbetween"]), + ("inbetween", &["between"]), + ("inbetwen", &["inbetween"]), + ("inbewteen", &["inbetween"]), + ("incarantion", &["incarnation"]), + ("incarcaration", &["incarceration"]), + ("incarcelated", &["incarcerated"]), + ("incarcerato", &["incarceration"]), + ("incarcirated", &["incarcerated"]), + ("incarciration", &["incarceration"]), + ("incarnacion", &["incarnation"]), + ("incarnato", &["incarnation"]), + ("incarnaton", &["incarnation"]), + ("incarserated", &["incarcerated"]), + ("incarseration", &["incarceration"]), + ("incedentally", &["incidentally"]), + ("incentivare", &["incentive"]), + ("incentivate", &["incentive"]), + ("incentiveise", &["incentives"]), + ("incentivice", &["incentive"]), + ("incentivies", &["incentives"]), + ("incentivos", &["incentives"]), + ("incerceration", &["incarceration"]), + ("incestigator", &["investigator"]), + ("incgonito", &["incognito"]), + ("inchoerent", &["incoherent"]), + ("incidencies", &["incidence"]), + ("incidentaly", &["incidentally"]), + ("incidentes", &["incidents"]), + ("incidential", &["incidental"]), + ("incidentially", &["incidentally"]), + ("incidently", &["incidentally"]), + ("incidentul", &["incidental"]), + ("inclanation", &["inclination"]), + ("incldue", &["include"]), + ("inclenation", &["inclination"]), + ("inclinacion", &["inclination"]), + ("inclinaison", &["inclination"]), + ("inclinato", &["inclination"]), + ("inclince", &["incline"]), + ("inclinde", &["incline"]), + ("inclreased", &["increased"]), + ("includ", &["include"]), + ("includeds", &["includes"]), + ("includng", &["including"]), + ("incluse", &["includes"]), + ("incoginto", &["incognito"]), + ("incognitio", &["incognito"]), + ("incognition", &["incognito"]), + ("incoherant", &["incoherent"]), + ("incoherrent", &["incoherent"]), + ("incohorent", &["incoherent"]), + ("incomaptible", &["incompatible"]), + ("incomfortable", &["uncomfortable"]), + ("incomfortably", &["uncomfortably"]), + ("incomparible", &["incompatible"]), + ("incompatabile", &["incompatible"]), + ("incompatabilities", &["incompatibilities"]), + ("incompatability", &["incompatibility"]), + ("incompatable", &["incompatible"]), + ("incompatablities", &["incompatibilities"]), + ("incompatablity", &["incompatibility"]), + ("incompatble", &["incompatible"]), + ("incompatent", &["incompetent"]), + ("incompatiable", &["incompatible"]), + ("incompatibil", &["incompatible"]), + ("incompatibile", &["incompatible"]), + ("incompatiblities", &["incompatibilities"]), + ("incompatiblity", &["incompatibility"]), + ("incompetance", &["incompetence"]), + ("incompetant", &["incompetent"]), + ("incompetente", &["incompetence"]), + ("incompetentence", &["incompetence"]), + ("incompitable", &["incompatible"]), + ("incompitent", &["incompetent"]), + ("incompotent", &["incompetent"]), + ("incomprehencible", &["incomprehensible"]), + ("incomprehendible", &["incomprehensible"]), + ("incomprehenisble", &["incomprehensible"]), + ("incomprehensable", &["incomprehensible"]), + ("incomprehensibe", &["incomprehensible"]), + ("incomprehesible", &["incomprehensible"]), + ("incomprehinsible", &["incomprehensible"]), + ("incomprihensible", &["incomprehensible"]), + ("incomptable", &["incompatible"]), + ("incomptetent", &["incompetent"]), + ("inconcequential", &["inconsequential"]), + ("inconciderate", &["inconsiderate"]), + ("inconcistencies", &["inconsistencies"]), + ("inconcistency", &["inconsistency"]), + ("inconcistent", &["inconsistent"]), + ("inconditional", &["unconditional"]), + ("inconditionally", &["unconditionally"]), + ("incongito", &["incognito"]), + ("inconprehensible", &["incomprehensible"]), + ("inconsciously", &["unconsciously"]), + ("inconsecuential", &["inconsequential"]), + ("inconsequantial", &["inconsequential"]), + ("inconsequencial", &["inconsequential"]), + ("inconsequental", &["inconsequential"]), + ("inconsequentional", &["inconsequential"]), + ("inconsequentual", &["inconsequential"]), + ("inconsiderant", &["inconsiderate"]), + ("inconsiquential", &["inconsequential"]), + ("inconsisent", &["inconsistent"]), + ("inconsistance", &["inconsistency"]), + ("inconsistancies", &["inconsistencies"]), + ("inconsistancy", &["inconsistency"]), + ("inconsistant", &["inconsistent"]), + ("inconsistecy", &["inconsistency"]), + ("inconsistencias", &["inconsistencies"]), + ("inconsistenly", &["inconsistency"]), + ("inconsistensies", &["inconsistencies"]), + ("inconsistensy", &["inconsistency"]), + ("inconsistentcies", &["inconsistencies"]), + ("inconsistentcy", &["inconsistency"]), + ("inconsistenties", &["inconsistencies"]), + ("inconsistenty", &["inconsistency"]), + ("inconsisteny", &["inconsistency"]), + ("inconstitutional", &["unconstitutional"]), + ("incontrollably", &["uncontrollably"]), + ("inconveinence", &["inconvenience"]), + ("inconveinent", &["inconvenient"]), + ("inconveniance", &["inconvenience"]), + ("inconveniant", &["inconvenient"]), + ("inconveniece", &["inconvenience"]), + ("inconveniente", &["inconvenience"]), + ("inconveniet", &["inconvenient"]), + ("inconvenince", &["inconvenience"]), + ("inconventional", &["unconventional"]), + ("inconvienence", &["inconvenience"]), + ("inconvienenced", &["inconvenience"]), + ("inconvienent", &["inconvenient"]), + ("incorect", &["incorrect"]), + ("incorectly", &["incorrectly"]), + ("incoroporated", &["incorporated"]), + ("incoroprate", &["incorporate"]), + ("incorparate", &["incorporate"]), + ("incorparated", &["incorporated"]), + ("incorparating", &["incorporating"]), + ("incorperate", &["incorporate"]), + ("incorperated", &["incorporated"]), + ("incorperating", &["incorporating"]), + ("incorperation", &["incorporation"]), + ("incorporare", &["incorporate"]), + ("incorpore", &["incorporate"]), + ("incorportaed", &["incorporated"]), + ("incorportate", &["incorporate"]), + ("incorported", &["incorporated"]), + ("incorprates", &["incorporates"]), + ("incorproate", &["incorporated"]), + ("incorrecly", &["incorrectly"]), + ("incorrecty", &["incorrectly"]), + ("incorretly", &["incorrectly"]), + ("incorruptable", &["incorruptible"]), + ("incpetion", &["inception"]), + ("incramental", &["incremental"]), + ("incramentally", &["incrementally"]), + ("incraments", &["increments"]), + ("increadible", &["incredible"]), + ("incredable", &["incredible"]), + ("incredably", &["incredibly"]), + ("incrediable", &["incredible"]), + ("incrediably", &["incredibly"]), + ("incredibe", &["incredible"]), + ("incredibile", &["incredible"]), + ("incredibily", &["incredibly"]), + ("incrediblely", &["incredibly"]), + ("incredibley", &["incredibly"]), + ("incrediby", &["incredibly"]), + ("incrememnts", &["increments"]), + ("incremenets", &["increments"]), + ("incrementarla", &["incremental"]), + ("incrementarlo", &["incremental"]), + ("incrementas", &["increments"]), + ("incrementers", &["increments"]), + ("incremential", &["incremental"]), + ("incremently", &["incremental"]), + ("incrementos", &["increments"]), + ("incremetal", &["incremental"]), + ("incrimental", &["incremental"]), + ("incriments", &["increments"]), + ("incrompehensible", &["incomprehensible"]), + ("inctroduce", &["introduce"]), + ("inctroduced", &["introduced"]), + ("incuding", &["including"]), + ("inculded", &["included"]), + ("inculding", &["including"]), + ("incunabla", &["incunabula"]), + ("indains", &["indians"]), + ("indavertently", &["inadvertently"]), + ("indefenite", &["indefinite"]), + ("indefinate", &["indefinite"]), + ("indefinately", &["indefinitely"]), + ("indefineable", &["undefinable"]), + ("indefinete", &["indefinite"]), + ("indefinetely", &["indefinitely"]), + ("indefinetly", &["indefinitely"]), + ("indefininte", &["indefinite"]), + ("indefinitelly", &["indefinitely"]), + ("indefinitive", &["indefinite"]), + ("indefinitley", &["indefinitely"]), + ("indefinitly", &["indefinitely"]), + ("indefinity", &["indefinitely"]), + ("indefintiely", &["indefinitely"]), + ("indeginous", &["indigenous"]), + ("indentical", &["identical"]), + ("indepdenent", &["independents"]), + ("indepedantly", &["independently"]), + ("indepedence", &["independence"]), + ("indepednent", &["independents"]), + ("indepencence", &["independence"]), + ("independance", &["independence"]), + ("independant", &["independent"]), + ("independante", &["independents"]), + ("independantes", &["independents"]), + ("independantly", &["independently"]), + ("independece", &["independence"]), + ("independendet", &["independent"]), + ("independendly", &["independently"]), + ("independenet", &["independents"]), + ("independenly", &["independently"]), + ("independens", &["independents"]), + ("independense", &["independents"]), + ("independente", &["independence"]), + ("independentisme", &["independents"]), + ("independentiste", &["independents"]), + ("independentness", &["independents"]), + ("independet", &["independent"]), + ("independetly", &["independently"]), + ("independetn", &["independents"]), + ("independets", &["independents"]), + ("independnet", &["independents"]), + ("indepenent", &["independent"]), + ("indepentend", &["independents"]), + ("indepentent", &["independent"]), + ("indepentently", &["independently"]), + ("indepentents", &["independents"]), + ("inderictly", &["indirectly"]), + ("indespensable", &["indispensable"]), + ("indespensible", &["indispensable"]), + ("indestrictible", &["indestructible"]), + ("indestructble", &["indestructible"]), + ("indestructibe", &["indestructible"]), + ("indestructuble", &["indestructible"]), + ("indetifiable", &["identifiable"]), + ("indetification", &["identification"]), + ("indiaan", &["indiana"]), + ("indianaoplis", &["indianapolis"]), + ("indianapols", &["indianapolis"]), + ("indianas", &["indians"]), + ("indiands", &["indians"]), + ("indiania", &["indiana"]), + ("indianna", &["indiana"]), + ("indianopolis", &["indianapolis"]), + ("indianos", &["indians"]), + ("indicaste", &["indicates"]), + ("indicaters", &["indicates"]), + ("indicateurs", &["indicates"]), + ("indicatie", &["indicative"]), + ("indicatiors", &["indicators"]), + ("indicativo", &["indication"]), + ("indicato", &["indication"]), + ("indicatore", &["indicate"]), + ("indicats", &["indicators"]), + ("indicence", &["incidence"]), + ("indicentally", &["incidentally"]), + ("indicents", &["incidents"]), + ("indicitave", &["indicative"]), + ("indicitive", &["indicative"]), + ("indictement", &["indictment"]), + ("indictrinated", &["indoctrinated"]), + ("indifferance", &["indifference"]), + ("indifferant", &["indifferent"]), + ("indifferente", &["indifference"]), + ("indiffernce", &["indifference"]), + ("indiffernece", &["indifference"]), + ("indiffernt", &["indifferent"]), + ("indigeneous", &["indigenous"]), + ("indigenious", &["indigenous"]), + ("indigenius", &["indigenous"]), + ("indigenos", &["indigenous"]), + ("indigenuous", &["indigenous"]), + ("indigineous", &["indigenous"]), + ("indiginous", &["indigenous"]), + ("indigneous", &["indigenous"]), + ("indikation", &["indication"]), + ("indimidating", &["intimidating"]), + ("indimidation", &["intimidation"]), + ("indipendence", &["independence"]), + ("indipendent", &["independent"]), + ("indipendently", &["independently"]), + ("indireclty", &["indirectly"]), + ("indirectely", &["indirectly"]), + ("indirecty", &["indirectly"]), + ("indirektly", &["indirectly"]), + ("indisious", &["insidious"]), + ("indispensible", &["indispensable"]), + ("indisputible", &["indisputable"]), + ("indisputibly", &["indisputably"]), + ("indistinguisable", &["indistinguishable"]), + ("indistinguishible", &["indistinguishable"]), + ("indistingusihable", &["indistinguishable"]), + ("indistinquishable", &["indistinguishable"]), + ("indistructible", &["indestructible"]), + ("indistuingishable", &["indistinguishable"]), + ("individiual", &["individual"]), + ("individuais", &["individuals"]), + ("individuales", &["individuals"]), + ("individuallity", &["individuality"]), + ("individualty", &["individuality"]), + ("individualy", &["individually"]), + ("individuati", &["individuality"]), + ("individuel", &["individual"]), + ("individuella", &["individual"]), + ("individuels", &["individuals"]), + ("individul", &["individual"]), + ("individus", &["individuals"]), + ("indiviudal", &["individuals"]), + ("indiviudally", &["individually"]), + ("indivudual", &["individual"]), + ("indivuduality", &["individuality"]), + ("indivudually", &["individually"]), + ("indivuduals", &["individuals"]), + ("indluge", &["indulge"]), + ("indocrtinated", &["indoctrinated"]), + ("indocrtination", &["indoctrination"]), + ("indocternated", &["indoctrinated"]), + ("indoctornated", &["indoctrinated"]), + ("indoctrication", &["indoctrination"]), + ("indoctrinatie", &["indoctrinated"]), + ("indoctrinatin", &["indoctrination"]), + ("indoctronated", &["indoctrinated"]), + ("indoensia", &["indonesia"]), + ("indoensian", &["indonesian"]), + ("indoktrination", &["indoctrination"]), + ("indonasian", &["indonesian"]), + ("indoneisa", &["indonesia"]), + ("indoneisan", &["indonesian"]), + ("indonesa", &["indonesia"]), + ("indonesean", &["indonesian"]), + ("indonesien", &["indonesian"]), + ("indonesion", &["indonesian"]), + ("indonisian", &["indonesian"]), + ("indonistan", &["indonesian"]), + ("indpendent", &["independent"]), + ("indpendently", &["independently"]), + ("indroduction", &["introduction"]), + ("indroductory", &["introductory"]), + ("indugle", &["indulge"]), + ("indulgue", &["indulge"]), + ("industiral", &["industrial"]), + ("industiralized", &["industrialized"]), + ("industires", &["industries"]), + ("industrail", &["industrial"]), + ("industrailized", &["industrialized"]), + ("industrees", &["industries"]), + ("industrialied", &["industrialized"]), + ("industrialzed", &["industrialized"]), + ("industrias", &["industries"]), + ("industriel", &["industrial"]), + ("industriella", &["industrial"]), + ("industriels", &["industries"]), + ("industrija", &["industrial"]), + ("industrije", &["industries"]), + ("industrijske", &["industries"]), + ("industrualized", &["industrialized"]), + ("industructible", &["indestructible"]), + ("indutrial", &["industrial"]), + ("indviduals", &["individuals"]), + ("ineffecitve", &["ineffective"]), + ("ineffektive", &["ineffective"]), + ("inefficeint", &["inefficient"]), + ("inefficent", &["inefficient"]), + ("inefficiant", &["inefficient"]), + ("inefficienct", &["inefficient"]), + ("inefficienty", &["inefficiently"]), + ("ineffictive", &["ineffective"]), + ("ineffizient", &["inefficient"]), + ("ineqaulity", &["inequality"]), + ("inequailty", &["inequality"]), + ("inequallity", &["inequality"]), + ("inersting", &["inserting"]), + ("inevatible", &["inevitable"]), + ("inevetable", &["inevitable"]), + ("inevetably", &["inevitably"]), + ("inevetible", &["inevitable"]), + ("inevidable", &["inevitable"]), + ("inevidably", &["inevitably"]), + ("inevitabile", &["inevitable"]), + ("inevitabily", &["inevitably"]), + ("inevitablely", &["inevitably"]), + ("inevitabley", &["inevitably"]), + ("inevitablity", &["inevitably"]), + ("inevitablly", &["inevitably"]), + ("inevitible", &["inevitable"]), + ("inevitibly", &["inevitably"]), + ("inevititably", &["inevitably"]), + ("inevtiable", &["inevitable"]), + ("inevtiably", &["inevitably"]), + ("inexblicably", &["inexplicably"]), + ("inexeprienced", &["inexperience"]), + ("inexpectedly", &["unexpectedly"]), + ("inexpeirenced", &["inexperience"]), + ("inexpencive", &["inexpensive"]), + ("inexpenisve", &["inexpensive"]), + ("inexpense", &["inexpensive"]), + ("inexpereince", &["inexperience"]), + ("inexpereinced", &["inexperienced"]), + ("inexperiance", &["inexperience"]), + ("inexperianced", &["inexperienced"]), + ("inexperiece", &["inexperience"]), + ("inexperieced", &["inexperienced"]), + ("inexperiecned", &["inexperience"]), + ("inexperiencable", &["inexperience"]), + ("inexperiened", &["inexperienced"]), + ("inexperiente", &["inexperience"]), + ("inexperince", &["inexperience"]), + ("inexperineced", &["inexperience"]), + ("inexpierence", &["inexperienced"]), + ("inexpierenced", &["inexperienced"]), + ("inexplicabil", &["inexplicably"]), + ("inexplicablely", &["inexplicably"]), + ("inexplicabley", &["inexplicably"]), + ("inexplicablly", &["inexplicably"]), + ("inexplicaby", &["inexplicably"]), + ("inexplicibly", &["inexplicably"]), + ("infalability", &["infallibility"]), + ("infallable", &["infallible"]), + ("infallibale", &["infallible"]), + ("infallibe", &["infallible"]), + ("infallibile", &["infallible"]), + ("infaltable", &["inflatable"]), + ("infalte", &["inflate"]), + ("infantis", &["infants"]), + ("infantus", &["infants"]), + ("infarred", &["infrared"]), + ("infeccious", &["infectious"]), + ("infectation", &["infestation"]), + ("infecteous", &["infectious"]), + ("infectin", &["infections"]), + ("infectuous", &["infectious"]), + ("infedility", &["infidelity"]), + ("infektious", &["infectious"]), + ("infenro", &["inferno"]), + ("infered", &["inferred"]), + ("inferioara", &["inferior"]), + ("inferioare", &["inferior"]), + ("inferioir", &["inferior"]), + ("inferioirty", &["inferiority"]), + ("inferiorty", &["inferiority"]), + ("inferiour", &["inferior"]), + ("inferir", &["inferior"]), + ("infermon", &["inferno"]), + ("inferrence", &["inference"]), + ("infestaion", &["infestation"]), + ("infestating", &["infestation"]), + ("infestato", &["infestation"]), + ("infestaton", &["infestation"]), + ("infestions", &["infections"]), + ("infideltiy", &["infidelity"]), + ("infidility", &["infidelity"]), + ("infilitrate", &["infiltrate"]), + ("infilitrated", &["infiltrated"]), + ("infilitration", &["infiltration"]), + ("infiltartor", &["infiltrator"]), + ("infiltrade", &["infiltrate"]), + ("infiltrait", &["infiltrate"]), + ("infiltraitor", &["infiltrator"]), + ("infiltrar", &["infiltrator"]), + ("infiltrare", &["infiltrate"]), + ("infiltraron", &["infiltrator"]), + ("infiltrarte", &["infiltrate"]), + ("infiltrase", &["infiltrate"]), + ("infiltrater", &["infiltrator"]), + ("infiltratie", &["infiltrate"]), + ("infiltratior", &["infiltrator"]), + ("infiltratred", &["infiltrate"]), + ("infiltre", &["infiltrate"]), + ("infiltrerat", &["infiltrate"]), + ("infinately", &["infinitely"]), + ("infinet", &["infinite"]), + ("infinetely", &["infinitely"]), + ("infinie", &["infinite"]), + ("infiniment", &["infinite"]), + ("infinit", &["infinite"]), + ("infinitelly", &["infinitely"]), + ("infinitey", &["infinity"]), + ("infinitie", &["infinite"]), + ("infinitiy", &["infinity"]), + ("infinitley", &["infinitely"]), + ("infinitly", &["infinity"]), + ("infintie", &["infinite"]), + ("infintiely", &["infinitely"]), + ("infintiy", &["infinity"]), + ("infintrator", &["infiltrator"]), + ("inflamable", &["inflatable"]), + ("inflamation", &["inflammation"]), + ("inflatabale", &["inflatable"]), + ("inflatabe", &["inflatable"]), + ("inflateble", &["inflatable"]), + ("inflatible", &["inflatable"]), + ("inflatie", &["inflate"]), + ("infleunced", &["influenced"]), + ("inflitrate", &["infiltrate"]), + ("inflitrator", &["infiltrator"]), + ("influanced", &["influenced"]), + ("influances", &["influences"]), + ("influancing", &["influencing"]), + ("influenceing", &["influencing"]), + ("influencial", &["influential"]), + ("influencian", &["influencing"]), + ("influencie", &["influences"]), + ("influening", &["influencing"]), + ("influens", &["influences"]), + ("influense", &["influences"]), + ("influensed", &["influences"]), + ("influenser", &["influences"]), + ("influenses", &["influences"]), + ("influenta", &["influential"]), + ("influental", &["influential"]), + ("influented", &["influenced"]), + ("influentes", &["influences"]), + ("influenting", &["influencing"]), + ("influentual", &["influential"]), + ("influincing", &["influencing"]), + ("influneced", &["influenced"]), + ("infograhic", &["infographic"]), + ("infograhpic", &["infographic"]), + ("infograpgic", &["infographic"]), + ("infograpic", &["infographic"]), + ("infogrpahic", &["infographic"]), + ("infogrpahics", &["infographic"]), + ("infomation", &["information"]), + ("inforgivable", &["unforgivable"]), + ("informable", &["informal"]), + ("informacion", &["information"]), + ("informarla", &["informal"]), + ("informarle", &["informal"]), + ("informarlo", &["informal"]), + ("informas", &["informs"]), + ("informate", &["informative"]), + ("informatice", &["informative"]), + ("informatie", &["informative"]), + ("informatief", &["informative"]), + ("informatiei", &["informative"]), + ("informatike", &["informative"]), + ("informativo", &["information"]), + ("informella", &["informal"]), + ("informerad", &["informed"]), + ("informis", &["informs"]), + ("informitive", &["informative"]), + ("informtion", &["information"]), + ("infornt", &["infront"]), + ("infrantryman", &["infantryman"]), + ("infraread", &["infrared"]), + ("infrastracture", &["infrastructure"]), + ("infrastructre", &["infrastructure"]), + ("infrastructuur", &["infrastructure"]), + ("infrastrucure", &["infrastructure"]), + ("infrastrucutre", &["infrastructure"]), + ("infrastrukture", &["infrastructure"]), + ("infrastrutture", &["infrastructure"]), + ("infrasturcture", &["infrastructure"]), + ("infridgement", &["infringement"]), + ("infridging", &["infringing"]), + ("infrigement", &["infringement"]), + ("infrignement", &["infringement"]), + ("infrigning", &["infringing"]), + ("infringeing", &["infringing"]), + ("infromal", &["informal"]), + ("infromation", &["information"]), + ("infromative", &["informative"]), + ("infromed", &["informed"]), + ("infroms", &["informs"]), + ("infrotn", &["infront"]), + ("infulenced", &["influenced"]), + ("infulences", &["influences"]), + ("infulential", &["influential"]), + ("ingenius", &["ingenious"]), + ("ingeniuty", &["ingenuity"]), + ("ingenuitiy", &["ingenuity"]), + ("ingerdients", &["ingredients"]), + ("ingestigator", &["investigator"]), + ("ingeunity", &["ingenuity"]), + ("ingition", &["ignition"]), + ("ingocnito", &["incognito"]), + ("ingorance", &["ignorance"]), + ("ingorant", &["ignorant"]), + ("ingrediant", &["ingredient"]), + ("ingrediants", &["ingredients"]), + ("ingrediens", &["ingredients"]), + ("ingredientes", &["ingredients"]), + ("ingrediets", &["ingredient"]), + ("ingreediants", &["ingredients"]), + ("ingreidents", &["ingredient"]), + ("ingriedents", &["ingredient"]), + ("inguenity", &["ingenuity"]), + ("inhabitans", &["inhabitants"]), + ("inhabitat", &["inhabitants"]), + ("inhabitats", &["inhabitants"]), + ("inhabitents", &["inhabitants"]), + ("inheirt", &["inherit"]), + ("inheirtance", &["inheritance"]), + ("inheirted", &["inherited"]), + ("inherantly", &["inherently"]), + ("inheratance", &["inheritance"]), + ("inheretance", &["inheritance"]), + ("inheriet", &["inherit"]), + ("inherint", &["inherit"]), + ("inherintly", &["inherently"]), + ("inheritage", &["heritage"]), + ("inheritence", &["inheritance"]), + ("inhernetly", &["inherently"]), + ("inhertiance", &["inheritance"]), + ("inhertied", &["inherited"]), + ("inhumaan", &["inhuman"]), + ("inhumain", &["inhuman"]), + ("inidans", &["indians"]), + ("inifnite", &["infinite"]), + ("inifnitely", &["infinitely"]), + ("inifnity", &["infinity"]), + ("inintelligent", &["unintelligent"]), + ("ininterested", &["uninterested"]), + ("ininteresting", &["uninteresting"]), + ("inisghts", &["insights"]), + ("initailly", &["initially"]), + ("initails", &["initials"]), + ("initaite", &["initiate"]), + ("initaition", &["initiation"]), + ("initaitives", &["initiatives"]), + ("inital", &["initial"]), + ("initaled", &["initialed"]), + ("initalese", &["initialese"]), + ("initaling", &["initialing"]), + ("initalisation", &["initialisation"]), + ("initalisations", &["initialisations"]), + ("initalise", &["initialise"]), + ("initalised", &["initialised"]), + ("initaliser", &["initialiser"]), + ("initalisers", &["initialisers"]), + ("initalises", &["initialises"]), + ("initalising", &["initialising"]), + ("initalism", &["initialism"]), + ("initalisms", &["initialisms"]), + ("initalizable", &["initializable"]), + ("initalization", &["initialization"]), + ("initalizations", &["initializations"]), + ("initalize", &["initialize"]), + ("initalized", &["initialized"]), + ("initalizer", &["initializer"]), + ("initalizers", &["initializers"]), + ("initalizes", &["initializes"]), + ("initalizing", &["initializing"]), + ("initalled", &["initialled"]), + ("initalling", &["initialling"]), + ("initally", &["initially"]), + ("initalness", &["initialness"]), + ("initals", &["initials"]), + ("initation", &["initiation"]), + ("initiaitive", &["initiative"]), + ("initiaitve", &["initiatives"]), + ("initiales", &["initials"]), + ("initialy", &["initially"]), + ("initiatie", &["initiatives"]), + ("initiaties", &["initiatives"]), + ("initiatin", &["initiation"]), + ("initiativs", &["initiatives"]), + ("initiatve", &["initiate"]), + ("initiatves", &["initiatives"]), + ("initiavite", &["initiatives"]), + ("initisl", &["initials"]), + ("inititaive", &["initiatives"]), + ("inititiave", &["initiatives"]), + ("inititiaves", &["initiatives"]), + ("initmacy", &["intimacy"]), + ("initmate", &["intimate"]), + ("initmately", &["intimately"]), + ("initmidate", &["intimidate"]), + ("inituition", &["initiation"]), + ("injustaces", &["injustices"]), + ("injusticas", &["injustices"]), + ("injustics", &["injustices"]), + ("injustie", &["injustices"]), + ("inkompatible", &["incompatible"]), + ("inkompetence", &["incompetence"]), + ("inkonsistent", &["inconsistent"]), + ("inlcine", &["incline"]), + ("inlcuded", &["included"]), + ("inlcudes", &["includes"]), + ("inlcuding", &["including"]), + ("inlightening", &["enlightening"]), + ("inmigrant", &["immigrant"]), + ("inmigrants", &["immigrants"]), + ("innersection", &["intersection"]), + ("innerstellar", &["interstellar"]), + ("innoavtion", &["innovations"]), + ("innocens", &["innocents"]), + ("innocenters", &["innocents"]), + ("innocentes", &["innocents"]), + ("innocentius", &["innocents"]), + ("innoculated", &["inoculated"]), + ("innocuos", &["innocuous"]), + ("innotation", &["innovation"]), + ("innoucous", &["innocuous"]), + ("innovacion", &["innovation"]), + ("innovaiton", &["innovations"]), + ("innovatief", &["innovate"]), + ("innovaties", &["innovate"]), + ("innovatin", &["innovations"]), + ("innovativo", &["innovation"]), + ("innovatve", &["innovate"]), + ("innvoate", &["innovate"]), + ("innvoation", &["innovation"]), + ("inocence", &["innocence"]), + ("inofficial", &["unofficial"]), + ("inot", &["into"]), + ("inovker", &["invoker"]), + ("inpeach", &["impeach"]), + ("inpection", &["inception"]), + ("inpending", &["impending"]), + ("inpenetrable", &["impenetrable"]), + ("inperfections", &["imperfections"]), + ("inpersonating", &["impersonating"]), + ("inplementation", &["implementation"]), + ("inplementations", &["implementations"]), + ("inplementing", &["implementing"]), + ("inplications", &["implications"]), + ("inpolite", &["impolite"]), + ("inpossibility", &["impossibility"]), + ("inpoverished", &["impoverished"]), + ("inpredictable", &["unpredictable"]), + ("inprisonment", &["imprisonment"]), + ("inproductive", &["unproductive"]), + ("inprovements", &["improvements"]), + ("inproving", &["improving"]), + ("inpsect", &["inspect"]), + ("inpsection", &["inspection"]), + ("inpsector", &["inspector"]), + ("inpsiration", &["inspiration"]), + ("inpsire", &["inspire"]), + ("inpsired", &["inspired"]), + ("inpsiring", &["inspiring"]), + ("inquier", &["inquire"]), + ("inquirey", &["inquiry"]), + ("inquirie", &["inquire"]), + ("inquiriy", &["inquiry"]), + ("inquisator", &["inquisitor"]), + ("inquisicion", &["inquisition"]), + ("inquisidor", &["inquisitor"]), + ("inquisistor", &["inquisitor"]), + ("inquisiter", &["inquisitor"]), + ("inquisiting", &["inquisition"]), + ("inquisitio", &["inquisitor"]), + ("inquisitior", &["inquisitor"]), + ("inquisitir", &["inquisitor"]), + ("inquisitivo", &["inquisition"]), + ("inquisito", &["inquisition"]), + ("inquisiton", &["inquisition"]), + ("inquisitr", &["inquisitor"]), + ("inquistior", &["inquisitor"]), + ("inquizition", &["inquisition"]), + ("inquizitor", &["inquisitor"]), + ("inquriy", &["inquiry"]), + ("inqusitior", &["inquisitor"]), + ("inresponsible", &["irresponsible"]), + ("inresponsive", &["unresponsive"]), + ("inrested", &["inserted"]), + ("inresting", &["inserting"]), + ("insanelly", &["insanely"]), + ("insaney", &["insanely"]), + ("insanley", &["insanely"]), + ("inscets", &["insects"]), + ("insectes", &["insects"]), + ("insectiverous", &["insectivorous"]), + ("insectos", &["insects"]), + ("insecurites", &["insecurities"]), + ("insecuritites", &["insecurities"]), + ("insensative", &["insensitive"]), + ("insensetive", &["insensitive"]), + ("insensitve", &["insensitive"]), + ("insentitive", &["insensitive"]), + ("insentivised", &["insensitive"]), + ("insentivises", &["insensitive"]), + ("insepct", &["inspect"]), + ("insepction", &["inspection"]), + ("insepctions", &["inspections"]), + ("insepctor", &["inspector"]), + ("inseperable", &["inseparable"]), + ("insertas", &["inserts"]), + ("insertes", &["inserts"]), + ("insertos", &["inserts"]), + ("insidios", &["insidious"]), + ("insidiuos", &["insidious"]), + ("insiginficant", &["insignificant"]), + ("insiginifcant", &["insignificant"]), + ("insignifiant", &["insignificant"]), + ("insignificat", &["insignificant"]), + ("insignificent", &["insignificant"]), + ("insignificunt", &["insignificant"]), + ("insignifigant", &["insignificant"]), + ("insigths", &["insights"]), + ("insinuationg", &["insinuating"]), + ("insipration", &["inspiration"]), + ("insiprational", &["inspirational"]), + ("insipre", &["inspire"]), + ("insipred", &["inspired"]), + ("insipres", &["inspires"]), + ("insipring", &["inspiring"]), + ("insistance", &["insistence"]), + ("insistas", &["insists"]), + ("insistente", &["insistence"]), + ("insistenze", &["insistence"]), + ("insistes", &["insists"]), + ("insistince", &["insistence"]), + ("insistis", &["insists"]), + ("insitution", &["institution"]), + ("insitutions", &["institutions"]), + ("insluated", &["insulated"]), + ("insluts", &["insults"]), + ("insmonia", &["insomnia"]), + ("insomina", &["insomnia"]), + ("insonmia", &["insomnia"]), + ("insparation", &["inspiration"]), + ("inspeccion", &["inspection"]), + ("inspeciton", &["inspections"]), + ("inspecticon", &["inspection"]), + ("inspectin", &["inspection"]), + ("inspectons", &["inspections"]), + ("inspectoras", &["inspectors"]), + ("inspectres", &["inspectors"]), + ("inspektion", &["inspection"]), + ("inspektors", &["inspectors"]), + ("insperation", &["inspiration"]), + ("insperational", &["inspirational"]), + ("inspiracion", &["inspiration"]), + ("inspiraste", &["inspires"]), + ("inspirating", &["inspiration"]), + ("inspirationnal", &["inspirational"]), + ("inspiraton", &["inspiration"]), + ("inspirerad", &["inspired"]), + ("inspireras", &["inspires"]), + ("inspiritional", &["inspirational"]), + ("inspriation", &["inspiration"]), + ("inspriational", &["inspirational"]), + ("inspried", &["inspired"]), + ("inspries", &["inspires"]), + ("insrugency", &["insurgency"]), + ("instabiliy", &["instability"]), + ("instabillity", &["instability"]), + ("instabilt", &["instability"]), + ("instabilty", &["instability"]), + ("instade", &["instead"]), + ("instalaltion", &["installations"]), + ("instalation", &["installation"]), + ("instalement", &["installment"]), + ("installatin", &["installations"]), + ("installatons", &["installations"]), + ("installatron", &["installation"]), + ("installeer", &["installer"]), + ("installeert", &["installer"]), + ("installemnt", &["installment"]), + ("installent", &["installment"]), + ("installes", &["installs"]), + ("installesd", &["installs"]), + ("installion", &["installing"]), + ("installling", &["installing"]), + ("installmant", &["installment"]), + ("installus", &["installs"]), + ("instanciate", &["instantiate"]), + ("instanse", &["instances"]), + ("instantaenous", &["instantaneous"]), + ("instantaneos", &["instantaneous"]), + ("instantaneoulsy", &["instantaneous"]), + ("instantaneu", &["instantaneous"]), + ("instantaneus", &["instantaneous"]), + ("instantanious", &["instantaneous"]), + ("instantanous", &["instantaneous"]), + ("instanteneous", &["instantaneous"]), + ("instantenious", &["instantaneous"]), + ("instanty", &["instantly"]), + ("instatance", &["instance"]), + ("instatutionalized", &["institutionalized"]), + ("instelling", &["installing"]), + ("instered", &["inserted"]), + ("instering", &["inserting"]), + ("insticnt", &["instinct"]), + ("insticnts", &["instincts"]), + ("instincitvely", &["instinctively"]), + ("instincs", &["instincts"]), + ("instinctivelly", &["instinctively"]), + ("instinctivley", &["instinctively"]), + ("instinctivly", &["instinctively"]), + ("instint", &["instinct"]), + ("instititional", &["institutional"]), + ("institucion", &["institution"]), + ("institucionalized", &["institutionalized"]), + ("institude", &["instituted"]), + ("instituded", &["instituted"]), + ("institue", &["institute"]), + ("instituion", &["institution"]), + ("institutie", &["institute"]), + ("institutiei", &["institute"]), + ("institutionale", &["institutionalized"]), + ("institutionals", &["institutions"]), + ("institutionel", &["institutional"]), + ("institutionella", &["institutional"]), + ("institutionilized", &["institutionalized"]), + ("institutionlized", &["institutionalized"]), + ("institutionnal", &["institutional"]), + ("institutionnels", &["institutions"]), + ("instituto", &["institution"]), + ("instituttet", &["institute"]), + ("institutue", &["instituted"]), + ("institutuion", &["institution"]), + ("instrament", &["instrument"]), + ("instramental", &["instrumental"]), + ("instraments", &["instruments"]), + ("instrcutions", &["instruction"]), + ("instrcutor", &["instructors"]), + ("instruccion", &["instruction"]), + ("instrucion", &["instruction"]), + ("instruciton", &["instruction"]), + ("instrucitons", &["instruction"]), + ("instructer", &["instructor"]), + ("instructers", &["instructors"]), + ("instructie", &["instructed"]), + ("instructior", &["instructor"]), + ("instructios", &["instructors"]), + ("instructiosn", &["instruction"]), + ("instructivo", &["instruction"]), + ("instructons", &["instructors"]), + ("instructores", &["instructors"]), + ("instruktion", &["instruction"]), + ("instruktor", &["instructor"]), + ("instrumenal", &["instrumental"]), + ("instrumentos", &["instruments"]), + ("instrumentul", &["instrumental"]), + ("instrumetal", &["instrumental"]), + ("instuction", &["instruction"]), + ("instuments", &["instruments"]), + ("insturcted", &["instructed"]), + ("insturction", &["instruction"]), + ("insturctor", &["instructor"]), + ("insturctors", &["instructors"]), + ("insturment", &["instrument"]), + ("insturmental", &["instrumental"]), + ("insturmentals", &["instrumental"]), + ("insturments", &["instruments"]), + ("instutionalized", &["institutionalized"]), + ("instutions", &["intuitions"]), + ("instutition", &["institution"]), + ("instutitional", &["institutional"]), + ("instutitionalized", &["institutionalized"]), + ("instutitions", &["institutions"]), + ("instututed", &["instituted"]), + ("instutution", &["institution"]), + ("instututionalized", &["institutionalized"]), + ("insualted", &["insulated"]), + ("insubstantiated", &["unsubstantiated"]), + ("insuccessful", &["unsuccessful"]), + ("insufficent", &["insufficient"]), + ("insufficiant", &["insufficient"]), + ("insuffucient", &["insufficient"]), + ("insuinating", &["insinuating"]), + ("insultas", &["insults"]), + ("insultes", &["insults"]), + ("insultos", &["insults"]), + ("insuniating", &["insinuating"]), + ("insurence", &["insurance"]), + ("insurgance", &["insurgency"]), + ("insurgancy", &["insurgency"]), + ("insurgencey", &["insurgency"]), + ("insurgeny", &["insurgency"]), + ("insuspecting", &["unsuspecting"]), + ("insustainable", &["unsustainable"]), + ("intamicy", &["intimacy"]), + ("intamite", &["intimate"]), + ("intangable", &["intangible"]), + ("intangeble", &["intangible"]), + ("intangiable", &["intangible"]), + ("intangibil", &["intangible"]), + ("intangibile", &["intangible"]), + ("intanjible", &["intangible"]), + ("intaxication", &["intoxication"]), + ("inteferring", &["interfering"]), + ("integirty", &["integrity"]), + ("integraal", &["integral"]), + ("integracion", &["integration"]), + ("integrade", &["integrated"]), + ("integraded", &["integrated"]), + ("integrarla", &["integral"]), + ("integrarlo", &["integral"]), + ("integratie", &["integrated"]), + ("integrato", &["integration"]), + ("integratron", &["integration"]), + ("integreres", &["interferes"]), + ("integrering", &["interfering"]), + ("integreted", &["integrated"]), + ("intelectual", &["intellectual"]), + ("intelelctual", &["intellectuals"]), + ("intelelctuals", &["intellectuals"]), + ("inteligence", &["intelligence"]), + ("inteligent", &["intelligent"]), + ("intellectals", &["intellectuals"]), + ("intellectaul", &["intellectuals"]), + ("intellectualis", &["intellectuals"]), + ("intellectualiser", &["intellectuals"]), + ("intellectualisme", &["intellectuals"]), + ("intellectualls", &["intellectuals"]), + ("intellectualy", &["intellectually"]), + ("intellectuel", &["intellectual"]), + ("intellectuels", &["intellectuals"]), + ("intellectul", &["intellectuals"]), + ("intellectus", &["intellectuals"]), + ("intellecual", &["intellectual"]), + ("intellecutal", &["intellectual"]), + ("intellecutally", &["intellectually"]), + ("intellecutals", &["intellectuals"]), + ("intellegent", &["intelligent"]), + ("intellegently", &["intelligently"]), + ("intelligance", &["intelligence"]), + ("intelligant", &["intelligent"]), + ("intelligenly", &["intelligently"]), + ("intelligente", &["intelligence"]), + ("intelligenty", &["intelligently"]), + ("intelligient", &["intelligent"]), + ("intelluctuals", &["intellectuals"]), + ("intenational", &["international"]), + ("intencional", &["intentional"]), + ("intendes", &["intends"]), + ("intendos", &["intends"]), + ("intenisty", &["intensity"]), + ("intenseley", &["intensely"]), + ("intensitiy", &["intensity"]), + ("intensley", &["intensely"]), + ("intenst", &["intents"]), + ("intentas", &["intents"]), + ("intented", &["intended"]), + ("intentinal", &["intentional"]), + ("intentines", &["intestines"]), + ("intentionly", &["intentional"]), + ("intentionnal", &["intentional"]), + ("intepretation", &["interpretation"]), + ("intepretator", &["interpretor"]), + ("interaccion", &["interaction"]), + ("interace", &["interacted"]), + ("interacive", &["interactive"]), + ("interacs", &["interacts"]), + ("interacte", &["interactive"]), + ("interactes", &["interacts"]), + ("interactice", &["interactive"]), + ("interactie", &["interactive"]), + ("interacties", &["interacts"]), + ("interactifs", &["interacts"]), + ("interactins", &["interacts"]), + ("interactios", &["interacts"]), + ("interactivo", &["interaction"]), + ("interactons", &["interacts"]), + ("interactue", &["interacted"]), + ("interaktion", &["interaction"]), + ("interaktive", &["interactive"]), + ("interasted", &["interacted"]), + ("interasting", &["interacting"]), + ("interatellar", &["interstellar"]), + ("interational", &["international"]), + ("interbread", &["interbreed"]), + ("intercation", &["integration"]), + ("intercection", &["interception"]), + ("intercepcion", &["interception"]), + ("intercepticons", &["interceptions"]), + ("interceptin", &["interception"]), + ("intercepto", &["interception"]), + ("interceptons", &["interceptions"]), + ("interchangable", &["interchangeable"]), + ("interchangabley", &["interchangeably"]), + ("interchangably", &["interchangeably"]), + ("interchangeablely", &["interchangeably"]), + ("interchangeabley", &["interchangeably"]), + ("interchangeablity", &["interchangeably"]), + ("interchangebale", &["interchangeable"]), + ("interchangeble", &["interchangeable"]), + ("interchangebly", &["interchangeably"]), + ("intercoarse", &["intercourse"]), + ("intercontinential", &["intercontinental"]), + ("intercontinetal", &["intercontinental"]), + ("intercorse", &["intercourse"]), + ("intercource", &["intercourse"]), + ("intercouse", &["intercourse"]), + ("intereaction", &["intersection"]), + ("intereactions", &["intersections"]), + ("intereacts", &["interfaces"]), + ("interect", &["interacted"]), + ("interected", &["interacted"]), + ("interecting", &["interacting"]), + ("interection", &["interaction"]), + ("interections", &["interactions"]), + ("intered", &["interred"]), + ("interefers", &["interferes"]), + ("interelated", &["interrelated"]), + ("interent", &["internet"]), + ("interents", &["internets"]), + ("interersted", &["interpreted"]), + ("interersting", &["interpreting"]), + ("interesant", &["interest"]), + ("interesat", &["interest"]), + ("interesction", &["intersection"]), + ("interesctions", &["intersections"]), + ("interese", &["interested"]), + ("interesing", &["interesting"]), + ("interesring", &["interfering"]), + ("interesst", &["interests"]), + ("interessted", &["interested"]), + ("interestes", &["interests"]), + ("interestigly", &["interestingly"]), + ("interestinly", &["interestingly"]), + ("interet", &["interest"]), + ("interewbs", &["interwebs"]), + ("interfacce", &["interfaces"]), + ("interfase", &["interfaces"]), + ("interfce", &["interface"]), + ("interfears", &["interferes"]), + ("interfeer", &["interfere"]), + ("interfeers", &["interferes"]), + ("interferance", &["interference"]), + ("interferce", &["interferes"]), + ("interferece", &["interference"]), + ("interfereing", &["interfering"]), + ("interferens", &["interferes"]), + ("interferire", &["interfere"]), + ("interferisce", &["interferes"]), + ("interferisse", &["interferes"]), + ("interfernce", &["interference"]), + ("interferre", &["interfere"]), + ("interferred", &["interfere"]), + ("interferres", &["interferes"]), + ("interferring", &["interfering"]), + ("interfers", &["interferes"]), + ("intergal", &["integral"]), + ("intergate", &["integrate"]), + ("intergated", &["integrated"]), + ("intergation", &["integration"]), + ("intergity", &["integrity"]), + ("intergrated", &["integrated"]), + ("intergration", &["integration"]), + ("interioara", &["interior"]), + ("interioare", &["interior"]), + ("interiour", &["interior"]), + ("interlectual", &["intellectual"]), + ("interlectually", &["intellectually"]), + ("interlectuals", &["intellectuals"]), + ("interm", &["interim"]), + ("intermedate", &["intermediate"]), + ("intermediare", &["intermediate"]), + ("intermedie", &["intermediate"]), + ("intermediete", &["intermediate"]), + ("intermedite", &["intermediate"]), + ("intermettent", &["intermittent"]), + ("intermideate", &["intermediate"]), + ("intermidiate", &["intermediate"]), + ("intermitent", &["intermittent"]), + ("intermittient", &["intermittent"]), + ("intermittment", &["intermittent"]), + ("internacional", &["international"]), + ("internatinal", &["international"]), + ("internation", &["international"]), + ("internationaal", &["international"]), + ("internationaly", &["internationally"]), + ("internationl", &["international"]), + ("internationnal", &["international"]), + ("internationnally", &["internationally"]), + ("internations", &["interactions"]), + ("internediate", &["intermediate"]), + ("internelized", &["internalized"]), + ("internest", &["internets"]), + ("internetbs", &["internets"]), + ("interneters", &["internets"]), + ("internetes", &["internets"]), + ("internetese", &["internets"]), + ("internetest", &["internets"]), + ("interneting", &["interesting"]), + ("internetis", &["internets"]), + ("internetors", &["internets"]), + ("internettes", &["internets"]), + ("internetts", &["internets"]), + ("internetus", &["internets"]), + ("internilized", &["internalized"]), + ("internt", &["internet"]), + ("internts", &["interns"]), + ("internus", &["interns"]), + ("interpersonel", &["interpersonal"]), + ("interpersonnal", &["interpersonal"]), + ("interpert", &["interpret"]), + ("interpertation", &["interpretation"]), + ("interpertations", &["interpretations"]), + ("interperted", &["interpreted"]), + ("interperter", &["interpreter"]), + ("interperters", &["interpreter"]), + ("interperting", &["interpreting"]), + ("interpet", &["interpret"]), + ("interpratation", &["interpretation"]), + ("interpratations", &["interpretations"]), + ("interprate", &["interpret"]), + ("interprating", &["interpreting"]), + ("interprered", &["interpreter"]), + ("interpresonal", &["interpersonal"]), + ("interpretacion", &["interpretation"]), + ("interpretaciones", &["interpretations"]), + ("interpretaion", &["interpretation"]), + ("interpretaiton", &["interpretations"]), + ("interpretare", &["interpreter"]), + ("interpretarea", &["interpreter"]), + ("interpretarem", &["interpreter"]), + ("interpretares", &["interpreter"]), + ("interpretarse", &["interpreter"]), + ("interpretarte", &["interpreter"]), + ("interpretatin", &["interpretations"]), + ("interpretating", &["interpretation"]), + ("interpretationen", &["interpretations"]), + ("interpretato", &["interpretation"]), + ("interpreteer", &["interpreter"]), + ("interpreteert", &["interpreter"]), + ("interpretier", &["interpreter"]), + ("interpretion", &["interpreting"]), + ("interpretor", &["interpreter"]), + ("interpretter", &["interpreter"]), + ("interpritation", &["interpretation"]), + ("interpritations", &["interpretations"]), + ("interpriting", &["interpreting"]), + ("interprut", &["interrupt"]), + ("interraccial", &["interracial"]), + ("interractial", &["interracial"]), + ("interragation", &["interrogation"]), + ("interratial", &["interracial"]), + ("interregation", &["interrogation"]), + ("interresing", &["interfering"]), + ("interrigation", &["interrogation"]), + ("interrim", &["interim"]), + ("interro", &["interior"]), + ("interrogacion", &["interrogation"]), + ("interrogatin", &["interrogation"]), + ("interrogativo", &["interrogation"]), + ("interrogato", &["interrogation"]), + ("interrputed", &["interrupted"]), + ("interrugum", &["interregnum"]), + ("interrumping", &["interrupting"]), + ("interruped", &["interrupted"]), + ("interruping", &["interrupting"]), + ("interrups", &["interrupts"]), + ("interrupteds", &["interrupts"]), + ("interruptes", &["interrupts"]), + ("interruptis", &["interrupts"]), + ("interruptors", &["interrupts"]), + ("interseccion", &["intersection"]), + ("interseciton", &["intersections"]), + ("intersectionals", &["intersections"]), + ("intersecton", &["intersection"]), + ("interseption", &["interception"]), + ("intersetllar", &["interstellar"]), + ("interstae", &["interstate"]), + ("interstallar", &["interstellar"]), + ("interstaller", &["interstellar"]), + ("interste", &["interstate"]), + ("interstela", &["interstellar"]), + ("interstelar", &["interstellar"]), + ("interstellaire", &["interstellar"]), + ("intersteller", &["interstellar"]), + ("interstellor", &["interstellar"]), + ("intertained", &["intertwined"]), + ("intertaining", &["entertaining"]), + ("intertainment", &["entertainment"]), + ("intertvined", &["intertwined"]), + ("intertwinded", &["intertwined"]), + ("intertwinned", &["intertwined"]), + ("intertwyned", &["intertwined"]), + ("interupt", &["interrupt"]), + ("intervalles", &["intervals"]), + ("intervalls", &["intervals"]), + ("intervalos", &["intervals"]), + ("intervation", &["integration"]), + ("interveen", &["intervene"]), + ("interveign", &["intervening"]), + ("interveing", &["intervening"]), + ("interveiwed", &["interviewed"]), + ("interveiwer", &["interviewer"]), + ("interveiwing", &["interviewing"]), + ("interveiws", &["interviews"]), + ("intervencion", &["intervention"]), + ("interveneing", &["intervening"]), + ("intervenion", &["intervening"]), + ("intervenire", &["intervene"]), + ("intervension", &["intervention"]), + ("interventie", &["intervene"]), + ("intervento", &["intervention"]), + ("intervenue", &["intervene"]), + ("interveres", &["interferes"]), + ("intervewing", &["intervening"]), + ("intervied", &["interviewed"]), + ("interviened", &["interviewed"]), + ("intervieni", &["interviewing"]), + ("interviening", &["interviewing"]), + ("intervier", &["interviewer"]), + ("intervies", &["interviews"]), + ("intervieuw", &["interviews"]), + ("interviewd", &["interviewed"]), + ("interviewes", &["interviews"]), + ("interviewie", &["interviewer"]), + ("interviewr", &["interviewer"]), + ("intervines", &["intervenes"]), + ("intervining", &["intervening"]), + ("interviwed", &["interviewed"]), + ("interviwer", &["interviewer"]), + ("interwebbs", &["interwebs"]), + ("interwebers", &["interwebs"]), + ("interwiever", &["interviewer"]), + ("intesnely", &["intensely"]), + ("intesnity", &["intensity"]), + ("intestents", &["intestines"]), + ("intestinas", &["intestines"]), + ("intestinces", &["intestines"]), + ("intestinos", &["intestines"]), + ("intestins", &["intestines"]), + ("intestions", &["intestines"]), + ("intevene", &["intervene"]), + ("intial", &["initial"]), + ("intially", &["initially"]), + ("inticracies", &["intricacies"]), + ("inticrate", &["intricate"]), + ("intidimate", &["intimidate"]), + ("intidimation", &["intimidation"]), + ("intiials", &["initials"]), + ("intillectual", &["intellectual"]), + ("intillectually", &["intellectually"]), + ("intillectuals", &["intellectuals"]), + ("intimadate", &["intimidate"]), + ("intimadated", &["intimidated"]), + ("intimatley", &["intimately"]), + ("intimaty", &["intimately"]), + ("intimiated", &["intimidate"]), + ("intimidacion", &["intimidation"]), + ("intimidad", &["intimidated"]), + ("intimidade", &["intimidated"]), + ("intimidades", &["intimidated"]), + ("intimidant", &["intimidate"]), + ("intimidante", &["intimidate"]), + ("intimidare", &["intimidate"]), + ("intimidatie", &["intimidated"]), + ("intimidatin", &["intimidation"]), + ("intimidative", &["intimidate"]), + ("intimidaton", &["intimidation"]), + ("intimide", &["intimidate"]), + ("intimidiate", &["intimidate"]), + ("intiminated", &["intimidated"]), + ("intimitade", &["intimidated"]), + ("intimitaded", &["intimidated"]), + ("intimitading", &["intimidating"]), + ("intimitaly", &["intimately"]), + ("intimitate", &["intimidate"]), + ("intimitated", &["intimidated"]), + ("intimitating", &["intimidating"]), + ("intimitation", &["intimidation"]), + ("intimitely", &["intimately"]), + ("intircate", &["intricate"]), + ("intiution", &["intuition"]), + ("intiutive", &["intuitive"]), + ("intiutively", &["intuitively"]), + ("intolarant", &["intolerant"]), + ("intolerace", &["intolerance"]), + ("intoleranse", &["intolerance"]), + ("intolerante", &["intolerance"]), + ("intolerate", &["intolerant"]), + ("intolerence", &["intolerance"]), + ("intolerent", &["intolerant"]), + ("intolernace", &["intolerance"]), + ("intolorance", &["intolerance"]), + ("intolorant", &["intolerant"]), + ("intolorence", &["intolerance"]), + ("intolorent", &["intolerant"]), + ("intorduce", &["introduce"]), + ("intorduced", &["introduced"]), + ("intorduces", &["introduces"]), + ("intorducing", &["introducing"]), + ("intorduction", &["introduction"]), + ("intorductory", &["introductory"]), + ("intorvert", &["introvert"]), + ("intorverted", &["introverted"]), + ("intorverts", &["introverts"]), + ("intoxicacion", &["intoxication"]), + ("intoxicatin", &["intoxication"]), + ("intoxicaton", &["intoxication"]), + ("intoxicted", &["intoxicated"]), + ("intoxinated", &["intoxicated"]), + ("intoxination", &["intoxication"]), + ("intoxocated", &["intoxicated"]), + ("intracacies", &["intricacies"]), + ("intracicies", &["intricacies"]), + ("intracite", &["intricate"]), + ("intraspection", &["introspection"]), + ("intraverted", &["introverted"]), + ("intraverts", &["introverts"]), + ("intrduced", &["introduced"]), + ("intrecacies", &["intricacies"]), + ("intregal", &["integral"]), + ("intregity", &["integrity"]), + ("intreguing", &["intriguing"]), + ("intrenets", &["internets"]), + ("intrensically", &["intrinsically"]), + ("intrepret", &["interpret"]), + ("intrepretation", &["interpretation"]), + ("intrepretations", &["interpretations"]), + ("intrepreted", &["interpreted"]), + ("intrepreter", &["interpreter"]), + ("intrepreting", &["interpreting"]), + ("intrerupt", &["interrupt"]), + ("intrerupted", &["interrupted"]), + ("intrest", &["interest"]), + ("intrewebs", &["interwebs"]), + ("intricaces", &["intricacies"]), + ("intricasies", &["intricacies"]), + ("intricicies", &["intricacies"]), + ("intrige", &["intrigue"]), + ("intrigueing", &["intriguing"]), + ("intriguied", &["intrigue"]), + ("intrigured", &["intrigue"]), + ("intrinisc", &["intrinsic"]), + ("intriniscally", &["intrinsically"]), + ("intrinsecally", &["intrinsically"]), + ("intrinseci", &["intrinsic"]), + ("intrinsicaly", &["intrinsically"]), + ("intrinsinc", &["intrinsic"]), + ("intrinsisch", &["intrinsic"]), + ("intriquing", &["intriguing"]), + ("intrisinc", &["intrinsic"]), + ("intrisincally", &["intrinsically"]), + ("intrisnic", &["intrinsic"]), + ("intristically", &["intrinsically"]), + ("intriuge", &["intrigue"]), + ("intriuged", &["intrigued"]), + ("intriuging", &["intriguing"]), + ("introdecks", &["introduces"]), + ("introdiction", &["introduction"]), + ("introduccion", &["introduction"]), + ("introduceras", &["introduces"]), + ("introduceres", &["introduces"]), + ("introducion", &["introduction"]), + ("introduciton", &["introduction"]), + ("introductary", &["introductory"]), + ("introducted", &["introduced"]), + ("introductie", &["introduce"]), + ("introducting", &["introduction"]), + ("introductiory", &["introductory"]), + ("introductury", &["introductory"]), + ("introdue", &["introduces"]), + ("introdued", &["introduced"]), + ("introduktion", &["introduction"]), + ("introdus", &["introduces"]), + ("introduse", &["introduces"]), + ("introdused", &["introduces"]), + ("introspeccion", &["introspection"]), + ("introspectin", &["introspection"]), + ("introspectivo", &["introspection"]), + ("introspektion", &["introspection"]), + ("introvents", &["introverts"]), + ("introvered", &["introverted"]), + ("introvers", &["introverts"]), + ("introversa", &["introverts"]), + ("introverse", &["introverts"]), + ("introversi", &["introverts"]), + ("introverso", &["introverts"]), + ("introversy", &["introverts"]), + ("introvertie", &["introverted"]), + ("introvertis", &["introverts"]), + ("introvet", &["introvert"]), + ("introveted", &["introverted"]), + ("intruduced", &["introduced"]), + ("intruduces", &["introduces"]), + ("intruducing", &["introducing"]), + ("intruduction", &["introduction"]), + ("intruductory", &["introductory"]), + ("intruige", &["intrigue"]), + ("intruiged", &["intrigued"]), + ("intruiging", &["intriguing"]), + ("intrument", &["instrument"]), + ("intrumental", &["instrumental"]), + ("intruments", &["instruments"]), + ("intsrumental", &["instrumental"]), + ("intuatively", &["intuitively"]), + ("intuitevely", &["intuitively"]), + ("intuitevly", &["intuitively"]), + ("intuitivelly", &["intuitively"]), + ("intuitivley", &["intuitively"]), + ("intuitivly", &["intuitively"]), + ("intuitivno", &["intuition"]), + ("intuituvely", &["intuitively"]), + ("inturrupting", &["interrupting"]), + ("intutive", &["intuitive"]), + ("intutively", &["intuitively"]), + ("inudstry", &["industry"]), + ("inumerable", &["enumerable"]), + ("inusrgency", &["insurgency"]), + ("inutition", &["intuition"]), + ("inutitive", &["intuitive"]), + ("inutitively", &["intuitively"]), + ("invaderas", &["invaders"]), + ("invaderats", &["invaders"]), + ("invaildate", &["invalidates"]), + ("invairably", &["invariably"]), + ("invaldiate", &["invalidates"]), + ("invaldiates", &["invalidates"]), + ("invalidade", &["invalidate"]), + ("invalidades", &["invalidates"]), + ("invalidante", &["invalidate"]), + ("invalidare", &["invalidate"]), + ("invalidas", &["invalidates"]), + ("invalubale", &["invaluable"]), + ("invalueble", &["invaluable"]), + ("invaraibly", &["invariably"]), + ("invariabil", &["invariably"]), + ("invariabley", &["invariably"]), + ("invariablly", &["invariably"]), + ("invaribaly", &["invariably"]), + ("invaulable", &["invaluable"]), + ("inveitable", &["inevitable"]), + ("inveitably", &["inevitably"]), + ("invensions", &["inventions"]), + ("inventario", &["inventor"]), + ("inventarlo", &["inventor"]), + ("inventaron", &["inventor"]), + ("inventer", &["inventor"]), + ("inventings", &["inventions"]), + ("inventiones", &["inventions"]), + ("inventios", &["inventions"]), + ("inventivos", &["inventions"]), + ("invertendo", &["inverted"]), + ("inverterad", &["inverted"]), + ("invertes", &["inverse"]), + ("invertibrates", &["invertebrates"]), + ("invertions", &["inventions"]), + ("invervention", &["intervention"]), + ("invesitgate", &["investigate"]), + ("invesitgation", &["investigation"]), + ("invesitgations", &["investigations"]), + ("invesitgative", &["investigative"]), + ("invesitgators", &["investigators"]), + ("investagate", &["investigate"]), + ("investagated", &["investigated"]), + ("investagator", &["investigator"]), + ("investagators", &["investigators"]), + ("investegated", &["investigated"]), + ("investegating", &["investigating"]), + ("investegator", &["investigator"]), + ("investegators", &["investigators"]), + ("investemnt", &["investments"]), + ("investiage", &["investigate"]), + ("investiagte", &["investigate"]), + ("investiagtion", &["investigation"]), + ("investiagtions", &["investigations"]), + ("investiagtive", &["investigative"]), + ("investigacion", &["investigation"]), + ("investigaiton", &["investigations"]), + ("investigare", &["investigate"]), + ("investigaron", &["investigator"]), + ("investigater", &["investigator"]), + ("investigaters", &["investigators"]), + ("investigatie", &["investigative"]), + ("investigatin", &["investigation"]), + ("investigatio", &["investigator"]), + ("investigationes", &["investigations"]), + ("investigatiors", &["investigations"]), + ("investigativo", &["investigation"]), + ("investigativos", &["investigations"]), + ("investigaton", &["investigation"]), + ("investigatons", &["investigations"]), + ("investige", &["investigate"]), + ("investigsting", &["investigating"]), + ("investigstion", &["investigations"]), + ("investigstions", &["investigations"]), + ("investingate", &["investigate"]), + ("investions", &["inventions"]), + ("investirat", &["investigator"]), + ("investmens", &["investments"]), + ("investmet", &["investments"]), + ("investogator", &["investigator"]), + ("investogators", &["investigators"]), + ("invicibility", &["invisibility"]), + ("invicinble", &["invincible"]), + ("invididual", &["individual"]), + ("invididually", &["individually"]), + ("invincable", &["invincible"]), + ("invinceble", &["invincible"]), + ("invincibe", &["invincible"]), + ("invincibile", &["invincible"]), + ("invincil", &["invincible"]), + ("invincinble", &["invincible"]), + ("invinicble", &["invincible"]), + ("invinsible", &["invincible"]), + ("invinvible", &["invincible"]), + ("invisibiity", &["invisibility"]), + ("invisibiliy", &["invisibility"]), + ("invisibillity", &["invisibility"]), + ("invisibiltiy", &["invisibility"]), + ("invisibily", &["invisibility"]), + ("invisilibity", &["invisibility"]), + ("invisivility", &["invisibility"]), + ("invitacion", &["invitation"]), + ("invitating", &["invitation"]), + ("invitato", &["invitation"]), + ("invlove", &["involve"]), + ("invloved", &["involved"]), + ("invloves", &["involves"]), + ("invloving", &["involving"]), + ("invlunerable", &["invulnerable"]), + ("invoekr", &["invoker"]), + ("involantary", &["involuntary"]), + ("involentary", &["involuntary"]), + ("involintary", &["involuntary"]), + ("involnerable", &["invulnerable"]), + ("involontary", &["involuntary"]), + ("involunary", &["involuntary"]), + ("involunatry", &["involuntary"]), + ("involuntairy", &["involuntary"]), + ("involuntarely", &["involuntary"]), + ("involuntarity", &["involuntary"]), + ("involuntarly", &["involuntary"]), + ("involvment", &["involvement"]), + ("invonvenient", &["inconvenient"]), + ("invovle", &["involve"]), + ("invovled", &["involved"]), + ("invovles", &["involves"]), + ("invovling", &["involving"]), + ("invulenrable", &["invulnerable"]), + ("invulernable", &["invulnerable"]), + ("invulnarable", &["invulnerable"]), + ("invulnerabe", &["invulnerable"]), + ("invulnerabile", &["invulnerable"]), + ("invulnerbale", &["invulnerable"]), + ("invulnerble", &["invulnerable"]), + ("invulnurable", &["invulnerable"]), + ("invulverable", &["invulnerable"]), + ("invunlerable", &["invulnerable"]), + ("invurnerable", &["invulnerable"]), + ("iornman", &["ironman"]), + ("ipubrofen", &["ibuprofen"]), + ("iranain", &["iranian"]), + ("iranains", &["iranians"]), + ("iranianos", &["iranians"]), + ("iranias", &["iranians"]), + ("iranina", &["iranian"]), + ("iraninas", &["iranians"]), + ("irelevent", &["irrelevant"]), + ("iresistable", &["irresistible"]), + ("iresistably", &["irresistibly"]), + ("iresistible", &["irresistible"]), + ("iresistibly", &["irresistibly"]), + ("iritable", &["irritable"]), + ("iritated", &["irritated"]), + ("irleand", &["ireland"]), + ("ironamn", &["ironman"]), + ("ironcially", &["ironically"]), + ("ironicaly", &["ironically"]), + ("ironicly", &["ironically"]), + ("irracional", &["irrational"]), + ("irrationably", &["irrationally"]), + ("irrationallity", &["irrationally"]), + ("irrationallly", &["irrationally"]), + ("irrationaly", &["irrationally"]), + ("irrationatly", &["irrationally"]), + ("irrationel", &["irrational"]), + ("irrationella", &["irrational"]), + ("irrationnal", &["irrational"]), + ("irrelavant", &["irrelevant"]), + ("irrelavent", &["irrelevant"]), + ("irrelevent", &["irrelevant"]), + ("irrelivant", &["irrelevant"]), + ("irrelivent", &["irrelevant"]), + ("irreplacable", &["irreplaceable"]), + ("irresistable", &["irresistible"]), + ("irresistably", &["irresistibly"]), + ("irrespecitve", &["irrespective"]), + ("irresponcible", &["irresponsible"]), + ("irresponisble", &["irresponsible"]), + ("irresponsable", &["irresponsible"]), + ("irresponsbile", &["irresponsible"]), + ("irresponsble", &["irresponsible"]), + ("irresponsibe", &["irresponsible"]), + ("irresponsibile", &["irresponsible"]), + ("irrevelant", &["irrelevant"]), + ("irreverant", &["irrelevant"]), + ("irreverisble", &["irreversible"]), + ("irreversebly", &["irreversible"]), + ("irreversiable", &["irreversible"]), + ("irreversibel", &["irreversible"]), + ("irreversibelt", &["irreversible"]), + ("irreversibile", &["irreversible"]), + ("irrevirsible", &["irreversible"]), + ("irridation", &["irritation"]), + ("irriration", &["irritation"]), + ("irrispective", &["irrespective"]), + ("irrisponsible", &["irresponsible"]), + ("irritacion", &["irritation"]), + ("irritatie", &["irritate"]), + ("irritaties", &["irritate"]), + ("irritatin", &["irritation"]), + ("irritato", &["irritation"]), + ("irriversible", &["irreversible"]), + ("isalmic", &["islamic"]), + ("isalmist", &["islamist"]), + ("isalmists", &["islamists"]), + ("isalnders", &["islanders"]), + ("isareli", &["israeli"]), + ("isarelis", &["israelis"]), + ("isdefinitely", &["indefinitely"]), + ("islamisist", &["islamist"]), + ("islamisists", &["islamists"]), + ("islamiskt", &["islamist"]), + ("islamistas", &["islamists"]), + ("islamisters", &["islamists"]), + ("islamistisk", &["islamists"]), + ("islamit", &["islamist"]), + ("islamits", &["islamist"]), + ("islamsit", &["islamist"]), + ("islamsits", &["islamists"]), + ("islandes", &["islanders"]), + ("islmaic", &["islamic"]), + ("islmaists", &["islamists"]), + ("isloate", &["isolate"]), + ("ismalist", &["islamist"]), + ("isntallation", &["installation"]), + ("isntaller", &["installer"]), + ("isntalling", &["installing"]), + ("isntalls", &["installs"]), + ("isntances", &["instances"]), + ("isntantly", &["instantly"]), + ("isntructed", &["instructed"]), + ("isntrument", &["instrument"]), + ("isntrumental", &["instrumental"]), + ("isntruments", &["instruments"]), + ("isolatie", &["isolate"]), + ("israeliens", &["israelis"]), + ("israelies", &["israelis"]), + ("israelitas", &["israelis"]), + ("israelits", &["israelis"]), + ("israelli", &["israeli"]), + ("isralei", &["israeli"]), + ("israleis", &["israelis"]), + ("isralies", &["israelis"]), + ("isreali", &["israeli"]), + ("isrealis", &["israelis"]), + ("issueing", &["issuing"]), + ("italains", &["italians"]), + ("italianas", &["italians"]), + ("italianess", &["italians"]), + ("italianos", &["italians"]), + ("italias", &["italians"]), + ("itnroduced", &["introduced"]), + ("iunior", &["junior"]), + ("iwll", &["will"]), + ("iwth", &["with"]), + ("jackonsville", &["jacksonville"]), + ("jacksonvile", &["jacksonville"]), + ("jacksonvillle", &["jacksonville"]), + ("jagaurs", &["jaguars"]), + ("jaguards", &["jaguars"]), + ("jaguares", &["jaguars"]), + ("jaguras", &["jaguars"]), + ("jailborken", &["jailbroken"]), + ("jailbrake", &["jailbreak"]), + ("jailbrek", &["jailbreak"]), + ("jailbroaken", &["jailbroken"]), + ("jailbrocken", &["jailbroken"]), + ("jaimacan", &["jamaican"]), + ("jalibreak", &["jailbreak"]), + ("jalibroken", &["jailbroken"]), + ("jamacain", &["jamaican"]), + ("jamacia", &["jamaica"]), + ("jamaicain", &["jamaican"]), + ("jamaicains", &["jamaican"]), + ("jamaicaman", &["jamaican"]), + ("jamaicia", &["jamaica"]), + ("jamaina", &["jamaican"]), + ("jamiaca", &["jamaica"]), + ("jamiacan", &["jamaican"]), + ("jamsine", &["jasmine"]), + ("janaury", &["january"]), + ("januaray", &["january"]), + ("janurary", &["january"]), + ("januray", &["january"]), + ("japanes", &["japanese"]), + ("jaques", &["jacques"]), + ("jasmien", &["jasmine"]), + ("jaugars", &["jaguars"]), + ("jaunary", &["january"]), + ("jeapardy", &["jeopardy"]), + ("jefferry", &["jeffery"]), + ("jefferty", &["jeffery"]), + ("jeircho", &["jericho"]), + ("jennigns", &["jennings"]), + ("jennins", &["jennings"]), + ("jeopary", &["jeopardy"]), + ("jeoprady", &["jeopardy"]), + ("jepoardy", &["jeopardy"]), + ("jeresys", &["jerseys"]), + ("jericoh", &["jericho"]), + ("jersualem", &["jerusalem"]), + ("jersyes", &["jerseys"]), + ("jerusaleum", &["jerusalem"]), + ("jerusalm", &["jerusalem"]), + ("jeruselam", &["jerusalem"]), + ("jeruslaem", &["jerusalem"]), + ("jewelrey", &["jewelry"]), + ("jewerly", &["jewelry"]), + ("jewllery", &["jewellery"]), + ("joanthan", &["jonathan"]), + ("joepardy", &["jeopardy"]), + ("johanine", &["johannine"]), + ("jonatahn", &["jonathan"]), + ("jorunal", &["journal"]), + ("jospeh", &["joseph"]), + ("jouney", &["journey"]), + ("jounral", &["journal"]), + ("jounralism", &["journalism"]), + ("jounralist", &["journalist"]), + ("jounralistic", &["journalistic"]), + ("jounralists", &["journalists"]), + ("jouranlism", &["journalism"]), + ("jouranlist", &["journalist"]), + ("jouranlistic", &["journalistic"]), + ("jouranlists", &["journalists"]), + ("journaal", &["journal"]), + ("journalims", &["journals"]), + ("journalis", &["journals"]), + ("journalisim", &["journalism"]), + ("journalisitc", &["journalistic"]), + ("journalisitic", &["journalistic"]), + ("journalistc", &["journalistic"]), + ("journalistens", &["journalists"]), + ("journalisters", &["journalists"]), + ("journalistes", &["journalists"]), + ("journalistisch", &["journalistic"]), + ("journalistische", &["journalistic"]), + ("journalistisk", &["journalists"]), + ("journalits", &["journals"]), + ("journalizm", &["journalism"]), + ("journalsim", &["journalism"]), + ("journied", &["journeyed"]), + ("journies", &["journeys"]), + ("journolist", &["journalist"]), + ("journolists", &["journalists"]), + ("joysitck", &["joystick"]), + ("joystik", &["joystick"]), + ("jstu", &["just"]), + ("jsut", &["just"]), + ("jsutification", &["justifications"]), + ("juadaism", &["judaism"]), + ("juadism", &["judaism"]), + ("judaisim", &["judaism"]), + ("judasim", &["judaism"]), + ("judegment", &["judgement"]), + ("judegmental", &["judgemental"]), + ("judegments", &["judgements"]), + ("judgamental", &["judgemental"]), + ("judgemant", &["judgemental"]), + ("judgemenal", &["judgemental"]), + ("judgementals", &["judgements"]), + ("judgementle", &["judgemental"]), + ("judgementsl", &["judgemental"]), + ("judgemet", &["judgements"]), + ("judgemetal", &["judgemental"]), + ("judgenental", &["judgemental"]), + ("judical", &["judicial"]), + ("judisuary", &["judiciary"]), + ("juducial", &["judicial"]), + ("jugdement", &["judgement"]), + ("jugdemental", &["judgemental"]), + ("jugdements", &["judgements"]), + ("juggarnaut", &["juggernaut"]), + ("juggeranut", &["juggernaut"]), + ("juggernat", &["juggernaut"]), + ("juggernath", &["juggernaut"]), + ("juggernaugt", &["juggernaut"]), + ("juggernault", &["juggernaut"]), + ("juggernaunt", &["juggernaut"]), + ("juggernaunts", &["juggernaut"]), + ("juggernout", &["juggernaut"]), + ("juggernuat", &["juggernaut"]), + ("juggetnaut", &["juggernaut"]), + ("jugglenaut", &["juggernaut"]), + ("juggurnaut", &["juggernaut"]), + ("jugnling", &["jungling"]), + ("juipter", &["jupiter"]), + ("junglig", &["jungling"]), + ("junglign", &["jungling"]), + ("junlging", &["jungling"]), + ("juptier", &["jupiter"]), + ("juridisction", &["jurisdictions"]), + ("jurisdiccion", &["jurisdiction"]), + ("jurisdiciton", &["jurisdiction"]), + ("jurisdicitons", &["jurisdictions"]), + ("jurisdiktion", &["jurisdiction"]), + ("jurisfiction", &["jurisdiction"]), + ("jurisidction", &["jurisdiction"]), + ("jurisidctions", &["jurisdictions"]), + ("juristiction", &["jurisdiction"]), + ("juristictions", &["jurisdictions"]), + ("jursidiction", &["jurisdiction"]), + ("jursidictions", &["jurisdictions"]), + ("jusitfication", &["justifications"]), + ("jusitfy", &["justify"]), + ("jusridiction", &["jurisdiction"]), + ("justfiy", &["justify"]), + ("justifiaction", &["justifications"]), + ("justifible", &["justifiable"]), + ("justificacion", &["justification"]), + ("justificaiton", &["justification"]), + ("justificatin", &["justifications"]), + ("justificativo", &["justification"]), + ("justificativos", &["justifications"]), + ("justificatons", &["justifications"]), + ("justificstion", &["justifications"]), + ("justifiy", &["justify"]), + ("justifyable", &["justifiable"]), + ("justiifcation", &["justifications"]), + ("juveline", &["juvenile"]), + ("juvenille", &["juvenile"]), + ("juvenilles", &["juvenile"]), + ("juvenlie", &["juvenile"]), + ("karakoe", &["karaoke"]), + ("karbohydrates", &["carbohydrates"]), + ("karoake", &["karaoke"]), + ("katastrophic", &["catastrophic"]), + ("katemine", &["ketamine"]), + ("kenendy", &["kennedy"]), + ("keneysian", &["keynesian"]), + ("kenndey", &["kennedy"]), + ("kennedey", &["kennedy"]), + ("kentuckey", &["kentucky"]), + ("kentucy", &["kentucky"]), + ("kenyesian", &["keynesian"]), + ("ketmaine", &["ketamine"]), + ("keybaord", &["keyboard"]), + ("keybaords", &["keyboards"]), + ("keyboad", &["keyboard"]), + ("keyboars", &["keyboards"]), + ("keyborad", &["keyboard"]), + ("keychan", &["keychain"]), + ("keychian", &["keychain"]), + ("keyensian", &["keynesian"]), + ("keyesnian", &["keynesian"]), + ("keynode", &["keynote"]), + ("keynseian", &["keynesian"]), + ("keysenian", &["keynesian"]), + ("kickstarer", &["kickstarter"]), + ("kickstartr", &["kickstarter"]), + ("kickstater", &["kickstarter"]), + ("kicthen", &["kitchen"]), + ("kicthens", &["kitchens"]), + ("kidnapning", &["kidnapping"]), + ("kidnappade", &["kidnapped"]), + ("kidnappning", &["kidnapping"]), + ("kidnappping", &["kidnapping"]), + ("kidnergarten", &["kindergarten"]), + ("killingest", &["killings"]), + ("killins", &["killings"]), + ("kilometeres", &["kilometers"]), + ("kilometes", &["kilometers"]), + ("kilometros", &["kilometers"]), + ("kilomiters", &["kilometers"]), + ("kilomoters", &["kilometers"]), + ("kilomteres", &["kilometers"]), + ("kindapped", &["kidnapped"]), + ("kindapping", &["kidnapping"]), + ("kindergarden", &["kindergarten"]), + ("kindergaten", &["kindergarten"]), + ("kindgoms", &["kingdoms"]), + ("kineitc", &["kinetic"]), + ("kingdomers", &["kingdoms"]), + ("kingergarten", &["kindergarten"]), + ("kinghts", &["knights"]), + ("kinteic", &["kinetic"]), + ("kintergarten", &["kindergarten"]), + ("kitches", &["kitchens"]), + ("kitites", &["kitties"]), + ("kittiens", &["kitties"]), + ("klenex", &["kleenex"]), + ("kncokback", &["knockback"]), + ("knietic", &["kinetic"]), + ("knigths", &["knights"]), + ("knockbak", &["knockback"]), + ("knolwedgable", &["knowledgable"]), + ("knoweldgable", &["knowledgable"]), + ("knoweldge", &["knowledge"]), + ("knoweldgeable", &["knowledgeable"]), + ("knowladgable", &["knowledgable"]), + ("knowldegable", &["knowledgable"]), + ("knowldgeable", &["knowledgable"]), + ("knowleagable", &["knowledgable"]), + ("knowledagble", &["knowledgable"]), + ("knowledeable", &["knowledgable"]), + ("knowledegable", &["knowledgeable"]), + ("knowledgabe", &["knowledgable"]), + ("knowledgabel", &["knowledgable"]), + ("knowledgble", &["knowledgable"]), + ("knowledgebale", &["knowledgable"]), + ("knowledgeble", &["knowledgeable"]), + ("knowledgebly", &["knowledgable"]), + ("knowledgible", &["knowledgable"]), + ("knowlegdable", &["knowledgable"]), + ("knowlegde", &["knowledge"]), + ("knowlegdeable", &["knowledgeable"]), + ("knowlege", &["knowledge"]), + ("knowlegeable", &["knowledgeable"]), + ("knuckel", &["knuckle"]), + ("knuckels", &["knuckles"]), + ("knwo", &["know"]), + ("knwoledgable", &["knowledgable"]), + ("knwos", &["knows"]), + ("kollaboration", &["collaboration"]), + ("kolonization", &["colonization"]), + ("kombinations", &["combinations"]), + ("kommissioner", &["commissioner"]), + ("kompensation", &["compensation"]), + ("koncentration", &["concentration"]), + ("koncentrations", &["concentrations"]), + ("konckback", &["knockback"]), + ("konfidential", &["confidential"]), + ("konfiguration", &["configuration"]), + ("konfirmation", &["confirmation"]), + ("konfrontation", &["confrontation"]), + ("kongregation", &["congregation"]), + ("konservatism", &["conservatism"]), + ("konservative", &["conservative"]), + ("konservatives", &["conservatives"]), + ("konstellation", &["constellation"]), + ("konsultation", &["consultation"]), + ("kontamination", &["contamination"]), + ("konversation", &["conversation"]), + ("konw", &["know"]), + ("konws", &["knows"]), + ("koordination", &["coordination"]), + ("koreanos", &["koreans"]), + ("krankenstein", &["frankenstein"]), + ("kroeans", &["koreans"]), + ("krpytonite", &["kryptonite"]), + ("krudish", &["kurdish"]), + ("krypotnite", &["kryptonite"]), + ("krypronite", &["kryptonite"]), + ("kryptinite", &["kryptonite"]), + ("kryptolite", &["kryptonite"]), + ("kryptonie", &["kryptonite"]), + ("kryptoninte", &["kryptonite"]), + ("kryptonyte", &["kryptonite"]), + ("krypyonite", &["kryptonite"]), + ("krytponite", &["kryptonite"]), + ("ktichen", &["kitchen"]), + ("kubirck", &["kubrick"]), + ("kunckle", &["knuckle"]), + ("kunckles", &["knuckles"]), + ("kurbick", &["kubrick"]), + ("kurdisch", &["kurdish"]), + ("kuridsh", &["kurdish"]), + ("kwno", &["know"]), + ("kyrptonite", &["kryptonite"]), + ("labarotory", &["laboratory"]), + ("labatory", &["lavatory"]), + ("labenese", &["lebanese"]), + ("labirynth", &["labyrinth"]), + ("labled", &["labelled"]), + ("laboratoy", &["laboratory"]), + ("laboratroy", &["laboratory"]), + ("laboraty", &["laboratory"]), + ("laborerers", &["laborers"]), + ("laboreres", &["laborers"]), + ("laboritory", &["laboratory"]), + ("laborotory", &["laboratory"]), + ("labratory", &["laboratory"]), + ("labriynth", &["labyrinth"]), + ("labryinth", &["labyrinth"]), + ("labyrnith", &["labyrinth"]), + ("lackbuster", &["lackluster"]), + ("lacklaster", &["lackluster"]), + ("lacklusture", &["lackluster"]), + ("laguage", &["language"]), + ("laguages", &["languages"]), + ("landacapes", &["landscapes"]), + ("landingers", &["landings"]), + ("landins", &["landings"]), + ("landscae", &["landscapes"]), + ("landscaps", &["landscapes"]), + ("landscspe", &["landscapes"]), + ("landshapes", &["landscapes"]), + ("landspaces", &["landscapes"]), + ("langauge", &["language"]), + ("langauges", &["languages"]), + ("languague", &["language"]), + ("lannasters", &["lannisters"]), + ("lannesters", &["lannisters"]), + ("lannistars", &["lannisters"]), + ("lannsiters", &["lannisters"]), + ("lantren", &["lantern"]), + ("lanucher", &["launcher"]), + ("lanuchers", &["launchers"]), + ("lanuches", &["launches"]), + ("lanugages", &["languages"]), + ("laodouts", &["loadouts"]), + ("laready", &["already"]), + ("laregly", &["largely"]), + ("largley", &["largely"]), + ("largst", &["largest"]), + ("larington", &["arlington"]), + ("larrry", &["larry"]), + ("larwence", &["lawrence"]), + ("lasagnea", &["lasagna"]), + ("lasagnia", &["lasagna"]), + ("lasanga", &["lasagna"]), + ("lasgana", &["lasagna"]), + ("lastr", &["last"]), + ("lateration", &["alteration"]), + ("latitudie", &["latitude"]), + ("latitudine", &["latitude"]), + ("latitue", &["latitude"]), + ("latnern", &["lantern"]), + ("lattitude", &["latitude"]), + ("laucnhed", &["launched"]), + ("laucnher", &["launcher"]), + ("laucnhers", &["launchers"]), + ("laucnhes", &["launches"]), + ("laucnhing", &["launching"]), + ("laughablely", &["laughably"]), + ("laughabley", &["laughably"]), + ("laughablly", &["laughably"]), + ("launchered", &["launched"]), + ("launchign", &["launching"]), + ("laundrey", &["laundry"]), + ("launhed", &["launched"]), + ("lavae", &["larvae"]), + ("lavendr", &["lavender"]), + ("lawernce", &["lawrence"]), + ("laybrinth", &["labyrinth"]), + ("layed", &["laid"]), + ("lazyness", &["laziness"]), + ("leage", &["league"]), + ("leaglization", &["legalization"]), + ("leaglize", &["legalize"]), + ("leaglizing", &["legalizing"]), + ("leanr", &["lean"]), + ("leathal", &["lethal"]), + ("lebanesse", &["lebanese"]), + ("leceister", &["leicester"]), + ("leciester", &["leicester"]), + ("lecteurs", &["lectures"]), + ("lectureres", &["lectures"]), + ("lecutres", &["lectures"]), + ("lefitst", &["leftist"]), + ("lefitsts", &["leftists"]), + ("lefted", &["left"]), + ("leftits", &["leftist"]), + ("leftsits", &["leftists"]), + ("legalazing", &["legalizing"]), + ("legalizacion", &["legalization"]), + ("legalizaing", &["legalizing"]), + ("legalizaiton", &["legalization"]), + ("legalizare", &["legalize"]), + ("legalizate", &["legalize"]), + ("legalizaton", &["legalization"]), + ("legalizeing", &["legalizing"]), + ("legenadries", &["legendaries"]), + ("legendaies", &["legendaries"]), + ("legendaires", &["legendaries"]), + ("legendarios", &["legendaries"]), + ("legendaris", &["legendaries"]), + ("legendarisk", &["legendaries"]), + ("legendariske", &["legendaries"]), + ("legendaryes", &["legendaries"]), + ("legenday", &["legendary"]), + ("legenderies", &["legendaries"]), + ("legilsation", &["legislation"]), + ("legimitacy", &["legitimacy"]), + ("legimitate", &["legitimate"]), + ("legimitately", &["legitimately"]), + ("legionis", &["legions"]), + ("legislacion", &["legislation"]), + ("legislatie", &["legislative"]), + ("legislatiors", &["legislators"]), + ("legislativo", &["legislation"]), + ("legistation", &["legislation"]), + ("legistative", &["legislative"]), + ("legistators", &["legislators"]), + ("legistration", &["registration"]), + ("legitamacy", &["legitimacy"]), + ("legitamate", &["legitimate"]), + ("legitamately", &["legitimately"]), + ("legitamicy", &["legitimacy"]), + ("legitamite", &["legitimate"]), + ("legitamitely", &["legitimately"]), + ("legitemacy", &["legitimacy"]), + ("legitemate", &["legitimate"]), + ("legitemately", &["legitimately"]), + ("legitematly", &["legitimately"]), + ("legitimaly", &["legitimacy"]), + ("legitimancy", &["legitimacy"]), + ("legitimatcy", &["legitimacy"]), + ("legitimatelly", &["legitimately"]), + ("legitimatley", &["legitimately"]), + ("legitimatly", &["legitimately"]), + ("legitimetly", &["legitimately"]), + ("legitimicy", &["legitimacy"]), + ("legitimite", &["legitimate"]), + ("legitimitely", &["legitimately"]), + ("legitimt", &["legitimate"]), + ("legitmate", &["legitimate"]), + ("legnedaries", &["legendaries"]), + ("legnedary", &["legendary"]), + ("legnths", &["lengths"]), + ("legnthy", &["lengthy"]), + ("legoins", &["legions"]), + ("leigons", &["legions"]), + ("leiutenant", &["lieutenant"]), + ("lengedaries", &["legendaries"]), + ("lenght", &["length"]), + ("lenghts", &["lengths"]), + ("lengthes", &["lengths"]), + ("lengthly", &["lengthy"]), + ("lenoard", &["leonard"]), + ("lentiles", &["lentils"]), + ("lentills", &["lentils"]), + ("lepoard", &["leopard"]), + ("leran", &["learn"]), + ("lerans", &["learns"]), + ("lesbain", &["lesbian"]), + ("lesbains", &["lesbians"]), + ("lesbianas", &["lesbians"]), + ("lesbianese", &["lesbians"]), + ("lesbianest", &["lesbians"]), + ("lesbianus", &["lesbians"]), + ("lesiban", &["lesbian"]), + ("lesibans", &["lesbians"]), + ("lesiure", &["leisure"]), + ("letivicus", &["leviticus"]), + ("leuitenant", &["lieutenant"]), + ("leutenant", &["lieutenant"]), + ("levaithan", &["leviathan"]), + ("levander", &["lavender"]), + ("levelign", &["leveling"]), + ("levellign", &["levelling"]), + ("levetate", &["levitate"]), + ("levetated", &["levitated"]), + ("levetates", &["levitates"]), + ("levetating", &["levitating"]), + ("leviathn", &["leviathan"]), + ("levicitus", &["leviticus"]), + ("levle", &["level"]), + ("levleing", &["leveling"]), + ("levleling", &["levelling"]), + ("lfiesteal", &["lifesteal"]), + ("liasion", &["liaison"]), + ("liason", &["liaison"]), + ("liasons", &["liaisons"]), + ("libary", &["library"]), + ("liberacion", &["liberation"]), + ("liberae", &["liberate"]), + ("liberales", &["liberals"]), + ("liberalest", &["liberate"]), + ("liberalim", &["liberalism"]), + ("liberalis", &["liberals"]), + ("liberalisim", &["liberalism"]), + ("liberalizm", &["liberalism"]), + ("liberalnim", &["liberalism"]), + ("liberalsim", &["liberalism"]), + ("liberarion", &["liberation"]), + ("liberas", &["liberals"]), + ("liberaties", &["liberate"]), + ("liberatin", &["liberation"]), + ("liberato", &["liberation"]), + ("liberatore", &["liberate"]), + ("liberatrian", &["libertarians"]), + ("liberatrianism", &["libertarianism"]), + ("liberatrians", &["libertarians"]), + ("libertae", &["liberate"]), + ("libertairan", &["libertarians"]), + ("libertania", &["libertarians"]), + ("libertarain", &["libertarian"]), + ("libertarainism", &["libertarianism"]), + ("libertarains", &["libertarians"]), + ("libertariaism", &["libertarianism"]), + ("libertarianisim", &["libertarianism"]), + ("libertarianisme", &["libertarians"]), + ("libertarianismo", &["libertarians"]), + ("libertarianists", &["libertarians"]), + ("libertariansim", &["libertarianism"]), + ("libertariansism", &["libertarianism"]), + ("libertariansm", &["libertarianism"]), + ("libertarias", &["libertarians"]), + ("libertarien", &["libertarian"]), + ("libertariens", &["libertarians"]), + ("libertarinaism", &["libertarianism"]), + ("libertaryan", &["libertarian"]), + ("libertaryanism", &["libertarianism"]), + ("libertaryans", &["libertarians"]), + ("libertatian", &["libertarian"]), + ("libertatianism", &["libertarianism"]), + ("libertatians", &["libertarians"]), + ("libertea", &["liberate"]), + ("liberterian", &["libertarian"]), + ("liberterianism", &["libertarianism"]), + ("liberterians", &["libertarians"]), + ("libguistic", &["linguistic"]), + ("libguistics", &["linguistics"]), + ("libitarianisn", &["libertarianism"]), + ("lible", &["libel"]), + ("libraires", &["libraries"]), + ("librarse", &["libraries"]), + ("libretarian", &["libertarian"]), + ("libretarianism", &["libertarianism"]), + ("libretarians", &["libertarians"]), + ("licencie", &["licence"]), + ("licencse", &["licence"]), + ("liebrals", &["liberals"]), + ("liecester", &["leicester"]), + ("lieing", &["lying"]), + ("liek", &["like"]), + ("liekable", &["likeable"]), + ("liekd", &["liked"]), + ("lienups", &["lineups"]), + ("liesure", &["leisure"]), + ("lietuenant", &["lieutenant"]), + ("lieuenant", &["lieutenant"]), + ("lieutanant", &["lieutenant"]), + ("lieutanent", &["lieutenant"]), + ("lieutenat", &["lieutenant"]), + ("lieutenent", &["lieutenant"]), + ("lieutennant", &["lieutenant"]), + ("lieutentant", &["lieutenant"]), + ("lieved", &["lived"]), + ("lifepsan", &["lifespan"]), + ("lifespawn", &["lifespan"]), + ("lifestel", &["lifesteal"]), + ("lifestiles", &["lifestyles"]), + ("lifestlye", &["lifestyle"]), + ("lifestlyes", &["lifestyles"]), + ("lifestye", &["lifestyle"]), + ("lifesystem", &["filesystem"]), + ("lifesytles", &["lifestyles"]), + ("lifetimers", &["lifetimes"]), + ("lifetsyles", &["lifestyles"]), + ("liftime", &["lifetime"]), + ("lighhtning", &["lightening"]), + ("lighitng", &["lighting"]), + ("lighlty", &["lightly"]), + ("lighnting", &["lightning"]), + ("lightenning", &["lightening"]), + ("lightenting", &["lightening"]), + ("lightergas", &["lighters"]), + ("lightes", &["lighters"]), + ("lighthearded", &["lighthearted"]), + ("lightheared", &["lighthearted"]), + ("lighthearthed", &["lighthearted"]), + ("lightheated", &["lighthearted"]), + ("lighthning", &["lightening"]), + ("lighthorse", &["lighthouse"]), + ("lighthosue", &["lighthouse"]), + ("lighthours", &["lighthouse"]), + ("lightining", &["lighting"]), + ("lightneing", &["lightening"]), + ("lightnig", &["lightning"]), + ("lightnign", &["lightning"]), + ("lightnting", &["lightening"]), + ("lightres", &["lighters"]), + ("lightrom", &["lightroom"]), + ("lightrooom", &["lightroom"]), + ("lightweigt", &["lightweight"]), + ("lightweigth", &["lightweight"]), + ("lightwieght", &["lightweight"]), + ("lightwright", &["lightweight"]), + ("ligitation", &["litigation"]), + ("ligthening", &["lightening"]), + ("ligthers", &["lighters"]), + ("ligthhouse", &["lighthouse"]), + ("ligthing", &["lighting"]), + ("ligthly", &["lightly"]), + ("ligthning", &["lightning"]), + ("ligthroom", &["lightroom"]), + ("ligthweight", &["lightweight"]), + ("likebale", &["likeable"]), + ("likelyhood", &["likelihood"]), + ("limination", &["limitation"]), + ("limitacion", &["limitation"]), + ("limitaiton", &["limitation"]), + ("limitaitons", &["limitation"]), + ("limitant", &["militant"]), + ("limitating", &["limitation"]), + ("limitativo", &["limitation"]), + ("limitato", &["limitation"]), + ("linclon", &["lincoln"]), + ("lincolin", &["lincoln"]), + ("lincolon", &["lincoln"]), + ("lineupes", &["lineups"]), + ("lingeire", &["lingerie"]), + ("lingerine", &["lingerie"]), + ("lingiere", &["lingerie"]), + ("linguisics", &["linguistics"]), + ("linguisitc", &["linguistics"]), + ("linguisitcs", &["linguistics"]), + ("linguisitic", &["linguistic"]), + ("linguistcs", &["linguistics"]), + ("linguisticas", &["linguistics"]), + ("linguisticos", &["linguistics"]), + ("linguistis", &["linguistics"]), + ("linguistisch", &["linguistics"]), + ("linguitics", &["linguistic"]), + ("lingusitic", &["linguistics"]), + ("lingusitics", &["linguistics"]), + ("lingvistic", &["linguistic"]), + ("linnaena", &["linnaean"]), + ("linueps", &["lineups"]), + ("liousville", &["louisville"]), + ("lipstics", &["lipsticks"]), + ("liqiuds", &["liquids"]), + ("liquidas", &["liquids"]), + ("liquides", &["liquids"]), + ("liquidos", &["liquids"]), + ("liscense", &["license"]), + ("lisence", &["license"]), + ("lisenced", &["silenced"]), + ("lisense", &["license"]), + ("lispticks", &["lipsticks"]), + ("listend", &["listened"]), + ("listenend", &["listened"]), + ("listeneres", &["listeners"]), + ("listenes", &["listens"]), + ("listents", &["listens"]), + ("listners", &["listeners"]), + ("litature", &["literature"]), + ("litecion", &["litecoin"]), + ("litecon", &["litecoin"]), + ("liteicon", &["litecoin"]), + ("literae", &["literate"]), + ("literallly", &["literally"]), + ("literaly", &["literally"]), + ("literarely", &["literary"]), + ("literarlly", &["literary"]), + ("literarly", &["literary"]), + ("literarry", &["literary"]), + ("literatire", &["literate"]), + ("literative", &["literate"]), + ("literatre", &["literate"]), + ("literatue", &["literate"]), + ("literatute", &["literate"]), + ("literture", &["literature"]), + ("lithaunia", &["lithuania"]), + ("lithuaina", &["lithuania"]), + ("lithuana", &["lithuania"]), + ("lithuanina", &["lithuania"]), + ("lithuaninan", &["lithuania"]), + ("lithuiana", &["lithuania"]), + ("lithuim", &["lithium"]), + ("lithunaia", &["lithuania"]), + ("litigatin", &["litigation"]), + ("litigato", &["litigation"]), + ("litihum", &["lithium"]), + ("litllefinger", &["littlefinger"]), + ("littel", &["little"]), + ("littelfinger", &["littlefinger"]), + ("litterally", &["literally"]), + ("litterfinger", &["littlefinger"]), + ("littiefinger", &["littlefinger"]), + ("littlefiger", &["littlefinger"]), + ("littlefigner", &["littlefinger"]), + ("littlefinder", &["littlefinger"]), + ("littlefiner", &["littlefinger"]), + ("littlepinger", &["littlefinger"]), + ("lituhania", &["lithuania"]), + ("liuetenant", &["lieutenant"]), + ("liuke", &["like"]), + ("liveatream", &["livestream"]), + ("livelehood", &["livelihood"]), + ("liveprool", &["liverpool"]), + ("liverpol", &["liverpool"]), + ("liverpoool", &["liverpool"]), + ("livescream", &["livestream"]), + ("livestreem", &["livestream"]), + ("livestrem", &["livestream"]), + ("livestrems", &["livestream"]), + ("livilehood", &["livelihood"]), + ("livley", &["lively"]), + ("livliehood", &["livelihood"]), + ("lmits", &["limits"]), + ("lnowledgable", &["knowledgable"]), + ("loadous", &["loadouts"]), + ("lobbyistes", &["lobbyists"]), + ("lobbysits", &["lobbyists"]), + ("lockacreen", &["lockscreen"]), + ("lockscreeen", &["lockscreen"]), + ("lockscren", &["lockscreen"]), + ("loenard", &["leonard"]), + ("loepard", &["leopard"]), + ("loev", &["love"]), + ("logictical", &["logistical"]), + ("logisitcal", &["logistical"]), + ("logisitcs", &["logistics"]), + ("logisticas", &["logistics"]), + ("logisticly", &["logistical"]), + ("logiteh", &["logitech"]), + ("logsitics", &["logistics"]), + ("logtiech", &["logitech"]), + ("loiusiana", &["louisiana"]), + ("loiusville", &["louisville"]), + ("lollipoop", &["lollipop"]), + ("lollipoopy", &["lollipop"]), + ("lonelyness", &["loneliness"]), + ("longevitity", &["longevity"]), + ("longevitiy", &["longevity"]), + ("longitme", &["longtime"]), + ("longitudonal", &["longitudinal"]), + ("longtiem", &["longtime"]), + ("lonileness", &["loneliness"]), + ("lonley", &["lonely"]), + ("lonlieness", &["loneliness"]), + ("lonly", &["lonely"]), + ("looseley", &["loosely"]), + ("loosley", &["loosely"]), + ("loreplay", &["roleplay"]), + ("lotharingen", &["lothringen"]), + ("louieville", &["louisville"]), + ("louisiania", &["louisiana"]), + ("louisianna", &["louisiana"]), + ("louisivlle", &["louisville"]), + ("louisviile", &["louisville"]), + ("louisvile", &["louisville"]), + ("louisvillle", &["louisville"]), + ("lousiville", &["louisville"]), + ("luanched", &["launched"]), + ("luancher", &["launcher"]), + ("luanchers", &["launchers"]), + ("luanches", &["launches"]), + ("luanching", &["launching"]), + ("luandry", &["laundry"]), + ("lubicrant", &["lubricant"]), + ("lubircant", &["lubricant"]), + ("lubricat", &["lubricant"]), + ("lucifear", &["lucifer"]), + ("luckilly", &["luckily"]), + ("luckliy", &["luckily"]), + ("ludcrious", &["ludicrous"]), + ("ludricous", &["ludicrous"]), + ("luicfer", &["lucifer"]), + ("luietenant", &["lieutenant"]), + ("lukid", &["likud"]), + ("lunaticos", &["lunatics"]), + ("lunaticus", &["lunatics"]), + ("lunatis", &["lunatics"]), + ("lveo", &["love"]), + ("lvoe", &["love"]), + ("lybia", &["libya"]), + ("mabyelline", &["maybelline"]), + ("macarino", &["macaroni"]), + ("macaronni", &["macaroni"]), + ("machiens", &["machines"]), + ("maching", &["machine"]), + ("machins", &["machines"]), + ("mackeral", &["mackerel"]), + ("maclolm", &["malcolm"]), + ("macthup", &["matchup"]), + ("macthups", &["matchups"]), + ("madsion", &["madison"]), + ("madturbating", &["masturbating"]), + ("madturbation", &["masturbation"]), + ("maestries", &["masteries"]), + ("magainzes", &["magazines"]), + ("magasine", &["magazine"]), + ("magazins", &["magazines"]), + ("magensium", &["magnesium"]), + ("magentic", &["magnetic"]), + ("magents", &["magnets"]), + ("magicain", &["magician"]), + ("magicin", &["magician"]), + ("magincian", &["magician"]), + ("maginficent", &["magnificent"]), + ("magintude", &["magnitude"]), + ("magisine", &["magazine"]), + ("magizine", &["magazine"]), + ("magneficent", &["magnificent"]), + ("magneisum", &["magnesium"]), + ("magnesuim", &["magnesium"]), + ("magnetis", &["magnets"]), + ("magnicifent", &["magnificent"]), + ("magnifacent", &["magnificent"]), + ("magnifecent", &["magnificent"]), + ("magnificant", &["magnificent"]), + ("magnificient", &["magnificent"]), + ("magnifient", &["magnificent"]), + ("magnifine", &["magnificent"]), + ("magnited", &["magnitude"]), + ("magnitudine", &["magnitude"]), + ("magnitue", &["magnitude"]), + ("magolia", &["magnolia"]), + ("maidson", &["madison"]), + ("mailny", &["mainly"]), + ("mainfest", &["manifest"]), + ("mainfestation", &["manifestation"]), + ("mainfesto", &["manifesto"]), + ("mainfests", &["manifests"]), + ("mainpulate", &["manipulate"]), + ("mainstreem", &["mainstream"]), + ("mainstrem", &["mainstream"]), + ("maintainance", &["maintenance"]), + ("maintaince", &["maintained"]), + ("maintainence", &["maintenance"]), + ("maintaines", &["maintains"]), + ("maintaing", &["maintaining"]), + ("maintainig", &["maintaining"]), + ("maintainted", &["maintained"]), + ("maintan", &["maintain"]), + ("maintanance", &["maintenance"]), + ("maintance", &["maintenance"]), + ("maintanence", &["maintenance"]), + ("maintenace", &["maintenance"]), + ("maintenaince", &["maintenance"]), + ("maintenence", &["maintenance"]), + ("maintian", &["maintain"]), + ("maintianed", &["maintained"]), + ("maintianing", &["maintaining"]), + ("maintians", &["maintains"]), + ("maintinaing", &["maintaining"]), + ("maintinance", &["maintenance"]), + ("maintinence", &["maintenance"]), + ("maintioned", &["mentioned"]), + ("mairjuana", &["marijuana"]), + ("mairlyn", &["marilyn"]), + ("majoroty", &["majority"]), + ("maked", &["marked"]), + ("makrsman", &["marksman"]), + ("makse", &["makes"]), + ("malaira", &["malaria"]), + ("malariya", &["malaria"]), + ("malasiya", &["malaysia"]), + ("malasyia", &["malaysia"]), + ("malasyian", &["malaysian"]), + ("malayisa", &["malaysia"]), + ("malayisan", &["malaysian"]), + ("malaysa", &["malaysia"]), + ("malaysain", &["malaysian"]), + ("malclom", &["malcolm"]), + ("maletonin", &["melatonin"]), + ("malfonction", &["malfunction"]), + ("malfucntion", &["malfunction"]), + ("malfucntions", &["malfunction"]), + ("malfuncion", &["malfunction"]), + ("malfunciton", &["malfunction"]), + ("malfuncting", &["malfunction"]), + ("malfunktion", &["malfunction"]), + ("malpractce", &["malpractice"]), + ("malpractise", &["malpractice"]), + ("malpractive", &["malpractice"]), + ("maltesian", &["maltese"]), + ("malyasia", &["malaysia"]), + ("malyasian", &["malaysian"]), + ("mamal", &["mammal"]), + ("mamalian", &["mammalian"]), + ("manadrin", &["mandarin"]), + ("manafactured", &["manufactured"]), + ("manafacturer", &["manufacturer"]), + ("manafacturers", &["manufacturers"]), + ("manafactures", &["manufactures"]), + ("manafacturing", &["manufacturing"]), + ("manafestation", &["manifestation"]), + ("managable", &["manageable"]), + ("managebale", &["manageable"]), + ("managment", &["management"]), + ("manaully", &["manually"]), + ("manauls", &["manuals"]), + ("mandarian", &["mandarin"]), + ("mandarijn", &["mandarin"]), + ("mandarion", &["mandarin"]), + ("mandase", &["mandates"]), + ("mandaste", &["mandates"]), + ("mandats", &["mandates"]), + ("mandrain", &["mandarin"]), + ("mandrian", &["mandarin"]), + ("maneagable", &["manageable"]), + ("manefestation", &["manifestation"]), + ("maneouvre", &["manoeuvre"]), + ("maneouvred", &["manoeuvred"]), + ("maneouvres", &["manoeuvres"]), + ("maneouvring", &["manoeuvring"]), + ("maneuveres", &["maneuvers"]), + ("maneuveur", &["maneuver"]), + ("maneuveurs", &["maneuver"]), + ("maneveur", &["maneuver"]), + ("maneveurs", &["maneuvers"]), + ("manevuer", &["maneuver"]), + ("manfiest", &["manifest"]), + ("manfiesto", &["manifesto"]), + ("manfiests", &["manifests"]), + ("manfuacturers", &["manufactures"]), + ("mangeld", &["mangled"]), + ("mangesium", &["magnesium"]), + ("mangetic", &["magnetic"]), + ("mangets", &["magnets"]), + ("mangitude", &["magnitude"]), + ("manglade", &["mangled"]), + ("manifactured", &["manufactured"]), + ("manifacturer", &["manufacturer"]), + ("manifacturers", &["manufacturers"]), + ("manifactures", &["manufactures"]), + ("manifacturing", &["manufacturing"]), + ("manifastation", &["manifestation"]), + ("manifeso", &["manifesto"]), + ("manifestacion", &["manifestation"]), + ("manifestado", &["manifesto"]), + ("manifestaion", &["manifestation"]), + ("manifestano", &["manifesto"]), + ("manifestanti", &["manifestation"]), + ("manifestas", &["manifests"]), + ("manifestating", &["manifestation"]), + ("manifestato", &["manifesto"]), + ("manifestes", &["manifests"]), + ("manifestion", &["manifesto"]), + ("manifestior", &["manifesto"]), + ("manifestons", &["manifests"]), + ("manifestors", &["manifests"]), + ("manifestus", &["manifests"]), + ("manifistation", &["manifestation"]), + ("manipluate", &["manipulate"]), + ("manipluated", &["manipulated"]), + ("manipluating", &["manipulating"]), + ("manipluation", &["manipulation"]), + ("manipualte", &["manipulate"]), + ("manipualted", &["manipulated"]), + ("manipualting", &["manipulating"]), + ("manipualtion", &["manipulation"]), + ("manipualtive", &["manipulative"]), + ("manipulacion", &["manipulation"]), + ("manipulant", &["manipulate"]), + ("manipulare", &["manipulate"]), + ("manipulatie", &["manipulative"]), + ("manipulatin", &["manipulation"]), + ("manipulationg", &["manipulating"]), + ("manipulaton", &["manipulation"]), + ("manipule", &["manipulate"]), + ("manipulitive", &["manipulative"]), + ("manipulted", &["manipulated"]), + ("manisfestations", &["manifestations"]), + ("maniuplate", &["manipulate"]), + ("maniuplated", &["manipulated"]), + ("maniuplating", &["manipulating"]), + ("maniuplation", &["manipulation"]), + ("maniuplative", &["manipulative"]), + ("mannarisms", &["mannerisms"]), + ("mannerisims", &["mannerisms"]), + ("mannersims", &["mannerisms"]), + ("mannorisms", &["mannerisms"]), + ("manoeuverability", &["maneuverability"]), + ("manouver", &["maneuver"]), + ("manouverability", &["maneuverability"]), + ("manouverable", &["maneuverable"]), + ("manouvers", &["maneuvers"]), + ("mansalughter", &["manslaughter"]), + ("manslaugher", &["manslaughter"]), + ("manslaugter", &["manslaughter"]), + ("manslaugther", &["manslaughter"]), + ("mansluaghter", &["manslaughter"]), + ("mantained", &["maintained"]), + ("manuales", &["manuals"]), + ("manualy", &["manually"]), + ("manuever", &["maneuver"]), + ("manuevers", &["maneuvers"]), + ("manufacter", &["manufacture"]), + ("manufactered", &["manufactured"]), + ("manufacterer", &["manufacturer"]), + ("manufacterers", &["manufacturers"]), + ("manufacteres", &["manufactures"]), + ("manufactering", &["manufacturing"]), + ("manufacters", &["manufactures"]), + ("manufacterurs", &["manufactures"]), + ("manufacteur", &["manufactures"]), + ("manufacteurs", &["manufactures"]), + ("manufactored", &["manufactured"]), + ("manufactorer", &["manufacturer"]), + ("manufactorers", &["manufacturers"]), + ("manufactores", &["manufactures"]), + ("manufactoring", &["manufacturing"]), + ("manufactued", &["manufactured"]), + ("manufactuer", &["manufacture"]), + ("manufactuered", &["manufactured"]), + ("manufactuerer", &["manufacturer"]), + ("manufactueres", &["manufactures"]), + ("manufactuers", &["manufacturers"]), + ("manufactuing", &["manufacturing"]), + ("manufacturas", &["manufactures"]), + ("manufacturedd", &["manufactured"]), + ("manufactureds", &["manufactures"]), + ("manufactureers", &["manufactures"]), + ("manufactureras", &["manufactures"]), + ("manufacturerd", &["manufactured"]), + ("manufacturered", &["manufactured"]), + ("manufacturerers", &["manufacturers"]), + ("manufactureres", &["manufacturers"]), + ("manufactureros", &["manufactures"]), + ("manufacturier", &["manufacturer"]), + ("manufacturor", &["manufacturer"]), + ("manufacturors", &["manufacturers"]), + ("manufacturs", &["manufactures"]), + ("manufactuter", &["manufacture"]), + ("manufactuters", &["manufactures"]), + ("manufacure", &["manufacture"]), + ("manufacuter", &["manufacture"]), + ("manufacuters", &["manufactures"]), + ("manufacutre", &["manufactures"]), + ("manufacutred", &["manufacture"]), + ("manufacutrers", &["manufactures"]), + ("manufacutres", &["manufactures"]), + ("manufature", &["manufacture"]), + ("manufatured", &["manufactured"]), + ("manufaturing", &["manufacturing"]), + ("manufcaturers", &["manufactures"]), + ("manupilated", &["manipulated"]), + ("manupilating", &["manipulating"]), + ("manupulating", &["manipulating"]), + ("manupulation", &["manipulation"]), + ("manupulative", &["manipulative"]), + ("manuver", &["maneuver"]), + ("maraconi", &["macaroni"]), + ("maradeur", &["marauder"]), + ("maraduer", &["marauder"]), + ("maragret", &["margaret"]), + ("maraudeur", &["marauder"]), + ("maraudeurs", &["marauder"]), + ("marbels", &["marbles"]), + ("marbleds", &["marbles"]), + ("marchmallows", &["marshmallows"]), + ("marevlous", &["marvelous"]), + ("marganilize", &["marginalized"]), + ("marganilized", &["marginalized"]), + ("margarent", &["margaret"]), + ("margarite", &["margaret"]), + ("margaritte", &["margaret"]), + ("margart", &["margaret"]), + ("margenalized", &["marginalized"]), + ("margerat", &["margaret"]), + ("margianlly", &["marginally"]), + ("marginaal", &["marginal"]), + ("marginaali", &["marginal"]), + ("marginable", &["marginal"]), + ("marginaly", &["marginally"]), + ("margines", &["margins"]), + ("margings", &["margins"]), + ("marginilized", &["marginalized"]), + ("marginis", &["margins"]), + ("marhsmallow", &["marshmallow"]), + ("marhsmallows", &["marshmallows"]), + ("mariage", &["marriage"]), + ("mariens", &["marines"]), + ("marignal", &["marginal"]), + ("marignally", &["marginally"]), + ("marijauna", &["marijuana"]), + ("marijuanna", &["marijuana"]), + ("marijuannas", &["marijuana"]), + ("marilyin", &["marilyn"]), + ("marinens", &["marines"]), + ("marineras", &["mariners"]), + ("marineris", &["mariners"]), + ("marineros", &["mariners"]), + ("maritan", &["martian"]), + ("marixsm", &["marxism"]), + ("mariyln", &["marilyn"]), + ("marjiuana", &["marijuana"]), + ("marjority", &["majority"]), + ("markede", &["marketed"]), + ("markedet", &["marketed"]), + ("markeras", &["markers"]), + ("markerplace", &["marketplace"]), + ("markerts", &["markers"]), + ("markes", &["marks"]), + ("marketpalce", &["marketplace"]), + ("marketting", &["marketing"]), + ("marlbes", &["marbles"]), + ("marliyn", &["marilyn"]), + ("marmelade", &["marmalade"]), + ("marniers", &["mariners"]), + ("marnies", &["marines"]), + ("marrage", &["marriage"]), + ("marraige", &["marriage"]), + ("marrtyred", &["martyred"]), + ("marryied", &["married"]), + ("marshamllow", &["marshmallow"]), + ("marshamllows", &["marshmallows"]), + ("marshmalllows", &["marshmallows"]), + ("marshmallons", &["marshmallows"]), + ("marshmallowiest", &["marshmallows"]), + ("marshmallowness", &["marshmallows"]), + ("marshmalow", &["marshmallow"]), + ("marshmalows", &["marshmallows"]), + ("marskman", &["marksman"]), + ("martail", &["martial"]), + ("martain", &["martian"]), + ("maruader", &["marauder"]), + ("marvelos", &["marvelous"]), + ("marxisim", &["marxism"]), + ("masacra", &["mascara"]), + ("mascarra", &["mascara"]), + ("masculanity", &["masculinity"]), + ("masculenity", &["masculinity"]), + ("masculinty", &["masculinity"]), + ("masoginistic", &["misogynistic"]), + ("masogynistic", &["misogynistic"]), + ("masrhmallow", &["marshmallow"]), + ("massace", &["massacre"]), + ("massacer", &["massacre"]), + ("massachsuetts", &["massachusetts"]), + ("massachucetts", &["massachusetts"]), + ("massachuestts", &["massachusetts"]), + ("massachusents", &["massachusetts"]), + ("massachusets", &["massachusetts"]), + ("massachusettes", &["massachusetts"]), + ("massachusettians", &["massachusetts"]), + ("massachusites", &["massachusetts"]), + ("massachussets", &["massachusetts"]), + ("massachussetts", &["massachusetts"]), + ("massachustts", &["massachusetts"]), + ("massacrare", &["massacre"]), + ("massagens", &["massages"]), + ("massarce", &["massacre"]), + ("massasge", &["massages"]), + ("masscare", &["massacre"]), + ("massechusetts", &["massachusetts"]), + ("massivelly", &["massively"]), + ("massivley", &["massively"]), + ("masteires", &["masteries"]), + ("masterbation", &["masturbation"]), + ("mastereis", &["masteries"]), + ("masteriers", &["masteries"]), + ("masteris", &["masteries"]), + ("masterise", &["masteries"]), + ("mastermid", &["mastermind"]), + ("mastermined", &["mastermind"]), + ("masternind", &["mastermind"]), + ("masterpeace", &["masterpiece"]), + ("masterpeice", &["masterpiece"]), + ("masterpeices", &["masterpiece"]), + ("masterpice", &["masterpiece"]), + ("mastieres", &["masteries"]), + ("mastrubate", &["masturbate"]), + ("mastrubated", &["masturbated"]), + ("mastrubates", &["masturbate"]), + ("mastrubating", &["masturbating"]), + ("mastrubation", &["masturbation"]), + ("mastubrate", &["masturbated"]), + ("mastubration", &["masturbation"]), + ("masturabte", &["masturbate"]), + ("masturabted", &["masturbated"]), + ("masturabting", &["masturbating"]), + ("masturabtion", &["masturbation"]), + ("masturbacion", &["masturbation"]), + ("masturbae", &["masturbated"]), + ("masturbaing", &["masturbating"]), + ("masturbait", &["masturbate"]), + ("masturbaited", &["masturbated"]), + ("masturbare", &["masturbate"]), + ("masturbarte", &["masturbate"]), + ("masturbateing", &["masturbating"]), + ("masturbathe", &["masturbated"]), + ("masturbathon", &["masturbation"]), + ("masturbatie", &["masturbated"]), + ("masturbatin", &["masturbation"]), + ("masturbaton", &["masturbation"]), + ("masturbe", &["masturbate"]), + ("masturbeta", &["masturbated"]), + ("masturbsted", &["masturbated"]), + ("masturbsting", &["masturbating"]), + ("masturdate", &["masturbate"]), + ("masturdating", &["masturbating"]), + ("masturpiece", &["masterpiece"]), + ("mastutbation", &["masturbation"]), + ("masuclinity", &["masculinity"]), + ("mataphorical", &["metaphorical"]), + ("mataphorically", &["metaphorically"]), + ("mataphysical", &["metaphysical"]), + ("matchamking", &["matchmaking"]), + ("matchmakeing", &["matchmaking"]), + ("materalists", &["materialist"]), + ("materiaal", &["material"]), + ("materiales", &["materials"]), + ("materialisimo", &["materialism"]), + ("materialsim", &["materialism"]), + ("materialsm", &["materialism"]), + ("materias", &["materials"]), + ("mathamatician", &["mathematician"]), + ("mathamatics", &["mathematics"]), + ("mathametician", &["mathematician"]), + ("mathameticians", &["mathematicians"]), + ("mathcmaking", &["matchmaking"]), + ("mathcup", &["matchup"]), + ("mathcups", &["matchups"]), + ("mathemagically", &["mathematically"]), + ("mathemagics", &["mathematics"]), + ("mathemathics", &["mathematics"]), + ("mathematicals", &["mathematics"]), + ("mathematicaly", &["mathematically"]), + ("mathematican", &["mathematician"]), + ("mathematicans", &["mathematics"]), + ("mathematicas", &["mathematics"]), + ("mathematicion", &["mathematician"]), + ("mathematicks", &["mathematics"]), + ("mathematicly", &["mathematical"]), + ("mathematisch", &["mathematics"]), + ("mathematitian", &["mathematician"]), + ("mathematitians", &["mathematicians"]), + ("mathemetical", &["mathematical"]), + ("mathemetically", &["mathematically"]), + ("mathemetician", &["mathematician"]), + ("mathemeticians", &["mathematicians"]), + ("mathemetics", &["mathematics"]), + ("matheticians", &["mathematicians"]), + ("mathewes", &["mathews"]), + ("mathimatical", &["mathematical"]), + ("mathimatically", &["mathematically"]), + ("mathimatics", &["mathematics"]), + ("mathmatically", &["mathematically"]), + ("mathmatician", &["mathematician"]), + ("mathmaticians", &["mathematicians"]), + ("mathwes", &["mathews"]), + ("matieral", &["material"]), + ("matieralism", &["materialism"]), + ("matierals", &["materials"]), + ("matrial", &["martial"]), + ("matterss", &["mattress"]), + ("mattreses", &["mattress"]), + ("mauarder", &["marauder"]), + ("maunals", &["manuals"]), + ("maximazing", &["maximizing"]), + ("maximini", &["maximizing"]), + ("maximixing", &["maximizing"]), + ("mayalsia", &["malaysia"]), + ("mayalsian", &["malaysian"]), + ("mayballine", &["maybelline"]), + ("maybelle", &["maybelline"]), + ("maybelleine", &["maybelline"]), + ("maybellene", &["maybelline"]), + ("maybellibe", &["maybelline"]), + ("maybelliene", &["maybelline"]), + ("maybellinne", &["maybelline"]), + ("maybellline", &["maybelline"]), + ("maybilline", &["maybelline"]), + ("maylasia", &["malaysia"]), + ("maylasian", &["malaysian"]), + ("mcalren", &["mclaren"]), + ("mccarhty", &["mccarthy"]), + ("mccarthey", &["mccarthy"]), + ("mccarthyst", &["mccarthyist"]), + ("mcgergor", &["mcgregor"]), + ("mchanics", &["mechanics"]), + ("mclarean", &["mclaren"]), + ("mcreggor", &["mcgregor"]), + ("mdifielder", &["midfielder"]), + ("mdifielders", &["midfielders"]), + ("meagthread", &["megathread"]), + ("meagtron", &["megatron"]), + ("meancing", &["menacing"]), + ("meaningess", &["meanings"]), + ("meaningles", &["meanings"]), + ("meaninng", &["meaning"]), + ("meanins", &["meanings"]), + ("meatballers", &["meatballs"]), + ("meatballls", &["meatballs"]), + ("meatbals", &["meatballs"]), + ("mecahnic", &["mechanic"]), + ("mecahnical", &["mechanical"]), + ("mecahnically", &["mechanically"]), + ("mecahnics", &["mechanics"]), + ("mecahnisms", &["mechanisms"]), + ("mecernaries", &["mercenaries"]), + ("mecernary", &["mercenary"]), + ("mechancial", &["mechanical"]), + ("mechancially", &["mechanically"]), + ("mechancis", &["mechanics"]), + ("mechandise", &["merchandise"]), + ("mechanicallly", &["mechanically"]), + ("mechanicaly", &["mechanically"]), + ("mechanichal", &["mechanical"]), + ("mechanichs", &["mechanics"]), + ("mechanicle", &["mechanical"]), + ("mechaniclly", &["mechanically"]), + ("mechanicly", &["mechanical"]), + ("mechanicsms", &["mechanisms"]), + ("mechanicus", &["mechanics"]), + ("mechanim", &["mechanism"]), + ("mechanims", &["mechanism"]), + ("mechaninc", &["mechanic"]), + ("mechanincs", &["mechanic"]), + ("mechanis", &["mechanics"]), + ("mechanisim", &["mechanism"]), + ("mechanisims", &["mechanism"]), + ("mechanismus", &["mechanisms"]), + ("mechansim", &["mechanism"]), + ("mechansims", &["mechanisms"]), + ("mechinical", &["mechanical"]), + ("mechinisms", &["mechanisms"]), + ("medacine", &["medicine"]), + ("medatite", &["meditate"]), + ("medeival", &["medieval"]), + ("medeterranean", &["mediterranean"]), + ("medevial", &["medieval"]), + ("mediaction", &["medications"]), + ("mediavel", &["medieval"]), + ("medicacion", &["medication"]), + ("medicad", &["medicaid"]), + ("medicae", &["medicare"]), + ("medicaiton", &["medication"]), + ("medicaitons", &["medications"]), + ("medicalert", &["medicare"]), + ("medicallly", &["medically"]), + ("medicaly", &["medically"]), + ("medicatons", &["medications"]), + ("mediciad", &["medicaid"]), + ("medicince", &["medicine"]), + ("medicinens", &["medicines"]), + ("medicineras", &["medicines"]), + ("mediciney", &["mediciny"]), + ("medicins", &["medicines"]), + ("medicinske", &["medicine"]), + ("medicore", &["mediocre"]), + ("medicority", &["mediocrity"]), + ("medidating", &["meditating"]), + ("medievel", &["medieval"]), + ("medioce", &["mediocre"]), + ("mediocer", &["mediocre"]), + ("mediocirty", &["mediocrity"]), + ("mediocraty", &["mediocrity"]), + ("mediocrety", &["mediocrity"]), + ("mediocricy", &["mediocrity"]), + ("mediocrily", &["mediocrity"]), + ("mediocrisy", &["mediocrity"]), + ("mediocry", &["mediocrity"]), + ("mediorce", &["mediocre"]), + ("meditacion", &["medications"]), + ("meditaciones", &["medications"]), + ("meditaiton", &["meditation"]), + ("meditarrenean", &["mediterranean"]), + ("meditatie", &["meditate"]), + ("meditatiing", &["meditating"]), + ("meditatin", &["meditation"]), + ("meditationg", &["meditating"]), + ("meditato", &["meditation"]), + ("mediterainnean", &["mediterranean"]), + ("mediteranean", &["mediterranean"]), + ("meditereanean", &["mediterranean"]), + ("mediterraean", &["mediterranean"]), + ("mediterranen", &["mediterranean"]), + ("mediterrannean", &["mediterranean"]), + ("mediveal", &["medieval"]), + ("medoicre", &["mediocre"]), + ("meerkrat", &["meerkat"]), + ("megathred", &["megathread"]), + ("megatorn", &["megatron"]), + ("meidcare", &["medicare"]), + ("meixcan", &["mexican"]), + ("meixcans", &["mexicans"]), + ("melanotin", &["melatonin"]), + ("melatonian", &["melatonin"]), + ("melatonion", &["melatonin"]), + ("melborune", &["melbourne"]), + ("melbounre", &["melbourne"]), + ("melboure", &["melbourne"]), + ("meldoic", &["melodic"]), + ("melieux", &["milieux"]), + ("mellinnium", &["millennium"]), + ("melodieuse", &["melodies"]), + ("melodis", &["melodies"]), + ("meltodwn", &["meltdown"]), + ("membranaphone", &["membranophone"]), + ("membrance", &["membrane"]), + ("membrances", &["membrane"]), + ("memeber", &["member"]), + ("memerization", &["memorization"]), + ("memoery", &["memory"]), + ("memorie", &["memory"]), + ("memoriez", &["memorize"]), + ("memorizacion", &["memorization"]), + ("memorozation", &["memorization"]), + ("menally", &["mentally"]), + ("mencaing", &["menacing"]), + ("menstraul", &["menstrual"]), + ("menstrul", &["menstrual"]), + ("menstural", &["menstrual"]), + ("mensutral", &["menstrual"]), + ("mentallity", &["mentally"]), + ("mentaly", &["mentally"]), + ("mentiones", &["mentions"]), + ("mentiong", &["mentioning"]), + ("mentionnes", &["mentions"]), + ("mentionning", &["mentioning"]), + ("meoldic", &["melodic"]), + ("meoldies", &["melodies"]), + ("meranda", &["veranda"]), + ("mercanaries", &["mercenaries"]), + ("mercaneries", &["mercenaries"]), + ("mercanery", &["mercenary"]), + ("mercenaire", &["mercenaries"]), + ("mercenaires", &["mercenaries"]), + ("mercenares", &["mercenaries"]), + ("mercenarias", &["mercenaries"]), + ("mercenarios", &["mercenaries"]), + ("merceneries", &["mercenaries"]), + ("mercentile", &["mercantile"]), + ("merchandice", &["merchandise"]), + ("merchandies", &["merchandise"]), + ("merchanidse", &["merchandise"]), + ("merchanise", &["merchandise"]), + ("merchans", &["merchants"]), + ("merchanters", &["merchants"]), + ("merchantos", &["merchants"]), + ("merchat", &["merchant"]), + ("merchendise", &["merchandise"]), + ("merchindise", &["merchandise"]), + ("mercinaries", &["mercenaries"]), + ("mercineries", &["mercenaries"]), + ("mercurcy", &["mercury"]), + ("mercurey", &["mercury"]), + ("merficul", &["merciful"]), + ("merhcant", &["merchant"]), + ("merhcants", &["merchants"]), + ("mericful", &["merciful"]), + ("merucry", &["mercury"]), + ("messagd", &["messaged"]), + ("messagease", &["messages"]), + ("messagepad", &["messaged"]), + ("messagers", &["messages"]), + ("messaih", &["messiah"]), + ("messanger", &["messenger"]), + ("messenging", &["messaging"]), + ("messgaed", &["messaged"]), + ("messiach", &["messiah"]), + ("metabalism", &["metabolism"]), + ("metabilism", &["metabolism"]), + ("metabloic", &["metabolic"]), + ("metabloism", &["metabolism"]), + ("metablosim", &["metabolism"]), + ("metabolics", &["metabolism"]), + ("metabolisim", &["metabolism"]), + ("metabolitic", &["metabolic"]), + ("metabolizm", &["metabolism"]), + ("metabolsim", &["metabolism"]), + ("metagaem", &["metagame"]), + ("metagem", &["metagame"]), + ("metahpor", &["metaphor"]), + ("metalic", &["metallic"]), + ("metalurgic", &["metallurgic"]), + ("metalurgical", &["metallurgical"]), + ("metalurgy", &["metallurgy"]), + ("metamage", &["metagame"]), + ("metamorphysis", &["metamorphosis"]), + ("metaphisical", &["metaphysical"]), + ("metaphisics", &["metaphysics"]), + ("metaphoras", &["metaphors"]), + ("metaphores", &["metaphors"]), + ("metaphorial", &["metaphorical"]), + ("metaphoricaly", &["metaphorically"]), + ("metaphoricial", &["metaphorical"]), + ("metaphoricly", &["metaphorical"]), + ("metaphorics", &["metaphors"]), + ("metaphotically", &["metaphorically"]), + ("metaphsyical", &["metaphysical"]), + ("metaphsyics", &["metaphysics"]), + ("metaphyics", &["metaphysics"]), + ("metaphyiscal", &["metaphysical"]), + ("metaphyiscs", &["metaphysics"]), + ("metaphyscial", &["metaphysical"]), + ("metaphysicals", &["metaphysics"]), + ("metaphysicans", &["metaphysics"]), + ("metaphysisch", &["metaphysics"]), + ("metephorical", &["metaphorical"]), + ("metephorically", &["metaphorically"]), + ("metephysical", &["metaphysical"]), + ("meterologist", &["meteorologist"]), + ("meterology", &["meteorology"]), + ("meterosexual", &["heterosexual"]), + ("methamatician", &["mathematician"]), + ("methaphor", &["metaphor"]), + ("methaphors", &["metaphors"]), + ("methapor", &["metaphor"]), + ("methaporical", &["metaphorical"]), + ("methaporically", &["metaphorically"]), + ("methapors", &["metaphors"]), + ("methematical", &["mathematical"]), + ("methematician", &["mathematician"]), + ("methodolgy", &["methodology"]), + ("methodoligy", &["methodology"]), + ("methodoloy", &["methodology"]), + ("methodoly", &["methodology"]), + ("metholodogy", &["methodology"]), + ("metiphorical", &["metaphorical"]), + ("metiphorically", &["metaphorically"]), + ("metldown", &["meltdown"]), + ("metophorical", &["metaphorical"]), + ("metophorically", &["metaphorically"]), + ("metorpolitan", &["metropolitan"]), + ("metrapolis", &["metropolis"]), + ("metricas", &["metrics"]), + ("metrices", &["metrics"]), + ("metrololitan", &["metropolitan"]), + ("metrolopis", &["metropolis"]), + ("metropilis", &["metropolis"]), + ("metropilitan", &["metropolitan"]), + ("metroplois", &["metropolis"]), + ("metroploitan", &["metropolitan"]), + ("metropolian", &["metropolitan"]), + ("metropolians", &["metropolis"]), + ("metropolies", &["metropolis"]), + ("metropolin", &["metropolitan"]), + ("metropolitain", &["metropolitan"]), + ("metropolitaine", &["metropolitan"]), + ("metropolitcan", &["metropolitan"]), + ("metropoliten", &["metropolitan"]), + ("metropolitian", &["metropolitan"]), + ("metropolitin", &["metropolitan"]), + ("metropoliton", &["metropolitan"]), + ("metropollis", &["metropolis"]), + ("metropolois", &["metropolis"]), + ("metropolos", &["metropolis"]), + ("metropols", &["metropolis"]), + ("metropolys", &["metropolis"]), + ("metropos", &["metropolis"]), + ("mexcian", &["mexican"]), + ("mexcians", &["mexicans"]), + ("mexicain", &["mexican"]), + ("mexicanas", &["mexicans"]), + ("mexicanese", &["mexicans"]), + ("mexicaness", &["mexicans"]), + ("mexicants", &["mexicans"]), + ("mexicanus", &["mexicans"]), + ("mhytical", &["mythical"]), + ("michagan", &["michigan"]), + ("michelline", &["michelle"]), + ("michellle", &["michelle"]), + ("michgian", &["michigan"]), + ("michina", &["michigan"]), + ("micorcenter", &["microcenter"]), + ("micorphones", &["microphones"]), + ("micortransactions", &["microtransactions"]), + ("micorwave", &["microwave"]), + ("micorwaves", &["microwaves"]), + ("micoscopy", &["microscopy"]), + ("microcender", &["microcenter"]), + ("microcentre", &["microcenter"]), + ("microcentres", &["microcenter"]), + ("microcentro", &["microcenter"]), + ("microhpone", &["microphone"]), + ("microhpones", &["microphones"]), + ("microphen", &["microphone"]), + ("microphonies", &["microphones"]), + ("microscoop", &["microscope"]), + ("microscophic", &["microscopic"]), + ("microscopice", &["microscope"]), + ("microscoptic", &["microscopic"]), + ("microscrope", &["microscope"]), + ("microstansactions", &["microtransactions"]), + ("microtax", &["microatx"]), + ("microtramsactions", &["microtransactions"]), + ("microtranasctions", &["microtransactions"]), + ("microtransacations", &["microtransactions"]), + ("microtransacciones", &["microtransactions"]), + ("microtransacions", &["microtransactions"]), + ("microtransacitons", &["microtransactions"]), + ("microtransacrions", &["microtransactions"]), + ("microtransacting", &["microtransactions"]), + ("microtransactioms", &["microtransactions"]), + ("microtransactional", &["microtransactions"]), + ("microtransactioned", &["microtransactions"]), + ("microtransactios", &["microtransactions"]), + ("microtransactiosn", &["microtransactions"]), + ("microtransacton", &["microtransactions"]), + ("microtransactons", &["microtransactions"]), + ("microtransations", &["microtransactions"]), + ("microtranscation", &["microtransactions"]), + ("microtranscations", &["microtransactions"]), + ("microtrasnactions", &["microtransactions"]), + ("microvaves", &["microwaves"]), + ("microvaxes", &["microwaves"]), + ("microwae", &["microwaves"]), + ("microwavees", &["microwaves"]), + ("microwavers", &["microwaves"]), + ("micrpohone", &["microphones"]), + ("midfeild", &["midfield"]), + ("midfeilder", &["midfielder"]), + ("midfeilders", &["midfielders"]), + ("midfied", &["midfield"]), + ("midfiedler", &["midfielder"]), + ("midfiedlers", &["midfielders"]), + ("midfieldes", &["midfielders"]), + ("midfieldiers", &["midfielders"]), + ("midfielers", &["midfielders"]), + ("midfiled", &["midfield"]), + ("midfileder", &["midfielder"]), + ("midfileders", &["midfielders"]), + ("midifeld", &["midfield"]), + ("midifelder", &["midfielder"]), + ("midifelders", &["midfielders"]), + ("midnlessly", &["mindlessly"]), + ("midotwn", &["midtown"]), + ("midtwon", &["midtown"]), + ("migitation", &["mitigation"]), + ("migrainers", &["migraines"]), + ("migrains", &["migraines"]), + ("migrans", &["migrants"]), + ("migrantes", &["migrants"]), + ("migriane", &["migraine"]), + ("migrianes", &["migraines"]), + ("milawukee", &["milwaukee"]), + ("mileau", &["milieu"]), + ("milennia", &["millennia"]), + ("milennium", &["millennium"]), + ("milestons", &["milestones"]), + ("miletsones", &["milestones"]), + ("mileu", &["milieu"]), + ("miligram", &["milligram"]), + ("miliitas", &["militias"]), + ("milion", &["million"]), + ("miliraty", &["military"]), + ("milisecond", &["millisecond"]), + ("militais", &["militias"]), + ("militat", &["militant"]), + ("militiades", &["militias"]), + ("militians", &["militias"]), + ("militiants", &["militias"]), + ("militis", &["militias"]), + ("millenia", &["millennia"]), + ("millenial", &["millennial"]), + ("millenialism", &["millennialism"]), + ("millenian", &["millennia"]), + ("millenium", &["millennium"]), + ("millenna", &["millennia"]), + ("millienaire", &["millionaire"]), + ("millinnium", &["millennium"]), + ("millionairre", &["millionaire"]), + ("millionairres", &["millionaire"]), + ("millionairs", &["millionaires"]), + ("millionar", &["millionaire"]), + ("millionarie", &["millionaire"]), + ("millionaries", &["millionaires"]), + ("millioniare", &["millionaire"]), + ("millioniares", &["millionaires"]), + ("millitary", &["military"]), + ("millon", &["million"]), + ("miltary", &["military"]), + ("miltiant", &["militant"]), + ("miluwakee", &["milwaukee"]), + ("milwakuee", &["milwaukee"]), + ("milwuakee", &["milwaukee"]), + ("mimimum", &["minimum"]), + ("miminalist", &["minimalist"]), + ("minamilist", &["minimalist"]), + ("minature", &["miniature"]), + ("mindcarck", &["mindcrack"]), + ("mindcrak", &["mindcrack"]), + ("mindleslly", &["mindlessly"]), + ("mindlessely", &["mindlessly"]), + ("mindlessley", &["mindlessly"]), + ("mindlessy", &["mindlessly"]), + ("minerales", &["minerals"]), + ("mineras", &["minerals"]), + ("minerial", &["mineral"]), + ("mingiame", &["minigame"]), + ("minimage", &["minigame"]), + ("minimalisitc", &["minimalist"]), + ("minimalisity", &["minimalist"]), + ("minimals", &["minimalist"]), + ("minimalstic", &["minimalist"]), + ("minimalt", &["minimalist"]), + ("minimazing", &["minimizing"]), + ("minimilast", &["minimalist"]), + ("minimilist", &["minimalist"]), + ("minimini", &["minimizing"]), + ("minimium", &["minimum"]), + ("mininalist", &["minimalist"]), + ("mininos", &["minions"]), + ("mininterpret", &["misinterpret"]), + ("mininterpreting", &["misinterpreting"]), + ("minipulating", &["manipulating"]), + ("minipulation", &["manipulation"]), + ("minipulative", &["manipulative"]), + ("minisclue", &["miniscule"]), + ("miniscue", &["miniscule"]), + ("miniscuel", &["miniscule"]), + ("ministerens", &["ministers"]), + ("ministeres", &["ministers"]), + ("ministerios", &["ministers"]), + ("ministerns", &["ministers"]), + ("ministery", &["ministry"]), + ("ministr", &["minister"]), + ("ministy", &["ministry"]), + ("minisucle", &["miniscule"]), + ("minitaure", &["miniature"]), + ("minituare", &["miniature"]), + ("minneaoplis", &["minneapolis"]), + ("minneaplis", &["minneapolis"]), + ("minneaplois", &["minneapolis"]), + ("minneapolites", &["minneapolis"]), + ("minneapols", &["minneapolis"]), + ("minneosta", &["minnesota"]), + ("minnesotta", &["minnesota"]), + ("minnestoa", &["minnesota"]), + ("minniapolis", &["minneapolis"]), + ("minoins", &["minions"]), + ("minoritets", &["minorities"]), + ("minoroties", &["minorities"]), + ("minsicule", &["miniscule"]), + ("minsiter", &["minister"]), + ("minsiters", &["ministers"]), + ("minsitry", &["ministry"]), + ("minstries", &["ministries"]), + ("minstry", &["ministry"]), + ("minumum", &["minimum"]), + ("miracalous", &["miraculous"]), + ("miracilously", &["miraculously"]), + ("miracluous", &["miraculous"]), + ("miracoulus", &["miraculous"]), + ("miraculaous", &["miraculous"]), + ("miraculos", &["miraculous"]), + ("miraculosly", &["miraculously"]), + ("miraculousy", &["miraculously"]), + ("miraculu", &["miraculous"]), + ("miracurously", &["miraculous"]), + ("miralces", &["miracles"]), + ("mircales", &["miracles"]), + ("mircoatx", &["microatx"]), + ("mircocenter", &["microcenter"]), + ("mircophone", &["microphone"]), + ("mircophones", &["microphones"]), + ("mircoscope", &["microscope"]), + ("mircoscopic", &["microscopic"]), + ("mircotransaction", &["microtransactions"]), + ("mircotransactions", &["microtransactions"]), + ("mircowave", &["microwave"]), + ("mircowaves", &["microwaves"]), + ("mirgaine", &["migraine"]), + ("mirorred", &["mirrored"]), + ("mirrord", &["mirrored"]), + ("mirrorred", &["mirrored"]), + ("misanderstood", &["misunderstood"]), + ("misandrony", &["misandry"]), + ("misandy", &["misandry"]), + ("miscairrage", &["miscarriage"]), + ("miscarrage", &["miscarriage"]), + ("miscarraige", &["miscarriage"]), + ("miscarraiges", &["miscarriage"]), + ("miscarridge", &["miscarriage"]), + ("miscarriege", &["miscarriage"]), + ("miscarrige", &["miscarriage"]), + ("miscelaneous", &["miscellaneous"]), + ("miscellanious", &["miscellaneous"]), + ("miscellanous", &["miscellaneous"]), + ("mischeivous", &["mischievous"]), + ("mischevious", &["mischievous"]), + ("mischievious", &["mischievous"]), + ("miscommunciation", &["miscommunication"]), + ("miscommuniation", &["miscommunication"]), + ("miscommunicaiton", &["miscommunication"]), + ("miscommunicatie", &["miscommunication"]), + ("miscommuniction", &["miscommunication"]), + ("miscomunnication", &["miscommunication"]), + ("misconcpetion", &["misconceptions"]), + ("misconecption", &["misconceptions"]), + ("misconseptions", &["misconceptions"]), + ("miscummunication", &["miscommunication"]), + ("misdameanor", &["misdemeanor"]), + ("misdameanors", &["misdemeanors"]), + ("misdeamenor", &["misdemeanor"]), + ("misdeamenors", &["misdemeanor"]), + ("misdemeaner", &["misdemeanor"]), + ("misdemenaor", &["misdemeanor"]), + ("misdemenor", &["misdemeanor"]), + ("misdemenors", &["misdemeanors"]), + ("misdimeanor", &["misdemeanor"]), + ("misdomeanor", &["misdemeanor"]), + ("miserabel", &["miserable"]), + ("miserablely", &["miserably"]), + ("miserabley", &["miserably"]), + ("miserablly", &["miserably"]), + ("misfortunte", &["misfortune"]), + ("misforture", &["misfortune"]), + ("misfourtunes", &["misfortunes"]), + ("misgoynist", &["misogynist"]), + ("misgoynistic", &["misogynistic"]), + ("misile", &["missile"]), + ("misimformed", &["misinformed"]), + ("misinfomed", &["misinformed"]), + ("misinterept", &["misinterpret"]), + ("misinterperet", &["misinterpret"]), + ("misinterpert", &["misinterpret"]), + ("misinterperted", &["misinterpreted"]), + ("misinterperting", &["misinterpreting"]), + ("misinterpet", &["misinterpret"]), + ("misinterprate", &["misinterpret"]), + ("misinterprating", &["misinterpreting"]), + ("misinterpred", &["misinterpreted"]), + ("misinterprent", &["misinterpret"]), + ("misinterprented", &["misinterpret"]), + ("misinterprested", &["misinterpret"]), + ("misinterpretated", &["misinterpreted"]), + ("misinterpretating", &["misinterpreting"]), + ("misinterpretion", &["misinterpreting"]), + ("misinterpretions", &["misinterpreting"]), + ("misinterpretted", &["misinterpreted"]), + ("misinterpretting", &["misinterpreting"]), + ("misinterprit", &["misinterpreting"]), + ("misinterpriting", &["misinterpreting"]), + ("misinterprted", &["misinterpret"]), + ("misinterpt", &["misinterpret"]), + ("misinterpted", &["misinterpret"]), + ("misintrepret", &["misinterpret"]), + ("misintrepreted", &["misinterpreted"]), + ("misintrepreting", &["misinterpreting"]), + ("misison", &["mission"]), + ("misisonaries", &["missionaries"]), + ("misisonary", &["missionary"]), + ("misnadry", &["misandry"]), + ("misoganist", &["misogynist"]), + ("misoganistic", &["misogynistic"]), + ("misogenist", &["misogynist"]), + ("misogenistic", &["misogynistic"]), + ("misoginist", &["misogynist"]), + ("misoginyst", &["misogynist"]), + ("misoginystic", &["misogynistic"]), + ("misoginysts", &["misogynist"]), + ("misognyist", &["misogynist"]), + ("misognyistic", &["misogynistic"]), + ("misognyists", &["misogynist"]), + ("misogonist", &["misogynist"]), + ("misogonistic", &["misogynistic"]), + ("misogonyst", &["misogynist"]), + ("misogyinst", &["misogynist"]), + ("misogyinsts", &["misogynist"]), + ("misogynisic", &["misogynistic"]), + ("misogynisitc", &["misogynistic"]), + ("misogynisitic", &["misogynistic"]), + ("misogynistc", &["misogynistic"]), + ("misogynsitic", &["misogynistic"]), + ("misogynstic", &["misogynist"]), + ("misogynt", &["misogynist"]), + ("misogynyst", &["misogynist"]), + ("misogynystic", &["misogynistic"]), + ("misouri", &["missouri"]), + ("misoygnist", &["misogynist"]), + ("mispell", &["misspell"]), + ("mispelled", &["misspelled"]), + ("mispelling", &["misspelling"]), + ("misproportionate", &["disproportionate"]), + ("misreable", &["miserable"]), + ("misreably", &["miserably"]), + ("misrepresantation", &["misrepresentation"]), + ("misrepresenation", &["misrepresentation"]), + ("misrepresentaion", &["misrepresentation"]), + ("misrepresentaiton", &["misrepresentation"]), + ("misrepresentated", &["misrepresented"]), + ("misrepresentatie", &["misrepresentation"]), + ("misrepresentating", &["misrepresenting"]), + ("misrepresentativ", &["misrepresentation"]), + ("misrepresention", &["misrepresenting"]), + ("misrepreseted", &["misrepresented"]), + ("missen", &["mizzen"]), + ("missigno", &["mission"]), + ("missils", &["missiles"]), + ("missionaire", &["missionaries"]), + ("missionaires", &["missionaries"]), + ("missionairy", &["missionary"]), + ("missionare", &["missionaries"]), + ("missionares", &["missionaries"]), + ("missionaris", &["missionaries"]), + ("missionarry", &["missionary"]), + ("missionera", &["missionary"]), + ("missionnary", &["missionary"]), + ("missiony", &["missionary"]), + ("missisipi", &["mississippi"]), + ("missisippi", &["mississippi"]), + ("mississipi", &["mississippi"]), + ("mississipis", &["mississippi"]), + ("mississipppi", &["mississippi"]), + ("mississppi", &["mississippi"]), + ("missle", &["missile"]), + ("misslies", &["missiles"]), + ("missonary", &["missionary"]), + ("missorui", &["missouri"]), + ("missourri", &["missouri"]), + ("misspeeling", &["misspelling"]), + ("misspeld", &["misspelled"]), + ("misspeling", &["misspelling"]), + ("misspelld", &["misspelled"]), + ("misspellled", &["misspelled"]), + ("misspellling", &["misspelling"]), + ("misspellng", &["misspelling"]), + ("mistakedly", &["mistakenly"]), + ("mistakengly", &["mistakenly"]), + ("mistakently", &["mistakenly"]), + ("mistakey", &["mistakenly"]), + ("mistakinly", &["mistakenly"]), + ("mistankely", &["mistakenly"]), + ("misterious", &["mysterious"]), + ("misteriously", &["mysteriously"]), + ("mistery", &["mystery"]), + ("misteryous", &["mysterious"]), + ("mistread", &["mistreated"]), + ("mistreaded", &["mistreated"]), + ("misubderstanding", &["misunderstandings"]), + ("misudnerstanding", &["misunderstandings"]), + ("misundarstanding", &["misunderstandings"]), + ("misunderatanding", &["misunderstandings"]), + ("misunderdtanding", &["misunderstandings"]), + ("misundersatnding", &["misunderstandings"]), + ("misundersood", &["misunderstood"]), + ("misundersranding", &["misunderstandings"]), + ("misunderstading", &["misunderstanding"]), + ("misunderstadings", &["misunderstandings"]), + ("misunderstadning", &["misunderstandings"]), + ("misunderstamding", &["misunderstandings"]), + ("misunderstandig", &["misunderstandings"]), + ("misunderstandigs", &["misunderstandings"]), + ("misunderstandimg", &["misunderstandings"]), + ("misunderstandind", &["misunderstandings"]), + ("misunderstandingly", &["misunderstandings"]), + ("misunderstandng", &["misunderstandings"]), + ("misunderstanging", &["misunderstandings"]), + ("misunderstanidng", &["misunderstandings"]), + ("misunderstaning", &["misunderstanding"]), + ("misunderstanings", &["misunderstandings"]), + ("misunderstansing", &["misunderstandings"]), + ("misunderstanting", &["misunderstandings"]), + ("misunderstantings", &["misunderstandings"]), + ("misunderstending", &["misunderstandings"]), + ("misunderstnading", &["misunderstandings"]), + ("misunderstod", &["misunderstood"]), + ("misunderstsnding", &["misunderstandings"]), + ("misunderstunding", &["misunderstandings"]), + ("misundertsanding", &["misunderstandings"]), + ("misundrestanding", &["misunderstandings"]), + ("misunterstanding", &["misunderstandings"]), + ("misunterstood", &["misunderstood"]), + ("misygonist", &["misogynist"]), + ("misygonistic", &["misogynistic"]), + ("mitigaiton", &["mitigation"]), + ("mkae", &["make"]), + ("mkaes", &["makes"]), + ("mkaing", &["making"]), + ("mkea", &["make"]), + ("mobilitiy", &["mobility"]), + ("mobiliy", &["mobility"]), + ("mobiltiy", &["mobility"]), + ("mocrotransactions", &["microtransactions"]), + ("moderacion", &["moderation"]), + ("moderatedly", &["moderately"]), + ("moderaters", &["moderates"]), + ("moderateurs", &["moderates"]), + ("moderatey", &["moderately"]), + ("moderatin", &["moderation"]), + ("moderatley", &["moderately"]), + ("moderatore", &["moderate"]), + ("moderatorin", &["moderation"]), + ("moderatorn", &["moderation"]), + ("moderats", &["moderates"]), + ("moderm", &["modem"]), + ("modificacion", &["modification"]), + ("modificaiton", &["modification"]), + ("modificaitons", &["modifications"]), + ("modificato", &["modification"]), + ("modificaton", &["modification"]), + ("modificatons", &["modifications"]), + ("modifieras", &["modifiers"]), + ("modifieres", &["modifiers"]), + ("modifikation", &["modification"]), + ("modifires", &["modifiers"]), + ("modivational", &["motivational"]), + ("modle", &["model"]), + ("modualr", &["modular"]), + ("modulair", &["modular"]), + ("moelcules", &["molecules"]), + ("moent", &["moment"]), + ("moeny", &["money"]), + ("moisterizer", &["moisturizer"]), + ("moisterizing", &["moisturizing"]), + ("moistorizing", &["moisturizing"]), + ("moistruizer", &["moisturizer"]), + ("moisturier", &["moisturizer"]), + ("moisturizng", &["moisturizing"]), + ("moisturizor", &["moisturizer"]), + ("moistutizer", &["moisturizer"]), + ("moisutrizer", &["moisturizer"]), + ("moisutrizing", &["moisturizing"]), + ("moleclues", &["molecules"]), + ("moleculair", &["molecular"]), + ("moleculaire", &["molecular"]), + ("moleculs", &["molecules"]), + ("molestaion", &["molestation"]), + ("molestare", &["molester"]), + ("molestarle", &["molester"]), + ("molestarme", &["molester"]), + ("molestarse", &["molester"]), + ("molestarte", &["molester"]), + ("molestating", &["molestation"]), + ("molestato", &["molestation"]), + ("molesterd", &["molested"]), + ("molestered", &["molested"]), + ("moleststion", &["molestation"]), + ("momemtarily", &["momentarily"]), + ("momentairly", &["momentarily"]), + ("momentaraly", &["momentarily"]), + ("momentarely", &["momentarily"]), + ("momentarilly", &["momentarily"]), + ("momentarly", &["momentarily"]), + ("momenterily", &["momentarily"]), + ("momento", &["memento"]), + ("momentos", &["moments"]), + ("momentus", &["moments"]), + ("momment", &["moment"]), + ("monagomous", &["monogamous"]), + ("monagomy", &["monogamy"]), + ("monarcy", &["monarchy"]), + ("monatge", &["montage"]), + ("monestaries", &["monasteries"]), + ("monestary", &["monastery"]), + ("monetizare", &["monetize"]), + ("monglos", &["mongols"]), + ("mongoles", &["mongols"]), + ("mongolos", &["mongols"]), + ("monitering", &["monitoring"]), + ("monitord", &["monitored"]), + ("monitoreada", &["monitored"]), + ("monitoreado", &["monitored"]), + ("monitores", &["monitors"]), + ("monitos", &["monitors"]), + ("monogameous", &["monogamous"]), + ("monogmay", &["monogamy"]), + ("monogymous", &["monogamous"]), + ("monolgoue", &["monologue"]), + ("monolight", &["moonlight"]), + ("monolistic", &["monolithic"]), + ("monolite", &["monolithic"]), + ("monolithisch", &["monolithic"]), + ("monolitich", &["monolithic"]), + ("monolitihic", &["monolithic"]), + ("monologe", &["monologue"]), + ("monolopies", &["monopolies"]), + ("monolopy", &["monopoly"]), + ("monolothic", &["monolithic"]), + ("monolouge", &["monologue"]), + ("monolythic", &["monolithic"]), + ("monopilies", &["monopolies"]), + ("monoploies", &["monopolies"]), + ("monoploy", &["monopoly"]), + ("monopolets", &["monopolies"]), + ("monopolice", &["monopolies"]), + ("monopolios", &["monopolies"]), + ("monopolis", &["monopolies"]), + ("monopollies", &["monopolies"]), + ("monopolly", &["monopoly"]), + ("monopoloy", &["monopoly"]), + ("monopols", &["monopolies"]), + ("monothilic", &["monolithic"]), + ("monrachy", &["monarchy"]), + ("monserrat", &["montserrat"]), + ("monsterous", &["monsters"]), + ("monstorsity", &["monstrosity"]), + ("monstorus", &["monstrous"]), + ("monstrasity", &["monstrosity"]), + ("monstre", &["monster"]), + ("monstrisity", &["monstrosity"]), + ("monstrocity", &["monstrosity"]), + ("monstros", &["monstrous"]), + ("monstrosoty", &["monstrosity"]), + ("monstrostiy", &["monstrosity"]), + ("monstruos", &["monstrous"]), + ("montaban", &["montana"]), + ("montaeg", &["montage"]), + ("montains", &["mountains"]), + ("montanha", &["montana"]), + ("montania", &["montana"]), + ("montanna", &["montana"]), + ("montanous", &["mountainous"]), + ("montanta", &["montana"]), + ("montanya", &["montana"]), + ("montaran", &["montana"]), + ("monteize", &["monetize"]), + ("monteral", &["montreal"]), + ("montioring", &["monitoring"]), + ("montiors", &["monitors"]), + ("montnana", &["montana"]), + ("montrel", &["montreal"]), + ("monts", &["months"]), + ("montypic", &["monotypic"]), + ("monumentaal", &["monumental"]), + ("monumentais", &["monuments"]), + ("monumentals", &["monuments"]), + ("monumentos", &["monuments"]), + ("monumentous", &["monuments"]), + ("monumentul", &["monumental"]), + ("monumentus", &["monuments"]), + ("monumet", &["monument"]), + ("monumnet", &["monument"]), + ("monumnets", &["monuments"]), + ("moonligt", &["moonlight"]), + ("moprhine", &["morphine"]), + ("moratlity", &["mortality"]), + ("morbidley", &["morbidly"]), + ("morbidy", &["morbidly"]), + ("morbildy", &["morbidly"]), + ("mordibly", &["morbidly"]), + ("moreso", &["more"]), + ("morevoer", &["moreover"]), + ("morgage", &["mortgage"]), + ("morgatges", &["mortgages"]), + ("morgtages", &["mortgages"]), + ("morhpine", &["morphine"]), + ("moribdly", &["morbidly"]), + ("morisette", &["morissette"]), + ("mormones", &["mormons"]), + ("mormonisim", &["mormonism"]), + ("mormonsim", &["mormonism"]), + ("mormonts", &["mormons"]), + ("moroever", &["moreover"]), + ("morotola", &["motorola"]), + ("morphein", &["morphine"]), + ("morphen", &["morphine"]), + ("morphie", &["morphine"]), + ("morphinate", &["morphine"]), + ("morriosn", &["morrison"]), + ("morrisette", &["morissette"]), + ("morrisound", &["morrison"]), + ("morroccan", &["moroccan"]), + ("morrocco", &["morocco"]), + ("morroco", &["morocco"]), + ("morrsion", &["morrison"]), + ("mortage", &["mortgage"]), + ("mortailty", &["mortality"]), + ("mortards", &["mortars"]), + ("mortarts", &["mortars"]), + ("moruning", &["mourning"]), + ("mositurizer", &["moisturizer"]), + ("mositurizing", &["moisturizing"]), + ("mosnter", &["monster"]), + ("mosnters", &["monsters"]), + ("mosntrosity", &["monstrosity"]), + ("mosqueto", &["mosquitoes"]), + ("mosquite", &["mosquitoes"]), + ("mosquitero", &["mosquito"]), + ("mosquiters", &["mosquitoes"]), + ("mosquitto", &["mosquito"]), + ("mosqutio", &["mosquito"]), + ("mosture", &["moisture"]), + ("motehrboard", &["motherboard"]), + ("mothebroard", &["motherboards"]), + ("motherbaord", &["motherboard"]), + ("motherbaords", &["motherboards"]), + ("motherbard", &["motherboard"]), + ("motherboad", &["motherboard"]), + ("motherboads", &["motherboards"]), + ("motherboars", &["motherboards"]), + ("motherborad", &["motherboard"]), + ("motherborads", &["motherboards"]), + ("motherbord", &["motherboard"]), + ("motherbords", &["motherboards"]), + ("motherobard", &["motherboards"]), + ("mothreboard", &["motherboards"]), + ("motivacional", &["motivational"]), + ("motivaiton", &["motivations"]), + ("motivatie", &["motivate"]), + ("motivatin", &["motivations"]), + ("motivatinal", &["motivational"]), + ("motivationals", &["motivations"]), + ("motivationnal", &["motivational"]), + ("motivet", &["motivate"]), + ("motiviated", &["motivated"]), + ("motnage", &["montage"]), + ("motoral", &["motorola"]), + ("motorcicle", &["motorcycle"]), + ("motorcicles", &["motorcycles"]), + ("motorcyce", &["motorcycles"]), + ("motorcylce", &["motorcycle"]), + ("motorcylces", &["motorcycles"]), + ("motorcyles", &["motorcycles"]), + ("motoroal", &["motorola"]), + ("motorolja", &["motorola"]), + ("motorollas", &["motorola"]), + ("motoroloa", &["motorola"]), + ("motovational", &["motivational"]), + ("mounment", &["monument"]), + ("mounring", &["mourning"]), + ("mountan", &["mountain"]), + ("mounth", &["month"]), + ("mountian", &["mountain"]), + ("moustace", &["moustache"]), + ("moustahce", &["moustache"]), + ("mousturizing", &["moisturizing"]), + ("mouthpeace", &["mouthpiece"]), + ("mouthpeice", &["mouthpiece"]), + ("mouthpeices", &["mouthpiece"]), + ("movei", &["movie"]), + ("movepseed", &["movespeed"]), + ("movesped", &["movespeed"]), + ("movespeeed", &["movespeed"]), + ("movment", &["movement"]), + ("mozillia", &["mozilla"]), + ("mozillla", &["mozilla"]), + ("mozzaralla", &["mozzarella"]), + ("mozzarela", &["mozzarella"]), + ("mozzeralla", &["mozzarella"]), + ("mozzorella", &["mozzarella"]), + ("mroe", &["more"]), + ("msytical", &["mystical"]), + ("mucisians", &["musicians"]), + ("mucnhies", &["munchies"]), + ("mucuous", &["mucous"]), + ("muder", &["murder"]), + ("mudering", &["murdering"]), + ("muesums", &["museums"]), + ("muffings", &["muffins"]), + ("muffinus", &["muffins"]), + ("muktitasking", &["multitasking"]), + ("muliple", &["multiple"]), + ("mulitated", &["mutilated"]), + ("mulitation", &["mutilation"]), + ("mulitnational", &["multinational"]), + ("mulitnationals", &["multinational"]), + ("mulitplayer", &["multiplayer"]), + ("mulitple", &["multiple"]), + ("mulitples", &["multiples"]), + ("mulitplication", &["multiplication"]), + ("mulitplied", &["multiplied"]), + ("mulitplier", &["multiplier"]), + ("mulitply", &["multiply"]), + ("mulitplying", &["multiplying"]), + ("mulittasking", &["multitasking"]), + ("mulitverse", &["multiverse"]), + ("mulsims", &["muslims"]), + ("multicultralism", &["multiculturalism"]), + ("multilpier", &["multiplier"]), + ("multimational", &["multinational"]), + ("multinatinal", &["multinational"]), + ("multinationella", &["multinational"]), + ("multipalyer", &["multiplayer"]), + ("multipe", &["multiple"]), + ("multiplaer", &["multiplier"]), + ("multiplater", &["multiplayer"]), + ("multiplaye", &["multiply"]), + ("multiplayr", &["multiply"]), + ("multiplays", &["multiply"]), + ("multiplebgs", &["multiples"]), + ("multipled", &["multiplied"]), + ("multipleies", &["multiples"]), + ("multipleye", &["multiply"]), + ("multiplicacion", &["multiplication"]), + ("multiplicaiton", &["multiplication"]), + ("multiplicativo", &["multiplication"]), + ("multiplicaton", &["multiplication"]), + ("multiplikation", &["multiplication"]), + ("multipling", &["multiplying"]), + ("multiplr", &["multiplier"]), + ("multipls", &["multiples"]), + ("multiplyed", &["multiplied"]), + ("multiplyer", &["multiple"]), + ("multiplyng", &["multiplying"]), + ("multipy", &["multiply"]), + ("multitaksing", &["multitasking"]), + ("multitaskng", &["multitasking"]), + ("multitudine", &["multitude"]), + ("multiverese", &["multiverse"]), + ("multplies", &["multiples"]), + ("multyplayer", &["multiplayer"]), + ("multyplying", &["multiplying"]), + ("munbers", &["numbers"]), + ("munchis", &["munchies"]), + ("muncipalities", &["municipalities"]), + ("muncipality", &["municipality"]), + ("mundance", &["mundane"]), + ("mundande", &["mundane"]), + ("muniches", &["munchies"]), + ("munipulative", &["manipulative"]), + ("munnicipality", &["municipality"]), + ("murderd", &["murdered"]), + ("murdererd", &["murdered"]), + ("murderered", &["murdered"]), + ("murdereres", &["murderers"]), + ("murdererous", &["murderers"]), + ("murderes", &["murders"]), + ("murderus", &["murders"]), + ("muscial", &["musical"]), + ("muscially", &["musically"]), + ("muscician", &["musician"]), + ("muscicians", &["musicians"]), + ("muscluar", &["muscular"]), + ("muscualr", &["muscular"]), + ("musculair", &["muscular"]), + ("musculaire", &["muscular"]), + ("mushrom", &["mushroom"]), + ("mushrooom", &["mushroom"]), + ("mushroooms", &["mushroom"]), + ("musicains", &["musicians"]), + ("musicallity", &["musically"]), + ("musicaly", &["musically"]), + ("musilms", &["muslims"]), + ("muslces", &["muscles"]), + ("musuclar", &["muscular"]), + ("musuems", &["museums"]), + ("mutatin", &["mutation"]), + ("mutatiohn", &["mutation"]), + ("mutialted", &["mutilated"]), + ("mutialtion", &["mutilation"]), + ("mutilatin", &["mutilation"]), + ("mutiliated", &["mutilated"]), + ("mutliated", &["mutilated"]), + ("mutliation", &["mutilation"]), + ("mutlinational", &["multinational"]), + ("mutlinationals", &["multinational"]), + ("mutliplayer", &["multiplayer"]), + ("mutliple", &["multiple"]), + ("mutliples", &["multiples"]), + ("mutliplication", &["multiplication"]), + ("mutliplied", &["multiplied"]), + ("mutliplier", &["multiplier"]), + ("mutliply", &["multiply"]), + ("mutliplying", &["multiplying"]), + ("mutlitasking", &["multitasking"]), + ("mutlitude", &["multitude"]), + ("mutliverse", &["multiverse"]), + ("myhtical", &["mythical"]), + ("mypsace", &["myspace"]), + ("myraid", &["myriad"]), + ("mysapce", &["myspace"]), + ("mysef", &["myself"]), + ("mysitcal", &["mystical"]), + ("mysoganistic", &["misogynistic"]), + ("mysogenistic", &["misogynistic"]), + ("mysogonistic", &["misogynistic"]), + ("mysogynist", &["misogynist"]), + ("mysogyny", &["misogyny"]), + ("mysterieus", &["mysteries"]), + ("mysterieuse", &["mysteries"]), + ("mysteriosly", &["mysteriously"]), + ("mysterioulsy", &["mysteriously"]), + ("mysteriouly", &["mysteriously"]), + ("mysteriousy", &["mysteriously"]), + ("mysteris", &["mysteries"]), + ("mysterise", &["mysteries"]), + ("mysterous", &["mysterious"]), + ("mythraic", &["mithraic"]), + ("nacionalistic", &["nationalistic"]), + ("nacionalists", &["nationalists"]), + ("nacrotics", &["narcotics"]), + ("naferious", &["nefarious"]), + ("nagivate", &["navigate"]), + ("nagivating", &["navigating"]), + ("nagivation", &["navigation"]), + ("nahsville", &["nashville"]), + ("naieve", &["naive"]), + ("naopleon", &["napoleon"]), + ("napcakes", &["pancakes"]), + ("naploeon", &["napoleon"]), + ("napoelon", &["napoleon"]), + ("napolean", &["napoleon"]), + ("napolen", &["napoleon"]), + ("napoleonian", &["napoleonic"]), + ("napoloen", &["napoleon"]), + ("narcassism", &["narcissism"]), + ("narcassist", &["narcissist"]), + ("narcessist", &["narcissist"]), + ("narciscism", &["narcissism"]), + ("narciscist", &["narcissist"]), + ("narcisissim", &["narcissism"]), + ("narcisissm", &["narcissism"]), + ("narcisisst", &["narcissist"]), + ("narcisisstic", &["narcissistic"]), + ("narcisissts", &["narcissist"]), + ("narcisists", &["narcissist"]), + ("narcisscism", &["narcissism"]), + ("narcisscist", &["narcissist"]), + ("narcissicm", &["narcissism"]), + ("narcissict", &["narcissist"]), + ("narcissictic", &["narcissistic"]), + ("narcissim", &["narcissism"]), + ("narcissisim", &["narcissism"]), + ("narcissisism", &["narcissism"]), + ("narcissisist", &["narcissist"]), + ("narcissisitc", &["narcissist"]), + ("narcissisitic", &["narcissistic"]), + ("narcississm", &["narcissism"]), + ("narcississt", &["narcissist"]), + ("narcississtic", &["narcissistic"]), + ("narcississts", &["narcissist"]), + ("narcissistc", &["narcissistic"]), + ("narcissit", &["narcissist"]), + ("narcissitc", &["narcissist"]), + ("narcissitic", &["narcissistic"]), + ("narcissits", &["narcissist"]), + ("narcissm", &["narcissism"]), + ("narcisssism", &["narcissism"]), + ("narcisssist", &["narcissist"]), + ("narcissstic", &["narcissist"]), + ("narcisst", &["narcissist"]), + ("narcissts", &["narcissist"]), + ("narcoticos", &["narcotics"]), + ("narcotis", &["narcotics"]), + ("narctoics", &["narcotics"]), + ("narhwal", &["narwhal"]), + ("narrativas", &["narratives"]), + ("narrativos", &["narratives"]), + ("narritives", &["narratives"]), + ("narssicistic", &["narcissistic"]), + ("narwharl", &["narwhal"]), + ("naseuous", &["nauseous"]), + ("nashvile", &["nashville"]), + ("nashvillle", &["nashville"]), + ("nasueous", &["nauseous"]), + ("nasvhille", &["nashville"]), + ("natievly", &["natively"]), + ("natioanlist", &["nationalist"]), + ("natioanlistic", &["nationalistic"]), + ("natioanlists", &["nationalists"]), + ("nationaal", &["national"]), + ("nationailty", &["nationality"]), + ("nationales", &["nationals"]), + ("nationalesl", &["nationals"]), + ("nationalis", &["nationals"]), + ("nationalisic", &["nationalistic"]), + ("nationalisim", &["nationalism"]), + ("nationalisitc", &["nationalistic"]), + ("nationalisitic", &["nationalistic"]), + ("nationalisn", &["nationals"]), + ("nationalistc", &["nationalistic"]), + ("nationalistes", &["nationalists"]), + ("nationalistics", &["nationalists"]), + ("nationalisties", &["nationalists"]), + ("nationalistisch", &["nationalists"]), + ("nationalistische", &["nationalistic"]), + ("nationalistisen", &["nationalists"]), + ("nationalistisk", &["nationalists"]), + ("nationalistiska", &["nationalists"]), + ("nationalistiske", &["nationalists"]), + ("nationalistiskt", &["nationalists"]), + ("nationalistista", &["nationalists"]), + ("nationalististic", &["nationalistic"]), + ("nationalit", &["nationalist"]), + ("nationalite", &["nationalist"]), + ("nationalites", &["nationalist"]), + ("nationalitic", &["nationalistic"]), + ("nationalits", &["nationalist"]), + ("nationalitys", &["nationalist"]), + ("nationaliy", &["nationality"]), + ("nationalizm", &["nationalism"]), + ("nationallity", &["nationally"]), + ("nationalsim", &["nationalism"]), + ("nationalsitic", &["nationalistic"]), + ("nationalsits", &["nationalists"]), + ("nationalties", &["nationalist"]), + ("nationalty", &["nationality"]), + ("nationaly", &["nationally"]), + ("nationas", &["nationals"]), + ("nationella", &["national"]), + ("nationsl", &["nationals"]), + ("natique", &["antique"]), + ("nativelly", &["natively"]), + ("nativey", &["natively"]), + ("nativley", &["natively"]), + ("natrual", &["natural"]), + ("natrually", &["naturally"]), + ("natuilus", &["nautilus"]), + ("naturaly", &["naturally"]), + ("naturels", &["natures"]), + ("naturely", &["naturally"]), + ("naturens", &["natures"]), + ("naturual", &["natural"]), + ("naturually", &["naturally"]), + ("nauesous", &["nauseous"]), + ("naughtly", &["naughty"]), + ("naugthy", &["naughty"]), + ("nauitlus", &["nautilus"]), + ("nauseos", &["nauseous"]), + ("nauseuos", &["nauseous"]), + ("nautils", &["nautilus"]), + ("nautiuls", &["nautilus"]), + ("nautlius", &["nautilus"]), + ("nautral", &["natural"]), + ("nautres", &["natures"]), + ("nautulis", &["nautilus"]), + ("naviagte", &["navigate"]), + ("naviagting", &["navigating"]), + ("naviagtion", &["navigation"]), + ("navigatie", &["navigate"]), + ("navigatin", &["navigation"]), + ("navigato", &["navigation"]), + ("navigatore", &["navigate"]), + ("nazereth", &["nazareth"]), + ("nazionalists", &["nationalists"]), + ("neccesarily", &["necessarily"]), + ("neccesary", &["necessary"]), + ("neccessarily", &["necessarily"]), + ("neccessary", &["necessary"]), + ("neccessities", &["necessities"]), + ("necesarily", &["necessarily"]), + ("necesary", &["necessary"]), + ("necessairly", &["necessarily"]), + ("necessairy", &["necessarily"]), + ("necessarilly", &["necessarily"]), + ("necessarly", &["necessary"]), + ("necessarry", &["necessary"]), + ("necessaties", &["necessities"]), + ("necesseraly", &["necessarily"]), + ("necesserily", &["necessarily"]), + ("necessiate", &["necessitate"]), + ("necessiates", &["necessities"]), + ("necessite", &["necessities"]), + ("necessites", &["necessities"]), + ("necessitites", &["necessities"]), + ("necessitive", &["necessities"]), + ("neckbead", &["neckbeard"]), + ("neckbearders", &["neckbeards"]), + ("neckbeardese", &["neckbeards"]), + ("neckbeardest", &["neckbeards"]), + ("neckbeardies", &["neckbeards"]), + ("neckbeardius", &["neckbeards"]), + ("neckbeardos", &["neckbeards"]), + ("neckbeardus", &["neckbeards"]), + ("neckbeared", &["neckbeard"]), + ("neckbears", &["neckbeards"]), + ("neckboards", &["neckbeards"]), + ("neckbread", &["neckbeard"]), + ("neckbreads", &["neckbeards"]), + ("neckneards", &["neckbeards"]), + ("neconstitutional", &["unconstitutional"]), + ("necormancer", &["necromancer"]), + ("necromacer", &["necromancer"]), + ("necromamcer", &["necromancer"]), + ("necromaner", &["necromancer"]), + ("necromanser", &["necromancer"]), + ("necromencer", &["necromancer"]), + ("nectode", &["netcode"]), + ("nedlessly", &["endlessly"]), + ("needels", &["needles"]), + ("needlees", &["needles"]), + ("needleslly", &["needlessly"]), + ("needlessley", &["needlessly"]), + ("needlessy", &["needlessly"]), + ("nefarios", &["nefarious"]), + ("negativaty", &["negativity"]), + ("negativeity", &["negativity"]), + ("negativelly", &["negatively"]), + ("negativitiy", &["negativity"]), + ("negativley", &["negatively"]), + ("negativy", &["negativity"]), + ("negelcting", &["neglecting"]), + ("negilgence", &["negligence"]), + ("negiotate", &["negotiate"]), + ("negiotated", &["negotiated"]), + ("negiotating", &["negotiating"]), + ("neglacting", &["neglecting"]), + ("neglagence", &["negligence"]), + ("neglectn", &["neglecting"]), + ("neglegance", &["negligence"]), + ("neglegible", &["negligible"]), + ("neglegting", &["neglecting"]), + ("neglibible", &["negligible"]), + ("neglible", &["negligible"]), + ("neglicence", &["negligence"]), + ("neglicible", &["negligible"]), + ("neglicting", &["neglecting"]), + ("negligable", &["negligible"]), + ("negligance", &["negligence"]), + ("negligeble", &["negligible"]), + ("negligente", &["negligence"]), + ("negligiable", &["negligible"]), + ("negociate", &["negotiate"]), + ("negociated", &["negotiated"]), + ("negociating", &["negotiating"]), + ("negociation", &["negotiation"]), + ("negociations", &["negotiations"]), + ("negogiated", &["negotiated"]), + ("negoitate", &["negotiate"]), + ("negoitated", &["negotiated"]), + ("negoitating", &["negotiating"]), + ("negoitation", &["negotiation"]), + ("negoitations", &["negotiations"]), + ("negotaited", &["negotiated"]), + ("negotation", &["negotiation"]), + ("negotiaion", &["negotiation"]), + ("negotiatians", &["negotiations"]), + ("negotiatie", &["negotiated"]), + ("negotiatied", &["negotiate"]), + ("negotiatiing", &["negotiating"]), + ("negotiatin", &["negotiations"]), + ("negotiationg", &["negotiating"]), + ("negotiatiors", &["negotiations"]), + ("negotiative", &["negotiate"]), + ("negotiaton", &["negotiation"]), + ("negotiatons", &["negotiations"]), + ("neice", &["niece"]), + ("neigbhorhood", &["neighborhoods"]), + ("neigbhour", &["neighbour"]), + ("neigbhourhood", &["neighbourhood"]), + ("neigbhours", &["neighbours"]), + ("neigborhood", &["neighborhood"]), + ("neigbour", &["neighbour"]), + ("neigbourhood", &["neighbourhood"]), + ("neigbouring", &["neighbouring"]), + ("neigbours", &["neighbours"]), + ("neighbhors", &["neighbours"]), + ("neighboor", &["neighbor"]), + ("neighboorhod", &["neighbourhood"]), + ("neighboorhoud", &["neighbourhood"]), + ("neighbords", &["neighbours"]), + ("neighborehood", &["neighbourhood"]), + ("neighbores", &["neighbours"]), + ("neighborhing", &["neighboring"]), + ("neighborhod", &["neighborhood"]), + ("neighborhods", &["neighborhoods"]), + ("neighborhoood", &["neighborhoods"]), + ("neighbourbood", &["neighbourhood"]), + ("neighbourghs", &["neighbours"]), + ("neighbourgood", &["neighbourhood"]), + ("neighbourgs", &["neighbours"]), + ("neighbourhod", &["neighbourhood"]), + ("neighbourhoood", &["neighbourhood"]), + ("neighbourhoud", &["neighbourhood"]), + ("neighbourood", &["neighbourhood"]), + ("neighbrohood", &["neighborhoods"]), + ("neighourhood", &["neighborhood"]), + ("neighourhoods", &["neighborhoods"]), + ("neighouring", &["neighboring"]), + ("neolitic", &["neolithic"]), + ("neoroscience", &["neuroscience"]), + ("nercomancer", &["necromancer"]), + ("neruological", &["neurological"]), + ("neruons", &["neurons"]), + ("neruoscience", &["neuroscience"]), + ("neslave", &["enslave"]), + ("nessasarily", &["necessarily"]), + ("nessecary", &["necessary"]), + ("nestin", &["nesting"]), + ("netboook", &["netbook"]), + ("netocde", &["netcode"]), + ("netowrk", &["network"]), + ("netowrking", &["networking"]), + ("netropolitan", &["metropolitan"]), + ("netruality", &["neutrality"]), + ("netural", &["neutral"]), + ("neturality", &["neutrality"]), + ("neturon", &["neutron"]), + ("netwrok", &["network"]), + ("netwroking", &["networking"]), + ("neuorscience", &["neuroscience"]), + ("neuralogical", &["neurological"]), + ("neuroligical", &["neurological"]), + ("neurologia", &["neurological"]), + ("neurologial", &["neurological"]), + ("neuronas", &["neurons"]), + ("neurosceince", &["neuroscience"]), + ("neurosciene", &["neuroscience"]), + ("neuroscienze", &["neuroscience"]), + ("neurosicence", &["neuroscience"]), + ("neurton", &["neutron"]), + ("neuterd", &["neutered"]), + ("neutraal", &["neutral"]), + ("neutrailty", &["neutrality"]), + ("neutrallity", &["neutrality"]), + ("neutralt", &["neutrality"]), + ("neutraly", &["neutrality"]), + ("neverhteless", &["nevertheless"]), + ("neverthelss", &["nevertheless"]), + ("neverthless", &["nevertheless"]), + ("newcaslte", &["newcastle"]), + ("newcaste", &["newcastle"]), + ("newcastel", &["newcastle"]), + ("newletters", &["newsletters"]), + ("newlsetter", &["newsletter"]), + ("newsettler", &["newsletter"]), + ("newslatter", &["newsletter"]), + ("newspapaers", &["newspapers"]), + ("newspappers", &["newspapers"]), + ("nickanme", &["nickname"]), + ("nickmane", &["nickname"]), + ("nieghbor", &["neighbor"]), + ("nieghborhood", &["neighborhood"]), + ("nieghborhoods", &["neighborhoods"]), + ("nieghboring", &["neighboring"]), + ("nieghbour", &["neighbour"]), + ("nieghbourhood", &["neighbourhood"]), + ("nieghbourhoods", &["neighbourhood"]), + ("nieghbours", &["neighbours"]), + ("nighlty", &["nightly"]), + ("nightfa;;", &["nightfall"]), + ("nightime", &["nighttime"]), + ("nightlcub", &["nightclub"]), + ("nightley", &["nightly"]), + ("nightlie", &["nightlife"]), + ("nightmarket", &["nightmare"]), + ("nightmates", &["nightmares"]), + ("nightmears", &["nightmares"]), + ("nightmeres", &["nightmares"]), + ("nigthclub", &["nightclub"]), + ("nigthlife", &["nightlife"]), + ("nigthly", &["nightly"]), + ("nigthmare", &["nightmare"]), + ("nigthmares", &["nightmares"]), + ("nihilim", &["nihilism"]), + ("nihilisim", &["nihilism"]), + ("nihilsim", &["nihilism"]), + ("nilihism", &["nihilism"]), + ("nineth", &["ninth"]), + ("ninteenth", &["nineteenth"]), + ("ninties", &["1990s"]), + ("ninty", &["ninety"]), + ("nipticking", &["nitpicking"]), + ("nirtogen", &["nitrogen"]), + ("nirvanna", &["nirvana"]), + ("nitorgen", &["nitrogen"]), + ("nitpciking", &["nitpicking"]), + ("niusance", &["nuisance"]), + ("niverse", &["inverse"]), + ("nkow", &["know"]), + ("nkwo", &["know"]), + ("nmae", &["name"]), + ("noctrune", &["nocturne"]), + ("noctunre", &["nocturne"]), + ("nocture", &["nocturne"]), + ("nocturen", &["nocturne"]), + ("nominacion", &["nomination"]), + ("nominae", &["nominate"]), + ("nominatie", &["nominate"]), + ("nominatin", &["nomination"]), + ("nominatino", &["nominations"]), + ("nominativo", &["nomination"]), + ("nominato", &["nomination"]), + ("nominatons", &["nominations"]), + ("nominet", &["nominate"]), + ("noncombatents", &["noncombatants"]), + ("noninital", &["noninitial"]), + ("noninitalized", &["noninitialized"]), + ("nonsence", &["nonsense"]), + ("nonsencial", &["nonsensical"]), + ("nonsencical", &["nonsensical"]), + ("nonsene", &["nonsense"]), + ("nonsenscial", &["nonsensical"]), + ("nonsensicle", &["nonsensical"]), + ("nonsesne", &["nonsense"]), + ("nontheless", &["nonetheless"]), + ("noramlly", &["normally"]), + ("noramls", &["normals"]), + ("norhern", &["northern"]), + ("norhteast", &["northeast"]), + ("norhtern", &["northern"]), + ("norhtwest", &["northwest"]), + ("norhtwestern", &["northwestern"]), + ("normalis", &["normals"]), + ("normallized", &["normalized"]), + ("normalls", &["normals"]), + ("normalos", &["normals"]), + ("normaly", &["normally"]), + ("normanday", &["normandy"]), + ("normany", &["normandy"]), + ("northeat", &["northeast"]), + ("northen", &["northern"]), + ("northereastern", &["northeastern"]), + ("northeren", &["northern"]), + ("northerend", &["northern"]), + ("northren", &["northern"]), + ("northwesten", &["northwestern"]), + ("northwestener", &["northwestern"]), + ("northwet", &["northwest"]), + ("norwegain", &["norwegian"]), + ("norwegin", &["norwegian"]), + ("norwiegan", &["norwegian"]), + ("nostaglia", &["nostalgia"]), + ("nostaglic", &["nostalgic"]), + ("nostalga", &["nostalgia"]), + ("nostalgica", &["nostalgia"]), + ("nostalgija", &["nostalgia"]), + ("nostalgisch", &["nostalgic"]), + ("nostaliga", &["nostalgia"]), + ("nostaligc", &["nostalgic"]), + ("nostirls", &["nostrils"]), + ("nostlagia", &["nostalgia"]), + ("nostlagic", &["nostalgic"]), + ("nostriles", &["nostrils"]), + ("nostrills", &["nostrils"]), + ("nostris", &["nostrils"]), + ("notabley", &["notably"]), + ("notablly", &["notably"]), + ("notacible", &["noticable"]), + ("notario", &["ontario"]), + ("notciable", &["noticable"]), + ("noteable", &["notable"]), + ("noteably", &["notably"]), + ("notebok", &["notebook"]), + ("noteboook", &["notebook"]), + ("noteriety", &["notoriety"]), + ("noteworhty", &["noteworthy"]), + ("noteworthly", &["noteworthy"]), + ("noteworty", &["noteworthy"]), + ("noth", &["north"]), + ("nothern", &["northern"]), + ("nothingess", &["nothingness"]), + ("nothingsness", &["nothingness"]), + ("noticabe", &["noticable"]), + ("noticabely", &["noticeably"]), + ("noticable", &["noticeable"]), + ("noticabley", &["noticeably"]), + ("noticably", &["noticeably"]), + ("noticalbe", &["noticable"]), + ("noticeablely", &["noticeably"]), + ("noticeabley", &["noticeably"]), + ("noticeing", &["noticing"]), + ("noticiably", &["noticeably"]), + ("noticible", &["noticeable"]), + ("notificacion", &["notification"]), + ("notificaiton", &["notification"]), + ("notificaitons", &["notifications"]), + ("notificaton", &["notification"]), + ("notificatons", &["notifications"]), + ("notorios", &["notorious"]), + ("notoriosly", &["notoriously"]), + ("notoriuosly", &["notoriously"]), + ("notoroius", &["notorious"]), + ("notwhithstanding", &["notwithstanding"]), + ("noveau", &["nouveau"]), + ("novembeard", &["november"]), + ("novermber", &["november"]), + ("novmeber", &["november"]), + ("nowdays", &["nowadays"]), + ("nowe", &["now"]), + ("nrivana", &["nirvana"]), + ("nromandy", &["normandy"]), + ("nto", &["not"]), + ("nuaghty", &["naughty"]), + ("nuatilus", &["nautilus"]), + ("nubmers", &["numbers"]), + ("nucelar", &["nuclear"]), + ("nucelus", &["nucleus"]), + ("nuclean", &["unclean"]), + ("nuclues", &["nucleus"]), + ("nucular", &["nuclear"]), + ("nuculear", &["nuclear"]), + ("nuerological", &["neurological"]), + ("nuerons", &["neurons"]), + ("nueroscience", &["neuroscience"]), + ("nuetered", &["neutered"]), + ("nuetral", &["neutral"]), + ("nuetrality", &["neutrality"]), + ("nuetron", &["neutron"]), + ("nuisanse", &["nuisance"]), + ("nulcear", &["nuclear"]), + ("nullabour", &["nullarbor"]), + ("nullfiy", &["nullify"]), + ("nullifiy", &["nullify"]), + ("numberous", &["numerous"]), + ("numercial", &["numerical"]), + ("numericable", &["numerical"]), + ("numerious", &["numerous"]), + ("nuremburg", &["nuremberg"]), + ("nurtient", &["nutrient"]), + ("nurtients", &["nutrients"]), + ("nurtitional", &["nutritional"]), + ("nusaince", &["nuisance"]), + ("nusance", &["nuisance"]), + ("nusiance", &["nuisance"]), + ("nutirent", &["nutrient"]), + ("nutirents", &["nutrients"]), + ("nutreints", &["nutrients"]), + ("nutricional", &["nutritional"]), + ("nutricious", &["nutritious"]), + ("nutriens", &["nutrients"]), + ("nutrientes", &["nutrients"]), + ("nutriet", &["nutrient"]), + ("nutritent", &["nutrient"]), + ("nutritents", &["nutrients"]), + ("nutritian", &["nutritional"]), + ("nutritinal", &["nutritional"]), + ("nutritionnal", &["nutritional"]), + ("nutritios", &["nutritious"]), + ("nutritiuos", &["nutritious"]), + ("nutritivos", &["nutritious"]), + ("nutrituous", &["nutritious"]), + ("nutrutional", &["nutritional"]), + ("nutrutious", &["nutritious"]), + ("nuturing", &["nurturing"]), + ("oarcles", &["oracles"]), + ("obamination", &["abomination"]), + ("obatinable", &["obtainable"]), + ("obdisian", &["obsidian"]), + ("obediance", &["obedience"]), + ("obediant", &["obedient"]), + ("obeidence", &["obedience"]), + ("obejctives", &["objectives"]), + ("obersvant", &["observant"]), + ("obersvation", &["observation"]), + ("obersvations", &["observations"]), + ("obersvers", &["observers"]), + ("obession", &["obsession"]), + ("obesssion", &["obsession"]), + ("obiedence", &["obedience"]), + ("obilgatory", &["obligatory"]), + ("obilterated", &["obliterated"]), + ("obilvion", &["oblivion"]), + ("obisdian", &["obsidian"]), + ("obivous", &["obvious"]), + ("obivously", &["obviously"]), + ("objecitves", &["objectives"]), + ("objectificaiton", &["objectification"]), + ("objectificaton", &["objectification"]), + ("objectificiation", &["objectification"]), + ("objectivas", &["objectives"]), + ("objectivelly", &["objectively"]), + ("objectivety", &["objectivity"]), + ("objectivication", &["objectification"]), + ("objectivify", &["objectivity"]), + ("objectivily", &["objectivity"]), + ("objectiviser", &["objectives"]), + ("objectivitiy", &["objectivity"]), + ("objectivley", &["objectively"]), + ("objectivly", &["objectively"]), + ("objectivs", &["objectives"]), + ("objectivst", &["objectives"]), + ("objectivty", &["objectivity"]), + ("objectivy", &["objectivity"]), + ("objektives", &["objectives"]), + ("obliberated", &["obliterated"]), + ("obliderated", &["obliterated"]), + ("obligerated", &["obliterated"]), + ("obligitary", &["obligatory"]), + ("obligitory", &["obligatory"]), + ("oblitarated", &["obliterated"]), + ("obliteraded", &["obliterated"]), + ("obliterared", &["obliterated"]), + ("oblitirated", &["obliterated"]), + ("oblitorated", &["obliterated"]), + ("obliverated", &["obliterated"]), + ("obscruity", &["obscurity"]), + ("obscuirty", &["obscurity"]), + ("observabil", &["observable"]), + ("observacion", &["observation"]), + ("observaiton", &["observant"]), + ("observare", &["observer"]), + ("observarse", &["observers"]), + ("observasion", &["observations"]), + ("observating", &["observation"]), + ("observaton", &["observation"]), + ("observeras", &["observers"]), + ("observerats", &["observers"]), + ("observerd", &["observed"]), + ("observered", &["observed"]), + ("observeres", &["observers"]), + ("observible", &["observable"]), + ("obsessie", &["obsessive"]), + ("obsessin", &["obsession"]), + ("obsessivley", &["obsessive"]), + ("obsidain", &["obsidian"]), + ("obssesion", &["obsession"]), + ("obssesive", &["obsessive"]), + ("obssessed", &["obsessed"]), + ("obstacal", &["obstacle"]), + ("obstancles", &["obstacles"]), + ("obstruccion", &["obstruction"]), + ("obstruced", &["obstructed"]), + ("obstrucion", &["obstruction"]), + ("obstructin", &["obstruction"]), + ("obstruktion", &["obstruction"]), + ("obsturction", &["obstruction"]), + ("obsucrity", &["obscurity"]), + ("obtainabe", &["obtainable"]), + ("obtainabie", &["obtainable"]), + ("obtaineble", &["obtainable"]), + ("obtainible", &["obtainable"]), + ("obtianable", &["obtainable"]), + ("obversation", &["observation"]), + ("obversations", &["observations"]), + ("obvilion", &["oblivion"]), + ("obviosuly", &["obviously"]), + ("obvioulsy", &["obviously"]), + ("obvisouly", &["obviously"]), + ("obvoius", &["obvious"]), + ("obvoiusly", &["obviously"]), + ("ocarnia", &["ocarina"]), + ("ocasion", &["occasion"]), + ("ocasional", &["occasional"]), + ("ocasionally", &["occasionally"]), + ("ocasionaly", &["occasionally"]), + ("ocasioned", &["occasioned"]), + ("ocasions", &["occasions"]), + ("ocassion", &["occasion"]), + ("ocassional", &["occasional"]), + ("ocassionally", &["occasionally"]), + ("ocassionaly", &["occasionally"]), + ("ocassioned", &["occasioned"]), + ("ocassions", &["occasions"]), + ("occaison", &["occasion"]), + ("occaisonal", &["occasional"]), + ("occaisonally", &["occasionally"]), + ("occaisons", &["occasions"]), + ("occasioanlly", &["occasionally"]), + ("occasionals", &["occasions"]), + ("occasionaly", &["occasionally"]), + ("occasionly", &["occasional"]), + ("occasionnal", &["occasional"]), + ("occassion", &["occasion"]), + ("occassional", &["occasional"]), + ("occassionally", &["occasionally"]), + ("occassionaly", &["occasionally"]), + ("occassioned", &["occasioned"]), + ("occassions", &["occasions"]), + ("occational", &["occasional"]), + ("occationally", &["occasionally"]), + ("occour", &["occur"]), + ("occulation", &["occupation"]), + ("occupaiton", &["occupation"]), + ("occupato", &["occupation"]), + ("occurance", &["occurrence"]), + ("occurances", &["occurrences"]), + ("occured", &["occurred"]), + ("occurence", &["occurrence"]), + ("occurences", &["occurrences"]), + ("occuring", &["occurring"]), + ("occurr", &["occur"]), + ("occurrance", &["occurrence"]), + ("occurrances", &["occurrences"]), + ("occurrencies", &["occurrences"]), + ("ocotber", &["october"]), + ("ocotpus", &["octopus"]), + ("ocraina", &["ocarina"]), + ("octobear", &["october"]), + ("octohedra", &["octahedra"]), + ("octohedral", &["octahedral"]), + ("octohedron", &["octahedron"]), + ("octopuns", &["octopus"]), + ("ocuntries", &["countries"]), + ("ocuntry", &["country"]), + ("ocurr", &["occur"]), + ("ocurrance", &["occurrence"]), + ("ocurred", &["occurred"]), + ("ocurrence", &["occurrence"]), + ("ofcoruse", &["ofcourse"]), + ("ofcoure", &["ofcourse"]), + ("ofcoures", &["ofcourse"]), + ("ofcousre", &["ofcourse"]), + ("ofcrouse", &["ofcourse"]), + ("offcers", &["officers"]), + ("offcially", &["officially"]), + ("offensivelly", &["offensively"]), + ("offensivley", &["offensively"]), + ("offensivly", &["offensively"]), + ("offereings", &["offerings"]), + ("offesnively", &["offensively"]), + ("officailly", &["officially"]), + ("offical", &["official"]), + ("offically", &["officially"]), + ("officals", &["officials"]), + ("officaly", &["officially"]), + ("officiallly", &["officially"]), + ("officialy", &["officially"]), + ("offisde", &["offside"]), + ("offpsring", &["offspring"]), + ("offred", &["offered"]), + ("offsited", &["offside"]), + ("offspirng", &["offspring"]), + ("offsrping", &["offspring"]), + ("ofocurse", &["ofcourse"]), + ("oftenly", &["often"]), + ("oging", &["going"]), + ("ogliarchy", &["oligarchy"]), + ("ogranisation", &["organisation"]), + ("ogrilla", &["gorilla"]), + ("oilgarchy", &["oligarchy"]), + ("olbigatory", &["obligatory"]), + ("olbiterated", &["obliterated"]), + ("oligarcy", &["oligarchy"]), + ("oligrachy", &["oligarchy"]), + ("olmypic", &["olympic"]), + ("olmypics", &["olympics"]), + ("olreans", &["orleans"]), + ("olymipcs", &["olympics"]), + ("olympis", &["olympics"]), + ("olypmic", &["olympic"]), + ("olypmics", &["olympics"]), + ("ominpotent", &["omnipotent"]), + ("ominscient", &["omniscient"]), + ("omision", &["omission"]), + ("omited", &["omitted"]), + ("omiting", &["omitting"]), + ("omlette", &["omelette"]), + ("ommision", &["omission"]), + ("ommited", &["omitted"]), + ("ommiting", &["omitting"]), + ("ommitted", &["omitted"]), + ("ommitting", &["omitting"]), + ("omnipetent", &["omnipotent"]), + ("omnipitent", &["omnipotent"]), + ("omnipotant", &["omnipotent"]), + ("omniscienct", &["omniscient"]), + ("omnisicent", &["omniscient"]), + ("omniverous", &["omnivorous"]), + ("omniverously", &["omnivorously"]), + ("omnsicient", &["omniscient"]), + ("omre", &["more"]), + ("onatrio", &["ontario"]), + ("onbaord", &["onboard"]), + ("onborad", &["onboard"]), + ("ongewild", &["gonewild"]), + ("onlsaught", &["onslaught"]), + ("onmipotent", &["omnipotent"]), + ("onmiscient", &["omniscient"]), + ("onot", &["note"]), + ("onsalught", &["onslaught"]), + ("onslaugt", &["onslaught"]), + ("onslaugth", &["onslaught"]), + ("onsluaght", &["onslaught"]), + ("ontairo", &["ontario"]), + ("ontraio", &["ontario"]), + ("onwership", &["ownership"]), + ("onyl", &["only"]), + ("opartor", &["operator"]), + ("openess", &["openness"]), + ("operacional", &["operational"]), + ("operasional", &["operational"]), + ("operatie", &["operative"]), + ("operatings", &["operations"]), + ("operationable", &["operational"]), + ("operationel", &["operational"]), + ("operationnal", &["operational"]), + ("operativne", &["operative"]), + ("operativos", &["operations"]), + ("opiniones", &["opinions"]), + ("opinoins", &["opinions"]), + ("opitcal", &["optical"]), + ("opitmal", &["optimal"]), + ("oponent", &["opponent"]), + ("oportunity", &["opportunity"]), + ("opose", &["oppose"]), + ("oposite", &["opposite"]), + ("oposition", &["opposition"]), + ("oppenly", &["openly"]), + ("oppertunities", &["opportunities"]), + ("oppinion", &["opinion"]), + ("opponant", &["opponent"]), + ("opponenet", &["opponent"]), + ("opponenets", &["opponent"]), + ("opponet", &["opponent"]), + ("oppononent", &["opponent"]), + ("opportuniste", &["opportunities"]), + ("opportunites", &["opportunities"]), + ("opposiste", &["opposites"]), + ("oppositition", &["opposition"]), + ("opposits", &["opposites"]), + ("oppossed", &["opposed"]), + ("opposties", &["opposites"]), + ("oppressin", &["oppression"]), + ("oppressiun", &["oppressing"]), + ("oppresso", &["oppression"]), + ("oppresssing", &["oppressing"]), + ("oppresssion", &["oppression"]), + ("opprotunities", &["opportunities"]), + ("opprotunity", &["opportunity"]), + ("oppurtunities", &["opportunities"]), + ("opression", &["oppression"]), + ("opressive", &["oppressive"]), + ("oprhans", &["orphans"]), + ("opthalmic", &["ophthalmic"]), + ("opthalmologist", &["ophthalmologist"]), + ("opthalmology", &["ophthalmology"]), + ("opthamologist", &["ophthalmologist"]), + ("optimaal", &["optimal"]), + ("optimim", &["optimism"]), + ("optimisim", &["optimism"]), + ("optimisitc", &["optimistic"]), + ("optimisitic", &["optimistic"]), + ("optimistc", &["optimistic"]), + ("optimistisch", &["optimistic"]), + ("optimizacion", &["optimization"]), + ("optimizare", &["optimize"]), + ("optimizate", &["optimize"]), + ("optimizating", &["optimization"]), + ("optimizaton", &["optimization"]), + ("optimizied", &["optimize"]), + ("optimziation", &["optimization"]), + ("optinally", &["optimally"]), + ("optmizations", &["optimizations"]), + ("optomism", &["optimism"]), + ("oracels", &["oracles"]), + ("oragnered", &["orangered"]), + ("oragnes", &["oranges"]), + ("oragnisation", &["organisation"]), + ("oragnise", &["organise"]), + ("oragnised", &["organised"]), + ("oragnizer", &["organizer"]), + ("oragsms", &["orgasms"]), + ("oralces", &["oracles"]), + ("orangerd", &["orangered"]), + ("orangers", &["oranges"]), + ("orangism", &["organism"]), + ("orbtial", &["orbital"]), + ("orcales", &["oracles"]), + ("orcehstra", &["orchestra"]), + ("orchastrated", &["orchestrated"]), + ("orchesta", &["orchestra"]), + ("orchestarted", &["orchestrated"]), + ("orchestraded", &["orchestrated"]), + ("orchestraed", &["orchestrated"]), + ("orchestrial", &["orchestra"]), + ("orchistrated", &["orchestrated"]), + ("orded", &["ordered"]), + ("ordianry", &["ordinary"]), + ("ordinarly", &["ordinary"]), + ("oreintal", &["oriental"]), + ("oreintation", &["orientation"]), + ("orelans", &["orleans"]), + ("orgainsation", &["organisation"]), + ("orgainse", &["organise"]), + ("orgainsed", &["organised"]), + ("orgainzation", &["organizations"]), + ("orgainze", &["organize"]), + ("orgainzer", &["organizer"]), + ("organered", &["orangered"]), + ("organes", &["organise"]), + ("organicaly", &["organically"]), + ("organices", &["organise"]), + ("organiclly", &["organically"]), + ("organie", &["organise"]), + ("organim", &["organism"]), + ("organims", &["organism"]), + ("organisaiton", &["organisation"]), + ("organisate", &["organise"]), + ("organisationens", &["organisations"]), + ("organisationers", &["organisations"]), + ("organisationnels", &["organisations"]), + ("organisaton", &["organisation"]), + ("organisatons", &["organisations"]), + ("organische", &["organise"]), + ("organisera", &["organizers"]), + ("organiserad", &["organised"]), + ("organisere", &["organizers"]), + ("organisert", &["organizers"]), + ("organisier", &["organise"]), + ("organisim", &["organism"]), + ("organisims", &["organism"]), + ("organiske", &["organise"]), + ("organismed", &["organise"]), + ("organismen", &["organise"]), + ("organismer", &["organise"]), + ("organismes", &["organisms"]), + ("organismus", &["organisms"]), + ("organistaion", &["organisation"]), + ("organistaions", &["organisations"]), + ("organiste", &["organise"]), + ("organisten", &["organise"]), + ("organistion", &["organisation"]), + ("organiszed", &["organise"]), + ("organites", &["organise"]), + ("organizacion", &["organization"]), + ("organizacional", &["organizational"]), + ("organizaed", &["organize"]), + ("organizaiton", &["organization"]), + ("organizaitonal", &["organizational"]), + ("organizare", &["organizer"]), + ("organizarea", &["organizer"]), + ("organizarem", &["organizer"]), + ("organizarme", &["organizer"]), + ("organizarte", &["organizer"]), + ("organizate", &["organize"]), + ("organizatinal", &["organizational"]), + ("organizativo", &["organization"]), + ("organizativos", &["organizations"]), + ("organizatons", &["organizations"]), + ("organizms", &["organism"]), + ("organizors", &["organizers"]), + ("organiztion", &["organization"]), + ("organizuje", &["organize"]), + ("organsiation", &["organisation"]), + ("organsiations", &["organisations"]), + ("organsie", &["organise"]), + ("organsied", &["organised"]), + ("organsim", &["organism"]), + ("organsims", &["organisms"]), + ("organziation", &["organization"]), + ("organziational", &["organizational"]), + ("organziations", &["organizations"]), + ("organzie", &["organize"]), + ("organzier", &["organizer"]), + ("organziers", &["organizers"]), + ("orgasmes", &["orgasms"]), + ("orgasmos", &["orgasms"]), + ("orgasmus", &["orgasms"]), + ("orgin", &["origin"]), + ("orginal", &["original"]), + ("orginally", &["originally"]), + ("orginasation", &["organisation"]), + ("orginasations", &["organisations"]), + ("orginazation", &["organization"]), + ("orginazational", &["organizational"]), + ("orginazations", &["organizations"]), + ("orginize", &["organise"]), + ("orgnaisation", &["organisations"]), + ("orgnaised", &["organised"]), + ("orhcestra", &["orchestra"]), + ("orhpans", &["orphans"]), + ("orhtodox", &["orthodox"]), + ("oribtal", &["orbital"]), + ("oridinarily", &["ordinarily"]), + ("oridnary", &["ordinary"]), + ("orientacion", &["orientation"]), + ("orientaion", &["orientation"]), + ("orientarla", &["oriental"]), + ("orientarlo", &["oriental"]), + ("orientato", &["orientation"]), + ("origanaly", &["originally"]), + ("origianlly", &["originally"]), + ("originales", &["originals"]), + ("originalet", &["originated"]), + ("originalis", &["originals"]), + ("originall", &["original"]), + ("originallity", &["originality"]), + ("originalt", &["originality"]), + ("originalty", &["originality"]), + ("originaly", &["originally"]), + ("originas", &["origins"]), + ("origines", &["origins"]), + ("originially", &["originally"]), + ("originnally", &["originally"]), + ("originsl", &["originals"]), + ("origintea", &["originate"]), + ("origional", &["original"]), + ("orignally", &["originally"]), + ("origniality", &["originality"]), + ("orignially", &["originally"]), + ("orignials", &["originals"]), + ("origniated", &["originated"]), + ("origonally", &["originally"]), + ("origonated", &["originated"]), + ("orlenas", &["orleans"]), + ("orpahns", &["orphans"]), + ("orphanes", &["orphans"]), + ("orthodx", &["orthodox"]), + ("osbidian", &["obsidian"]), + ("ostencibly", &["ostensibly"]), + ("ostenisbly", &["ostensibly"]), + ("ostensably", &["ostensibly"]), + ("ostensiably", &["ostensibly"]), + ("ostensibily", &["ostensibly"]), + ("ostentibly", &["ostensibly"]), + ("ostrasiced", &["ostracized"]), + ("ostrasized", &["ostracized"]), + ("ostraziced", &["ostracized"]), + ("ostrazised", &["ostracized"]), + ("ostrecized", &["ostracized"]), + ("ostricized", &["ostracized"]), + ("ostrocized", &["ostracized"]), + ("otehr", &["other"]), + ("othrodox", &["orthodox"]), + ("oublisher", &["publisher"]), + ("ouevre", &["oeuvre"]), + ("ouput", &["output"]), + ("ourselvs", &["ourselves"]), + ("oursleves", &["ourselves"]), + ("oustanding", &["outstanding"]), + ("oustider", &["outsider"]), + ("oustiders", &["outsiders"]), + ("oustpoken", &["outspoken"]), + ("outcalssed", &["outclassed"]), + ("outclasssed", &["outclassed"]), + ("outfeild", &["outfield"]), + ("outfidel", &["outfield"]), + ("outfied", &["outfield"]), + ("outfiled", &["outfield"]), + ("outisder", &["outsider"]), + ("outisders", &["outsiders"]), + ("outlcassed", &["outclassed"]), + ("outnumbed", &["outnumbered"]), + ("outnumberd", &["outnumbered"]), + ("outnumbred", &["outnumbered"]), + ("outnunbered", &["outnumbered"]), + ("outpalyed", &["outplayed"]), + ("outperfom", &["outperform"]), + ("outperfoms", &["outperform"]), + ("outperfrom", &["outperform"]), + ("outperfroms", &["outperform"]), + ("outplayd", &["outplayed"]), + ("outpreform", &["outperform"]), + ("outpreforms", &["outperform"]), + ("outpsoken", &["outspoken"]), + ("outputed", &["outputted"]), + ("outraegously", &["outrageously"]), + ("outrageos", &["outrageous"]), + ("outrageosly", &["outrageously"]), + ("outrageoulsy", &["outrageously"]), + ("outrageouly", &["outrageously"]), + ("outragerous", &["outrageous"]), + ("outragesouly", &["outrageously"]), + ("outrageuos", &["outrageous"]), + ("outrageuosly", &["outrageously"]), + ("outragious", &["outrageous"]), + ("outragiously", &["outrageously"]), + ("outragoues", &["outrageous"]), + ("outreagous", &["outrageous"]), + ("outsidr", &["outsider"]), + ("outskirst", &["outskirts"]), + ("outskirters", &["outskirts"]), + ("outskrits", &["outskirts"]), + ("outsorucing", &["outsourcing"]), + ("outsourcad", &["outsourced"]), + ("outsourcade", &["outsourced"]), + ("outsourceing", &["outsourcing"]), + ("outsoure", &["outsourced"]), + ("outsouring", &["outsourcing"]), + ("outsoursed", &["outsourced"]), + ("outsoursing", &["outsourcing"]), + ("outweighes", &["outweighs"]), + ("outwieghs", &["outweighs"]), + ("overarcing", &["overarching"]), + ("overbaord", &["overboard"]), + ("overbearring", &["overbearing"]), + ("overblocking", &["overclocking"]), + ("overboad", &["overboard"]), + ("overbraking", &["overbearing"]), + ("overcapping", &["overlapping"]), + ("overcharing", &["overarching"]), + ("overclcok", &["overclock"]), + ("overclcoked", &["overclocked"]), + ("overclcoking", &["overclocking"]), + ("overclicked", &["overclocked"]), + ("overclicking", &["overclocking"]), + ("overcloaked", &["overclocked"]), + ("overcloaking", &["overclocking"]), + ("overclocing", &["overclocking"]), + ("overclockd", &["overclocked"]), + ("overclockig", &["overclocking"]), + ("overclockign", &["overclocking"]), + ("overclocled", &["overclocked"]), + ("overclok", &["overclock"]), + ("overclokcing", &["overclocking"]), + ("overcloked", &["overclocked"]), + ("overcoding", &["overcoming"]), + ("overcomeing", &["overcoming"]), + ("overcomming", &["overcoming"]), + ("overdirve", &["overdrive"]), + ("overdrev", &["overdrive"]), + ("overeaching", &["overarching"]), + ("overestemating", &["overestimating"]), + ("overestimateing", &["overestimating"]), + ("overextimating", &["overestimating"]), + ("overfapping", &["overlapping"]), + ("overhal", &["overhaul"]), + ("overheading", &["overheating"]), + ("overheards", &["overhead"]), + ("overheared", &["overhead"]), + ("overhearting", &["overreacting"]), + ("overheathing", &["overheating"]), + ("overhooked", &["overlooked"]), + ("overhooking", &["overlooking"]), + ("overhpyed", &["overhyped"]), + ("overhtinking", &["overthinking"]), + ("overhual", &["overhaul"]), + ("overhwelm", &["overwhelm"]), + ("overhwelmed", &["overwhelmed"]), + ("overhwelming", &["overwhelming"]), + ("overhwelmingly", &["overwhelmingly"]), + ("overhwlemingly", &["overwhelmingly"]), + ("overkapping", &["overlapping"]), + ("overklocked", &["overclocked"]), + ("overlanded", &["overloaded"]), + ("overlaod", &["overload"]), + ("overlaoded", &["overloaded"]), + ("overlaping", &["overlapping"]), + ("overlappping", &["overlapping"]), + ("overlapsing", &["overlapping"]), + ("overlauded", &["overloaded"]), + ("overlcock", &["overclock"]), + ("overlcocked", &["overclocked"]), + ("overlcocking", &["overclocking"]), + ("overlcoking", &["overlooking"]), + ("overloard", &["overload"]), + ("overloards", &["overload"]), + ("overlooming", &["overlooking"]), + ("overloooked", &["overlooked"]), + ("overlorded", &["overloaded"]), + ("overlordes", &["overlords"]), + ("overlordess", &["overlords"]), + ("overmapping", &["overlapping"]), + ("overnurfed", &["overturned"]), + ("overpad", &["overpaid"]), + ("overpaied", &["overpaid"]), + ("overpiad", &["overpaid"]), + ("overpirced", &["overpriced"]), + ("overpolulation", &["overpopulation"]), + ("overpooling", &["overlooking"]), + ("overpopluation", &["overpopulation"]), + ("overpopulaton", &["overpopulation"]), + ("overpovered", &["overpowered"]), + ("overpowed", &["overpowered"]), + ("overpoweing", &["overpowering"]), + ("overpowerd", &["overpowered"]), + ("overpowred", &["overpowered"]), + ("overprised", &["overpriced"]), + ("overreacing", &["overreacting"]), + ("overreactin", &["overreaction"]), + ("overreactiong", &["overreacting"]), + ("overreacton", &["overreaction"]), + ("overreaktion", &["overreaction"]), + ("overriden", &["overridden"]), + ("oversemplification", &["oversimplification"]), + ("oversetimating", &["overestimating"]), + ("overshaddow", &["overshadowed"]), + ("overshaddowed", &["overshadowed"]), + ("overshadowd", &["overshadowed"]), + ("overshadowered", &["overshadowed"]), + ("oversimplifacation", &["oversimplification"]), + ("oversimplifaction", &["oversimplification"]), + ("oversimplificaiton", &["oversimplification"]), + ("oversimplificating", &["oversimplification"]), + ("oversimplificaton", &["oversimplification"]), + ("oversimplificiation", &["oversimplification"]), + ("oversimplifiction", &["oversimplification"]), + ("oversimplyfication", &["oversimplification"]), + ("oversue", &["overuse"]), + ("overtapping", &["overlapping"]), + ("overthining", &["overthinking"]), + ("overthinkig", &["overthinking"]), + ("overtun", &["overturn"]), + ("overtunned", &["overturned"]), + ("overtunred", &["overturned"]), + ("overturing", &["overturn"]), + ("overules", &["overuse"]), + ("overvlocked", &["overclocked"]), + ("overwath", &["overwatch"]), + ("overwealmed", &["overwhelmed"]), + ("overwealming", &["overwhelming"]), + ("overweigth", &["overweight"]), + ("overwelming", &["overwhelming"]), + ("overwhelemd", &["overwhelmed"]), + ("overwhelemed", &["overwhelmed"]), + ("overwhelimg", &["overwhelm"]), + ("overwheliming", &["overwhelming"]), + ("overwheling", &["overwhelming"]), + ("overwhelmigly", &["overwhelmingly"]), + ("overwhelmingy", &["overwhelmingly"]), + ("overwhelminly", &["overwhelmingly"]), + ("overwhem", &["overwhelm"]), + ("overwhemed", &["overwhelmed"]), + ("overwhemled", &["overwhelmed"]), + ("overwhemling", &["overwhelming"]), + ("overwhemlingly", &["overwhelmingly"]), + ("overwhlem", &["overwhelm"]), + ("overwhlemed", &["overwhelmed"]), + ("overwhleming", &["overwhelming"]), + ("overwhlemingly", &["overwhelmingly"]), + ("overwieght", &["overweight"]), + ("overwirte", &["overwrite"]), + ("overwritte", &["overwrite"]), + ("overwritted", &["overwrite"]), + ("overwtach", &["overwatch"]), + ("overyhped", &["overhyped"]), + ("owernship", &["ownership"]), + ("owerpowering", &["overpowering"]), + ("ownders", &["wonders"]), + ("owrk", &["work"]), + ("owudl", &["would"]), + ("owuldve", &["wouldve"]), + ("oxigen", &["oxygen"]), + ("oximoron", &["oxymoron"]), + ("oylmpic", &["olympic"]), + ("oylmpics", &["olympics"]), + ("p0enis", &["penis"]), + ("pacakge", &["package"]), + ("pacakged", &["packaged"]), + ("pacificts", &["pacifist"]), + ("pacifit", &["pacifist"]), + ("packade", &["packaged"]), + ("packadge", &["packaged"]), + ("packageid", &["packaged"]), + ("packge", &["package"]), + ("pacthes", &["patches"]), + ("pactivity", &["captivity"]), + ("paficist", &["pacifist"]), + ("pahntom", &["phantom"]), + ("pahtfinder", &["pathfinder"]), + ("paide", &["paid"]), + ("painfullly", &["painfully"]), + ("painfuly", &["painfully"]), + ("painkilers", &["painkillers"]), + ("painkilllers", &["painkillers"]), + ("painkills", &["painkillers"]), + ("pairlament", &["parliament"]), + ("paitence", &["patience"]), + ("paitent", &["patient"]), + ("paitently", &["patiently"]), + ("paitents", &["patients"]), + ("paitience", &["patience"]), + ("pakistain", &["pakistani"]), + ("pakistanais", &["pakistani"]), + ("pakistanezi", &["pakistani"]), + ("pakistanti", &["pakistani"]), + ("pakistian", &["pakistani"]), + ("pakistnai", &["pakistani"]), + ("paksitani", &["pakistani"]), + ("paladines", &["paladins"]), + ("paladinlst", &["paladins"]), + ("paladinos", &["paladins"]), + ("palastinians", &["palestinians"]), + ("palce", &["place"]), + ("palcebo", &["placebo"]), + ("palceholder", &["placeholder"]), + ("palcements", &["placements"]), + ("paleolitic", &["paleolithic"]), + ("palesitnian", &["palestinians"]), + ("palesitnians", &["palestinians"]), + ("palestein", &["palestine"]), + ("palestenian", &["palestinian"]), + ("palestenians", &["palestinians"]), + ("palestina", &["palestinian"]), + ("palestinain", &["palestinians"]), + ("palestinains", &["palestinians"]), + ("palestinan", &["palestinian"]), + ("palestinans", &["palestinians"]), + ("palestiniens", &["palestinians"]), + ("palestinier", &["palestine"]), + ("palestininan", &["palestinian"]), + ("palestininans", &["palestinians"]), + ("palestininas", &["palestinians"]), + ("paliamentarian", &["parliamentarian"]), + ("palidans", &["paladins"]), + ("palistian", &["palestinian"]), + ("palistinian", &["palestinian"]), + ("palistinians", &["palestinians"]), + ("pallete", &["palette"]), + ("palster", &["plaster"]), + ("palstics", &["plastics"]), + ("paltform", &["platform"]), + ("paltformer", &["platformer"]), + ("paltforms", &["platforms"]), + ("paltinum", &["platinum"]), + ("palyable", &["playable"]), + ("palyboy", &["playboy"]), + ("palyerbase", &["playerbase"]), + ("palyoffs", &["playoffs"]), + ("palystyle", &["playstyle"]), + ("palythrough", &["playthrough"]), + ("palythroughs", &["playthroughs"]), + ("pamflet", &["pamphlet"]), + ("pamplet", &["pamphlet"]), + ("pancaeks", &["pancakes"]), + ("pancakers", &["pancakes"]), + ("pancaks", &["pancakes"]), + ("panckaes", &["pancakes"]), + ("pandoria", &["pandora"]), + ("pandorra", &["pandora"]), + ("pandroa", &["pandora"]), + ("panedmic", &["pandemic"]), + ("panethon", &["pantheon"]), + ("pankaces", &["pancakes"]), + ("panmedic", &["pandemic"]), + ("pantehon", &["pantheon"]), + ("panthen", &["pantheon"]), + ("panthoen", &["pantheon"]), + ("pantomine", &["pantomime"]), + ("papanicalou", &["papanicolaou"]), + ("parachutage", &["parachute"]), + ("parachutte", &["parachute"]), + ("parademics", &["paramedics"]), + ("paradies", &["paradise"]), + ("paradiggum", &["paradigm"]), + ("paradim", &["paradigm"]), + ("paradimes", &["paradise"]), + ("paradse", &["parades"]), + ("paradyse", &["parades"]), + ("paragraghs", &["paragraphs"]), + ("paragrah", &["paragraph"]), + ("paragrahps", &["paragraphs"]), + ("paragrapgh", &["paragraphs"]), + ("paragraphes", &["paragraphs"]), + ("paragraps", &["paragraphs"]), + ("paragrpah", &["paragraph"]), + ("paragrpahs", &["paragraphs"]), + ("parahprase", &["paraphrase"]), + ("paraiste", &["parasite"]), + ("paralel", &["parallel"]), + ("paralell", &["parallel"]), + ("paralells", &["parallels"]), + ("paralelly", &["parallelly"]), + ("paralely", &["parallelly"]), + ("paralisys", &["paralysis"]), + ("paralleles", &["parallels"]), + ("parallells", &["parallels"]), + ("parallely", &["parallelly"]), + ("paralles", &["parallels"]), + ("paralzyed", &["paralyzed"]), + ("paramadics", &["paramedics"]), + ("paramaters", &["parameters"]), + ("paramecias", &["paramedics"]), + ("paramedicks", &["paramedics"]), + ("paramedicos", &["paramedics"]), + ("paramedis", &["paramedics"]), + ("parameds", &["paramedics"]), + ("parameteres", &["parameters"]), + ("parametics", &["paramedics"]), + ("parametros", &["parameters"]), + ("paramiters", &["parameters"]), + ("paramormal", &["paranormal"]), + ("paramter", &["parameter"]), + ("paramters", &["parameters"]), + ("paranioa", &["paranoia"]), + ("paraniod", &["paranoid"]), + ("paranoa", &["paranoia"]), + ("paranoica", &["paranoia"]), + ("paranoicas", &["paranoia"]), + ("paranoida", &["paranoia"]), + ("paranomral", &["paranormal"]), + ("paranornal", &["paranormal"]), + ("paranthesis", &["parenthesis"]), + ("parapharse", &["paraphrase"]), + ("parapharsed", &["paraphrase"]), + ("parapharsing", &["paraphrasing"]), + ("paraphenalia", &["paraphernalia"]), + ("paraphraseing", &["paraphrasing"]), + ("paraphrashed", &["paraphrase"]), + ("paraphrashing", &["paraphrasing"]), + ("paraphraze", &["paraphrase"]), + ("paraphrazing", &["paraphrasing"]), + ("paraprashing", &["paraphrasing"]), + ("paraprhase", &["paraphrase"]), + ("paraprhased", &["paraphrase"]), + ("paraprhasing", &["paraphrasing"]), + ("paraside", &["paradise"]), + ("parasitisme", &["parasites"]), + ("parasits", &["parasites"]), + ("parasitter", &["parasite"]), + ("parastie", &["parasite"]), + ("parasties", &["parasites"]), + ("paraylsis", &["paralysis"]), + ("paraylzed", &["paralyzed"]), + ("parctise", &["practise"]), + ("parellels", &["parallels"]), + ("paremsan", &["parmesan"]), + ("parenthasis", &["parenthesis"]), + ("parenthesees", &["parentheses"]), + ("parenthesies", &["parenthesis"]), + ("parenthesys", &["parentheses"]), + ("parenthises", &["parenthesis"]), + ("parenthisis", &["parenthesis"]), + ("paricular", &["particular"]), + ("parilament", &["parliament"]), + ("parilamentary", &["parliamentary"]), + ("parises", &["praises"]), + ("parisitic", &["parasitic"]), + ("paristan", &["partisan"]), + ("paritally", &["partially"]), + ("parites", &["parties"]), + ("parituclar", &["particular"]), + ("parlaiment", &["parliament"]), + ("parlaimentary", &["parliamentary"]), + ("parliamant", &["parliament"]), + ("parliamantary", &["parliamentary"]), + ("parliamentery", &["parliamentary"]), + ("parliamentiary", &["parliamentary"]), + ("parliamentry", &["parliamentary"]), + ("parliamenty", &["parliamentary"]), + ("parliamnetary", &["parliamentary"]), + ("parliamone", &["parliament"]), + ("parliement", &["parliament"]), + ("parliementary", &["parliamentary"]), + ("parliment", &["parliament"]), + ("parmasen", &["parmesan"]), + ("parmenas", &["parmesan"]), + ("parmesaen", &["parmesan"]), + ("parmsean", &["parmesan"]), + ("parntered", &["partnered"]), + ("parnters", &["partners"]), + ("parntership", &["partnership"]), + ("parralel", &["parallel"]), + ("parrallel", &["parallel"]), + ("parrallell", &["parallel"]), + ("parrallelly", &["parallelly"]), + ("parrallely", &["parallelly"]), + ("partchett", &["pratchett"]), + ("partecipant", &["participant"]), + ("partecipants", &["participants"]), + ("partecipate", &["participate"]), + ("partecipated", &["participated"]), + ("parterned", &["partnered"]), + ("parterns", &["partners"]), + ("parternship", &["partnership"]), + ("parternships", &["partnership"]), + ("partialy", &["partially"]), + ("partians", &["partisan"]), + ("partiarchal", &["patriarchal"]), + ("partiarchy", &["patriarchy"]), + ("partical", &["particular"]), + ("particapate", &["participate"]), + ("particapated", &["participated"]), + ("partice", &["particle"]), + ("particel", &["particle"]), + ("particiapnts", &["participant"]), + ("particiapte", &["participate"]), + ("particiapted", &["participated"]), + ("particiaption", &["participation"]), + ("participacion", &["participation"]), + ("participait", &["participant"]), + ("participans", &["participants"]), + ("participante", &["participate"]), + ("participantes", &["participants"]), + ("participare", &["participate"]), + ("participas", &["participants"]), + ("participaste", &["participants"]), + ("participat", &["participants"]), + ("participatd", &["participant"]), + ("participati", &["participant"]), + ("participatie", &["participated"]), + ("participatin", &["participation"]), + ("participativo", &["participation"]), + ("participatns", &["participant"]), + ("participaton", &["participant"]), + ("participats", &["participant"]), + ("participe", &["participate"]), + ("participent", &["participant"]), + ("participents", &["participants"]), + ("participte", &["participate"]), + ("partick", &["patrick"]), + ("particpiate", &["participated"]), + ("particually", &["particularly"]), + ("particualr", &["particular"]), + ("particualrly", &["particularly"]), + ("particulalry", &["particularly"]), + ("particulaly", &["particularly"]), + ("particularely", &["particularly"]), + ("particularily", &["particularly"]), + ("particularlly", &["particularly"]), + ("particulary", &["particularly"]), + ("particullary", &["particularly"]), + ("partiel", &["particle"]), + ("partiets", &["parties"]), + ("partiot", &["patriot"]), + ("partiotic", &["patriotic"]), + ("partiotism", &["patriotism"]), + ("partiots", &["patriots"]), + ("partisain", &["partisan"]), + ("partizipation", &["participation"]), + ("partnerd", &["partnered"]), + ("partnetship", &["partnership"]), + ("partols", &["patrols"]), + ("partonizing", &["patronizing"]), + ("partsian", &["partisan"]), + ("pased", &["passed"]), + ("pasengers", &["passengers"]), + ("passabe", &["passable"]), + ("passabel", &["passable"]), + ("passagens", &["passages"]), + ("passagers", &["passages"]), + ("passerbys", &["passersby"]), + ("passionais", &["passions"]), + ("passionale", &["passionately"]), + ("passionant", &["passionate"]), + ("passionatelly", &["passionately"]), + ("passionatley", &["passionately"]), + ("passionatly", &["passionately"]), + ("passione", &["passionate"]), + ("passiones", &["passions"]), + ("passionetly", &["passionately"]), + ("passionite", &["passionate"]), + ("passionnate", &["passionate"]), + ("passisve", &["passives"]), + ("passivedns", &["passives"]), + ("passivelly", &["passively"]), + ("passivley", &["passively"]), + ("passivs", &["passives"]), + ("passowrds", &["passwords"]), + ("passporters", &["passports"]), + ("passpost", &["passports"]), + ("passvies", &["passives"]), + ("passwors", &["passwords"]), + ("pasttime", &["pastime"]), + ("pastural", &["pastoral"]), + ("pasuing", &["pausing"]), + ("pateince", &["patience"]), + ("pateint", &["patient"]), + ("pateintly", &["patiently"]), + ("pateints", &["patients"]), + ("patenterad", &["patented"]), + ("patethic", &["pathetic"]), + ("pathalogical", &["pathological"]), + ("pathces", &["patches"]), + ("patheitc", &["pathetic"]), + ("pathelogical", &["pathological"]), + ("pathfidner", &["pathfinder"]), + ("pathfindir", &["pathfinder"]), + ("pathifnder", &["pathfinder"]), + ("patholigical", &["pathological"]), + ("pathologial", &["pathological"]), + ("paticular", &["particular"]), + ("patiens", &["patients"]), + ("patientens", &["patients"]), + ("patienty", &["patiently"]), + ("patinetly", &["patiently"]), + ("patirot", &["patriot"]), + ("patirots", &["patriots"]), + ("patrairchy", &["patriarchy"]), + ("patrcik", &["patrick"]), + ("patriachry", &["patriarchy"]), + ("patriarca", &["patriarchal"]), + ("patriarcal", &["patriarchal"]), + ("patriarchia", &["patriarchal"]), + ("patriarcial", &["patriarchal"]), + ("patriarcy", &["patriarchy"]), + ("patriarh", &["patriarchy"]), + ("patriarhal", &["patriarchal"]), + ("patriarical", &["patriarchal"]), + ("patriatchy", &["patriarchy"]), + ("patriatism", &["patriotism"]), + ("patrionism", &["patriotism"]), + ("patrios", &["patriots"]), + ("patriotas", &["patriots"]), + ("patriotes", &["patriots"]), + ("patriotics", &["patriotism"]), + ("patriotisch", &["patriotic"]), + ("patriotisim", &["patriotism"]), + ("patriotisk", &["patriots"]), + ("patriottism", &["patriotism"]), + ("patroit", &["patriot"]), + ("patroitic", &["patriotic"]), + ("patroitism", &["patriotism"]), + ("patroits", &["patriots"]), + ("patrolls", &["patrols"]), + ("patronas", &["patrons"]), + ("patrones", &["patrons"]), + ("patronis", &["patrons"]), + ("patronos", &["patrons"]), + ("patronozing", &["patronizing"]), + ("patryarchy", &["patriarchy"]), + ("pattened", &["patented"]), + ("pattented", &["patented"]), + ("patterno", &["patterson"]), + ("pattersn", &["patterson"]), + ("pavillion", &["pavilion"]), + ("paychedelics", &["psychedelics"]), + ("paychiatrist", &["psychiatrist"]), + ("paychiatrists", &["psychiatrists"]), + ("paychologically", &["psychologically"]), + ("paychologist", &["psychologist"]), + ("paychologists", &["psychologists"]), + ("paychopathic", &["psychopathic"]), + ("payed", &["paid"]), + ("pblisher", &["publisher"]), + ("pbulisher", &["publisher"]), + ("peacefullly", &["peacefully"]), + ("peacefuly", &["peacefully"]), + ("peageant", &["pageant"]), + ("peaple", &["people"]), + ("peaples", &["peoples"]), + ("pebbels", &["pebbles"]), + ("pebbleos", &["pebbles"]), + ("pebblers", &["pebbles"]), + ("pebblets", &["pebbles"]), + ("peciluar", &["peculiar"]), + ("pecuilar", &["peculiar"]), + ("peculair", &["peculiar"]), + ("peculure", &["peculiar"]), + ("pedantisch", &["pedantic"]), + ("pedestiran", &["pedestrian"]), + ("pedestirans", &["pedestrians"]), + ("pedestrain", &["pedestrian"]), + ("pedestrains", &["pedestrians"]), + ("pedictions", &["depictions"]), + ("pedohpile", &["pedophile"]), + ("pedohpiles", &["pedophiles"]), + ("pedohpilia", &["pedophilia"]), + ("pedophila", &["pedophilia"]), + ("pedophilac", &["pedophilia"]), + ("pedophilea", &["pedophilia"]), + ("pedophilie", &["pedophile"]), + ("pedophilies", &["pedophile"]), + ("pedophilla", &["pedophilia"]), + ("pedophille", &["pedophile"]), + ("pedophilles", &["pedophile"]), + ("pedophils", &["pedophiles"]), + ("pedopholia", &["pedophilia"]), + ("peformed", &["performed"]), + ("peice", &["piece"]), + ("peirced", &["pierced"]), + ("peircing", &["piercing"]), + ("peircings", &["piercings"]), + ("penalites", &["penalties"]), + ("penaltis", &["penalties"]), + ("penatgon", &["pentagon"]), + ("penatlies", &["penalties"]), + ("penatly", &["penalty"]), + ("penciles", &["pencils"]), + ("pendatic", &["pedantic"]), + ("pendulm", &["pendulum"]), + ("penduluum", &["pendulum"]), + ("penerator", &["penetrator"]), + ("penetracion", &["penetration"]), + ("penetrading", &["penetrating"]), + ("penetraion", &["penetration"]), + ("penetrarion", &["penetration"]), + ("penetratiing", &["penetrating"]), + ("penetratin", &["penetration"]), + ("penetraton", &["penetration"]), + ("pengiuns", &["penguins"]), + ("penguines", &["penguins"]), + ("penguinese", &["penguins"]), + ("penguiness", &["penguins"]), + ("penguings", &["penguins"]), + ("penguinos", &["penguins"]), + ("penguis", &["penguins"]), + ("penicls", &["pencils"]), + ("peninsual", &["peninsula"]), + ("peninsulla", &["peninsula"]), + ("peninusla", &["peninsula"]), + ("penisnula", &["peninsula"]), + ("penison", &["pension"]), + ("penisse", &["penises"]), + ("penisula", &["peninsula"]), + ("penisular", &["peninsular"]), + ("penisylvania", &["pennsylvania"]), + ("penitum", &["pentium"]), + ("penninsula", &["peninsula"]), + ("penninsular", &["peninsular"]), + ("pennisula", &["peninsula"]), + ("pennsilvania", &["pennsylvania"]), + ("pennslyvania", &["pennsylvania"]), + ("pennsylvaina", &["pennsylvania"]), + ("pennsylvainia", &["pennsylvania"]), + ("pennsylvanica", &["pennsylvania"]), + ("pennsylvannia", &["pennsylvania"]), + ("pennsylvnia", &["pennsylvania"]), + ("pennsyvlania", &["pennsylvania"]), + ("pennyslvania", &["pennsylvania"]), + ("pensies", &["penises"]), + ("pensino", &["pension"]), + ("pensinula", &["peninsula"]), + ("pensioen", &["pension"]), + ("pensle", &["pencil"]), + ("penssylvania", &["pennsylvania"]), + ("pentagoon", &["pentagon"]), + ("pentsylvania", &["pennsylvania"]), + ("pentuim", &["pentium"]), + ("peodphile", &["pedophile"]), + ("peodphiles", &["pedophiles"]), + ("peodphilia", &["pedophilia"]), + ("peom", &["poem"]), + ("peoms", &["poems"]), + ("peopel", &["people"]), + ("peopels", &["peoples"]), + ("peotry", &["poetry"]), + ("pepperin", &["pepperoni"]), + ("pepperino", &["pepperoni"]), + ("pepperment", &["peppermint"]), + ("peppermit", &["peppermint"]), + ("pepperocini", &["pepperoni"]), + ("pepperonni", &["pepperoni"]), + ("perade", &["parade"]), + ("percantage", &["percentage"]), + ("percantages", &["percentages"]), + ("percantile", &["percentile"]), + ("percaution", &["precaution"]), + ("percautions", &["precautions"]), + ("perceded", &["preceded"]), + ("percenatge", &["percentages"]), + ("percentagens", &["percentages"]), + ("percente", &["percentile"]), + ("percential", &["percentile"]), + ("percentige", &["percentile"]), + ("percentille", &["percentile"]), + ("percepted", &["perceived"]), + ("perceptoin", &["perceptions"]), + ("percession", &["percussion"]), + ("percetange", &["percentages"]), + ("percetnage", &["percentages"]), + ("percevied", &["perceived"]), + ("percieve", &["perceive"]), + ("percieved", &["perceived"]), + ("percintile", &["percentile"]), + ("percious", &["precious"]), + ("percise", &["precise"]), + ("percisely", &["precisely"]), + ("percision", &["precision"]), + ("percission", &["percussion"]), + ("perclude", &["preclude"]), + ("percpetion", &["perceptions"]), + ("percpetions", &["perceptions"]), + ("percursor", &["precursor"]), + ("percusions", &["percussion"]), + ("percusssion", &["percussion"]), + ("perdators", &["predators"]), + ("perdicament", &["predicament"]), + ("perdict", &["predict"]), + ("perdictable", &["predictable"]), + ("perdicting", &["predicting"]), + ("perdiction", &["prediction"]), + ("perdictions", &["predictions"]), + ("perdictive", &["predictive"]), + ("perdominantly", &["predominantly"]), + ("peremiter", &["perimeter"]), + ("perenially", &["perennially"]), + ("perephirals", &["peripherals"]), + ("pereptually", &["perpetually"]), + ("perfeccion", &["perfection"]), + ("perfeclty", &["perfectly"]), + ("perfecty", &["perfectly"]), + ("perfecxion", &["perfection"]), + ("perfektion", &["perfection"]), + ("perferable", &["preferable"]), + ("perferably", &["preferably"]), + ("perference", &["preference"]), + ("perferences", &["preferences"]), + ("perferential", &["preferential"]), + ("perferring", &["preferring"]), + ("perfers", &["prefers"]), + ("perfexcion", &["perfection"]), + ("perfomance", &["performance"]), + ("perfomers", &["performers"]), + ("perfomrance", &["performances"]), + ("perforamnce", &["performances"]), + ("performace", &["performance"]), + ("performaces", &["performances"]), + ("performacne", &["performances"]), + ("performancepcs", &["performances"]), + ("performancetest", &["performances"]), + ("performancewise", &["performances"]), + ("performane", &["performances"]), + ("performanes", &["performances"]), + ("performans", &["performances"]), + ("performanse", &["performances"]), + ("performantes", &["performances"]), + ("performas", &["performs"]), + ("performence", &["performance"]), + ("performences", &["performances"]), + ("performens", &["performers"]), + ("performnace", &["performances"]), + ("performous", &["performs"]), + ("perfromance", &["performance"]), + ("perfromances", &["performances"]), + ("perfromer", &["performer"]), + ("perfromers", &["performers"]), + ("perfroms", &["performs"]), + ("perhasp", &["perhaps"]), + ("perheaps", &["perhaps"]), + ("perhiperal", &["peripheral"]), + ("perhiperals", &["peripherals"]), + ("perhpas", &["perhaps"]), + ("pericing", &["piercing"]), + ("pericings", &["piercings"]), + ("peridinkle", &["periwinkle"]), + ("peridoic", &["periodic"]), + ("peridoically", &["periodically"]), + ("perihperal", &["peripheral"]), + ("perihperals", &["peripherals"]), + ("perimetr", &["perimeter"]), + ("perimetre", &["perimeter"]), + ("periodes", &["periods"]), + ("periodicaly", &["periodically"]), + ("periodisch", &["periodic"]), + ("periodos", &["periods"]), + ("peripathetic", &["peripatetic"]), + ("periperhal", &["peripheral"]), + ("periperhals", &["peripherals"]), + ("peripheals", &["peripherals"]), + ("periphereal", &["peripheral"]), + ("periphereals", &["peripherals"]), + ("peripheria", &["peripheral"]), + ("peripherial", &["peripheral"]), + ("peripherials", &["peripherals"]), + ("periphiral", &["peripheral"]), + ("periphirals", &["peripherals"]), + ("periphreal", &["peripheral"]), + ("periphreals", &["peripherals"]), + ("periphrial", &["peripheral"]), + ("periphrials", &["peripherals"]), + ("perisan", &["persian"]), + ("peristent", &["persistent"]), + ("peritinkle", &["periwinkle"]), + ("periwankle", &["periwinkle"]), + ("periwinke", &["periwinkle"]), + ("periwinkel", &["periwinkle"]), + ("periwinkie", &["periwinkle"]), + ("periwinlke", &["periwinkle"]), + ("perjery", &["perjury"]), + ("perjorative", &["pejorative"]), + ("perliminary", &["preliminary"]), + ("permade", &["premade"]), + ("permamently", &["permanently"]), + ("permanant", &["permanent"]), + ("permanantely", &["permanently"]), + ("permanantly", &["permanently"]), + ("permanentely", &["permanently"]), + ("permanenty", &["permanently"]), + ("permanet", &["permanent"]), + ("permanetly", &["permanently"]), + ("permature", &["premature"]), + ("permaturely", &["prematurely"]), + ("permenant", &["permanent"]), + ("permenantly", &["permanently"]), + ("permenently", &["permanently"]), + ("permier", &["premier"]), + ("permiere", &["premiere"]), + ("permieter", &["perimeter"]), + ("perminantly", &["permanently"]), + ("perminently", &["permanently"]), + ("permise", &["premise"]), + ("permises", &["premises"]), + ("permisions", &["permission"]), + ("permisison", &["permissions"]), + ("permisisons", &["permissions"]), + ("permissable", &["permissible"]), + ("permissble", &["permissible"]), + ("permissiable", &["permissible"]), + ("permissibe", &["permissible"]), + ("permissie", &["permissible"]), + ("permissin", &["permissions"]), + ("permisson", &["permission"]), + ("permissons", &["permissions"]), + ("permisssion", &["permissions"]), + ("permitas", &["permits"]), + ("permites", &["permits"]), + ("permitis", &["permits"]), + ("permitts", &["permits"]), + ("permium", &["premium"]), + ("permiums", &["premiums"]), + ("pernament", &["permanent"]), + ("pernamently", &["permanently"]), + ("perogative", &["prerogative"]), + ("peroidic", &["periodic"]), + ("peroidically", &["periodically"]), + ("peroids", &["periods"]), + ("peronal", &["personal"]), + ("perordered", &["preordered"]), + ("perorders", &["preorders"]), + ("perosnality", &["personality"]), + ("perosnas", &["personas"]), + ("perpaid", &["prepaid"]), + ("perpandicular", &["perpendicular"]), + ("perparation", &["preparation"]), + ("perpatrated", &["perpetrated"]), + ("perpatrator", &["perpetrator"]), + ("perpatrators", &["perpetrators"]), + ("perpatuate", &["perpetuate"]), + ("perpatuated", &["perpetuated"]), + ("perpatuates", &["perpetuates"]), + ("perpatuating", &["perpetuating"]), + ("perpendicualr", &["perpendicular"]), + ("perpendiculaire", &["perpendicular"]), + ("perpendiculaires", &["perpendicular"]), + ("perpenticular", &["perpendicular"]), + ("perpertated", &["perpetuated"]), + ("perpertator", &["perpetrators"]), + ("perpertators", &["perpetrators"]), + ("perpertrated", &["perpetrated"]), + ("perpetraded", &["perpetrated"]), + ("perpetrador", &["perpetrator"]), + ("perpetraitor", &["perpetrator"]), + ("perpetrar", &["perpetrator"]), + ("perpetraron", &["perpetrator"]), + ("perpetrater", &["perpetrator"]), + ("perpetraters", &["perpetrators"]), + ("perpetuaded", &["perpetuated"]), + ("perpetuae", &["perpetuate"]), + ("perpetualy", &["perpetually"]), + ("perpetuare", &["perpetuate"]), + ("perpetuas", &["perpetuates"]), + ("perpetuaters", &["perpetuates"]), + ("perpetuationg", &["perpetuating"]), + ("perpetue", &["perpetuate"]), + ("perpetutate", &["perpetuate"]), + ("perpetuties", &["perpetuates"]), + ("perphas", &["perhaps"]), + ("perpindicular", &["perpendicular"]), + ("perpitrated", &["perpetrated"]), + ("perpitrator", &["perpetrator"]), + ("perpitrators", &["perpetrators"]), + ("perposefully", &["purposefully"]), + ("perposterous", &["preposterous"]), + ("perpretated", &["perpetrated"]), + ("perpretator", &["perpetrators"]), + ("perpretators", &["perpetrators"]), + ("perpsective", &["perspective"]), + ("perpsectives", &["perspectives"]), + ("perputrator", &["perpetrator"]), + ("perputrators", &["perpetrators"]), + ("perputually", &["perpetually"]), + ("perputuated", &["perpetuated"]), + ("perputuates", &["perpetuates"]), + ("perputuating", &["perpetuating"]), + ("perrogative", &["prerogative"]), + ("persain", &["persian"]), + ("persan", &["person"]), + ("persaude", &["persuade"]), + ("persauded", &["persuaded"]), + ("persausion", &["persuasion"]), + ("persausive", &["persuasive"]), + ("persceptive", &["perspectives"]), + ("perscribe", &["prescribe"]), + ("persective", &["respective"]), + ("persectued", &["persecuted"]), + ("persectuion", &["persecution"]), + ("persecucion", &["persecution"]), + ("persecusion", &["persecution"]), + ("persecutie", &["persecuted"]), + ("persecutin", &["persecution"]), + ("persecutted", &["persecuted"]), + ("persepctive", &["perspective"]), + ("persepctives", &["perspectives"]), + ("perservation", &["preservation"]), + ("perserve", &["preserve"]), + ("perserved", &["preserved"]), + ("perserving", &["preserving"]), + ("persets", &["presets"]), + ("perseverence", &["perseverance"]), + ("persicuted", &["persecuted"]), + ("persicution", &["persecution"]), + ("persisit", &["persist"]), + ("persistance", &["persistence"]), + ("persistant", &["persistent"]), + ("persistante", &["persistent"]), + ("persistens", &["persists"]), + ("persistense", &["persistence"]), + ("persistente", &["persistence"]), + ("persistes", &["persists"]), + ("persits", &["persist"]), + ("persoanlly", &["personally"]), + ("persocuted", &["persecuted"]), + ("personaes", &["personas"]), + ("personalie", &["personalized"]), + ("personalis", &["personas"]), + ("personalites", &["personalities"]), + ("personalitites", &["personalities"]), + ("personalitits", &["personalities"]), + ("personallity", &["personally"]), + ("personaly", &["personally"]), + ("personarse", &["personas"]), + ("personatus", &["personas"]), + ("personel", &["personnel"]), + ("personell", &["personnel"]), + ("persones", &["persons"]), + ("personhod", &["personhood"]), + ("personhoood", &["personhood"]), + ("personilized", &["personalized"]), + ("personis", &["persons"]), + ("personnell", &["personnel"]), + ("personsa", &["personas"]), + ("perspecitve", &["perspective"]), + ("perspecitves", &["perspectives"]), + ("perspecive", &["perspective"]), + ("perspectie", &["perspectives"]), + ("perspectief", &["perspective"]), + ("perspectivas", &["perspectives"]), + ("perspektive", &["perspective"]), + ("perstige", &["prestige"]), + ("persuasian", &["persuasion"]), + ("persuasing", &["persuasion"]), + ("persuasivo", &["persuasion"]), + ("persuaso", &["persuasion"]), + ("persuassion", &["persuasion"]), + ("persuassive", &["persuasive"]), + ("persuated", &["persuade"]), + ("persuation", &["persuasion"]), + ("persucuted", &["persecuted"]), + ("persucution", &["persecution"]), + ("persuded", &["persuaded"]), + ("persue", &["pursue"]), + ("persued", &["pursued"]), + ("persuing", &["pursuing"]), + ("persuit", &["pursuit"]), + ("persuits", &["pursuits"]), + ("persumably", &["presumably"]), + ("persumed", &["presumed"]), + ("persumption", &["presumption"]), + ("persumptuous", &["presumptuous"]), + ("persussion", &["persuasion"]), + ("persvasive", &["persuasive"]), + ("perswasion", &["persuasion"]), + ("pertaing", &["pertaining"]), + ("pertended", &["pretended"]), + ("pertians", &["pertains"]), + ("perticularly", &["particularly"]), + ("pertinante", &["pertinent"]), + ("pertinet", &["pertinent"]), + ("pertoleum", &["petroleum"]), + ("pertubation", &["perturbation"]), + ("pertubations", &["perturbations"]), + ("perusaded", &["persuaded"]), + ("pervail", &["prevail"]), + ("pervailing", &["prevailing"]), + ("pervalence", &["prevalence"]), + ("pervention", &["prevention"]), + ("pervents", &["prevents"]), + ("perversley", &["perverse"]), + ("perverst", &["pervert"]), + ("pervertes", &["perverse"]), + ("perview", &["preview"]), + ("perviews", &["previews"]), + ("pervious", &["previous"]), + ("perxoide", &["peroxide"]), + ("pesitcides", &["pesticides"]), + ("pessiary", &["pessary"]), + ("pessimestic", &["pessimistic"]), + ("pessimisitic", &["pessimistic"]), + ("pessimisstic", &["pessimistic"]), + ("pessimistc", &["pessimistic"]), + ("pessimistisch", &["pessimistic"]), + ("pessimitic", &["pessimistic"]), + ("pestacides", &["pesticides"]), + ("pestecides", &["pesticides"]), + ("pesticedes", &["pesticides"]), + ("pesticidas", &["pesticides"]), + ("pesticids", &["pesticides"]), + ("pestisides", &["pesticides"]), + ("pestizides", &["pesticides"]), + ("petetion", &["petition"]), + ("petrolem", &["petroleum"]), + ("petroluem", &["petroleum"]), + ("phantoom", &["phantom"]), + ("pharamceutical", &["pharmaceutical"]), + ("pharamceuticals", &["pharmaceutical"]), + ("pharamcist", &["pharmacist"]), + ("pharamcists", &["pharmacist"]), + ("pharamcy", &["pharmacy"]), + ("pharmaceudical", &["pharmaceutical"]), + ("pharmaceutial", &["pharmaceutical"]), + ("pharmacias", &["pharmacist"]), + ("pharmacs", &["pharmacist"]), + ("pharmacuetical", &["pharmaceutical"]), + ("pharmacueticals", &["pharmaceutical"]), + ("pharmacyst", &["pharmacist"]), + ("pharmaseutical", &["pharmaceutical"]), + ("pharmasist", &["pharmacist"]), + ("pharmeceutical", &["pharmaceutical"]), + ("pharmicist", &["pharmacist"]), + ("pharmsci", &["pharmacist"]), + ("pharoah", &["pharaoh"]), + ("phatnom", &["phantom"]), + ("phemonena", &["phenomena"]), + ("phemonenon", &["phenomenon"]), + ("phenemenon", &["phenomenon"]), + ("phenemona", &["phenomena"]), + ("phenemonal", &["phenomenal"]), + ("phenomanal", &["phenomenal"]), + ("phenomanon", &["phenomenon"]), + ("phenomemon", &["phenomenon"]), + ("phenomenen", &["phenomenon"]), + ("phenomenol", &["phenomenal"]), + ("phenomenom", &["phenomenon"]), + ("phenomenona", &["phenomena"]), + ("phenomenonal", &["phenomenal"]), + ("phenomenonly", &["phenomenally"]), + ("phenominon", &["phenomenon"]), + ("phenomon", &["phenomenon"]), + ("phenomonal", &["phenomenal"]), + ("phenomonen", &["phenomenon"]), + ("phenomonenon", &["phenomenon"]), + ("phenomonon", &["phenomenon"]), + ("phenonema", &["phenomena"]), + ("phenonemal", &["phenomenal"]), + ("phenonemon", &["phenomenon"]), + ("phenonmena", &["phenomena"]), + ("phialdelphia", &["philadelphia"]), + ("philadalphia", &["philadelphia"]), + ("philadelhpia", &["philadelphia"]), + ("philadelpha", &["philadelphia"]), + ("philadelpia", &["philadelphia"]), + ("philadeplhia", &["philadelphia"]), + ("philadlephia", &["philadelphia"]), + ("philedalphia", &["philadelphia"]), + ("philedelphia", &["philadelphia"]), + ("philidalphia", &["philadelphia"]), + ("philiphines", &["philippines"]), + ("philipines", &["philippines"]), + ("philippenes", &["philippines"]), + ("philippenis", &["philippines"]), + ("philippides", &["philippines"]), + ("philippinas", &["philippines"]), + ("philippinnes", &["philippines"]), + ("philippinoes", &["philippines"]), + ("philippinos", &["philippines"]), + ("philippins", &["philippines"]), + ("philisopher", &["philosopher"]), + ("philisophers", &["philosophers"]), + ("philisophical", &["philosophical"]), + ("philisophies", &["philosophies"]), + ("philisophy", &["philosophy"]), + ("phillipine", &["philippine"]), + ("phillipines", &["philippines"]), + ("phillippines", &["philippines"]), + ("phillipse", &["phillies"]), + ("phillipses", &["phillies"]), + ("phillosophically", &["philosophically"]), + ("philoshopically", &["philosophically"]), + ("philosipher", &["philosopher"]), + ("philosiphers", &["philosophers"]), + ("philosiphical", &["philosophical"]), + ("philosiphies", &["philosophies"]), + ("philosiphy", &["philosophy"]), + ("philosohpers", &["philosopher"]), + ("philosohpical", &["philosophical"]), + ("philosohpically", &["philosophically"]), + ("philosohpies", &["philosophies"]), + ("philosohpy", &["philosophy"]), + ("philosoper", &["philosopher"]), + ("philosopers", &["philosophers"]), + ("philosophae", &["philosopher"]), + ("philosophia", &["philosophical"]), + ("philosophiae", &["philosophies"]), + ("philosophicaly", &["philosophically"]), + ("philosophics", &["philosophies"]), + ("philosophios", &["philosophies"]), + ("philosophycal", &["philosophically"]), + ("philosophycally", &["philosophically"]), + ("philosopies", &["philosophies"]), + ("philosopy", &["philosophy"]), + ("philospher", &["philosopher"]), + ("philosphies", &["philosophies"]), + ("philosphy", &["philosophy"]), + ("philospoher", &["philosopher"]), + ("philospohers", &["philosophers"]), + ("philospohical", &["philosophical"]), + ("philospohies", &["philosophies"]), + ("philospohy", &["philosophy"]), + ("phisiological", &["physiological"]), + ("phonecian", &["phoenecian"]), + ("phonemena", &["phenomena"]), + ("phongraph", &["phonograph"]), + ("photagrapher", &["photographer"]), + ("photagraphers", &["photographers"]), + ("photochopped", &["photoshopped"]), + ("photogragh", &["photograph"]), + ("photograh", &["photograph"]), + ("photograhed", &["photographed"]), + ("photograher", &["photographer"]), + ("photograhic", &["photographic"]), + ("photograhper", &["photographer"]), + ("photograhpy", &["photography"]), + ("photograhs", &["photographs"]), + ("photograhy", &["photography"]), + ("photograped", &["photographed"]), + ("photograper", &["photographer"]), + ("photograpers", &["photographers"]), + ("photograpgh", &["photographs"]), + ("photographes", &["photographs"]), + ("photographics", &["photographs"]), + ("photographied", &["photographed"]), + ("photographier", &["photographer"]), + ("photographyi", &["photographic"]), + ("photograpic", &["photographic"]), + ("photograpphed", &["photographed"]), + ("photograps", &["photographs"]), + ("photograpy", &["photography"]), + ("photogropher", &["photographer"]), + ("photogrophers", &["photographers"]), + ("photogrpah", &["photographs"]), + ("photogrpahed", &["photographed"]), + ("photogrpaher", &["photographer"]), + ("photogrpahers", &["photographers"]), + ("photogrpahs", &["photographs"]), + ("photogrpahy", &["photography"]), + ("photoshipped", &["photoshopped"]), + ("photoshooped", &["photoshopped"]), + ("photoshopd", &["photoshopped"]), + ("photoshope", &["photoshopped"]), + ("photoshoppad", &["photoshopped"]), + ("photoshoppade", &["photoshopped"]), + ("photoshoppped", &["photoshopped"]), + ("phramaceutical", &["pharmaceutical"]), + ("phramacist", &["pharmacist"]), + ("phramacy", &["pharmacy"]), + ("phsycologically", &["psychologically"]), + ("phsyical", &["physical"]), + ("phsyically", &["physically"]), + ("phsyician", &["physician"]), + ("phsyicians", &["physicians"]), + ("phsyicist", &["physicist"]), + ("phsyicists", &["physicists"]), + ("phsyics", &["physics"]), + ("phsyiological", &["physiological"]), + ("phsyiology", &["physiology"]), + ("phsyique", &["physique"]), + ("phychedelics", &["psychedelics"]), + ("phychiatrist", &["psychiatrist"]), + ("phychiatrists", &["psychiatrists"]), + ("phychological", &["psychological"]), + ("phychologically", &["psychologically"]), + ("phychologist", &["psychologist"]), + ("phychologists", &["psychologists"]), + ("phychopathic", &["psychopathic"]), + ("phycisian", &["physician"]), + ("phycisians", &["physicians"]), + ("phycisist", &["physicist"]), + ("phycisists", &["physicists"]), + ("phyiscal", &["physical"]), + ("phyiscally", &["physically"]), + ("phyiscs", &["physics"]), + ("phyisology", &["physiology"]), + ("phyisque", &["physique"]), + ("phylosophical", &["philosophical"]), + ("phylosophically", &["philosophically"]), + ("physcedelic", &["psychedelic"]), + ("physcedelics", &["psychedelics"]), + ("physcial", &["physical"]), + ("physcially", &["physically"]), + ("physciatric", &["psychiatric"]), + ("physciatrist", &["psychiatrist"]), + ("physciatrists", &["psychiatrists"]), + ("physcis", &["physics"]), + ("physcological", &["psychological"]), + ("physcologically", &["psychologically"]), + ("physcologist", &["psychologist"]), + ("physcologists", &["psychologists"]), + ("physcology", &["psychology"]), + ("physcopath", &["psychopath"]), + ("physcopathic", &["psychopathic"]), + ("physcopaths", &["psychopaths"]), + ("physicallity", &["physically"]), + ("physicaly", &["physically"]), + ("physicials", &["physicians"]), + ("physiciens", &["physicians"]), + ("physicis", &["physicians"]), + ("physicits", &["physicist"]), + ("physicks", &["physics"]), + ("physicts", &["physicist"]), + ("physioligical", &["physiological"]), + ("physioligy", &["physiology"]), + ("physiologial", &["physiological"]), + ("physiqe", &["physique"]), + ("physisict", &["physicist"]), + ("physqiue", &["physique"]), + ("piankillers", &["painkillers"]), + ("piblisher", &["publisher"]), + ("pich", &["pitch"]), + ("picthed", &["pitched"]), + ("picther", &["pitcher"]), + ("picthers", &["pitchers"]), + ("picthes", &["pitches"]), + ("picthfork", &["pitchfork"]), + ("picthforks", &["pitchforks"]), + ("piegons", &["pigeons"]), + ("piglrim", &["pilgrim"]), + ("pigoens", &["pigeons"]), + ("pilgirm", &["pilgrim"]), + ("pilgrimmage", &["pilgrimage"]), + ("pilgrimmages", &["pilgrimages"]), + ("pillards", &["pillars"]), + ("pillaris", &["pillars"]), + ("pilrgim", &["pilgrim"]), + ("pinancle", &["pinnacle"]), + ("pinapple", &["pineapple"]), + ("pinetrest", &["pinterest"]), + ("pinnalce", &["pinnacle"]), + ("pinnaple", &["pineapple"]), + ("pinncale", &["pinnacle"]), + ("pinoeer", &["pioneer"]), + ("pinoneered", &["pioneered"]), + ("pinpiont", &["pinpoint"]), + ("pinpoit", &["pinpoint"]), + ("pinteret", &["pinterest"]), + ("piolting", &["piloting"]), + ("pioneeer", &["pioneer"]), + ("pionere", &["pioneer"]), + ("pireced", &["pierced"]), + ("pitchferks", &["pitchforks"]), + ("pitchfolks", &["pitchforks"]), + ("pitchforcks", &["pitchforks"]), + ("pitchfords", &["pitchforks"]), + ("pitchforkers", &["pitchforks"]), + ("pitchforkes", &["pitchforks"]), + ("pitchworks", &["pitchforks"]), + ("pitckforks", &["pitchforks"]), + ("pithcers", &["pitchers"]), + ("pithces", &["pitches"]), + ("pittaburgh", &["pittsburgh"]), + ("pittsbrugh", &["pittsburgh"]), + ("pkaythroughs", &["playthroughs"]), + ("plabeswalker", &["planeswalker"]), + ("placebro", &["placebo"]), + ("placeheld", &["placeholder"]), + ("placehoder", &["placeholder"]), + ("placeholdr", &["placeholder"]), + ("placeholer", &["placeholder"]), + ("placemenet", &["placements"]), + ("placemens", &["placements"]), + ("placemet", &["placements"]), + ("plaestine", &["palestine"]), + ("plaestinian", &["palestinian"]), + ("plaestinians", &["palestinians"]), + ("plagairism", &["plagiarism"]), + ("plagarisim", &["plagiarism"]), + ("plagarism", &["plagiarism"]), + ("plagiariam", &["plagiarism"]), + ("plagiariasm", &["plagiarism"]), + ("plagiarios", &["plagiarism"]), + ("plagiarius", &["plagiarism"]), + ("plagiarizm", &["plagiarism"]), + ("plagierism", &["plagiarism"]), + ("plaguarism", &["plagiarism"]), + ("plaigarism", &["plagiarism"]), + ("planatery", &["planetary"]), + ("planation", &["plantation"]), + ("planeswaker", &["planeswalker"]), + ("planeswaler", &["planeswalker"]), + ("planeswalkr", &["planeswalker"]), + ("planeswaller", &["planeswalker"]), + ("planeswlaker", &["planeswalker"]), + ("planeswlakers", &["planeswalker"]), + ("planetas", &["planets"]), + ("planetos", &["planets"]), + ("planetwalker", &["planeswalker"]), + ("plansewalker", &["planeswalker"]), + ("plansewalkers", &["planeswalker"]), + ("planteary", &["planetary"]), + ("plantes", &["planets"]), + ("plantiff", &["plaintiff"]), + ("plantium", &["platinum"]), + ("plasitcs", &["plastics"]), + ("plasticas", &["plastics"]), + ("plasticos", &["plastics"]), + ("plasticosa", &["plastics"]), + ("plasticus", &["plastics"]), + ("plastis", &["plastics"]), + ("plastre", &["plaster"]), + ("plataeu", &["plateau"]), + ("plateu", &["plateau"]), + ("plateua", &["plateau"]), + ("platfarmer", &["platformer"]), + ("platformar", &["platformer"]), + ("platformie", &["platformer"]), + ("platfotmer", &["platformer"]), + ("platfrom", &["platform"]), + ("platfromer", &["platformer"]), + ("platfromers", &["platformer"]), + ("platfroms", &["platforms"]), + ("platimun", &["platinum"]), + ("platnium", &["platinum"]), + ("platnuim", &["platinum"]), + ("platofrmer", &["platformer"]), + ("platofrms", &["platforms"]), + ("plausable", &["plausible"]), + ("plausbile", &["plausible"]), + ("plausibe", &["plausible"]), + ("plausibel", &["plausible"]), + ("plauthroughs", &["playthroughs"]), + ("playabe", &["playable"]), + ("playaround", &["playground"]), + ("playbody", &["playboy"]), + ("playersare", &["playerbase"]), + ("playgorund", &["playground"]), + ("playgroud", &["playground"]), + ("playhtrough", &["playthrough"]), + ("playhtroughs", &["playthroughs"]), + ("playofs", &["playoffs"]), + ("playright", &["playwright"]), + ("playstlye", &["playstyle"]), + ("playstye", &["playstyle"]), + ("playtgroughs", &["playthroughs"]), + ("playthorugh", &["playthrough"]), + ("playthorughs", &["playthroughs"]), + ("playthourgh", &["playthrough"]), + ("playthourghs", &["playthroughs"]), + ("playthrogh", &["playthrough"]), + ("playthroguh", &["playthroughs"]), + ("playthroughers", &["playthroughs"]), + ("playthroughts", &["playthroughs"]), + ("playthrougs", &["playthroughs"]), + ("playthrougth", &["playthroughs"]), + ("playthrouh", &["playthrough"]), + ("playthrouhg", &["playthroughs"]), + ("playthrouhgs", &["playthroughs"]), + ("playthtough", &["playthrough"]), + ("playthtoughs", &["playthroughs"]), + ("playtrhough", &["playthrough"]), + ("playtrhoughs", &["playthroughs"]), + ("playwrite", &["playwright"]), + ("playwrites", &["playwrights"]), + ("pleasent", &["pleasant"]), + ("plebicite", &["plebiscite"]), + ("plehtora", &["plethora"]), + ("pleothra", &["plethora"]), + ("plesant", &["pleasant"]), + ("plethoria", &["plethora"]), + ("plethorian", &["plethora"]), + ("plethroa", &["plethora"]), + ("pligrim", &["pilgrim"]), + ("ploarized", &["polarized"]), + ("ploretariat", &["proletariat"]), + ("ploygamy", &["polygamy"]), + ("ploygon", &["polygon"]), + ("ploymer", &["polymer"]), + ("pnatheon", &["pantheon"]), + ("podemso", &["podemos"]), + ("podmeos", &["podemos"]), + ("poenis", &["penis"]), + ("poeoples", &["peoples"]), + ("poeples", &["peoples"]), + ("poety", &["poetry"]), + ("poignat", &["poignant"]), + ("poineer", &["pioneer"]), + ("poingant", &["poignant"]), + ("pointeres", &["pointers"]), + ("pointes", &["pointers"]), + ("pointeur", &["pointer"]), + ("pointure", &["pointer"]), + ("poisin", &["poison"]), + ("poisond", &["poisoned"]), + ("poisones", &["poisons"]), + ("poisonis", &["poisons"]), + ("poisonos", &["poisons"]), + ("poisonus", &["poisons"]), + ("polgyamy", &["polygamy"]), + ("polgyon", &["polygon"]), + ("polical", &["political"]), + ("policitally", &["politically"]), + ("policitian", &["politician"]), + ("policitians", &["politicians"]), + ("polietly", &["politely"]), + ("polinator", &["pollinator"]), + ("polinators", &["pollinators"]), + ("polishees", &["polishes"]), + ("polishs", &["polishes"]), + ("polishuset", &["polishes"]), + ("polisse", &["polishes"]), + ("politelly", &["politely"]), + ("politessen", &["politeness"]), + ("politey", &["politely"]), + ("politicain", &["politician"]), + ("politicains", &["politicians"]), + ("politicaly", &["politically"]), + ("politican", &["politician"]), + ("politicanti", &["politician"]), + ("politicas", &["politics"]), + ("politicien", &["politician"]), + ("politiciens", &["politicians"]), + ("politicin", &["politician"]), + ("politicing", &["politician"]), + ("politicion", &["politician"]), + ("politickin", &["politician"]), + ("politicus", &["politics"]), + ("politiicans", &["politician"]), + ("politiikan", &["politician"]), + ("politiness", &["politeness"]), + ("politing", &["piloting"]), + ("polititian", &["politician"]), + ("polititians", &["politicians"]), + ("politley", &["politely"]), + ("poltical", &["political"]), + ("polute", &["pollute"]), + ("poluted", &["polluted"]), + ("polutes", &["pollutes"]), + ("poluting", &["polluting"]), + ("polution", &["pollution"]), + ("polygammy", &["polygamy"]), + ("polygoon", &["polygon"]), + ("polymore", &["polymer"]), + ("polyphonyic", &["polyphonic"]), + ("polysaccaride", &["polysaccharide"]), + ("pomegranite", &["pomegranate"]), + ("pomotion", &["promotion"]), + ("popluar", &["popular"]), + ("popluations", &["populations"]), + ("poportional", &["proportional"]), + ("popoulation", &["population"]), + ("popoulus", &["populous"]), + ("popualtion", &["populations"]), + ("populair", &["popular"]), + ("populairty", &["popularity"]), + ("populaiton", &["populations"]), + ("popularaty", &["popularity"]), + ("populare", &["popular"]), + ("popularest", &["populate"]), + ("popularily", &["popularity"]), + ("populary", &["popularity"]), + ("populaties", &["populate"]), + ("populatin", &["populations"]), + ("populationes", &["populations"]), + ("populatiry", &["popularity"]), + ("populative", &["populate"]), + ("populatoin", &["populations"]), + ("populer", &["popular"]), + ("populos", &["populous"]), + ("popultaion", &["populations"]), + ("poralized", &["polarized"]), + ("porcelan", &["porcelain"]), + ("porcelian", &["porcelain"]), + ("porcelina", &["porcelain"]), + ("poreclain", &["porcelain"]), + ("porftolio", &["portfolio"]), + ("porgramme", &["programme"]), + ("porjectiles", &["projectiles"]), + ("porletariat", &["proletariat"]), + ("pormetheus", &["prometheus"]), + ("pornagraphy", &["pornography"]), + ("pornograghy", &["pornography"]), + ("pornograhpy", &["pornography"]), + ("pornograhy", &["pornography"]), + ("pornograpghy", &["pornography"]), + ("pornograpgy", &["pornography"]), + ("pornograpy", &["pornography"]), + ("pornogrophy", &["pornography"]), + ("pornogrpahy", &["pornography"]), + ("pornogrphy", &["pornography"]), + ("porportion", &["proportion"]), + ("porportional", &["proportional"]), + ("porportionally", &["proportionally"]), + ("porportions", &["proportions"]), + ("porpose", &["propose"]), + ("porposes", &["proposes"]), + ("porshan", &["portion"]), + ("porshon", &["portion"]), + ("portabel", &["portable"]), + ("portabillity", &["portability"]), + ("portabilty", &["portability"]), + ("portagonists", &["protagonists"]), + ("portait", &["portrait"]), + ("portalis", &["portals"]), + ("portalus", &["portals"]), + ("portary", &["portray"]), + ("portarying", &["portraying"]), + ("portayed", &["portrayed"]), + ("portestants", &["protestants"]), + ("portfoilo", &["portfolio"]), + ("portgual", &["portugal"]), + ("portoflio", &["portfolio"]), + ("portoguese", &["portuguese"]), + ("portraiing", &["portraying"]), + ("portraing", &["portraying"]), + ("portrais", &["portraits"]), + ("portrary", &["portray"]), + ("portras", &["portrays"]), + ("portrat", &["portrait"]), + ("portrating", &["portraying"]), + ("portrayels", &["portrays"]), + ("portrayes", &["portrays"]), + ("portrayl", &["portrayal"]), + ("portrayls", &["portrays"]), + ("portriat", &["portrait"]), + ("portriats", &["portraits"]), + ("portugese", &["portuguese"]), + ("portugeuse", &["portuguese"]), + ("portuguease", &["portuguese"]), + ("portugues", &["portuguese"]), + ("portuguesse", &["portuguese"]), + ("portuguise", &["portuguese"]), + ("posess", &["possess"]), + ("posessed", &["possessed"]), + ("posesses", &["possesses"]), + ("posessing", &["possessing"]), + ("posession", &["possession"]), + ("posessions", &["possessions"]), + ("posicional", &["positional"]), + ("posion", &["poison"]), + ("posioned", &["poisoned"]), + ("posions", &["poisons"]), + ("positevely", &["positively"]), + ("positioing", &["positioning"]), + ("positiond", &["positioned"]), + ("positiong", &["positioning"]), + ("positionial", &["positional"]), + ("positionl", &["positional"]), + ("positionly", &["positional"]), + ("positionnal", &["positional"]), + ("positionne", &["positioned"]), + ("positionned", &["positioned"]), + ("positionning", &["positioning"]), + ("positiveity", &["positivity"]), + ("positiviely", &["positively"]), + ("positivisme", &["positives"]), + ("positivisty", &["positivity"]), + ("positivitely", &["positivity"]), + ("positivitey", &["positivity"]), + ("positivitiy", &["positivity"]), + ("positiviy", &["positivity"]), + ("positivley", &["positively"]), + ("positivs", &["positives"]), + ("positivy", &["positivity"]), + ("positon", &["position"]), + ("positve", &["positive"]), + ("possable", &["possible"]), + ("possably", &["possibly"]), + ("possbily", &["possibly"]), + ("posseses", &["possesses"]), + ("possesess", &["possesses"]), + ("possesing", &["possessing"]), + ("possesion", &["possession"]), + ("possesives", &["possessive"]), + ("possesse", &["possessive"]), + ("possessers", &["possesses"]), + ("possessess", &["possesses"]), + ("possesseurs", &["possesses"]), + ("possessin", &["possessions"]), + ("possessivize", &["possessive"]), + ("possesss", &["possesses"]), + ("possesssion", &["possessions"]), + ("possestions", &["possessions"]), + ("possibile", &["possible"]), + ("possibiliy", &["possibility"]), + ("possibillity", &["possibility"]), + ("possibilty", &["possibility"]), + ("possibily", &["possibility"]), + ("possibley", &["possibly"]), + ("possiblility", &["possibility"]), + ("possiblilty", &["possibility"]), + ("possiblities", &["possibilities"]), + ("possiblly", &["possibly"]), + ("possiby", &["possibly"]), + ("possissive", &["possessive"]), + ("possition", &["position"]), + ("postdam", &["potsdam"]), + ("posthomous", &["posthumous"]), + ("postion", &["position"]), + ("postive", &["positive"]), + ("potatos", &["potatoes"]), + ("potencially", &["potentially"]), + ("potentailly", &["potentially"]), + ("potentialy", &["potentially"]), + ("potical", &["optical"]), + ("potrait", &["portrait"]), + ("potrayed", &["portrayed"]), + ("poulations", &["populations"]), + ("poverful", &["powerful"]), + ("powderade", &["powdered"]), + ("powderd", &["powdered"]), + ("poweful", &["powerful"]), + ("powerded", &["powdered"]), + ("powerfisting", &["powerlifting"]), + ("powerfull", &["powerful"]), + ("powerhorse", &["powerhouse"]), + ("powerhosue", &["powerhouse"]), + ("powerhours", &["powerhouse"]), + ("powerhourse", &["powerhouse"]), + ("powerhsell", &["powershell"]), + ("powerlfiting", &["powerlifting"]), + ("powerlifing", &["powerlifting"]), + ("powerlifitng", &["powerlifting"]), + ("powerliftng", &["powerlifting"]), + ("powerlisting", &["powerlifting"]), + ("powerpot", &["powerpoint"]), + ("powerprint", &["powerpoint"]), + ("powersehll", &["powershell"]), + ("powetlifting", &["powerlifting"]), + ("powrrlifting", &["powerlifting"]), + ("poylgon", &["polygon"]), + ("poylmer", &["polymer"]), + ("ppublisher", &["publisher"]), + ("pracitcal", &["practical"]), + ("pracitcally", &["practically"]), + ("pracitse", &["practise"]), + ("practhett", &["pratchett"]), + ("practial", &["practical"]), + ("practially", &["practically"]), + ("practicallity", &["practically"]), + ("practicaly", &["practically"]), + ("practicarlo", &["practical"]), + ("practicess", &["practise"]), + ("practicioner", &["practitioner"]), + ("practicioners", &["practitioners"]), + ("practiclly", &["practically"]), + ("practicly", &["practically"]), + ("practie", &["practise"]), + ("practies", &["practise"]), + ("practioner", &["practitioner"]), + ("practioners", &["practitioners"]), + ("practisioner", &["practitioner"]), + ("practisioners", &["practitioners"]), + ("practitioneer", &["practitioners"]), + ("practitionner", &["practitioner"]), + ("practitionners", &["practitioners"]), + ("practitions", &["practitioners"]), + ("practives", &["practise"]), + ("pragamtic", &["pragmatic"]), + ("pragmatisch", &["pragmatic"]), + ("prairy", &["prairie"]), + ("praisse", &["praises"]), + ("prarie", &["prairie"]), + ("praries", &["prairies"]), + ("prasied", &["praised"]), + ("prasies", &["praises"]), + ("pratcise", &["practise"]), + ("pratice", &["practice"]), + ("praticle", &["particle"]), + ("pratictioner", &["practitioners"]), + ("pratictioners", &["practitioners"]), + ("prceeded", &["preceded"]), + ("preadtor", &["predator"]), + ("preadtors", &["predators"]), + ("preamde", &["premade"]), + ("preample", &["preamble"]), + ("precaucion", &["precaution"]), + ("precausion", &["precaution"]), + ("precausions", &["precautions"]), + ("precautios", &["precautions"]), + ("precedance", &["precedence"]), + ("precedeed", &["preceded"]), + ("precedense", &["precedence"]), + ("precedessor", &["predecessor"]), + ("precedessors", &["predecessors"]), + ("preceed", &["precede"]), + ("preceeded", &["preceded"]), + ("preceeding", &["preceding"]), + ("preceeds", &["precedes"]), + ("preceived", &["perceived"]), + ("precendece", &["precedence"]), + ("precendence", &["precedence"]), + ("precentage", &["percentage"]), + ("precentages", &["percentages"]), + ("precentile", &["percentile"]), + ("precice", &["precise"]), + ("preciesly", &["precisely"]), + ("preciselly", &["precisely"]), + ("precisie", &["precise"]), + ("precisley", &["precisely"]), + ("precisly", &["precisely"]), + ("precisou", &["precious"]), + ("preconceieved", &["preconceived"]), + ("preconceved", &["preconceived"]), + ("preconcieve", &["preconceived"]), + ("preconveived", &["preconceived"]), + ("precrastination", &["procrastination"]), + ("precuation", &["precautions"]), + ("precuations", &["precautions"]), + ("preculde", &["preclude"]), + ("precurors", &["precursor"]), + ("precurosr", &["precursor"]), + ("precurser", &["precursor"]), + ("precussion", &["percussion"]), + ("predacessor", &["predecessor"]), + ("predacessors", &["predecessors"]), + ("predatobr", &["predator"]), + ("predecated", &["predicated"]), + ("predeccesors", &["predecessor"]), + ("predecence", &["precedence"]), + ("predecesor", &["predecessor"]), + ("predecesores", &["predecessor"]), + ("predecesser", &["predecessor"]), + ("predecessores", &["predecessors"]), + ("predection", &["prediction"]), + ("predections", &["predictions"]), + ("predective", &["predictive"]), + ("predescesor", &["predecessors"]), + ("predescesors", &["predecessors"]), + ("predesessor", &["predecessors"]), + ("predesposed", &["predisposed"]), + ("predessecor", &["predecessor"]), + ("predessecors", &["predecessors"]), + ("predetermiend", &["predetermined"]), + ("predetermind", &["predetermined"]), + ("predeterminded", &["predetermined"]), + ("predetirmined", &["predetermined"]), + ("predicat", &["predict"]), + ("predicatble", &["predictable"]), + ("prediccion", &["prediction"]), + ("predicement", &["predicament"]), + ("predicessor", &["predecessor"]), + ("predicessors", &["predecessors"]), + ("prediceted", &["predicated"]), + ("prediciment", &["predicament"]), + ("predicited", &["predicated"]), + ("predicitng", &["predicting"]), + ("prediciton", &["prediction"]), + ("predicitons", &["predictions"]), + ("predicitve", &["predictive"]), + ("predickted", &["predicated"]), + ("predictave", &["predictive"]), + ("predicte", &["predictive"]), + ("predictible", &["predictable"]), + ("predictie", &["predictive"]), + ("predictin", &["prediction"]), + ("predictious", &["predictions"]), + ("predictivo", &["prediction"]), + ("predictment", &["predicament"]), + ("predictons", &["predictions"]), + ("predisposte", &["predisposed"]), + ("preditermined", &["predetermined"]), + ("predjuice", &["prejudice"]), + ("predjuiced", &["prejudiced"]), + ("predjuices", &["prejudices"]), + ("predocessor", &["predecessor"]), + ("predocessors", &["predecessors"]), + ("predomenantly", &["predominantly"]), + ("predomiantly", &["predominately"]), + ("predominantely", &["predominantly"]), + ("predominantley", &["predominantly"]), + ("predominanty", &["predominantly"]), + ("predominatly", &["predominantly"]), + ("predominently", &["predominantly"]), + ("preduction", &["prediction"]), + ("preductive", &["predictive"]), + ("predujice", &["prejudice"]), + ("predujiced", &["prejudiced"]), + ("predujices", &["prejudices"]), + ("preests", &["presets"]), + ("prefarable", &["preferable"]), + ("prefarably", &["preferably"]), + ("prefection", &["perfection"]), + ("prefectly", &["perfectly"]), + ("preferabbly", &["preferably"]), + ("preferabely", &["preferable"]), + ("preferabley", &["preferably"]), + ("preferablly", &["preferably"]), + ("preferance", &["preference"]), + ("preferances", &["preferences"]), + ("preferantial", &["preferential"]), + ("preferas", &["prefers"]), + ("prefereble", &["preferable"]), + ("prefered", &["preferred"]), + ("preferens", &["preferences"]), + ("preferenser", &["preferences"]), + ("preferentail", &["preferential"]), + ("preferental", &["preferential"]), + ("preferente", &["preference"]), + ("preferentes", &["preferences"]), + ("preferenze", &["preference"]), + ("preferes", &["prefers"]), + ("preferible", &["preferable"]), + ("preferibly", &["preferably"]), + ("prefering", &["preferring"]), + ("preferis", &["prefers"]), + ("prefernece", &["preferences"]), + ("preferrably", &["preferably"]), + ("preferrring", &["preferring"]), + ("preferrs", &["prefers"]), + ("prefessionalism", &["professionalism"]), + ("preformance", &["performance"]), + ("preformances", &["performances"]), + ("preformer", &["performer"]), + ("preformers", &["performers"]), + ("pregancies", &["pregnancies"]), + ("pregnance", &["pregnancies"]), + ("pregnanices", &["pregnancies"]), + ("pregnanies", &["pregnancies"]), + ("pregnencies", &["pregnancies"]), + ("pregorative", &["prerogative"]), + ("pregressively", &["progressively"]), + ("prehaps", &["perhaps"]), + ("preimer", &["premier"]), + ("preimere", &["premiere"]), + ("preimeter", &["perimeter"]), + ("preimum", &["premium"]), + ("preimums", &["premiums"]), + ("preinitalization", &["preinitialization"]), + ("preinitalize", &["preinitialize"]), + ("preinitalized", &["preinitialized"]), + ("preinitalizes", &["preinitializes"]), + ("preinitalizing", &["preinitializing"]), + ("preiod", &["period"]), + ("preiodic", &["periodic"]), + ("preipheral", &["peripheral"]), + ("preipherals", &["peripherals"]), + ("preisdents", &["presidents"]), + ("preisthood", &["priesthood"]), + ("preists", &["priests"]), + ("preivew", &["preview"]), + ("preivews", &["previews"]), + ("prejeduced", &["prejudiced"]), + ("prejeduces", &["prejudices"]), + ("prejiduce", &["prejudice"]), + ("prejiduced", &["prejudiced"]), + ("prejiduces", &["prejudices"]), + ("prejucide", &["prejudice"]), + ("prejucided", &["prejudiced"]), + ("prejucides", &["prejudices"]), + ("prejudicies", &["prejudice"]), + ("prejudis", &["prejudices"]), + ("prejuduced", &["prejudiced"]), + ("prejuduces", &["prejudices"]), + ("prelayed", &["replayed"]), + ("preleminary", &["preliminary"]), + ("preliferation", &["proliferation"]), + ("prelimanary", &["preliminary"]), + ("prelimenary", &["preliminary"]), + ("prelimiary", &["preliminary"]), + ("preliminarly", &["preliminary"]), + ("premanent", &["permanent"]), + ("premanently", &["permanently"]), + ("prematuraly", &["prematurely"]), + ("prematurelly", &["prematurely"]), + ("prematurily", &["prematurely"]), + ("prematurley", &["prematurely"]), + ("prematurly", &["prematurely"]), + ("premeir", &["premier"]), + ("premeire", &["premiere"]), + ("premeired", &["premiered"]), + ("premesis", &["premises"]), + ("premiare", &["premier"]), + ("premiee", &["premiere"]), + ("premilinary", &["preliminary"]), + ("premillenial", &["premillennial"]), + ("preminence", &["preeminence"]), + ("premines", &["premise"]), + ("premire", &["premier"]), + ("premissible", &["permissible"]), + ("premission", &["permission"]), + ("premissions", &["permissions"]), + ("premits", &["permits"]), + ("premius", &["premiums"]), + ("premonasterians", &["premonstratensians"]), + ("premuim", &["premium"]), + ("premuims", &["premiums"]), + ("preocupation", &["preoccupation"]), + ("preorded", &["preordered"]), + ("preorderd", &["preordered"]), + ("preorderded", &["preordered"]), + ("preorderers", &["preorders"]), + ("preorderes", &["preorders"]), + ("preordes", &["preorders"]), + ("preoxide", &["peroxide"]), + ("prepair", &["prepare"]), + ("prepaird", &["prepaid"]), + ("preparacion", &["preparation"]), + ("preparato", &["preparation"]), + ("prepartion", &["preparation"]), + ("prepatory", &["preparatory"]), + ("prependicular", &["perpendicular"]), + ("preperation", &["preparation"]), + ("preperations", &["preparations"]), + ("prepetrated", &["perpetrated"]), + ("prepetrator", &["perpetrator"]), + ("prepetrators", &["perpetrators"]), + ("prepetually", &["perpetually"]), + ("prepetuate", &["perpetuate"]), + ("prepetuated", &["perpetuated"]), + ("prepetuates", &["perpetuates"]), + ("prepetuating", &["perpetuating"]), + ("preporation", &["preparation"]), + ("preposterious", &["preposterous"]), + ("preposters", &["preposterous"]), + ("preposterus", &["preposterous"]), + ("prepostorous", &["preposterous"]), + ("preposturous", &["preposterous"]), + ("preqeuls", &["prequels"]), + ("prequles", &["prequels"]), + ("prerequesit", &["prerequisite"]), + ("prerequisets", &["prerequisite"]), + ("prerequisities", &["prerequisite"]), + ("prerequiste", &["prerequisite"]), + ("prerequisties", &["prerequisite"]), + ("prerequistite", &["prerequisite"]), + ("prerequites", &["prerequisite"]), + ("preriod", &["period"]), + ("prerogitive", &["prerogative"]), + ("prerogotive", &["prerogative"]), + ("prescients", &["presidents"]), + ("prescirbed", &["prescribed"]), + ("prescirption", &["prescriptions"]), + ("prescribtion", &["prescription"]), + ("prescribtions", &["prescriptions"]), + ("prescrie", &["prescribed"]), + ("prescripcion", &["prescription"]), + ("prescriped", &["prescribed"]), + ("prescriptionists", &["prescriptions"]), + ("prescripton", &["prescription"]), + ("prescriptons", &["prescriptions"]), + ("prescritpion", &["prescriptions"]), + ("presearing", &["preserving"]), + ("presecuted", &["persecuted"]), + ("presecution", &["persecution"]), + ("presedency", &["presidency"]), + ("presedential", &["presidential"]), + ("presedents", &["presidents"]), + ("presedintia", &["presidential"]), + ("presenning", &["presenting"]), + ("presens", &["presents"]), + ("presense", &["presence"]), + ("presenst", &["presets"]), + ("presentacion", &["presentation"]), + ("presentaion", &["presentation"]), + ("presentaiton", &["presentations"]), + ("presentas", &["presents"]), + ("presentase", &["presents"]), + ("presentatin", &["presentations"]), + ("presentato", &["presentation"]), + ("presentes", &["presents"]), + ("presention", &["presenting"]), + ("presentors", &["presents"]), + ("preservacion", &["preservation"]), + ("preservare", &["preserve"]), + ("preservating", &["preservation"]), + ("preservativo", &["preservation"]), + ("preservato", &["preservation"]), + ("preservaton", &["preservation"]), + ("preserverd", &["preserved"]), + ("preservered", &["preserved"]), + ("presest", &["presets"]), + ("presicely", &["precisely"]), + ("presicion", &["precision"]), + ("presidancy", &["presidency"]), + ("presidante", &["presidents"]), + ("presidencey", &["presidency"]), + ("presidencial", &["presidential"]), + ("presidenital", &["presidential"]), + ("presidenta", &["presidential"]), + ("presidentail", &["presidential"]), + ("presidental", &["presidential"]), + ("presidentcy", &["presidency"]), + ("presidenty", &["presidency"]), + ("presideny", &["presidency"]), + ("presidet", &["presidents"]), + ("presidunce", &["presidency"]), + ("presist", &["persist"]), + ("presistence", &["persistence"]), + ("presistent", &["persistent"]), + ("presists", &["persists"]), + ("presitge", &["prestige"]), + ("presitgious", &["prestigious"]), + ("presitigous", &["prestigious"]), + ("presnetation", &["presentations"]), + ("presomption", &["presumption"]), + ("presonalized", &["personalized"]), + ("presonally", &["personally"]), + ("presonas", &["personas"]), + ("presonhood", &["personhood"]), + ("prespective", &["perspective"]), + ("prespectives", &["perspectives"]), + ("presrciption", &["prescriptions"]), + ("pressuming", &["pressuring"]), + ("pressureing", &["pressuring"]), + ("prestegious", &["prestigious"]), + ("prestes", &["presets"]), + ("prestigeous", &["prestigious"]), + ("prestigieus", &["prestigious"]), + ("prestigios", &["prestigious"]), + ("prestigiosa", &["prestigious"]), + ("prestigiose", &["prestigious"]), + ("prestigiosi", &["prestigious"]), + ("prestigioso", &["prestigious"]), + ("prestigiu", &["prestigious"]), + ("prestigous", &["prestigious"]), + ("prestigue", &["prestige"]), + ("prestiguous", &["prestigious"]), + ("presuade", &["persuade"]), + ("presuaded", &["persuaded"]), + ("presuambly", &["presumably"]), + ("presuasion", &["persuasion"]), + ("presuasive", &["persuasive"]), + ("presude", &["presumed"]), + ("presumabely", &["presumably"]), + ("presumabley", &["presumably"]), + ("presumebly", &["presumably"]), + ("presumendo", &["presumed"]), + ("presumibly", &["presumably"]), + ("presumpteous", &["presumptuous"]), + ("presumpton", &["presumption"]), + ("presumptous", &["presumptuous"]), + ("presumptuious", &["presumptuous"]), + ("presumptuos", &["presumptuous"]), + ("presumputous", &["presumptuous"]), + ("pretador", &["predator"]), + ("pretaining", &["pertaining"]), + ("pretains", &["pertains"]), + ("pretection", &["protection"]), + ("pretedermined", &["predetermined"]), + ("pretencious", &["pretentious"]), + ("pretendas", &["pretends"]), + ("pretendendo", &["pretended"]), + ("pretendias", &["pretends"]), + ("pretene", &["pretense"]), + ("pretens", &["pretends"]), + ("pretensious", &["pretentious"]), + ("pretensive", &["pretense"]), + ("pretensje", &["pretense"]), + ("pretentieus", &["pretentious"]), + ("pretentios", &["pretentious"]), + ("pretentous", &["pretentious"]), + ("pretinent", &["pertinent"]), + ("prevailaing", &["prevailing"]), + ("prevailling", &["prevailing"]), + ("prevalecen", &["prevalence"]), + ("prevalente", &["prevalence"]), + ("prevantative", &["preventative"]), + ("preveiw", &["preview"]), + ("preveiws", &["previews"]), + ("prevelant", &["prevalent"]), + ("prevencion", &["prevention"]), + ("preventation", &["presentation"]), + ("preventetive", &["preventative"]), + ("preventin", &["prevention"]), + ("preventitive", &["preventative"]), + ("preventitve", &["preventative"]), + ("preventivno", &["prevention"]), + ("preventivo", &["prevention"]), + ("preventors", &["prevents"]), + ("preverse", &["perverse"]), + ("prevert", &["pervert"]), + ("previal", &["prevail"]), + ("previaling", &["prevailing"]), + ("previes", &["previews"]), + ("previos", &["previous"]), + ("previosuly", &["previously"]), + ("previoulsy", &["previously"]), + ("previvous", &["previous"]), + ("previwes", &["previews"]), + ("prevolence", &["prevalence"]), + ("prezidential", &["presidential"]), + ("priased", &["praised"]), + ("priases", &["praises"]), + ("pricinpals", &["principals"]), + ("pricipal", &["principal"]), + ("priciple", &["principle"]), + ("priemere", &["premiere"]), + ("priestes", &["priests"]), + ("priesthod", &["priesthood"]), + ("priestood", &["priesthood"]), + ("primaires", &["primaries"]), + ("primairly", &["primarily"]), + ("primarilly", &["primarily"]), + ("primaris", &["primaries"]), + ("primarliy", &["primarily"]), + ("primarly", &["primarily"]), + ("primative", &["primitive"]), + ("primatively", &["primitively"]), + ("primatives", &["primitives"]), + ("primordal", &["primordial"]), + ("princepals", &["principals"]), + ("princesas", &["princess"]), + ("princeses", &["princess"]), + ("princesess", &["princesses"]), + ("princesss", &["princesses"]), + ("princessses", &["princesses"]), + ("princibles", &["principles"]), + ("princila", &["principals"]), + ("principales", &["principles"]), + ("principalis", &["principals"]), + ("principaly", &["principality"]), + ("principas", &["principals"]), + ("principels", &["principals"]), + ("principial", &["principal"]), + ("principias", &["principals"]), + ("principielt", &["principle"]), + ("principl", &["principals"]), + ("principlaity", &["principality"]), + ("principlas", &["principals"]), + ("principly", &["principally"]), + ("prinicipal", &["principal"]), + ("prinicpals", &["principals"]), + ("prinicple", &["principle"]), + ("prinicples", &["principles"]), + ("printerest", &["printers"]), + ("printes", &["printers"]), + ("prioratize", &["prioritize"]), + ("prioretize", &["prioritize"]), + ("prioritice", &["prioritize"]), + ("prioritie", &["prioritize"]), + ("prioritied", &["prioritize"]), + ("prioritse", &["priorities"]), + ("prioroties", &["priorities"]), + ("priorotize", &["prioritize"]), + ("priotities", &["priorities"]), + ("priotitize", &["prioritize"]), + ("prisitne", &["pristine"]), + ("pristen", &["pristine"]), + ("privalege", &["privilege"]), + ("privaleged", &["privileged"]), + ("privaleges", &["privileges"]), + ("privaticed", &["privatized"]), + ("privatizied", &["privatized"]), + ("privelaged", &["privileged"]), + ("privelages", &["privileges"]), + ("priveldges", &["privileges"]), + ("priveledges", &["privileges"]), + ("privelege", &["privilege"]), + ("priveleged", &["privileged"]), + ("priveleges", &["privileges"]), + ("privelidge", &["privileged"]), + ("privelige", &["privilege"]), + ("priveliged", &["privileged"]), + ("priveliges", &["privileges"]), + ("privelleges", &["privileges"]), + ("privetized", &["privatized"]), + ("privilage", &["privilege"]), + ("privilaged", &["privileged"]), + ("privilages", &["privileges"]), + ("priviledge", &["privilege"]), + ("privilegde", &["privileges"]), + ("privilegeds", &["privileges"]), + ("privilegie", &["privilege"]), + ("privilegied", &["privileged"]), + ("privilegien", &["privilege"]), + ("privilegier", &["privilege"]), + ("privilegies", &["privilege"]), + ("privilegs", &["privileges"]), + ("priviliged", &["privileged"]), + ("priviliges", &["privileges"]), + ("privitazed", &["privatized"]), + ("privitized", &["privatized"]), + ("privledge", &["privilege"]), + ("privte", &["private"]), + ("proactivley", &["proactive"]), + ("probabe", &["probable"]), + ("probabilaty", &["probability"]), + ("probabiliste", &["probabilities"]), + ("probabilite", &["probabilities"]), + ("probabilites", &["probabilities"]), + ("probabiliy", &["probability"]), + ("probabillity", &["probability"]), + ("probabilty", &["probability"]), + ("probabily", &["probability"]), + ("probablies", &["probable"]), + ("probablistic", &["probabilistic"]), + ("probablly", &["probably"]), + ("probablybe", &["probable"]), + ("probalibity", &["probability"]), + ("probaly", &["probably"]), + ("probelm", &["problem"]), + ("probelmatic", &["problematic"]), + ("probelms", &["problems"]), + ("problamatic", &["problematic"]), + ("probleem", &["problem"]), + ("problemas", &["problems"]), + ("problematisch", &["problematic"]), + ("problemita", &["problematic"]), + ("problimatic", &["problematic"]), + ("problomatic", &["problematic"]), + ("procalim", &["proclaim"]), + ("procalimed", &["proclaimed"]), + ("procastrinating", &["procrastinating"]), + ("procastrination", &["procrastination"]), + ("procative", &["proactive"]), + ("procceding", &["proceeding"]), + ("proccedings", &["proceedings"]), + ("proccess", &["process"]), + ("proccessing", &["processing"]), + ("procedding", &["proceeding"]), + ("proceddings", &["proceedings"]), + ("procede", &["proceed"]), + ("proceded", &["proceeded"]), + ("proceder", &["procedure"]), + ("procederal", &["procedural"]), + ("procedes", &["proceeds"]), + ("procedger", &["procedure"]), + ("proceding", &["proceeding"]), + ("procedings", &["proceedings"]), + ("procedrual", &["procedural"]), + ("procedue", &["procedure"]), + ("procedureal", &["procedural"]), + ("procedurial", &["procedural"]), + ("procedurile", &["procedure"]), + ("proceededs", &["proceeds"]), + ("proceedes", &["proceeds"]), + ("proceedure", &["procedure"]), + ("proceeed", &["proceed"]), + ("procees", &["proceeds"]), + ("proceesing", &["proceeding"]), + ("procelain", &["porcelain"]), + ("proces", &["process"]), + ("procesd", &["proceeds"]), + ("procesed", &["proceeds"]), + ("procesess", &["processes"]), + ("processer", &["processor"]), + ("processesor", &["processors"]), + ("processeurs", &["processes"]), + ("processos", &["processors"]), + ("processs", &["processes"]), + ("processsor", &["processors"]), + ("processsors", &["processors"]), + ("proclaimation", &["proclamation"]), + ("proclam", &["proclaim"]), + ("proclamed", &["proclaimed"]), + ("proclami", &["proclaim"]), + ("proclamied", &["proclaimed"]), + ("proclaming", &["proclaiming"]), + ("procliam", &["proclaim"]), + ("procliamed", &["proclaimed"]), + ("proclomation", &["proclamation"]), + ("proconceived", &["preconceived"]), + ("procotol", &["protocol"]), + ("procotols", &["protocols"]), + ("procrascinating", &["procrastinating"]), + ("procrastenating", &["procrastinating"]), + ("procrastiantion", &["procrastination"]), + ("procrastibating", &["procrastinating"]), + ("procrastibation", &["procrastination"]), + ("procrastinarting", &["procrastinating"]), + ("procrastinatin", &["procrastination"]), + ("procrastinationg", &["procrastinating"]), + ("procrastinaton", &["procrastination"]), + ("procrastinazione", &["procrastination"]), + ("procrastion", &["procreation"]), + ("procrastonating", &["procrastinating"]), + ("procreatin", &["procreation"]), + ("procrestinating", &["procrastinating"]), + ("procrestination", &["procrastination"]), + ("procriation", &["procreation"]), + ("procudures", &["procedures"]), + ("prodcution", &["production"]), + ("prodcutions", &["productions"]), + ("prodcuts", &["products"]), + ("prodecural", &["procedural"]), + ("prodecure", &["procedure"]), + ("prodecures", &["procedures"]), + ("prodictions", &["productions"]), + ("prodominantly", &["predominantly"]), + ("produccion", &["production"]), + ("produceras", &["produces"]), + ("producerats", &["producers"]), + ("produceres", &["produces"]), + ("producirse", &["producers"]), + ("produciton", &["production"]), + ("producitons", &["productions"]), + ("productie", &["productive"]), + ("productin", &["productions"]), + ("producting", &["production"]), + ("productino", &["productions"]), + ("productioin", &["productions"]), + ("productivo", &["production"]), + ("productivos", &["productions"]), + ("productivty", &["productivity"]), + ("productivy", &["productivity"]), + ("producto", &["production"]), + ("productoin", &["productions"]), + ("productos", &["products"]), + ("produktion", &["production"]), + ("produktions", &["productions"]), + ("produktive", &["productive"]), + ("produly", &["proudly"]), + ("produse", &["produces"]), + ("produtcion", &["productions"]), + ("profesion", &["profusion"]), + ("profesions", &["profession"]), + ("profesisonal", &["professionals"]), + ("profesor", &["professor"]), + ("professer", &["professor"]), + ("professers", &["professors"]), + ("professiinal", &["professionalism"]), + ("professin", &["professions"]), + ("professinal", &["professional"]), + ("professioanl", &["professionals"]), + ("professiomal", &["professionalism"]), + ("professionalisim", &["professionalism"]), + ("professionalisme", &["professionals"]), + ("professionallism", &["professionalism"]), + ("professionalsim", &["professionalism"]), + ("professionel", &["professional"]), + ("professionials", &["professionalism"]), + ("professionl", &["professionals"]), + ("professionnal", &["professional"]), + ("professionnalism", &["professionalism"]), + ("professionnals", &["professionals"]), + ("professionsl", &["professionalism"]), + ("professoinal", &["professionals"]), + ("professonial", &["professionals"]), + ("professoras", &["professors"]), + ("professores", &["professors"]), + ("professorin", &["profession"]), + ("professorn", &["profession"]), + ("professsion", &["professions"]), + ("professsor", &["professors"]), + ("proffesed", &["professed"]), + ("proffesion", &["profession"]), + ("proffesional", &["professional"]), + ("proffesor", &["professor"]), + ("proficeint", &["proficient"]), + ("proficiancy", &["proficiency"]), + ("proficiant", &["proficient"]), + ("proficienct", &["proficient"]), + ("proficientcy", &["proficiency"]), + ("proficienty", &["proficiency"]), + ("proficieny", &["proficiency"]), + ("proficincy", &["proficiency"]), + ("proficinecy", &["proficiency"]), + ("proficit", &["proficient"]), + ("profilic", &["prolific"]), + ("profissional", &["professional"]), + ("profitabel", &["profitable"]), + ("profitabil", &["profitable"]), + ("profitabile", &["profitable"]), + ("profitabiliy", &["profitability"]), + ("profitabillity", &["profitability"]), + ("profitabilty", &["profitability"]), + ("profitiablity", &["profitability"]), + ("profitibality", &["profitability"]), + ("profitible", &["profitable"]), + ("profressions", &["progressions"]), + ("proftiable", &["profitable"]), + ("progatonists", &["protagonists"]), + ("progerssion", &["progressions"]), + ("progerssive", &["progressives"]), + ("progessed", &["progressed"]), + ("progidy", &["prodigy"]), + ("programable", &["programmable"]), + ("programas", &["programs"]), + ("programattically", &["programmatically"]), + ("programem", &["programme"]), + ("programes", &["programs"]), + ("programmar", &["programmer"]), + ("programmare", &["programmer"]), + ("programmars", &["programmers"]), + ("programmate", &["programme"]), + ("programmets", &["programmers"]), + ("programmeur", &["programmer"]), + ("programmeurs", &["programmer"]), + ("programmier", &["programmer"]), + ("programmme", &["programme"]), + ("programmmed", &["programme"]), + ("programmmer", &["programme"]), + ("programms", &["programs"]), + ("prograstination", &["procrastination"]), + ("progresing", &["progressing"]), + ("progresion", &["progression"]), + ("progresison", &["progressions"]), + ("progresive", &["progressive"]), + ("progressers", &["progresses"]), + ("progressie", &["progressives"]), + ("progressief", &["progressive"]), + ("progressieve", &["progressive"]), + ("progressin", &["progression"]), + ("progressino", &["progressions"]), + ("progressioin", &["progressions"]), + ("progressiong", &["progressing"]), + ("progressionists", &["progressions"]), + ("progressionwise", &["progressions"]), + ("progressisme", &["progresses"]), + ("progressiste", &["progresses"]), + ("progressivas", &["progressives"]), + ("progressivelly", &["progressively"]), + ("progressivey", &["progressively"]), + ("progressivily", &["progressively"]), + ("progressivisme", &["progressives"]), + ("progressivley", &["progressively"]), + ("progressivly", &["progressively"]), + ("progressivo", &["progression"]), + ("progressivsm", &["progressives"]), + ("progresso", &["progression"]), + ("progressoin", &["progressions"]), + ("progresson", &["progression"]), + ("progressos", &["progresses"]), + ("progresss", &["progresses"]), + ("progresssing", &["progressing"]), + ("progresssion", &["progressions"]), + ("progresssive", &["progressives"]), + ("progressus", &["progresses"]), + ("progressvie", &["progressives"]), + ("progrom", &["pogrom"]), + ("progroms", &["pogroms"]), + ("prohabition", &["prohibition"]), + ("prohibation", &["prohibition"]), + ("prohibicion", &["prohibition"]), + ("prohibirte", &["prohibit"]), + ("prohibis", &["prohibits"]), + ("prohibiteds", &["prohibits"]), + ("prohibites", &["prohibits"]), + ("prohibitied", &["prohibited"]), + ("prohibitifs", &["prohibits"]), + ("prohibitivo", &["prohibition"]), + ("prohibitng", &["prohibiting"]), + ("prohibiton", &["prohibition"]), + ("prohibitons", &["prohibits"]), + ("prohibitted", &["prohibited"]), + ("prohibitting", &["prohibiting"]), + ("prohibitus", &["prohibits"]), + ("prohibitve", &["prohibited"]), + ("prohibt", &["prohibit"]), + ("prohobited", &["prohibited"]), + ("prohpecies", &["prophecies"]), + ("prohpecy", &["prophecy"]), + ("prohpet", &["prophet"]), + ("prohpets", &["prophets"]), + ("projecitle", &["projectiles"]), + ("projecte", &["projectile"]), + ("projecticle", &["projectile"]), + ("projecticles", &["projectiles"]), + ("projectie", &["projectile"]), + ("projectiel", &["projectiles"]), + ("projecties", &["projectiles"]), + ("projectils", &["projectiles"]), + ("projectin", &["projection"]), + ("projectives", &["projectiles"]), + ("projectles", &["projectiles"]), + ("projectlie", &["projectiles"]), + ("projectlies", &["projectiles"]), + ("projecto", &["projection"]), + ("projectyle", &["projectile"]), + ("projektile", &["projectile"]), + ("projektion", &["projection"]), + ("prokrastination", &["procrastination"]), + ("prolateriat", &["proletariat"]), + ("proletariaat", &["proletariat"]), + ("proletariant", &["proletariat"]), + ("proletaricat", &["proletariat"]), + ("proletariet", &["proletariat"]), + ("proletariot", &["proletariat"]), + ("proletaryat", &["proletariat"]), + ("proleteriat", &["proletariat"]), + ("prolitariat", &["proletariat"]), + ("prologe", &["prologue"]), + ("prologomena", &["prolegomena"]), + ("prolouge", &["prologue"]), + ("promenantly", &["prominently"]), + ("promenently", &["prominently"]), + ("prometheas", &["prometheus"]), + ("prometheius", &["prometheus"]), + ("prometheous", &["prometheus"]), + ("promethese", &["prometheus"]), + ("promethesus", &["prometheus"]), + ("prometheyus", &["prometheus"]), + ("promethius", &["prometheus"]), + ("promethous", &["prometheus"]), + ("promethues", &["prometheus"]), + ("promimently", &["prominently"]), + ("prominance", &["prominence"]), + ("prominant", &["prominent"]), + ("prominantely", &["prominently"]), + ("prominantly", &["prominently"]), + ("prominately", &["prominently"]), + ("prominenty", &["prominently"]), + ("prominetly", &["prominently"]), + ("promiscious", &["promiscuous"]), + ("promiscous", &["promiscuous"]), + ("promiscuious", &["promiscuous"]), + ("promisculous", &["promiscuous"]), + ("promiscuos", &["promiscuous"]), + ("promiscus", &["promiscuous"]), + ("promocional", &["promotional"]), + ("promose", &["promotes"]), + ("promoteurs", &["promotes"]), + ("promotheus", &["prometheus"]), + ("promotinal", &["promotional"]), + ("promotionnal", &["promotional"]), + ("promots", &["promotes"]), + ("promotted", &["promoted"]), + ("promplty", &["promptly"]), + ("promptes", &["prompts"]), + ("promptus", &["prompts"]), + ("prompty", &["promptly"]), + ("promsicuous", &["promiscuous"]), + ("promtply", &["promptly"]), + ("promtps", &["prompts"]), + ("pronography", &["pornography"]), + ("pronomial", &["pronominal"]), + ("prononciation", &["pronunciation"]), + ("pronouced", &["pronounced"]), + ("pronouciation", &["pronunciation"]), + ("pronoucned", &["pronounced"]), + ("pronoucning", &["pronouncing"]), + ("pronounceing", &["pronouncing"]), + ("pronounched", &["pronounced"]), + ("pronounciation", &["pronunciation"]), + ("pronounds", &["pronouns"]), + ("pronoune", &["pronounced"]), + ("pronounes", &["pronouns"]), + ("pronouning", &["pronouncing"]), + ("pronous", &["pronouns"]), + ("pronunciacion", &["pronunciation"]), + ("pronunciating", &["pronunciation"]), + ("pronunciato", &["pronunciation"]), + ("pronunciaton", &["pronunciation"]), + ("pronuncuation", &["pronunciation"]), + ("pronunication", &["pronunciation"]), + ("pronuntiation", &["pronunciation"]), + ("proove", &["prove"]), + ("prooved", &["proved"]), + ("propabilities", &["probabilities"]), + ("propagana", &["propaganda"]), + ("propaganada", &["propaganda"]), + ("propechies", &["prophecies"]), + ("propechy", &["prophecy"]), + ("propehcy", &["prophecy"]), + ("propeht", &["prophet"]), + ("propehts", &["prophets"]), + ("propencity", &["propensity"]), + ("propenents", &["proponents"]), + ("properies", &["properties"]), + ("properitary", &["proprietary"]), + ("properites", &["properties"]), + ("propersity", &["propensity"]), + ("propertiary", &["proprietary"]), + ("propertion", &["proportion"]), + ("propertional", &["proportional"]), + ("propertions", &["proportions"]), + ("propertius", &["properties"]), + ("propertly", &["property"]), + ("propesterous", &["preposterous"]), + ("propeties", &["properties"]), + ("prophacies", &["prophecies"]), + ("prophacy", &["prophecy"]), + ("prophechies", &["prophecies"]), + ("prophesie", &["prophecies"]), + ("prophetes", &["prophets"]), + ("prophey", &["prophecy"]), + ("prophocies", &["prophecies"]), + ("propiertary", &["proprietary"]), + ("propietary", &["proprietary"]), + ("proplusion", &["propulsion"]), + ("propmted", &["prompted"]), + ("propmtly", &["promptly"]), + ("propoganda", &["propaganda"]), + ("propogate", &["propagate"]), + ("propogates", &["propagates"]), + ("propogation", &["propagation"]), + ("propolsion", &["propulsion"]), + ("proponants", &["proponents"]), + ("proponenet", &["proponent"]), + ("proponenets", &["proponents"]), + ("proponentes", &["proponents"]), + ("proponet", &["proponents"]), + ("proporcion", &["proportion"]), + ("proporition", &["proposition"]), + ("proportianal", &["proportional"]), + ("proportianally", &["proportionally"]), + ("proportians", &["proportions"]), + ("proporties", &["properties"]), + ("proportinal", &["proportional"]), + ("proporting", &["proportion"]), + ("proportionallity", &["proportionally"]), + ("proportionallly", &["proportionally"]), + ("proportionalty", &["proportionally"]), + ("proportionaly", &["proportionally"]), + ("proportionel", &["proportional"]), + ("proportionella", &["proportionally"]), + ("proportionnal", &["proportional"]), + ("proposels", &["proposes"]), + ("proposicion", &["proposition"]), + ("propositivo", &["proposition"]), + ("proposito", &["proposition"]), + ("propositon", &["proposition"]), + ("proposse", &["proposes"]), + ("proposte", &["propose"]), + ("proposterous", &["preposterous"]), + ("propostions", &["proportions"]), + ("propotions", &["proportions"]), + ("propper", &["proper"]), + ("propperly", &["properly"]), + ("propreitary", &["proprietary"]), + ("proprety", &["property"]), + ("propriatary", &["proprietary"]), + ("propriatery", &["proprietary"]), + ("propriatory", &["proprietary"]), + ("proprietery", &["proprietary"]), + ("proprietory", &["proprietary"]), + ("proprietry", &["proprietary"]), + ("propriotary", &["proprietary"]), + ("proprotion", &["proportion"]), + ("proprotional", &["proportional"]), + ("proprotionally", &["proportionally"]), + ("proprotions", &["proportions"]), + ("propsect", &["prospect"]), + ("propsective", &["prospective"]), + ("propsects", &["prospects"]), + ("propserity", &["prosperity"]), + ("propserous", &["prosperous"]), + ("propulaios", &["propulsion"]), + ("propulsing", &["propulsion"]), + ("propulstion", &["propulsion"]), + ("propultion", &["propulsion"]), + ("propuslion", &["propulsion"]), + ("proscratination", &["procrastination"]), + ("prosectued", &["prosecuted"]), + ("prosectuion", &["prosecution"]), + ("prosectuor", &["prosecutor"]), + ("prosectuors", &["prosecutors"]), + ("prosecuter", &["prosecutor"]), + ("prosecuters", &["prosecutors"]), + ("prosecutie", &["prosecuted"]), + ("proseletyzing", &["proselytizing"]), + ("prosepct", &["prospect"]), + ("prosicuted", &["prosecuted"]), + ("prosicution", &["prosecution"]), + ("prosicutor", &["prosecutor"]), + ("prosocuted", &["prosecuted"]), + ("prosocution", &["prosecution"]), + ("prosparity", &["prosperity"]), + ("prospectos", &["prospects"]), + ("prosperety", &["prosperity"]), + ("prosperious", &["prosperous"]), + ("prosperos", &["prosperous"]), + ("prospertity", &["prosperity"]), + ("prospertiy", &["prosperity"]), + ("prospettive", &["prospective"]), + ("prosphetic", &["prosthetic"]), + ("prosporous", &["prosperous"]), + ("prostehtic", &["prosthetic"]), + ("prosterity", &["prosperity"]), + ("prostethic", &["prosthetic"]), + ("prostethics", &["prosthetic"]), + ("prostetution", &["prostitution"]), + ("prosthethic", &["prosthetic"]), + ("prostite", &["prostitute"]), + ("prostitite", &["prostitute"]), + ("prostitites", &["prostitutes"]), + ("prostitition", &["prostitution"]), + ("prostitiute", &["prostitute"]), + ("prostituate", &["prostitute"]), + ("prostitucion", &["prostitution"]), + ("prostitude", &["prostitute"]), + ("prostitudes", &["prostitutes"]), + ("prostitue", &["prostitute"]), + ("prostituee", &["prostitute"]), + ("prostituees", &["prostitutes"]), + ("prostituer", &["prostitute"]), + ("prostitues", &["prostitutes"]), + ("prostituion", &["prostitution"]), + ("prostituiton", &["prostitution"]), + ("prostiture", &["prostitute"]), + ("prostitures", &["prostitutes"]), + ("prostitutas", &["prostitutes"]), + ("prostitutie", &["prostitute"]), + ("prostitutiei", &["prostitute"]), + ("prostitutin", &["prostitution"]), + ("prostitutke", &["prostitutes"]), + ("prostituto", &["prostitution"]), + ("prostituton", &["prostitution"]), + ("prostitutos", &["prostitutes"]), + ("prostituye", &["prostitute"]), + ("protability", &["portability"]), + ("protable", &["portable"]), + ("protaganist", &["protagonist"]), + ("protaganists", &["protagonists"]), + ("protaginist", &["protagonist"]), + ("protaginists", &["protagonists"]), + ("protaginst", &["protagonist"]), + ("protagnoist", &["protagonist"]), + ("protagnoists", &["protagonists"]), + ("protagoinst", &["protagonists"]), + ("protagonistas", &["protagonists"]), + ("protagonistes", &["protagonists"]), + ("protagonits", &["protagonists"]), + ("protagonsit", &["protagonists"]), + ("protals", &["portals"]), + ("protastant", &["protestant"]), + ("proteccion", &["protection"]), + ("proteciton", &["protections"]), + ("protecs", &["protects"]), + ("protecte", &["protective"]), + ("protectes", &["protects"]), + ("protectice", &["protective"]), + ("protectie", &["protective"]), + ("protectiei", &["protective"]), + ("protectings", &["protections"]), + ("protectoin", &["protections"]), + ("protectons", &["protectors"]), + ("protectoras", &["protectors"]), + ("protectores", &["protectors"]), + ("protectos", &["protectors"]), + ("protectron", &["protection"]), + ("protectrons", &["protections"]), + ("proteinas", &["proteins"]), + ("proteines", &["proteins"]), + ("protelariat", &["proletariat"]), + ("protess", &["protests"]), + ("protestans", &["protests"]), + ("protestantes", &["protestants"]), + ("protestantisk", &["protestants"]), + ("protestare", &["protesters"]), + ("protestas", &["protests"]), + ("protestat", &["protestant"]), + ("protestato", &["protestant"]), + ("protestent", &["protestant"]), + ("protestents", &["protestants"]), + ("protestes", &["protests"]), + ("protestina", &["protestant"]), + ("protestos", &["protests"]), + ("protfolio", &["portfolio"]), + ("prothsetic", &["prosthetic"]), + ("protiens", &["proteins"]), + ("protines", &["proteins"]), + ("protistant", &["protestant"]), + ("protistants", &["protestants"]), + ("protocal", &["protocol"]), + ("protocl", &["protocol"]), + ("protocoles", &["protocols"]), + ("protocolls", &["protocols"]), + ("protocolos", &["protocols"]), + ("protocool", &["protocol"]), + ("protoganist", &["protagonist"]), + ("protoganists", &["protagonists"]), + ("protogonist", &["protagonist"]), + ("protohypes", &["prototypes"]), + ("protostant", &["protestant"]), + ("protostants", &["protestants"]), + ("prototipes", &["prototypes"]), + ("protototype", &["prototype"]), + ("prototpye", &["prototype"]), + ("prototpyes", &["prototypes"]), + ("prototye", &["prototype"]), + ("prototyps", &["prototypes"]), + ("protrait", &["portrait"]), + ("protraits", &["portraits"]), + ("protray", &["portray"]), + ("protrayal", &["portrayal"]), + ("protrayed", &["portrayed"]), + ("protraying", &["portraying"]), + ("protrays", &["portrays"]), + ("protruberance", &["protuberance"]), + ("protruberances", &["protuberances"]), + ("protugal", &["portugal"]), + ("protuguese", &["portuguese"]), + ("prouldy", &["proudly"]), + ("prouncements", &["pronouncements"]), + ("provacative", &["provocative"]), + ("provacotive", &["provocative"]), + ("provded", &["provided"]), + ("provencial", &["provincial"]), + ("proverai", &["proverbial"]), + ("proveribal", &["proverbial"]), + ("provervial", &["proverbial"]), + ("provicative", &["provocative"]), + ("provicial", &["provincial"]), + ("providance", &["providence"]), + ("providee", &["providence"]), + ("providencie", &["providence"]), + ("providince", &["providence"]), + ("provinciaal", &["provincial"]), + ("provinciae", &["province"]), + ("provincie", &["province"]), + ("provincies", &["province"]), + ("provincija", &["provincial"]), + ("provine", &["province"]), + ("provinence", &["providence"]), + ("provinical", &["provincial"]), + ("provinicial", &["provincial"]), + ("provintial", &["provincial"]), + ("provinvial", &["provincial"]), + ("provisiones", &["provisions"]), + ("provisios", &["provisions"]), + ("provisiosn", &["provision"]), + ("provisonal", &["provisional"]), + ("provoactive", &["provocative"]), + ("provocatie", &["provocative"]), + ("provocatief", &["provocative"]), + ("provocativley", &["provocative"]), + ("provocitive", &["provocative"]), + ("provocotive", &["provocative"]), + ("provokative", &["provocative"]), + ("proximty", &["proximity"]), + ("pruchase", &["purchase"]), + ("pruchased", &["purchased"]), + ("pruchases", &["purchases"]), + ("prugatory", &["purgatory"]), + ("pruposefully", &["purposefully"]), + ("pruposely", &["purposely"]), + ("prusuit", &["pursuit"]), + ("pryamid", &["pyramid"]), + ("pryamids", &["pyramids"]), + ("pscyhed", &["psyched"]), + ("pscyhedelic", &["psychedelic"]), + ("pscyhiatric", &["psychiatric"]), + ("pscyhiatrists", &["psychiatrists"]), + ("pscyhological", &["psychological"]), + ("pscyhologically", &["psychologically"]), + ("pscyhologist", &["psychologist"]), + ("pscyhologists", &["psychologists"]), + ("pscyhology", &["psychology"]), + ("pscyhopath", &["psychopath"]), + ("pscyhopathic", &["psychopathic"]), + ("pscyhopaths", &["psychopaths"]), + ("pscyhotic", &["psychotic"]), + ("pseudononymous", &["pseudonymous"]), + ("pseudonyn", &["pseudonym"]), + ("pshyciatric", &["psychiatric"]), + ("pshyciatrist", &["psychiatrist"]), + ("pshycological", &["psychological"]), + ("pshycologically", &["psychologically"]), + ("pshycologist", &["psychologist"]), + ("pshycologists", &["psychologists"]), + ("pshycology", &["psychology"]), + ("pshycopath", &["psychopath"]), + ("pshycopathic", &["psychopathic"]), + ("pshycopaths", &["psychopaths"]), + ("pshycosis", &["psychosis"]), + ("pshycotic", &["psychotic"]), + ("psichological", &["psychological"]), + ("psichologically", &["psychologically"]), + ("psichologist", &["psychologist"]), + ("psuedo", &["pseudo"]), + ("psychaitric", &["psychiatric"]), + ("psychaitrist", &["psychiatrist"]), + ("psychaitrists", &["psychiatrists"]), + ("psychedelicious", &["psychedelics"]), + ("psychedelicness", &["psychedelics"]), + ("psychedellic", &["psychedelic"]), + ("psychedellics", &["psychedelics"]), + ("psychedilic", &["psychedelic"]), + ("psychedilics", &["psychedelics"]), + ("psychedleic", &["psychedelics"]), + ("psychedlic", &["psychedelic"]), + ("psychemedics", &["psychedelics"]), + ("psychiatic", &["psychiatric"]), + ("psychiatirst", &["psychiatrists"]), + ("psychiatist", &["psychiatrist"]), + ("psychiatrics", &["psychiatrist"]), + ("psychiatrict", &["psychiatrist"]), + ("psychiatrisch", &["psychiatric"]), + ("psychiatrits", &["psychiatrists"]), + ("psychidelic", &["psychedelic"]), + ("psychistrist", &["psychiatrist"]), + ("psychodelic", &["psychedelic"]), + ("psychodelics", &["psychedelics"]), + ("psycholigical", &["psychological"]), + ("psycholigically", &["psychologically"]), + ("psycholigist", &["psychologist"]), + ("psycholigists", &["psychologists"]), + ("psychologial", &["psychological"]), + ("psychologicaly", &["psychologically"]), + ("psychologits", &["psychologists"]), + ("psychologycal", &["psychologically"]), + ("psychologyst", &["psychologist"]), + ("psychologysts", &["psychologists"]), + ("psycholoog", &["psychology"]), + ("psychopaat", &["psychopath"]), + ("psychopants", &["psychopaths"]), + ("psychopatch", &["psychopath"]), + ("psychopathes", &["psychopaths"]), + ("psychopathische", &["psychopathic"]), + ("psychopatic", &["psychopathic"]), + ("psychopats", &["psychopaths"]), + ("psychotisch", &["psychotic"]), + ("psychriatic", &["psychiatric"]), + ("psychyatrist", &["psychiatrist"]), + ("psychyatrists", &["psychiatrists"]), + ("psycology", &["psychology"]), + ("psycothic", &["psychotic"]), + ("psyhic", &["psychic"]), + ("psysiological", &["physiological"]), + ("ptiched", &["pitched"]), + ("pticher", &["pitcher"]), + ("ptichers", &["pitchers"]), + ("ptichfork", &["pitchfork"]), + ("ptichforks", &["pitchforks"]), + ("puasing", &["pausing"]), + ("pubilsher", &["publisher"]), + ("pubisher", &["publisher"]), + ("publiaher", &["publisher"]), + ("publicaly", &["publicly"]), + ("publicani", &["publication"]), + ("publicher", &["publisher"]), + ("publicitan", &["publication"]), + ("publiclly", &["publicly"]), + ("publicy", &["publicly"]), + ("publihser", &["publisher"]), + ("publikation", &["publication"]), + ("publisehr", &["publisher"]), + ("publiser", &["publisher"]), + ("publisger", &["publisher"]), + ("publisheed", &["published"]), + ("publisherr", &["publisher"]), + ("publishher", &["publisher"]), + ("publishor", &["publisher"]), + ("publishre", &["publisher"]), + ("publissher", &["publisher"]), + ("publlisher", &["publisher"]), + ("publsih", &["publish"]), + ("publsiher", &["publisher"]), + ("publusher", &["publisher"]), + ("puchasing", &["purchasing"]), + ("pucini", &["puccini"]), + ("puhsups", &["pushups"]), + ("puinsher", &["punisher"]), + ("pulisher", &["publisher"]), + ("pumkin", &["pumpkin"]), + ("pumkpins", &["pumpkins"]), + ("pumpinks", &["pumpkins"]), + ("pumpknis", &["pumpkins"]), + ("punctiation", &["punctuation"]), + ("puncutation", &["punctuation"]), + ("punihsment", &["punishments"]), + ("punishemnt", &["punishments"]), + ("punishible", &["punishable"]), + ("punishmet", &["punishments"]), + ("punishmnet", &["punishments"]), + ("punishs", &["punishes"]), + ("punissable", &["punishable"]), + ("punisse", &["punishes"]), + ("punshier", &["punisher"]), + ("punshiments", &["punishments"]), + ("punsihable", &["punishable"]), + ("punsiher", &["punisher"]), + ("punsihes", &["punishes"]), + ("punsihments", &["punishments"]), + ("puplications", &["publications"]), + ("puplisher", &["publisher"]), + ("puragtory", &["purgatory"]), + ("purcahse", &["purchase"]), + ("purcahsed", &["purchased"]), + ("purcahses", &["purchases"]), + ("purchacing", &["purchasing"]), + ("purchaseing", &["purchasing"]), + ("purchashing", &["purchasing"]), + ("purhcased", &["purchased"]), + ("puritannical", &["puritanical"]), + ("purpendicular", &["perpendicular"]), + ("purpetrators", &["perpetrators"]), + ("purpetuating", &["perpetuating"]), + ("purpolsion", &["propulsion"]), + ("purposedly", &["purposely"]), + ("purposefuly", &["purposefully"]), + ("purposelly", &["purposely"]), + ("purposley", &["purposely"]), + ("purpotedly", &["purportedly"]), + ("purpusefully", &["purposefully"]), + ("pursiut", &["pursuit"]), + ("pursuaded", &["persuaded"]), + ("pursuades", &["persuades"]), + ("pursude", &["pursued"]), + ("purused", &["pursued"]), + ("pushpus", &["pushups"]), + ("pususading", &["persuading"]), + ("puting", &["putting"]), + ("pwoer", &["power"]), + ("pyarmid", &["pyramid"]), + ("pyramidas", &["pyramids"]), + ("pyramides", &["pyramids"]), + ("pyramind", &["pyramid"]), + ("pyramis", &["pyramids"]), + ("pyrimads", &["pyramids"]), + ("pyrmaid", &["pyramid"]), + ("pyrmaids", &["pyramids"]), + ("pysched", &["psyched"]), + ("pyschedelic", &["psychedelic"]), + ("pyschedelics", &["psychedelics"]), + ("pyschiatric", &["psychiatric"]), + ("pyschiatrist", &["psychiatrist"]), + ("pyschiatrists", &["psychiatrists"]), + ("pyschological", &["psychological"]), + ("pyschologically", &["psychologically"]), + ("pyschologist", &["psychologist"]), + ("pyschologists", &["psychologists"]), + ("pyschology", &["psychology"]), + ("pyschopath", &["psychopath"]), + ("pyschopathic", &["psychopathic"]), + ("pyschopaths", &["psychopaths"]), + ("pyschosis", &["psychosis"]), + ("pyschotic", &["psychotic"]), + ("pyscic", &["psychic"]), + ("qaulification", &["qualification"]), + ("qaulifications", &["qualification"]), + ("qaulifiers", &["qualifiers"]), + ("qaulifies", &["qualifies"]), + ("qaulify", &["qualify"]), + ("qaulity", &["quality"]), + ("qauntity", &["quantity"]), + ("qauntum", &["quantum"]), + ("qaurterback", &["quarterback"]), + ("qtuie", &["quite"]), + ("quailfiers", &["qualifiers"]), + ("quailfy", &["qualify"]), + ("quailty", &["quality"]), + ("qualfiiers", &["qualifiers"]), + ("qualifiaction", &["qualification"]), + ("qualifiactions", &["qualification"]), + ("qualificaiton", &["qualifications"]), + ("qualificaitons", &["qualifications"]), + ("qualificato", &["qualification"]), + ("qualificaton", &["qualification"]), + ("qualificatons", &["qualifications"]), + ("qualifieds", &["qualifies"]), + ("qualifierais", &["qualifiers"]), + ("qualifieres", &["qualifiers"]), + ("qualifiies", &["qualifiers"]), + ("qualifiing", &["qualifying"]), + ("qualifikation", &["qualification"]), + ("qualifires", &["qualifiers"]), + ("qualifiy", &["qualify"]), + ("qualifyers", &["qualifiers"]), + ("qualitying", &["qualifying"]), + ("qualtitative", &["quantitative"]), + ("quanitfy", &["quantify"]), + ("quanitites", &["quantities"]), + ("quantaties", &["quantities"]), + ("quantatitive", &["quantitative"]), + ("quantaty", &["quantity"]), + ("quantifiy", &["quantify"]), + ("quantitaive", &["quantitative"]), + ("quantitatve", &["quantitative"]), + ("quantite", &["quantities"]), + ("quantitites", &["quantities"]), + ("quantititive", &["quantitative"]), + ("quantitiy", &["quantity"]), + ("quantitize", &["quantities"]), + ("quantitties", &["quantities"]), + ("quantitty", &["quantity"]), + ("quantuum", &["quantum"]), + ("quarantaine", &["quarantine"]), + ("quarante", &["quarantine"]), + ("quarantena", &["quarantine"]), + ("quarantene", &["quarantine"]), + ("quarantenni", &["quarantine"]), + ("quarantied", &["quarantine"]), + ("quarintine", &["quarantine"]), + ("quarterbackers", &["quarterbacks"]), + ("quarterblack", &["quarterback"]), + ("quartercask", &["quarterbacks"]), + ("quartery", &["quarterly"]), + ("quartlery", &["quarterly"]), + ("quaruntine", &["quarantine"]), + ("qucikest", &["quickest"]), + ("queation", &["equation"]), + ("queations", &["equations"]), + ("queenland", &["queensland"]), + ("queires", &["queries"]), + ("queitly", &["quietly"]), + ("quention", &["quentin"]), + ("quereis", &["queries"]), + ("quesitonable", &["questionable"]), + ("quesitoned", &["questioned"]), + ("quesitoning", &["questioning"]), + ("questional", &["questionable"]), + ("questionalbe", &["questionable"]), + ("questionalble", &["questionable"]), + ("questiond", &["questioned"]), + ("questiong", &["questioning"]), + ("questionn", &["questioning"]), + ("questionne", &["questioned"]), + ("questionned", &["questioned"]), + ("questionning", &["questioning"]), + ("questionsign", &["questioning"]), + ("questonable", &["questionable"]), + ("quicket", &["quickest"]), + ("quickets", &["quickest"]), + ("quicklyu", &["quickly"]), + ("quielty", &["quietly"]), + ("quinessential", &["quintessential"]), + ("quitely", &["quietly"]), + ("quizes", &["quizzes"]), + ("qunatum", &["quantum"]), + ("qunetin", &["quentin"]), + ("qutie", &["quite"]), + ("quuery", &["query"]), + ("rabbitos", &["rabbits"]), + ("rabbitts", &["rabbits"]), + ("rabinnical", &["rabbinical"]), + ("racaus", &["raucous"]), + ("racionalization", &["rationalization"]), + ("racisst", &["racists"]), + ("racistas", &["racists"]), + ("racistes", &["racists"]), + ("racthet", &["ratchet"]), + ("radaince", &["radiance"]), + ("radaint", &["radiant"]), + ("radiactive", &["radioactive"]), + ("radiane", &["radiance"]), + ("radiaoctive", &["radioactive"]), + ("radicalis", &["radicals"]), + ("radicas", &["radicals"]), + ("radiers", &["raiders"]), + ("radify", &["ratify"]), + ("radioacive", &["radioactive"]), + ("radioactice", &["radioactive"]), + ("radioactief", &["radioactive"]), + ("radioactieve", &["radioactive"]), + ("radioaktive", &["radioactive"]), + ("radiocative", &["radioactive"]), + ("raelism", &["realism"]), + ("raelly", &["really"]), + ("rahpsody", &["rhapsody"]), + ("raidance", &["radiance"]), + ("raidant", &["radiant"]), + ("raidoactive", &["radioactive"]), + ("railraod", &["railroad"]), + ("railrod", &["railroad"]), + ("rainbos", &["rainbows"]), + ("rainbowers", &["rainbows"]), + ("ramificaitons", &["ramifications"]), + ("randmoness", &["randomness"]), + ("randomes", &["randoms"]), + ("randomez", &["randomized"]), + ("randomns", &["randoms"]), + ("randomrs", &["randoms"]), + ("randomus", &["randoms"]), + ("randomzied", &["randomized"]), + ("randonmess", &["randomness"]), + ("randumness", &["randomness"]), + ("raoches", &["roaches"]), + ("raoming", &["roaming"]), + ("raosting", &["roasting"]), + ("raphsody", &["rhapsody"]), + ("rapsberry", &["raspberry"]), + ("raptores", &["raptors"]), + ("raptros", &["raptors"]), + ("raputre", &["rapture"]), + ("rasbperry", &["raspberry"]), + ("raspberrry", &["raspberry"]), + ("raspbery", &["raspberry"]), + ("rathcet", &["ratchet"]), + ("rationalizaiton", &["rationalization"]), + ("rationalizating", &["rationalization"]), + ("rationalizaton", &["rationalization"]), + ("rationalle", &["rationale"]), + ("rationallity", &["rationally"]), + ("rationaly", &["rationally"]), + ("rationel", &["rationale"]), + ("ratpure", &["rapture"]), + ("reaccurring", &["recurring"]), + ("reacing", &["reaching"]), + ("reacll", &["recall"]), + ("reactionair", &["reactionary"]), + ("reactionairy", &["reactionary"]), + ("reactionnary", &["reactionary"]), + ("reactiony", &["reactionary"]), + ("readmition", &["readmission"]), + ("reagrds", &["regards"]), + ("realibility", &["reliability"]), + ("realible", &["reliable"]), + ("realibly", &["reliably"]), + ("realies", &["realise"]), + ("realiest", &["earliest"]), + ("realisim", &["realism"]), + ("realisitc", &["realistic"]), + ("realisitcally", &["realistically"]), + ("realisme", &["realise"]), + ("realistc", &["realistic"]), + ("realiste", &["realise"]), + ("realisticaly", &["realistically"]), + ("realisticlly", &["realistically"]), + ("realistisch", &["realistic"]), + ("realitvely", &["relatively"]), + ("realoded", &["reloaded"]), + ("realoding", &["reloading"]), + ("realsie", &["realise"]), + ("realsied", &["realised"]), + ("realsim", &["realism"]), + ("realsitic", &["realistic"]), + ("realtable", &["relatable"]), + ("realtes", &["relates"]), + ("realtion", &["relation"]), + ("realtions", &["relations"]), + ("realtionships", &["relationships"]), + ("realtive", &["relative"]), + ("realtively", &["relatively"]), + ("realtives", &["relatives"]), + ("realtivity", &["relativity"]), + ("realy", &["really"]), + ("realyl", &["really"]), + ("reamined", &["remained"]), + ("reamining", &["remaining"]), + ("reamins", &["remains"]), + ("reapired", &["repaired"]), + ("reapirs", &["repairs"]), + ("reaplugs", &["earplugs"]), + ("reaplying", &["replaying"]), + ("reaponsibilities", &["responsibilities"]), + ("reaponsibility", &["responsibility"]), + ("reasearch", &["research"]), + ("reaserch", &["research"]), + ("reaserched", &["researched"]), + ("reasercher", &["researcher"]), + ("reaserchers", &["researchers"]), + ("reaserching", &["researching"]), + ("reasonablely", &["reasonably"]), + ("reasonabley", &["reasonably"]), + ("reasonablly", &["reasonably"]), + ("reasonal", &["reasonably"]), + ("reassureing", &["reassuring"]), + ("reassurring", &["reassuring"]), + ("reatiler", &["retailer"]), + ("reaveled", &["revealed"]), + ("reaveling", &["revealing"]), + ("rebellios", &["rebellious"]), + ("rebellis", &["rebellious"]), + ("rebiulding", &["rebuilding"]), + ("rebllions", &["rebellions"]), + ("reboudning", &["rebounding"]), + ("reboudns", &["rebounds"]), + ("rebounce", &["rebound"]), + ("rebouncing", &["rebounding"]), + ("rebouns", &["rebounds"]), + ("rebuidling", &["rebuilding"]), + ("rebuildling", &["rebuilding"]), + ("rebuildt", &["rebuilt"]), + ("rebuliding", &["rebuilding"]), + ("rebulit", &["rebuilt"]), + ("rebuplic", &["republic"]), + ("rebuplican", &["republican"]), + ("rebuplicans", &["republicans"]), + ("recalim", &["reclaim"]), + ("recallection", &["recollection"]), + ("recations", &["creations"]), + ("reccomend", &["recommend"]), + ("reccomendations", &["recommendations"]), + ("reccomended", &["recommended"]), + ("reccomending", &["recommending"]), + ("reccommend", &["recommend"]), + ("reccommended", &["recommended"]), + ("reccommending", &["recommending"]), + ("reccuring", &["recurring"]), + ("receeded", &["receded"]), + ("receeding", &["receding"]), + ("receips", &["receipts"]), + ("recepcionist", &["receptionist"]), + ("recepient", &["recipient"]), + ("recepients", &["recipients"]), + ("recepits", &["receipts"]), + ("receptie", &["receptive"]), + ("receptionest", &["receptionist"]), + ("receptionnist", &["receptionist"]), + ("receptionsist", &["receptionist"]), + ("receptionst", &["receptionist"]), + ("receptoras", &["receptors"]), + ("receptores", &["receptors"]), + ("receptos", &["receptors"]), + ("receving", &["receiving"]), + ("recgonise", &["recognise"]), + ("recgonised", &["recognised"]), + ("recgonition", &["recognition"]), + ("recgonizable", &["recognizable"]), + ("recgonize", &["recognize"]), + ("recgonized", &["recognized"]), + ("recgonizes", &["recognizes"]), + ("recgonizing", &["recognizing"]), + ("rechargable", &["rechargeable"]), + ("reched", &["reached"]), + ("recide", &["reside"]), + ("recided", &["resided"]), + ("recident", &["resident"]), + ("recidents", &["residents"]), + ("reciding", &["residing"]), + ("reciepents", &["recipients"]), + ("reciept", &["receipt"]), + ("recievd", &["recieved"]), + ("recieve", &["receive"]), + ("recieved", &["received"]), + ("reciever", &["receiver"]), + ("recievers", &["receivers"]), + ("recieves", &["receives"]), + ("recieving", &["receiving"]), + ("recipees", &["recipes"]), + ("recipeints", &["recipients"]), + ("recipets", &["recipes"]), + ("recipiant", &["recipient"]), + ("recipiants", &["recipients"]), + ("recipientes", &["recipients"]), + ("reciporcate", &["reciprocate"]), + ("reciporcated", &["reciprocate"]), + ("recipricate", &["reciprocate"]), + ("reciprocant", &["reciprocate"]), + ("reciproce", &["reciprocate"]), + ("reciprociate", &["reciprocate"]), + ("reciprocite", &["reciprocate"]), + ("reciprocrate", &["reciprocate"]), + ("recitfy", &["rectify"]), + ("recived", &["received"]), + ("recivership", &["receivership"]), + ("reclami", &["reclaim"]), + ("recliam", &["reclaim"]), + ("reclutant", &["reluctant"]), + ("reclutantly", &["reluctantly"]), + ("recocnised", &["recognised"]), + ("recoginse", &["recognise"]), + ("recoginsed", &["recognised"]), + ("recoginze", &["recognize"]), + ("recoginzed", &["recognized"]), + ("recogise", &["recognise"]), + ("recogize", &["recognize"]), + ("recognices", &["recognizes"]), + ("recognicing", &["recognizing"]), + ("recognie", &["recognizes"]), + ("recognision", &["recognition"]), + ("recogniton", &["recognition"]), + ("recognizible", &["recognizable"]), + ("recognzied", &["recognised"]), + ("recolleciton", &["recollection"]), + ("recomend", &["recommend"]), + ("recomended", &["recommended"]), + ("recomending", &["recommending"]), + ("recomends", &["recommends"]), + ("recommandation", &["recommendation"]), + ("recommandations", &["recommendations"]), + ("recommande", &["recommend"]), + ("recommandes", &["recommends"]), + ("recommanding", &["recommending"]), + ("recommands", &["recommends"]), + ("recommed", &["recommend"]), + ("recommedations", &["recommendations"]), + ("recommeded", &["recommended"]), + ("recommendeds", &["recommends"]), + ("recommendes", &["recommends"]), + ("recommendors", &["recommends"]), + ("recommened", &["recommend"]), + ("recommeneded", &["recommended"]), + ("recommennd", &["recommends"]), + ("recommens", &["recommends"]), + ("recommented", &["recommended"]), + ("recommenting", &["recommending"]), + ("recomments", &["recommends"]), + ("recommondation", &["recommendation"]), + ("recommondations", &["recommendations"]), + ("recompence", &["recompense"]), + ("reconaissance", &["reconnaissance"]), + ("reconcider", &["reconsider"]), + ("reconcilation", &["reconciliation"]), + ("reconcille", &["reconcile"]), + ("reconcilled", &["reconcile"]), + ("reconenct", &["reconnect"]), + ("recongise", &["recognise"]), + ("recongised", &["recognised"]), + ("recongition", &["recognition"]), + ("recongizable", &["recognizable"]), + ("recongize", &["recognize"]), + ("recongized", &["recognized"]), + ("recongizes", &["recognizes"]), + ("recongizing", &["recognizing"]), + ("reconicle", &["reconcile"]), + ("reconisder", &["reconsider"]), + ("reconized", &["recognized"]), + ("reconnaisance", &["reconnaissance"]), + ("reconnaissence", &["reconnaissance"]), + ("reconnet", &["reconnect"]), + ("reconsidder", &["reconsider"]), + ("reconsiled", &["reconsider"]), + ("reconstruccion", &["reconstruction"]), + ("reconstrucion", &["reconstruction"]), + ("reconsturction", &["reconstruction"]), + ("recontructed", &["reconstructed"]), + ("recordare", &["recorder"]), + ("recordarle", &["recorder"]), + ("recordarme", &["recorder"]), + ("recordarse", &["recorder"]), + ("recordarte", &["recorder"]), + ("recorre", &["recorder"]), + ("recoveres", &["recovers"]), + ("recoverys", &["recovers"]), + ("recoves", &["recovers"]), + ("recpetionist", &["receptionist"]), + ("recpetive", &["receptive"]), + ("recpetors", &["receptors"]), + ("recpies", &["recipes"]), + ("recquired", &["required"]), + ("recrational", &["recreational"]), + ("recreacion", &["recreation"]), + ("recreacional", &["recreational"]), + ("recreatie", &["recreate"]), + ("recreatief", &["recreate"]), + ("recreationnal", &["recreational"]), + ("recreativo", &["recreation"]), + ("recriational", &["recreational"]), + ("recrod", &["record"]), + ("recruitcs", &["recruits"]), + ("recruites", &["recruits"]), + ("recrusion", &["recursion"]), + ("recrutied", &["recruited"]), + ("recrutier", &["recruiter"]), + ("recrutiers", &["recruiters"]), + ("recrutiment", &["recruitment"]), + ("rectange", &["rectangle"]), + ("rectangel", &["rectangle"]), + ("rectanglar", &["rectangular"]), + ("rectangluar", &["rectangular"]), + ("rectangual", &["rectangular"]), + ("rectangualr", &["rectangular"]), + ("rectanguar", &["rectangular"]), + ("rectangulaire", &["rectangular"]), + ("rectanlge", &["rectangle"]), + ("rectengular", &["rectangular"]), + ("rectifiy", &["rectify"]), + ("recuiting", &["recruiting"]), + ("recuring", &["recurring"]), + ("recurison", &["recursion"]), + ("recurited", &["recruited"]), + ("recuriter", &["recruiter"]), + ("recuriters", &["recruiters"]), + ("recuritment", &["recruitment"]), + ("recurits", &["recruits"]), + ("recurrance", &["recurrence"]), + ("recursivly", &["recursively"]), + ("recusrion", &["recursion"]), + ("redeemd", &["redeemed"]), + ("redeemeed", &["redeemed"]), + ("redefinied", &["redefine"]), + ("redefinine", &["redefine"]), + ("redeisgn", &["redesign"]), + ("redemeed", &["redeemed"]), + ("redemtpion", &["redemption"]), + ("redepmtion", &["redemption"]), + ("redesgin", &["redesign"]), + ("redesiging", &["redesign"]), + ("redesing", &["redesign"]), + ("rediculous", &["ridiculous"]), + ("redistirbution", &["redistribution"]), + ("redistribucion", &["redistribution"]), + ("redistribuito", &["redistribution"]), + ("redistributin", &["redistribution"]), + ("redistributivo", &["redistribution"]), + ("redistrubition", &["redistribution"]), + ("redmeption", &["redemption"]), + ("redneckers", &["rednecks"]), + ("redneckese", &["rednecks"]), + ("redneckest", &["rednecks"]), + ("redners", &["renders"]), + ("reduncancy", &["redundancy"]), + ("redundantcy", &["redundancy"]), + ("redundany", &["redundancy"]), + ("redundency", &["redundancy"]), + ("redundent", &["redundant"]), + ("redundnacy", &["redundancy"]), + ("redunduncy", &["redundancy"]), + ("reedemed", &["redeemed"]), + ("reedeming", &["redeeming"]), + ("reencarnation", &["reincarnation"]), + ("reenforced", &["reinforced"]), + ("reevalulate", &["reevaluate"]), + ("reevalutate", &["reevaluate"]), + ("reevaulate", &["reevaluate"]), + ("reevaulated", &["reevaluate"]), + ("refect", &["reflect"]), + ("refedendum", &["referendum"]), + ("refeeres", &["referees"]), + ("refelct", &["reflect"]), + ("refelcted", &["reflected"]), + ("refelcting", &["reflecting"]), + ("refelction", &["reflection"]), + ("refelctions", &["reflections"]), + ("refelctive", &["reflective"]), + ("refelcts", &["reflects"]), + ("refelxes", &["reflexes"]), + ("referal", &["referral"]), + ("referances", &["references"]), + ("referancing", &["referencing"]), + ("referandum", &["referendum"]), + ("refereces", &["references"]), + ("refered", &["referred"]), + ("referede", &["referee"]), + ("refereees", &["referees"]), + ("refereers", &["referees"]), + ("referemce", &["reference"]), + ("referemces", &["references"]), + ("referemdum", &["referendum"]), + ("referenceing", &["referencing"]), + ("referencs", &["references"]), + ("referendim", &["referendum"]), + ("referendom", &["referendum"]), + ("referene", &["referee"]), + ("referenece", &["reference"]), + ("refereneced", &["referenced"]), + ("refereneces", &["references"]), + ("referening", &["referencing"]), + ("referens", &["references"]), + ("referense", &["references"]), + ("referenses", &["referees"]), + ("referentes", &["references"]), + ("referere", &["referee"]), + ("referiang", &["referring"]), + ("referig", &["refering"]), + ("referign", &["refering"]), + ("referincing", &["referencing"]), + ("refering", &["referring"]), + ("referinng", &["refering"]), + ("refernce", &["references"]), + ("refernces", &["references"]), + ("refernece", &["reference"]), + ("referneces", &["references"]), + ("referrence", &["reference"]), + ("referrences", &["references"]), + ("referrs", &["refers"]), + ("refershed", &["refreshed"]), + ("refersher", &["refresher"]), + ("referundum", &["referendum"]), + ("reffered", &["referred"]), + ("refference", &["reference"]), + ("reffering", &["referring"]), + ("refilles", &["refills"]), + ("refillls", &["refills"]), + ("refirgerator", &["refrigerator"]), + ("refleciton", &["reflections"]), + ("reflecte", &["reflective"]), + ("reflecters", &["reflects"]), + ("reflectie", &["reflective"]), + ("reflectivos", &["reflections"]), + ("reflecto", &["reflection"]), + ("reflektion", &["reflection"]), + ("reflexs", &["reflexes"]), + ("reflextion", &["reflection"]), + ("reformerad", &["reformed"]), + ("reformes", &["reforms"]), + ("refrehser", &["refresher"]), + ("refreing", &["refering"]), + ("refrence", &["reference"]), + ("refrences", &["references"]), + ("refrers", &["refers"]), + ("refreshd", &["refreshed"]), + ("refreshener", &["refresher"]), + ("refreshr", &["refresher"]), + ("refriderator", &["refrigerator"]), + ("refridgeration", &["refrigeration"]), + ("refridgerator", &["refrigerator"]), + ("refrigarator", &["refrigerator"]), + ("refrigerador", &["refrigerator"]), + ("refrigerar", &["refrigerator"]), + ("refrigerater", &["refrigerator"]), + ("refrigirator", &["refrigerator"]), + ("refromed", &["reformed"]), + ("refromist", &["reformist"]), + ("refroms", &["reforms"]), + ("refrubished", &["refurbished"]), + ("refubrished", &["refurbished"]), + ("refurbised", &["refurbished"]), + ("refurbushed", &["refurbished"]), + ("refusla", &["refusal"]), + ("regardes", &["regards"]), + ("regenade", &["renegade"]), + ("regenarate", &["regenerate"]), + ("regenaration", &["regeneration"]), + ("regeneracion", &["regeneration"]), + ("regeneratin", &["regeneration"]), + ("regeneraton", &["regeneration"]), + ("regenere", &["regenerate"]), + ("regerts", &["regrets"]), + ("regestration", &["registration"]), + ("regiems", &["regimes"]), + ("regimet", &["regiment"]), + ("regionaal", &["regional"]), + ("regiones", &["regions"]), + ("regisrty", &["registry"]), + ("registartion", &["registration"]), + ("registed", &["registered"]), + ("registerd", &["registered"]), + ("registerdns", &["registers"]), + ("registeres", &["registers"]), + ("registeries", &["registers"]), + ("registerred", &["registered"]), + ("registery", &["registry"]), + ("registraion", &["registration"]), + ("registrating", &["registration"]), + ("registrato", &["registration"]), + ("registy", &["registry"]), + ("regluar", &["regular"]), + ("regocnition", &["recognition"]), + ("regresas", &["regress"]), + ("regreses", &["regress"]), + ("regresives", &["regressive"]), + ("regresos", &["regress"]), + ("regresse", &["regressive"]), + ("regressivo", &["regression"]), + ("regresso", &["regression"]), + ("regresssion", &["regression"]), + ("regresssive", &["regressive"]), + ("regrest", &["regrets"]), + ("regrests", &["regress"]), + ("regretts", &["regrets"]), + ("regrigerator", &["refrigerator"]), + ("regsitry", &["registry"]), + ("regualrly", &["regularly"]), + ("regualrs", &["regulars"]), + ("regualte", &["regulate"]), + ("regualting", &["regulating"]), + ("regualtion", &["regulations"]), + ("regualtions", &["regulations"]), + ("regualtor", &["regulator"]), + ("regualtors", &["regulators"]), + ("reguarly", &["regularly"]), + ("regulacion", &["regulation"]), + ("regulae", &["regulate"]), + ("regulaion", &["regulation"]), + ("regulalry", &["regularly"]), + ("regulament", &["regulate"]), + ("regulaotrs", &["regulators"]), + ("regulares", &["regulars"]), + ("regularily", &["regularly"]), + ("regularing", &["regulating"]), + ("regularis", &["regulars"]), + ("regularlas", &["regulars"]), + ("regularlos", &["regulars"]), + ("regulary", &["regularly"]), + ("regulas", &["regulars"]), + ("regulaters", &["regulators"]), + ("regulatin", &["regulations"]), + ("regulationg", &["regulating"]), + ("regulatiors", &["regulators"]), + ("regulatios", &["regulators"]), + ("regulatons", &["regulations"]), + ("regulatorias", &["regulators"]), + ("regulatories", &["regulators"]), + ("regulatorios", &["regulators"]), + ("regulatr", &["regulator"]), + ("regulats", &["regulators"]), + ("regulsr", &["regulars"]), + ("regurally", &["regularly"]), + ("rehabilitacion", &["rehabilitation"]), + ("rehabilitaion", &["rehabilitation"]), + ("rehabilitaiton", &["rehabilitation"]), + ("rehabilitatin", &["rehabilitation"]), + ("rehabilitaton", &["rehabilitation"]), + ("rehersal", &["rehearsal"]), + ("rehtoric", &["rhetoric"]), + ("rehtorical", &["rhetorical"]), + ("reicarnation", &["reincarnation"]), + ("reiceved", &["recieved"]), + ("reigining", &["reigning"]), + ("reigment", &["regiment"]), + ("reigmes", &["regimes"]), + ("reigonal", &["regional"]), + ("reigons", &["regions"]), + ("reinassance", &["renaissance"]), + ("reincarantion", &["reincarnation"]), + ("reincatnation", &["reincarnation"]), + ("reinforcemens", &["reinforcements"]), + ("reinforcemnets", &["reinforcements"]), + ("reinforcemnt", &["reinforcement"]), + ("reinforcemnts", &["reinforcements"]), + ("reinforcemt", &["reinforcement"]), + ("reinfornced", &["reinforced"]), + ("reinitalise", &["reinitialise"]), + ("reinitalised", &["reinitialised"]), + ("reinitalises", &["reinitialises"]), + ("reinitalising", &["reinitialising"]), + ("reinitalization", &["reinitialization"]), + ("reinitalizations", &["reinitializations"]), + ("reinitalize", &["reinitialize"]), + ("reinitalized", &["reinitialized"]), + ("reinitalizes", &["reinitializes"]), + ("reinitalizing", &["reinitializing"]), + ("reinkarnation", &["reincarnation"]), + ("reinstale", &["reinstalled"]), + ("reinstaled", &["reinstalled"]), + ("reinstaling", &["reinstalling"]), + ("reinstallled", &["reinstalled"]), + ("reinstallling", &["reinstalling"]), + ("reinstallng", &["reinstalling"]), + ("reintarnation", &["reincarnation"]), + ("reisntall", &["reinstall"]), + ("reisntalled", &["reinstalled"]), + ("reisntalling", &["reinstalling"]), + ("reitrement", &["retirement"]), + ("reitres", &["retires"]), + ("reivews", &["reviews"]), + ("rekenton", &["renekton"]), + ("reknown", &["renown"]), + ("reknowned", &["renowned"]), + ("rekommendation", &["recommendation"]), + ("rektifications", &["certifications"]), + ("rela", &["real"]), + ("relagation", &["relaxation"]), + ("relaibility", &["reliability"]), + ("relaible", &["reliable"]), + ("relaibly", &["reliably"]), + ("relaise", &["realise"]), + ("relaised", &["realised"]), + ("relaitonship", &["relationships"]), + ("relaly", &["really"]), + ("relaoded", &["reloaded"]), + ("relaoding", &["reloading"]), + ("relapes", &["relapse"]), + ("relaspe", &["relapse"]), + ("relasped", &["relapsed"]), + ("relatabe", &["relatable"]), + ("relatation", &["relaxation"]), + ("relateds", &["relates"]), + ("relatiate", &["retaliate"]), + ("relatiation", &["retaliation"]), + ("relatie", &["relative"]), + ("relatin", &["relation"]), + ("relatinoship", &["relationships"]), + ("relationshits", &["relationships"]), + ("relationshp", &["relationships"]), + ("relationsship", &["relationships"]), + ("relatiopnship", &["relationship"]), + ("relativety", &["relativity"]), + ("relativily", &["relativity"]), + ("relativiser", &["relatives"]), + ("relativisme", &["relatives"]), + ("relativitiy", &["relativity"]), + ("relativitly", &["relativity"]), + ("relativiy", &["relativity"]), + ("relativley", &["relatively"]), + ("relativly", &["relatively"]), + ("relativno", &["relation"]), + ("relativy", &["relativity"]), + ("relavation", &["relaxation"]), + ("relavence", &["relevance"]), + ("relavent", &["relevant"]), + ("relaxating", &["relaxation"]), + ("relazation", &["relaxation"]), + ("relcaim", &["reclaim"]), + ("relcutant", &["reluctant"]), + ("relcutantly", &["reluctantly"]), + ("releagtion", &["relegation"]), + ("relected", &["reelected"]), + ("relegato", &["relegation"]), + ("relegetion", &["relegation"]), + ("releive", &["relieve"]), + ("releived", &["relieved"]), + ("releiver", &["reliever"]), + ("relentlesly", &["relentlessly"]), + ("relentlessely", &["relentlessly"]), + ("relentlessley", &["relentlessly"]), + ("relentlessy", &["relentlessly"]), + ("relentness", &["relentless"]), + ("releses", &["releases"]), + ("reletnless", &["relentless"]), + ("relevation", &["revelation"]), + ("relevations", &["revelations"]), + ("relevence", &["relevance"]), + ("relevent", &["relevant"]), + ("relexation", &["relegation"]), + ("relfect", &["reflect"]), + ("relfected", &["reflected"]), + ("relfecting", &["reflecting"]), + ("relfection", &["reflection"]), + ("relfections", &["reflections"]), + ("relfective", &["reflective"]), + ("relfects", &["reflects"]), + ("relfexes", &["reflexes"]), + ("reliabe", &["reliable"]), + ("reliabillity", &["reliability"]), + ("reliabilty", &["reliability"]), + ("reliabily", &["reliability"]), + ("reliablely", &["reliably"]), + ("reliabley", &["reliably"]), + ("reliased", &["realised"]), + ("relient", &["reliant"]), + ("religeous", &["religious"]), + ("religeously", &["religiously"]), + ("religionens", &["religions"]), + ("religioners", &["religions"]), + ("religiones", &["religions"]), + ("religiosly", &["religiously"]), + ("religiousy", &["religiously"]), + ("religous", &["religious"]), + ("religously", &["religiously"]), + ("relinqushment", &["relinquishment"]), + ("relitavely", &["relatively"]), + ("relized", &["realised"]), + ("relpacement", &["replacement"]), + ("relpase", &["relapse"]), + ("relpased", &["relapsed"]), + ("reluctanct", &["reluctant"]), + ("reluctanctly", &["reluctantly"]), + ("reluctanly", &["reluctantly"]), + ("reluctanty", &["reluctantly"]), + ("reluctently", &["reluctantly"]), + ("remaind", &["remained"]), + ("remainds", &["remains"]), + ("remaing", &["remaining"]), + ("remainig", &["remaining"]), + ("remakrs", &["remarks"]), + ("remannt", &["remnant"]), + ("remannts", &["remnants"]), + ("remarcably", &["remarkably"]), + ("remarkablely", &["remarkably"]), + ("remarkabley", &["remarkably"]), + ("remarkablly", &["remarkably"]), + ("remarkes", &["remarks"]), + ("remarkibly", &["remarkably"]), + ("remasterd", &["remastered"]), + ("remasterred", &["remastered"]), + ("remeber", &["remember"]), + ("remembed", &["remembered"]), + ("remembee", &["remembered"]), + ("rememberance", &["remembrance"]), + ("rememberd", &["remembered"]), + ("rememberes", &["remembers"]), + ("remembrence", &["remembrance"]), + ("rememebr", &["remember"]), + ("rememebrs", &["remembers"]), + ("remenant", &["remnant"]), + ("remenicent", &["reminiscent"]), + ("remianing", &["remaining"]), + ("remians", &["remains"]), + ("remifications", &["ramifications"]), + ("remignton", &["remington"]), + ("reminent", &["remnant"]), + ("reminescent", &["reminiscent"]), + ("remingotn", &["remington"]), + ("reminicient", &["reminiscent"]), + ("reminiscant", &["reminiscent"]), + ("reminiscient", &["reminiscent"]), + ("reminiscint", &["reminiscent"]), + ("reminisent", &["reminiscent"]), + ("reminscent", &["reminiscent"]), + ("reminscient", &["reminiscent"]), + ("reminsicent", &["reminiscent"]), + ("remmeber", &["remember"]), + ("remmebered", &["remembered"]), + ("remmebers", &["remembers"]), + ("remnans", &["remnants"]), + ("remotelly", &["remotely"]), + ("remotley", &["remotely"]), + ("renaiisance", &["renaissance"]), + ("renaiscance", &["renaissance"]), + ("renaissace", &["renaissance"]), + ("renaissaince", &["renaissance"]), + ("renaissanse", &["renaissance"]), + ("renaissence", &["renaissance"]), + ("renassaince", &["renaissance"]), + ("renassiance", &["renaissance"]), + ("renderd", &["rendered"]), + ("renderered", &["rendered"]), + ("renderes", &["renders"]), + ("rendevous", &["rendezvous"]), + ("rendezous", &["rendezvous"]), + ("reneagde", &["renegade"]), + ("renedered", &["rende"]), + ("renegae", &["renegade"]), + ("renegated", &["renegade"]), + ("renegerate", &["regenerate"]), + ("renegeration", &["regeneration"]), + ("renetkon", &["renekton"]), + ("renewabe", &["renewables"]), + ("renewabels", &["renewables"]), + ("renewebles", &["renewables"]), + ("renewl", &["renewal"]), + ("reniassance", &["renaissance"]), + ("reniforcements", &["reinforcements"]), + ("renketon", &["renekton"]), + ("renmant", &["remnant"]), + ("renmants", &["remnants"]), + ("rennovate", &["renovate"]), + ("rennovated", &["renovated"]), + ("rennovating", &["renovating"]), + ("rennovation", &["renovation"]), + ("renoylds", &["reynolds"]), + ("renteris", &["renters"]), + ("rentors", &["renters"]), + ("rentres", &["renters"]), + ("renuion", &["reunion"]), + ("renweables", &["renewables"]), + ("renyolds", &["reynolds"]), + ("reorganision", &["reorganisation"]), + ("reowrked", &["reworked"]), + ("repaird", &["repaired"]), + ("repaires", &["repairs"]), + ("repalcement", &["replacement"]), + ("repalcements", &["replacements"]), + ("repalces", &["replaces"]), + ("repalying", &["replaying"]), + ("repalys", &["replays"]), + ("reparied", &["repaired"]), + ("repatition", &["repetition"]), + ("repblic", &["republic"]), + ("repblican", &["republican"]), + ("repblicans", &["republicans"]), + ("repblics", &["republics"]), + ("repbulic", &["republic"]), + ("repbulican", &["republican"]), + ("repbulicans", &["republicans"]), + ("repeadedly", &["repeatedly"]), + ("repeadetly", &["repeatedly"]), + ("repearable", &["repeatable"]), + ("repearedly", &["repealed"]), + ("repeast", &["repeats"]), + ("repeatadly", &["repeatedly"]), + ("repeatae", &["repeatable"]), + ("repeateadly", &["repeatedly"]), + ("repeatedlt", &["repealed"]), + ("repeatedy", &["repeatedly"]), + ("repeates", &["repeats"]), + ("repeatetly", &["repeatedly"]), + ("repeatible", &["repeatable"]), + ("repeatidly", &["repeatedly"]), + ("repectable", &["repeatable"]), + ("repective", &["receptive"]), + ("repectively", &["respectively"]), + ("repeition", &["repetition"]), + ("repentable", &["repeatable"]), + ("repentence", &["repentance"]), + ("repentent", &["repentant"]), + ("repersentation", &["representation"]), + ("repersentations", &["representations"]), + ("repersented", &["represented"]), + ("repersenting", &["representing"]), + ("repersents", &["represents"]), + ("repetation", &["repetition"]), + ("repeteadly", &["repeatedly"]), + ("repetetion", &["repetition"]), + ("repeticion", &["repetition"]), + ("repetion", &["repetition"]), + ("repetitivo", &["repetition"]), + ("repharse", &["rephrase"]), + ("rephrasse", &["rephrase"]), + ("repid", &["rapid"]), + ("repitle", &["reptile"]), + ("repitles", &["reptiles"]), + ("replacated", &["replicated"]), + ("replaceble", &["replaceable"]), + ("replacemet", &["replacements"]), + ("replacemnet", &["replacements"]), + ("replacemnt", &["replacement"]), + ("replacemnts", &["replacements"]), + ("replacemtn", &["replacements"]), + ("replase", &["replaces"]), + ("replased", &["relapsed"]), + ("replayd", &["replayed"]), + ("replayes", &["replays"]), + ("repleacable", &["replaceable"]), + ("replecated", &["replicated"]), + ("replicae", &["replicated"]), + ("replubic", &["republic"]), + ("replusive", &["repulsive"]), + ("repoistory", &["repository"]), + ("reponse", &["response"]), + ("reponsible", &["responsible"]), + ("reporduction", &["reproduction"]), + ("reporductive", &["reproductive"]), + ("reportadly", &["reportedly"]), + ("reportedy", &["reportedly"]), + ("reporteros", &["reporters"]), + ("reportes", &["reporters"]), + ("reportidly", &["reportedly"]), + ("repositary", &["repository"]), + ("repositiory", &["repository"]), + ("reposity", &["repository"]), + ("reposotory", &["repository"]), + ("repostas", &["reposts"]), + ("repostd", &["reposted"]), + ("repostes", &["reposts"]), + ("repostig", &["reposting"]), + ("repostiory", &["repository"]), + ("repostus", &["reposts"]), + ("reprecussion", &["repercussions"]), + ("reprehenisble", &["reprehensible"]), + ("reprehensable", &["reprehensible"]), + ("reprehinsible", &["reprehensible"]), + ("represantation", &["representation"]), + ("represantations", &["representations"]), + ("represantative", &["representative"]), + ("represantatives", &["representatives"]), + ("represenation", &["representation"]), + ("represend", &["represented"]), + ("represensible", &["reprehensible"]), + ("representacion", &["representation"]), + ("representaciones", &["representations"]), + ("representaion", &["representation"]), + ("representaiton", &["representations"]), + ("representas", &["represents"]), + ("representate", &["representative"]), + ("representatie", &["representatives"]), + ("representatief", &["representative"]), + ("representatieve", &["representative"]), + ("representatin", &["representations"]), + ("representating", &["representation"]), + ("representationen", &["representations"]), + ("representationer", &["representations"]), + ("representativas", &["representatives"]), + ("representativo", &["representation"]), + ("representerad", &["represented"]), + ("representes", &["represents"]), + ("representetive", &["representative"]), + ("representetives", &["representatives"]), + ("represention", &["representing"]), + ("representitive", &["representative"]), + ("representitives", &["representatives"]), + ("representitve", &["representative"]), + ("representive", &["representative"]), + ("representives", &["representatives"]), + ("representn", &["representing"]), + ("representstion", &["representations"]), + ("representstive", &["representatives"]), + ("represet", &["represents"]), + ("represetnation", &["representations"]), + ("represnetation", &["representations"]), + ("repressent", &["represents"]), + ("repressin", &["repression"]), + ("repressivo", &["repression"]), + ("represso", &["repression"]), + ("represssion", &["repression"]), + ("reprezentative", &["representative"]), + ("reprhase", &["rephrase"]), + ("repricussions", &["repercussions"]), + ("reprihensible", &["reprehensible"]), + ("reproducable", &["reproducible"]), + ("reproduccion", &["reproduction"]), + ("reproducion", &["reproduction"]), + ("reproduciton", &["reproduction"]), + ("reproducive", &["reproductive"]), + ("reproducting", &["reproduction"]), + ("reproductivo", &["reproduction"]), + ("reproduktion", &["reproduction"]), + ("reprtoire", &["repertoire"]), + ("repsawn", &["respawn"]), + ("repsectable", &["respectable"]), + ("repsectful", &["respectful"]), + ("repsectfully", &["respectfully"]), + ("repsecting", &["respecting"]), + ("repsective", &["respective"]), + ("repsectively", &["respectively"]), + ("repsects", &["respects"]), + ("repsond", &["respond"]), + ("repsonded", &["responded"]), + ("repsonding", &["responding"]), + ("repsonds", &["responds"]), + ("repsonse", &["response"]), + ("repsonsibilities", &["responsibilities"]), + ("repsonsibility", &["responsibility"]), + ("repsonsible", &["responsible"]), + ("repsonsibly", &["responsibly"]), + ("repsonsive", &["responsive"]), + ("repsoted", &["reposted"]), + ("repsots", &["reposts"]), + ("reptiel", &["reptile"]), + ("reptils", &["reptiles"]), + ("reptition", &["repetition"]), + ("reptuable", &["reputable"]), + ("reptuation", &["reputation"]), + ("repubic", &["republic"]), + ("repubican", &["republican"]), + ("repubicans", &["republicans"]), + ("repubics", &["republics"]), + ("republcian", &["republican"]), + ("republcians", &["republicans"]), + ("republi", &["republic"]), + ("republian", &["republican"]), + ("republians", &["republicans"]), + ("republicanas", &["republicans"]), + ("republicanos", &["republicans"]), + ("republicants", &["republicans"]), + ("republician", &["republican"]), + ("republicians", &["republicans"]), + ("republicon", &["republican"]), + ("republicons", &["republicans"]), + ("republis", &["republics"]), + ("repuglican", &["republican"]), + ("repuglicans", &["republicans"]), + ("repulic", &["republic"]), + ("repulican", &["republican"]), + ("repulicans", &["republicans"]), + ("repulics", &["republics"]), + ("repulisve", &["repulsive"]), + ("repulsie", &["repulsive"]), + ("repuslive", &["repulsive"]), + ("reputacion", &["reputation"]), + ("reqiuem", &["requiem"]), + ("requeim", &["requiem"]), + ("requeriment", &["requirement"]), + ("requerimento", &["requirement"]), + ("requeriments", &["requirements"]), + ("requierment", &["requirements"]), + ("requierments", &["requirements"]), + ("requiers", &["requires"]), + ("requieum", &["requiem"]), + ("requilme", &["requiem"]), + ("requime", &["requiem"]), + ("requirment", &["requirement"]), + ("requred", &["required"]), + ("requrement", &["requirement"]), + ("requried", &["required"]), + ("requriements", &["requirements"]), + ("requries", &["requires"]), + ("resapwn", &["respawn"]), + ("resaurant", &["restaurant"]), + ("rescuecd", &["rescued"]), + ("rescuse", &["rescues"]), + ("researce", &["researcher"]), + ("researchs", &["researchers"]), + ("resembe", &["resemble"]), + ("resembelance", &["resemblance"]), + ("resembels", &["resembles"]), + ("resembes", &["resembles"]), + ("resemblace", &["resemble"]), + ("resemblence", &["resemblance"]), + ("resemblense", &["resembles"]), + ("reseptionist", &["receptionist"]), + ("reserach", &["research"]), + ("reserached", &["researched"]), + ("reseracher", &["researchers"]), + ("reserachers", &["researchers"]), + ("reseraching", &["researching"]), + ("reserrection", &["resurrection"]), + ("reserverad", &["reserved"]), + ("reserverd", &["reserved"]), + ("reservered", &["reserved"]), + ("resevoir", &["reservoir"]), + ("resgination", &["resignation"]), + ("resgined", &["resigned"]), + ("residencial", &["residential"]), + ("residentail", &["residential"]), + ("residental", &["residential"]), + ("residentual", &["residential"]), + ("residude", &["residue"]), + ("residule", &["residue"]), + ("resignacion", &["resignation"]), + ("resignating", &["resignation"]), + ("resignement", &["resignment"]), + ("resignition", &["resignation"]), + ("resinged", &["resigned"]), + ("resintall", &["reinstall"]), + ("resintalled", &["reinstalled"]), + ("resintalling", &["reinstalling"]), + ("resistable", &["resistible"]), + ("resistancies", &["resistances"]), + ("resistane", &["resistances"]), + ("resistanes", &["resistances"]), + ("resistans", &["resistances"]), + ("resistanse", &["resistances"]), + ("resistansen", &["resistances"]), + ("resistanses", &["resistances"]), + ("resistas", &["resists"]), + ("resisten", &["resistance"]), + ("resistence", &["resistance"]), + ("resistences", &["resistances"]), + ("resistencias", &["resistances"]), + ("resistend", &["resisted"]), + ("resistendo", &["resisted"]), + ("resistent", &["resistant"]), + ("resistered", &["resisted"]), + ("resistes", &["resists"]), + ("resistnace", &["resistances"]), + ("resistnaces", &["resistances"]), + ("resistribution", &["redistribution"]), + ("resitsance", &["resistances"]), + ("reslove", &["resolve"]), + ("resloved", &["resolved"]), + ("resloves", &["resolves"]), + ("resmeble", &["resemble"]), + ("resmebles", &["resembles"]), + ("resoltuion", &["resolutions"]), + ("resoltuions", &["resolutions"]), + ("resolucion", &["resolution"]), + ("resolutin", &["resolutions"]), + ("resolutino", &["resolutions"]), + ("resolutionary", &["revolutionary"]), + ("resolutoin", &["resolutions"]), + ("resolutons", &["resolutions"]), + ("resolvemos", &["resolves"]), + ("resolvendo", &["resolved"]), + ("resolveres", &["resolves"]), + ("resolverse", &["resolves"]), + ("resolviste", &["resolves"]), + ("resolvs", &["resolves"]), + ("resonabelt", &["resonate"]), + ("resonet", &["resonate"]), + ("resoruces", &["resources"]), + ("resotration", &["restoration"]), + ("resotred", &["restored"]), + ("resoultion", &["resolution"]), + ("resoultions", &["resolutions"]), + ("resourse", &["resources"]), + ("resovle", &["resolve"]), + ("resovled", &["resolved"]), + ("resovles", &["resolves"]), + ("respecatble", &["respectable"]), + ("respecitve", &["respective"]), + ("respecitvely", &["respectively"]), + ("respectabil", &["respectable"]), + ("respectabile", &["respectable"]), + ("respecte", &["respective"]), + ("respectes", &["respects"]), + ("respectfuly", &["respectfully"]), + ("respectible", &["respectable"]), + ("respectifs", &["respects"]), + ("respection", &["respecting"]), + ("respectivelly", &["respectively"]), + ("respectivily", &["respectively"]), + ("respectivley", &["respectively"]), + ("respectivly", &["respectively"]), + ("respectons", &["respects"]), + ("respectos", &["respects"]), + ("respectuflly", &["respectfully"]), + ("respectuful", &["respectful"]), + ("respectuos", &["respects"]), + ("respektable", &["respectable"]), + ("respektive", &["respective"]), + ("resperatory", &["respiratory"]), + ("resperitory", &["respiratory"]), + ("respesct", &["respects"]), + ("respest", &["respects"]), + ("respiratiory", &["respiratory"]), + ("respiratoy", &["respiratory"]), + ("respiritory", &["respiratory"]), + ("respitatory", &["respiratory"]), + ("responce", &["response"]), + ("responces", &["response"]), + ("responcibilities", &["responsibilities"]), + ("responcibility", &["responsibility"]), + ("responcible", &["responsible"]), + ("responcibly", &["responsibly"]), + ("responcive", &["responsive"]), + ("respondas", &["responds"]), + ("respondendo", &["responded"]), + ("respondis", &["responds"]), + ("respondus", &["responds"]), + ("respone", &["response"]), + ("responed", &["respond"]), + ("respones", &["response"]), + ("responibilities", &["responsibilities"]), + ("responisbilities", &["responsibilities"]), + ("responisbility", &["responsibility"]), + ("responisble", &["responsible"]), + ("responisbly", &["responsibly"]), + ("responisve", &["responsive"]), + ("responnsibilty", &["responsibility"]), + ("responsabile", &["responsible"]), + ("responsabilities", &["responsibilities"]), + ("responsability", &["responsibility"]), + ("responsable", &["responsible"]), + ("responsably", &["responsibly"]), + ("responsaveis", &["responsive"]), + ("responsbile", &["responsible"]), + ("responsbilty", &["responsibly"]), + ("responsbily", &["responsibly"]), + ("responsd", &["responds"]), + ("responsebilities", &["responsibilities"]), + ("responsibe", &["responsive"]), + ("responsibel", &["responsibly"]), + ("responsibil", &["responsibly"]), + ("responsibile", &["responsible"]), + ("responsibilies", &["responsibilities"]), + ("responsibilites", &["responsibilities"]), + ("responsibilitys", &["responsibilities"]), + ("responsibiliy", &["responsibility"]), + ("responsibillities", &["responsibilities"]), + ("responsibillity", &["responsibility"]), + ("responsibilties", &["responsibilities"]), + ("responsibilty", &["responsibility"]), + ("responsibily", &["responsibility"]), + ("responsibities", &["responsibilities"]), + ("responsibley", &["responsibly"]), + ("responsiblities", &["responsibilities"]), + ("responsiblity", &["responsibility"]), + ("responsibliy", &["responsibly"]), + ("responsiblty", &["responsibly"]), + ("responsiby", &["responsibly"]), + ("responsile", &["responsive"]), + ("responsing", &["responding"]), + ("responsivle", &["responsive"]), + ("resporatory", &["respiratory"]), + ("respositories", &["repositories"]), + ("respository", &["repository"]), + ("respoted", &["reposted"]), + ("respoting", &["reposting"]), + ("respriatory", &["respiratory"]), + ("respwan", &["respawn"]), + ("ressemblance", &["resemblance"]), + ("ressemble", &["resemble"]), + ("ressembled", &["resembled"]), + ("ressemblence", &["resemblance"]), + ("ressembling", &["resembling"]), + ("ressits", &["resists"]), + ("resssurecting", &["resurrecting"]), + ("ressurect", &["resurrect"]), + ("ressurected", &["resurrected"]), + ("ressurection", &["resurrection"]), + ("ressurrection", &["resurrection"]), + ("restanti", &["restarting"]), + ("restarant", &["restaurant"]), + ("restarants", &["restaurants"]), + ("restaraunt", &["restaurant"]), + ("restaraunteur", &["restaurateur"]), + ("restaraunteurs", &["restaurateurs"]), + ("restaraunts", &["restaurants"]), + ("restaruant", &["restaurant"]), + ("restaruants", &["restaurants"]), + ("restatting", &["restarting"]), + ("restaurantes", &["restaurants"]), + ("restauration", &["restoration"]), + ("restauraunt", &["restaurant"]), + ("restauraunts", &["restaurants"]), + ("restaurent", &["restaurant"]), + ("restaurents", &["restaurants"]), + ("restauring", &["restarting"]), + ("resteraunt", &["restaurant"]), + ("resteraunts", &["restaurants"]), + ("resticted", &["restricted"]), + ("restircted", &["restricted"]), + ("restirction", &["restriction"]), + ("restirctions", &["restrictions"]), + ("restircts", &["restricts"]), + ("restorani", &["restoration"]), + ("restorarion", &["restoration"]), + ("restorating", &["restoration"]), + ("restord", &["restored"]), + ("restorting", &["restarting"]), + ("restraind", &["restrained"]), + ("restraing", &["restraining"]), + ("restrainig", &["restraining"]), + ("restrainted", &["restrained"]), + ("restrainting", &["restraining"]), + ("restrait", &["restraint"]), + ("restraunt", &["restraint"]), + ("restrcited", &["restricted"]), + ("restrcitions", &["restriction"]), + ("restrcting", &["restarting"]), + ("restrective", &["restrictive"]), + ("restriant", &["restraint"]), + ("restriccion", &["restriction"]), + ("restricing", &["restricting"]), + ("restricion", &["restriction"]), + ("restricitng", &["restricting"]), + ("restriciton", &["restrictions"]), + ("restricitons", &["restrictions"]), + ("restricitve", &["restrictive"]), + ("restricive", &["restrictive"]), + ("restrics", &["restricts"]), + ("restricte", &["restrictive"]), + ("restricteds", &["restricts"]), + ("restricters", &["restricts"]), + ("restrictes", &["restricts"]), + ("restrictie", &["restrictive"]), + ("restrictied", &["restrictive"]), + ("restrictifs", &["restricts"]), + ("restrictins", &["restricts"]), + ("restrictios", &["restricts"]), + ("restrictivo", &["restriction"]), + ("restricton", &["restriction"]), + ("restrictons", &["restricts"]), + ("restriktion", &["restriction"]), + ("restriktive", &["restrictive"]), + ("restrittive", &["restrictive"]), + ("restructed", &["restricted"]), + ("restructing", &["restricting"]), + ("restruction", &["restriction"]), + ("restuarant", &["restaurant"]), + ("restuarants", &["restaurants"]), + ("resturant", &["restaurant"]), + ("resturants", &["restaurants"]), + ("resturaunt", &["restaurant"]), + ("resturaunts", &["restaurants"]), + ("resuable", &["reusable"]), + ("resuced", &["rescued"]), + ("resuces", &["rescues"]), + ("resurecting", &["resurrecting"]), + ("resurreccion", &["resurrection"]), + ("resurrecion", &["resurrection"]), + ("resurrektion", &["resurrection"]), + ("retailate", &["retaliate"]), + ("retailation", &["retaliation"]), + ("retailes", &["retailers"]), + ("retalaite", &["retaliate"]), + ("retaliaton", &["retaliation"]), + ("retalier", &["retailer"]), + ("retaliers", &["retailers"]), + ("retalitated", &["retaliated"]), + ("retalitation", &["retaliation"]), + ("retardathon", &["retardation"]), + ("retardating", &["retardation"]), + ("retardatron", &["retardation"]), + ("retartation", &["retardation"]), + ("reteriver", &["retriever"]), + ("rethoric", &["rhetoric"]), + ("rethorical", &["rhetorical"]), + ("retierment", &["retirement"]), + ("retirase", &["retires"]), + ("retirbution", &["retribution"]), + ("retireds", &["retires"]), + ("retireus", &["retires"]), + ("retireve", &["retrieve"]), + ("retirever", &["retriever"]), + ("retoractively", &["retroactively"]), + ("retrebution", &["retribution"]), + ("retreive", &["retrieve"]), + ("retrevier", &["retriever"]), + ("retribucion", &["retribution"]), + ("retribuito", &["retribution"]), + ("retribuiton", &["retribution"]), + ("retributioon", &["retribution"]), + ("retributivo", &["retribution"]), + ("retribvtion", &["retribution"]), + ("retrived", &["retrieved"]), + ("retroactivelly", &["retroactively"]), + ("retroactivily", &["retroactively"]), + ("retroactivley", &["retroactively"]), + ("retroactivly", &["retroactively"]), + ("retrobution", &["retribution"]), + ("retrocatively", &["retroactively"]), + ("retrosepct", &["retrospect"]), + ("retrospekt", &["retrospect"]), + ("retrubution", &["retribution"]), + ("retunred", &["returned"]), + ("retuns", &["returns"]), + ("returnd", &["returned"]), + ("reuasble", &["reusable"]), + ("reuinon", &["reunion"]), + ("reuptable", &["reputable"]), + ("revaluated", &["reevaluated"]), + ("reveald", &["revealed"]), + ("reveales", &["reveals"]), + ("revealtion", &["revelations"]), + ("revealtions", &["revelations"]), + ("reveiw", &["review"]), + ("reveiwed", &["reviewed"]), + ("reveiwer", &["reviewer"]), + ("reveiwers", &["reviewers"]), + ("reveiws", &["reviews"]), + ("revelaed", &["revealed"]), + ("revelaing", &["revealing"]), + ("revelaiton", &["revelations"]), + ("revelaitons", &["revelations"]), + ("revelance", &["relevance"]), + ("revelant", &["relevant"]), + ("revelas", &["reveals"]), + ("revelatons", &["revelations"]), + ("revelead", &["revealed"]), + ("revelution", &["revelation"]), + ("revelutionary", &["revolutionary"]), + ("reveral", &["reversal"]), + ("reverals", &["reversal"]), + ("reversable", &["reversible"]), + ("reversably", &["reversal"]), + ("reviere", &["reviewer"]), + ("reviewd", &["reviewed"]), + ("reviewes", &["reviewers"]), + ("reviewr", &["reviewer"]), + ("reviewtrue", &["reviewer"]), + ("revisiones", &["revisions"]), + ("revisionis", &["revisions"]), + ("revlover", &["revolver"]), + ("revloves", &["revolves"]), + ("revolations", &["revolutions"]), + ("revoltuion", &["revolution"]), + ("revoluiton", &["revolutions"]), + ("revolutin", &["revolutions"]), + ("revolutionair", &["revolutionary"]), + ("revolutionairy", &["revolutionary"]), + ("revolutionay", &["revolutionary"]), + ("revolutionens", &["revolutions"]), + ("revolutioners", &["revolutions"]), + ("revolutionnary", &["revolutionary"]), + ("revolutionos", &["revolutions"]), + ("revolutoin", &["revolutions"]), + ("revolvr", &["revolver"]), + ("revolvs", &["revolves"]), + ("revoultion", &["revolution"]), + ("revoultionary", &["revolutionary"]), + ("revoultions", &["revolutions"]), + ("revovler", &["revolver"]), + ("revovles", &["revolves"]), + ("rewachted", &["rewatched"]), + ("rewarching", &["rewatching"]), + ("rewatchd", &["rewatched"]), + ("rewatchibg", &["rewatching"]), + ("rewatchig", &["rewatching"]), + ("rewatchign", &["rewatching"]), + ("rewatchimg", &["rewatching"]), + ("rewirte", &["rewrite"]), + ("rewitten", &["rewritten"]), + ("reworkd", &["reworked"]), + ("rewriet", &["rewrite"]), + ("rewritte", &["rewrite"]), + ("rewtched", &["wretched"]), + ("reynlods", &["reynolds"]), + ("reynols", &["reynolds"]), + ("reyonlds", &["reynolds"]), + ("rezurrection", &["resurrection"]), + ("rferences", &["references"]), + ("rhaposdy", &["rhapsody"]), + ("rhapsodomy", &["rhapsody"]), + ("rhapsoy", &["rhapsody"]), + ("rhaspody", &["rhapsody"]), + ("rheotric", &["rhetoric"]), + ("rhetorisch", &["rhetoric"]), + ("rhymme", &["rhyme"]), + ("rhythem", &["rhythm"]), + ("rhythim", &["rhythm"]), + ("rhytmic", &["rhythmic"]), + ("riaders", &["raiders"]), + ("rictatorship", &["dictatorship"]), + ("ridicilous", &["ridiculous"]), + ("ridicilously", &["ridiculously"]), + ("ridicilousness", &["ridiculousness"]), + ("ridicoulus", &["ridiculous"]), + ("ridicoulusly", &["ridiculously"]), + ("ridicoulusness", &["ridiculousness"]), + ("ridiculious", &["ridiculous"]), + ("ridiculise", &["ridicule"]), + ("ridiculize", &["ridicule"]), + ("ridiculled", &["ridicule"]), + ("ridiculos", &["ridiculous"]), + ("ridiculose", &["ridicule"]), + ("ridiculosly", &["ridiculously"]), + ("ridiculouly", &["ridiculously"]), + ("ridiculouness", &["ridiculousness"]), + ("ridiculoussness", &["ridiculousness"]), + ("ridiculousy", &["ridiculously"]), + ("ridiculue", &["ridicule"]), + ("ridiculued", &["ridicule"]), + ("ridiculus", &["ridiculous"]), + ("rienforced", &["reinforced"]), + ("rienforcement", &["reinforcements"]), + ("rienforcements", &["reinforcements"]), + ("rigeur", &["rigueur"]), + ("righetous", &["righteous"]), + ("righetousness", &["righteousness"]), + ("righteos", &["righteous"]), + ("righteouness", &["righteousness"]), + ("righteoussness", &["righteousness"]), + ("rightfullly", &["rightfully"]), + ("rightfuly", &["rightfully"]), + ("rightiousness", &["righteousness"]), + ("rightoues", &["righteous"]), + ("rigntone", &["ringtone"]), + ("rigourous", &["rigorous"]), + ("rigtheous", &["righteous"]), + ("rigtheousness", &["righteousness"]), + ("rigthfully", &["rightfully"]), + ("rilvaries", &["rivalries"]), + ("ringotne", &["ringtone"]), + ("rininging", &["ringing"]), + ("rised", &["raised"]), + ("ritalian", &["ritalin"]), + ("ritlain", &["ritalin"]), + ("ritoers", &["rioters"]), + ("rivalrly", &["rivalry"]), + ("rivarlies", &["rivalries"]), + ("rivarly", &["rivalry"]), + ("rivlaries", &["rivalries"]), + ("rivlary", &["rivalry"]), + ("roachers", &["roaches"]), + ("roahces", &["roaches"]), + ("roaylties", &["royalties"]), + ("robberts", &["robbers"]), + ("robberys", &["robbers"]), + ("robocoop", &["robocop"]), + ("robocorp", &["robocop"]), + ("robocoup", &["robocop"]), + ("roboticus", &["robotics"]), + ("robotis", &["robotics"]), + ("rockerfeller", &["rockefeller"]), + ("rococco", &["rococo"]), + ("rocord", &["record"]), + ("roelplay", &["roleplay"]), + ("roestta", &["rosetta"]), + ("roganism", &["organism"]), + ("roganisms", &["organisms"]), + ("roiters", &["rioters"]), + ("rolepaly", &["roleplay"]), + ("rolepalying", &["roleplaying"]), + ("roleplaing", &["roleplaying"]), + ("roleply", &["roleplay"]), + ("rollarcoaster", &["rollercoaster"]), + ("rollercaoster", &["rollercoaster"]), + ("rollercoaser", &["rollercoaster"]), + ("rollercoater", &["rollercoaster"]), + ("rollercoaters", &["rollercoaster"]), + ("rollercoatser", &["rollercoaster"]), + ("rollerocaster", &["rollercoaster"]), + ("rollertoaster", &["rollercoaster"]), + ("rollorcoaster", &["rollercoaster"]), + ("romaanin", &["romanian"]), + ("romaina", &["romania"]), + ("romainan", &["romanian"]), + ("romaing", &["roaming"]), + ("romanain", &["romanian"]), + ("romanica", &["romania"]), + ("romanin", &["romanian"]), + ("romanitcally", &["romantically"]), + ("romanmania", &["romanian"]), + ("romanna", &["romanian"]), + ("romanticaly", &["romantically"]), + ("roomate", &["roommate"]), + ("rosettta", &["rosetta"]), + ("rostaing", &["roasting"]), + ("rotuers", &["routers"]), + ("rougly", &["roughly"]), + ("roundabaout", &["roundabout"]), + ("roundaboot", &["roundabout"]), + ("roundabount", &["roundabout"]), + ("roundabounts", &["roundabout"]), + ("routeros", &["routers"]), + ("royalites", &["royalties"]), + ("roylaties", &["royalties"]), + ("rucuperate", &["recuperate"]), + ("rudimentatry", &["rudimentary"]), + ("rudimentery", &["rudimentary"]), + ("rudimentory", &["rudimentary"]), + ("rudimentry", &["rudimentary"]), + ("rugters", &["rutgers"]), + ("ruidmentary", &["rudimentary"]), + ("rulebok", &["rulebook"]), + ("ruleboook", &["rulebook"]), + ("rulle", &["rule"]), + ("rumorus", &["rumours"]), + ("rumuors", &["rumours"]), + ("runing", &["running"]), + ("runnung", &["running"]), + ("ruslted", &["rustled"]), + ("russina", &["russian"]), + ("russion", &["russian"]), + ("rusteld", &["rustled"]), + ("rutgerus", &["rutgers"]), + ("rwite", &["write"]), + ("ryenolds", &["reynolds"]), + ("rysurrection", &["resurrection"]), + ("rythem", &["rhythm"]), + ("rythim", &["rhythm"]), + ("rythm", &["rhythm"]), + ("rythmic", &["rhythmic"]), + ("rythyms", &["rhythms"]), + ("sacarmento", &["sacramento"]), + ("sacarstic", &["sarcastic"]), + ("sacksonville", &["jacksonville"]), + ("sacntioned", &["sanctioned"]), + ("sacntuary", &["sanctuary"]), + ("sacrafice", &["sacrifice"]), + ("sacraficed", &["sacrificed"]), + ("sacrafices", &["sacrifices"]), + ("sacramenno", &["sacramento"]), + ("sacrasm", &["sarcasm"]), + ("sacrastic", &["sarcastic"]), + ("sacrastically", &["sarcastically"]), + ("sacreficed", &["sacrificed"]), + ("sacrefices", &["sacrifices"]), + ("sacreligious", &["sacrilegious"]), + ("sacremento", &["sacramento"]), + ("sacrifaced", &["sacrificed"]), + ("sacrifaces", &["sacrifices"]), + ("sacrifacing", &["sacrificing"]), + ("sacrifical", &["sacrificial"]), + ("sacrificare", &["sacrifice"]), + ("sacrificas", &["sacrifices"]), + ("sacrificeing", &["sacrificing"]), + ("sacrificie", &["sacrificed"]), + ("sacrificied", &["sacrifice"]), + ("sacrificies", &["sacrifice"]), + ("sacrificng", &["sacrificing"]), + ("sacrifie", &["sacrifice"]), + ("sacrifieced", &["sacrificed"]), + ("sacrifise", &["sacrifices"]), + ("sacrifises", &["sacrifices"]), + ("sacrifising", &["sacrificing"]), + ("sacrifized", &["sacrificed"]), + ("sacrifizes", &["sacrifices"]), + ("sacrifizing", &["sacrificing"]), + ("sacromento", &["sacramento"]), + ("saddends", &["saddens"]), + ("saddenes", &["saddens"]), + ("saddnes", &["saddens"]), + ("sadisitc", &["sadistic"]), + ("sadistc", &["sadistic"]), + ("sadistisch", &["sadistic"]), + ("sadning", &["sanding"]), + ("saftey", &["safety"]), + ("safty", &["safety"]), + ("saksatchewan", &["saskatchewan"]), + ("salaires", &["salaries"]), + ("salaris", &["salaries"]), + ("salavge", &["salvage"]), + ("salery", &["salary"]), + ("salughter", &["slaughter"]), + ("salughtered", &["slaughtered"]), + ("salughtering", &["slaughtering"]), + ("salvery", &["slavery"]), + ("salying", &["slaying"]), + ("samckdown", &["smackdown"]), + ("sampels", &["samples"]), + ("samruai", &["samurai"]), + ("samuari", &["samurai"]), + ("samuria", &["samurai"]), + ("sanctiond", &["sanctioned"]), + ("sanctionne", &["sanctioned"]), + ("sanctionned", &["sanctioned"]), + ("sanctionning", &["sanctioning"]), + ("sancturay", &["sanctuary"]), + ("sancutary", &["sanctuary"]), + ("sandales", &["sandals"]), + ("sandalls", &["sandals"]), + ("sandiwches", &["sandwiches"]), + ("sandlas", &["sandals"]), + ("sandnig", &["sanding"]), + ("sandstom", &["sandstorm"]), + ("sandstrom", &["sandstorm"]), + ("sandviches", &["sandwiches"]), + ("sandwhich", &["sandwich"]), + ("sandwishes", &["sandwiches"]), + ("sanhedrim", &["sanhedrin"]), + ("sanitazion", &["sanitation"]), + ("sanlder", &["sandler"]), + ("sanotrum", &["santorum"]), + ("santcuary", &["sanctuary"]), + ("santiation", &["sanitation"]), + ("santioned", &["sanctioned"]), + ("santorm", &["santorum"]), + ("santourm", &["santorum"]), + ("santroum", &["santorum"]), + ("santurom", &["santorum"]), + ("sapcebar", &["spacebar"]), + ("sapphie", &["sapphire"]), + ("sapphirre", &["sapphire"]), + ("sapphrie", &["sapphire"]), + ("sarcams", &["sarcasm"]), + ("sarcasam", &["sarcasm"]), + ("sarcasim", &["sarcasm"]), + ("sarcasitcally", &["sarcastically"]), + ("sarcastc", &["sarcastic"]), + ("sarcasticaly", &["sarcastically"]), + ("sarcasticlly", &["sarcastically"]), + ("sarcastisch", &["sarcastic"]), + ("sargant", &["sergeant"]), + ("sargeant", &["sergeant"]), + ("sasauges", &["sausages"]), + ("sascatchewan", &["saskatchewan"]), + ("saskatcehwan", &["saskatchewan"]), + ("saskatchawan", &["saskatchewan"]), + ("saskatchewinian", &["saskatchewan"]), + ("saskatchewn", &["saskatchewan"]), + ("saskatchwan", &["saskatchewan"]), + ("saskatechwan", &["saskatchewan"]), + ("sasketchawan", &["saskatchewan"]), + ("sasketchewan", &["saskatchewan"]), + ("sasktachewan", &["saskatchewan"]), + ("sastified", &["satisfied"]), + ("sastifies", &["satisfies"]), + ("sastifying", &["satisfying"]), + ("sasuage", &["sausage"]), + ("sasuages", &["sausages"]), + ("sasy", &["says"]), + ("satasfaction", &["satisfaction"]), + ("satasfactory", &["satisfactory"]), + ("satelite", &["satellite"]), + ("satelites", &["satellites"]), + ("satellie", &["satellites"]), + ("satellitte", &["satellites"]), + ("saterday", &["saturday"]), + ("saterdays", &["saturdays"]), + ("satifies", &["satisfies"]), + ("satifsy", &["satisfy"]), + ("satifsying", &["satisfying"]), + ("satisfaccion", &["satisfaction"]), + ("satisfacion", &["satisfaction"]), + ("satisfacory", &["satisfactory"]), + ("satisfacting", &["satisfaction"]), + ("satisfactorally", &["satisfactory"]), + ("satisfactoraly", &["satisfactory"]), + ("satisfactorilly", &["satisfactory"]), + ("satisfactority", &["satisfactorily"]), + ("satisfactorly", &["satisfactory"]), + ("satisfcation", &["satisfaction"]), + ("satisfiction", &["satisfaction"]), + ("satisfiy", &["satisfy"]), + ("satisifed", &["satisfied"]), + ("satisifes", &["satisfies"]), + ("satistactory", &["satisfactory"]), + ("satisy", &["satisfy"]), + ("satric", &["satiric"]), + ("satrical", &["satirical"]), + ("satrically", &["satirically"]), + ("satruday", &["saturday"]), + ("satrudays", &["saturdays"]), + ("satsifaction", &["satisfaction"]), + ("satsifactory", &["satisfactory"]), + ("satsified", &["satisfied"]), + ("satsifies", &["satisfies"]), + ("satsify", &["satisfy"]), + ("satsifying", &["satisfying"]), + ("satsohi", &["satoshi"]), + ("sattelite", &["satellite"]), + ("sattelites", &["satellites"]), + ("saturacion", &["saturation"]), + ("saturdsy", &["saturdays"]), + ("saught", &["sought"]), + ("savanha", &["savannah"]), + ("savannh", &["savannah"]), + ("saveing", &["saving"]), + ("sawnsea", &["swansea"]), + ("sawnson", &["swanson"]), + ("sawstika", &["swastika"]), + ("saxaphone", &["saxophone"]), + ("scaepgoat", &["scapegoat"]), + ("scaleable", &["scalable"]), + ("scandales", &["scandals"]), + ("scandalos", &["scandals"]), + ("scandalosa", &["scandals"]), + ("scandalose", &["scandals"]), + ("scandalosi", &["scandals"]), + ("scandaloso", &["scandals"]), + ("scandanavia", &["scandinavia"]), + ("scandaniva", &["scandinavia"]), + ("scandanivia", &["scandinavian"]), + ("scandanivian", &["scandinavian"]), + ("scandas", &["scandals"]), + ("scandenavia", &["scandinavia"]), + ("scandenavian", &["scandinavian"]), + ("scandianvia", &["scandinavian"]), + ("scandianvian", &["scandinavian"]), + ("scandianvians", &["scandinavian"]), + ("scandimania", &["scandinavia"]), + ("scandinacian", &["scandinavian"]), + ("scandinaiva", &["scandinavian"]), + ("scandinaivan", &["scandinavia"]), + ("scandinava", &["scandinavian"]), + ("scandinavan", &["scandinavian"]), + ("scandinavica", &["scandinavian"]), + ("scandinavien", &["scandinavian"]), + ("scandinavion", &["scandinavian"]), + ("scandinvia", &["scandinavia"]), + ("scandivania", &["scandinavian"]), + ("scandivanian", &["scandinavian"]), + ("scandlas", &["scandals"]), + ("scandonavia", &["scandinavia"]), + ("scandonavian", &["scandinavian"]), + ("scannig", &["scanning"]), + ("scannign", &["scanning"]), + ("scantuary", &["sanctuary"]), + ("scaramento", &["sacramento"]), + ("scaricity", &["scarcity"]), + ("scarifice", &["sacrifice"]), + ("scarificed", &["sacrificed"]), + ("scarifices", &["sacrifices"]), + ("scarificing", &["sacrificing"]), + ("scarmble", &["scramble"]), + ("scarmbled", &["scrambled"]), + ("scarmbling", &["scrambling"]), + ("scartch", &["scratch"]), + ("scartched", &["scratched"]), + ("scartches", &["scratches"]), + ("scartching", &["scratching"]), + ("scateboarding", &["skateboarding"]), + ("scavanged", &["scavenged"]), + ("sceintific", &["scientific"]), + ("sceintifically", &["scientifically"]), + ("sceintist", &["scientist"]), + ("sceintists", &["scientists"]), + ("scenarioes", &["scenarios"]), + ("scenarions", &["scenarios"]), + ("scenarious", &["scenarios"]), + ("scepture", &["scepter"]), + ("schedual", &["schedule"]), + ("scheduleing", &["scheduling"]), + ("schedulling", &["scheduling"]), + ("scheems", &["schemes"]), + ("scheudling", &["scheduling"]), + ("schisophrenic", &["schizophrenic"]), + ("schiziphrenic", &["schizophrenic"]), + ("schizophernia", &["schizophrenia"]), + ("schizophernic", &["schizophrenic"]), + ("schizophrania", &["schizophrenia"]), + ("schizophrena", &["schizophrenia"]), + ("schizophreniiic", &["schizophrenic"]), + ("schizophrentic", &["schizophrenic"]), + ("schizoprhenia", &["schizophrenia"]), + ("schizoprhenic", &["schizophrenic"]), + ("schoalrs", &["scholars"]), + ("schoalrship", &["scholarships"]), + ("scholalry", &["scholarly"]), + ("scholarhip", &["scholarship"]), + ("scholarhips", &["scholarship"]), + ("scholarhsips", &["scholarships"]), + ("scholarley", &["scholarly"]), + ("scholarstic", &["scholastic"]), + ("scholary", &["scholarly"]), + ("scholership", &["scholarship"]), + ("scholerships", &["scholarships"]), + ("scholorship", &["scholarship"]), + ("scholorships", &["scholarships"]), + ("schoodle", &["schooled"]), + ("schoold", &["schooled"]), + ("schozophrenia", &["schizophrenia"]), + ("schozophrenic", &["schizophrenic"]), + ("schyzophrenia", &["schizophrenia"]), + ("schyzophrenic", &["schizophrenic"]), + ("schziophrenia", &["schizophrenia"]), + ("schziophrenic", &["schizophrenic"]), + ("sciencers", &["sciences"]), + ("sciencists", &["scientists"]), + ("sciense", &["sciences"]), + ("scientests", &["scientists"]), + ("scientfic", &["scientific"]), + ("scientic", &["scientific"]), + ("scientiests", &["scientists"]), + ("scientifc", &["scientific"]), + ("scientificaly", &["scientifically"]), + ("scientificlly", &["scientifically"]), + ("scientis", &["scientist"]), + ("scientits", &["scientist"]), + ("scince", &["science"]), + ("scinece", &["science"]), + ("scirpt", &["script"]), + ("scirptures", &["scriptures"]), + ("sclupture", &["sculpture"]), + ("scnadinavia", &["scandinavia"]), + ("scnadinavian", &["scandinavian"]), + ("scnearios", &["scenarios"]), + ("scoll", &["scroll"]), + ("scooterers", &["scooters"]), + ("scootes", &["scooters"]), + ("scoprion", &["scorpion"]), + ("scorates", &["socrates"]), + ("scorebaord", &["scoreboard"]), + ("scoreboad", &["scoreboard"]), + ("scoreborad", &["scoreboard"]), + ("scorebored", &["scoreboard"]), + ("scoripon", &["scorpion"]), + ("scorpin", &["scorpion"]), + ("scorpiomon", &["scorpion"]), + ("scorpoin", &["scorpion"]), + ("scostman", &["scotsman"]), + ("scottisch", &["scottish"]), + ("scpeter", &["scepter"]), + ("scracth", &["scratch"]), + ("scracthed", &["scratched"]), + ("scracthes", &["scratches"]), + ("scracthing", &["scratching"]), + ("scrambe", &["scramble"]), + ("scrambeld", &["scrambled"]), + ("scrambleing", &["scrambling"]), + ("scramblies", &["scramble"]), + ("scratchs", &["scratches"]), + ("scrathces", &["scratches"]), + ("screenshat", &["screenshot"]), + ("screenshit", &["screenshot"]), + ("screenshoot", &["screenshot"]), + ("screenshoots", &["screenshot"]), + ("screenwrighter", &["screenwriter"]), + ("scriptores", &["scriptures"]), + ("scriptue", &["scriptures"]), + ("scripturae", &["scriptures"]), + ("scriptus", &["scripts"]), + ("scriputres", &["scriptures"]), + ("scritped", &["scripted"]), + ("scritps", &["scripts"]), + ("scritpures", &["scriptures"]), + ("scroates", &["socrates"]), + ("scrollade", &["scrolled"]), + ("scrolld", &["scrolled"]), + ("scropion", &["scorpion"]), + ("scrpited", &["scripted"]), + ("scrpits", &["scripts"]), + ("scruitny", &["scrutiny"]), + ("scrunity", &["scrutiny"]), + ("scrutiney", &["scrutiny"]), + ("scrutinity", &["scrutiny"]), + ("scrutinty", &["scrutiny"]), + ("sctosman", &["scotsman"]), + ("sculpter", &["sculpture"]), + ("sculpteur", &["sculpture"]), + ("sculputre", &["sculpture"]), + ("scultpure", &["sculpture"]), + ("scuplture", &["sculpture"]), + ("scuptures", &["sculptures"]), + ("scurtiny", &["scrutiny"]), + ("scyhter", &["scyther"]), + ("seach", &["search"]), + ("seached", &["searched"]), + ("seaches", &["searches"]), + ("seahakws", &["seahawks"]), + ("seahawkers", &["seahawks"]), + ("seahaws", &["seahawks"]), + ("seahwaks", &["seahawks"]), + ("seamlessley", &["seamlessly"]), + ("seamlessy", &["seamlessly"]), + ("seantor", &["senator"]), + ("seantors", &["senators"]), + ("searchd", &["searched"]), + ("searchign", &["searching"]), + ("searchs", &["searches"]), + ("sebasitan", &["sebastian"]), + ("sebastain", &["sebastian"]), + ("sebastiaan", &["sebastian"]), + ("sebastin", &["sebastian"]), + ("sebrian", &["serbian"]), + ("sebsatian", &["sebastian"]), + ("secceeded", &["seceded"]), + ("seceed", &["succeed"]), + ("seceeded", &["succeeded"]), + ("secertary", &["secretary"]), + ("secertly", &["secretly"]), + ("secerts", &["secrets"]), + ("secpter", &["scepter"]), + ("secratary", &["secretary"]), + ("secratery", &["secretary"]), + ("secrelty", &["secretly"]), + ("secrest", &["secrets"]), + ("secretas", &["secrets"]), + ("secretery", &["secretary"]), + ("secretley", &["secretly"]), + ("secretos", &["secrets"]), + ("secrety", &["secretly"]), + ("secruity", &["security"]), + ("secuirty", &["security"]), + ("sedentarity", &["sedentary"]), + ("sedereal", &["sidereal"]), + ("sednetary", &["sedentary"]), + ("seduciton", &["seduction"]), + ("seflies", &["selfies"]), + ("seflishness", &["selfishness"]), + ("segegrated", &["segregated"]), + ("segementation", &["segmentation"]), + ("segergation", &["segregation"]), + ("segragated", &["segregated"]), + ("segragation", &["segregation"]), + ("segregacion", &["segregation"]), + ("segregaded", &["segregated"]), + ("segregatie", &["segregated"]), + ("segretated", &["segregated"]), + ("segretation", &["segregation"]), + ("segrigated", &["segregated"]), + ("segrigation", &["segregation"]), + ("seguoys", &["segues"]), + ("seige", &["siege"]), + ("seing", &["seeing"]), + ("seinor", &["senior"]), + ("seinors", &["seniors"]), + ("seldomly", &["seldom"]), + ("selectie", &["selective"]), + ("selectiose", &["selections"]), + ("selectivley", &["selectively"]), + ("selectivly", &["selectively"]), + ("selectivos", &["selections"]), + ("selfeshness", &["selfishness"]), + ("selfiers", &["selfies"]), + ("selfishess", &["selfishness"]), + ("selifes", &["selfies"]), + ("semanitcs", &["semantics"]), + ("semestre", &["semester"]), + ("semestres", &["semesters"]), + ("semnatics", &["semantics"]), + ("semseter", &["semester"]), + ("semseters", &["semesters"]), + ("senarios", &["scenarios"]), + ("senatores", &["senators"]), + ("sence", &["sense"]), + ("sendetary", &["sedentary"]), + ("senerity", &["serenity"]), + ("seniores", &["seniors"]), + ("senisble", &["sensible"]), + ("senitmental", &["sentimental"]), + ("senitments", &["sentiments"]), + ("senoirs", &["seniors"]), + ("sensacional", &["sensational"]), + ("sensacionalism", &["sensationalism"]), + ("sensacionalist", &["sensationalist"]), + ("sensasional", &["sensational"]), + ("sensasionalism", &["sensationalism"]), + ("sensasionalist", &["sensationalist"]), + ("sensationable", &["sensational"]), + ("sensationail", &["sensational"]), + ("sensationails", &["sensationalism"]), + ("sensationaism", &["sensationalism"]), + ("sensationalim", &["sensationalism"]), + ("sensationalisim", &["sensationalism"]), + ("sensationality", &["sensationalist"]), + ("sensationalizm", &["sensationalism"]), + ("sensationalsim", &["sensationalism"]), + ("sensationel", &["sensational"]), + ("sensationella", &["sensational"]), + ("sensationilism", &["sensationalism"]), + ("sensationilist", &["sensationalist"]), + ("sensationnal", &["sensational"]), + ("sensationslism", &["sensationalism"]), + ("sensetional", &["sensational"]), + ("sensetionalism", &["sensationalism"]), + ("sensibel", &["sensible"]), + ("sensibilisiert", &["sensibilities"]), + ("sensibilites", &["sensibilities"]), + ("sensitivety", &["sensitivity"]), + ("sensitivitiy", &["sensitivity"]), + ("sensitiviy", &["sensitivity"]), + ("sensitivty", &["sensitivity"]), + ("sensitivy", &["sensitivity"]), + ("sensores", &["sensors"]), + ("senstive", &["sensitive"]), + ("sensure", &["censure"]), + ("sentamental", &["sentimental"]), + ("sentaments", &["sentiments"]), + ("sentancing", &["sentencing"]), + ("sentaor", &["senator"]), + ("sentaors", &["senators"]), + ("sentationalism", &["sensationalism"]), + ("sentationalist", &["sensationalist"]), + ("sentemental", &["sentimental"]), + ("sentements", &["sentiments"]), + ("sentenceing", &["sentencing"]), + ("sentencian", &["sentencing"]), + ("sentensing", &["sentencing"]), + ("sentiers", &["sentries"]), + ("sentimant", &["sentimental"]), + ("sentimenal", &["sentimental"]), + ("sentimentals", &["sentiments"]), + ("sentimentos", &["sentiments"]), + ("sentimentul", &["sentimental"]), + ("sentimetal", &["sentimental"]), + ("sentincing", &["sentencing"]), + ("sentinents", &["sentiments"]), + ("sentinet", &["sentient"]), + ("sentinte", &["sentient"]), + ("sentires", &["sentries"]), + ("sentreis", &["sentries"]), + ("sentris", &["sentries"]), + ("senzationalism", &["sensationalism"]), + ("senzationalist", &["sensationalist"]), + ("separacion", &["separation"]), + ("separatedly", &["separately"]), + ("separatelly", &["separately"]), + ("separaters", &["separates"]), + ("separatisme", &["separates"]), + ("separatiste", &["separates"]), + ("separatley", &["separately"]), + ("separato", &["separation"]), + ("separatron", &["separation"]), + ("separete", &["seperate"]), + ("separetely", &["separately"]), + ("sepcially", &["specially"]), + ("sepcifications", &["specification"]), + ("sepculating", &["speculating"]), + ("sepearte", &["seperate"]), + ("seperate", &["separate"]), + ("seperated", &["separated"]), + ("seperately", &["separately"]), + ("seperates", &["separates"]), + ("seperating", &["separating"]), + ("seperation", &["separation"]), + ("seperatism", &["separatism"]), + ("seperatist", &["separatist"]), + ("seperatley", &["seperate"]), + ("seperator", &["separator"]), + ("sepina", &["subpoena"]), + ("seplling", &["spelling"]), + ("sepreate", &["seperate"]), + ("septmeber", &["september"]), + ("sepulchure", &["sepulchre"]), + ("sepulcre", &["sepulchre"]), + ("serached", &["searched"]), + ("seraches", &["searches"]), + ("seraching", &["searching"]), + ("serbain", &["serbian"]), + ("serenitary", &["serenity"]), + ("serentiy", &["serenity"]), + ("sergaent", &["sergeant"]), + ("sergeat", &["sergeant"]), + ("sergent", &["sergeant"]), + ("seriban", &["serbian"]), + ("seriosuly", &["seriously"]), + ("serioulsy", &["seriously"]), + ("seriuosly", &["seriously"]), + ("serivceable", &["serviceable"]), + ("sertificates", &["certificates"]), + ("servans", &["servants"]), + ("servantes", &["servants"]), + ("serveillance", &["surveillance"]), + ("serviceble", &["serviceable"]), + ("serviciable", &["serviceable"]), + ("seskatchewan", &["saskatchewan"]), + ("sesnors", &["sensors"]), + ("settelement", &["settlement"]), + ("settelment", &["settlement"]), + ("settelments", &["settlements"]), + ("settigns", &["settings"]), + ("settins", &["settings"]), + ("settlemens", &["settlements"]), + ("settlemetns", &["settlements"]), + ("settlemets", &["settlements"]), + ("settlemnts", &["settlements"]), + ("settlment", &["settlement"]), + ("seuxalized", &["sexualized"]), + ("seventeeen", &["seventeen"]), + ("seventen", &["seventeen"]), + ("severeal", &["several"]), + ("severeid", &["severed"]), + ("severide", &["severed"]), + ("severley", &["severely"]), + ("severly", &["severely"]), + ("sevice", &["service"]), + ("sexaulized", &["sexualized"]), + ("sexaully", &["sexually"]), + ("sexualixed", &["sexualized"]), + ("sexualizd", &["sexualized"]), + ("sexualizied", &["sexualized"]), + ("sexuallity", &["sexually"]), + ("sexuallly", &["sexually"]), + ("sexualy", &["sexually"]), + ("sexualzied", &["sexualized"]), + ("sexulaized", &["sexualized"]), + ("seziure", &["seizure"]), + ("seziures", &["seizures"]), + ("sezuires", &["seizures"]), + ("shadasloo", &["shadaloo"]), + ("shaddow", &["shadow"]), + ("shadoloo", &["shadaloo"]), + ("shakeapeare", &["shakespeare"]), + ("shakepseare", &["shakespeare"]), + ("shakespare", &["shakespeare"]), + ("shakespeer", &["shakespeare"]), + ("shakespere", &["shakespeare"]), + ("shakesperean", &["shakespeare"]), + ("shakesphere", &["shakespeare"]), + ("shamelesly", &["shamelessly"]), + ("shamelessely", &["shamelessly"]), + ("shamelessley", &["shamelessly"]), + ("shamelessy", &["shamelessly"]), + ("shamen", &["shaman"]), + ("shampionship", &["championship"]), + ("shanenigans", &["shenanigans"]), + ("shangahi", &["shanghai"]), + ("shanghi", &["shanghai"]), + ("shanghia", &["shanghai"]), + ("shaprening", &["sharpening"]), + ("shaprie", &["sharpie"]), + ("shaprly", &["sharply"]), + ("shaprness", &["sharpness"]), + ("shardholders", &["shareholders"]), + ("shareholdes", &["shareholders"]), + ("shareholds", &["shareholders"]), + ("sharipe", &["sharpie"]), + ("sharkening", &["sharpening"]), + ("sharpeneing", &["sharpening"]), + ("sharpenning", &["sharpening"]), + ("sharpenss", &["sharpness"]), + ("sharpining", &["sharpening"]), + ("sharplay", &["sharply"]), + ("sharpley", &["sharply"]), + ("shartening", &["sharpening"]), + ("shatnering", &["shattering"]), + ("shattening", &["shattering"]), + ("shatterling", &["shattering"]), + ("shatterring", &["shattering"]), + ("shawhsank", &["shawshank"]), + ("shawshak", &["shawshank"]), + ("shcemes", &["schemes"]), + ("shcizophrenic", &["schizophrenic"]), + ("shcolars", &["scholars"]), + ("shcooled", &["schooled"]), + ("sheakspeare", &["shakespeare"]), + ("sheelpe", &["sheeple"]), + ("sheepel", &["sheeple"]), + ("sheild", &["shield"]), + ("sheilded", &["shielded"]), + ("sheilding", &["shielding"]), + ("shelterd", &["sheltered"]), + ("shelvers", &["shelves"]), + ("shelveys", &["shelves"]), + ("shenadigans", &["shenanigans"]), + ("shenanagans", &["shenanigans"]), + ("shenanagins", &["shenanigans"]), + ("shenanegans", &["shenanigans"]), + ("shenanegins", &["shenanigans"]), + ("shenangians", &["shenanigans"]), + ("shenanigains", &["shenanigans"]), + ("shenanigangs", &["shenanigans"]), + ("shenaniganns", &["shenanigans"]), + ("shenanigens", &["shenanigans"]), + ("shenanighans", &["shenanigans"]), + ("shenanigins", &["shenanigans"]), + ("shenenigans", &["shenanigans"]), + ("sheninigans", &["shenanigans"]), + ("shennaigans", &["shenanigans"]), + ("shepharded", &["shepherd"]), + ("shephed", &["shepherd"]), + ("shephered", &["shepherd"]), + ("sherlcok", &["sherlock"]), + ("sherlok", &["sherlock"]), + ("shetler", &["shelter"]), + ("shetlers", &["shelters"]), + ("shevles", &["shelves"]), + ("shfiter", &["shifter"]), + ("shfiting", &["shifting"]), + ("shieldd", &["shielded"]), + ("shifitng", &["shifting"]), + ("shifteer", &["shifter"]), + ("shileded", &["shielded"]), + ("shileding", &["shielding"]), + ("shilouette", &["silhouette"]), + ("shineing", &["shining"]), + ("shiped", &["shipped"]), + ("shiping", &["shipping"]), + ("shirely", &["shirley"]), + ("shitfer", &["shifter"]), + ("shitlasses", &["shitless"]), + ("shitstom", &["shitstorm"]), + ("shitstrom", &["shitstorm"]), + ("shittoon", &["shitton"]), + ("shittown", &["shitton"]), + ("shledon", &["sheldon"]), + ("shleter", &["shelter"]), + ("shletered", &["sheltered"]), + ("shleters", &["shelters"]), + ("shnaghai", &["shanghai"]), + ("shopkeeepers", &["shopkeepers"]), + ("shorly", &["shortly"]), + ("shortend", &["shortened"]), + ("shortenend", &["shortened"]), + ("shortenning", &["shortening"]), + ("shortenting", &["shortening"]), + ("shortining", &["shortening"]), + ("shotuout", &["shoutout"]), + ("shoudl", &["should"]), + ("shoudlers", &["shoulders"]), + ("shoudln", &["should"]), + ("shoudlnt", &["shouldnt"]), + ("shouldes", &["shoulders"]), + ("shouldnot", &["shouldnt"]), + ("shouldt", &["shouldnt"]), + ("shoulndt", &["shouldnt"]), + ("shoutot", &["shoutout"]), + ("showboarding", &["snowboarding"]), + ("showede", &["showered"]), + ("showerd", &["showered"]), + ("shperes", &["spheres"]), + ("shperical", &["spherical"]), + ("shrapenl", &["shrapnel"]), + ("shreak", &["shriek"]), + ("shrelock", &["sherlock"]), + ("shriley", &["shirley"]), + ("shrinked", &["shrunk"]), + ("shrpanel", &["shrapnel"]), + ("shtiless", &["shitless"]), + ("shuoldnt", &["shouldnt"]), + ("shwashank", &["shawshank"]), + ("siblins", &["siblings"]), + ("sicne", &["since"]), + ("sidebaord", &["sideboard"]), + ("sideboad", &["sideboard"]), + ("sidelen", &["sideline"]), + ("sidelinien", &["sideline"]), + ("sidelinjen", &["sideline"]), + ("sidelinked", &["sideline"]), + ("sideral", &["sidereal"]), + ("sidleine", &["sideline"]), + ("siezable", &["sizeable"]), + ("sieze", &["seize"]), + ("siezed", &["seized"]), + ("siezing", &["seizing"]), + ("siezure", &["seizure"]), + ("siezures", &["seizures"]), + ("siganture", &["signature"]), + ("sigantures", &["signatures"]), + ("sightstine", &["sightstone"]), + ("siginificant", &["significant"]), + ("signapore", &["singapore"]), + ("signatue", &["signatures"]), + ("signficant", &["significant"]), + ("signficiant", &["significant"]), + ("signfies", &["signifies"]), + ("signfiy", &["signify"]), + ("signifantly", &["significantly"]), + ("signifiant", &["significant"]), + ("significane", &["significance"]), + ("significanlty", &["significantly"]), + ("significanly", &["significantly"]), + ("significante", &["significance"]), + ("significanty", &["significantly"]), + ("significat", &["significant"]), + ("significatly", &["significantly"]), + ("significato", &["significant"]), + ("significently", &["significantly"]), + ("signifigant", &["significant"]), + ("signifigantly", &["significantly"]), + ("signifikant", &["significant"]), + ("signifiy", &["signify"]), + ("signigns", &["signings"]), + ("signins", &["signings"]), + ("signitories", &["signatories"]), + ("signitory", &["signatory"]), + ("signitures", &["signatures"]), + ("signleplayer", &["singleplayer"]), + ("signles", &["singles"]), + ("signular", &["singular"]), + ("signularity", &["singularity"]), + ("sigthstone", &["sightstone"]), + ("sihlouette", &["silhouette"]), + ("silbings", &["siblings"]), + ("silders", &["sliders"]), + ("silenty", &["silently"]), + ("silhouete", &["silhouette"]), + ("silicoln", &["silicon"]), + ("silicoon", &["silicon"]), + ("silimiar", &["similiar"]), + ("silohuette", &["silhouette"]), + ("silouhette", &["silhouette"]), + ("simaltaneous", &["simultaneous"]), + ("simaltaneously", &["simultaneously"]), + ("simeltaneous", &["simultaneous"]), + ("simeltaneously", &["simultaneously"]), + ("simialir", &["similiar"]), + ("simiilar", &["similiar"]), + ("similair", &["similar"]), + ("similairty", &["similarity"]), + ("similaraties", &["similarities"]), + ("similari", &["similiar"]), + ("similarily", &["similarly"]), + ("similarites", &["similarities"]), + ("similarlity", &["similarity"]), + ("similarlly", &["similarly"]), + ("similart", &["similarity"]), + ("similary", &["similarly"]), + ("similiair", &["similiar"]), + ("similiar", &["similar"]), + ("similiarites", &["similarities"]), + ("similiarity", &["similarity"]), + ("similiarly", &["similarly"]), + ("similiarties", &["similarities"]), + ("similiarty", &["similarity"]), + ("similir", &["similiar"]), + ("similiraties", &["similarities"]), + ("similtaneous", &["simultaneous"]), + ("similtaneously", &["simultaneously"]), + ("simliar", &["similar"]), + ("simliarities", &["similarities"]), + ("simliarity", &["similarity"]), + ("simliarly", &["similarly"]), + ("simliiar", &["similiar"]), + ("simluate", &["simulate"]), + ("simluated", &["simulated"]), + ("simluation", &["simulation"]), + ("simluations", &["simulations"]), + ("simluator", &["simulator"]), + ("simlutaneous", &["simultaneous"]), + ("simlutaneously", &["simultaneously"]), + ("simmilar", &["similar"]), + ("simpathizers", &["sympathizers"]), + ("simpelst", &["simplest"]), + ("simplefying", &["simplifying"]), + ("simplet", &["simplest"]), + ("simplets", &["simplest"]), + ("simpley", &["simply"]), + ("simplfy", &["simplify"]), + ("simplicitly", &["simplicity"]), + ("simplictic", &["simplistic"]), + ("simplicy", &["simplicity"]), + ("simplier", &["simpler"]), + ("simplificacion", &["simplification"]), + ("simplificaiton", &["simplification"]), + ("simplificating", &["simplification"]), + ("simplifiing", &["simplifying"]), + ("simplifing", &["simplifying"]), + ("simplifiy", &["simplify"]), + ("simplifyed", &["simplified"]), + ("simplifyng", &["simplifying"]), + ("simplisitc", &["simplistic"]), + ("simplisitic", &["simplistic"]), + ("simplisity", &["simplicity"]), + ("simplistes", &["simplest"]), + ("simplistisch", &["simplistic"]), + ("simplivity", &["simplicity"]), + ("simpliy", &["simplify"]), + ("simplyfied", &["simplified"]), + ("simplyifing", &["simplifying"]), + ("simposn", &["simpson"]), + ("simspon", &["simpson"]), + ("simualted", &["simulated"]), + ("simualtion", &["simulation"]), + ("simualtions", &["simulations"]), + ("simualtor", &["simulator"]), + ("simulacion", &["simulation"]), + ("simulaiton", &["simulations"]), + ("simulatenous", &["simultaneous"]), + ("simulatenously", &["simultaneously"]), + ("simulatie", &["simulate"]), + ("simulaties", &["simulate"]), + ("simulatin", &["simulation"]), + ("simulatious", &["simulations"]), + ("simulative", &["simulate"]), + ("simulatneous", &["simultaneous"]), + ("simulatneously", &["simultaneously"]), + ("simulato", &["simulation"]), + ("simulatons", &["simulations"]), + ("simulatore", &["simulate"]), + ("simultaenous", &["simultaneous"]), + ("simultaenously", &["simultaneously"]), + ("simultainously", &["simultaneously"]), + ("simultaneos", &["simultaneous"]), + ("simultaneosly", &["simultaneously"]), + ("simultaneoulsy", &["simultaneously"]), + ("simultaneuos", &["simultaneous"]), + ("simultaneuous", &["simultaneous"]), + ("simultaneus", &["simultaneous"]), + ("simultanious", &["simultaneous"]), + ("simultaniously", &["simultaneously"]), + ("simultanous", &["simultaneous"]), + ("simultanously", &["simultaneously"]), + ("simulteanously", &["simultaneously"]), + ("simulteneous", &["simultaneous"]), + ("sinagpore", &["singapore"]), + ("sincereley", &["sincerely"]), + ("sincerelly", &["sincerely"]), + ("sincerley", &["sincerely"]), + ("singals", &["signals"]), + ("singature", &["signature"]), + ("singatures", &["signatures"]), + ("singelplayer", &["singleplayer"]), + ("singels", &["singles"]), + ("singificantly", &["significantly"]), + ("singify", &["signify"]), + ("singlepalyer", &["singleplayer"]), + ("singlers", &["singles"]), + ("singluar", &["singular"]), + ("singluarity", &["singularity"]), + ("singpaore", &["singapore"]), + ("singsog", &["singsong"]), + ("singualrity", &["singularity"]), + ("singulair", &["singular"]), + ("singulaire", &["singular"]), + ("singulairty", &["singularity"]), + ("singularily", &["singularity"]), + ("singulariy", &["singularity"]), + ("singularty", &["singularity"]), + ("singulary", &["singularity"]), + ("singulator", &["singular"]), + ("sinistre", &["sinister"]), + ("sinlgeplayer", &["singleplayer"]), + ("sinse", &["sines"]), + ("sinsiter", &["sinister"]), + ("sistematically", &["systematically"]), + ("sitautional", &["situational"]), + ("sitautions", &["situations"]), + ("sitckers", &["stickers"]), + ("sitmuli", &["stimuli"]), + ("sitrring", &["stirring"]), + ("situacional", &["situational"]), + ("situatinal", &["situational"]), + ("situationals", &["situations"]), + ("situationly", &["situational"]), + ("situationnal", &["situational"]), + ("siutational", &["situational"]), + ("sixtin", &["sistine"]), + ("sizebale", &["sizeable"]), + ("skandinavian", &["scandinavian"]), + ("skatebaord", &["skateboard"]), + ("skatebaording", &["skateboarding"]), + ("skatebaords", &["skateboard"]), + ("skateboad", &["skateboard"]), + ("skateboader", &["skateboard"]), + ("skateboaring", &["skateboarding"]), + ("skateborad", &["skateboard"]), + ("skateborading", &["skateboarding"]), + ("skatebored", &["skateboard"]), + ("skatebrand", &["skateboard"]), + ("skateing", &["skating"]), + ("skecthes", &["sketches"]), + ("skecthy", &["sketchy"]), + ("skelatel", &["skeletal"]), + ("skeletaal", &["skeletal"]), + ("skeletl", &["skeletal"]), + ("skeletones", &["skeletons"]), + ("skeletos", &["skeletons"]), + ("skepitcal", &["skeptical"]), + ("skeptecism", &["skepticism"]), + ("skepticals", &["skeptics"]), + ("skepticim", &["skepticism"]), + ("skepticisim", &["skepticism"]), + ("skepticles", &["skeptics"]), + ("skepticons", &["skeptics"]), + ("skeptis", &["skeptics"]), + ("skeptisicm", &["skepticism"]), + ("skeptisism", &["skepticism"]), + ("sketchey", &["sketchy"]), + ("sketchs", &["sketches"]), + ("sketchysex", &["sketches"]), + ("sketpic", &["skeptic"]), + ("sketpical", &["skeptical"]), + ("sketpicism", &["skepticism"]), + ("sketpics", &["skeptics"]), + ("skillhosts", &["skillshots"]), + ("skillshits", &["skillshots"]), + ("skillshoot", &["skillshots"]), + ("skillshoots", &["skillshots"]), + ("skillshosts", &["skillshots"]), + ("skillslots", &["skillshots"]), + ("skillsofts", &["skillshots"]), + ("skillsshot", &["skillshots"]), + ("skillsto", &["skillshots"]), + ("skimrish", &["skirmish"]), + ("skirmiches", &["skirmish"]), + ("skpetic", &["skeptic"]), + ("skpeticism", &["skepticism"]), + ("skpetics", &["skeptics"]), + ("skrawberries", &["strawberries"]), + ("skrimish", &["skirmish"]), + ("skteches", &["sketches"]), + ("sktechy", &["sketchy"]), + ("skwyard", &["skyward"]), + ("skywalkr", &["skywalker"]), + ("slaptoon", &["splatoon"]), + ("slaughted", &["slaughtered"]), + ("slaughterd", &["slaughtered"]), + ("slaugterhouses", &["slaughterhouses"]), + ("slaugther", &["slaughter"]), + ("slaugthered", &["slaughtered"]), + ("slaugthering", &["slaughtering"]), + ("slavage", &["salvage"]), + ("slaverly", &["slavery"]), + ("slayign", &["slaying"]), + ("sldiers", &["sliders"]), + ("slefies", &["selfies"]), + ("slefishness", &["selfishness"]), + ("slienced", &["silenced"]), + ("sliently", &["silently"]), + ("slighlty", &["slightly"]), + ("slighly", &["slightly"]), + ("slighty", &["slightly"]), + ("sligthly", &["slightly"]), + ("slipperies", &["slippers"]), + ("slipperly", &["slippery"]), + ("slippes", &["slippers"]), + ("slippey", &["slippery"]), + ("sloughtering", &["slaughtering"]), + ("slowy", &["slowly"]), + ("sluaghter", &["slaughter"]), + ("sluaghtered", &["slaughtered"]), + ("sluaghtering", &["slaughtering"]), + ("smackdwon", &["smackdown"]), + ("smae", &["same"]), + ("smaples", &["samples"]), + ("smarpthone", &["smartphones"]), + ("smartare", &["smarter"]), + ("smarthpone", &["smartphone"]), + ("smarthpones", &["smartphones"]), + ("smartre", &["smarter"]), + ("smaurai", &["samurai"]), + ("smealting", &["smelting"]), + ("smeesters", &["semesters"]), + ("smoe", &["some"]), + ("snadler", &["sandler"]), + ("snadstorm", &["sandstorm"]), + ("snadwiches", &["sandwiches"]), + ("sneeks", &["sneaks"]), + ("snese", &["sneeze"]), + ("snetries", &["sentries"]), + ("snigles", &["singles"]), + ("snippent", &["snippet"]), + ("snippert", &["snippet"]), + ("snippes", &["snippets"]), + ("snippetts", &["snippets"]), + ("snodwen", &["snowden"]), + ("snowbaling", &["snowballing"]), + ("snowballes", &["snowballs"]), + ("snowballling", &["snowballing"]), + ("snowballls", &["snowballs"]), + ("snowbals", &["snowballs"]), + ("snowbaording", &["snowboarding"]), + ("snowboaring", &["snowboarding"]), + ("snowbolling", &["snowballing"]), + ("snowfalke", &["snowflake"]), + ("snowfalling", &["snowballing"]), + ("snowflaek", &["snowflake"]), + ("snowlfake", &["snowflake"]), + ("snugglie", &["snuggle"]), + ("snwoballs", &["snowballs"]), + ("snwoden", &["snowden"]), + ("snycing", &["syncing"]), + ("snydrome", &["syndrome"]), + ("snyergy", &["synergy"]), + ("snyopsis", &["synopsis"]), + ("snythesis", &["synthesis"]), + ("snythetic", &["synthetic"]), + ("soberity", &["sobriety"]), + ("sobreity", &["sobriety"]), + ("socailism", &["socialism"]), + ("socailist", &["socialist"]), + ("socailists", &["socialists"]), + ("socailize", &["socialize"]), + ("socailized", &["socialized"]), + ("socailizing", &["socializing"]), + ("socailly", &["socially"]), + ("socalism", &["socialism"]), + ("socartes", &["socrates"]), + ("soceities", &["societies"]), + ("socialicing", &["socializing"]), + ("socialim", &["socialism"]), + ("socialini", &["socializing"]), + ("socialisim", &["socialism"]), + ("socialiss", &["socialists"]), + ("socialistes", &["socialists"]), + ("socialistisk", &["socialists"]), + ("socialistos", &["socialists"]), + ("socializare", &["socialize"]), + ("socializng", &["socializing"]), + ("socialogical", &["sociological"]), + ("socialsim", &["socialism"]), + ("socialsits", &["socialists"]), + ("socialy", &["socially"]), + ("sociapathic", &["sociopathic"]), + ("sociapaths", &["sociopaths"]), + ("socieites", &["societies"]), + ("socilaism", &["socialism"]), + ("socilaist", &["socialist"]), + ("socilaists", &["socialists"]), + ("socilaized", &["socialized"]), + ("socioecenomic", &["socioeconomic"]), + ("socioecomonic", &["socioeconomic"]), + ("socioeconimc", &["socioeconomic"]), + ("socioeconimic", &["socioeconomic"]), + ("socioeconmic", &["socioeconomic"]), + ("socioligical", &["sociological"]), + ("sociologia", &["sociological"]), + ("sociologial", &["sociological"]), + ("sociopatas", &["sociopaths"]), + ("sociopatch", &["sociopaths"]), + ("sociopathes", &["sociopaths"]), + ("sociopathis", &["sociopaths"]), + ("sociopati", &["sociopathic"]), + ("sociopatic", &["sociopathic"]), + ("sociopats", &["sociopaths"]), + ("sociophatic", &["sociopathic"]), + ("sociopolical", &["sociological"]), + ("socities", &["societies"]), + ("socratease", &["socrates"]), + ("socratees", &["socrates"]), + ("socrateks", &["socrates"]), + ("socreboard", &["scoreboard"]), + ("socttish", &["scottish"]), + ("soem", &["some"]), + ("soemthin", &["somethin"]), + ("soemthing", &["something"]), + ("soemthings", &["somethings"]), + ("sofware", &["software"]), + ("sohpisticated", &["sophisticated"]), + ("sohpomore", &["sophomore"]), + ("sohw", &["show"]), + ("soilders", &["soldiers"]), + ("soildly", &["solidly"]), + ("solatary", &["solitary"]), + ("soldeirs", &["soldiers"]), + ("soldiarity", &["solidarity"]), + ("soldies", &["soldiers"]), + ("soldily", &["solidly"]), + ("soley", &["solely"]), + ("solidairty", &["solidarity"]), + ("solidariety", &["solidarity"]), + ("soliders", &["soldiers"]), + ("soliditary", &["solidarity"]), + ("soliliquy", &["soliloquy"]), + ("solitudine", &["solitude"]), + ("soluable", &["soluble"]), + ("solutide", &["solitude"]), + ("somaila", &["somalia"]), + ("somalija", &["somalia"]), + ("somehtin", &["somethin"]), + ("somehting", &["something"]), + ("somehtings", &["somethings"]), + ("somene", &["someone"]), + ("someoens", &["someones"]), + ("someoneis", &["someones"]), + ("someonelse", &["someones"]), + ("someons", &["someones"]), + ("somethibng", &["somethin"]), + ("somethign", &["something"]), + ("somethigng", &["somethin"]), + ("somethigns", &["somethings"]), + ("somethihng", &["somethin"]), + ("somethiing", &["somethin"]), + ("somethijng", &["somethin"]), + ("somethikng", &["somethin"]), + ("somethimng", &["somethin"]), + ("somethinbg", &["somethings"]), + ("somethines", &["somethings"]), + ("somethinfg", &["somethings"]), + ("somethingest", &["somethings"]), + ("somethingis", &["somethings"]), + ("somethinhg", &["somethings"]), + ("somethinig", &["somethings"]), + ("somethinkg", &["somethings"]), + ("somethinks", &["somethings"]), + ("somethinmg", &["somethings"]), + ("somethinng", &["somethings"]), + ("somethins", &["somethings"]), + ("somethintg", &["somethings"]), + ("somethiong", &["somethin"]), + ("somethis", &["somethings"]), + ("somethiung", &["somethin"]), + ("somethn", &["somethin"]), + ("sometihn", &["somethin"]), + ("sometinh", &["somethin"]), + ("somoenes", &["someones"]), + ("somtimes", &["sometimes"]), + ("somwhere", &["somewhere"]), + ("soparnos", &["sopranos"]), + ("sophicated", &["sophisticated"]), + ("sophisitcated", &["sophisticated"]), + ("sophistacated", &["sophisticated"]), + ("sophisticaed", &["sophisticated"]), + ("sophisticted", &["sophisticated"]), + ("sophistocated", &["sophisticated"]), + ("sophmore", &["sophomore"]), + ("sophosticated", &["sophisticated"]), + ("sopohmore", &["sophomore"]), + ("sorcercy", &["sorcery"]), + ("sorcerey", &["sorcery"]), + ("sorceror", &["sorcerer"]), + ("sorcerry", &["sorcery"]), + ("sorpanos", &["sopranos"]), + ("sorrounding", &["surrounding"]), + ("sotrmfront", &["stormfront"]), + ("sotry", &["story"]), + ("sotryline", &["storyline"]), + ("sotrylines", &["storylines"]), + ("sotyr", &["satyr"]), + ("soudn", &["sound"]), + ("soudns", &["sounds"]), + ("soudntrack", &["soundtrack"]), + ("sould", &["could"]), + ("soundrtack", &["soundtracks"]), + ("soundtracs", &["soundtracks"]), + ("soundtrak", &["soundtrack"]), + ("soundtrakc", &["soundtracks"]), + ("soundtrakcs", &["soundtracks"]), + ("soundtrakk", &["soundtrack"]), + ("soundtraks", &["soundtracks"]), + ("sountrack", &["soundtrack"]), + ("sourth", &["south"]), + ("sourthern", &["southern"]), + ("southampon", &["southampton"]), + ("southamption", &["southampton"]), + ("southamton", &["southampton"]), + ("southamtpon", &["southampton"]), + ("southanpton", &["southampton"]), + ("southapmton", &["southampton"]), + ("southen", &["southern"]), + ("southerers", &["southerners"]), + ("southernerns", &["southerners"]), + ("southernes", &["southerners"]), + ("southernese", &["southerners"]), + ("southerness", &["southerners"]), + ("southernest", &["southerners"]), + ("southernors", &["southerners"]), + ("southerton", &["southern"]), + ("southmapton", &["southampton"]), + ("southren", &["southern"]), + ("southtampon", &["southampton"]), + ("souvenier", &["souvenir"]), + ("souveniers", &["souvenirs"]), + ("soveits", &["soviets"]), + ("soveregin", &["sovereign"]), + ("soveregnity", &["sovereignty"]), + ("sovereighnty", &["sovereignty"]), + ("sovereighty", &["sovereignty"]), + ("sovereignety", &["sovereignty"]), + ("sovereignity", &["sovereignty"]), + ("sovereigny", &["sovereignty"]), + ("soverein", &["sovereign"]), + ("sovereing", &["sovereign"]), + ("sovereingty", &["sovereignty"]), + ("sovereinity", &["sovereignty"]), + ("sovereinty", &["sovereignty"]), + ("soveriegn", &["sovereign"]), + ("soveriegnty", &["sovereignty"]), + ("soveriengty", &["sovereignty"]), + ("soverign", &["sovereign"]), + ("soverignity", &["sovereignty"]), + ("soverignty", &["sovereignty"]), + ("sovietes", &["soviets"]), + ("spacebr", &["spacebar"]), + ("spacegoat", &["scapegoat"]), + ("spacification", &["specification"]), + ("spagehtti", &["spaghetti"]), + ("spagheti", &["spaghetti"]), + ("spahgetti", &["spaghetti"]), + ("spainish", &["spanish"]), + ("spainsh", &["spanish"]), + ("spaltoon", &["splatoon"]), + ("spammade", &["spammed"]), + ("spammare", &["spammer"]), + ("spammear", &["spammer"]), + ("spammend", &["spammed"]), + ("spammeur", &["spammer"]), + ("spanisch", &["spanish"]), + ("spansih", &["spanish"]), + ("spanwed", &["spawned"]), + ("sparkel", &["sparkle"]), + ("sparklie", &["sparkle"]), + ("sparlking", &["sparkling"]), + ("spartaniis", &["spartans"]), + ("spartanops", &["spartans"]), + ("spartants", &["spartans"]), + ("spartas", &["spartans"]), + ("spartsn", &["spartans"]), + ("sparyed", &["sprayed"]), + ("spawend", &["spawned"]), + ("spawnig", &["spawning"]), + ("spawnign", &["spawning"]), + ("speach", &["speech"]), + ("specail", &["special"]), + ("specailist", &["specialist"]), + ("specailists", &["specialists"]), + ("specailization", &["specialization"]), + ("specailize", &["specializes"]), + ("specailized", &["specialized"]), + ("specailizes", &["specializes"]), + ("specailly", &["specially"]), + ("specailty", &["specialty"]), + ("specality", &["specialty"]), + ("specatcular", &["spectacular"]), + ("specemin", &["specimen"]), + ("specfic", &["specific"]), + ("speciaal", &["special"]), + ("speciales", &["specials"]), + ("specialication", &["specialization"]), + ("specialice", &["specialize"]), + ("specialiced", &["specialized"]), + ("specialices", &["specializes"]), + ("specialied", &["specialized"]), + ("specialies", &["specializes"]), + ("specialis", &["specials"]), + ("specialistes", &["specialists"]), + ("specialites", &["specializes"]), + ("specialits", &["specials"]), + ("specializaiton", &["specialization"]), + ("specializare", &["specialize"]), + ("specializate", &["specialize"]), + ("specializaton", &["specialization"]), + ("specializeds", &["specializes"]), + ("specializied", &["specialize"]), + ("speciallist", &["specialist"]), + ("speciallity", &["specially"]), + ("speciallize", &["specialize"]), + ("speciallized", &["specialised"]), + ("speciallly", &["specially"]), + ("speciallty", &["specially"]), + ("specialops", &["specials"]), + ("specialsts", &["specialists"]), + ("specialt", &["specialist"]), + ("specialtys", &["specials"]), + ("specialy", &["specially"]), + ("specialz", &["specialize"]), + ("specialzed", &["specialized"]), + ("specialzes", &["specializes"]), + ("specialzied", &["specialized"]), + ("specias", &["specials"]), + ("speciatly", &["specialty"]), + ("specifcally", &["specifically"]), + ("specifcation", &["specification"]), + ("specifed", &["specified"]), + ("specificaiton", &["specifications"]), + ("specificaitons", &["specification"]), + ("specificaly", &["specifically"]), + ("specificato", &["specification"]), + ("specificatons", &["specifications"]), + ("specifices", &["specifics"]), + ("specificies", &["specifics"]), + ("specifiing", &["specifying"]), + ("specifikation", &["specification"]), + ("specifing", &["specifying"]), + ("specifiy", &["specify"]), + ("specifiying", &["specifying"]), + ("specifiyng", &["specifying"]), + ("specilaized", &["specialize"]), + ("speciliast", &["specialists"]), + ("speciliazation", &["specialization"]), + ("speciliazed", &["specialize"]), + ("speciman", &["specimen"]), + ("specimine", &["specimen"]), + ("specimines", &["specimen"]), + ("specisl", &["specials"]), + ("specrtal", &["spectral"]), + ("spectacuarly", &["spectacular"]), + ("spectaculair", &["spectacular"]), + ("spectaculaire", &["spectacular"]), + ("spectaculalry", &["spectacularly"]), + ("spectacularely", &["spectacularly"]), + ("spectacularily", &["spectacularly"]), + ("spectaculary", &["spectacularly"]), + ("spectacullar", &["spectacularly"]), + ("spectarors", &["spectators"]), + ("spectaters", &["spectators"]), + ("spectatores", &["spectators"]), + ("spectatular", &["spectacular"]), + ("spectatularly", &["spectacularly"]), + ("spectauclar", &["spectacular"]), + ("spectaulars", &["spectaculars"]), + ("spectecular", &["spectacular"]), + ("spectracal", &["spectral"]), + ("spectrail", &["spectral"]), + ("spectraply", &["spectral"]), + ("spectrolab", &["spectral"]), + ("spects", &["aspects"]), + ("spectum", &["spectrum"]), + ("specualte", &["speculate"]), + ("specualting", &["speculating"]), + ("specualtion", &["speculation"]), + ("specualtions", &["speculation"]), + ("specualtive", &["speculative"]), + ("specularite", &["speculative"]), + ("speculatie", &["speculative"]), + ("speculaties", &["speculative"]), + ("speculatin", &["speculation"]), + ("speecheasy", &["speeches"]), + ("speechers", &["speeches"]), + ("speechs", &["speeches"]), + ("spehres", &["spheres"]), + ("spehrical", &["spherical"]), + ("speical", &["special"]), + ("speicalist", &["specialist"]), + ("speically", &["specially"]), + ("speicals", &["specials"]), + ("speices", &["species"]), + ("spellig", &["spelling"]), + ("spellign", &["spelling"]), + ("spendour", &["splendour"]), + ("spermatozoan", &["spermatozoon"]), + ("spesifically", &["specifically"]), + ("spesification", &["specification"]), + ("spesifications", &["specifications"]), + ("spetember", &["september"]), + ("spezialisation", &["specialization"]), + ("sphagetti", &["spaghetti"]), + ("sphereos", &["spheres"]), + ("spilnter", &["splinter"]), + ("spiltter", &["splitter"]), + ("spindel", &["spindle"]), + ("spindrel", &["spindle"]), + ("spiritd", &["spirited"]), + ("spirites", &["spirits"]), + ("spiritis", &["spirits"]), + ("spiritualiy", &["spiritually"]), + ("spirituallity", &["spiritually"]), + ("spirituallly", &["spiritually"]), + ("spiritualty", &["spirituality"]), + ("spiritualy", &["spiritually"]), + ("spirituella", &["spiritually"]), + ("spiritus", &["spirits"]), + ("spirtied", &["spirited"]), + ("spirtiuality", &["spirituality"]), + ("spirtiually", &["spiritually"]), + ("spirutuality", &["spirituality"]), + ("spirutually", &["spiritually"]), + ("spitirually", &["spiritually"]), + ("splaton", &["splatoon"]), + ("splatooon", &["splatoon"]), + ("spleling", &["spelling"]), + ("splitner", &["splinter"]), + ("splittr", &["splitter"]), + ("spoace", &["space"]), + ("spoilerd", &["spoiled"]), + ("spoiles", &["spoilers"]), + ("spoitfy", &["spotify"]), + ("spolied", &["spoiled"]), + ("spoliers", &["spoilers"]), + ("sponatenous", &["spontaneous"]), + ("sponatenously", &["spontaneously"]), + ("sponatneous", &["spontaneous"]), + ("sponosred", &["sponsored"]), + ("sponser", &["sponsor"]), + ("sponsered", &["sponsored"]), + ("sponsership", &["sponsorship"]), + ("sponsord", &["sponsored"]), + ("sponsorees", &["sponsors"]), + ("sponsores", &["sponsors"]), + ("sponsorhip", &["sponsorship"]), + ("sponsorhips", &["sponsorship"]), + ("sponsorhsip", &["sponsorship"]), + ("sponsorise", &["sponsors"]), + ("sponsorshop", &["sponsorship"]), + ("spontaenous", &["spontaneous"]), + ("spontaenously", &["spontaneously"]), + ("spontainous", &["spontaneous"]), + ("spontainously", &["spontaneously"]), + ("spontaneos", &["spontaneous"]), + ("spontaneosly", &["spontaneously"]), + ("spontaneoulsy", &["spontaneously"]), + ("spontaneouly", &["spontaneously"]), + ("spontanes", &["spontaneous"]), + ("spontaneuos", &["spontaneous"]), + ("spontaneuosly", &["spontaneously"]), + ("spontaneus", &["spontaneous"]), + ("spontanious", &["spontaneous"]), + ("spontaniously", &["spontaneously"]), + ("spontanous", &["spontaneous"]), + ("spontanuously", &["spontaneously"]), + ("sponteanous", &["spontaneous"]), + ("sponteanously", &["spontaneously"]), + ("sponteneous", &["spontaneous"]), + ("sponteneously", &["spontaneously"]), + ("sponzored", &["sponsored"]), + ("spoonfulls", &["spoonfuls"]), + ("sporanos", &["sopranos"]), + ("sporles", &["sproles"]), + ("sporstmanship", &["sportsmanship"]), + ("sportmansship", &["sportsmanship"]), + ("sportsmamship", &["sportsmanship"]), + ("sportsmansship", &["sportsmanship"]), + ("sportsmenship", &["sportsmanship"]), + ("sporuts", &["sprouts"]), + ("spotfiy", &["spotify"]), + ("spotifiy", &["spotify"]), + ("spotifty", &["spotify"]), + ("sppeches", &["speeches"]), + ("sprakling", &["sparkling"]), + ("sprayade", &["sprayed"]), + ("spreaded", &["spread"]), + ("spreadhseet", &["spreadsheet"]), + ("spreadhseets", &["spreadsheets"]), + ("spreadsheat", &["spreadsheet"]), + ("spreadsheats", &["spreadsheets"]), + ("spreadsheeds", &["spreadsheets"]), + ("spreadsheeet", &["spreadsheets"]), + ("spreadsheeters", &["spreadsheets"]), + ("spreadsheeticus", &["spreadsheets"]), + ("spreadshet", &["spreadsheet"]), + ("spreadshets", &["spreadsheets"]), + ("spred", &["spread"]), + ("spreedsheet", &["spreadsheet"]), + ("springfeild", &["springfield"]), + ("springfeld", &["springfield"]), + ("springfied", &["springfield"]), + ("springfiled", &["springfield"]), + ("springst", &["sprints"]), + ("sprinke", &["sprinkle"]), + ("sprinkel", &["sprinkle"]), + ("sprinkeld", &["sprinkled"]), + ("sprinklered", &["sprinkled"]), + ("sprintas", &["sprints"]), + ("spriritual", &["spiritual"]), + ("spritual", &["spiritual"]), + ("sproels", &["sproles"]), + ("sprotsmanship", &["sportsmanship"]), + ("sproutes", &["sprouts"]), + ("spwaned", &["spawned"]), + ("spwaning", &["spawning"]), + ("sqaudron", &["squadron"]), + ("sqaure", &["square"]), + ("sqaurely", &["squarely"]), + ("sqaures", &["squares"]), + ("sqeuaky", &["squeaky"]), + ("sqiurtle", &["squirtle"]), + ("sqiushy", &["squishy"]), + ("squadroon", &["squadron"]), + ("squardon", &["squadron"]), + ("squareds", &["squares"]), + ("squarey", &["squarely"]), + ("squarley", &["squarely"]), + ("squeakey", &["squeaky"]), + ("squeakly", &["squeaky"]), + ("squirel", &["squirtle"]), + ("squirle", &["squirrel"]), + ("squirlte", &["squirtle"]), + ("squirrelies", &["squirrels"]), + ("squirrelius", &["squirrels"]), + ("squirrells", &["squirrels"]), + ("squirrelus", &["squirrels"]), + ("squirrl", &["squirrel"]), + ("squirrle", &["squirrel"]), + ("squirrles", &["squirrels"]), + ("squirrtle", &["squirrel"]), + ("squirte", &["squirtle"]), + ("squirtel", &["squirtle"]), + ("squishey", &["squishy"]), + ("squishly", &["squishy"]), + ("squritle", &["squirtle"]), + ("squrriel", &["squirrel"]), + ("squrriels", &["squirrels"]), + ("squrtile", &["squirtle"]), + ("squsihy", &["squishy"]), + ("sriarcha", &["sriracha"]), + ("sriraca", &["sriracha"]), + ("srirachia", &["sriracha"]), + ("srirachra", &["sriracha"]), + ("srpouts", &["sprouts"]), + ("srriacha", &["sriracha"]), + ("sryacuse", &["syracuse"]), + ("sryians", &["syrians"]), + ("sryinge", &["syringe"]), + ("stabelized", &["stabilized"]), + ("stabilizare", &["stabilize"]), + ("stabilizied", &["stabilize"]), + ("stabilizier", &["stabilize"]), + ("stabilizies", &["stabilize"]), + ("stabilzied", &["stabilized"]), + ("stabliize", &["stabilize"]), + ("stablility", &["stability"]), + ("stablizied", &["stabilized"]), + ("stadius", &["stadiums"]), + ("staduim", &["stadium"]), + ("staduims", &["stadiums"]), + ("staggaring", &["staggering"]), + ("staggerring", &["staggering"]), + ("staggerwing", &["staggering"]), + ("stagnat", &["stagnant"]), + ("staidum", &["stadium"]), + ("staidums", &["stadiums"]), + ("stainlees", &["stainless"]), + ("staion", &["station"]), + ("stakeboard", &["skateboard"]), + ("stakeboarding", &["skateboarding"]), + ("stakler", &["stalker"]), + ("staklers", &["stalkers"]), + ("stalekrs", &["stalkers"]), + ("stalkear", &["stalker"]), + ("stalkes", &["stalkers"]), + ("staminia", &["stamina"]), + ("stamnia", &["stamina"]), + ("stampade", &["stamped"]), + ("stampeed", &["stamped"]), + ("stancels", &["stances"]), + ("stancers", &["stances"]), + ("standars", &["standards"]), + ("standartized", &["standardized"]), + ("standbay", &["standby"]), + ("standbuy", &["standby"]), + ("standerdized", &["standardized"]), + ("stangant", &["stagnant"]), + ("stange", &["strange"]), + ("staoshi", &["satoshi"]), + ("stardardized", &["standardized"]), + ("staright", &["straight"]), + ("starighten", &["straighten"]), + ("starightened", &["straightened"]), + ("starightforward", &["straightforward"]), + ("starined", &["strained"]), + ("starins", &["strains"]), + ("starlted", &["startled"]), + ("starnation", &["starvation"]), + ("startde", &["startled"]), + ("startegic", &["strategic"]), + ("startegically", &["strategically"]), + ("startegies", &["strategies"]), + ("startegy", &["strategy"]), + ("starteld", &["startled"]), + ("startlxde", &["startled"]), + ("startsup", &["startups"]), + ("startupbus", &["startups"]), + ("startus", &["startups"]), + ("starwberries", &["strawberries"]), + ("starwberry", &["strawberry"]), + ("stateman", &["statesman"]), + ("statememts", &["statements"]), + ("statictics", &["statistics"]), + ("staticts", &["statist"]), + ("stationair", &["stationary"]), + ("stationairy", &["stationary"]), + ("stationd", &["stationed"]), + ("stationerad", &["stationed"]), + ("stationnary", &["stationary"]), + ("stationy", &["stationary"]), + ("statisitc", &["statistic"]), + ("statisitcal", &["statistical"]), + ("statisitcally", &["statistically"]), + ("statisitcs", &["statistics"]), + ("statiskt", &["statist"]), + ("statistacally", &["statistically"]), + ("statistc", &["statistic"]), + ("statistcal", &["statistical"]), + ("statisticaly", &["statistically"]), + ("statisticly", &["statistical"]), + ("statistisch", &["statistics"]), + ("statistisk", &["statistics"]), + ("statits", &["statist"]), + ("statment", &["statement"]), + ("statsit", &["statist"]), + ("statsitical", &["statistical"]), + ("stattues", &["statutes"]), + ("statuer", &["stature"]), + ("statuets", &["statutes"]), + ("statuse", &["statutes"]), + ("statuser", &["stature"]), + ("statuts", &["statutes"]), + ("stauration", &["saturation"]), + ("staurday", &["saturday"]), + ("staurdays", &["saturdays"]), + ("stautes", &["statues"]), + ("steadilly", &["steadily"]), + ("steadliy", &["steadily"]), + ("stealhty", &["stealthy"]), + ("stealthboy", &["stealthy"]), + ("stealthely", &["stealthy"]), + ("stealthify", &["stealthy"]), + ("stealthly", &["stealthy"]), + ("stealthray", &["stealthy"]), + ("stealty", &["stealthy"]), + ("steathly", &["stealthy"]), + ("steeleries", &["steelers"]), + ("steeles", &["steelers"]), + ("stelathy", &["stealthy"]), + ("steorid", &["steroid"]), + ("stereotipe", &["stereotype"]), + ("stereotipical", &["stereotypical"]), + ("stereotpye", &["stereotypes"]), + ("stereotpyes", &["stereotypes"]), + ("stereotpyical", &["stereotypical"]), + ("stereotpying", &["stereotyping"]), + ("stereotying", &["stereotyping"]), + ("stereotypcial", &["stereotypical"]), + ("stereotypeing", &["stereotyping"]), + ("stereotypers", &["stereotypes"]), + ("stereotypian", &["stereotyping"]), + ("stereotypying", &["stereotyping"]), + ("steriel", &["sterile"]), + ("sterilze", &["sterile"]), + ("steriods", &["steroids"]), + ("steriotype", &["stereotype"]), + ("steriotypes", &["stereotypes"]), + ("steriotypical", &["stereotypical"]), + ("steriotyping", &["stereotyping"]), + ("sterlie", &["sterile"]), + ("steroetype", &["stereotype"]), + ("steroetypes", &["stereotypes"]), + ("steroetypical", &["stereotypical"]), + ("steroetyping", &["stereotyping"]), + ("sterotypes", &["stereotypes"]), + ("steryotype", &["stereotype"]), + ("steryotypes", &["stereotypes"]), + ("steryotypical", &["stereotypical"]), + ("steryotyping", &["stereotyping"]), + ("stichted", &["stitched"]), + ("stichting", &["stitching"]), + ("stickes", &["stickers"]), + ("sticthed", &["stitched"]), + ("sticthes", &["stitches"]), + ("sticthing", &["stitching"]), + ("stilus", &["stylus"]), + ("stimilants", &["stimulants"]), + ("stimilated", &["stimulated"]), + ("stimluating", &["stimulating"]), + ("stimualted", &["stimulated"]), + ("stimualting", &["stimulating"]), + ("stimualtion", &["stimulation"]), + ("stimulai", &["stimuli"]), + ("stimulans", &["stimulants"]), + ("stimulantes", &["stimulants"]), + ("stimulas", &["stimulants"]), + ("stimulat", &["stimulants"]), + ("stimulatie", &["stimulated"]), + ("stimulatin", &["stimulation"]), + ("stimulaton", &["stimulation"]), + ("stimulents", &["stimulants"]), + ("stimulli", &["stimuli"]), + ("stingent", &["stringent"]), + ("stiring", &["stirring"]), + ("stirker", &["striker"]), + ("stirkers", &["strikers"]), + ("stirrig", &["stirring"]), + ("stirrs", &["stirs"]), + ("stitchs", &["stitches"]), + ("stlaker", &["stalker"]), + ("stlakers", &["stalkers"]), + ("stlye", &["style"]), + ("stlyish", &["stylish"]), + ("stockpilled", &["stockpile"]), + ("stockplie", &["stockpile"]), + ("stomache", &["stomach"]), + ("stomrfront", &["stormfront"]), + ("stong", &["strong"]), + ("stopry", &["story"]), + ("storeis", &["stories"]), + ("storelines", &["storylines"]), + ("storise", &["stories"]), + ("stormade", &["stormed"]), + ("stormde", &["stormed"]), + ("stormend", &["stormed"]), + ("stormfornt", &["stormfront"]), + ("stormfromt", &["stormfront"]), + ("stormfrount", &["stormfront"]), + ("stornegst", &["strongest"]), + ("stornfront", &["stormfront"]), + ("stornghold", &["stronghold"]), + ("storyteling", &["storytelling"]), + ("storytellling", &["storytelling"]), + ("stoyr", &["story"]), + ("stpo", &["stop"]), + ("stradegies", &["strategies"]), + ("stradegy", &["strategy"]), + ("stragegically", &["strategically"]), + ("stragetic", &["strategic"]), + ("stragetically", &["strategically"]), + ("strageties", &["strategies"]), + ("stragety", &["strategy"]), + ("straightden", &["straightened"]), + ("straighted", &["straightened"]), + ("straightend", &["straightened"]), + ("straightenend", &["straightened"]), + ("straightforeward", &["straightforward"]), + ("straightforwad", &["straightforward"]), + ("straightie", &["straighten"]), + ("straightin", &["straighten"]), + ("straightmen", &["straighten"]), + ("straightn", &["straighten"]), + ("straightned", &["straightened"]), + ("straightner", &["straighten"]), + ("straignt", &["straighten"]), + ("straigntened", &["straightened"]), + ("straigt", &["straight"]), + ("straigth", &["straight"]), + ("straigthen", &["straighten"]), + ("straigthened", &["straightened"]), + ("straigthforward", &["straightforward"]), + ("straind", &["strained"]), + ("straings", &["strains"]), + ("straitforward", &["straightforward"]), + ("strangel", &["strangle"]), + ("strangeshit", &["strangest"]), + ("stranget", &["strangest"]), + ("strangets", &["strangest"]), + ("stranglove", &["strangle"]), + ("strangreal", &["strangle"]), + ("strat", &["start"]), + ("stratagically", &["strategically"]), + ("stratagies", &["strategies"]), + ("strategems", &["strategies"]), + ("strategicaly", &["strategically"]), + ("strategice", &["strategies"]), + ("strategiclly", &["strategically"]), + ("strategis", &["strategies"]), + ("strategisch", &["strategic"]), + ("strategisk", &["strategies"]), + ("strategiske", &["strategies"]), + ("stratgey", &["strategy"]), + ("stratigically", &["strategically"]), + ("stratled", &["startled"]), + ("stravation", &["starvation"]), + ("strawbarry", &["strawberry"]), + ("strawbeary", &["strawberry"]), + ("strawbeery", &["strawberry"]), + ("strawberies", &["strawberries"]), + ("strawberrries", &["strawberries"]), + ("strawberrry", &["strawberry"]), + ("strawbery", &["strawberry"]), + ("strawbrary", &["strawberry"]), + ("strawbrerry", &["strawberry"]), + ("strawburries", &["strawberries"]), + ("strawburry", &["strawberry"]), + ("streaching", &["stretching"]), + ("streamade", &["streamed"]), + ("streamare", &["streamer"]), + ("streamd", &["streamed"]), + ("streamear", &["streamer"]), + ("streames", &["streams"]), + ("streamos", &["streams"]), + ("streamtrue", &["streamer"]), + ("streamus", &["streams"]), + ("streamys", &["streams"]), + ("strechted", &["stretched"]), + ("strechtes", &["stretches"]), + ("strechting", &["stretching"]), + ("strecthed", &["stretched"]), + ("strecthes", &["stretches"]), + ("strecthing", &["stretching"]), + ("streemlining", &["streamlining"]), + ("stregnth", &["strength"]), + ("stregnthen", &["strengthen"]), + ("stregnthening", &["strengthening"]), + ("stregnths", &["strengths"]), + ("stregth", &["strength"]), + ("streichung", &["stretching"]), + ("streightened", &["straightened"]), + ("stremear", &["streamer"]), + ("strengh", &["strength"]), + ("strenghen", &["strengthen"]), + ("strenghened", &["strengthened"]), + ("strenghening", &["strengthening"]), + ("strenght", &["strength"]), + ("strenghten", &["strengthen"]), + ("strenghtend", &["strengthen"]), + ("strenghtened", &["strengthened"]), + ("strenghtening", &["strengthening"]), + ("strenghtens", &["strengthen"]), + ("strengsten", &["strengthen"]), + ("strengtened", &["strengthened"]), + ("strengtheing", &["strengthening"]), + ("strengthes", &["strengths"]), + ("strengthin", &["strengthen"]), + ("strengthining", &["strengthening"]), + ("strengthn", &["strengthen"]), + ("strengts", &["strengths"]), + ("strenous", &["strenuous"]), + ("strentgh", &["strength"]), + ("strentghs", &["strengths"]), + ("streoid", &["steroid"]), + ("stressade", &["stressed"]), + ("stressende", &["stressed"]), + ("stressers", &["stresses"]), + ("stresss", &["stresses"]), + ("stretchs", &["stretches"]), + ("stretegically", &["strategically"]), + ("striaght", &["straight"]), + ("striaghten", &["straighten"]), + ("striaghtforward", &["straightforward"]), + ("strians", &["strains"]), + ("striclty", &["strictly"]), + ("strictist", &["strictest"]), + ("stricty", &["strictly"]), + ("striekr", &["striker"]), + ("striekrs", &["strikers"]), + ("strikely", &["strikingly"]), + ("stringet", &["stringent"]), + ("stringnet", &["stringent"]), + ("strnad", &["strand"]), + ("stromed", &["stormed"]), + ("stromfront", &["stormfront"]), + ("stronkhold", &["stronghold"]), + ("stroy", &["story"]), + ("stroyline", &["storyline"]), + ("stroylines", &["storylines"]), + ("stroytelling", &["storytelling"]), + ("structered", &["structured"]), + ("structrual", &["structural"]), + ("structual", &["structural"]), + ("structurel", &["structural"]), + ("structurels", &["structures"]), + ("structurs", &["structures"]), + ("strucutral", &["structural"]), + ("strucutre", &["structure"]), + ("strucutred", &["structured"]), + ("strucutres", &["structures"]), + ("struggeld", &["struggled"]), + ("struggels", &["struggles"]), + ("strugglebus", &["struggles"]), + ("struggleing", &["struggling"]), + ("strugglign", &["struggling"]), + ("strwaberry", &["strawberry"]), + ("stryofoam", &["styrofoam"]), + ("sttutering", &["stuttering"]), + ("stubbon", &["stubborn"]), + ("stubborness", &["stubbornness"]), + ("stubbron", &["stubborn"]), + ("stubmled", &["stumbled"]), + ("stucture", &["structure"]), + ("stuctured", &["structured"]), + ("studdy", &["study"]), + ("studing", &["studying"]), + ("studioes", &["studios"]), + ("stuggling", &["struggling"]), + ("stuidos", &["studios"]), + ("stuipder", &["stupider"]), + ("stumbeld", &["stumbled"]), + ("stunami", &["tsunami"]), + ("stupdily", &["stupidly"]), + ("stupidfree", &["stupider"]), + ("stupiditiy", &["stupidity"]), + ("stupidiy", &["stupidity"]), + ("stupidr", &["stupider"]), + ("stupidy", &["stupidly"]), + ("stupire", &["stupider"]), + ("stupitidy", &["stupidity"]), + ("sturctural", &["structural"]), + ("sturcture", &["structure"]), + ("sturctures", &["structures"]), + ("sturggled", &["struggled"]), + ("sturggles", &["struggles"]), + ("sturggling", &["struggling"]), + ("stutterring", &["stuttering"]), + ("stylisch", &["stylish"]), + ("styrofaom", &["styrofoam"]), + ("styrofom", &["styrofoam"]), + ("suasage", &["sausage"]), + ("suasages", &["sausages"]), + ("subarmine", &["submarine"]), + ("subarmines", &["submarines"]), + ("subcatagories", &["subcategories"]), + ("subcatagory", &["subcategory"]), + ("subconcsious", &["subconscious"]), + ("subconcsiously", &["subconsciously"]), + ("subconsciosly", &["subconsciously"]), + ("subconsciouly", &["subconsciously"]), + ("subconscius", &["subconscious"]), + ("subconscous", &["subconscious"]), + ("subconsicous", &["subconscious"]), + ("subconsicously", &["subconsciously"]), + ("subconsiously", &["subconsciously"]), + ("subcouncious", &["subconscious"]), + ("subcsription", &["subscriptions"]), + ("subculter", &["subculture"]), + ("subcultuur", &["subculture"]), + ("subesquent", &["subsequent"]), + ("subesquently", &["subsequently"]), + ("subisdized", &["subsidized"]), + ("subisdizing", &["subsidizing"]), + ("subisdy", &["subsidy"]), + ("subjectief", &["subjective"]), + ("subjectifs", &["subjects"]), + ("subjectivelly", &["subjectively"]), + ("subjectivety", &["subjectively"]), + ("subjectivily", &["subjectively"]), + ("subjectivley", &["subjectively"]), + ("subjectivly", &["subjectively"]), + ("subjectivy", &["subjectively"]), + ("subjektive", &["subjective"]), + ("subjest", &["subjects"]), + ("subjudgation", &["subjugation"]), + ("subltety", &["subtlety"]), + ("submachne", &["submachine"]), + ("submarie", &["submarines"]), + ("submariens", &["submarines"]), + ("submarinas", &["submarines"]), + ("submergerd", &["submerged"]), + ("submergered", &["submerged"]), + ("submerines", &["submarines"]), + ("submisison", &["submissions"]), + ("submisisons", &["submissions"]), + ("submissies", &["submissive"]), + ("submissons", &["submissions"]), + ("submittion", &["submitting"]), + ("subpecies", &["subspecies"]), + ("subredddits", &["subreddits"]), + ("subredditors", &["subreddits"]), + ("subruban", &["suburban"]), + ("subsadized", &["subsidized"]), + ("subscirbe", &["subscribe"]), + ("subscirbed", &["subscribed"]), + ("subscirber", &["subscribers"]), + ("subscirbers", &["subscribers"]), + ("subscirption", &["subscriptions"]), + ("subsconcious", &["subconscious"]), + ("subsconciously", &["subconsciously"]), + ("subscribar", &["subscriber"]), + ("subscribbed", &["subscribe"]), + ("subscribber", &["subscriber"]), + ("subscribbers", &["subscribers"]), + ("subscribbing", &["subscribing"]), + ("subscribir", &["subscriber"]), + ("subscribirse", &["subscriber"]), + ("subscrible", &["subscriber"]), + ("subscribtion", &["subscription"]), + ("subscribtions", &["subscriptions"]), + ("subscrie", &["subscriber"]), + ("subscriped", &["subscribed"]), + ("subscriping", &["subscribing"]), + ("subscriptin", &["subscriptions"]), + ("subscripton", &["subscription"]), + ("subscriptons", &["subscriptions"]), + ("subscritpion", &["subscriptions"]), + ("subscrpition", &["subscriptions"]), + ("subscrubed", &["subscribed"]), + ("subscryber", &["subscriber"]), + ("subsedized", &["subsidized"]), + ("subsequant", &["subsequent"]), + ("subsequenty", &["subsequently"]), + ("subsidary", &["subsidiary"]), + ("subsidezed", &["subsidized"]), + ("subsidiced", &["subsidized"]), + ("subsidie", &["subsidized"]), + ("subsidiezed", &["subsidized"]), + ("subsidiy", &["subsidy"]), + ("subsidizied", &["subsidized"]), + ("subsidizies", &["subsidize"]), + ("subsidizng", &["subsidizing"]), + ("subsiduary", &["subsidiary"]), + ("subsiquent", &["subsequent"]), + ("subsiquently", &["subsequently"]), + ("subsittute", &["substitutes"]), + ("subsizide", &["subsidize"]), + ("subsizided", &["subsidized"]), + ("subsiziding", &["subsidizing"]), + ("subsquent", &["subsequent"]), + ("subsquently", &["subsequently"]), + ("subsrcibe", &["subscribe"]), + ("subsrcibed", &["subscribed"]), + ("subsrcibers", &["subscribers"]), + ("subsrciption", &["subscriptions"]), + ("subsricption", &["subscriptions"]), + ("substace", &["substance"]), + ("substancial", &["substantial"]), + ("substancially", &["substantially"]), + ("substanial", &["substantial"]), + ("substanitally", &["substantially"]), + ("substans", &["substances"]), + ("substanse", &["substances"]), + ("substansen", &["substances"]), + ("substanser", &["substances"]), + ("substanses", &["substances"]), + ("substansial", &["substantial"]), + ("substansially", &["substantially"]), + ("substansive", &["substantive"]), + ("substanta", &["substantial"]), + ("substante", &["substantive"]), + ("substantiable", &["substantial"]), + ("substantialy", &["substantially"]), + ("substantie", &["substantive"]), + ("substantied", &["substantive"]), + ("substanties", &["substantive"]), + ("substantitve", &["substantive"]), + ("substantually", &["substantially"]), + ("substarte", &["substrate"]), + ("substatial", &["substantial"]), + ("substences", &["substances"]), + ("substential", &["substantial"]), + ("substite", &["substitute"]), + ("substitite", &["substitute"]), + ("substitition", &["substitution"]), + ("substitiute", &["substitute"]), + ("substittue", &["substitutes"]), + ("substitude", &["substitute"]), + ("substituded", &["substituted"]), + ("substitudes", &["substitutes"]), + ("substitue", &["substitute"]), + ("substitued", &["substitute"]), + ("substituer", &["substitute"]), + ("substitues", &["substitutes"]), + ("substituion", &["substitution"]), + ("substiture", &["substitute"]), + ("substitures", &["substitutes"]), + ("substitutents", &["substitutes"]), + ("substituters", &["substitutes"]), + ("substitutie", &["substitutes"]), + ("substitutivo", &["substitution"]), + ("substituto", &["substitution"]), + ("substitutos", &["substitutes"]), + ("substituts", &["substitutes"]), + ("substitutue", &["substitutes"]), + ("substitutues", &["substitutes"]), + ("substract", &["subtract"]), + ("substracted", &["subtracted"]), + ("substracting", &["subtracting"]), + ("substraction", &["subtraction"]), + ("substracts", &["subtracts"]), + ("substutite", &["substitutes"]), + ("subsudized", &["subsidized"]), + ("subtances", &["substances"]), + ("subtelty", &["subtlety"]), + ("subterranian", &["subterranean"]), + ("subtetly", &["subtlety"]), + ("subtiel", &["subtitle"]), + ("subtilte", &["subtitle"]), + ("subtiltes", &["subtitles"]), + ("subtitel", &["subtitle"]), + ("subtitels", &["subtitles"]), + ("subtitls", &["subtitles"]), + ("subtitltes", &["subtitle"]), + ("subtletly", &["subtlety"]), + ("subtltey", &["subtlety"]), + ("subtlties", &["subtitles"]), + ("suburburban", &["suburban"]), + ("succceeded", &["succeeded"]), + ("succcesses", &["successes"]), + ("succedded", &["succeeded"]), + ("succede", &["succeed"]), + ("succeded", &["succeeded"]), + ("succedes", &["succeeds"]), + ("succeds", &["succeeds"]), + ("succeedes", &["succeeds"]), + ("succeeed", &["succeed"]), + ("succees", &["succeeds"]), + ("succesd", &["succeeds"]), + ("succesed", &["succeeds"]), + ("succesful", &["successful"]), + ("succesfully", &["successfully"]), + ("succesfuly", &["successfully"]), + ("succesion", &["succession"]), + ("succesions", &["succession"]), + ("succesive", &["successive"]), + ("successeurs", &["successes"]), + ("successfull", &["successful"]), + ("successfullly", &["successfully"]), + ("successfuly", &["successfully"]), + ("successing", &["succession"]), + ("successivo", &["succession"]), + ("successs", &["successes"]), + ("successsion", &["succession"]), + ("successully", &["successfully"]), + ("succsesfull", &["successfully"]), + ("succsess", &["success"]), + ("succsessfull", &["successful"]), + ("suceed", &["succeed"]), + ("suceeded", &["succeeded"]), + ("suceeding", &["succeeding"]), + ("suceeds", &["succeeds"]), + ("sucesful", &["successful"]), + ("sucesfully", &["successfully"]), + ("sucesfuly", &["successfully"]), + ("sucesion", &["succession"]), + ("sucess", &["success"]), + ("sucesses", &["successes"]), + ("sucessful", &["successful"]), + ("sucessfull", &["successful"]), + ("sucessfully", &["successfully"]), + ("sucessfuly", &["successfully"]), + ("sucession", &["succession"]), + ("sucessive", &["successive"]), + ("sucessor", &["successor"]), + ("sucessot", &["successor"]), + ("sucide", &["suicide"]), + ("sucidial", &["suicidal"]), + ("sucseptible", &["susceptible"]), + ("suddeny", &["suddenly"]), + ("suddnely", &["suddenly"]), + ("sudnerland", &["sunderland"]), + ("suefull", &["usefull"]), + ("sufferage", &["suffrage"]), + ("sufferd", &["suffered"]), + ("sufferered", &["suffered"]), + ("sufferred", &["suffered"]), + ("sufferring", &["suffering"]), + ("sufficent", &["sufficient"]), + ("sufficently", &["sufficiently"]), + ("sufficiant", &["sufficient"]), + ("sufficit", &["sufficient"]), + ("suggesst", &["suggests"]), + ("suggeste", &["suggestive"]), + ("suggestes", &["suggests"]), + ("suggestie", &["suggestive"]), + ("suggestied", &["suggestive"]), + ("suggestief", &["suggestive"]), + ("suggestieve", &["suggestive"]), + ("suggestons", &["suggests"]), + ("sumary", &["summary"]), + ("sumbarine", &["submarine"]), + ("sumbarines", &["submarines"]), + ("sumberged", &["submerged"]), + ("sumbissions", &["submissions"]), + ("sumbissive", &["submissive"]), + ("sumbitting", &["submitting"]), + ("summenor", &["summoner"]), + ("summenors", &["summoners"]), + ("summerized", &["summarized"]), + ("summoenrs", &["summoners"]), + ("summones", &["summoners"]), + ("summonr", &["summoner"]), + ("summore", &["summoner"]), + ("summorized", &["summarized"]), + ("summurized", &["summarized"]), + ("sunconscious", &["subconscious"]), + ("sunconsciously", &["subconsciously"]), + ("sunderlad", &["sunderland"]), + ("sunderlona", &["sunderland"]), + ("sunderlund", &["sunderland"]), + ("sunfiber", &["sunfire"]), + ("sungalsses", &["sunglasses"]), + ("sunggle", &["snuggle"]), + ("sunglases", &["sunglasses"]), + ("sunglassses", &["sunglasses"]), + ("sunglesses", &["sunglasses"]), + ("sunglinger", &["gunslinger"]), + ("sunifre", &["sunfire"]), + ("sunscreeen", &["sunscreen"]), + ("sunscren", &["sunscreen"]), + ("suop", &["soup"]), + ("superceeded", &["superseded"]), + ("superfical", &["superficial"]), + ("superficiel", &["superficial"]), + ("superfluos", &["superfluous"]), + ("superfluu", &["superfluous"]), + ("superfulous", &["superfluous"]), + ("superham", &["superhuman"]), + ("superheo", &["superhero"]), + ("superhereos", &["superhero"]), + ("superifical", &["superficial"]), + ("superintendant", &["superintendent"]), + ("superioara", &["superior"]), + ("superioare", &["superior"]), + ("superiorest", &["superiors"]), + ("superioris", &["superiors"]), + ("superios", &["superiors"]), + ("superiour", &["superior"]), + ("superisor", &["superiors"]), + ("superivsor", &["supervisors"]), + ("supermacist", &["supremacist"]), + ("supermakert", &["supermarkets"]), + ("supermaket", &["supermarket"]), + ("supermakret", &["supermarkets"]), + ("supermakter", &["supermarkets"]), + ("supermare", &["supermarket"]), + ("supermarkedet", &["supermarket"]), + ("supermarkeds", &["supermarkets"]), + ("supermarkers", &["supermarkets"]), + ("supermarkert", &["supermarkets"]), + ("supermarkerts", &["supermarkets"]), + ("supermarkt", &["supermarket"]), + ("supermarkten", &["supermarket"]), + ("supermarktes", &["supermarkets"]), + ("supermarkts", &["supermarkets"]), + ("supermaster", &["supermarkets"]), + ("superme", &["supreme"]), + ("supernarkets", &["supermarkets"]), + ("supernatrual", &["supernatural"]), + ("supernatual", &["supernatural"]), + ("superouman", &["superhuman"]), + ("superposer", &["superpowers"]), + ("superpowereds", &["superpowers"]), + ("supersition", &["supervision"]), + ("supersticion", &["superstition"]), + ("supersticious", &["superstitious"]), + ("superstision", &["superstition"]), + ("superstisious", &["superstitious"]), + ("superstitios", &["superstitious"]), + ("superstitiosi", &["superstitious"]), + ("superstitiuos", &["superstitious"]), + ("superstiton", &["superstition"]), + ("superstitous", &["superstitious"]), + ("superstituous", &["superstitious"]), + ("superviors", &["supervisors"]), + ("superviosr", &["supervisors"]), + ("supervisar", &["supervisor"]), + ("superviser", &["supervisor"]), + ("supervisers", &["supervisors"]), + ("supervisin", &["supervision"]), + ("supervisior", &["supervisor"]), + ("supervisiors", &["supervisors"]), + ("superviso", &["supervision"]), + ("supervison", &["supervision"]), + ("supervisoras", &["supervisors"]), + ("supervisores", &["supervisors"]), + ("supervsior", &["supervisors"]), + ("suphisticated", &["sophisticated"]), + ("supirsed", &["suprised"]), + ("suplimented", &["supplemented"]), + ("supllemental", &["supplemental"]), + ("suport", &["support"]), + ("supose", &["suppose"]), + ("suposed", &["supposed"]), + ("suposedly", &["supposedly"]), + ("suposes", &["supposes"]), + ("suposing", &["supposing"]), + ("supperssor", &["suppressor"]), + ("supplament", &["supplement"]), + ("supplamental", &["supplemental"]), + ("supplamented", &["supplemented"]), + ("supplaments", &["supplements"]), + ("supplemant", &["supplemental"]), + ("supplemetal", &["supplemental"]), + ("supplemets", &["supplements"]), + ("suppliementing", &["supplementing"]), + ("supplimental", &["supplemental"]), + ("suppoed", &["supposed"]), + ("supporre", &["supporters"]), + ("supportare", &["supporters"]), + ("supportes", &["supports"]), + ("supporteur", &["supporter"]), + ("supporteurs", &["supporters"]), + ("supportied", &["supported"]), + ("supportors", &["supporters"]), + ("supposdely", &["supposedly"]), + ("supposebly", &["supposedly"]), + ("supposedely", &["supposedly"]), + ("supposidely", &["supposedly"]), + ("supposidly", &["supposedly"]), + ("supposingly", &["supposedly"]), + ("suppost", &["supports"]), + ("suppreses", &["suppress"]), + ("suppresion", &["suppression"]), + ("suppresions", &["suppression"]), + ("suppresors", &["suppressor"]), + ("suppressin", &["suppression"]), + ("suppressio", &["suppressor"]), + ("suppresson", &["suppression"]), + ("suppresssion", &["suppression"]), + ("suppresssor", &["suppressor"]), + ("suppy", &["supply"]), + ("supramacist", &["supremacist"]), + ("suprass", &["surpass"]), + ("suprassing", &["surpassing"]), + ("supremacits", &["supremacist"]), + ("supremasist", &["supremacist"]), + ("supremicist", &["supremacist"]), + ("supress", &["suppress"]), + ("supressed", &["suppressed"]), + ("supresses", &["suppresses"]), + ("supressing", &["suppressing"]), + ("supression", &["suppression"]), + ("suprimacist", &["supremacist"]), + ("suprisd", &["suprised"]), + ("suprise", &["surprise"]), + ("suprised", &["surprised"]), + ("suprising", &["surprising"]), + ("suprisingly", &["surprisingly"]), + ("suprize", &["surprise"]), + ("suprized", &["surprised"]), + ("suprizing", &["surprising"]), + ("suprizingly", &["surprisingly"]), + ("suprsied", &["suprised"]), + ("supscription", &["subscription"]), + ("supscriptions", &["subscriptions"]), + ("supsects", &["suspects"]), + ("supsend", &["suspend"]), + ("supsense", &["suspense"]), + ("supsension", &["suspension"]), + ("supsicion", &["suspicion"]), + ("supsicions", &["suspicions"]), + ("supsicious", &["suspicious"]), + ("supsiciously", &["suspiciously"]), + ("surbuban", &["suburban"]), + ("surfce", &["surface"]), + ("surley", &["surly"]), + ("suround", &["surround"]), + ("surounded", &["surrounded"]), + ("surounding", &["surrounding"]), + ("suroundings", &["surroundings"]), + ("surounds", &["surrounds"]), + ("surpases", &["surpass"]), + ("surpemacist", &["supremacist"]), + ("surpeme", &["supreme"]), + ("surplanted", &["supplanted"]), + ("surpress", &["suppress"]), + ("surpressed", &["suppressed"]), + ("surprisinly", &["surprisingly"]), + ("surprize", &["surprise"]), + ("surprized", &["surprised"]), + ("surprizing", &["surprising"]), + ("surprizingly", &["surprisingly"]), + ("surrenderd", &["surrendered"]), + ("surrenderred", &["surrendered"]), + ("surrepetitious", &["surreptitious"]), + ("surrepetitiously", &["surreptitiously"]), + ("surreptious", &["surreptitious"]), + ("surreptiously", &["surreptitiously"]), + ("surronded", &["surrounded"]), + ("surroud", &["surround"]), + ("surrouded", &["surrounded"]), + ("surrouding", &["surrounding"]), + ("surroundes", &["surrounds"]), + ("surroundig", &["surroundings"]), + ("surroundign", &["surroundings"]), + ("surroundigs", &["surrounds"]), + ("surroundins", &["surrounds"]), + ("surroundngs", &["surrounds"]), + ("surrouned", &["surround"]), + ("surrouns", &["surrounds"]), + ("surrundering", &["surrendering"]), + ("survaillance", &["surveillance"]), + ("survaillence", &["surveillance"]), + ("survallience", &["surveillance"]), + ("survavibility", &["survivability"]), + ("surveilence", &["surveillance"]), + ("surveill", &["surveil"]), + ("surveillence", &["surveillance"]), + ("survelliance", &["surveillance"]), + ("surveyer", &["surveyor"]), + ("survibability", &["survivability"]), + ("surviellance", &["surveillance"]), + ("survivabiity", &["survivability"]), + ("survivabililty", &["survivability"]), + ("survivabiliy", &["survivability"]), + ("survivabillity", &["survivability"]), + ("survivabiltiy", &["survivability"]), + ("survivabilty", &["survivability"]), + ("survivabily", &["survivability"]), + ("survivalibity", &["survivability"]), + ("survivavility", &["survivability"]), + ("survivebility", &["survivability"]), + ("surviver", &["survivor"]), + ("survivers", &["survivors"]), + ("survivied", &["survived"]), + ("survivour", &["survivor"]), + ("survivours", &["survivor"]), + ("susbcribe", &["subscribe"]), + ("susbtantial", &["substantial"]), + ("susbtantially", &["substantially"]), + ("susbtantive", &["substantive"]), + ("susbtrate", &["substrate"]), + ("suscepitble", &["susceptible"]), + ("susceptable", &["susceptible"]), + ("susceptiable", &["susceptible"]), + ("susceptibile", &["susceptible"]), + ("suscpetible", &["susceptible"]), + ("susecptible", &["susceptible"]), + ("suseptable", &["susceptible"]), + ("suseptible", &["susceptible"]), + ("susncreen", &["sunscreen"]), + ("suspecions", &["suspicions"]), + ("suspecious", &["suspicious"]), + ("suspeciously", &["suspiciously"]), + ("suspectes", &["suspects"]), + ("suspectible", &["susceptible"]), + ("suspencion", &["suspension"]), + ("suspendeds", &["suspense"]), + ("suspendes", &["suspense"]), + ("suspened", &["suspend"]), + ("suspensie", &["suspense"]), + ("suspenso", &["suspension"]), + ("suspention", &["suspension"]), + ("suspicians", &["suspicions"]), + ("suspiciois", &["suspicions"]), + ("suspiciosly", &["suspiciously"]), + ("suspicioso", &["suspicions"]), + ("suspicioulsy", &["suspiciously"]), + ("suspiciouly", &["suspiciously"]), + ("suspicioun", &["suspicion"]), + ("suspiciouns", &["suspicion"]), + ("suspicision", &["suspicions"]), + ("suspicison", &["suspicions"]), + ("suspicisons", &["suspicions"]), + ("suspiciuos", &["suspicions"]), + ("suspiciuosly", &["suspiciously"]), + ("suspicsion", &["suspicions"]), + ("suspisions", &["suspicions"]), + ("suspisious", &["suspicious"]), + ("suspisiously", &["suspiciously"]), + ("suspitions", &["suspicions"]), + ("sustainabillity", &["sustainability"]), + ("sustainabiltiy", &["sustainability"]), + ("sustainabilty", &["sustainability"]), + ("sustainabily", &["sustainability"]), + ("sustainble", &["sustainable"]), + ("sustainible", &["sustainable"]), + ("swaer", &["swear"]), + ("swaering", &["swearing"]), + ("swaers", &["swears"]), + ("swaetshirt", &["sweatshirt"]), + ("swansoon", &["swanson"]), + ("swasitka", &["swastika"]), + ("swaskita", &["swastika"]), + ("swastikka", &["swastika"]), + ("swatiska", &["swastika"]), + ("swatsika", &["swastika"]), + ("swearengin", &["swearing"]), + ("swearshirt", &["sweatshirt"]), + ("sweathsirt", &["sweatshirt"]), + ("sweatshit", &["sweatshirt"]), + ("sweatshits", &["sweatshirt"]), + ("sweatshort", &["sweatshirt"]), + ("sweatshrit", &["sweatshirt"]), + ("swedisch", &["swedish"]), + ("sweerheart", &["sweetheart"]), + ("sweetheat", &["sweetheart"]), + ("sweetshart", &["sweetheart"]), + ("sweidsh", &["swedish"]), + ("swepth", &["swept"]), + ("swiflty", &["swiftly"]), + ("swiftley", &["swiftly"]), + ("swiming", &["swimming"]), + ("switcheasy", &["switches"]), + ("switchign", &["switching"]), + ("switchs", &["switches"]), + ("switerzland", &["switzerland"]), + ("switfly", &["swiftly"]), + ("swithced", &["switched"]), + ("swithces", &["switches"]), + ("swithcing", &["switching"]), + ("switserland", &["switzerland"]), + ("switzerand", &["switzerland"]), + ("switzlerand", &["switzerland"]), + ("swizterland", &["switzerland"]), + ("swnasea", &["swansea"]), + ("swtiched", &["switched"]), + ("swtiches", &["switches"]), + ("swtiching", &["switching"]), + ("swtizerland", &["switzerland"]), + ("syarcuse", &["syracuse"]), + ("syas", &["says"]), + ("sycning", &["syncing"]), + ("sycther", &["scyther"]), + ("sydnicate", &["syndicate"]), + ("sydnrome", &["syndrome"]), + ("syirans", &["syrians"]), + ("sykwalker", &["skywalker"]), + ("sykward", &["skyward"]), + ("sylablle", &["syllable"]), + ("sylablles", &["syllables"]), + ("syllabe", &["syllable"]), + ("syllabel", &["syllable"]), + ("syllabels", &["syllables"]), + ("symapthetic", &["sympathetic"]), + ("symapthize", &["sympathize"]), + ("symapthizers", &["sympathizers"]), + ("symapthy", &["sympathy"]), + ("symboles", &["symbols"]), + ("symbolisch", &["symbolic"]), + ("symbolisim", &["symbolism"]), + ("symbolsim", &["symbolism"]), + ("symetrical", &["symmetrical"]), + ("symetrically", &["symmetrically"]), + ("symetry", &["symmetry"]), + ("symettric", &["symmetric"]), + ("symhpony", &["symphony"]), + ("symmertical", &["symmetrical"]), + ("symmerty", &["symmetry"]), + ("symmetral", &["symmetric"]), + ("symmetria", &["symmetrical"]), + ("symmetricaly", &["symmetrically"]), + ("symmety", &["symmetry"]), + ("symmtery", &["symmetry"]), + ("symoblic", &["symbolic"]), + ("symoblism", &["symbolism"]), + ("symobls", &["symbols"]), + ("sympathatic", &["sympathetic"]), + ("sympatheic", &["sympathetic"]), + ("sympathethic", &["sympathetic"]), + ("sympathie", &["sympathize"]), + ("sympathiek", &["sympathize"]), + ("sympathien", &["sympathize"]), + ("sympathiers", &["sympathizers"]), + ("sympathsize", &["sympathize"]), + ("sympathsizer", &["sympathizers"]), + ("sympathtic", &["sympathetic"]), + ("sympathyze", &["sympathize"]), + ("sympathyzers", &["sympathizers"]), + ("sympaty", &["sympathy"]), + ("sympethetic", &["sympathetic"]), + ("sympethize", &["sympathize"]), + ("sympethizers", &["sympathizers"]), + ("symphatetic", &["sympathetic"]), + ("symphatize", &["sympathize"]), + ("symphatized", &["sympathize"]), + ("symphatizer", &["sympathizers"]), + ("symphatizers", &["sympathizers"]), + ("symphatizes", &["sympathize"]), + ("symphaty", &["sympathy"]), + ("symphoney", &["symphony"]), + ("symphonity", &["symphony"]), + ("sympithizers", &["sympathizers"]), + ("sympothetic", &["sympathetic"]), + ("sympothize", &["sympathize"]), + ("symptomes", &["symptoms"]), + ("symptomps", &["symptoms"]), + ("symptoom", &["symptom"]), + ("symtpom", &["symptom"]), + ("symtpoms", &["symptoms"]), + ("synagouge", &["synagogue"]), + ("synchornously", &["synchronously"]), + ("syncronization", &["synchronization"]), + ("syncronous", &["synchronous"]), + ("syncronously", &["synchronously"]), + ("syndacite", &["syndicate"]), + ("syndiacte", &["syndicate"]), + ("synegry", &["synergy"]), + ("synidcate", &["syndicate"]), + ("synomymous", &["synonymous"]), + ("synomynous", &["synonymous"]), + ("synomyns", &["synonyms"]), + ("synonamous", &["synonymous"]), + ("synonimous", &["synonymous"]), + ("synonmyous", &["synonymous"]), + ("synonmys", &["synonyms"]), + ("synonomous", &["synonymous"]), + ("synonomy", &["synonym"]), + ("synonumous", &["synonymous"]), + ("synonymes", &["synonyms"]), + ("synonymis", &["synonyms"]), + ("synonymns", &["synonyms"]), + ("synonymos", &["synonymous"]), + ("synonymus", &["synonyms"]), + ("synonynous", &["synonymous"]), + ("synopsies", &["synopsis"]), + ("synoynm", &["synonym"]), + ("synoynms", &["synonyms"]), + ("synphony", &["symphony"]), + ("synposis", &["synopsis"]), + ("syntehsis", &["synthesis"]), + ("syntehtic", &["synthetic"]), + ("syntethic", &["synthetic"]), + ("synthesasia", &["synthesis"]), + ("synthesesia", &["synthesis"]), + ("syphyllis", &["syphilis"]), + ("sypmathetic", &["sympathetic"]), + ("sypmathize", &["sympathize"]), + ("sypmathy", &["sympathy"]), + ("sypmtom", &["symptom"]), + ("sypmtoms", &["symptoms"]), + ("sypnosis", &["synopsis"]), + ("syracue", &["syracuse"]), + ("syracusae", &["syracuse"]), + ("syrains", &["syrians"]), + ("syrap", &["syrup"]), + ("syraucse", &["syracuse"]), + ("syrcause", &["syracuse"]), + ("syringae", &["syringe"]), + ("syringue", &["syringe"]), + ("sysadmn", &["sysadmin"]), + ("sysamdin", &["sysadmin"]), + ("sysdamin", &["sysadmin"]), + ("sysmatically", &["systematically"]), + ("systamatic", &["systematic"]), + ("systematicaly", &["systematically"]), + ("systematiclly", &["systematically"]), + ("systematisch", &["systematic"]), + ("systemc", &["systemic"]), + ("systemetic", &["systematic"]), + ("systemetically", &["systematically"]), + ("systemisch", &["systemic"]), + ("systimatic", &["systematic"]), + ("systimatically", &["systematically"]), + ("sytem", &["system"]), + ("sytle", &["style"]), + ("sytlish", &["stylish"]), + ("sytrofoam", &["styrofoam"]), + ("tabacco", &["tobacco"]), + ("tabelspoon", &["tablespoon"]), + ("tabelspoons", &["tablespoons"]), + ("tablepsoons", &["tablespoons"]), + ("tablespon", &["tablespoon"]), + ("tablespons", &["tablespoons"]), + ("tablespooon", &["tablespoon"]), + ("tablespooons", &["tablespoon"]), + ("tablesppon", &["tablespoon"]), + ("tablesppons", &["tablespoons"]), + ("tacitcally", &["tactically"]), + ("tacticallity", &["tactically"]), + ("tacticaly", &["tactically"]), + ("tacticas", &["tactics"]), + ("tacticts", &["tactics"]), + ("tacticus", &["tactics"]), + ("tagliate", &["tailgate"]), + ("tahn", &["than"]), + ("tahnkyou", &["thankyou"]), + ("taht", &["that"]), + ("tailban", &["taliban"]), + ("tailgateing", &["tailgating"]), + ("tailgatting", &["tailgating"]), + ("tailord", &["tailored"]), + ("tailsman", &["talisman"]), + ("taiwanee", &["taiwanese"]), + ("taiwanesse", &["taiwanese"]), + ("talbian", &["taliban"]), + ("talekd", &["talked"]), + ("taligate", &["tailgate"]), + ("taligating", &["tailgating"]), + ("taliored", &["tailored"]), + ("tallents", &["tallest"]), + ("tallets", &["tallest"]), + ("talsiman", &["talisman"]), + ("tanenhill", &["tannehill"]), + ("tangeld", &["tangled"]), + ("tangencially", &["tangentially"]), + ("tangenitally", &["tangentially"]), + ("tangentialy", &["tangentially"]), + ("tangientally", &["tangentially"]), + ("tanlged", &["tangled"]), + ("tannheill", &["tannehill"]), + ("tantrumers", &["tantrums"]), + ("tanturms", &["tantrums"]), + ("tapitude", &["aptitude"]), + ("targetd", &["targeted"]), + ("targetted", &["targeted"]), + ("targetting", &["targeting"]), + ("taryvon", &["trayvon"]), + ("tasliman", &["talisman"]), + ("tast", &["taste"]), + ("tath", &["that"]), + ("tatoo", &["tattoo"]), + ("tattooes", &["tattoos"]), + ("tattooos", &["tattoos"]), + ("tawainese", &["taiwanese"]), + ("tawianese", &["taiwanese"]), + ("taxanomic", &["taxonomic"]), + ("taxanomy", &["taxonomy"]), + ("teached", &["taught"]), + ("teamfighs", &["teamfights"]), + ("teamfighters", &["teamfights"]), + ("teamfigt", &["teamfight"]), + ("teamfigth", &["teamfight"]), + ("teamfigths", &["teamfights"]), + ("teamifght", &["teamfight"]), + ("teamifghts", &["teamfights"]), + ("teampseak", &["teamspeak"]), + ("teamspeack", &["teamspeak"]), + ("teamspek", &["teamspeak"]), + ("teancity", &["tenacity"]), + ("teansylvania", &["transylvania"]), + ("teapsoon", &["teaspoon"]), + ("teaspon", &["teaspoon"]), + ("teaspooon", &["teaspoon"]), + ("techanically", &["mechanically"]), + ("techeis", &["techies"]), + ("techician", &["technician"]), + ("techicians", &["technicians"]), + ("techincality", &["technicality"]), + ("techincally", &["technically"]), + ("techincian", &["technician"]), + ("techincians", &["technicians"]), + ("techinican", &["technician"]), + ("techiniques", &["techniques"]), + ("techinque", &["technique"]), + ("techinques", &["techniques"]), + ("techmological", &["technological"]), + ("techncially", &["technically"]), + ("technicain", &["technician"]), + ("technicallity", &["technically"]), + ("technicalty", &["technicality"]), + ("technicaly", &["technically"]), + ("technicans", &["technicians"]), + ("technichan", &["technician"]), + ("technichian", &["technician"]), + ("technicials", &["technicians"]), + ("technicien", &["technician"]), + ("techniciens", &["technicians"]), + ("technicion", &["technician"]), + ("techniqe", &["technique"]), + ("technitian", &["technician"]), + ("technitians", &["technicians"]), + ("technnology", &["technology"]), + ("technolgy", &["technology"]), + ("technoligical", &["technological"]), + ("technoligically", &["technologically"]), + ("technologia", &["technological"]), + ("technologial", &["technological"]), + ("technologicaly", &["technologically"]), + ("technologicially", &["technologically"]), + ("technologicly", &["technological"]), + ("technqiues", &["techniques"]), + ("techonlogical", &["technological"]), + ("techtician", &["technician"]), + ("techticians", &["technicians"]), + ("teeangers", &["teenagers"]), + ("teenages", &["teenagers"]), + ("teh", &["the"]), + ("tehcies", &["techies"]), + ("tehnically", &["ethnically"]), + ("tehtering", &["tethering"]), + ("tehy", &["they"]), + ("telaportation", &["teleportation"]), + ("telegrah", &["telegraph"]), + ("telegrapgh", &["telegraph"]), + ("telegrpah", &["telegraph"]), + ("telelevision", &["television"]), + ("teleporing", &["teleporting"]), + ("teleportaion", &["teleportation"]), + ("teleportating", &["teleportation"]), + ("teleportato", &["teleportation"]), + ("teleportaton", &["teleportation"]), + ("teleportion", &["teleporting"]), + ("teleprotation", &["teleportation"]), + ("teleproting", &["teleporting"]), + ("televesion", &["television"]), + ("televisivo", &["television"]), + ("televsion", &["television"]), + ("teliportation", &["teleportation"]), + ("teloportation", &["teleportation"]), + ("telphony", &["telephony"]), + ("temafight", &["teamfight"]), + ("temafights", &["teamfights"]), + ("temeprature", &["temperature"]), + ("temepratures", &["temperatures"]), + ("temepst", &["tempest"]), + ("temerature", &["temperature"]), + ("tempalrs", &["templars"]), + ("tempalte", &["template"]), + ("tempaltes", &["templates"]), + ("temparament", &["temperament"]), + ("temparate", &["temperate"]), + ("temparature", &["temperature"]), + ("temparatures", &["temperatures"]), + ("temparement", &["temperament"]), + ("tempearture", &["temperatures"]), + ("tempels", &["temples"]), + ("temperamant", &["temperament"]), + ("temperarily", &["temporarily"]), + ("temperatue", &["temperature"]), + ("temperatues", &["temperatures"]), + ("temperaturas", &["temperatures"]), + ("temperaturs", &["temperatures"]), + ("temperatuur", &["temperature"]), + ("temperement", &["temperament"]), + ("tempermeant", &["temperament"]), + ("temperment", &["temperament"]), + ("tempertaure", &["temperature"]), + ("temperture", &["temperature"]), + ("tempets", &["tempest"]), + ("templaras", &["templars"]), + ("templares", &["templars"]), + ("templarios", &["templars"]), + ("templarius", &["templars"]), + ("templas", &["templars"]), + ("templats", &["templates"]), + ("templeos", &["temples"]), + ("templers", &["temples"]), + ("temporaily", &["temporarily"]), + ("temporairly", &["temporarily"]), + ("temporali", &["temporarily"]), + ("temporaraly", &["temporarily"]), + ("temporarilly", &["temporarily"]), + ("temporarity", &["temporarily"]), + ("temporarly", &["temporary"]), + ("temporay", &["temporary"]), + ("temprary", &["temporary"]), + ("tempreature", &["temperature"]), + ("tempreatures", &["temperatures"]), + ("temproarily", &["temporarily"]), + ("tempset", &["tempest"]), + ("temptating", &["temptation"]), + ("temptetion", &["temptation"]), + ("tempurature", &["temperature"]), + ("tempuratures", &["temperatures"]), + ("tenacitiy", &["tenacity"]), + ("tenacle", &["tentacle"]), + ("tenacles", &["tentacles"]), + ("tenactiy", &["tenacity"]), + ("tencaity", &["tenacity"]), + ("tendacy", &["tendency"]), + ("tendancies", &["tendencies"]), + ("tendancy", &["tendency"]), + ("tendence", &["tendencies"]), + ("tendencias", &["tendencies"]), + ("tendencije", &["tendencies"]), + ("tendensies", &["tendencies"]), + ("tendincies", &["tendencies"]), + ("tengentially", &["tangentially"]), + ("tensiones", &["tensions"]), + ("tensionors", &["tensions"]), + ("tentacel", &["tentacle"]), + ("tentacels", &["tentacles"]), + ("tentacls", &["tentacles"]), + ("tentacreul", &["tentacle"]), + ("tentacuel", &["tentacle"]), + ("tentalce", &["tentacle"]), + ("tentalces", &["tentacles"]), + ("tepmorarily", &["temporarily"]), + ("tequilia", &["tequila"]), + ("tequlia", &["tequila"]), + ("termanator", &["terminator"]), + ("termanology", &["terminology"]), + ("termendous", &["tremendous"]), + ("termendously", &["tremendously"]), + ("termianls", &["terminals"]), + ("termiantor", &["terminator"]), + ("termigator", &["terminator"]), + ("terminacion", &["termination"]), + ("terminaison", &["termination"]), + ("terminales", &["terminals"]), + ("terminalis", &["terminals"]), + ("terminalogy", &["terminology"]), + ("terminarla", &["terminal"]), + ("terminarlo", &["terminal"]), + ("terminaron", &["terminator"]), + ("terminater", &["terminator"]), + ("terminatior", &["terminator"]), + ("terminato", &["termination"]), + ("terminatorn", &["termination"]), + ("terminilogy", &["terminology"]), + ("terminolgy", &["terminology"]), + ("terminoligy", &["terminology"]), + ("terorrism", &["terrorism"]), + ("terorrist", &["terrorist"]), + ("terorrists", &["terrorists"]), + ("terrabyte", &["terabyte"]), + ("terratorial", &["territorial"]), + ("terratories", &["territories"]), + ("terrerists", &["terrorists"]), + ("terrestial", &["terrestrial"]), + ("terretorial", &["territorial"]), + ("terretories", &["territories"]), + ("terriblely", &["terribly"]), + ("terribley", &["terribly"]), + ("terriblly", &["terribly"]), + ("terriories", &["territories"]), + ("terriory", &["territory"]), + ("terrirorial", &["territorial"]), + ("terrirories", &["territories"]), + ("terriroties", &["territories"]), + ("terriroty", &["territory"]), + ("terristrial", &["territorial"]), + ("territoires", &["territories"]), + ("territoral", &["territorial"]), + ("territores", &["territories"]), + ("territoriella", &["territorial"]), + ("territoris", &["territories"]), + ("territorist", &["terrorist"]), + ("territority", &["territory"]), + ("territorrial", &["territorial"]), + ("territorries", &["territories"]), + ("territorry", &["territory"]), + ("territoy", &["territory"]), + ("terroist", &["terrorist"]), + ("terrorisim", &["terrorism"]), + ("terroristas", &["terrorists"]), + ("terroristes", &["terrorists"]), + ("terrorities", &["territories"]), + ("terrorits", &["terrorist"]), + ("terrorsim", &["terrorism"]), + ("terrorsits", &["terrorists"]), + ("terrotorial", &["territorial"]), + ("terrotories", &["territories"]), + ("terrurists", &["terrorists"]), + ("tesitcle", &["testicle"]), + ("tesitcles", &["testicles"]), + ("tesitfy", &["testify"]), + ("tesitmony", &["testimony"]), + ("testasterone", &["testosterone"]), + ("testestorone", &["testosterone"]), + ("testice", &["testicle"]), + ("testicel", &["testicle"]), + ("testicels", &["testicles"]), + ("testiclees", &["testicles"]), + ("testiclies", &["testicle"]), + ("testiclular", &["testicular"]), + ("testifiy", &["testify"]), + ("testimoney", &["testimony"]), + ("testomony", &["testimony"]), + ("teusday", &["tuesday"]), + ("teusdays", &["tuesdays"]), + ("texturers", &["textures"]), + ("texutres", &["textures"]), + ("tghe", &["the"]), + ("thaliand", &["thailand"]), + ("thankfullly", &["thankfully"]), + ("thankfuly", &["thankfully"]), + ("thanksgivng", &["thanksgiving"]), + ("thankyooou", &["thankyou"]), + ("thankyoou", &["thankyou"]), + ("thankyu", &["thankyou"]), + ("thanskgiving", &["thanksgiving"]), + ("thast", &["that"]), + ("thearpy", &["therapy"]), + ("theather", &["theater"]), + ("theathre", &["theater"]), + ("theature", &["theater"]), + ("theese", &["these"]), + ("theif", &["thief"]), + ("theisitc", &["theistic"]), + ("theistc", &["theistic"]), + ("theives", &["thieves"]), + ("themsef", &["themself"]), + ("themselfes", &["themselves"]), + ("themselfs", &["themselves"]), + ("themselvs", &["themselves"]), + ("themsevles", &["themselves"]), + ("themslef", &["themself"]), + ("themsleves", &["themselves"]), + ("themslves", &["themselves"]), + ("theocracry", &["theocracy"]), + ("theoligical", &["theological"]), + ("theologia", &["theological"]), + ("theologial", &["theological"]), + ("theologicial", &["theological"]), + ("theoratical", &["theoretical"]), + ("theoratically", &["theoretically"]), + ("theoreticaly", &["theoretically"]), + ("theoreticly", &["theoretical"]), + ("theoritical", &["theoretical"]), + ("theoritically", &["theoretically"]), + ("theorits", &["theorist"]), + ("ther", &["there"]), + ("therafter", &["thereafter"]), + ("therapautic", &["therapeutic"]), + ("therapetic", &["therapeutic"]), + ("therapeudic", &["therapeutic"]), + ("therapeutisch", &["therapeutic"]), + ("therapeutuc", &["therapeutic"]), + ("theraphy", &["therapy"]), + ("therapuetic", &["therapeutic"]), + ("theraupetic", &["therapeutic"]), + ("therby", &["thereby"]), + ("thereaputic", &["therapeutic"]), + ("therefo", &["thereof"]), + ("therefoer", &["therefor"]), + ("therefour", &["therefor"]), + ("thereian", &["therein"]), + ("thereotical", &["theoretical"]), + ("thereotically", &["theoretically"]), + ("therepeutic", &["therapeutic"]), + ("therepists", &["therapists"]), + ("theri", &["their"]), + ("therien", &["therein"]), + ("theripists", &["therapists"]), + ("thermastat", &["thermostat"]), + ("thermistat", &["thermostat"]), + ("thermodinamics", &["thermodynamics"]), + ("thermodyanmics", &["thermodynamics"]), + ("thermodymamics", &["thermodynamics"]), + ("thermodymanics", &["thermodynamics"]), + ("thermodynaics", &["thermodynamics"]), + ("thermodynamcis", &["thermodynamics"]), + ("thermodynamcs", &["thermodynamics"]), + ("thermodynanics", &["thermodynamics"]), + ("thermodynmaics", &["thermodynamics"]), + ("thermomenter", &["thermometer"]), + ("thermomether", &["thermometer"]), + ("thermometor", &["thermometer"]), + ("thermometre", &["thermometer"]), + ("thermomiter", &["thermometer"]), + ("thermomoter", &["thermometer"]), + ("thermomter", &["thermometer"]), + ("thermoneter", &["thermometer"]), + ("thermostaat", &["thermostat"]), + ("thernodynamics", &["thermodynamics"]), + ("theroem", &["theorem"]), + ("theroetical", &["theoretical"]), + ("theroetically", &["theoretically"]), + ("theroies", &["theories"]), + ("theroist", &["theorist"]), + ("theroists", &["theorists"]), + ("theromdynamics", &["thermodynamics"]), + ("theromstat", &["thermostat"]), + ("thesitic", &["theistic"]), + ("thesits", &["theists"]), + ("thetering", &["tethering"]), + ("thgat", &["that"]), + ("thge", &["the"]), + ("thialand", &["thailand"]), + ("thier", &["their"]), + ("thiestic", &["theistic"]), + ("thiests", &["theists"]), + ("thign", &["thing"]), + ("thigns", &["things"]), + ("thigsn", &["things"]), + ("thikn", &["think"]), + ("thikning", &["thinking"]), + ("thikns", &["thinks"]), + ("thirites", &["thirties"]), + ("thirldy", &["thirdly"]), + ("thirlling", &["thrilling"]), + ("thirstay", &["thirsty"]), + ("thirteeen", &["thirteen"]), + ("thirten", &["thirteen"]), + ("thirtsy", &["thirsty"]), + ("thiunk", &["think"]), + ("thn", &["then"]), + ("thna", &["than"]), + ("thnakyou", &["thankyou"]), + ("thne", &["then"]), + ("thnig", &["thing"]), + ("thnigs", &["things"]), + ("thoecracy", &["theocracy"]), + ("thoerem", &["theorem"]), + ("thoeretical", &["theoretical"]), + ("thoeretically", &["theoretically"]), + ("thoeries", &["theories"]), + ("thoerist", &["theorist"]), + ("thoerists", &["theorists"]), + ("thomspon", &["thompson"]), + ("thopmson", &["thompson"]), + ("thorats", &["throats"]), + ("thornes", &["thrones"]), + ("thoroughy", &["thoroughly"]), + ("thorttling", &["throttling"]), + ("thorughout", &["throughout"]), + ("thoruim", &["thorium"]), + ("thoughout", &["throughout"]), + ("thoughs", &["thoughts"]), + ("thougths", &["thoughts"]), + ("thourogh", &["thorough"]), + ("thouroghly", &["thoroughly"]), + ("threadd", &["threaded"]), + ("threadened", &["threaded"]), + ("threataning", &["threatening"]), + ("threatend", &["threatened"]), + ("threatended", &["threatened"]), + ("threatenes", &["threatens"]), + ("threates", &["threatens"]), + ("threatining", &["threatening"]), + ("threatning", &["threatening"]), + ("threee", &["three"]), + ("threefor", &["therefor"]), + ("threeof", &["thereof"]), + ("threshhold", &["threshold"]), + ("thrid", &["third"]), + ("thridly", &["thirdly"]), + ("thristy", &["thirsty"]), + ("thriteen", &["thirteen"]), + ("thrities", &["thirties"]), + ("throast", &["throats"]), + ("throaths", &["throats"]), + ("throium", &["thorium"]), + ("throners", &["thrones"]), + ("throough", &["thorough"]), + ("throrough", &["thorough"]), + ("throthling", &["throttling"]), + ("throtlling", &["throttling"]), + ("throttleing", &["throttling"]), + ("throughiut", &["throughput"]), + ("throughly", &["thoroughly"]), + ("throughoput", &["throughput"]), + ("throught", &["thought"]), + ("throughtout", &["throughout"]), + ("throughtput", &["throughput"]), + ("througout", &["throughout"]), + ("thrusday", &["thursday"]), + ("thrusdays", &["thursdays"]), + ("thryoid", &["thyroid"]), + ("thsi", &["this"]), + ("thsoe", &["those"]), + ("thta", &["that"]), + ("thubmnails", &["thumbnails"]), + ("thudnerbolt", &["thunderbolt"]), + ("thumbmails", &["thumbnails"]), + ("thumbnailers", &["thumbnails"]), + ("thumbnal", &["thumbnails"]), + ("thunberbolt", &["thunderbolt"]), + ("thunderblot", &["thunderbolt"]), + ("thunderboat", &["thunderbolt"]), + ("thunderboldt", &["thunderbolt"]), + ("thunderbot", &["thunderbolt"]), + ("thunderbots", &["thunderbolt"]), + ("thunderbowl", &["thunderbolt"]), + ("thunderjolt", &["thunderbolt"]), + ("thunderolt", &["thunderbolt"]), + ("thundervolt", &["thunderbolt"]), + ("thurdsay", &["thursday"]), + ("thurdsays", &["thursdays"]), + ("thursdsay", &["thursdays"]), + ("thursdsy", &["thursdays"]), + ("thursters", &["thrusters"]), + ("thyat", &["that"]), + ("thyorid", &["thyroid"]), + ("thyriod", &["thyroid"]), + ("tiawanese", &["taiwanese"]), + ("tiem", &["time"]), + ("tighetning", &["tightening"]), + ("tightare", &["tighter"]), + ("tightenting", &["tightening"]), + ("tightining", &["tightening"]), + ("tigthening", &["tightening"]), + ("tigther", &["tighter"]), + ("tihkn", &["think"]), + ("tihs", &["this"]), + ("timestap", &["timestamp"]), + ("timestmap", &["timestamp"]), + ("timne", &["time"]), + ("tindergarten", &["kindergarten"]), + ("tiolets", &["toilets"]), + ("tiome", &["time"]), + ("tirangle", &["triangle"]), + ("tirangles", &["triangles"]), + ("tirbunal", &["tribunal"]), + ("tirdent", &["trident"]), + ("titainum", &["titanium"]), + ("titanim", &["titanium"]), + ("titanuim", &["titanium"]), + ("tje", &["the"]), + ("tjhe", &["the"]), + ("tjpanishad", &["upanishad"]), + ("tkae", &["take"]), + ("tkaes", &["takes"]), + ("tkaing", &["taking"]), + ("tlaking", &["talking"]), + ("tobbaco", &["tobacco"]), + ("tocuhdown", &["touchdown"]), + ("tocuhpad", &["touchpad"]), + ("tocuhscreen", &["touchscreen"]), + ("todya", &["today"]), + ("togehter", &["together"]), + ("togheter", &["together"]), + ("toghether", &["together"]), + ("toiletts", &["toilets"]), + ("tolerabe", &["tolerable"]), + ("tolerence", &["tolerance"]), + ("toliets", &["toilets"]), + ("tolkein", &["tolkien"]), + ("tomatos", &["tomatoes"]), + ("tommorow", &["tomorrow"]), + ("tommorrow", &["tomorrow"]), + ("tongiht", &["tonight"]), + ("tonguers", &["tongues"]), + ("tonuges", &["tongues"]), + ("tood", &["todo"]), + ("toothbruch", &["toothbrush"]), + ("toothbruth", &["toothbrush"]), + ("toothbursh", &["toothbrush"]), + ("toothrbush", &["toothbrush"]), + ("toppingest", &["toppings"]), + ("toppins", &["toppings"]), + ("torando", &["tornado"]), + ("torandoes", &["tornadoes"]), + ("torchilght", &["torchlight"]), + ("torchlgiht", &["torchlight"]), + ("torchligt", &["torchlight"]), + ("torchligth", &["torchlight"]), + ("torelable", &["tolerable"]), + ("torhclight", &["torchlight"]), + ("toriodal", &["toroidal"]), + ("toritlla", &["tortilla"]), + ("toritllas", &["tortillas"]), + ("tornadoe", &["tornado"]), + ("tornaodes", &["tornadoes"]), + ("torndao", &["tornado"]), + ("torotise", &["tortoise"]), + ("torpdeo", &["torpedo"]), + ("torpeados", &["torpedoes"]), + ("torpedeo", &["torpedo"]), + ("torphies", &["trophies"]), + ("torrentas", &["torrents"]), + ("torrentbig", &["torrenting"]), + ("torrenters", &["torrents"]), + ("torrentes", &["torrents"]), + ("torrentking", &["torrenting"]), + ("torrentors", &["torrents"]), + ("torrentting", &["torrenting"]), + ("torrest", &["torrents"]), + ("tortialls", &["tortillas"]), + ("tortila", &["tortilla"]), + ("tortillera", &["tortilla"]), + ("tortillia", &["tortilla"]), + ("tortillias", &["tortilla"]), + ("tortillita", &["tortilla"]), + ("tortillla", &["tortilla"]), + ("tortilllas", &["tortilla"]), + ("tortiose", &["tortoise"]), + ("torubleshoot", &["troubleshoot"]), + ("torublesome", &["troublesome"]), + ("toruisty", &["touristy"]), + ("torunament", &["tournament"]), + ("torunaments", &["tournaments"]), + ("toruney", &["tourney"]), + ("toruneys", &["tourneys"]), + ("totalitara", &["totalitarian"]), + ("totalitaran", &["totalitarian"]), + ("totalitarion", &["totalitarian"]), + ("totalitarni", &["totalitarian"]), + ("totalitatian", &["totalitarian"]), + ("tottehnam", &["tottenham"]), + ("tottenahm", &["tottenham"]), + ("tottneham", &["tottenham"]), + ("toturials", &["tutorials"]), + ("toubles", &["troubles"]), + ("touchapd", &["touchpad"]), + ("touchda", &["touchpad"]), + ("touchdwon", &["touchdown"]), + ("touchsceen", &["touchscreen"]), + ("touchscreeen", &["touchscreen"]), + ("touchscren", &["touchscreen"]), + ("tounge", &["tongue"]), + ("tounrey", &["tourney"]), + ("tounreys", &["tourneys"]), + ("touranment", &["tournaments"]), + ("touranments", &["tournaments"]), + ("tourch", &["torch"]), + ("tourisim", &["tourism"]), + ("touristas", &["tourists"]), + ("touristes", &["tourists"]), + ("touristey", &["touristy"]), + ("touristly", &["touristy"]), + ("touristsy", &["touristy"]), + ("tourisy", &["touristy"]), + ("tourits", &["tourist"]), + ("touritsy", &["touristy"]), + ("tourmanent", &["tournaments"]), + ("tournamet", &["tournament"]), + ("tournamets", &["tournaments"]), + ("tournamnet", &["tournament"]), + ("tournamnets", &["tournaments"]), + ("tournemant", &["tournament"]), + ("tournemants", &["tournaments"]), + ("tournement", &["tournament"]), + ("tournements", &["tournaments"]), + ("tournes", &["tourneys"]), + ("tournmanets", &["tournaments"]), + ("tournyes", &["tourneys"]), + ("toursim", &["tourism"]), + ("toursit", &["tourist"]), + ("toursits", &["tourists"]), + ("toursity", &["touristy"]), + ("towords", &["towards"]), + ("towrad", &["toward"]), + ("toxicitity", &["toxicity"]), + ("toxicitiy", &["toxicity"]), + ("toxiticy", &["toxicity"]), + ("trabajao", &["trabajo"]), + ("trabajdo", &["trabajo"]), + ("trackes", &["trackers"]), + ("trackres", &["trackers"]), + ("tradicional", &["traditional"]), + ("tradionally", &["traditionally"]), + ("tradisional", &["traditional"]), + ("traditionaly", &["traditionally"]), + ("traditionel", &["traditional"]), + ("traditionnal", &["traditional"]), + ("traditition", &["tradition"]), + ("tradtionally", &["traditionally"]), + ("trafficed", &["trafficked"]), + ("trafficing", &["trafficking"]), + ("trafic", &["traffic"]), + ("trageted", &["targeted"]), + ("tragicallly", &["tragically"]), + ("tragicaly", &["tragically"]), + ("traileras", &["trailers"]), + ("trailes", &["trailers"]), + ("traines", &["trainers"]), + ("traingle", &["triangle"]), + ("traingles", &["triangles"]), + ("trainig", &["training"]), + ("trainwreak", &["trainwreck"]), + ("trainwrek", &["trainwreck"]), + ("traitoris", &["traitors"]), + ("traitorise", &["traitors"]), + ("traitorus", &["traitors"]), + ("traitour", &["traitor"]), + ("trakcers", &["trackers"]), + ("tralier", &["trailer"]), + ("traliers", &["trailers"]), + ("tramautic", &["traumatic"]), + ("tramautized", &["traumatized"]), + ("tramboline", &["trampoline"]), + ("tramendously", &["tremendously"]), + ("tramploine", &["trampoline"]), + ("trampolene", &["trampoline"]), + ("tramsformers", &["transformers"]), + ("tramsforming", &["transforming"]), + ("tramuatized", &["traumatized"]), + ("trancendent", &["transcendent"]), + ("trancending", &["transcending"]), + ("tranclucent", &["translucent"]), + ("trandgender", &["transgender"]), + ("tranditional", &["transitional"]), + ("tranditions", &["transitions"]), + ("tranform", &["transform"]), + ("tranformed", &["transformed"]), + ("tranistion", &["transition"]), + ("tranistional", &["transitional"]), + ("tranistioned", &["transitioned"]), + ("tranistioning", &["transitioning"]), + ("tranistions", &["transitions"]), + ("tranlastion", &["translations"]), + ("tranlsate", &["translate"]), + ("tranlsated", &["translated"]), + ("tranlsating", &["translating"]), + ("tranlsation", &["translation"]), + ("tranlsations", &["translations"]), + ("tranluscent", &["translucent"]), + ("tranmsission", &["transmissions"]), + ("trannsexual", &["transsexual"]), + ("tranpshobic", &["transphobic"]), + ("transaccion", &["transaction"]), + ("transaciton", &["transactions"]), + ("transalte", &["translate"]), + ("transalted", &["translated"]), + ("transaltes", &["translates"]), + ("transalting", &["translating"]), + ("transaltion", &["translation"]), + ("transaltions", &["translations"]), + ("transaltor", &["translator"]), + ("transaprency", &["transparency"]), + ("transation", &["transition"]), + ("transational", &["transitional"]), + ("transations", &["transitions"]), + ("transcations", &["transactions"]), + ("transcendance", &["transcendence"]), + ("transcendant", &["transcendent"]), + ("transcendentational", &["transcendental"]), + ("transciprt", &["transcripts"]), + ("transcirpt", &["transcripts"]), + ("transcluent", &["translucent"]), + ("transcribtion", &["transcription"]), + ("transcripcion", &["transcription"]), + ("transcrips", &["transcripts"]), + ("transcripto", &["transcription"]), + ("transcripton", &["transcription"]), + ("transcriptus", &["transcripts"]), + ("transcris", &["transcripts"]), + ("transcrit", &["transcript"]), + ("transcrito", &["transcript"]), + ("transcrits", &["transcripts"]), + ("transcrpit", &["transcript"]), + ("transctions", &["transitions"]), + ("transculent", &["translucent"]), + ("transeat", &["translates"]), + ("transending", &["transcending"]), + ("transesxuals", &["transsexuals"]), + ("transfarmers", &["transformers"]), + ("transfarring", &["transferring"]), + ("transfender", &["transgender"]), + ("transferd", &["transferred"]), + ("transfere", &["transferred"]), + ("transfered", &["transferred"]), + ("transferer", &["transferred"]), + ("transferers", &["transfers"]), + ("transferes", &["transfers"]), + ("transfering", &["transferring"]), + ("transferrred", &["transferred"]), + ("transferrring", &["transferring"]), + ("transferrs", &["transfers"]), + ("transfersom", &["transforms"]), + ("transferts", &["transfers"]), + ("transfom", &["transform"]), + ("transfomed", &["transformed"]), + ("transfomers", &["transforms"]), + ("transfored", &["transformed"]), + ("transformacion", &["transformation"]), + ("transformare", &["transformers"]), + ("transformarea", &["transformer"]), + ("transformarem", &["transformer"]), + ("transformarse", &["transformers"]), + ("transformas", &["transforms"]), + ("transformase", &["transforms"]), + ("transformaton", &["transformation"]), + ("transforme", &["transfer"]), + ("transformees", &["transforms"]), + ("transformered", &["transformed"]), + ("transformes", &["transformers"]), + ("transformis", &["transforms"]), + ("transformus", &["transforms"]), + ("transforners", &["transformers"]), + ("transfors", &["transforms"]), + ("transforums", &["transforms"]), + ("transfos", &["transforms"]), + ("transfrom", &["transform"]), + ("transfromation", &["transformation"]), + ("transfromed", &["transformed"]), + ("transfromer", &["transformers"]), + ("transfromers", &["transformers"]), + ("transfroming", &["transforming"]), + ("transfroms", &["transforms"]), + ("transgeder", &["transgender"]), + ("transgemder", &["transgender"]), + ("transgended", &["transgendered"]), + ("transgenderd", &["transgendered"]), + ("transgendred", &["transgendered"]), + ("transgener", &["transgender"]), + ("transgenered", &["transgender"]), + ("transgenger", &["transgender"]), + ("transgengered", &["transgendered"]), + ("transgenres", &["transgender"]), + ("transhpobic", &["transphobic"]), + ("transicion", &["transition"]), + ("transicional", &["transitional"]), + ("transiet", &["transient"]), + ("transilvania", &["transylvania"]), + ("transimssion", &["transmissions"]), + ("transision", &["transition"]), + ("transisioned", &["transitioned"]), + ("transisioning", &["transitioning"]), + ("transisions", &["transitions"]), + ("transisitor", &["transistor"]), + ("transister", &["transistor"]), + ("transistion", &["transition"]), + ("transistior", &["transistor"]), + ("transiten", &["transient"]), + ("transitin", &["transitions"]), + ("transitionable", &["transitional"]), + ("transitionals", &["transitions"]), + ("transitiond", &["transitioned"]), + ("transitiong", &["transitioning"]), + ("transitionnal", &["transitional"]), + ("transitionned", &["transitioned"]), + ("transitionning", &["transitioning"]), + ("transito", &["transition"]), + ("transitons", &["transitions"]), + ("transitors", &["transistor"]), + ("transkript", &["transcript"]), + ("transkription", &["transcription"]), + ("translastion", &["translations"]), + ("translateing", &["translating"]), + ("translater", &["translator"]), + ("translatin", &["translations"]), + ("translatio", &["translator"]), + ("translationg", &["translating"]), + ("translatron", &["translation"]), + ("translpant", &["transplants"]), + ("translucient", &["translucent"]), + ("transluent", &["translucent"]), + ("translusent", &["translucent"]), + ("translyvania", &["transylvania"]), + ("translyvanian", &["transylvania"]), + ("transmatter", &["transmitter"]), + ("transmision", &["transmission"]), + ("transmisions", &["transmission"]), + ("transmisison", &["transmission"]), + ("transmisisons", &["transmissions"]), + ("transmissable", &["transmissible"]), + ("transmissin", &["transmissions"]), + ("transmisson", &["transmission"]), + ("transmissons", &["transmissions"]), + ("transmisssion", &["transmissions"]), + ("transmited", &["transmitted"]), + ("transmiter", &["transmitter"]), + ("transmitirte", &["transmitter"]), + ("transmitor", &["transistor"]), + ("transmittor", &["transmitter"]), + ("transmittted", &["transmitted"]), + ("transmorfers", &["transformer"]), + ("transmorged", &["transformed"]), + ("transmorgs", &["transforms"]), + ("transmutter", &["transmitter"]), + ("transofrm", &["transform"]), + ("transofrmation", &["transformation"]), + ("transofrmed", &["transformed"]), + ("transofrmers", &["transformers"]), + ("transofrming", &["transforming"]), + ("transohobic", &["transphobic"]), + ("transpalnt", &["transplants"]), + ("transparancy", &["transparency"]), + ("transparant", &["transparent"]), + ("transparantie", &["transparent"]), + ("transparecy", &["transparency"]), + ("transparentcy", &["transparency"]), + ("transparenty", &["transparency"]), + ("transpareny", &["transparency"]), + ("transparrent", &["transparent"]), + ("transperancy", &["transparency"]), + ("transperant", &["transparent"]), + ("transperency", &["transparency"]), + ("transperent", &["transparent"]), + ("transphoic", &["transphobic"]), + ("transphonic", &["transphobic"]), + ("transphopic", &["transphobic"]), + ("transplain", &["transplant"]), + ("transplanet", &["transplant"]), + ("transplantees", &["transplants"]), + ("transplantes", &["transplants"]), + ("transplat", &["transplant"]), + ("transplate", &["transplant"]), + ("transplats", &["transplants"]), + ("transpoder", &["transported"]), + ("transporation", &["transportation"]), + ("transporder", &["transporter"]), + ("transporing", &["transporting"]), + ("transportaion", &["transportation"]), + ("transportar", &["transporter"]), + ("transportarme", &["transporter"]), + ("transportarse", &["transporter"]), + ("transportarte", &["transporter"]), + ("transporteur", &["transporter"]), + ("transporteurs", &["transporter"]), + ("transportion", &["transporting"]), + ("transportng", &["transporting"]), + ("transportor", &["transporter"]), + ("transportr", &["transporter"]), + ("transpot", &["transport"]), + ("transpotting", &["transporting"]), + ("transseuxal", &["transsexual"]), + ("transsexal", &["transsexual"]), + ("transsexaul", &["transsexual"]), + ("transsexuel", &["transsexual"]), + ("transsexuella", &["transsexual"]), + ("transsmision", &["transmissions"]), + ("transtator", &["translator"]), + ("transulcent", &["translucent"]), + ("transylmania", &["transylvania"]), + ("transylvanai", &["transylvania"]), + ("transylvannia", &["transylvania"]), + ("transylvnia", &["transylvania"]), + ("tranzformer", &["transformer"]), + ("tranzistor", &["transistor"]), + ("tranzitions", &["transitions"]), + ("tranzporter", &["transporter"]), + ("trasncript", &["transcript"]), + ("trasncripts", &["transcripts"]), + ("trasnfer", &["transfer"]), + ("trasnferred", &["transferred"]), + ("trasnferring", &["transferring"]), + ("trasnfers", &["transfers"]), + ("trasnform", &["transform"]), + ("trasnformation", &["transformation"]), + ("trasnformed", &["transformed"]), + ("trasnformer", &["transformer"]), + ("trasnformers", &["transformers"]), + ("trasnforming", &["transforming"]), + ("trasnforms", &["transforms"]), + ("trasngender", &["transgender"]), + ("trasngendered", &["transgendered"]), + ("trasnlated", &["translated"]), + ("trasnlator", &["translator"]), + ("trasnmission", &["transmissions"]), + ("trasnmitted", &["transmitted"]), + ("trasnmitter", &["transmitter"]), + ("trasnparency", &["transparency"]), + ("trasnparent", &["transparent"]), + ("trasnphobic", &["transphobic"]), + ("trasnplant", &["transplant"]), + ("trasnport", &["transport"]), + ("trasnportation", &["transportation"]), + ("trasnported", &["transported"]), + ("trasnporter", &["transporter"]), + ("trasnporting", &["transporting"]), + ("tratior", &["traitor"]), + ("tratiors", &["traitors"]), + ("traumatisch", &["traumatic"]), + ("traumetized", &["traumatized"]), + ("traumitized", &["traumatized"]), + ("traveld", &["traveled"]), + ("traveleres", &["travelers"]), + ("traveles", &["travels"]), + ("travellerhd", &["travelled"]), + ("travellodge", &["travelled"]), + ("travelodge", &["traveled"]), + ("travere", &["traverse"]), + ("traveres", &["traverse"]), + ("traverlers", &["traverse"]), + ("traversare", &["traverse"]), + ("traversie", &["traverse"]), + ("traversier", &["traverse"]), + ("travestry", &["travesty"]), + ("travesy", &["travesty"]), + ("travles", &["travels"]), + ("treasue", &["treasure"]), + ("treasuers", &["treasures"]), + ("treasurery", &["treasury"]), + ("treasurey", &["treasury"]), + ("treasurs", &["treasures"]), + ("treatis", &["treaties"]), + ("treatmens", &["treatments"]), + ("treatmet", &["treatments"]), + ("treatsie", &["treaties"]), + ("treausre", &["treasure"]), + ("treausres", &["treasures"]), + ("tredning", &["trending"]), + ("tremelo", &["tremolo"]), + ("tremelos", &["tremolos"]), + ("trememdous", &["tremendous"]), + ("trememdously", &["tremendously"]), + ("tremendeous", &["tremendous"]), + ("tremendious", &["tremendous"]), + ("tremendos", &["tremendous"]), + ("tremendoulsy", &["tremendously"]), + ("tremenduous", &["tremendous"]), + ("tremondous", &["tremendous"]), + ("tremondously", &["tremendously"]), + ("trendig", &["trending"]), + ("trespasing", &["trespassing"]), + ("trespessing", &["trespassing"]), + ("tresspasing", &["trespassing"]), + ("tresuary", &["treasury"]), + ("trhilling", &["thrilling"]), + ("trhusters", &["thrusters"]), + ("trialer", &["trailer"]), + ("trialers", &["trailers"]), + ("trianers", &["trainers"]), + ("triange", &["triangle"]), + ("triangel", &["triangle"]), + ("triangels", &["triangles"]), + ("triangls", &["triangles"]), + ("trianing", &["training"]), + ("trianlge", &["triangle"]), + ("trianlges", &["triangles"]), + ("trianwreck", &["trainwreck"]), + ("triator", &["traitor"]), + ("triators", &["traitors"]), + ("tribuanl", &["tribunal"]), + ("tribunaal", &["tribunal"]), + ("trickey", &["trickery"]), + ("trickyer", &["trickery"]), + ("tridnet", &["trident"]), + ("triggereing", &["triggering"]), + ("triggern", &["triggering"]), + ("triggerring", &["triggering"]), + ("triguered", &["triggered"]), + ("trilogoy", &["trilogy"]), + ("trimuph", &["triumph"]), + ("trinagle", &["triangle"]), + ("trinagles", &["triangles"]), + ("trinekts", &["trinkets"]), + ("tringale", &["triangle"]), + ("trinitiy", &["trinity"]), + ("trinkes", &["trinkets"]), + ("trinkst", &["trinkets"]), + ("trintiy", &["trinity"]), + ("triolgy", &["trilogy"]), + ("triology", &["trilogy"]), + ("triumpth", &["triumph"]), + ("trochlight", &["torchlight"]), + ("trohpies", &["trophies"]), + ("troleld", &["trolled"]), + ("troling", &["trolling"]), + ("trollade", &["trolled"]), + ("tronado", &["tornado"]), + ("tropcial", &["tropical"]), + ("tropedo", &["torpedo"]), + ("trotilla", &["tortilla"]), + ("troubelshoot", &["troubleshoot"]), + ("troubelshooting", &["troubleshooting"]), + ("troubelsome", &["troublesome"]), + ("troublehsoot", &["troubleshoot"]), + ("troublehsooting", &["troubleshooting"]), + ("troubleshooot", &["troubleshoot"]), + ("troubleshotting", &["troubleshooting"]), + ("troups", &["troupes"]), + ("trpoical", &["tropical"]), + ("truamatic", &["traumatic"]), + ("truamatized", &["traumatized"]), + ("trubinal", &["tribunal"]), + ("trubines", &["turbines"]), + ("trudnle", &["trundle"]), + ("truely", &["truly"]), + ("truimph", &["triumph"]), + ("trukish", &["turkish"]), + ("trumendously", &["tremendously"]), + ("trundel", &["trundle"]), + ("trunlde", &["trundle"]), + ("trushworthy", &["trustworthy"]), + ("trustowrthy", &["trustworthy"]), + ("trustwhorty", &["trustworthy"]), + ("trustworhty", &["trustworthy"]), + ("trustworhy", &["trustworthy"]), + ("trustworthly", &["trustworthy"]), + ("trustworthyness", &["trustworthiness"]), + ("trustworty", &["trustworthy"]), + ("trustwothy", &["trustworthy"]), + ("truthfullly", &["truthfully"]), + ("truthfuly", &["truthfully"]), + ("tryahrd", &["tryhard"]), + ("tryannical", &["tyrannical"]), + ("tryavon", &["trayvon"]), + ("tsamina", &["stamina"]), + ("tsnuami", &["tsunami"]), + ("tsuanmi", &["tsunami"]), + ("tsunamai", &["tsunami"]), + ("tsunmai", &["tsunami"]), + ("tuesdsay", &["tuesdays"]), + ("tuesdsy", &["tuesdays"]), + ("tunnells", &["tunnels"]), + ("tunnles", &["tunnels"]), + ("tunraround", &["turnaround"]), + ("tunrtable", &["turntable"]), + ("tupparware", &["tupperware"]), + ("tupperwears", &["tupperware"]), + ("turbins", &["turbines"]), + ("turkisch", &["turkish"]), + ("turksih", &["turkish"]), + ("turltes", &["turtles"]), + ("turnapound", &["turnaround"]), + ("turnaroud", &["turnaround"]), + ("turntabe", &["turntable"]), + ("turntabel", &["turntable"]), + ("turrest", &["turrets"]), + ("turretts", &["turrets"]), + ("turstworthy", &["trustworthy"]), + ("turtels", &["turtles"]), + ("turthfully", &["truthfully"]), + ("tuseday", &["tuesday"]), + ("tusedays", &["tuesdays"]), + ("tusnami", &["tsunami"]), + ("tust", &["trust"]), + ("tutoriales", &["tutorials"]), + ("tutorual", &["tutorial"]), + ("tutrles", &["turtles"]), + ("twelth", &["twelfth"]), + ("twilgiht", &["twilight"]), + ("twiligt", &["twilight"]), + ("twon", &["town"]), + ("twpo", &["two"]), + ("tyelnol", &["tylenol"]), + ("tyhat", &["that"]), + ("tyhe", &["they"]), + ("tylenool", &["tylenol"]), + ("typcial", &["typical"]), + ("typcially", &["typically"]), + ("typicaly", &["typically"]), + ("tyranies", &["tyrannies"]), + ("tyrannia", &["tyrannical"]), + ("tyrantical", &["tyrannical"]), + ("tyrany", &["tyranny"]), + ("tyrhard", &["tryhard"]), + ("tyrranies", &["tyrannies"]), + ("tyrrany", &["tyranny"]), + ("ubiqituous", &["ubiquitous"]), + ("ubiquitious", &["ubiquitous"]), + ("ubiquitos", &["ubiquitous"]), + ("ubiquituous", &["ubiquitous"]), + ("ubiquotous", &["ubiquitous"]), + ("ubiqutious", &["ubiquitous"]), + ("ublisher", &["publisher"]), + ("ubsubscribed", &["unsubscribed"]), + ("ubsubstantiated", &["unsubstantiated"]), + ("udnercut", &["undercut"]), + ("udnerdog", &["underdog"]), + ("udnerestimate", &["underestimated"]), + ("udnerpowered", &["underpowered"]), + ("udpated", &["updated"]), + ("uesfull", &["usefull"]), + ("ugprade", &["upgrade"]), + ("ugpraded", &["upgraded"]), + ("ugprades", &["upgrades"]), + ("ugprading", &["upgrading"]), + ("uise", &["use"]), + ("ukarine", &["ukraine"]), + ("ukrainain", &["ukrainian"]), + ("ukrainains", &["ukrainians"]), + ("ukraineans", &["ukrainians"]), + ("ukrainias", &["ukrainians"]), + ("ukrainie", &["ukraine"]), + ("ukrainiens", &["ukrainians"]), + ("ukrainin", &["ukrainian"]), + ("ukrainina", &["ukrainian"]), + ("ukraininans", &["ukrainians"]), + ("ukraininas", &["ukrainians"]), + ("ukrainisn", &["ukrainians"]), + ("ukranian", &["ukrainian"]), + ("ukranie", &["ukraine"]), + ("ukriane", &["ukraine"]), + ("ukrianian", &["ukrainian"]), + ("ukrianians", &["ukrainians"]), + ("ulitmate", &["ultimate"]), + ("ulitmately", &["ultimately"]), + ("ulitmatum", &["ultimatum"]), + ("ultamite", &["ultimate"]), + ("ulterioara", &["ulterior"]), + ("ulterioare", &["ulterior"]), + ("ulteriour", &["ulterior"]), + ("ultiamte", &["ultimate"]), + ("ultimae", &["ultimate"]), + ("ultimatelly", &["ultimately"]), + ("ultimative", &["ultimate"]), + ("ultimatley", &["ultimately"]), + ("ultimatuum", &["ultimatum"]), + ("ultimely", &["ultimately"]), + ("ultrason", &["ultrasound"]), + ("umbelievable", &["unbelievable"]), + ("umberlla", &["umbrella"]), + ("umbrela", &["umbrella"]), + ("umbrellla", &["umbrella"]), + ("umcomfortable", &["uncomfortable"]), + ("umcomfortably", &["uncomfortably"]), + ("umemployment", &["unemployment"]), + ("umpredictable", &["unpredictable"]), + ("unabel", &["unable"]), + ("unabnned", &["unbanned"]), + ("unaccaptable", &["unacceptable"]), + ("unacceptible", &["unacceptable"]), + ("unaccpetable", &["unacceptable"]), + ("unacompanied", &["unaccompanied"]), + ("unahppy", &["unhappy"]), + ("unaminous", &["unanimous"]), + ("unanimoulsy", &["unanimous"]), + ("unanmious", &["unanimous"]), + ("unanswerd", &["unanswered"]), + ("unanwsered", &["unanswered"]), + ("unanymous", &["unanimous"]), + ("unappealling", &["unappealing"]), + ("unappeasing", &["unappealing"]), + ("unappeeling", &["unappealing"]), + ("unappropriate", &["inappropriate"]), + ("unappropriately", &["inappropriately"]), + ("unasnwered", &["unanswered"]), + ("unathorised", &["unauthorised"]), + ("unattanded", &["unattended"]), + ("unattendend", &["unattended"]), + ("unatteneded", &["unattended"]), + ("unattented", &["unattended"]), + ("unattracive", &["unattractive"]), + ("unattractice", &["unattractive"]), + ("unautherized", &["unauthorized"]), + ("unauthoried", &["unauthorized"]), + ("unauthroized", &["unauthorized"]), + ("unavailabe", &["unavailable"]), + ("unavailble", &["unavailable"]), + ("unavailible", &["unavailable"]), + ("unavaliable", &["unavailable"]), + ("unaviodable", &["unavoidable"]), + ("unavoidble", &["unavoidable"]), + ("unawnsered", &["unanswered"]), + ("unbalanaced", &["unbalanced"]), + ("unbalenced", &["unbalanced"]), + ("unballance", &["unbalance"]), + ("unbalnaced", &["unbalanced"]), + ("unbanend", &["unbanned"]), + ("unbannd", &["unbanned"]), + ("unbannend", &["unbanned"]), + ("unbareable", &["unbearable"]), + ("unbeakable", &["unbeatable"]), + ("unbeareble", &["unbearable"]), + ("unbeatbale", &["unbeatable"]), + ("unbeateble", &["unbeatable"]), + ("unbeerable", &["unbearable"]), + ("unbeetable", &["unbeatable"]), + ("unbeknowst", &["unbeknownst"]), + ("unbeleivable", &["unbelievable"]), + ("unbeleivably", &["unbelievably"]), + ("unbeliavable", &["unbelievable"]), + ("unbeliavably", &["unbelievably"]), + ("unbeliebable", &["unbelievable"]), + ("unbelievablely", &["unbelievably"]), + ("unbelievabley", &["unbelievably"]), + ("unbelievablly", &["unbelievably"]), + ("unbelieveble", &["unbelievable"]), + ("unbelievibly", &["unbelievably"]), + ("unbeliveable", &["unbelievable"]), + ("unbeliveably", &["unbelievably"]), + ("unbelizeable", &["unbelievable"]), + ("unbolievable", &["unbelievable"]), + ("unbraikable", &["unbreakable"]), + ("unbrakeable", &["unbreakable"]), + ("unbreakabie", &["unbreakable"]), + ("unbreakabke", &["unbreakable"]), + ("unbreakbale", &["unbreakable"]), + ("unbreakble", &["unbreakable"]), + ("unbreakeble", &["unbreakable"]), + ("unbrearable", &["unbreakable"]), + ("uncanney", &["uncanny"]), + ("uncannny", &["uncanny"]), + ("uncencored", &["uncensored"]), + ("uncensered", &["uncensored"]), + ("uncensord", &["uncensored"]), + ("uncensorred", &["uncensored"]), + ("uncersored", &["uncensored"]), + ("uncertaincy", &["uncertainty"]), + ("uncertainity", &["uncertainty"]), + ("uncertaintity", &["uncertainty"]), + ("uncertaintly", &["uncertainty"]), + ("uncertainy", &["uncertainty"]), + ("uncertanity", &["uncertainty"]), + ("uncertanty", &["uncertainty"]), + ("uncertianty", &["uncertainty"]), + ("uncesnored", &["uncensored"]), + ("unchallengable", &["unchallengeable"]), + ("unchangable", &["unchangeable"]), + ("uncomfertable", &["uncomfortable"]), + ("uncomfertably", &["uncomfortably"]), + ("uncomfortabel", &["uncomfortably"]), + ("uncomfortablely", &["uncomfortably"]), + ("uncomfortabley", &["uncomfortably"]), + ("uncomfortablity", &["uncomfortably"]), + ("uncomfortablly", &["uncomfortably"]), + ("uncomforyable", &["uncomfortably"]), + ("uncomfrotable", &["uncomfortable"]), + ("uncomfrotably", &["uncomfortably"]), + ("uncomftorable", &["uncomfortable"]), + ("uncomftorably", &["uncomfortably"]), + ("uncomited", &["uncommitted"]), + ("uncomitted", &["uncommitted"]), + ("uncommited", &["uncommitted"]), + ("uncompatible", &["incompatible"]), + ("uncompetive", &["uncompetitive"]), + ("unconcious", &["unconscious"]), + ("unconciousness", &["unconsciousness"]), + ("unconcsious", &["unconscious"]), + ("unconcsiously", &["unconsciously"]), + ("unconditinal", &["unconditional"]), + ("unconditionable", &["unconditional"]), + ("unconditionaly", &["unconditionally"]), + ("unconditionnal", &["unconditional"]), + ("unconditionnally", &["unconditionally"]), + ("unconfortability", &["discomfort"]), + ("unconfortable", &["uncomfortable"]), + ("unconfortably", &["uncomfortably"]), + ("unconsciosly", &["unconsciously"]), + ("unconscioulsy", &["unconsciously"]), + ("unconsciouly", &["unconsciously"]), + ("unconsciouslly", &["unconsciously"]), + ("unconscous", &["unconscious"]), + ("unconsicous", &["unconscious"]), + ("unconsicously", &["unconsciously"]), + ("unconsiderate", &["inconsiderate"]), + ("unconsistent", &["inconsistent"]), + ("unconstititional", &["unconstitutional"]), + ("unconstituional", &["unconstitutional"]), + ("unconstitutionnal", &["unconstitutional"]), + ("uncontitutional", &["unconstitutional"]), + ("uncontrallable", &["uncontrollable"]), + ("uncontrallably", &["uncontrollably"]), + ("uncontrolablly", &["uncontrollably"]), + ("uncontrollabe", &["uncontrollable"]), + ("uncontrollablely", &["uncontrollably"]), + ("uncontrollabley", &["uncontrollably"]), + ("uncontrollablly", &["uncontrollably"]), + ("uncontrollaby", &["uncontrollably"]), + ("unconvectional", &["unconventional"]), + ("unconvencional", &["unconventional"]), + ("unconvenient", &["inconvenient"]), + ("unconvensional", &["unconventional"]), + ("unconvential", &["unconventional"]), + ("unconventianal", &["unconventional"]), + ("unconventinal", &["unconventional"]), + ("unconventionnal", &["unconventional"]), + ("uncouncious", &["unconscious"]), + ("uncounciously", &["unconsciously"]), + ("uncousciously", &["unconsciously"]), + ("undebiably", &["undeniably"]), + ("undecideable", &["undecidable"]), + ("undefinitely", &["indefinitely"]), + ("undeinable", &["undeniable"]), + ("undeinably", &["undeniably"]), + ("undenaible", &["undeniable"]), + ("undenaibly", &["undeniably"]), + ("undeniabely", &["undeniably"]), + ("undeniablely", &["undeniably"]), + ("undeniabley", &["undeniably"]), + ("undeniablly", &["undeniably"]), + ("undenialbly", &["undeniably"]), + ("undenyable", &["undeniable"]), + ("undenyably", &["undeniably"]), + ("underastimate", &["underestimate"]), + ("underastimated", &["underestimated"]), + ("underastimating", &["underestimating"]), + ("underbaker", &["undertaker"]), + ("underbog", &["undergo"]), + ("undercling", &["underlying"]), + ("undercunt", &["undercut"]), + ("underdong", &["underdog"]), + ("underesitmate", &["underestimated"]), + ("underestamate", &["underestimate"]), + ("underestamated", &["underestimated"]), + ("underestemate", &["underestimate"]), + ("underestemated", &["underestimated"]), + ("underestemating", &["underestimating"]), + ("underestiamte", &["underestimated"]), + ("underestimateing", &["underestimating"]), + ("underestime", &["underestimate"]), + ("underestimeted", &["underestimated"]), + ("underfaker", &["undertaker"]), + ("undergard", &["undergrad"]), + ("undergated", &["underrated"]), + ("undergating", &["undertaking"]), + ("underglo", &["undergo"]), + ("undergorund", &["underground"]), + ("undergradate", &["undergraduate"]), + ("undergradute", &["undergraduate"]), + ("undergrand", &["undergrad"]), + ("undergratuate", &["undergraduate"]), + ("undergroud", &["underground"]), + ("undergrund", &["underground"]), + ("underheight", &["underweight"]), + ("underhwelming", &["underwhelming"]), + ("underhwleming", &["underwhelming"]), + ("undermimes", &["undermines"]), + ("undermiming", &["undermining"]), + ("underminde", &["undermines"]), + ("undermindes", &["undermines"]), + ("underminding", &["undermining"]), + ("undermineing", &["undermining"]), + ("undermineras", &["undermines"]), + ("undermineres", &["undermines"]), + ("underming", &["undermining"]), + ("underminging", &["undermining"]), + ("underminig", &["undermining"]), + ("underminining", &["undermining"]), + ("underminning", &["undermining"]), + ("undernearth", &["underneath"]), + ("underneeth", &["underneath"]), + ("underneight", &["underweight"]), + ("underneith", &["underneath"]), + ("undernieth", &["underneath"]), + ("underog", &["undergo"]), + ("underpining", &["undermining"]), + ("underpowed", &["underpowered"]), + ("underpowerd", &["underpowered"]), + ("underpowererd", &["underpowered"]), + ("underpowred", &["underpowered"]), + ("underraged", &["underrated"]), + ("underraker", &["undertaker"]), + ("underrater", &["undertaker"]), + ("underratted", &["underrated"]), + ("undersatnd", &["understands"]), + ("undersetimate", &["underestimate"]), + ("undersetimated", &["underestimated"]), + ("undersog", &["undergo"]), + ("understad", &["understands"]), + ("understadn", &["understands"]), + ("understandablely", &["understandably"]), + ("understandabley", &["understandably"]), + ("understandble", &["understandable"]), + ("understandbly", &["understandably"]), + ("understandebly", &["understandably"]), + ("understandible", &["understandable"]), + ("understandibly", &["understandably"]), + ("understannd", &["understands"]), + ("understans", &["understands"]), + ("understnad", &["understands"]), + ("understoon", &["understood"]), + ("understsand", &["understands"]), + ("understsnd", &["understands"]), + ("undertacker", &["undertaker"]), + ("undertakeing", &["undertaking"]), + ("undertoe", &["undertones"]), + ("undertoker", &["undertaker"]), + ("undertsand", &["understands"]), + ("undertunes", &["undertones"]), + ("underwaer", &["underwear"]), + ("underwager", &["underwater"]), + ("underwar", &["underwater"]), + ("underware", &["underwear"]), + ("underwares", &["underwater"]), + ("underwarter", &["underwater"]), + ("underwealming", &["underwhelming"]), + ("underwhelimg", &["underwhelming"]), + ("underwheling", &["underwhelming"]), + ("underwhemling", &["underwhelming"]), + ("underwhleming", &["underwhelming"]), + ("underwieght", &["underweight"]), + ("underwolrd", &["underworld"]), + ("underwoord", &["underworld"]), + ("underwright", &["underweight"]), + ("underwrold", &["underworld"]), + ("underyling", &["underlying"]), + ("undescore", &["underscore"]), + ("undesireable", &["undesirable"]), + ("undesireble", &["undesirable"]), + ("undesriable", &["undesirable"]), + ("undesrtand", &["understands"]), + ("undestructible", &["indestructible"]), + ("undetecable", &["undetectable"]), + ("undiserable", &["undesirable"]), + ("undoctrinated", &["indoctrinated"]), + ("undoubedtly", &["undoubtedly"]), + ("undoubetdly", &["undoubtedly"]), + ("undoubtadly", &["undoubtedly"]), + ("undoubtebly", &["undoubtedly"]), + ("undoubtedbly", &["undoubtedly"]), + ("undoubtedy", &["undoubtedly"]), + ("undoubtely", &["undoubtedly"]), + ("undoubtetly", &["undoubtedly"]), + ("undoubtley", &["undoubtedly"]), + ("undreground", &["underground"]), + ("uneccesary", &["unnecessary"]), + ("unecessary", &["unnecessary"]), + ("unedcuated", &["uneducated"]), + ("unedicated", &["uneducated"]), + ("unemployeed", &["unemployed"]), + ("unemployemnt", &["unemployment"]), + ("unemployent", &["unemployment"]), + ("unemploymed", &["unemployed"]), + ("unemplyoment", &["unemployment"]), + ("unempolyed", &["unemployed"]), + ("unempolyment", &["unemployment"]), + ("unenployment", &["unemployment"]), + ("unequalities", &["inequalities"]), + ("unexpectadely", &["unexpectedly"]), + ("unexpectadly", &["unexpectedly"]), + ("unexpectdly", &["unexpectedly"]), + ("unexpectely", &["unexpectedly"]), + ("unexpectetly", &["unexpectedly"]), + ("unexpectidly", &["unexpectedly"]), + ("unexperience", &["inexperience"]), + ("unexpextedly", &["unexpectedly"]), + ("unexplaind", &["unexplained"]), + ("unexplaned", &["unexplained"]), + ("unexplicably", &["inexplicably"]), + ("unfailry", &["unfairly"]), + ("unfairy", &["unfairly"]), + ("unfamilair", &["unfamiliar"]), + ("unfamilier", &["unfamiliar"]), + ("unfamilliar", &["unfamiliar"]), + ("unfarily", &["unfairly"]), + ("unfinsihed", &["unfinished"]), + ("unfirendly", &["unfriendly"]), + ("unfomfortable", &["uncomfortable"]), + ("unforetunately", &["unfortunately"]), + ("unforgetable", &["unforgettable"]), + ("unforgiveable", &["unforgivable"]), + ("unforgiveble", &["unforgivable"]), + ("unforgivible", &["unforgivable"]), + ("unforseen", &["unforeseen"]), + ("unfortuante", &["unfortunate"]), + ("unfortuantely", &["unfortunately"]), + ("unfortuate", &["unfortunate"]), + ("unfortunantly", &["unfortunately"]), + ("unfortunatelly", &["unfortunately"]), + ("unfortunatley", &["unfortunately"]), + ("unfortunatly", &["unfortunately"]), + ("unfortune", &["unfortunate"]), + ("unfortuneatly", &["unfortunately"]), + ("unfortunetely", &["unfortunately"]), + ("unfortunetly", &["unfortunately"]), + ("unfourtunately", &["unfortunately"]), + ("unfreindly", &["unfriendly"]), + ("unfriednly", &["unfriendly"]), + ("unfriendy", &["unfriendly"]), + ("unfriently", &["unfriendly"]), + ("ungodley", &["ungodly"]), + ("ungoldy", &["ungodly"]), + ("ungrapeful", &["ungrateful"]), + ("ungreatful", &["ungrateful"]), + ("ungreatfull", &["ungrateful"]), + ("unhapppy", &["unhappy"]), + ("unhealhty", &["unhealthy"]), + ("unhealthly", &["unhealthy"]), + ("unhealty", &["unhealthy"]), + ("unheathly", &["unhealthy"]), + ("unhelathy", &["unhealthy"]), + ("unicornios", &["unicorns"]), + ("unicornis", &["unicorns"]), + ("unicornus", &["unicorns"]), + ("unicors", &["unicorns"]), + ("unicrons", &["unicorns"]), + ("unifnished", &["unfinished"]), + ("uniformes", &["uniforms"]), + ("unifroms", &["uniforms"]), + ("unihabited", &["uninhabited"]), + ("unilaterallly", &["unilaterally"]), + ("unilateraly", &["unilaterally"]), + ("unilaterlly", &["unilaterally"]), + ("unilatreal", &["unilateral"]), + ("unilatreally", &["unilaterally"]), + ("uniliterally", &["unilaterally"]), + ("unimporant", &["unimportant"]), + ("unimportent", &["unimportant"]), + ("unimpresed", &["unimpressed"]), + ("unimpressd", &["unimpressed"]), + ("unimpresssed", &["unimpressed"]), + ("uninamous", &["unanimous"]), + ("uninitalised", &["uninitialised"]), + ("uninitalizable", &["uninitializable"]), + ("uninitalized", &["uninitialized"]), + ("uninsipred", &["uninspired"]), + ("uninspiried", &["uninspired"]), + ("uninspried", &["uninspired"]), + ("uninstaled", &["uninstalled"]), + ("uninstaling", &["uninstalling"]), + ("uninstallimg", &["uninstalling"]), + ("uninstallled", &["uninstalled"]), + ("uninstallling", &["uninstalling"]), + ("uninstallng", &["uninstalling"]), + ("unintellegent", &["unintelligent"]), + ("unintelligant", &["unintelligent"]), + ("unintelligient", &["unintelligent"]), + ("unintensional", &["unintentional"]), + ("unintensionally", &["unintentionally"]), + ("unintentinal", &["unintentional"]), + ("unintentionaly", &["unintentionally"]), + ("unintentionnal", &["unintentional"]), + ("unintentionnally", &["unintentionally"]), + ("uninteresed", &["uninterested"]), + ("uninteresing", &["uninteresting"]), + ("uninteristing", &["uninteresting"]), + ("uninterneted", &["uninterested"]), + ("uninterruped", &["uninterrupted"]), + ("uninterupted", &["uninterrupted"]), + ("unintuive", &["unintuitive"]), + ("uniquelly", &["uniquely"]), + ("uniquesness", &["uniqueness"]), + ("uniquey", &["uniquely"]), + ("uniquiness", &["uniqueness"]), + ("uniquley", &["uniquely"]), + ("unisntall", &["uninstall"]), + ("unisntalled", &["uninstalled"]), + ("unisntalling", &["uninstalling"]), + ("unitesstates", &["unitedstates"]), + ("univeral", &["universal"]), + ("univercity", &["university"]), + ("univerisites", &["universities"]), + ("univeristies", &["universities"]), + ("univeristy", &["university"]), + ("univerity", &["university"]), + ("universale", &["universe"]), + ("universaly", &["universally"]), + ("universella", &["universally"]), + ("universels", &["universes"]), + ("universets", &["universes"]), + ("universite", &["universities"]), + ("universites", &["universities"]), + ("universitets", &["universities"]), + ("universitites", &["universities"]), + ("universse", &["universes"]), + ("universtiy", &["university"]), + ("univesities", &["universities"]), + ("univesity", &["university"]), + ("unjustifed", &["unjustified"]), + ("unjustifyed", &["unjustified"]), + ("unknowingy", &["unknowingly"]), + ("unknowinlgy", &["unknowingly"]), + ("unknowinly", &["unknowingly"]), + ("unknwon", &["unknown"]), + ("unkonwn", &["unknown"]), + ("unkown", &["unknown"]), + ("unkowningly", &["unknowingly"]), + ("unlcean", &["unclean"]), + ("unlcoks", &["unlocks"]), + ("unlcuky", &["unlucky"]), + ("unliaterally", &["unilaterally"]), + ("unlikey", &["unlikely"]), + ("unlikley", &["unlikely"]), + ("unlockes", &["unlocks"]), + ("unluckly", &["unlucky"]), + ("unmanouverable", &["unmaneuverable"]), + ("unnecassarily", &["unnecessarily"]), + ("unnecassary", &["unnecessary"]), + ("unneccesarily", &["unnecessarily"]), + ("unneccesary", &["unnecessary"]), + ("unneccessarily", &["unnecessarily"]), + ("unneccessary", &["unnecessary"]), + ("unnecesarily", &["unnecessarily"]), + ("unnecesary", &["unnecessary"]), + ("unnecessairly", &["unnecessarily"]), + ("unnecessairy", &["unnecessarily"]), + ("unnecessarely", &["unnecessarily"]), + ("unnecessarilly", &["unnecessarily"]), + ("unnecessarity", &["unnecessarily"]), + ("unnecessarly", &["unnecessarily"]), + ("unnecesserily", &["unnecessarily"]), + ("unnecessery", &["unnecessary"]), + ("unnecissarily", &["unnecessarily"]), + ("unnecissary", &["unnecessary"]), + ("unnessecarily", &["unnecessarily"]), + ("unnessecary", &["unnecessary"]), + ("unnistall", &["uninstall"]), + ("unnistalled", &["uninstalled"]), + ("unnistalling", &["uninstalling"]), + ("unofficail", &["unofficial"]), + ("unoffical", &["unofficial"]), + ("unoffocial", &["unofficial"]), + ("unopend", &["unopened"]), + ("unopenend", &["unopened"]), + ("unoperational", &["nonoperational"]), + ("unorginial", &["unoriginal"]), + ("unoriginial", &["unoriginal"]), + ("unorigional", &["unoriginal"]), + ("unorignial", &["unoriginal"]), + ("unorigonal", &["unoriginal"]), + ("unoticeable", &["unnoticeable"]), + ("unplacable", &["unplayable"]), + ("unplayabe", &["unplayable"]), + ("unplaybale", &["unplayable"]), + ("unplayeble", &["unplayable"]), + ("unpleaseant", &["unpleasant"]), + ("unpleasent", &["unpleasant"]), + ("unplesant", &["unpleasant"]), + ("unpoened", &["unopened"]), + ("unpopluar", &["unpopular"]), + ("unpopulair", &["unpopular"]), + ("unportected", &["unprotected"]), + ("unprecendented", &["unprecedented"]), + ("unprecendeted", &["unprecedented"]), + ("unprecidented", &["unprecedented"]), + ("unpredecented", &["unprecedented"]), + ("unpredicatble", &["unpredictable"]), + ("unpredictabe", &["unpredictable"]), + ("unpredictible", &["unpredictable"]), + ("unpreductive", &["unproductive"]), + ("unprepaired", &["unprepared"]), + ("unpreparred", &["unprepared"]), + ("unpresedented", &["unprecedented"]), + ("unpridictable", &["unpredictable"]), + ("unproducive", &["unproductive"]), + ("unproduktive", &["unproductive"]), + ("unprofessinal", &["unprofessional"]), + ("unprofessionel", &["unprofessional"]), + ("unprofessionnal", &["unprofessional"]), + ("unprone", &["unproven"]), + ("unproteced", &["unprotected"]), + ("unprotexted", &["unprotected"]), + ("unqaulified", &["unqualified"]), + ("unqiuely", &["uniquely"]), + ("unqiueness", &["uniqueness"]), + ("unqualifed", &["unqualified"]), + ("unrakned", &["unranked"]), + ("unrankend", &["unranked"]), + ("unrealesed", &["unreleased"]), + ("unrealible", &["unreliable"]), + ("unrealisitc", &["unrealistic"]), + ("unrealisitic", &["unrealistic"]), + ("unrealistc", &["unrealistic"]), + ("unrealistisch", &["unrealistic"]), + ("unrealitic", &["unrealistic"]), + ("unrealsitic", &["unrealistic"]), + ("unreaponsive", &["unresponsive"]), + ("unreasonablely", &["unreasonably"]), + ("unreasonabley", &["unreasonably"]), + ("unreasonablly", &["unreasonably"]), + ("unreasonal", &["unreasonably"]), + ("unreasonalby", &["unreasonably"]), + ("unreasonbly", &["unreasonably"]), + ("unregluated", &["unregulated"]), + ("unregualted", &["unregulated"]), + ("unregulared", &["unregulated"]), + ("unrelaible", &["unreliable"]), + ("unreleated", &["unreleased"]), + ("unreliabe", &["unreliable"]), + ("unrelyable", &["unreliable"]), + ("unrepentent", &["unrepentant"]), + ("unrepetant", &["unrepentant"]), + ("unrepetent", &["unrepentant"]), + ("unrepsonsive", &["unresponsive"]), + ("unresponcive", &["unresponsive"]), + ("unresponisve", &["unresponsive"]), + ("unresponive", &["unresponsive"]), + ("unresponse", &["unresponsive"]), + ("unresponsibe", &["unresponsive"]), + ("unresponsivness", &["unresponsive"]), + ("unrestircted", &["unrestricted"]), + ("unrestrcited", &["unrestricted"]), + ("unrestriced", &["unrestricted"]), + ("unrestrictred", &["unrestricted"]), + ("unristricted", &["unrestricted"]), + ("unrnaked", &["unranked"]), + ("unrpoven", &["unproven"]), + ("unrwitten", &["unwritten"]), + ("unseccessful", &["unsuccessful"]), + ("unsed", &["used"]), + ("unsencored", &["uncensored"]), + ("unsespecting", &["unsuspecting"]), + ("unsetlling", &["unsettling"]), + ("unsettleing", &["unsettling"]), + ("unsibscribed", &["unsubscribed"]), + ("unsibstantiated", &["unsubstantiated"]), + ("unsintalled", &["uninstalled"]), + ("unsistainable", &["unsustainable"]), + ("unsolicated", &["unsolicited"]), + ("unsoliciated", &["unsolicited"]), + ("unsolicitied", &["unsolicited"]), + ("unsolicted", &["unsolicited"]), + ("unsoliticed", &["unsolicited"]), + ("unsolocited", &["unsolicited"]), + ("unsuable", &["unusable"]), + ("unsubscibe", &["unsubscribe"]), + ("unsubscirbe", &["unsubscribe"]), + ("unsubscirbed", &["unsubscribed"]), + ("unsubscrbe", &["unsubscribe"]), + ("unsubscrbed", &["unsubscribed"]), + ("unsubscribade", &["unsubscribed"]), + ("unsubscribbed", &["unsubscribe"]), + ("unsubscrible", &["unsubscribed"]), + ("unsubscrided", &["unsubscribed"]), + ("unsubscried", &["unsubscribed"]), + ("unsubscripe", &["unsubscribe"]), + ("unsubscriped", &["unsubscribed"]), + ("unsubscrive", &["unsubscribe"]), + ("unsubscrube", &["unsubscribe"]), + ("unsubscrubed", &["unsubscribed"]), + ("unsubsrcibe", &["unsubscribe"]), + ("unsubsrcibed", &["unsubscribed"]), + ("unsubstanciated", &["unsubstantiated"]), + ("unsubstansiated", &["unsubstantiated"]), + ("unsubstantiaed", &["unsubstantiated"]), + ("unsubstantianted", &["unsubstantiated"]), + ("unsubstantiative", &["unsubstantiated"]), + ("unsuccesful", &["unsuccessful"]), + ("unsuccesfully", &["unsuccessfully"]), + ("unsuccessfull", &["unsuccessful"]), + ("unsuccessul", &["unsuccessful"]), + ("unsucesful", &["unsuccessful"]), + ("unsucesfuly", &["unsuccessfully"]), + ("unsucessful", &["unsuccessful"]), + ("unsucessfull", &["unsuccessful"]), + ("unsucessfully", &["unsuccessfully"]), + ("unsunscribe", &["unsubscribe"]), + ("unsunscribed", &["unsubscribed"]), + ("unsuprised", &["unsurprised"]), + ("unsuprising", &["unsurprising"]), + ("unsuprisingly", &["unsurprisingly"]), + ("unsuprized", &["unsurprised"]), + ("unsuprizing", &["unsurprising"]), + ("unsuprizingly", &["unsurprisingly"]), + ("unsurprized", &["unsurprised"]), + ("unsurprizing", &["unsurprising"]), + ("unsurprizingly", &["unsurprisingly"]), + ("unsusbcribe", &["unsubscribe"]), + ("unsusbcribed", &["unsubscribed"]), + ("unsusbtantiated", &["unsubstantiated"]), + ("unsustainble", &["unsustainable"]), + ("unsustainible", &["unsustainable"]), + ("unsustianable", &["unsustainable"]), + ("untill", &["until"]), + ("untraind", &["untrained"]), + ("untranslateable", &["untranslatable"]), + ("untrianed", &["untrained"]), + ("unusabe", &["unusable"]), + ("unusaully", &["unusually"]), + ("unuseable", &["unusable"]), + ("unusuable", &["unusable"]), + ("unusualy", &["unusually"]), + ("unvelievable", &["unbelievable"]), + ("unvelievably", &["unbelievably"]), + ("unviersally", &["universally"]), + ("unvierse", &["universe"]), + ("unvierses", &["universes"]), + ("unviersities", &["universities"]), + ("unviersity", &["university"]), + ("unvulnerable", &["invulnerable"]), + ("unwarrented", &["unwarranted"]), + ("unweildly", &["unwieldy"]), + ("unwieldly", &["unwieldy"]), + ("unwirtten", &["unwritten"]), + ("unworhty", &["unworthy"]), + ("unworthly", &["unworthy"]), + ("unworty", &["unworthy"]), + ("unwrittern", &["unwritten"]), + ("upcomming", &["upcoming"]), + ("upgarde", &["upgrade"]), + ("upgarded", &["upgraded"]), + ("upgardes", &["upgrades"]), + ("upgarding", &["upgrading"]), + ("upgradded", &["upgraded"]), + ("upgrads", &["upgrades"]), + ("uplaods", &["uploads"]), + ("uplfiting", &["uplifting"]), + ("uplifitng", &["uplifting"]), + ("uploades", &["uploads"]), + ("upstaris", &["upstairs"]), + ("upsteam", &["upstream"]), + ("upstiars", &["upstairs"]), + ("urainum", &["uranium"]), + ("uranuim", &["uranium"]), + ("urethrea", &["urethra"]), + ("uretrha", &["urethra"]), + ("urkaine", &["ukraine"]), + ("urkainian", &["ukrainian"]), + ("urkainians", &["ukrainians"]), + ("urnaium", &["uranium"]), + ("urugauy", &["uruguay"]), + ("uruguary", &["uruguay"]), + ("usally", &["usually"]), + ("useage", &["usage"]), + ("usefull", &["useful"]), + ("usefuly", &["usefully"]), + ("useing", &["using"]), + ("usualy", &["usually"]), + ("ususally", &["usually"]), + ("utiliatrian", &["utilitarian"]), + ("utilitatian", &["utilitarian"]), + ("utiliterian", &["utilitarian"]), + ("utilitiy", &["utility"]), + ("utilizacion", &["utilization"]), + ("utilizaiton", &["utilization"]), + ("utilizating", &["utilization"]), + ("utiltiarian", &["utilitarian"]), + ("utiltiy", &["utility"]), + ("utlimate", &["ultimate"]), + ("utlimately", &["ultimately"]), + ("utlimatum", &["ultimatum"]), + ("utlrasound", &["ultrasound"]), + ("utopain", &["utopian"]), + ("utpoian", &["utopian"]), + ("vacciante", &["vaccinate"]), + ("vacciantion", &["vaccination"]), + ("vaccinae", &["vaccinated"]), + ("vaccinatie", &["vaccinated"]), + ("vaccinaties", &["vaccinate"]), + ("vaccinato", &["vaccination"]), + ("vaccineras", &["vaccines"]), + ("vacciners", &["vaccines"]), + ("vaccinet", &["vaccinated"]), + ("vaccins", &["vaccines"]), + ("vaccum", &["vacuum"]), + ("vaccume", &["vacuum"]), + ("vacestomy", &["vasectomy"]), + ("vacinity", &["vicinity"]), + ("vageuly", &["vaguely"]), + ("vaguaries", &["vagaries"]), + ("vaguelly", &["vaguely"]), + ("vaguley", &["vaguely"]), + ("vaiation", &["aviation"]), + ("vaibility", &["viability"]), + ("vaieties", &["varieties"]), + ("vaildated", &["validated"]), + ("vailidty", &["validity"]), + ("vairable", &["variable"]), + ("vairables", &["variables"]), + ("vairant", &["variant"]), + ("vaklyrie", &["valkyrie"]), + ("valdiated", &["validated"]), + ("valenca", &["valencia"]), + ("valenica", &["valencia"]), + ("valentein", &["valentine"]), + ("valentians", &["valentines"]), + ("valentie", &["valentines"]), + ("valentien", &["valentine"]), + ("valentiens", &["valentines"]), + ("valentimes", &["valentines"]), + ("valentinas", &["valentines"]), + ("valentinos", &["valentines"]), + ("valentins", &["valentines"]), + ("valentis", &["valentines"]), + ("valentones", &["valentines"]), + ("valetta", &["valletta"]), + ("validade", &["validated"]), + ("validitity", &["validity"]), + ("validitiy", &["validity"]), + ("valkirye", &["valkyrie"]), + ("valkiyre", &["valkyrie"]), + ("valkriye", &["valkyrie"]), + ("valkryie", &["valkyrie"]), + ("valkyire", &["valkyrie"]), + ("valkyre", &["valkyrie"]), + ("valnecia", &["valencia"]), + ("valnetines", &["valentines"]), + ("valuabe", &["valuable"]), + ("valubale", &["valuable"]), + ("valuble", &["valuable"]), + ("valueable", &["valuable"]), + ("valykrie", &["valkyrie"]), + ("vamipres", &["vampires"]), + ("vampiers", &["vampires"]), + ("vampirs", &["vampires"]), + ("vampries", &["vampires"]), + ("vanadlism", &["vandalism"]), + ("vandalisim", &["vandalism"]), + ("vandalsim", &["vandalism"]), + ("vanguad", &["vanguard"]), + ("vangurad", &["vanguard"]), + ("vanillia", &["vanilla"]), + ("vanillla", &["vanilla"]), + ("vanugard", &["vanguard"]), + ("varaible", &["variable"]), + ("varaibles", &["variables"]), + ("varaint", &["variant"]), + ("varaints", &["variants"]), + ("varations", &["variations"]), + ("vareity", &["variety"]), + ("variabel", &["variable"]), + ("varians", &["variants"]), + ("variantes", &["variants"]), + ("varibale", &["variable"]), + ("varient", &["variant"]), + ("variey", &["variety"]), + ("varification", &["verification"]), + ("varing", &["varying"]), + ("varisty", &["varsity"]), + ("varitey", &["variety"]), + ("varities", &["varieties"]), + ("varity", &["variety"]), + ("varstiy", &["varsity"]), + ("vasall", &["vassal"]), + ("vasalls", &["vassals"]), + ("vascetomy", &["vasectomy"]), + ("vasectomey", &["vasectomy"]), + ("vassales", &["vassals"]), + ("vassalls", &["vassals"]), + ("vassalos", &["vassals"]), + ("vasslas", &["vassals"]), + ("vastecomy", &["vasectomy"]), + ("vaticaan", &["vatican"]), + ("vaticina", &["vatican"]), + ("vaugely", &["vaguely"]), + ("vaulable", &["valuable"]), + ("vaylkrie", &["valkyrie"]), + ("vechiles", &["vehicles"]), + ("vecotrs", &["vectors"]), + ("vectores", &["vectors"]), + ("vectros", &["vectors"]), + ("veganisim", &["veganism"]), + ("vegansim", &["veganism"]), + ("vegatarian", &["vegetarian"]), + ("vegaterian", &["vegetarian"]), + ("vegaterians", &["vegetarians"]), + ("vegeratian", &["vegetarians"]), + ("vegetairan", &["vegetarians"]), + ("vegetarain", &["vegetarians"]), + ("vegetarianas", &["vegetarians"]), + ("vegetarianos", &["vegetarians"]), + ("vegetarien", &["vegetarian"]), + ("vegetariens", &["vegetarians"]), + ("vegetarin", &["vegetarians"]), + ("vegetarion", &["vegetarian"]), + ("vegetatian", &["vegetarian"]), + ("vegetatians", &["vegetarians"]), + ("vegeterian", &["vegetarian"]), + ("vegeterians", &["vegetarians"]), + ("vegitable", &["vegetable"]), + ("vegitables", &["vegetables"]), + ("vegtable", &["vegetable"]), + ("vehciles", &["vehicles"]), + ("vehemantly", &["vehemently"]), + ("vehementely", &["vehemently"]), + ("vehementy", &["vehemently"]), + ("vehemontly", &["vehemently"]), + ("vehicels", &["vehicles"]), + ("vehicule", &["vehicle"]), + ("veichles", &["vehicles"]), + ("veitnam", &["vietnam"]), + ("veitnamese", &["vietnamese"]), + ("veiwers", &["viewers"]), + ("veiwership", &["viewership"]), + ("veiwpoint", &["viewpoint"]), + ("veiwpoints", &["viewpoints"]), + ("velantine", &["valentine"]), + ("vell", &["well"]), + ("vendeta", &["vendetta"]), + ("vendettta", &["vendetta"]), + ("venegance", &["vengeance"]), + ("venelope", &["envelope"]), + ("venemous", &["venomous"]), + ("veneuzela", &["venezuela"]), + ("venezeula", &["venezuela"]), + ("venezuelean", &["venezuela"]), + ("venezuelian", &["venezuela"]), + ("venezuella", &["venezuela"]), + ("venezulea", &["venezuela"]), + ("vengaence", &["vengeance"]), + ("vengance", &["vengeance"]), + ("vengenace", &["vengeance"]), + ("vengence", &["vengeance"]), + ("ventalation", &["ventilation"]), + ("ventelation", &["ventilation"]), + ("ventialtion", &["ventilation"]), + ("ventilacion", &["ventilation"]), + ("ventilato", &["ventilation"]), + ("verablly", &["verbally"]), + ("verastility", &["versatility"]), + ("verbaitm", &["verbatim"]), + ("verbaly", &["verbally"]), + ("verbatium", &["verbatim"]), + ("verfication", &["verification"]), + ("verficiation", &["verification"]), + ("verfiying", &["verifying"]), + ("verical", &["vertical"]), + ("verificacion", &["verification"]), + ("verificaiton", &["verification"]), + ("verificato", &["verification"]), + ("verifikation", &["verification"]), + ("verifiyng", &["verifying"]), + ("verifyable", &["verifiable"]), + ("verious", &["various"]), + ("verisions", &["revisions"]), + ("verison", &["version"]), + ("verisons", &["versions"]), + ("veritcally", &["vertically"]), + ("veritgo", &["vertigo"]), + ("veritiable", &["verifiable"]), + ("vernaculaire", &["vernacular"]), + ("vernecular", &["vernacular"]), + ("vernicular", &["vernacular"]), + ("versalite", &["versatile"]), + ("versatality", &["versatility"]), + ("versatel", &["versatile"]), + ("versatiliy", &["versatility"]), + ("versatille", &["versatile"]), + ("versatillity", &["versatility"]), + ("versatilty", &["versatility"]), + ("versatily", &["versatility"]), + ("versiones", &["versions"]), + ("versitale", &["versatile"]), + ("versitality", &["versatility"]), + ("versitilaty", &["versatility"]), + ("versitlity", &["versatility"]), + ("versoin", &["version"]), + ("verstaile", &["versatile"]), + ("vertabim", &["verbatim"]), + ("vertgio", &["vertigo"]), + ("verticallity", &["vertically"]), + ("verticaly", &["vertically"]), + ("vertification", &["certification"]), + ("vertigro", &["vertigo"]), + ("veryifing", &["verifying"]), + ("vesseles", &["vessels"]), + ("vessells", &["vessels"]), + ("vessles", &["vessels"]), + ("vetween", &["between"]), + ("vewiership", &["viewership"]), + ("veyr", &["very"]), + ("viabiliy", &["viability"]), + ("viatmin", &["vitamin"]), + ("viatmins", &["vitamins"]), + ("vibratie", &["vibrate"]), + ("vibratin", &["vibration"]), + ("vibratoare", &["vibrator"]), + ("vibratr", &["vibrator"]), + ("vicintiy", &["vicinity"]), + ("vicitmized", &["victimized"]), + ("vicitms", &["victims"]), + ("vicotrian", &["victorian"]), + ("vicotries", &["victories"]), + ("vicotrious", &["victorious"]), + ("vicseral", &["visceral"]), + ("victemized", &["victimized"]), + ("victimas", &["victims"]), + ("victimes", &["victims"]), + ("victoires", &["victories"]), + ("victomized", &["victimized"]), + ("victorain", &["victorian"]), + ("victorieuse", &["victories"]), + ("victorin", &["victorian"]), + ("victorina", &["victorian"]), + ("victorinos", &["victorious"]), + ("victorinus", &["victorious"]), + ("victorios", &["victorious"]), + ("victoriosa", &["victorious"]), + ("victorioso", &["victorious"]), + ("victoris", &["victories"]), + ("victoriuos", &["victorious"]), + ("victoriuous", &["victorious"]), + ("victumized", &["victimized"]), + ("videogaem", &["videogame"]), + ("videogaems", &["videogames"]), + ("videogamemes", &["videogames"]), + ("videogams", &["videogames"]), + ("videojames", &["videogames"]), + ("vidoegame", &["videogame"]), + ("vidoegames", &["videogames"]), + ("vientam", &["vietnam"]), + ("vientamese", &["vietnamese"]), + ("vietmanese", &["vietnamese"]), + ("vietnamees", &["vietnamese"]), + ("vietnameese", &["vietnamese"]), + ("vietnamesse", &["vietnamese"]), + ("vietnamiese", &["vietnamese"]), + ("vietnamise", &["vietnamese"]), + ("vietnamnese", &["vietnamese"]), + ("vieweres", &["viewers"]), + ("viewpiont", &["viewpoint"]), + ("viewpionts", &["viewpoints"]), + ("viewpoit", &["viewpoints"]), + ("vigeur", &["vigueur"]), + ("vigilane", &["vigilante"]), + ("vigilantie", &["vigilante"]), + ("vigilanties", &["vigilante"]), + ("vigilence", &["vigilance"]), + ("vigliant", &["vigilant"]), + ("vigliante", &["vigilante"]), + ("vigoruosly", &["vigorously"]), + ("vigourosly", &["vigorously"]), + ("vigourous", &["vigorous"]), + ("vigrins", &["virgins"]), + ("vikigns", &["vikings"]), + ("vikingos", &["vikings"]), + ("viligant", &["vigilant"]), + ("viligante", &["vigilante"]), + ("villageois", &["villages"]), + ("villegas", &["villages"]), + ("villian", &["villain"]), + ("villification", &["vilification"]), + ("villify", &["vilify"]), + ("villin", &["villain"]), + ("viloently", &["violently"]), + ("vincinity", &["vicinity"]), + ("vindicitve", &["vindictive"]), + ("vindictave", &["vindictive"]), + ("vindicte", &["vindictive"]), + ("vinicity", &["vicinity"]), + ("vioalting", &["violating"]), + ("violatin", &["violation"]), + ("violentce", &["violence"]), + ("violenty", &["violently"]), + ("violetas", &["violates"]), + ("virament", &["vraiment"]), + ("virbate", &["vibrate"]), + ("virbation", &["vibration"]), + ("virbator", &["vibrator"]), + ("virginas", &["virgins"]), + ("virgines", &["virgins"]), + ("virgings", &["virgins"]), + ("virginis", &["virgins"]), + ("virgintiy", &["virginity"]), + ("virginus", &["virgins"]), + ("virignity", &["virginity"]), + ("virigns", &["virgins"]), + ("virtiol", &["vitriol"]), + ("virtualy", &["virtually"]), + ("virtuels", &["virtues"]), + ("virtuose", &["virtues"]), + ("virualization", &["visualization"]), + ("virutal", &["virtual"]), + ("virutally", &["virtually"]), + ("virutes", &["virtues"]), + ("visable", &["visible"]), + ("visably", &["visibly"]), + ("visbily", &["visibly"]), + ("viscreal", &["visceral"]), + ("visercal", &["visceral"]), + ("visibiliy", &["visibility"]), + ("visibillity", &["visibility"]), + ("visibiltiy", &["visibility"]), + ("visibily", &["visibility"]), + ("visibley", &["visibly"]), + ("visiblly", &["visibly"]), + ("visting", &["visiting"]), + ("vistors", &["visitors"]), + ("visualizacion", &["visualization"]), + ("visualizaiton", &["visualization"]), + ("visualizating", &["visualization"]), + ("visualizaton", &["visualization"]), + ("vitailty", &["vitality"]), + ("vitaliy", &["vitality"]), + ("vitaminas", &["vitamins"]), + ("vitamines", &["vitamins"]), + ("vitamis", &["vitamins"]), + ("vitenam", &["vietnam"]), + ("vitenamese", &["vietnamese"]), + ("vitimans", &["vitamins"]), + ("vitirol", &["vitriol"]), + ("vitmain", &["vitamin"]), + ("vitmains", &["vitamins"]), + ("vitories", &["victories"]), + ("vitroil", &["vitriol"]), + ("vitrual", &["virtual"]), + ("vitrually", &["virtually"]), + ("vitrues", &["virtues"]), + ("vitualization", &["visualization"]), + ("vizualisations", &["visualization"]), + ("vizualization", &["visualization"]), + ("vocabluary", &["vocabulary"]), + ("vocabularily", &["vocabulary"]), + ("vocabularity", &["vocabulary"]), + ("vocabularly", &["vocabulary"]), + ("vociemail", &["voicemail"]), + ("voicemal", &["voicemail"]), + ("voilates", &["violates"]), + ("voilating", &["violating"]), + ("voilation", &["violation"]), + ("voilently", &["violently"]), + ("volatge", &["voltage"]), + ("volatiliy", &["volatility"]), + ("volatillity", &["volatility"]), + ("volatiltiy", &["volatility"]), + ("volatily", &["volatility"]), + ("volativity", &["volatility"]), + ("volcando", &["volcano"]), + ("volcanoe", &["volcano"]), + ("volcaron", &["volcano"]), + ("voleyball", &["volleyball"]), + ("volitality", &["volatility"]), + ("volleyboll", &["volleyball"]), + ("vollyeball", &["volleyball"]), + ("volontary", &["voluntary"]), + ("volonteer", &["volunteer"]), + ("volonteered", &["volunteered"]), + ("volonteering", &["volunteering"]), + ("volonteers", &["volunteers"]), + ("volounteer", &["volunteer"]), + ("volounteered", &["volunteered"]), + ("volounteering", &["volunteering"]), + ("volounteers", &["volunteers"]), + ("volumne", &["volume"]), + ("volunatrily", &["voluntarily"]), + ("volunatry", &["voluntary"]), + ("voluntairly", &["voluntarily"]), + ("voluntairy", &["voluntarily"]), + ("voluntarilly", &["voluntarily"]), + ("voluntarly", &["voluntary"]), + ("voluntears", &["volunteers"]), + ("volunteed", &["volunteered"]), + ("volunteeer", &["volunteers"]), + ("volunteeers", &["volunteers"]), + ("volunteerd", &["volunteered"]), + ("volunteraly", &["voluntarily"]), + ("voluntered", &["volunteered"]), + ("voluntereed", &["volunteered"]), + ("volunterily", &["voluntarily"]), + ("volunterring", &["volunteering"]), + ("votlage", &["voltage"]), + ("vreity", &["variety"]), + ("vrey", &["very"]), + ("vriament", &["vraiment"]), + ("vriety", &["variety"]), + ("vriginity", &["virginity"]), + ("vrigins", &["virgins"]), + ("vulberability", &["vulnerability"]), + ("vulernabilities", &["vulnerabilities"]), + ("vulernability", &["vulnerability"]), + ("vulernable", &["vulnerable"]), + ("vulnarabilities", &["vulnerabilities"]), + ("vulnarability", &["vulnerability"]), + ("vulnarable", &["vulnerable"]), + ("vulnerabil", &["vulnerable"]), + ("vulnerabile", &["vulnerable"]), + ("vulnerabilites", &["vulnerabilities"]), + ("vulnerabillity", &["vulnerability"]), + ("vulnerabiltiy", &["vulnerability"]), + ("vulnerabilty", &["vulnerability"]), + ("vulnerablility", &["vulnerability"]), + ("vulnurabilities", &["vulnerabilities"]), + ("vulnurability", &["vulnerability"]), + ("vulnurable", &["vulnerable"]), + ("vunlerabilities", &["vulnerabilities"]), + ("vunlerability", &["vulnerability"]), + ("vunlerable", &["vulnerable"]), + ("vurnerabilities", &["vulnerabilities"]), + ("vurnerability", &["vulnerability"]), + ("vyer", &["very"]), + ("vyre", &["very"]), + ("waclott", &["walcott"]), + ("wacther", &["watcher"]), + ("waht", &["what"]), + ("wahtever", &["whatever"]), + ("waitres", &["waiters"]), + ("waktins", &["watkins"]), + ("wallpapaers", &["wallpapers"]), + ("wallpapes", &["wallpapers"]), + ("wallpappers", &["wallpapers"]), + ("wallpapr", &["wallpapers"]), + ("warantee", &["warranty"]), + ("warcarft", &["warcraft"]), + ("warcrat", &["warcraft"]), + ("wardobe", &["wardrobe"]), + ("wariwck", &["warwick"]), + ("warrandyte", &["warranty"]), + ("warrante", &["warranties"]), + ("warrantles", &["warranties"]), + ("warrantly", &["warranty"]), + ("warrany", &["warranty"]), + ("warrent", &["warrant"]), + ("warrenties", &["warranties"]), + ("warrios", &["warriors"]), + ("warriros", &["warriors"]), + ("warrriors", &["warriors"]), + ("warwcik", &["warwick"]), + ("washignton", &["washington"]), + ("washingtion", &["washington"]), + ("wass", &["was"]), + ("watchemn", &["watchmen"]), + ("watchign", &["watching"]), + ("waterlemon", &["watermelon"]), + ("watermalon", &["watermelon"]), + ("watermeleon", &["watermelon"]), + ("waterproff", &["waterproof"]), + ("waterprooof", &["waterproof"]), + ("wathcer", &["watcher"]), + ("wathcing", &["watching"]), + ("wathcmen", &["watchmen"]), + ("wathever", &["whatever"]), + ("watiers", &["waiters"]), + ("watkings", &["watkins"]), + ("watn", &["want"]), + ("wavelegnth", &["wavelength"]), + ("wavelegnths", &["wavelength"]), + ("wavelengh", &["wavelength"]), + ("wavelenghs", &["wavelength"]), + ("wavelenght", &["wavelength"]), + ("wavelenghth", &["wavelength"]), + ("wavelenghts", &["wavelength"]), + ("waviers", &["waivers"]), + ("wawrick", &["warwick"]), + ("wayword", &["wayward"]), + ("weakenend", &["weakened"]), + ("weakensses", &["weaknesses"]), + ("weakneses", &["weakness"]), + ("weaknesess", &["weaknesses"]), + ("weaknesss", &["weaknesses"]), + ("weaknessses", &["weaknesses"]), + ("wealtheir", &["wealthier"]), + ("wealthly", &["wealthy"]), + ("weaponary", &["weaponry"]), + ("weas", &["was"]), + ("weathliest", &["wealthiest"]), + ("webapge", &["webpage"]), + ("webiste", &["website"]), + ("webistes", &["websites"]), + ("webstie", &["website"]), + ("websties", &["websites"]), + ("wedensday", &["wednesday"]), + ("wedensdays", &["wednesdays"]), + ("wednesdsay", &["wednesdays"]), + ("wednesdsy", &["wednesdays"]), + ("wednesdy", &["wednesdays"]), + ("wednessay", &["wednesdays"]), + ("wednessday", &["wednesdays"]), + ("wednseday", &["wednesday"]), + ("wednsedays", &["wednesdays"]), + ("wehn", &["when"]), + ("weightened", &["weighted"]), + ("weightlfiting", &["weightlifting"]), + ("weightlifing", &["weightlifting"]), + ("weightlifitng", &["weightlifting"]), + ("weightligting", &["weightlifting"]), + ("weigthed", &["weighted"]), + ("weigthlifting", &["weightlifting"]), + ("weigths", &["weights"]), + ("weild", &["wield"]), + ("weilded", &["wielded"]), + ("weirldy", &["weirdly"]), + ("weirods", &["weirdos"]), + ("welathier", &["wealthier"]), + ("welathiest", &["wealthiest"]), + ("welathy", &["wealthy"]), + ("wellignton", &["wellington"]), + ("wellingotn", &["wellington"]), + ("wellingston", &["wellington"]), + ("wellingtion", &["wellington"]), + ("wendesday", &["wednesday"]), + ("wendesdays", &["wednesdays"]), + ("wendsay", &["wednesday"]), + ("wensday", &["wednesday"]), + ("wepbage", &["webpage"]), + ("wereabouts", &["whereabouts"]), + ("weridest", &["weirdest"]), + ("weridly", &["weirdly"]), + ("weridos", &["weirdos"]), + ("werstle", &["wrestle"]), + ("werstler", &["wrestler"]), + ("wesbite", &["website"]), + ("wesbites", &["websites"]), + ("wesbtrook", &["westbrook"]), + ("westbrok", &["westbrook"]), + ("westbroook", &["westbrook"]), + ("westernerns", &["westerners"]), + ("westernes", &["westerners"]), + ("westernese", &["westerners"]), + ("westerness", &["westerners"]), + ("westerse", &["westerners"]), + ("westminser", &["westminster"]), + ("westminter", &["westminster"]), + ("westmisnter", &["westminster"]), + ("westmnister", &["westminster"]), + ("westmonster", &["westminster"]), + ("westrbook", &["westbrook"]), + ("whaeton", &["wheaton"]), + ("whant", &["want"]), + ("whants", &["wants"]), + ("whatosever", &["whatsoever"]), + ("whatseover", &["whatsoever"]), + ("whcih", &["which"]), + ("wheras", &["whereas"]), + ("wherease", &["whereas"]), + ("whereever", &["wherever"]), + ("wheter", &["whether"]), + ("whic", &["which"]), + ("whietlist", &["whitelist"]), + ("whihc", &["which"]), + ("whilrwind", &["whirlwind"]), + ("whilsting", &["whistling"]), + ("whipser", &["whisper"]), + ("whipsered", &["whispered"]), + ("whipsering", &["whispering"]), + ("whipsers", &["whispers"]), + ("whislist", &["wishlist"]), + ("whislte", &["whistle"]), + ("whisltes", &["whistles"]), + ("whislting", &["whistling"]), + ("whisperd", &["whispered"]), + ("whisperered", &["whispered"]), + ("whisperes", &["whispers"]), + ("whistel", &["whistle"]), + ("whistels", &["whistles"]), + ("whitelsit", &["whitelist"]), + ("whith", &["with"]), + ("whitholding", &["withholding"]), + ("whitleist", &["whitelist"]), + ("whitsle", &["whistle"]), + ("whitsles", &["whistles"]), + ("whitsling", &["whistling"]), + ("whlch", &["which"]), + ("whn", &["when"]), + ("wholeheartadly", &["wholeheartedly"]), + ("wholeheartdly", &["wholeheartedly"]), + ("wholeheartedy", &["wholeheartedly"]), + ("wholeheartely", &["wholeheartedly"]), + ("wholeheartidly", &["wholeheartedly"]), + ("wholey", &["wholly"]), + ("wholy", &["wholly"]), + ("whrilwind", &["whirlwind"]), + ("whsiper", &["whisper"]), + ("whsipered", &["whispered"]), + ("whsipering", &["whispering"]), + ("whsipers", &["whispers"]), + ("whta", &["what"]), + ("whther", &["whether"]), + ("whtielist", &["whitelist"]), + ("wiaters", &["waiters"]), + ("wiavers", &["waivers"]), + ("wich", &["which"]), + ("widepsread", &["widespread"]), + ("widespred", &["widespread"]), + ("widesread", &["widespread"]), + ("widgest", &["widgets"]), + ("widgetas", &["widgets"]), + ("wief", &["wife"]), + ("wieghted", &["weighted"]), + ("wieghtlifting", &["weightlifting"]), + ("wieghts", &["weights"]), + ("wierd", &["weird"]), + ("wiew", &["view"]), + ("wigdets", &["widgets"]), + ("wih", &["with"]), + ("wiht", &["with"]), + ("wikileakers", &["wikileaks"]), + ("wikileakes", &["wikileaks"]), + ("wilderniss", &["wilderness"]), + ("wildreness", &["wilderness"]), + ("willaims", &["williams"]), + ("wille", &["will"]), + ("willfullly", &["willfully"]), + ("willfuly", &["willfully"]), + ("willimas", &["williams"]), + ("willingless", &["willingness"]), + ("willk", &["will"]), + ("wincheseter", &["winchester"]), + ("winchestor", &["winchester"]), + ("windhsield", &["windshield"]), + ("windosr", &["windsor"]), + ("windsheild", &["windshield"]), + ("windsheilds", &["windshield"]), + ("windshied", &["windshield"]), + ("windshiled", &["windshield"]), + ("windsoar", &["windsor"]), + ("wininpeg", &["winnipeg"]), + ("winnigns", &["winnings"]), + ("winnins", &["winnings"]), + ("winnpieg", &["winnipeg"]), + ("winsdor", &["windsor"]), + ("wintesses", &["witnesses"]), + ("wintson", &["winston"]), + ("wiredest", &["weirdest"]), + ("wirting", &["writing"]), + ("wisconisn", &["wisconsin"]), + ("wisconsion", &["wisconsin"]), + ("wishlisht", &["wishlist"]), + ("wishlsit", &["wishlist"]), + ("wishpered", &["whispered"]), + ("wishpering", &["whispering"]), + ("wishpers", &["whispers"]), + ("wisnton", &["winston"]), + ("withces", &["witches"]), + ("withdral", &["withdrawal"]), + ("withdrawalls", &["withdrawals"]), + ("withdrawan", &["withdrawn"]), + ("withdrawel", &["withdrawal"]), + ("withdrawels", &["withdrawals"]), + ("withdrawin", &["withdrawn"]), + ("withdrawl", &["withdrawal"]), + ("withdrawles", &["withdrawals"]), + ("withdrawling", &["withdrawing"]), + ("withdrawning", &["withdrawing"]), + ("witheld", &["withheld"]), + ("withelist", &["whitelist"]), + ("withh", &["with"]), + ("withhelding", &["withholding"]), + ("withholdng", &["withholding"]), + ("withing", &["within"]), + ("withold", &["withhold"]), + ("withrdawal", &["withdrawals"]), + ("withrdawing", &["withdrawing"]), + ("witht", &["with"]), + ("witn", &["with"]), + ("witnesess", &["witnesses"]), + ("witnesss", &["witnesses"]), + ("witnesssing", &["witnessing"]), + ("witnissing", &["witnessing"]), + ("wiull", &["will"]), + ("wlacott", &["walcott"]), + ("wnat", &["want"]), + ("wnated", &["wanted"]), + ("wnats", &["wants"]), + ("wohle", &["whole"]), + ("wokr", &["work"]), + ("wokring", &["working"]), + ("wolrdview", &["worldview"]), + ("wolrdwide", &["worldwide"]), + ("wonderes", &["wonders"]), + ("wonderfull", &["wonderful"]), + ("wonderfullly", &["wonderfully"]), + ("wonderfuly", &["wonderfully"]), + ("wonderlad", &["wonderland"]), + ("wonderus", &["wonders"]), + ("wonderwand", &["wonderland"]), + ("woodowrking", &["woodworking"]), + ("woodworkign", &["woodworking"]), + ("wordlview", &["worldview"]), + ("wordlwide", &["worldwide"]), + ("worhsiping", &["worshiping"]), + ("worhsipping", &["worshipping"]), + ("worhtless", &["worthless"]), + ("workfore", &["workforce"]), + ("workfroce", &["workforce"]), + ("workingest", &["workings"]), + ("workins", &["workings"]), + ("workstaion", &["workstation"]), + ("workstaiton", &["workstation"]), + ("workstaton", &["workstation"]), + ("workststion", &["workstation"]), + ("worldivew", &["worldview"]), + ("worldveiw", &["worldview"]), + ("worls", &["world"]), + ("worshippig", &["worshipping"]), + ("worshippping", &["worshipping"]), + ("worshoping", &["worshiping"]), + ("worshopping", &["worshipping"]), + ("worstened", &["worsened"]), + ("worthelss", &["worthless"]), + ("woudl", &["would"]), + ("woudlnt", &["wouldnt"]), + ("woudlve", &["wouldve"]), + ("wouldnot", &["wouldnt"]), + ("woulndt", &["wouldnt"]), + ("wranlger", &["wrangler"]), + ("wreckign", &["wrecking"]), + ("wrecthed", &["wretched"]), + ("wrekcing", &["wrecking"]), + ("wreslte", &["wrestle"]), + ("wreslter", &["wrestler"]), + ("wresters", &["wrestlers"]), + ("wrestlewar", &["wrestler"]), + ("wriet", &["write"]), + ("writen", &["written"]), + ("writting", &["writing"]), + ("wrnagler", &["wrangler"]), + ("wroet", &["wrote"]), + ("wrok", &["work"]), + ("wroking", &["working"]), + ("wrteched", &["wretched"]), + ("wtiches", &["witches"]), + ("wtih", &["with"]), + ("wupport", &["support"]), + ("xenbolade", &["xenoblade"]), + ("xenobalde", &["xenoblade"]), + ("xenohpobic", &["xenophobic"]), + ("xenophibia", &["xenophobia"]), + ("xenophibic", &["xenophobic"]), + ("xenophobical", &["xenophobia"]), + ("xenophoblic", &["xenophobic"]), + ("xenophoby", &["xenophobia"]), + ("xenophonic", &["xenophobic"]), + ("xenophopia", &["xenophobia"]), + ("xenophopic", &["xenophobic"]), + ("xeonblade", &["xenoblade"]), + ("xeonphobia", &["xenophobia"]), + ("xeonphobic", &["xenophobic"]), + ("yaching", &["yachting"]), + ("yaer", &["year"]), + ("yaerly", &["yearly"]), + ("yaers", &["years"]), + ("yatch", &["yacht"]), + ("yearm", &["year"]), + ("yeasr", &["years"]), + ("yeild", &["yield"]), + ("yeilding", &["yielding"]), + ("yementite", &["yemenite"]), + ("yera", &["year"]), + ("yeras", &["years"]), + ("yersa", &["years"]), + ("yoesmite", &["yosemite"]), + ("yorksher", &["yorkshire"]), + ("yorkshie", &["yorkshire"]), + ("yorkshrie", &["yorkshire"]), + ("yorskhire", &["yorkshire"]), + ("yosemeti", &["yosemite"]), + ("yosemitie", &["yosemite"]), + ("yosimete", &["yosemite"]), + ("yotube", &["youtube"]), + ("youngents", &["youngest"]), + ("younget", &["youngest"]), + ("yourselfes", &["yourselves"]), + ("yourselvs", &["yourselves"]), + ("yoursleves", &["yourselves"]), + ("youseff", &["yousef"]), + ("youself", &["yourself"]), + ("yrea", &["year"]), + ("ytou", &["you"]), + ("yuo", &["you"]), + ("zaelots", &["zealots"]), + ("zealotes", &["zealots"]), + ("zealoths", &["zealots"]), + ("zealotus", &["zealots"]), + ("zealouts", &["zealous"]), + ("zealtos", &["zealots"]), + ("zeebra", &["zebra"]), + ("zelaots", &["zealots"]), + ("zelaous", &["zealous"]), + ("zepplein", &["zeppelin"]), + ("zepplien", &["zeppelin"]), + ("zimbabe", &["zimbabwe"]), + ("zimbabew", &["zimbabwe"]), + ("zimbabwae", &["zimbabwe"]), + ("zimbabwaen", &["zimbabwe"]), + ("zimbawbe", &["zimbabwe"]), + ("zinoists", &["zionists"]), + ("zionisim", &["zionism"]), + ("zionistas", &["zionists"]), + ("zionistes", &["zionists"]), + ("zionistisk", &["zionists"]), + ("zionistm", &["zionism"]), + ("zionsim", &["zionism"]), + ("zionsit", &["zionist"]), + ("zionsits", &["zionists"]), + ("zoinism", &["zionism"]), + ("zoinist", &["zionist"]), + ("zoinists", &["zionists"]), +]; -pub static AMERICAN_DICTIONARY: phf::Map, &[&'static str]> = - ::phf::Map { - key: 3213172566270843353, - disps: ::phf::Slice::Static(&[ - (0, 41), - (0, 0), - (0, 615), - (0, 162), - (0, 2), - (0, 0), - (0, 670), - (0, 418), - (0, 192), - (0, 1046), - (0, 72), - (0, 6), - (0, 34), - (0, 304), - (0, 16), - (0, 284), - (0, 79), - (0, 1089), - (0, 0), - (0, 0), - (0, 76), - (0, 0), - (0, 28), - (0, 2), - (0, 4), - (0, 61), - (0, 567), - (0, 0), - (0, 276), - (0, 13), - (0, 199), - (0, 1037), - (0, 0), - (0, 16), - (0, 608), - (0, 38), - (0, 5), - (0, 95), - (0, 1), - (0, 293), - (0, 37), - (0, 489), - (0, 65), - (0, 0), - (0, 19), - (0, 21), - (0, 644), - (0, 142), - (0, 27), - (0, 3), - (0, 4), - (0, 7), - (0, 406), - (0, 189), - (0, 17), - (0, 1), - (0, 612), - (0, 304), - (0, 378), - (0, 6), - (0, 410), - (0, 8), - (0, 42), - (0, 22), - (0, 625), - (0, 370), - (0, 104), - (0, 32), - (0, 310), - (0, 284), - (0, 19), - (0, 3), - (0, 1), - (0, 13), - (0, 8), - (0, 457), - (0, 604), - (0, 861), - (0, 30), - (0, 11), - (1, 95), - (0, 2), - (0, 2), - (0, 69), - (0, 2), - (0, 407), - (0, 11), - (0, 288), - (0, 1419), - (0, 347), - (0, 4), - (0, 50), - (0, 32), - (0, 1105), - (0, 1307), - (0, 129), - (0, 23), - (0, 357), - (0, 8), - (1, 289), - (0, 202), - (0, 6), - (0, 209), - (0, 264), - (0, 22), - (0, 108), - (0, 29), - (0, 11), - (0, 239), - (0, 7), - (1, 484), - (0, 1418), - (0, 1078), - (0, 17), - (3, 69), - (0, 24), - (0, 7), - (0, 49), - (0, 3), - (0, 17), - (0, 175), - (1, 192), - (0, 31), - (0, 24), - (0, 369), - (0, 632), - (0, 177), - (0, 190), - (0, 255), - (0, 1398), - (0, 20), - (0, 467), - (0, 8), - (0, 371), - (0, 8), - (0, 0), - (1, 380), - (0, 309), - (0, 602), - (0, 196), - (0, 0), - (0, 14), - (0, 6), - (0, 1), - (0, 196), - (0, 430), - (0, 0), - (0, 547), - (0, 176), - (0, 231), - (0, 2), - (0, 163), - (1, 259), - (0, 336), - (0, 2), - (0, 291), - (0, 1521), - (0, 0), - (0, 1229), - (3, 508), - (0, 2), - (0, 3), - (0, 1), - (3, 409), - (0, 0), - (0, 16), - (0, 34), - (1, 1477), - (0, 189), - (2, 349), - (0, 287), - (0, 3), - (1, 68), - (0, 119), - (0, 2), - (0, 659), - (0, 7), - (0, 8), - (3, 1269), - (0, 85), - (0, 95), - (1, 488), - (0, 65), - (0, 48), - (0, 221), - (0, 1448), - (0, 986), - (0, 162), - (2, 381), - (0, 13), - (0, 249), - (0, 6), - (0, 682), - (0, 748), - (0, 56), - (1, 1538), - (0, 1140), - (1, 520), - (0, 15), - (0, 128), - (0, 237), - (0, 7), - (0, 939), - (1, 327), - (0, 1182), - (0, 510), - (0, 107), - (0, 70), - (0, 6), - (0, 5), - (0, 104), - (0, 306), - (0, 32), - (0, 80), - (0, 266), - (2, 1572), - (0, 911), - (0, 17), - (0, 152), - (0, 1441), - (4, 77), - (2, 411), - (0, 2), - (0, 0), - (0, 357), - (0, 170), - (0, 484), - (0, 486), - (0, 0), - (0, 36), - (0, 2), - (0, 479), - (1, 81), - (0, 8), - (3, 187), - (0, 2), - (0, 1573), - (0, 61), - (0, 863), - (0, 823), - (0, 7), - (4, 1154), - (0, 541), - (0, 43), - (2, 933), - (0, 0), - (1, 868), - (0, 162), - (0, 31), - (0, 16), - (0, 1), - (6, 631), - (0, 29), - (0, 275), - (0, 50), - (4, 493), - (1, 1214), - (0, 616), - (0, 7), - (0, 5), - (0, 99), - (0, 1016), - (0, 560), - (0, 33), - (0, 273), - (0, 1), - (0, 0), - (0, 217), - (0, 813), - (0, 977), - (0, 0), - (0, 48), - (0, 466), - (0, 39), - (0, 3), - (0, 5), - (0, 28), - (0, 4), - (3, 158), - (0, 65), - (0, 1), - (0, 115), - (1, 1251), - (0, 1), - (2, 723), - (0, 12), - (0, 1), - (5, 895), - (3, 314), - (8, 523), - (0, 1), - (0, 600), - (0, 1475), - (0, 593), - (0, 1), - (0, 450), - (1, 1001), - (0, 144), - (0, 66), - (2, 1034), - (0, 1168), - (9, 100), - (0, 41), - (0, 44), - (0, 1462), - (0, 89), - (0, 168), - (0, 333), - (0, 8), - (0, 37), - (0, 761), - (0, 861), - (0, 20), - (0, 1), - (0, 54), - (2, 277), - (1, 293), - (0, 117), - (2, 741), - (0, 6), - (0, 45), - (0, 1183), - (0, 7), - (1, 1033), - ]), - entries: ::phf::Slice::Static(&[ - (UniCase::ascii("distil"), &["distill"]), - (UniCase::ascii("finalises"), &["finalizes"]), - (UniCase::ascii("tricolours"), &["tricolors"]), - (UniCase::ascii("cudgelled"), &["cudgeled"]), - (UniCase::ascii("tenderised"), &["tenderized"]), - (UniCase::ascii("randomising"), &["randomizing"]), - (UniCase::ascii("randomised"), &["randomized"]), - (UniCase::ascii("practised"), &["practiced"]), - (UniCase::ascii("channelling"), &["channeling"]), - (UniCase::ascii("haemophiliac"), &["hemophiliac"]), - (UniCase::ascii("catalysed"), &["catalyzed"]), - (UniCase::ascii("metabolises"), &["metabolizes"]), - (UniCase::ascii("systematise"), &["systematize"]), - (UniCase::ascii("destabilising"), &["destabilizing"]), - (UniCase::ascii("regularise"), &["regularize"]), - (UniCase::ascii("acclimatisation"), &["acclimatization"]), - (UniCase::ascii("circularises"), &["circularizes"]), - (UniCase::ascii("acclimatises"), &["acclimatizes"]), - (UniCase::ascii("grammes"), &["grams"]), - (UniCase::ascii("epicentres"), &["epicenters"]), - (UniCase::ascii("radicalised"), &["radicalized"]), - (UniCase::ascii("modellers"), &["modelers"]), - (UniCase::ascii("energising"), &["energizing"]), - (UniCase::ascii("stigmatising"), &["stigmatizing"]), - (UniCase::ascii("democratise"), &["democratize"]), - (UniCase::ascii("rationalising"), &["rationalizing"]), - (UniCase::ascii("sceptically"), &["skeptically"]), - (UniCase::ascii("fraternise"), &["fraternize"]), - (UniCase::ascii("yoghurt"), &["yogurt"]), - (UniCase::ascii("unionised"), &["unionized"]), - (UniCase::ascii("jewellery"), &["jewelry"]), - (UniCase::ascii("italicised"), &["italicized"]), - (UniCase::ascii("satirised"), &["satirized"]), - (UniCase::ascii("cauterised"), &["cauterized"]), - (UniCase::ascii("equalising"), &["equalizing"]), - (UniCase::ascii("externalisations"), &["externalizations"]), - (UniCase::ascii("vulgarises"), &["vulgarizes"]), - (UniCase::ascii("individualised"), &["individualized"]), - (UniCase::ascii("breathalyse"), &["breathalyze"]), - (UniCase::ascii("denationalises"), &["denationalizes"]), - (UniCase::ascii("secularisation"), &["secularization"]), - (UniCase::ascii("mouldy"), &["moldy"]), - (UniCase::ascii("criticise"), &["criticize"]), - (UniCase::ascii("palaeontologists"), &["paleontologists"]), - (UniCase::ascii("equalisation"), &["equalization"]), - (UniCase::ascii("backpedalling"), &["backpedaling"]), - (UniCase::ascii("homogenising"), &["homogenizing"]), - (UniCase::ascii("patronising"), &["patronizing"]), - (UniCase::ascii("editorialises"), &["editorializes"]), - (UniCase::ascii("gaolbird"), &["jailbird"]), - (UniCase::ascii("popularise"), &["popularize"]), - (UniCase::ascii("ploughshares"), &["plowshares"]), - (UniCase::ascii("recognised"), &["recognized"]), - (UniCase::ascii("moisturisers"), &["moisturizers"]), - (UniCase::ascii("refuelled"), &["refueled"]), - (UniCase::ascii("bastardising"), &["bastardizing"]), - (UniCase::ascii("dramatises"), &["dramatizes"]), - (UniCase::ascii("labelled"), &["labeled"]), - (UniCase::ascii("idealise"), &["idealize"]), - (UniCase::ascii("radicalise"), &["radicalize"]), - (UniCase::ascii("authorising"), &["authorizing"]), - (UniCase::ascii("fictionalisations"), &["fictionalizations"]), - (UniCase::ascii("harbouring"), &["harboring"]), - (UniCase::ascii("galvanised"), &["galvanized"]), - (UniCase::ascii("sympathisers"), &["sympathizers"]), - (UniCase::ascii("baulk"), &["balk"]), - (UniCase::ascii("scandalise"), &["scandalize"]), - (UniCase::ascii("tyrannise"), &["tyrannize"]), - (UniCase::ascii("emphasising"), &["emphasizing"]), - (UniCase::ascii("counselled"), &["counseled"]), - (UniCase::ascii("moisturised"), &["moisturized"]), - (UniCase::ascii("goitres"), &["goiters"]), - (UniCase::ascii("humanised"), &["humanized"]), - (UniCase::ascii("militarised"), &["militarized"]), - (UniCase::ascii("shrivelling"), &["shriveling"]), - (UniCase::ascii("visualisation"), &["visualization"]), - (UniCase::ascii("offences"), &["offenses"]), - (UniCase::ascii("radicalises"), &["radicalizes"]), - (UniCase::ascii("demilitarisation"), &["demilitarization"]), - (UniCase::ascii("licenced"), &["licensed"]), - (UniCase::ascii("computerised"), &["computerized"]), - (UniCase::ascii("westernised"), &["westernized"]), - (UniCase::ascii("generalises"), &["generalizes"]), - (UniCase::ascii("discolours"), &["discolors"]), - (UniCase::ascii("labelling"), &["labeling"]), - (UniCase::ascii("proselytised"), &["proselytized"]), - (UniCase::ascii("ostracises"), &["ostracizes"]), - (UniCase::ascii("contextualises"), &["contextualizes"]), - (UniCase::ascii("monopolisation"), &["monopolization"]), - (UniCase::ascii("haematological"), &["hematological"]), - (UniCase::ascii("sermonise"), &["sermonize"]), - (UniCase::ascii("formalise"), &["formalize"]), - (UniCase::ascii("extemporisation"), &["extemporization"]), - (UniCase::ascii("nationalise"), &["nationalize"]), - (UniCase::ascii("recognise"), &["recognize"]), - (UniCase::ascii("signalling"), &["signaling"]), - (UniCase::ascii("harboured"), &["harbored"]), - (UniCase::ascii("liberalisation"), &["liberalization"]), - (UniCase::ascii("professionalises"), &["professionalizes"]), - (UniCase::ascii("foetal"), &["fetal"]), - (UniCase::ascii("ploughmen"), &["plowmen"]), - (UniCase::ascii("scrutinise"), &["scrutinize"]), - (UniCase::ascii("deodorising"), &["deodorizing"]), - (UniCase::ascii("aggrandisement"), &["aggrandizement"]), - (UniCase::ascii("urbanisation"), &["urbanization"]), - (UniCase::ascii("nationalises"), &["nationalizes"]), - (UniCase::ascii("praesidium"), &["presidium"]), - (UniCase::ascii("fulfils"), &["fulfills"]), - (UniCase::ascii("spiralled"), &["spiraled"]), - (UniCase::ascii("jewellers"), &["jewelers"]), - (UniCase::ascii("dehumanising"), &["dehumanizing"]), - (UniCase::ascii("specialisations"), &["specializations"]), - (UniCase::ascii("fulfil"), &["fulfill"]), - (UniCase::ascii("signalise"), &["signalize"]), - (UniCase::ascii("theorised"), &["theorized"]), - (UniCase::ascii("theatregoer"), &["theatergoer"]), - (UniCase::ascii("remodelled"), &["remodeled"]), - (UniCase::ascii("moisturising"), &["moisturizing"]), - (UniCase::ascii("regularisation"), &["regularization"]), - (UniCase::ascii("serialisation"), &["serialization"]), - (UniCase::ascii("factorises"), &["factorizes"]), - (UniCase::ascii("realised"), &["realized"]), - (UniCase::ascii("towelled"), &["toweled"]), - (UniCase::ascii("glueing"), &["gluing"]), - (UniCase::ascii("rhapsodising"), &["rhapsodizing"]), - (UniCase::ascii("moults"), &["molts"]), - (UniCase::ascii("formalising"), &["formalizing"]), - (UniCase::ascii("spectre"), &["specter"]), - (UniCase::ascii("breathalysers"), &["breathalyzers"]), - (UniCase::ascii("privatise"), &["privatize"]), - (UniCase::ascii("remoulded"), &["remolded"]), - (UniCase::ascii("pulverise"), &["pulverize"]), - (UniCase::ascii("palaeontologist"), &["paleontologist"]), - (UniCase::ascii("initialised"), &["initialized"]), - (UniCase::ascii("metabolising"), &["metabolizing"]), - (UniCase::ascii("humanise"), &["humanize"]), - (UniCase::ascii("worshipper"), &["worshiper"]), - (UniCase::ascii("moisturiser"), &["moisturizer"]), - (UniCase::ascii("drivelling"), &["driveling"]), - (UniCase::ascii("pedestrianisation"), &["pedestrianization"]), - (UniCase::ascii("fibres"), &["fibers"]), - (UniCase::ascii("metre"), &["meter"]), - (UniCase::ascii("offence"), &["offense"]), - (UniCase::ascii("criminalises"), &["criminalizes"]), - (UniCase::ascii("gambolling"), &["gamboling"]), - (UniCase::ascii("industrialising"), &["industrializing"]), - (UniCase::ascii("centimetre"), &["centimeter"]), - (UniCase::ascii("privatising"), &["privatizing"]), - (UniCase::ascii("globalisation"), &["globalization"]), - (UniCase::ascii("regularises"), &["regularizes"]), - (UniCase::ascii("hypnotise"), &["hypnotize"]), - (UniCase::ascii("normalises"), &["normalizes"]), - (UniCase::ascii("haematology"), &["hematology"]), - (UniCase::ascii("counsellor"), &["counselor"]), - (UniCase::ascii("specialised"), &["specialized"]), - (UniCase::ascii("sterilisation"), &["sterilization"]), - (UniCase::ascii("sepulchre"), &["sepulcher"]), - (UniCase::ascii("equaliser"), &["equalizer"]), - (UniCase::ascii("weaselled"), &["weaseled"]), - (UniCase::ascii("paedophile"), &["pedophile"]), - (UniCase::ascii("untrammelled"), &["untrammeled"]), - (UniCase::ascii("pressurise"), &["pressurize"]), - (UniCase::ascii("levellers"), &["levelers"]), - (UniCase::ascii("pulverisation"), &["pulverization"]), - (UniCase::ascii("regularised"), &["regularized"]), - (UniCase::ascii("proselytise"), &["proselytize"]), - (UniCase::ascii("sceptres"), &["scepters"]), - (UniCase::ascii("factorising"), &["factorizing"]), - (UniCase::ascii("eulogising"), &["eulogizing"]), - (UniCase::ascii("magnetises"), &["magnetizes"]), - (UniCase::ascii("womanisers"), &["womanizers"]), - (UniCase::ascii("sentimentalising"), &["sentimentalizing"]), - (UniCase::ascii("normalisation"), &["normalization"]), - (UniCase::ascii("anaemic"), &["anemic"]), - (UniCase::ascii("trialled"), &["trialed"]), - (UniCase::ascii("computerises"), &["computerizes"]), - (UniCase::ascii("moulting"), &["molting"]), - (UniCase::ascii("propagandises"), &["propagandizes"]), - (UniCase::ascii("coloured"), &["colored"]), - (UniCase::ascii("scrutinising"), &["scrutinizing"]), - (UniCase::ascii("arbours"), &["arbors"]), - (UniCase::ascii("vocalise"), &["vocalize"]), - (UniCase::ascii("foetuses"), &["fetuses"]), - (UniCase::ascii("amortise"), &["amortize"]), - (UniCase::ascii("panelling"), &["paneling"]), - (UniCase::ascii("epaulettes"), &["epaulets"]), - (UniCase::ascii("milligramme"), &["milligram"]), - (UniCase::ascii("councillors"), &["councilors"]), - (UniCase::ascii("randomises"), &["randomizes"]), - (UniCase::ascii("computerising"), &["computerizing"]), - (UniCase::ascii("counsellors"), &["counselors"]), - (UniCase::ascii("anglicised"), &["anglicized"]), - (UniCase::ascii("personalise"), &["personalize"]), - (UniCase::ascii("breathalyses"), &["breathalyzes"]), - (UniCase::ascii("proselytiser"), &["proselytizer"]), - (UniCase::ascii("ploughed"), &["plowed"]), - (UniCase::ascii("homogenises"), &["homogenizes"]), - (UniCase::ascii("demoralise"), &["demoralize"]), - (UniCase::ascii("capitalised"), &["capitalized"]), - (UniCase::ascii("internalise"), &["internalize"]), - (UniCase::ascii("sceptre"), &["scepter"]), - (UniCase::ascii("centrefold"), &["centerfold"]), - (UniCase::ascii("harmonises"), &["harmonizes"]), - (UniCase::ascii("civilising"), &["civilizing"]), - (UniCase::ascii("localise"), &["localize"]), - (UniCase::ascii("hybridises"), &["hybridizes"]), - (UniCase::ascii("economise"), &["economize"]), - (UniCase::ascii("denationalise"), &["denationalize"]), - (UniCase::ascii("customises"), &["customizes"]), - (UniCase::ascii("demobilise"), &["demobilize"]), - (UniCase::ascii("stabilise"), &["stabilize"]), - (UniCase::ascii("signalled"), &["signaled"]), - (UniCase::ascii("saltpetre"), &["saltpeter"]), - (UniCase::ascii("stigmatised"), &["stigmatized"]), - (UniCase::ascii("tantalised"), &["tantalized"]), - (UniCase::ascii("anaesthetists"), &["anesthetists"]), - (UniCase::ascii("authorises"), &["authorizes"]), - (UniCase::ascii("motorised"), &["motorized"]), - (UniCase::ascii("demonised"), &["demonized"]), - (UniCase::ascii("hypnotised"), &["hypnotized"]), - (UniCase::ascii("dialled"), &["dialed"]), - (UniCase::ascii("bougainvillaeas"), &["bougainvilleas"]), - (UniCase::ascii("cruellest"), &["cruelest"]), - (UniCase::ascii("vocalises"), &["vocalizes"]), - (UniCase::ascii("neighbour"), &["neighbor"]), - (UniCase::ascii("romanticised"), &["romanticized"]), - (UniCase::ascii("leukaemia"), &["leukemia"]), - (UniCase::ascii("passivise"), &["passivize"]), - (UniCase::ascii("westernise"), &["westernize"]), - (UniCase::ascii("duelling"), &["dueling"]), - (UniCase::ascii("familiarisation"), &["familiarization"]), - (UniCase::ascii("itemise"), &["itemize"]), - (UniCase::ascii("breathalysed"), &["breathalyzed"]), - (UniCase::ascii("clamour"), &["clamor"]), - (UniCase::ascii("economised"), &["economized"]), - (UniCase::ascii("disorganisation"), &["disorganization"]), - (UniCase::ascii("maximises"), &["maximizes"]), - (UniCase::ascii("neutralises"), &["neutralizes"]), - (UniCase::ascii("mobilises"), &["mobilizes"]), - (UniCase::ascii("recognising"), &["recognizing"]), - (UniCase::ascii("discolour"), &["discolor"]), - (UniCase::ascii("pasteurisation"), &["pasteurization"]), - (UniCase::ascii("formalised"), &["formalized"]), - (UniCase::ascii("centrepieces"), &["centerpieces"]), - (UniCase::ascii("fulfilment"), &["fulfillment"]), - (UniCase::ascii("moulds"), &["molds"]), - (UniCase::ascii("colonisers"), &["colonizers"]), - (UniCase::ascii("millimetre"), &["millimeter"]), - (UniCase::ascii("fictionalises"), &["fictionalizes"]), - (UniCase::ascii("popularises"), &["popularizes"]), - (UniCase::ascii("solemnised"), &["solemnized"]), - (UniCase::ascii("savouries"), &["savories"]), - (UniCase::ascii("intellectualised"), &["intellectualized"]), - (UniCase::ascii("characterising"), &["characterizing"]), - (UniCase::ascii("philtres"), &["filters"]), - (UniCase::ascii("revolutionised"), &["revolutionized"]), - (UniCase::ascii("oxidisation"), &["oxidization"]), - (UniCase::ascii("impanelling"), &["impaneling"]), - (UniCase::ascii("hospitalised"), &["hospitalized"]), - (UniCase::ascii("solemnise"), &["solemnize"]), - (UniCase::ascii("commercialising"), &["commercializing"]), - (UniCase::ascii("stabilisers"), &["stabilizers"]), - (UniCase::ascii("systematising"), &["systematizing"]), - (UniCase::ascii("weaselling"), &["weaseling"]), - (UniCase::ascii("emphasise"), &["emphasize"]), - (UniCase::ascii("naturalises"), &["naturalizes"]), - (UniCase::ascii("analysing"), &["analyzing"]), - (UniCase::ascii("hospitalisation"), &["hospitalization"]), - (UniCase::ascii("instals"), &["installs"]), - (UniCase::ascii("monopolises"), &["monopolizes"]), - (UniCase::ascii("fraternisation"), &["fraternization"]), - (UniCase::ascii("personalising"), &["personalizing"]), - (UniCase::ascii("paediatricians"), &["pediatricians"]), - (UniCase::ascii("extemporises"), &["extemporizes"]), - (UniCase::ascii("revolutionising"), &["revolutionizing"]), - (UniCase::ascii("generalisations"), &["generalizations"]), - (UniCase::ascii("vapour"), &["vapor"]), - (UniCase::ascii("ionises"), &["ionizes"]), - (UniCase::ascii("overemphasised"), &["overemphasized"]), - (UniCase::ascii("trialling"), &["trialing"]), - (UniCase::ascii("travelling"), &["traveling"]), - (UniCase::ascii("carolled"), &["caroled"]), - (UniCase::ascii("romanticising"), &["romanticizing"]), - (UniCase::ascii("neighbourhood"), &["neighborhood"]), - (UniCase::ascii("fraternised"), &["fraternized"]), - (UniCase::ascii("pencilling"), &["penciling"]), - (UniCase::ascii("characterises"), &["characterizes"]), - (UniCase::ascii("harbour"), &["harbor"]), - (UniCase::ascii("connexion"), &["connection"]), - (UniCase::ascii("agonised"), &["agonized"]), - (UniCase::ascii("chiselling"), &["chiseling"]), - (UniCase::ascii("mitre"), &["miter"]), - (UniCase::ascii("shovelled"), &["shoveled"]), - (UniCase::ascii("plagiarised"), &["plagiarized"]), - (UniCase::ascii("ploughs"), &["plows"]), - (UniCase::ascii("revitalised"), &["revitalized"]), - (UniCase::ascii("stigmatises"), &["stigmatizes"]), - (UniCase::ascii("dramatise"), &["dramatize"]), - (UniCase::ascii("channelled"), &["channeled"]), - (UniCase::ascii("neighbourliness"), &["neighborliness"]), - (UniCase::ascii("pedestrianises"), &["pedestrianizes"]), - (UniCase::ascii("organisation"), &["organization"]), - (UniCase::ascii("worshipping"), &["worshiping"]), - (UniCase::ascii("energised"), &["energized"]), - (UniCase::ascii("dishevelled"), &["disheveled"]), - (UniCase::ascii("sermonises"), &["sermonizes"]), - (UniCase::ascii("miniaturising"), &["miniaturizing"]), - (UniCase::ascii("duelled"), &["dueled"]), - (UniCase::ascii("haematologists"), &["hematologists"]), - (UniCase::ascii("naturalising"), &["naturalizing"]), - (UniCase::ascii("homoeopath"), &["homeopath"]), - (UniCase::ascii("analogues"), &["analogs"]), - (UniCase::ascii("odourless"), &["odorless"]), - (UniCase::ascii("victimise"), &["victimize"]), - (UniCase::ascii("favouritism"), &["favoritism"]), - (UniCase::ascii("theorising"), &["theorizing"]), - (UniCase::ascii("moulders"), &["molders"]), - (UniCase::ascii("artefacts"), &["artifacts"]), - (UniCase::ascii("canonises"), &["canonizes"]), - (UniCase::ascii("fictionalise"), &["fictionalize"]), - (UniCase::ascii("savoury"), &["savory"]), - (UniCase::ascii("instil"), &["instill"]), - (UniCase::ascii("maximise"), &["maximize"]), - (UniCase::ascii("localising"), &["localizing"]), - (UniCase::ascii("vaporises"), &["vaporizes"]), - (UniCase::ascii("scrutinised"), &["scrutinized"]), - (UniCase::ascii("louvred"), &["louvered"]), - (UniCase::ascii("carolling"), &["caroling"]), - (UniCase::ascii("demonising"), &["demonizing"]), - (UniCase::ascii("metres"), &["meters"]), - (UniCase::ascii("evangelise"), &["evangelize"]), - (UniCase::ascii("unrecognised"), &["unrecognized"]), - (UniCase::ascii("miniaturise"), &["miniaturize"]), - (UniCase::ascii("penalised"), &["penalized"]), - (UniCase::ascii("moralises"), &["moralizes"]), - (UniCase::ascii("hypothesising"), &["hypothesizing"]), - (UniCase::ascii("fantasises"), &["fantasizes"]), - (UniCase::ascii("waggon"), &["wagon"]), - (UniCase::ascii("standardises"), &["standardizes"]), - (UniCase::ascii("militarising"), &["militarizing"]), - (UniCase::ascii("demobilisation"), &["demobilization"]), - (UniCase::ascii("centralises"), &["centralizes"]), - (UniCase::ascii("colonising"), &["colonizing"]), - (UniCase::ascii("outmanoeuvres"), &["outmaneuvers"]), - (UniCase::ascii("ostracising"), &["ostracizing"]), - (UniCase::ascii("womanises"), &["womanizes"]), - (UniCase::ascii("womanised"), &["womanized"]), - (UniCase::ascii("centrefolds"), &["centerfolds"]), - (UniCase::ascii("tenderises"), &["tenderizes"]), - (UniCase::ascii("remould"), &["remold"]), - (UniCase::ascii("compartmentalised"), &["compartmentalized"]), - (UniCase::ascii("energises"), &["energizes"]), - (UniCase::ascii("catalyses"), &["catalyzes"]), - (UniCase::ascii("minimise"), &["minimize"]), - (UniCase::ascii("idealising"), &["idealizing"]), - (UniCase::ascii("baptised"), &["baptized"]), - (UniCase::ascii("oxidised"), &["oxidized"]), - (UniCase::ascii("agonisingly"), &["agonizingly"]), - (UniCase::ascii("destabilises"), &["destabilizes"]), - (UniCase::ascii("amphitheatre"), &["amphitheater"]), - (UniCase::ascii("organise"), &["organize"]), - (UniCase::ascii("materialisation"), &["materialization"]), - (UniCase::ascii("oestrogen"), &["estrogen"]), - (UniCase::ascii("summarise"), &["summarize"]), - (UniCase::ascii("vocalisations"), &["vocalizations"]), - (UniCase::ascii("behaviourists"), &["behaviorists"]), - ( - UniCase::ascii("professionalisation"), - &["professionalization"], - ), - (UniCase::ascii("centigramme"), &["centigram"]), - (UniCase::ascii("groynes"), &["groins"]), - (UniCase::ascii("honour"), &["honor"]), - (UniCase::ascii("patronised"), &["patronized"]), - (UniCase::ascii("finalise"), &["finalize"]), - (UniCase::ascii("underutilised"), &["underutilized"]), - (UniCase::ascii("legalised"), &["legalized"]), - (UniCase::ascii("optimising"), &["optimizing"]), - (UniCase::ascii("anaesthetised"), &["anesthetized"]), - (UniCase::ascii("valour"), &["valor"]), - (UniCase::ascii("organised"), &["organized"]), - (UniCase::ascii("catalysing"), &["catalyzing"]), - (UniCase::ascii("capitalise"), &["capitalize"]), - (UniCase::ascii("practise"), &["practice"]), - (UniCase::ascii("utilising"), &["utilizing"]), - (UniCase::ascii("flautists"), &["flutists"]), - (UniCase::ascii("globalises"), &["globalizes"]), - (UniCase::ascii("legitimised"), &["legitimized"]), - (UniCase::ascii("colourizing"), &["colorizing"]), - (UniCase::ascii("enamoured"), &["enamored"]), - (UniCase::ascii("fossilised"), &["fossilized"]), - (UniCase::ascii("watercolours"), &["watercolors"]), - (UniCase::ascii("realise"), &["realize"]), - (UniCase::ascii("itemised"), &["itemized"]), - (UniCase::ascii("individualises"), &["individualizes"]), - (UniCase::ascii("dehumanised"), &["dehumanized"]), - (UniCase::ascii("rumours"), &["rumors"]), - (UniCase::ascii("sodomising"), &["sodomizing"]), - (UniCase::ascii("customised"), &["customized"]), - (UniCase::ascii("mitres"), &["miters"]), - (UniCase::ascii("moralise"), &["moralize"]), - (UniCase::ascii("terrorise"), &["terrorize"]), - (UniCase::ascii("colourful"), &["colorful"]), - (UniCase::ascii("neutralised"), &["neutralized"]), - (UniCase::ascii("civilises"), &["civilizes"]), - (UniCase::ascii("gynaecology"), &["gynecology"]), - (UniCase::ascii("patronise"), &["patronize"]), - (UniCase::ascii("dramatisations"), &["dramatizations"]), - (UniCase::ascii("organisations"), &["organizations"]), - (UniCase::ascii("epitomises"), &["epitomizes"]), - (UniCase::ascii("sterilised"), &["sterilized"]), - (UniCase::ascii("harmonising"), &["harmonizing"]), - (UniCase::ascii("uncivilised"), &["uncivilized"]), - (UniCase::ascii("inflexion"), &["inflection"]), - (UniCase::ascii("intellectualises"), &["intellectualizes"]), - (UniCase::ascii("imperilled"), &["imperiled"]), - (UniCase::ascii("womanising"), &["womanizing"]), - (UniCase::ascii("parlours"), &["parlors"]), - (UniCase::ascii("cheque"), &["check"]), - (UniCase::ascii("gaolbreak"), &["jailbreak"]), - (UniCase::ascii("liquidiser"), &["liquidizer"]), - (UniCase::ascii("organises"), &["organizes"]), - (UniCase::ascii("crystallised"), &["crystallized"]), - (UniCase::ascii("reorganisations"), &["reorganizations"]), - (UniCase::ascii("coloniser"), &["colonizer"]), - (UniCase::ascii("meagre"), &["meager"]), - (UniCase::ascii("immortalises"), &["immortalizes"]), - (UniCase::ascii("ionising"), &["ionizing"]), - (UniCase::ascii("polarisation"), &["polarization"]), - (UniCase::ascii("favourite"), &["favorite"]), - (UniCase::ascii("standardised"), &["standardized"]), - (UniCase::ascii("baulked"), &["balked"]), - (UniCase::ascii("serialisations"), &["serializations"]), - (UniCase::ascii("privatisations"), &["privatizations"]), - (UniCase::ascii("destabilised"), &["destabilized"]), - (UniCase::ascii("romanticises"), &["romanticizes"]), - (UniCase::ascii("councillor"), &["councilor"]), - (UniCase::ascii("propagandised"), &["propagandized"]), - (UniCase::ascii("moulted"), &["molted"]), - (UniCase::ascii("politicises"), &["politicizes"]), - (UniCase::ascii("sepulchres"), &["sepulchers"]), - (UniCase::ascii("immobiliser"), &["immobilizer"]), - (UniCase::ascii("anglicises"), &["anglicizes"]), - (UniCase::ascii("empathises"), &["empathizes"]), - (UniCase::ascii("toxaemia"), &["toxemia"]), - (UniCase::ascii("diarrhoea"), &["diarrhea"]), - (UniCase::ascii("globalised"), &["globalized"]), - (UniCase::ascii("tyres"), &["tires"]), - (UniCase::ascii("cauterise"), &["cauterize"]), - (UniCase::ascii("collectivising"), &["collectivizing"]), - (UniCase::ascii("symbolising"), &["symbolizing"]), - (UniCase::ascii("criticises"), &["criticizes"]), - (UniCase::ascii("dialogue"), &["dialog"]), - (UniCase::ascii("centralised"), &["centralized"]), - (UniCase::ascii("prioritises"), &["prioritizes"]), - (UniCase::ascii("cataloguing"), &["cataloging"]), - (UniCase::ascii("marvelled"), &["marveled"]), - (UniCase::ascii("storey"), &["story"]), - (UniCase::ascii("savoured"), &["savored"]), - (UniCase::ascii("carbonising"), &["carbonizing"]), - (UniCase::ascii("clarinettists"), &["clarinetists"]), - (UniCase::ascii("naturalise"), &["naturalize"]), - (UniCase::ascii("sulphurous"), &["sulfurous"]), - (UniCase::ascii("breathalysing"), &["breathalyzing"]), - (UniCase::ascii("instalments"), &["installments"]), - (UniCase::ascii("patronises"), &["patronizes"]), - (UniCase::ascii("legalise"), &["legalize"]), - (UniCase::ascii("marvelling"), &["marveling"]), - (UniCase::ascii("anaesthetising"), &["anesthetizing"]), - (UniCase::ascii("specialisation"), &["specialization"]), - (UniCase::ascii("proselytising"), &["proselytizing"]), - (UniCase::ascii("apologised"), &["apologized"]), - (UniCase::ascii("humours"), &["humors"]), - (UniCase::ascii("canonising"), &["canonizing"]), - (UniCase::ascii("westernising"), &["westernizing"]), - (UniCase::ascii("demeanour"), &["demeanor"]), - (UniCase::ascii("colourfully"), &["colorfully"]), - (UniCase::ascii("rigours"), &["rigors"]), - (UniCase::ascii("snowplough"), &["snowplow"]), - (UniCase::ascii("publicises"), &["publicizes"]), - (UniCase::ascii("oesophaguses"), &["esophaguses"]), - (UniCase::ascii("desensitising"), &["desensitizing"]), - (UniCase::ascii("colourless"), &["colorless"]), - (UniCase::ascii("amortised"), &["amortized"]), - (UniCase::ascii("tyrannising"), &["tyrannizing"]), - (UniCase::ascii("rhapsodised"), &["rhapsodized"]), - (UniCase::ascii("sermonising"), &["sermonizing"]), - (UniCase::ascii("mechanised"), &["mechanized"]), - (UniCase::ascii("canalising"), &["canalizing"]), - (UniCase::ascii("clamoured"), &["clamored"]), - (UniCase::ascii("almanacks"), &["almanacs"]), - (UniCase::ascii("amortisable"), &["amortizable"]), - (UniCase::ascii("criminalise"), &["criminalize"]), - (UniCase::ascii("gipsies"), &["gypsies"]), - (UniCase::ascii("collectivises"), &["collectivizes"]), - (UniCase::ascii("paralyse"), &["paralyze"]), - (UniCase::ascii("deodorise"), &["deodorize"]), - (UniCase::ascii("dramatised"), &["dramatized"]), - (UniCase::ascii("reconnoitring"), &["reconnoitering"]), - (UniCase::ascii("unsavoury"), &["unsavory"]), - (UniCase::ascii("fervour"), &["fervor"]), - (UniCase::ascii("desensitise"), &["desensitize"]), - (UniCase::ascii("passivises"), &["passivizes"]), - (UniCase::ascii("overemphasise"), &["overemphasize"]), - (UniCase::ascii("vocalisation"), &["vocalization"]), - (UniCase::ascii("psychoanalysing"), &["psychoanalyzing"]), - (UniCase::ascii("utilised"), &["utilized"]), - (UniCase::ascii("agonising"), &["agonizing"]), - (UniCase::ascii("standardisation"), &["standardization"]), - (UniCase::ascii("inflexions"), &["inflections"]), - (UniCase::ascii("harmonise"), &["harmonize"]), - (UniCase::ascii("galvanises"), &["galvanizes"]), - (UniCase::ascii("homogenise"), &["homogenize"]), - (UniCase::ascii("pedestrianised"), &["pedestrianized"]), - (UniCase::ascii("anaesthetic"), &["anesthetic"]), - (UniCase::ascii("moralising"), &["moralizing"]), - (UniCase::ascii("dialling"), &["dialing"]), - (UniCase::ascii("organisers"), &["organizers"]), - (UniCase::ascii("calibre"), &["caliber"]), - (UniCase::ascii("computerise"), &["computerize"]), - (UniCase::ascii("succoured"), &["succored"]), - (UniCase::ascii("penalising"), &["penalizing"]), - (UniCase::ascii("depersonalises"), &["depersonalizes"]), - (UniCase::ascii("refuelling"), &["refueling"]), - (UniCase::ascii("imperilling"), &["imperiling"]), - (UniCase::ascii("colourized"), &["colorized"]), - (UniCase::ascii("crystallising"), &["crystallizing"]), - (UniCase::ascii("demobilises"), &["demobilizes"]), - (UniCase::ascii("mouldered"), &["moldered"]), - (UniCase::ascii("encyclopaedic"), &["encyclopedic"]), - (UniCase::ascii("pasteurises"), &["pasteurizes"]), - (UniCase::ascii("epaulette"), &["epaulet"]), - (UniCase::ascii("mobilisation"), &["mobilization"]), - (UniCase::ascii("behoves"), &["behooves"]), - (UniCase::ascii("splendour"), &["splendor"]), - (UniCase::ascii("bedevilling"), &["bedeviling"]), - (UniCase::ascii("patronisingly"), &["patronizingly"]), - (UniCase::ascii("systematises"), &["systematizes"]), - (UniCase::ascii("baptising"), &["baptizing"]), - (UniCase::ascii("visualised"), &["visualized"]), - (UniCase::ascii("anglicising"), &["anglicizing"]), - (UniCase::ascii("counselling"), &["counseling"]), - (UniCase::ascii("goitre"), &["goiter"]), - (UniCase::ascii("sceptics"), &["skeptics"]), - (UniCase::ascii("flavour"), &["flavor"]), - (UniCase::ascii("misbehaviour"), &["misbehavior"]), - (UniCase::ascii("familiarises"), &["familiarizes"]), - (UniCase::ascii("maximisation"), &["maximization"]), - (UniCase::ascii("baptise"), &["baptize"]), - (UniCase::ascii("mechanise"), &["mechanize"]), - (UniCase::ascii("penalises"), &["penalizes"]), - (UniCase::ascii("cavilled"), &["caviled"]), - (UniCase::ascii("armouries"), &["armories"]), - (UniCase::ascii("laboured"), &["labored"]), - (UniCase::ascii("rumour"), &["rumor"]), - (UniCase::ascii("fantasise"), &["fantasize"]), - (UniCase::ascii("personalised"), &["personalized"]), - (UniCase::ascii("revitalises"), &["revitalizes"]), - (UniCase::ascii("unfavourably"), &["unfavorably"]), - (UniCase::ascii("psychoanalyses"), &["psychoanalyzes"]), - (UniCase::ascii("calibres"), &["calibers"]), - (UniCase::ascii("unrivalled"), &["unrivaled"]), - (UniCase::ascii("evangelised"), &["evangelized"]), - (UniCase::ascii("liquidises"), &["liquidizes"]), - (UniCase::ascii("harbours"), &["harbors"]), - (UniCase::ascii("labours"), &["labors"]), - (UniCase::ascii("catalogued"), &["cataloged"]), - (UniCase::ascii("miniaturisation"), &["miniaturization"]), - (UniCase::ascii("humanises"), &["humanizes"]), - (UniCase::ascii("monopolise"), &["monopolize"]), - (UniCase::ascii("decentralise"), &["decentralize"]), - (UniCase::ascii("technicolour"), &["technicolor"]), - (UniCase::ascii("symbolised"), &["symbolized"]), - (UniCase::ascii("prioritisation"), &["prioritization"]), - (UniCase::ascii("dehumanise"), &["dehumanize"]), - (UniCase::ascii("anaesthesia"), &["anesthesia"]), - (UniCase::ascii("fibreglass"), &["fiberglass"]), - (UniCase::ascii("millilitres"), &["milliliters"]), - (UniCase::ascii("cosy"), &["cozy"]), - (UniCase::ascii("commercialised"), &["commercialized"]), - (UniCase::ascii("democratised"), &["democratized"]), - (UniCase::ascii("generalised"), &["generalized"]), - (UniCase::ascii("epitomised"), &["epitomized"]), - (UniCase::ascii("theatre"), &["theater"]), - (UniCase::ascii("moustache"), &["mustache"]), - (UniCase::ascii("misspelt"), &["misspelled"]), - (UniCase::ascii("publicised"), &["publicized"]), - (UniCase::ascii("primaeval"), &["primeval"]), - (UniCase::ascii("centilitres"), &["centiliters"]), - (UniCase::ascii("synthesising"), &["synthesizing"]), - (UniCase::ascii("professionalise"), &["professionalize"]), - (UniCase::ascii("rationalises"), &["rationalizes"]), - (UniCase::ascii("itemising"), &["itemizing"]), - (UniCase::ascii("deputises"), &["deputizes"]), - (UniCase::ascii("rhapsodise"), &["rhapsodize"]), - (UniCase::ascii("jeweller"), &["jeweler"]), - (UniCase::ascii("vocalising"), &["vocalizing"]), - (UniCase::ascii("colouring"), &["coloring"]), - (UniCase::ascii("utilisation"), &["utilization"]), - (UniCase::ascii("urbanises"), &["urbanizes"]), - (UniCase::ascii("extemporised"), &["extemporized"]), - (UniCase::ascii("popularisation"), &["popularization"]), - (UniCase::ascii("finalisation"), &["finalization"]), - (UniCase::ascii("fertilisers"), &["fertilizers"]), - (UniCase::ascii("ionisation"), &["ionization"]), - (UniCase::ascii("callisthenics"), &["calisthenics"]), - (UniCase::ascii("circularise"), &["circularize"]), - (UniCase::ascii("worshipped"), &["worshiped"]), - (UniCase::ascii("panelled"), &["paneled"]), - (UniCase::ascii("idolised"), &["idolized"]), - (UniCase::ascii("conceptualised"), &["conceptualized"]), - (UniCase::ascii("emphasises"), &["emphasizes"]), - (UniCase::ascii("licences"), &["licenses"]), - (UniCase::ascii("sceptic"), &["skeptic"]), - (UniCase::ascii("aetiology"), &["etiology"]), - (UniCase::ascii("subsidise"), &["subsidize"]), - (UniCase::ascii("transistorised"), &["transistorized"]), - (UniCase::ascii("sensationalises"), &["sensationalizes"]), - (UniCase::ascii("minimises"), &["minimizes"]), - (UniCase::ascii("tyrannises"), &["tyrannizes"]), - (UniCase::ascii("revellers"), &["revelers"]), - (UniCase::ascii("sodomised"), &["sodomized"]), - (UniCase::ascii("amortisation"), &["amortization"]), - (UniCase::ascii("unravelled"), &["unraveled"]), - (UniCase::ascii("categorising"), &["categorizing"]), - (UniCase::ascii("libellous"), &["libelous"]), - (UniCase::ascii("formalises"), &["formalizes"]), - (UniCase::ascii("caramelising"), &["caramelizing"]), - (UniCase::ascii("encyclopaedias"), &["encyclopedias"]), - (UniCase::ascii("practising"), &["practicing"]), - (UniCase::ascii("feminised"), &["feminized"]), - (UniCase::ascii("ravelling"), &["raveling"]), - (UniCase::ascii("scandalised"), &["scandalized"]), - (UniCase::ascii("sterilises"), &["sterilizes"]), - (UniCase::ascii("polarised"), &["polarized"]), - (UniCase::ascii("marginalisation"), &["marginalization"]), - (UniCase::ascii("lustre"), &["luster"]), - (UniCase::ascii("pummelled"), &["pummel"]), - (UniCase::ascii("stigmatisation"), &["stigmatization"]), - (UniCase::ascii("overemphasising"), &["overemphasizing"]), - (UniCase::ascii("defence"), &["defense"]), - (UniCase::ascii("particularising"), &["particularizing"]), - (UniCase::ascii("neighbouring"), &["neighboring"]), - (UniCase::ascii("gaolbirds"), &["jailbirds"]), - (UniCase::ascii("socialising"), &["socializing"]), - (UniCase::ascii("idolise"), &["idolize"]), - (UniCase::ascii("rationalisation"), &["rationalization"]), - (UniCase::ascii("circularising"), &["circularizing"]), - (UniCase::ascii("radicalising"), &["radicalizing"]), - (UniCase::ascii("characterised"), &["characterized"]), - (UniCase::ascii("fraternises"), &["fraternizes"]), - (UniCase::ascii("extemporising"), &["extemporizing"]), - (UniCase::ascii("pasteurising"), &["pasteurizing"]), - (UniCase::ascii("philosophising"), &["philosophizing"]), - (UniCase::ascii("colour"), &["color"]), - (UniCase::ascii("brutalised"), &["brutalized"]), - (UniCase::ascii("cancelled"), &["canceled"]), - (UniCase::ascii("philosophise"), &["philosophize"]), - (UniCase::ascii("revitalise"), &["revitalize"]), - (UniCase::ascii("palaeontology"), &["paleontology"]), - (UniCase::ascii("conceptualises"), &["conceptualizes"]), - (UniCase::ascii("denationalising"), &["denationalizing"]), - (UniCase::ascii("minimising"), &["minimizing"]), - (UniCase::ascii("recognisance"), &["recognizance"]), - (UniCase::ascii("institutionalise"), &["institutionalize"]), - (UniCase::ascii("flavoursome"), &["flavorsome"]), - (UniCase::ascii("industrialises"), &["industrializes"]), - (UniCase::ascii("desensitisation"), &["desensitization"]), - (UniCase::ascii("canalise"), &["canalize"]), - (UniCase::ascii("squirrelled"), &["squirreled"]), - (UniCase::ascii("crueller"), &["crueler"]), - (UniCase::ascii("sentimentalise"), &["sentimentalize"]), - (UniCase::ascii("traumatises"), &["traumatizes"]), - (UniCase::ascii("socialisation"), &["socialization"]), - (UniCase::ascii("haemorrhages"), &["hemorrhages"]), - (UniCase::ascii("westernises"), &["westernizes"]), - (UniCase::ascii("decentralises"), &["decentralizes"]), - (UniCase::ascii("theorise"), &["theorize"]), - (UniCase::ascii("organisational"), &["organizational"]), - (UniCase::ascii("pulverised"), &["pulverized"]), - (UniCase::ascii("mesmerise"), &["mesmerize"]), - (UniCase::ascii("cosier"), &["cozier"]), - (UniCase::ascii("micrometres"), &["micrometers"]), - (UniCase::ascii("enthral"), &["enthrall"]), - (UniCase::ascii("summarised"), &["summarized"]), - (UniCase::ascii("serialise"), &["serialize"]), - (UniCase::ascii("behaviourist"), &["behaviorist"]), - (UniCase::ascii("haemophiliacs"), &["hemophiliacs"]), - (UniCase::ascii("privatisation"), &["privatization"]), - (UniCase::ascii("accessorise"), &["accessorize"]), - (UniCase::ascii("favoured"), &["favored"]), - (UniCase::ascii("mouldering"), &["moldering"]), - (UniCase::ascii("metabolise"), &["metabolize"]), - (UniCase::ascii("pretences"), &["pretenses"]), - (UniCase::ascii("kilometre"), &["kilometer"]), - (UniCase::ascii("palaeolithic"), &["paleolithic"]), - (UniCase::ascii("cosiness"), &["coziness"]), - (UniCase::ascii("vigour"), &["vigor"]), - (UniCase::ascii("vulgarised"), &["vulgarized"]), - (UniCase::ascii("legitimise"), &["legitimize"]), - (UniCase::ascii("armourer"), &["armorer"]), - (UniCase::ascii("formalisation"), &["formalization"]), - (UniCase::ascii("paederast"), &["pederast"]), - (UniCase::ascii("favourably"), &["favorably"]), - (UniCase::ascii("magnetise"), &["magnetize"]), - (UniCase::ascii("modelled"), &["modeled"]), - (UniCase::ascii("politicisation"), &["politicization"]), - (UniCase::ascii("hospitalises"), &["hospitalizes"]), - (UniCase::ascii("digitises"), &["digitizes"]), - (UniCase::ascii("dishonourably"), &["dishonorably"]), - (UniCase::ascii("decriminalised"), &["decriminalized"]), - (UniCase::ascii("ravelled"), &["raveled"]), - (UniCase::ascii("reconnoitred"), &["reconnoitered"]), - (UniCase::ascii("italicise"), &["italicize"]), - (UniCase::ascii("crystallise"), &["crystallize"]), - (UniCase::ascii("eulogise"), &["eulogize"]), - (UniCase::ascii("equalises"), &["equalizes"]), - (UniCase::ascii("conceptualise"), &["conceptualize"]), - (UniCase::ascii("breathalyser"), &["breathalyzer"]), - (UniCase::ascii("chequered"), &["checkered"]), - (UniCase::ascii("gynaecologist"), &["gynecologist"]), - (UniCase::ascii("demonise"), &["demonize"]), - (UniCase::ascii("empathised"), &["empathized"]), - (UniCase::ascii("internationalised"), &["internationalized"]), - (UniCase::ascii("traumatised"), &["traumatized"]), - (UniCase::ascii("faecal"), &["fecal"]), - (UniCase::ascii("mesmerising"), &["mesmerizing"]), - (UniCase::ascii("cudgelling"), &["cudgeling"]), - (UniCase::ascii("ostracise"), &["ostracize"]), - (UniCase::ascii("acclimatising"), &["acclimatizing"]), - (UniCase::ascii("verbalise"), &["verbalize"]), - (UniCase::ascii("normalising"), &["normalizing"]), - (UniCase::ascii("modernised"), &["modernized"]), - (UniCase::ascii("succour"), &["succor"]), - (UniCase::ascii("idealised"), &["idealized"]), - (UniCase::ascii("coloureds"), &["coloreds"]), - (UniCase::ascii("feminise"), &["feminize"]), - (UniCase::ascii("internalises"), &["internalizes"]), - (UniCase::ascii("synchronises"), &["synchronizes"]), - (UniCase::ascii("watercolour"), &["watercolor"]), - (UniCase::ascii("metabolised"), &["metabolized"]), - (UniCase::ascii("utilises"), &["utilizes"]), - (UniCase::ascii("antagonise"), &["antagonize"]), - (UniCase::ascii("oxidising"), &["oxidizing"]), - (UniCase::ascii("oxidise"), &["oxidize"]), - (UniCase::ascii("hybridising"), &["hybridizing"]), - (UniCase::ascii("sulphide"), &["sulfide"]), - (UniCase::ascii("funnelled"), &["funneled"]), - (UniCase::ascii("appetisingly"), &["appetizingly"]), - (UniCase::ascii("scepticism"), &["skepticism"]), - (UniCase::ascii("fraternising"), &["fraternizing"]), - (UniCase::ascii("serialising"), &["serializing"]), - (UniCase::ascii("gaoling"), &["jailing"]), - (UniCase::ascii("nationalised"), &["nationalized"]), - (UniCase::ascii("capitalising"), &["capitalizing"]), - (UniCase::ascii("denationalised"), &["denationalized"]), - (UniCase::ascii("centimetres"), &["centimeters"]), - (UniCase::ascii("endeavoured"), &["endeavored"]), - (UniCase::ascii("steriliser"), &["sterilizer"]), - (UniCase::ascii("neutralising"), &["neutralizing"]), - (UniCase::ascii("rationalise"), &["rationalize"]), - (UniCase::ascii("institutionalises"), &["institutionalizes"]), - (UniCase::ascii("generalising"), &["generalizing"]), - (UniCase::ascii("edoema"), &["edema"]), - (UniCase::ascii("recognisably"), &["recognizably"]), - (UniCase::ascii("nationalisations"), &["nationalizations"]), - (UniCase::ascii("equalisers"), &["equalizers"]), - (UniCase::ascii("colourant"), &["colorant"]), - (UniCase::ascii("polarising"), &["polarizing"]), - (UniCase::ascii("demilitarises"), &["demilitarizes"]), - (UniCase::ascii("passivisation"), &["passivization"]), - (UniCase::ascii("bevelled"), &["beveled"]), - (UniCase::ascii("rationalisations"), &["rationalizations"]), - (UniCase::ascii("anglicise"), &["anglicize"]), - (UniCase::ascii("acclimatised"), &["acclimatized"]), - (UniCase::ascii("bejewelled"), &["bejeweled"]), - (UniCase::ascii("callipers"), &["calipers"]), - (UniCase::ascii("sceptical"), &["skeptical"]), - (UniCase::ascii("ghettoises"), &["ghettoizes"]), - (UniCase::ascii("flavoured"), &["flavored"]), - (UniCase::ascii("behaviours"), &["behaviors"]), - (UniCase::ascii("civilised"), &["civilized"]), - (UniCase::ascii("theatres"), &["theaters"]), - (UniCase::ascii("arbour"), &["arbor"]), - (UniCase::ascii("reorganisation"), &["reorganization"]), - (UniCase::ascii("prioritise"), &["prioritize"]), - (UniCase::ascii("dialogues"), &["dialogs"]), - (UniCase::ascii("synthesised"), &["synthesized"]), - (UniCase::ascii("philtre"), &["filter"]), - (UniCase::ascii("unrecognisable"), &["unrecognizable"]), - (UniCase::ascii("harmonisation"), &["harmonization"]), - (UniCase::ascii("bannisters"), &["banisters"]), - (UniCase::ascii("liquidise"), &["liquidize"]), - (UniCase::ascii("fertilising"), &["fertilizing"]), - (UniCase::ascii("recognises"), &["recognizes"]), - (UniCase::ascii("factorise"), &["factorize"]), - (UniCase::ascii("louvres"), &["louvers"]), - (UniCase::ascii("magnetised"), &["magnetized"]), - (UniCase::ascii("grovelled"), &["groveled"]), - (UniCase::ascii("realisations"), &["realizations"]), - (UniCase::ascii("flavouring"), &["flavoring"]), - (UniCase::ascii("hospitalising"), &["hospitalizing"]), - (UniCase::ascii("fictionalising"), &["fictionalizing"]), - (UniCase::ascii("synchronise"), &["synchronize"]), - (UniCase::ascii("sensationalise"), &["sensationalize"]), - (UniCase::ascii("rivalled"), &["rivaled"]), - (UniCase::ascii("haemorrhoids"), &["hemorrhoids"]), - (UniCase::ascii("serialises"), &["serializes"]), - (UniCase::ascii("conceptualising"), &["conceptualizing"]), - (UniCase::ascii("bowdlerise"), &["bowdlerize"]), - (UniCase::ascii("sympathising"), &["sympathizing"]), - (UniCase::ascii("archaeologists"), &["archeologists"]), - (UniCase::ascii("finalised"), &["finalized"]), - (UniCase::ascii("depersonalise"), &["depersonalize"]), - (UniCase::ascii("connexions"), &["connections"]), - (UniCase::ascii("fertiliser"), &["fertilizer"]), - (UniCase::ascii("passivised"), &["passivized"]), - (UniCase::ascii("tricolour"), &["tricolor"]), - (UniCase::ascii("immunise"), &["immunize"]), - (UniCase::ascii("contextualised"), &["contextualized"]), - (UniCase::ascii("homoeopathy"), &["homeopathy"]), - (UniCase::ascii("contextualise"), &["contextualize"]), - (UniCase::ascii("itemises"), &["itemizes"]), - (UniCase::ascii("subsidised"), &["subsidized"]), - (UniCase::ascii("contextualising"), &["contextualizing"]), - (UniCase::ascii("immobilisers"), &["immobilizers"]), - (UniCase::ascii("socialised"), &["socialized"]), - (UniCase::ascii("decriminalises"), &["decriminalizes"]), - (UniCase::ascii("synthesisers"), &["synthesizers"]), - (UniCase::ascii("depersonalising"), &["depersonalizing"]), - (UniCase::ascii("antagonised"), &["antagonized"]), - (UniCase::ascii("catalogues"), &["catalogs"]), - (UniCase::ascii("immobilisation"), &["immobilization"]), - (UniCase::ascii("amortisations"), &["amortizations"]), - (UniCase::ascii("succours"), &["succors"]), - (UniCase::ascii("remodelling"), &["remodeling"]), - (UniCase::ascii("vandalises"), &["vandalizes"]), - (UniCase::ascii("demilitarising"), &["demilitarizing"]), - (UniCase::ascii("disfavour"), &["disfavor"]), - (UniCase::ascii("marginalised"), &["marginalized"]), - (UniCase::ascii("liberalise"), &["liberalize"]), - (UniCase::ascii("shovelling"), &["shoveling"]), - (UniCase::ascii("marginalising"), &["marginalizing"]), - (UniCase::ascii("honourable"), &["honorable"]), - (UniCase::ascii("sanitising"), &["sanitizing"]), - (UniCase::ascii("organising"), &["organizing"]), - (UniCase::ascii("hypnotises"), &["hypnotizes"]), - (UniCase::ascii("socialise"), &["socialize"]), - (UniCase::ascii("utilise"), &["utilize"]), - (UniCase::ascii("reorganising"), &["reorganizing"]), - (UniCase::ascii("vaporised"), &["vaporized"]), - (UniCase::ascii("tasselled"), &["tasseled"]), - (UniCase::ascii("travelled"), &["traveled"]), - (UniCase::ascii("belaboured"), &["belabored"]), - (UniCase::ascii("hypothesised"), &["hypothesized"]), - (UniCase::ascii("idealises"), &["idealizes"]), - (UniCase::ascii("utilisable"), &["utilizable"]), - (UniCase::ascii("labour"), &["labor"]), - (UniCase::ascii("micrometre"), &["micrometer"]), - (UniCase::ascii("dramatisation"), &["dramatization"]), - (UniCase::ascii("bowdlerising"), &["bowdlerizing"]), - (UniCase::ascii("propagandise"), &["propagandize"]), - (UniCase::ascii("gruellingly"), &["gruelingly"]), - (UniCase::ascii("appetising"), &["appetizing"]), - (UniCase::ascii("standardising"), &["standardizing"]), - (UniCase::ascii("tantalise"), &["tantalize"]), - (UniCase::ascii("ostracised"), &["ostracized"]), - (UniCase::ascii("quarrelled"), &["quarreled"]), - (UniCase::ascii("syphoned"), &["siphoned"]), - (UniCase::ascii("favour"), &["favor"]), - (UniCase::ascii("manoeuvrings"), &["maneuverings"]), - (UniCase::ascii("deodorises"), &["deodorizes"]), - (UniCase::ascii("sulphides"), &["sulfides"]), - (UniCase::ascii("sentimentalises"), &["sentimentalizes"]), - (UniCase::ascii("unionising"), &["unionizing"]), - (UniCase::ascii("mechanises"), &["mechanizes"]), - (UniCase::ascii("characterise"), &["characterize"]), - (UniCase::ascii("editorialise"), &["editorialize"]), - ( - UniCase::ascii("institutionalisation"), - &["institutionalization"], - ), - (UniCase::ascii("sodomise"), &["sodomize"]), - (UniCase::ascii("circularised"), &["circularized"]), - (UniCase::ascii("satirise"), &["satirize"]), - (UniCase::ascii("praesidiums"), &["presidiums"]), - (UniCase::ascii("stencilled"), &["stenciled"]), - (UniCase::ascii("colonise"), &["colonize"]), - (UniCase::ascii("jeopardises"), &["jeopardizes"]), - (UniCase::ascii("pulverising"), &["pulverizing"]), - (UniCase::ascii("initialise"), &["initialize"]), - (UniCase::ascii("pedalled"), &["pedaled"]), - (UniCase::ascii("saviours"), &["saviors"]), - (UniCase::ascii("internalisation"), &["internalization"]), - (UniCase::ascii("visualising"), &["visualizing"]), - (UniCase::ascii("manoeuvrability"), &["maneuverability"]), - (UniCase::ascii("materialises"), &["materializes"]), - (UniCase::ascii("liberalising"), &["liberalizing"]), - (UniCase::ascii("backpedalled"), &["backpedaled"]), - (UniCase::ascii("paedophiles"), &["pedophiles"]), - (UniCase::ascii("stabilised"), &["stabilized"]), - (UniCase::ascii("minimised"), &["minimized"]), - (UniCase::ascii("lionised"), &["lionized"]), - (UniCase::ascii("humouring"), &["humoring"]), - (UniCase::ascii("liquidisers"), &["liquidizers"]), - (UniCase::ascii("democratises"), &["democratizes"]), - (UniCase::ascii("gramme"), &["gram"]), - (UniCase::ascii("professionalised"), &["professionalized"]), - (UniCase::ascii("fictionalised"), &["fictionalized"]), - (UniCase::ascii("sympathises"), &["sympathizes"]), - (UniCase::ascii("realising"), &["realizing"]), - (UniCase::ascii("chequebook"), &["checkbook"]), - (UniCase::ascii("globalising"), &["globalizing"]), - (UniCase::ascii("acclimatise"), &["acclimatize"]), - (UniCase::ascii("tumours"), &["tumors"]), - (UniCase::ascii("randomise"), &["randomize"]), - (UniCase::ascii("baulks"), &["balks"]), - (UniCase::ascii("initialled"), &["initialed"]), - (UniCase::ascii("favours"), &["favors"]), - (UniCase::ascii("immortalising"), &["immortalizing"]), - (UniCase::ascii("haemorrhaged"), &["hemorrhaged"]), - (UniCase::ascii("scrutinises"), &["scrutinizes"]), - (UniCase::ascii("defenceless"), &["defenseless"]), - (UniCase::ascii("deodorised"), &["deodorized"]), - (UniCase::ascii("canonised"), &["canonized"]), - (UniCase::ascii("politicise"), &["politicize"]), - (UniCase::ascii("womaniser"), &["womanizer"]), - (UniCase::ascii("denationalisation"), &["denationalization"]), - (UniCase::ascii("milligrammes"), &["milligrams"]), - (UniCase::ascii("liquidised"), &["liquidized"]), - (UniCase::ascii("solemnises"), &["solemnizes"]), - (UniCase::ascii("aeroplane"), &["airplane"]), - (UniCase::ascii("fertilised"), &["fertilized"]), - (UniCase::ascii("syphons"), &["siphons"]), - (UniCase::ascii("manoeuvred"), &["maneuvered"]), - (UniCase::ascii("neighbourhoods"), &["neighborhoods"]), - (UniCase::ascii("hospitalise"), &["hospitalize"]), - (UniCase::ascii("centrepiece"), &["centerpiece"]), - (UniCase::ascii("savours"), &["savors"]), - (UniCase::ascii("agonise"), &["agonize"]), - (UniCase::ascii("privatises"), &["privatizes"]), - (UniCase::ascii("dehumanisation"), &["dehumanization"]), - (UniCase::ascii("enrol"), &["enroll"]), - (UniCase::ascii("drivelled"), &["driveled"]), - (UniCase::ascii("pedestrianise"), &["pedestrianize"]), - (UniCase::ascii("paederasts"), &["pederasts"]), - (UniCase::ascii("collectivised"), &["collectivized"]), - (UniCase::ascii("paediatric"), &["pediatric"]), - (UniCase::ascii("accessorises"), &["accessorizes"]), - (UniCase::ascii("specialise"), &["specialize"]), - (UniCase::ascii("programmes"), &["programs"]), - (UniCase::ascii("agonises"), &["agonizes"]), - (UniCase::ascii("popularised"), &["popularized"]), - (UniCase::ascii("specialising"), &["specializing"]), - (UniCase::ascii("empathising"), &["empathizing"]), - (UniCase::ascii("litre"), &["liter"]), - (UniCase::ascii("socialises"), &["socializes"]), - (UniCase::ascii("sermonised"), &["sermonized"]), - (UniCase::ascii("propagandising"), &["propagandizing"]), - (UniCase::ascii("colonised"), &["colonized"]), - (UniCase::ascii("temporising"), &["temporizing"]), - (UniCase::ascii("unionise"), &["unionize"]), - (UniCase::ascii("deputised"), &["deputized"]), - (UniCase::ascii("monopolising"), &["monopolizing"]), - (UniCase::ascii("tumour"), &["tumor"]), - (UniCase::ascii("chilli"), &["chili"]), - (UniCase::ascii("individualising"), &["individualizing"]), - (UniCase::ascii("intellectualise"), &["intellectualize"]), - (UniCase::ascii("summarising"), &["summarizing"]), - (UniCase::ascii("militarises"), &["militarizes"]), - (UniCase::ascii("polarises"), &["polarizes"]), - (UniCase::ascii("leveller"), &["leveler"]), - (UniCase::ascii("pummelling"), &["pummeled"]), - (UniCase::ascii("symbolises"), &["symbolizes"]), - (UniCase::ascii("haemoglobin"), &["hemoglobin"]), - (UniCase::ascii("legalising"), &["legalizing"]), - (UniCase::ascii("ploughshare"), &["plowshare"]), - (UniCase::ascii("finalising"), &["finalizing"]), - (UniCase::ascii("moisturises"), &["moisturizes"]), - (UniCase::ascii("mediaeval"), &["medieval"]), - (UniCase::ascii("immortalised"), &["immortalized"]), - (UniCase::ascii("passivising"), &["passivizing"]), - (UniCase::ascii("urbanise"), &["urbanize"]), - (UniCase::ascii("sulphur"), &["sulfur"]), - (UniCase::ascii("fossilises"), &["fossilizes"]), - (UniCase::ascii("stabilising"), &["stabilizing"]), - (UniCase::ascii("vapours"), &["vapors"]), - (UniCase::ascii("feminising"), &["feminizing"]), - (UniCase::ascii("licencing"), &["licensing"]), - (UniCase::ascii("bedevilled"), &["bedeviled"]), - (UniCase::ascii("trivialising"), &["trivializing"]), - (UniCase::ascii("canalised"), &["canalized"]), - (UniCase::ascii("honours"), &["honors"]), - (UniCase::ascii("rigour"), &["rigor"]), - (UniCase::ascii("gonorrhoea"), &["gonorrhea"]), - (UniCase::ascii("individualise"), &["individualize"]), - (UniCase::ascii("ritualised"), &["ritualized"]), - (UniCase::ascii("intellectualising"), &["intellectualizing"]), - (UniCase::ascii("canalises"), &["canalizes"]), - (UniCase::ascii("galvanise"), &["galvanize"]), - (UniCase::ascii("marshalled"), &["marshaled"]), - (UniCase::ascii("gravelled"), &["graveled"]), - (UniCase::ascii("externalises"), &["externalizes"]), - (UniCase::ascii("particularises"), &["particularizes"]), - (UniCase::ascii("colourants"), &["colorants"]), - (UniCase::ascii("victimisation"), &["victimization"]), - (UniCase::ascii("amortises"), &["amortizes"]), - (UniCase::ascii("oesophagus"), &["esophagus"]), - (UniCase::ascii("vaporise"), &["vaporize"]), - (UniCase::ascii("organiser"), &["organizer"]), - (UniCase::ascii("sanitised"), &["sanitized"]), - (UniCase::ascii("psychoanalyse"), &["psychoanalyze"]), - (UniCase::ascii("humour"), &["humor"]), - (UniCase::ascii("digitising"), &["digitizing"]), - (UniCase::ascii("disembowelled"), &["disemboweled"]), - (UniCase::ascii("outmanoeuvred"), &["outmaneuvered"]), - (UniCase::ascii("chiselled"), &["chiseled"]), - (UniCase::ascii("centralise"), &["centralize"]), - (UniCase::ascii("clamours"), &["clamors"]), - (UniCase::ascii("trivialised"), &["trivialized"]), - (UniCase::ascii("equalised"), &["equalized"]), - (UniCase::ascii("orthopaedics"), &["orthopedics"]), - (UniCase::ascii("pyjama"), &["pajama"]), - (UniCase::ascii("behaviour"), &["behavior"]), - (UniCase::ascii("aeroplanes"), &["airplanes"]), - (UniCase::ascii("moralised"), &["moralized"]), - (UniCase::ascii("rancour"), &["rancor"]), - (UniCase::ascii("neutralise"), &["neutralize"]), - (UniCase::ascii("cannibalise"), &["cannibalize"]), - (UniCase::ascii("plagiarising"), &["plagiarizing"]), - (UniCase::ascii("carbonises"), &["carbonizes"]), - (UniCase::ascii("epitomising"), &["epitomizing"]), - (UniCase::ascii("endeavouring"), &["endeavoring"]), - (UniCase::ascii("disembowelling"), &["disemboweling"]), - (UniCase::ascii("militarise"), &["militarize"]), - (UniCase::ascii("systematisation"), &["systematization"]), - (UniCase::ascii("gambolled"), &["gamboled"]), - (UniCase::ascii("annualised"), &["annualized"]), - (UniCase::ascii("categorised"), &["categorized"]), - (UniCase::ascii("lionising"), &["lionizing"]), - (UniCase::ascii("sensitises"), &["sensitizes"]), - (UniCase::ascii("discolouring"), &["discoloring"]), - (UniCase::ascii("eulogises"), &["eulogizes"]), - (UniCase::ascii("quarrelling"), &["quarreling"]), - (UniCase::ascii("customise"), &["customize"]), - (UniCase::ascii("caramelised"), &["caramelized"]), - (UniCase::ascii("sanitise"), &["sanitize"]), - (UniCase::ascii("idolising"), &["idolizing"]), - (UniCase::ascii("liquidising"), &["liquidizing"]), - (UniCase::ascii("prioritising"), &["prioritizing"]), - (UniCase::ascii("kilogramme"), &["kilogram"]), - (UniCase::ascii("terrorised"), &["terrorized"]), - (UniCase::ascii("immortalise"), &["immortalize"]), - (UniCase::ascii("sterilisations"), &["sterilizations"]), - (UniCase::ascii("uncatalogued"), &["uncataloged"]), - (UniCase::ascii("naturalised"), &["naturalized"]), - (UniCase::ascii("sentimentalised"), &["sentimentalized"]), - (UniCase::ascii("pressurises"), &["pressurizes"]), - (UniCase::ascii("cannibalised"), &["cannibalized"]), - (UniCase::ascii("belabouring"), &["belaboring"]), - (UniCase::ascii("distils"), &["distills"]), - (UniCase::ascii("aluminium"), &["aluminum"]), - (UniCase::ascii("manoeuvre"), &["maneuver"]), - (UniCase::ascii("archaeologically"), &["archeologically"]), - (UniCase::ascii("multicoloured"), &["multicolored"]), - (UniCase::ascii("savour"), &["savor"]), - (UniCase::ascii("psychoanalysed"), &["psychoanalyzed"]), - (UniCase::ascii("licence"), &["license"]), - (UniCase::ascii("victimising"), &["victimizing"]), - (UniCase::ascii("moustached"), &["mustached"]), - (UniCase::ascii("mechanising"), &["mechanizing"]), - (UniCase::ascii("appetisers"), &["appetizers"]), - (UniCase::ascii("pedestrianising"), &["pedestrianizing"]), - (UniCase::ascii("labouring"), &["laboring"]), - (UniCase::ascii("centre"), &["center"]), - (UniCase::ascii("gaols"), &["jails"]), - (UniCase::ascii("hypnotising"), &["hypnotizing"]), - (UniCase::ascii("flavours"), &["flavors"]), - (UniCase::ascii("decentralisation"), &["decentralization"]), - (UniCase::ascii("chequebooks"), &["checkbooks"]), - (UniCase::ascii("vandalising"), &["vandalizing"]), - (UniCase::ascii("archaeologist"), &["archeologist"]), - (UniCase::ascii("neutralisation"), &["neutralization"]), - (UniCase::ascii("jeopardised"), &["jeopardized"]), - (UniCase::ascii("normalised"), &["normalized"]), - (UniCase::ascii("analogue"), &["analog"]), - (UniCase::ascii("funnelling"), &["funneling"]), - (UniCase::ascii("sympathised"), &["sympathized"]), - (UniCase::ascii("mobilised"), &["mobilized"]), - (UniCase::ascii("decentralised"), &["decentralized"]), - ( - UniCase::ascii("compartmentalising"), - &["compartmentalizing"], - ), - (UniCase::ascii("categorise"), &["categorize"]), - (UniCase::ascii("personalises"), &["personalizes"]), - (UniCase::ascii("hybridise"), &["hybridize"]), - (UniCase::ascii("fictionalisation"), &["fictionalization"]), - (UniCase::ascii("bastardises"), &["bastardizes"]), - (UniCase::ascii("signalised"), &["signalized"]), - (UniCase::ascii("customising"), &["customizing"]), - (UniCase::ascii("moult"), &["molt"]), - (UniCase::ascii("democratisation"), &["democratization"]), - (UniCase::ascii("paralyses"), &["paralyzes"]), - (UniCase::ascii("democratising"), &["democratizing"]), - (UniCase::ascii("memorise"), &["memorize"]), - (UniCase::ascii("colonisation"), &["colonization"]), - (UniCase::ascii("pasteurised"), &["pasteurized"]), - (UniCase::ascii("fertilisation"), &["fertilization"]), - (UniCase::ascii("baulking"), &["balking"]), - (UniCase::ascii("honouring"), &["honoring"]), - (UniCase::ascii("haemophilia"), &["hemophilia"]), - (UniCase::ascii("internationalises"), &["internationalizes"]), - (UniCase::ascii("discoloured"), &["discolored"]), - (UniCase::ascii("economising"), &["economizing"]), - (UniCase::ascii("privatised"), &["privatized"]), - (UniCase::ascii("parcelled"), &["parceled"]), - (UniCase::ascii("dishonouring"), &["dishonoring"]), - (UniCase::ascii("appetiser"), &["appetizer"]), - (UniCase::ascii("stabilisation"), &["stabilization"]), - (UniCase::ascii("internalising"), &["internalizing"]), - (UniCase::ascii("maximising"), &["maximizing"]), - (UniCase::ascii("signalising"), &["signalizing"]), - (UniCase::ascii("victimises"), &["victimizes"]), - (UniCase::ascii("centilitre"), &["centiliter"]), - (UniCase::ascii("appals"), &["appalls"]), - (UniCase::ascii("vaporising"), &["vaporizing"]), - (UniCase::ascii("modernise"), &["modernize"]), - (UniCase::ascii("calliper"), &["caliper"]), - (UniCase::ascii("marvellous"), &["marvelous"]), - (UniCase::ascii("mould"), &["mold"]), - (UniCase::ascii("tenderise"), &["tenderize"]), - (UniCase::ascii("deputise"), &["deputize"]), - (UniCase::ascii("victimised"), &["victimized"]), - (UniCase::ascii("commercialises"), &["commercializes"]), - (UniCase::ascii("millimetres"), &["millimeters"]), - (UniCase::ascii("regularising"), &["regularizing"]), - (UniCase::ascii("vandalise"), &["vandalize"]), - (UniCase::ascii("criminalising"), &["criminalizing"]), - (UniCase::ascii("impanelled"), &["impaneled"]), - (UniCase::ascii("memorialising"), &["memorializing"]), - (UniCase::ascii("mobilising"), &["mobilizing"]), - (UniCase::ascii("editorialised"), &["editorialized"]), - (UniCase::ascii("ghettoising"), &["ghettoizing"]), - (UniCase::ascii("industrialised"), &["industrialized"]), - (UniCase::ascii("scandalising"), &["scandalizing"]), - (UniCase::ascii("kilogrammes"), &["kilograms"]), - (UniCase::ascii("waggons"), &["wagons"]), - (UniCase::ascii("practises"), &["practices"]), - (UniCase::ascii("sympathiser"), &["sympathizer"]), - (UniCase::ascii("italicises"), &["italicizes"]), - (UniCase::ascii("miniaturises"), &["miniaturizes"]), - (UniCase::ascii("misdemeanours"), &["misdemeanors"]), - (UniCase::ascii("desensitises"), &["desensitizes"]), - (UniCase::ascii("snowploughs"), &["snowplow"]), - (UniCase::ascii("vulgarise"), &["vulgarize"]), - (UniCase::ascii("homogenised"), &["homogenized"]), - (UniCase::ascii("parlour"), &["parlor"]), - (UniCase::ascii("moisturise"), &["moisturize"]), - (UniCase::ascii("humourless"), &["humorless"]), - (UniCase::ascii("sterilise"), &["sterilize"]), - (UniCase::ascii("dramatising"), &["dramatizing"]), - (UniCase::ascii("unauthorised"), &["unauthorized"]), - (UniCase::ascii("unfavourable"), &["unfavorable"]), - (UniCase::ascii("bowdlerises"), &["bowdlerizes"]), - (UniCase::ascii("sterilisers"), &["sterilizers"]), - (UniCase::ascii("vaporisation"), &["vaporization"]), - (UniCase::ascii("paralysing"), &["paralyzing"]), - (UniCase::ascii("unequalled"), &["unequaled"]), - (UniCase::ascii("womanise"), &["womanize"]), - (UniCase::ascii("dishonoured"), &["dishonored"]), - (UniCase::ascii("panellists"), &["panelists"]), - (UniCase::ascii("idealisation"), &["idealization"]), - (UniCase::ascii("cauterises"), &["cauterizes"]), - (UniCase::ascii("immunises"), &["immunizes"]), - (UniCase::ascii("anaesthetics"), &["anesthetics"]), - (UniCase::ascii("sensitise"), &["sensitize"]), - (UniCase::ascii("humanising"), &["humanizing"]), - (UniCase::ascii("towelling"), &["toweling"]), - (UniCase::ascii("carbonised"), &["carbonized"]), - (UniCase::ascii("plagiarises"), &["plagiarizes"]), - (UniCase::ascii("legalises"), &["legalizes"]), - (UniCase::ascii("brutalising"), &["brutalizing"]), - (UniCase::ascii("bastardised"), &["bastardized"]), - (UniCase::ascii("snivelled"), &["sniveled"]), - (UniCase::ascii("immunisation"), &["immunization"]), - (UniCase::ascii("pressurisation"), &["pressurization"]), - (UniCase::ascii("immobilises"), &["immobilizes"]), - (UniCase::ascii("satirises"), &["satirizes"]), - (UniCase::ascii("hybridised"), &["hybridized"]), - (UniCase::ascii("memorialise"), &["memorialize"]), - (UniCase::ascii("sanitises"), &["sanitizes"]), - (UniCase::ascii("defences"), &["defenses"]), - (UniCase::ascii("armoured"), &["armored"]), - (UniCase::ascii("haematologist"), &["hematologist"]), - (UniCase::ascii("ploughing"), &["plowing"]), - (UniCase::ascii("yodelling"), &["yodeling"]), - (UniCase::ascii("enamelled"), &["enameled"]), - (UniCase::ascii("popularising"), &["popularizing"]), - (UniCase::ascii("memorises"), &["memorizes"]), - (UniCase::ascii("rumoured"), &["rumored"]), - (UniCase::ascii("galvanising"), &["galvanizing"]), - (UniCase::ascii("ploughman"), &["plowman"]), - (UniCase::ascii("externalise"), &["externalize"]), - (UniCase::ascii("realises"), &["realizes"]), - (UniCase::ascii("jeopardise"), &["jeopardize"]), - (UniCase::ascii("memorised"), &["memorized"]), - (UniCase::ascii("remoulds"), &["remolds"]), - (UniCase::ascii("levelled"), &["leveled"]), - (UniCase::ascii("favouring"), &["favoring"]), - (UniCase::ascii("proselytisers"), &["proselytizers"]), - (UniCase::ascii("storeys"), &["stories"]), - (UniCase::ascii("travellers"), &["travelers"]), - (UniCase::ascii("trivialises"), &["trivializes"]), - (UniCase::ascii("moulded"), &["molded"]), - (UniCase::ascii("gaolers"), &["jailers"]), - (UniCase::ascii("centred"), &["centered"]), - (UniCase::ascii("authorised"), &["authorized"]), - (UniCase::ascii("solemnising"), &["solemnizing"]), - (UniCase::ascii("paralysed"), &["paralyzed"]), - (UniCase::ascii("epicentre"), &["epicenter"]), - (UniCase::ascii("anaemia"), &["anemia"]), - (UniCase::ascii("lionises"), &["lionizes"]), - (UniCase::ascii("tyre"), &["tire"]), - (UniCase::ascii("particularised"), &["particularized"]), - (UniCase::ascii("snorkelled"), &["snorkeled"]), - (UniCase::ascii("gynaecologists"), &["gynecologists"]), - (UniCase::ascii("neighbours"), &["neighbors"]), - (UniCase::ascii("manoeuvring"), &["maneuvering"]), - (UniCase::ascii("overemphasises"), &["overemphasizes"]), - (UniCase::ascii("libelling"), &["libeling"]), - (UniCase::ascii("optimise"), &["optimize"]), - (UniCase::ascii("pencilled"), &["penciled"]), - (UniCase::ascii("crystallisation"), &["crystallization"]), - (UniCase::ascii("yoghourts"), &["yogurts"]), - (UniCase::ascii("kilometres"), &["kilometers"]), - (UniCase::ascii("yoghourt"), &["yogurt"]), - (UniCase::ascii("digitised"), &["digitized"]), - (UniCase::ascii("normalise"), &["normalize"]), - (UniCase::ascii("philosophised"), &["philosophized"]), - (UniCase::ascii("internalised"), &["internalized"]), - (UniCase::ascii("jewelled"), &["jeweled"]), - (UniCase::ascii("belabours"), &["belabors"]), - (UniCase::ascii("materialise"), &["materialize"]), - (UniCase::ascii("demonises"), &["demonizes"]), - (UniCase::ascii("demoralises"), &["demoralizes"]), - (UniCase::ascii("economises"), &["economizes"]), - (UniCase::ascii("tantalising"), &["tantalizing"]), - (UniCase::ascii("homoeopathic"), &["homeopathic"]), - (UniCase::ascii("energise"), &["energize"]), - (UniCase::ascii("fossilising"), &["fossilizing"]), - (UniCase::ascii("modernising"), &["modernizing"]), - (UniCase::ascii("externalisation"), &["externalization"]), - (UniCase::ascii("demoralisation"), &["demoralization"]), - (UniCase::ascii("syphon"), &["siphon"]), - (UniCase::ascii("odours"), &["odors"]), - (UniCase::ascii("desensitised"), &["desensitized"]), - (UniCase::ascii("fibre"), &["fiber"]), - (UniCase::ascii("fantasising"), &["fantasizing"]), - (UniCase::ascii("traumatise"), &["traumatize"]), - (UniCase::ascii("caramelise"), &["caramelize"]), - (UniCase::ascii("maximised"), &["maximized"]), - (UniCase::ascii("pretence"), &["pretense"]), - (UniCase::ascii("bougainvillaea"), &["bougainvillea"]), - (UniCase::ascii("antagonises"), &["antagonizes"]), - (UniCase::ascii("modernises"), &["modernizes"]), - (UniCase::ascii("synthesiser"), &["synthesizer"]), - (UniCase::ascii("apologise"), &["apologize"]), - (UniCase::ascii("demilitarise"), &["demilitarize"]), - (UniCase::ascii("synthesises"), &["synthesizes"]), - (UniCase::ascii("memorialises"), &["memorializes"]), - (UniCase::ascii("anaesthetises"), &["anesthetizes"]), - (UniCase::ascii("syphoning"), &["siphoning"]), - (UniCase::ascii("tunnelled"), &["tunneled"]), - (UniCase::ascii("eulogised"), &["eulogized"]), - (UniCase::ascii("vocalised"), &["vocalized"]), - (UniCase::ascii("gaoled"), &["jailed"]), - (UniCase::ascii("clamouring"), &["clamoring"]), - (UniCase::ascii("colourizes"), &["colorizes"]), - (UniCase::ascii("legitimises"), &["legitimizes"]), - (UniCase::ascii("capitalises"), &["capitalizes"]), - (UniCase::ascii("brutalises"), &["brutalizes"]), - (UniCase::ascii("sulphate"), &["sulfate"]), - (UniCase::ascii("stencilling"), &["stenciling"]), - (UniCase::ascii("factorised"), &["factorized"]), - (UniCase::ascii("synchronised"), &["synchronized"]), - (UniCase::ascii("snorkelling"), &["snorkeling"]), - (UniCase::ascii("traumatising"), &["traumatizing"]), - (UniCase::ascii("ghettoise"), &["ghettoize"]), - (UniCase::ascii("generalisation"), &["generalization"]), - (UniCase::ascii("carbonise"), &["carbonize"]), - (UniCase::ascii("cancelling"), &["canceling"]), - (UniCase::ascii("naturalisation"), &["naturalization"]), - (UniCase::ascii("reconnoitres"), &["reconnoiters"]), - (UniCase::ascii("paedophilia"), &["pedophilia"]), - (UniCase::ascii("realisation"), &["realization"]), - (UniCase::ascii("reorganises"), &["reorganizes"]), - (UniCase::ascii("demilitarised"), &["demilitarized"]), - (UniCase::ascii("prioritised"), &["prioritized"]), - (UniCase::ascii("colonises"), &["colonizes"]), - (UniCase::ascii("philosophises"), &["philosophizes"]), - (UniCase::ascii("evangelises"), &["evangelizes"]), - (UniCase::ascii("empathise"), &["empathize"]), - (UniCase::ascii("unravelling"), &["unraveling"]), - (UniCase::ascii("sulphates"), &["sulfates"]), - (UniCase::ascii("decriminalising"), &["decriminalizing"]), - (UniCase::ascii("vulcanised"), &["vulcanized"]), - (UniCase::ascii("accessorised"), &["accessorized"]), - (UniCase::ascii("vulgarising"), &["vulgarizing"]), - (UniCase::ascii("modeller"), &["modeler"]), - (UniCase::ascii("misdemeanour"), &["misdemeanor"]), - (UniCase::ascii("analysed"), &["analyzed"]), - (UniCase::ascii("bastardise"), &["bastardize"]), - (UniCase::ascii("fuelling"), &["fueling"]), - (UniCase::ascii("revolutionises"), &["revolutionizes"]), - (UniCase::ascii("compartmentalise"), &["compartmentalize"]), - (UniCase::ascii("sympathise"), &["sympathize"]), - (UniCase::ascii("legalisation"), &["legalization"]), - (UniCase::ascii("honoured"), &["honored"]), - (UniCase::ascii("shrivelled"), &["shriveled"]), - (UniCase::ascii("ghettoised"), &["ghettoized"]), - (UniCase::ascii("collectivise"), &["collectivize"]), - (UniCase::ascii("familiarising"), &["familiarizing"]), - (UniCase::ascii("mesmerised"), &["mesmerized"]), - (UniCase::ascii("politicised"), &["politicized"]), - (UniCase::ascii("memorising"), &["memorizing"]), - (UniCase::ascii("ageing"), &["aging"]), - (UniCase::ascii("civilise"), &["civilize"]), - (UniCase::ascii("armourers"), &["armorers"]), - (UniCase::ascii("squirrelling"), &["squirreling"]), - (UniCase::ascii("orthopaedic"), &["orthopedic"]), - (UniCase::ascii("italicising"), &["italicizing"]), - (UniCase::ascii("fertilise"), &["fertilize"]), - (UniCase::ascii("programme"), &["program"]), - (UniCase::ascii("remoulding"), &["remolding"]), - (UniCase::ascii("savouring"), &["savoring"]), - (UniCase::ascii("swivelling"), &["swiveling"]), - (UniCase::ascii("secularised"), &["secularized"]), - (UniCase::ascii("equalise"), &["equalize"]), - (UniCase::ascii("tyrannised"), &["tyrannized"]), - (UniCase::ascii("tantalises"), &["tantalizes"]), - (UniCase::ascii("litres"), &["liters"]), - (UniCase::ascii("industrialise"), &["industrialize"]), - (UniCase::ascii("baptises"), &["baptizes"]), - (UniCase::ascii("cauterising"), &["cauterizing"]), - (UniCase::ascii("ioniser"), &["ionizer"]), - (UniCase::ascii("accessorising"), &["accessorizing"]), - (UniCase::ascii("subsidises"), &["subsidizes"]), - (UniCase::ascii("clarinettist"), &["clarinetist"]), - (UniCase::ascii("pulverises"), &["pulverizes"]), - (UniCase::ascii("localised"), &["localized"]), - (UniCase::ascii("immobilised"), &["immobilized"]), - (UniCase::ascii("harmonised"), &["harmonized"]), - (UniCase::ascii("initialling"), &["initialing"]), - (UniCase::ascii("haemorrhage"), &["hemorrhage"]), - (UniCase::ascii("marginalise"), &["marginalize"]), - (UniCase::ascii("immobilising"), &["immobilizing"]), - (UniCase::ascii("decriminalisation"), &["decriminalization"]), - (UniCase::ascii("flautist"), &["flutist"]), - (UniCase::ascii("tantalisingly"), &["tantalizingly"]), - (UniCase::ascii("ionised"), &["ionized"]), - (UniCase::ascii("instils"), &["instills"]), - (UniCase::ascii("labourers"), &["laborers"]), - (UniCase::ascii("lionise"), &["lionize"]), - (UniCase::ascii("lacklustre"), &["lackluster"]), - (UniCase::ascii("panellist"), &["panelist"]), - (UniCase::ascii("rhapsodises"), &["rhapsodizes"]), - (UniCase::ascii("miscatalogued"), &["miscataloged"]), - ( - UniCase::ascii("internationalising"), - &["internationalizing"], - ), - (UniCase::ascii("polarise"), &["polarize"]), - (UniCase::ascii("penalise"), &["penalize"]), - (UniCase::ascii("fossilise"), &["fossilize"]), - (UniCase::ascii("pyjamas"), &["pajamas"]), - (UniCase::ascii("criticising"), &["criticizing"]), - (UniCase::ascii("instalment"), &["installment"]), - (UniCase::ascii("theatregoers"), &["theatergoers"]), - (UniCase::ascii("appal"), &["appall"]), - (UniCase::ascii("pressurised"), &["pressurized"]), - (UniCase::ascii("gaoler"), &["jailer"]), - (UniCase::ascii("optimised"), &["optimized"]), - (UniCase::ascii("instal"), &["install"]), - (UniCase::ascii("yodelled"), &["yodeled"]), - (UniCase::ascii("stigmatise"), &["stigmatize"]), - (UniCase::ascii("synchronising"), &["synchronizing"]), - (UniCase::ascii("destabilisation"), &["destabilization"]), - (UniCase::ascii("humoured"), &["humored"]), - (UniCase::ascii("anaesthetist"), &["anesthetist"]), - (UniCase::ascii("colours"), &["colors"]), - (UniCase::ascii("sodomises"), &["sodomizes"]), - (UniCase::ascii("pressurising"), &["pressurizing"]), - (UniCase::ascii("demoralising"), &["demoralizing"]), - (UniCase::ascii("cosiest"), &["coziest"]), - (UniCase::ascii("plagiarise"), &["plagiarize"]), - (UniCase::ascii("nationalising"), &["nationalizing"]), - (UniCase::ascii("immunised"), &["immunized"]), - (UniCase::ascii("enamelling"), &["enameling"]), - (UniCase::ascii("secularises"), &["secularizes"]), - (UniCase::ascii("ardour"), &["ardor"]), - (UniCase::ascii("proselytises"), &["proselytizes"]), - (UniCase::ascii("marginalises"), &["marginalizes"]), - (UniCase::ascii("apologises"), &["apologizes"]), - (UniCase::ascii("revolutionise"), &["revolutionize"]), - (UniCase::ascii("groyne"), &["groin"]), - (UniCase::ascii("depersonalised"), &["depersonalized"]), - (UniCase::ascii("urbanising"), &["urbanizing"]), - (UniCase::ascii("idolises"), &["idolizes"]), - (UniCase::ascii("reveller"), &["reveler"]), - (UniCase::ascii("familiarised"), &["familiarized"]), - (UniCase::ascii("decriminalise"), &["decriminalize"]), - (UniCase::ascii("antagonising"), &["antagonizing"]), - (UniCase::ascii("demoralised"), &["demoralized"]), - (UniCase::ascii("professionalising"), &["professionalizing"]), - (UniCase::ascii("behove"), &["behoove"]), - (UniCase::ascii("realisable"), &["realizable"]), - (UniCase::ascii("extemporise"), &["extemporize"]), - (UniCase::ascii("labourer"), &["laborer"]), - (UniCase::ascii("paediatrics"), &["pediatrics"]), - (UniCase::ascii("serialised"), &["serialized"]), - (UniCase::ascii("temporised"), &["temporized"]), - (UniCase::ascii("tunnelling"), &["tunneling"]), - (UniCase::ascii("pedalling"), &["pedaling"]), - (UniCase::ascii("enthrals"), &["enthralls"]), - (UniCase::ascii("initialising"), &["initializing"]), - (UniCase::ascii("westernisation"), &["westernization"]), - (UniCase::ascii("flavourless"), &["flavorless"]), - (UniCase::ascii("scandalises"), &["scandalizes"]), - (UniCase::ascii("monopolised"), &["monopolized"]), - (UniCase::ascii("centigrammes"), &["centigrams"]), - (UniCase::ascii("evangelising"), &["evangelizing"]), - (UniCase::ascii("favourable"), &["favorable"]), - (UniCase::ascii("compartmentalises"), &["compartmentalizes"]), - (UniCase::ascii("visualises"), &["visualizes"]), - (UniCase::ascii("outmanoeuvre"), &["outmaneuver"]), - (UniCase::ascii("gruelling"), &["grueling"]), - (UniCase::ascii("publicising"), &["publicizing"]), - (UniCase::ascii("honourably"), &["honorably"]), - (UniCase::ascii("endeavours"), &["endeavors"]), - (UniCase::ascii("armoury"), &["armory"]), - (UniCase::ascii("cannibalising"), &["cannibalizing"]), - (UniCase::ascii("sensationalised"), &["sensationalized"]), - (UniCase::ascii("fantasised"), &["fantasized"]), - (UniCase::ascii("yoghurts"), &["yogurts"]), - (UniCase::ascii("legitimising"), &["legitimizing"]), - (UniCase::ascii("publicise"), &["publicize"]), - (UniCase::ascii("visualise"), &["visualize"]), - (UniCase::ascii("foetus"), &["fetus"]), - (UniCase::ascii("sterilising"), &["sterilizing"]), - (UniCase::ascii("centres"), &["centers"]), - (UniCase::ascii("hypothesises"), &["hypothesizes"]), - (UniCase::ascii("magnetising"), &["magnetizing"]), - ( - UniCase::ascii("internationalisation"), - &["internationalization"], - ), - (UniCase::ascii("belabour"), &["belabor"]), - (UniCase::ascii("immobilise"), &["immobilize"]), - (UniCase::ascii("subsidisation"), &["subsidization"]), - (UniCase::ascii("cannibalises"), &["cannibalizes"]), - (UniCase::ascii("lionisation"), &["lionization"]), - (UniCase::ascii("reorganised"), &["reorganized"]), - (UniCase::ascii("localises"), &["localizes"]), - (UniCase::ascii("swivelled"), &["swiveled"]), - (UniCase::ascii("verbalising"), &["verbalizing"]), - (UniCase::ascii("levelling"), &["leveling"]), - (UniCase::ascii("satirising"), &["satirizing"]), - ( - UniCase::ascii("institutionalising"), - &["institutionalizing"], - ), - (UniCase::ascii("cosies"), &["cozies"]), - (UniCase::ascii("hypothesise"), &["hypothesize"]), - (UniCase::ascii("caramelises"), &["caramelizes"]), - (UniCase::ascii("externalising"), &["externalizing"]), - (UniCase::ascii("memorialised"), &["memorialized"]), - (UniCase::ascii("paediatrician"), &["pediatrician"]), - (UniCase::ascii("splendours"), &["splendors"]), - (UniCase::ascii("liberalises"), &["liberalizes"]), - (UniCase::ascii("feminises"), &["feminizes"]), - (UniCase::ascii("foetid"), &["fetid"]), - (UniCase::ascii("parcelling"), &["parceling"]), - (UniCase::ascii("gaol"), &["jail"]), - (UniCase::ascii("fossilisation"), &["fossilization"]), - (UniCase::ascii("trivialise"), &["trivialize"]), - (UniCase::ascii("mesmerises"), &["mesmerizes"]), - (UniCase::ascii("reconnoitre"), &["reconnoiter"]), - (UniCase::ascii("pasteurise"), &["pasteurize"]), - (UniCase::ascii("moustachioed"), &["mustachioed"]), - (UniCase::ascii("gynaecological"), &["gynecological"]), - (UniCase::ascii("moulder"), &["molder"]), - (UniCase::ascii("rationalised"), &["rationalized"]), - (UniCase::ascii("immunising"), &["immunizing"]), - (UniCase::ascii("globalise"), &["globalize"]), - (UniCase::ascii("revelled"), &["reveled"]), - (UniCase::ascii("marvellously"), &["marvelously"]), - (UniCase::ascii("modelling"), &["modeling"]), - (UniCase::ascii("materialised"), &["materialized"]), - (UniCase::ascii("miniaturised"), &["miniaturized"]), - (UniCase::ascii("sensitised"), &["sensitized"]), - (UniCase::ascii("particularise"), &["particularize"]), - (UniCase::ascii("authorise"), &["authorize"]), - (UniCase::ascii("demobilised"), &["demobilized"]), - (UniCase::ascii("cosily"), &["cozily"]), - (UniCase::ascii("colourize"), &["colorize"]), - (UniCase::ascii("mobilise"), &["mobilize"]), - (UniCase::ascii("revitalising"), &["revitalizing"]), - (UniCase::ascii("internationalise"), &["internationalize"]), - (UniCase::ascii("criminalised"), &["criminalized"]), - (UniCase::ascii("externalised"), &["externalized"]), - (UniCase::ascii("analyses"), &["analyzes"]), - (UniCase::ascii("almanack"), &["almanac"]), - (UniCase::ascii("stabiliser"), &["stabilizer"]), - (UniCase::ascii("signalises"), &["signalizes"]), - (UniCase::ascii("behoved"), &["behooved"]), - (UniCase::ascii("saviour"), &["savior"]), - (UniCase::ascii("cavilling"), &["caviling"]), - (UniCase::ascii("unionisation"), &["unionization"]), - (UniCase::ascii("fertilises"), &["fertilizes"]), - (UniCase::ascii("brutalise"), &["brutalize"]), - (UniCase::ascii("encyclopaedia"), &["encyclopedia"]), - (UniCase::ascii("faeces"), &["feces"]), - (UniCase::ascii("mouldier"), &["moldier"]), - (UniCase::ascii("commercialise"), &["commercialize"]), - (UniCase::ascii("cheques"), &["checks"]), - (UniCase::ascii("emphasised"), &["emphasized"]), - (UniCase::ascii("archaeology"), &["archeology"]), - (UniCase::ascii("mouldings"), &["moldings"]), - (UniCase::ascii("destabilise"), &["destabilize"]), - (UniCase::ascii("dishonourable"), &["dishonorable"]), - (UniCase::ascii("generalise"), &["generalize"]), - (UniCase::ascii("behavioural"), &["behavioral"]), - (UniCase::ascii("plough"), &["plow"]), - (UniCase::ascii("decentralising"), &["decentralizing"]), - (UniCase::ascii("initialises"), &["initializes"]), - (UniCase::ascii("spiralling"), &["spiraling"]), - (UniCase::ascii("subsidisers"), &["subsidizers"]), - (UniCase::ascii("materialising"), &["materializing"]), - (UniCase::ascii("disorganised"), &["disorganized"]), - (UniCase::ascii("criticised"), &["criticized"]), - (UniCase::ascii("subsidising"), &["subsidizing"]), - (UniCase::ascii("gaolbreaks"), &["jailbreaks"]), - (UniCase::ascii("dishonour"), &["dishonor"]), - (UniCase::ascii("favourites"), &["favorites"]), - (UniCase::ascii("flavourings"), &["flavorings"]), - (UniCase::ascii("moustaches"), &["mustaches"]), - (UniCase::ascii("traveller"), &["traveler"]), - (UniCase::ascii("sensationalising"), &["sensationalizing"]), - (UniCase::ascii("haemorrhaging"), &["hemorrhaging"]), - (UniCase::ascii("bowdlerised"), &["bowdlerized"]), - (UniCase::ascii("categorises"), &["categorizes"]), - (UniCase::ascii("dishonours"), &["dishonors"]), - (UniCase::ascii("visualisations"), &["visualizations"]), - (UniCase::ascii("manoeuvres"), &["maneuvers"]), - (UniCase::ascii("institutionalised"), &["institutionalized"]), - (UniCase::ascii("rivalling"), &["rivaling"]), - (UniCase::ascii("enrols"), &["enrolls"]), - (UniCase::ascii("libelled"), &["libeled"]), - (UniCase::ascii("catalyse"), &["catalyze"]), - (UniCase::ascii("centralising"), &["centralizing"]), - (UniCase::ascii("subsidiser"), &["subsidizer"]), - (UniCase::ascii("summarises"), &["summarizes"]), - (UniCase::ascii("amortising"), &["amortizing"]), - (UniCase::ascii("endeavour"), &["endeavor"]), - (UniCase::ascii("amphitheatres"), &["amphitheaters"]), - (UniCase::ascii("manoeuvrable"), &["maneuverable"]), - (UniCase::ascii("ionisers"), &["ionizers"]), - (UniCase::ascii("snivelling"), &["sniveling"]), - (UniCase::ascii("specialises"), &["specializes"]), - (UniCase::ascii("odour"), &["odor"]), - (UniCase::ascii("mechanisation"), &["mechanization"]), - (UniCase::ascii("moulding"), &["molding"]), - (UniCase::ascii("revelling"), &["reveling"]), - (UniCase::ascii("secularise"), &["secularize"]), - (UniCase::ascii("vandalised"), &["vandalized"]), - (UniCase::ascii("marshalling"), &["marshaling"]), - (UniCase::ascii("succouring"), &["succoring"]), - (UniCase::ascii("liberalised"), &["liberalized"]), - (UniCase::ascii("candour"), &["candor"]), - (UniCase::ascii("politicising"), &["politicizing"]), - (UniCase::ascii("draughty"), &["drafty"]), - (UniCase::ascii("ionise"), &["ionize"]), - (UniCase::ascii("archaeological"), &["archeological"]), - (UniCase::ascii("nationalisation"), &["nationalization"]), - (UniCase::ascii("urbanised"), &["urbanized"]), - (UniCase::ascii("analyse"), &["analyze"]), - (UniCase::ascii("synchronisation"), &["synchronization"]), - (UniCase::ascii("symbolise"), &["symbolize"]), - (UniCase::ascii("neighbourly"), &["neighborly"]), - (UniCase::ascii("recognisable"), &["recognizable"]), - (UniCase::ascii("unionises"), &["unionizes"]), - (UniCase::ascii("terrorising"), &["terrorizing"]), - (UniCase::ascii("verbalised"), &["verbalized"]), - (UniCase::ascii("crystallises"), &["crystallizes"]), - (UniCase::ascii("canonise"), &["canonize"]), - (UniCase::ascii("clangour"), &["clangor"]), - (UniCase::ascii("millilitre"), &["milliliter"]), - (UniCase::ascii("editorialising"), &["editorializing"]), - (UniCase::ascii("theorises"), &["theorizes"]), - (UniCase::ascii("synthesise"), &["synthesize"]), - (UniCase::ascii("epitomise"), &["epitomize"]), - (UniCase::ascii("terrorises"), &["terrorizes"]), - (UniCase::ascii("systematised"), &["systematized"]), - (UniCase::ascii("secularising"), &["secularizing"]), - (UniCase::ascii("demobilising"), &["demobilizing"]), - (UniCase::ascii("standardise"), &["standardize"]), - (UniCase::ascii("dehumanises"), &["dehumanizes"]), - (UniCase::ascii("deputising"), &["deputizing"]), - (UniCase::ascii("temporises"), &["temporizes"]), - (UniCase::ascii("jeopardising"), &["jeopardizing"]), - (UniCase::ascii("mouldiest"), &["moldiest"]), - (UniCase::ascii("optimises"), &["optimizes"]), - (UniCase::ascii("outmanoeuvring"), &["outmaneuvering"]), - (UniCase::ascii("unorganised"), &["unorganized"]), - (UniCase::ascii("spectres"), &["specters"]), - (UniCase::ascii("artefact"), &["artifact"]), - (UniCase::ascii("temporise"), &["temporize"]), - (UniCase::ascii("tenderising"), &["tenderizing"]), - (UniCase::ascii("fuelled"), &["fueled"]), - (UniCase::ascii("anaesthetise"), &["anesthetize"]), - (UniCase::ascii("digitise"), &["digitize"]), - (UniCase::ascii("stabilises"), &["stabilizes"]), - (UniCase::ascii("homoeopaths"), &["homeopaths"]), - (UniCase::ascii("gryphons"), &["griffins"]), - (UniCase::ascii("oxidises"), &["oxidizes"]), - (UniCase::ascii("gryphon"), &["griffin"]), - (UniCase::ascii("vulgarisation"), &["vulgarization"]), - (UniCase::ascii("romanticise"), &["romanticize"]), - (UniCase::ascii("catalogue"), &["catalog"]), - (UniCase::ascii("familiarise"), &["familiarize"]), - (UniCase::ascii("sensitising"), &["sensitizing"]), - (UniCase::ascii("reorganise"), &["reorganize"]), - (UniCase::ascii("verbalises"), &["verbalizes"]), - (UniCase::ascii("apologising"), &["apologizing"]), - (UniCase::ascii("behaviourism"), &["behaviorism"]), - (UniCase::ascii("grovelling"), &["groveling"]), - ]), - }; +pub static AMERICAN_DICTIONARY: &[(&str, &[&str])] = &[ + ("accessorise", &["accessorize"]), + ("accessorised", &["accessorized"]), + ("accessorises", &["accessorizes"]), + ("accessorising", &["accessorizing"]), + ("acclimatisation", &["acclimatization"]), + ("acclimatise", &["acclimatize"]), + ("acclimatised", &["acclimatized"]), + ("acclimatises", &["acclimatizes"]), + ("acclimatising", &["acclimatizing"]), + ("aeroplane", &["airplane"]), + ("aeroplanes", &["airplanes"]), + ("aetiology", &["etiology"]), + ("ageing", &["aging"]), + ("aggrandisement", &["aggrandizement"]), + ("agonise", &["agonize"]), + ("agonised", &["agonized"]), + ("agonises", &["agonizes"]), + ("agonising", &["agonizing"]), + ("agonisingly", &["agonizingly"]), + ("almanack", &["almanac"]), + ("almanacks", &["almanacs"]), + ("aluminium", &["aluminum"]), + ("amortisable", &["amortizable"]), + ("amortisation", &["amortization"]), + ("amortisations", &["amortizations"]), + ("amortise", &["amortize"]), + ("amortised", &["amortized"]), + ("amortises", &["amortizes"]), + ("amortising", &["amortizing"]), + ("amphitheatre", &["amphitheater"]), + ("amphitheatres", &["amphitheaters"]), + ("anaemia", &["anemia"]), + ("anaemic", &["anemic"]), + ("anaesthesia", &["anesthesia"]), + ("anaesthetic", &["anesthetic"]), + ("anaesthetics", &["anesthetics"]), + ("anaesthetise", &["anesthetize"]), + ("anaesthetised", &["anesthetized"]), + ("anaesthetises", &["anesthetizes"]), + ("anaesthetising", &["anesthetizing"]), + ("anaesthetist", &["anesthetist"]), + ("anaesthetists", &["anesthetists"]), + ("analogue", &["analog"]), + ("analogues", &["analogs"]), + ("analyse", &["analyze"]), + ("analysed", &["analyzed"]), + ("analyses", &["analyzes"]), + ("analysing", &["analyzing"]), + ("anglicise", &["anglicize"]), + ("anglicised", &["anglicized"]), + ("anglicises", &["anglicizes"]), + ("anglicising", &["anglicizing"]), + ("annualised", &["annualized"]), + ("antagonise", &["antagonize"]), + ("antagonised", &["antagonized"]), + ("antagonises", &["antagonizes"]), + ("antagonising", &["antagonizing"]), + ("apologise", &["apologize"]), + ("apologised", &["apologized"]), + ("apologises", &["apologizes"]), + ("apologising", &["apologizing"]), + ("appal", &["appall"]), + ("appals", &["appalls"]), + ("appetiser", &["appetizer"]), + ("appetisers", &["appetizers"]), + ("appetising", &["appetizing"]), + ("appetisingly", &["appetizingly"]), + ("arbour", &["arbor"]), + ("arbours", &["arbors"]), + ("archaeological", &["archeological"]), + ("archaeologically", &["archeologically"]), + ("archaeologist", &["archeologist"]), + ("archaeologists", &["archeologists"]), + ("archaeology", &["archeology"]), + ("ardour", &["ardor"]), + ("armoured", &["armored"]), + ("armourer", &["armorer"]), + ("armourers", &["armorers"]), + ("armouries", &["armories"]), + ("armoury", &["armory"]), + ("artefact", &["artifact"]), + ("artefacts", &["artifacts"]), + ("authorise", &["authorize"]), + ("authorised", &["authorized"]), + ("authorises", &["authorizes"]), + ("authorising", &["authorizing"]), + ("backpedalled", &["backpedaled"]), + ("backpedalling", &["backpedaling"]), + ("bannisters", &["banisters"]), + ("baptise", &["baptize"]), + ("baptised", &["baptized"]), + ("baptises", &["baptizes"]), + ("baptising", &["baptizing"]), + ("bastardise", &["bastardize"]), + ("bastardised", &["bastardized"]), + ("bastardises", &["bastardizes"]), + ("bastardising", &["bastardizing"]), + ("baulk", &["balk"]), + ("baulked", &["balked"]), + ("baulking", &["balking"]), + ("baulks", &["balks"]), + ("bedevilled", &["bedeviled"]), + ("bedevilling", &["bedeviling"]), + ("behaviour", &["behavior"]), + ("behavioural", &["behavioral"]), + ("behaviourism", &["behaviorism"]), + ("behaviourist", &["behaviorist"]), + ("behaviourists", &["behaviorists"]), + ("behaviours", &["behaviors"]), + ("behove", &["behoove"]), + ("behoved", &["behooved"]), + ("behoves", &["behooves"]), + ("bejewelled", &["bejeweled"]), + ("belabour", &["belabor"]), + ("belaboured", &["belabored"]), + ("belabouring", &["belaboring"]), + ("belabours", &["belabors"]), + ("bevelled", &["beveled"]), + ("bougainvillaea", &["bougainvillea"]), + ("bougainvillaeas", &["bougainvilleas"]), + ("bowdlerise", &["bowdlerize"]), + ("bowdlerised", &["bowdlerized"]), + ("bowdlerises", &["bowdlerizes"]), + ("bowdlerising", &["bowdlerizing"]), + ("breathalyse", &["breathalyze"]), + ("breathalysed", &["breathalyzed"]), + ("breathalyser", &["breathalyzer"]), + ("breathalysers", &["breathalyzers"]), + ("breathalyses", &["breathalyzes"]), + ("breathalysing", &["breathalyzing"]), + ("brutalise", &["brutalize"]), + ("brutalised", &["brutalized"]), + ("brutalises", &["brutalizes"]), + ("brutalising", &["brutalizing"]), + ("calibre", &["caliber"]), + ("calibres", &["calibers"]), + ("calliper", &["caliper"]), + ("callipers", &["calipers"]), + ("callisthenics", &["calisthenics"]), + ("canalise", &["canalize"]), + ("canalised", &["canalized"]), + ("canalises", &["canalizes"]), + ("canalising", &["canalizing"]), + ("cancelled", &["canceled"]), + ("cancelling", &["canceling"]), + ("candour", &["candor"]), + ("cannibalise", &["cannibalize"]), + ("cannibalised", &["cannibalized"]), + ("cannibalises", &["cannibalizes"]), + ("cannibalising", &["cannibalizing"]), + ("canonise", &["canonize"]), + ("canonised", &["canonized"]), + ("canonises", &["canonizes"]), + ("canonising", &["canonizing"]), + ("capitalise", &["capitalize"]), + ("capitalised", &["capitalized"]), + ("capitalises", &["capitalizes"]), + ("capitalising", &["capitalizing"]), + ("caramelise", &["caramelize"]), + ("caramelised", &["caramelized"]), + ("caramelises", &["caramelizes"]), + ("caramelising", &["caramelizing"]), + ("carbonise", &["carbonize"]), + ("carbonised", &["carbonized"]), + ("carbonises", &["carbonizes"]), + ("carbonising", &["carbonizing"]), + ("carolled", &["caroled"]), + ("carolling", &["caroling"]), + ("catalogue", &["catalog"]), + ("catalogued", &["cataloged"]), + ("catalogues", &["catalogs"]), + ("cataloguing", &["cataloging"]), + ("catalyse", &["catalyze"]), + ("catalysed", &["catalyzed"]), + ("catalyses", &["catalyzes"]), + ("catalysing", &["catalyzing"]), + ("categorise", &["categorize"]), + ("categorised", &["categorized"]), + ("categorises", &["categorizes"]), + ("categorising", &["categorizing"]), + ("cauterise", &["cauterize"]), + ("cauterised", &["cauterized"]), + ("cauterises", &["cauterizes"]), + ("cauterising", &["cauterizing"]), + ("cavilled", &["caviled"]), + ("cavilling", &["caviling"]), + ("centigramme", &["centigram"]), + ("centigrammes", &["centigrams"]), + ("centilitre", &["centiliter"]), + ("centilitres", &["centiliters"]), + ("centimetre", &["centimeter"]), + ("centimetres", &["centimeters"]), + ("centralise", &["centralize"]), + ("centralised", &["centralized"]), + ("centralises", &["centralizes"]), + ("centralising", &["centralizing"]), + ("centre", &["center"]), + ("centred", &["centered"]), + ("centrefold", &["centerfold"]), + ("centrefolds", &["centerfolds"]), + ("centrepiece", &["centerpiece"]), + ("centrepieces", &["centerpieces"]), + ("centres", &["centers"]), + ("channelled", &["channeled"]), + ("channelling", &["channeling"]), + ("characterise", &["characterize"]), + ("characterised", &["characterized"]), + ("characterises", &["characterizes"]), + ("characterising", &["characterizing"]), + ("cheque", &["check"]), + ("chequebook", &["checkbook"]), + ("chequebooks", &["checkbooks"]), + ("chequered", &["checkered"]), + ("cheques", &["checks"]), + ("chilli", &["chili"]), + ("chiselled", &["chiseled"]), + ("chiselling", &["chiseling"]), + ("circularise", &["circularize"]), + ("circularised", &["circularized"]), + ("circularises", &["circularizes"]), + ("circularising", &["circularizing"]), + ("civilise", &["civilize"]), + ("civilised", &["civilized"]), + ("civilises", &["civilizes"]), + ("civilising", &["civilizing"]), + ("clamour", &["clamor"]), + ("clamoured", &["clamored"]), + ("clamouring", &["clamoring"]), + ("clamours", &["clamors"]), + ("clangour", &["clangor"]), + ("clarinettist", &["clarinetist"]), + ("clarinettists", &["clarinetists"]), + ("collectivise", &["collectivize"]), + ("collectivised", &["collectivized"]), + ("collectivises", &["collectivizes"]), + ("collectivising", &["collectivizing"]), + ("colonisation", &["colonization"]), + ("colonise", &["colonize"]), + ("colonised", &["colonized"]), + ("coloniser", &["colonizer"]), + ("colonisers", &["colonizers"]), + ("colonises", &["colonizes"]), + ("colonising", &["colonizing"]), + ("colour", &["color"]), + ("colourant", &["colorant"]), + ("colourants", &["colorants"]), + ("coloured", &["colored"]), + ("coloureds", &["coloreds"]), + ("colourful", &["colorful"]), + ("colourfully", &["colorfully"]), + ("colouring", &["coloring"]), + ("colourize", &["colorize"]), + ("colourized", &["colorized"]), + ("colourizes", &["colorizes"]), + ("colourizing", &["colorizing"]), + ("colourless", &["colorless"]), + ("colours", &["colors"]), + ("commercialise", &["commercialize"]), + ("commercialised", &["commercialized"]), + ("commercialises", &["commercializes"]), + ("commercialising", &["commercializing"]), + ("compartmentalise", &["compartmentalize"]), + ("compartmentalised", &["compartmentalized"]), + ("compartmentalises", &["compartmentalizes"]), + ("compartmentalising", &["compartmentalizing"]), + ("computerise", &["computerize"]), + ("computerised", &["computerized"]), + ("computerises", &["computerizes"]), + ("computerising", &["computerizing"]), + ("conceptualise", &["conceptualize"]), + ("conceptualised", &["conceptualized"]), + ("conceptualises", &["conceptualizes"]), + ("conceptualising", &["conceptualizing"]), + ("connexion", &["connection"]), + ("connexions", &["connections"]), + ("contextualise", &["contextualize"]), + ("contextualised", &["contextualized"]), + ("contextualises", &["contextualizes"]), + ("contextualising", &["contextualizing"]), + ("cosier", &["cozier"]), + ("cosies", &["cozies"]), + ("cosiest", &["coziest"]), + ("cosily", &["cozily"]), + ("cosiness", &["coziness"]), + ("cosy", &["cozy"]), + ("councillor", &["councilor"]), + ("councillors", &["councilors"]), + ("counselled", &["counseled"]), + ("counselling", &["counseling"]), + ("counsellor", &["counselor"]), + ("counsellors", &["counselors"]), + ("criminalise", &["criminalize"]), + ("criminalised", &["criminalized"]), + ("criminalises", &["criminalizes"]), + ("criminalising", &["criminalizing"]), + ("criticise", &["criticize"]), + ("criticised", &["criticized"]), + ("criticises", &["criticizes"]), + ("criticising", &["criticizing"]), + ("crueller", &["crueler"]), + ("cruellest", &["cruelest"]), + ("crystallisation", &["crystallization"]), + ("crystallise", &["crystallize"]), + ("crystallised", &["crystallized"]), + ("crystallises", &["crystallizes"]), + ("crystallising", &["crystallizing"]), + ("cudgelled", &["cudgeled"]), + ("cudgelling", &["cudgeling"]), + ("customise", &["customize"]), + ("customised", &["customized"]), + ("customises", &["customizes"]), + ("customising", &["customizing"]), + ("decentralisation", &["decentralization"]), + ("decentralise", &["decentralize"]), + ("decentralised", &["decentralized"]), + ("decentralises", &["decentralizes"]), + ("decentralising", &["decentralizing"]), + ("decriminalisation", &["decriminalization"]), + ("decriminalise", &["decriminalize"]), + ("decriminalised", &["decriminalized"]), + ("decriminalises", &["decriminalizes"]), + ("decriminalising", &["decriminalizing"]), + ("defence", &["defense"]), + ("defenceless", &["defenseless"]), + ("defences", &["defenses"]), + ("dehumanisation", &["dehumanization"]), + ("dehumanise", &["dehumanize"]), + ("dehumanised", &["dehumanized"]), + ("dehumanises", &["dehumanizes"]), + ("dehumanising", &["dehumanizing"]), + ("demeanour", &["demeanor"]), + ("demilitarisation", &["demilitarization"]), + ("demilitarise", &["demilitarize"]), + ("demilitarised", &["demilitarized"]), + ("demilitarises", &["demilitarizes"]), + ("demilitarising", &["demilitarizing"]), + ("demobilisation", &["demobilization"]), + ("demobilise", &["demobilize"]), + ("demobilised", &["demobilized"]), + ("demobilises", &["demobilizes"]), + ("demobilising", &["demobilizing"]), + ("democratisation", &["democratization"]), + ("democratise", &["democratize"]), + ("democratised", &["democratized"]), + ("democratises", &["democratizes"]), + ("democratising", &["democratizing"]), + ("demonise", &["demonize"]), + ("demonised", &["demonized"]), + ("demonises", &["demonizes"]), + ("demonising", &["demonizing"]), + ("demoralisation", &["demoralization"]), + ("demoralise", &["demoralize"]), + ("demoralised", &["demoralized"]), + ("demoralises", &["demoralizes"]), + ("demoralising", &["demoralizing"]), + ("denationalisation", &["denationalization"]), + ("denationalise", &["denationalize"]), + ("denationalised", &["denationalized"]), + ("denationalises", &["denationalizes"]), + ("denationalising", &["denationalizing"]), + ("deodorise", &["deodorize"]), + ("deodorised", &["deodorized"]), + ("deodorises", &["deodorizes"]), + ("deodorising", &["deodorizing"]), + ("depersonalise", &["depersonalize"]), + ("depersonalised", &["depersonalized"]), + ("depersonalises", &["depersonalizes"]), + ("depersonalising", &["depersonalizing"]), + ("deputise", &["deputize"]), + ("deputised", &["deputized"]), + ("deputises", &["deputizes"]), + ("deputising", &["deputizing"]), + ("desensitisation", &["desensitization"]), + ("desensitise", &["desensitize"]), + ("desensitised", &["desensitized"]), + ("desensitises", &["desensitizes"]), + ("desensitising", &["desensitizing"]), + ("destabilisation", &["destabilization"]), + ("destabilise", &["destabilize"]), + ("destabilised", &["destabilized"]), + ("destabilises", &["destabilizes"]), + ("destabilising", &["destabilizing"]), + ("dialled", &["dialed"]), + ("dialling", &["dialing"]), + ("dialogue", &["dialog"]), + ("dialogues", &["dialogs"]), + ("diarrhoea", &["diarrhea"]), + ("digitise", &["digitize"]), + ("digitised", &["digitized"]), + ("digitises", &["digitizes"]), + ("digitising", &["digitizing"]), + ("discolour", &["discolor"]), + ("discoloured", &["discolored"]), + ("discolouring", &["discoloring"]), + ("discolours", &["discolors"]), + ("disembowelled", &["disemboweled"]), + ("disembowelling", &["disemboweling"]), + ("disfavour", &["disfavor"]), + ("dishevelled", &["disheveled"]), + ("dishonour", &["dishonor"]), + ("dishonourable", &["dishonorable"]), + ("dishonourably", &["dishonorably"]), + ("dishonoured", &["dishonored"]), + ("dishonouring", &["dishonoring"]), + ("dishonours", &["dishonors"]), + ("disorganisation", &["disorganization"]), + ("disorganised", &["disorganized"]), + ("distil", &["distill"]), + ("distils", &["distills"]), + ("dramatisation", &["dramatization"]), + ("dramatisations", &["dramatizations"]), + ("dramatise", &["dramatize"]), + ("dramatised", &["dramatized"]), + ("dramatises", &["dramatizes"]), + ("dramatising", &["dramatizing"]), + ("draughty", &["drafty"]), + ("drivelled", &["driveled"]), + ("drivelling", &["driveling"]), + ("duelled", &["dueled"]), + ("duelling", &["dueling"]), + ("economise", &["economize"]), + ("economised", &["economized"]), + ("economises", &["economizes"]), + ("economising", &["economizing"]), + ("editorialise", &["editorialize"]), + ("editorialised", &["editorialized"]), + ("editorialises", &["editorializes"]), + ("editorialising", &["editorializing"]), + ("edoema", &["edema"]), + ("empathise", &["empathize"]), + ("empathised", &["empathized"]), + ("empathises", &["empathizes"]), + ("empathising", &["empathizing"]), + ("emphasise", &["emphasize"]), + ("emphasised", &["emphasized"]), + ("emphasises", &["emphasizes"]), + ("emphasising", &["emphasizing"]), + ("enamelled", &["enameled"]), + ("enamelling", &["enameling"]), + ("enamoured", &["enamored"]), + ("encyclopaedia", &["encyclopedia"]), + ("encyclopaedias", &["encyclopedias"]), + ("encyclopaedic", &["encyclopedic"]), + ("endeavour", &["endeavor"]), + ("endeavoured", &["endeavored"]), + ("endeavouring", &["endeavoring"]), + ("endeavours", &["endeavors"]), + ("energise", &["energize"]), + ("energised", &["energized"]), + ("energises", &["energizes"]), + ("energising", &["energizing"]), + ("enrol", &["enroll"]), + ("enrols", &["enrolls"]), + ("enthral", &["enthrall"]), + ("enthrals", &["enthralls"]), + ("epaulette", &["epaulet"]), + ("epaulettes", &["epaulets"]), + ("epicentre", &["epicenter"]), + ("epicentres", &["epicenters"]), + ("epitomise", &["epitomize"]), + ("epitomised", &["epitomized"]), + ("epitomises", &["epitomizes"]), + ("epitomising", &["epitomizing"]), + ("equalisation", &["equalization"]), + ("equalise", &["equalize"]), + ("equalised", &["equalized"]), + ("equaliser", &["equalizer"]), + ("equalisers", &["equalizers"]), + ("equalises", &["equalizes"]), + ("equalising", &["equalizing"]), + ("eulogise", &["eulogize"]), + ("eulogised", &["eulogized"]), + ("eulogises", &["eulogizes"]), + ("eulogising", &["eulogizing"]), + ("evangelise", &["evangelize"]), + ("evangelised", &["evangelized"]), + ("evangelises", &["evangelizes"]), + ("evangelising", &["evangelizing"]), + ("extemporisation", &["extemporization"]), + ("extemporise", &["extemporize"]), + ("extemporised", &["extemporized"]), + ("extemporises", &["extemporizes"]), + ("extemporising", &["extemporizing"]), + ("externalisation", &["externalization"]), + ("externalisations", &["externalizations"]), + ("externalise", &["externalize"]), + ("externalised", &["externalized"]), + ("externalises", &["externalizes"]), + ("externalising", &["externalizing"]), + ("factorise", &["factorize"]), + ("factorised", &["factorized"]), + ("factorises", &["factorizes"]), + ("factorising", &["factorizing"]), + ("faecal", &["fecal"]), + ("faeces", &["feces"]), + ("familiarisation", &["familiarization"]), + ("familiarise", &["familiarize"]), + ("familiarised", &["familiarized"]), + ("familiarises", &["familiarizes"]), + ("familiarising", &["familiarizing"]), + ("fantasise", &["fantasize"]), + ("fantasised", &["fantasized"]), + ("fantasises", &["fantasizes"]), + ("fantasising", &["fantasizing"]), + ("favour", &["favor"]), + ("favourable", &["favorable"]), + ("favourably", &["favorably"]), + ("favoured", &["favored"]), + ("favouring", &["favoring"]), + ("favourite", &["favorite"]), + ("favourites", &["favorites"]), + ("favouritism", &["favoritism"]), + ("favours", &["favors"]), + ("feminise", &["feminize"]), + ("feminised", &["feminized"]), + ("feminises", &["feminizes"]), + ("feminising", &["feminizing"]), + ("fertilisation", &["fertilization"]), + ("fertilise", &["fertilize"]), + ("fertilised", &["fertilized"]), + ("fertiliser", &["fertilizer"]), + ("fertilisers", &["fertilizers"]), + ("fertilises", &["fertilizes"]), + ("fertilising", &["fertilizing"]), + ("fervour", &["fervor"]), + ("fibre", &["fiber"]), + ("fibreglass", &["fiberglass"]), + ("fibres", &["fibers"]), + ("fictionalisation", &["fictionalization"]), + ("fictionalisations", &["fictionalizations"]), + ("fictionalise", &["fictionalize"]), + ("fictionalised", &["fictionalized"]), + ("fictionalises", &["fictionalizes"]), + ("fictionalising", &["fictionalizing"]), + ("finalisation", &["finalization"]), + ("finalise", &["finalize"]), + ("finalised", &["finalized"]), + ("finalises", &["finalizes"]), + ("finalising", &["finalizing"]), + ("flautist", &["flutist"]), + ("flautists", &["flutists"]), + ("flavour", &["flavor"]), + ("flavoured", &["flavored"]), + ("flavouring", &["flavoring"]), + ("flavourings", &["flavorings"]), + ("flavourless", &["flavorless"]), + ("flavours", &["flavors"]), + ("flavoursome", &["flavorsome"]), + ("foetal", &["fetal"]), + ("foetid", &["fetid"]), + ("foetus", &["fetus"]), + ("foetuses", &["fetuses"]), + ("formalisation", &["formalization"]), + ("formalise", &["formalize"]), + ("formalised", &["formalized"]), + ("formalises", &["formalizes"]), + ("formalising", &["formalizing"]), + ("fossilisation", &["fossilization"]), + ("fossilise", &["fossilize"]), + ("fossilised", &["fossilized"]), + ("fossilises", &["fossilizes"]), + ("fossilising", &["fossilizing"]), + ("fraternisation", &["fraternization"]), + ("fraternise", &["fraternize"]), + ("fraternised", &["fraternized"]), + ("fraternises", &["fraternizes"]), + ("fraternising", &["fraternizing"]), + ("fuelled", &["fueled"]), + ("fuelling", &["fueling"]), + ("fulfil", &["fulfill"]), + ("fulfilment", &["fulfillment"]), + ("fulfils", &["fulfills"]), + ("funnelled", &["funneled"]), + ("funnelling", &["funneling"]), + ("galvanise", &["galvanize"]), + ("galvanised", &["galvanized"]), + ("galvanises", &["galvanizes"]), + ("galvanising", &["galvanizing"]), + ("gambolled", &["gamboled"]), + ("gambolling", &["gamboling"]), + ("gaol", &["jail"]), + ("gaolbird", &["jailbird"]), + ("gaolbirds", &["jailbirds"]), + ("gaolbreak", &["jailbreak"]), + ("gaolbreaks", &["jailbreaks"]), + ("gaoled", &["jailed"]), + ("gaoler", &["jailer"]), + ("gaolers", &["jailers"]), + ("gaoling", &["jailing"]), + ("gaols", &["jails"]), + ("generalisation", &["generalization"]), + ("generalisations", &["generalizations"]), + ("generalise", &["generalize"]), + ("generalised", &["generalized"]), + ("generalises", &["generalizes"]), + ("generalising", &["generalizing"]), + ("ghettoise", &["ghettoize"]), + ("ghettoised", &["ghettoized"]), + ("ghettoises", &["ghettoizes"]), + ("ghettoising", &["ghettoizing"]), + ("gipsies", &["gypsies"]), + ("globalisation", &["globalization"]), + ("globalise", &["globalize"]), + ("globalised", &["globalized"]), + ("globalises", &["globalizes"]), + ("globalising", &["globalizing"]), + ("glueing", &["gluing"]), + ("goitre", &["goiter"]), + ("goitres", &["goiters"]), + ("gonorrhoea", &["gonorrhea"]), + ("gramme", &["gram"]), + ("grammes", &["grams"]), + ("gravelled", &["graveled"]), + ("grovelled", &["groveled"]), + ("grovelling", &["groveling"]), + ("groyne", &["groin"]), + ("groynes", &["groins"]), + ("gruelling", &["grueling"]), + ("gruellingly", &["gruelingly"]), + ("gryphon", &["griffin"]), + ("gryphons", &["griffins"]), + ("gynaecological", &["gynecological"]), + ("gynaecologist", &["gynecologist"]), + ("gynaecologists", &["gynecologists"]), + ("gynaecology", &["gynecology"]), + ("haematological", &["hematological"]), + ("haematologist", &["hematologist"]), + ("haematologists", &["hematologists"]), + ("haematology", &["hematology"]), + ("haemoglobin", &["hemoglobin"]), + ("haemophilia", &["hemophilia"]), + ("haemophiliac", &["hemophiliac"]), + ("haemophiliacs", &["hemophiliacs"]), + ("haemorrhage", &["hemorrhage"]), + ("haemorrhaged", &["hemorrhaged"]), + ("haemorrhages", &["hemorrhages"]), + ("haemorrhaging", &["hemorrhaging"]), + ("haemorrhoids", &["hemorrhoids"]), + ("harbour", &["harbor"]), + ("harboured", &["harbored"]), + ("harbouring", &["harboring"]), + ("harbours", &["harbors"]), + ("harmonisation", &["harmonization"]), + ("harmonise", &["harmonize"]), + ("harmonised", &["harmonized"]), + ("harmonises", &["harmonizes"]), + ("harmonising", &["harmonizing"]), + ("homoeopath", &["homeopath"]), + ("homoeopathic", &["homeopathic"]), + ("homoeopaths", &["homeopaths"]), + ("homoeopathy", &["homeopathy"]), + ("homogenise", &["homogenize"]), + ("homogenised", &["homogenized"]), + ("homogenises", &["homogenizes"]), + ("homogenising", &["homogenizing"]), + ("honour", &["honor"]), + ("honourable", &["honorable"]), + ("honourably", &["honorably"]), + ("honoured", &["honored"]), + ("honouring", &["honoring"]), + ("honours", &["honors"]), + ("hospitalisation", &["hospitalization"]), + ("hospitalise", &["hospitalize"]), + ("hospitalised", &["hospitalized"]), + ("hospitalises", &["hospitalizes"]), + ("hospitalising", &["hospitalizing"]), + ("humanise", &["humanize"]), + ("humanised", &["humanized"]), + ("humanises", &["humanizes"]), + ("humanising", &["humanizing"]), + ("humour", &["humor"]), + ("humoured", &["humored"]), + ("humouring", &["humoring"]), + ("humourless", &["humorless"]), + ("humours", &["humors"]), + ("hybridise", &["hybridize"]), + ("hybridised", &["hybridized"]), + ("hybridises", &["hybridizes"]), + ("hybridising", &["hybridizing"]), + ("hypnotise", &["hypnotize"]), + ("hypnotised", &["hypnotized"]), + ("hypnotises", &["hypnotizes"]), + ("hypnotising", &["hypnotizing"]), + ("hypothesise", &["hypothesize"]), + ("hypothesised", &["hypothesized"]), + ("hypothesises", &["hypothesizes"]), + ("hypothesising", &["hypothesizing"]), + ("idealisation", &["idealization"]), + ("idealise", &["idealize"]), + ("idealised", &["idealized"]), + ("idealises", &["idealizes"]), + ("idealising", &["idealizing"]), + ("idolise", &["idolize"]), + ("idolised", &["idolized"]), + ("idolises", &["idolizes"]), + ("idolising", &["idolizing"]), + ("immobilisation", &["immobilization"]), + ("immobilise", &["immobilize"]), + ("immobilised", &["immobilized"]), + ("immobiliser", &["immobilizer"]), + ("immobilisers", &["immobilizers"]), + ("immobilises", &["immobilizes"]), + ("immobilising", &["immobilizing"]), + ("immortalise", &["immortalize"]), + ("immortalised", &["immortalized"]), + ("immortalises", &["immortalizes"]), + ("immortalising", &["immortalizing"]), + ("immunisation", &["immunization"]), + ("immunise", &["immunize"]), + ("immunised", &["immunized"]), + ("immunises", &["immunizes"]), + ("immunising", &["immunizing"]), + ("impanelled", &["impaneled"]), + ("impanelling", &["impaneling"]), + ("imperilled", &["imperiled"]), + ("imperilling", &["imperiling"]), + ("individualise", &["individualize"]), + ("individualised", &["individualized"]), + ("individualises", &["individualizes"]), + ("individualising", &["individualizing"]), + ("industrialise", &["industrialize"]), + ("industrialised", &["industrialized"]), + ("industrialises", &["industrializes"]), + ("industrialising", &["industrializing"]), + ("inflexion", &["inflection"]), + ("inflexions", &["inflections"]), + ("initialise", &["initialize"]), + ("initialised", &["initialized"]), + ("initialises", &["initializes"]), + ("initialising", &["initializing"]), + ("initialled", &["initialed"]), + ("initialling", &["initialing"]), + ("instal", &["install"]), + ("instalment", &["installment"]), + ("instalments", &["installments"]), + ("instals", &["installs"]), + ("instil", &["instill"]), + ("instils", &["instills"]), + ("institutionalisation", &["institutionalization"]), + ("institutionalise", &["institutionalize"]), + ("institutionalised", &["institutionalized"]), + ("institutionalises", &["institutionalizes"]), + ("institutionalising", &["institutionalizing"]), + ("intellectualise", &["intellectualize"]), + ("intellectualised", &["intellectualized"]), + ("intellectualises", &["intellectualizes"]), + ("intellectualising", &["intellectualizing"]), + ("internalisation", &["internalization"]), + ("internalise", &["internalize"]), + ("internalised", &["internalized"]), + ("internalises", &["internalizes"]), + ("internalising", &["internalizing"]), + ("internationalisation", &["internationalization"]), + ("internationalise", &["internationalize"]), + ("internationalised", &["internationalized"]), + ("internationalises", &["internationalizes"]), + ("internationalising", &["internationalizing"]), + ("ionisation", &["ionization"]), + ("ionise", &["ionize"]), + ("ionised", &["ionized"]), + ("ioniser", &["ionizer"]), + ("ionisers", &["ionizers"]), + ("ionises", &["ionizes"]), + ("ionising", &["ionizing"]), + ("italicise", &["italicize"]), + ("italicised", &["italicized"]), + ("italicises", &["italicizes"]), + ("italicising", &["italicizing"]), + ("itemise", &["itemize"]), + ("itemised", &["itemized"]), + ("itemises", &["itemizes"]), + ("itemising", &["itemizing"]), + ("jeopardise", &["jeopardize"]), + ("jeopardised", &["jeopardized"]), + ("jeopardises", &["jeopardizes"]), + ("jeopardising", &["jeopardizing"]), + ("jewelled", &["jeweled"]), + ("jeweller", &["jeweler"]), + ("jewellers", &["jewelers"]), + ("jewellery", &["jewelry"]), + ("kilogramme", &["kilogram"]), + ("kilogrammes", &["kilograms"]), + ("kilometre", &["kilometer"]), + ("kilometres", &["kilometers"]), + ("labelled", &["labeled"]), + ("labelling", &["labeling"]), + ("labour", &["labor"]), + ("laboured", &["labored"]), + ("labourer", &["laborer"]), + ("labourers", &["laborers"]), + ("labouring", &["laboring"]), + ("labours", &["labors"]), + ("lacklustre", &["lackluster"]), + ("legalisation", &["legalization"]), + ("legalise", &["legalize"]), + ("legalised", &["legalized"]), + ("legalises", &["legalizes"]), + ("legalising", &["legalizing"]), + ("legitimise", &["legitimize"]), + ("legitimised", &["legitimized"]), + ("legitimises", &["legitimizes"]), + ("legitimising", &["legitimizing"]), + ("leukaemia", &["leukemia"]), + ("levelled", &["leveled"]), + ("leveller", &["leveler"]), + ("levellers", &["levelers"]), + ("levelling", &["leveling"]), + ("libelled", &["libeled"]), + ("libelling", &["libeling"]), + ("libellous", &["libelous"]), + ("liberalisation", &["liberalization"]), + ("liberalise", &["liberalize"]), + ("liberalised", &["liberalized"]), + ("liberalises", &["liberalizes"]), + ("liberalising", &["liberalizing"]), + ("licence", &["license"]), + ("licenced", &["licensed"]), + ("licences", &["licenses"]), + ("licencing", &["licensing"]), + ("lionisation", &["lionization"]), + ("lionise", &["lionize"]), + ("lionised", &["lionized"]), + ("lionises", &["lionizes"]), + ("lionising", &["lionizing"]), + ("liquidise", &["liquidize"]), + ("liquidised", &["liquidized"]), + ("liquidiser", &["liquidizer"]), + ("liquidisers", &["liquidizers"]), + ("liquidises", &["liquidizes"]), + ("liquidising", &["liquidizing"]), + ("litre", &["liter"]), + ("litres", &["liters"]), + ("localise", &["localize"]), + ("localised", &["localized"]), + ("localises", &["localizes"]), + ("localising", &["localizing"]), + ("louvred", &["louvered"]), + ("louvres", &["louvers"]), + ("lustre", &["luster"]), + ("magnetise", &["magnetize"]), + ("magnetised", &["magnetized"]), + ("magnetises", &["magnetizes"]), + ("magnetising", &["magnetizing"]), + ("manoeuvrability", &["maneuverability"]), + ("manoeuvrable", &["maneuverable"]), + ("manoeuvre", &["maneuver"]), + ("manoeuvred", &["maneuvered"]), + ("manoeuvres", &["maneuvers"]), + ("manoeuvring", &["maneuvering"]), + ("manoeuvrings", &["maneuverings"]), + ("marginalisation", &["marginalization"]), + ("marginalise", &["marginalize"]), + ("marginalised", &["marginalized"]), + ("marginalises", &["marginalizes"]), + ("marginalising", &["marginalizing"]), + ("marshalled", &["marshaled"]), + ("marshalling", &["marshaling"]), + ("marvelled", &["marveled"]), + ("marvelling", &["marveling"]), + ("marvellous", &["marvelous"]), + ("marvellously", &["marvelously"]), + ("materialisation", &["materialization"]), + ("materialise", &["materialize"]), + ("materialised", &["materialized"]), + ("materialises", &["materializes"]), + ("materialising", &["materializing"]), + ("maximisation", &["maximization"]), + ("maximise", &["maximize"]), + ("maximised", &["maximized"]), + ("maximises", &["maximizes"]), + ("maximising", &["maximizing"]), + ("meagre", &["meager"]), + ("mechanisation", &["mechanization"]), + ("mechanise", &["mechanize"]), + ("mechanised", &["mechanized"]), + ("mechanises", &["mechanizes"]), + ("mechanising", &["mechanizing"]), + ("mediaeval", &["medieval"]), + ("memorialise", &["memorialize"]), + ("memorialised", &["memorialized"]), + ("memorialises", &["memorializes"]), + ("memorialising", &["memorializing"]), + ("memorise", &["memorize"]), + ("memorised", &["memorized"]), + ("memorises", &["memorizes"]), + ("memorising", &["memorizing"]), + ("mesmerise", &["mesmerize"]), + ("mesmerised", &["mesmerized"]), + ("mesmerises", &["mesmerizes"]), + ("mesmerising", &["mesmerizing"]), + ("metabolise", &["metabolize"]), + ("metabolised", &["metabolized"]), + ("metabolises", &["metabolizes"]), + ("metabolising", &["metabolizing"]), + ("metre", &["meter"]), + ("metres", &["meters"]), + ("micrometre", &["micrometer"]), + ("micrometres", &["micrometers"]), + ("militarise", &["militarize"]), + ("militarised", &["militarized"]), + ("militarises", &["militarizes"]), + ("militarising", &["militarizing"]), + ("milligramme", &["milligram"]), + ("milligrammes", &["milligrams"]), + ("millilitre", &["milliliter"]), + ("millilitres", &["milliliters"]), + ("millimetre", &["millimeter"]), + ("millimetres", &["millimeters"]), + ("miniaturisation", &["miniaturization"]), + ("miniaturise", &["miniaturize"]), + ("miniaturised", &["miniaturized"]), + ("miniaturises", &["miniaturizes"]), + ("miniaturising", &["miniaturizing"]), + ("minimise", &["minimize"]), + ("minimised", &["minimized"]), + ("minimises", &["minimizes"]), + ("minimising", &["minimizing"]), + ("misbehaviour", &["misbehavior"]), + ("miscatalogued", &["miscataloged"]), + ("misdemeanour", &["misdemeanor"]), + ("misdemeanours", &["misdemeanors"]), + ("misspelt", &["misspelled"]), + ("mitre", &["miter"]), + ("mitres", &["miters"]), + ("mobilisation", &["mobilization"]), + ("mobilise", &["mobilize"]), + ("mobilised", &["mobilized"]), + ("mobilises", &["mobilizes"]), + ("mobilising", &["mobilizing"]), + ("modelled", &["modeled"]), + ("modeller", &["modeler"]), + ("modellers", &["modelers"]), + ("modelling", &["modeling"]), + ("modernise", &["modernize"]), + ("modernised", &["modernized"]), + ("modernises", &["modernizes"]), + ("modernising", &["modernizing"]), + ("moisturise", &["moisturize"]), + ("moisturised", &["moisturized"]), + ("moisturiser", &["moisturizer"]), + ("moisturisers", &["moisturizers"]), + ("moisturises", &["moisturizes"]), + ("moisturising", &["moisturizing"]), + ("monopolisation", &["monopolization"]), + ("monopolise", &["monopolize"]), + ("monopolised", &["monopolized"]), + ("monopolises", &["monopolizes"]), + ("monopolising", &["monopolizing"]), + ("moralise", &["moralize"]), + ("moralised", &["moralized"]), + ("moralises", &["moralizes"]), + ("moralising", &["moralizing"]), + ("motorised", &["motorized"]), + ("mould", &["mold"]), + ("moulded", &["molded"]), + ("moulder", &["molder"]), + ("mouldered", &["moldered"]), + ("mouldering", &["moldering"]), + ("moulders", &["molders"]), + ("mouldier", &["moldier"]), + ("mouldiest", &["moldiest"]), + ("moulding", &["molding"]), + ("mouldings", &["moldings"]), + ("moulds", &["molds"]), + ("mouldy", &["moldy"]), + ("moult", &["molt"]), + ("moulted", &["molted"]), + ("moulting", &["molting"]), + ("moults", &["molts"]), + ("moustache", &["mustache"]), + ("moustached", &["mustached"]), + ("moustaches", &["mustaches"]), + ("moustachioed", &["mustachioed"]), + ("multicoloured", &["multicolored"]), + ("nationalisation", &["nationalization"]), + ("nationalisations", &["nationalizations"]), + ("nationalise", &["nationalize"]), + ("nationalised", &["nationalized"]), + ("nationalises", &["nationalizes"]), + ("nationalising", &["nationalizing"]), + ("naturalisation", &["naturalization"]), + ("naturalise", &["naturalize"]), + ("naturalised", &["naturalized"]), + ("naturalises", &["naturalizes"]), + ("naturalising", &["naturalizing"]), + ("neighbour", &["neighbor"]), + ("neighbourhood", &["neighborhood"]), + ("neighbourhoods", &["neighborhoods"]), + ("neighbouring", &["neighboring"]), + ("neighbourliness", &["neighborliness"]), + ("neighbourly", &["neighborly"]), + ("neighbours", &["neighbors"]), + ("neutralisation", &["neutralization"]), + ("neutralise", &["neutralize"]), + ("neutralised", &["neutralized"]), + ("neutralises", &["neutralizes"]), + ("neutralising", &["neutralizing"]), + ("normalisation", &["normalization"]), + ("normalise", &["normalize"]), + ("normalised", &["normalized"]), + ("normalises", &["normalizes"]), + ("normalising", &["normalizing"]), + ("odour", &["odor"]), + ("odourless", &["odorless"]), + ("odours", &["odors"]), + ("oesophagus", &["esophagus"]), + ("oesophaguses", &["esophaguses"]), + ("oestrogen", &["estrogen"]), + ("offence", &["offense"]), + ("offences", &["offenses"]), + ("optimise", &["optimize"]), + ("optimised", &["optimized"]), + ("optimises", &["optimizes"]), + ("optimising", &["optimizing"]), + ("organisation", &["organization"]), + ("organisational", &["organizational"]), + ("organisations", &["organizations"]), + ("organise", &["organize"]), + ("organised", &["organized"]), + ("organiser", &["organizer"]), + ("organisers", &["organizers"]), + ("organises", &["organizes"]), + ("organising", &["organizing"]), + ("orthopaedic", &["orthopedic"]), + ("orthopaedics", &["orthopedics"]), + ("ostracise", &["ostracize"]), + ("ostracised", &["ostracized"]), + ("ostracises", &["ostracizes"]), + ("ostracising", &["ostracizing"]), + ("outmanoeuvre", &["outmaneuver"]), + ("outmanoeuvred", &["outmaneuvered"]), + ("outmanoeuvres", &["outmaneuvers"]), + ("outmanoeuvring", &["outmaneuvering"]), + ("overemphasise", &["overemphasize"]), + ("overemphasised", &["overemphasized"]), + ("overemphasises", &["overemphasizes"]), + ("overemphasising", &["overemphasizing"]), + ("oxidisation", &["oxidization"]), + ("oxidise", &["oxidize"]), + ("oxidised", &["oxidized"]), + ("oxidises", &["oxidizes"]), + ("oxidising", &["oxidizing"]), + ("paederast", &["pederast"]), + ("paederasts", &["pederasts"]), + ("paediatric", &["pediatric"]), + ("paediatrician", &["pediatrician"]), + ("paediatricians", &["pediatricians"]), + ("paediatrics", &["pediatrics"]), + ("paedophile", &["pedophile"]), + ("paedophiles", &["pedophiles"]), + ("paedophilia", &["pedophilia"]), + ("palaeolithic", &["paleolithic"]), + ("palaeontologist", &["paleontologist"]), + ("palaeontologists", &["paleontologists"]), + ("palaeontology", &["paleontology"]), + ("panelled", &["paneled"]), + ("panelling", &["paneling"]), + ("panellist", &["panelist"]), + ("panellists", &["panelists"]), + ("paralyse", &["paralyze"]), + ("paralysed", &["paralyzed"]), + ("paralyses", &["paralyzes"]), + ("paralysing", &["paralyzing"]), + ("parcelled", &["parceled"]), + ("parcelling", &["parceling"]), + ("parlour", &["parlor"]), + ("parlours", &["parlors"]), + ("particularise", &["particularize"]), + ("particularised", &["particularized"]), + ("particularises", &["particularizes"]), + ("particularising", &["particularizing"]), + ("passivisation", &["passivization"]), + ("passivise", &["passivize"]), + ("passivised", &["passivized"]), + ("passivises", &["passivizes"]), + ("passivising", &["passivizing"]), + ("pasteurisation", &["pasteurization"]), + ("pasteurise", &["pasteurize"]), + ("pasteurised", &["pasteurized"]), + ("pasteurises", &["pasteurizes"]), + ("pasteurising", &["pasteurizing"]), + ("patronise", &["patronize"]), + ("patronised", &["patronized"]), + ("patronises", &["patronizes"]), + ("patronising", &["patronizing"]), + ("patronisingly", &["patronizingly"]), + ("pedalled", &["pedaled"]), + ("pedalling", &["pedaling"]), + ("pedestrianisation", &["pedestrianization"]), + ("pedestrianise", &["pedestrianize"]), + ("pedestrianised", &["pedestrianized"]), + ("pedestrianises", &["pedestrianizes"]), + ("pedestrianising", &["pedestrianizing"]), + ("penalise", &["penalize"]), + ("penalised", &["penalized"]), + ("penalises", &["penalizes"]), + ("penalising", &["penalizing"]), + ("pencilled", &["penciled"]), + ("pencilling", &["penciling"]), + ("personalise", &["personalize"]), + ("personalised", &["personalized"]), + ("personalises", &["personalizes"]), + ("personalising", &["personalizing"]), + ("philosophise", &["philosophize"]), + ("philosophised", &["philosophized"]), + ("philosophises", &["philosophizes"]), + ("philosophising", &["philosophizing"]), + ("philtre", &["filter"]), + ("philtres", &["filters"]), + ("plagiarise", &["plagiarize"]), + ("plagiarised", &["plagiarized"]), + ("plagiarises", &["plagiarizes"]), + ("plagiarising", &["plagiarizing"]), + ("plough", &["plow"]), + ("ploughed", &["plowed"]), + ("ploughing", &["plowing"]), + ("ploughman", &["plowman"]), + ("ploughmen", &["plowmen"]), + ("ploughs", &["plows"]), + ("ploughshare", &["plowshare"]), + ("ploughshares", &["plowshares"]), + ("polarisation", &["polarization"]), + ("polarise", &["polarize"]), + ("polarised", &["polarized"]), + ("polarises", &["polarizes"]), + ("polarising", &["polarizing"]), + ("politicisation", &["politicization"]), + ("politicise", &["politicize"]), + ("politicised", &["politicized"]), + ("politicises", &["politicizes"]), + ("politicising", &["politicizing"]), + ("popularisation", &["popularization"]), + ("popularise", &["popularize"]), + ("popularised", &["popularized"]), + ("popularises", &["popularizes"]), + ("popularising", &["popularizing"]), + ("practise", &["practice"]), + ("practised", &["practiced"]), + ("practises", &["practices"]), + ("practising", &["practicing"]), + ("praesidium", &["presidium"]), + ("praesidiums", &["presidiums"]), + ("pressurisation", &["pressurization"]), + ("pressurise", &["pressurize"]), + ("pressurised", &["pressurized"]), + ("pressurises", &["pressurizes"]), + ("pressurising", &["pressurizing"]), + ("pretence", &["pretense"]), + ("pretences", &["pretenses"]), + ("primaeval", &["primeval"]), + ("prioritisation", &["prioritization"]), + ("prioritise", &["prioritize"]), + ("prioritised", &["prioritized"]), + ("prioritises", &["prioritizes"]), + ("prioritising", &["prioritizing"]), + ("privatisation", &["privatization"]), + ("privatisations", &["privatizations"]), + ("privatise", &["privatize"]), + ("privatised", &["privatized"]), + ("privatises", &["privatizes"]), + ("privatising", &["privatizing"]), + ("professionalisation", &["professionalization"]), + ("professionalise", &["professionalize"]), + ("professionalised", &["professionalized"]), + ("professionalises", &["professionalizes"]), + ("professionalising", &["professionalizing"]), + ("programme", &["program"]), + ("programmes", &["programs"]), + ("propagandise", &["propagandize"]), + ("propagandised", &["propagandized"]), + ("propagandises", &["propagandizes"]), + ("propagandising", &["propagandizing"]), + ("proselytise", &["proselytize"]), + ("proselytised", &["proselytized"]), + ("proselytiser", &["proselytizer"]), + ("proselytisers", &["proselytizers"]), + ("proselytises", &["proselytizes"]), + ("proselytising", &["proselytizing"]), + ("psychoanalyse", &["psychoanalyze"]), + ("psychoanalysed", &["psychoanalyzed"]), + ("psychoanalyses", &["psychoanalyzes"]), + ("psychoanalysing", &["psychoanalyzing"]), + ("publicise", &["publicize"]), + ("publicised", &["publicized"]), + ("publicises", &["publicizes"]), + ("publicising", &["publicizing"]), + ("pulverisation", &["pulverization"]), + ("pulverise", &["pulverize"]), + ("pulverised", &["pulverized"]), + ("pulverises", &["pulverizes"]), + ("pulverising", &["pulverizing"]), + ("pummelled", &["pummel"]), + ("pummelling", &["pummeled"]), + ("pyjama", &["pajama"]), + ("pyjamas", &["pajamas"]), + ("quarrelled", &["quarreled"]), + ("quarrelling", &["quarreling"]), + ("radicalise", &["radicalize"]), + ("radicalised", &["radicalized"]), + ("radicalises", &["radicalizes"]), + ("radicalising", &["radicalizing"]), + ("rancour", &["rancor"]), + ("randomise", &["randomize"]), + ("randomised", &["randomized"]), + ("randomises", &["randomizes"]), + ("randomising", &["randomizing"]), + ("rationalisation", &["rationalization"]), + ("rationalisations", &["rationalizations"]), + ("rationalise", &["rationalize"]), + ("rationalised", &["rationalized"]), + ("rationalises", &["rationalizes"]), + ("rationalising", &["rationalizing"]), + ("ravelled", &["raveled"]), + ("ravelling", &["raveling"]), + ("realisable", &["realizable"]), + ("realisation", &["realization"]), + ("realisations", &["realizations"]), + ("realise", &["realize"]), + ("realised", &["realized"]), + ("realises", &["realizes"]), + ("realising", &["realizing"]), + ("recognisable", &["recognizable"]), + ("recognisably", &["recognizably"]), + ("recognisance", &["recognizance"]), + ("recognise", &["recognize"]), + ("recognised", &["recognized"]), + ("recognises", &["recognizes"]), + ("recognising", &["recognizing"]), + ("reconnoitre", &["reconnoiter"]), + ("reconnoitred", &["reconnoitered"]), + ("reconnoitres", &["reconnoiters"]), + ("reconnoitring", &["reconnoitering"]), + ("refuelled", &["refueled"]), + ("refuelling", &["refueling"]), + ("regularisation", &["regularization"]), + ("regularise", &["regularize"]), + ("regularised", &["regularized"]), + ("regularises", &["regularizes"]), + ("regularising", &["regularizing"]), + ("remodelled", &["remodeled"]), + ("remodelling", &["remodeling"]), + ("remould", &["remold"]), + ("remoulded", &["remolded"]), + ("remoulding", &["remolding"]), + ("remoulds", &["remolds"]), + ("reorganisation", &["reorganization"]), + ("reorganisations", &["reorganizations"]), + ("reorganise", &["reorganize"]), + ("reorganised", &["reorganized"]), + ("reorganises", &["reorganizes"]), + ("reorganising", &["reorganizing"]), + ("revelled", &["reveled"]), + ("reveller", &["reveler"]), + ("revellers", &["revelers"]), + ("revelling", &["reveling"]), + ("revitalise", &["revitalize"]), + ("revitalised", &["revitalized"]), + ("revitalises", &["revitalizes"]), + ("revitalising", &["revitalizing"]), + ("revolutionise", &["revolutionize"]), + ("revolutionised", &["revolutionized"]), + ("revolutionises", &["revolutionizes"]), + ("revolutionising", &["revolutionizing"]), + ("rhapsodise", &["rhapsodize"]), + ("rhapsodised", &["rhapsodized"]), + ("rhapsodises", &["rhapsodizes"]), + ("rhapsodising", &["rhapsodizing"]), + ("rigour", &["rigor"]), + ("rigours", &["rigors"]), + ("ritualised", &["ritualized"]), + ("rivalled", &["rivaled"]), + ("rivalling", &["rivaling"]), + ("romanticise", &["romanticize"]), + ("romanticised", &["romanticized"]), + ("romanticises", &["romanticizes"]), + ("romanticising", &["romanticizing"]), + ("rumour", &["rumor"]), + ("rumoured", &["rumored"]), + ("rumours", &["rumors"]), + ("saltpetre", &["saltpeter"]), + ("sanitise", &["sanitize"]), + ("sanitised", &["sanitized"]), + ("sanitises", &["sanitizes"]), + ("sanitising", &["sanitizing"]), + ("satirise", &["satirize"]), + ("satirised", &["satirized"]), + ("satirises", &["satirizes"]), + ("satirising", &["satirizing"]), + ("saviour", &["savior"]), + ("saviours", &["saviors"]), + ("savour", &["savor"]), + ("savoured", &["savored"]), + ("savouries", &["savories"]), + ("savouring", &["savoring"]), + ("savours", &["savors"]), + ("savoury", &["savory"]), + ("scandalise", &["scandalize"]), + ("scandalised", &["scandalized"]), + ("scandalises", &["scandalizes"]), + ("scandalising", &["scandalizing"]), + ("sceptic", &["skeptic"]), + ("sceptical", &["skeptical"]), + ("sceptically", &["skeptically"]), + ("scepticism", &["skepticism"]), + ("sceptics", &["skeptics"]), + ("sceptre", &["scepter"]), + ("sceptres", &["scepters"]), + ("scrutinise", &["scrutinize"]), + ("scrutinised", &["scrutinized"]), + ("scrutinises", &["scrutinizes"]), + ("scrutinising", &["scrutinizing"]), + ("secularisation", &["secularization"]), + ("secularise", &["secularize"]), + ("secularised", &["secularized"]), + ("secularises", &["secularizes"]), + ("secularising", &["secularizing"]), + ("sensationalise", &["sensationalize"]), + ("sensationalised", &["sensationalized"]), + ("sensationalises", &["sensationalizes"]), + ("sensationalising", &["sensationalizing"]), + ("sensitise", &["sensitize"]), + ("sensitised", &["sensitized"]), + ("sensitises", &["sensitizes"]), + ("sensitising", &["sensitizing"]), + ("sentimentalise", &["sentimentalize"]), + ("sentimentalised", &["sentimentalized"]), + ("sentimentalises", &["sentimentalizes"]), + ("sentimentalising", &["sentimentalizing"]), + ("sepulchre", &["sepulcher"]), + ("sepulchres", &["sepulchers"]), + ("serialisation", &["serialization"]), + ("serialisations", &["serializations"]), + ("serialise", &["serialize"]), + ("serialised", &["serialized"]), + ("serialises", &["serializes"]), + ("serialising", &["serializing"]), + ("sermonise", &["sermonize"]), + ("sermonised", &["sermonized"]), + ("sermonises", &["sermonizes"]), + ("sermonising", &["sermonizing"]), + ("shovelled", &["shoveled"]), + ("shovelling", &["shoveling"]), + ("shrivelled", &["shriveled"]), + ("shrivelling", &["shriveling"]), + ("signalise", &["signalize"]), + ("signalised", &["signalized"]), + ("signalises", &["signalizes"]), + ("signalising", &["signalizing"]), + ("signalled", &["signaled"]), + ("signalling", &["signaling"]), + ("snivelled", &["sniveled"]), + ("snivelling", &["sniveling"]), + ("snorkelled", &["snorkeled"]), + ("snorkelling", &["snorkeling"]), + ("snowplough", &["snowplow"]), + ("snowploughs", &["snowplow"]), + ("socialisation", &["socialization"]), + ("socialise", &["socialize"]), + ("socialised", &["socialized"]), + ("socialises", &["socializes"]), + ("socialising", &["socializing"]), + ("sodomise", &["sodomize"]), + ("sodomised", &["sodomized"]), + ("sodomises", &["sodomizes"]), + ("sodomising", &["sodomizing"]), + ("solemnise", &["solemnize"]), + ("solemnised", &["solemnized"]), + ("solemnises", &["solemnizes"]), + ("solemnising", &["solemnizing"]), + ("specialisation", &["specialization"]), + ("specialisations", &["specializations"]), + ("specialise", &["specialize"]), + ("specialised", &["specialized"]), + ("specialises", &["specializes"]), + ("specialising", &["specializing"]), + ("spectre", &["specter"]), + ("spectres", &["specters"]), + ("spiralled", &["spiraled"]), + ("spiralling", &["spiraling"]), + ("splendour", &["splendor"]), + ("splendours", &["splendors"]), + ("squirrelled", &["squirreled"]), + ("squirrelling", &["squirreling"]), + ("stabilisation", &["stabilization"]), + ("stabilise", &["stabilize"]), + ("stabilised", &["stabilized"]), + ("stabiliser", &["stabilizer"]), + ("stabilisers", &["stabilizers"]), + ("stabilises", &["stabilizes"]), + ("stabilising", &["stabilizing"]), + ("standardisation", &["standardization"]), + ("standardise", &["standardize"]), + ("standardised", &["standardized"]), + ("standardises", &["standardizes"]), + ("standardising", &["standardizing"]), + ("stencilled", &["stenciled"]), + ("stencilling", &["stenciling"]), + ("sterilisation", &["sterilization"]), + ("sterilisations", &["sterilizations"]), + ("sterilise", &["sterilize"]), + ("sterilised", &["sterilized"]), + ("steriliser", &["sterilizer"]), + ("sterilisers", &["sterilizers"]), + ("sterilises", &["sterilizes"]), + ("sterilising", &["sterilizing"]), + ("stigmatisation", &["stigmatization"]), + ("stigmatise", &["stigmatize"]), + ("stigmatised", &["stigmatized"]), + ("stigmatises", &["stigmatizes"]), + ("stigmatising", &["stigmatizing"]), + ("storey", &["story"]), + ("storeys", &["stories"]), + ("subsidisation", &["subsidization"]), + ("subsidise", &["subsidize"]), + ("subsidised", &["subsidized"]), + ("subsidiser", &["subsidizer"]), + ("subsidisers", &["subsidizers"]), + ("subsidises", &["subsidizes"]), + ("subsidising", &["subsidizing"]), + ("succour", &["succor"]), + ("succoured", &["succored"]), + ("succouring", &["succoring"]), + ("succours", &["succors"]), + ("sulphate", &["sulfate"]), + ("sulphates", &["sulfates"]), + ("sulphide", &["sulfide"]), + ("sulphides", &["sulfides"]), + ("sulphur", &["sulfur"]), + ("sulphurous", &["sulfurous"]), + ("summarise", &["summarize"]), + ("summarised", &["summarized"]), + ("summarises", &["summarizes"]), + ("summarising", &["summarizing"]), + ("swivelled", &["swiveled"]), + ("swivelling", &["swiveling"]), + ("symbolise", &["symbolize"]), + ("symbolised", &["symbolized"]), + ("symbolises", &["symbolizes"]), + ("symbolising", &["symbolizing"]), + ("sympathise", &["sympathize"]), + ("sympathised", &["sympathized"]), + ("sympathiser", &["sympathizer"]), + ("sympathisers", &["sympathizers"]), + ("sympathises", &["sympathizes"]), + ("sympathising", &["sympathizing"]), + ("synchronisation", &["synchronization"]), + ("synchronise", &["synchronize"]), + ("synchronised", &["synchronized"]), + ("synchronises", &["synchronizes"]), + ("synchronising", &["synchronizing"]), + ("synthesise", &["synthesize"]), + ("synthesised", &["synthesized"]), + ("synthesiser", &["synthesizer"]), + ("synthesisers", &["synthesizers"]), + ("synthesises", &["synthesizes"]), + ("synthesising", &["synthesizing"]), + ("syphon", &["siphon"]), + ("syphoned", &["siphoned"]), + ("syphoning", &["siphoning"]), + ("syphons", &["siphons"]), + ("systematisation", &["systematization"]), + ("systematise", &["systematize"]), + ("systematised", &["systematized"]), + ("systematises", &["systematizes"]), + ("systematising", &["systematizing"]), + ("tantalise", &["tantalize"]), + ("tantalised", &["tantalized"]), + ("tantalises", &["tantalizes"]), + ("tantalising", &["tantalizing"]), + ("tantalisingly", &["tantalizingly"]), + ("tasselled", &["tasseled"]), + ("technicolour", &["technicolor"]), + ("temporise", &["temporize"]), + ("temporised", &["temporized"]), + ("temporises", &["temporizes"]), + ("temporising", &["temporizing"]), + ("tenderise", &["tenderize"]), + ("tenderised", &["tenderized"]), + ("tenderises", &["tenderizes"]), + ("tenderising", &["tenderizing"]), + ("terrorise", &["terrorize"]), + ("terrorised", &["terrorized"]), + ("terrorises", &["terrorizes"]), + ("terrorising", &["terrorizing"]), + ("theatre", &["theater"]), + ("theatregoer", &["theatergoer"]), + ("theatregoers", &["theatergoers"]), + ("theatres", &["theaters"]), + ("theorise", &["theorize"]), + ("theorised", &["theorized"]), + ("theorises", &["theorizes"]), + ("theorising", &["theorizing"]), + ("towelled", &["toweled"]), + ("towelling", &["toweling"]), + ("toxaemia", &["toxemia"]), + ("transistorised", &["transistorized"]), + ("traumatise", &["traumatize"]), + ("traumatised", &["traumatized"]), + ("traumatises", &["traumatizes"]), + ("traumatising", &["traumatizing"]), + ("travelled", &["traveled"]), + ("traveller", &["traveler"]), + ("travellers", &["travelers"]), + ("travelling", &["traveling"]), + ("trialled", &["trialed"]), + ("trialling", &["trialing"]), + ("tricolour", &["tricolor"]), + ("tricolours", &["tricolors"]), + ("trivialise", &["trivialize"]), + ("trivialised", &["trivialized"]), + ("trivialises", &["trivializes"]), + ("trivialising", &["trivializing"]), + ("tumour", &["tumor"]), + ("tumours", &["tumors"]), + ("tunnelled", &["tunneled"]), + ("tunnelling", &["tunneling"]), + ("tyrannise", &["tyrannize"]), + ("tyrannised", &["tyrannized"]), + ("tyrannises", &["tyrannizes"]), + ("tyrannising", &["tyrannizing"]), + ("tyre", &["tire"]), + ("tyres", &["tires"]), + ("unauthorised", &["unauthorized"]), + ("uncatalogued", &["uncataloged"]), + ("uncivilised", &["uncivilized"]), + ("underutilised", &["underutilized"]), + ("unequalled", &["unequaled"]), + ("unfavourable", &["unfavorable"]), + ("unfavourably", &["unfavorably"]), + ("unionisation", &["unionization"]), + ("unionise", &["unionize"]), + ("unionised", &["unionized"]), + ("unionises", &["unionizes"]), + ("unionising", &["unionizing"]), + ("unorganised", &["unorganized"]), + ("unravelled", &["unraveled"]), + ("unravelling", &["unraveling"]), + ("unrecognisable", &["unrecognizable"]), + ("unrecognised", &["unrecognized"]), + ("unrivalled", &["unrivaled"]), + ("unsavoury", &["unsavory"]), + ("untrammelled", &["untrammeled"]), + ("urbanisation", &["urbanization"]), + ("urbanise", &["urbanize"]), + ("urbanised", &["urbanized"]), + ("urbanises", &["urbanizes"]), + ("urbanising", &["urbanizing"]), + ("utilisable", &["utilizable"]), + ("utilisation", &["utilization"]), + ("utilise", &["utilize"]), + ("utilised", &["utilized"]), + ("utilises", &["utilizes"]), + ("utilising", &["utilizing"]), + ("valour", &["valor"]), + ("vandalise", &["vandalize"]), + ("vandalised", &["vandalized"]), + ("vandalises", &["vandalizes"]), + ("vandalising", &["vandalizing"]), + ("vaporisation", &["vaporization"]), + ("vaporise", &["vaporize"]), + ("vaporised", &["vaporized"]), + ("vaporises", &["vaporizes"]), + ("vaporising", &["vaporizing"]), + ("vapour", &["vapor"]), + ("vapours", &["vapors"]), + ("verbalise", &["verbalize"]), + ("verbalised", &["verbalized"]), + ("verbalises", &["verbalizes"]), + ("verbalising", &["verbalizing"]), + ("victimisation", &["victimization"]), + ("victimise", &["victimize"]), + ("victimised", &["victimized"]), + ("victimises", &["victimizes"]), + ("victimising", &["victimizing"]), + ("vigour", &["vigor"]), + ("visualisation", &["visualization"]), + ("visualisations", &["visualizations"]), + ("visualise", &["visualize"]), + ("visualised", &["visualized"]), + ("visualises", &["visualizes"]), + ("visualising", &["visualizing"]), + ("vocalisation", &["vocalization"]), + ("vocalisations", &["vocalizations"]), + ("vocalise", &["vocalize"]), + ("vocalised", &["vocalized"]), + ("vocalises", &["vocalizes"]), + ("vocalising", &["vocalizing"]), + ("vulcanised", &["vulcanized"]), + ("vulgarisation", &["vulgarization"]), + ("vulgarise", &["vulgarize"]), + ("vulgarised", &["vulgarized"]), + ("vulgarises", &["vulgarizes"]), + ("vulgarising", &["vulgarizing"]), + ("waggon", &["wagon"]), + ("waggons", &["wagons"]), + ("watercolour", &["watercolor"]), + ("watercolours", &["watercolors"]), + ("weaselled", &["weaseled"]), + ("weaselling", &["weaseling"]), + ("westernisation", &["westernization"]), + ("westernise", &["westernize"]), + ("westernised", &["westernized"]), + ("westernises", &["westernizes"]), + ("westernising", &["westernizing"]), + ("womanise", &["womanize"]), + ("womanised", &["womanized"]), + ("womaniser", &["womanizer"]), + ("womanisers", &["womanizers"]), + ("womanises", &["womanizes"]), + ("womanising", &["womanizing"]), + ("worshipped", &["worshiped"]), + ("worshipper", &["worshiper"]), + ("worshipping", &["worshiping"]), + ("yodelled", &["yodeled"]), + ("yodelling", &["yodeling"]), + ("yoghourt", &["yogurt"]), + ("yoghourts", &["yogurts"]), + ("yoghurt", &["yogurt"]), + ("yoghurts", &["yogurts"]), +]; -pub static BRITISH_DICTIONARY: phf::Map, &[&'static str]> = - ::phf::Map { - key: 3213172566270843353, - disps: ::phf::Slice::Static(&[ - (0, 87), - (0, 40), - (0, 14), - (0, 60), - (0, 1), - (0, 159), - (0, 48), - (0, 27), - (0, 1), - (0, 93), - (0, 34), - (0, 111), - (0, 81), - (0, 17), - (0, 38), - (0, 125), - (0, 186), - (0, 38), - (0, 95), - (0, 0), - (0, 67), - (0, 3), - (0, 4), - (0, 4), - (0, 10), - (0, 9), - (0, 2), - (0, 271), - (0, 280), - (0, 7), - (0, 4), - (0, 466), - (0, 64), - (0, 0), - (0, 378), - (1, 234), - (0, 27), - (0, 788), - (0, 3), - (0, 0), - (0, 0), - (0, 172), - (0, 224), - (0, 0), - (0, 53), - (0, 1393), - (0, 129), - (0, 16), - (0, 10), - (0, 3), - (0, 139), - (0, 198), - (1, 1), - (2, 721), - (0, 646), - (0, 93), - (0, 56), - (0, 454), - (1, 772), - (0, 14), - (0, 46), - (0, 148), - (0, 0), - (0, 99), - (0, 344), - (0, 199), - (0, 227), - (0, 191), - (0, 7), - (0, 19), - (0, 1), - (0, 707), - (0, 99), - (0, 16), - (0, 861), - (0, 2), - (0, 1), - (0, 171), - (0, 350), - (0, 0), - (0, 185), - (0, 2), - (0, 190), - (0, 158), - (0, 12), - (4, 1140), - (0, 289), - (0, 74), - (0, 30), - (0, 0), - (0, 29), - (0, 37), - (0, 829), - (0, 8), - (0, 102), - (0, 590), - (0, 266), - (0, 687), - (0, 902), - (0, 518), - (0, 1367), - (0, 156), - (0, 14), - (0, 536), - (0, 0), - (0, 646), - (0, 8), - (0, 77), - (0, 736), - (0, 0), - (0, 75), - (0, 79), - (0, 893), - (0, 345), - (0, 1), - (0, 0), - (0, 200), - (0, 351), - (0, 49), - (0, 6), - (0, 357), - (0, 486), - (0, 7), - (0, 10), - (0, 235), - (0, 6), - (0, 2), - (0, 18), - (0, 653), - (0, 1428), - (0, 8), - (0, 1), - (0, 10), - (1, 11), - (0, 3), - (0, 1), - (0, 1249), - (0, 13), - (0, 106), - (0, 16), - (0, 341), - (0, 821), - (0, 414), - (0, 13), - (0, 5), - (0, 1), - (0, 16), - (2, 238), - (0, 13), - (0, 1123), - (1, 618), - (0, 283), - (0, 1), - (0, 54), - (0, 17), - (0, 7), - (0, 0), - (0, 866), - (1, 640), - (0, 13), - (0, 1356), - (0, 5), - (0, 68), - (0, 398), - (0, 294), - (0, 84), - (0, 92), - (1, 405), - (0, 67), - (0, 1), - (1, 455), - (0, 6), - (1, 661), - (0, 9), - (0, 1144), - (0, 100), - (0, 10), - (0, 607), - (0, 71), - (1, 1279), - (0, 3), - (0, 53), - (0, 115), - (0, 1206), - (0, 14), - (3, 200), - (0, 23), - (1, 434), - (0, 1214), - (1, 1090), - (1, 581), - (2, 596), - (0, 209), - (0, 37), - (0, 707), - (0, 19), - (0, 891), - (0, 297), - (0, 524), - (0, 1054), - (0, 453), - (0, 143), - (0, 697), - (0, 3), - (0, 521), - (0, 1107), - (0, 636), - (0, 157), - (0, 445), - (2, 904), - (0, 2), - (0, 1028), - (0, 2), - (0, 154), - (0, 567), - (0, 0), - (0, 46), - (0, 39), - (4, 1157), - (3, 921), - (0, 0), - (0, 245), - (0, 3), - (0, 494), - (0, 61), - (0, 0), - (0, 903), - (0, 14), - (1, 275), - (0, 0), - (0, 38), - (0, 9), - (0, 22), - (0, 86), - (3, 275), - (0, 97), - (0, 351), - (2, 833), - (0, 0), - (0, 121), - (0, 248), - (0, 1), - (0, 32), - (4, 419), - (0, 60), - (2, 1009), - (0, 448), - (0, 1), - (0, 406), - (0, 1375), - (0, 974), - (0, 105), - (0, 1), - (0, 89), - (0, 771), - (0, 1254), - (0, 0), - (0, 0), - (2, 905), - (0, 16), - (1, 987), - (0, 125), - (0, 651), - (0, 495), - (13, 580), - (0, 423), - (0, 6), - (1, 679), - (0, 69), - (0, 11), - (6, 1054), - (2, 1384), - (5, 1418), - (0, 134), - (5, 1034), - (0, 308), - (0, 192), - (2, 1308), - (0, 0), - (0, 1461), - (0, 13), - (0, 145), - (2, 1428), - (0, 242), - (0, 68), - (1, 381), - (0, 355), - (0, 536), - (0, 69), - (0, 54), - (1, 1389), - (0, 68), - (0, 1), - (6, 1287), - (4, 928), - (4, 1317), - ]), - entries: ::phf::Slice::Static(&[ - (UniCase::ascii("quarreled"), &["quarrelled"]), - (UniCase::ascii("maneuverings"), &["manoeuvrings"]), - (UniCase::ascii("categorizes"), &["categorises"]), - (UniCase::ascii("dishonors"), &["dishonours"]), - (UniCase::ascii("finalized"), &["finalised"]), - (UniCase::ascii("mechanized"), &["mechanised"]), - (UniCase::ascii("depersonalizes"), &["depersonalises"]), - (UniCase::ascii("gynecologists"), &["gynaecologists"]), - (UniCase::ascii("socializing"), &["socialising"]), - (UniCase::ascii("brutalizing"), &["brutalising"]), - (UniCase::ascii("spiraling"), &["spiralling"]), - (UniCase::ascii("legalizing"), &["legalising"]), - (UniCase::ascii("outmaneuvered"), &["outmanoeuvred"]), - (UniCase::ascii("collectivize"), &["collectivise"]), - (UniCase::ascii("deodorizing"), &["deodorising"]), - (UniCase::ascii("rationalizes"), &["rationalises"]), - (UniCase::ascii("proselytize"), &["proselytise"]), - (UniCase::ascii("artifacts"), &["artefacts"]), - (UniCase::ascii("arbor"), &["arbour"]), - (UniCase::ascii("vulgarization"), &["vulgarisation"]), - (UniCase::ascii("standardized"), &["standardised"]), - (UniCase::ascii("contextualizing"), &["contextualising"]), - (UniCase::ascii("sensitizes"), &["sensitises"]), - (UniCase::ascii("amortize"), &["amortise"]), - (UniCase::ascii("bastardize"), &["bastardise"]), - (UniCase::ascii("summarizes"), &["summarises"]), - (UniCase::ascii("theorized"), &["theorised"]), - (UniCase::ascii("libelous"), &["libellous"]), - (UniCase::ascii("canalize"), &["canalise"]), - (UniCase::ascii("fulfills"), &["fulfils"]), - (UniCase::ascii("circularize"), &["circularise"]), - (UniCase::ascii("hypothesized"), &["hypothesised"]), - (UniCase::ascii("moldier"), &["mouldier"]), - (UniCase::ascii("canalized"), &["canalised"]), - (UniCase::ascii("rivaling"), &["rivalling"]), - (UniCase::ascii("mustaches"), &["moustaches"]), - (UniCase::ascii("serialization"), &["serialisation"]), - (UniCase::ascii("contextualize"), &["contextualise"]), - (UniCase::ascii("immobilize"), &["immobilise"]), - (UniCase::ascii("marveled"), &["marvelled"]), - (UniCase::ascii("energize"), &["energise"]), - (UniCase::ascii("subsidizers"), &["subsidisers"]), - (UniCase::ascii("sodomized"), &["sodomised"]), - (UniCase::ascii("liberalizing"), &["liberalising"]), - (UniCase::ascii("theatergoers"), &["theatregoers"]), - (UniCase::ascii("dehumanization"), &["dehumanisation"]), - (UniCase::ascii("politicizes"), &["politicises"]), - (UniCase::ascii("quarreling"), &["quarrelling"]), - (UniCase::ascii("editorialized"), &["editorialised"]), - (UniCase::ascii("traumatizes"), &["traumatises"]), - (UniCase::ascii("reveled"), &["revelled"]), - (UniCase::ascii("intellectualizing"), &["intellectualising"]), - (UniCase::ascii("philosophizing"), &["philosophising"]), - (UniCase::ascii("councilor"), &["councillor"]), - (UniCase::ascii("theaters"), &["theatres"]), - (UniCase::ascii("agonizing"), &["agonising"]), - (UniCase::ascii("initialed"), &["initialled"]), - (UniCase::ascii("specter"), &["spectre"]), - (UniCase::ascii("magnetized"), &["magnetised"]), - (UniCase::ascii("urbanization"), &["urbanisation"]), - (UniCase::ascii("archeologist"), &["archaeologist"]), - (UniCase::ascii("artifact"), &["artefact"]), - (UniCase::ascii("liberalized"), &["liberalised"]), - (UniCase::ascii("digitizes"), &["digitises"]), - (UniCase::ascii("trivialize"), &["trivialise"]), - (UniCase::ascii("skeptical"), &["sceptical"]), - (UniCase::ascii("outmaneuvers"), &["outmanoeuvres"]), - (UniCase::ascii("pasteurization"), &["pasteurisation"]), - (UniCase::ascii("clamors"), &["clamours"]), - (UniCase::ascii("signalizes"), &["signalises"]), - (UniCase::ascii("hybridizes"), &["hybridises"]), - (UniCase::ascii("clangor"), &["clangour"]), - (UniCase::ascii("homogenize"), &["homogenise"]), - (UniCase::ascii("contextualized"), &["contextualised"]), - (UniCase::ascii("millimeter"), &["millimetre"]), - (UniCase::ascii("idolizing"), &["idolising"]), - (UniCase::ascii("appalls"), &["appals"]), - ( - UniCase::ascii("institutionalizing"), - &["institutionalising"], - ), - (UniCase::ascii("pedestrianized"), &["pedestrianised"]), - (UniCase::ascii("utilizing"), &["utilising"]), - (UniCase::ascii("prioritization"), &["prioritisation"]), - (UniCase::ascii("fictionalizations"), &["fictionalisations"]), - (UniCase::ascii("crystallization"), &["crystallisation"]), - (UniCase::ascii("rationalize"), &["rationalise"]), - (UniCase::ascii("metabolize"), &["metabolise"]), - (UniCase::ascii("dramatized"), &["dramatised"]), - (UniCase::ascii("pulverizes"), &["pulverises"]), - (UniCase::ascii("appall"), &["appal"]), - (UniCase::ascii("destabilized"), &["destabilised"]), - (UniCase::ascii("fraternizing"), &["fraternising"]), - (UniCase::ascii("legitimizes"), &["legitimises"]), - (UniCase::ascii("bowdlerizing"), &["bowdlerising"]), - (UniCase::ascii("moisturizing"), &["moisturising"]), - (UniCase::ascii("scandalize"), &["scandalise"]), - (UniCase::ascii("tantalizes"), &["tantalises"]), - (UniCase::ascii("systematized"), &["systematised"]), - (UniCase::ascii("gynecological"), &["gynaecological"]), - (UniCase::ascii("recognizing"), &["recognising"]), - (UniCase::ascii("clamoring"), &["clamouring"]), - (UniCase::ascii("womanizers"), &["womanisers"]), - (UniCase::ascii("driveling"), &["drivelling"]), - (UniCase::ascii("generalizing"), &["generalising"]), - (UniCase::ascii("finalize"), &["finalise"]), - (UniCase::ascii("cozier"), &["cosier"]), - (UniCase::ascii("decriminalization"), &["decriminalisation"]), - (UniCase::ascii("solemnize"), &["solemnise"]), - (UniCase::ascii("verbalizes"), &["verbalises"]), - (UniCase::ascii("recognizably"), &["recognisably"]), - (UniCase::ascii("yodeled"), &["yodelled"]), - (UniCase::ascii("motorized"), &["motorised"]), - (UniCase::ascii("industrialize"), &["industrialise"]), - (UniCase::ascii("sensitizing"), &["sensitising"]), - (UniCase::ascii("moralized"), &["moralised"]), - (UniCase::ascii("emphasizing"), &["emphasising"]), - (UniCase::ascii("paleontology"), &["palaeontology"]), - (UniCase::ascii("unionization"), &["unionisation"]), - (UniCase::ascii("edema"), &["edoema"]), - (UniCase::ascii("colonizing"), &["colonising"]), - (UniCase::ascii("humor"), &["humour"]), - (UniCase::ascii("favorable"), &["favourable"]), - (UniCase::ascii("labeling"), &["labelling"]), - (UniCase::ascii("miniaturized"), &["miniaturised"]), - (UniCase::ascii("baptize"), &["baptise"]), - (UniCase::ascii("flutist"), &["flautist"]), - (UniCase::ascii("unsavory"), &["unsavoury"]), - (UniCase::ascii("caroled"), &["carolled"]), - (UniCase::ascii("maneuvered"), &["manoeuvred"]), - (UniCase::ascii("polarizes"), &["polarises"]), - (UniCase::ascii("swiveling"), &["swivelling"]), - (UniCase::ascii("outmaneuvering"), &["outmanoeuvring"]), - (UniCase::ascii("familiarized"), &["familiarised"]), - (UniCase::ascii("immortalized"), &["immortalised"]), - (UniCase::ascii("specializes"), &["specialises"]), - (UniCase::ascii("criticize"), &["criticise"]), - (UniCase::ascii("funneled"), &["funnelled"]), - (UniCase::ascii("feminize"), &["feminise"]), - (UniCase::ascii("sodomizes"), &["sodomises"]), - (UniCase::ascii("moldiest"), &["mouldiest"]), - (UniCase::ascii("behavior"), &["behaviour"]), - (UniCase::ascii("normalization"), &["normalisation"]), - (UniCase::ascii("politicization"), &["politicisation"]), - (UniCase::ascii("molting"), &["moulting"]), - (UniCase::ascii("jeweled"), &["jewelled"]), - (UniCase::ascii("laborer"), &["labourer"]), - (UniCase::ascii("democratization"), &["democratisation"]), - (UniCase::ascii("revolutionizing"), &["revolutionising"]), - (UniCase::ascii("lackluster"), &["lacklustre"]), - (UniCase::ascii("proselytizer"), &["proselytiser"]), - (UniCase::ascii("amortizing"), &["amortising"]), - (UniCase::ascii("defenseless"), &["defenceless"]), - (UniCase::ascii("bastardized"), &["bastardised"]), - (UniCase::ascii("reorganizing"), &["reorganising"]), - (UniCase::ascii("criticizes"), &["criticises"]), - (UniCase::ascii("centralize"), &["centralise"]), - (UniCase::ascii("apologizing"), &["apologising"]), - (UniCase::ascii("anemic"), &["anaemic"]), - (UniCase::ascii("generalization"), &["generalisation"]), - (UniCase::ascii("breathalyzed"), &["breathalysed"]), - (UniCase::ascii("hypothesizing"), &["hypothesising"]), - (UniCase::ascii("armory"), &["armoury"]), - (UniCase::ascii("sympathizes"), &["sympathises"]), - (UniCase::ascii("italicize"), &["italicise"]), - (UniCase::ascii("politicized"), &["politicised"]), - (UniCase::ascii("gynecologist"), &["gynaecologist"]), - (UniCase::ascii("nationalized"), &["nationalised"]), - (UniCase::ascii("moralizes"), &["moralises"]), - (UniCase::ascii("leukemia"), &["leukaemia"]), - (UniCase::ascii("cozies"), &["cosies"]), - (UniCase::ascii("randomized"), &["randomised"]), - (UniCase::ascii("commercializes"), &["commercialises"]), - (UniCase::ascii("organizational"), &["organisational"]), - (UniCase::ascii("hemorrhages"), &["haemorrhages"]), - (UniCase::ascii("center"), &["centre"]), - (UniCase::ascii("pressurizing"), &["pressurising"]), - (UniCase::ascii("vocalizing"), &["vocalising"]), - (UniCase::ascii("pretense"), &["pretence"]), - (UniCase::ascii("molds"), &["moulds"]), - (UniCase::ascii("particularizes"), &["particularises"]), - (UniCase::ascii("satirizes"), &["satirises"]), - (UniCase::ascii("globalized"), &["globalised"]), - (UniCase::ascii("signalizing"), &["signalising"]), - (UniCase::ascii("pediatrician"), &["paediatrician"]), - (UniCase::ascii("acclimatizing"), &["acclimatising"]), - (UniCase::ascii("pressurizes"), &["pressurises"]), - (UniCase::ascii("normalizes"), &["normalises"]), - (UniCase::ascii("modelers"), &["modellers"]), - (UniCase::ascii("subsidizer"), &["subsidiser"]), - (UniCase::ascii("marginalizes"), &["marginalises"]), - (UniCase::ascii("channeled"), &["channelled"]), - (UniCase::ascii("sentimentalized"), &["sentimentalised"]), - (UniCase::ascii("galvanized"), &["galvanised"]), - (UniCase::ascii("criticizing"), &["criticising"]), - (UniCase::ascii("breathalyzers"), &["breathalysers"]), - (UniCase::ascii("honoring"), &["honouring"]), - (UniCase::ascii("untrammeled"), &["untrammelled"]), - (UniCase::ascii("verbalized"), &["verbalised"]), - (UniCase::ascii("amphitheaters"), &["amphitheatres"]), - (UniCase::ascii("cataloging"), &["cataloguing"]), - (UniCase::ascii("flavorsome"), &["flavoursome"]), - (UniCase::ascii("offenses"), &["offences"]), - (UniCase::ascii("catalyzed"), &["catalysed"]), - (UniCase::ascii("demonizing"), &["demonising"]), - (UniCase::ascii("legitimize"), &["legitimise"]), - (UniCase::ascii("harmonizes"), &["harmonises"]), - (UniCase::ascii("sentimentalizing"), &["sentimentalising"]), - (UniCase::ascii("enameled"), &["enamelled"]), - (UniCase::ascii("behooves"), &["behoves"]), - (UniCase::ascii("molted"), &["moulted"]), - (UniCase::ascii("oxidization"), &["oxidisation"]), - (UniCase::ascii("canalizes"), &["canalises"]), - (UniCase::ascii("meager"), &["meagre"]), - (UniCase::ascii("penciling"), &["pencilling"]), - (UniCase::ascii("realizations"), &["realisations"]), - (UniCase::ascii("ionized"), &["ionised"]), - (UniCase::ascii("epicenters"), &["epicentres"]), - (UniCase::ascii("extemporizing"), &["extemporising"]), - (UniCase::ascii("pasteurizing"), &["pasteurising"]), - (UniCase::ascii("homogenizes"), &["homogenises"]), - ( - UniCase::ascii("compartmentalizing"), - &["compartmentalising"], - ), - (UniCase::ascii("pediatricians"), &["paediatricians"]), - (UniCase::ascii("equalizers"), &["equalisers"]), - (UniCase::ascii("magnetizes"), &["magnetises"]), - (UniCase::ascii("catalogs"), &["catalogues"]), - (UniCase::ascii("womanizes"), &["womanises"]), - (UniCase::ascii("stenciling"), &["stencilling"]), - (UniCase::ascii("miters"), &["mitres"]), - (UniCase::ascii("immobilizing"), &["immobilising"]), - (UniCase::ascii("revitalized"), &["revitalised"]), - (UniCase::ascii("internationalize"), &["internationalise"]), - (UniCase::ascii("materializes"), &["materialises"]), - (UniCase::ascii("uncataloged"), &["uncatalogued"]), - (UniCase::ascii("nationalize"), &["nationalise"]), - (UniCase::ascii("anesthetic"), &["anaesthetic"]), - (UniCase::ascii("penalized"), &["penalised"]), - (UniCase::ascii("standardizes"), &["standardises"]), - (UniCase::ascii("miniaturizing"), &["miniaturising"]), - (UniCase::ascii("legalization"), &["legalisation"]), - (UniCase::ascii("revolutionize"), &["revolutionise"]), - (UniCase::ascii("paralyze"), &["paralyse"]), - (UniCase::ascii("circularizes"), &["circularises"]), - (UniCase::ascii("energizes"), &["energises"]), - (UniCase::ascii("sensitized"), &["sensitised"]), - (UniCase::ascii("antagonizing"), &["antagonising"]), - (UniCase::ascii("yodeling"), &["yodelling"]), - (UniCase::ascii("idealize"), &["idealise"]), - (UniCase::ascii("anesthetize"), &["anaesthetise"]), - (UniCase::ascii("clarinetist"), &["clarinettist"]), - (UniCase::ascii("socialized"), &["socialised"]), - (UniCase::ascii("solemnizing"), &["solemnising"]), - (UniCase::ascii("demeanor"), &["demeanour"]), - (UniCase::ascii("mobilized"), &["mobilised"]), - (UniCase::ascii("neutralize"), &["neutralise"]), - (UniCase::ascii("tenderizing"), &["tenderising"]), - (UniCase::ascii("vandalizes"), &["vandalises"]), - (UniCase::ascii("reorganizations"), &["reorganisations"]), - (UniCase::ascii("demoralizing"), &["demoralising"]), - (UniCase::ascii("sodomizing"), &["sodomising"]), - (UniCase::ascii("amortizes"), &["amortises"]), - (UniCase::ascii("cudgeling"), &["cudgelling"]), - (UniCase::ascii("specters"), &["spectres"]), - (UniCase::ascii("initialing"), &["initialling"]), - (UniCase::ascii("scandalizes"), &["scandalises"]), - (UniCase::ascii("installments"), &["instalments"]), - (UniCase::ascii("militarize"), &["militarise"]), - (UniCase::ascii("libeling"), &["libelling"]), - (UniCase::ascii("jeopardize"), &["jeopardise"]), - (UniCase::ascii("evangelizes"), &["evangelises"]), - (UniCase::ascii("chiseling"), &["chiselling"]), - (UniCase::ascii("monopolized"), &["monopolised"]), - (UniCase::ascii("plagiarize"), &["plagiarise"]), - (UniCase::ascii("eulogizing"), &["eulogising"]), - (UniCase::ascii("desensitize"), &["desensitise"]), - (UniCase::ascii("extemporization"), &["extemporisation"]), - (UniCase::ascii("stabilizes"), &["stabilises"]), - (UniCase::ascii("savors"), &["savours"]), - (UniCase::ascii("regularize"), &["regularise"]), - (UniCase::ascii("apologize"), &["apologise"]), - (UniCase::ascii("satirized"), &["satirised"]), - (UniCase::ascii("tyrannize"), &["tyrannise"]), - (UniCase::ascii("enthralls"), &["enthrals"]), - (UniCase::ascii("civilizes"), &["civilises"]), - (UniCase::ascii("depersonalize"), &["depersonalise"]), - (UniCase::ascii("savoring"), &["savouring"]), - (UniCase::ascii("accessorized"), &["accessorised"]), - (UniCase::ascii("militarizing"), &["militarising"]), - (UniCase::ascii("caramelizing"), &["caramelising"]), - (UniCase::ascii("appetizing"), &["appetising"]), - (UniCase::ascii("parlor"), &["parlour"]), - (UniCase::ascii("womanized"), &["womanised"]), - (UniCase::ascii("monopolizes"), &["monopolises"]), - (UniCase::ascii("laborers"), &["labourers"]), - (UniCase::ascii("minimize"), &["minimise"]), - (UniCase::ascii("demoralizes"), &["demoralises"]), - (UniCase::ascii("behaviorism"), &["behaviourism"]), - (UniCase::ascii("empathizes"), &["empathises"]), - (UniCase::ascii("moldered"), &["mouldered"]), - (UniCase::ascii("jeopardized"), &["jeopardised"]), - (UniCase::ascii("decriminalize"), &["decriminalise"]), - (UniCase::ascii("valor"), &["valour"]), - (UniCase::ascii("womanizer"), &["womaniser"]), - (UniCase::ascii("sympathizing"), &["sympathising"]), - (UniCase::ascii("dueled"), &["duelled"]), - (UniCase::ascii("belaboring"), &["belabouring"]), - (UniCase::ascii("theorizes"), &["theorises"]), - (UniCase::ascii("legalize"), &["legalise"]), - (UniCase::ascii("capitalizes"), &["capitalises"]), - (UniCase::ascii("systematizing"), &["systematising"]), - (UniCase::ascii("decriminalized"), &["decriminalised"]), - (UniCase::ascii("romanticized"), &["romanticised"]), - (UniCase::ascii("acclimatized"), &["acclimatised"]), - (UniCase::ascii("fervor"), &["fervour"]), - (UniCase::ascii("amortization"), &["amortisation"]), - (UniCase::ascii("amortizations"), &["amortisations"]), - (UniCase::ascii("miniaturization"), &["miniaturisation"]), - (UniCase::ascii("sympathized"), &["sympathised"]), - (UniCase::ascii("honor"), &["honour"]), - (UniCase::ascii("individualized"), &["individualised"]), - (UniCase::ascii("plowmen"), &["ploughmen"]), - (UniCase::ascii("modernizes"), &["modernises"]), - (UniCase::ascii("fictionalized"), &["fictionalised"]), - (UniCase::ascii("secularized"), &["secularised"]), - (UniCase::ascii("decriminalizing"), &["decriminalising"]), - (UniCase::ascii("imperiling"), &["imperilling"]), - (UniCase::ascii("disheveled"), &["dishevelled"]), - (UniCase::ascii("miniaturize"), &["miniaturise"]), - (UniCase::ascii("sermonized"), &["sermonised"]), - (UniCase::ascii("decriminalizes"), &["decriminalises"]), - (UniCase::ascii("realized"), &["realised"]), - (UniCase::ascii("mobilize"), &["mobilise"]), - (UniCase::ascii("unrecognized"), &["unrecognised"]), - (UniCase::ascii("remodeling"), &["remodelling"]), - (UniCase::ascii("honored"), &["honoured"]), - (UniCase::ascii("visualizes"), &["visualises"]), - (UniCase::ascii("equalization"), &["equalisation"]), - (UniCase::ascii("publicizes"), &["publicises"]), - (UniCase::ascii("paneling"), &["panelling"]), - (UniCase::ascii("liquidizers"), &["liquidisers"]), - (UniCase::ascii("signalized"), &["signalised"]), - (UniCase::ascii("labors"), &["labours"]), - (UniCase::ascii("humanized"), &["humanised"]), - (UniCase::ascii("romanticizes"), &["romanticises"]), - (UniCase::ascii("paralyzing"), &["paralysing"]), - (UniCase::ascii("materialize"), &["materialise"]), - (UniCase::ascii("neutralizes"), &["neutralises"]), - (UniCase::ascii("uncivilized"), &["uncivilised"]), - (UniCase::ascii("hemophilia"), &["haemophilia"]), - (UniCase::ascii("synchronizing"), &["synchronising"]), - (UniCase::ascii("signalize"), &["signalise"]), - (UniCase::ascii("prioritizing"), &["prioritising"]), - (UniCase::ascii("canalizing"), &["canalising"]), - (UniCase::ascii("paralyzed"), &["paralysed"]), - (UniCase::ascii("colonize"), &["colonise"]), - (UniCase::ascii("counseled"), &["counselled"]), - (UniCase::ascii("armories"), &["armouries"]), - (UniCase::ascii("radicalized"), &["radicalised"]), - (UniCase::ascii("liquidizing"), &["liquidising"]), - (UniCase::ascii("modeled"), &["modelled"]), - (UniCase::ascii("tricolors"), &["tricolours"]), - (UniCase::ascii("proselytizing"), &["proselytising"]), - (UniCase::ascii("symbolizes"), &["symbolises"]), - (UniCase::ascii("institutionalize"), &["institutionalise"]), - (UniCase::ascii("modernize"), &["modernise"]), - (UniCase::ascii("urbanize"), &["urbanise"]), - (UniCase::ascii("democratize"), &["democratise"]), - (UniCase::ascii("unionizes"), &["unionises"]), - (UniCase::ascii("revitalizes"), &["revitalises"]), - (UniCase::ascii("civilizing"), &["civilising"]), - (UniCase::ascii("nationalizes"), &["nationalises"]), - (UniCase::ascii("destabilizes"), &["destabilises"]), - (UniCase::ascii("pedaling"), &["pedalling"]), - (UniCase::ascii("collectivizes"), &["collectivises"]), - (UniCase::ascii("privatization"), &["privatisation"]), - (UniCase::ascii("particularized"), &["particularised"]), - (UniCase::ascii("demobilize"), &["demobilise"]), - (UniCase::ascii("psychoanalyzed"), &["psychoanalysed"]), - (UniCase::ascii("colorant"), &["colourant"]), - (UniCase::ascii("fossilizing"), &["fossilising"]), - (UniCase::ascii("publicize"), &["publicise"]), - (UniCase::ascii("dramatizing"), &["dramatising"]), - (UniCase::ascii("patronized"), &["patronised"]), - (UniCase::ascii("materialization"), &["materialisation"]), - (UniCase::ascii("appetizer"), &["appetiser"]), - (UniCase::ascii("stigmatized"), &["stigmatised"]), - (UniCase::ascii("marvelous"), &["marvellous"]), - (UniCase::ascii("internalizes"), &["internalises"]), - (UniCase::ascii("humoring"), &["humouring"]), - (UniCase::ascii("visualizations"), &["visualisations"]), - (UniCase::ascii("factorizes"), &["factorises"]), - (UniCase::ascii("sulfates"), &["sulphates"]), - (UniCase::ascii("hospitalizing"), &["hospitalising"]), - (UniCase::ascii("fertilize"), &["fertilise"]), - (UniCase::ascii("sermonizes"), &["sermonises"]), - (UniCase::ascii("compartmentalizes"), &["compartmentalises"]), - (UniCase::ascii("coloring"), &["colouring"]), - (UniCase::ascii("satirizing"), &["satirising"]), - (UniCase::ascii("passivization"), &["passivisation"]), - (UniCase::ascii("vocalization"), &["vocalisation"]), - (UniCase::ascii("crystallize"), &["crystallise"]), - (UniCase::ascii("aluminum"), &["aluminium"]), - (UniCase::ascii("privatizing"), &["privatising"]), - (UniCase::ascii("neighborhood"), &["neighbourhood"]), - (UniCase::ascii("sterilized"), &["sterilised"]), - (UniCase::ascii("louvered"), &["louvred"]), - (UniCase::ascii("epicenter"), &["epicentre"]), - (UniCase::ascii("disemboweled"), &["disembowelled"]), - (UniCase::ascii("misdemeanor"), &["misdemeanour"]), - (UniCase::ascii("bowdlerizes"), &["bowdlerises"]), - (UniCase::ascii("demoralized"), &["demoralised"]), - (UniCase::ascii("vaporizing"), &["vaporising"]), - (UniCase::ascii("professionalizes"), &["professionalises"]), - (UniCase::ascii("harbor"), &["harbour"]), - (UniCase::ascii("externalizes"), &["externalises"]), - (UniCase::ascii("shoveled"), &["shovelled"]), - (UniCase::ascii("etiology"), &["aetiology"]), - (UniCase::ascii("fulfill"), &["fulfil"]), - (UniCase::ascii("marginalized"), &["marginalised"]), - (UniCase::ascii("colorfully"), &["colourfully"]), - (UniCase::ascii("vocalizes"), &["vocalises"]), - (UniCase::ascii("canonized"), &["canonised"]), - (UniCase::ascii("agonizes"), &["agonises"]), - (UniCase::ascii("colored"), &["coloured"]), - (UniCase::ascii("patronizingly"), &["patronisingly"]), - (UniCase::ascii("analyzed"), &["analysed"]), - (UniCase::ascii("localizes"), &["localises"]), - (UniCase::ascii("secularize"), &["secularise"]), - (UniCase::ascii("harbored"), &["harboured"]), - (UniCase::ascii("privatizations"), &["privatisations"]), - (UniCase::ascii("bedeviled"), &["bedevilled"]), - (UniCase::ascii("plagiarized"), &["plagiarised"]), - (UniCase::ascii("labeled"), &["labelled"]), - (UniCase::ascii("hypnotize"), &["hypnotise"]), - (UniCase::ascii("hematology"), &["haematology"]), - (UniCase::ascii("clamored"), &["clamoured"]), - ( - UniCase::ascii("institutionalization"), - &["institutionalisation"], - ), - (UniCase::ascii("philosophize"), &["philosophise"]), - (UniCase::ascii("monopolizing"), &["monopolising"]), - (UniCase::ascii("channeling"), &["channelling"]), - (UniCase::ascii("dishonored"), &["dishonoured"]), - (UniCase::ascii("regularizing"), &["regularising"]), - (UniCase::ascii("personalizing"), &["personalising"]), - (UniCase::ascii("annualized"), &["annualised"]), - (UniCase::ascii("acclimatizes"), &["acclimatises"]), - (UniCase::ascii("modeling"), &["modelling"]), - (UniCase::ascii("harmonizing"), &["harmonising"]), - (UniCase::ascii("flavors"), &["flavours"]), - (UniCase::ascii("savor"), &["savour"]), - (UniCase::ascii("proselytizes"), &["proselytises"]), - (UniCase::ascii("internalize"), &["internalise"]), - (UniCase::ascii("rigor"), &["rigour"]), - (UniCase::ascii("acclimatization"), &["acclimatisation"]), - (UniCase::ascii("externalizing"), &["externalising"]), - (UniCase::ascii("synthesizes"), &["synthesises"]), - (UniCase::ascii("politicize"), &["politicise"]), - (UniCase::ascii("pressurized"), &["pressurised"]), - (UniCase::ascii("tunneled"), &["tunnelled"]), - (UniCase::ascii("unrecognizable"), &["unrecognisable"]), - (UniCase::ascii("catalyzing"), &["catalysing"]), - (UniCase::ascii("defenses"), &["defences"]), - (UniCase::ascii("criminalized"), &["criminalised"]), - (UniCase::ascii("demilitarizes"), &["demilitarises"]), - (UniCase::ascii("systematize"), &["systematise"]), - (UniCase::ascii("gruelingly"), &["gruellingly"]), - (UniCase::ascii("centered"), &["centred"]), - (UniCase::ascii("succor"), &["succour"]), - (UniCase::ascii("regularized"), &["regularised"]), - (UniCase::ascii("philosophized"), &["philosophised"]), - (UniCase::ascii("canonizing"), &["canonising"]), - (UniCase::ascii("labor"), &["labour"]), - (UniCase::ascii("reveler"), &["reveller"]), - (UniCase::ascii("memorize"), &["memorise"]), - (UniCase::ascii("victimized"), &["victimised"]), - (UniCase::ascii("moldering"), &["mouldering"]), - (UniCase::ascii("externalize"), &["externalise"]), - (UniCase::ascii("leveling"), &["levelling"]), - (UniCase::ascii("synthesized"), &["synthesised"]), - (UniCase::ascii("fraternizes"), &["fraternises"]), - (UniCase::ascii("hypothesizes"), &["hypothesises"]), - (UniCase::ascii("dramatizations"), &["dramatisations"]), - (UniCase::ascii("symbolized"), &["symbolised"]), - (UniCase::ascii("idealization"), &["idealisation"]), - (UniCase::ascii("visualized"), &["visualised"]), - (UniCase::ascii("toxemia"), &["toxaemia"]), - (UniCase::ascii("armor"), &["armour"]), - (UniCase::ascii("paleontologist"), &["palaeontologist"]), - (UniCase::ascii("chili"), &["chilli"]), - (UniCase::ascii("reconnoitered"), &["reconnoitred"]), - (UniCase::ascii("penalizing"), &["penalising"]), - (UniCase::ascii("squirreled"), &["squirrelled"]), - (UniCase::ascii("neighboring"), &["neighbouring"]), - (UniCase::ascii("recognizes"), &["recognises"]), - (UniCase::ascii("personalizes"), &["personalises"]), - (UniCase::ascii("theater"), &["theatre"]), - (UniCase::ascii("mobilizing"), &["mobilising"]), - (UniCase::ascii("fibers"), &["fibres"]), - (UniCase::ascii("louver"), &["louvre"]), - (UniCase::ascii("liter"), &["litre"]), - (UniCase::ascii("vandalized"), &["vandalised"]), - (UniCase::ascii("crystallizes"), &["crystallises"]), - (UniCase::ascii("dishonor"), &["dishonour"]), - (UniCase::ascii("reconnoiters"), &["reconnoitres"]), - (UniCase::ascii("polarization"), &["polarisation"]), - (UniCase::ascii("initialized"), &["initialised"]), - (UniCase::ascii("hybridizing"), &["hybridising"]), - (UniCase::ascii("hematological"), &["haematological"]), - (UniCase::ascii("depersonalized"), &["depersonalised"]), - (UniCase::ascii("ostracizing"), &["ostracising"]), - (UniCase::ascii("externalization"), &["externalisation"]), - (UniCase::ascii("penalize"), &["penalise"]), - (UniCase::ascii("personalize"), &["personalise"]), - (UniCase::ascii("toweling"), &["towelling"]), - (UniCase::ascii("misdemeanors"), &["misdemeanours"]), - (UniCase::ascii("organizers"), &["organisers"]), - (UniCase::ascii("traumatize"), &["traumatise"]), - (UniCase::ascii("reorganized"), &["reorganised"]), - (UniCase::ascii("cozily"), &["cosily"]), - (UniCase::ascii("conceptualizing"), &["conceptualising"]), - (UniCase::ascii("normalized"), &["normalised"]), - (UniCase::ascii("internalized"), &["internalised"]), - (UniCase::ascii("behoove"), &["behove"]), - (UniCase::ascii("archeology"), &["archaeology"]), - (UniCase::ascii("colorized"), &["colourized"]), - (UniCase::ascii("swiveled"), &["swivelled"]), - (UniCase::ascii("worshiping"), &["worshipping"]), - (UniCase::ascii("succors"), &["succours"]), - (UniCase::ascii("sulfurous"), &["sulphurous"]), - (UniCase::ascii("agonize"), &["agonise"]), - (UniCase::ascii("mesmerizes"), &["mesmerises"]), - (UniCase::ascii("westernizes"), &["westernises"]), - (UniCase::ascii("summarized"), &["summarised"]), - (UniCase::ascii("organizer"), &["organiser"]), - (UniCase::ascii("scandalizing"), &["scandalising"]), - (UniCase::ascii("italicized"), &["italicised"]), - (UniCase::ascii("capitalizing"), &["capitalising"]), - (UniCase::ascii("agonized"), &["agonised"]), - (UniCase::ascii("installment"), &["instalment"]), - (UniCase::ascii("rigors"), &["rigours"]), - (UniCase::ascii("maneuvering"), &["manoeuvring"]), - (UniCase::ascii("propagandize"), &["propagandise"]), - (UniCase::ascii("plagiarizing"), &["plagiarising"]), - (UniCase::ascii("hematologist"), &["haematologist"]), - (UniCase::ascii("fraternize"), &["fraternise"]), - (UniCase::ascii("aging"), &["ageing"]), - (UniCase::ascii("epaulets"), &["epaulettes"]), - (UniCase::ascii("sodomize"), &["sodomise"]), - (UniCase::ascii("randomizes"), &["randomises"]), - (UniCase::ascii("standardization"), &["standardisation"]), - (UniCase::ascii("factorizing"), &["factorising"]), - (UniCase::ascii("recognized"), &["recognised"]), - (UniCase::ascii("distill"), &["distil"]), - (UniCase::ascii("centerfolds"), &["centrefolds"]), - (UniCase::ascii("immunized"), &["immunised"]), - (UniCase::ascii("equalizer"), &["equaliser"]), - (UniCase::ascii("neighbor"), &["neighbour"]), - (UniCase::ascii("endeavored"), &["endeavoured"]), - (UniCase::ascii("hybridize"), &["hybridise"]), - (UniCase::ascii("computerizing"), &["computerising"]), - (UniCase::ascii("trivialized"), &["trivialised"]), - (UniCase::ascii("centralizing"), &["centralising"]), - (UniCase::ascii("rancor"), &["rancour"]), - (UniCase::ascii("molt"), &["moult"]), - (UniCase::ascii("hematologists"), &["haematologists"]), - (UniCase::ascii("pajamas"), &["pyjamas"]), - (UniCase::ascii("deodorized"), &["deodorised"]), - (UniCase::ascii("gamboling"), &["gambolling"]), - (UniCase::ascii("vapor"), &["vapour"]), - (UniCase::ascii("maximized"), &["maximised"]), - (UniCase::ascii("individualize"), &["individualise"]), - (UniCase::ascii("remold"), &["remould"]), - (UniCase::ascii("economize"), &["economise"]), - (UniCase::ascii("labored"), &["laboured"]), - (UniCase::ascii("plowshare"), &["ploughshare"]), - (UniCase::ascii("popularization"), &["popularisation"]), - (UniCase::ascii("grueling"), &["gruelling"]), - (UniCase::ascii("vulcanized"), &["vulcanised"]), - (UniCase::ascii("driveled"), &["drivelled"]), - (UniCase::ascii("scandalized"), &["scandalised"]), - (UniCase::ascii("refueled"), &["refuelled"]), - (UniCase::ascii("dueling"), &["duelling"]), - (UniCase::ascii("sympathizers"), &["sympathisers"]), - (UniCase::ascii("savories"), &["savouries"]), - (UniCase::ascii("overemphasize"), &["overemphasise"]), - (UniCase::ascii("centimeters"), &["centimetres"]), - (UniCase::ascii("neutralization"), &["neutralisation"]), - (UniCase::ascii("moisturizes"), &["moisturises"]), - (UniCase::ascii("neighborhoods"), &["neighbourhoods"]), - (UniCase::ascii("womanize"), &["womanise"]), - (UniCase::ascii("demoralization"), &["demoralisation"]), - (UniCase::ascii("centiliters"), &["centilitres"]), - (UniCase::ascii("carbonize"), &["carbonise"]), - (UniCase::ascii("demilitarization"), &["demilitarisation"]), - (UniCase::ascii("galvanize"), &["galvanise"]), - (UniCase::ascii("revolutionizes"), &["revolutionises"]), - (UniCase::ascii("modernizing"), &["modernising"]), - (UniCase::ascii("ionizes"), &["ionises"]), - (UniCase::ascii("feminized"), &["feminised"]), - (UniCase::ascii("normalizing"), &["normalising"]), - (UniCase::ascii("randomize"), &["randomise"]), - (UniCase::ascii("sanitizing"), &["sanitising"]), - (UniCase::ascii("canonizes"), &["canonises"]), - (UniCase::ascii("depersonalizing"), &["depersonalising"]), - (UniCase::ascii("synchronized"), &["synchronised"]), - (UniCase::ascii("standardizing"), &["standardising"]), - (UniCase::ascii("succoring"), &["succouring"]), - (UniCase::ascii("sterilize"), &["sterilise"]), - (UniCase::ascii("epaulet"), &["epaulette"]), - (UniCase::ascii("fantasizes"), &["fantasises"]), - (UniCase::ascii("randomizing"), &["randomising"]), - (UniCase::ascii("industrialized"), &["industrialised"]), - (UniCase::ascii("moisturized"), &["moisturised"]), - (UniCase::ascii("apologizes"), &["apologises"]), - (UniCase::ascii("molder"), &["moulder"]), - (UniCase::ascii("utilization"), &["utilisation"]), - (UniCase::ascii("westernizing"), &["westernising"]), - (UniCase::ascii("endeavor"), &["endeavour"]), - (UniCase::ascii("anglicized"), &["anglicised"]), - (UniCase::ascii("globalizing"), &["globalising"]), - (UniCase::ascii("neutralizing"), &["neutralising"]), - (UniCase::ascii("molders"), &["moulders"]), - (UniCase::ascii("rationalization"), &["rationalisation"]), - (UniCase::ascii("diarrhea"), &["diarrhoea"]), - (UniCase::ascii("denationalizes"), &["denationalises"]), - (UniCase::ascii("galvanizing"), &["galvanising"]), - (UniCase::ascii("satirize"), &["satirise"]), - (UniCase::ascii("pedophilia"), &["paedophilia"]), - (UniCase::ascii("hemorrhage"), &["haemorrhage"]), - (UniCase::ascii("ritualized"), &["ritualised"]), - (UniCase::ascii("acclimatize"), &["acclimatise"]), - (UniCase::ascii("color"), &["colour"]), - (UniCase::ascii("funneling"), &["funnelling"]), - (UniCase::ascii("cauterizing"), &["cauterising"]), - (UniCase::ascii("cannibalized"), &["cannibalised"]), - (UniCase::ascii("caramelizes"), &["caramelises"]), - (UniCase::ascii("subsidizing"), &["subsidising"]), - (UniCase::ascii("vocalized"), &["vocalised"]), - (UniCase::ascii("systematizes"), &["systematises"]), - (UniCase::ascii("vulgarizing"), &["vulgarising"]), - (UniCase::ascii("favoring"), &["favouring"]), - (UniCase::ascii("reconnoiter"), &["reconnoitre"]), - (UniCase::ascii("remolds"), &["remoulds"]), - (UniCase::ascii("favorites"), &["favourites"]), - (UniCase::ascii("temporize"), &["temporise"]), - (UniCase::ascii("savory"), &["savoury"]), - (UniCase::ascii("defense"), &["defence"]), - (UniCase::ascii("scrutinizes"), &["scrutinises"]), - (UniCase::ascii("favoritism"), &["favouritism"]), - (UniCase::ascii("dehumanize"), &["dehumanise"]), - (UniCase::ascii("sanitizes"), &["sanitises"]), - (UniCase::ascii("deodorize"), &["deodorise"]), - (UniCase::ascii("equalized"), &["equalised"]), - (UniCase::ascii("splendors"), &["splendours"]), - (UniCase::ascii("colorants"), &["colourants"]), - (UniCase::ascii("memorized"), &["memorised"]), - (UniCase::ascii("raveling"), &["ravelling"]), - (UniCase::ascii("rivaled"), &["rivalled"]), - (UniCase::ascii("colonizers"), &["colonisers"]), - (UniCase::ascii("professionalized"), &["professionalised"]), - (UniCase::ascii("baptized"), &["baptised"]), - ( - UniCase::ascii("internationalization"), - &["internationalisation"], - ), - (UniCase::ascii("propagandizing"), &["propagandising"]), - (UniCase::ascii("dehumanized"), &["dehumanised"]), - (UniCase::ascii("stabilized"), &["stabilised"]), - (UniCase::ascii("individualizing"), &["individualising"]), - (UniCase::ascii("metabolizing"), &["metabolising"]), - (UniCase::ascii("panelist"), &["panellist"]), - (UniCase::ascii("liquidizer"), &["liquidiser"]), - (UniCase::ascii("pulverization"), &["pulverisation"]), - (UniCase::ascii("symbolizing"), &["symbolising"]), - (UniCase::ascii("unionizing"), &["unionising"]), - (UniCase::ascii("nationalization"), &["nationalisation"]), - (UniCase::ascii("beveled"), &["bevelled"]), - (UniCase::ascii("ghettoizes"), &["ghettoises"]), - (UniCase::ascii("feminizing"), &["feminising"]), - (UniCase::ascii("rationalizing"), &["rationalising"]), - (UniCase::ascii("splendor"), &["splendour"]), - (UniCase::ascii("hemorrhoids"), &["haemorrhoids"]), - (UniCase::ascii("rumor"), &["rumour"]), - (UniCase::ascii("editorializes"), &["editorialises"]), - (UniCase::ascii("fiberglass"), &["fibreglass"]), - (UniCase::ascii("moldy"), &["mouldy"]), - (UniCase::ascii("decentralization"), &["decentralisation"]), - (UniCase::ascii("civilized"), &["civilised"]), - (UniCase::ascii("commercializing"), &["commercialising"]), - (UniCase::ascii("fossilizes"), &["fossilises"]), - (UniCase::ascii("dehumanizes"), &["dehumanises"]), - (UniCase::ascii("dishonoring"), &["dishonouring"]), - (UniCase::ascii("liberalize"), &["liberalise"]), - (UniCase::ascii("trivializes"), &["trivialises"]), - (UniCase::ascii("goiter"), &["goitre"]), - (UniCase::ascii("ionizing"), &["ionising"]), - (UniCase::ascii("dishonorable"), &["dishonourable"]), - (UniCase::ascii("rationalized"), &["rationalised"]), - (UniCase::ascii("emphasized"), &["emphasised"]), - (UniCase::ascii("extemporizes"), &["extemporises"]), - (UniCase::ascii("favors"), &["favours"]), - (UniCase::ascii("immunizes"), &["immunises"]), - (UniCase::ascii("anemia"), &["anaemia"]), - (UniCase::ascii("pulverizing"), &["pulverising"]), - (UniCase::ascii("vocalizations"), &["vocalisations"]), - (UniCase::ascii("publicized"), &["publicised"]), - (UniCase::ascii("carbonizes"), &["carbonises"]), - (UniCase::ascii("coziness"), &["cosiness"]), - (UniCase::ascii("verbalize"), &["verbalise"]), - (UniCase::ascii("cannibalizes"), &["cannibalises"]), - (UniCase::ascii("favorite"), &["favourite"]), - (UniCase::ascii("fantasized"), &["fantasised"]), - (UniCase::ascii("cataloged"), &["catalogued"]), - (UniCase::ascii("modeler"), &["modeller"]), - (UniCase::ascii("tenderized"), &["tenderised"]), - (UniCase::ascii("subsidize"), &["subsidise"]), - (UniCase::ascii("specialize"), &["specialise"]), - (UniCase::ascii("flavorless"), &["flavourless"]), - (UniCase::ascii("rumors"), &["rumours"]), - (UniCase::ascii("vandalizing"), &["vandalising"]), - (UniCase::ascii("harmonization"), &["harmonisation"]), - (UniCase::ascii("antagonize"), &["antagonise"]), - (UniCase::ascii("dehumanizing"), &["dehumanising"]), - (UniCase::ascii("hospitalizes"), &["hospitalises"]), - (UniCase::ascii("bejeweled"), &["bejewelled"]), - (UniCase::ascii("stabilizing"), &["stabilising"]), - (UniCase::ascii("capitalize"), &["capitalise"]), - (UniCase::ascii("criminalizes"), &["criminalises"]), - (UniCase::ascii("canonize"), &["canonise"]), - (UniCase::ascii("moisturizer"), &["moisturiser"]), - (UniCase::ascii("moisturize"), &["moisturise"]), - (UniCase::ascii("publicizing"), &["publicising"]), - (UniCase::ascii("revitalizing"), &["revitalising"]), - (UniCase::ascii("computerize"), &["computerise"]), - (UniCase::ascii("plows"), &["ploughs"]), - (UniCase::ascii("radicalizing"), &["radicalising"]), - (UniCase::ascii("intellectualize"), &["intellectualise"]), - (UniCase::ascii("sermonizing"), &["sermonising"]), - (UniCase::ascii("customizes"), &["customises"]), - (UniCase::ascii("fueled"), &["fuelled"]), - (UniCase::ascii("humors"), &["humours"]), - (UniCase::ascii("maximization"), &["maximisation"]), - (UniCase::ascii("organized"), &["organised"]), - (UniCase::ascii("overemphasized"), &["overemphasised"]), - (UniCase::ascii("subsidizes"), &["subsidises"]), - (UniCase::ascii("specializations"), &["specialisations"]), - (UniCase::ascii("rhapsodizes"), &["rhapsodises"]), - (UniCase::ascii("victimize"), &["victimise"]), - (UniCase::ascii("counselors"), &["counsellors"]), - (UniCase::ascii("romanticizing"), &["romanticising"]), - (UniCase::ascii("privatize"), &["privatise"]), - (UniCase::ascii("idealized"), &["idealised"]), - (UniCase::ascii("underutilized"), &["underutilised"]), - (UniCase::ascii("flavored"), &["flavoured"]), - (UniCase::ascii("externalized"), &["externalised"]), - (UniCase::ascii("theorize"), &["theorise"]), - (UniCase::ascii("realizes"), &["realises"]), - (UniCase::ascii("radicalize"), &["radicalise"]), - (UniCase::ascii("homogenized"), &["homogenised"]), - (UniCase::ascii("immobilizes"), &["immobilises"]), - (UniCase::ascii("galvanizes"), &["galvanises"]), - (UniCase::ascii("popularizes"), &["popularises"]), - (UniCase::ascii("penalizes"), &["penalises"]), - (UniCase::ascii("amphitheater"), &["amphitheatre"]), - (UniCase::ascii("utilized"), &["utilised"]), - (UniCase::ascii("vocalize"), &["vocalise"]), - (UniCase::ascii("liquidizes"), &["liquidises"]), - (UniCase::ascii("fictionalize"), &["fictionalise"]), - (UniCase::ascii("antagonized"), &["antagonised"]), - (UniCase::ascii("eulogized"), &["eulogised"]), - (UniCase::ascii("generalizes"), &["generalises"]), - (UniCase::ascii("apologized"), &["apologised"]), - (UniCase::ascii("centralized"), &["centralised"]), - (UniCase::ascii("harbors"), &["harbours"]), - (UniCase::ascii("worshiper"), &["worshipper"]), - (UniCase::ascii("traumatizing"), &["traumatising"]), - (UniCase::ascii("scrutinize"), &["scrutinise"]), - (UniCase::ascii("sermonize"), &["sermonise"]), - (UniCase::ascii("hemoglobin"), &["haemoglobin"]), - (UniCase::ascii("secularizing"), &["secularising"]), - (UniCase::ascii("panelists"), &["panellists"]), - (UniCase::ascii("discolors"), &["discolours"]), - (UniCase::ascii("unauthorized"), &["unauthorised"]), - (UniCase::ascii("hemophiliac"), &["haemophiliac"]), - (UniCase::ascii("specialized"), &["specialised"]), - (UniCase::ascii("gynecology"), &["gynaecology"]), - (UniCase::ascii("endeavors"), &["endeavours"]), - (UniCase::ascii("socialization"), &["socialisation"]), - (UniCase::ascii("tantalize"), &["tantalise"]), - (UniCase::ascii("dramatization"), &["dramatisation"]), - (UniCase::ascii("tricolor"), &["tricolour"]), - (UniCase::ascii("pedophile"), &["paedophile"]), - (UniCase::ascii("oxidize"), &["oxidise"]), - (UniCase::ascii("psychoanalyze"), &["psychoanalyse"]), - (UniCase::ascii("dialogs"), &["dialogues"]), - (UniCase::ascii("pasteurize"), &["pasteurise"]), - (UniCase::ascii("itemizes"), &["itemises"]), - (UniCase::ascii("familiarizing"), &["familiarising"]), - (UniCase::ascii("pedaled"), &["pedalled"]), - (UniCase::ascii("ostracizes"), &["ostracises"]), - (UniCase::ascii("memorizes"), &["memorises"]), - (UniCase::ascii("levelers"), &["levellers"]), - (UniCase::ascii("antagonizes"), &["antagonises"]), - (UniCase::ascii("sympathize"), &["sympathise"]), - (UniCase::ascii("revolutionized"), &["revolutionised"]), - (UniCase::ascii("colorizing"), &["colourizing"]), - (UniCase::ascii("proselytizers"), &["proselytisers"]), - (UniCase::ascii("baptizes"), &["baptises"]), - (UniCase::ascii("deputize"), &["deputise"]), - (UniCase::ascii("epitomize"), &["epitomise"]), - (UniCase::ascii("libeled"), &["libelled"]), - (UniCase::ascii("optimizes"), &["optimises"]), - (UniCase::ascii("squirreling"), &["squirrelling"]), - (UniCase::ascii("finalizes"), &["finalises"]), - (UniCase::ascii("tunneling"), &["tunnelling"]), - (UniCase::ascii("breathalyzes"), &["breathalyses"]), - (UniCase::ascii("computerized"), &["computerised"]), - (UniCase::ascii("criminalize"), &["criminalise"]), - (UniCase::ascii("counselor"), &["counsellor"]), - (UniCase::ascii("demonize"), &["demonise"]), - (UniCase::ascii("unionize"), &["unionise"]), - (UniCase::ascii("checkbook"), &["chequebook"]), - (UniCase::ascii("crystallizing"), &["crystallising"]), - (UniCase::ascii("miscataloged"), &["miscatalogued"]), - (UniCase::ascii("categorize"), &["categorise"]), - (UniCase::ascii("coloreds"), &["coloureds"]), - (UniCase::ascii("familiarizes"), &["familiarises"]), - (UniCase::ascii("jeopardizes"), &["jeopardises"]), - (UniCase::ascii("memorialize"), &["memorialise"]), - (UniCase::ascii("fossilized"), &["fossilised"]), - (UniCase::ascii("maneuver"), &["manoeuvre"]), - (UniCase::ascii("unraveled"), &["unravelled"]), - (UniCase::ascii("breathalyzing"), &["breathalysing"]), - (UniCase::ascii("patronize"), &["patronise"]), - (UniCase::ascii("socialize"), &["socialise"]), - (UniCase::ascii("signaling"), &["signalling"]), - (UniCase::ascii("laboring"), &["labouring"]), - (UniCase::ascii("fueling"), &["fuelling"]), - (UniCase::ascii("unrivaled"), &["unrivalled"]), - (UniCase::ascii("sentimentalize"), &["sentimentalise"]), - (UniCase::ascii("overemphasizes"), &["overemphasises"]), - (UniCase::ascii("discolored"), &["discoloured"]), - (UniCase::ascii("desensitizes"), &["desensitises"]), - (UniCase::ascii("cannibalize"), &["cannibalise"]), - (UniCase::ascii("demobilizes"), &["demobilises"]), - (UniCase::ascii("demonizes"), &["demonises"]), - (UniCase::ascii("conceptualize"), &["conceptualise"]), - (UniCase::ascii("mechanizing"), &["mechanising"]), - (UniCase::ascii("serialized"), &["serialised"]), - (UniCase::ascii("neighborliness"), &["neighbourliness"]), - (UniCase::ascii("realizing"), &["realising"]), - (UniCase::ascii("fertilizer"), &["fertiliser"]), - (UniCase::ascii("summarize"), &["summarise"]), - (UniCase::ascii("favorably"), &["favourably"]), - (UniCase::ascii("privatizes"), &["privatises"]), - (UniCase::ascii("fertilizers"), &["fertilisers"]), - (UniCase::ascii("behaviorist"), &["behaviourist"]), - (UniCase::ascii("naturalizing"), &["naturalising"]), - (UniCase::ascii("epitomizing"), &["epitomising"]), - (UniCase::ascii("plowing"), &["ploughing"]), - (UniCase::ascii("imperiled"), &["imperilled"]), - (UniCase::ascii("pedestrianizes"), &["pedestrianises"]), - (UniCase::ascii("plowshares"), &["ploughshares"]), - (UniCase::ascii("calibers"), &["calibres"]), - (UniCase::ascii("liberalization"), &["liberalisation"]), - (UniCase::ascii("stabilize"), &["stabilise"]), - (UniCase::ascii("localize"), &["localise"]), - (UniCase::ascii("reconnoitering"), &["reconnoitring"]), - (UniCase::ascii("institutionalizes"), &["institutionalises"]), - (UniCase::ascii("formalizing"), &["formalising"]), - (UniCase::ascii("prioritize"), &["prioritise"]), - (UniCase::ascii("bedeviling"), &["bedevilling"]), - (UniCase::ascii("pedophiles"), &["paedophiles"]), - (UniCase::ascii("enameling"), &["enamelling"]), - (UniCase::ascii("paneled"), &["panelled"]), - (UniCase::ascii("jeweler"), &["jeweller"]), - (UniCase::ascii("humanizing"), &["humanising"]), - (UniCase::ascii("characterizes"), &["characterises"]), - (UniCase::ascii("pasteurizes"), &["pasteurises"]), - (UniCase::ascii("skeptic"), &["sceptic"]), - (UniCase::ascii("neighbors"), &["neighbours"]), - (UniCase::ascii("hypothesize"), &["hypothesise"]), - (UniCase::ascii("synchronization"), &["synchronisation"]), - (UniCase::ascii("extemporized"), &["extemporised"]), - (UniCase::ascii("moralizing"), &["moralising"]), - (UniCase::ascii("groveled"), &["grovelled"]), - (UniCase::ascii("economized"), &["economised"]), - (UniCase::ascii("belabors"), &["belabours"]), - (UniCase::ascii("appetizers"), &["appetisers"]), - (UniCase::ascii("computerizes"), &["computerises"]), - (UniCase::ascii("internationalized"), &["internationalised"]), - (UniCase::ascii("destabilizing"), &["destabilising"]), - (UniCase::ascii("optimize"), &["optimise"]), - (UniCase::ascii("materializing"), &["materialising"]), - (UniCase::ascii("rhapsodizing"), &["rhapsodising"]), - (UniCase::ascii("revelers"), &["revellers"]), - (UniCase::ascii("pedestrianize"), &["pedestrianise"]), - (UniCase::ascii("colonization"), &["colonisation"]), - (UniCase::ascii("arbors"), &["arbours"]), - (UniCase::ascii("caramelize"), &["caramelise"]), - (UniCase::ascii("epitomized"), &["epitomised"]), - (UniCase::ascii("orthopedics"), &["orthopaedics"]), - (UniCase::ascii("vaporize"), &["vaporise"]), - (UniCase::ascii("stigmatization"), &["stigmatisation"]), - (UniCase::ascii("contextualizes"), &["contextualises"]), - (UniCase::ascii("tantalizingly"), &["tantalisingly"]), - (UniCase::ascii("sanitize"), &["sanitise"]), - (UniCase::ascii("vigor"), &["vigour"]), - (UniCase::ascii("millimeters"), &["millimetres"]), - (UniCase::ascii("itemized"), &["itemised"]), - (UniCase::ascii("immortalizes"), &["immortalises"]), - (UniCase::ascii("hemorrhaging"), &["haemorrhaging"]), - (UniCase::ascii("localizing"), &["localising"]), - (UniCase::ascii("vaporization"), &["vaporisation"]), - (UniCase::ascii("professionalize"), &["professionalise"]), - (UniCase::ascii("multicolored"), &["multicoloured"]), - (UniCase::ascii("molts"), &["moults"]), - (UniCase::ascii("italicizes"), &["italicises"]), - (UniCase::ascii("colorful"), &["colourful"]), - (UniCase::ascii("characterize"), &["characterise"]), - (UniCase::ascii("realizable"), &["realisable"]), - (UniCase::ascii("eulogize"), &["eulogise"]), - (UniCase::ascii("demilitarizing"), &["demilitarising"]), - (UniCase::ascii("plowed"), &["ploughed"]), - (UniCase::ascii("esophaguses"), &["oesophaguses"]), - (UniCase::ascii("coziest"), &["cosiest"]), - (UniCase::ascii("marvelously"), &["marvellously"]), - (UniCase::ascii("temporizes"), &["temporises"]), - (UniCase::ascii("tantalizing"), &["tantalising"]), - (UniCase::ascii("globalize"), &["globalise"]), - (UniCase::ascii("solemnized"), &["solemnised"]), - (UniCase::ascii("externalizations"), &["externalisations"]), - (UniCase::ascii("institutionalized"), &["institutionalised"]), - (UniCase::ascii("caliber"), &["calibre"]), - (UniCase::ascii("globalizes"), &["globalises"]), - (UniCase::ascii("dramatize"), &["dramatise"]), - (UniCase::ascii("leveled"), &["levelled"]), - (UniCase::ascii("memorializing"), &["memorialising"]), - (UniCase::ascii("colors"), &["colours"]), - (UniCase::ascii("editorialize"), &["editorialise"]), - (UniCase::ascii("womanizing"), &["womanising"]), - (UniCase::ascii("solemnizes"), &["solemnises"]), - (UniCase::ascii("immobilized"), &["immobilised"]), - (UniCase::ascii("prioritizes"), &["prioritises"]), - (UniCase::ascii("categorized"), &["categorised"]), - (UniCase::ascii("minimized"), &["minimised"]), - (UniCase::ascii("secularization"), &["secularisation"]), - (UniCase::ascii("centerpieces"), &["centrepieces"]), - (UniCase::ascii("flavor"), &["flavour"]), - (UniCase::ascii("stabilizers"), &["stabilisers"]), - (UniCase::ascii("legalizes"), &["legalises"]), - (UniCase::ascii("liberalizes"), &["liberalises"]), - (UniCase::ascii("snorkeled"), &["snorkelled"]), - (UniCase::ascii("extemporize"), &["extemporise"]), - (UniCase::ascii("anglicizes"), &["anglicises"]), - (UniCase::ascii("hypnotizing"), &["hypnotising"]), - (UniCase::ascii("pressurization"), &["pressurisation"]), - (UniCase::ascii("backpedaled"), &["backpedalled"]), - (UniCase::ascii("sterilizes"), &["sterilises"]), - (UniCase::ascii("normalize"), &["normalise"]), - (UniCase::ascii("symbolize"), &["symbolise"]), - (UniCase::ascii("polarized"), &["polarised"]), - (UniCase::ascii("nationalizations"), &["nationalisations"]), - (UniCase::ascii("vulgarizes"), &["vulgarises"]), - (UniCase::ascii("accessorizes"), &["accessorises"]), - (UniCase::ascii("molding"), &["moulding"]), - (UniCase::ascii("harmonize"), &["harmonise"]), - (UniCase::ascii("deodorizes"), &["deodorises"]), - (UniCase::ascii("urbanizing"), &["urbanising"]), - (UniCase::ascii("militarizes"), &["militarises"]), - (UniCase::ascii("globalization"), &["globalisation"]), - (UniCase::ascii("radicalizes"), &["radicalises"]), - (UniCase::ascii("unfavorably"), &["unfavourably"]), - (UniCase::ascii("bastardizes"), &["bastardises"]), - (UniCase::ascii("empathizing"), &["empathising"]), - (UniCase::ascii("archeologists"), &["archaeologists"]), - (UniCase::ascii("belabor"), &["belabour"]), - (UniCase::ascii("marveling"), &["marvelling"]), - (UniCase::ascii("amortized"), &["amortised"]), - (UniCase::ascii("patronizes"), &["patronises"]), - (UniCase::ascii("commercialized"), &["commercialised"]), - (UniCase::ascii("intellectualized"), &["intellectualised"]), - (UniCase::ascii("deputized"), &["deputised"]), - (UniCase::ascii("hospitalized"), &["hospitalised"]), - (UniCase::ascii("modernized"), &["modernised"]), - (UniCase::ascii("organizations"), &["organisations"]), - (UniCase::ascii("mesmerize"), &["mesmerise"]), - (UniCase::ascii("tyrannized"), &["tyrannised"]), - (UniCase::ascii("utilizes"), &["utilises"]), - (UniCase::ascii("vulgarized"), &["vulgarised"]), - (UniCase::ascii("gonorrhea"), &["gonorrhoea"]), - (UniCase::ascii("luster"), &["lustre"]), - (UniCase::ascii("proselytized"), &["proselytised"]), - (UniCase::ascii("particularizing"), &["particularising"]), - (UniCase::ascii("itemizing"), &["itemising"]), - (UniCase::ascii("naturalization"), &["naturalisation"]), - (UniCase::ascii("groveling"), &["grovelling"]), - (UniCase::ascii("demonized"), &["demonised"]), - (UniCase::ascii("colorize"), &["colourize"]), - (UniCase::ascii("sniveling"), &["snivelling"]), - (UniCase::ascii("internationalizes"), &["internationalises"]), - (UniCase::ascii("refueling"), &["refuelling"]), - (UniCase::ascii("vapors"), &["vapours"]), - (UniCase::ascii("traveler"), &["traveller"]), - (UniCase::ascii("rumored"), &["rumoured"]), - (UniCase::ascii("equalizing"), &["equalising"]), - (UniCase::ascii("caviling"), &["cavilling"]), - (UniCase::ascii("savored"), &["savoured"]), - (UniCase::ascii("moralize"), &["moralise"]), - (UniCase::ascii("terrorizing"), &["terrorising"]), - (UniCase::ascii("analyzing"), &["analysing"]), - (UniCase::ascii("stabilizer"), &["stabiliser"]), - (UniCase::ascii("mechanize"), &["mechanise"]), - (UniCase::ascii("demoralize"), &["demoralise"]), - (UniCase::ascii("mold"), &["mould"]), - (UniCase::ascii("desensitization"), &["desensitisation"]), - (UniCase::ascii("organize"), &["organise"]), - (UniCase::ascii("trialing"), &["trialling"]), - (UniCase::ascii("dialed"), &["dialled"]), - (UniCase::ascii("factorized"), &["factorised"]), - (UniCase::ascii("watercolors"), &["watercolours"]), - (UniCase::ascii("fertilizing"), &["fertilising"]), - (UniCase::ascii("idealizes"), &["idealises"]), - (UniCase::ascii("watercolor"), &["watercolour"]), - (UniCase::ascii("criminalizing"), &["criminalising"]), - (UniCase::ascii("scepter"), &["sceptre"]), - (UniCase::ascii("centerpiece"), &["centrepiece"]), - (UniCase::ascii("subsidized"), &["subsidised"]), - (UniCase::ascii("estrogen"), &["oestrogen"]), - (UniCase::ascii("skepticism"), &["scepticism"]), - (UniCase::ascii("utilize"), &["utilise"]), - (UniCase::ascii("signaled"), &["signalled"]), - (UniCase::ascii("popularized"), &["popularised"]), - (UniCase::ascii("realization"), &["realisation"]), - (UniCase::ascii("subsidization"), &["subsidisation"]), - (UniCase::ascii("minimizing"), &["minimising"]), - (UniCase::ascii("nationalizing"), &["nationalising"]), - (UniCase::ascii("demilitarize"), &["demilitarise"]), - (UniCase::ascii("tenderizes"), &["tenderises"]), - (UniCase::ascii("fossilize"), &["fossilise"]), - (UniCase::ascii("demobilized"), &["demobilised"]), - (UniCase::ascii("carbonizing"), &["carbonising"]), - (UniCase::ascii("harmonized"), &["harmonised"]), - (UniCase::ascii("disfavor"), &["disfavour"]), - (UniCase::ascii("utilizable"), &["utilisable"]), - (UniCase::ascii("generalize"), &["generalise"]), - (UniCase::ascii("aggrandizement"), &["aggrandisement"]), - (UniCase::ascii("visualizing"), &["visualising"]), - (UniCase::ascii("optimizing"), &["optimising"]), - (UniCase::ascii("emphasize"), &["emphasise"]), - (UniCase::ascii("sympathizer"), &["sympathiser"]), - (UniCase::ascii("organizing"), &["organising"]), - (UniCase::ascii("energizing"), &["energising"]), - (UniCase::ascii("formalized"), &["formalised"]), - (UniCase::ascii("desensitized"), &["desensitised"]), - (UniCase::ascii("mobilizes"), &["mobilises"]), - (UniCase::ascii("marginalize"), &["marginalise"]), - (UniCase::ascii("parceling"), &["parcelling"]), - (UniCase::ascii("unfavorable"), &["unfavourable"]), - (UniCase::ascii("anesthetizing"), &["anaesthetising"]), - (UniCase::ascii("legitimizing"), &["legitimising"]), - (UniCase::ascii("scrutinizing"), &["scrutinising"]), - (UniCase::ascii("denationalization"), &["denationalisation"]), - (UniCase::ascii("graveled"), &["gravelled"]), - (UniCase::ascii("editorializing"), &["editorialising"]), - (UniCase::ascii("collectivized"), &["collectivised"]), - (UniCase::ascii("denationalize"), &["denationalise"]), - (UniCase::ascii("dialing"), &["dialling"]), - (UniCase::ascii("bowdlerize"), &["bowdlerise"]), - (UniCase::ascii("westernize"), &["westernise"]), - (UniCase::ascii("democratized"), &["democratised"]), - (UniCase::ascii("reorganization"), &["reorganisation"]), - (UniCase::ascii("victimization"), &["victimisation"]), - (UniCase::ascii("anesthetics"), &["anaesthetics"]), - (UniCase::ascii("tasseled"), &["tasselled"]), - (UniCase::ascii("familiarize"), &["familiarise"]), - (UniCase::ascii("metabolized"), &["metabolised"]), - (UniCase::ascii("centimeter"), &["centimetre"]), - (UniCase::ascii("decentralizes"), &["decentralises"]), - (UniCase::ascii("hybridized"), &["hybridised"]), - (UniCase::ascii("serializing"), &["serialising"]), - (UniCase::ascii("militarized"), &["militarised"]), - (UniCase::ascii("unionized"), &["unionised"]), - (UniCase::ascii("memorizing"), &["memorising"]), - (UniCase::ascii("memorializes"), &["memorialises"]), - (UniCase::ascii("overemphasizing"), &["overemphasising"]), - (UniCase::ascii("enamored"), &["enamoured"]), - (UniCase::ascii("terrorizes"), &["terrorises"]), - (UniCase::ascii("naturalized"), &["naturalised"]), - (UniCase::ascii("ostracize"), &["ostracise"]), - (UniCase::ascii("lionizes"), &["lionises"]), - (UniCase::ascii("secularizes"), &["secularises"]), - (UniCase::ascii("fantasize"), &["fantasise"]), - (UniCase::ascii("italicizing"), &["italicising"]), - (UniCase::ascii("armorer"), &["armourer"]), - (UniCase::ascii("plow"), &["plough"]), - (UniCase::ascii("toweled"), &["towelled"]), - (UniCase::ascii("hospitalize"), &["hospitalise"]), - (UniCase::ascii("endeavoring"), &["endeavouring"]), - (UniCase::ascii("crystallized"), &["crystallised"]), - (UniCase::ascii("mobilization"), &["mobilisation"]), - (UniCase::ascii("deputizing"), &["deputising"]), - (UniCase::ascii("sterilizing"), &["sterilising"]), - (UniCase::ascii("maneuverability"), &["manoeuvrability"]), - (UniCase::ascii("mesmerizing"), &["mesmerising"]), - (UniCase::ascii("feces"), &["faeces"]), - (UniCase::ascii("recognizable"), &["recognisable"]), - (UniCase::ascii("terrorized"), &["terrorised"]), - (UniCase::ascii("digitize"), &["digitise"]), - (UniCase::ascii("visualization"), &["visualisation"]), - (UniCase::ascii("scrutinized"), &["scrutinised"]), - (UniCase::ascii("flavorings"), &["flavourings"]), - (UniCase::ascii("psychoanalyzing"), &["psychoanalysing"]), - (UniCase::ascii("eulogizes"), &["eulogises"]), - (UniCase::ascii("initializes"), &["initialises"]), - (UniCase::ascii("anesthetized"), &["anaesthetised"]), - (UniCase::ascii("analyze"), &["analyse"]), - (UniCase::ascii("brutalized"), &["brutalised"]), - (UniCase::ascii("marshaling"), &["marshalling"]), - (UniCase::ascii("immortalize"), &["immortalise"]), - (UniCase::ascii("catalyzes"), &["catalyses"]), - (UniCase::ascii("sterilizations"), &["sterilisations"]), - (UniCase::ascii("centers"), &["centres"]), - (UniCase::ascii("revitalize"), &["revitalise"]), - (UniCase::ascii("trivializing"), &["trivialising"]), - (UniCase::ascii("mustached"), &["moustached"]), - (UniCase::ascii("moisturizers"), &["moisturisers"]), - (UniCase::ascii("summarizing"), &["summarising"]), - (UniCase::ascii("saltpeter"), &["saltpetre"]), - (UniCase::ascii("ionization"), &["ionisation"]), - (UniCase::ascii("regularization"), &["regularisation"]), - (UniCase::ascii("spiraled"), &["spiralled"]), - (UniCase::ascii("fulfillment"), &["fulfilment"]), - (UniCase::ascii("sentimentalizes"), &["sentimentalises"]), - (UniCase::ascii("fraternization"), &["fraternisation"]), - (UniCase::ascii("oxidizes"), &["oxidises"]), - (UniCase::ascii("fiber"), &["fibre"]), - (UniCase::ascii("pulverize"), &["pulverise"]), - (UniCase::ascii("philosophizes"), &["philosophises"]), - (UniCase::ascii("conceptualized"), &["conceptualised"]), - (UniCase::ascii("maximizes"), &["maximises"]), - (UniCase::ascii("accessorize"), &["accessorise"]), - (UniCase::ascii("gamboled"), &["gambolled"]), - (UniCase::ascii("hemophiliacs"), &["haemophiliacs"]), - (UniCase::ascii("catalyze"), &["catalyse"]), - (UniCase::ascii("immunizing"), &["immunising"]), - (UniCase::ascii("lionizing"), &["lionising"]), - (UniCase::ascii("harboring"), &["harbouring"]), - (UniCase::ascii("fertilized"), &["fertilised"]), - (UniCase::ascii("clamor"), &["clamour"]), - (UniCase::ascii("ghettoize"), &["ghettoise"]), - (UniCase::ascii("appetizingly"), &["appetisingly"]), - (UniCase::ascii("tyrannizing"), &["tyrannising"]), - (UniCase::ascii("homogenizing"), &["homogenising"]), - (UniCase::ascii("decentralizing"), &["decentralising"]), - (UniCase::ascii("shriveled"), &["shrivelled"]), - (UniCase::ascii("immunize"), &["immunise"]), - (UniCase::ascii("westernized"), &["westernised"]), - (UniCase::ascii("milliliters"), &["millilitres"]), - (UniCase::ascii("reveling"), &["revelling"]), - (UniCase::ascii("humored"), &["humoured"]), - (UniCase::ascii("systematization"), &["systematisation"]), - (UniCase::ascii("victimizing"), &["victimising"]), - (UniCase::ascii("denationalized"), &["denationalised"]), - (UniCase::ascii("louvers"), &["louvres"]), - (UniCase::ascii("oxidizing"), &["oxidising"]), - (UniCase::ascii("lionized"), &["lionised"]), - (UniCase::ascii("sterilizers"), &["sterilisers"]), - (UniCase::ascii("deputizes"), &["deputises"]), - (UniCase::ascii("epitomizes"), &["epitomises"]), - (UniCase::ascii("memorialized"), &["memorialised"]), - (UniCase::ascii("rhapsodize"), &["rhapsodise"]), - (UniCase::ascii("neighborly"), &["neighbourly"]), - (UniCase::ascii("emphasizes"), &["emphasises"]), - (UniCase::ascii("formalizes"), &["formalises"]), - (UniCase::ascii("weaseled"), &["weaselled"]), - (UniCase::ascii("mustache"), &["moustache"]), - (UniCase::ascii("idealizing"), &["idealising"]), - (UniCase::ascii("misbehavior"), &["misbehaviour"]), - (UniCase::ascii("rationalizations"), &["rationalisations"]), - (UniCase::ascii("desensitizing"), &["desensitising"]), - (UniCase::ascii("sniveled"), &["snivelled"]), - (UniCase::ascii("magnetizing"), &["magnetising"]), - (UniCase::ascii("saviors"), &["saviours"]), - (UniCase::ascii("candor"), &["candour"]), - (UniCase::ascii("reorganize"), &["reorganise"]), - (UniCase::ascii("shriveling"), &["shrivelling"]), - (UniCase::ascii("monopolize"), &["monopolise"]), - (UniCase::ascii("empathize"), &["empathise"]), - (UniCase::ascii("paleontologists"), &["palaeontologists"]), - (UniCase::ascii("demilitarized"), &["demilitarised"]), - (UniCase::ascii("authorizes"), &["authorises"]), - (UniCase::ascii("liters"), &["litres"]), - (UniCase::ascii("stigmatize"), &["stigmatise"]), - (UniCase::ascii("psychoanalyzes"), &["psychoanalyses"]), - (UniCase::ascii("characterized"), &["characterised"]), - (UniCase::ascii("temporized"), &["temporised"]), - (UniCase::ascii("civilize"), &["civilise"]), - (UniCase::ascii("oxidized"), &["oxidised"]), - (UniCase::ascii("equalizes"), &["equalises"]), - (UniCase::ascii("serialize"), &["serialise"]), - (UniCase::ascii("internalization"), &["internalisation"]), - (UniCase::ascii("minimizes"), &["minimises"]), - (UniCase::ascii("visualize"), &["visualise"]), - (UniCase::ascii("propagandizes"), &["propagandises"]), - (UniCase::ascii("generalizations"), &["generalisations"]), - (UniCase::ascii("customized"), &["customised"]), - (UniCase::ascii("demobilizing"), &["demobilising"]), - (UniCase::ascii("cauterized"), &["cauterised"]), - (UniCase::ascii("worshiped"), &["worshipped"]), - (UniCase::ascii("parlors"), &["parlours"]), - (UniCase::ascii("legalized"), &["legalised"]), - (UniCase::ascii("honorably"), &["honourably"]), - (UniCase::ascii("formalize"), &["formalise"]), - (UniCase::ascii("immortalizing"), &["immortalising"]), - (UniCase::ascii("sensationalize"), &["sensationalise"]), - (UniCase::ascii("synthesizing"), &["synthesising"]), - (UniCase::ascii("synchronize"), &["synchronise"]), - (UniCase::ascii("cannibalizing"), &["cannibalising"]), - (UniCase::ascii("backpedaling"), &["backpedalling"]), - (UniCase::ascii("immobilization"), &["immobilisation"]), - (UniCase::ascii("initialize"), &["initialise"]), - (UniCase::ascii("intellectualizes"), &["intellectualises"]), - (UniCase::ascii("magnetize"), &["magnetise"]), - (UniCase::ascii("colonizes"), &["colonises"]), - (UniCase::ascii("orthopedic"), &["orthopaedic"]), - (UniCase::ascii("particularize"), &["particularise"]), - (UniCase::ascii("sanitized"), &["sanitised"]), - (UniCase::ascii("brutalizes"), &["brutalises"]), - (UniCase::ascii("immunization"), &["immunisation"]), - (UniCase::ascii("vandalize"), &["vandalise"]), - (UniCase::ascii("councilors"), &["councillors"]), - (UniCase::ascii("vaporizes"), &["vaporises"]), - (UniCase::ascii("recognize"), &["recognise"]), - (UniCase::ascii("fecal"), &["faecal"]), - (UniCase::ascii("sepulchers"), &["sepulchres"]), - (UniCase::ascii("immobilizer"), &["immobiliser"]), - (UniCase::ascii("standardize"), &["standardise"]), - (UniCase::ascii("circularizing"), &["circularising"]), - (UniCase::ascii("paralyzes"), &["paralyses"]), - (UniCase::ascii("sulfate"), &["sulphate"]), - (UniCase::ascii("leveler"), &["leveller"]), - (UniCase::ascii("propagandized"), &["propagandised"]), - (UniCase::ascii("trialed"), &["trialled"]), - (UniCase::ascii("patronizing"), &["patronising"]), - (UniCase::ascii("unraveling"), &["unravelling"]), - (UniCase::ascii("popularizing"), &["popularising"]), - (UniCase::ascii("amortizable"), &["amortisable"]), - (UniCase::ascii("decentralize"), &["decentralise"]), - (UniCase::ascii("ardor"), &["ardour"]), - (UniCase::ascii("denationalizing"), &["denationalising"]), - (UniCase::ascii("itemize"), &["itemise"]), - (UniCase::ascii("humanizes"), &["humanises"]), - (UniCase::ascii("circularized"), &["circularised"]), - (UniCase::ascii("remolding"), &["remoulding"]), - (UniCase::ascii("polarize"), &["polarise"]), - (UniCase::ascii("behooved"), &["behoved"]), - (UniCase::ascii("sterilization"), &["sterilisation"]), - (UniCase::ascii("categorizing"), &["categorising"]), - (UniCase::ascii("monopolization"), &["monopolisation"]), - (UniCase::ascii("armorers"), &["armourers"]), - (UniCase::ascii("neutralized"), &["neutralised"]), - (UniCase::ascii("sensationalized"), &["sensationalised"]), - (UniCase::ascii("cozy"), &["cosy"]), - ( - UniCase::ascii("internationalizing"), - &["internationalising"], - ), - (UniCase::ascii("stigmatizing"), &["stigmatising"]), - (UniCase::ascii("demobilization"), &["demobilisation"]), - (UniCase::ascii("hemorrhaged"), &["haemorrhaged"]), - (UniCase::ascii("outmaneuver"), &["outmanoeuvre"]), - (UniCase::ascii("popularize"), &["popularise"]), - (UniCase::ascii("odorless"), &["odourless"]), - (UniCase::ascii("anesthesia"), &["anaesthesia"]), - (UniCase::ascii("offense"), &["offence"]), - (UniCase::ascii("economizing"), &["economising"]), - (UniCase::ascii("tenderize"), &["tenderise"]), - (UniCase::ascii("colorless"), &["colourless"]), - (UniCase::ascii("sulfides"), &["sulphides"]), - (UniCase::ascii("plowman"), &["ploughman"]), - (UniCase::ascii("behaviors"), &["behaviours"]), - (UniCase::ascii("mechanizes"), &["mechanises"]), - (UniCase::ascii("romanticize"), &["romanticise"]), - (UniCase::ascii("decentralized"), &["decentralised"]), - (UniCase::ascii("miniaturizes"), &["miniaturises"]), - (UniCase::ascii("drafty"), &["draughty"]), - (UniCase::ascii("politicizing"), &["politicising"]), - (UniCase::ascii("disorganization"), &["disorganisation"]), - (UniCase::ascii("carbonized"), &["carbonised"]), - (UniCase::ascii("centiliter"), &["centilitre"]), - (UniCase::ascii("ostracized"), &["ostracised"]), - (UniCase::ascii("internalizing"), &["internalising"]), - (UniCase::ascii("evangelize"), &["evangelise"]), - (UniCase::ascii("recognizance"), &["recognisance"]), - (UniCase::ascii("fictionalizes"), &["fictionalises"]), - (UniCase::ascii("goiters"), &["goitres"]), - (UniCase::ascii("centralizes"), &["centralises"]), - (UniCase::ascii("checkbooks"), &["chequebooks"]), - (UniCase::ascii("prioritized"), &["prioritised"]), - (UniCase::ascii("disemboweling"), &["disembowelling"]), - (UniCase::ascii("sepulcher"), &["sepulchre"]), - (UniCase::ascii("privatized"), &["privatised"]), - (UniCase::ascii("digitized"), &["digitised"]), - (UniCase::ascii("theorizing"), &["theorising"]), - (UniCase::ascii("verbalizing"), &["verbalising"]), - (UniCase::ascii("naturalize"), &["naturalise"]), - (UniCase::ascii("pummeled"), &["pummelling"]), - (UniCase::ascii("remodeled"), &["remodelled"]), - (UniCase::ascii("reorganizes"), &["reorganises"]), - (UniCase::ascii("empathized"), &["empathised"]), - (UniCase::ascii("mechanization"), &["mechanisation"]), - (UniCase::ascii("cruelest"), &["cruellest"]), - (UniCase::ascii("discoloring"), &["discolouring"]), - (UniCase::ascii("compartmentalize"), &["compartmentalise"]), - (UniCase::ascii("brutalize"), &["brutalise"]), - (UniCase::ascii("crueler"), &["crueller"]), - (UniCase::ascii("liquidized"), &["liquidised"]), - (UniCase::ascii("succored"), &["succoured"]), - (UniCase::ascii("materialized"), &["materialised"]), - (UniCase::ascii("dishonorably"), &["dishonourably"]), - (UniCase::ascii("sensationalizing"), &["sensationalising"]), - (UniCase::ascii("evangelizing"), &["evangelising"]), - (UniCase::ascii("personalized"), &["personalised"]), - (UniCase::ascii("accessorizing"), &["accessorising"]), - (UniCase::ascii("pretenses"), &["pretences"]), - (UniCase::ascii("legitimized"), &["legitimised"]), - (UniCase::ascii("factorize"), &["factorise"]), - ( - UniCase::ascii("professionalization"), - &["professionalisation"], - ), - (UniCase::ascii("maneuverable"), &["manoeuvrable"]), - (UniCase::ascii("economizes"), &["economises"]), - (UniCase::ascii("realize"), &["realise"]), - (UniCase::ascii("armored"), &["armoured"]), - (UniCase::ascii("odor"), &["odour"]), - (UniCase::ascii("weaseling"), &["weaselling"]), - (UniCase::ascii("specialization"), &["specialisation"]), - (UniCase::ascii("chiseled"), &["chiselled"]), - (UniCase::ascii("urbanizes"), &["urbanises"]), - (UniCase::ascii("clarinetists"), &["clarinettists"]), - (UniCase::ascii("dramatizes"), &["dramatises"]), - (UniCase::ascii("victimizes"), &["victimises"]), - (UniCase::ascii("localized"), &["localised"]), - (UniCase::ascii("airplanes"), &["aeroplanes"]), - (UniCase::ascii("anglicizing"), &["anglicising"]), - (UniCase::ascii("vulgarize"), &["vulgarise"]), - (UniCase::ascii("caramelized"), &["caramelised"]), - (UniCase::ascii("customizing"), &["customising"]), - (UniCase::ascii("hypnotized"), &["hypnotised"]), - (UniCase::ascii("colorizes"), &["colourizes"]), - (UniCase::ascii("organization"), &["organisation"]), - (UniCase::ascii("liquidize"), &["liquidise"]), - (UniCase::ascii("anesthetizes"), &["anaesthetises"]), - (UniCase::ascii("sensationalizes"), &["sensationalises"]), - (UniCase::ascii("flutists"), &["flautists"]), - (UniCase::ascii("temporizing"), &["temporising"]), - (UniCase::ascii("idolizes"), &["idolises"]), - (UniCase::ascii("characterizing"), &["characterising"]), - (UniCase::ascii("bowdlerized"), &["bowdlerised"]), - (UniCase::ascii("scepters"), &["sceptres"]), - (UniCase::ascii("cauterizes"), &["cauterises"]), - (UniCase::ascii("naturalizes"), &["naturalises"]), - (UniCase::ascii("marginalizing"), &["marginalising"]), - (UniCase::ascii("stigmatizes"), &["stigmatises"]), - (UniCase::ascii("skeptically"), &["sceptically"]), - (UniCase::ascii("remolded"), &["remoulded"]), - (UniCase::ascii("initializing"), &["initialising"]), - (UniCase::ascii("individualizes"), &["individualises"]), - (UniCase::ascii("serializations"), &["serialisations"]), - (UniCase::ascii("jewelry"), &["jewellery"]), - (UniCase::ascii("lionization"), &["lionisation"]), - (UniCase::ascii("maneuvers"), &["manoeuvres"]), - (UniCase::ascii("digitizing"), &["digitising"]), - (UniCase::ascii("urbanized"), &["urbanised"]), - (UniCase::ascii("rhapsodized"), &["rhapsodised"]), - (UniCase::ascii("tantalized"), &["tantalised"]), - (UniCase::ascii("plagiarizes"), &["plagiarises"]), - (UniCase::ascii("feminizes"), &["feminises"]), - (UniCase::ascii("industrializing"), &["industrialising"]), - (UniCase::ascii("humanize"), &["humanise"]), - (UniCase::ascii("baptizing"), &["baptising"]), - (UniCase::ascii("impaneling"), &["impanelling"]), - (UniCase::ascii("behavioral"), &["behavioural"]), - (UniCase::ascii("tyrannizes"), &["tyrannises"]), - (UniCase::ascii("evangelized"), &["evangelised"]), - (UniCase::ascii("caviled"), &["cavilled"]), - (UniCase::ascii("distills"), &["distils"]), - (UniCase::ascii("disorganized"), &["disorganised"]), - (UniCase::ascii("westernization"), &["westernisation"]), - (UniCase::ascii("parceled"), &["parcelled"]), - (UniCase::ascii("commercialize"), &["commercialise"]), - (UniCase::ascii("mesmerized"), &["mesmerised"]), - (UniCase::ascii("sterilizer"), &["steriliser"]), - (UniCase::ascii("idolize"), &["idolise"]), - (UniCase::ascii("favor"), &["favour"]), - (UniCase::ascii("cauterize"), &["cauterise"]), - (UniCase::ascii("penciled"), &["pencilled"]), - (UniCase::ascii("democratizes"), &["democratises"]), - (UniCase::ascii("sulfide"), &["sulphide"]), - (UniCase::ascii("compartmentalized"), &["compartmentalised"]), - (UniCase::ascii("kilometers"), &["kilometres"]), - (UniCase::ascii("serializes"), &["serialises"]), - (UniCase::ascii("transistorized"), &["transistorised"]), - (UniCase::ascii("conceptualizes"), &["conceptualises"]), - (UniCase::ascii("criticized"), &["criticised"]), - (UniCase::ascii("optimized"), &["optimised"]), - (UniCase::ascii("ghettoized"), &["ghettoised"]), - (UniCase::ascii("maximizing"), &["maximising"]), - (UniCase::ascii("fraternized"), &["fraternised"]), - (UniCase::ascii("traveling"), &["travelling"]), - (UniCase::ascii("finalization"), &["finalisation"]), - (UniCase::ascii("theatergoer"), &["theatregoer"]), - (UniCase::ascii("airplane"), &["aeroplane"]), - (UniCase::ascii("immobilizers"), &["immobilisers"]), - (UniCase::ascii("shoveling"), &["shovelling"]), - (UniCase::ascii("fossilization"), &["fossilisation"]), - (UniCase::ascii("finalizing"), &["finalising"]), - (UniCase::ascii("professionalizing"), &["professionalising"]), - (UniCase::ascii("anesthetists"), &["anaesthetists"]), - (UniCase::ascii("hospitalization"), &["hospitalisation"]), - (UniCase::ascii("unorganized"), &["unorganised"]), - (UniCase::ascii("pedestrianization"), &["pedestrianisation"]), - (UniCase::ascii("regularizes"), &["regularises"]), - (UniCase::ascii("capitalized"), &["capitalised"]), - (UniCase::ascii("fictionalization"), &["fictionalisation"]), - (UniCase::ascii("unequaled"), &["unequalled"]), - (UniCase::ascii("flavoring"), &["flavouring"]), - (UniCase::ascii("anesthetist"), &["anaesthetist"]), - (UniCase::ascii("vaporized"), &["vaporised"]), - (UniCase::ascii("molded"), &["moulded"]), - (UniCase::ascii("familiarization"), &["familiarisation"]), - (UniCase::ascii("jeopardizing"), &["jeopardising"]), - (UniCase::ascii("favored"), &["favoured"]), - (UniCase::ascii("pulverized"), &["pulverised"]), - (UniCase::ascii("colonizer"), &["coloniser"]), - (UniCase::ascii("checkered"), &["chequered"]), - (UniCase::ascii("marshaled"), &["marshalled"]), - (UniCase::ascii("colonized"), &["colonised"]), - (UniCase::ascii("agonizingly"), &["agonisingly"]), - (UniCase::ascii("skeptics"), &["sceptics"]), - (UniCase::ascii("fertilization"), &["fertilisation"]), - (UniCase::ascii("fictionalizing"), &["fictionalising"]), - (UniCase::ascii("metabolizes"), &["metabolises"]), - (UniCase::ascii("fertilizes"), &["fertilises"]), - (UniCase::ascii("pedestrianizing"), &["pedestrianising"]), - (UniCase::ascii("pasteurized"), &["pasteurised"]), - (UniCase::ascii("customize"), &["customise"]), - (UniCase::ascii("cudgeled"), &["cudgelled"]), - (UniCase::ascii("moldings"), &["mouldings"]), - (UniCase::ascii("fantasizing"), &["fantasising"]), - (UniCase::ascii("energized"), &["energised"]), - (UniCase::ascii("miter"), &["mitre"]), - (UniCase::ascii("bastardizing"), &["bastardising"]), - (UniCase::ascii("belabored"), &["belaboured"]), - (UniCase::ascii("generalized"), &["generalised"]), - (UniCase::ascii("democratizing"), &["democratising"]), - (UniCase::ascii("equalize"), &["equalise"]), - (UniCase::ascii("industrializes"), &["industrialises"]), - (UniCase::ascii("behaviorists"), &["behaviourists"]), - (UniCase::ascii("sensitize"), &["sensitise"]), - (UniCase::ascii("practiced"), &["practised"]), - (UniCase::ascii("travelers"), &["travellers"]), - (UniCase::ascii("ghettoizing"), &["ghettoising"]), - (UniCase::ascii("analyzes"), &["analyses"]), - (UniCase::ascii("synchronizes"), &["synchronises"]), - (UniCase::ascii("centerfold"), &["centrefold"]), - (UniCase::ascii("formalization"), &["formalisation"]), - (UniCase::ascii("jewelers"), &["jewellers"]), - (UniCase::ascii("enrolls"), &["enrols"]), - (UniCase::ascii("polarizing"), &["polarising"]), - (UniCase::ascii("collectivizing"), &["collectivising"]), - (UniCase::ascii("impaneled"), &["impanelled"]), - (UniCase::ascii("milliliter"), &["millilitre"]), - (UniCase::ascii("terrorize"), &["terrorise"]), - (UniCase::ascii("kilometer"), &["kilometre"]), - (UniCase::ascii("traumatized"), &["traumatised"]), - (UniCase::ascii("lionize"), &["lionise"]), - (UniCase::ascii("honors"), &["honours"]), - (UniCase::ascii("destabilize"), &["destabilise"]), - (UniCase::ascii("organizes"), &["organises"]), - (UniCase::ascii("idolized"), &["idolised"]), - (UniCase::ascii("stenciled"), &["stencilled"]), - (UniCase::ascii("socializes"), &["socialises"]), - (UniCase::ascii("odors"), &["odours"]), - (UniCase::ascii("maximize"), &["maximise"]), - (UniCase::ascii("tumors"), &["tumours"]), - (UniCase::ascii("hypnotizes"), &["hypnotises"]), - (UniCase::ascii("pajama"), &["pyjama"]), - ]), - }; +pub static BRITISH_DICTIONARY: &[(&str, &[&str])] = &[ + ("accessorize", &["accessorise"]), + ("accessorized", &["accessorised"]), + ("accessorizes", &["accessorises"]), + ("accessorizing", &["accessorising"]), + ("acclimatization", &["acclimatisation"]), + ("acclimatize", &["acclimatise"]), + ("acclimatized", &["acclimatised"]), + ("acclimatizes", &["acclimatises"]), + ("acclimatizing", &["acclimatising"]), + ("aggrandizement", &["aggrandisement"]), + ("aging", &["ageing"]), + ("agonize", &["agonise"]), + ("agonized", &["agonised"]), + ("agonizes", &["agonises"]), + ("agonizing", &["agonising"]), + ("agonizingly", &["agonisingly"]), + ("airplane", &["aeroplane"]), + ("airplanes", &["aeroplanes"]), + ("aluminum", &["aluminium"]), + ("amortizable", &["amortisable"]), + ("amortization", &["amortisation"]), + ("amortizations", &["amortisations"]), + ("amortize", &["amortise"]), + ("amortized", &["amortised"]), + ("amortizes", &["amortises"]), + ("amortizing", &["amortising"]), + ("amphitheater", &["amphitheatre"]), + ("amphitheaters", &["amphitheatres"]), + ("analyze", &["analyse"]), + ("analyzed", &["analysed"]), + ("analyzes", &["analyses"]), + ("analyzing", &["analysing"]), + ("anemia", &["anaemia"]), + ("anemic", &["anaemic"]), + ("anesthesia", &["anaesthesia"]), + ("anesthetic", &["anaesthetic"]), + ("anesthetics", &["anaesthetics"]), + ("anesthetist", &["anaesthetist"]), + ("anesthetists", &["anaesthetists"]), + ("anesthetize", &["anaesthetise"]), + ("anesthetized", &["anaesthetised"]), + ("anesthetizes", &["anaesthetises"]), + ("anesthetizing", &["anaesthetising"]), + ("anglicized", &["anglicised"]), + ("anglicizes", &["anglicises"]), + ("anglicizing", &["anglicising"]), + ("annualized", &["annualised"]), + ("antagonize", &["antagonise"]), + ("antagonized", &["antagonised"]), + ("antagonizes", &["antagonises"]), + ("antagonizing", &["antagonising"]), + ("apologize", &["apologise"]), + ("apologized", &["apologised"]), + ("apologizes", &["apologises"]), + ("apologizing", &["apologising"]), + ("appall", &["appal"]), + ("appalls", &["appals"]), + ("appetizer", &["appetiser"]), + ("appetizers", &["appetisers"]), + ("appetizing", &["appetising"]), + ("appetizingly", &["appetisingly"]), + ("arbor", &["arbour"]), + ("arbors", &["arbours"]), + ("archeologist", &["archaeologist"]), + ("archeologists", &["archaeologists"]), + ("archeology", &["archaeology"]), + ("ardor", &["ardour"]), + ("armor", &["armour"]), + ("armored", &["armoured"]), + ("armorer", &["armourer"]), + ("armorers", &["armourers"]), + ("armories", &["armouries"]), + ("armory", &["armoury"]), + ("artifact", &["artefact"]), + ("artifacts", &["artefacts"]), + ("authorizes", &["authorises"]), + ("backpedaled", &["backpedalled"]), + ("backpedaling", &["backpedalling"]), + ("baptize", &["baptise"]), + ("baptized", &["baptised"]), + ("baptizes", &["baptises"]), + ("baptizing", &["baptising"]), + ("bastardize", &["bastardise"]), + ("bastardized", &["bastardised"]), + ("bastardizes", &["bastardises"]), + ("bastardizing", &["bastardising"]), + ("bedeviled", &["bedevilled"]), + ("bedeviling", &["bedevilling"]), + ("behavior", &["behaviour"]), + ("behavioral", &["behavioural"]), + ("behaviorism", &["behaviourism"]), + ("behaviorist", &["behaviourist"]), + ("behaviorists", &["behaviourists"]), + ("behaviors", &["behaviours"]), + ("behoove", &["behove"]), + ("behooved", &["behoved"]), + ("behooves", &["behoves"]), + ("bejeweled", &["bejewelled"]), + ("belabor", &["belabour"]), + ("belabored", &["belaboured"]), + ("belaboring", &["belabouring"]), + ("belabors", &["belabours"]), + ("beveled", &["bevelled"]), + ("bowdlerize", &["bowdlerise"]), + ("bowdlerized", &["bowdlerised"]), + ("bowdlerizes", &["bowdlerises"]), + ("bowdlerizing", &["bowdlerising"]), + ("breathalyzed", &["breathalysed"]), + ("breathalyzers", &["breathalysers"]), + ("breathalyzes", &["breathalyses"]), + ("breathalyzing", &["breathalysing"]), + ("brutalize", &["brutalise"]), + ("brutalized", &["brutalised"]), + ("brutalizes", &["brutalises"]), + ("brutalizing", &["brutalising"]), + ("caliber", &["calibre"]), + ("calibers", &["calibres"]), + ("canalize", &["canalise"]), + ("canalized", &["canalised"]), + ("canalizes", &["canalises"]), + ("canalizing", &["canalising"]), + ("candor", &["candour"]), + ("cannibalize", &["cannibalise"]), + ("cannibalized", &["cannibalised"]), + ("cannibalizes", &["cannibalises"]), + ("cannibalizing", &["cannibalising"]), + ("canonize", &["canonise"]), + ("canonized", &["canonised"]), + ("canonizes", &["canonises"]), + ("canonizing", &["canonising"]), + ("capitalize", &["capitalise"]), + ("capitalized", &["capitalised"]), + ("capitalizes", &["capitalises"]), + ("capitalizing", &["capitalising"]), + ("caramelize", &["caramelise"]), + ("caramelized", &["caramelised"]), + ("caramelizes", &["caramelises"]), + ("caramelizing", &["caramelising"]), + ("carbonize", &["carbonise"]), + ("carbonized", &["carbonised"]), + ("carbonizes", &["carbonises"]), + ("carbonizing", &["carbonising"]), + ("caroled", &["carolled"]), + ("cataloged", &["catalogued"]), + ("cataloging", &["cataloguing"]), + ("catalogs", &["catalogues"]), + ("catalyze", &["catalyse"]), + ("catalyzed", &["catalysed"]), + ("catalyzes", &["catalyses"]), + ("catalyzing", &["catalysing"]), + ("categorize", &["categorise"]), + ("categorized", &["categorised"]), + ("categorizes", &["categorises"]), + ("categorizing", &["categorising"]), + ("cauterize", &["cauterise"]), + ("cauterized", &["cauterised"]), + ("cauterizes", &["cauterises"]), + ("cauterizing", &["cauterising"]), + ("caviled", &["cavilled"]), + ("caviling", &["cavilling"]), + ("center", &["centre"]), + ("centered", &["centred"]), + ("centerfold", &["centrefold"]), + ("centerfolds", &["centrefolds"]), + ("centerpiece", &["centrepiece"]), + ("centerpieces", &["centrepieces"]), + ("centers", &["centres"]), + ("centiliter", &["centilitre"]), + ("centiliters", &["centilitres"]), + ("centimeter", &["centimetre"]), + ("centimeters", &["centimetres"]), + ("centralize", &["centralise"]), + ("centralized", &["centralised"]), + ("centralizes", &["centralises"]), + ("centralizing", &["centralising"]), + ("channeled", &["channelled"]), + ("channeling", &["channelling"]), + ("characterize", &["characterise"]), + ("characterized", &["characterised"]), + ("characterizes", &["characterises"]), + ("characterizing", &["characterising"]), + ("checkbook", &["chequebook"]), + ("checkbooks", &["chequebooks"]), + ("checkered", &["chequered"]), + ("chili", &["chilli"]), + ("chiseled", &["chiselled"]), + ("chiseling", &["chiselling"]), + ("circularize", &["circularise"]), + ("circularized", &["circularised"]), + ("circularizes", &["circularises"]), + ("circularizing", &["circularising"]), + ("civilize", &["civilise"]), + ("civilized", &["civilised"]), + ("civilizes", &["civilises"]), + ("civilizing", &["civilising"]), + ("clamor", &["clamour"]), + ("clamored", &["clamoured"]), + ("clamoring", &["clamouring"]), + ("clamors", &["clamours"]), + ("clangor", &["clangour"]), + ("clarinetist", &["clarinettist"]), + ("clarinetists", &["clarinettists"]), + ("collectivize", &["collectivise"]), + ("collectivized", &["collectivised"]), + ("collectivizes", &["collectivises"]), + ("collectivizing", &["collectivising"]), + ("colonization", &["colonisation"]), + ("colonize", &["colonise"]), + ("colonized", &["colonised"]), + ("colonizer", &["coloniser"]), + ("colonizers", &["colonisers"]), + ("colonizes", &["colonises"]), + ("colonizing", &["colonising"]), + ("color", &["colour"]), + ("colorant", &["colourant"]), + ("colorants", &["colourants"]), + ("colored", &["coloured"]), + ("coloreds", &["coloureds"]), + ("colorful", &["colourful"]), + ("colorfully", &["colourfully"]), + ("coloring", &["colouring"]), + ("colorize", &["colourize"]), + ("colorized", &["colourized"]), + ("colorizes", &["colourizes"]), + ("colorizing", &["colourizing"]), + ("colorless", &["colourless"]), + ("colors", &["colours"]), + ("commercialize", &["commercialise"]), + ("commercialized", &["commercialised"]), + ("commercializes", &["commercialises"]), + ("commercializing", &["commercialising"]), + ("compartmentalize", &["compartmentalise"]), + ("compartmentalized", &["compartmentalised"]), + ("compartmentalizes", &["compartmentalises"]), + ("compartmentalizing", &["compartmentalising"]), + ("computerize", &["computerise"]), + ("computerized", &["computerised"]), + ("computerizes", &["computerises"]), + ("computerizing", &["computerising"]), + ("conceptualize", &["conceptualise"]), + ("conceptualized", &["conceptualised"]), + ("conceptualizes", &["conceptualises"]), + ("conceptualizing", &["conceptualising"]), + ("contextualize", &["contextualise"]), + ("contextualized", &["contextualised"]), + ("contextualizes", &["contextualises"]), + ("contextualizing", &["contextualising"]), + ("councilor", &["councillor"]), + ("councilors", &["councillors"]), + ("counseled", &["counselled"]), + ("counselor", &["counsellor"]), + ("counselors", &["counsellors"]), + ("cozier", &["cosier"]), + ("cozies", &["cosies"]), + ("coziest", &["cosiest"]), + ("cozily", &["cosily"]), + ("coziness", &["cosiness"]), + ("cozy", &["cosy"]), + ("criminalize", &["criminalise"]), + ("criminalized", &["criminalised"]), + ("criminalizes", &["criminalises"]), + ("criminalizing", &["criminalising"]), + ("criticize", &["criticise"]), + ("criticized", &["criticised"]), + ("criticizes", &["criticises"]), + ("criticizing", &["criticising"]), + ("crueler", &["crueller"]), + ("cruelest", &["cruellest"]), + ("crystallization", &["crystallisation"]), + ("crystallize", &["crystallise"]), + ("crystallized", &["crystallised"]), + ("crystallizes", &["crystallises"]), + ("crystallizing", &["crystallising"]), + ("cudgeled", &["cudgelled"]), + ("cudgeling", &["cudgelling"]), + ("customize", &["customise"]), + ("customized", &["customised"]), + ("customizes", &["customises"]), + ("customizing", &["customising"]), + ("decentralization", &["decentralisation"]), + ("decentralize", &["decentralise"]), + ("decentralized", &["decentralised"]), + ("decentralizes", &["decentralises"]), + ("decentralizing", &["decentralising"]), + ("decriminalization", &["decriminalisation"]), + ("decriminalize", &["decriminalise"]), + ("decriminalized", &["decriminalised"]), + ("decriminalizes", &["decriminalises"]), + ("decriminalizing", &["decriminalising"]), + ("defense", &["defence"]), + ("defenseless", &["defenceless"]), + ("defenses", &["defences"]), + ("dehumanization", &["dehumanisation"]), + ("dehumanize", &["dehumanise"]), + ("dehumanized", &["dehumanised"]), + ("dehumanizes", &["dehumanises"]), + ("dehumanizing", &["dehumanising"]), + ("demeanor", &["demeanour"]), + ("demilitarization", &["demilitarisation"]), + ("demilitarize", &["demilitarise"]), + ("demilitarized", &["demilitarised"]), + ("demilitarizes", &["demilitarises"]), + ("demilitarizing", &["demilitarising"]), + ("demobilization", &["demobilisation"]), + ("demobilize", &["demobilise"]), + ("demobilized", &["demobilised"]), + ("demobilizes", &["demobilises"]), + ("demobilizing", &["demobilising"]), + ("democratization", &["democratisation"]), + ("democratize", &["democratise"]), + ("democratized", &["democratised"]), + ("democratizes", &["democratises"]), + ("democratizing", &["democratising"]), + ("demonize", &["demonise"]), + ("demonized", &["demonised"]), + ("demonizes", &["demonises"]), + ("demonizing", &["demonising"]), + ("demoralization", &["demoralisation"]), + ("demoralize", &["demoralise"]), + ("demoralized", &["demoralised"]), + ("demoralizes", &["demoralises"]), + ("demoralizing", &["demoralising"]), + ("denationalization", &["denationalisation"]), + ("denationalize", &["denationalise"]), + ("denationalized", &["denationalised"]), + ("denationalizes", &["denationalises"]), + ("denationalizing", &["denationalising"]), + ("deodorize", &["deodorise"]), + ("deodorized", &["deodorised"]), + ("deodorizes", &["deodorises"]), + ("deodorizing", &["deodorising"]), + ("depersonalize", &["depersonalise"]), + ("depersonalized", &["depersonalised"]), + ("depersonalizes", &["depersonalises"]), + ("depersonalizing", &["depersonalising"]), + ("deputize", &["deputise"]), + ("deputized", &["deputised"]), + ("deputizes", &["deputises"]), + ("deputizing", &["deputising"]), + ("desensitization", &["desensitisation"]), + ("desensitize", &["desensitise"]), + ("desensitized", &["desensitised"]), + ("desensitizes", &["desensitises"]), + ("desensitizing", &["desensitising"]), + ("destabilize", &["destabilise"]), + ("destabilized", &["destabilised"]), + ("destabilizes", &["destabilises"]), + ("destabilizing", &["destabilising"]), + ("dialed", &["dialled"]), + ("dialing", &["dialling"]), + ("dialogs", &["dialogues"]), + ("diarrhea", &["diarrhoea"]), + ("digitize", &["digitise"]), + ("digitized", &["digitised"]), + ("digitizes", &["digitises"]), + ("digitizing", &["digitising"]), + ("discolored", &["discoloured"]), + ("discoloring", &["discolouring"]), + ("discolors", &["discolours"]), + ("disemboweled", &["disembowelled"]), + ("disemboweling", &["disembowelling"]), + ("disfavor", &["disfavour"]), + ("disheveled", &["dishevelled"]), + ("dishonor", &["dishonour"]), + ("dishonorable", &["dishonourable"]), + ("dishonorably", &["dishonourably"]), + ("dishonored", &["dishonoured"]), + ("dishonoring", &["dishonouring"]), + ("dishonors", &["dishonours"]), + ("disorganization", &["disorganisation"]), + ("disorganized", &["disorganised"]), + ("distill", &["distil"]), + ("distills", &["distils"]), + ("drafty", &["draughty"]), + ("dramatization", &["dramatisation"]), + ("dramatizations", &["dramatisations"]), + ("dramatize", &["dramatise"]), + ("dramatized", &["dramatised"]), + ("dramatizes", &["dramatises"]), + ("dramatizing", &["dramatising"]), + ("driveled", &["drivelled"]), + ("driveling", &["drivelling"]), + ("dueled", &["duelled"]), + ("dueling", &["duelling"]), + ("economize", &["economise"]), + ("economized", &["economised"]), + ("economizes", &["economises"]), + ("economizing", &["economising"]), + ("edema", &["edoema"]), + ("editorialize", &["editorialise"]), + ("editorialized", &["editorialised"]), + ("editorializes", &["editorialises"]), + ("editorializing", &["editorialising"]), + ("empathize", &["empathise"]), + ("empathized", &["empathised"]), + ("empathizes", &["empathises"]), + ("empathizing", &["empathising"]), + ("emphasize", &["emphasise"]), + ("emphasized", &["emphasised"]), + ("emphasizes", &["emphasises"]), + ("emphasizing", &["emphasising"]), + ("enameled", &["enamelled"]), + ("enameling", &["enamelling"]), + ("enamored", &["enamoured"]), + ("endeavor", &["endeavour"]), + ("endeavored", &["endeavoured"]), + ("endeavoring", &["endeavouring"]), + ("endeavors", &["endeavours"]), + ("energize", &["energise"]), + ("energized", &["energised"]), + ("energizes", &["energises"]), + ("energizing", &["energising"]), + ("enrolls", &["enrols"]), + ("enthralls", &["enthrals"]), + ("epaulet", &["epaulette"]), + ("epaulets", &["epaulettes"]), + ("epicenter", &["epicentre"]), + ("epicenters", &["epicentres"]), + ("epitomize", &["epitomise"]), + ("epitomized", &["epitomised"]), + ("epitomizes", &["epitomises"]), + ("epitomizing", &["epitomising"]), + ("equalization", &["equalisation"]), + ("equalize", &["equalise"]), + ("equalized", &["equalised"]), + ("equalizer", &["equaliser"]), + ("equalizers", &["equalisers"]), + ("equalizes", &["equalises"]), + ("equalizing", &["equalising"]), + ("esophaguses", &["oesophaguses"]), + ("estrogen", &["oestrogen"]), + ("etiology", &["aetiology"]), + ("eulogize", &["eulogise"]), + ("eulogized", &["eulogised"]), + ("eulogizes", &["eulogises"]), + ("eulogizing", &["eulogising"]), + ("evangelize", &["evangelise"]), + ("evangelized", &["evangelised"]), + ("evangelizes", &["evangelises"]), + ("evangelizing", &["evangelising"]), + ("extemporization", &["extemporisation"]), + ("extemporize", &["extemporise"]), + ("extemporized", &["extemporised"]), + ("extemporizes", &["extemporises"]), + ("extemporizing", &["extemporising"]), + ("externalization", &["externalisation"]), + ("externalizations", &["externalisations"]), + ("externalize", &["externalise"]), + ("externalized", &["externalised"]), + ("externalizes", &["externalises"]), + ("externalizing", &["externalising"]), + ("factorize", &["factorise"]), + ("factorized", &["factorised"]), + ("factorizes", &["factorises"]), + ("factorizing", &["factorising"]), + ("familiarization", &["familiarisation"]), + ("familiarize", &["familiarise"]), + ("familiarized", &["familiarised"]), + ("familiarizes", &["familiarises"]), + ("familiarizing", &["familiarising"]), + ("fantasize", &["fantasise"]), + ("fantasized", &["fantasised"]), + ("fantasizes", &["fantasises"]), + ("fantasizing", &["fantasising"]), + ("favor", &["favour"]), + ("favorable", &["favourable"]), + ("favorably", &["favourably"]), + ("favored", &["favoured"]), + ("favoring", &["favouring"]), + ("favorite", &["favourite"]), + ("favorites", &["favourites"]), + ("favoritism", &["favouritism"]), + ("favors", &["favours"]), + ("fecal", &["faecal"]), + ("feces", &["faeces"]), + ("feminize", &["feminise"]), + ("feminized", &["feminised"]), + ("feminizes", &["feminises"]), + ("feminizing", &["feminising"]), + ("fertilization", &["fertilisation"]), + ("fertilize", &["fertilise"]), + ("fertilized", &["fertilised"]), + ("fertilizer", &["fertiliser"]), + ("fertilizers", &["fertilisers"]), + ("fertilizes", &["fertilises"]), + ("fertilizing", &["fertilising"]), + ("fervor", &["fervour"]), + ("fiber", &["fibre"]), + ("fiberglass", &["fibreglass"]), + ("fibers", &["fibres"]), + ("fictionalization", &["fictionalisation"]), + ("fictionalizations", &["fictionalisations"]), + ("fictionalize", &["fictionalise"]), + ("fictionalized", &["fictionalised"]), + ("fictionalizes", &["fictionalises"]), + ("fictionalizing", &["fictionalising"]), + ("finalization", &["finalisation"]), + ("finalize", &["finalise"]), + ("finalized", &["finalised"]), + ("finalizes", &["finalises"]), + ("finalizing", &["finalising"]), + ("flavor", &["flavour"]), + ("flavored", &["flavoured"]), + ("flavoring", &["flavouring"]), + ("flavorings", &["flavourings"]), + ("flavorless", &["flavourless"]), + ("flavors", &["flavours"]), + ("flavorsome", &["flavoursome"]), + ("flutist", &["flautist"]), + ("flutists", &["flautists"]), + ("formalization", &["formalisation"]), + ("formalize", &["formalise"]), + ("formalized", &["formalised"]), + ("formalizes", &["formalises"]), + ("formalizing", &["formalising"]), + ("fossilization", &["fossilisation"]), + ("fossilize", &["fossilise"]), + ("fossilized", &["fossilised"]), + ("fossilizes", &["fossilises"]), + ("fossilizing", &["fossilising"]), + ("fraternization", &["fraternisation"]), + ("fraternize", &["fraternise"]), + ("fraternized", &["fraternised"]), + ("fraternizes", &["fraternises"]), + ("fraternizing", &["fraternising"]), + ("fueled", &["fuelled"]), + ("fueling", &["fuelling"]), + ("fulfill", &["fulfil"]), + ("fulfillment", &["fulfilment"]), + ("fulfills", &["fulfils"]), + ("funneled", &["funnelled"]), + ("funneling", &["funnelling"]), + ("galvanize", &["galvanise"]), + ("galvanized", &["galvanised"]), + ("galvanizes", &["galvanises"]), + ("galvanizing", &["galvanising"]), + ("gamboled", &["gambolled"]), + ("gamboling", &["gambolling"]), + ("generalization", &["generalisation"]), + ("generalizations", &["generalisations"]), + ("generalize", &["generalise"]), + ("generalized", &["generalised"]), + ("generalizes", &["generalises"]), + ("generalizing", &["generalising"]), + ("ghettoize", &["ghettoise"]), + ("ghettoized", &["ghettoised"]), + ("ghettoizes", &["ghettoises"]), + ("ghettoizing", &["ghettoising"]), + ("globalization", &["globalisation"]), + ("globalize", &["globalise"]), + ("globalized", &["globalised"]), + ("globalizes", &["globalises"]), + ("globalizing", &["globalising"]), + ("goiter", &["goitre"]), + ("goiters", &["goitres"]), + ("gonorrhea", &["gonorrhoea"]), + ("graveled", &["gravelled"]), + ("groveled", &["grovelled"]), + ("groveling", &["grovelling"]), + ("grueling", &["gruelling"]), + ("gruelingly", &["gruellingly"]), + ("gynecological", &["gynaecological"]), + ("gynecologist", &["gynaecologist"]), + ("gynecologists", &["gynaecologists"]), + ("gynecology", &["gynaecology"]), + ("harbor", &["harbour"]), + ("harbored", &["harboured"]), + ("harboring", &["harbouring"]), + ("harbors", &["harbours"]), + ("harmonization", &["harmonisation"]), + ("harmonize", &["harmonise"]), + ("harmonized", &["harmonised"]), + ("harmonizes", &["harmonises"]), + ("harmonizing", &["harmonising"]), + ("hematological", &["haematological"]), + ("hematologist", &["haematologist"]), + ("hematologists", &["haematologists"]), + ("hematology", &["haematology"]), + ("hemoglobin", &["haemoglobin"]), + ("hemophilia", &["haemophilia"]), + ("hemophiliac", &["haemophiliac"]), + ("hemophiliacs", &["haemophiliacs"]), + ("hemorrhage", &["haemorrhage"]), + ("hemorrhaged", &["haemorrhaged"]), + ("hemorrhages", &["haemorrhages"]), + ("hemorrhaging", &["haemorrhaging"]), + ("hemorrhoids", &["haemorrhoids"]), + ("homogenize", &["homogenise"]), + ("homogenized", &["homogenised"]), + ("homogenizes", &["homogenises"]), + ("homogenizing", &["homogenising"]), + ("honor", &["honour"]), + ("honorably", &["honourably"]), + ("honored", &["honoured"]), + ("honoring", &["honouring"]), + ("honors", &["honours"]), + ("hospitalization", &["hospitalisation"]), + ("hospitalize", &["hospitalise"]), + ("hospitalized", &["hospitalised"]), + ("hospitalizes", &["hospitalises"]), + ("hospitalizing", &["hospitalising"]), + ("humanize", &["humanise"]), + ("humanized", &["humanised"]), + ("humanizes", &["humanises"]), + ("humanizing", &["humanising"]), + ("humor", &["humour"]), + ("humored", &["humoured"]), + ("humoring", &["humouring"]), + ("humors", &["humours"]), + ("hybridize", &["hybridise"]), + ("hybridized", &["hybridised"]), + ("hybridizes", &["hybridises"]), + ("hybridizing", &["hybridising"]), + ("hypnotize", &["hypnotise"]), + ("hypnotized", &["hypnotised"]), + ("hypnotizes", &["hypnotises"]), + ("hypnotizing", &["hypnotising"]), + ("hypothesize", &["hypothesise"]), + ("hypothesized", &["hypothesised"]), + ("hypothesizes", &["hypothesises"]), + ("hypothesizing", &["hypothesising"]), + ("idealization", &["idealisation"]), + ("idealize", &["idealise"]), + ("idealized", &["idealised"]), + ("idealizes", &["idealises"]), + ("idealizing", &["idealising"]), + ("idolize", &["idolise"]), + ("idolized", &["idolised"]), + ("idolizes", &["idolises"]), + ("idolizing", &["idolising"]), + ("immobilization", &["immobilisation"]), + ("immobilize", &["immobilise"]), + ("immobilized", &["immobilised"]), + ("immobilizer", &["immobiliser"]), + ("immobilizers", &["immobilisers"]), + ("immobilizes", &["immobilises"]), + ("immobilizing", &["immobilising"]), + ("immortalize", &["immortalise"]), + ("immortalized", &["immortalised"]), + ("immortalizes", &["immortalises"]), + ("immortalizing", &["immortalising"]), + ("immunization", &["immunisation"]), + ("immunize", &["immunise"]), + ("immunized", &["immunised"]), + ("immunizes", &["immunises"]), + ("immunizing", &["immunising"]), + ("impaneled", &["impanelled"]), + ("impaneling", &["impanelling"]), + ("imperiled", &["imperilled"]), + ("imperiling", &["imperilling"]), + ("individualize", &["individualise"]), + ("individualized", &["individualised"]), + ("individualizes", &["individualises"]), + ("individualizing", &["individualising"]), + ("industrialize", &["industrialise"]), + ("industrialized", &["industrialised"]), + ("industrializes", &["industrialises"]), + ("industrializing", &["industrialising"]), + ("initialed", &["initialled"]), + ("initialing", &["initialling"]), + ("initialize", &["initialise"]), + ("initialized", &["initialised"]), + ("initializes", &["initialises"]), + ("initializing", &["initialising"]), + ("installment", &["instalment"]), + ("installments", &["instalments"]), + ("institutionalization", &["institutionalisation"]), + ("institutionalize", &["institutionalise"]), + ("institutionalized", &["institutionalised"]), + ("institutionalizes", &["institutionalises"]), + ("institutionalizing", &["institutionalising"]), + ("intellectualize", &["intellectualise"]), + ("intellectualized", &["intellectualised"]), + ("intellectualizes", &["intellectualises"]), + ("intellectualizing", &["intellectualising"]), + ("internalization", &["internalisation"]), + ("internalize", &["internalise"]), + ("internalized", &["internalised"]), + ("internalizes", &["internalises"]), + ("internalizing", &["internalising"]), + ("internationalization", &["internationalisation"]), + ("internationalize", &["internationalise"]), + ("internationalized", &["internationalised"]), + ("internationalizes", &["internationalises"]), + ("internationalizing", &["internationalising"]), + ("ionization", &["ionisation"]), + ("ionized", &["ionised"]), + ("ionizes", &["ionises"]), + ("ionizing", &["ionising"]), + ("italicize", &["italicise"]), + ("italicized", &["italicised"]), + ("italicizes", &["italicises"]), + ("italicizing", &["italicising"]), + ("itemize", &["itemise"]), + ("itemized", &["itemised"]), + ("itemizes", &["itemises"]), + ("itemizing", &["itemising"]), + ("jeopardize", &["jeopardise"]), + ("jeopardized", &["jeopardised"]), + ("jeopardizes", &["jeopardises"]), + ("jeopardizing", &["jeopardising"]), + ("jeweled", &["jewelled"]), + ("jeweler", &["jeweller"]), + ("jewelers", &["jewellers"]), + ("jewelry", &["jewellery"]), + ("kilometer", &["kilometre"]), + ("kilometers", &["kilometres"]), + ("labeled", &["labelled"]), + ("labeling", &["labelling"]), + ("labor", &["labour"]), + ("labored", &["laboured"]), + ("laborer", &["labourer"]), + ("laborers", &["labourers"]), + ("laboring", &["labouring"]), + ("labors", &["labours"]), + ("lackluster", &["lacklustre"]), + ("legalization", &["legalisation"]), + ("legalize", &["legalise"]), + ("legalized", &["legalised"]), + ("legalizes", &["legalises"]), + ("legalizing", &["legalising"]), + ("legitimize", &["legitimise"]), + ("legitimized", &["legitimised"]), + ("legitimizes", &["legitimises"]), + ("legitimizing", &["legitimising"]), + ("leukemia", &["leukaemia"]), + ("leveled", &["levelled"]), + ("leveler", &["leveller"]), + ("levelers", &["levellers"]), + ("leveling", &["levelling"]), + ("libeled", &["libelled"]), + ("libeling", &["libelling"]), + ("libelous", &["libellous"]), + ("liberalization", &["liberalisation"]), + ("liberalize", &["liberalise"]), + ("liberalized", &["liberalised"]), + ("liberalizes", &["liberalises"]), + ("liberalizing", &["liberalising"]), + ("lionization", &["lionisation"]), + ("lionize", &["lionise"]), + ("lionized", &["lionised"]), + ("lionizes", &["lionises"]), + ("lionizing", &["lionising"]), + ("liquidize", &["liquidise"]), + ("liquidized", &["liquidised"]), + ("liquidizer", &["liquidiser"]), + ("liquidizers", &["liquidisers"]), + ("liquidizes", &["liquidises"]), + ("liquidizing", &["liquidising"]), + ("liter", &["litre"]), + ("liters", &["litres"]), + ("localize", &["localise"]), + ("localized", &["localised"]), + ("localizes", &["localises"]), + ("localizing", &["localising"]), + ("louver", &["louvre"]), + ("louvered", &["louvred"]), + ("louvers", &["louvres"]), + ("luster", &["lustre"]), + ("magnetize", &["magnetise"]), + ("magnetized", &["magnetised"]), + ("magnetizes", &["magnetises"]), + ("magnetizing", &["magnetising"]), + ("maneuver", &["manoeuvre"]), + ("maneuverability", &["manoeuvrability"]), + ("maneuverable", &["manoeuvrable"]), + ("maneuvered", &["manoeuvred"]), + ("maneuvering", &["manoeuvring"]), + ("maneuverings", &["manoeuvrings"]), + ("maneuvers", &["manoeuvres"]), + ("marginalize", &["marginalise"]), + ("marginalized", &["marginalised"]), + ("marginalizes", &["marginalises"]), + ("marginalizing", &["marginalising"]), + ("marshaled", &["marshalled"]), + ("marshaling", &["marshalling"]), + ("marveled", &["marvelled"]), + ("marveling", &["marvelling"]), + ("marvelous", &["marvellous"]), + ("marvelously", &["marvellously"]), + ("materialization", &["materialisation"]), + ("materialize", &["materialise"]), + ("materialized", &["materialised"]), + ("materializes", &["materialises"]), + ("materializing", &["materialising"]), + ("maximization", &["maximisation"]), + ("maximize", &["maximise"]), + ("maximized", &["maximised"]), + ("maximizes", &["maximises"]), + ("maximizing", &["maximising"]), + ("meager", &["meagre"]), + ("mechanization", &["mechanisation"]), + ("mechanize", &["mechanise"]), + ("mechanized", &["mechanised"]), + ("mechanizes", &["mechanises"]), + ("mechanizing", &["mechanising"]), + ("memorialize", &["memorialise"]), + ("memorialized", &["memorialised"]), + ("memorializes", &["memorialises"]), + ("memorializing", &["memorialising"]), + ("memorize", &["memorise"]), + ("memorized", &["memorised"]), + ("memorizes", &["memorises"]), + ("memorizing", &["memorising"]), + ("mesmerize", &["mesmerise"]), + ("mesmerized", &["mesmerised"]), + ("mesmerizes", &["mesmerises"]), + ("mesmerizing", &["mesmerising"]), + ("metabolize", &["metabolise"]), + ("metabolized", &["metabolised"]), + ("metabolizes", &["metabolises"]), + ("metabolizing", &["metabolising"]), + ("militarize", &["militarise"]), + ("militarized", &["militarised"]), + ("militarizes", &["militarises"]), + ("militarizing", &["militarising"]), + ("milliliter", &["millilitre"]), + ("milliliters", &["millilitres"]), + ("millimeter", &["millimetre"]), + ("millimeters", &["millimetres"]), + ("miniaturization", &["miniaturisation"]), + ("miniaturize", &["miniaturise"]), + ("miniaturized", &["miniaturised"]), + ("miniaturizes", &["miniaturises"]), + ("miniaturizing", &["miniaturising"]), + ("minimize", &["minimise"]), + ("minimized", &["minimised"]), + ("minimizes", &["minimises"]), + ("minimizing", &["minimising"]), + ("misbehavior", &["misbehaviour"]), + ("miscataloged", &["miscatalogued"]), + ("misdemeanor", &["misdemeanour"]), + ("misdemeanors", &["misdemeanours"]), + ("miter", &["mitre"]), + ("miters", &["mitres"]), + ("mobilization", &["mobilisation"]), + ("mobilize", &["mobilise"]), + ("mobilized", &["mobilised"]), + ("mobilizes", &["mobilises"]), + ("mobilizing", &["mobilising"]), + ("modeled", &["modelled"]), + ("modeler", &["modeller"]), + ("modelers", &["modellers"]), + ("modeling", &["modelling"]), + ("modernize", &["modernise"]), + ("modernized", &["modernised"]), + ("modernizes", &["modernises"]), + ("modernizing", &["modernising"]), + ("moisturize", &["moisturise"]), + ("moisturized", &["moisturised"]), + ("moisturizer", &["moisturiser"]), + ("moisturizers", &["moisturisers"]), + ("moisturizes", &["moisturises"]), + ("moisturizing", &["moisturising"]), + ("mold", &["mould"]), + ("molded", &["moulded"]), + ("molder", &["moulder"]), + ("moldered", &["mouldered"]), + ("moldering", &["mouldering"]), + ("molders", &["moulders"]), + ("moldier", &["mouldier"]), + ("moldiest", &["mouldiest"]), + ("molding", &["moulding"]), + ("moldings", &["mouldings"]), + ("molds", &["moulds"]), + ("moldy", &["mouldy"]), + ("molt", &["moult"]), + ("molted", &["moulted"]), + ("molting", &["moulting"]), + ("molts", &["moults"]), + ("monopolization", &["monopolisation"]), + ("monopolize", &["monopolise"]), + ("monopolized", &["monopolised"]), + ("monopolizes", &["monopolises"]), + ("monopolizing", &["monopolising"]), + ("moralize", &["moralise"]), + ("moralized", &["moralised"]), + ("moralizes", &["moralises"]), + ("moralizing", &["moralising"]), + ("motorized", &["motorised"]), + ("multicolored", &["multicoloured"]), + ("mustache", &["moustache"]), + ("mustached", &["moustached"]), + ("mustaches", &["moustaches"]), + ("nationalization", &["nationalisation"]), + ("nationalizations", &["nationalisations"]), + ("nationalize", &["nationalise"]), + ("nationalized", &["nationalised"]), + ("nationalizes", &["nationalises"]), + ("nationalizing", &["nationalising"]), + ("naturalization", &["naturalisation"]), + ("naturalize", &["naturalise"]), + ("naturalized", &["naturalised"]), + ("naturalizes", &["naturalises"]), + ("naturalizing", &["naturalising"]), + ("neighbor", &["neighbour"]), + ("neighborhood", &["neighbourhood"]), + ("neighborhoods", &["neighbourhoods"]), + ("neighboring", &["neighbouring"]), + ("neighborliness", &["neighbourliness"]), + ("neighborly", &["neighbourly"]), + ("neighbors", &["neighbours"]), + ("neutralization", &["neutralisation"]), + ("neutralize", &["neutralise"]), + ("neutralized", &["neutralised"]), + ("neutralizes", &["neutralises"]), + ("neutralizing", &["neutralising"]), + ("normalization", &["normalisation"]), + ("normalize", &["normalise"]), + ("normalized", &["normalised"]), + ("normalizes", &["normalises"]), + ("normalizing", &["normalising"]), + ("odor", &["odour"]), + ("odorless", &["odourless"]), + ("odors", &["odours"]), + ("offense", &["offence"]), + ("offenses", &["offences"]), + ("optimize", &["optimise"]), + ("optimized", &["optimised"]), + ("optimizes", &["optimises"]), + ("optimizing", &["optimising"]), + ("organization", &["organisation"]), + ("organizational", &["organisational"]), + ("organizations", &["organisations"]), + ("organize", &["organise"]), + ("organized", &["organised"]), + ("organizer", &["organiser"]), + ("organizers", &["organisers"]), + ("organizes", &["organises"]), + ("organizing", &["organising"]), + ("orthopedic", &["orthopaedic"]), + ("orthopedics", &["orthopaedics"]), + ("ostracize", &["ostracise"]), + ("ostracized", &["ostracised"]), + ("ostracizes", &["ostracises"]), + ("ostracizing", &["ostracising"]), + ("outmaneuver", &["outmanoeuvre"]), + ("outmaneuvered", &["outmanoeuvred"]), + ("outmaneuvering", &["outmanoeuvring"]), + ("outmaneuvers", &["outmanoeuvres"]), + ("overemphasize", &["overemphasise"]), + ("overemphasized", &["overemphasised"]), + ("overemphasizes", &["overemphasises"]), + ("overemphasizing", &["overemphasising"]), + ("oxidization", &["oxidisation"]), + ("oxidize", &["oxidise"]), + ("oxidized", &["oxidised"]), + ("oxidizes", &["oxidises"]), + ("oxidizing", &["oxidising"]), + ("pajama", &["pyjama"]), + ("pajamas", &["pyjamas"]), + ("paleontologist", &["palaeontologist"]), + ("paleontologists", &["palaeontologists"]), + ("paleontology", &["palaeontology"]), + ("paneled", &["panelled"]), + ("paneling", &["panelling"]), + ("panelist", &["panellist"]), + ("panelists", &["panellists"]), + ("paralyze", &["paralyse"]), + ("paralyzed", &["paralysed"]), + ("paralyzes", &["paralyses"]), + ("paralyzing", &["paralysing"]), + ("parceled", &["parcelled"]), + ("parceling", &["parcelling"]), + ("parlor", &["parlour"]), + ("parlors", &["parlours"]), + ("particularize", &["particularise"]), + ("particularized", &["particularised"]), + ("particularizes", &["particularises"]), + ("particularizing", &["particularising"]), + ("passivization", &["passivisation"]), + ("pasteurization", &["pasteurisation"]), + ("pasteurize", &["pasteurise"]), + ("pasteurized", &["pasteurised"]), + ("pasteurizes", &["pasteurises"]), + ("pasteurizing", &["pasteurising"]), + ("patronize", &["patronise"]), + ("patronized", &["patronised"]), + ("patronizes", &["patronises"]), + ("patronizing", &["patronising"]), + ("patronizingly", &["patronisingly"]), + ("pedaled", &["pedalled"]), + ("pedaling", &["pedalling"]), + ("pedestrianization", &["pedestrianisation"]), + ("pedestrianize", &["pedestrianise"]), + ("pedestrianized", &["pedestrianised"]), + ("pedestrianizes", &["pedestrianises"]), + ("pedestrianizing", &["pedestrianising"]), + ("pediatrician", &["paediatrician"]), + ("pediatricians", &["paediatricians"]), + ("pedophile", &["paedophile"]), + ("pedophiles", &["paedophiles"]), + ("pedophilia", &["paedophilia"]), + ("penalize", &["penalise"]), + ("penalized", &["penalised"]), + ("penalizes", &["penalises"]), + ("penalizing", &["penalising"]), + ("penciled", &["pencilled"]), + ("penciling", &["pencilling"]), + ("personalize", &["personalise"]), + ("personalized", &["personalised"]), + ("personalizes", &["personalises"]), + ("personalizing", &["personalising"]), + ("philosophize", &["philosophise"]), + ("philosophized", &["philosophised"]), + ("philosophizes", &["philosophises"]), + ("philosophizing", &["philosophising"]), + ("plagiarize", &["plagiarise"]), + ("plagiarized", &["plagiarised"]), + ("plagiarizes", &["plagiarises"]), + ("plagiarizing", &["plagiarising"]), + ("plow", &["plough"]), + ("plowed", &["ploughed"]), + ("plowing", &["ploughing"]), + ("plowman", &["ploughman"]), + ("plowmen", &["ploughmen"]), + ("plows", &["ploughs"]), + ("plowshare", &["ploughshare"]), + ("plowshares", &["ploughshares"]), + ("polarization", &["polarisation"]), + ("polarize", &["polarise"]), + ("polarized", &["polarised"]), + ("polarizes", &["polarises"]), + ("polarizing", &["polarising"]), + ("politicization", &["politicisation"]), + ("politicize", &["politicise"]), + ("politicized", &["politicised"]), + ("politicizes", &["politicises"]), + ("politicizing", &["politicising"]), + ("popularization", &["popularisation"]), + ("popularize", &["popularise"]), + ("popularized", &["popularised"]), + ("popularizes", &["popularises"]), + ("popularizing", &["popularising"]), + ("practiced", &["practised"]), + ("pressurization", &["pressurisation"]), + ("pressurized", &["pressurised"]), + ("pressurizes", &["pressurises"]), + ("pressurizing", &["pressurising"]), + ("pretense", &["pretence"]), + ("pretenses", &["pretences"]), + ("prioritization", &["prioritisation"]), + ("prioritize", &["prioritise"]), + ("prioritized", &["prioritised"]), + ("prioritizes", &["prioritises"]), + ("prioritizing", &["prioritising"]), + ("privatization", &["privatisation"]), + ("privatizations", &["privatisations"]), + ("privatize", &["privatise"]), + ("privatized", &["privatised"]), + ("privatizes", &["privatises"]), + ("privatizing", &["privatising"]), + ("professionalization", &["professionalisation"]), + ("professionalize", &["professionalise"]), + ("professionalized", &["professionalised"]), + ("professionalizes", &["professionalises"]), + ("professionalizing", &["professionalising"]), + ("propagandize", &["propagandise"]), + ("propagandized", &["propagandised"]), + ("propagandizes", &["propagandises"]), + ("propagandizing", &["propagandising"]), + ("proselytize", &["proselytise"]), + ("proselytized", &["proselytised"]), + ("proselytizer", &["proselytiser"]), + ("proselytizers", &["proselytisers"]), + ("proselytizes", &["proselytises"]), + ("proselytizing", &["proselytising"]), + ("psychoanalyze", &["psychoanalyse"]), + ("psychoanalyzed", &["psychoanalysed"]), + ("psychoanalyzes", &["psychoanalyses"]), + ("psychoanalyzing", &["psychoanalysing"]), + ("publicize", &["publicise"]), + ("publicized", &["publicised"]), + ("publicizes", &["publicises"]), + ("publicizing", &["publicising"]), + ("pulverization", &["pulverisation"]), + ("pulverize", &["pulverise"]), + ("pulverized", &["pulverised"]), + ("pulverizes", &["pulverises"]), + ("pulverizing", &["pulverising"]), + ("pummeled", &["pummelling"]), + ("quarreled", &["quarrelled"]), + ("quarreling", &["quarrelling"]), + ("radicalize", &["radicalise"]), + ("radicalized", &["radicalised"]), + ("radicalizes", &["radicalises"]), + ("radicalizing", &["radicalising"]), + ("rancor", &["rancour"]), + ("randomize", &["randomise"]), + ("randomized", &["randomised"]), + ("randomizes", &["randomises"]), + ("randomizing", &["randomising"]), + ("rationalization", &["rationalisation"]), + ("rationalizations", &["rationalisations"]), + ("rationalize", &["rationalise"]), + ("rationalized", &["rationalised"]), + ("rationalizes", &["rationalises"]), + ("rationalizing", &["rationalising"]), + ("raveling", &["ravelling"]), + ("realizable", &["realisable"]), + ("realization", &["realisation"]), + ("realizations", &["realisations"]), + ("realize", &["realise"]), + ("realized", &["realised"]), + ("realizes", &["realises"]), + ("realizing", &["realising"]), + ("recognizable", &["recognisable"]), + ("recognizably", &["recognisably"]), + ("recognizance", &["recognisance"]), + ("recognize", &["recognise"]), + ("recognized", &["recognised"]), + ("recognizes", &["recognises"]), + ("recognizing", &["recognising"]), + ("reconnoiter", &["reconnoitre"]), + ("reconnoitered", &["reconnoitred"]), + ("reconnoitering", &["reconnoitring"]), + ("reconnoiters", &["reconnoitres"]), + ("refueled", &["refuelled"]), + ("refueling", &["refuelling"]), + ("regularization", &["regularisation"]), + ("regularize", &["regularise"]), + ("regularized", &["regularised"]), + ("regularizes", &["regularises"]), + ("regularizing", &["regularising"]), + ("remodeled", &["remodelled"]), + ("remodeling", &["remodelling"]), + ("remold", &["remould"]), + ("remolded", &["remoulded"]), + ("remolding", &["remoulding"]), + ("remolds", &["remoulds"]), + ("reorganization", &["reorganisation"]), + ("reorganizations", &["reorganisations"]), + ("reorganize", &["reorganise"]), + ("reorganized", &["reorganised"]), + ("reorganizes", &["reorganises"]), + ("reorganizing", &["reorganising"]), + ("reveled", &["revelled"]), + ("reveler", &["reveller"]), + ("revelers", &["revellers"]), + ("reveling", &["revelling"]), + ("revitalize", &["revitalise"]), + ("revitalized", &["revitalised"]), + ("revitalizes", &["revitalises"]), + ("revitalizing", &["revitalising"]), + ("revolutionize", &["revolutionise"]), + ("revolutionized", &["revolutionised"]), + ("revolutionizes", &["revolutionises"]), + ("revolutionizing", &["revolutionising"]), + ("rhapsodize", &["rhapsodise"]), + ("rhapsodized", &["rhapsodised"]), + ("rhapsodizes", &["rhapsodises"]), + ("rhapsodizing", &["rhapsodising"]), + ("rigor", &["rigour"]), + ("rigors", &["rigours"]), + ("ritualized", &["ritualised"]), + ("rivaled", &["rivalled"]), + ("rivaling", &["rivalling"]), + ("romanticize", &["romanticise"]), + ("romanticized", &["romanticised"]), + ("romanticizes", &["romanticises"]), + ("romanticizing", &["romanticising"]), + ("rumor", &["rumour"]), + ("rumored", &["rumoured"]), + ("rumors", &["rumours"]), + ("saltpeter", &["saltpetre"]), + ("sanitize", &["sanitise"]), + ("sanitized", &["sanitised"]), + ("sanitizes", &["sanitises"]), + ("sanitizing", &["sanitising"]), + ("satirize", &["satirise"]), + ("satirized", &["satirised"]), + ("satirizes", &["satirises"]), + ("satirizing", &["satirising"]), + ("saviors", &["saviours"]), + ("savor", &["savour"]), + ("savored", &["savoured"]), + ("savories", &["savouries"]), + ("savoring", &["savouring"]), + ("savors", &["savours"]), + ("savory", &["savoury"]), + ("scandalize", &["scandalise"]), + ("scandalized", &["scandalised"]), + ("scandalizes", &["scandalises"]), + ("scandalizing", &["scandalising"]), + ("scepter", &["sceptre"]), + ("scepters", &["sceptres"]), + ("scrutinize", &["scrutinise"]), + ("scrutinized", &["scrutinised"]), + ("scrutinizes", &["scrutinises"]), + ("scrutinizing", &["scrutinising"]), + ("secularization", &["secularisation"]), + ("secularize", &["secularise"]), + ("secularized", &["secularised"]), + ("secularizes", &["secularises"]), + ("secularizing", &["secularising"]), + ("sensationalize", &["sensationalise"]), + ("sensationalized", &["sensationalised"]), + ("sensationalizes", &["sensationalises"]), + ("sensationalizing", &["sensationalising"]), + ("sensitize", &["sensitise"]), + ("sensitized", &["sensitised"]), + ("sensitizes", &["sensitises"]), + ("sensitizing", &["sensitising"]), + ("sentimentalize", &["sentimentalise"]), + ("sentimentalized", &["sentimentalised"]), + ("sentimentalizes", &["sentimentalises"]), + ("sentimentalizing", &["sentimentalising"]), + ("sepulcher", &["sepulchre"]), + ("sepulchers", &["sepulchres"]), + ("serialization", &["serialisation"]), + ("serializations", &["serialisations"]), + ("serialize", &["serialise"]), + ("serialized", &["serialised"]), + ("serializes", &["serialises"]), + ("serializing", &["serialising"]), + ("sermonize", &["sermonise"]), + ("sermonized", &["sermonised"]), + ("sermonizes", &["sermonises"]), + ("sermonizing", &["sermonising"]), + ("shoveled", &["shovelled"]), + ("shoveling", &["shovelling"]), + ("shriveled", &["shrivelled"]), + ("shriveling", &["shrivelling"]), + ("signaled", &["signalled"]), + ("signaling", &["signalling"]), + ("signalize", &["signalise"]), + ("signalized", &["signalised"]), + ("signalizes", &["signalises"]), + ("signalizing", &["signalising"]), + ("skeptic", &["sceptic"]), + ("skeptical", &["sceptical"]), + ("skeptically", &["sceptically"]), + ("skepticism", &["scepticism"]), + ("skeptics", &["sceptics"]), + ("sniveled", &["snivelled"]), + ("sniveling", &["snivelling"]), + ("snorkeled", &["snorkelled"]), + ("socialization", &["socialisation"]), + ("socialize", &["socialise"]), + ("socialized", &["socialised"]), + ("socializes", &["socialises"]), + ("socializing", &["socialising"]), + ("sodomize", &["sodomise"]), + ("sodomized", &["sodomised"]), + ("sodomizes", &["sodomises"]), + ("sodomizing", &["sodomising"]), + ("solemnize", &["solemnise"]), + ("solemnized", &["solemnised"]), + ("solemnizes", &["solemnises"]), + ("solemnizing", &["solemnising"]), + ("specialization", &["specialisation"]), + ("specializations", &["specialisations"]), + ("specialize", &["specialise"]), + ("specialized", &["specialised"]), + ("specializes", &["specialises"]), + ("specter", &["spectre"]), + ("specters", &["spectres"]), + ("spiraled", &["spiralled"]), + ("spiraling", &["spiralling"]), + ("splendor", &["splendour"]), + ("splendors", &["splendours"]), + ("squirreled", &["squirrelled"]), + ("squirreling", &["squirrelling"]), + ("stabilize", &["stabilise"]), + ("stabilized", &["stabilised"]), + ("stabilizer", &["stabiliser"]), + ("stabilizers", &["stabilisers"]), + ("stabilizes", &["stabilises"]), + ("stabilizing", &["stabilising"]), + ("standardization", &["standardisation"]), + ("standardize", &["standardise"]), + ("standardized", &["standardised"]), + ("standardizes", &["standardises"]), + ("standardizing", &["standardising"]), + ("stenciled", &["stencilled"]), + ("stenciling", &["stencilling"]), + ("sterilization", &["sterilisation"]), + ("sterilizations", &["sterilisations"]), + ("sterilize", &["sterilise"]), + ("sterilized", &["sterilised"]), + ("sterilizer", &["steriliser"]), + ("sterilizers", &["sterilisers"]), + ("sterilizes", &["sterilises"]), + ("sterilizing", &["sterilising"]), + ("stigmatization", &["stigmatisation"]), + ("stigmatize", &["stigmatise"]), + ("stigmatized", &["stigmatised"]), + ("stigmatizes", &["stigmatises"]), + ("stigmatizing", &["stigmatising"]), + ("subsidization", &["subsidisation"]), + ("subsidize", &["subsidise"]), + ("subsidized", &["subsidised"]), + ("subsidizer", &["subsidiser"]), + ("subsidizers", &["subsidisers"]), + ("subsidizes", &["subsidises"]), + ("subsidizing", &["subsidising"]), + ("succor", &["succour"]), + ("succored", &["succoured"]), + ("succoring", &["succouring"]), + ("succors", &["succours"]), + ("sulfate", &["sulphate"]), + ("sulfates", &["sulphates"]), + ("sulfide", &["sulphide"]), + ("sulfides", &["sulphides"]), + ("sulfurous", &["sulphurous"]), + ("summarize", &["summarise"]), + ("summarized", &["summarised"]), + ("summarizes", &["summarises"]), + ("summarizing", &["summarising"]), + ("swiveled", &["swivelled"]), + ("swiveling", &["swivelling"]), + ("symbolize", &["symbolise"]), + ("symbolized", &["symbolised"]), + ("symbolizes", &["symbolises"]), + ("symbolizing", &["symbolising"]), + ("sympathize", &["sympathise"]), + ("sympathized", &["sympathised"]), + ("sympathizer", &["sympathiser"]), + ("sympathizers", &["sympathisers"]), + ("sympathizes", &["sympathises"]), + ("sympathizing", &["sympathising"]), + ("synchronization", &["synchronisation"]), + ("synchronize", &["synchronise"]), + ("synchronized", &["synchronised"]), + ("synchronizes", &["synchronises"]), + ("synchronizing", &["synchronising"]), + ("synthesized", &["synthesised"]), + ("synthesizes", &["synthesises"]), + ("synthesizing", &["synthesising"]), + ("systematization", &["systematisation"]), + ("systematize", &["systematise"]), + ("systematized", &["systematised"]), + ("systematizes", &["systematises"]), + ("systematizing", &["systematising"]), + ("tantalize", &["tantalise"]), + ("tantalized", &["tantalised"]), + ("tantalizes", &["tantalises"]), + ("tantalizing", &["tantalising"]), + ("tantalizingly", &["tantalisingly"]), + ("tasseled", &["tasselled"]), + ("temporize", &["temporise"]), + ("temporized", &["temporised"]), + ("temporizes", &["temporises"]), + ("temporizing", &["temporising"]), + ("tenderize", &["tenderise"]), + ("tenderized", &["tenderised"]), + ("tenderizes", &["tenderises"]), + ("tenderizing", &["tenderising"]), + ("terrorize", &["terrorise"]), + ("terrorized", &["terrorised"]), + ("terrorizes", &["terrorises"]), + ("terrorizing", &["terrorising"]), + ("theater", &["theatre"]), + ("theatergoer", &["theatregoer"]), + ("theatergoers", &["theatregoers"]), + ("theaters", &["theatres"]), + ("theorize", &["theorise"]), + ("theorized", &["theorised"]), + ("theorizes", &["theorises"]), + ("theorizing", &["theorising"]), + ("toweled", &["towelled"]), + ("toweling", &["towelling"]), + ("toxemia", &["toxaemia"]), + ("transistorized", &["transistorised"]), + ("traumatize", &["traumatise"]), + ("traumatized", &["traumatised"]), + ("traumatizes", &["traumatises"]), + ("traumatizing", &["traumatising"]), + ("traveler", &["traveller"]), + ("travelers", &["travellers"]), + ("traveling", &["travelling"]), + ("trialed", &["trialled"]), + ("trialing", &["trialling"]), + ("tricolor", &["tricolour"]), + ("tricolors", &["tricolours"]), + ("trivialize", &["trivialise"]), + ("trivialized", &["trivialised"]), + ("trivializes", &["trivialises"]), + ("trivializing", &["trivialising"]), + ("tumors", &["tumours"]), + ("tunneled", &["tunnelled"]), + ("tunneling", &["tunnelling"]), + ("tyrannize", &["tyrannise"]), + ("tyrannized", &["tyrannised"]), + ("tyrannizes", &["tyrannises"]), + ("tyrannizing", &["tyrannising"]), + ("unauthorized", &["unauthorised"]), + ("uncataloged", &["uncatalogued"]), + ("uncivilized", &["uncivilised"]), + ("underutilized", &["underutilised"]), + ("unequaled", &["unequalled"]), + ("unfavorable", &["unfavourable"]), + ("unfavorably", &["unfavourably"]), + ("unionization", &["unionisation"]), + ("unionize", &["unionise"]), + ("unionized", &["unionised"]), + ("unionizes", &["unionises"]), + ("unionizing", &["unionising"]), + ("unorganized", &["unorganised"]), + ("unraveled", &["unravelled"]), + ("unraveling", &["unravelling"]), + ("unrecognizable", &["unrecognisable"]), + ("unrecognized", &["unrecognised"]), + ("unrivaled", &["unrivalled"]), + ("unsavory", &["unsavoury"]), + ("untrammeled", &["untrammelled"]), + ("urbanization", &["urbanisation"]), + ("urbanize", &["urbanise"]), + ("urbanized", &["urbanised"]), + ("urbanizes", &["urbanises"]), + ("urbanizing", &["urbanising"]), + ("utilizable", &["utilisable"]), + ("utilization", &["utilisation"]), + ("utilize", &["utilise"]), + ("utilized", &["utilised"]), + ("utilizes", &["utilises"]), + ("utilizing", &["utilising"]), + ("valor", &["valour"]), + ("vandalize", &["vandalise"]), + ("vandalized", &["vandalised"]), + ("vandalizes", &["vandalises"]), + ("vandalizing", &["vandalising"]), + ("vapor", &["vapour"]), + ("vaporization", &["vaporisation"]), + ("vaporize", &["vaporise"]), + ("vaporized", &["vaporised"]), + ("vaporizes", &["vaporises"]), + ("vaporizing", &["vaporising"]), + ("vapors", &["vapours"]), + ("verbalize", &["verbalise"]), + ("verbalized", &["verbalised"]), + ("verbalizes", &["verbalises"]), + ("verbalizing", &["verbalising"]), + ("victimization", &["victimisation"]), + ("victimize", &["victimise"]), + ("victimized", &["victimised"]), + ("victimizes", &["victimises"]), + ("victimizing", &["victimising"]), + ("vigor", &["vigour"]), + ("visualization", &["visualisation"]), + ("visualizations", &["visualisations"]), + ("visualize", &["visualise"]), + ("visualized", &["visualised"]), + ("visualizes", &["visualises"]), + ("visualizing", &["visualising"]), + ("vocalization", &["vocalisation"]), + ("vocalizations", &["vocalisations"]), + ("vocalize", &["vocalise"]), + ("vocalized", &["vocalised"]), + ("vocalizes", &["vocalises"]), + ("vocalizing", &["vocalising"]), + ("vulcanized", &["vulcanised"]), + ("vulgarization", &["vulgarisation"]), + ("vulgarize", &["vulgarise"]), + ("vulgarized", &["vulgarised"]), + ("vulgarizes", &["vulgarises"]), + ("vulgarizing", &["vulgarising"]), + ("watercolor", &["watercolour"]), + ("watercolors", &["watercolours"]), + ("weaseled", &["weaselled"]), + ("weaseling", &["weaselling"]), + ("westernization", &["westernisation"]), + ("westernize", &["westernise"]), + ("westernized", &["westernised"]), + ("westernizes", &["westernises"]), + ("westernizing", &["westernising"]), + ("womanize", &["womanise"]), + ("womanized", &["womanised"]), + ("womanizer", &["womaniser"]), + ("womanizers", &["womanisers"]), + ("womanizes", &["womanises"]), + ("womanizing", &["womanising"]), + ("worshiped", &["worshipped"]), + ("worshiper", &["worshipper"]), + ("worshiping", &["worshipping"]), + ("yodeled", &["yodelled"]), + ("yodeling", &["yodelling"]), +]; diff --git a/crates/wikipedia-dict/Cargo.toml b/crates/wikipedia-dict/Cargo.toml index 10f85a3..fe8054e 100644 --- a/crates/wikipedia-dict/Cargo.toml +++ b/crates/wikipedia-dict/Cargo.toml @@ -15,7 +15,9 @@ publish = false azure-devops = { project = "crate-ci", pipeline = "typos" } codecov = { repository = "crate-ci/typos" } +[package.metadata.release] +disable-release = true + [dependencies] -phf = { version = "0.8", features = ["unicase"] } unicase = "2.5" log = "0.4" diff --git a/crates/wikipedia-dict/codegen/Cargo.toml b/crates/wikipedia-dict/codegen/Cargo.toml index 0ce9a71..a0bb2c9 100644 --- a/crates/wikipedia-dict/codegen/Cargo.toml +++ b/crates/wikipedia-dict/codegen/Cargo.toml @@ -14,9 +14,10 @@ publish = false azure-devops = { project = "crate-ci", pipeline = "typos" } codecov = { repository = "crate-ci/typos" } +[package.metadata.release] +disable-release = true + [dependencies] -phf = { version = "0.8", features = ["unicase"] } -phf_codegen = "0.8" unicase = "2.5" itertools = "0.10" codegenrs = "1.0" diff --git a/crates/wikipedia-dict/codegen/src/main.rs b/crates/wikipedia-dict/codegen/src/main.rs index 877a42e..3dea058 100644 --- a/crates/wikipedia-dict/codegen/src/main.rs +++ b/crates/wikipedia-dict/codegen/src/main.rs @@ -32,24 +32,18 @@ fn generate(file: &mut W) { .unwrap(); writeln!(file, "#![allow(clippy::unreadable_literal)]",).unwrap(); writeln!(file).unwrap(); - writeln!(file, "use unicase::UniCase;").unwrap(); let dict = parse_dict(DICT); - writeln!( - file, - "pub static WORD_DICTIONARY: phf::Map, &[&'static str]> = ", - ) - .unwrap(); - let mut builder = phf_codegen::Map::new(); + writeln!(file, "pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[").unwrap(); for (typo, corrections) in dict { let value = itertools::join(corrections.iter().map(|s| format!("{:?}", s)), ", "); let value = format!("&[{}]", value); - builder.entry(unicase::UniCase::new(typo), &value); + + let key = format!("{:?}", typo); + writeln!(file, " ({}, {}),", key, &value).unwrap(); } - let codegenned = builder.build(); - writeln!(file, "{}", codegenned).unwrap(); - writeln!(file, ";").unwrap(); + writeln!(file, "];").unwrap(); } #[derive(Debug, StructOpt)] diff --git a/crates/wikipedia-dict/src/dict_codegen.rs b/crates/wikipedia-dict/src/dict_codegen.rs index 8a12d13..a4724ab 100644 --- a/crates/wikipedia-dict/src/dict_codegen.rs +++ b/crates/wikipedia-dict/src/dict_codegen.rs @@ -1,5229 +1,4290 @@ // This file is code-genned by wikipedia-codegen #![allow(clippy::unreadable_literal)] -use unicase::UniCase; -pub static WORD_DICTIONARY: phf::Map, &[&'static str]> = - ::phf::Map { - key: 3213172566270843353, - disps: ::phf::Slice::Static(&[ - (0, 404), - (0, 2), - (0, 3), - (0, 0), - (0, 42), - (0, 27), - (0, 58), - (0, 1), - (0, 162), - (0, 91), - (0, 815), - (0, 61), - (0, 11), - (0, 176), - (0, 4), - (0, 0), - (0, 99), - (0, 115), - (0, 7), - (0, 20), - (0, 111), - (0, 110), - (0, 148), - (0, 0), - (0, 0), - (0, 396), - (0, 14), - (0, 721), - (0, 28), - (0, 62), - (0, 2), - (0, 69), - (0, 2), - (0, 6), - (0, 367), - (0, 10), - (0, 2), - (0, 1136), - (0, 21), - (0, 0), - (0, 62), - (0, 7), - (0, 5), - (0, 231), - (0, 26), - (0, 260), - (0, 2), - (0, 28), - (0, 18), - (0, 4), - (0, 321), - (0, 271), - (0, 5), - (0, 469), - (0, 8), - (0, 29), - (0, 1575), - (0, 148), - (0, 6), - (0, 2), - (0, 23), - (0, 7), - (0, 30), - (0, 32), - (0, 0), - (0, 1), - (0, 20), - (0, 296), - (0, 170), - (0, 210), - (0, 5), - (0, 44), - (0, 56), - (0, 0), - (0, 4), - (0, 245), - (0, 983), - (0, 383), - (0, 171), - (0, 33), - (0, 440), - (0, 42), - (0, 24), - (0, 6), - (0, 3), - (0, 29), - (0, 30), - (0, 45), - (0, 11), - (0, 2), - (0, 5), - (0, 89), - (0, 9), - (0, 2044), - (0, 24), - (0, 1473), - (0, 7), - (0, 0), - (0, 50), - (0, 0), - (0, 21), - (0, 91), - (0, 1821), - (0, 6), - (0, 8), - (0, 33), - (0, 19), - (0, 384), - (0, 1), - (0, 106), - (0, 4), - (0, 80), - (0, 84), - (0, 8), - (0, 2), - (0, 35), - (0, 1097), - (0, 74), - (0, 6), - (0, 21), - (0, 10), - (0, 14), - (0, 6), - (0, 130), - (0, 134), - (0, 163), - (0, 298), - (0, 42), - (0, 1053), - (0, 117), - (0, 15), - (0, 9), - (0, 2), - (0, 9), - (0, 78), - (0, 4), - (0, 1), - (0, 68), - (0, 44), - (0, 626), - (0, 90), - (0, 0), - (0, 2), - (0, 4), - (0, 66), - (0, 396), - (0, 30), - (0, 2), - (0, 7), - (0, 0), - (0, 1), - (0, 120), - (0, 22), - (0, 51), - (0, 6), - (0, 155), - (0, 1476), - (0, 712), - (0, 532), - (0, 8), - (0, 1001), - (0, 10), - (0, 7), - (0, 438), - (0, 6), - (0, 423), - (0, 114), - (0, 6), - (0, 200), - (0, 1), - (0, 14), - (1, 3943), - (0, 175), - (0, 33), - (0, 95), - (0, 1), - (0, 247), - (0, 136), - (0, 33), - (0, 17), - (0, 549), - (0, 12), - (0, 1266), - (0, 0), - (0, 0), - (0, 789), - (0, 2147), - (0, 8), - (0, 103), - (0, 16), - (0, 148), - (0, 5), - (0, 0), - (0, 204), - (0, 2), - (0, 0), - (0, 0), - (0, 112), - (0, 6), - (0, 0), - (0, 30), - (0, 4), - (0, 14), - (0, 8), - (0, 108), - (0, 441), - (0, 9), - (0, 149), - (0, 705), - (0, 1103), - (0, 4), - (0, 1058), - (0, 32), - (0, 51), - (0, 0), - (0, 8), - (0, 95), - (0, 20), - (0, 71), - (0, 1), - (0, 61), - (0, 32), - (0, 238), - (0, 0), - (0, 249), - (0, 1846), - (0, 8), - (0, 2), - (0, 141), - (0, 55), - (0, 157), - (0, 343), - (0, 30), - (0, 2), - (0, 589), - (0, 80), - (0, 168), - (0, 0), - (0, 1585), - (0, 8), - (0, 251), - (0, 85), - (0, 13), - (0, 0), - (0, 250), - (0, 86), - (0, 2492), - (0, 6), - (0, 1919), - (0, 81), - (0, 3707), - (1, 870), - (0, 5), - (0, 0), - (0, 145), - (0, 173), - (0, 925), - (0, 335), - (0, 32), - (0, 27), - (0, 4), - (0, 3), - (0, 104), - (0, 870), - (0, 23), - (0, 259), - (0, 136), - (0, 24), - (0, 3), - (0, 1320), - (0, 2), - (0, 486), - (0, 3), - (0, 54), - (0, 1255), - (0, 14), - (0, 1085), - (0, 3), - (0, 47), - (0, 988), - (0, 178), - (0, 280), - (0, 30), - (0, 3), - (0, 432), - (0, 1), - (0, 29), - (0, 1), - (0, 125), - (1, 1), - (0, 24), - (0, 449), - (0, 6), - (0, 191), - (0, 181), - (0, 143), - (0, 3), - (0, 194), - (0, 60), - (0, 0), - (0, 56), - (0, 3907), - (0, 42), - (0, 852), - (0, 112), - (0, 553), - (0, 1), - (0, 371), - (0, 5), - (0, 4), - (0, 4), - (0, 856), - (0, 7), - (0, 7), - (0, 52), - (0, 6), - (0, 11), - (0, 0), - (0, 56), - (0, 2001), - (0, 1), - (0, 70), - (0, 372), - (0, 5), - (0, 15), - (0, 56), - (0, 141), - (0, 23), - (0, 401), - (0, 148), - (0, 3433), - (0, 9), - (0, 637), - (0, 604), - (0, 1383), - (0, 0), - (0, 518), - (0, 26), - (0, 72), - (0, 0), - (0, 487), - (0, 20), - (0, 17), - (0, 556), - (0, 3), - (0, 3), - (0, 70), - (0, 43), - (0, 12), - (0, 646), - (0, 37), - (0, 1949), - (0, 1904), - (0, 110), - (0, 1), - (0, 904), - (0, 1), - (0, 2214), - (0, 0), - (0, 201), - (0, 1), - (0, 1923), - (0, 1370), - (0, 1509), - (0, 14), - (0, 62), - (0, 241), - (0, 61), - (0, 46), - (0, 429), - (0, 618), - (0, 1123), - (0, 368), - (0, 1434), - (0, 37), - (0, 0), - (0, 73), - (0, 19), - (0, 277), - (0, 1146), - (0, 0), - (0, 183), - (0, 453), - (0, 861), - (0, 59), - (0, 0), - (0, 43), - (0, 0), - (0, 1), - (0, 202), - (0, 202), - (0, 43), - (0, 40), - (0, 7), - (0, 1151), - (0, 182), - (0, 154), - (0, 536), - (0, 399), - (1, 3054), - (0, 935), - (0, 127), - (0, 64), - (0, 882), - (0, 986), - (0, 0), - (0, 363), - (0, 1), - (0, 1), - (0, 546), - (0, 1), - (0, 4), - (0, 50), - (0, 67), - (0, 45), - (0, 86), - (0, 330), - (0, 1285), - (0, 288), - (0, 2800), - (0, 24), - (0, 1346), - (0, 1863), - (0, 78), - (0, 161), - (0, 3), - (0, 1071), - (0, 68), - (0, 234), - (0, 226), - (0, 32), - (1, 3766), - (0, 0), - (0, 172), - (0, 9), - (0, 3), - (0, 147), - (0, 758), - (0, 1230), - (0, 1122), - (0, 98), - (0, 2), - (0, 6), - (0, 445), - (0, 377), - (0, 0), - (0, 68), - (0, 1), - (0, 1483), - (1, 2316), - (0, 515), - (0, 2), - (0, 313), - (0, 4070), - (0, 2229), - (0, 1080), - (0, 1746), - (0, 37), - (0, 0), - (0, 581), - (0, 780), - (0, 1882), - (0, 1), - (0, 315), - (0, 1229), - (0, 2), - (0, 501), - (0, 807), - (0, 1304), - (0, 29), - (0, 1), - (0, 3), - (0, 77), - (0, 3), - (0, 339), - (0, 132), - (1, 582), - (0, 3), - (0, 2673), - (0, 430), - (0, 18), - (0, 3), - (0, 0), - (0, 216), - (0, 9), - (0, 6), - (0, 93), - (0, 480), - (0, 2), - (0, 3767), - (0, 160), - (0, 4132), - (0, 20), - (0, 84), - (0, 269), - (0, 89), - (0, 2), - (0, 199), - (0, 109), - (0, 1295), - (0, 0), - (0, 139), - (2, 3016), - (0, 25), - (0, 1), - (0, 14), - (0, 91), - (0, 2), - (0, 464), - (0, 1934), - (0, 282), - (0, 1911), - (0, 1), - (0, 5), - (0, 2298), - (0, 4), - (0, 926), - (0, 119), - (0, 41), - (0, 89), - (0, 21), - (0, 0), - (0, 653), - (0, 5), - (0, 1068), - (0, 11), - (0, 27), - (0, 11), - (1, 262), - (0, 0), - (0, 1), - (0, 890), - (3, 1851), - (0, 51), - (0, 164), - (0, 181), - (0, 104), - (0, 140), - (0, 27), - (0, 1), - (0, 1), - (0, 5), - (0, 2), - (1, 3135), - (0, 35), - (0, 445), - (0, 2747), - (0, 561), - (0, 2646), - (0, 19), - (0, 1317), - (0, 2179), - (0, 631), - (0, 168), - (0, 2504), - (0, 1973), - (0, 1783), - (2, 1473), - (0, 2), - (0, 0), - (0, 1304), - (0, 323), - (1, 3836), - (0, 66), - (0, 106), - (0, 2946), - (0, 1), - (0, 162), - (0, 106), - (0, 25), - (0, 772), - (0, 152), - (0, 142), - (0, 21), - (0, 22), - (0, 5), - (2, 1492), - (0, 1049), - (0, 337), - (0, 2409), - (0, 260), - (0, 8), - (0, 731), - (0, 10), - (0, 108), - (0, 0), - (0, 253), - (0, 2), - (0, 10), - (0, 127), - (1, 2834), - (0, 279), - (2, 2962), - (0, 3), - (0, 8), - (0, 21), - (0, 607), - (1, 2433), - (0, 1580), - (0, 3008), - (0, 437), - (0, 356), - (0, 1731), - (0, 26), - (2, 198), - (0, 422), - (0, 60), - (0, 327), - (1, 3207), - (0, 30), - (0, 3397), - (0, 2), - (0, 319), - (0, 154), - (0, 325), - (0, 29), - (0, 5), - (0, 1075), - (0, 605), - (1, 4147), - (0, 2846), - (0, 3848), - (2, 10), - (0, 622), - (1, 1641), - (0, 996), - (0, 1906), - (1, 1801), - (1, 1998), - (0, 118), - (0, 8), - (0, 120), - (0, 852), - (0, 0), - (0, 1379), - (0, 25), - (0, 24), - (0, 261), - (0, 671), - (0, 356), - (0, 9), - (0, 51), - (0, 83), - (0, 523), - (0, 72), - (0, 304), - (0, 21), - (0, 86), - (0, 632), - (0, 1194), - (0, 1558), - (0, 2864), - (0, 1), - (0, 2840), - (0, 17), - (0, 10), - (0, 305), - (0, 40), - (0, 17), - (4, 1352), - (0, 18), - (0, 8), - (0, 608), - (0, 10), - (0, 1397), - (0, 9), - (0, 366), - (0, 199), - (0, 111), - (0, 74), - (0, 1), - (0, 333), - (0, 11), - (0, 32), - (0, 130), - (1, 169), - (0, 54), - (0, 527), - (0, 172), - (0, 21), - (0, 0), - (0, 20), - (0, 85), - (0, 2275), - (0, 38), - (0, 436), - (0, 103), - (0, 2570), - (0, 51), - (3, 2394), - (1, 233), - (0, 0), - (0, 64), - (0, 6), - (0, 284), - (0, 79), - (0, 104), - (0, 2158), - (0, 1016), - (0, 483), - (0, 65), - (0, 311), - (0, 39), - (3, 3897), - (0, 276), - (0, 1036), - (0, 1), - (0, 392), - (7, 1128), - (0, 7), - (0, 68), - (3, 3177), - (0, 188), - (0, 8), - (0, 2199), - (0, 2620), - (0, 258), - (0, 31), - (4, 1450), - (3, 790), - (0, 0), - (1, 1742), - (0, 1331), - (0, 3013), - (0, 1452), - (0, 3947), - (0, 104), - (0, 19), - (3, 217), - (0, 0), - (0, 0), - (0, 2230), - (10, 1062), - (0, 1), - (0, 301), - (0, 2), - (1, 712), - (0, 130), - (0, 112), - (0, 4), - (0, 8), - (0, 811), - (5, 2360), - (0, 1), - (2, 2238), - (0, 86), - (0, 852), - (2, 517), - (0, 1), - (0, 0), - (0, 697), - (0, 46), - (0, 353), - (0, 0), - (12, 2260), - (0, 17), - (0, 2926), - (0, 576), - (4, 415), - (0, 538), - (0, 37), - (0, 774), - (0, 52), - (11, 1279), - (0, 37), - (0, 6), - (0, 2189), - (0, 161), - (0, 10), - (0, 2503), - (0, 167), - (0, 62), - (0, 252), - (1, 2222), - (1, 1144), - (4, 1800), - (0, 2726), - (0, 174), - (0, 2096), - (2, 2866), - (0, 188), - (0, 2), - (0, 6), - (0, 105), - (0, 4), - (0, 3), - (6, 1582), - (0, 74), - (0, 19), - (0, 950), - (0, 6), - (0, 3), - (0, 3799), - (0, 78), - (1, 2144), - (0, 2724), - (0, 200), - (0, 2796), - (0, 837), - (1, 1209), - (0, 2353), - (0, 173), - (0, 210), - (0, 552), - (0, 5), - (0, 950), - (0, 2), - (0, 2152), - (0, 50), - (0, 495), - (0, 2025), - (0, 0), - (2, 2234), - (0, 3912), - (0, 3), - (5, 2038), - (10, 196), - (0, 3498), - (0, 0), - (0, 11), - (0, 992), - (12, 1755), - (0, 114), - (0, 2126), - (0, 1015), - (0, 155), - (0, 124), - (1, 1696), - (0, 60), - (0, 1484), - (0, 48), - (0, 377), - (1, 2392), - (0, 2464), - (0, 716), - (0, 12), - (8, 462), - (0, 1389), - (0, 4279), - (0, 1635), - (0, 147), - (0, 0), - (4, 139), - (4, 3097), - (0, 7), - (0, 921), - (0, 195), - (0, 83), - (1, 158), - (0, 3464), - (0, 54), - (1, 1588), - (0, 1467), - (0, 11), - (0, 90), - (0, 27), - (0, 539), - ]), - entries: ::phf::Slice::Static(&[ - (UniCase::ascii("preocupation"), &["preoccupation"]), - (UniCase::ascii("consern"), &["concern"]), - (UniCase::ascii("posessing"), &["possessing"]), - (UniCase::ascii("eletricity"), &["electricity"]), - (UniCase::ascii("recogise"), &["recognise"]), - (UniCase::ascii("casue"), &["cause"]), - (UniCase::ascii("temperment"), &["temperament"]), - (UniCase::ascii("relinqushment"), &["relinquishment"]), - (UniCase::ascii("villification"), &["vilification"]), - (UniCase::ascii("harasment"), &["harassment"]), - (UniCase::ascii("rewriet"), &["rewrite"]), - (UniCase::ascii("exculsivly"), &["exclusively"]), - (UniCase::ascii("quantaty"), &["quantity"]), - (UniCase::ascii("threee"), &["three"]), - (UniCase::ascii("asign"), &["assign"]), - (UniCase::ascii("senarios"), &["scenarios"]), - (UniCase::ascii("moleclues"), &["molecules"]), - (UniCase::ascii("aggregious"), &["egregious"]), - (UniCase::ascii("acordingly"), &["accordingly"]), - (UniCase::ascii("dupicate"), &["duplicate"]), - (UniCase::ascii("repubican"), &["republican"]), - (UniCase::ascii("unsuprisingly"), &["unsurprisingly"]), - (UniCase::ascii("responsibilites"), &["responsibilities"]), - (UniCase::ascii("levetating"), &["levitating"]), - (UniCase::ascii("siezure"), &["seizure"]), - (UniCase::ascii("equivelent"), &["equivalent"]), - (UniCase::ascii("ensconsed"), &["ensconced"]), - (UniCase::ascii("tothe"), &["to the"]), - (UniCase::ascii("maintainence"), &["maintenance"]), - (UniCase::ascii("repulics"), &["republics"]), - (UniCase::ascii("probablly"), &["probably"]), - (UniCase::ascii("Enlish"), &["English", "enlist"]), - (UniCase::ascii("hygeine"), &["hygiene"]), - (UniCase::ascii("attemting"), &["attempting"]), - (UniCase::ascii("Carnagie"), &["Carnegie"]), - (UniCase::ascii("programable"), &["programmable"]), - (UniCase::ascii("specfic"), &["specific"]), - (UniCase::ascii("embarassed"), &["embarrassed"]), - (UniCase::ascii("presumabely"), &["presumably"]), - (UniCase::ascii("disapeared"), &["disappeared"]), - (UniCase::ascii("gae"), &["game", "Gael", "gale"]), - (UniCase::ascii("konws"), &["knows"]), - (UniCase::ascii("algebraical"), &["algebraic"]), - (UniCase::ascii("posessions"), &["possessions"]), - (UniCase::ascii("neglible"), &["negligible"]), - (UniCase::ascii("asthetical"), &["aesthetical"]), - (UniCase::ascii("iresistable"), &["irresistible"]), - (UniCase::ascii("tradtionally"), &["traditionally"]), - (UniCase::ascii("wille"), &["will"]), - (UniCase::ascii("enourmous"), &["enormous"]), - (UniCase::ascii("ganerate"), &["generate"]), - (UniCase::ascii("comando"), &["commando"]), - (UniCase::ascii("harrasment"), &["harassment"]), - (UniCase::ascii("occassionally"), &["occasionally"]), - (UniCase::ascii("archaelogical"), &["archaeological"]), - (UniCase::ascii("seperated"), &["separated"]), - (UniCase::ascii("incoroporated"), &["incorporated"]), - (UniCase::ascii("contritutions"), &["contributions"]), - (UniCase::ascii("mroe"), &["more"]), - (UniCase::ascii("Heidelburg"), &["Heidelberg"]), - (UniCase::ascii("officialy"), &["officially"]), - (UniCase::ascii("faciliate"), &["facilitate"]), - (UniCase::ascii("archiac"), &["archaic"]), - (UniCase::ascii("disappearred"), &["disappeared"]), - (UniCase::ascii("doign"), &["doing"]), - (UniCase::ascii("montains"), &["mountains"]), - (UniCase::ascii("circulaton"), &["circulation"]), - (UniCase::ascii("substituded"), &["substituted"]), - (UniCase::ascii("seperating"), &["separating"]), - (UniCase::ascii("bankrupcy"), &["bankruptcy"]), - (UniCase::ascii("smoe"), &["some"]), - (UniCase::ascii("unneccessarily"), &["unnecessarily"]), - (UniCase::ascii("interfereing"), &["interfering"]), - (UniCase::ascii("abondons"), &["abandons"]), - (UniCase::ascii("ened"), &["need"]), - (UniCase::ascii("peaples"), &["peoples"]), - (UniCase::ascii("everyting"), &["everything"]), - (UniCase::ascii("cassawory"), &["cassowary"]), - (UniCase::ascii("nickle"), &["nickel"]), - (UniCase::ascii("dyas"), &["dryas"]), - (UniCase::ascii("hwihc"), &["which"]), - (UniCase::ascii("muscels"), &["mussels", "muscles"]), - (UniCase::ascii("philosphy"), &["philosophy"]), - (UniCase::ascii("helpfull"), &["helpful"]), - (UniCase::ascii("exploititive"), &["exploitative"]), - (UniCase::ascii("pantomine"), &["pantomime"]), - (UniCase::ascii("casion"), &["caisson"]), - (UniCase::ascii("anohter"), &["another"]), - (UniCase::ascii("suprizing"), &["surprising"]), - (UniCase::ascii("peformed"), &["performed"]), - (UniCase::ascii("propogates"), &["propagates"]), - (UniCase::ascii("emited"), &["emitted"]), - (UniCase::ascii("allopones"), &["allophones"]), - (UniCase::ascii("memeber"), &["member"]), - (UniCase::ascii("reproducable"), &["reproducible"]), - (UniCase::ascii("resturant"), &["restaurant"]), - (UniCase::ascii("discribes"), &["describes"]), - (UniCase::ascii("privelige"), &["privilege"]), - (UniCase::ascii("abundacies"), &["abundances"]), - (UniCase::ascii("propoganda"), &["propaganda"]), - (UniCase::ascii("surreptiously"), &["surreptitiously"]), - (UniCase::ascii("temprary"), &["temporary"]), - (UniCase::ascii("univeral"), &["universal"]), - (UniCase::ascii("finacial"), &["financial"]), - (UniCase::ascii("esential"), &["essential"]), - (UniCase::ascii("qutie"), &["quite", "quiet"]), - (UniCase::ascii("regulaion"), &["regulation"]), - (UniCase::ascii("theese"), &["these"]), - (UniCase::ascii("dirived"), &["derived"]), - (UniCase::ascii("appartment"), &["apartment"]), - (UniCase::ascii("methaphor"), &["metaphor"]), - (UniCase::ascii("insurence"), &["insurance"]), - (UniCase::ascii("emblamatic"), &["emblematic"]), - (UniCase::ascii("satelite"), &["satellite"]), - (UniCase::ascii("recuiting"), &["recruiting"]), - (UniCase::ascii("optomism"), &["optimism"]), - (UniCase::ascii("censur"), &["censor", "censure"]), - (UniCase::ascii("correponding"), &["corresponding"]), - (UniCase::ascii("paralell"), &["parallel"]), - (UniCase::ascii("paralely"), &["parallelly"]), - (UniCase::ascii("emiting"), &["emitting"]), - (UniCase::ascii("encryptiion"), &["encryption"]), - (UniCase::ascii("yaers"), &["years"]), - (UniCase::ascii("charactors"), &["characters"]), - (UniCase::ascii("pastural"), &["pastoral"]), - (UniCase::ascii("moeny"), &["money"]), - (UniCase::ascii("extint"), &["extinct", "extant"]), - (UniCase::ascii("exapansion"), &["expansion"]), - (UniCase::ascii("maintinaing"), &["maintaining"]), - (UniCase::ascii("marryied"), &["married"]), - (UniCase::ascii("storise"), &["stories"]), - (UniCase::ascii("minstries"), &["ministries"]), - (UniCase::ascii("receving"), &["receiving"]), - (UniCase::ascii("infilitrate"), &["infiltrate"]), - (UniCase::ascii("biginning"), &["beginning"]), - (UniCase::ascii("withold"), &["withhold"]), - (UniCase::ascii("commerically"), &["commercially"]), - (UniCase::ascii("origional"), &["original"]), - (UniCase::ascii("ocassions"), &["occasions"]), - (UniCase::ascii("conserned"), &["concerned"]), - (UniCase::ascii("addres"), &["address", "adders"]), - (UniCase::ascii("perfomers"), &["performers"]), - (UniCase::ascii("standars"), &["standards"]), - (UniCase::ascii("imagenary"), &["imaginary"]), - (UniCase::ascii("addoptive"), &["adoptive"]), - (UniCase::ascii("agrieved"), &["aggrieved"]), - (UniCase::ascii("arrangments"), &["arrangements"]), - (UniCase::ascii("extravagent"), &["extravagant"]), - (UniCase::ascii("jstu"), &["just"]), - (UniCase::ascii("informtion"), &["information"]), - (UniCase::ascii("mysef"), &["myself"]), - (UniCase::ascii("relient"), &["reliant"]), - (UniCase::ascii("Carnigie"), &["Carnegie"]), - (UniCase::ascii("wnats"), &["wants"]), - (UniCase::ascii("carreer"), &["career"]), - (UniCase::ascii("oppositition"), &["opposition"]), - (UniCase::ascii("corrispondant"), &["correspondent"]), - (UniCase::ascii("stubborness"), &["stubbornness"]), - (UniCase::ascii("infalability"), &["infallibility"]), - (UniCase::ascii("recived"), &["received"]), - (UniCase::ascii("occassional"), &["occasional"]), - (UniCase::ascii("comissions"), &["commissions"]), - (UniCase::ascii("areodynamics"), &["aerodynamics"]), - (UniCase::ascii("neigborhood"), &["neighborhood"]), - ( - UniCase::ascii("anthromorphization"), - &["anthropomorphization"], - ), - (UniCase::ascii("wherease"), &["whereas"]), - (UniCase::ascii("todya"), &["today"]), - (UniCase::ascii("yeilding"), &["yielding"]), - (UniCase::ascii("consituted"), &["constituted"]), - (UniCase::ascii("cerimonial"), &["ceremonial"]), - (UniCase::ascii("intevene"), &["intervene"]), - (UniCase::ascii("extradiction"), &["extradition"]), - (UniCase::ascii("indepedantly"), &["independently"]), - (UniCase::ascii("accordeon"), &["accordion"]), - (UniCase::ascii("availaible"), &["available"]), - (UniCase::ascii("recontructed"), &["reconstructed"]), - (UniCase::ascii("cacuses"), &["caucuses"]), - (UniCase::ascii("possiblities"), &["possibilities"]), - (UniCase::ascii("symetry"), &["symmetry"]), - (UniCase::ascii("inaccessable"), &["inaccessible"]), - (UniCase::ascii("exludes"), &["excludes"]), - (UniCase::ascii("reccommended"), &["recommended"]), - (UniCase::ascii("undoubtely"), &["undoubtedly"]), - (UniCase::ascii("pulisher"), &["publisher"]), - (UniCase::ascii("unbeleivable"), &["unbelievable"]), - (UniCase::ascii("ninties"), &["1990s"]), - (UniCase::ascii("commisioning"), &["commissioning"]), - (UniCase::ascii("shortwhile"), &["short while"]), - (UniCase::ascii("destory"), &["destroy"]), - (UniCase::ascii("desitned"), &["destined"]), - (UniCase::ascii("backrounds"), &["backgrounds"]), - (UniCase::ascii("artifically"), &["artificially"]), - (UniCase::ascii("missonary"), &["missionary"]), - (UniCase::ascii("disapointing"), &["disappointing"]), - (UniCase::ascii("exelent"), &["excellent"]), - (UniCase::ascii("abreviate"), &["abbreviate"]), - (UniCase::ascii("marmelade"), &["marmalade"]), - (UniCase::ascii("abritrary"), &["arbitrary"]), - (UniCase::ascii("liekd"), &["liked"]), - (UniCase::ascii("sohw"), &["show"]), - (UniCase::ascii("ressembled"), &["resembled"]), - (UniCase::ascii("incompatable"), &["incompatible"]), - (UniCase::ascii("plebicite"), &["plebiscite"]), - (UniCase::ascii("contigent"), &["contingent"]), - (UniCase::ascii("proclaimation"), &["proclamation"]), - (UniCase::ascii("referrences"), &["references"]), - (UniCase::ascii("surrended"), &["surrounded", "surrendered"]), - (UniCase::ascii("launhed"), &["launched"]), - (UniCase::ascii("ahve"), &["have"]), - (UniCase::ascii("sovereignity"), &["sovereignty"]), - (UniCase::ascii("dissagreement"), &["disagreement"]), - (UniCase::ascii("mear"), &["wear", "mere", "mare"]), - (UniCase::ascii("exicting"), &["exciting"]), - (UniCase::ascii("knowlegeable"), &["knowledgeable"]), - (UniCase::ascii("mirrorred"), &["mirrored"]), - (UniCase::ascii("fortelling"), &["foretelling"]), - (UniCase::ascii("annualy"), &["annually"]), - (UniCase::ascii("adolecent"), &["adolescent"]), - (UniCase::ascii("consistantly"), &["consistently"]), - (UniCase::ascii("repetion"), &["repetition"]), - (UniCase::ascii("cemetary"), &["cemetery"]), - (UniCase::ascii("parituclar"), &["particular"]), - (UniCase::ascii("surprizingly"), &["surprisingly"]), - (UniCase::ascii("polinators"), &["pollinators"]), - (UniCase::ascii("whta"), &["what"]), - (UniCase::ascii("comitted"), &["committed"]), - (UniCase::ascii("vengence"), &["vengeance"]), - (UniCase::ascii("faught"), &["fought"]), - (UniCase::ascii("yotube"), &["youtube"]), - (UniCase::ascii("mercentile"), &["mercantile"]), - (UniCase::ascii("cmo"), &["com"]), - (UniCase::ascii("communciation"), &["communication"]), - (UniCase::ascii("clincial"), &["clinical"]), - (UniCase::ascii("priveleges"), &["privileges"]), - (UniCase::ascii("intruments"), &["instruments"]), - ( - UniCase::ascii("prominately"), - &["prominently", "predominately"], - ), - (UniCase::ascii("magizine"), &["magazine"]), - (UniCase::ascii("realsitic"), &["realistic"]), - (UniCase::ascii("attension"), &["attention"]), - (UniCase::ascii("prevelant"), &["prevalent"]), - (UniCase::ascii("maintenence"), &["maintenance"]), - (UniCase::ascii("alusion"), &["allusion", "illusion"]), - (UniCase::ascii("atempting"), &["attempting"]), - (UniCase::ascii("uninterruped"), &["uninterrupted"]), - (UniCase::ascii("seach"), &["search"]), - (UniCase::ascii("makse"), &["makes"]), - (UniCase::ascii("absailing"), &["abseiling"]), - (UniCase::ascii("althought"), &["although"]), - (UniCase::ascii("reversable"), &["reversible"]), - (UniCase::ascii("consonents"), &["consonants"]), - (UniCase::ascii("aggresive"), &["aggressive"]), - (UniCase::ascii("unrepentent"), &["unrepentant"]), - (UniCase::ascii("haemorrage"), &["haemorrhage"]), - (UniCase::ascii("tlaking"), &["talking"]), - (UniCase::ascii("diea"), &["idea", "die"]), - (UniCase::ascii("nowe"), &["now"]), - (UniCase::ascii("provisiosn"), &["provision"]), - (UniCase::ascii("clasical"), &["classical"]), - (UniCase::ascii("releived"), &["relieved"]), - (UniCase::ascii("electrial"), &["electrical"]), - (UniCase::ascii("polute"), &["pollute"]), - (UniCase::ascii("blessure"), &["blessing"]), - (UniCase::ascii("predecesors"), &["predecessors"]), - (UniCase::ascii("potatos"), &["potatoes"]), - (UniCase::ascii("Febuary"), &["February"]), - (UniCase::ascii("libitarianisn"), &["libertarianism"]), - (UniCase::ascii("discontentment"), &["discontent"]), - (UniCase::ascii("incidentially"), &["incidentally"]), - (UniCase::ascii("eyasr"), &["years", "eyas"]), - (UniCase::ascii("organiztion"), &["organization"]), - (UniCase::ascii("todays"), &["today\'s"]), - (UniCase::ascii("afficionado"), &["aficionado"]), - (UniCase::ascii("hieroglph"), &["hieroglyph"]), - (UniCase::ascii("negociations"), &["negotiations"]), - (UniCase::ascii("morroccan"), &["moroccan"]), - (UniCase::ascii("precice"), &["precise"]), - (UniCase::ascii("swaers"), &["swears"]), - (UniCase::ascii("constituional"), &["constitutional"]), - (UniCase::ascii("opponant"), &["opponent"]), - (UniCase::ascii("incompatablities"), &["incompatibilities"]), - (UniCase::ascii("misile"), &["missile"]), - (UniCase::ascii("andd"), &["and"]), - (UniCase::ascii("montanous"), &["mountainous"]), - (UniCase::ascii("abundunt"), &["abundant"]), - (UniCase::ascii("headquatered"), &["headquartered"]), - (UniCase::ascii("presumibly"), &["presumably"]), - (UniCase::ascii("terriories"), &["territories"]), - (UniCase::ascii("thne"), &["then"]), - (UniCase::ascii("combusion"), &["combustion"]), - (UniCase::ascii("dissobediance"), &["disobedience"]), - (UniCase::ascii("iritable"), &["irritable"]), - (UniCase::ascii("suseptable"), &["susceptible"]), - (UniCase::ascii("Fransiscans"), &["Franciscans"]), - (UniCase::ascii("determinining"), &["determining"]), - (UniCase::ascii("recieves"), &["receives"]), - (UniCase::ascii("discribe"), &["describe"]), - (UniCase::ascii("respectivly"), &["respectively"]), - (UniCase::ascii("succesion"), &["succession"]), - (UniCase::ascii("accomodated"), &["accommodated"]), - (UniCase::ascii("alledges"), &["alleges"]), - (UniCase::ascii("perosnality"), &["personality"]), - (UniCase::ascii("proximty"), &["proximity"]), - (UniCase::ascii("lefted"), &["left"]), - (UniCase::ascii("indutrial"), &["industrial"]), - (UniCase::ascii("nkow"), &["know"]), - (UniCase::ascii("posseses"), &["possesses"]), - (UniCase::ascii("wokring"), &["working"]), - (UniCase::ascii("embarassing"), &["embarrassing"]), - (UniCase::ascii("Philipines"), &["Philippines"]), - (UniCase::ascii("usally"), &["usually"]), - (UniCase::ascii("awared"), &["awarded"]), - (UniCase::ascii("pilgrimmages"), &["pilgrimages"]), - (UniCase::ascii("weilded"), &["wielded"]), - (UniCase::ascii("imense"), &["immense"]), - (UniCase::ascii("ammended"), &["amended"]), - (UniCase::ascii("opthalmic"), &["ophthalmic"]), - (UniCase::ascii("otherwordly"), &["otherworldly"]), - (UniCase::ascii("yeild"), &["yield"]), - (UniCase::ascii("hertzs"), &["hertz"]), - (UniCase::ascii("chemcial"), &["chemical"]), - (UniCase::ascii("soley"), &["solely"]), - (UniCase::ascii("adherance"), &["adherence"]), - (UniCase::ascii("labatory"), &["lavatory", "laboratory"]), - (UniCase::ascii("Juadaism"), &["Judaism"]), - (UniCase::ascii("catagorized"), &["categorized"]), - (UniCase::ascii("protrayed"), &["portrayed"]), - (UniCase::ascii("becamae"), &["became"]), - (UniCase::ascii("catterpillar"), &["caterpillar"]), - (UniCase::ascii("retreive"), &["retrieve"]), - (UniCase::ascii("rememberable"), &["memorable"]), - (UniCase::ascii("Gottleib"), &["Gottlieb"]), - (UniCase::ascii("mischeivous"), &["mischievous"]), - (UniCase::ascii("sucessful"), &["successful"]), - (UniCase::ascii("instade"), &["instead"]), - (UniCase::ascii("intruduced"), &["introduced"]), - (UniCase::ascii("draughtman"), &["draughtsman"]), - (UniCase::ascii("relized"), &["realised", "realized"]), - (UniCase::ascii("indisputible"), &["indisputable"]), - (UniCase::ascii("vaccum"), &["vacuum"]), - (UniCase::ascii("instutionalized"), &["institutionalized"]), - (UniCase::ascii("incompatablity"), &["incompatibility"]), - (UniCase::ascii("beween"), &["between"]), - (UniCase::ascii("efficently"), &["efficiently"]), - (UniCase::ascii("auromated"), &["automated"]), - (UniCase::ascii("compeitions"), &["competitions"]), - (UniCase::ascii("remembrence"), &["remembrance"]), - (UniCase::ascii("aranged"), &["arranged"]), - (UniCase::ascii("approxamately"), &["approximately"]), - (UniCase::ascii("archimedian"), &["archimedean"]), - (UniCase::ascii("Nuremburg"), &["Nuremberg"]), - (UniCase::ascii("exagerates"), &["exaggerates"]), - (UniCase::ascii("philisophy"), &["philosophy"]), - (UniCase::ascii("portait"), &["portrait"]), - (UniCase::ascii("Guiseppe"), &["Giuseppe"]), - (UniCase::ascii("conspiriator"), &["conspirator"]), - (UniCase::ascii("parrallell"), &["parallel"]), - (UniCase::ascii("concieved"), &["conceived"]), - (UniCase::ascii("prespective"), &["perspective"]), - (UniCase::ascii("judisuary"), &["judiciary"]), - (UniCase::ascii("entaglements"), &["entanglements"]), - (UniCase::ascii("everthing"), &["everything"]), - (UniCase::ascii("rythem"), &["rhythm"]), - (UniCase::ascii("dowloads"), &["downloads"]), - (UniCase::ascii("archetects"), &["architects"]), - (UniCase::ascii("dissappears"), &["disappears"]), - (UniCase::ascii("peotry"), &["poetry"]), - (UniCase::ascii("chasr"), &["chaser", "chase"]), - (UniCase::ascii("liquify"), &["liquefy"]), - (UniCase::ascii("piblisher"), &["publisher"]), - (UniCase::ascii("consumate"), &["consummate"]), - (UniCase::ascii("performes"), &["performed", "performs"]), - (UniCase::ascii("surfce"), &["surface"]), - (UniCase::ascii("higway"), &["highway"]), - (UniCase::ascii("devolopement"), &["development"]), - (UniCase::ascii("rigeur"), &["rigueur", "rigour", "rigor"]), - (UniCase::ascii("supplamented"), &["supplemented"]), - (UniCase::ascii("idiosyncracy"), &["idiosyncrasy"]), - (UniCase::ascii("gutteral"), &["guttural"]), - (UniCase::ascii("runing"), &["running"]), - (UniCase::ascii("principial"), &["principal"]), - (UniCase::ascii("extentions"), &["extensions"]), - (UniCase::ascii("appropraite"), &["appropriate"]), - (UniCase::ascii("pursuaded"), &["persuaded"]), - (UniCase::ascii("comback"), &["comeback"]), - (UniCase::ascii("independance"), &["independence"]), - (UniCase::ascii("alomst"), &["almost"]), - (UniCase::ascii("essentialy"), &["essentially"]), - (UniCase::ascii("abreviation"), &["abbreviation"]), - (UniCase::ascii("afair"), &["affair"]), - (UniCase::ascii("facinated"), &["fascinated"]), - (UniCase::ascii("Feburary"), &["February"]), - (UniCase::ascii("transformaton"), &["transformation"]), - (UniCase::ascii("retalitation"), &["retaliation"]), - (UniCase::ascii("horrifing"), &["horrifying"]), - (UniCase::ascii("studdy"), &["study"]), - (UniCase::ascii("beleives"), &["believes"]), - (UniCase::ascii("polinator"), &["pollinator"]), - (UniCase::ascii("geometricians"), &["geometers"]), - (UniCase::ascii("epsiode"), &["episode"]), - (UniCase::ascii("recrod"), &["record"]), - (UniCase::ascii("exibitions"), &["exhibitions"]), - (UniCase::ascii("harased"), &["harassed"]), - (UniCase::ascii("cleareance"), &["clearance"]), - (UniCase::ascii("behavour"), &["behavior", "behaviour"]), - (UniCase::ascii("neccessities"), &["necessities"]), - (UniCase::ascii("confids"), &["confides"]), - (UniCase::ascii("nutritent"), &["nutrient"]), - (UniCase::ascii("moreso"), &["more", "more so"]), - (UniCase::ascii("propostion"), &["proposition"]), - (UniCase::ascii("uise"), &["use"]), - (UniCase::ascii("storeis"), &["stories"]), - (UniCase::ascii("labled"), &["labelled", "labeled"]), - (UniCase::ascii("multipled"), &["multiplied"]), - (UniCase::ascii("sence"), &["sense", "since"]), - (UniCase::ascii("assit"), &["assist"]), - (UniCase::ascii("unsurprized"), &["unsurprised"]), - (UniCase::ascii("sountrack"), &["soundtrack"]), - (UniCase::ascii("pavillion"), &["pavilion"]), - (UniCase::ascii("prefered"), &["preferred"]), - (UniCase::ascii("beleived"), &["believed"]), - (UniCase::ascii("Galations"), &["Galatians"]), - (UniCase::ascii("amke"), &["make"]), - (UniCase::ascii("saught"), &["sought"]), - (UniCase::ascii("interrim"), &["interim"]), - (UniCase::ascii("metalurgic"), &["metallurgic"]), - (UniCase::ascii("onot"), &["note", "not"]), - (UniCase::ascii("condamned"), &["condemned"]), - (UniCase::ascii("resurecting"), &["resurrecting"]), - (UniCase::ascii("adn"), &["and"]), - (UniCase::ascii("noteriety"), &["notoriety"]), - (UniCase::ascii("confidentally"), &["confidentially"]), - (UniCase::ascii("comemoretion"), &["commemoration"]), - (UniCase::ascii("decribing"), &["describing"]), - (UniCase::ascii("Palistinian"), &["Palestinian"]), - (UniCase::ascii("hsitorians"), &["historians"]), - (UniCase::ascii("psyhic"), &["psychic"]), - (UniCase::ascii("morroco"), &["morocco"]), - (UniCase::ascii("dictionarys"), &["dictionaries"]), - (UniCase::ascii("reccomending"), &["recommending"]), - (UniCase::ascii("prominant"), &["prominent"]), - (UniCase::ascii("managment"), &["management"]), - (UniCase::ascii("algoritms"), &["algorithms"]), - (UniCase::ascii("candadate"), &["candidate"]), - (UniCase::ascii("orginize"), &["organise"]), - (UniCase::ascii("discribing"), &["describing"]), - (UniCase::ascii("hydropile"), &["hydrophile"]), - (UniCase::ascii("additionaly"), &["additionally"]), - (UniCase::ascii("universtiy"), &["university"]), - (UniCase::ascii("galatic"), &["galactic"]), - (UniCase::ascii("peretrator"), &["perpetrator"]), - (UniCase::ascii("instutions"), &["intuitions"]), - (UniCase::ascii("orignially"), &["originally"]), - (UniCase::ascii("happenned"), &["happened"]), - (UniCase::ascii("playwrite"), &["playwright"]), - (UniCase::ascii("ressurection"), &["resurrection"]), - (UniCase::ascii("frome"), &["from"]), - (UniCase::ascii("erested"), &["arrested", "erected"]), - (UniCase::ascii("preverse"), &["perverse"]), - (UniCase::ascii("compatiable"), &["compatible"]), - (UniCase::ascii("distruction"), &["destruction"]), - (UniCase::ascii("techicians"), &["technicians"]), - (UniCase::ascii("alwasy"), &["always"]), - (UniCase::ascii("harrasments"), &["harassments"]), - (UniCase::ascii("effeciency"), &["efficiency"]), - (UniCase::ascii("assasinate"), &["assassinate"]), - (UniCase::ascii("constuction"), &["construction"]), - (UniCase::ascii("millenialism"), &["millennialism"]), - (UniCase::ascii("inevitible"), &["inevitable"]), - (UniCase::ascii("becouse"), &["because"]), - (UniCase::ascii("evidentally"), &["evidently"]), - (UniCase::ascii("probelm"), &["problem"]), - (UniCase::ascii("conspiracys"), &["conspiracies"]), - (UniCase::ascii("phenomonon"), &["phenomenon"]), - (UniCase::ascii("timne"), &["time"]), - (UniCase::ascii("paleolitic"), &["paleolithic"]), - (UniCase::ascii("pblisher"), &["publisher"]), - (UniCase::ascii("reprtoire"), &["repertoire"]), - (UniCase::ascii("infectuous"), &["infectious"]), - (UniCase::ascii("wereabouts"), &["whereabouts"]), - (UniCase::ascii("inflamation"), &["inflammation"]), - (UniCase::ascii("accomdate"), &["accommodate"]), - (UniCase::ascii("annouced"), &["announced"]), - (UniCase::ascii("archtypes"), &["archetypes"]), - (UniCase::ascii("enchancement"), &["enhancement"]), - (UniCase::ascii("remenant"), &["remnant"]), - (UniCase::ascii("definate"), &["definite"]), - (UniCase::ascii("snese"), &["sneeze"]), - (UniCase::ascii("competiveness"), &["competitiveness"]), - (UniCase::ascii("backgorund"), &["background"]), - (UniCase::ascii("unsuccesful"), &["unsuccessful"]), - (UniCase::ascii("addressess"), &["addresses"]), - (UniCase::ascii("worstened"), &["worsened"]), - (UniCase::ascii("delagates"), &["delegates"]), - (UniCase::ascii("noncombatents"), &["noncombatants"]), - (UniCase::ascii("dimunitive"), &["diminutive"]), - (UniCase::ascii("inheritage"), &["heritage", "inheritance"]), - (UniCase::ascii("unsuprizingly"), &["unsurprisingly"]), - (UniCase::ascii("initiaitive"), &["initiative"]), - (UniCase::ascii("cannotation"), &["connotation"]), - (UniCase::ascii("incredable"), &["incredible"]), - (UniCase::ascii("instuction"), &["instruction"]), - (UniCase::ascii("amoungst"), &["amongst"]), - (UniCase::ascii("bemusemnt"), &["bemusement"]), - (UniCase::ascii("consideres"), &["considered"]), - (UniCase::ascii("officals"), &["officials"]), - (UniCase::ascii("incunabla"), &["incunabula"]), - (UniCase::ascii("phongraph"), &["phonograph"]), - (UniCase::ascii("structual"), &["structural"]), - (UniCase::ascii("gardai"), &["gardaí"]), - (UniCase::ascii("descendands"), &["descendants"]), - (UniCase::ascii("refernces"), &["references"]), - (UniCase::ascii("indpendent"), &["independent"]), - (UniCase::ascii("enthusiatic"), &["enthusiastic"]), - (UniCase::ascii("contstruction"), &["construction"]), - (UniCase::ascii("humerous"), &["humorous", "humerus"]), - (UniCase::ascii("tendancies"), &["tendencies"]), - (UniCase::ascii("Missisipi"), &["Mississippi"]), - (UniCase::ascii("litature"), &["literature"]), - (UniCase::ascii("reasearch"), &["research"]), - (UniCase::ascii("rougly"), &["roughly"]), - (UniCase::ascii("crockodiles"), &["crocodiles"]), - (UniCase::ascii("survivers"), &["survivors"]), - (UniCase::ascii("yaching"), &["yachting"]), - (UniCase::ascii("interchangable"), &["interchangeable"]), - (UniCase::ascii("teh"), &["the"]), - (UniCase::ascii("spontanous"), &["spontaneous"]), - (UniCase::ascii("plesant"), &["pleasant"]), - (UniCase::ascii("diplomancy"), &["diplomacy"]), - (UniCase::ascii("procedings"), &["proceedings"]), - (UniCase::ascii("acommodate"), &["accommodate"]), - (UniCase::ascii("micoscopy"), &["microscopy"]), - (UniCase::ascii("immidiately"), &["immediately"]), - (UniCase::ascii("dimentions"), &["dimensions"]), - (UniCase::ascii("encouraing"), &["encouraging"]), - (UniCase::ascii("didnt"), &["didn\'t"]), - (UniCase::ascii("negligable"), &["negligible"]), - (UniCase::ascii("afficionados"), &["aficionados"]), - (UniCase::ascii("indespensible"), &["indispensable"]), - (UniCase::ascii("wordlwide"), &["worldwide"]), - (UniCase::ascii("impliment"), &["implement"]), - (UniCase::ascii("compatablity"), &["compatibility"]), - (UniCase::ascii("wich"), &["which", "witch"]), - (UniCase::ascii("sponser"), &["sponsor"]), - (UniCase::ascii("casulaties"), &["casualties"]), - (UniCase::ascii("harras"), &["harass"]), - (UniCase::ascii("lenght"), &["length"]), - (UniCase::ascii("wass"), &["was"]), - (UniCase::ascii("sytle"), &["style"]), - (UniCase::ascii("tennisplayer"), &["tennis player"]), - (UniCase::ascii("guttaral"), &["guttural"]), - (UniCase::ascii("exagerated"), &["exaggerated"]), - (UniCase::ascii("becames"), &["becomes", "became"]), - (UniCase::ascii("yearm"), &["year"]), - (UniCase::ascii("polysaccaride"), &["polysaccharide"]), - (UniCase::ascii("enviornmentally"), &["environmentally"]), - (UniCase::ascii("crucifiction"), &["crucifixion"]), - (UniCase::ascii("phenomenonly"), &["phenomenally"]), - (UniCase::ascii("dieties"), &["deities"]), - (UniCase::ascii("scaleable"), &["scalable"]), - (UniCase::ascii("weaponary"), &["weaponry"]), - (UniCase::ascii("unkown"), &["unknown"]), - (UniCase::ascii("haviest"), &["heaviest"]), - (UniCase::ascii("beleif"), &["belief"]), - (UniCase::ascii("launchs"), &["launch", "launches"]), - (UniCase::ascii("beleiving"), &["believing"]), - (UniCase::ascii("advertisment"), &["advertisement"]), - (UniCase::ascii("averageed"), &["averaged"]), - (UniCase::ascii("suburburban"), &["suburban"]), - (UniCase::ascii("dissobedience"), &["disobedience"]), - (UniCase::ascii("rechargable"), &["rechargeable"]), - (UniCase::ascii("unahppy"), &["unhappy"]), - (UniCase::ascii("fluorish"), &["flourish"]), - (UniCase::ascii("minature"), &["miniature"]), - (UniCase::ascii("supresses"), &["suppresses"]), - (UniCase::ascii("happended"), &["happened"]), - (UniCase::ascii("temparate"), &["temperate"]), - (UniCase::ascii("bewteen"), &["between"]), - (UniCase::ascii("unfortunatley"), &["unfortunately"]), - (UniCase::ascii("Sacremento"), &["Sacramento"]), - (UniCase::ascii("versitlity"), &["versatility"]), - (UniCase::ascii("propietary"), &["proprietary"]), - (UniCase::ascii("allign"), &["align"]), - (UniCase::ascii("androgenous"), &["androgynous"]), - (UniCase::ascii("accompanyed"), &["accompanied"]), - (UniCase::ascii("interpet"), &["interpret"]), - (UniCase::ascii("usualy"), &["usually"]), - (UniCase::ascii("carthographer"), &["cartographer"]), - (UniCase::ascii("noteably"), &["notably"]), - (UniCase::ascii("fontrier"), &["fontier"]), - (UniCase::ascii("surveill"), &["surveil"]), - (UniCase::ascii("conquerer"), &["conqueror"]), - (UniCase::ascii("knwo"), &["know"]), - (UniCase::ascii("rentors"), &["renters"]), - (UniCase::ascii("tust"), &["trust"]), - (UniCase::ascii("therafter"), &["thereafter"]), - (UniCase::ascii("adbandon"), &["abandon"]), - (UniCase::ascii("annointed"), &["anointed"]), - (UniCase::ascii("supress"), &["suppress"]), - (UniCase::ascii("Queenland"), &["Queensland"]), - (UniCase::ascii("anyhwere"), &["anywhere"]), - (UniCase::ascii("sasy"), &["says", "sassy"]), - (UniCase::ascii("virutally"), &["virtually"]), - (UniCase::ascii("sheild"), &["shield"]), - (UniCase::ascii("criterias"), &["criteria"]), - (UniCase::ascii("indepedence"), &["independence"]), - (UniCase::ascii("durring"), &["during"]), - (UniCase::ascii("penninsula"), &["peninsula"]), - (UniCase::ascii("juristictions"), &["jurisdictions"]), - (UniCase::ascii("intelectual"), &["intellectual"]), - (UniCase::ascii("residental"), &["residential"]), - (UniCase::ascii("controll"), &["control"]), - (UniCase::ascii("correposding"), &["corresponding"]), - (UniCase::ascii("sumary"), &["summary"]), - ( - UniCase::ascii("critisizing"), - &["criticising", "criticizing"], - ), - (UniCase::ascii("aplication"), &["application"]), - (UniCase::ascii("especialy"), &["especially"]), - (UniCase::ascii("weild"), &["wield", "wild"]), - (UniCase::ascii("Buddist"), &["Buddhist"]), - (UniCase::ascii("inot"), &["into"]), - (UniCase::ascii("perjery"), &["perjury"]), - (UniCase::ascii("thoughout"), &["throughout"]), - (UniCase::ascii("listners"), &["listeners"]), - (UniCase::ascii("equilibium"), &["equilibrium"]), - (UniCase::ascii("caluculate"), &["calculate"]), - (UniCase::ascii("sysmatically"), &["systematically"]), - (UniCase::ascii("authorithy"), &["authority"]), - (UniCase::ascii("aborigene"), &["aborigine"]), - (UniCase::ascii("iunior"), &["junior"]), - (UniCase::ascii("procedger"), &["procedure"]), - (UniCase::ascii("subdivisio"), &["subdivision"]), - (UniCase::ascii("medievel"), &["medieval"]), - (UniCase::ascii("ingreediants"), &["ingredients"]), - (UniCase::ascii("sturcture"), &["structure"]), - (UniCase::ascii("suphisticated"), &["sophisticated"]), - (UniCase::ascii("fanatism"), &["fanaticism"]), - (UniCase::ascii("notwhithstanding"), &["notwithstanding"]), - (UniCase::ascii("revolutionar"), &["revolutionary"]), - (UniCase::ascii("enviromental"), &["environmental"]), - (UniCase::ascii("resistable"), &["resistible"]), - (UniCase::ascii("suop"), &["soup"]), - (UniCase::ascii("roomate"), &["roommate"]), - (UniCase::ascii("hinderance"), &["hindrance"]), - (UniCase::ascii("consituencies"), &["constituencies"]), - (UniCase::ascii("autority"), &["authority"]), - (UniCase::ascii("eceonomy"), &["economy"]), - (UniCase::ascii("swepth"), &["swept"]), - (UniCase::ascii("sheat"), &["sheath", "sheet", "cheat"]), - (UniCase::ascii("substatial"), &["substantial"]), - (UniCase::ascii("intially"), &["initially"]), - (UniCase::ascii("acheivements"), &["achievements"]), - (UniCase::ascii("Capetown"), &["Cape Town"]), - (UniCase::ascii("neccesary"), &["necessary"]), - (UniCase::ascii("Saterdays"), &["Saturdays"]), - (UniCase::ascii("privilage"), &["privilege"]), - (UniCase::ascii("aquisition"), &["acquisition"]), - (UniCase::ascii("seperately"), &["separately"]), - (UniCase::ascii("majoroty"), &["majority"]), - (UniCase::ascii("asthetic"), &["aesthetic"]), - (UniCase::ascii("proclamed"), &["proclaimed"]), - (UniCase::ascii("personel"), &["personnel", "personal"]), - (UniCase::ascii("occassion"), &["occasion"]), - (UniCase::ascii("unwieldly"), &["unwieldy"]), - (UniCase::ascii("republis"), &["republics"]), - (UniCase::ascii("withdrawl"), &["withdrawal", "withdraw"]), - (UniCase::ascii("lieved"), &["lived"]), - (UniCase::ascii("pinnaple"), &["pineapple"]), - (UniCase::ascii("comapany"), &["company"]), - (UniCase::ascii("unsucesful"), &["unsuccessful"]), - (UniCase::ascii("archaelogists"), &["archaeologists"]), - (UniCase::ascii("practicioners"), &["practitioners"]), - (UniCase::ascii("maneouvre"), &["manoeuvre"]), - (UniCase::ascii("despict"), &["depict"]), - (UniCase::ascii("computarized"), &["computerized"]), - (UniCase::ascii("higest"), &["highest"]), - (UniCase::ascii("millon"), &["million"]), - (UniCase::ascii("youseff"), &["yousef"]), - (UniCase::ascii("pricipal"), &["principal"]), - (UniCase::ascii("governmnet"), &["government"]), - (UniCase::ascii("expropiated"), &["expropriated"]), - (UniCase::ascii("hieght"), &["height"]), - (UniCase::ascii("appereances"), &["appearances"]), - (UniCase::ascii("cattleship"), &["battleship"]), - (UniCase::ascii("devided"), &["divided"]), - (UniCase::ascii("apenines"), &["apennines", "Apennines"]), - (UniCase::ascii("certainity"), &["certainty"]), - (UniCase::ascii("bombarment"), &["bombardment"]), - (UniCase::ascii("ressurect"), &["resurrect"]), - (UniCase::ascii("intepretation"), &["interpretation"]), - (UniCase::ascii("continential"), &["continental"]), - (UniCase::ascii("rocord"), &["record"]), - (UniCase::ascii("caligraphy"), &["calligraphy"]), - (UniCase::ascii("myraid"), &["myriad"]), - (UniCase::ascii("suprize"), &["surprise"]), - (UniCase::ascii("singsog"), &["singsong"]), - (UniCase::ascii("proccess"), &["process"]), - (UniCase::ascii("succesfuly"), &["successfully"]), - (UniCase::ascii("conection"), &["connection"]), - (UniCase::ascii("indigineous"), &["indigenous"]), - (UniCase::ascii("cyclinder"), &["cylinder"]), - (UniCase::ascii("expeced"), &["expected"]), - (UniCase::ascii("govermental"), &["governmental"]), - (UniCase::ascii("Guilia"), &["Giulia"]), - (UniCase::ascii("hypocrits"), &["hypocrites"]), - (UniCase::ascii("taxanomy"), &["taxonomy"]), - (UniCase::ascii("Postdam"), &["Potsdam"]), - (UniCase::ascii("tolerence"), &["tolerance"]), - (UniCase::ascii("useage"), &["usage"]), - (UniCase::ascii("fidn"), &["find"]), - (UniCase::ascii("recivership"), &["receivership"]), - (UniCase::ascii("tempertaure"), &["temperature"]), - (UniCase::ascii("minstry"), &["ministry"]), - (UniCase::ascii("raelly"), &["really"]), - (UniCase::ascii("paranthesis"), &["parenthesis"]), - (UniCase::ascii("emmisions"), &["emissions"]), - (UniCase::ascii("ciricuit"), &["circuit"]), - (UniCase::ascii("infinit"), &["infinite"]), - (UniCase::ascii("accomodation"), &["accommodation"]), - (UniCase::ascii("aquaduct"), &["aqueduct"]), - (UniCase::ascii("elicided"), &["elicited"]), - (UniCase::ascii("appology"), &["apology"]), - (UniCase::ascii("dissarray"), &["disarray"]), - (UniCase::ascii("primative"), &["primitive"]), - (UniCase::ascii("criticists"), &["critics"]), - (UniCase::ascii("elction"), &["election"]), - (UniCase::ascii("aprehensive"), &["apprehensive"]), - (UniCase::ascii("repectively"), &["respectively"]), - (UniCase::ascii("wehn"), &["when"]), - (UniCase::ascii("dieing"), &["dying", "dyeing"]), - (UniCase::ascii("increadible"), &["incredible"]), - (UniCase::ascii("immidately"), &["immediately"]), - (UniCase::ascii("possibilty"), &["possibility"]), - (UniCase::ascii("adquire"), &["acquire"]), - (UniCase::ascii("authoritive"), &["authoritative"]), - (UniCase::ascii("famoust"), &["famous"]), - (UniCase::ascii("conditionsof"), &["conditions of"]), - (UniCase::ascii("disatrous"), &["disastrous"]), - (UniCase::ascii("htikn"), &["think"]), - (UniCase::ascii("multicultralism"), &["multiculturalism"]), - (UniCase::ascii("whic"), &["which"]), - (UniCase::ascii("delerious"), &["delirious"]), - (UniCase::ascii("Morrisette"), &["Morissette"]), - (UniCase::ascii("releive"), &["relieve"]), - (UniCase::ascii("ultimely"), &["ultimately"]), - (UniCase::ascii("telphony"), &["telephony"]), - (UniCase::ascii("inevititably"), &["inevitably"]), - (UniCase::ascii("conesencus"), &["consensus"]), - (UniCase::ascii("Johanine"), &["Johannine"]), - (UniCase::ascii("Januray"), &["January"]), - (UniCase::ascii("dicussed"), &["discussed"]), - (UniCase::ascii("legitmate"), &["legitimate"]), - (UniCase::ascii("assocation"), &["association"]), - (UniCase::ascii("controlls"), &["controls"]), - (UniCase::ascii("fourties"), &["forties"]), - ( - UniCase::ascii("coorperation"), - &["cooperation", "corporation"], - ), - (UniCase::ascii("automonomous"), &["autonomous"]), - (UniCase::ascii("quicklyu"), &["quickly"]), - (UniCase::ascii("proseletyzing"), &["proselytizing"]), - (UniCase::ascii("carcas"), &["carcass", "Caracas"]), - (UniCase::ascii("critizing"), &["criticizing"]), - (UniCase::ascii("constituant"), &["constituent"]), - (UniCase::ascii("widesread"), &["widespread"]), - (UniCase::ascii("instatance"), &["instance"]), - (UniCase::ascii("unlikey"), &["unlikely"]), - (UniCase::ascii("controled"), &["controlled"]), - (UniCase::ascii("valuble"), &["valuable"]), - (UniCase::ascii("leutenant"), &["lieutenant"]), - (UniCase::ascii("proclomation"), &["proclamation"]), - (UniCase::ascii("archaelogy"), &["archaeology"]), - (UniCase::ascii("referrs"), &["refers"]), - (UniCase::ascii("yuo"), &["you"]), - (UniCase::ascii("publsiher"), &["publisher"]), - (UniCase::ascii("derivitive"), &["derivative"]), - (UniCase::ascii("possiblity"), &["possibility"]), - (UniCase::ascii("ganster"), &["gangster"]), - (UniCase::ascii("wendsay"), &["Wednesday"]), - (UniCase::ascii("asside"), &["aside"]), - (UniCase::ascii("halarious"), &["hilarious"]), - (UniCase::ascii("calulated"), &["calculated"]), - (UniCase::ascii("satrically"), &["satirically"]), - (UniCase::ascii("propperly"), &["properly"]), - (UniCase::ascii("imprioned"), &["imprisoned"]), - (UniCase::ascii("cerimony"), &["ceremony"]), - (UniCase::ascii("villin"), &["villi", "villain", "villein"]), - (UniCase::ascii("claerly"), &["clearly"]), - (UniCase::ascii("disolved"), &["dissolved"]), - (UniCase::ascii("hospitible"), &["hospitable"]), - (UniCase::ascii("mutiliated"), &["mutilated"]), - (UniCase::ascii("prestigeous"), &["prestigious"]), - (UniCase::ascii("gracefull"), &["graceful"]), - (UniCase::ascii("acheivment"), &["achievement"]), - (UniCase::ascii("recomended"), &["recommended"]), - (UniCase::ascii("beggin"), &["begin", "begging"]), - (UniCase::ascii("degrate"), &["degrade"]), - (UniCase::ascii("casued"), &["caused"]), - (UniCase::ascii("eratically"), &["erratically"]), - (UniCase::ascii("thta"), &["that"]), - (UniCase::ascii("includ"), &["include"]), - (UniCase::ascii("parallely"), &["parallelly"]), - (UniCase::ascii("suceeded"), &["succeeded"]), - (UniCase::ascii("recide"), &["reside"]), - (UniCase::ascii("priveledges"), &["privileges"]), - (UniCase::ascii("humurous"), &["humorous"]), - (UniCase::ascii("wroet"), &["wrote"]), - (UniCase::ascii("technnology"), &["technology"]), - (UniCase::ascii("maltesian"), &["Maltese"]), - (UniCase::ascii("experiance"), &["experience"]), - (UniCase::ascii("beng"), &["being"]), - (UniCase::ascii("targetting"), &["targeting"]), - (UniCase::ascii("legitamate"), &["legitimate"]), - (UniCase::ascii("unforgetable"), &["unforgettable"]), - (UniCase::ascii("obstacal"), &["obstacle"]), - (UniCase::ascii("assisnate"), &["assassinate"]), - (UniCase::ascii("jsut"), &["just"]), - (UniCase::ascii("alternitives"), &["alternatives"]), - (UniCase::ascii("assasinations"), &["assassinations"]), - (UniCase::ascii("polysaccharid"), &["polysaccharide"]), - (UniCase::ascii("referenece"), &["reference"]), - (UniCase::ascii("formidible"), &["formidable"]), - (UniCase::ascii("incomptetent"), &["incompetent"]), - (UniCase::ascii("awya"), &["away"]), - (UniCase::ascii("peopels"), &["peoples"]), - (UniCase::ascii("anonimity"), &["anonymity"]), - (UniCase::ascii("liuke"), &["like"]), - (UniCase::ascii("laguages"), &["languages"]), - (UniCase::ascii("aka"), &["a.k.a."]), - (UniCase::ascii("unballance"), &["unbalance"]), - (UniCase::ascii("potrayed"), &["portrayed"]), - (UniCase::ascii("levetates"), &["levitates"]), - (UniCase::ascii("regularily"), &["regularly"]), - (UniCase::ascii("theather"), &["theater"]), - (UniCase::ascii("consdidered"), &["considered"]), - (UniCase::ascii("pertubation"), &["perturbation"]), - (UniCase::ascii("startegy"), &["strategy"]), - (UniCase::ascii("ressemblance"), &["resemblance"]), - (UniCase::ascii("sucessive"), &["successive"]), - (UniCase::ascii("habeus"), &["habeas"]), - (UniCase::ascii("inmigrant"), &["immigrant"]), - (UniCase::ascii("hydropobe"), &["hydrophobe"]), - (UniCase::ascii("disatisfaction"), &["dissatisfaction"]), - (UniCase::ascii("publusher"), &["publisher"]), - (UniCase::ascii("unforetunately"), &["unfortunately"]), - (UniCase::ascii("deparmental"), &["departmental"]), - (UniCase::ascii("ceromony"), &["ceremony"]), - (UniCase::ascii("endolithes"), &["endoliths"]), - (UniCase::ascii("postion"), &["position"]), - (UniCase::ascii("recuring"), &["recurring"]), - (UniCase::ascii("penisular"), &["peninsular"]), - (UniCase::ascii("interelated"), &["interrelated"]), - (UniCase::ascii("reminescent"), &["reminiscent"]), - (UniCase::ascii("qtuie"), &["quite", "quiet"]), - (UniCase::ascii("parisitic"), &["parasitic"]), - (UniCase::ascii("agressive"), &["aggressive"]), - (UniCase::ascii("ancestory"), &["ancestry"]), - (UniCase::ascii("flourine"), &["fluorine"]), - (UniCase::ascii("referemces"), &["references"]), - (UniCase::ascii("Amercia"), &["America"]), - (UniCase::ascii("primarly"), &["primarily"]), - (UniCase::ascii("archaology"), &["archeology", "archaeology"]), - (UniCase::ascii("diconnects"), &["disconnects"]), - (UniCase::ascii("tenacle"), &["tentacle"]), - (UniCase::ascii("levetated"), &["levitated"]), - (UniCase::ascii("liscense"), &["license", "licence"]), - (UniCase::ascii("affilate"), &["affiliate"]), - (UniCase::ascii("ocurrance"), &["occurrence"]), - (UniCase::ascii("commuications"), &["communications"]), - (UniCase::ascii("sucession"), &["succession"]), - (UniCase::ascii("unweildly"), &["unwieldy"]), - (UniCase::ascii("tommorrow"), &["tomorrow"]), - (UniCase::ascii("knowlege"), &["knowledge"]), - (UniCase::ascii("foreward"), &["foreword"]), - (UniCase::ascii("intrusted"), &["entrusted"]), - (UniCase::ascii("premission"), &["permission"]), - (UniCase::ascii("twpo"), &["two"]), - (UniCase::ascii("intervines"), &["intervenes"]), - (UniCase::ascii("regardes"), &["regards"]), - (UniCase::ascii("unsuccessfull"), &["unsuccessful"]), - (UniCase::ascii("humer"), &["humor", "humour"]), - (UniCase::ascii("bigining"), &["beginning"]), - (UniCase::ascii("politican"), &["politician"]), - (UniCase::ascii("diversed"), &["diverse", "diverged"]), - (UniCase::ascii("forseeable"), &["foreseeable"]), - (UniCase::ascii("spendour"), &["splendour"]), - (UniCase::ascii("deteriate"), &["deteriorate"]), - (UniCase::ascii("somene"), &["someone"]), - (UniCase::ascii("archetect"), &["architect"]), - (UniCase::ascii("shreak"), &["shriek"]), - (UniCase::ascii("tkae"), &["take"]), - (UniCase::ascii("inspite"), &["in spite", "inspire"]), - (UniCase::ascii("gunanine"), &["guanine"]), - (UniCase::ascii("contamporaries"), &["contemporaries"]), - (UniCase::ascii("campain"), &["campaign"]), - (UniCase::ascii("contaiminate"), &["contaminate"]), - (UniCase::ascii("sevice"), &["service"]), - (UniCase::ascii("bilateraly"), &["bilaterally"]), - (UniCase::ascii("peopel"), &["people"]), - (UniCase::ascii("withh"), &["with"]), - (UniCase::ascii("levetate"), &["levitate"]), - (UniCase::ascii("aboutit"), &["about it"]), - (UniCase::ascii("ressemble"), &["resemble"]), - (UniCase::ascii("representive"), &["representative"]), - (UniCase::ascii("priveleged"), &["privileged"]), - (UniCase::ascii("extered"), &["exerted"]), - (UniCase::ascii("rwite"), &["write"]), - (UniCase::ascii("aparent"), &["apparent"]), - (UniCase::ascii("seguoys"), &["segues"]), - (UniCase::ascii("pronounciation"), &["pronunciation"]), - (UniCase::ascii("recurrance"), &["recurrence"]), - (UniCase::ascii("tiome"), &["time", "tome"]), - (UniCase::ascii("virutal"), &["virtual"]), - (UniCase::ascii("reciever"), &["receiver"]), - (UniCase::ascii("rennovating"), &["renovating"]), - (UniCase::ascii("attitide"), &["attitude"]), - (UniCase::ascii("surpress"), &["suppress"]), - (UniCase::ascii("publisger"), &["publisher"]), - (UniCase::ascii("trafficing"), &["trafficking"]), - (UniCase::ascii("unsurprizing"), &["unsurprising"]), - (UniCase::ascii("opose"), &["oppose"]), - (UniCase::ascii("wensday"), &["Wednesday"]), - (UniCase::ascii("thnigs"), &["things"]), - (UniCase::ascii("vegitable"), &["vegetable"]), - (UniCase::ascii("alledged"), &["alleged"]), - (UniCase::ascii("suppy"), &["supply"]), - (UniCase::ascii("tomatos"), &["tomatoes"]), - (UniCase::ascii("dependance"), &["dependence"]), - (UniCase::ascii("alcholic"), &["alcoholic"]), - (UniCase::ascii("postive"), &["positive"]), - (UniCase::ascii("forhead"), &["forehead"]), - (UniCase::ascii("inlcuding"), &["including"]), - (UniCase::ascii("campains"), &["campaigns"]), - (UniCase::ascii("maked"), &["marked", "made"]), - (UniCase::ascii("Papanicalou"), &["Papanicolaou"]), - (UniCase::ascii("identifers"), &["identifiers"]), - (UniCase::ascii("signifigantly"), &["significantly"]), - (UniCase::ascii("tyrranies"), &["tyrannies"]), - (UniCase::ascii("uneccesary"), &["unnecessary"]), - (UniCase::ascii("unfortunatly"), &["unfortunately"]), - (UniCase::ascii("hinderence"), &["hindrance"]), - (UniCase::ascii("torpeados"), &["torpedoes"]), - (UniCase::ascii("breakthroughts"), &["breakthroughs"]), - (UniCase::ascii("adquired"), &["acquired"]), - (UniCase::ascii("preceeded"), &["preceded"]), - (UniCase::ascii("hapening"), &["happening"]), - (UniCase::ascii("alsot"), &["also"]), - (UniCase::ascii("alochol"), &["alcohol"]), - (UniCase::ascii("crystalisation"), &["crystallisation"]), - (UniCase::ascii("adminstrative"), &["administrative"]), - (UniCase::ascii("lisense"), &["license", "licence"]), - (UniCase::ascii("publisherr"), &["publisher"]), - (UniCase::ascii("rebllions"), &["rebellions"]), - (UniCase::ascii("venemous"), &["venomous"]), - (UniCase::ascii("exerbate"), &["exacerbate"]), - (UniCase::ascii("relaly"), &["really"]), - (UniCase::ascii("aledges"), &["alleges"]), - (UniCase::ascii("conciously"), &["consciously"]), - (UniCase::ascii("verison"), &["version"]), - (UniCase::ascii("nkwo"), &["know"]), - (UniCase::ascii("publishher"), &["publisher"]), - (UniCase::ascii("comparision"), &["comparison"]), - (UniCase::ascii("honory"), &["honorary"]), - (UniCase::ascii("realtions"), &["relations"]), - (UniCase::ascii("realyl"), &["really"]), - (UniCase::ascii("parrallel"), &["parallel"]), - (UniCase::ascii("sattelite"), &["satellite"]), - (UniCase::ascii("beaurocracy"), &["bureaucracy"]), - (UniCase::ascii("politicans"), &["politicians"]), - (UniCase::ascii("insensative"), &["insensitive"]), - (UniCase::ascii("authobiography"), &["autobiography"]), - (UniCase::ascii("belived"), &["believed", "beloved"]), - (UniCase::ascii("octohedral"), &["octahedral"]), - (UniCase::ascii("armistace"), &["armistice"]), - (UniCase::ascii("alreayd"), &["already"]), - (UniCase::ascii("addopt"), &["adopt"]), - (UniCase::ascii("oublisher"), &["publisher"]), - (UniCase::ascii("efficent"), &["efficient"]), - (UniCase::ascii("abotu"), &["about"]), - (UniCase::ascii("androgeny"), &["androgyny"]), - (UniCase::ascii("noth"), &["north"]), - (UniCase::ascii("toubles"), &["troubles"]), - (UniCase::ascii("stirrs"), &["stirs"]), - (UniCase::ascii("recieve"), &["receive"]), - (UniCase::ascii("htere"), &["there", "here"]), - (UniCase::ascii("sudent"), &["student"]), - (UniCase::ascii("authoritiers"), &["authorities"]), - (UniCase::ascii("ocasions"), &["occasions"]), - (UniCase::ascii("idaeidae"), &["idea"]), - (UniCase::ascii("tendancy"), &["tendency"]), - (UniCase::ascii("efford"), &["effort", "afford"]), - (UniCase::ascii("availablity"), &["availability"]), - (UniCase::ascii("decendent"), &["descendant"]), - (UniCase::ascii("precisly"), &["precisely"]), - (UniCase::ascii("immediatly"), &["immediately"]), - (UniCase::ascii("mchanics"), &["mechanics"]), - (UniCase::ascii("translater"), &["translator"]), - (UniCase::ascii("perogative"), &["prerogative"]), - (UniCase::ascii("dispence"), &["dispense"]), - (UniCase::ascii("offereings"), &["offerings"]), - (UniCase::ascii("portugues"), &["Portuguese"]), - (UniCase::ascii("techician"), &["technician"]), - (UniCase::ascii("throughly"), &["thoroughly"]), - (UniCase::ascii("lieing"), &["lying"]), - (UniCase::ascii("philisophical"), &["philosophical"]), - (UniCase::ascii("trustworthyness"), &["trustworthiness"]), - (UniCase::ascii("casuing"), &["causing"]), - (UniCase::ascii("scientis"), &["scientist"]), - (UniCase::ascii("alchohol"), &["alcohol"]), - (UniCase::ascii("accessable"), &["accessible"]), - (UniCase::ascii("resevoir"), &["reservoir"]), - (UniCase::ascii("unsucesfuly"), &["unsuccessfully"]), - (UniCase::ascii("posthomous"), &["posthumous"]), - (UniCase::ascii("threatning"), &["threatening"]), - (UniCase::ascii("comisioning"), &["commissioning"]), - (UniCase::ascii("univerity"), &["university"]), - (UniCase::ascii("currenly"), &["currently"]), - (UniCase::ascii("hypocracy"), &["hypocrisy"]), - (UniCase::ascii("unrepetent"), &["unrepentant"]), - (UniCase::ascii("conservitive"), &["conservative"]), - (UniCase::ascii("incarcirated"), &["incarcerated"]), - (UniCase::ascii("auxilliaries"), &["auxiliaries"]), - (UniCase::ascii("symmetral"), &["symmetric"]), - (UniCase::ascii("alltogether"), &["altogether"]), - (UniCase::ascii("busines"), &["business"]), - (UniCase::ascii("yeras"), &["years"]), - (UniCase::ascii("shorly"), &["shortly"]), - (UniCase::ascii("incomptable"), &["incompatible"]), - (UniCase::ascii("curcuit"), &["circuit"]), - (UniCase::ascii("ninteenth"), &["nineteenth"]), - (UniCase::ascii("souvenier"), &["souvenir"]), - (UniCase::ascii("prestigous"), &["prestigious"]), - (UniCase::ascii("proccessing"), &["processing"]), - (UniCase::ascii("nestin"), &["nesting"]), - (UniCase::ascii("unforgiveable"), &["unforgivable"]), - (UniCase::ascii("scholarstic"), &["scholastic", "scholarly"]), - (UniCase::ascii("possiblilty"), &["possibility"]), - (UniCase::ascii("Nazereth"), &["Nazareth"]), - (UniCase::ascii("leanr"), &["lean", "learn", "leaner"]), - (UniCase::ascii("acquaintence"), &["acquaintance"]), - (UniCase::ascii("emmisary"), &["emissary"]), - (UniCase::ascii("shiping"), &["shipping"]), - (UniCase::ascii("probaly"), &["probably"]), - (UniCase::ascii("provisonal"), &["provisional"]), - (UniCase::ascii("foward"), &["forward"]), - (UniCase::ascii("usefull"), &["useful"]), - (UniCase::ascii("relevence"), &["relevance"]), - (UniCase::ascii("principly"), &["principally"]), - (UniCase::ascii("agravate"), &["aggravate"]), - (UniCase::ascii("mileu"), &["milieu"]), - (UniCase::ascii("thnig"), &["thing"]), - (UniCase::ascii("independant"), &["independent"]), - (UniCase::ascii("willingless"), &["willingness"]), - (UniCase::ascii("terroist"), &["terrorist"]), - (UniCase::ascii("incompetance"), &["incompetence"]), - (UniCase::ascii("religous"), &["religious"]), - (UniCase::ascii("themselfs"), &["themselves"]), - (UniCase::ascii("premeire"), &["premiere"]), - (UniCase::ascii("satrical"), &["satirical"]), - (UniCase::ascii("deterioriating"), &["deteriorating"]), - (UniCase::ascii("ironicly"), &["ironically"]), - (UniCase::ascii("equilibrum"), &["equilibrium"]), - (UniCase::ascii("bretheren"), &["brethren"]), - (UniCase::ascii("aircrafts"), &["aircraft"]), - (UniCase::ascii("fouth"), &["fourth"]), - (UniCase::ascii("procede"), &["proceed", "precede"]), - (UniCase::ascii("predicatble"), &["predictable"]), - (UniCase::ascii("witheld"), &["withheld"]), - (UniCase::ascii("inagurated"), &["inaugurated"]), - (UniCase::ascii("explaination"), &["explanation"]), - (UniCase::ascii("publically"), &["publicly"]), - (UniCase::ascii("ninty"), &["ninety"]), - (UniCase::ascii("definately"), &["definitely"]), - (UniCase::ascii("towords"), &["towards"]), - (UniCase::ascii("tradionally"), &["traditionally"]), - (UniCase::ascii("manouvers"), &["maneuvers", "manoeuvres"]), - (UniCase::ascii("manisfestations"), &["manifestations"]), - (UniCase::ascii("catapillers"), &["caterpillars"]), - (UniCase::ascii("htey"), &["they"]), - (UniCase::ascii("hten"), &["then", "hen", "the"]), - (UniCase::ascii("propmted"), &["prompted"]), - (UniCase::ascii("fonetic"), &["phonetic"]), - (UniCase::ascii("testiclular"), &["testicular"]), - (UniCase::ascii("pinoneered"), &["pioneered"]), - (UniCase::ascii("uncompetive"), &["uncompetitive"]), - (UniCase::ascii("unnecesary"), &["unnecessary"]), - (UniCase::ascii("reknowned"), &["renowned"]), - (UniCase::ascii("divice"), &["device"]), - (UniCase::ascii("unsuprized"), &["unsurprised"]), - (UniCase::ascii("disemination"), &["dissemination"]), - (UniCase::ascii("critized"), &["criticized"]), - (UniCase::ascii("meterology"), &["meteorology"]), - (UniCase::ascii("hypocrasy"), &["hypocrisy"]), - (UniCase::ascii("puting"), &["putting"]), - (UniCase::ascii("damenor"), &["demeanor"]), - (UniCase::ascii("reccomend"), &["recommend"]), - (UniCase::ascii("rebiulding"), &["rebuilding"]), - (UniCase::ascii("whereever"), &["wherever"]), - (UniCase::ascii("persued"), &["pursued"]), - (UniCase::ascii("exagerrated"), &["exaggerated"]), - (UniCase::ascii("aircaft"), &["aircraft"]), - (UniCase::ascii("dimentional"), &["dimensional"]), - (UniCase::ascii("rudimentatry"), &["rudimentary"]), - (UniCase::ascii("Morisette"), &["Morissette"]), - (UniCase::ascii("committments"), &["commitments"]), - (UniCase::ascii("argubly"), &["arguably"]), - (UniCase::ascii("dessicated"), &["desiccated"]), - (UniCase::ascii("hypocricy"), &["hypocrisy"]), - (UniCase::ascii("marketting"), &["marketing"]), - (UniCase::ascii("vitories"), &["victories"]), - (UniCase::ascii("obediance"), &["obedience"]), - (UniCase::ascii("refridgerator"), &["refrigerator"]), - (UniCase::ascii("eleminated"), &["eliminated"]), - (UniCase::ascii("oftenly"), &["often"]), - (UniCase::ascii("formelly"), &["formerly"]), - (UniCase::ascii("allthough"), &["although"]), - (UniCase::ascii("stingent"), &["stringent"]), - (UniCase::ascii("recievers"), &["receivers"]), - (UniCase::ascii("excecuting"), &["executing"]), - (UniCase::ascii("asteriod"), &["asteroid"]), - (UniCase::ascii("aquiring"), &["acquiring"]), - (UniCase::ascii("proffesor"), &["professor"]), - (UniCase::ascii("uncontitutional"), &["unconstitutional"]), - (UniCase::ascii("ansalization"), &["nasalization"]), - (UniCase::ascii("rennovation"), &["renovation"]), - (UniCase::ascii("extrordinary"), &["extraordinary"]), - (UniCase::ascii("notabley"), &["notably"]), - (UniCase::ascii("compensantion"), &["compensation"]), - (UniCase::ascii("timeschedule"), &["time schedule"]), - (UniCase::ascii("movment"), &["movement"]), - (UniCase::ascii("asume"), &["assume"]), - (UniCase::ascii("contian"), &["contain"]), - (UniCase::ascii("introdued"), &["introduced"]), - (UniCase::ascii("occurences"), &["occurrences"]), - (UniCase::ascii("provinicial"), &["provincial"]), - (UniCase::ascii("disatisfied"), &["dissatisfied"]), - (UniCase::ascii("prohabition"), &["prohibition"]), - (UniCase::ascii("Dardenelles"), &["Dardanelles"]), - (UniCase::ascii("dosen\'t"), &["doesn\'t"]), - (UniCase::ascii("phenonmena"), &["phenomena"]), - (UniCase::ascii("iwll"), &["will"]), - (UniCase::ascii("irreplacable"), &["irreplaceable"]), - (UniCase::ascii("comprable"), &["comparable"]), - (UniCase::ascii("wonderfull"), &["wonderful"]), - (UniCase::ascii("paticular"), &["particular"]), - (UniCase::ascii("occour"), &["occur"]), - (UniCase::ascii("descuss"), &["discuss"]), - (UniCase::ascii("immitated"), &["imitated"]), - (UniCase::ascii("consentrated"), &["concentrated"]), - (UniCase::ascii("gaurentee"), &["guarantee"]), - (UniCase::ascii("jaques"), &["jacques"]), - (UniCase::ascii("aberation"), &["aberration"]), - (UniCase::ascii("embarass"), &["embarrass"]), - (UniCase::ascii("colaborations"), &["collaborations"]), - (UniCase::ascii("protaganist"), &["protagonist"]), - (UniCase::ascii("indisputibly"), &["indisputably"]), - (UniCase::ascii("attendence"), &["attendance"]), - (UniCase::ascii("catagory"), &["category"]), - (UniCase::ascii("abutts"), &["abuts"]), - (UniCase::ascii("excecutes"), &["executes"]), - (UniCase::ascii("emmited"), &["emitted"]), - (UniCase::ascii("continous"), &["continuous"]), - (UniCase::ascii("shadasloo"), &["shadaloo"]), - (UniCase::ascii("hydogen"), &["hydrogen"]), - (UniCase::ascii("repeteadly"), &["repeatedly"]), - (UniCase::ascii("sherif"), &["sheriff"]), - (UniCase::ascii("adavanced"), &["advanced"]), - (UniCase::ascii("excercise"), &["exercise"]), - (UniCase::ascii("nontheless"), &["nonetheless"]), - (UniCase::ascii("equalibrium"), &["equilibrium"]), - (UniCase::ascii("slippy"), &["slippery"]), - (UniCase::ascii("pursuades"), &["persuades"]), - (UniCase::ascii("puplisher"), &["publisher"]), - (UniCase::ascii("extraterrestial"), &["extraterrestrial"]), - (UniCase::ascii("warrriors"), &["warriors"]), - (UniCase::ascii("munnicipality"), &["municipality"]), - (UniCase::ascii("facilites"), &["facilities"]), - (UniCase::ascii("sprech"), &["speech"]), - (UniCase::ascii("ammount"), &["amount"]), - (UniCase::ascii("embarrased"), &["embarrassed"]), - (UniCase::ascii("crutial"), &["crucial"]), - (UniCase::ascii("unprecidented"), &["unprecedented"]), - (UniCase::ascii("omniverously"), &["omnivorously"]), - (UniCase::ascii("peageant"), &["pageant"]), - (UniCase::ascii("gaurd"), &["guard", "gourd"]), - (UniCase::ascii("accordian"), &["accordion"]), - (UniCase::ascii("Guatamalan"), &["Guatemalan"]), - (UniCase::ascii("refusla"), &["refusal"]), - (UniCase::ascii("auther"), &["author"]), - (UniCase::ascii("noteable"), &["notable"]), - (UniCase::ascii("plausable"), &["plausible"]), - (UniCase::ascii("nutritents"), &["nutrients"]), - (UniCase::ascii("toghether"), &["together"]), - (UniCase::ascii("penerator"), &["penetrator"]), - (UniCase::ascii("obssessed"), &["obsessed"]), - (UniCase::ascii("progrom"), &["pogrom", "program"]), - (UniCase::ascii("santioned"), &["sanctioned"]), - (UniCase::ascii("recieving"), &["receiving"]), - (UniCase::ascii("ecidious"), &["deciduous"]), - (UniCase::ascii("plagarism"), &["plagiarism"]), - (UniCase::ascii("organistion"), &["organisation"]), - (UniCase::ascii("rarified"), &["rarefied"]), - (UniCase::ascii("dissobedient"), &["disobedient"]), - (UniCase::ascii("compulsery"), &["compulsory"]), - (UniCase::ascii("professer"), &["professor"]), - (UniCase::ascii("suround"), &["surround"]), - (UniCase::ascii("alotted"), &["allotted"]), - (UniCase::ascii("imigrant"), &["emigrant", "immigrant"]), - (UniCase::ascii("doulbe"), &["double"]), - (UniCase::ascii("alchoholic"), &["alcoholic"]), - (UniCase::ascii("suposing"), &["supposing"]), - (UniCase::ascii("liek"), &["like"]), - (UniCase::ascii("restauranteurs"), &["restaurateurs"]), - (UniCase::ascii("countains"), &["contains"]), - (UniCase::ascii("sourthern"), &["southern"]), - (UniCase::ascii("rhythim"), &["rhythm"]), - (UniCase::ascii("pomegranite"), &["pomegranate"]), - (UniCase::ascii("involvment"), &["involvement"]), - (UniCase::ascii("Novermber"), &["November"]), - (UniCase::ascii("praries"), &["prairies"]), - (UniCase::ascii("proceded"), &["proceeded", "preceded"]), - (UniCase::ascii("tempaltes"), &["templates"]), - (UniCase::ascii("restarant"), &["restaurant"]), - (UniCase::ascii("coform"), &["conform"]), - (UniCase::ascii("probalibity"), &["probability"]), - (UniCase::ascii("Skagerak"), &["Skagerrak"]), - (UniCase::ascii("verfication"), &["verification"]), - (UniCase::ascii("understoon"), &["understood"]), - (UniCase::ascii("unihabited"), &["uninhabited"]), - (UniCase::ascii("tatoo"), &["tattoo"]), - (UniCase::ascii("acheiving"), &["achieving"]), - (UniCase::ascii("doub"), &["doubt", "daub"]), - (UniCase::ascii("Tolkein"), &["Tolkien"]), - (UniCase::ascii("Sixtin"), &["Sistine"]), - (UniCase::ascii("emmigrated"), &["emigrated", "immigrated"]), - (UniCase::ascii("sophicated"), &["sophisticated"]), - (UniCase::ascii("inadiquate"), &["inadequate"]), - (UniCase::ascii("decendents"), &["descendants"]), - (UniCase::ascii("noticably"), &["noticeably"]), - (UniCase::ascii("eigth"), &["eighth", "eight"]), - (UniCase::ascii("exection"), &["execution"]), - (UniCase::ascii("dicovers"), &["discovers"]), - (UniCase::ascii("provacative"), &["provocative"]), - (UniCase::ascii("claerer"), &["clearer"]), - (UniCase::ascii("simultanous"), &["simultaneous"]), - (UniCase::ascii("originially"), &["originally"]), - (UniCase::ascii("Phonecian"), &["Phoenecian"]), - (UniCase::ascii("xenophoby"), &["xenophobia"]), - (UniCase::ascii("traditionaly"), &["traditionally"]), - (UniCase::ascii("presedential"), &["presidential"]), - (UniCase::ascii("publissher"), &["publisher"]), - (UniCase::ascii("posession"), &["possession"]), - (UniCase::ascii("anomolous"), &["anomalous"]), - (UniCase::ascii("furuther"), &["further"]), - (UniCase::ascii("transmissable"), &["transmissible"]), - (UniCase::ascii("wasnt"), &["wasn\'t"]), - (UniCase::ascii("deliberatly"), &["deliberately"]), - (UniCase::ascii("penatly"), &["penalty"]), - (UniCase::ascii("soveits"), &["soviets"]), - (UniCase::ascii("referece"), &["reference"]), - (UniCase::ascii("conquerers"), &["conquerors"]), - (UniCase::ascii("acheivments"), &["achievements"]), - (UniCase::ascii("dimention"), &["dimension"]), - (UniCase::ascii("assoicate"), &["associate"]), - (UniCase::ascii("liasons"), &["liaisons"]), - (UniCase::ascii("nuisanse"), &["nuisance"]), - (UniCase::ascii("pich"), &["pitch"]), - (UniCase::ascii("volounteered"), &["volunteered"]), - (UniCase::ascii("reffering"), &["referring"]), - (UniCase::ascii("sinse"), &["sines", "since"]), - (UniCase::ascii("moent"), &["moment"]), - (UniCase::ascii("conqured"), &["conquered"]), - (UniCase::ascii("engeneer"), &["engineer"]), - (UniCase::ascii("waht"), &["what"]), - (UniCase::ascii("childen"), &["children"]), - (UniCase::ascii("almsot"), &["almost"]), - (UniCase::ascii("yersa"), &["years"]), - (UniCase::ascii("dissapears"), &["disappears"]), - (UniCase::ascii("dectect"), &["detect"]), - (UniCase::ascii("naieve"), &["naive"]), - (UniCase::ascii("technitian"), &["technician"]), - (UniCase::ascii("kwno"), &["know"]), - (UniCase::ascii("assemple"), &["assemble"]), - (UniCase::ascii("ocuntries"), &["countries"]), - (UniCase::ascii("excedded"), &["exceeded"]), - (UniCase::ascii("enviromentalist"), &["environmentalist"]), - (UniCase::ascii("comphrehensive"), &["comprehensive"]), - (UniCase::ascii("valetta"), &["valletta"]), - (UniCase::ascii("anytying"), &["anything"]), - (UniCase::ascii("percepted"), &["perceived"]), - ( - UniCase::ascii("unmanouverable"), - &["unmaneuverable", "unmanoeuvrable"], - ), - (UniCase::ascii("villify"), &["vilify"]), - (UniCase::ascii("inteligent"), &["intelligent"]), - (UniCase::ascii("originaly"), &["originally"]), - (UniCase::ascii("eminated"), &["emanated"]), - (UniCase::ascii("villian"), &["villain"]), - (UniCase::ascii("crowm"), &["crown"]), - (UniCase::ascii("intrest"), &["interest"]), - (UniCase::ascii("algorhitms"), &["algorithms"]), - (UniCase::ascii("visting"), &["visiting"]), - (UniCase::ascii("Brittish"), &["British"]), - (UniCase::ascii("swaer"), &["swear"]), - (UniCase::ascii("commericial"), &["commercial"]), - (UniCase::ascii("Britian"), &["Britain"]), - (UniCase::ascii("harases"), &["harasses"]), - (UniCase::ascii("proceedure"), &["procedure"]), - (UniCase::ascii("ingenius"), &["ingenious"]), - (UniCase::ascii("millitary"), &["military"]), - (UniCase::ascii("unavailible"), &["unavailable"]), - (UniCase::ascii("borke"), &["broke"]), - (UniCase::ascii("harrassments"), &["harassments"]), - (UniCase::ascii("sepulchure"), &["sepulchre", "sepulcher"]), - (UniCase::ascii("opthalmologist"), &["ophthalmologist"]), - (UniCase::ascii("bussiness"), &["business"]), - (UniCase::ascii("recepient"), &["recipient"]), - (UniCase::ascii("sponzored"), &["sponsored"]), - (UniCase::ascii("Phillipine"), &["Philippine"]), - (UniCase::ascii("acomplish"), &["accomplish"]), - (UniCase::ascii("altho"), &["although"]), - (UniCase::ascii("oppenly"), &["openly"]), - (UniCase::ascii("fertily"), &["fertility"]), - (UniCase::ascii("daugher"), &["daughter"]), - (UniCase::ascii("extrordinarily"), &["extraordinarily"]), - (UniCase::ascii("rennovated"), &["renovated"]), - (UniCase::ascii("charaterized"), &["characterized"]), - (UniCase::ascii("menally"), &["mentally"]), - (UniCase::ascii("embarassment"), &["embarrassment"]), - (UniCase::ascii("Bonnano"), &["Bonanno"]), - (UniCase::ascii("mosture"), &["moisture"]), - (UniCase::ascii("emmediately"), &["immediately"]), - (UniCase::ascii("tihkn"), &["think"]), - (UniCase::ascii("speices"), &["species"]), - (UniCase::ascii("immunosupressant"), &["immunosuppressant"]), - (UniCase::ascii("communites"), &["communities"]), - (UniCase::ascii("superceeded"), &["superseded"]), - (UniCase::ascii("collosal"), &["colossal"]), - (UniCase::ascii("scinece"), &["science"]), - (UniCase::ascii("acceptence"), &["acceptance"]), - (UniCase::ascii("desparate"), &["desperate", "disparate"]), - (UniCase::ascii("yeasr"), &["years"]), - (UniCase::ascii("governer"), &["governor"]), - (UniCase::ascii("resssurecting"), &["resurrecting"]), - (UniCase::ascii("financialy"), &["financially"]), - (UniCase::ascii("wiew"), &["view"]), - (UniCase::ascii("adres"), &["address"]), - (UniCase::ascii("accomadating"), &["accommodating"]), - (UniCase::ascii("establising"), &["establishing"]), - (UniCase::ascii("excecute"), &["execute"]), - (UniCase::ascii("recipiant"), &["recipient"]), - (UniCase::ascii("hydropilic"), &["hydrophilic"]), - (UniCase::ascii("inadvertantly"), &["inadvertently"]), - (UniCase::ascii("reenforced"), &["reinforced"]), - (UniCase::ascii("responsiblity"), &["responsibility"]), - (UniCase::ascii("reigining"), &["reigning"]), - (UniCase::ascii("preceeds"), &["precedes"]), - (UniCase::ascii("cententenial"), &["centennial"]), - (UniCase::ascii("mechandise"), &["merchandise"]), - (UniCase::ascii("hemmorhage"), &["hemorrhage"]), - (UniCase::ascii("thru"), &["through"]), - (UniCase::ascii("annoint"), &["anoint"]), - (UniCase::ascii("traditition"), &["tradition"]), - (UniCase::ascii("cartilidge"), &["cartilage"]), - (UniCase::ascii("maneouvred"), &["manoeuvred"]), - (UniCase::ascii("varing"), &["varying"]), - (UniCase::ascii("descisions"), &["decisions"]), - (UniCase::ascii("commisioner"), &["commissioner"]), - (UniCase::ascii("millenium"), &["millennium"]), - (UniCase::ascii("Napolean"), &["Napoleon"]), - (UniCase::ascii("aquainted"), &["acquainted"]), - (UniCase::ascii("visable"), &["visible"]), - (UniCase::ascii("poeoples"), &["peoples"]), - (UniCase::ascii("fisionable"), &["fissionable"]), - (UniCase::ascii("devasted"), &["devastated"]), - (UniCase::ascii("adminstrator"), &["administrator"]), - (UniCase::ascii("omre"), &["more"]), - (UniCase::ascii("doccument"), &["document"]), - (UniCase::ascii("untill"), &["until"]), - (UniCase::ascii("tath"), &["that"]), - (UniCase::ascii("sargant"), &["sergeant"]), - (UniCase::ascii("literaly"), &["literally"]), - (UniCase::ascii("sideral"), &["sidereal"]), - (UniCase::ascii("collaberative"), &["collaborative"]), - (UniCase::ascii("arbitary"), &["arbitrary"]), - (UniCase::ascii("writen"), &["written"]), - (UniCase::ascii("lonelyness"), &["loneliness"]), - (UniCase::ascii("magincian"), &["magician"]), - (UniCase::ascii("ublisher"), &["publisher"]), - (UniCase::ascii("competitiion"), &["competition"]), - (UniCase::ascii("difficulity"), &["difficulty"]), - (UniCase::ascii("kindergarden"), &["kindergarten"]), - (UniCase::ascii("broady"), &["broadly"]), - (UniCase::ascii("emition"), &["emission", "emotion"]), - ( - UniCase::ascii("countrie\'s"), - &["countries", "countries\'", "country\'s"], - ), - (UniCase::ascii("Foundland"), &["Newfoundland"]), - (UniCase::ascii("basicly"), &["basically"]), - (UniCase::ascii("truely"), &["truly"]), - (UniCase::ascii("posesses"), &["possesses"]), - (UniCase::ascii("hesistant"), &["hesitant"]), - (UniCase::ascii("atheistical"), &["atheistic"]), - (UniCase::ascii("temperture"), &["temperature"]), - (UniCase::ascii("shrinked"), &["shrunk"]), - (UniCase::ascii("previvous"), &["previous"]), - (UniCase::ascii("tyhe"), &["they"]), - (UniCase::ascii("lonley"), &["lonely"]), - (UniCase::ascii("boundry"), &["boundary"]), - (UniCase::ascii("contendor"), &["contender"]), - (UniCase::ascii("expiditions"), &["expeditions"]), - (UniCase::ascii("stradegies"), &["strategies"]), - (UniCase::ascii("lveo"), &["love"]), - (UniCase::ascii("Sanhedrim"), &["Sanhedrin"]), - (UniCase::ascii("formallize"), &["formalize"]), - (UniCase::ascii("calculs"), &["calculus"]), - (UniCase::ascii("otehr"), &["other"]), - (UniCase::ascii("consttruction"), &["construction"]), - (UniCase::ascii("asphyxation"), &["asphyxiation"]), - (UniCase::ascii("Palistian"), &["Palestinian"]), - (UniCase::ascii("adecuate"), &["adequate"]), - (UniCase::ascii("incompatiblity"), &["incompatibility"]), - (UniCase::ascii("corrispondants"), &["correspondents"]), - (UniCase::ascii("wholy"), &["wholly", "holy"]), - (UniCase::ascii("rised"), &["raised", "rose"]), - (UniCase::ascii("advesary"), &["adversary"]), - (UniCase::ascii("norhern"), &["northern"]), - (UniCase::ascii("confidental"), &["confidential"]), - (UniCase::ascii("returnd"), &["returned"]), - (UniCase::ascii("Puertorricans"), &["Puerto Ricans"]), - (UniCase::ascii("entitity"), &["entity"]), - (UniCase::ascii("stateman"), &["statesman"]), - (UniCase::ascii("dalmation"), &["dalmatian"]), - (UniCase::ascii("neccesarily"), &["necessarily"]), - (UniCase::ascii("dissapearance"), &["disappearance"]), - (UniCase::ascii("unnecesarily"), &["unnecessarily"]), - (UniCase::ascii("Puertorrican"), &["Puerto Rican"]), - (UniCase::ascii("poverful"), &["powerful"]), - (UniCase::ascii("sufferage"), &["suffrage"]), - (UniCase::ascii("dispicable"), &["despicable"]), - (UniCase::ascii("concious"), &["conscious"]), - (UniCase::ascii("unanymous"), &["unanimous"]), - (UniCase::ascii("catterpilar"), &["caterpillar"]), - (UniCase::ascii("homogeneized"), &["homogenized"]), - (UniCase::ascii("miscellanous"), &["miscellaneous"]), - (UniCase::ascii("mamal"), &["mammal"]), - (UniCase::ascii("controvery"), &["controversy"]), - (UniCase::ascii("accomodate"), &["accommodate"]), - (UniCase::ascii("fianite"), &["finite"]), - (UniCase::ascii("unmistakeably"), &["unmistakably"]), - ( - UniCase::ascii("manouverability"), - &["maneuverability", "manoeuvrability", "manoeuverability"], - ), - (UniCase::ascii("isnt"), &["isn\'t"]), - (UniCase::ascii("expeditonary"), &["expeditionary"]), - (UniCase::ascii("premeired"), &["premiered"]), - (UniCase::ascii("severley"), &["severely"]), - (UniCase::ascii("occurances"), &["occurrences"]), - (UniCase::ascii("oridinarily"), &["ordinarily"]), - (UniCase::ascii("excellance"), &["excellence"]), - (UniCase::ascii("effeciently"), &["efficiently"]), - (UniCase::ascii("devestated"), &["devastated"]), - (UniCase::ascii("perheaps"), &["perhaps"]), - (UniCase::ascii("theyre"), &["they\'re"]), - (UniCase::ascii("indipendent"), &["independent"]), - (UniCase::ascii("commisions"), &["commissions"]), - (UniCase::ascii("strenghen"), &["strengthen"]), - (UniCase::ascii("incompatiblities"), &["incompatibilities"]), - (UniCase::ascii("readmition"), &["readmission"]), - (UniCase::ascii("stuctured"), &["structured"]), - (UniCase::ascii("futher"), &["further"]), - (UniCase::ascii("undetecable"), &["undetectable"]), - (UniCase::ascii("casues"), &["causes"]), - (UniCase::ascii("reveiw"), &["review"]), - (UniCase::ascii("wohle"), &["whole"]), - (UniCase::ascii("tabacco"), &["tobacco"]), - (UniCase::ascii("elphant"), &["elephant"]), - (UniCase::ascii("comany"), &["company"]), - (UniCase::ascii("wheras"), &["whereas"]), - (UniCase::ascii("meerkrat"), &["meerkat"]), - (UniCase::ascii("sorrounding"), &["surrounding"]), - (UniCase::ascii("dicovering"), &["discovering"]), - (UniCase::ascii("wih"), &["with"]), - (UniCase::ascii("eventially"), &["eventually"]), - (UniCase::ascii("inbalanced"), &["imbalanced"]), - (UniCase::ascii("collony"), &["colony"]), - (UniCase::ascii("envolutionary"), &["evolutionary"]), - (UniCase::ascii("develope"), &["develop"]), - (UniCase::ascii("destablized"), &["destabilized"]), - (UniCase::ascii("sqaure"), &["square"]), - (UniCase::ascii("wardobe"), &["wardrobe"]), - (UniCase::ascii("reconized"), &["recognized"]), - (UniCase::ascii("acadamy"), &["academy"]), - (UniCase::ascii("phenomonenon"), &["phenomenon"]), - (UniCase::ascii("mackeral"), &["mackerel"]), - (UniCase::ascii("substracts"), &["subtracts"]), - (UniCase::ascii("Guiness"), &["Guinness"]), - (UniCase::ascii("comision"), &["commission"]), - (UniCase::ascii("sophmore"), &["sophomore"]), - (UniCase::ascii("agreeement"), &["agreement"]), - (UniCase::ascii("disiplined"), &["disciplined"]), - (UniCase::ascii("dominent"), &["dominant"]), - (UniCase::ascii("pratice"), &["practice"]), - (UniCase::ascii("smae"), &["same"]), - (UniCase::ascii("happend"), &["happened"]), - (UniCase::ascii("shopkeeepers"), &["shopkeepers"]), - (UniCase::ascii("feasable"), &["feasible"]), - (UniCase::ascii("consumated"), &["consummated"]), - (UniCase::ascii("adhearing"), &["adhering"]), - (UniCase::ascii("subsiduary"), &["subsidiary"]), - (UniCase::ascii("endevour"), &["endeavour"]), - (UniCase::ascii("innoculated"), &["inoculated"]), - (UniCase::ascii("perhpas"), &["perhaps"]), - (UniCase::ascii("submachne"), &["submachine"]), - (UniCase::ascii("arbitarily"), &["arbitrarily"]), - (UniCase::ascii("ficticious"), &["fictitious"]), - (UniCase::ascii("mischevious"), &["mischievous"]), - (UniCase::ascii("completedthe"), &["completed the"]), - (UniCase::ascii("steriods"), &["steroids"]), - (UniCase::ascii("illess"), &["illness"]), - (UniCase::ascii("cannnot"), &["cannot"]), - (UniCase::ascii("challanged"), &["challenged"]), - (UniCase::ascii("sacrafice"), &["sacrifice"]), - (UniCase::ascii("scoll"), &["scroll"]), - (UniCase::ascii("inctroduced"), &["introduced"]), - (UniCase::ascii("provded"), &["provided"]), - (UniCase::ascii("emminent"), &["eminent", "imminent"]), - (UniCase::ascii("unneccesary"), &["unnecessary"]), - (UniCase::ascii("antartic"), &["antarctic"]), - (UniCase::ascii("wayword"), &["wayward"]), - (UniCase::ascii("cheifs"), &["chiefs"]), - (UniCase::ascii("centuty"), &["century"]), - (UniCase::ascii("ministery"), &["ministry"]), - (UniCase::ascii("configureable"), &["configurable"]), - (UniCase::ascii("Mediteranean"), &["Mediterranean"]), - (UniCase::ascii("chracter"), &["character"]), - (UniCase::ascii("disctinctive"), &["distinctive"]), - (UniCase::ascii("exerciese"), &["exercises"]), - (UniCase::ascii("decomposit"), &["decompose"]), - (UniCase::ascii("soem"), &["some"]), - (UniCase::ascii("diferent"), &["different"]), - (UniCase::ascii("applicaiton"), &["application"]), - ( - UniCase::ascii("transcripting"), - &["transcribing", "transcription"], - ), - (UniCase::ascii("practicly"), &["practically"]), - (UniCase::ascii("acustommed"), &["accustomed"]), - (UniCase::ascii("rhytmic"), &["rhythmic"]), - (UniCase::ascii("reponse"), &["response"]), - (UniCase::ascii("useing"), &["using"]), - (UniCase::ascii("contibutes"), &["contributes"]), - (UniCase::ascii("articel"), &["article"]), - (UniCase::ascii("incuding"), &["including"]), - (UniCase::ascii("anyother"), &["any other"]), - (UniCase::ascii("itnroduced"), &["introduced"]), - (UniCase::ascii("strenghten"), &["strengthen"]), - (UniCase::ascii("buoancy"), &["buoyancy"]), - (UniCase::ascii("eleminating"), &["eliminating"]), - (UniCase::ascii("vegitables"), &["vegetables"]), - (UniCase::ascii("pleasent"), &["pleasant"]), - (UniCase::ascii("funguses"), &["fungi"]), - (UniCase::ascii("exressed"), &["expressed"]), - (UniCase::ascii("constinually"), &["continually"]), - (UniCase::ascii("monolite"), &["monolithic"]), - (UniCase::ascii("antiapartheid"), &["anti-apartheid"]), - (UniCase::ascii("indite"), &["indict"]), - (UniCase::ascii("allready"), &["already"]), - (UniCase::ascii("subtances"), &["substances"]), - (UniCase::ascii("resistence"), &["resistance"]), - (UniCase::ascii("unconcious"), &["unconscious"]), - (UniCase::ascii("priviledges"), &["privileges"]), - (UniCase::ascii("contruction"), &["construction"]), - (UniCase::ascii("artical"), &["article"]), - (UniCase::ascii("recompence"), &["recompense"]), - (UniCase::ascii("housr"), &["hours", "house"]), - (UniCase::ascii("interchangably"), &["interchangeably"]), - (UniCase::ascii("whther"), &["whether"]), - (UniCase::ascii("sepina"), &["subpoena"]), - (UniCase::ascii("glight"), &["flight"]), - (UniCase::ascii("comission"), &["commission"]), - (UniCase::ascii("harrassing"), &["harassing"]), - (UniCase::ascii("lieuenant"), &["lieutenant"]), - (UniCase::ascii("misteryous"), &["mysterious"]), - (UniCase::ascii("choosen"), &["chosen"]), - (UniCase::ascii("heiroglyphics"), &["hieroglyphics"]), - (UniCase::ascii("eveyr"), &["every"]), - (UniCase::ascii("considerd"), &["considered"]), - (UniCase::ascii("unusuable"), &["unusable"]), - (UniCase::ascii("sypmtoms"), &["symptoms"]), - (UniCase::ascii("mysogynist"), &["misogynist"]), - (UniCase::ascii("sucessfully"), &["successfully"]), - (UniCase::ascii("maintance"), &["maintenance"]), - (UniCase::ascii("unconvential"), &["unconventional"]), - (UniCase::ascii("faciliates"), &["facilitates"]), - (UniCase::ascii("amoung"), &["among"]), - (UniCase::ascii("leibnitz"), &["leibniz"]), - (UniCase::ascii("imigration"), &["emigration", "immigration"]), - (UniCase::ascii("exersize"), &["exercise"]), - (UniCase::ascii("vegatarian"), &["vegetarian"]), - (UniCase::ascii("admitedly"), &["admittedly"]), - (UniCase::ascii("settlment"), &["settlement"]), - (UniCase::ascii("inpolite"), &["impolite"]), - (UniCase::ascii("crusies"), &["cruises"]), - (UniCase::ascii("manufature"), &["manufacture"]), - (UniCase::ascii("consequeseces"), &["consequences"]), - (UniCase::ascii("muder"), &["murder"]), - (UniCase::ascii("repsectively"), &["respectively"]), - (UniCase::ascii("compatable"), &["compatible"]), - (UniCase::ascii("substraction"), &["subtraction"]), - (UniCase::ascii("profilic"), &["prolific"]), - (UniCase::ascii("oportunity"), &["opportunity"]), - (UniCase::ascii("misfourtunes"), &["misfortunes"]), - (UniCase::ascii("consiciousness"), &["consciousness"]), - (UniCase::ascii("achivements"), &["achievements"]), - (UniCase::ascii("reptition"), &["repetition"]), - (UniCase::ascii("aready"), &["already"]), - (UniCase::ascii("socities"), &["societies"]), - (UniCase::ascii("presitgious"), &["prestigious"]), - (UniCase::ascii("agregates"), &["aggregates"]), - (UniCase::ascii("arised"), &["arose"]), - (UniCase::ascii("varient"), &["variant"]), - (UniCase::ascii("repblics"), &["republics"]), - (UniCase::ascii("Yementite"), &["Yemenite", "Yemeni"]), - (UniCase::ascii("pubisher"), &["publisher"]), - (UniCase::ascii("annointing"), &["anointing"]), - (UniCase::ascii("copywrite"), &["copyright"]), - (UniCase::ascii("catholocism"), &["catholicism"]), - (UniCase::ascii("exchanching"), &["exchanging"]), - (UniCase::ascii("miscelaneous"), &["miscellaneous"]), - (UniCase::ascii("propogation"), &["propagation"]), - (UniCase::ascii("varity"), &["variety"]), - (UniCase::ascii("contamporary"), &["contemporary"]), - (UniCase::ascii("helment"), &["helmet"]), - (UniCase::ascii("thigns"), &["things"]), - (UniCase::ascii("proffesional"), &["professional"]), - (UniCase::ascii("heathy"), &["healthy"]), - (UniCase::ascii("posessed"), &["possessed"]), - (UniCase::ascii("comprimise"), &["compromise"]), - (UniCase::ascii("throrough"), &["thorough"]), - (UniCase::ascii("unsucessfull"), &["unsuccessful"]), - (UniCase::ascii("rininging"), &["ringing"]), - (UniCase::ascii("concidering"), &["considering"]), - (UniCase::ascii("refrence"), &["reference"]), - (UniCase::ascii("racaus"), &["raucous"]), - (UniCase::ascii("cerimonious"), &["ceremonious"]), - (UniCase::ascii("ocurr"), &["occur"]), - (UniCase::ascii("naturaly"), &["naturally"]), - (UniCase::ascii("derogitory"), &["derogatory"]), - (UniCase::ascii("soliliquy"), &["soliloquy"]), - (UniCase::ascii("reconnaisance"), &["reconnaissance"]), - (UniCase::ascii("architecht"), &["architect"]), - (UniCase::ascii("receeded"), &["receded"]), - (UniCase::ascii("suceeding"), &["succeeding"]), - (UniCase::ascii("infrigement"), &["infringement"]), - (UniCase::ascii("embezelled"), &["embezzled"]), - (UniCase::ascii("ressemblence"), &["resemblance"]), - (UniCase::ascii("parralel"), &["parallel"]), - (UniCase::ascii("campagin"), &["campaign"]), - (UniCase::ascii("portuguease"), &["portuguese"]), - (UniCase::ascii("volcanoe"), &["volcano"]), - (UniCase::ascii("herad"), &["heard", "Hera"]), - (UniCase::ascii("exliled"), &["exiled"]), - (UniCase::ascii("tghe"), &["the"]), - (UniCase::ascii("unplesant"), &["unpleasant"]), - (UniCase::ascii("varations"), &["variations"]), - (UniCase::ascii("ocassionaly"), &["occasionally"]), - (UniCase::ascii("omniverous"), &["omnivorous"]), - (UniCase::ascii("portraing"), &["portraying"]), - (UniCase::ascii("acuracy"), &["accuracy"]), - (UniCase::ascii("peristent"), &["persistent"]), - (UniCase::ascii("tendacy"), &["tendency"]), - (UniCase::ascii("comitting"), &["committing"]), - (UniCase::ascii("lonly"), &["lonely", "only"]), - (UniCase::ascii("consonent"), &["consonant"]), - (UniCase::ascii("surpressed"), &["suppressed"]), - (UniCase::ascii("tremelo"), &["tremolo"]), - (UniCase::ascii("intergrated"), &["integrated"]), - (UniCase::ascii("unsed"), &["used", "unused", "unsaid"]), - (UniCase::ascii("containes"), &["contains"]), - (UniCase::ascii("assymetric"), &["asymmetric"]), - (UniCase::ascii("enviorment"), &["environment"]), - (UniCase::ascii("inbalance"), &["imbalance"]), - (UniCase::ascii("corrisponds"), &["corresponds"]), - (UniCase::ascii("tkaes"), &["takes"]), - (UniCase::ascii("begginings"), &["beginnings"]), - (UniCase::ascii("garantee"), &["guarantee"]), - (UniCase::ascii("anarchim"), &["anarchism"]), - (UniCase::ascii("explictly"), &["explicitly"]), - (UniCase::ascii("magasine"), &["magazine"]), - (UniCase::ascii("beseiged"), &["besieged"]), - (UniCase::ascii("porshon"), &["portion"]), - (UniCase::ascii("competative"), &["competitive"]), - (UniCase::ascii("aledge"), &["allege"]), - (UniCase::ascii("symetrically"), &["symmetrically"]), - (UniCase::ascii("allegence"), &["allegiance"]), - (UniCase::ascii("iresistible"), &["irresistible"]), - (UniCase::ascii("dissappointed"), &["disappointed"]), - (UniCase::ascii("comemmorates"), &["commemorates"]), - (UniCase::ascii("peoms"), &["poems"]), - (UniCase::ascii("permissable"), &["permissible"]), - (UniCase::ascii("correcters"), &["correctors"]), - (UniCase::ascii("flamable"), &["flammable"]), - (UniCase::ascii("attributred"), &["attributed"]), - (UniCase::ascii("brillant"), &["brilliant"]), - (UniCase::ascii("appropropiate"), &["appropriate"]), - (UniCase::ascii("thna"), &["than"]), - (UniCase::ascii("eminate"), &["emanate"]), - (UniCase::ascii("rewitten"), &["rewritten"]), - (UniCase::ascii("seperate"), &["separate"]), - (UniCase::ascii("apparant"), &["apparent"]), - (UniCase::ascii("emphysyma"), &["emphysema"]), - (UniCase::ascii("mucuous"), &["mucous"]), - (UniCase::ascii("doccumented"), &["documented"]), - (UniCase::ascii("muscicians"), &["musicians"]), - (UniCase::ascii("agricuture"), &["agriculture"]), - (UniCase::ascii("optmizations"), &["optimizations"]), - (UniCase::ascii("soliders"), &["soldiers"]), - (UniCase::ascii("audeince"), &["audience"]), - (UniCase::ascii("palce"), &["place", "palace"]), - (UniCase::ascii("exagerrates"), &["exaggerates"]), - (UniCase::ascii("inocence"), &["innocence"]), - (UniCase::ascii("authorative"), &["authoritative"]), - (UniCase::ascii("collegue"), &["colleague"]), - (UniCase::ascii("drummless"), &["drumless"]), - (UniCase::ascii("comisioner"), &["commissioner"]), - (UniCase::ascii("epidsodes"), &["episodes"]), - (UniCase::ascii("equialent"), &["equivalent"]), - (UniCase::ascii("resistent"), &["resistant"]), - (UniCase::ascii("incorportaed"), &["incorporated"]), - (UniCase::ascii("accquainted"), &["acquainted"]), - (UniCase::ascii("multiplers"), &["multipliers"]), - (UniCase::ascii("eligable"), &["eligible"]), - (UniCase::ascii("hapen"), &["happen"]), - (UniCase::ascii("desgined"), &["designed"]), - (UniCase::ascii("jouney"), &["journey"]), - (UniCase::ascii("individualy"), &["individually"]), - (UniCase::ascii("techiniques"), &["techniques"]), - (UniCase::ascii("statment"), &["statement"]), - (UniCase::ascii("emmiting"), &["emitting"]), - (UniCase::ascii("eahc"), &["each"]), - (UniCase::ascii("succesful"), &["successful"]), - (UniCase::ascii("emmisarries"), &["emissaries"]), - (UniCase::ascii("attrocities"), &["atrocities"]), - (UniCase::ascii("competance"), &["competence"]), - (UniCase::ascii("aganist"), &["against"]), - (UniCase::ascii("cerimonies"), &["ceremonies"]), - (UniCase::ascii("hyjacking"), &["hijacking"]), - (UniCase::ascii("typicaly"), &["typically"]), - (UniCase::ascii("Ihaca"), &["Ithaca"]), - (UniCase::ascii("alientating"), &["alienating"]), - (UniCase::ascii("surveilence"), &["surveillance"]), - (UniCase::ascii("sattelites"), &["satellites"]), - (UniCase::ascii("meranda"), &["veranda", "Miranda"]), - (UniCase::ascii("camoflage"), &["camouflage"]), - (UniCase::ascii("galvinized"), &["galvanized"]), - (UniCase::ascii("afficianados"), &["aficionados"]), - (UniCase::ascii("govorment"), &["government"]), - (UniCase::ascii("possesing"), &["possessing"]), - (UniCase::ascii("thgat"), &["that"]), - (UniCase::ascii("aledged"), &["alleged"]), - (UniCase::ascii("caluculated"), &["calculated"]), - (UniCase::ascii("scavanged"), &["scavenged"]), - (UniCase::ascii("formost"), &["foremost"]), - (UniCase::ascii("emmisaries"), &["emissaries"]), - (UniCase::ascii("visably"), &["visibly"]), - (UniCase::ascii("catterpillars"), &["caterpillars"]), - (UniCase::ascii("cassowarry"), &["cassowary"]), - (UniCase::ascii("tyrrany"), &["tyranny"]), - (UniCase::ascii("convenant"), &["covenant"]), - (UniCase::ascii("dipthongs"), &["diphthongs"]), - (UniCase::ascii("promotted"), &["promoted"]), - (UniCase::ascii("responibilities"), &["responsibilities"]), - (UniCase::ascii("concider"), &["consider"]), - (UniCase::ascii("transending"), &["transcending"]), - (UniCase::ascii("harrases"), &["harasses"]), - (UniCase::ascii("Europians"), &["Europeans"]), - (UniCase::ascii("issueing"), &["issuing"]), - (UniCase::ascii("consdider"), &["consider"]), - (UniCase::ascii("gaurantees"), &["guarantees"]), - (UniCase::ascii("elementay"), &["elementary"]), - (UniCase::ascii("essentual"), &["essential"]), - (UniCase::ascii("troups"), &["troupes", "troops"]), - (UniCase::ascii("mataphysical"), &["metaphysical"]), - (UniCase::ascii("gnawwed"), &["gnawed"]), - (UniCase::ascii("commision"), &["commission"]), - (UniCase::ascii("propper"), &["proper"]), - (UniCase::ascii("sppeches"), &["speeches"]), - (UniCase::ascii("avation"), &["aviation"]), - (UniCase::ascii("buisnessman"), &["businessman"]), - (UniCase::ascii("perpertrated"), &["perpetrated"]), - (UniCase::ascii("succesive"), &["successive"]), - (UniCase::ascii("offically"), &["officially"]), - (UniCase::ascii("enlargments"), &["enlargements"]), - (UniCase::ascii("expell"), &["expel"]), - (UniCase::ascii("interbread"), &["interbreed", "interbred"]), - (UniCase::ascii("haev"), &["have", "heave"]), - (UniCase::ascii("inappropiate"), &["inappropriate"]), - (UniCase::ascii("abudance"), &["abundance"]), - (UniCase::ascii("authobiographic"), &["autobiographic"]), - (UniCase::ascii("obstruced"), &["obstructed"]), - (UniCase::ascii("aproximately"), &["approximately"]), - (UniCase::ascii("publicaly"), &["publicly"]), - (UniCase::ascii("unneccesarily"), &["unnecessarily"]), - (UniCase::ascii("abouta"), &["about a"]), - (UniCase::ascii("sicne"), &["since"]), - (UniCase::ascii("psuedo"), &["pseudo"]), - (UniCase::ascii("ommision"), &["omission"]), - (UniCase::ascii("engieneer"), &["engineer"]), - (UniCase::ascii("surreptious"), &["surreptitious"]), - (UniCase::ascii("satric"), &["satiric"]), - (UniCase::ascii("eventualy"), &["eventually"]), - (UniCase::ascii("causalities"), &["casualties"]), - (UniCase::ascii("cxan"), &["cyan"]), - (UniCase::ascii("occurr"), &["occur"]), - (UniCase::ascii("studing"), &["studying"]), - (UniCase::ascii("parrallelly"), &["parallelly"]), - (UniCase::ascii("maintioned"), &["mentioned"]), - (UniCase::ascii("hwole"), &["whole"]), - (UniCase::ascii("satisfactority"), &["satisfactorily"]), - (UniCase::ascii("coputer"), &["computer"]), - (UniCase::ascii("reaccurring"), &["recurring"]), - (UniCase::ascii("compatiblities"), &["compatibilities"]), - (UniCase::ascii("surley"), &["surly", "surely"]), - (UniCase::ascii("seperatist"), &["separatist"]), - (UniCase::ascii("architechtures"), &["architectures"]), - (UniCase::ascii("sudents"), &["students"]), - (UniCase::ascii("devistating"), &["devastating"]), - (UniCase::ascii("orginally"), &["originally"]), - (UniCase::ascii("stainlees"), &["stainless"]), - (UniCase::ascii("arrangment"), &["arrangement"]), - (UniCase::ascii("demostration"), &["demonstration"]), - (UniCase::ascii("lavae"), &["larvae"]), - (UniCase::ascii("complier"), &["compiler"]), - (UniCase::ascii("mathematican"), &["mathematician"]), - (UniCase::ascii("gurantee"), &["guarantee"]), - (UniCase::ascii("nessasarily"), &["necessarily"]), - (UniCase::ascii("corperations"), &["corporations"]), - (UniCase::ascii("independece"), &["independence"]), - (UniCase::ascii("abilityes"), &["abilities"]), - (UniCase::ascii("reedeming"), &["redeeming"]), - (UniCase::ascii("nusance"), &["nuisance"]), - (UniCase::ascii("unsubstanciated"), &["unsubstantiated"]), - (UniCase::ascii("refering"), &["referring"]), - (UniCase::ascii("strengtened"), &["strengthened"]), - (UniCase::ascii("marrage"), &["marriage"]), - (UniCase::ascii("terrestial"), &["terrestrial"]), - (UniCase::ascii("siezed"), &["seized", "sized"]), - (UniCase::ascii("turnk"), &["turnkey", "trunk"]), - (UniCase::ascii("harrasing"), &["harassing"]), - (UniCase::ascii("restaraunteurs"), &["restaurateurs"]), - (UniCase::ascii("inofficial"), &["unofficial"]), - (UniCase::ascii("constanly"), &["constantly"]), - (UniCase::ascii("preminence"), &["preeminence"]), - (UniCase::ascii("committment"), &["commitment"]), - (UniCase::ascii("pessiary"), &["pessary"]), - (UniCase::ascii("compability"), &["compatibility"]), - (UniCase::ascii("untranslateable"), &["untranslatable"]), - (UniCase::ascii("exeedingly"), &["exceedingly"]), - (UniCase::ascii("ocasioned"), &["occasioned"]), - (UniCase::ascii("overwheliming"), &["overwhelming"]), - (UniCase::ascii("sergent"), &["sergeant"]), - (UniCase::ascii("alltime"), &["all-time"]), - (UniCase::ascii("bedore"), &["before"]), - (UniCase::ascii("surplanted"), &["supplanted"]), - (UniCase::ascii("againnst"), &["against"]), - (UniCase::ascii("soverignity"), &["sovereignty"]), - (UniCase::ascii("ethose"), &["those", "ethos"]), - (UniCase::ascii("arogant"), &["arrogant"]), - (UniCase::ascii("accelleration"), &["acceleration"]), - (UniCase::ascii("magnificient"), &["magnificent"]), - (UniCase::ascii("ocasional"), &["occasional"]), - (UniCase::ascii("signfies"), &["signifies"]), - (UniCase::ascii("stpo"), &["stop"]), - (UniCase::ascii("priestood"), &["priesthood"]), - (UniCase::ascii("indentical"), &["identical"]), - (UniCase::ascii("iconclastic"), &["iconoclastic"]), - (UniCase::ascii("assoicates"), &["associates"]), - (UniCase::ascii("succceeded"), &["succeeded"]), - (UniCase::ascii("refered"), &["referred"]), - (UniCase::ascii("aniversary"), &["anniversary"]), - (UniCase::ascii("persistant"), &["persistent"]), - (UniCase::ascii("accrediation"), &["accreditation"]), - (UniCase::ascii("manuevers"), &["maneuvers", "manoeuvres"]), - (UniCase::ascii("poweful"), &["powerful"]), - (UniCase::ascii("eratic"), &["erratic"]), - (UniCase::ascii("Guatamala"), &["Guatemala"]), - (UniCase::ascii("caterpillers"), &["caterpillars"]), - (UniCase::ascii("revaluated"), &["reevaluated"]), - (UniCase::ascii("reccomendations"), &["recommendations"]), - (UniCase::ascii("conjecutre"), &["conjecture"]), - (UniCase::ascii("originnally"), &["originally"]), - (UniCase::ascii("claer"), &["clear"]), - (UniCase::ascii("paralel"), &["parallel"]), - (UniCase::ascii("soverignty"), &["sovereignty"]), - (UniCase::ascii("carismatic"), &["charismatic"]), - (UniCase::ascii("seaches"), &["searches"]), - (UniCase::ascii("dammage"), &["damage"]), - (UniCase::ascii("folowing"), &["following"]), - (UniCase::ascii("orgin"), &["origin", "organ"]), - (UniCase::ascii("mailny"), &["mainly"]), - (UniCase::ascii("proceding"), &["proceeding", "preceding"]), - (UniCase::ascii("facillitate"), &["facilitate"]), - (UniCase::ascii("buisness"), &["business"]), - (UniCase::ascii("simplier"), &["simpler"]), - (UniCase::ascii("tommorow"), &["tomorrow"]), - (UniCase::ascii("inudstry"), &["industry"]), - (UniCase::ascii("ocassional"), &["occasional"]), - (UniCase::ascii("surviver"), &["survivor"]), - (UniCase::ascii("dispencing"), &["dispensing"]), - (UniCase::ascii("hitsingles"), &["hit singles"]), - (UniCase::ascii("existance"), &["existence"]), - (UniCase::ascii("screenwrighter"), &["screenwriter"]), - (UniCase::ascii("Rockerfeller"), &["Rockefeller"]), - (UniCase::ascii("fomed"), &["formed"]), - (UniCase::ascii("synonomous"), &["synonymous"]), - (UniCase::ascii("chemicaly"), &["chemically"]), - (UniCase::ascii("gridles"), &["griddles"]), - (UniCase::ascii("reciding"), &["residing"]), - (UniCase::ascii("asociated"), &["associated"]), - (UniCase::ascii("beastiality"), &["bestiality"]), - (UniCase::ascii("gaurantee"), &["guarantee"]), - (UniCase::ascii("hosited"), &["hoisted"]), - (UniCase::ascii("philosphies"), &["philosophies"]), - (UniCase::ascii("archictect"), &["architect"]), - (UniCase::ascii("initally"), &["initially"]), - (UniCase::ascii("volounteering"), &["volunteering"]), - (UniCase::ascii("shouldnt"), &["should not"]), - (UniCase::ascii("renedered"), &["rende"]), - (UniCase::ascii("vistors"), &["visitors"]), - (UniCase::ascii("reconnaissence"), &["reconnaissance"]), - (UniCase::ascii("communiation"), &["communication"]), - (UniCase::ascii("acused"), &["accused"]), - (UniCase::ascii("manufaturing"), &["manufacturing"]), - (UniCase::ascii("historicians"), &["historians"]), - (UniCase::ascii("jorunal"), &["journal"]), - (UniCase::ascii("statememts"), &["statements"]), - (UniCase::ascii("neigbour"), &["neighbour", "neighbor"]), - (UniCase::ascii("playright"), &["playwright"]), - (UniCase::ascii("themslves"), &["themselves"]), - (UniCase::ascii("holliday"), &["holiday"]), - (UniCase::ascii("Premonasterians"), &["Premonstratensians"]), - ( - UniCase::ascii("manouverable"), - &["maneuverable", "manoeuvrable"], - ), - (UniCase::ascii("eclispe"), &["eclipse"]), - (UniCase::ascii("essesital"), &["essential"]), - (UniCase::ascii("enviroments"), &["environments"]), - (UniCase::ascii("recipiants"), &["recipients"]), - (UniCase::ascii("twelth"), &["twelfth"]), - (UniCase::ascii("geographicial"), &["geographical"]), - (UniCase::ascii("privelleges"), &["privileges"]), - (UniCase::ascii("liason"), &["liaison"]), - (UniCase::ascii("offical"), &["official"]), - (UniCase::ascii("froniter"), &["frontier"]), - (UniCase::ascii("amalgomated"), &["amalgamated"]), - (UniCase::ascii("enviroment"), &["environment"]), - (UniCase::ascii("heigher"), &["higher"]), - (UniCase::ascii("souveniers"), &["souvenirs"]), - (UniCase::ascii("inprisonment"), &["imprisonment"]), - (UniCase::ascii("refernce"), &["reference", "references"]), - (UniCase::ascii("ommitted"), &["omitted"]), - (UniCase::ascii("dissobediant"), &["disobedient"]), - (UniCase::ascii("reacll"), &["recall"]), - (UniCase::ascii("contributers"), &["contributors"]), - (UniCase::ascii("ilness"), &["illness"]), - (UniCase::ascii("Sionist"), &["Zionist"]), - (UniCase::ascii("Naploeon"), &["Napoleon"]), - (UniCase::ascii("prarie"), &["prairie"]), - (UniCase::ascii("atribute"), &["attribute"]), - (UniCase::ascii("lible"), &["libel", "liable"]), - (UniCase::ascii("alot"), &["a lot", "allot"]), - (UniCase::ascii("beacuse"), &["because"]), - (UniCase::ascii("offred"), &["offered"]), - (UniCase::ascii("scince"), &["science"]), - (UniCase::ascii("whn"), &["when"]), - (UniCase::ascii("soluable"), &["soluble"]), - (UniCase::ascii("cartrige"), &["cartridge"]), - (UniCase::ascii("libguistics"), &["linguistics"]), - (UniCase::ascii("particualr"), &["particular"]), - (UniCase::ascii("commedic"), &["comedic"]), - (UniCase::ascii("minumum"), &["minimum"]), - (UniCase::ascii("continously"), &["continuously"]), - (UniCase::ascii("chariman"), &["chairman"]), - (UniCase::ascii("beaurocratic"), &["bureaucratic"]), - (UniCase::ascii("intercontinential"), &["intercontinental"]), - (UniCase::ascii("emporer"), &["emperor"]), - (UniCase::ascii("greif"), &["grief"]), - (UniCase::ascii("responnsibilty"), &["responsibility"]), - (UniCase::ascii("substancial"), &["substantial"]), - (UniCase::ascii("hypocrit"), &["hypocrite"]), - (UniCase::ascii("neccessary"), &["necessary"]), - (UniCase::ascii("originall"), &["original", "originally"]), - (UniCase::ascii("petetion"), &["petition"]), - (UniCase::ascii("competion"), &["competition", "completion"]), - (UniCase::ascii("pensle"), &["pencil"]), - (UniCase::ascii("prologomena"), &["prolegomena"]), - (UniCase::ascii("suppoed"), &["supposed"]), - (UniCase::ascii("chemestry"), &["chemistry"]), - (UniCase::ascii("resignement"), &["resignment"]), - (UniCase::ascii("instuments"), &["instruments"]), - (UniCase::ascii("simpley"), &["simply"]), - (UniCase::ascii("definiton"), &["definition"]), - (UniCase::ascii("questonable"), &["questionable"]), - (UniCase::ascii("profesor"), &["professor"]), - (UniCase::ascii("prouncements"), &["pronouncements"]), - (UniCase::ascii("beteen"), &["between"]), - (UniCase::ascii("distructive"), &["destructive"]), - (UniCase::ascii("diphtongs"), &["diphthongs"]), - (UniCase::ascii("publiaher"), &["publisher"]), - (UniCase::ascii("excact"), &["exact"]), - (UniCase::ascii("assassintation"), &["assassination"]), - (UniCase::ascii("comittee"), &["committee"]), - (UniCase::ascii("humoural"), &["humoral"]), - (UniCase::ascii("heterogenous"), &["heterogeneous"]), - (UniCase::ascii("avalable"), &["available"]), - (UniCase::ascii("neice"), &["niece", "nice"]), - (UniCase::ascii("acording"), &["according"]), - (UniCase::ascii("mohammedans"), &["muslims"]), - (UniCase::ascii("graet"), &["great"]), - (UniCase::ascii("bellweather"), &["bellwether"]), - (UniCase::ascii("yatch"), &["yacht"]), - (UniCase::ascii("labratory"), &["laboratory"]), - (UniCase::ascii("indviduals"), &["individuals"]), - (UniCase::ascii("unathorised"), &["unauthorised"]), - (UniCase::ascii("developped"), &["developed"]), - (UniCase::ascii("guage"), &["gauge"]), - (UniCase::ascii("knifes"), &["knives"]), - (UniCase::ascii("irresistably"), &["irresistibly"]), - (UniCase::ascii("monickers"), &["monikers"]), - (UniCase::ascii("neccessarily"), &["necessarily"]), - (UniCase::ascii("lukid"), &["likud"]), - (UniCase::ascii("occassions"), &["occasions"]), - (UniCase::ascii("liasion"), &["liaison"]), - (UniCase::ascii("acquaintences"), &["acquaintances"]), - (UniCase::ascii("mathmaticians"), &["mathematicians"]), - (UniCase::ascii("polyphonyic"), &["polyphonic"]), - (UniCase::ascii("exerbated"), &["exacerbated"]), - (UniCase::ascii("gallaxies"), &["galaxies"]), - (UniCase::ascii("refromist"), &["reformist"]), - (UniCase::ascii("caterpilar"), &["caterpillar"]), - (UniCase::ascii("absorbtion"), &["absorption"]), - (UniCase::ascii("demenor"), &["demeanor"]), - (UniCase::ascii("proove"), &["prove"]), - (UniCase::ascii("ocassionally"), &["occasionally"]), - (UniCase::ascii("olther"), &["other"]), - (UniCase::ascii("porshan"), &["portion"]), - (UniCase::ascii("grat"), &["great"]), - (UniCase::ascii("scientfic"), &["scientific"]), - (UniCase::ascii("desorder"), &["disorder"]), - (UniCase::ascii("rhythem"), &["rhythm"]), - (UniCase::ascii("ocasion"), &["occasion"]), - (UniCase::ascii("siezures"), &["seizures"]), - (UniCase::ascii("airporta"), &["airports"]), - (UniCase::ascii("availiable"), &["available"]), - (UniCase::ascii("manufatured"), &["manufactured"]), - (UniCase::ascii("specif"), &["specific", "specify"]), - (UniCase::ascii("pilgrimmage"), &["pilgrimage"]), - (UniCase::ascii("persan"), &["person"]), - (UniCase::ascii("proffesed"), &["professed"]), - (UniCase::ascii("rennovate"), &["renovate"]), - (UniCase::ascii("permenantly"), &["permanently"]), - (UniCase::ascii("pbulisher"), &["publisher"]), - (UniCase::ascii("alcohal"), &["alcohol"]), - (UniCase::ascii("doccuments"), &["documents"]), - (UniCase::ascii("noveau"), &["nouveau"]), - (UniCase::ascii("benifits"), &["benefits"]), - (UniCase::ascii("dicover"), &["discover"]), - (UniCase::ascii("healthercare"), &["healthcare"]), - (UniCase::ascii("adminstrate"), &["administrate"]), - (UniCase::ascii("caperbility"), &["capability"]), - (UniCase::ascii("pomotion"), &["promotion"]), - (UniCase::ascii("seing"), &["seeing"]), - (UniCase::ascii("exerternal"), &["external"]), - (UniCase::ascii("syphyllis"), &["syphilis"]), - (UniCase::ascii("inmigrants"), &["immigrants"]), - (UniCase::ascii("circut"), &["circuit"]), - (UniCase::ascii("ytou"), &["you"]), - (UniCase::ascii("prepartion"), &["preparation"]), - (UniCase::ascii("greatful"), &["grateful"]), - (UniCase::ascii("uncertainity"), &["uncertainty"]), - (UniCase::ascii("emperical"), &["empirical"]), - (UniCase::ascii("safty"), &["safety"]), - (UniCase::ascii("misdameanor"), &["misdemeanor"]), - (UniCase::ascii("disasterous"), &["disastrous"]), - (UniCase::ascii("controveries"), &["controversies"]), - (UniCase::ascii("adquiring"), &["acquiring"]), - (UniCase::ascii("principlaity"), &["principality"]), - (UniCase::ascii("acomplishment"), &["accomplishment"]), - (UniCase::ascii("incorperation"), &["incorporation"]), - (UniCase::ascii("curriculem"), &["curriculum"]), - (UniCase::ascii("sucide"), &["suicide"]), - (UniCase::ascii("agreing"), &["agreeing"]), - (UniCase::ascii("garanteed"), &["guaranteed"]), - (UniCase::ascii("attened"), &["attended"]), - (UniCase::ascii("successully"), &["successfully"]), - (UniCase::ascii("oposition"), &["opposition"]), - (UniCase::ascii("maneouvring"), &["manoeuvring"]), - (UniCase::ascii("volontary"), &["voluntary"]), - (UniCase::ascii("artice"), &["article"]), - (UniCase::ascii("immediatley"), &["immediately"]), - (UniCase::ascii("repblic"), &["republic"]), - (UniCase::ascii("constituion"), &["constitution"]), - (UniCase::ascii("analagous"), &["analogous"]), - (UniCase::ascii("surrepetitious"), &["surreptitious"]), - (UniCase::ascii("Ceasar"), &["Caesar"]), - (UniCase::ascii("accademic"), &["academic"]), - (UniCase::ascii("exhalted"), &["exalted"]), - (UniCase::ascii("penninsular"), &["peninsular"]), - (UniCase::ascii("attemts"), &["attempts"]), - (UniCase::ascii("supposingly"), &["supposedly"]), - (UniCase::ascii("synonymns"), &["synonyms"]), - (UniCase::ascii("enameld"), &["enameled"]), - (UniCase::ascii("quinessential"), &["quintessential"]), - (UniCase::ascii("vincinity"), &["vicinity"]), - (UniCase::ascii("colateral"), &["collateral"]), - (UniCase::ascii("Carnigie-Mellon"), &["Carnegie-Mellon"]), - (UniCase::ascii("extremly"), &["extremely"]), - (UniCase::ascii("appologies"), &["apologies"]), - (UniCase::ascii("congresional"), &["congressional"]), - (UniCase::ascii("whant"), &["want"]), - (UniCase::ascii("occurrances"), &["occurrences"]), - (UniCase::ascii("esle"), &["else"]), - (UniCase::ascii("exerpt"), &["excerpt"]), - (UniCase::ascii("northen"), &["northern"]), - (UniCase::ascii("inventer"), &["inventor"]), - (UniCase::ascii("exagerrate"), &["exaggerate"]), - (UniCase::ascii("publicher"), &["publisher"]), - (UniCase::ascii("dramtic"), &["dramatic"]), - (UniCase::ascii("deriviated"), &["derived"]), - (UniCase::ascii("reccomended"), &["recommended"]), - (UniCase::ascii("polical"), &["political"]), - (UniCase::ascii("allegedy"), &["allegedly"]), - (UniCase::ascii("noticeing"), &["noticing"]), - (UniCase::ascii("russina"), &["Russian"]), - (UniCase::ascii("milion"), &["million"]), - (UniCase::ascii("Formalhaut"), &["Fomalhaut"]), - (UniCase::ascii("tihs"), &["this"]), - (UniCase::ascii("possably"), &["possibly"]), - (UniCase::ascii("reoccurrence"), &["recurrence"]), - (UniCase::ascii("competant"), &["competent"]), - (UniCase::ascii("physicaly"), &["physically"]), - (UniCase::ascii("Sionists"), &["Zionists"]), - (UniCase::ascii("parrakeets"), &["parakeets"]), - (UniCase::ascii("ocasionaly"), &["occasionally"]), - (UniCase::ascii("aquire"), &["acquire"]), - (UniCase::ascii("decidely"), &["decidedly"]), - (UniCase::ascii("annuled"), &["annulled"]), - (UniCase::ascii("consulant"), &["consultant"]), - (UniCase::ascii("threshhold"), &["threshold"]), - (UniCase::ascii("atributed"), &["attributed"]), - (UniCase::ascii("disputandem"), &["disputandum"]), - (UniCase::ascii("playwrites"), &["playwrights"]), - (UniCase::ascii("ressurected"), &["resurrected"]), - (UniCase::ascii("adequit"), &["adequate"]), - (UniCase::ascii("sufficently"), &["sufficiently"]), - (UniCase::ascii("occurance"), &["occurrence"]), - (UniCase::ascii("missen"), &["mizzen"]), - (UniCase::ascii("errupted"), &["erupted"]), - (UniCase::ascii("banannas"), &["bananas"]), - (UniCase::ascii("seeked"), &["sought"]), - (UniCase::ascii("atorney"), &["attorney"]), - (UniCase::ascii("alcoholical"), &["alcoholic"]), - (UniCase::ascii("undesireable"), &["undesirable"]), - (UniCase::ascii("sucesful"), &["successful"]), - (UniCase::ascii("evenhtually"), &["eventually"]), - (UniCase::ascii("similiarity"), &["similarity"]), - (UniCase::ascii("avengence"), &["a vengeance"]), - (UniCase::ascii("agregate"), &["aggregate"]), - (UniCase::ascii("harrassed"), &["harassed"]), - (UniCase::ascii("millepede"), &["millipede"]), - (UniCase::ascii("Janurary"), &["January"]), - (UniCase::ascii("descision"), &["decision"]), - (UniCase::ascii("denegrating"), &["denigrating"]), - (UniCase::ascii("idaes"), &["ideas"]), - (UniCase::ascii("probabilaty"), &["probability"]), - (UniCase::ascii("sofware"), &["software"]), - (UniCase::ascii("addresing"), &["addressing"]), - (UniCase::ascii("purposedly"), &["purposely"]), - (UniCase::ascii("acceptible"), &["acceptable"]), - (UniCase::ascii("accension"), &["accession", "ascension"]), - (UniCase::ascii("infered"), &["inferred"]), - (UniCase::ascii("seperates"), &["separates"]), - (UniCase::ascii("posess"), &["possess"]), - (UniCase::ascii("affort"), &["afford", "effort"]), - (UniCase::ascii("hounour"), &["honour"]), - (UniCase::ascii("geneology"), &["genealogy"]), - (UniCase::ascii("retalitated"), &["retaliated"]), - (UniCase::ascii("posion"), &["poison"]), - (UniCase::ascii("poenis"), &["penis"]), - (UniCase::ascii("thigsn"), &["things"]), - (UniCase::ascii("motiviated"), &["motivated"]), - (UniCase::ascii("achivement"), &["achievement"]), - (UniCase::ascii("pususading"), &["persuading"]), - (UniCase::ascii("worls"), &["world"]), - (UniCase::ascii("dissapear"), &["disappear"]), - (UniCase::ascii("neigbours"), &["neighbours", "neighbors"]), - (UniCase::ascii("guerrila"), &["guerrilla"]), - (UniCase::ascii("consious"), &["conscious"]), - (UniCase::ascii("explaning"), &["explaining"]), - (UniCase::ascii("controversal"), &["controversial"]), - (UniCase::ascii("decress"), &["decrees"]), - (UniCase::ascii("warrent"), &["warrant"]), - (UniCase::ascii("transcendant"), &["transcendent"]), - (UniCase::ascii("muscician"), &["musician"]), - (UniCase::ascii("iresistibly"), &["irresistibly"]), - (UniCase::ascii("strenghening"), &["strengthening"]), - (UniCase::ascii("expropiation"), &["expropriation"]), - (UniCase::ascii("unchangable"), &["unchangeable"]), - (UniCase::ascii("austrailia"), &["Australia"]), - (UniCase::ascii("cellpading"), &["cellpadding"]), - (UniCase::ascii("recomending"), &["recommending"]), - (UniCase::ascii("unbeknowst"), &["unbeknownst"]), - (UniCase::ascii("litterally"), &["literally"]), - (UniCase::ascii("acedemic"), &["academic"]), - (UniCase::ascii("equivlalent"), &["equivalent"]), - (UniCase::ascii("creedence"), &["credence"]), - (UniCase::ascii("perfomance"), &["performance"]), - (UniCase::ascii("distingished"), &["distinguished"]), - (UniCase::ascii("monts"), &["months"]), - (UniCase::ascii("descripton"), &["description"]), - (UniCase::ascii("owudl"), &["would"]), - (UniCase::ascii("neigbourhood"), &["neighbourhood"]), - (UniCase::ascii("deparments"), &["departments"]), - (UniCase::ascii("Russion"), &["Russian"]), - (UniCase::ascii("Gameboy"), &["Game Boy"]), - (UniCase::ascii("tormenters"), &["tormentors"]), - (UniCase::ascii("agains"), &["against"]), - (UniCase::ascii("unwarrented"), &["unwarranted"]), - (UniCase::ascii("cpoy"), &["coy", "copy"]), - (UniCase::ascii("benifit"), &["benefit"]), - (UniCase::ascii("refrers"), &["refers"]), - (UniCase::ascii("relpacement"), &["replacement"]), - (UniCase::ascii("restarants"), &["restaurants"]), - (UniCase::ascii("asssassans"), &["assassins"]), - (UniCase::ascii("accross"), &["across"]), - (UniCase::ascii("admissability"), &["admissibility"]), - (UniCase::ascii("peacefuland"), &["peaceful and"]), - (UniCase::ascii("consciouness"), &["consciousness"]), - (UniCase::ascii("publihser"), &["publisher"]), - (UniCase::ascii("existince"), &["existence"]), - (UniCase::ascii("consectutive"), &["consecutive"]), - (UniCase::ascii("sterotypes"), &["stereotypes"]), - (UniCase::ascii("fightings"), &["fighting"]), - (UniCase::ascii("substace"), &["substance"]), - (UniCase::ascii("soudns"), &["sounds"]), - (UniCase::ascii("inumerable"), &["enumerable", "innumerable"]), - (UniCase::ascii("refereneced"), &["referenced"]), - (UniCase::ascii("repulican"), &["republican"]), - (UniCase::ascii("controling"), &["controlling"]), - (UniCase::ascii("flourishment"), &["flourishing"]), - (UniCase::ascii("knwos"), &["knows"]), - (UniCase::ascii("surrouded"), &["surrounded"]), - (UniCase::ascii("gropu"), &["group"]), - (UniCase::ascii("repentent"), &["repentant"]), - (UniCase::ascii("admissable"), &["admissible"]), - (UniCase::ascii("parliment"), &["parliament"]), - (UniCase::ascii("engagment"), &["engagement"]), - (UniCase::ascii("recided"), &["resided"]), - (UniCase::ascii("movei"), &["movie"]), - (UniCase::ascii("artifical"), &["artificial"]), - (UniCase::ascii("bondary"), &["boundary"]), - (UniCase::ascii("definining"), &["defining"]), - (UniCase::ascii("presidenital"), &["presidential"]), - (UniCase::ascii("addtion"), &["addition"]), - (UniCase::ascii("rendevous"), &["rendezvous"]), - (UniCase::ascii("indefineable"), &["undefinable"]), - (UniCase::ascii("permanant"), &["permanent"]), - (UniCase::ascii("prominance"), &["prominence"]), - (UniCase::ascii("teached"), &["taught"]), - (UniCase::ascii("tiem"), &["time", "Tim"]), - (UniCase::ascii("indulgue"), &["indulge"]), - (UniCase::ascii("relevent"), &["relevant"]), - (UniCase::ascii("definance"), &["defiance"]), - (UniCase::ascii("daed"), &["dead"]), - (UniCase::ascii("electon"), &["election", "electron"]), - (UniCase::ascii("accomadated"), &["accommodated"]), - (UniCase::ascii("begining"), &["beginning"]), - (UniCase::ascii("ahppen"), &["happen"]), - (UniCase::ascii("captued"), &["captured"]), - (UniCase::ascii("inbetween"), &["between"]), - (UniCase::ascii("contravercial"), &["controversial"]), - (UniCase::ascii("accademy"), &["academy"]), - (UniCase::ascii("critisized"), &["criticised", "criticized"]), - (UniCase::ascii("repubics"), &["republics"]), - (UniCase::ascii("Fransiscan"), &["Franciscan"]), - (UniCase::ascii("anthropolgy"), &["anthropology"]), - (UniCase::ascii("reguarly"), &["regularly"]), - (UniCase::ascii("exagerrating"), &["exaggerating"]), - (UniCase::ascii("overshaddowed"), &["overshadowed"]), - (UniCase::ascii("seldomly"), &["seldom"]), - (UniCase::ascii("temerature"), &["temperature"]), - (UniCase::ascii("Farenheit"), &["Fahrenheit"]), - (UniCase::ascii("inaguration"), &["inauguration"]), - (UniCase::ascii("cahracters"), &["characters"]), - (UniCase::ascii("decideable"), &["decidable"]), - (UniCase::ascii("clasically"), &["classically"]), - (UniCase::ascii("opthalmology"), &["ophthalmology"]), - (UniCase::ascii("govormental"), &["governmental"]), - (UniCase::ascii("massmedia"), &["mass media"]), - (UniCase::ascii("materalists"), &["materialist"]), - (UniCase::ascii("syrap"), &["syrup"]), - (UniCase::ascii("commited"), &["committed"]), - (UniCase::ascii("deram"), &["dram", "dream"]), - (UniCase::ascii("excisted"), &["existed"]), - (UniCase::ascii("sotyr"), &["satyr", "story"]), - (UniCase::ascii("decribed"), &["described"]), - (UniCase::ascii("differnt"), &["different"]), - (UniCase::ascii("recomend"), &["recommend"]), - (UniCase::ascii("propogate"), &["propagate"]), - (UniCase::ascii("Buddah"), &["Buddha"]), - (UniCase::ascii("mispelled"), &["misspelled"]), - (UniCase::ascii("layed"), &["laid"]), - (UniCase::ascii("collonade"), &["colonnade"]), - (UniCase::ascii("skateing"), &["skating"]), - (UniCase::ascii("inclreased"), &["increased"]), - (UniCase::ascii("hydropobic"), &["hydrophobic"]), - (UniCase::ascii("caost"), &["coast"]), - (UniCase::ascii("zeebra"), &["zebra"]), - (UniCase::ascii("emmitting"), &["emitting"]), - (UniCase::ascii("suspention"), &["suspension"]), - (UniCase::ascii("midwifes"), &["midwives"]), - (UniCase::ascii("wiull"), &["will"]), - (UniCase::ascii("headquater"), &["headquarter"]), - (UniCase::ascii("diphtong"), &["diphthong"]), - (UniCase::ascii("sucessot"), &["successor"]), - (UniCase::ascii("agriculure"), &["agriculture"]), - (UniCase::ascii("civillian"), &["civilian"]), - (UniCase::ascii("caterpiller"), &["caterpillar"]), - (UniCase::ascii("proces"), &["process"]), - (UniCase::ascii("receivedfrom"), &["received from"]), - (UniCase::ascii("simultanously"), &["simultaneously"]), - (UniCase::ascii("transfering"), &["transferring"]), - (UniCase::ascii("suprized"), &["surprised"]), - (UniCase::ascii("possable"), &["possible"]), - (UniCase::ascii("whihc"), &["which"]), - (UniCase::ascii("critisism"), &["criticism"]), - (UniCase::ascii("mariage"), &["marriage"]), - (UniCase::ascii("cannonical"), &["canonical"]), - (UniCase::ascii("decomposits"), &["decomposes"]), - (UniCase::ascii("gonig"), &["going"]), - (UniCase::ascii("effords"), &["efforts", "affords"]), - (UniCase::ascii("druming"), &["drumming"]), - (UniCase::ascii("spred"), &["spread"]), - (UniCase::ascii("beleagured"), &["beleaguered"]), - (UniCase::ascii("intepretator"), &["interpretor"]), - (UniCase::ascii("juducial"), &["judicial"]), - (UniCase::ascii("heroe"), &["hero"]), - (UniCase::ascii("hvea"), &["have", "heave"]), - (UniCase::ascii("insitution"), &["institution"]), - (UniCase::ascii("arguement"), &["argument"]), - (UniCase::ascii("automibile"), &["automobile"]), - (UniCase::ascii("approproximate"), &["approximate"]), - (UniCase::ascii("practially"), &["practically"]), - (UniCase::ascii("pronounched"), &["pronounced"]), - (UniCase::ascii("linnaena"), &["linnaean"]), - (UniCase::ascii("expells"), &["expels"]), - (UniCase::ascii("yrea"), &["year"]), - (UniCase::ascii("investingate"), &["investigate"]), - (UniCase::ascii("ansestors"), &["ancestors"]), - (UniCase::ascii("ellected"), &["elected"]), - (UniCase::ascii("prairy"), &["prairie"]), - (UniCase::ascii("diablical"), &["diabolical"]), - (UniCase::ascii("lsat"), &["last"]), - (UniCase::ascii("geneological"), &["genealogical"]), - (UniCase::ascii("fucntioning"), &["functioning"]), - (UniCase::ascii("republians"), &["republicans"]), - (UniCase::ascii("misdemenor"), &["misdemeanor"]), - (UniCase::ascii("completetion"), &["completion"]), - (UniCase::ascii("intrduced"), &["introduced"]), - (UniCase::ascii("trigered"), &["triggered"]), - (UniCase::ascii("banruptcy"), &["bankruptcy"]), - (UniCase::ascii("taxanomic"), &["taxonomic"]), - (UniCase::ascii("ammused"), &["amused"]), - (UniCase::ascii("blaim"), &["blame"]), - (UniCase::ascii("proffesion"), &["profession"]), - (UniCase::ascii("volonteer"), &["volunteer"]), - (UniCase::ascii("spects"), &["aspects", "expects"]), - (UniCase::ascii("translaters"), &["translators"]), - (UniCase::ascii("facist"), &["fascist"]), - (UniCase::ascii("doesnt"), &["doesn\'t"]), - (UniCase::ascii("tempalte"), &["template"]), - (UniCase::ascii("inpending"), &["impending"]), - (UniCase::ascii("socalism"), &["socialism"]), - (UniCase::ascii("moderm"), &["modem"]), - (UniCase::ascii("acomplishments"), &["accomplishments"]), - (UniCase::ascii("tranform"), &["transform"]), - (UniCase::ascii("charachters"), &["characters"]), - (UniCase::ascii("diferrent"), &["different"]), - (UniCase::ascii("coucil"), &["council"]), - (UniCase::ascii("realy"), &["really"]), - (UniCase::ascii("vigeur"), &["vigueur", "vigour", "vigor"]), - (UniCase::ascii("essentail"), &["essential"]), - (UniCase::ascii("electricty"), &["electricity"]), - (UniCase::ascii("soilders"), &["soldiers"]), - (UniCase::ascii("architectual"), &["architectural"]), - (UniCase::ascii("ansalisation"), &["nasalisation"]), - (UniCase::ascii("relitavely"), &["relatively"]), - (UniCase::ascii("triology"), &["trilogy"]), - (UniCase::ascii("mantained"), &["maintained"]), - (UniCase::ascii("supressed"), &["suppressed"]), - (UniCase::ascii("reminent"), &["remnant"]), - (UniCase::ascii("scrutinity"), &["scrutiny"]), - (UniCase::ascii("mounth"), &["month"]), - (UniCase::ascii("cumulatative"), &["cumulative"]), - (UniCase::ascii("rferences"), &["references"]), - (UniCase::ascii("comdemnation"), &["condemnation"]), - (UniCase::ascii("eles"), &["eels"]), - (UniCase::ascii("volonteered"), &["volunteered"]), - (UniCase::ascii("seperation"), &["separation"]), - (UniCase::ascii("millitant"), &["militant"]), - (UniCase::ascii("specifiying"), &["specifying"]), - (UniCase::ascii("recogize"), &["recognize"]), - (UniCase::ascii("affilliate"), &["affiliate"]), - (UniCase::ascii("procedes"), &["proceeds", "precedes"]), - (UniCase::ascii("Misouri"), &["Missouri"]), - (UniCase::ascii("contibute"), &["contribute"]), - (UniCase::ascii("hismelf"), &["himself"]), - (UniCase::ascii("strenght"), &["strength"]), - (UniCase::ascii("forbad"), &["forbade"]), - (UniCase::ascii("pregancies"), &["pregnancies"]), - (UniCase::ascii("Montnana"), &["Montana"]), - (UniCase::ascii("bergamont"), &["bergamot"]), - (UniCase::ascii("pinapple"), &["pineapple"]), - (UniCase::ascii("altough"), &["although"]), - (UniCase::ascii("congradulations"), &["congratulations"]), - (UniCase::ascii("mathmatically"), &["mathematically"]), - (UniCase::ascii("addresed"), &["addressed"]), - (UniCase::ascii("corridoors"), &["corridors"]), - (UniCase::ascii("thikn"), &["think"]), - (UniCase::ascii("messanger"), &["messenger"]), - (UniCase::ascii("athiest"), &["atheist"]), - (UniCase::ascii("salery"), &["salary"]), - (UniCase::ascii("extraterrestials"), &["extraterrestrials"]), - (UniCase::ascii("agreemnt"), &["agreement"]), - (UniCase::ascii("dimenions"), &["dimensions"]), - (UniCase::ascii("hapened"), &["happened"]), - (UniCase::ascii("conciders"), &["considers"]), - (UniCase::ascii("co-incided"), &["coincided"]), - (UniCase::ascii("priveliged"), &["privileged"]), - (UniCase::ascii("interferance"), &["interference"]), - (UniCase::ascii("Godounov"), &["Godunov"]), - (UniCase::ascii("compulsary"), &["compulsory"]), - (UniCase::ascii("disricts"), &["districts"]), - (UniCase::ascii("poltical"), &["political"]), - (UniCase::ascii("theif"), &["thief"]), - (UniCase::ascii("autochtonous"), &["autochthonous"]), - (UniCase::ascii("unequalities"), &["inequalities"]), - (UniCase::ascii("adress"), &["address"]), - (UniCase::ascii("rela"), &["real"]), - ( - UniCase::ascii("councellor"), - &["councillor", "counselor", "councilor"], - ), - (UniCase::ascii("avilable"), &["available"]), - (UniCase::ascii("mistery"), &["mystery"]), - (UniCase::ascii("opressive"), &["oppressive"]), - (UniCase::ascii("careing"), &["caring"]), - (UniCase::ascii("acheived"), &["achieved"]), - (UniCase::ascii("scirpt"), &["script"]), - (UniCase::ascii("differentiatiations"), &["differentiations"]), - (UniCase::ascii("hertiage"), &["heritage"]), - (UniCase::ascii("tattooes"), &["tattoos"]), - (UniCase::ascii("polutes"), &["pollutes"]), - (UniCase::ascii("oposite"), &["opposite"]), - (UniCase::ascii("gauranteed"), &["guaranteed"]), - (UniCase::ascii("lightyear"), &["light year"]), - (UniCase::ascii("surrundering"), &["surrendering"]), - (UniCase::ascii("transistion"), &["transition"]), - (UniCase::ascii("vasall"), &["vassal"]), - (UniCase::ascii("enteratinment"), &["entertainment"]), - (UniCase::ascii("becuase"), &["because"]), - (UniCase::ascii("formaly"), &["formally", "formerly"]), - (UniCase::ascii("cartilege"), &["cartilage"]), - (UniCase::ascii("misdemenors"), &["misdemeanors"]), - (UniCase::ascii("practial"), &["practical"]), - (UniCase::ascii("intial"), &["initial"]), - (UniCase::ascii("heared"), &["heard"]), - (UniCase::ascii("beeing"), &["being"]), - (UniCase::ascii("partialy"), &["partially"]), - (UniCase::ascii("octohedron"), &["octahedron"]), - (UniCase::ascii("manoeuverability"), &["maneuverability"]), - (UniCase::ascii("hvae"), &["have"]), - (UniCase::ascii("soverign"), &["sovereign"]), - (UniCase::ascii("performence"), &["performance"]), - (UniCase::ascii("vengance"), &["vengeance"]), - (UniCase::ascii("allopone"), &["allophone"]), - (UniCase::ascii("deside"), &["decide"]), - (UniCase::ascii("reconaissance"), &["reconnaissance"]), - (UniCase::ascii("catapillars"), &["caterpillars"]), - (UniCase::ascii("vigilence"), &["vigilance"]), - (UniCase::ascii("adquires"), &["acquires"]), - (UniCase::ascii("influented"), &["influenced"]), - (UniCase::ascii("consistant"), &["consistent"]), - (UniCase::ascii("ceratin"), &["certain", "keratin"]), - (UniCase::ascii("lvoe"), &["love"]), - (UniCase::ascii("ocassion"), &["occasion"]), - (UniCase::ascii("goign"), &["going"]), - (UniCase::ascii("progroms"), &["pogroms", "programs"]), - (UniCase::ascii("Monserrat"), &["Montserrat"]), - (UniCase::ascii("entitlied"), &["entitled"]), - (UniCase::ascii("hindrence"), &["hindrance"]), - (UniCase::ascii("weas"), &["was"]), - (UniCase::ascii("dum"), &["dumb"]), - (UniCase::ascii("vaieties"), &["varieties"]), - (UniCase::ascii("loev"), &["love"]), - (UniCase::ascii("wholey"), &["wholly"]), - (UniCase::ascii("miscellanious"), &["miscellaneous"]), - (UniCase::ascii("Jospeh"), &["Joseph"]), - (UniCase::ascii("flourescent"), &["fluorescent"]), - (UniCase::ascii("adviced"), &["advised"]), - (UniCase::ascii("cathlic"), &["catholic"]), - (UniCase::ascii("genialia"), &["genitalia"]), - (UniCase::ascii("recieved"), &["received"]), - (UniCase::ascii("vehicule"), &["vehicle"]), - (UniCase::ascii("mkaing"), &["making"]), - (UniCase::ascii("helpped"), &["helped"]), - (UniCase::ascii("carnige"), &["carnage", "Carnegie"]), - (UniCase::ascii("implamenting"), &["implementing"]), - (UniCase::ascii("amerliorate"), &["ameliorate"]), - (UniCase::ascii("changable"), &["changeable"]), - (UniCase::ascii("wnated"), &["wanted"]), - (UniCase::ascii("familliar"), &["familiar"]), - (UniCase::ascii("exerpts"), &["excerpts"]), - (UniCase::ascii("uninterupted"), &["uninterrupted"]), - (UniCase::ascii("agressor"), &["aggressor"]), - (UniCase::ascii("dificulty"), &["difficulty"]), - (UniCase::ascii("preample"), &["preamble"]), - (UniCase::ascii("emphaised"), &["emphasised"]), - (UniCase::ascii("agre"), &["agree"]), - (UniCase::ascii("intercontinetal"), &["intercontinental"]), - (UniCase::ascii("attemted"), &["attempted"]), - (UniCase::ascii("referrence"), &["reference"]), - (UniCase::ascii("oppinion"), &["opinion"]), - (UniCase::ascii("immitating"), &["imitating"]), - (UniCase::ascii("imigrated"), &["emigrated", "immigrated"]), - (UniCase::ascii("Guaduloupe"), &["Guadalupe", "Guadeloupe"]), - (UniCase::ascii("bouyancy"), &["buoyancy"]), - (UniCase::ascii("driectly"), &["directly"]), - (UniCase::ascii("atheneans"), &["athenians"]), - (UniCase::ascii("muhammadan"), &["muslim"]), - (UniCase::ascii("ouevre"), &["oeuvre"]), - (UniCase::ascii("earnt"), &["earned"]), - (UniCase::ascii("effecient"), &["efficient"]), - (UniCase::ascii("witn"), &["with"]), - (UniCase::ascii("seached"), &["searched"]), - (UniCase::ascii("conected"), &["connected"]), - (UniCase::ascii("orginal"), &["original"]), - (UniCase::ascii("broadacasting"), &["broadcasting"]), - (UniCase::ascii("longitudonal"), &["longitudinal"]), - (UniCase::ascii("forfiet"), &["forfeit"]), - (UniCase::ascii("hieroglphs"), &["hieroglyphs"]), - (UniCase::ascii("withing"), &["within"]), - (UniCase::ascii("mamalian"), &["mammalian"]), - (UniCase::ascii("peronal"), &["personal"]), - (UniCase::ascii("comparitively"), &["comparatively"]), - (UniCase::ascii("vyer"), &["very"]), - (UniCase::ascii("unsucessful"), &["unsuccessful"]), - (UniCase::ascii("repubic"), &["republic"]), - (UniCase::ascii("consentrates"), &["concentrates"]), - (UniCase::ascii("mileau"), &["milieu"]), - (UniCase::ascii("grwo"), &["grow"]), - (UniCase::ascii("reacing"), &["reaching"]), - (UniCase::ascii("speach"), &["speech"]), - (UniCase::ascii("absolutly"), &["absolutely"]), - (UniCase::ascii("pseudonyn"), &["pseudonym"]), - (UniCase::ascii("thyat"), &["that"]), - (UniCase::ascii("transesxuals"), &["transsexuals"]), - (UniCase::ascii("engeneering"), &["engineering"]), - (UniCase::ascii("laguage"), &["language"]), - (UniCase::ascii("prinicipal"), &["principal"]), - (UniCase::ascii("unecessary"), &["unnecessary"]), - (UniCase::ascii("tortise"), &["tortoise"]), - (UniCase::ascii("suprised"), &["surprised"]), - (UniCase::ascii("comited"), &["committed"]), - (UniCase::ascii("comisions"), &["commissions"]), - (UniCase::ascii("accomodations"), &["accommodations"]), - (UniCase::ascii("priciple"), &["principle"]), - (UniCase::ascii("oxigen"), &["oxygen"]), - (UniCase::ascii("commerical"), &["commercial"]), - (UniCase::ascii("theives"), &["thieves"]), - (UniCase::ascii("varities"), &["varieties"]), - (UniCase::ascii("phillosophically"), &["philosophically"]), - (UniCase::ascii("alledgedly"), &["allegedly"]), - (UniCase::ascii("relected"), &["reelected"]), - (UniCase::ascii("crtical"), &["critical"]), - (UniCase::ascii("colelctive"), &["collective"]), - (UniCase::ascii("symmetricaly"), &["symmetrically"]), - (UniCase::ascii("contined"), &["continued"]), - (UniCase::ascii("sucessfull"), &["successful"]), - (UniCase::ascii("emphsis"), &["emphasis"]), - (UniCase::ascii("strictist"), &["strictest"]), - (UniCase::ascii("defintion"), &["definition"]), - (UniCase::ascii("religously"), &["religiously"]), - (UniCase::ascii("synphony"), &["symphony"]), - (UniCase::ascii("constatn"), &["constant"]), - (UniCase::ascii("contemporaneus"), &["contemporaneous"]), - (UniCase::ascii("asfar"), &["as far"]), - (UniCase::ascii("liesure"), &["leisure"]), - (UniCase::ascii("belligerant"), &["belligerent"]), - (UniCase::ascii("therby"), &["thereby"]), - (UniCase::ascii("futhroc"), &["futhark", "futhorc"]), - (UniCase::ascii("assosication"), &["assassination"]), - (UniCase::ascii("warantee"), &["warranty"]), - (UniCase::ascii("coridal"), &["cordial"]), - (UniCase::ascii("unsuprising"), &["unsurprising"]), - (UniCase::ascii("commmemorated"), &["commemorated"]), - (UniCase::ascii("calulate"), &["calculate"]), - (UniCase::ascii("calaber"), &["caliber"]), - (UniCase::ascii("commericially"), &["commercially"]), - (UniCase::ascii("shineing"), &["shining"]), - (UniCase::ascii("pasengers"), &["passengers"]), - (UniCase::ascii("Ukranian"), &["Ukrainian"]), - (UniCase::ascii("decomissioned"), &["decommissioned"]), - (UniCase::ascii("necesarily"), &["necessarily"]), - (UniCase::ascii("bodydbuilder"), &["bodybuilder"]), - (UniCase::ascii("simmilar"), &["similar"]), - (UniCase::ascii("centruies"), &["centuries"]), - (UniCase::ascii("wnat"), &["want"]), - (UniCase::ascii("quarantaine"), &["quarantine"]), - ( - UniCase::ascii("histocompatability"), - &["histocompatibility"], - ), - (UniCase::ascii("subcatagories"), &["subcategories"]), - (UniCase::ascii("eyar"), &["year", "eyas"]), - (UniCase::ascii("Portugese"), &["Portuguese"]), - (UniCase::ascii("fiel"), &["feel", "field", "file", "phial"]), - (UniCase::ascii("sucessfuly"), &["successfully"]), - (UniCase::ascii("youself"), &["yourself"]), - (UniCase::ascii("territorist"), &["terrorist"]), - (UniCase::ascii("remeber"), &["remember"]), - (UniCase::ascii("restraunt"), &["restraint", "restaurant"]), - (UniCase::ascii("corosion"), &["corrosion"]), - (UniCase::ascii("cencus"), &["census"]), - (UniCase::ascii("aparment"), &["apartment"]), - (UniCase::ascii("stucture"), &["structure"]), - (UniCase::ascii("infrantryman"), &["infantryman"]), - (UniCase::ascii("symetrical"), &["symmetrical"]), - (UniCase::ascii("wroking"), &["working"]), - (UniCase::ascii("poisin"), &["poison"]), - (UniCase::ascii("eraticly"), &["erratically"]), - (UniCase::ascii("overwelming"), &["overwhelming"]), - (UniCase::ascii("preriod"), &["period"]), - (UniCase::ascii("Massachussetts"), &["Massachusetts"]), - (UniCase::ascii("fundametals"), &["fundamentals"]), - (UniCase::ascii("attaindre"), &["attainder", "attained"]), - (UniCase::ascii("sacrifical"), &["sacrificial"]), - (UniCase::ascii("sucessor"), &["successor"]), - (UniCase::ascii("circumsicion"), &["circumcision"]), - (UniCase::ascii("larrry"), &["larry"]), - (UniCase::ascii("acccused"), &["accused"]), - (UniCase::ascii("subcatagory"), &["subcategory"]), - (UniCase::ascii("unsuprised"), &["unsurprised"]), - (UniCase::ascii("Japanes"), &["Japanese"]), - (UniCase::ascii("combinatins"), &["combinations"]), - (UniCase::ascii("assymetrical"), &["asymmetrical"]), - (UniCase::ascii("ommitting"), &["omitting"]), - (UniCase::ascii("reccuring"), &["recurring"]), - (UniCase::ascii("componant"), &["component"]), - (UniCase::ascii("repeition"), &["repetition"]), - (UniCase::ascii("troup"), &["troupe"]), - (UniCase::ascii("interm"), &["interim"]), - (UniCase::ascii("lastr"), &["last"]), - (UniCase::ascii("accomodates"), &["accommodates"]), - (UniCase::ascii("acheivement"), &["achievement"]), - (UniCase::ascii("foootball"), &["football"]), - (UniCase::ascii("heridity"), &["heredity"]), - (UniCase::ascii("reciept"), &["receipt"]), - (UniCase::ascii("electic"), &["eclectic", "electric"]), - (UniCase::ascii("unneccessary"), &["unnecessary"]), - (UniCase::ascii("scandanavia"), &["Scandinavia"]), - (UniCase::ascii("inheritence"), &["inheritance"]), - (UniCase::ascii("manuever"), &["maneuver", "manoeuvre"]), - (UniCase::ascii("poety"), &["poetry"]), - (UniCase::ascii("Champange"), &["Champagne"]), - (UniCase::ascii("carefull"), &["careful"]), - (UniCase::ascii("reliablity"), &["reliability"]), - (UniCase::ascii("efficency"), &["efficiency"]), - (UniCase::ascii("broacasted"), &["broadcast"]), - (UniCase::ascii("cmoputer"), &["computer"]), - (UniCase::ascii("diminuitive"), &["diminutive"]), - (UniCase::ascii("vermillion"), &["vermilion"]), - (UniCase::ascii("mischievious"), &["mischievous"]), - (UniCase::ascii("demographical"), &["demographic"]), - (UniCase::ascii("fianlly"), &["finally"]), - (UniCase::ascii("conserning"), &["concerning"]), - (UniCase::ascii("occassionaly"), &["occasionally"]), - (UniCase::ascii("wupport"), &["support"]), - (UniCase::ascii("apperance"), &["appearance"]), - (UniCase::ascii("calulater"), &["calculator"]), - (UniCase::ascii("thsi"), &["this"]), - (UniCase::ascii("commemmorating"), &["commemorating"]), - (UniCase::ascii("strat"), &["start", "strata"]), - (UniCase::ascii("atain"), &["attain"]), - (UniCase::ascii("necessiate"), &["necessitate"]), - (UniCase::ascii("foudn"), &["found"]), - (UniCase::ascii("controvertial"), &["controversial"]), - (UniCase::ascii("howver"), &["however"]), - (UniCase::ascii("lazyness"), &["laziness"]), - (UniCase::ascii("influencial"), &["influential"]), - (UniCase::ascii("achievments"), &["achievements"]), - (UniCase::ascii("unconciousness"), &["unconsciousness"]), - (UniCase::ascii("inefficienty"), &["inefficiently"]), - (UniCase::ascii("ocasionally"), &["occasionally"]), - (UniCase::ascii("possiblility"), &["possibility"]), - (UniCase::ascii("Peloponnes"), &["Peloponnesus"]), - (UniCase::ascii("esitmated"), &["estimated"]), - (UniCase::ascii("nonsence"), &["nonsense"]), - (UniCase::ascii("whlch"), &["which"]), - (UniCase::ascii("reponsible"), &["responsible"]), - (UniCase::ascii("equitorial"), &["equatorial"]), - (UniCase::ascii("develpment"), &["development"]), - (UniCase::ascii("corrisponding"), &["corresponding"]), - (UniCase::ascii("achievment"), &["achievement"]), - (UniCase::ascii("unforseen"), &["unforeseen"]), - (UniCase::ascii("breakthough"), &["breakthrough"]), - (UniCase::ascii("aiport"), &["airport"]), - (UniCase::ascii("critereon"), &["criterion"]), - (UniCase::ascii("baout"), &["about", "bout"]), - (UniCase::ascii("accidant"), &["accident"]), - (UniCase::ascii("ideosyncratic"), &["idiosyncratic"]), - (UniCase::ascii("dispostion"), &["disposition"]), - (UniCase::ascii("virtualy"), &["virtually"]), - (UniCase::ascii("dael"), &["deal", "dial", "dahl"]), - (UniCase::ascii("opprotunity"), &["opportunity"]), - (UniCase::ascii("imagin"), &["imagine"]), - (UniCase::ascii("brimestone"), &["brimstone"]), - (UniCase::ascii("aggreed"), &["agreed"]), - (UniCase::ascii("veyr"), &["very"]), - (UniCase::ascii("correspondants"), &["correspondents"]), - (UniCase::ascii("convienient"), &["convenient"]), - (UniCase::ascii("equippment"), &["equipment"]), - (UniCase::ascii("recrational"), &["recreational"]), - (UniCase::ascii("possessess"), &["possesses"]), - (UniCase::ascii("repulic"), &["republic"]), - (UniCase::ascii("omision"), &["omission"]), - (UniCase::ascii("Napoleonian"), &["Napoleonic"]), - (UniCase::ascii("bizzare"), &["bizarre"]), - (UniCase::ascii("eyars"), &["years", "eyas"]), - (UniCase::ascii("Habsbourg"), &["Habsburg"]), - (UniCase::ascii("Blitzkreig"), &["Blitzkrieg"]), - (UniCase::ascii("accomadates"), &["accommodates"]), - (UniCase::ascii("follwoing"), &["following"]), - (UniCase::ascii("vulnerablility"), &["vulnerability"]), - (UniCase::ascii("marrtyred"), &["martyred"]), - (UniCase::ascii("agaisnt"), &["against"]), - (UniCase::ascii("somwhere"), &["somewhere"]), - (UniCase::ascii("necesary"), &["necessary"]), - (UniCase::ascii("expecially"), &["especially"]), - (UniCase::ascii("adressed"), &["addressed"]), - (UniCase::ascii("illegimacy"), &["illegitimacy"]), - (UniCase::ascii("divinition"), &["divination"]), - (UniCase::ascii("witht"), &["with"]), - (UniCase::ascii("wriet"), &["write"]), - (UniCase::ascii("chalenging"), &["challenging"]), - (UniCase::ascii("progidy"), &["prodigy"]), - (UniCase::ascii("oximoron"), &["oxymoron"]), - (UniCase::ascii("addresable"), &["addressable"]), - (UniCase::ascii("apolegetics"), &["apologetics"]), - (UniCase::ascii("himselv"), &["himself"]), - (UniCase::ascii("concieted"), &["conceited"]), - (UniCase::ascii("huminoid"), &["humanoid"]), - (UniCase::ascii("desigining"), &["designing"]), - (UniCase::ascii("ammendments"), &["amendments"]), - (UniCase::ascii("pronouced"), &["pronounced"]), - (UniCase::ascii("catterpilars"), &["caterpillars"]), - (UniCase::ascii("severly"), &["severely"]), - (UniCase::ascii("substracting"), &["subtracting"]), - (UniCase::ascii("analogeous"), &["analogous"]), - (UniCase::ascii("arrengements"), &["arrangements"]), - (UniCase::ascii("govement"), &["government"]), - (UniCase::ascii("inital"), &["initial"]), - (UniCase::ascii("consitutional"), &["constitutional"]), - (UniCase::ascii("recidents"), &["residents"]), - (UniCase::ascii("hyjack"), &["hijack"]), - (UniCase::ascii("cognizent"), &["cognizant"]), - (UniCase::ascii("committe"), &["committee"]), - (UniCase::ascii("ommited"), &["omitted"]), - (UniCase::ascii("octohedra"), &["octahedra"]), - (UniCase::ascii("dispair"), &["despair"]), - (UniCase::ascii("renewl"), &["renewal"]), - (UniCase::ascii("archtype"), &["archetype"]), - (UniCase::ascii("devide"), &["divide"]), - (UniCase::ascii("munbers"), &["numbers"]), - (UniCase::ascii("belive"), &["believe"]), - (UniCase::ascii("addional"), &["additional"]), - (UniCase::ascii("alegience"), &["allegiance"]), - (UniCase::ascii("comparitive"), &["comparative"]), - (UniCase::ascii("thast"), &["that", "that\'s"]), - (UniCase::ascii("klenex"), &["kleenex"]), - (UniCase::ascii("examinated"), &["examined"]), - (UniCase::ascii("slighly"), &["slightly"]), - (UniCase::ascii("effulence"), &["effluence"]), - (UniCase::ascii("peom"), &["poem"]), - (UniCase::ascii("shamen"), &["shaman", "shamans"]), - (UniCase::ascii("collecton"), &["collection"]), - (UniCase::ascii("empirial"), &["empirical", "imperial"]), - (UniCase::ascii("senstive"), &["sensitive"]), - (UniCase::ascii("disover"), &["discover"]), - (UniCase::ascii("irrelevent"), &["irrelevant"]), - (UniCase::ascii("occured"), &["occurred"]), - (UniCase::ascii("boaut"), &["bout", "boat", "about"]), - (UniCase::ascii("detatched"), &["detached"]), - (UniCase::ascii("algoritm"), &["algorithm"]), - (UniCase::ascii("opression"), &["oppression"]), - (UniCase::ascii("parrallely"), &["parallelly"]), - (UniCase::ascii("mathamatics"), &["mathematics"]), - (UniCase::ascii("critisize"), &["criticise", "criticize"]), - (UniCase::ascii("stoyr"), &["story"]), - (UniCase::ascii("burried"), &["buried"]), - (UniCase::ascii("drnik"), &["drink"]), - (UniCase::ascii("tje"), &["the"]), - (UniCase::ascii("numberous"), &["numerous"]), - (UniCase::ascii("precentage"), &["percentage"]), - (UniCase::ascii("stange"), &["strange"]), - (UniCase::ascii("officaly"), &["officially"]), - (UniCase::ascii("comisioned"), &["commissioned"]), - (UniCase::ascii("glamourous"), &["glamorous"]), - (UniCase::ascii("perade"), &["parade"]), - (UniCase::ascii("slaugterhouses"), &["slaughterhouses"]), - (UniCase::ascii("journies"), &["journeys"]), - (UniCase::ascii("aggaravates"), &["aggravates"]), - (UniCase::ascii("abandonned"), &["abandoned"]), - (UniCase::ascii("consequentually"), &["consequently"]), - (UniCase::ascii("initation"), &["initiation"]), - (UniCase::ascii("harrasses"), &["harassed"]), - (UniCase::ascii("archetectural"), &["architectural"]), - (UniCase::ascii("dispite"), &["despite"]), - (UniCase::ascii("negotation"), &["negotiation"]), - (UniCase::ascii("minsitry"), &["ministry"]), - (UniCase::ascii("decison"), &["decision"]), - ( - UniCase::ascii("councellors"), - &["councillors", "counselors", "councilors"], - ), - (UniCase::ascii("Carmalite"), &["Carmelite"]), - (UniCase::ascii("offcially"), &["officially"]), - (UniCase::ascii("dacquiri"), &["daiquiri"]), - (UniCase::ascii("popoulation"), &["population"]), - (UniCase::ascii("Cambrige"), &["Cambridge"]), - (UniCase::ascii("addopted"), &["adopted"]), - (UniCase::ascii("aboutthe"), &["about the"]), - (UniCase::ascii("peice"), &["piece"]), - (UniCase::ascii("desctruction"), &["destruction"]), - (UniCase::ascii("medevial"), &["medieval"]), - (UniCase::ascii("vigourous"), &["vigorous"]), - (UniCase::ascii("contributer"), &["contributor"]), - (UniCase::ascii("surounds"), &["surrounds"]), - (UniCase::ascii("decribes"), &["describes"]), - (UniCase::ascii("inevatible"), &["inevitable"]), - (UniCase::ascii("requirment"), &["requirement"]), - (UniCase::ascii("adminstration"), &["administration"]), - (UniCase::ascii("aginst"), &["against"]), - (UniCase::ascii("commemmorate"), &["commemorate"]), - (UniCase::ascii("baceause"), &["because"]), - (UniCase::ascii("assasined"), &["assassinated"]), - (UniCase::ascii("hipopotamus"), &["hippopotamus"]), - (UniCase::ascii("albiet"), &["albeit"]), - (UniCase::ascii("acquited"), &["acquitted"]), - (UniCase::ascii("assasins"), &["assassins"]), - (UniCase::ascii("interupt"), &["interrupt"]), - (UniCase::ascii("emmision"), &["emission"]), - (UniCase::ascii("substract"), &["subtract"]), - (UniCase::ascii("equivelant"), &["equivalent"]), - (UniCase::ascii("sufficent"), &["sufficient"]), - (UniCase::ascii("coorperations"), &["corporations"]), - (UniCase::ascii("omited"), &["omitted"]), - (UniCase::ascii("paraphenalia"), &["paraphernalia"]), - (UniCase::ascii("ammend"), &["amend"]), - (UniCase::ascii("equivilent"), &["equivalent"]), - (UniCase::ascii("thrid"), &["third"]), - (UniCase::ascii("tourch"), &["torch", "touch"]), - (UniCase::ascii("Bernouilli"), &["Bernoulli"]), - (UniCase::ascii("additonally"), &["additionally"]), - (UniCase::ascii("subconsiously"), &["subconsciously"]), - (UniCase::ascii("requred"), &["required"]), - (UniCase::ascii("acheives"), &["achieves"]), - (UniCase::ascii("acquiantence"), &["acquaintance"]), - (UniCase::ascii("cemetaries"), &["cemeteries"]), - (UniCase::ascii("volounteers"), &["volunteers"]), - (UniCase::ascii("embarrasing"), &["embarrassing"]), - (UniCase::ascii("accredidation"), &["accreditation"]), - ( - UniCase::ascii("calander"), - &["calendar", "calender", "colander"], - ), - (UniCase::ascii("refedendum"), &["referendum"]), - (UniCase::ascii("confortable"), &["comfortable"]), - (UniCase::ascii("auxillaries"), &["auxiliaries"]), - (UniCase::ascii("valueable"), &["valuable"]), - (UniCase::ascii("extrememly"), &["extremely"]), - (UniCase::ascii("colonizators"), &["colonizers"]), - (UniCase::ascii("upcomming"), &["upcoming"]), - (UniCase::ascii("extemely"), &["extremely"]), - (UniCase::ascii("illution"), &["illusion"]), - (UniCase::ascii("leran"), &["learn"]), - (UniCase::ascii("govenrment"), &["government"]), - (UniCase::ascii("comming"), &["coming"]), - (UniCase::ascii("succcesses"), &["successes"]), - (UniCase::ascii("unrepetant"), &["unrepentant"]), - (UniCase::ascii("ressembling"), &["resembling"]), - (UniCase::ascii("missle"), &["missile"]), - (UniCase::ascii("engieneers"), &["engineers"]), - (UniCase::ascii("spreaded"), &["spread"]), - (UniCase::ascii("surrouding"), &["surrounding"]), - (UniCase::ascii("upto"), &["up to"]), - (UniCase::ascii("satelites"), &["satellites"]), - (UniCase::ascii("pallete"), &["palette"]), - (UniCase::ascii("staion"), &["station"]), - (UniCase::ascii("tenacles"), &["tentacles"]), - (UniCase::ascii("essencial"), &["essential"]), - (UniCase::ascii("improvision"), &["improvisation"]), - (UniCase::ascii("definetly"), &["definitely"]), - (UniCase::ascii("aicraft"), &["aircraft"]), - (UniCase::ascii("inconsistant"), &["inconsistent"]), - (UniCase::ascii("bandwith"), &["bandwidth"]), - (UniCase::ascii("condidtions"), &["conditions"]), - (UniCase::ascii("provicial"), &["provincial"]), - (UniCase::ascii("attemped"), &["attempted"]), - (UniCase::ascii("transfered"), &["transferred"]), - (UniCase::ascii("iritated"), &["irritated"]), - (UniCase::ascii("reciepents"), &["recipients"]), - (UniCase::ascii("arival"), &["arrival"]), - (UniCase::ascii("infallable"), &["infallible"]), - (UniCase::ascii("privledge"), &["privilege"]), - (UniCase::ascii("funtion"), &["function"]), - (UniCase::ascii("dicovered"), &["discovered"]), - (UniCase::ascii("consentrate"), &["concentrate"]), - (UniCase::ascii("rehersal"), &["rehearsal"]), - (UniCase::ascii("availble"), &["available"]), - (UniCase::ascii("boook"), &["book"]), - (UniCase::ascii("consdiered"), &["considered"]), - (UniCase::ascii("larg"), &["large"]), - (UniCase::ascii("propotions"), &["proportions"]), - (UniCase::ascii("capturd"), &["captured"]), - (UniCase::ascii("vasalls"), &["vassals"]), - (UniCase::ascii("strenous"), &["strenuous"]), - (UniCase::ascii("incidently"), &["incidentally"]), - (UniCase::ascii("reportadly"), &["reportedly"]), - (UniCase::ascii("dominaton"), &["domination"]), - (UniCase::ascii("Malcom"), &["Malcolm"]), - (UniCase::ascii("commongly"), &["commonly"]), - (UniCase::ascii("managable"), &["manageable", "manageably"]), - (UniCase::ascii("medeival"), &["medieval"]), - (UniCase::ascii("disctinction"), &["distinction"]), - (UniCase::ascii("demorcracy"), &["democracy"]), - (UniCase::ascii("knive"), &["knife"]), - (UniCase::ascii("doens"), &["does"]), - (UniCase::ascii("accidentaly"), &["accidentally"]), - (UniCase::ascii("catapiller"), &["caterpillar"]), - (UniCase::ascii("ealier"), &["earlier"]), - (UniCase::ascii("phenomenom"), &["phenomenon"]), - (UniCase::ascii("siezing"), &["seizing", "sizing"]), - (UniCase::ascii("assasinated"), &["assassinated"]), - (UniCase::ascii("amung"), &["among"]), - (UniCase::ascii("sucess"), &["success"]), - (UniCase::ascii("Gothenberg"), &["Gothenburg"]), - (UniCase::ascii("lightyears"), &["light years"]), - (UniCase::ascii("decribe"), &["describe"]), - (UniCase::ascii("predicitons"), &["predictions"]), - (UniCase::ascii("pary"), &["party"]), - (UniCase::ascii("excecuted"), &["executed"]), - (UniCase::ascii("violentce"), &["violence"]), - (UniCase::ascii("abortificant"), &["abortifacient"]), - (UniCase::ascii("rulle"), &["rule"]), - (UniCase::ascii("signifantly"), &["significantly"]), - (UniCase::ascii("signficiant"), &["significant"]), - (UniCase::ascii("decompositing"), &["decomposing"]), - (UniCase::ascii("vailidty"), &["validity"]), - (UniCase::ascii("decendants"), &["descendants"]), - (UniCase::ascii("anomoly"), &["anomaly"]), - (UniCase::ascii("inaugures"), &["inaugurates"]), - (UniCase::ascii("montypic"), &["monotypic"]), - (UniCase::ascii("powerfull"), &["powerful"]), - (UniCase::ascii("insistance"), &["insistence"]), - (UniCase::ascii("desktiop"), &["desktop"]), - (UniCase::ascii("strenghtened"), &["strengthened"]), - (UniCase::ascii("tobbaco"), &["tobacco"]), - (UniCase::ascii("reicarnation"), &["reincarnation"]), - (UniCase::ascii("constarnation"), &["consternation"]), - (UniCase::ascii("conciousness"), &["consciousness"]), - (UniCase::ascii("pamplet"), &["pamphlet"]), - (UniCase::ascii("cannister"), &["canister"]), - (UniCase::ascii("govornment"), &["government"]), - (UniCase::ascii("certian"), &["certain"]), - (UniCase::ascii("incompatability"), &["incompatibility"]), - (UniCase::ascii("frequentily"), &["frequently"]), - (UniCase::ascii("diffrent"), &["different"]), - (UniCase::ascii("schedual"), &["schedule"]), - (UniCase::ascii("primatives"), &["primitives"]), - (UniCase::ascii("pyscic"), &["psychic"]), - (UniCase::ascii("befoer"), &["before"]), - (UniCase::ascii("milennia"), &["millennia"]), - (UniCase::ascii("nto"), &["not"]), - (UniCase::ascii("abondon"), &["abandon"]), - (UniCase::ascii("represantative"), &["representative"]), - (UniCase::ascii("inseperable"), &["inseparable"]), - (UniCase::ascii("unoperational"), &["nonoperational"]), - (UniCase::ascii("expierence"), &["experience"]), - (UniCase::ascii("spermatozoan"), &["spermatozoon"]), - (UniCase::ascii("referemce"), &["reference"]), - (UniCase::ascii("minerial"), &["mineral"]), - (UniCase::ascii("beginnig"), &["beginning"]), - (UniCase::ascii("beneficary"), &["beneficiary"]), - (UniCase::ascii("resembes"), &["resembles"]), - (UniCase::ascii("ecclectic"), &["eclectic"]), - (UniCase::ascii("continueing"), &["continuing"]), - (UniCase::ascii("restaraunt"), &["restaurant"]), - (UniCase::ascii("hasnt"), &["hasn\'t"]), - (UniCase::ascii("penisula"), &["peninsula"]), - (UniCase::ascii("temperarily"), &["temporarily"]), - (UniCase::ascii("particularily"), &["particularly"]), - (UniCase::ascii("atributes"), &["attributes"]), - (UniCase::ascii("gratuitious"), &["gratuitous"]), - (UniCase::ascii("intrumental"), &["instrumental"]), - (UniCase::ascii("manufacturedd"), &["manufactured"]), - (UniCase::ascii("suplimented"), &["supplemented"]), - (UniCase::ascii("ahev"), &["have"]), - (UniCase::ascii("potrait"), &["portrait"]), - (UniCase::ascii("stradegy"), &["strategy"]), - (UniCase::ascii("onyl"), &["only"]), - (UniCase::ascii("subterranian"), &["subterranean"]), - (UniCase::ascii("asorbed"), &["absorbed"]), - (UniCase::ascii("cannisters"), &["canisters"]), - (UniCase::ascii("acident"), &["accident"]), - (UniCase::ascii("heros"), &["heroes"]), - (UniCase::ascii("membranaphone"), &["membranophone"]), - (UniCase::ascii("calenders"), &["calendars"]), - (UniCase::ascii("nucular"), &["nuclear"]), - (UniCase::ascii("succsessfull"), &["successful"]), - (UniCase::ascii("Nullabour"), &["Nullarbor"]), - (UniCase::ascii("indictement"), &["indictment"]), - (UniCase::ascii("usefuly"), &["usefully"]), - (UniCase::ascii("thn"), &["then"]), - (UniCase::ascii("tution"), &["tuition"]), - (UniCase::ascii("oppononent"), &["opponent"]), - (UniCase::ascii("imploys"), &["employs"]), - (UniCase::ascii("thikning"), &["thinking", "thickening"]), - (UniCase::ascii("secretery"), &["secretary"]), - (UniCase::ascii("godess"), &["goddess"]), - (UniCase::ascii("stornegst"), &["strongest"]), - (UniCase::ascii("obediant"), &["obedient"]), - (UniCase::ascii("Cincinnatti"), &["Cincinnati"]), - (UniCase::ascii("creche"), &["crèche"]), - (UniCase::ascii("spainish"), &["Spanish"]), - (UniCase::ascii("absense"), &["absence"]), - (UniCase::ascii("mysterous"), &["mysterious"]), - (UniCase::ascii("definit"), &["definite"]), - (UniCase::ascii("insitutions"), &["institutions"]), - (UniCase::ascii("aquiantance"), &["acquaintance"]), - (UniCase::ascii("agin"), &["again"]), - (UniCase::ascii("opthamologist"), &["ophthalmologist"]), - (UniCase::ascii("pursuade"), &["persuade"]), - (UniCase::ascii("terriory"), &["territory"]), - (UniCase::ascii("mediciney"), &["mediciny"]), - (UniCase::ascii("implimented"), &["implemented"]), - (UniCase::ascii("eiter"), &["either"]), - (UniCase::ascii("infilitration"), &["infiltration"]), - (UniCase::ascii("finaly"), &["finally"]), - (UniCase::ascii("excell"), &["excel"]), - (UniCase::ascii("unplease"), &["displease"]), - (UniCase::ascii("availible"), &["available"]), - (UniCase::ascii("unsucessfully"), &["unsuccessfully"]), - (UniCase::ascii("consitution"), &["constitution"]), - (UniCase::ascii("catagories"), &["categories"]), - (UniCase::ascii("intergration"), &["integration"]), - (UniCase::ascii("enviorments"), &["environments"]), - (UniCase::ascii("agianst"), &["against"]), - (UniCase::ascii("distrubution"), &["distribution"]), - (UniCase::ascii("sytem"), &["system"]), - (UniCase::ascii("resticted"), &["restricted"]), - (UniCase::ascii("morrocco"), &["morocco"]), - (UniCase::ascii("acclimitization"), &["acclimatization"]), - (UniCase::ascii("disenchanged"), &["disenchanted"]), - (UniCase::ascii("applicaitons"), &["applications"]), - (UniCase::ascii("avalance"), &["avalanche"]), - (UniCase::ascii("workststion"), &["workstation"]), - (UniCase::ascii("subsidary"), &["subsidiary"]), - (UniCase::ascii("mispelling"), &["misspelling"]), - (UniCase::ascii("collegues"), &["colleagues"]), - (UniCase::ascii("relativly"), &["relatively"]), - (UniCase::ascii("publisheed"), &["published"]), - (UniCase::ascii("infomation"), &["information"]), - (UniCase::ascii("diaster"), &["disaster"]), - (UniCase::ascii("combanations"), &["combinations"]), - (UniCase::ascii("wokr"), &["work"]), - (UniCase::ascii("siginificant"), &["significant"]), - (UniCase::ascii("reccommending"), &["recommending"]), - (UniCase::ascii("cementary"), &["cemetery"]), - (UniCase::ascii("occurrance"), &["occurrence"]), - (UniCase::ascii("unuseable"), &["unusable"]), - (UniCase::ascii("obstancles"), &["obstacles"]), - (UniCase::ascii("seperatism"), &["separatism"]), - (UniCase::ascii("preceed"), &["precede"]), - (UniCase::ascii("aproval"), &["approval"]), - (UniCase::ascii("fullfilled"), &["fulfilled"]), - (UniCase::ascii("toke"), &["took"]), - (UniCase::ascii("improvments"), &["improvements"]), - (UniCase::ascii("headquaters"), &["headquarters"]), - (UniCase::ascii("allegience"), &["allegiance"]), - (UniCase::ascii("mkea"), &["make"]), - (UniCase::ascii("restaraunteur"), &["restaurateur"]), - (UniCase::ascii("republi"), &["republic"]), - (UniCase::ascii("essense"), &["essence"]), - (UniCase::ascii("appenines"), &["apennines", "Apennines"]), - (UniCase::ascii("airrcraft"), &["aircraft"]), - (UniCase::ascii("emmitted"), &["emitted"]), - (UniCase::ascii("dipthong"), &["diphthong"]), - (UniCase::ascii("unfourtunately"), &["unfortunately"]), - (UniCase::ascii("reveral"), &["reversal"]), - ( - UniCase::ascii("fiels"), - &["feels", "fields", "files", "phials"], - ), - (UniCase::ascii("prefering"), &["preferring"]), - (UniCase::ascii("excelent"), &["excellent"]), - (UniCase::ascii("perpindicular"), &["perpendicular"]), - (UniCase::ascii("futhermore"), &["furthermore"]), - (UniCase::ascii("beligum"), &["belgium"]), - (UniCase::ascii("eventally"), &["eventually"]), - (UniCase::ascii("irresistable"), &["irresistible"]), - (UniCase::ascii("threatend"), &["threatened"]), - (UniCase::ascii("controvercial"), &["controversial"]), - (UniCase::ascii("coordiantion"), &["coordination"]), - (UniCase::ascii("Massachussets"), &["Massachusetts"]), - (UniCase::ascii("secceeded"), &["seceded", "succeeded"]), - (UniCase::ascii("wtih"), &["with"]), - (UniCase::ascii("forbiden"), &["forbidden"]), - (UniCase::ascii("churchs"), &["churches"]), - (UniCase::ascii("recepients"), &["recipients"]), - (UniCase::ascii("assualt"), &["assault"]), - (UniCase::ascii("devels"), &["delves"]), - (UniCase::ascii("mudering"), &["murdering"]), - (UniCase::ascii("manouver"), &["maneuver", "manoeuvre"]), - (UniCase::ascii("condidtion"), &["condition"]), - (UniCase::ascii("decendant"), &["descendant"]), - (UniCase::ascii("Israelies"), &["Israelis"]), - (UniCase::ascii("guranteed"), &["guaranteed"]), - (UniCase::ascii("representives"), &["representatives"]), - (UniCase::ascii("trancendent"), &["transcendent"]), - (UniCase::ascii("principaly"), &["principality"]), - (UniCase::ascii("nuturing"), &["nurturing"]), - (UniCase::ascii("trafic"), &["traffic"]), - (UniCase::ascii("fucntion"), &["function"]), - (UniCase::ascii("exept"), &["except"]), - (UniCase::ascii("sucesfully"), &["successfully"]), - (UniCase::ascii("noone"), &["no one"]), - (UniCase::ascii("surrepetitiously"), &["surreptitiously"]), - (UniCase::ascii("diosese"), &["diocese"]), - (UniCase::ascii("benificial"), &["beneficial"]), - (UniCase::ascii("marraige"), &["marriage"]), - (UniCase::ascii("unacompanied"), &["unaccompanied"]), - (UniCase::ascii("sedereal"), &["sidereal"]), - (UniCase::ascii("tranformed"), &["transformed"]), - (UniCase::ascii("pumkin"), &["pumpkin"]), - (UniCase::ascii("inhabitans"), &["inhabitants"]), - (UniCase::ascii("lippizaner"), &["lipizzaner"]), - (UniCase::ascii("apperances"), &["appearances"]), - (UniCase::ascii("faciliated"), &["facilitated"]), - (UniCase::ascii("calculater"), &["calculator"]), - (UniCase::ascii("protruberance"), &["protuberance"]), - (UniCase::ascii("foriegn"), &["foreign"]), - (UniCase::ascii("debateable"), &["debatable"]), - (UniCase::ascii("slowy"), &["slowly"]), - (UniCase::ascii("amking"), &["making"]), - (UniCase::ascii("Coca Cola"), &["Coca-Cola"]), - (UniCase::ascii("organim"), &["organism"]), - (UniCase::ascii("convential"), &["conventional"]), - (UniCase::ascii("architechture"), &["architecture"]), - (UniCase::ascii("theri"), &["their"]), - (UniCase::ascii("owrk"), &["work"]), - (UniCase::ascii("reconcilation"), &["reconciliation"]), - (UniCase::ascii("despiration"), &["desperation"]), - (UniCase::ascii("millenial"), &["millennial"]), - (UniCase::ascii("omlette"), &["omelette"]), - (UniCase::ascii("beatiful"), &["beautiful"]), - (UniCase::ascii("athenean"), &["athenian"]), - (UniCase::ascii("medacine"), &["medicine"]), - (UniCase::ascii("prooved"), &["proved"]), - (UniCase::ascii("basicaly"), &["basically"]), - (UniCase::ascii("pseudononymous"), &["pseudonymous"]), - (UniCase::ascii("adresable"), &["addressable"]), - (UniCase::ascii("poluted"), &["polluted"]), - (UniCase::ascii("adresing"), &["addressing"]), - (UniCase::ascii("allegedely"), &["allegedly"]), - (UniCase::ascii("responsability"), &["responsibility"]), - (UniCase::ascii("endig"), &["ending"]), - (UniCase::ascii("levle"), &["level"]), - (UniCase::ascii("amunition"), &["ammunition"]), - (UniCase::ascii("protruberances"), &["protuberances"]), - (UniCase::ascii("intutive"), &["intuitive"]), - (UniCase::ascii("juristiction"), &["jurisdiction"]), - (UniCase::ascii("Pucini"), &["Puccini"]), - (UniCase::ascii("infilitrated"), &["infiltrated"]), - (UniCase::ascii("stlye"), &["style"]), - (UniCase::ascii("abscence"), &["absence"]), - (UniCase::ascii("similarily"), &["similarly"]), - (UniCase::ascii("geometrician"), &["geometer"]), - (UniCase::ascii("watn"), &["want"]), - (UniCase::ascii("pennisula"), &["peninsula"]), - (UniCase::ascii("sourth"), &["south"]), - (UniCase::ascii("stratagically"), &["strategically"]), - (UniCase::ascii("creaeted"), &["created"]), - (UniCase::ascii("recident"), &["resident"]), - (UniCase::ascii("practioner"), &["practitioner"]), - (UniCase::ascii("Hallowean"), &["Hallowe\'en", "Halloween"]), - (UniCase::ascii("scientifc"), &["scientific"]), - (UniCase::ascii("publishre"), &["publisher"]), - (UniCase::ascii("admininistrative"), &["administrative"]), - (UniCase::ascii("inproving"), &["improving"]), - (UniCase::ascii("embarras"), &["embarrass"]), - (UniCase::ascii("percieve"), &["perceive"]), - (UniCase::ascii("leage"), &["league"]), - (UniCase::ascii("publisehr"), &["publisher"]), - (UniCase::ascii("Eurpoean"), &["European"]), - (UniCase::ascii("suposedly"), &["supposedly"]), - (UniCase::ascii("artcile"), &["article"]), - (UniCase::ascii("inteligence"), &["intelligence"]), - (UniCase::ascii("perhasp"), &["perhaps"]), - (UniCase::ascii("nightime"), &["nighttime"]), - (UniCase::ascii("mortage"), &["mortgage"]), - (UniCase::ascii("exmaple"), &["example"]), - (UniCase::ascii("Dravadian"), &["Dravidian"]), - (UniCase::ascii("imaginery"), &["imaginary", "imagery"]), - (UniCase::ascii("sneeks"), &["sneaks"]), - (UniCase::ascii("triguered"), &["triggered"]), - (UniCase::ascii("refereces"), &["references"]), - (UniCase::ascii("neolitic"), &["neolithic"]), - (UniCase::ascii("garantees"), &["guarantees"]), - (UniCase::ascii("repblican"), &["republican"]), - (UniCase::ascii("alledge"), &["allege"]), - (UniCase::ascii("polution"), &["pollution"]), - (UniCase::ascii("mccarthyst"), &["mccarthyist"]), - (UniCase::ascii("acknowledgeing"), &["acknowledging"]), - (UniCase::ascii("equelibrium"), &["equilibrium"]), - (UniCase::ascii("explotation"), &["exploitation"]), - (UniCase::ascii("idealogies"), &["ideologies"]), - (UniCase::ascii("intutively"), &["intuitively"]), - (UniCase::ascii("similiar"), &["similar"]), - (UniCase::ascii("prominantly"), &["prominently"]), - (UniCase::ascii("appearence"), &["appearance"]), - (UniCase::ascii("addtional"), &["additional"]), - (UniCase::ascii("survivied"), &["survived"]), - (UniCase::ascii("agricultue"), &["agriculture"]), - (UniCase::ascii("imanent"), &["eminent", "imminent"]), - (UniCase::ascii("earlies"), &["earliest"]), - (UniCase::ascii("catergorize"), &["categorize"]), - (UniCase::ascii("contempory"), &["contemporary"]), - (UniCase::ascii("abilties"), &["abilities"]), - (UniCase::ascii("practicaly"), &["practically"]), - (UniCase::ascii("dichtomy"), &["dichotomy"]), - (UniCase::ascii("Carnagie-Mellon"), &["Carnegie-Mellon"]), - (UniCase::ascii("fulfiled"), &["fulfilled"]), - (UniCase::ascii("hillarious"), &["hilarious"]), - (UniCase::ascii("rebounce"), &["rebound"]), - (UniCase::ascii("sincerley"), &["sincerely"]), - (UniCase::ascii("armamant"), &["armament"]), - (UniCase::ascii("expatriot"), &["expatriate"]), - (UniCase::ascii("corrispond"), &["correspond"]), - ( - UniCase::ascii("coverted"), - &["converted", "covered", "coveted"], - ), - (UniCase::ascii("refference"), &["reference"]), - (UniCase::ascii("religeous"), &["religious"]), - (UniCase::ascii("substracted"), &["subtracted"]), - (UniCase::ascii("caluclate"), &["calculate"]), - ( - UniCase::ascii("neigbouring"), - &["neighbouring", "neighboring"], - ), - (UniCase::ascii("catapillar"), &["caterpillar"]), - (UniCase::ascii("arguements"), &["arguments"]), - (UniCase::ascii("suceeds"), &["succeeds"]), - (UniCase::ascii("irelevent"), &["irrelevant"]), - (UniCase::ascii("vetween"), &["between"]), - (UniCase::ascii("geneologies"), &["genealogies"]), - (UniCase::ascii("Tuscon"), &["Tucson"]), - (UniCase::ascii("alchol"), &["alcohol"]), - (UniCase::ascii("lattitude"), &["latitude"]), - (UniCase::ascii("Phillipines"), &["Philippines"]), - (UniCase::ascii("preceeding"), &["preceding"]), - (UniCase::ascii("incorprates"), &["incorporates"]), - (UniCase::ascii("binominal"), &["binomial"]), - (UniCase::ascii("referal"), &["referral"]), - (UniCase::ascii("fufill"), &["fulfill"]), - (UniCase::ascii("annoints"), &["anoints"]), - (UniCase::ascii("beseige"), &["besiege"]), - (UniCase::ascii("solatary"), &["solitary"]), - (UniCase::ascii("ganes"), &["games"]), - (UniCase::ascii("devestating"), &["devastating"]), - (UniCase::ascii("emision"), &["emission"]), - (UniCase::ascii("millenia"), &["millennia"]), - (UniCase::ascii("ususally"), &["usually"]), - (UniCase::ascii("rythyms"), &["rhythms"]), - (UniCase::ascii("beggining"), &["beginning"]), - (UniCase::ascii("entrepeneur"), &["entrepreneur"]), - (UniCase::ascii("magolia"), &["magnolia"]), - (UniCase::ascii("harasments"), &["harassments"]), - (UniCase::ascii("ackward"), &["awkward", "backward"]), - (UniCase::ascii("abbout"), &["about"]), - (UniCase::ascii("peculure"), &["peculiar"]), - (UniCase::ascii("enviornment"), &["environment"]), - (UniCase::ascii("taht"), &["that"]), - (UniCase::ascii("alowed"), &["allowed"]), - (UniCase::ascii("fatc"), &["fact"]), - (UniCase::ascii("suprassing"), &["surpassing"]), - (UniCase::ascii("bradcast"), &["broadcast"]), - (UniCase::ascii("whcih"), &["which"]), - (UniCase::ascii("suprise"), &["surprise"]), - (UniCase::ascii("verisons"), &["versions"]), - (UniCase::ascii("oging"), &["going", "ogling"]), - (UniCase::ascii("anounced"), &["announced"]), - (UniCase::ascii("pwoer"), &["power"]), - (UniCase::ascii("sandwhich"), &["sandwich"]), - (UniCase::ascii("equiped"), &["equipped"]), - (UniCase::ascii("peaple"), &["people"]), - (UniCase::ascii("subpecies"), &["subspecies"]), - (UniCase::ascii("vaccume"), &["vacuum"]), - (UniCase::ascii("tyrany"), &["tyranny"]), - (UniCase::ascii("repid"), &["rapid"]), - (UniCase::ascii("Flemmish"), &["Flemish"]), - (UniCase::ascii("negociate"), &["negotiate"]), - (UniCase::ascii("familes"), &["families"]), - (UniCase::ascii("clinicaly"), &["clinically"]), - (UniCase::ascii("planed"), &["planned"]), - (UniCase::ascii("commitee"), &["committee"]), - (UniCase::ascii("concensus"), &["consensus"]), - (UniCase::ascii("assoicated"), &["associated"]), - (UniCase::ascii("refridgeration"), &["refrigeration"]), - (UniCase::ascii("metalurgy"), &["metallurgy"]), - (UniCase::ascii("accoring"), &["according"]), - (UniCase::ascii("greatfully"), &["gratefully"]), - (UniCase::ascii("adressable"), &["addressable"]), - (UniCase::ascii("indefinately"), &["indefinitely"]), - (UniCase::ascii("delusionally"), &["delusively"]), - (UniCase::ascii("hierarcy"), &["hierarchy"]), - (UniCase::ascii("inherantly"), &["inherently"]), - (UniCase::ascii("durig"), &["during"]), - (UniCase::ascii("typcial"), &["typical"]), - (UniCase::ascii("fufilled"), &["fulfilled"]), - (UniCase::ascii("rabinnical"), &["rabbinical"]), - (UniCase::ascii("aisian"), &["asian"]), - (UniCase::ascii("arund"), &["around"]), - (UniCase::ascii("sunglases"), &["sunglasses"]), - (UniCase::ascii("pasttime"), &["pastime"]), - (UniCase::ascii("independendet"), &["independent"]), - (UniCase::ascii("guarentees"), &["guarantees"]), - (UniCase::ascii("libguistic"), &["linguistic"]), - (UniCase::ascii("settelement"), &["settlement"]), - (UniCase::ascii("descibed"), &["described"]), - (UniCase::ascii("spoace"), &["space"]), - (UniCase::ascii("higer"), &["higher"]), - (UniCase::ascii("assasination"), &["assassination"]), - (UniCase::ascii("lmits"), &["limits"]), - (UniCase::ascii("philospher"), &["philosopher"]), - (UniCase::ascii("extermist"), &["extremist"]), - (UniCase::ascii("consept"), &["concept"]), - (UniCase::ascii("gerat"), &["great"]), - (UniCase::ascii("accidently"), &["accidentally"]), - (UniCase::ascii("commerorative"), &["commemorative"]), - (UniCase::ascii("populer"), &["popular"]), - (UniCase::ascii("ocuntry"), &["country"]), - (UniCase::ascii("stong"), &["strong"]), - (UniCase::ascii("leathal"), &["lethal"]), - (UniCase::ascii("anouncement"), &["announcement"]), - (UniCase::ascii("artillary"), &["artillery"]), - (UniCase::ascii("adventrous"), &["adventurous"]), - (UniCase::ascii("choclate"), &["chocolate"]), - (UniCase::ascii("agred"), &["agreed"]), - (UniCase::ascii("persuded"), &["persuaded"]), - (UniCase::ascii("austrailian"), &["Australian"]), - (UniCase::ascii("Hatian"), &["Haitian"]), - (UniCase::ascii("publiser"), &["publisher"]), - (UniCase::ascii("desintegrated"), &["disintegrated"]), - (UniCase::ascii("fullfill"), &["fulfill"]), - (UniCase::ascii("tepmorarily"), &["temporarily"]), - (UniCase::ascii("aslo"), &["also"]), - (UniCase::ascii("attendent"), &["attendant"]), - (UniCase::ascii("livley"), &["lively"]), - (UniCase::ascii("iresistably"), &["irresistibly"]), - (UniCase::ascii("indipendence"), &["independence"]), - (UniCase::ascii("rememberance"), &["remembrance"]), - (UniCase::ascii("Brasillian"), &["Brazilian"]), - (UniCase::ascii("remenicent"), &["reminiscent"]), - (UniCase::ascii("miltary"), &["military"]), - (UniCase::ascii("offcers"), &["officers"]), - (UniCase::ascii("desireable"), &["desirable"]), - (UniCase::ascii("consenquently"), &["consequently"]), - (UniCase::ascii("deteoriated"), &["deteriorated"]), - (UniCase::ascii("crticised"), &["criticised"]), - (UniCase::ascii("authorites"), &["authorities"]), - (UniCase::ascii("primatively"), &["primitively"]), - (UniCase::ascii("generaly"), &["generally"]), - (UniCase::ascii("openess"), &["openness"]), - (UniCase::ascii("plantiff"), &["plaintiff"]), - (UniCase::ascii("UnitesStates"), &["UnitedStates"]), - (UniCase::ascii("thikns"), &["thinks"]), - (UniCase::ascii("constaints"), &["constraints"]), - (UniCase::ascii("freind"), &["friend"]), - (UniCase::ascii("suprising"), &["surprising"]), - (UniCase::ascii("synagouge"), &["synagogue"]), - (UniCase::ascii("unsuccesfully"), &["unsuccessfully"]), - (UniCase::ascii("grafitti"), &["graffiti"]), - (UniCase::ascii("metalurgical"), &["metallurgical"]), - (UniCase::ascii("compatablities"), &["compatibilities"]), - (UniCase::ascii("commemerative"), &["commemorative"]), - (UniCase::ascii("anwsered"), &["answered"]), - (UniCase::ascii("signitories"), &["signatories"]), - (UniCase::ascii("hstory"), &["history"]), - (UniCase::ascii("alliviate"), &["alleviate"]), - (UniCase::ascii("suppliementing"), &["supplementing"]), - (UniCase::ascii("includng"), &["including"]), - (UniCase::ascii("monestaries"), &["monasteries"]), - (UniCase::ascii("exhibtion"), &["exhibition"]), - (UniCase::ascii("naturually"), &["naturally"]), - (UniCase::ascii("repentence"), &["repentance"]), - (UniCase::ascii("unilatreally"), &["unilaterally"]), - (UniCase::ascii("amature"), &["armature", "amateur"]), - (UniCase::ascii("foundary"), &["foundry"]), - (UniCase::ascii("comissioning"), &["commissioning"]), - (UniCase::ascii("gramatically"), &["grammatically"]), - (UniCase::ascii("scholarhip"), &["scholarship"]), - (UniCase::ascii("nothern"), &["northern"]), - (UniCase::ascii("paliamentarian"), &["parliamentarian"]), - (UniCase::ascii("naturely"), &["naturally"]), - (UniCase::ascii("ilogical"), &["illogical"]), - (UniCase::ascii("consolodate"), &["consolidate"]), - (UniCase::ascii("wief"), &["wife"]), - (UniCase::ascii("trafficed"), &["trafficked"]), - (UniCase::ascii("presense"), &["presence"]), - (UniCase::ascii("publlisher"), &["publisher"]), - (UniCase::ascii("upgradded"), &["upgraded"]), - (UniCase::ascii("catepillar"), &["caterpillar"]), - (UniCase::ascii("rythim"), &["rhythm"]), - ( - UniCase::ascii("throught"), - &["thought", "through", "throughout"], - ), - (UniCase::ascii("repubicans"), &["republicans"]), - (UniCase::ascii("excecution"), &["execution"]), - (UniCase::ascii("gauarana"), &["guaraná"]), - (UniCase::ascii("rendezous"), &["rendezvous"]), - (UniCase::ascii("indipendently"), &["independently"]), - (UniCase::ascii("tjhe"), &["the"]), - (UniCase::ascii("personnell"), &["personnel"]), - (UniCase::ascii("traditionnal"), &["traditional"]), - (UniCase::ascii("ammendment"), &["amendment"]), - (UniCase::ascii("stroy"), &["story", "destroy"]), - (UniCase::ascii("duting"), &["during"]), - (UniCase::ascii("cannotations"), &["connotations"]), - (UniCase::ascii("casette"), &["cassette"]), - (UniCase::ascii("jeapardy"), &["jeopardy"]), - (UniCase::ascii("Celcius"), &["Celsius"]), - (UniCase::ascii("sufferring"), &["suffering"]), - (UniCase::ascii("athiesm"), &["atheism"]), - (UniCase::ascii("reorganision"), &["reorganisation"]), - (UniCase::ascii("transporation"), &["transportation"]), - (UniCase::ascii("definatly"), &["definitely"]), - (UniCase::ascii("proclaming"), &["proclaiming"]), - (UniCase::ascii("entrepeneurs"), &["entrepreneurs"]), - (UniCase::ascii("fomr"), &["from", "form"]), - (UniCase::ascii("admited"), &["admitted"]), - (UniCase::ascii("rococco"), &["rococo"]), - (UniCase::ascii("payed"), &["paid"]), - (UniCase::ascii("monestary"), &["monastery", "monetary"]), - (UniCase::ascii("Ghandi"), &["Gandhi"]), - (UniCase::ascii("thiunk"), &["think"]), - (UniCase::ascii("surprize"), &["surprise"]), - (UniCase::ascii("expeiments"), &["experiments"]), - (UniCase::ascii("unchallengable"), &["unchallengeable"]), - (UniCase::ascii("strenghtening"), &["strengthening"]), - (UniCase::ascii("intenational"), &["international"]), - (UniCase::ascii("casulaty"), &["casualty"]), - (UniCase::ascii("harrassment"), &["harassment"]), - (UniCase::ascii("unprecendented"), &["unprecedented"]), - (UniCase::ascii("encylopedia"), &["encyclopedia"]), - (UniCase::ascii("exectued"), &["executed"]), - (UniCase::ascii("origanaly"), &["originally"]), - (UniCase::ascii("resembelance"), &["resemblance"]), - (UniCase::ascii("shiped"), &["shipped"]), - (UniCase::ascii("hierachical"), &["hierarchical"]), - (UniCase::ascii("comandos"), &["commandos"]), - (UniCase::ascii("ditributed"), &["distributed"]), - (UniCase::ascii("paitience"), &["patience"]), - (UniCase::ascii("critisising"), &["criticising"]), - (UniCase::ascii("appart"), &["apart"]), - (UniCase::ascii("priviledge"), &["privilege"]), - (UniCase::ascii("doctines"), &["doctrines"]), - (UniCase::ascii("achive"), &["achieve", "archive"]), - (UniCase::ascii("flawess"), &["flawless"]), - (UniCase::ascii("inadquate"), &["inadequate"]), - (UniCase::ascii("privalege"), &["privilege"]), - (UniCase::ascii("stiring"), &["stirring"]), - (UniCase::ascii("quizes"), &["quizzes"]), - (UniCase::ascii("perphas"), &["perhaps"]), - (UniCase::ascii("supressing"), &["suppressing"]), - (UniCase::ascii("countires"), &["countries"]), - (UniCase::ascii("alse"), &["else"]), - (UniCase::ascii("succeds"), &["succeeds"]), - (UniCase::ascii("responsibile"), &["responsible"]), - (UniCase::ascii("asetic"), &["ascetic"]), - (UniCase::ascii("stilus"), &["stylus"]), - (UniCase::ascii("magisine"), &["magazine"]), - (UniCase::ascii("phenomenonal"), &["phenomenal"]), - (UniCase::ascii("stomache"), &["stomach"]), - (UniCase::ascii("signifigant"), &["significant"]), - (UniCase::ascii("suposed"), &["supposed"]), - (UniCase::ascii("htis"), &["this"]), - (UniCase::ascii("accomadation"), &["accommodation"]), - (UniCase::ascii("disobediance"), &["disobedience"]), - (UniCase::ascii("ther"), &["there", "their", "the"]), - (UniCase::ascii("wierd"), &["weird"]), - (UniCase::ascii("comissioner"), &["commissioner"]), - (UniCase::ascii("caracterized"), &["characterized"]), - (UniCase::ascii("reccommend"), &["recommend"]), - (UniCase::ascii("swiming"), &["swimming"]), - (UniCase::ascii("disagreeed"), &["disagreed"]), - (UniCase::ascii("accomadations"), &["accommodations"]), - (UniCase::ascii("absorbsion"), &["absorption"]), - (UniCase::ascii("compatiblity"), &["compatibility"]), - (UniCase::ascii("poportional"), &["proportional"]), - (UniCase::ascii("mediterainnean"), &["mediterranean"]), - (UniCase::ascii("challange"), &["challenge"]), - (UniCase::ascii("detremental"), &["detrimental"]), - (UniCase::ascii("distingishes"), &["distinguishes"]), - (UniCase::ascii("ressurrection"), &["resurrection"]), - (UniCase::ascii("dimesnional"), &["dimensional"]), - ( - UniCase::ascii("buring"), - &["burying", "burning", "burin", "during"], - ), - (UniCase::ascii("sepulcre"), &["sepulchre", "sepulcher"]), - (UniCase::ascii("defendent"), &["defendant"]), - (UniCase::ascii("docrines"), &["doctrines"]), - ( - UniCase::ascii("archaoelogy"), - &["archeology", "archaeology"], - ), - (UniCase::ascii("captial"), &["capital"]), - (UniCase::ascii("anihilation"), &["annihilation"]), - (UniCase::ascii("torpedos"), &["torpedoes"]), - (UniCase::ascii("publishor"), &["publisher"]), - (UniCase::ascii("pamflet"), &["pamphlet"]), - (UniCase::ascii("metamorphysis"), &["metamorphosis"]), - (UniCase::ascii("vrey"), &["very"]), - (UniCase::ascii("aforememtioned"), &["aforementioned"]), - (UniCase::ascii("Palistinians"), &["Palestinians"]), - (UniCase::ascii("neverthless"), &["nevertheless"]), - (UniCase::ascii("wresters"), &["wrestlers"]), - (UniCase::ascii("matheticians"), &["mathematicians"]), - (UniCase::ascii("sensure"), &["censure"]), - (UniCase::ascii("mysogyny"), &["misogyny"]), - (UniCase::ascii("meaninng"), &["meaning"]), - (UniCase::ascii("cartdridge"), &["cartridge"]), - (UniCase::ascii("referiang"), &["referring"]), - (UniCase::ascii("receeding"), &["receding"]), - (UniCase::ascii("protoganist"), &["protagonist"]), - (UniCase::ascii("naturual"), &["natural"]), - (UniCase::ascii("univeristies"), &["universities"]), - (UniCase::ascii("responce"), &["response"]), - (UniCase::ascii("counries"), &["countries"]), - (UniCase::ascii("copmetitors"), &["competitors"]), - (UniCase::ascii("unsurprizingly"), &["unsurprisingly"]), - (UniCase::ascii("unoffical"), &["unofficial"]), - (UniCase::ascii("acadmic"), &["academic"]), - (UniCase::ascii("descriibes"), &["describes"]), - (UniCase::ascii("elimentary"), &["elementary"]), - (UniCase::ascii("newletters"), &["newsletters"]), - (UniCase::ascii("scaricity"), &["scarcity"]), - (UniCase::ascii("occaison"), &["occasion"]), - (UniCase::ascii("aswell"), &["as well"]), - (UniCase::ascii("blaimed"), &["blamed"]), - (UniCase::ascii("reched"), &["reached"]), - (UniCase::ascii("sorceror"), &["sorcerer"]), - (UniCase::ascii("busineses"), &["business", "businesses"]), - (UniCase::ascii("corparate"), &["corporate"]), - (UniCase::ascii("fromed"), &["formed"]), - (UniCase::ascii("syas"), &["says"]), - (UniCase::ascii("consituency"), &["constituency"]), - (UniCase::ascii("radiactive"), &["radioactive"]), - (UniCase::ascii("particuarly"), &["particularly"]), - (UniCase::ascii("methaphors"), &["metaphors"]), - (UniCase::ascii("absail"), &["abseil"]), - (UniCase::ascii("possibile"), &["possible"]), - (UniCase::ascii("anthropolgist"), &["anthropologist"]), - (UniCase::ascii("undecideable"), &["undecidable"]), - (UniCase::ascii("conotations"), &["connotations"]), - (UniCase::ascii("deffine"), &["define"]), - (UniCase::ascii("apprearance"), &["appearance"]), - (UniCase::ascii("fourty"), &["forty"]), - (UniCase::ascii("desinations"), &["destinations"]), - (UniCase::ascii("suroundings"), &["surroundings"]), - (UniCase::ascii("markes"), &["marks"]), - (UniCase::ascii("approximitely"), &["approximately"]), - (UniCase::ascii("trancending"), &["transcending"]), - (UniCase::ascii("resturaunts"), &["restaurants"]), - (UniCase::ascii("competive"), &["competitive"]), - (UniCase::ascii("fleed"), &["fled", "freed"]), - (UniCase::ascii("privaleges"), &["privileges"]), - (UniCase::ascii("alege"), &["allege"]), - (UniCase::ascii("gaurenteed"), &["guaranteed"]), - (UniCase::ascii("charactersistic"), &["characteristic"]), - (UniCase::ascii("definitly"), &["definitely"]), - (UniCase::ascii("unoticeable"), &["unnoticeable"]), - (UniCase::ascii("precurser"), &["precursor"]), - (UniCase::ascii("purpotedly"), &["purportedly"]), - (UniCase::ascii("detailled"), &["detailed"]), - (UniCase::ascii("seceed"), &["succeed", "secede"]), - (UniCase::ascii("intented"), &["intended", "indented"]), - (UniCase::ascii("unsuprizing"), &["unsurprising"]), - (UniCase::ascii("emmisarry"), &["emissary"]), - (UniCase::ascii("arround"), &["around"]), - (UniCase::ascii("responisble"), &["responsible"]), - (UniCase::ascii("concidered"), &["considered"]), - ( - UniCase::ascii("archeaologists"), - &["archeologists", "archaeologists"], - ), - (UniCase::ascii("vacinity"), &["vicinity"]), - (UniCase::ascii("enviormentally"), &["environmentally"]), - (UniCase::ascii("enviornmentalist"), &["environmentalist"]), - (UniCase::ascii("startegies"), &["strategies"]), - (UniCase::ascii("Missisippi"), &["Mississippi"]), - (UniCase::ascii("amatuer"), &["amateur"]), - (UniCase::ascii("perjorative"), &["pejorative"]), - (UniCase::ascii("incorruptable"), &["incorruptible"]), - (UniCase::ascii("harrased"), &["harassed"]), - (UniCase::ascii("largst"), &["largest"]), - (UniCase::ascii("defendents"), &["defendants"]), - (UniCase::ascii("embarrasment"), &["embarrassment"]), - (UniCase::ascii("Carribbean"), &["Caribbean"]), - (UniCase::ascii("particually"), &["particularly"]), - (UniCase::ascii("omiting"), &["omitting"]), - (UniCase::ascii("deffensively"), &["defensively"]), - (UniCase::ascii("ocurred"), &["occurred"]), - (UniCase::ascii("apparantly"), &["apparently"]), - (UniCase::ascii("inpenetrable"), &["impenetrable"]), - (UniCase::ascii("precedessor"), &["predecessor"]), - (UniCase::ascii("processer"), &["processor"]), - (UniCase::ascii("tornadoe"), &["tornado"]), - (UniCase::ascii("abundancies"), &["abundances"]), - (UniCase::ascii("parellels"), &["parallels"]), - (UniCase::ascii("developement"), &["development"]), - (UniCase::ascii("mispell"), &["misspell"]), - (UniCase::ascii("Carthagian"), &["Carthaginian"]), - (UniCase::ascii("succedded"), &["succeeded"]), - (UniCase::ascii("agian"), &["again"]), - (UniCase::ascii("shoudl"), &["should"]), - (UniCase::ascii("refrences"), &["references"]), - (UniCase::ascii("erally"), &["orally", "really"]), - (UniCase::ascii("inablility"), &["inability"]), - (UniCase::ascii("perseverence"), &["perseverance"]), - (UniCase::ascii("briliant"), &["brilliant"]), - (UniCase::ascii("candiate"), &["candidate"]), - (UniCase::ascii("breif"), &["brief"]), - (UniCase::ascii("exeptional"), &["exceptional"]), - (UniCase::ascii("jewllery"), &["jewellery"]), - (UniCase::ascii("planation"), &["plantation"]), - (UniCase::ascii("autor"), &["author"]), - (UniCase::ascii("densly"), &["densely"]), - (UniCase::ascii("saxaphone"), &["saxophone"]), - (UniCase::ascii("guerrilas"), &["guerrillas"]), - (UniCase::ascii("technolgy"), &["technology"]), - (UniCase::ascii("rhymme"), &["rhyme"]), - (UniCase::ascii("paralelly"), &["parallelly"]), - (UniCase::ascii("independantly"), &["independently"]), - (UniCase::ascii("judical"), &["judicial"]), - (UniCase::ascii("twon"), &["town"]), - (UniCase::ascii("ciriculum"), &["curriculum"]), - (UniCase::ascii("archetecture"), &["architecture"]), - (UniCase::ascii("addionally"), &["additionally"]), - (UniCase::ascii("existant"), &["existent"]), - (UniCase::ascii("vell"), &["well"]), - (UniCase::ascii("telelevision"), &["television"]), - (UniCase::ascii("startegic"), &["strategic"]), - (UniCase::ascii("tremelos"), &["tremolos"]), - (UniCase::ascii("conviced"), &["convinced"]), - ( - UniCase::ascii("speciallized"), - &["specialised", "specialized"], - ), - (UniCase::ascii("coururier"), &["courier", "couturier"]), - (UniCase::ascii("persistance"), &["persistence"]), - (UniCase::ascii("chuch"), &["church"]), - (UniCase::ascii("momento"), &["memento"]), - ( - UniCase::ascii("sould"), - &["could", "should", "sold", "soul"], - ), - (UniCase::ascii("philisopher"), &["philosopher"]), - (UniCase::ascii("preliferation"), &["proliferation"]), - (UniCase::ascii("releses"), &["releases"]), - (UniCase::ascii("rythm"), &["rhythm"]), - (UniCase::ascii("busness"), &["business"]), - (UniCase::ascii("deparment"), &["department"]), - (UniCase::ascii("intertaining"), &["entertaining"]), - (UniCase::ascii("imcomplete"), &["incomplete"]), - (UniCase::ascii("hierarcical"), &["hierarchical"]), - (UniCase::ascii("assasinates"), &["assassinates"]), - (UniCase::ascii("psycology"), &["psychology"]), - (UniCase::ascii("surveyer"), &["surveyor"]), - (UniCase::ascii("pronomial"), &["pronominal"]), - (UniCase::ascii("clasic"), &["classic"]), - (UniCase::ascii("privelege"), &["privilege"]), - (UniCase::ascii("pensinula"), &["peninsula"]), - (UniCase::ascii("presidental"), &["presidential"]), - (UniCase::ascii("anbd"), &["and"]), - (UniCase::ascii("dessigned"), &["designed"]), - (UniCase::ascii("symettric"), &["symmetric"]), - (UniCase::ascii("diamons"), &["diamonds"]), - (UniCase::ascii("additonal"), &["additional"]), - (UniCase::ascii("advertisments"), &["advertisements"]), - (UniCase::ascii("poulations"), &["populations"]), - (UniCase::ascii("homestate"), &["home state"]), - (UniCase::ascii("syncronization"), &["synchronization"]), - (UniCase::ascii("preiod"), &["period"]), - (UniCase::ascii("appealling"), &["appealing", "appalling"]), - (UniCase::ascii("hierachies"), &["hierarchies"]), - (UniCase::ascii("aircrafts\'"), &["aircraft\'s"]), - (UniCase::ascii("acustom"), &["accustom"]), - (UniCase::ascii("probablistic"), &["probabilistic"]), - (UniCase::ascii("ecomonic"), &["economic"]), - (UniCase::ascii("sponsered"), &["sponsored"]), - (UniCase::ascii("betwen"), &["between"]), - (UniCase::ascii("assertation"), &["assertion"]), - (UniCase::ascii("harassement"), &["harassment"]), - (UniCase::ascii("spectaulars"), &["spectaculars"]), - (UniCase::ascii("protocal"), &["protocol"]), - (UniCase::ascii("metalic"), &["metallic"]), - (UniCase::ascii("institue"), &["institute"]), - (UniCase::ascii("agression"), &["aggression"]), - (UniCase::ascii("architechturally"), &["architecturally"]), - (UniCase::ascii("Carribean"), &["Caribbean"]), - (UniCase::ascii("yaer"), &["year"]), - (UniCase::ascii("libary"), &["library"]), - (UniCase::ascii("condemmed"), &["condemned"]), - (UniCase::ascii("aleged"), &["alleged"]), - (UniCase::ascii("Europian"), &["European"]), - (UniCase::ascii("activites"), &["activities"]), - (UniCase::ascii("divison"), &["division"]), - (UniCase::ascii("percieved"), &["perceived"]), - (UniCase::ascii("fictious"), &["fictitious"]), - (UniCase::ascii("enviornmental"), &["environmental"]), - (UniCase::ascii("ancilliary"), &["ancillary"]), - (UniCase::ascii("filiament"), &["filament"]), - (UniCase::ascii("distiction"), &["distinction"]), - (UniCase::ascii("execising"), &["exercising"]), - (UniCase::ascii("beleive"), &["believe"]), - (UniCase::ascii("contempoary"), &["contemporary"]), - (UniCase::ascii("belives"), &["believes", "beliefs"]), - (UniCase::ascii("decomposited"), &["decomposed"]), - (UniCase::ascii("occationally"), &["occasionally"]), - (UniCase::ascii("analitic"), &["analytic"]), - (UniCase::ascii("estabishes"), &["establishes"]), - (UniCase::ascii("exagerating"), &["exaggerating"]), - (UniCase::ascii("allegely"), &["allegedly"]), - (UniCase::ascii("favoutrable"), &["favourable"]), - (UniCase::ascii("habaeus"), &["habeas"]), - (UniCase::ascii("incompatabilities"), &["incompatibilities"]), - (UniCase::ascii("availabe"), &["available"]), - (UniCase::ascii("accomodating"), &["accommodating"]), - (UniCase::ascii("miliary"), &["military"]), - (UniCase::ascii("nessecary"), &["necessary"]), - (UniCase::ascii("auxilliary"), &["auxiliary"]), - (UniCase::ascii("clas"), &["class"]), - (UniCase::ascii("preperations"), &["preparations"]), - (UniCase::ascii("experianced"), &["experienced"]), - (UniCase::ascii("generatting"), &["generating"]), - (UniCase::ascii("foucs"), &["focus"]), - (UniCase::ascii("popularaty"), &["popularity"]), - (UniCase::ascii("indpendently"), &["independently"]), - (UniCase::ascii("stablility"), &["stability"]), - (UniCase::ascii("expalin"), &["explain"]), - (UniCase::ascii("testomony"), &["testimony"]), - (UniCase::ascii("strnad"), &["strand"]), - (UniCase::ascii("profesion"), &["profusion", "profession"]), - (UniCase::ascii("controvercy"), &["controversy"]), - (UniCase::ascii("rference"), &["reference"]), - (UniCase::ascii("restaraunts"), &["restaurants"]), - (UniCase::ascii("negociation"), &["negotiation"]), - (UniCase::ascii("embargos"), &["embargoes"]), - (UniCase::ascii("smealting"), &["smelting"]), - (UniCase::ascii("beseiging"), &["besieging"]), - (UniCase::ascii("bouyant"), &["buoyant"]), - (UniCase::ascii("wrok"), &["work"]), - (UniCase::ascii("dispenced"), &["dispensed"]), - (UniCase::ascii("divisons"), &["divisions"]), - (UniCase::ascii("guarenteed"), &["guaranteed"]), - (UniCase::ascii("electricly"), &["electrically"]), - (UniCase::ascii("becasue"), &["because"]), - (UniCase::ascii("appereance"), &["appearance"]), - (UniCase::ascii("invertibrates"), &["invertebrates"]), - (UniCase::ascii("suprizingly"), &["surprisingly"]), - (UniCase::ascii("aquired"), &["acquired"]), - (UniCase::ascii("disobediant"), &["disobedient"]), - (UniCase::ascii("compatabilities"), &["compatibilities"]), - (UniCase::ascii("claimes"), &["claims"]), - (UniCase::ascii("volonteering"), &["volunteering"]), - (UniCase::ascii("variey"), &["variety"]), - (UniCase::ascii("Saterday"), &["Saturday"]), - (UniCase::ascii("enviromentally"), &["environmentally"]), - (UniCase::ascii("undreground"), &["underground"]), - (UniCase::ascii("rythmic"), &["rhythmic"]), - (UniCase::ascii("alowing"), &["allowing"]), - (UniCase::ascii("auxilary"), &["auxiliary"]), - (UniCase::ascii("aggreement"), &["agreement"]), - (UniCase::ascii("Guadulupe"), &["Guadalupe", "Guadeloupe"]), - (UniCase::ascii("dreasm"), &["dreams"]), - (UniCase::ascii("anarchistm"), &["anarchism"]), - (UniCase::ascii("sotry"), &["story"]), - (UniCase::ascii("secratary"), &["secretary"]), - (UniCase::ascii("morgage"), &["mortgage"]), - (UniCase::ascii("enxt"), &["next"]), - (UniCase::ascii("acquiantences"), &["acquaintances"]), - (UniCase::ascii("spoonfulls"), &["spoonfuls"]), - (UniCase::ascii("prepatory"), &["preparatory"]), - (UniCase::ascii("convertion"), &["conversion"]), - (UniCase::ascii("controversey"), &["controversy"]), - (UniCase::ascii("journied"), &["journeyed"]), - (UniCase::ascii("responsiblities"), &["responsibilities"]), - (UniCase::ascii("enduce"), &["induce"]), - (UniCase::ascii("goverment"), &["government"]), - (UniCase::ascii("rediculous"), &["ridiculous"]), - (UniCase::ascii("mkaes"), &["makes"]), - (UniCase::ascii("Cincinatti"), &["Cincinnati"]), - (UniCase::ascii("aproximate"), &["approximate"]), - (UniCase::ascii("caculater"), &["calculator"]), - (UniCase::ascii("abondoned"), &["abandoned"]), - (UniCase::ascii("referencs"), &["references"]), - (UniCase::ascii("exibition"), &["exhibition"]), - (UniCase::ascii("puritannical"), &["puritanical"]), - (UniCase::ascii("assualted"), &["assaulted"]), - (UniCase::ascii("consorcium"), &["consortium"]), - (UniCase::ascii("radify"), &["ratify"]), - (UniCase::ascii("freindly"), &["friendly"]), - (UniCase::ascii("similiarly"), &["similarly"]), - (UniCase::ascii("somtimes"), &["sometimes"]), - (UniCase::ascii("resturaunt"), &["restaurant"]), - (UniCase::ascii("exinct"), &["extinct"]), - (UniCase::ascii("refect"), &["reflect"]), - (UniCase::ascii("recommedations"), &["recommendations"]), - (UniCase::ascii("Conneticut"), &["Connecticut"]), - (UniCase::ascii("masterbation"), &["masturbation"]), - (UniCase::ascii("shoudln"), &["should", "shouldn\'t"]), - (UniCase::ascii("rucuperate"), &["recuperate"]), - (UniCase::ascii("disparingly"), &["disparagingly"]), - (UniCase::ascii("Phillippines"), &["Philippines"]), - (UniCase::ascii("exemple"), &["example"]), - (UniCase::ascii("comiting"), &["committing"]), - (UniCase::ascii("apon"), &["upon", "apron"]), - (UniCase::ascii("prepair"), &["prepare"]), - (UniCase::ascii("guidence"), &["guidance"]), - (UniCase::ascii("excellant"), &["excellent"]), - (UniCase::ascii("avaliable"), &["available"]), - (UniCase::ascii("towrad"), &["toward"]), - (UniCase::ascii("restauration"), &["restoration"]), - (UniCase::ascii("pased"), &["passed"]), - (UniCase::ascii("surprizing"), &["surprising"]), - (UniCase::ascii("puchasing"), &["purchasing"]), - (UniCase::ascii("decieved"), &["deceived"]), - (UniCase::ascii("carrers"), &["careers"]), - (UniCase::ascii("dissappear"), &["disappear"]), - (UniCase::ascii("mkae"), &["make"]), - (UniCase::ascii("achived"), &["achieved", "archived"]), - (UniCase::ascii("vegtable"), &["vegetable"]), - (UniCase::ascii("brethen"), &["brethren"]), - (UniCase::ascii("exampt"), &["exempt"]), - (UniCase::ascii("alligned"), &["aligned"]), - (UniCase::ascii("tyhat"), &["that"]), - (UniCase::ascii("distingquished"), &["distinguished"]), - (UniCase::ascii("consolodated"), &["consolidated"]), - (UniCase::ascii("addmission"), &["admission"]), - (UniCase::ascii("volonteers"), &["volunteers"]), - (UniCase::ascii("runnung"), &["running"]), - (UniCase::ascii("positon"), &["position", "positron"]), - (UniCase::ascii("speciman"), &["specimen"]), - (UniCase::ascii("agressively"), &["aggressively"]), - (UniCase::ascii("alwyas"), &["always"]), - (UniCase::ascii("hierachy"), &["hierarchy"]), - (UniCase::ascii("dificulties"), &["difficulties"]), - (UniCase::ascii("streemlining"), &["streamlining"]), - (UniCase::ascii("targetted"), &["targeted"]), - (UniCase::ascii("signficant"), &["significant"]), - (UniCase::ascii("personell"), &["personnel"]), - (UniCase::ascii("arrengement"), &["arrangement"]), - (UniCase::ascii("occuring"), &["occurring"]), - (UniCase::ascii("disaproval"), &["disapproval"]), - (UniCase::ascii("suprisingly"), &["surprisingly"]), - (UniCase::ascii("likelyhood"), &["likelihood"]), - (UniCase::ascii("remaing"), &["remaining"]), - (UniCase::ascii("preperation"), &["preparation"]), - (UniCase::ascii("approxiately"), &["approximately"]), - (UniCase::ascii("versitilaty"), &["versatility"]), - (UniCase::ascii("bakc"), &["back"]), - (UniCase::ascii("prophacy"), &["prophecy"]), - (UniCase::ascii("tyranies"), &["tyrannies"]), - (UniCase::ascii("peripathetic"), &["peripatetic"]), - (UniCase::ascii("attendents"), &["attendants"]), - (UniCase::ascii("inadvertant"), &["inadvertent"]), - (UniCase::ascii("demolision"), &["demolition"]), - (UniCase::ascii("exonorate"), &["exonerate"]), - (UniCase::ascii("excange"), &["exchange"]), - (UniCase::ascii("grammer"), &["grammar"]), - ( - UniCase::ascii("cervial"), - &["cervical", "servile", "serval"], - ), - (UniCase::ascii("progessed"), &["progressed"]), - (UniCase::ascii("idealogy"), &["ideology"]), - (UniCase::ascii("arogent"), &["arrogant"]), - (UniCase::ascii("illiegal"), &["illegal"]), - (UniCase::ascii("intered"), &["interred", "interned"]), - (UniCase::ascii("premillenial"), &["premillennial"]), - (UniCase::ascii("comander"), &["commander", "commandeer"]), - (UniCase::ascii("commiting"), &["committing"]), - (UniCase::ascii("enviornments"), &["environments"]), - (UniCase::ascii("coudl"), &["could", "cloud"]), - (UniCase::ascii("permenant"), &["permanent"]), - (UniCase::ascii("reminsicent"), &["reminiscent"]), - (UniCase::ascii("exellent"), &["excellent"]), - (UniCase::ascii("catergorized"), &["categorized"]), - (UniCase::ascii("surprized"), &["surprised"]), - (UniCase::ascii("accussed"), &["accused"]), - (UniCase::ascii("centuties"), &["centuries"]), - (UniCase::ascii("sucesion"), &["succession"]), - (UniCase::ascii("strenghened"), &["strengthened"]), - (UniCase::ascii("appartments"), &["apartments"]), - (UniCase::ascii("stregth"), &["strength"]), - (UniCase::ascii("donig"), &["doing"]), - (UniCase::ascii("Pharoah"), &["Pharaoh"]), - (UniCase::ascii("muncipality"), &["municipality"]), - (UniCase::ascii("univesities"), &["universities"]), - (UniCase::ascii("quitted"), &["quit"]), - (UniCase::ascii("indespensable"), &["indispensable"]), - (UniCase::ascii("succesfully"), &["successfully"]), - (UniCase::ascii("protaganists"), &["protagonists"]), - (UniCase::ascii("forsaw"), &["foresaw"]), - (UniCase::ascii("discribed"), &["described"]), - (UniCase::ascii("foundaries"), &["foundries"]), - (UniCase::ascii("florescent"), &["fluorescent"]), - (UniCase::ascii("charistics"), &["characteristics"]), - (UniCase::ascii("thier"), &["their"]), - (UniCase::ascii("wiht"), &["with"]), - (UniCase::ascii("tkaing"), &["taking"]), - (UniCase::ascii("througout"), &["throughout"]), - (UniCase::ascii("boyant"), &["buoyant"]), - (UniCase::ascii("occassioned"), &["occasioned"]), - (UniCase::ascii("hting"), &["thing"]), - (UniCase::ascii("priveliges"), &["privileges"]), - (UniCase::ascii("completelyl"), &["completely"]), - (UniCase::ascii("persue"), &["pursue"]), - (UniCase::ascii("comparisions"), &["comparisons"]), - (UniCase::ascii("recordproducer"), &["record producer"]), - (UniCase::ascii("costitution"), &["constitution"]), - (UniCase::ascii("insectiverous"), &["insectivorous"]), - (UniCase::ascii("interational"), &["international"]), - (UniCase::ascii("phylosophical"), &["philosophical"]), - (UniCase::ascii("subsquent"), &["subsequent"]), - (UniCase::ascii("attemp"), &["attempt"]), - (UniCase::ascii("dicovery"), &["discovery"]), - (UniCase::ascii("nmae"), &["name"]), - (UniCase::ascii("aroud"), &["around"]), - (UniCase::ascii("conveinent"), &["convenient"]), - (UniCase::ascii("immitate"), &["imitate"]), - (UniCase::ascii("apprieciate"), &["appreciate"]), - (UniCase::ascii("troling"), &["trolling"]), - (UniCase::ascii("charactor"), &["character"]), - (UniCase::ascii("authrorities"), &["authorities"]), - (UniCase::ascii("sanctionning"), &["sanctioning"]), - (UniCase::ascii("gurantees"), &["guarantees"]), - (UniCase::ascii("noticable"), &["noticeable"]), - (UniCase::ascii("occurence"), &["occurrence"]), - (UniCase::ascii("actualy"), &["actually"]), - (UniCase::ascii("activly"), &["actively"]), - (UniCase::ascii("appropiate"), &["appropriate"]), - (UniCase::ascii("excells"), &["excels"]), - (UniCase::ascii("repblicans"), &["republicans"]), - (UniCase::ascii("identicial"), &["identical"]), - (UniCase::ascii("fougth"), &["fought"]), - (UniCase::ascii("accoustic"), &["acoustic"]), - (UniCase::ascii("resteraunts"), &["restaurants"]), - (UniCase::ascii("nuculear"), &["nuclear"]), - (UniCase::ascii("maintainance"), &["maintenance"]), - (UniCase::ascii("thge"), &["the"]), - (UniCase::ascii("acknowldeged"), &["acknowledged"]), - (UniCase::ascii("realitvely"), &["relatively"]), - (UniCase::ascii("sucesfuly"), &["successfully"]), - (UniCase::ascii("tounge"), &["tongue"]), - (UniCase::ascii("contibuted"), &["contributed"]), - (UniCase::ascii("emnity"), &["enmity"]), - (UniCase::ascii("becomming"), &["becoming"]), - (UniCase::ascii("coctail"), &["cocktail"]), - (UniCase::ascii("mathmatician"), &["mathematician"]), - (UniCase::ascii("anulled"), &["annulled"]), - (UniCase::ascii("soudn"), &["sound"]), - (UniCase::ascii("shaddow"), &["shadow"]), - (UniCase::ascii("stopry"), &["story"]), - (UniCase::ascii("dependancy"), &["dependency"]), - (UniCase::ascii("pubilsher"), &["publisher"]), - (UniCase::ascii("caterpilars"), &["caterpillars"]), - (UniCase::ascii("gouvener"), &["governor"]), - (UniCase::ascii("rigourous"), &["rigorous"]), - (UniCase::ascii("feromone"), &["pheromone"]), - (UniCase::ascii("maneouvres"), &["manoeuvres"]), - (UniCase::ascii("resteraunt"), &["restaurant"]), - (UniCase::ascii("promiscous"), &["promiscuous"]), - (UniCase::ascii("headquarer"), &["headquarter"]), - (UniCase::ascii("iwth"), &["with"]), - (UniCase::ascii("poluting"), &["polluting"]), - (UniCase::ascii("inctroduce"), &["introduce"]), - (UniCase::ascii("hwile"), &["while"]), - (UniCase::ascii("formallized"), &["formalized"]), - (UniCase::ascii("extention"), &["extension"]), - (UniCase::ascii("nineth"), &["ninth"]), - (UniCase::ascii("charachter"), &["character"]), - (UniCase::ascii("capible"), &["capable"]), - (UniCase::ascii("orignally"), &["originally"]), - (UniCase::ascii("beccause"), &["because"]), - (UniCase::ascii("agina"), &["again", "angina"]), - (UniCase::ascii("childbird"), &["childbirth"]), - (UniCase::ascii("adminstered"), &["administered"]), - (UniCase::ascii("begginer"), &["beginner"]), - (UniCase::ascii("volounteer"), &["volunteer"]), - (UniCase::ascii("carachter"), &["character"]), - (UniCase::ascii("husban"), &["husband"]), - (UniCase::ascii("tast"), &["taste"]), - (UniCase::ascii("charasmatic"), &["charismatic"]), - (UniCase::ascii("appearences"), &["appearances"]), - (UniCase::ascii("anomolies"), &["anomalies"]), - (UniCase::ascii("muscial"), &["musical"]), - (UniCase::ascii("cornmitted"), &["committed"]), - (UniCase::ascii("succeded"), &["succeeded"]), - (UniCase::ascii("adressing"), &["addressing", "dressing"]), - (UniCase::ascii("Pennyslvania"), &["Pennsylvania"]), - (UniCase::ascii("aquaintance"), &["acquaintance"]), - (UniCase::ascii("eventhough"), &["even though"]), - (UniCase::ascii("fundametal"), &["fundamental"]), - (UniCase::ascii("primordal"), &["primordial"]), - (UniCase::ascii("bcak"), &["back"]), - (UniCase::ascii("resaurant"), &["restaurant"]), - (UniCase::ascii("impedence"), &["impedance"]), - (UniCase::ascii("lerans"), &["learns"]), - (UniCase::ascii("indefinitly"), &["indefinitely"]), - (UniCase::ascii("impecabbly"), &["impeccably"]), - (UniCase::ascii("contians"), &["contains"]), - (UniCase::ascii("signitory"), &["signatory"]), - (UniCase::ascii("sieze"), &["seize", "size"]), - (UniCase::ascii("unilateraly"), &["unilaterally"]), - (UniCase::ascii("cheif"), &["chief"]), - (UniCase::ascii("Michagan"), &["Michigan"]), - (UniCase::ascii("holf"), &["hold"]), - (UniCase::ascii("transcendentational"), &["transcendental"]), - (UniCase::ascii("convertables"), &["convertibles"]), - (UniCase::ascii("commonweath"), &["commonwealth"]), - (UniCase::ascii("scuptures"), &["sculptures"]), - (UniCase::ascii("asthetically"), &["aesthetically"]), - (UniCase::ascii("distingishing"), &["distinguishing"]), - (UniCase::ascii("desintegration"), &["disintegration"]), - (UniCase::ascii("suseptible"), &["susceptible"]), - (UniCase::ascii("assasin"), &["assassin"]), - (UniCase::ascii("pretection"), &["protection"]), - (UniCase::ascii("halp"), &["help"]), - (UniCase::ascii("enviormental"), &["environmental"]), - (UniCase::ascii("comissioned"), &["commissioned"]), - (UniCase::ascii("relatiopnship"), &["relationship"]), - (UniCase::ascii("exagerate"), &["exaggerate"]), - (UniCase::ascii("woudl"), &["would"]), - (UniCase::ascii("portayed"), &["portrayed"]), - (UniCase::ascii("lotharingen"), &["lothringen"]), - (UniCase::ascii("superintendant"), &["superintendent"]), - (UniCase::ascii("vaguaries"), &["vagaries"]), - (UniCase::ascii("autoctonous"), &["autochthonous"]), - (UniCase::ascii("clera"), &["clear", "sclera"]), - (UniCase::ascii("televsion"), &["television"]), - (UniCase::ascii("descripters"), &["descriptors"]), - (UniCase::ascii("saftey"), &["safety"]), - (UniCase::ascii("ethnocentricm"), &["ethnocentrism"]), - (UniCase::ascii("hvaing"), &["having"]), - (UniCase::ascii("critisizes"), &["criticises", "criticizes"]), - ( - UniCase::ascii("iminent"), - &["eminent", "imminent", "immanent"], - ), - (UniCase::ascii("pertubations"), &["perturbations"]), - (UniCase::ascii("godesses"), &["goddesses"]), - (UniCase::ascii("releiver"), &["reliever"]), - (UniCase::ascii("incramentally"), &["incrementally"]), - (UniCase::ascii("garnison"), &["garrison"]), - (UniCase::ascii("unilatreal"), &["unilateral"]), - (UniCase::ascii("littel"), &["little"]), - (UniCase::ascii("femminist"), &["feminist"]), - (UniCase::ascii("additinally"), &["additionally"]), - (UniCase::ascii("univesity"), &["university"]), - (UniCase::ascii("surronded"), &["surrounded"]), - (UniCase::ascii("conived"), &["connived"]), - (UniCase::ascii("desoriented"), &["disoriented"]), - (UniCase::ascii("acheive"), &["achieve"]), - (UniCase::ascii("miliraty"), &["military"]), - (UniCase::ascii("imprisonned"), &["imprisoned"]), - (UniCase::ascii("Mythraic"), &["Mithraic"]), - (UniCase::ascii("pattented"), &["patented"]), - (UniCase::ascii("apropriate"), &["appropriate"]), - (UniCase::ascii("whith"), &["with"]), - (UniCase::ascii("meterologist"), &["meteorologist"]), - (UniCase::ascii("intrument"), &["instrument"]), - (UniCase::ascii("perenially"), &["perennially"]), - (UniCase::ascii("impressario"), &["impresario"]), - (UniCase::ascii("commandoes"), &["commandos"]), - (UniCase::ascii("airbourne"), &["airborne"]), - (UniCase::ascii("talekd"), &["talked"]), - (UniCase::ascii("messenging"), &["messaging"]), - (UniCase::ascii("delapidated"), &["dilapidated"]), - (UniCase::ascii("abreviated"), &["abbreviated"]), - (UniCase::ascii("liftime"), &["lifetime"]), - (UniCase::ascii("recquired"), &["required"]), - (UniCase::ascii("caluclated"), &["calculated"]), - (UniCase::ascii("idesa"), &["ideas", "ides"]), - (UniCase::ascii("aplied"), &["applied"]), - (UniCase::ascii("ommiting"), &["omitting"]), - (UniCase::ascii("transcendance"), &["transcendence"]), - (UniCase::ascii("Cataline"), &["Catiline", "Catalina"]), - (UniCase::ascii("catepillars"), &["caterpillars"]), - (UniCase::ascii("bombardement"), &["bombardment"]), - (UniCase::ascii("compatability"), &["compatibility"]), - (UniCase::ascii("incompetant"), &["incompetent"]), - (UniCase::ascii("ect"), &["etc"]), - (UniCase::ascii("firts"), &["flirts", "first"]), - (UniCase::ascii("vriety"), &["variety"]), - (UniCase::ascii("strikely"), &["strikingly"]), - (UniCase::ascii("consicousness"), &["consciousness"]), - (UniCase::ascii("irregardless"), &["regardless"]), - (UniCase::ascii("manuver"), &["maneuver"]), - (UniCase::ascii("sacreligious"), &["sacrilegious"]), - (UniCase::ascii("Eurpean"), &["European"]), - (UniCase::ascii("deffined"), &["defined"]), - (UniCase::ascii("significently"), &["significantly"]), - (UniCase::ascii("aeriels"), &["aerials"]), - (UniCase::ascii("attemt"), &["attempt"]), - (UniCase::ascii("beautyfull"), &["beautiful"]), - (UniCase::ascii("milennium"), &["millennium"]), - (UniCase::ascii("spectum"), &["spectrum"]), - (UniCase::ascii("tongiht"), &["tonight"]), - (UniCase::ascii("diety"), &["deity"]), - (UniCase::ascii("persuits"), &["pursuits"]), - (UniCase::ascii("endevors"), &["endeavors"]), - (UniCase::ascii("miligram"), &["milligram"]), - (UniCase::ascii("forunner"), &["forerunner"]), - (UniCase::ascii("whants"), &["wants"]), - (UniCase::ascii("yaerly"), &["yearly"]), - (UniCase::ascii("quantitiy"), &["quantity"]), - (UniCase::ascii("nowdays"), &["nowadays"]), - (UniCase::ascii("compitent"), &["competent"]), - (UniCase::ascii("populare"), &["popular"]), - (UniCase::ascii("abondoning"), &["abandoning"]), - (UniCase::ascii("auxillary"), &["auxiliary"]), - (UniCase::ascii("immitator"), &["imitator"]), - (UniCase::ascii("archetecturally"), &["architecturally"]), - (UniCase::ascii("lisence"), &["license", "licence"]), - (UniCase::ascii("ocurrence"), &["occurrence"]), - (UniCase::ascii("resturants"), &["restaurants"]), - (UniCase::ascii("acomplished"), &["accomplished"]), - (UniCase::ascii("automaticly"), &["automatically"]), - (UniCase::ascii("seinor"), &["senior"]), - (UniCase::ascii("surounded"), &["surrounded"]), - (UniCase::ascii("everytime"), &["every time"]), - (UniCase::ascii("privte"), &["private"]), - (UniCase::ascii("culiminating"), &["culminating"]), - (UniCase::ascii("conjuction"), &["conjunction"]), - (UniCase::ascii("commisioned"), &["commissioned"]), - (UniCase::ascii("collonies"), &["colonies"]), - (UniCase::ascii("stuggling"), &["struggling"]), - (UniCase::ascii("toriodal"), &["toroidal"]), - (UniCase::ascii("ubiquitious"), &["ubiquitous"]), - ( - UniCase::ascii("maching"), - &["machine", "marching", "matching"], - ), - (UniCase::ascii("northereastern"), &["northeastern"]), - (UniCase::ascii("fiercly"), &["fiercely"]), - (UniCase::ascii("seige"), &["siege"]), - (UniCase::ascii("passerbys"), &["passersby"]), - (UniCase::ascii("oponent"), &["opponent"]), - (UniCase::ascii("noticible"), &["noticeable"]), - (UniCase::ascii("carnege"), &["carnage", "Carnegie"]), - (UniCase::ascii("Juadism"), &["Judaism"]), - (UniCase::ascii("goverance"), &["governance"]), - (UniCase::ascii("amendmant"), &["amendment"]), - (UniCase::ascii("challege"), &["challenge"]), - (UniCase::ascii("persuit"), &["pursuit"]), - (UniCase::ascii("htink"), &["think"]), - (UniCase::ascii("candidiate"), &["candidate"]), - (UniCase::ascii("dissapearing"), &["disappearing"]), - (UniCase::ascii("interrugum"), &["interregnum"]), - (UniCase::ascii("internation"), &["international"]), - (UniCase::ascii("misterious"), &["mysterious"]), - (UniCase::ascii("yera"), &["year"]), - (UniCase::ascii("spectauclar"), &["spectacular"]), - (UniCase::ascii("correspondant"), &["correspondent"]), - (UniCase::ascii("curch"), &["church"]), - (UniCase::ascii("enforceing"), &["enforcing"]), - (UniCase::ascii("unconfortability"), &["discomfort"]), - (UniCase::ascii("documenatry"), &["documentary"]), - (UniCase::ascii("ocassioned"), &["occasioned"]), - (UniCase::ascii("repulicans"), &["republicans"]), - (UniCase::ascii("muncipalities"), &["municipalities"]), - (UniCase::ascii("assitant"), &["assistant"]), - (UniCase::ascii("particulary"), &["particularly"]), - (UniCase::ascii("chemcially"), &["chemically"]), - (UniCase::ascii("emminently"), &["eminently"]), - (UniCase::ascii("Lybia"), &["Libya"]), - (UniCase::ascii("oppossed"), &["opposed"]), - (UniCase::ascii("practioners"), &["practitioners"]), - (UniCase::ascii("shadoloo"), &["shadaloo"]), - (UniCase::ascii("severeal"), &["several"]), - (UniCase::ascii("proprietory"), &["proprietary"]), - (UniCase::ascii("suposes"), &["supposes"]), - (UniCase::ascii("loosing"), &["losing"]), - (UniCase::ascii("critisisms"), &["criticisms"]), - (UniCase::ascii("centruy"), &["century"]), - (UniCase::ascii("surounding"), &["surrounding"]), - (UniCase::ascii("overthere"), &["over there"]), - (UniCase::ascii("practicioner"), &["practitioner"]), - (UniCase::ascii("misdameanors"), &["misdemeanors"]), - (UniCase::ascii("spritual"), &["spiritual"]), - (UniCase::ascii("heirarchy"), &["hierarchy"]), - (UniCase::ascii("sufferred"), &["suffered"]), - (UniCase::ascii("tehy"), &["they"]), - (UniCase::ascii("segementation"), &["segmentation"]), - (UniCase::ascii("paide"), &["paid"]), - (UniCase::ascii("efel"), &["evil"]), - (UniCase::ascii("becomeing"), &["becoming"]), - (UniCase::ascii("anual"), &["annual"]), - (UniCase::ascii("disproportiate"), &["disproportionate"]), - (UniCase::ascii("predomiantly"), &["predominately"]), - (UniCase::ascii("grammaticaly"), &["grammatically"]), - (UniCase::ascii("refereneces"), &["references"]), - (UniCase::ascii("marjority"), &["majority"]), - (UniCase::ascii("tjpanishad"), &["upanishad"]), - (UniCase::ascii("begginers"), &["beginners"]), - (UniCase::ascii("subsquently"), &["subsequently"]), - (UniCase::ascii("saveing"), &["saving"]), - (UniCase::ascii("pedestrain"), &["pedestrian"]), - (UniCase::ascii("firends"), &["friends"]), - (UniCase::ascii("carryng"), &["carrying"]), - (UniCase::ascii("reffered"), &["referred"]), - (UniCase::ascii("univeristy"), &["university"]), - (UniCase::ascii("libell"), &["libel"]), - (UniCase::ascii("regulaotrs"), &["regulators"]), - (UniCase::ascii("succsess"), &["success"]), - (UniCase::ascii("subjudgation"), &["subjugation"]), - (UniCase::ascii("resemblence"), &["resemblance"]), - (UniCase::ascii("aeriel"), &["aerial"]), - (UniCase::ascii("territoy"), &["territory"]), - (UniCase::ascii("directoty"), &["directory"]), - (UniCase::ascii("melieux"), &["milieux"]), - (UniCase::ascii("abilty"), &["ability"]), - ( - UniCase::ascii("archeaologist"), - &["archeologist", "archaeologist"], - ), - (UniCase::ascii("contraversy"), &["controversy"]), - (UniCase::ascii("willk"), &["will"]), - (UniCase::ascii("extremeophile"), &["extremophile"]), - (UniCase::ascii("preferrably"), &["preferably"]), - (UniCase::ascii("repatition"), &["repetition", "repartition"]), - (UniCase::ascii("imediately"), &["immediately"]), - (UniCase::ascii("persuing"), &["pursuing"]), - (UniCase::ascii("eearly"), &["early"]), - (UniCase::ascii("wirting"), &["writing"]), - (UniCase::ascii("exoskelaton"), &["exoskeleton"]), - (UniCase::ascii("spriritual"), &["spiritual"]), - (UniCase::ascii("gogin"), &["going", "Gauguin"]), - (UniCase::ascii("sucesses"), &["successes"]), - (UniCase::ascii("beggins"), &["begins"]), - (UniCase::ascii("regluar"), &["regular"]), - (UniCase::ascii("arangement"), &["arrangement"]), - (UniCase::ascii("aquitted"), &["acquitted"]), - (UniCase::ascii("corrisponded"), &["corresponded"]), - (UniCase::ascii("thign"), &["thing"]), - (UniCase::ascii("voleyball"), &["volleyball"]), - (UniCase::ascii("millioniare"), &["millionaire"]), - (UniCase::ascii("supose"), &["suppose"]), - (UniCase::ascii("modle"), &["model"]), - (UniCase::ascii("konw"), &["know"]), - (UniCase::ascii("sargeant"), &["sergeant"]), - (UniCase::ascii("enourmously"), &["enormously"]), - (UniCase::ascii("homogeneize"), &["homogenize"]), - (UniCase::ascii("envrionments"), &["environments"]), - (UniCase::ascii("dominiant"), &["dominant"]), - (UniCase::ascii("oustanding"), &["outstanding"]), - (UniCase::ascii("coincedentally"), &["coincidentally"]), - (UniCase::ascii("Guilio"), &["Giulio"]), - (UniCase::ascii("republian"), &["republican"]), - (UniCase::ascii("orded"), &["ordered"]), - (UniCase::ascii("possition"), &["position"]), - (UniCase::ascii("illegitmate"), &["illegitimate"]), - (UniCase::ascii("inpeach"), &["impeach"]), - (UniCase::ascii("restauraunt"), &["restaurant"]), - (UniCase::ascii("accesories"), &["accessories"]), - (UniCase::ascii("accomadate"), &["accommodate"]), - (UniCase::ascii("importamt"), &["important"]), - (UniCase::ascii("dissapeared"), &["disappeared"]), - (UniCase::ascii("conquerd"), &["conquered"]), - (UniCase::ascii("volumne"), &["volume"]), - (UniCase::ascii("breifly"), &["briefly"]), - (UniCase::ascii("guarentee"), &["guarantee"]), - (UniCase::ascii("admendment"), &["amendment"]), - (UniCase::ascii("successfull"), &["successful"]), - (UniCase::ascii("govenment"), &["government"]), - (UniCase::ascii("appeareance"), &["appearance"]), - (UniCase::ascii("ppublisher"), &["publisher"]), - (UniCase::ascii("commuinications"), &["communications"]), - (UniCase::ascii("fedreally"), &["federally"]), - (UniCase::ascii("approachs"), &["approaches"]), - (UniCase::ascii("constituants"), &["constituents"]), - (UniCase::ascii("vreity"), &["variety"]), - (UniCase::ascii("distingish"), &["distinguish"]), - (UniCase::ascii("vyre"), &["very"]), - (UniCase::ascii("enlargment"), &["enlargement"]), - (UniCase::ascii("seceeded"), &["succeeded", "seceded"]), - (UniCase::ascii("unviersity"), &["university"]), - (UniCase::ascii("metaphoricial"), &["metaphorical"]), - (UniCase::ascii("suceed"), &["succeed"]), - (UniCase::ascii("billingualism"), &["bilingualism"]), - (UniCase::ascii("reknown"), &["renown"]), - (UniCase::ascii("conscent"), &["consent"]), - (UniCase::ascii("plateu"), &["plateau"]), - (UniCase::ascii("comminication"), &["communication"]), - (UniCase::ascii("possesion"), &["possession"]), - (UniCase::ascii("mathematicas"), &["mathematics"]), - (UniCase::ascii("equivilant"), &["equivalent"]), - (UniCase::ascii("emprisoned"), &["imprisoned"]), - (UniCase::ascii("recomends"), &["recommends"]), - (UniCase::ascii("critising"), &["criticising", "criticizing"]), - (UniCase::ascii("reminscent"), &["reminiscent"]), - (UniCase::ascii("sucidial"), &["suicidal"]), - (UniCase::ascii("thsoe"), &["those"]), - (UniCase::ascii("tahn"), &["than"]), - (UniCase::ascii("cemetarey"), &["cemetery"]), - (UniCase::ascii("literture"), &["literature"]), - (UniCase::ascii("beachead"), &["beachhead"]), - (UniCase::ascii("indispensible"), &["indispensable"]), - (UniCase::ascii("fimilies"), &["families"]), - (UniCase::ascii("delevopment"), &["development"]), - (UniCase::ascii("obession"), &["obsession"]), - (UniCase::ascii("gaurentees"), &["guarantees"]), - ]), - }; +pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ + ("abandonned", &["abandoned"]), + ("aberation", &["aberration"]), + ("abilityes", &["abilities"]), + ("abilties", &["abilities"]), + ("abilty", &["ability"]), + ("abondon", &["abandon"]), + ("abbout", &["about"]), + ("abotu", &["about"]), + ("abouta", &["about a"]), + ("aboutit", &["about it"]), + ("aboutthe", &["about the"]), + ("abscence", &["absence"]), + ("abondoned", &["abandoned"]), + ("abondoning", &["abandoning"]), + ("abondons", &["abandons"]), + ("aborigene", &["aborigine"]), + ("accesories", &["accessories"]), + ("accidant", &["accident"]), + ("abortificant", &["abortifacient"]), + ("abreviate", &["abbreviate"]), + ("abreviated", &["abbreviated"]), + ("abreviation", &["abbreviation"]), + ("abritrary", &["arbitrary"]), + ("absail", &["abseil"]), + ("absailing", &["abseiling"]), + ("absense", &["absence"]), + ("absolutly", &["absolutely"]), + ("absorbsion", &["absorption"]), + ("absorbtion", &["absorption"]), + ("abudance", &["abundance"]), + ("abundacies", &["abundances"]), + ("abundancies", &["abundances"]), + ("abundunt", &["abundant"]), + ("abutts", &["abuts"]), + ("acadamy", &["academy"]), + ("acadmic", &["academic"]), + ("accademic", &["academic"]), + ("accademy", &["academy"]), + ("acccused", &["accused"]), + ("accelleration", &["acceleration"]), + ("accension", &["accession", "ascension"]), + ("acceptence", &["acceptance"]), + ("acceptible", &["acceptable"]), + ("accessable", &["accessible"]), + ("acident", &["accident"]), + ("accidentaly", &["accidentally"]), + ("accidently", &["accidentally"]), + ("acclimitization", &["acclimatization"]), + ("accomadate", &["accommodate"]), + ("accomadated", &["accommodated"]), + ("accomadates", &["accommodates"]), + ("accomadating", &["accommodating"]), + ("accomadation", &["accommodation"]), + ("accomadations", &["accommodations"]), + ("accomdate", &["accommodate"]), + ("accomodate", &["accommodate"]), + ("accomodated", &["accommodated"]), + ("accomodates", &["accommodates"]), + ("accomodating", &["accommodating"]), + ("accomodation", &["accommodation"]), + ("accomodations", &["accommodations"]), + ("accompanyed", &["accompanied"]), + ("accordeon", &["accordion"]), + ("accordian", &["accordion"]), + ("accoring", &["according"]), + ("accoustic", &["acoustic"]), + ("accquainted", &["acquainted"]), + ("accrediation", &["accreditation"]), + ("accredidation", &["accreditation"]), + ("accross", &["across"]), + ("accussed", &["accused"]), + ("acedemic", &["academic"]), + ("acheive", &["achieve"]), + ("acheived", &["achieved"]), + ("acheivement", &["achievement"]), + ("acheivements", &["achievements"]), + ("acheives", &["achieves"]), + ("acheiving", &["achieving"]), + ("acheivment", &["achievement"]), + ("acheivments", &["achievements"]), + ("achievment", &["achievement"]), + ("achievments", &["achievements"]), + ("achive", &["achieve", "archive"]), + ("achived", &["achieved", "archived"]), + ("achivement", &["achievement"]), + ("achivements", &["achievements"]), + ("acknowldeged", &["acknowledged"]), + ("acknowledgeing", &["acknowledging"]), + ("ackward", &["awkward", "backward"]), + ("acommodate", &["accommodate"]), + ("acomplish", &["accomplish"]), + ("acomplished", &["accomplished"]), + ("acomplishment", &["accomplishment"]), + ("acomplishments", &["accomplishments"]), + ("acording", &["according"]), + ("acordingly", &["accordingly"]), + ("acquaintence", &["acquaintance"]), + ("acquaintences", &["acquaintances"]), + ("acquiantence", &["acquaintance"]), + ("acquiantences", &["acquaintances"]), + ("acquited", &["acquitted"]), + ("activites", &["activities"]), + ("activly", &["actively"]), + ("actualy", &["actually"]), + ("acuracy", &["accuracy"]), + ("acused", &["accused"]), + ("acustom", &["accustom"]), + ("acustommed", &["accustomed"]), + ("adavanced", &["advanced"]), + ("adbandon", &["abandon"]), + ("addional", &["additional"]), + ("addionally", &["additionally"]), + ("additinally", &["additionally"]), + ("additionaly", &["additionally"]), + ("additonal", &["additional"]), + ("additonally", &["additionally"]), + ("addmission", &["admission"]), + ("addopt", &["adopt"]), + ("addopted", &["adopted"]), + ("addoptive", &["adoptive"]), + ("addres", &["address", "adders"]), + ("addresable", &["addressable"]), + ("addresed", &["addressed"]), + ("addresing", &["addressing"]), + ("addressess", &["addresses"]), + ("addtion", &["addition"]), + ("addtional", &["additional"]), + ("adecuate", &["adequate"]), + ("adequit", &["adequate"]), + ("adhearing", &["adhering"]), + ("adherance", &["adherence"]), + ("admendment", &["amendment"]), + ("admininistrative", &["administrative"]), + ("adminstered", &["administered"]), + ("adminstrate", &["administrate"]), + ("adminstration", &["administration"]), + ("adminstrative", &["administrative"]), + ("adminstrator", &["administrator"]), + ("admissability", &["admissibility"]), + ("admissable", &["admissible"]), + ("admited", &["admitted"]), + ("admitedly", &["admittedly"]), + ("adn", &["and"]), + ("adolecent", &["adolescent"]), + ("adquire", &["acquire"]), + ("adquired", &["acquired"]), + ("adquires", &["acquires"]), + ("adquiring", &["acquiring"]), + ("adres", &["address"]), + ("adresable", &["addressable"]), + ("adresing", &["addressing"]), + ("adress", &["address"]), + ("adressable", &["addressable"]), + ("adressed", &["addressed"]), + ("adressing", &["addressing", "dressing"]), + ("adventrous", &["adventurous"]), + ("advertisment", &["advertisement"]), + ("advertisments", &["advertisements"]), + ("advesary", &["adversary"]), + ("adviced", &["advised"]), + ("aeriel", &["aerial"]), + ("aeriels", &["aerials"]), + ("afair", &["affair"]), + ("afficianados", &["aficionados"]), + ("afficionado", &["aficionado"]), + ("afficionados", &["aficionados"]), + ("affilate", &["affiliate"]), + ("affilliate", &["affiliate"]), + ("affort", &["afford", "effort"]), + ("aforememtioned", &["aforementioned"]), + ("againnst", &["against"]), + ("agains", &["against"]), + ("agaisnt", &["against"]), + ("aganist", &["against"]), + ("aggaravates", &["aggravates"]), + ("aggreed", &["agreed"]), + ("aggreement", &["agreement"]), + ("aggregious", &["egregious"]), + ("aggresive", &["aggressive"]), + ("agian", &["again"]), + ("agianst", &["against"]), + ("agin", &["again"]), + ("agina", &["again", "angina"]), + ("aginst", &["against"]), + ("agravate", &["aggravate"]), + ("agre", &["agree"]), + ("agred", &["agreed"]), + ("agreeement", &["agreement"]), + ("agreemnt", &["agreement"]), + ("agregate", &["aggregate"]), + ("agregates", &["aggregates"]), + ("agreing", &["agreeing"]), + ("agression", &["aggression"]), + ("agressive", &["aggressive"]), + ("agressively", &["aggressively"]), + ("agressor", &["aggressor"]), + ("agricultue", &["agriculture"]), + ("agriculure", &["agriculture"]), + ("agricuture", &["agriculture"]), + ("agrieved", &["aggrieved"]), + ("ahev", &["have"]), + ("ahppen", &["happen"]), + ("ahve", &["have"]), + ("aicraft", &["aircraft"]), + ("aiport", &["airport"]), + ("airbourne", &["airborne"]), + ("aircaft", &["aircraft"]), + ("aircrafts", &["aircraft"]), + ("aircrafts\'", &["aircraft\'s"]), + ("airporta", &["airports"]), + ("airrcraft", &["aircraft"]), + ("aisian", &["asian"]), + ("aka", &["a.k.a."]), + ("albiet", &["albeit"]), + ("alchohol", &["alcohol"]), + ("alchoholic", &["alcoholic"]), + ("alchol", &["alcohol"]), + ("alcholic", &["alcoholic"]), + ("alcohal", &["alcohol"]), + ("alcoholical", &["alcoholic"]), + ("aledge", &["allege"]), + ("aledged", &["alleged"]), + ("aledges", &["alleges"]), + ("alege", &["allege"]), + ("aleged", &["alleged"]), + ("alegience", &["allegiance"]), + ("algebraical", &["algebraic"]), + ("algorhitms", &["algorithms"]), + ("algoritm", &["algorithm"]), + ("algoritms", &["algorithms"]), + ("alientating", &["alienating"]), + ("alledge", &["allege"]), + ("alledged", &["alleged"]), + ("alledgedly", &["allegedly"]), + ("alledges", &["alleges"]), + ("allegedely", &["allegedly"]), + ("allegedy", &["allegedly"]), + ("allegely", &["allegedly"]), + ("allegence", &["allegiance"]), + ("allegience", &["allegiance"]), + ("allign", &["align"]), + ("alligned", &["aligned"]), + ("alliviate", &["alleviate"]), + ("allopone", &["allophone"]), + ("allopones", &["allophones"]), + ("allready", &["already"]), + ("allthough", &["although"]), + ("alltime", &["all-time"]), + ("alltogether", &["altogether"]), + ("almsot", &["almost"]), + ("alochol", &["alcohol"]), + ("alomst", &["almost"]), + ("alot", &["a lot", "allot"]), + ("alotted", &["allotted"]), + ("alowed", &["allowed"]), + ("alowing", &["allowing"]), + ("alreayd", &["already"]), + ("alse", &["else"]), + ("alsot", &["also"]), + ("alternitives", &["alternatives"]), + ("altho", &["although"]), + ("althought", &["although"]), + ("altough", &["although"]), + ("alusion", &["allusion", "illusion"]), + ("alwasy", &["always"]), + ("alwyas", &["always"]), + ("amalgomated", &["amalgamated"]), + ("amatuer", &["amateur"]), + ("amature", &["armature", "amateur"]), + ("amendmant", &["amendment"]), + ("Amercia", &["America"]), + ("amerliorate", &["ameliorate"]), + ("amke", &["make"]), + ("amking", &["making"]), + ("ammend", &["amend"]), + ("ammended", &["amended"]), + ("ammendment", &["amendment"]), + ("ammendments", &["amendments"]), + ("ammount", &["amount"]), + ("ammused", &["amused"]), + ("amoung", &["among"]), + ("amoungst", &["amongst"]), + ("amung", &["among"]), + ("amunition", &["ammunition"]), + ("analagous", &["analogous"]), + ("analitic", &["analytic"]), + ("analogeous", &["analogous"]), + ("anarchim", &["anarchism"]), + ("anarchistm", &["anarchism"]), + ("anbd", &["and"]), + ("ancestory", &["ancestry"]), + ("ancilliary", &["ancillary"]), + ("andd", &["and"]), + ("androgenous", &["androgynous"]), + ("androgeny", &["androgyny"]), + ("anihilation", &["annihilation"]), + ("aniversary", &["anniversary"]), + ("annoint", &["anoint"]), + ("annointed", &["anointed"]), + ("annointing", &["anointing"]), + ("annoints", &["anoints"]), + ("annouced", &["announced"]), + ("annualy", &["annually"]), + ("annuled", &["annulled"]), + ("anohter", &["another"]), + ("anomolies", &["anomalies"]), + ("anomolous", &["anomalous"]), + ("anomoly", &["anomaly"]), + ("anonimity", &["anonymity"]), + ("anounced", &["announced"]), + ("anouncement", &["announcement"]), + ("ansalisation", &["nasalisation"]), + ("ansalization", &["nasalization"]), + ("ansestors", &["ancestors"]), + ("antartic", &["antarctic"]), + ("anthromorphization", &["anthropomorphization"]), + ("anthropolgist", &["anthropologist"]), + ("anthropolgy", &["anthropology"]), + ("antiapartheid", &["anti-apartheid"]), + ("anual", &["annual"]), + ("anulled", &["annulled"]), + ("anwsered", &["answered"]), + ("anyhwere", &["anywhere"]), + ("anyother", &["any other"]), + ("anytying", &["anything"]), + ("aparent", &["apparent"]), + ("aparment", &["apartment"]), + ("apenines", &["apennines", "Apennines"]), + ("aplication", &["application"]), + ("aplied", &["applied"]), + ("apolegetics", &["apologetics"]), + ("apon", &["upon", "apron"]), + ("apparant", &["apparent"]), + ("apparantly", &["apparently"]), + ("appart", &["apart"]), + ("appartment", &["apartment"]), + ("appartments", &["apartments"]), + ("appealling", &["appealing", "appalling"]), + ("appeareance", &["appearance"]), + ("appearence", &["appearance"]), + ("appearences", &["appearances"]), + ("appenines", &["apennines", "Apennines"]), + ("apperance", &["appearance"]), + ("apperances", &["appearances"]), + ("appereance", &["appearance"]), + ("appereances", &["appearances"]), + ("applicaiton", &["application"]), + ("applicaitons", &["applications"]), + ("appologies", &["apologies"]), + ("appology", &["apology"]), + ("apprearance", &["appearance"]), + ("apprieciate", &["appreciate"]), + ("approachs", &["approaches"]), + ("appropiate", &["appropriate"]), + ("appropraite", &["appropriate"]), + ("appropropiate", &["appropriate"]), + ("approproximate", &["approximate"]), + ("approxamately", &["approximately"]), + ("approxiately", &["approximately"]), + ("approximitely", &["approximately"]), + ("aprehensive", &["apprehensive"]), + ("apropriate", &["appropriate"]), + ("aproval", &["approval"]), + ("aproximate", &["approximate"]), + ("aproximately", &["approximately"]), + ("aquaduct", &["aqueduct"]), + ("aquaintance", &["acquaintance"]), + ("aquainted", &["acquainted"]), + ("aquiantance", &["acquaintance"]), + ("aquire", &["acquire"]), + ("aquired", &["acquired"]), + ("aquiring", &["acquiring"]), + ("aquisition", &["acquisition"]), + ("aquitted", &["acquitted"]), + ("aranged", &["arranged"]), + ("arangement", &["arrangement"]), + ("arbitarily", &["arbitrarily"]), + ("arbitary", &["arbitrary"]), + ("archaelogical", &["archaeological"]), + ("archaelogists", &["archaeologists"]), + ("archaelogy", &["archaeology"]), + ("archaoelogy", &["archeology", "archaeology"]), + ("archaology", &["archeology", "archaeology"]), + ("archeaologist", &["archeologist", "archaeologist"]), + ("archeaologists", &["archeologists", "archaeologists"]), + ("archetect", &["architect"]), + ("archetects", &["architects"]), + ("archetectural", &["architectural"]), + ("archetecturally", &["architecturally"]), + ("archetecture", &["architecture"]), + ("archiac", &["archaic"]), + ("archictect", &["architect"]), + ("archimedian", &["archimedean"]), + ("architecht", &["architect"]), + ("architechturally", &["architecturally"]), + ("architechture", &["architecture"]), + ("architechtures", &["architectures"]), + ("architectual", &["architectural"]), + ("archtype", &["archetype"]), + ("archtypes", &["archetypes"]), + ("aready", &["already"]), + ("areodynamics", &["aerodynamics"]), + ("argubly", &["arguably"]), + ("arguement", &["argument"]), + ("arguements", &["arguments"]), + ("arised", &["arose"]), + ("arival", &["arrival"]), + ("armamant", &["armament"]), + ("armistace", &["armistice"]), + ("arogant", &["arrogant"]), + ("arogent", &["arrogant"]), + ("aroud", &["around"]), + ("arrangment", &["arrangement"]), + ("arrangments", &["arrangements"]), + ("arrengement", &["arrangement"]), + ("arrengements", &["arrangements"]), + ("arround", &["around"]), + ("artcile", &["article"]), + ("artical", &["article"]), + ("artice", &["article"]), + ("articel", &["article"]), + ("artifical", &["artificial"]), + ("artifically", &["artificially"]), + ("artillary", &["artillery"]), + ("arund", &["around"]), + ("asetic", &["ascetic"]), + ("asfar", &["as far"]), + ("asign", &["assign"]), + ("aslo", &["also"]), + ("asociated", &["associated"]), + ("asorbed", &["absorbed"]), + ("asphyxation", &["asphyxiation"]), + ("assasin", &["assassin"]), + ("assasinate", &["assassinate"]), + ("assasinated", &["assassinated"]), + ("assasinates", &["assassinates"]), + ("assasination", &["assassination"]), + ("assasinations", &["assassinations"]), + ("assasined", &["assassinated"]), + ("assasins", &["assassins"]), + ("assassintation", &["assassination"]), + ("assemple", &["assemble"]), + ("assertation", &["assertion"]), + ("asside", &["aside"]), + ("assisnate", &["assassinate"]), + ("assit", &["assist"]), + ("assitant", &["assistant"]), + ("assocation", &["association"]), + ("assoicate", &["associate"]), + ("assoicated", &["associated"]), + ("assoicates", &["associates"]), + ("assosication", &["assassination"]), + ("asssassans", &["assassins"]), + ("assualt", &["assault"]), + ("assualted", &["assaulted"]), + ("assymetric", &["asymmetric"]), + ("assymetrical", &["asymmetrical"]), + ("asteriod", &["asteroid"]), + ("asthetic", &["aesthetic"]), + ("asthetical", &["aesthetical"]), + ("asthetically", &["aesthetically"]), + ("asume", &["assume"]), + ("aswell", &["as well"]), + ("atain", &["attain"]), + ("atempting", &["attempting"]), + ("atheistical", &["atheistic"]), + ("athenean", &["athenian"]), + ("atheneans", &["athenians"]), + ("athiesm", &["atheism"]), + ("athiest", &["atheist"]), + ("atorney", &["attorney"]), + ("atribute", &["attribute"]), + ("atributed", &["attributed"]), + ("atributes", &["attributes"]), + ("attaindre", &["attainder", "attained"]), + ("attemp", &["attempt"]), + ("attemped", &["attempted"]), + ("attemt", &["attempt"]), + ("attemted", &["attempted"]), + ("attemting", &["attempting"]), + ("attemts", &["attempts"]), + ("attendence", &["attendance"]), + ("attendent", &["attendant"]), + ("attendents", &["attendants"]), + ("attened", &["attended"]), + ("attension", &["attention"]), + ("attitide", &["attitude"]), + ("attributred", &["attributed"]), + ("attrocities", &["atrocities"]), + ("audeince", &["audience"]), + ("auromated", &["automated"]), + ("austrailia", &["Australia"]), + ("austrailian", &["Australian"]), + ("auther", &["author"]), + ("authobiographic", &["autobiographic"]), + ("authobiography", &["autobiography"]), + ("authorative", &["authoritative"]), + ("authorites", &["authorities"]), + ("authorithy", &["authority"]), + ("authoritiers", &["authorities"]), + ("authoritive", &["authoritative"]), + ("authrorities", &["authorities"]), + ("autochtonous", &["autochthonous"]), + ("autoctonous", &["autochthonous"]), + ("automaticly", &["automatically"]), + ("automibile", &["automobile"]), + ("automonomous", &["autonomous"]), + ("autor", &["author"]), + ("autority", &["authority"]), + ("auxilary", &["auxiliary"]), + ("auxillaries", &["auxiliaries"]), + ("auxillary", &["auxiliary"]), + ("auxilliaries", &["auxiliaries"]), + ("auxilliary", &["auxiliary"]), + ("availabe", &["available"]), + ("availablity", &["availability"]), + ("availaible", &["available"]), + ("availble", &["available"]), + ("availiable", &["available"]), + ("availible", &["available"]), + ("avalable", &["available"]), + ("avalance", &["avalanche"]), + ("avaliable", &["available"]), + ("avation", &["aviation"]), + ("avengence", &["a vengeance"]), + ("averageed", &["averaged"]), + ("avilable", &["available"]), + ("awared", &["awarded"]), + ("awya", &["away"]), + ("baceause", &["because"]), + ("backgorund", &["background"]), + ("backrounds", &["backgrounds"]), + ("bakc", &["back"]), + ("banannas", &["bananas"]), + ("bandwith", &["bandwidth"]), + ("bankrupcy", &["bankruptcy"]), + ("banruptcy", &["bankruptcy"]), + ("baout", &["about", "bout"]), + ("basicaly", &["basically"]), + ("basicly", &["basically"]), + ("bcak", &["back"]), + ("beachead", &["beachhead"]), + ("beacuse", &["because"]), + ("beastiality", &["bestiality"]), + ("beatiful", &["beautiful"]), + ("beaurocracy", &["bureaucracy"]), + ("beaurocratic", &["bureaucratic"]), + ("beautyfull", &["beautiful"]), + ("becamae", &["became"]), + ("becames", &["becomes", "became"]), + ("becasue", &["because"]), + ("beccause", &["because"]), + ("becomeing", &["becoming"]), + ("becomming", &["becoming"]), + ("becouse", &["because"]), + ("becuase", &["because"]), + ("bedore", &["before"]), + ("beeing", &["being"]), + ("befoer", &["before"]), + ("beggin", &["begin", "begging"]), + ("begginer", &["beginner"]), + ("begginers", &["beginners"]), + ("beggining", &["beginning"]), + ("begginings", &["beginnings"]), + ("beggins", &["begins"]), + ("begining", &["beginning"]), + ("beginnig", &["beginning"]), + ("behavour", &["behavior", "behaviour"]), + ("beleagured", &["beleaguered"]), + ("beleif", &["belief"]), + ("beleive", &["believe"]), + ("beleived", &["believed"]), + ("beleives", &["believes"]), + ("beleiving", &["believing"]), + ("beligum", &["belgium"]), + ("belive", &["believe"]), + ("belived", &["believed", "beloved"]), + ("belives", &["believes", "beliefs"]), + ("belligerant", &["belligerent"]), + ("bellweather", &["bellwether"]), + ("bemusemnt", &["bemusement"]), + ("beneficary", &["beneficiary"]), + ("beng", &["being"]), + ("benificial", &["beneficial"]), + ("benifit", &["benefit"]), + ("benifits", &["benefits"]), + ("bergamont", &["bergamot"]), + ("Bernouilli", &["Bernoulli"]), + ("beseige", &["besiege"]), + ("beseiged", &["besieged"]), + ("beseiging", &["besieging"]), + ("beteen", &["between"]), + ("betwen", &["between"]), + ("beween", &["between"]), + ("bewteen", &["between"]), + ("bigining", &["beginning"]), + ("biginning", &["beginning"]), + ("bilateraly", &["bilaterally"]), + ("billingualism", &["bilingualism"]), + ("binominal", &["binomial"]), + ("bizzare", &["bizarre"]), + ("blaim", &["blame"]), + ("blaimed", &["blamed"]), + ("blessure", &["blessing"]), + ("Blitzkreig", &["Blitzkrieg"]), + ("boaut", &["bout", "boat", "about"]), + ("bodydbuilder", &["bodybuilder"]), + ("bombardement", &["bombardment"]), + ("bombarment", &["bombardment"]), + ("bondary", &["boundary"]), + ("Bonnano", &["Bonanno"]), + ("boook", &["book"]), + ("borke", &["broke"]), + ("boundry", &["boundary"]), + ("bouyancy", &["buoyancy"]), + ("bouyant", &["buoyant"]), + ("boyant", &["buoyant"]), + ("bradcast", &["broadcast"]), + ("Brasillian", &["Brazilian"]), + ("breakthough", &["breakthrough"]), + ("breakthroughts", &["breakthroughs"]), + ("breif", &["brief"]), + ("breifly", &["briefly"]), + ("brethen", &["brethren"]), + ("bretheren", &["brethren"]), + ("briliant", &["brilliant"]), + ("brillant", &["brilliant"]), + ("brimestone", &["brimstone"]), + ("Britian", &["Britain"]), + ("Brittish", &["British"]), + ("broacasted", &["broadcast"]), + ("broadacasting", &["broadcasting"]), + ("broady", &["broadly"]), + ("Buddah", &["Buddha"]), + ("Buddist", &["Buddhist"]), + ("buisness", &["business"]), + ("buisnessman", &["businessman"]), + ("buoancy", &["buoyancy"]), + ("buring", &["burying", "burning", "burin", "during"]), + ("burried", &["buried"]), + ("busines", &["business"]), + ("busineses", &["business", "businesses"]), + ("busness", &["business"]), + ("bussiness", &["business"]), + ("caculater", &["calculator"]), + ("cacuses", &["caucuses"]), + ("cahracters", &["characters"]), + ("calaber", &["caliber"]), + ("calander", &["calendar", "calender", "colander"]), + ("calculater", &["calculator"]), + ("calculs", &["calculus"]), + ("calenders", &["calendars"]), + ("caligraphy", &["calligraphy"]), + ("caluclate", &["calculate"]), + ("caluclated", &["calculated"]), + ("caluculate", &["calculate"]), + ("caluculated", &["calculated"]), + ("calulate", &["calculate"]), + ("calulated", &["calculated"]), + ("calulater", &["calculator"]), + ("Cambrige", &["Cambridge"]), + ("camoflage", &["camouflage"]), + ("campagin", &["campaign"]), + ("campain", &["campaign"]), + ("campains", &["campaigns"]), + ("candadate", &["candidate"]), + ("candiate", &["candidate"]), + ("candidiate", &["candidate"]), + ("cannister", &["canister"]), + ("cannisters", &["canisters"]), + ("cannnot", &["cannot"]), + ("cannonical", &["canonical"]), + ("cannotation", &["connotation"]), + ("cannotations", &["connotations"]), + ("caost", &["coast"]), + ("caperbility", &["capability"]), + ("Capetown", &["Cape Town"]), + ("capible", &["capable"]), + ("captial", &["capital"]), + ("captued", &["captured"]), + ("capturd", &["captured"]), + ("carachter", &["character"]), + ("caracterized", &["characterized"]), + ("carcas", &["carcass", "Caracas"]), + ("carefull", &["careful"]), + ("careing", &["caring"]), + ("carismatic", &["charismatic"]), + ("Carmalite", &["Carmelite"]), + ("Carnagie", &["Carnegie"]), + ("Carnagie-Mellon", &["Carnegie-Mellon"]), + ("carnege", &["carnage", "Carnegie"]), + ("carnige", &["carnage", "Carnegie"]), + ("Carnigie", &["Carnegie"]), + ("Carnigie-Mellon", &["Carnegie-Mellon"]), + ("carreer", &["career"]), + ("carrers", &["careers"]), + ("Carribbean", &["Caribbean"]), + ("Carribean", &["Caribbean"]), + ("carryng", &["carrying"]), + ("cartdridge", &["cartridge"]), + ("Carthagian", &["Carthaginian"]), + ("carthographer", &["cartographer"]), + ("cartilege", &["cartilage"]), + ("cartilidge", &["cartilage"]), + ("cartrige", &["cartridge"]), + ("casette", &["cassette"]), + ("casion", &["caisson"]), + ("cassawory", &["cassowary"]), + ("cassowarry", &["cassowary"]), + ("casue", &["cause"]), + ("casued", &["caused"]), + ("casues", &["causes"]), + ("casuing", &["causing"]), + ("casulaties", &["casualties"]), + ("casulaty", &["casualty"]), + ("catagories", &["categories"]), + ("catagorized", &["categorized"]), + ("catagory", &["category"]), + ("Cataline", &["Catiline", "Catalina"]), + ("catapillar", &["caterpillar"]), + ("catapillars", &["caterpillars"]), + ("catapiller", &["caterpillar"]), + ("catapillers", &["caterpillars"]), + ("catepillar", &["caterpillar"]), + ("catepillars", &["caterpillars"]), + ("catergorize", &["categorize"]), + ("catergorized", &["categorized"]), + ("caterpilar", &["caterpillar"]), + ("caterpilars", &["caterpillars"]), + ("caterpiller", &["caterpillar"]), + ("caterpillers", &["caterpillars"]), + ("cathlic", &["catholic"]), + ("catholocism", &["catholicism"]), + ("catterpilar", &["caterpillar"]), + ("catterpilars", &["caterpillars"]), + ("catterpillar", &["caterpillar"]), + ("catterpillars", &["caterpillars"]), + ("cattleship", &["battleship"]), + ("causalities", &["casualties"]), + ("Ceasar", &["Caesar"]), + ("Celcius", &["Celsius"]), + ("cellpading", &["cellpadding"]), + ("cementary", &["cemetery"]), + ("cemetarey", &["cemetery"]), + ("cemetaries", &["cemeteries"]), + ("cemetary", &["cemetery"]), + ("cencus", &["census"]), + ("censur", &["censor", "censure"]), + ("cententenial", &["centennial"]), + ("centruies", &["centuries"]), + ("centruy", &["century"]), + ("centuties", &["centuries"]), + ("centuty", &["century"]), + ("ceratin", &["certain", "keratin"]), + ("cerimonial", &["ceremonial"]), + ("cerimonies", &["ceremonies"]), + ("cerimonious", &["ceremonious"]), + ("cerimony", &["ceremony"]), + ("ceromony", &["ceremony"]), + ("certainity", &["certainty"]), + ("certian", &["certain"]), + ("cervial", &["cervical", "servile", "serval"]), + ("chalenging", &["challenging"]), + ("challange", &["challenge"]), + ("challanged", &["challenged"]), + ("challege", &["challenge"]), + ("Champange", &["Champagne"]), + ("changable", &["changeable"]), + ("charachter", &["character"]), + ("charachters", &["characters"]), + ("charactersistic", &["characteristic"]), + ("charactor", &["character"]), + ("charactors", &["characters"]), + ("charasmatic", &["charismatic"]), + ("charaterized", &["characterized"]), + ("chariman", &["chairman"]), + ("charistics", &["characteristics"]), + ("chasr", &["chaser", "chase"]), + ("cheif", &["chief"]), + ("cheifs", &["chiefs"]), + ("chemcial", &["chemical"]), + ("chemcially", &["chemically"]), + ("chemestry", &["chemistry"]), + ("chemicaly", &["chemically"]), + ("childbird", &["childbirth"]), + ("childen", &["children"]), + ("choclate", &["chocolate"]), + ("choosen", &["chosen"]), + ("chracter", &["character"]), + ("chuch", &["church"]), + ("churchs", &["churches"]), + ("Cincinatti", &["Cincinnati"]), + ("Cincinnatti", &["Cincinnati"]), + ("circulaton", &["circulation"]), + ("circumsicion", &["circumcision"]), + ("circut", &["circuit"]), + ("ciricuit", &["circuit"]), + ("ciriculum", &["curriculum"]), + ("civillian", &["civilian"]), + ("claer", &["clear"]), + ("claerer", &["clearer"]), + ("claerly", &["clearly"]), + ("claimes", &["claims"]), + ("clas", &["class"]), + ("clasic", &["classic"]), + ("clasical", &["classical"]), + ("clasically", &["classically"]), + ("cleareance", &["clearance"]), + ("clera", &["clear", "sclera"]), + ("clincial", &["clinical"]), + ("clinicaly", &["clinically"]), + ("cmo", &["com"]), + ("cmoputer", &["computer"]), + ("co-incided", &["coincided"]), + ("Coca Cola", &["Coca-Cola"]), + ("coctail", &["cocktail"]), + ("coform", &["conform"]), + ("cognizent", &["cognizant"]), + ("coincedentally", &["coincidentally"]), + ("colaborations", &["collaborations"]), + ("colateral", &["collateral"]), + ("colelctive", &["collective"]), + ("collaberative", &["collaborative"]), + ("collecton", &["collection"]), + ("collegue", &["colleague"]), + ("collegues", &["colleagues"]), + ("collonade", &["colonnade"]), + ("collonies", &["colonies"]), + ("collony", &["colony"]), + ("collosal", &["colossal"]), + ("colonizators", &["colonizers"]), + ("comander", &["commander", "commandeer"]), + ("comando", &["commando"]), + ("comandos", &["commandos"]), + ("comany", &["company"]), + ("comapany", &["company"]), + ("comback", &["comeback"]), + ("combanations", &["combinations"]), + ("combinatins", &["combinations"]), + ("combusion", &["combustion"]), + ("comdemnation", &["condemnation"]), + ("comemmorates", &["commemorates"]), + ("comemoretion", &["commemoration"]), + ("comision", &["commission"]), + ("comisioned", &["commissioned"]), + ("comisioner", &["commissioner"]), + ("comisioning", &["commissioning"]), + ("comisions", &["commissions"]), + ("comission", &["commission"]), + ("comissioned", &["commissioned"]), + ("comissioner", &["commissioner"]), + ("comissioning", &["commissioning"]), + ("comissions", &["commissions"]), + ("comited", &["committed"]), + ("comiting", &["committing"]), + ("comitted", &["committed"]), + ("comittee", &["committee"]), + ("comitting", &["committing"]), + ("commandoes", &["commandos"]), + ("commedic", &["comedic"]), + ("commemerative", &["commemorative"]), + ("commemmorate", &["commemorate"]), + ("commemmorating", &["commemorating"]), + ("commerical", &["commercial"]), + ("commerically", &["commercially"]), + ("commericial", &["commercial"]), + ("commericially", &["commercially"]), + ("commerorative", &["commemorative"]), + ("comming", &["coming"]), + ("comminication", &["communication"]), + ("commision", &["commission"]), + ("commisioned", &["commissioned"]), + ("commisioner", &["commissioner"]), + ("commisioning", &["commissioning"]), + ("commisions", &["commissions"]), + ("commited", &["committed"]), + ("commitee", &["committee"]), + ("commiting", &["committing"]), + ("committe", &["committee"]), + ("committment", &["commitment"]), + ("committments", &["commitments"]), + ("commmemorated", &["commemorated"]), + ("commongly", &["commonly"]), + ("commonweath", &["commonwealth"]), + ("commuications", &["communications"]), + ("commuinications", &["communications"]), + ("communciation", &["communication"]), + ("communiation", &["communication"]), + ("communites", &["communities"]), + ("compability", &["compatibility"]), + ("comparision", &["comparison"]), + ("comparisions", &["comparisons"]), + ("comparitive", &["comparative"]), + ("comparitively", &["comparatively"]), + ("compatabilities", &["compatibilities"]), + ("compatability", &["compatibility"]), + ("compatable", &["compatible"]), + ("compatablities", &["compatibilities"]), + ("compatablity", &["compatibility"]), + ("compatiable", &["compatible"]), + ("compatiblities", &["compatibilities"]), + ("compatiblity", &["compatibility"]), + ("compeitions", &["competitions"]), + ("compensantion", &["compensation"]), + ("competance", &["competence"]), + ("competant", &["competent"]), + ("competative", &["competitive"]), + ("competion", &["competition", "completion"]), + ("competitiion", &["competition"]), + ("competive", &["competitive"]), + ("competiveness", &["competitiveness"]), + ("comphrehensive", &["comprehensive"]), + ("compitent", &["competent"]), + ("completedthe", &["completed the"]), + ("completelyl", &["completely"]), + ("completetion", &["completion"]), + ("complier", &["compiler"]), + ("componant", &["component"]), + ("comprable", &["comparable"]), + ("comprimise", &["compromise"]), + ("compulsary", &["compulsory"]), + ("compulsery", &["compulsory"]), + ("computarized", &["computerized"]), + ("concensus", &["consensus"]), + ("concider", &["consider"]), + ("concidered", &["considered"]), + ("concidering", &["considering"]), + ("conciders", &["considers"]), + ("concieted", &["conceited"]), + ("concieved", &["conceived"]), + ("concious", &["conscious"]), + ("conciously", &["consciously"]), + ("conciousness", &["consciousness"]), + ("condamned", &["condemned"]), + ("condemmed", &["condemned"]), + ("condidtion", &["condition"]), + ("condidtions", &["conditions"]), + ("conditionsof", &["conditions of"]), + ("conected", &["connected"]), + ("conection", &["connection"]), + ("conesencus", &["consensus"]), + ("confidental", &["confidential"]), + ("confidentally", &["confidentially"]), + ("confids", &["confides"]), + ("configureable", &["configurable"]), + ("confortable", &["comfortable"]), + ("congradulations", &["congratulations"]), + ("congresional", &["congressional"]), + ("conived", &["connived"]), + ("conjecutre", &["conjecture"]), + ("conjuction", &["conjunction"]), + ("Conneticut", &["Connecticut"]), + ("conotations", &["connotations"]), + ("conquerd", &["conquered"]), + ("conquerer", &["conqueror"]), + ("conquerers", &["conquerors"]), + ("conqured", &["conquered"]), + ("conscent", &["consent"]), + ("consciouness", &["consciousness"]), + ("consdider", &["consider"]), + ("consdidered", &["considered"]), + ("consdiered", &["considered"]), + ("consectutive", &["consecutive"]), + ("consenquently", &["consequently"]), + ("consentrate", &["concentrate"]), + ("consentrated", &["concentrated"]), + ("consentrates", &["concentrates"]), + ("consept", &["concept"]), + ("consequentually", &["consequently"]), + ("consequeseces", &["consequences"]), + ("consern", &["concern"]), + ("conserned", &["concerned"]), + ("conserning", &["concerning"]), + ("conservitive", &["conservative"]), + ("consiciousness", &["consciousness"]), + ("consicousness", &["consciousness"]), + ("considerd", &["considered"]), + ("consideres", &["considered"]), + ("consious", &["conscious"]), + ("consistant", &["consistent"]), + ("consistantly", &["consistently"]), + ("consituencies", &["constituencies"]), + ("consituency", &["constituency"]), + ("consituted", &["constituted"]), + ("consitution", &["constitution"]), + ("consitutional", &["constitutional"]), + ("consolodate", &["consolidate"]), + ("consolodated", &["consolidated"]), + ("consonent", &["consonant"]), + ("consonents", &["consonants"]), + ("consorcium", &["consortium"]), + ("conspiracys", &["conspiracies"]), + ("conspiriator", &["conspirator"]), + ("constaints", &["constraints"]), + ("constanly", &["constantly"]), + ("constarnation", &["consternation"]), + ("constatn", &["constant"]), + ("constinually", &["continually"]), + ("constituant", &["constituent"]), + ("constituants", &["constituents"]), + ("constituion", &["constitution"]), + ("constituional", &["constitutional"]), + ("consttruction", &["construction"]), + ("constuction", &["construction"]), + ("contstruction", &["construction"]), + ("consulant", &["consultant"]), + ("consumate", &["consummate"]), + ("consumated", &["consummated"]), + ("contaiminate", &["contaminate"]), + ("containes", &["contains"]), + ("contamporaries", &["contemporaries"]), + ("contamporary", &["contemporary"]), + ("contempoary", &["contemporary"]), + ("contemporaneus", &["contemporaneous"]), + ("contempory", &["contemporary"]), + ("contendor", &["contender"]), + ("contian", &["contain"]), + ("contians", &["contains"]), + ("contibute", &["contribute"]), + ("contibuted", &["contributed"]), + ("contibutes", &["contributes"]), + ("contigent", &["contingent"]), + ("contined", &["continued"]), + ("continential", &["continental"]), + ("continous", &["continuous"]), + ("continously", &["continuously"]), + ("continueing", &["continuing"]), + ("contravercial", &["controversial"]), + ("contraversy", &["controversy"]), + ("contributer", &["contributor"]), + ("contributers", &["contributors"]), + ("contritutions", &["contributions"]), + ("controled", &["controlled"]), + ("controling", &["controlling"]), + ("controll", &["control"]), + ("controlls", &["controls"]), + ("controvercial", &["controversial"]), + ("controvercy", &["controversy"]), + ("controveries", &["controversies"]), + ("controversal", &["controversial"]), + ("controversey", &["controversy"]), + ("controvertial", &["controversial"]), + ("controvery", &["controversy"]), + ("contruction", &["construction"]), + ("conveinent", &["convenient"]), + ("convenant", &["covenant"]), + ("convential", &["conventional"]), + ("convertables", &["convertibles"]), + ("convertion", &["conversion"]), + ("conviced", &["convinced"]), + ("convienient", &["convenient"]), + ("coordiantion", &["coordination"]), + ("coorperation", &["cooperation", "corporation"]), + ("coorperations", &["corporations"]), + ("copmetitors", &["competitors"]), + ("coputer", &["computer"]), + ("copywrite", &["copyright"]), + ("coridal", &["cordial"]), + ("cornmitted", &["committed"]), + ("corosion", &["corrosion"]), + ("corparate", &["corporate"]), + ("corperations", &["corporations"]), + ("correcters", &["correctors"]), + ("correponding", &["corresponding"]), + ("correposding", &["corresponding"]), + ("correspondant", &["correspondent"]), + ("correspondants", &["correspondents"]), + ("corridoors", &["corridors"]), + ("corrispond", &["correspond"]), + ("corrispondant", &["correspondent"]), + ("corrispondants", &["correspondents"]), + ("corrisponded", &["corresponded"]), + ("corrisponding", &["corresponding"]), + ("corrisponds", &["corresponds"]), + ("costitution", &["constitution"]), + ("coucil", &["council"]), + ("coudl", &["could", "cloud"]), + ("councellor", &["councillor", "counselor", "councilor"]), + ("councellors", &["councillors", "counselors", "councilors"]), + ("counries", &["countries"]), + ("countains", &["contains"]), + ("countires", &["countries"]), + ("countrie\'s", &["countries", "countries\'", "country\'s"]), + ("coururier", &["courier", "couturier"]), + ("coverted", &["converted", "covered", "coveted"]), + ("cpoy", &["coy", "copy"]), + ("creaeted", &["created"]), + ("creche", &["crèche"]), + ("creedence", &["credence"]), + ("critereon", &["criterion"]), + ("criterias", &["criteria"]), + ("criticists", &["critics"]), + ("critising", &["criticising", "criticizing"]), + ("critisising", &["criticising"]), + ("critisism", &["criticism"]), + ("critisisms", &["criticisms"]), + ("critisize", &["criticise", "criticize"]), + ("critisized", &["criticised", "criticized"]), + ("critisizes", &["criticises", "criticizes"]), + ("critisizing", &["criticising", "criticizing"]), + ("critized", &["criticized"]), + ("critizing", &["criticizing"]), + ("crockodiles", &["crocodiles"]), + ("crowm", &["crown"]), + ("crtical", &["critical"]), + ("crticised", &["criticised"]), + ("crucifiction", &["crucifixion"]), + ("crusies", &["cruises"]), + ("crutial", &["crucial"]), + ("crystalisation", &["crystallisation"]), + ("culiminating", &["culminating"]), + ("cumulatative", &["cumulative"]), + ("curch", &["church"]), + ("curcuit", &["circuit"]), + ("currenly", &["currently"]), + ("curriculem", &["curriculum"]), + ("cxan", &["cyan"]), + ("cyclinder", &["cylinder"]), + ("dacquiri", &["daiquiri"]), + ("daed", &["dead"]), + ("dael", &["deal", "dial", "dahl"]), + ("dalmation", &["dalmatian"]), + ("damenor", &["demeanor"]), + ("dammage", &["damage"]), + ("Dardenelles", &["Dardanelles"]), + ("daugher", &["daughter"]), + ("debateable", &["debatable"]), + ("decendant", &["descendant"]), + ("decendants", &["descendants"]), + ("decendent", &["descendant"]), + ("decendents", &["descendants"]), + ("decideable", &["decidable"]), + ("decidely", &["decidedly"]), + ("decieved", &["deceived"]), + ("decison", &["decision"]), + ("decomissioned", &["decommissioned"]), + ("decomposit", &["decompose"]), + ("decomposited", &["decomposed"]), + ("decompositing", &["decomposing"]), + ("decomposits", &["decomposes"]), + ("decress", &["decrees"]), + ("decribe", &["describe"]), + ("decribed", &["described"]), + ("decribes", &["describes"]), + ("decribing", &["describing"]), + ("dectect", &["detect"]), + ("defendent", &["defendant"]), + ("defendents", &["defendants"]), + ("deffensively", &["defensively"]), + ("deffine", &["define"]), + ("deffined", &["defined"]), + ("definance", &["defiance"]), + ("definate", &["definite"]), + ("definately", &["definitely"]), + ("definatly", &["definitely"]), + ("definetly", &["definitely"]), + ("definining", &["defining"]), + ("definit", &["definite"]), + ("definitly", &["definitely"]), + ("definiton", &["definition"]), + ("defintion", &["definition"]), + ("degrate", &["degrade"]), + ("delagates", &["delegates"]), + ("delapidated", &["dilapidated"]), + ("delerious", &["delirious"]), + ("delevopment", &["development"]), + ("deliberatly", &["deliberately"]), + ("delusionally", &["delusively"]), + ("demenor", &["demeanor"]), + ("demographical", &["demographic"]), + ("demolision", &["demolition"]), + ("demorcracy", &["democracy"]), + ("demostration", &["demonstration"]), + ("denegrating", &["denigrating"]), + ("densly", &["densely"]), + ("deparment", &["department"]), + ("deparmental", &["departmental"]), + ("deparments", &["departments"]), + ("dependance", &["dependence"]), + ("dependancy", &["dependency"]), + ("deram", &["dram", "dream"]), + ("deriviated", &["derived"]), + ("derivitive", &["derivative"]), + ("derogitory", &["derogatory"]), + ("descendands", &["descendants"]), + ("descibed", &["described"]), + ("descision", &["decision"]), + ("descisions", &["decisions"]), + ("descriibes", &["describes"]), + ("descripters", &["descriptors"]), + ("descripton", &["description"]), + ("desctruction", &["destruction"]), + ("descuss", &["discuss"]), + ("desgined", &["designed"]), + ("deside", &["decide"]), + ("desigining", &["designing"]), + ("desinations", &["destinations"]), + ("desintegrated", &["disintegrated"]), + ("desintegration", &["disintegration"]), + ("desireable", &["desirable"]), + ("desitned", &["destined"]), + ("desktiop", &["desktop"]), + ("desorder", &["disorder"]), + ("desoriented", &["disoriented"]), + ("desparate", &["desperate", "disparate"]), + ("despict", &["depict"]), + ("despiration", &["desperation"]), + ("dessicated", &["desiccated"]), + ("dessigned", &["designed"]), + ("destablized", &["destabilized"]), + ("destory", &["destroy"]), + ("detailled", &["detailed"]), + ("detatched", &["detached"]), + ("deteoriated", &["deteriorated"]), + ("deteriate", &["deteriorate"]), + ("deterioriating", &["deteriorating"]), + ("determinining", &["determining"]), + ("detremental", &["detrimental"]), + ("devasted", &["devastated"]), + ("develope", &["develop"]), + ("developement", &["development"]), + ("developped", &["developed"]), + ("develpment", &["development"]), + ("devels", &["delves"]), + ("devestated", &["devastated"]), + ("devestating", &["devastating"]), + ("devide", &["divide"]), + ("devided", &["divided"]), + ("devistating", &["devastating"]), + ("devolopement", &["development"]), + ("diablical", &["diabolical"]), + ("diamons", &["diamonds"]), + ("diaster", &["disaster"]), + ("dichtomy", &["dichotomy"]), + ("diconnects", &["disconnects"]), + ("dicover", &["discover"]), + ("dicovered", &["discovered"]), + ("dicovering", &["discovering"]), + ("dicovers", &["discovers"]), + ("dicovery", &["discovery"]), + ("dictionarys", &["dictionaries"]), + ("dicussed", &["discussed"]), + ("didnt", &["didn\'t"]), + ("diea", &["idea", "die"]), + ("dieing", &["dying", "dyeing"]), + ("dieties", &["deities"]), + ("diety", &["deity"]), + ("diferent", &["different"]), + ("diferrent", &["different"]), + ("differentiatiations", &["differentiations"]), + ("differnt", &["different"]), + ("difficulity", &["difficulty"]), + ("diffrent", &["different"]), + ("dificulties", &["difficulties"]), + ("dificulty", &["difficulty"]), + ("dimenions", &["dimensions"]), + ("dimention", &["dimension"]), + ("dimentional", &["dimensional"]), + ("dimentions", &["dimensions"]), + ("dimesnional", &["dimensional"]), + ("diminuitive", &["diminutive"]), + ("dimunitive", &["diminutive"]), + ("diosese", &["diocese"]), + ("diphtong", &["diphthong"]), + ("diphtongs", &["diphthongs"]), + ("diplomancy", &["diplomacy"]), + ("dipthong", &["diphthong"]), + ("dipthongs", &["diphthongs"]), + ("directoty", &["directory"]), + ("dirived", &["derived"]), + ("disagreeed", &["disagreed"]), + ("disapeared", &["disappeared"]), + ("disapointing", &["disappointing"]), + ("disappearred", &["disappeared"]), + ("disaproval", &["disapproval"]), + ("disasterous", &["disastrous"]), + ("disatisfaction", &["dissatisfaction"]), + ("disatisfied", &["dissatisfied"]), + ("disatrous", &["disastrous"]), + ("discontentment", &["discontent"]), + ("discribe", &["describe"]), + ("discribed", &["described"]), + ("discribes", &["describes"]), + ("discribing", &["describing"]), + ("disctinction", &["distinction"]), + ("disctinctive", &["distinctive"]), + ("disemination", &["dissemination"]), + ("disenchanged", &["disenchanted"]), + ("disiplined", &["disciplined"]), + ("disobediance", &["disobedience"]), + ("disobediant", &["disobedient"]), + ("disolved", &["dissolved"]), + ("disover", &["discover"]), + ("dispair", &["despair"]), + ("disparingly", &["disparagingly"]), + ("dispence", &["dispense"]), + ("dispenced", &["dispensed"]), + ("dispencing", &["dispensing"]), + ("dispicable", &["despicable"]), + ("dispite", &["despite"]), + ("dispostion", &["disposition"]), + ("disproportiate", &["disproportionate"]), + ("disputandem", &["disputandum"]), + ("disricts", &["districts"]), + ("dissagreement", &["disagreement"]), + ("dissapear", &["disappear"]), + ("dissapearance", &["disappearance"]), + ("dissapeared", &["disappeared"]), + ("dissapearing", &["disappearing"]), + ("dissapears", &["disappears"]), + ("dissappear", &["disappear"]), + ("dissappears", &["disappears"]), + ("dissappointed", &["disappointed"]), + ("dissarray", &["disarray"]), + ("dissobediance", &["disobedience"]), + ("dissobediant", &["disobedient"]), + ("dissobedience", &["disobedience"]), + ("dissobedient", &["disobedient"]), + ("distiction", &["distinction"]), + ("distingish", &["distinguish"]), + ("distingished", &["distinguished"]), + ("distingishes", &["distinguishes"]), + ("distingishing", &["distinguishing"]), + ("distingquished", &["distinguished"]), + ("distrubution", &["distribution"]), + ("distruction", &["destruction"]), + ("distructive", &["destructive"]), + ("ditributed", &["distributed"]), + ("diversed", &["diverse", "diverged"]), + ("divice", &["device"]), + ("divinition", &["divination"]), + ("divison", &["division"]), + ("divisons", &["divisions"]), + ("dum", &["dumb"]), + ("doccument", &["document"]), + ("doccumented", &["documented"]), + ("doccuments", &["documents"]), + ("docrines", &["doctrines"]), + ("doctines", &["doctrines"]), + ("documenatry", &["documentary"]), + ("doens", &["does"]), + ("doesnt", &["doesn\'t"]), + ("doign", &["doing"]), + ("dominaton", &["domination"]), + ("dominent", &["dominant"]), + ("dominiant", &["dominant"]), + ("donig", &["doing"]), + ("dosen\'t", &["doesn\'t"]), + ("doub", &["doubt", "daub"]), + ("doulbe", &["double"]), + ("dowloads", &["downloads"]), + ("dramtic", &["dramatic"]), + ("draughtman", &["draughtsman"]), + ("Dravadian", &["Dravidian"]), + ("dreasm", &["dreams"]), + ("driectly", &["directly"]), + ("drnik", &["drink"]), + ("druming", &["drumming"]), + ("drummless", &["drumless"]), + ("dupicate", &["duplicate"]), + ("durig", &["during"]), + ("durring", &["during"]), + ("duting", &["during"]), + ("dyas", &["dryas"]), + ("eahc", &["each"]), + ("ealier", &["earlier"]), + ("earlies", &["earliest"]), + ("earnt", &["earned"]), + ("ecclectic", &["eclectic"]), + ("eceonomy", &["economy"]), + ("ecidious", &["deciduous"]), + ("eclispe", &["eclipse"]), + ("ecomonic", &["economic"]), + ("ect", &["etc"]), + ("eearly", &["early"]), + ("efel", &["evil"]), + ("effeciency", &["efficiency"]), + ("effecient", &["efficient"]), + ("effeciently", &["efficiently"]), + ("efficency", &["efficiency"]), + ("efficent", &["efficient"]), + ("efficently", &["efficiently"]), + ("efford", &["effort", "afford"]), + ("effords", &["efforts", "affords"]), + ("effulence", &["effluence"]), + ("eigth", &["eighth", "eight"]), + ("eiter", &["either"]), + ("elction", &["election"]), + ("electic", &["eclectic", "electric"]), + ("electon", &["election", "electron"]), + ("electrial", &["electrical"]), + ("electricly", &["electrically"]), + ("electricty", &["electricity"]), + ("elementay", &["elementary"]), + ("eleminated", &["eliminated"]), + ("eleminating", &["eliminating"]), + ("eles", &["eels"]), + ("eletricity", &["electricity"]), + ("elicided", &["elicited"]), + ("eligable", &["eligible"]), + ("elimentary", &["elementary"]), + ("ellected", &["elected"]), + ("elphant", &["elephant"]), + ("embarass", &["embarrass"]), + ("embarassed", &["embarrassed"]), + ("embarassing", &["embarrassing"]), + ("embarassment", &["embarrassment"]), + ("embargos", &["embargoes"]), + ("embarras", &["embarrass"]), + ("embarrased", &["embarrassed"]), + ("embarrasing", &["embarrassing"]), + ("embarrasment", &["embarrassment"]), + ("embezelled", &["embezzled"]), + ("emblamatic", &["emblematic"]), + ("eminate", &["emanate"]), + ("eminated", &["emanated"]), + ("emision", &["emission"]), + ("emited", &["emitted"]), + ("emiting", &["emitting"]), + ("emition", &["emission", "emotion"]), + ("emmediately", &["immediately"]), + ("emmigrated", &["emigrated", "immigrated"]), + ("emminent", &["eminent", "imminent"]), + ("emminently", &["eminently"]), + ("emmisaries", &["emissaries"]), + ("emmisarries", &["emissaries"]), + ("emmisarry", &["emissary"]), + ("emmisary", &["emissary"]), + ("emmision", &["emission"]), + ("emmisions", &["emissions"]), + ("emmited", &["emitted"]), + ("emmiting", &["emitting"]), + ("emmitted", &["emitted"]), + ("emmitting", &["emitting"]), + ("emnity", &["enmity"]), + ("emperical", &["empirical"]), + ("emphaised", &["emphasised"]), + ("emphsis", &["emphasis"]), + ("emphysyma", &["emphysema"]), + ("empirial", &["empirical", "imperial"]), + ("emporer", &["emperor"]), + ("emprisoned", &["imprisoned"]), + ("enameld", &["enameled"]), + ("enchancement", &["enhancement"]), + ("encouraing", &["encouraging"]), + ("encryptiion", &["encryption"]), + ("encylopedia", &["encyclopedia"]), + ("endevors", &["endeavors"]), + ("endevour", &["endeavour"]), + ("endig", &["ending"]), + ("endolithes", &["endoliths"]), + ("enduce", &["induce"]), + ("ened", &["need"]), + ("enforceing", &["enforcing"]), + ("engagment", &["engagement"]), + ("engeneer", &["engineer"]), + ("engeneering", &["engineering"]), + ("engieneer", &["engineer"]), + ("engieneers", &["engineers"]), + ("enlargment", &["enlargement"]), + ("enlargments", &["enlargements"]), + ("Enlish", &["English", "enlist"]), + ("enourmous", &["enormous"]), + ("enourmously", &["enormously"]), + ("ensconsed", &["ensconced"]), + ("entaglements", &["entanglements"]), + ("enteratinment", &["entertainment"]), + ("enthusiatic", &["enthusiastic"]), + ("entitity", &["entity"]), + ("entitlied", &["entitled"]), + ("entrepeneur", &["entrepreneur"]), + ("entrepeneurs", &["entrepreneurs"]), + ("enviorment", &["environment"]), + ("enviormental", &["environmental"]), + ("enviormentally", &["environmentally"]), + ("enviorments", &["environments"]), + ("enviornment", &["environment"]), + ("enviornmental", &["environmental"]), + ("enviornmentalist", &["environmentalist"]), + ("enviornmentally", &["environmentally"]), + ("enviornments", &["environments"]), + ("enviroment", &["environment"]), + ("enviromental", &["environmental"]), + ("enviromentalist", &["environmentalist"]), + ("enviromentally", &["environmentally"]), + ("enviroments", &["environments"]), + ("envolutionary", &["evolutionary"]), + ("envrionments", &["environments"]), + ("enxt", &["next"]), + ("epidsodes", &["episodes"]), + ("epsiode", &["episode"]), + ("equialent", &["equivalent"]), + ("equalibrium", &["equilibrium"]), + ("equelibrium", &["equilibrium"]), + ("equilibium", &["equilibrium"]), + ("equilibrum", &["equilibrium"]), + ("equiped", &["equipped"]), + ("equippment", &["equipment"]), + ("equitorial", &["equatorial"]), + ("equivelant", &["equivalent"]), + ("equivelent", &["equivalent"]), + ("equivilant", &["equivalent"]), + ("equivilent", &["equivalent"]), + ("equivlalent", &["equivalent"]), + ("erally", &["orally", "really"]), + ("eratic", &["erratic"]), + ("eratically", &["erratically"]), + ("eraticly", &["erratically"]), + ("erested", &["arrested", "erected"]), + ("errupted", &["erupted"]), + ("esential", &["essential"]), + ("esitmated", &["estimated"]), + ("esle", &["else"]), + ("especialy", &["especially"]), + ("essencial", &["essential"]), + ("essense", &["essence"]), + ("essentail", &["essential"]), + ("essentialy", &["essentially"]), + ("essentual", &["essential"]), + ("essesital", &["essential"]), + ("estabishes", &["establishes"]), + ("establising", &["establishing"]), + ("ethnocentricm", &["ethnocentrism"]), + ("ethose", &["those", "ethos"]), + ("Europian", &["European"]), + ("Europians", &["Europeans"]), + ("Eurpean", &["European"]), + ("Eurpoean", &["European"]), + ("evenhtually", &["eventually"]), + ("eventally", &["eventually"]), + ("eventhough", &["even though"]), + ("eventially", &["eventually"]), + ("eventualy", &["eventually"]), + ("everthing", &["everything"]), + ("everytime", &["every time"]), + ("everyting", &["everything"]), + ("eveyr", &["every"]), + ("evidentally", &["evidently"]), + ("exagerate", &["exaggerate"]), + ("exagerated", &["exaggerated"]), + ("exagerates", &["exaggerates"]), + ("exagerating", &["exaggerating"]), + ("exagerrate", &["exaggerate"]), + ("exagerrated", &["exaggerated"]), + ("exagerrates", &["exaggerates"]), + ("exagerrating", &["exaggerating"]), + ("examinated", &["examined"]), + ("exampt", &["exempt"]), + ("exapansion", &["expansion"]), + ("excact", &["exact"]), + ("excange", &["exchange"]), + ("excecute", &["execute"]), + ("excecuted", &["executed"]), + ("excecutes", &["executes"]), + ("excecuting", &["executing"]), + ("excecution", &["execution"]), + ("excedded", &["exceeded"]), + ("excelent", &["excellent"]), + ("excell", &["excel"]), + ("excellance", &["excellence"]), + ("excellant", &["excellent"]), + ("excells", &["excels"]), + ("excercise", &["exercise"]), + ("exchanching", &["exchanging"]), + ("excisted", &["existed"]), + ("exculsivly", &["exclusively"]), + ("execising", &["exercising"]), + ("exection", &["execution"]), + ("exectued", &["executed"]), + ("exeedingly", &["exceedingly"]), + ("exelent", &["excellent"]), + ("exellent", &["excellent"]), + ("exemple", &["example"]), + ("exept", &["except"]), + ("exeptional", &["exceptional"]), + ("exerbate", &["exacerbate"]), + ("exerbated", &["exacerbated"]), + ("exerciese", &["exercises"]), + ("exerpt", &["excerpt"]), + ("exerpts", &["excerpts"]), + ("exersize", &["exercise"]), + ("exerternal", &["external"]), + ("exhalted", &["exalted"]), + ("exhibtion", &["exhibition"]), + ("exibition", &["exhibition"]), + ("exibitions", &["exhibitions"]), + ("exicting", &["exciting"]), + ("exinct", &["extinct"]), + ("existance", &["existence"]), + ("existant", &["existent"]), + ("existince", &["existence"]), + ("exliled", &["exiled"]), + ("exludes", &["excludes"]), + ("exmaple", &["example"]), + ("exonorate", &["exonerate"]), + ("exoskelaton", &["exoskeleton"]), + ("expalin", &["explain"]), + ("expatriot", &["expatriate"]), + ("expeced", &["expected"]), + ("expecially", &["especially"]), + ("expeditonary", &["expeditionary"]), + ("expeiments", &["experiments"]), + ("expell", &["expel"]), + ("expells", &["expels"]), + ("experiance", &["experience"]), + ("experianced", &["experienced"]), + ("expiditions", &["expeditions"]), + ("expierence", &["experience"]), + ("explaination", &["explanation"]), + ("explaning", &["explaining"]), + ("explictly", &["explicitly"]), + ("exploititive", &["exploitative"]), + ("explotation", &["exploitation"]), + ("expropiated", &["expropriated"]), + ("expropiation", &["expropriation"]), + ("exressed", &["expressed"]), + ("extemely", &["extremely"]), + ("extention", &["extension"]), + ("extentions", &["extensions"]), + ("extered", &["exerted"]), + ("extermist", &["extremist"]), + ("extint", &["extinct", "extant"]), + ("extradiction", &["extradition"]), + ("extraterrestial", &["extraterrestrial"]), + ("extraterrestials", &["extraterrestrials"]), + ("extravagent", &["extravagant"]), + ("extrememly", &["extremely"]), + ("extremeophile", &["extremophile"]), + ("extremly", &["extremely"]), + ("extrordinarily", &["extraordinarily"]), + ("extrordinary", &["extraordinary"]), + ("eyar", &["year", "eyas"]), + ("eyars", &["years", "eyas"]), + ("eyasr", &["years", "eyas"]), + ("faciliate", &["facilitate"]), + ("faciliated", &["facilitated"]), + ("faciliates", &["facilitates"]), + ("facilites", &["facilities"]), + ("facillitate", &["facilitate"]), + ("facinated", &["fascinated"]), + ("facist", &["fascist"]), + ("familes", &["families"]), + ("familliar", &["familiar"]), + ("famoust", &["famous"]), + ("fanatism", &["fanaticism"]), + ("Farenheit", &["Fahrenheit"]), + ("fatc", &["fact"]), + ("faught", &["fought"]), + ("favoutrable", &["favourable"]), + ("feasable", &["feasible"]), + ("Febuary", &["February"]), + ("Feburary", &["February"]), + ("fedreally", &["federally"]), + ("femminist", &["feminist"]), + ("feromone", &["pheromone"]), + ("fertily", &["fertility"]), + ("fianite", &["finite"]), + ("fianlly", &["finally"]), + ("ficticious", &["fictitious"]), + ("fictious", &["fictitious"]), + ("fidn", &["find"]), + ("fiel", &["feel", "field", "file", "phial"]), + ("fiels", &["feels", "fields", "files", "phials"]), + ("fiercly", &["fiercely"]), + ("fightings", &["fighting"]), + ("filiament", &["filament"]), + ("fimilies", &["families"]), + ("finacial", &["financial"]), + ("finaly", &["finally"]), + ("financialy", &["financially"]), + ("firends", &["friends"]), + ("firts", &["flirts", "first"]), + ("fisionable", &["fissionable"]), + ("flamable", &["flammable"]), + ("flawess", &["flawless"]), + ("fleed", &["fled", "freed"]), + ("Flemmish", &["Flemish"]), + ("florescent", &["fluorescent"]), + ("flourescent", &["fluorescent"]), + ("flourine", &["fluorine"]), + ("fluorish", &["flourish"]), + ("flourishment", &["flourishing"]), + ("follwoing", &["following"]), + ("folowing", &["following"]), + ("fomed", &["formed"]), + ("fomr", &["from", "form"]), + ("fonetic", &["phonetic"]), + ("fontrier", &["fontier"]), + ("foootball", &["football"]), + ("forbad", &["forbade"]), + ("forbiden", &["forbidden"]), + ("foreward", &["foreword"]), + ("forfiet", &["forfeit"]), + ("forhead", &["forehead"]), + ("foriegn", &["foreign"]), + ("Formalhaut", &["Fomalhaut"]), + ("formallize", &["formalize"]), + ("formallized", &["formalized"]), + ("formaly", &["formally", "formerly"]), + ("formelly", &["formerly"]), + ("formidible", &["formidable"]), + ("formost", &["foremost"]), + ("forsaw", &["foresaw"]), + ("forseeable", &["foreseeable"]), + ("fortelling", &["foretelling"]), + ("forunner", &["forerunner"]), + ("foucs", &["focus"]), + ("foudn", &["found"]), + ("fougth", &["fought"]), + ("foundaries", &["foundries"]), + ("foundary", &["foundry"]), + ("Foundland", &["Newfoundland"]), + ("fourties", &["forties"]), + ("fourty", &["forty"]), + ("fouth", &["fourth"]), + ("foward", &["forward"]), + ("Fransiscan", &["Franciscan"]), + ("Fransiscans", &["Franciscans"]), + ("freind", &["friend"]), + ("freindly", &["friendly"]), + ("frequentily", &["frequently"]), + ("frome", &["from"]), + ("fromed", &["formed"]), + ("froniter", &["frontier"]), + ("fucntion", &["function"]), + ("fucntioning", &["functioning"]), + ("fufill", &["fulfill"]), + ("fufilled", &["fulfilled"]), + ("fulfiled", &["fulfilled"]), + ("fullfill", &["fulfill"]), + ("fullfilled", &["fulfilled"]), + ("fundametal", &["fundamental"]), + ("fundametals", &["fundamentals"]), + ("funguses", &["fungi"]), + ("funtion", &["function"]), + ("furuther", &["further"]), + ("futher", &["further"]), + ("futhermore", &["furthermore"]), + ("futhroc", &["futhark", "futhorc"]), + ("gae", &["game", "Gael", "gale"]), + ("galatic", &["galactic"]), + ("Galations", &["Galatians"]), + ("gallaxies", &["galaxies"]), + ("galvinized", &["galvanized"]), + ("Gameboy", &["Game Boy"]), + ("ganerate", &["generate"]), + ("ganes", &["games"]), + ("ganster", &["gangster"]), + ("garantee", &["guarantee"]), + ("garanteed", &["guaranteed"]), + ("garantees", &["guarantees"]), + ("gardai", &["gardaí"]), + ("garnison", &["garrison"]), + ("gauarana", &["guaraná"]), + ("gaurantee", &["guarantee"]), + ("gauranteed", &["guaranteed"]), + ("gaurantees", &["guarantees"]), + ("gaurd", &["guard", "gourd"]), + ("gaurentee", &["guarantee"]), + ("gaurenteed", &["guaranteed"]), + ("gaurentees", &["guarantees"]), + ("geneological", &["genealogical"]), + ("geneologies", &["genealogies"]), + ("geneology", &["genealogy"]), + ("generaly", &["generally"]), + ("generatting", &["generating"]), + ("genialia", &["genitalia"]), + ("geographicial", &["geographical"]), + ("geometrician", &["geometer"]), + ("geometricians", &["geometers"]), + ("gerat", &["great"]), + ("Ghandi", &["Gandhi"]), + ("glamourous", &["glamorous"]), + ("glight", &["flight"]), + ("gnawwed", &["gnawed"]), + ("godess", &["goddess"]), + ("godesses", &["goddesses"]), + ("Godounov", &["Godunov"]), + ("gogin", &["going", "Gauguin"]), + ("goign", &["going"]), + ("gonig", &["going"]), + ("Gothenberg", &["Gothenburg"]), + ("Gottleib", &["Gottlieb"]), + ("gouvener", &["governor"]), + ("govement", &["government"]), + ("govenment", &["government"]), + ("govenrment", &["government"]), + ("goverance", &["governance"]), + ("goverment", &["government"]), + ("govermental", &["governmental"]), + ("governer", &["governor"]), + ("governmnet", &["government"]), + ("govorment", &["government"]), + ("govormental", &["governmental"]), + ("govornment", &["government"]), + ("gracefull", &["graceful"]), + ("graet", &["great"]), + ("grafitti", &["graffiti"]), + ("gramatically", &["grammatically"]), + ("grammaticaly", &["grammatically"]), + ("grammer", &["grammar"]), + ("grat", &["great"]), + ("gratuitious", &["gratuitous"]), + ("greatful", &["grateful"]), + ("greatfully", &["gratefully"]), + ("greif", &["grief"]), + ("gridles", &["griddles"]), + ("gropu", &["group"]), + ("grwo", &["grow"]), + ("Guaduloupe", &["Guadalupe", "Guadeloupe"]), + ("Guadulupe", &["Guadalupe", "Guadeloupe"]), + ("guage", &["gauge"]), + ("guarentee", &["guarantee"]), + ("guarenteed", &["guaranteed"]), + ("guarentees", &["guarantees"]), + ("Guatamala", &["Guatemala"]), + ("Guatamalan", &["Guatemalan"]), + ("guerrila", &["guerrilla"]), + ("guerrilas", &["guerrillas"]), + ("guidence", &["guidance"]), + ("Guilia", &["Giulia"]), + ("Guilio", &["Giulio"]), + ("Guiness", &["Guinness"]), + ("Guiseppe", &["Giuseppe"]), + ("gunanine", &["guanine"]), + ("gurantee", &["guarantee"]), + ("guranteed", &["guaranteed"]), + ("gurantees", &["guarantees"]), + ("guttaral", &["guttural"]), + ("gutteral", &["guttural"]), + ("habaeus", &["habeas"]), + ("habeus", &["habeas"]), + ("Habsbourg", &["Habsburg"]), + ("haemorrage", &["haemorrhage"]), + ("haev", &["have", "heave"]), + ("halarious", &["hilarious"]), + ("Hallowean", &["Hallowe\'en", "Halloween"]), + ("halp", &["help"]), + ("hapen", &["happen"]), + ("hapened", &["happened"]), + ("hapening", &["happening"]), + ("happend", &["happened"]), + ("happended", &["happened"]), + ("happenned", &["happened"]), + ("harased", &["harassed"]), + ("harases", &["harasses"]), + ("harasment", &["harassment"]), + ("harasments", &["harassments"]), + ("harassement", &["harassment"]), + ("harras", &["harass"]), + ("harrased", &["harassed"]), + ("harrases", &["harasses"]), + ("harrasing", &["harassing"]), + ("harrasment", &["harassment"]), + ("harrasments", &["harassments"]), + ("harrassed", &["harassed"]), + ("harrasses", &["harassed"]), + ("harrassing", &["harassing"]), + ("harrassment", &["harassment"]), + ("harrassments", &["harassments"]), + ("hasnt", &["hasn\'t"]), + ("Hatian", &["Haitian"]), + ("haviest", &["heaviest"]), + ("headquarer", &["headquarter"]), + ("headquater", &["headquarter"]), + ("headquatered", &["headquartered"]), + ("headquaters", &["headquarters"]), + ("healthercare", &["healthcare"]), + ("heared", &["heard"]), + ("heathy", &["healthy"]), + ("Heidelburg", &["Heidelberg"]), + ("heigher", &["higher"]), + ("heirarchy", &["hierarchy"]), + ("heiroglyphics", &["hieroglyphics"]), + ("helment", &["helmet"]), + ("helpfull", &["helpful"]), + ("helpped", &["helped"]), + ("hemmorhage", &["hemorrhage"]), + ("herad", &["heard", "Hera"]), + ("heridity", &["heredity"]), + ("heroe", &["hero"]), + ("heros", &["heroes"]), + ("hertiage", &["heritage"]), + ("hertzs", &["hertz"]), + ("hesistant", &["hesitant"]), + ("heterogenous", &["heterogeneous"]), + ("hieght", &["height"]), + ("hierachical", &["hierarchical"]), + ("hierachies", &["hierarchies"]), + ("hierachy", &["hierarchy"]), + ("hierarcical", &["hierarchical"]), + ("hierarcy", &["hierarchy"]), + ("hieroglph", &["hieroglyph"]), + ("hieroglphs", &["hieroglyphs"]), + ("higer", &["higher"]), + ("higest", &["highest"]), + ("higway", &["highway"]), + ("hillarious", &["hilarious"]), + ("himselv", &["himself"]), + ("hinderance", &["hindrance"]), + ("hinderence", &["hindrance"]), + ("hindrence", &["hindrance"]), + ("hipopotamus", &["hippopotamus"]), + ("hismelf", &["himself"]), + ("histocompatability", &["histocompatibility"]), + ("historicians", &["historians"]), + ("hitsingles", &["hit singles"]), + ("holf", &["hold"]), + ("holliday", &["holiday"]), + ("homestate", &["home state"]), + ("homogeneize", &["homogenize"]), + ("homogeneized", &["homogenized"]), + ("honory", &["honorary"]), + ("horrifing", &["horrifying"]), + ("hosited", &["hoisted"]), + ("hospitible", &["hospitable"]), + ("hounour", &["honour"]), + ("housr", &["hours", "house"]), + ("howver", &["however"]), + ("hsitorians", &["historians"]), + ("hstory", &["history"]), + ("hten", &["then", "hen", "the"]), + ("htere", &["there", "here"]), + ("htey", &["they"]), + ("htikn", &["think"]), + ("hting", &["thing"]), + ("htink", &["think"]), + ("htis", &["this"]), + ("humer", &["humor", "humour"]), + ("humerous", &["humorous", "humerus"]), + ("huminoid", &["humanoid"]), + ("humoural", &["humoral"]), + ("humurous", &["humorous"]), + ("husban", &["husband"]), + ("hvae", &["have"]), + ("hvaing", &["having"]), + ("hvea", &["have", "heave"]), + ("hwihc", &["which"]), + ("hwile", &["while"]), + ("hwole", &["whole"]), + ("hydogen", &["hydrogen"]), + ("hydropile", &["hydrophile"]), + ("hydropilic", &["hydrophilic"]), + ("hydropobe", &["hydrophobe"]), + ("hydropobic", &["hydrophobic"]), + ("hygeine", &["hygiene"]), + ("hyjack", &["hijack"]), + ("hyjacking", &["hijacking"]), + ("hypocracy", &["hypocrisy"]), + ("hypocrasy", &["hypocrisy"]), + ("hypocricy", &["hypocrisy"]), + ("hypocrit", &["hypocrite"]), + ("hypocrits", &["hypocrites"]), + ("iconclastic", &["iconoclastic"]), + ("idaeidae", &["idea"]), + ("idaes", &["ideas"]), + ("idealogies", &["ideologies"]), + ("idealogy", &["ideology"]), + ("identicial", &["identical"]), + ("identifers", &["identifiers"]), + ("ideosyncratic", &["idiosyncratic"]), + ("idesa", &["ideas", "ides"]), + ("idiosyncracy", &["idiosyncrasy"]), + ("Ihaca", &["Ithaca"]), + ("illegimacy", &["illegitimacy"]), + ("illegitmate", &["illegitimate"]), + ("illess", &["illness"]), + ("illiegal", &["illegal"]), + ("illution", &["illusion"]), + ("ilness", &["illness"]), + ("ilogical", &["illogical"]), + ("imagenary", &["imaginary"]), + ("imagin", &["imagine"]), + ("imaginery", &["imaginary", "imagery"]), + ("imanent", &["eminent", "imminent"]), + ("imcomplete", &["incomplete"]), + ("imediately", &["immediately"]), + ("imense", &["immense"]), + ("imigrant", &["emigrant", "immigrant"]), + ("imigrated", &["emigrated", "immigrated"]), + ("imigration", &["emigration", "immigration"]), + ("iminent", &["eminent", "imminent", "immanent"]), + ("immediatley", &["immediately"]), + ("immediatly", &["immediately"]), + ("immidately", &["immediately"]), + ("immidiately", &["immediately"]), + ("immitate", &["imitate"]), + ("immitated", &["imitated"]), + ("immitating", &["imitating"]), + ("immitator", &["imitator"]), + ("immunosupressant", &["immunosuppressant"]), + ("impecabbly", &["impeccably"]), + ("impedence", &["impedance"]), + ("implamenting", &["implementing"]), + ("impliment", &["implement"]), + ("implimented", &["implemented"]), + ("imploys", &["employs"]), + ("importamt", &["important"]), + ("impressario", &["impresario"]), + ("imprioned", &["imprisoned"]), + ("imprisonned", &["imprisoned"]), + ("improvision", &["improvisation"]), + ("improvments", &["improvements"]), + ("inablility", &["inability"]), + ("inaccessable", &["inaccessible"]), + ("inadiquate", &["inadequate"]), + ("inadquate", &["inadequate"]), + ("inadvertant", &["inadvertent"]), + ("inadvertantly", &["inadvertently"]), + ("inagurated", &["inaugurated"]), + ("inaguration", &["inauguration"]), + ("inappropiate", &["inappropriate"]), + ("inaugures", &["inaugurates"]), + ("inbalance", &["imbalance"]), + ("inbalanced", &["imbalanced"]), + ("inbetween", &["between"]), + ("incarcirated", &["incarcerated"]), + ("incidentially", &["incidentally"]), + ("incidently", &["incidentally"]), + ("inclreased", &["increased"]), + ("includ", &["include"]), + ("includng", &["including"]), + ("incompatabilities", &["incompatibilities"]), + ("incompatability", &["incompatibility"]), + ("incompatable", &["incompatible"]), + ("incompatablities", &["incompatibilities"]), + ("incompatablity", &["incompatibility"]), + ("incompatiblities", &["incompatibilities"]), + ("incompatiblity", &["incompatibility"]), + ("incompetance", &["incompetence"]), + ("incompetant", &["incompetent"]), + ("incomptable", &["incompatible"]), + ("incomptetent", &["incompetent"]), + ("inconsistant", &["inconsistent"]), + ("incoroporated", &["incorporated"]), + ("incorperation", &["incorporation"]), + ("incorportaed", &["incorporated"]), + ("incorprates", &["incorporates"]), + ("incorruptable", &["incorruptible"]), + ("incramentally", &["incrementally"]), + ("increadible", &["incredible"]), + ("incredable", &["incredible"]), + ("inctroduce", &["introduce"]), + ("inctroduced", &["introduced"]), + ("incuding", &["including"]), + ("incunabla", &["incunabula"]), + ("indefinately", &["indefinitely"]), + ("indefineable", &["undefinable"]), + ("indefinitly", &["indefinitely"]), + ("indentical", &["identical"]), + ("indepedantly", &["independently"]), + ("indepedence", &["independence"]), + ("independance", &["independence"]), + ("independant", &["independent"]), + ("independantly", &["independently"]), + ("independece", &["independence"]), + ("independendet", &["independent"]), + ("indespensable", &["indispensable"]), + ("indespensible", &["indispensable"]), + ("indictement", &["indictment"]), + ("indigineous", &["indigenous"]), + ("indipendence", &["independence"]), + ("indipendent", &["independent"]), + ("indipendently", &["independently"]), + ("indispensible", &["indispensable"]), + ("indisputible", &["indisputable"]), + ("indisputibly", &["indisputably"]), + ("indite", &["indict"]), + ("individualy", &["individually"]), + ("indpendent", &["independent"]), + ("indpendently", &["independently"]), + ("indulgue", &["indulge"]), + ("indutrial", &["industrial"]), + ("indviduals", &["individuals"]), + ("inefficienty", &["inefficiently"]), + ("inevatible", &["inevitable"]), + ("inevitible", &["inevitable"]), + ("inevititably", &["inevitably"]), + ("infalability", &["infallibility"]), + ("infallable", &["infallible"]), + ("infectuous", &["infectious"]), + ("infered", &["inferred"]), + ("infilitrate", &["infiltrate"]), + ("infilitrated", &["infiltrated"]), + ("infilitration", &["infiltration"]), + ("infinit", &["infinite"]), + ("inflamation", &["inflammation"]), + ("influencial", &["influential"]), + ("influented", &["influenced"]), + ("infomation", &["information"]), + ("informtion", &["information"]), + ("infrantryman", &["infantryman"]), + ("infrigement", &["infringement"]), + ("ingenius", &["ingenious"]), + ("ingreediants", &["ingredients"]), + ("inhabitans", &["inhabitants"]), + ("inherantly", &["inherently"]), + ("inheritage", &["heritage", "inheritance"]), + ("inheritence", &["inheritance"]), + ("inital", &["initial"]), + ("initally", &["initially"]), + ("initation", &["initiation"]), + ("initiaitive", &["initiative"]), + ("inlcuding", &["including"]), + ("inmigrant", &["immigrant"]), + ("inmigrants", &["immigrants"]), + ("innoculated", &["inoculated"]), + ("inocence", &["innocence"]), + ("inofficial", &["unofficial"]), + ("inot", &["into"]), + ("inpeach", &["impeach"]), + ("inpending", &["impending"]), + ("inpenetrable", &["impenetrable"]), + ("inpolite", &["impolite"]), + ("inprisonment", &["imprisonment"]), + ("inproving", &["improving"]), + ("insectiverous", &["insectivorous"]), + ("insensative", &["insensitive"]), + ("inseperable", &["inseparable"]), + ("insistance", &["insistence"]), + ("insitution", &["institution"]), + ("insitutions", &["institutions"]), + ("inspite", &["in spite", "inspire"]), + ("instade", &["instead"]), + ("instatance", &["instance"]), + ("institue", &["institute"]), + ("instuction", &["instruction"]), + ("instuments", &["instruments"]), + ("instutionalized", &["institutionalized"]), + ("instutions", &["intuitions"]), + ("insurence", &["insurance"]), + ("intelectual", &["intellectual"]), + ("inteligence", &["intelligence"]), + ("inteligent", &["intelligent"]), + ("intenational", &["international"]), + ("intented", &["intended", "indented"]), + ("intepretation", &["interpretation"]), + ("intepretator", &["interpretor"]), + ("interational", &["international"]), + ("interbread", &["interbreed", "interbred"]), + ("interchangable", &["interchangeable"]), + ("interchangably", &["interchangeably"]), + ("intercontinential", &["intercontinental"]), + ("intercontinetal", &["intercontinental"]), + ("intered", &["interred", "interned"]), + ("interelated", &["interrelated"]), + ("interferance", &["interference"]), + ("interfereing", &["interfering"]), + ("intergrated", &["integrated"]), + ("intergration", &["integration"]), + ("interm", &["interim"]), + ("internation", &["international"]), + ("interpet", &["interpret"]), + ("interrim", &["interim"]), + ("interrugum", &["interregnum"]), + ("intertaining", &["entertaining"]), + ("interupt", &["interrupt"]), + ("intervines", &["intervenes"]), + ("intevene", &["intervene"]), + ("intial", &["initial"]), + ("intially", &["initially"]), + ("intrduced", &["introduced"]), + ("intrest", &["interest"]), + ("introdued", &["introduced"]), + ("intruduced", &["introduced"]), + ("intrument", &["instrument"]), + ("intrumental", &["instrumental"]), + ("intruments", &["instruments"]), + ("intrusted", &["entrusted"]), + ("intutive", &["intuitive"]), + ("intutively", &["intuitively"]), + ("inudstry", &["industry"]), + ("inumerable", &["enumerable", "innumerable"]), + ("inventer", &["inventor"]), + ("invertibrates", &["invertebrates"]), + ("investingate", &["investigate"]), + ("involvment", &["involvement"]), + ("irelevent", &["irrelevant"]), + ("iresistable", &["irresistible"]), + ("iresistably", &["irresistibly"]), + ("iresistible", &["irresistible"]), + ("iresistibly", &["irresistibly"]), + ("iritable", &["irritable"]), + ("iritated", &["irritated"]), + ("ironicly", &["ironically"]), + ("irregardless", &["regardless"]), + ("irrelevent", &["irrelevant"]), + ("irreplacable", &["irreplaceable"]), + ("irresistable", &["irresistible"]), + ("irresistably", &["irresistibly"]), + ("isnt", &["isn\'t"]), + ("Israelies", &["Israelis"]), + ("issueing", &["issuing"]), + ("itnroduced", &["introduced"]), + ("iunior", &["junior"]), + ("iwll", &["will"]), + ("iwth", &["with"]), + ("Janurary", &["January"]), + ("Januray", &["January"]), + ("Japanes", &["Japanese"]), + ("jaques", &["jacques"]), + ("jeapardy", &["jeopardy"]), + ("jewllery", &["jewellery"]), + ("Johanine", &["Johannine"]), + ("jorunal", &["journal"]), + ("Jospeh", &["Joseph"]), + ("jouney", &["journey"]), + ("journied", &["journeyed"]), + ("journies", &["journeys"]), + ("jstu", &["just"]), + ("jsut", &["just"]), + ("Juadaism", &["Judaism"]), + ("Juadism", &["Judaism"]), + ("judical", &["judicial"]), + ("judisuary", &["judiciary"]), + ("juducial", &["judicial"]), + ("juristiction", &["jurisdiction"]), + ("juristictions", &["jurisdictions"]), + ("kindergarden", &["kindergarten"]), + ("klenex", &["kleenex"]), + ("knifes", &["knives"]), + ("knive", &["knife"]), + ("knowlege", &["knowledge"]), + ("knowlegeable", &["knowledgeable"]), + ("knwo", &["know"]), + ("knwos", &["knows"]), + ("konw", &["know"]), + ("konws", &["knows"]), + ("kwno", &["know"]), + ("labatory", &["lavatory", "laboratory"]), + ("labled", &["labelled", "labeled"]), + ("labratory", &["laboratory"]), + ("laguage", &["language"]), + ("laguages", &["languages"]), + ("larg", &["large"]), + ("largst", &["largest"]), + ("larrry", &["larry"]), + ("lastr", &["last"]), + ("lattitude", &["latitude"]), + ("launchs", &["launch", "launches"]), + ("launhed", &["launched"]), + ("lavae", &["larvae"]), + ("layed", &["laid"]), + ("lazyness", &["laziness"]), + ("leage", &["league"]), + ("leanr", &["lean", "learn", "leaner"]), + ("leathal", &["lethal"]), + ("lefted", &["left"]), + ("legitamate", &["legitimate"]), + ("legitmate", &["legitimate"]), + ("leibnitz", &["leibniz"]), + ("lenght", &["length"]), + ("leran", &["learn"]), + ("lerans", &["learns"]), + ("leutenant", &["lieutenant"]), + ("levetate", &["levitate"]), + ("levetated", &["levitated"]), + ("levetates", &["levitates"]), + ("levetating", &["levitating"]), + ("levle", &["level"]), + ("liasion", &["liaison"]), + ("liason", &["liaison"]), + ("liasons", &["liaisons"]), + ("libary", &["library"]), + ("libell", &["libel"]), + ("libguistic", &["linguistic"]), + ("libguistics", &["linguistics"]), + ("libitarianisn", &["libertarianism"]), + ("lible", &["libel", "liable"]), + ("lieing", &["lying"]), + ("liek", &["like"]), + ("liekd", &["liked"]), + ("liesure", &["leisure"]), + ("lieuenant", &["lieutenant"]), + ("lieved", &["lived"]), + ("liftime", &["lifetime"]), + ("lightyear", &["light year"]), + ("lightyears", &["light years"]), + ("likelyhood", &["likelihood"]), + ("linnaena", &["linnaean"]), + ("lippizaner", &["lipizzaner"]), + ("liquify", &["liquefy"]), + ("liscense", &["license", "licence"]), + ("lisence", &["license", "licence"]), + ("lisense", &["license", "licence"]), + ("listners", &["listeners"]), + ("litature", &["literature"]), + ("literaly", &["literally"]), + ("literture", &["literature"]), + ("littel", &["little"]), + ("litterally", &["literally"]), + ("liuke", &["like"]), + ("livley", &["lively"]), + ("lmits", &["limits"]), + ("loev", &["love"]), + ("lonelyness", &["loneliness"]), + ("longitudonal", &["longitudinal"]), + ("lonley", &["lonely"]), + ("lonly", &["lonely", "only"]), + ("loosing", &["losing"]), + ("lotharingen", &["lothringen"]), + ("lsat", &["last"]), + ("lukid", &["likud"]), + ("lveo", &["love"]), + ("lvoe", &["love"]), + ("Lybia", &["Libya"]), + ("maching", &["machine", "marching", "matching"]), + ("mackeral", &["mackerel"]), + ("magasine", &["magazine"]), + ("magizine", &["magazine"]), + ("magisine", &["magazine"]), + ("magincian", &["magician"]), + ("magnificient", &["magnificent"]), + ("magolia", &["magnolia"]), + ("mailny", &["mainly"]), + ("maintainance", &["maintenance"]), + ("maintainence", &["maintenance"]), + ("maintance", &["maintenance"]), + ("maintenence", &["maintenance"]), + ("maintinaing", &["maintaining"]), + ("maintioned", &["mentioned"]), + ("majoroty", &["majority"]), + ("maked", &["marked", "made"]), + ("makse", &["makes"]), + ("Malcom", &["Malcolm"]), + ("maltesian", &["Maltese"]), + ("mamal", &["mammal"]), + ("mamalian", &["mammalian"]), + ("managable", &["manageable", "manageably"]), + ("managment", &["management"]), + ("maneouvre", &["manoeuvre"]), + ("maneouvred", &["manoeuvred"]), + ("maneouvres", &["manoeuvres"]), + ("maneouvring", &["manoeuvring"]), + ("manisfestations", &["manifestations"]), + ("manoeuverability", &["maneuverability"]), + ("manouver", &["maneuver", "manoeuvre"]), + ( + "manouverability", + &["maneuverability", "manoeuvrability", "manoeuverability"], + ), + ("manouverable", &["maneuverable", "manoeuvrable"]), + ("manouvers", &["maneuvers", "manoeuvres"]), + ("mantained", &["maintained"]), + ("manuever", &["maneuver", "manoeuvre"]), + ("manuevers", &["maneuvers", "manoeuvres"]), + ("manufacturedd", &["manufactured"]), + ("manufature", &["manufacture"]), + ("manufatured", &["manufactured"]), + ("manufaturing", &["manufacturing"]), + ("manuver", &["maneuver"]), + ("mariage", &["marriage"]), + ("marjority", &["majority"]), + ("markes", &["marks"]), + ("marketting", &["marketing"]), + ("marmelade", &["marmalade"]), + ("marrage", &["marriage"]), + ("marraige", &["marriage"]), + ("marrtyred", &["martyred"]), + ("marryied", &["married"]), + ("Massachussets", &["Massachusetts"]), + ("Massachussetts", &["Massachusetts"]), + ("massmedia", &["mass media"]), + ("masterbation", &["masturbation"]), + ("mataphysical", &["metaphysical"]), + ("materalists", &["materialist"]), + ("mathamatics", &["mathematics"]), + ("mathematican", &["mathematician"]), + ("mathematicas", &["mathematics"]), + ("matheticians", &["mathematicians"]), + ("mathmatically", &["mathematically"]), + ("mathmatician", &["mathematician"]), + ("mathmaticians", &["mathematicians"]), + ("mccarthyst", &["mccarthyist"]), + ("mchanics", &["mechanics"]), + ("meaninng", &["meaning"]), + ("mear", &["wear", "mere", "mare"]), + ("mechandise", &["merchandise"]), + ("medacine", &["medicine"]), + ("medeival", &["medieval"]), + ("medevial", &["medieval"]), + ("mediciney", &["mediciny"]), + ("medievel", &["medieval"]), + ("mediterainnean", &["mediterranean"]), + ("Mediteranean", &["Mediterranean"]), + ("meerkrat", &["meerkat"]), + ("melieux", &["milieux"]), + ("membranaphone", &["membranophone"]), + ("memeber", &["member"]), + ("menally", &["mentally"]), + ("meranda", &["veranda", "Miranda"]), + ("mercentile", &["mercantile"]), + ("messanger", &["messenger"]), + ("messenging", &["messaging"]), + ("metalic", &["metallic"]), + ("metalurgic", &["metallurgic"]), + ("metalurgical", &["metallurgical"]), + ("metalurgy", &["metallurgy"]), + ("metamorphysis", &["metamorphosis"]), + ("metaphoricial", &["metaphorical"]), + ("meterologist", &["meteorologist"]), + ("meterology", &["meteorology"]), + ("methaphor", &["metaphor"]), + ("methaphors", &["metaphors"]), + ("Michagan", &["Michigan"]), + ("micoscopy", &["microscopy"]), + ("midwifes", &["midwives"]), + ("mileau", &["milieu"]), + ("milennia", &["millennia"]), + ("milennium", &["millennium"]), + ("mileu", &["milieu"]), + ("miliary", &["military"]), + ("miligram", &["milligram"]), + ("milion", &["million"]), + ("miliraty", &["military"]), + ("millenia", &["millennia"]), + ("millenial", &["millennial"]), + ("millenialism", &["millennialism"]), + ("millenium", &["millennium"]), + ("millepede", &["millipede"]), + ("millioniare", &["millionaire"]), + ("millitant", &["militant"]), + ("millitary", &["military"]), + ("millon", &["million"]), + ("miltary", &["military"]), + ("minature", &["miniature"]), + ("minerial", &["mineral"]), + ("ministery", &["ministry"]), + ("minsitry", &["ministry"]), + ("minstries", &["ministries"]), + ("minstry", &["ministry"]), + ("minumum", &["minimum"]), + ("mirrorred", &["mirrored"]), + ("miscelaneous", &["miscellaneous"]), + ("miscellanious", &["miscellaneous"]), + ("miscellanous", &["miscellaneous"]), + ("mischeivous", &["mischievous"]), + ("mischevious", &["mischievous"]), + ("mischievious", &["mischievous"]), + ("misdameanor", &["misdemeanor"]), + ("misdameanors", &["misdemeanors"]), + ("misdemenor", &["misdemeanor"]), + ("misdemenors", &["misdemeanors"]), + ("misfourtunes", &["misfortunes"]), + ("misile", &["missile"]), + ("Misouri", &["Missouri"]), + ("mispell", &["misspell"]), + ("mispelled", &["misspelled"]), + ("mispelling", &["misspelling"]), + ("missen", &["mizzen"]), + ("Missisipi", &["Mississippi"]), + ("Missisippi", &["Mississippi"]), + ("missle", &["missile"]), + ("missonary", &["missionary"]), + ("misterious", &["mysterious"]), + ("mistery", &["mystery"]), + ("misteryous", &["mysterious"]), + ("mkae", &["make"]), + ("mkaes", &["makes"]), + ("mkaing", &["making"]), + ("mkea", &["make"]), + ("moderm", &["modem"]), + ("modle", &["model"]), + ("moent", &["moment"]), + ("moeny", &["money"]), + ("mohammedans", &["muslims"]), + ("moleclues", &["molecules"]), + ("momento", &["memento"]), + ("monestaries", &["monasteries"]), + ("monestary", &["monastery", "monetary"]), + ("monickers", &["monikers"]), + ("monolite", &["monolithic"]), + ("Monserrat", &["Montserrat"]), + ("montains", &["mountains"]), + ("montanous", &["mountainous"]), + ("Montnana", &["Montana"]), + ("monts", &["months"]), + ("montypic", &["monotypic"]), + ("moreso", &["more", "more so"]), + ("morgage", &["mortgage"]), + ("Morisette", &["Morissette"]), + ("Morrisette", &["Morissette"]), + ("morroccan", &["moroccan"]), + ("morrocco", &["morocco"]), + ("morroco", &["morocco"]), + ("mortage", &["mortgage"]), + ("mosture", &["moisture"]), + ("motiviated", &["motivated"]), + ("mounth", &["month"]), + ("movei", &["movie"]), + ("movment", &["movement"]), + ("mroe", &["more"]), + ("mucuous", &["mucous"]), + ("muder", &["murder"]), + ("mudering", &["murdering"]), + ("muhammadan", &["muslim"]), + ("multicultralism", &["multiculturalism"]), + ("multipled", &["multiplied"]), + ("multiplers", &["multipliers"]), + ("munbers", &["numbers"]), + ("muncipalities", &["municipalities"]), + ("muncipality", &["municipality"]), + ("munnicipality", &["municipality"]), + ("muscels", &["mussels", "muscles"]), + ("muscial", &["musical"]), + ("muscician", &["musician"]), + ("muscicians", &["musicians"]), + ("mutiliated", &["mutilated"]), + ("myraid", &["myriad"]), + ("mysef", &["myself"]), + ("mysogynist", &["misogynist"]), + ("mysogyny", &["misogyny"]), + ("mysterous", &["mysterious"]), + ("Mythraic", &["Mithraic"]), + ("naieve", &["naive"]), + ("Naploeon", &["Napoleon"]), + ("Napolean", &["Napoleon"]), + ("Napoleonian", &["Napoleonic"]), + ("naturaly", &["naturally"]), + ("naturely", &["naturally"]), + ("naturual", &["natural"]), + ("naturually", &["naturally"]), + ("Nazereth", &["Nazareth"]), + ("neccesarily", &["necessarily"]), + ("neccesary", &["necessary"]), + ("neccessarily", &["necessarily"]), + ("neccessary", &["necessary"]), + ("neccessities", &["necessities"]), + ("necesarily", &["necessarily"]), + ("necesary", &["necessary"]), + ("necessiate", &["necessitate"]), + ("neglible", &["negligible"]), + ("negligable", &["negligible"]), + ("negociate", &["negotiate"]), + ("negociation", &["negotiation"]), + ("negociations", &["negotiations"]), + ("negotation", &["negotiation"]), + ("neice", &["niece", "nice"]), + ("neigborhood", &["neighborhood"]), + ("neigbour", &["neighbour", "neighbor"]), + ("neigbourhood", &["neighbourhood"]), + ("neigbouring", &["neighbouring", "neighboring"]), + ("neigbours", &["neighbours", "neighbors"]), + ("neolitic", &["neolithic"]), + ("nessasarily", &["necessarily"]), + ("nessecary", &["necessary"]), + ("nestin", &["nesting"]), + ("neverthless", &["nevertheless"]), + ("newletters", &["newsletters"]), + ("nickle", &["nickel"]), + ("nightime", &["nighttime"]), + ("nineth", &["ninth"]), + ("ninteenth", &["nineteenth"]), + ("ninties", &["1990s"]), + ("ninty", &["ninety"]), + ("nkow", &["know"]), + ("nkwo", &["know"]), + ("nmae", &["name"]), + ("noncombatents", &["noncombatants"]), + ("nonsence", &["nonsense"]), + ("nontheless", &["nonetheless"]), + ("noone", &["no one"]), + ("norhern", &["northern"]), + ("northen", &["northern"]), + ("northereastern", &["northeastern"]), + ("notabley", &["notably"]), + ("noteable", &["notable"]), + ("noteably", &["notably"]), + ("noteriety", &["notoriety"]), + ("noth", &["north"]), + ("nothern", &["northern"]), + ("noticable", &["noticeable"]), + ("noticably", &["noticeably"]), + ("noticeing", &["noticing"]), + ("noticible", &["noticeable"]), + ("notwhithstanding", &["notwithstanding"]), + ("noveau", &["nouveau"]), + ("Novermber", &["November"]), + ("nowdays", &["nowadays"]), + ("nowe", &["now"]), + ("nto", &["not"]), + ("nucular", &["nuclear"]), + ("nuculear", &["nuclear"]), + ("nuisanse", &["nuisance"]), + ("Nullabour", &["Nullarbor"]), + ("numberous", &["numerous"]), + ("Nuremburg", &["Nuremberg"]), + ("nusance", &["nuisance"]), + ("nutritent", &["nutrient"]), + ("nutritents", &["nutrients"]), + ("nuturing", &["nurturing"]), + ("obediance", &["obedience"]), + ("obediant", &["obedient"]), + ("obession", &["obsession"]), + ("obssessed", &["obsessed"]), + ("obstacal", &["obstacle"]), + ("obstancles", &["obstacles"]), + ("obstruced", &["obstructed"]), + ("ocasion", &["occasion"]), + ("ocasional", &["occasional"]), + ("ocasionally", &["occasionally"]), + ("ocasionaly", &["occasionally"]), + ("ocasioned", &["occasioned"]), + ("ocasions", &["occasions"]), + ("ocassion", &["occasion"]), + ("ocassional", &["occasional"]), + ("ocassionally", &["occasionally"]), + ("ocassionaly", &["occasionally"]), + ("ocassioned", &["occasioned"]), + ("ocassions", &["occasions"]), + ("occaison", &["occasion"]), + ("occassion", &["occasion"]), + ("occassional", &["occasional"]), + ("occassionally", &["occasionally"]), + ("occassionaly", &["occasionally"]), + ("occassioned", &["occasioned"]), + ("occassions", &["occasions"]), + ("occationally", &["occasionally"]), + ("occour", &["occur"]), + ("occurance", &["occurrence"]), + ("occurances", &["occurrences"]), + ("occured", &["occurred"]), + ("occurence", &["occurrence"]), + ("occurences", &["occurrences"]), + ("occuring", &["occurring"]), + ("occurr", &["occur"]), + ("occurrance", &["occurrence"]), + ("occurrances", &["occurrences"]), + ("octohedra", &["octahedra"]), + ("octohedral", &["octahedral"]), + ("octohedron", &["octahedron"]), + ("ocuntries", &["countries"]), + ("ocuntry", &["country"]), + ("ocurr", &["occur"]), + ("ocurrance", &["occurrence"]), + ("ocurred", &["occurred"]), + ("ocurrence", &["occurrence"]), + ("offcers", &["officers"]), + ("offcially", &["officially"]), + ("offereings", &["offerings"]), + ("offical", &["official"]), + ("offically", &["officially"]), + ("officals", &["officials"]), + ("officaly", &["officially"]), + ("officialy", &["officially"]), + ("offred", &["offered"]), + ("oftenly", &["often"]), + ("oging", &["going", "ogling"]), + ("olther", &["other"]), + ("omision", &["omission"]), + ("omited", &["omitted"]), + ("omiting", &["omitting"]), + ("omlette", &["omelette"]), + ("ommision", &["omission"]), + ("ommited", &["omitted"]), + ("ommiting", &["omitting"]), + ("ommitted", &["omitted"]), + ("ommitting", &["omitting"]), + ("omniverous", &["omnivorous"]), + ("omniverously", &["omnivorously"]), + ("omre", &["more"]), + ("onot", &["note", "not"]), + ("onyl", &["only"]), + ("openess", &["openness"]), + ("oponent", &["opponent"]), + ("oportunity", &["opportunity"]), + ("opose", &["oppose"]), + ("oposite", &["opposite"]), + ("oposition", &["opposition"]), + ("oppenly", &["openly"]), + ("oppinion", &["opinion"]), + ("opponant", &["opponent"]), + ("oppononent", &["opponent"]), + ("oppositition", &["opposition"]), + ("oppossed", &["opposed"]), + ("opprotunity", &["opportunity"]), + ("opression", &["oppression"]), + ("opressive", &["oppressive"]), + ("opthalmic", &["ophthalmic"]), + ("opthalmologist", &["ophthalmologist"]), + ("opthalmology", &["ophthalmology"]), + ("opthamologist", &["ophthalmologist"]), + ("optmizations", &["optimizations"]), + ("optomism", &["optimism"]), + ("orded", &["ordered"]), + ("organim", &["organism"]), + ("organistion", &["organisation"]), + ("organiztion", &["organization"]), + ("orgin", &["origin", "organ"]), + ("orginal", &["original"]), + ("orginally", &["originally"]), + ("orginize", &["organise"]), + ("oridinarily", &["ordinarily"]), + ("origanaly", &["originally"]), + ("originall", &["original", "originally"]), + ("originaly", &["originally"]), + ("originially", &["originally"]), + ("originnally", &["originally"]), + ("origional", &["original"]), + ("orignally", &["originally"]), + ("orignially", &["originally"]), + ("otehr", &["other"]), + ("otherwordly", &["otherworldly"]), + ("oublisher", &["publisher"]), + ("ouevre", &["oeuvre"]), + ("oustanding", &["outstanding"]), + ("overshaddowed", &["overshadowed"]), + ("overthere", &["over there"]), + ("overwelming", &["overwhelming"]), + ("overwheliming", &["overwhelming"]), + ("owrk", &["work"]), + ("owudl", &["would"]), + ("oxigen", &["oxygen"]), + ("oximoron", &["oxymoron"]), + ("paide", &["paid"]), + ("paitience", &["patience"]), + ("palce", &["place", "palace"]), + ("paleolitic", &["paleolithic"]), + ("paliamentarian", &["parliamentarian"]), + ("Palistian", &["Palestinian"]), + ("Palistinian", &["Palestinian"]), + ("Palistinians", &["Palestinians"]), + ("pallete", &["palette"]), + ("pamflet", &["pamphlet"]), + ("pamplet", &["pamphlet"]), + ("pantomine", &["pantomime"]), + ("Papanicalou", &["Papanicolaou"]), + ("paralel", &["parallel"]), + ("paralell", &["parallel"]), + ("paralelly", &["parallelly"]), + ("paralely", &["parallelly"]), + ("parallely", &["parallelly"]), + ("paranthesis", &["parenthesis"]), + ("paraphenalia", &["paraphernalia"]), + ("parellels", &["parallels"]), + ("parisitic", &["parasitic"]), + ("parituclar", &["particular"]), + ("parliment", &["parliament"]), + ("parrakeets", &["parakeets"]), + ("parralel", &["parallel"]), + ("parrallel", &["parallel"]), + ("parrallell", &["parallel"]), + ("parrallelly", &["parallelly"]), + ("parrallely", &["parallelly"]), + ("partialy", &["partially"]), + ("particually", &["particularly"]), + ("particualr", &["particular"]), + ("particuarly", &["particularly"]), + ("particularily", &["particularly"]), + ("particulary", &["particularly"]), + ("pary", &["party"]), + ("pased", &["passed"]), + ("pasengers", &["passengers"]), + ("passerbys", &["passersby"]), + ("pasttime", &["pastime"]), + ("pastural", &["pastoral"]), + ("paticular", &["particular"]), + ("pattented", &["patented"]), + ("pavillion", &["pavilion"]), + ("payed", &["paid"]), + ("pblisher", &["publisher"]), + ("pbulisher", &["publisher"]), + ("peacefuland", &["peaceful and"]), + ("peageant", &["pageant"]), + ("peaple", &["people"]), + ("peaples", &["peoples"]), + ("peculure", &["peculiar"]), + ("pedestrain", &["pedestrian"]), + ("peformed", &["performed"]), + ("peice", &["piece"]), + ("Peloponnes", &["Peloponnesus"]), + ("penatly", &["penalty"]), + ("penerator", &["penetrator"]), + ("penisula", &["peninsula"]), + ("penisular", &["peninsular"]), + ("penninsula", &["peninsula"]), + ("penninsular", &["peninsular"]), + ("pennisula", &["peninsula"]), + ("Pennyslvania", &["Pennsylvania"]), + ("pensle", &["pencil"]), + ("pensinula", &["peninsula"]), + ("peom", &["poem"]), + ("peoms", &["poems"]), + ("peopel", &["people"]), + ("peopels", &["peoples"]), + ("peotry", &["poetry"]), + ("perade", &["parade"]), + ("percepted", &["perceived"]), + ("percieve", &["perceive"]), + ("percieved", &["perceived"]), + ("perenially", &["perennially"]), + ("peretrator", &["perpetrator"]), + ("perfomance", &["performance"]), + ("perfomers", &["performers"]), + ("performence", &["performance"]), + ("performes", &["performed", "performs"]), + ("perhasp", &["perhaps"]), + ("perheaps", &["perhaps"]), + ("perhpas", &["perhaps"]), + ("peripathetic", &["peripatetic"]), + ("peristent", &["persistent"]), + ("perjery", &["perjury"]), + ("perjorative", &["pejorative"]), + ("permanant", &["permanent"]), + ("permenant", &["permanent"]), + ("permenantly", &["permanently"]), + ("permissable", &["permissible"]), + ("perogative", &["prerogative"]), + ("peronal", &["personal"]), + ("perpertrated", &["perpetrated"]), + ("perosnality", &["personality"]), + ("perphas", &["perhaps"]), + ("perpindicular", &["perpendicular"]), + ("persan", &["person"]), + ("perseverence", &["perseverance"]), + ("persistance", &["persistence"]), + ("persistant", &["persistent"]), + ("personel", &["personnel", "personal"]), + ("personell", &["personnel"]), + ("personnell", &["personnel"]), + ("persuded", &["persuaded"]), + ("persue", &["pursue"]), + ("persued", &["pursued"]), + ("persuing", &["pursuing"]), + ("persuit", &["pursuit"]), + ("persuits", &["pursuits"]), + ("pertubation", &["perturbation"]), + ("pertubations", &["perturbations"]), + ("pessiary", &["pessary"]), + ("petetion", &["petition"]), + ("Pharoah", &["Pharaoh"]), + ("phenomenom", &["phenomenon"]), + ("phenomenonal", &["phenomenal"]), + ("phenomenonly", &["phenomenally"]), + ("phenomonenon", &["phenomenon"]), + ("phenomonon", &["phenomenon"]), + ("phenonmena", &["phenomena"]), + ("Philipines", &["Philippines"]), + ("philisopher", &["philosopher"]), + ("philisophical", &["philosophical"]), + ("philisophy", &["philosophy"]), + ("Phillipine", &["Philippine"]), + ("Phillipines", &["Philippines"]), + ("Phillippines", &["Philippines"]), + ("phillosophically", &["philosophically"]), + ("philospher", &["philosopher"]), + ("philosphies", &["philosophies"]), + ("philosphy", &["philosophy"]), + ("Phonecian", &["Phoenecian"]), + ("phongraph", &["phonograph"]), + ("phylosophical", &["philosophical"]), + ("physicaly", &["physically"]), + ("piblisher", &["publisher"]), + ("pich", &["pitch"]), + ("pilgrimmage", &["pilgrimage"]), + ("pilgrimmages", &["pilgrimages"]), + ("pinapple", &["pineapple"]), + ("pinnaple", &["pineapple"]), + ("pinoneered", &["pioneered"]), + ("plagarism", &["plagiarism"]), + ("planation", &["plantation"]), + ("planed", &["planned"]), + ("plantiff", &["plaintiff"]), + ("plateu", &["plateau"]), + ("plausable", &["plausible"]), + ("playright", &["playwright"]), + ("playwrite", &["playwright"]), + ("playwrites", &["playwrights"]), + ("pleasent", &["pleasant"]), + ("plebicite", &["plebiscite"]), + ("plesant", &["pleasant"]), + ("poenis", &["penis"]), + ("poeoples", &["peoples"]), + ("poety", &["poetry"]), + ("poisin", &["poison"]), + ("polical", &["political"]), + ("polinator", &["pollinator"]), + ("polinators", &["pollinators"]), + ("politican", &["politician"]), + ("politicans", &["politicians"]), + ("poltical", &["political"]), + ("polute", &["pollute"]), + ("poluted", &["polluted"]), + ("polutes", &["pollutes"]), + ("poluting", &["polluting"]), + ("polution", &["pollution"]), + ("polyphonyic", &["polyphonic"]), + ("polysaccaride", &["polysaccharide"]), + ("polysaccharid", &["polysaccharide"]), + ("pomegranite", &["pomegranate"]), + ("pomotion", &["promotion"]), + ("poportional", &["proportional"]), + ("popoulation", &["population"]), + ("popularaty", &["popularity"]), + ("populare", &["popular"]), + ("populer", &["popular"]), + ("porshan", &["portion"]), + ("porshon", &["portion"]), + ("portait", &["portrait"]), + ("portayed", &["portrayed"]), + ("portraing", &["portraying"]), + ("Portugese", &["Portuguese"]), + ("portuguease", &["portuguese"]), + ("portugues", &["Portuguese"]), + ("posess", &["possess"]), + ("posessed", &["possessed"]), + ("posesses", &["possesses"]), + ("posessing", &["possessing"]), + ("posession", &["possession"]), + ("posessions", &["possessions"]), + ("posion", &["poison"]), + ("positon", &["position", "positron"]), + ("possable", &["possible"]), + ("possably", &["possibly"]), + ("posseses", &["possesses"]), + ("possesing", &["possessing"]), + ("possesion", &["possession"]), + ("possessess", &["possesses"]), + ("possibile", &["possible"]), + ("possibilty", &["possibility"]), + ("possiblility", &["possibility"]), + ("possiblilty", &["possibility"]), + ("possiblities", &["possibilities"]), + ("possiblity", &["possibility"]), + ("possition", &["position"]), + ("Postdam", &["Potsdam"]), + ("posthomous", &["posthumous"]), + ("postion", &["position"]), + ("postive", &["positive"]), + ("potatos", &["potatoes"]), + ("potrait", &["portrait"]), + ("potrayed", &["portrayed"]), + ("poulations", &["populations"]), + ("poverful", &["powerful"]), + ("poweful", &["powerful"]), + ("powerfull", &["powerful"]), + ("ppublisher", &["publisher"]), + ("practial", &["practical"]), + ("practially", &["practically"]), + ("practicaly", &["practically"]), + ("practicioner", &["practitioner"]), + ("practicioners", &["practitioners"]), + ("practicly", &["practically"]), + ("practioner", &["practitioner"]), + ("practioners", &["practitioners"]), + ("prairy", &["prairie"]), + ("prarie", &["prairie"]), + ("praries", &["prairies"]), + ("pratice", &["practice"]), + ("preample", &["preamble"]), + ("precedessor", &["predecessor"]), + ("preceed", &["precede"]), + ("preceeded", &["preceded"]), + ("preceeding", &["preceding"]), + ("preceeds", &["precedes"]), + ("precentage", &["percentage"]), + ("precice", &["precise"]), + ("precisly", &["precisely"]), + ("precurser", &["precursor"]), + ("predecesors", &["predecessors"]), + ("predicatble", &["predictable"]), + ("predicitons", &["predictions"]), + ("predomiantly", &["predominately"]), + ("prefered", &["preferred"]), + ("prefering", &["preferring"]), + ("preferrably", &["preferably"]), + ("pregancies", &["pregnancies"]), + ("preiod", &["period"]), + ("preliferation", &["proliferation"]), + ("premeire", &["premiere"]), + ("premeired", &["premiered"]), + ("premillenial", &["premillennial"]), + ("preminence", &["preeminence"]), + ("premission", &["permission"]), + ("Premonasterians", &["Premonstratensians"]), + ("preocupation", &["preoccupation"]), + ("prepair", &["prepare"]), + ("prepartion", &["preparation"]), + ("prepatory", &["preparatory"]), + ("preperation", &["preparation"]), + ("preperations", &["preparations"]), + ("preriod", &["period"]), + ("presedential", &["presidential"]), + ("presense", &["presence"]), + ("presidenital", &["presidential"]), + ("presidental", &["presidential"]), + ("presitgious", &["prestigious"]), + ("prespective", &["perspective"]), + ("prestigeous", &["prestigious"]), + ("prestigous", &["prestigious"]), + ("presumabely", &["presumably"]), + ("presumibly", &["presumably"]), + ("pretection", &["protection"]), + ("prevelant", &["prevalent"]), + ("preverse", &["perverse"]), + ("previvous", &["previous"]), + ("pricipal", &["principal"]), + ("priciple", &["principle"]), + ("priestood", &["priesthood"]), + ("primarly", &["primarily"]), + ("primative", &["primitive"]), + ("primatively", &["primitively"]), + ("primatives", &["primitives"]), + ("primordal", &["primordial"]), + ("principlaity", &["principality"]), + ("principaly", &["principality"]), + ("principial", &["principal"]), + ("principly", &["principally"]), + ("prinicipal", &["principal"]), + ("privalege", &["privilege"]), + ("privaleges", &["privileges"]), + ("priveledges", &["privileges"]), + ("privelege", &["privilege"]), + ("priveleged", &["privileged"]), + ("priveleges", &["privileges"]), + ("privelige", &["privilege"]), + ("priveliged", &["privileged"]), + ("priveliges", &["privileges"]), + ("privelleges", &["privileges"]), + ("privilage", &["privilege"]), + ("priviledge", &["privilege"]), + ("priviledges", &["privileges"]), + ("privledge", &["privilege"]), + ("privte", &["private"]), + ("probabilaty", &["probability"]), + ("probablistic", &["probabilistic"]), + ("probablly", &["probably"]), + ("probalibity", &["probability"]), + ("probaly", &["probably"]), + ("probelm", &["problem"]), + ("proccess", &["process"]), + ("proccessing", &["processing"]), + ("procede", &["proceed", "precede"]), + ("proceded", &["proceeded", "preceded"]), + ("procedes", &["proceeds", "precedes"]), + ("procedger", &["procedure"]), + ("proceding", &["proceeding", "preceding"]), + ("procedings", &["proceedings"]), + ("proceedure", &["procedure"]), + ("proces", &["process"]), + ("processer", &["processor"]), + ("proclaimation", &["proclamation"]), + ("proclamed", &["proclaimed"]), + ("proclaming", &["proclaiming"]), + ("proclomation", &["proclamation"]), + ("profesion", &["profusion", "profession"]), + ("profesor", &["professor"]), + ("professer", &["professor"]), + ("proffesed", &["professed"]), + ("proffesion", &["profession"]), + ("proffesional", &["professional"]), + ("proffesor", &["professor"]), + ("profilic", &["prolific"]), + ("progessed", &["progressed"]), + ("progidy", &["prodigy"]), + ("programable", &["programmable"]), + ("progrom", &["pogrom", "program"]), + ("progroms", &["pogroms", "programs"]), + ("prohabition", &["prohibition"]), + ("prologomena", &["prolegomena"]), + ("prominance", &["prominence"]), + ("prominant", &["prominent"]), + ("prominantly", &["prominently"]), + ("prominately", &["prominently", "predominately"]), + ("promiscous", &["promiscuous"]), + ("promotted", &["promoted"]), + ("pronomial", &["pronominal"]), + ("pronouced", &["pronounced"]), + ("pronounched", &["pronounced"]), + ("pronounciation", &["pronunciation"]), + ("proove", &["prove"]), + ("prooved", &["proved"]), + ("prophacy", &["prophecy"]), + ("propietary", &["proprietary"]), + ("propmted", &["prompted"]), + ("propoganda", &["propaganda"]), + ("propogate", &["propagate"]), + ("propogates", &["propagates"]), + ("propogation", &["propagation"]), + ("propostion", &["proposition"]), + ("propotions", &["proportions"]), + ("propper", &["proper"]), + ("propperly", &["properly"]), + ("proprietory", &["proprietary"]), + ("proseletyzing", &["proselytizing"]), + ("protaganist", &["protagonist"]), + ("protaganists", &["protagonists"]), + ("protocal", &["protocol"]), + ("protoganist", &["protagonist"]), + ("protrayed", &["portrayed"]), + ("protruberance", &["protuberance"]), + ("protruberances", &["protuberances"]), + ("prouncements", &["pronouncements"]), + ("provacative", &["provocative"]), + ("provded", &["provided"]), + ("provicial", &["provincial"]), + ("provinicial", &["provincial"]), + ("provisiosn", &["provision"]), + ("provisonal", &["provisional"]), + ("proximty", &["proximity"]), + ("pseudononymous", &["pseudonymous"]), + ("pseudonyn", &["pseudonym"]), + ("psuedo", &["pseudo"]), + ("psycology", &["psychology"]), + ("psyhic", &["psychic"]), + ("pubilsher", &["publisher"]), + ("pubisher", &["publisher"]), + ("publiaher", &["publisher"]), + ("publically", &["publicly"]), + ("publicaly", &["publicly"]), + ("publicher", &["publisher"]), + ("publihser", &["publisher"]), + ("publisehr", &["publisher"]), + ("publiser", &["publisher"]), + ("publisger", &["publisher"]), + ("publisheed", &["published"]), + ("publisherr", &["publisher"]), + ("publishher", &["publisher"]), + ("publishor", &["publisher"]), + ("publishre", &["publisher"]), + ("publissher", &["publisher"]), + ("publlisher", &["publisher"]), + ("publsiher", &["publisher"]), + ("publusher", &["publisher"]), + ("puchasing", &["purchasing"]), + ("Pucini", &["Puccini"]), + ("Puertorrican", &["Puerto Rican"]), + ("Puertorricans", &["Puerto Ricans"]), + ("pulisher", &["publisher"]), + ("pumkin", &["pumpkin"]), + ("puplisher", &["publisher"]), + ("puritannical", &["puritanical"]), + ("purposedly", &["purposely"]), + ("purpotedly", &["purportedly"]), + ("pursuade", &["persuade"]), + ("pursuaded", &["persuaded"]), + ("pursuades", &["persuades"]), + ("pususading", &["persuading"]), + ("puting", &["putting"]), + ("pwoer", &["power"]), + ("pyscic", &["psychic"]), + ("qtuie", &["quite", "quiet"]), + ("quantaty", &["quantity"]), + ("quantitiy", &["quantity"]), + ("quarantaine", &["quarantine"]), + ("Queenland", &["Queensland"]), + ("questonable", &["questionable"]), + ("quicklyu", &["quickly"]), + ("quinessential", &["quintessential"]), + ("quitted", &["quit"]), + ("quizes", &["quizzes"]), + ("qutie", &["quite", "quiet"]), + ("rabinnical", &["rabbinical"]), + ("racaus", &["raucous"]), + ("radiactive", &["radioactive"]), + ("radify", &["ratify"]), + ("raelly", &["really"]), + ("rarified", &["rarefied"]), + ("reaccurring", &["recurring"]), + ("reacing", &["reaching"]), + ("reacll", &["recall"]), + ("readmition", &["readmission"]), + ("realitvely", &["relatively"]), + ("realsitic", &["realistic"]), + ("realtions", &["relations"]), + ("realy", &["really"]), + ("realyl", &["really"]), + ("reasearch", &["research"]), + ("rebiulding", &["rebuilding"]), + ("rebllions", &["rebellions"]), + ("rebounce", &["rebound"]), + ("reccomend", &["recommend"]), + ("reccomendations", &["recommendations"]), + ("reccomended", &["recommended"]), + ("reccomending", &["recommending"]), + ("reccommend", &["recommend"]), + ("reccommended", &["recommended"]), + ("reccommending", &["recommending"]), + ("reccuring", &["recurring"]), + ("receeded", &["receded"]), + ("receeding", &["receding"]), + ("receivedfrom", &["received from"]), + ("recepient", &["recipient"]), + ("recepients", &["recipients"]), + ("receving", &["receiving"]), + ("rechargable", &["rechargeable"]), + ("reched", &["reached"]), + ("recide", &["reside"]), + ("recided", &["resided"]), + ("recident", &["resident"]), + ("recidents", &["residents"]), + ("reciding", &["residing"]), + ("reciepents", &["recipients"]), + ("reciept", &["receipt"]), + ("recieve", &["receive"]), + ("recieved", &["received"]), + ("reciever", &["receiver"]), + ("recievers", &["receivers"]), + ("recieves", &["receives"]), + ("recieving", &["receiving"]), + ("recipiant", &["recipient"]), + ("recipiants", &["recipients"]), + ("recived", &["received"]), + ("recivership", &["receivership"]), + ("recogise", &["recognise"]), + ("recogize", &["recognize"]), + ("recomend", &["recommend"]), + ("recomended", &["recommended"]), + ("recomending", &["recommending"]), + ("recomends", &["recommends"]), + ("recommedations", &["recommendations"]), + ("recompence", &["recompense"]), + ("reconaissance", &["reconnaissance"]), + ("reconcilation", &["reconciliation"]), + ("reconized", &["recognized"]), + ("reconnaisance", &["reconnaissance"]), + ("reconnaissence", &["reconnaissance"]), + ("recontructed", &["reconstructed"]), + ("recordproducer", &["record producer"]), + ("recquired", &["required"]), + ("recrational", &["recreational"]), + ("recrod", &["record"]), + ("recuiting", &["recruiting"]), + ("recuring", &["recurring"]), + ("recurrance", &["recurrence"]), + ("rediculous", &["ridiculous"]), + ("reedeming", &["redeeming"]), + ("reenforced", &["reinforced"]), + ("refect", &["reflect"]), + ("refedendum", &["referendum"]), + ("referal", &["referral"]), + ("referece", &["reference"]), + ("refereces", &["references"]), + ("refered", &["referred"]), + ("referemce", &["reference"]), + ("referemces", &["references"]), + ("referencs", &["references"]), + ("referenece", &["reference"]), + ("refereneced", &["referenced"]), + ("refereneces", &["references"]), + ("referiang", &["referring"]), + ("refering", &["referring"]), + ("refernce", &["reference", "references"]), + ("refernces", &["references"]), + ("referrence", &["reference"]), + ("referrences", &["references"]), + ("referrs", &["refers"]), + ("reffered", &["referred"]), + ("refference", &["reference"]), + ("reffering", &["referring"]), + ("refrence", &["reference"]), + ("refrences", &["references"]), + ("refrers", &["refers"]), + ("refridgeration", &["refrigeration"]), + ("refridgerator", &["refrigerator"]), + ("refromist", &["reformist"]), + ("refusla", &["refusal"]), + ("regardes", &["regards"]), + ("regluar", &["regular"]), + ("reguarly", &["regularly"]), + ("regulaion", &["regulation"]), + ("regulaotrs", &["regulators"]), + ("regularily", &["regularly"]), + ("rehersal", &["rehearsal"]), + ("reicarnation", &["reincarnation"]), + ("reigining", &["reigning"]), + ("reknown", &["renown"]), + ("reknowned", &["renowned"]), + ("rela", &["real"]), + ("relaly", &["really"]), + ("relatiopnship", &["relationship"]), + ("relativly", &["relatively"]), + ("relected", &["reelected"]), + ("releive", &["relieve"]), + ("releived", &["relieved"]), + ("releiver", &["reliever"]), + ("releses", &["releases"]), + ("relevence", &["relevance"]), + ("relevent", &["relevant"]), + ("reliablity", &["reliability"]), + ("relient", &["reliant"]), + ("religeous", &["religious"]), + ("religous", &["religious"]), + ("religously", &["religiously"]), + ("relinqushment", &["relinquishment"]), + ("relitavely", &["relatively"]), + ("relized", &["realised", "realized"]), + ("relpacement", &["replacement"]), + ("remaing", &["remaining"]), + ("remeber", &["remember"]), + ("rememberable", &["memorable"]), + ("rememberance", &["remembrance"]), + ("remembrence", &["remembrance"]), + ("remenant", &["remnant"]), + ("remenicent", &["reminiscent"]), + ("reminent", &["remnant"]), + ("reminescent", &["reminiscent"]), + ("reminscent", &["reminiscent"]), + ("reminsicent", &["reminiscent"]), + ("rendevous", &["rendezvous"]), + ("rendezous", &["rendezvous"]), + ("renedered", &["rende"]), + ("renewl", &["renewal"]), + ("rennovate", &["renovate"]), + ("rennovated", &["renovated"]), + ("rennovating", &["renovating"]), + ("rennovation", &["renovation"]), + ("rentors", &["renters"]), + ("reoccurrence", &["recurrence"]), + ("reorganision", &["reorganisation"]), + ("repatition", &["repetition", "repartition"]), + ("repblic", &["republic"]), + ("repblican", &["republican"]), + ("repblicans", &["republicans"]), + ("repblics", &["republics"]), + ("repectively", &["respectively"]), + ("repeition", &["repetition"]), + ("repentence", &["repentance"]), + ("repentent", &["repentant"]), + ("repeteadly", &["repeatedly"]), + ("repetion", &["repetition"]), + ("repid", &["rapid"]), + ("reponse", &["response"]), + ("reponsible", &["responsible"]), + ("reportadly", &["reportedly"]), + ("represantative", &["representative"]), + ("representive", &["representative"]), + ("representives", &["representatives"]), + ("reproducable", &["reproducible"]), + ("reprtoire", &["repertoire"]), + ("repsectively", &["respectively"]), + ("reptition", &["repetition"]), + ("repubic", &["republic"]), + ("repubican", &["republican"]), + ("repubicans", &["republicans"]), + ("repubics", &["republics"]), + ("republi", &["republic"]), + ("republian", &["republican"]), + ("republians", &["republicans"]), + ("republis", &["republics"]), + ("repulic", &["republic"]), + ("repulican", &["republican"]), + ("repulicans", &["republicans"]), + ("repulics", &["republics"]), + ("requirment", &["requirement"]), + ("requred", &["required"]), + ("resaurant", &["restaurant"]), + ("resembelance", &["resemblance"]), + ("resembes", &["resembles"]), + ("resemblence", &["resemblance"]), + ("resevoir", &["reservoir"]), + ("residental", &["residential"]), + ("resignement", &["resignment"]), + ("resistable", &["resistible"]), + ("resistence", &["resistance"]), + ("resistent", &["resistant"]), + ("respectivly", &["respectively"]), + ("responce", &["response"]), + ("responibilities", &["responsibilities"]), + ("responisble", &["responsible"]), + ("responnsibilty", &["responsibility"]), + ("responsability", &["responsibility"]), + ("responsibile", &["responsible"]), + ("responsibilites", &["responsibilities"]), + ("responsiblities", &["responsibilities"]), + ("responsiblity", &["responsibility"]), + ("ressemblance", &["resemblance"]), + ("ressemble", &["resemble"]), + ("ressembled", &["resembled"]), + ("ressemblence", &["resemblance"]), + ("ressembling", &["resembling"]), + ("resssurecting", &["resurrecting"]), + ("ressurect", &["resurrect"]), + ("ressurected", &["resurrected"]), + ("ressurection", &["resurrection"]), + ("ressurrection", &["resurrection"]), + ("restarant", &["restaurant"]), + ("restarants", &["restaurants"]), + ("restaraunt", &["restaurant"]), + ("restaraunteur", &["restaurateur"]), + ("restaraunteurs", &["restaurateurs"]), + ("restaraunts", &["restaurants"]), + ("restauranteurs", &["restaurateurs"]), + ("restauration", &["restoration"]), + ("restauraunt", &["restaurant"]), + ("resteraunt", &["restaurant"]), + ("resteraunts", &["restaurants"]), + ("resticted", &["restricted"]), + ("restraunt", &["restraint", "restaurant"]), + ("resturant", &["restaurant"]), + ("resturants", &["restaurants"]), + ("resturaunt", &["restaurant"]), + ("resturaunts", &["restaurants"]), + ("resurecting", &["resurrecting"]), + ("retalitated", &["retaliated"]), + ("retalitation", &["retaliation"]), + ("retreive", &["retrieve"]), + ("returnd", &["returned"]), + ("revaluated", &["reevaluated"]), + ("reveiw", &["review"]), + ("reveral", &["reversal"]), + ("reversable", &["reversible"]), + ("revolutionar", &["revolutionary"]), + ("rewitten", &["rewritten"]), + ("rewriet", &["rewrite"]), + ("rference", &["reference"]), + ("rferences", &["references"]), + ("rhymme", &["rhyme"]), + ("rhythem", &["rhythm"]), + ("rhythim", &["rhythm"]), + ("rhytmic", &["rhythmic"]), + ("rigeur", &["rigueur", "rigour", "rigor"]), + ("rigourous", &["rigorous"]), + ("rininging", &["ringing"]), + ("rised", &["raised", "rose"]), + ("Rockerfeller", &["Rockefeller"]), + ("rococco", &["rococo"]), + ("rocord", &["record"]), + ("roomate", &["roommate"]), + ("rougly", &["roughly"]), + ("rucuperate", &["recuperate"]), + ("rudimentatry", &["rudimentary"]), + ("rulle", &["rule"]), + ("runing", &["running"]), + ("runnung", &["running"]), + ("russina", &["Russian"]), + ("Russion", &["Russian"]), + ("rwite", &["write"]), + ("rythem", &["rhythm"]), + ("rythim", &["rhythm"]), + ("rythm", &["rhythm"]), + ("rythmic", &["rhythmic"]), + ("rythyms", &["rhythms"]), + ("sacrafice", &["sacrifice"]), + ("sacreligious", &["sacrilegious"]), + ("Sacremento", &["Sacramento"]), + ("sacrifical", &["sacrificial"]), + ("saftey", &["safety"]), + ("safty", &["safety"]), + ("salery", &["salary"]), + ("sanctionning", &["sanctioning"]), + ("sandwhich", &["sandwich"]), + ("Sanhedrim", &["Sanhedrin"]), + ("santioned", &["sanctioned"]), + ("sargant", &["sergeant"]), + ("sargeant", &["sergeant"]), + ("sasy", &["says", "sassy"]), + ("satelite", &["satellite"]), + ("satelites", &["satellites"]), + ("Saterday", &["Saturday"]), + ("Saterdays", &["Saturdays"]), + ("satisfactority", &["satisfactorily"]), + ("satric", &["satiric"]), + ("satrical", &["satirical"]), + ("satrically", &["satirically"]), + ("sattelite", &["satellite"]), + ("sattelites", &["satellites"]), + ("saught", &["sought"]), + ("saveing", &["saving"]), + ("saxaphone", &["saxophone"]), + ("scaleable", &["scalable"]), + ("scandanavia", &["Scandinavia"]), + ("scaricity", &["scarcity"]), + ("scavanged", &["scavenged"]), + ("schedual", &["schedule"]), + ("scholarhip", &["scholarship"]), + ("scholarstic", &["scholastic", "scholarly"]), + ("scientfic", &["scientific"]), + ("scientifc", &["scientific"]), + ("scientis", &["scientist"]), + ("scince", &["science"]), + ("scinece", &["science"]), + ("scirpt", &["script"]), + ("scoll", &["scroll"]), + ("screenwrighter", &["screenwriter"]), + ("scrutinity", &["scrutiny"]), + ("scuptures", &["sculptures"]), + ("seach", &["search"]), + ("seached", &["searched"]), + ("seaches", &["searches"]), + ("secceeded", &["seceded", "succeeded"]), + ("seceed", &["succeed", "secede"]), + ("seceeded", &["succeeded", "seceded"]), + ("secratary", &["secretary"]), + ("secretery", &["secretary"]), + ("sedereal", &["sidereal"]), + ("seeked", &["sought"]), + ("segementation", &["segmentation"]), + ("seguoys", &["segues"]), + ("seige", &["siege"]), + ("seing", &["seeing"]), + ("seinor", &["senior"]), + ("seldomly", &["seldom"]), + ("senarios", &["scenarios"]), + ("sence", &["sense", "since"]), + ("senstive", &["sensitive"]), + ("sensure", &["censure"]), + ("seperate", &["separate"]), + ("seperated", &["separated"]), + ("seperately", &["separately"]), + ("seperates", &["separates"]), + ("seperating", &["separating"]), + ("seperation", &["separation"]), + ("seperatism", &["separatism"]), + ("seperatist", &["separatist"]), + ("sepina", &["subpoena"]), + ("sepulchure", &["sepulchre", "sepulcher"]), + ("sepulcre", &["sepulchre", "sepulcher"]), + ("sergent", &["sergeant"]), + ("settelement", &["settlement"]), + ("settlment", &["settlement"]), + ("severeal", &["several"]), + ("severley", &["severely"]), + ("severly", &["severely"]), + ("sevice", &["service"]), + ("shadasloo", &["shadaloo"]), + ("shaddow", &["shadow"]), + ("shadoloo", &["shadaloo"]), + ("shamen", &["shaman", "shamans"]), + ("sheat", &["sheath", "sheet", "cheat"]), + ("sheild", &["shield"]), + ("sherif", &["sheriff"]), + ("shineing", &["shining"]), + ("shiped", &["shipped"]), + ("shiping", &["shipping"]), + ("shopkeeepers", &["shopkeepers"]), + ("shorly", &["shortly"]), + ("shortwhile", &["short while"]), + ("shoudl", &["should"]), + ("shoudln", &["should", "shouldn\'t"]), + ("shouldnt", &["should not"]), + ("shreak", &["shriek"]), + ("shrinked", &["shrunk"]), + ("sicne", &["since"]), + ("sideral", &["sidereal"]), + ("sieze", &["seize", "size"]), + ("siezed", &["seized", "sized"]), + ("siezing", &["seizing", "sizing"]), + ("siezure", &["seizure"]), + ("siezures", &["seizures"]), + ("siginificant", &["significant"]), + ("signficant", &["significant"]), + ("signficiant", &["significant"]), + ("signfies", &["signifies"]), + ("signifantly", &["significantly"]), + ("significently", &["significantly"]), + ("signifigant", &["significant"]), + ("signifigantly", &["significantly"]), + ("signitories", &["signatories"]), + ("signitory", &["signatory"]), + ("similarily", &["similarly"]), + ("similiar", &["similar"]), + ("similiarity", &["similarity"]), + ("similiarly", &["similarly"]), + ("simmilar", &["similar"]), + ("simpley", &["simply"]), + ("simplier", &["simpler"]), + ("simultanous", &["simultaneous"]), + ("simultanously", &["simultaneously"]), + ("sincerley", &["sincerely"]), + ("singsog", &["singsong"]), + ("sinse", &["sines", "since"]), + ("Sionist", &["Zionist"]), + ("Sionists", &["Zionists"]), + ("Sixtin", &["Sistine"]), + ("Skagerak", &["Skagerrak"]), + ("skateing", &["skating"]), + ("slaugterhouses", &["slaughterhouses"]), + ("slighly", &["slightly"]), + ("slippy", &["slippery"]), + ("slowy", &["slowly"]), + ("smae", &["same"]), + ("smealting", &["smelting"]), + ("smoe", &["some"]), + ("sneeks", &["sneaks"]), + ("snese", &["sneeze"]), + ("socalism", &["socialism"]), + ("socities", &["societies"]), + ("soem", &["some"]), + ("sofware", &["software"]), + ("sohw", &["show"]), + ("soilders", &["soldiers"]), + ("solatary", &["solitary"]), + ("soley", &["solely"]), + ("soliders", &["soldiers"]), + ("soliliquy", &["soliloquy"]), + ("soluable", &["soluble"]), + ("somene", &["someone"]), + ("somtimes", &["sometimes"]), + ("somwhere", &["somewhere"]), + ("sophicated", &["sophisticated"]), + ("sophmore", &["sophomore"]), + ("sorceror", &["sorcerer"]), + ("sorrounding", &["surrounding"]), + ("sotry", &["story"]), + ("sotyr", &["satyr", "story"]), + ("soudn", &["sound"]), + ("soudns", &["sounds"]), + ("sould", &["could", "should", "sold", "soul"]), + ("sountrack", &["soundtrack"]), + ("sourth", &["south"]), + ("sourthern", &["southern"]), + ("souvenier", &["souvenir"]), + ("souveniers", &["souvenirs"]), + ("soveits", &["soviets"]), + ("sovereignity", &["sovereignty"]), + ("soverign", &["sovereign"]), + ("soverignity", &["sovereignty"]), + ("soverignty", &["sovereignty"]), + ("spainish", &["Spanish"]), + ("speach", &["speech"]), + ("specfic", &["specific"]), + ("speciallized", &["specialised", "specialized"]), + ("specif", &["specific", "specify"]), + ("specifiying", &["specifying"]), + ("speciman", &["specimen"]), + ("spectauclar", &["spectacular"]), + ("spectaulars", &["spectaculars"]), + ("spects", &["aspects", "expects"]), + ("spectum", &["spectrum"]), + ("speices", &["species"]), + ("spendour", &["splendour"]), + ("spermatozoan", &["spermatozoon"]), + ("spoace", &["space"]), + ("sponser", &["sponsor"]), + ("sponsered", &["sponsored"]), + ("spontanous", &["spontaneous"]), + ("sponzored", &["sponsored"]), + ("spoonfulls", &["spoonfuls"]), + ("sppeches", &["speeches"]), + ("spreaded", &["spread"]), + ("sprech", &["speech"]), + ("spred", &["spread"]), + ("spriritual", &["spiritual"]), + ("spritual", &["spiritual"]), + ("sqaure", &["square"]), + ("stablility", &["stability"]), + ("stainlees", &["stainless"]), + ("staion", &["station"]), + ("standars", &["standards"]), + ("stange", &["strange"]), + ("startegic", &["strategic"]), + ("startegies", &["strategies"]), + ("startegy", &["strategy"]), + ("stateman", &["statesman"]), + ("statememts", &["statements"]), + ("statment", &["statement"]), + ("steriods", &["steroids"]), + ("sterotypes", &["stereotypes"]), + ("stilus", &["stylus"]), + ("stingent", &["stringent"]), + ("stiring", &["stirring"]), + ("stirrs", &["stirs"]), + ("stlye", &["style"]), + ("stomache", &["stomach"]), + ("stong", &["strong"]), + ("stopry", &["story"]), + ("storeis", &["stories"]), + ("storise", &["stories"]), + ("stornegst", &["strongest"]), + ("stoyr", &["story"]), + ("stpo", &["stop"]), + ("stradegies", &["strategies"]), + ("stradegy", &["strategy"]), + ("strat", &["start", "strata"]), + ("stratagically", &["strategically"]), + ("streemlining", &["streamlining"]), + ("stregth", &["strength"]), + ("strenghen", &["strengthen"]), + ("strenghened", &["strengthened"]), + ("strenghening", &["strengthening"]), + ("strenght", &["strength"]), + ("strenghten", &["strengthen"]), + ("strenghtened", &["strengthened"]), + ("strenghtening", &["strengthening"]), + ("strengtened", &["strengthened"]), + ("strenous", &["strenuous"]), + ("strictist", &["strictest"]), + ("strikely", &["strikingly"]), + ("strnad", &["strand"]), + ("stroy", &["story", "destroy"]), + ("structual", &["structural"]), + ("stubborness", &["stubbornness"]), + ("stucture", &["structure"]), + ("stuctured", &["structured"]), + ("studdy", &["study"]), + ("studing", &["studying"]), + ("stuggling", &["struggling"]), + ("sturcture", &["structure"]), + ("subcatagories", &["subcategories"]), + ("subcatagory", &["subcategory"]), + ("subconsiously", &["subconsciously"]), + ("subdivisio", &["subdivision"]), + ("subjudgation", &["subjugation"]), + ("submachne", &["submachine"]), + ("subpecies", &["subspecies"]), + ("subsidary", &["subsidiary"]), + ("subsiduary", &["subsidiary"]), + ("subsquent", &["subsequent"]), + ("subsquently", &["subsequently"]), + ("substace", &["substance"]), + ("substancial", &["substantial"]), + ("substatial", &["substantial"]), + ("substituded", &["substituted"]), + ("substract", &["subtract"]), + ("substracted", &["subtracted"]), + ("substracting", &["subtracting"]), + ("substraction", &["subtraction"]), + ("substracts", &["subtracts"]), + ("subtances", &["substances"]), + ("subterranian", &["subterranean"]), + ("suburburban", &["suburban"]), + ("succceeded", &["succeeded"]), + ("succcesses", &["successes"]), + ("succedded", &["succeeded"]), + ("succeded", &["succeeded"]), + ("succeds", &["succeeds"]), + ("succesful", &["successful"]), + ("succesfully", &["successfully"]), + ("succesfuly", &["successfully"]), + ("succesion", &["succession"]), + ("succesive", &["successive"]), + ("successfull", &["successful"]), + ("successully", &["successfully"]), + ("succsess", &["success"]), + ("succsessfull", &["successful"]), + ("suceed", &["succeed"]), + ("suceeded", &["succeeded"]), + ("suceeding", &["succeeding"]), + ("suceeds", &["succeeds"]), + ("sucesful", &["successful"]), + ("sucesfully", &["successfully"]), + ("sucesfuly", &["successfully"]), + ("sucesion", &["succession"]), + ("sucess", &["success"]), + ("sucesses", &["successes"]), + ("sucessful", &["successful"]), + ("sucessfull", &["successful"]), + ("sucessfully", &["successfully"]), + ("sucessfuly", &["successfully"]), + ("sucession", &["succession"]), + ("sucessive", &["successive"]), + ("sucessor", &["successor"]), + ("sucessot", &["successor"]), + ("sucide", &["suicide"]), + ("sucidial", &["suicidal"]), + ("sudent", &["student"]), + ("sudents", &["students"]), + ("sufferage", &["suffrage"]), + ("sufferred", &["suffered"]), + ("sufferring", &["suffering"]), + ("sufficent", &["sufficient"]), + ("sufficently", &["sufficiently"]), + ("sumary", &["summary"]), + ("sunglases", &["sunglasses"]), + ("suop", &["soup"]), + ("superceeded", &["superseded"]), + ("superintendant", &["superintendent"]), + ("suphisticated", &["sophisticated"]), + ("suplimented", &["supplemented"]), + ("supose", &["suppose"]), + ("suposed", &["supposed"]), + ("suposedly", &["supposedly"]), + ("suposes", &["supposes"]), + ("suposing", &["supposing"]), + ("supplamented", &["supplemented"]), + ("suppliementing", &["supplementing"]), + ("suppoed", &["supposed"]), + ("supposingly", &["supposedly"]), + ("suppy", &["supply"]), + ("suprassing", &["surpassing"]), + ("supress", &["suppress"]), + ("supressed", &["suppressed"]), + ("supresses", &["suppresses"]), + ("supressing", &["suppressing"]), + ("suprise", &["surprise"]), + ("suprised", &["surprised"]), + ("suprising", &["surprising"]), + ("suprisingly", &["surprisingly"]), + ("suprize", &["surprise"]), + ("suprized", &["surprised"]), + ("suprizing", &["surprising"]), + ("suprizingly", &["surprisingly"]), + ("surfce", &["surface"]), + ("surley", &["surly", "surely"]), + ("suround", &["surround"]), + ("surounded", &["surrounded"]), + ("surounding", &["surrounding"]), + ("suroundings", &["surroundings"]), + ("surounds", &["surrounds"]), + ("surplanted", &["supplanted"]), + ("surpress", &["suppress"]), + ("surpressed", &["suppressed"]), + ("surprize", &["surprise"]), + ("surprized", &["surprised"]), + ("surprizing", &["surprising"]), + ("surprizingly", &["surprisingly"]), + ("surrended", &["surrounded", "surrendered"]), + ("surrepetitious", &["surreptitious"]), + ("surrepetitiously", &["surreptitiously"]), + ("surreptious", &["surreptitious"]), + ("surreptiously", &["surreptitiously"]), + ("surronded", &["surrounded"]), + ("surrouded", &["surrounded"]), + ("surrouding", &["surrounding"]), + ("surrundering", &["surrendering"]), + ("surveilence", &["surveillance"]), + ("surveill", &["surveil"]), + ("surveyer", &["surveyor"]), + ("surviver", &["survivor"]), + ("survivers", &["survivors"]), + ("survivied", &["survived"]), + ("suseptable", &["susceptible"]), + ("suseptible", &["susceptible"]), + ("suspention", &["suspension"]), + ("swaer", &["swear"]), + ("swaers", &["swears"]), + ("swepth", &["swept"]), + ("swiming", &["swimming"]), + ("syas", &["says"]), + ("symetrical", &["symmetrical"]), + ("symetrically", &["symmetrically"]), + ("symetry", &["symmetry"]), + ("symettric", &["symmetric"]), + ("symmetral", &["symmetric"]), + ("symmetricaly", &["symmetrically"]), + ("synagouge", &["synagogue"]), + ("syncronization", &["synchronization"]), + ("synonomous", &["synonymous"]), + ("synonymns", &["synonyms"]), + ("synphony", &["symphony"]), + ("syphyllis", &["syphilis"]), + ("sypmtoms", &["symptoms"]), + ("syrap", &["syrup"]), + ("sysmatically", &["systematically"]), + ("sytem", &["system"]), + ("sytle", &["style"]), + ("tabacco", &["tobacco"]), + ("tahn", &["than"]), + ("taht", &["that"]), + ("talekd", &["talked"]), + ("targetted", &["targeted"]), + ("targetting", &["targeting"]), + ("tast", &["taste"]), + ("tath", &["that"]), + ("tatoo", &["tattoo"]), + ("tattooes", &["tattoos"]), + ("taxanomic", &["taxonomic"]), + ("taxanomy", &["taxonomy"]), + ("teached", &["taught"]), + ("techician", &["technician"]), + ("techicians", &["technicians"]), + ("techiniques", &["techniques"]), + ("technitian", &["technician"]), + ("technnology", &["technology"]), + ("technolgy", &["technology"]), + ("teh", &["the"]), + ("tehy", &["they"]), + ("telelevision", &["television"]), + ("televsion", &["television"]), + ("telphony", &["telephony"]), + ("temerature", &["temperature"]), + ("tempalte", &["template"]), + ("tempaltes", &["templates"]), + ("temparate", &["temperate"]), + ("temperarily", &["temporarily"]), + ("temperment", &["temperament"]), + ("tempertaure", &["temperature"]), + ("temperture", &["temperature"]), + ("temprary", &["temporary"]), + ("tenacle", &["tentacle"]), + ("tenacles", &["tentacles"]), + ("tendacy", &["tendency"]), + ("tendancies", &["tendencies"]), + ("tendancy", &["tendency"]), + ("tennisplayer", &["tennis player"]), + ("tepmorarily", &["temporarily"]), + ("terrestial", &["terrestrial"]), + ("terriories", &["territories"]), + ("terriory", &["territory"]), + ("territorist", &["terrorist"]), + ("territoy", &["territory"]), + ("terroist", &["terrorist"]), + ("testiclular", &["testicular"]), + ("testomony", &["testimony"]), + ("tghe", &["the"]), + ("thast", &["that", "that\'s"]), + ("theather", &["theater"]), + ("theese", &["these"]), + ("theif", &["thief"]), + ("theives", &["thieves"]), + ("themselfs", &["themselves"]), + ("themslves", &["themselves"]), + ("ther", &["there", "their", "the"]), + ("therafter", &["thereafter"]), + ("therby", &["thereby"]), + ("theri", &["their"]), + ("theyre", &["they\'re"]), + ("thgat", &["that"]), + ("thge", &["the"]), + ("thier", &["their"]), + ("thign", &["thing"]), + ("thigns", &["things"]), + ("thigsn", &["things"]), + ("thikn", &["think"]), + ("thikning", &["thinking", "thickening"]), + ("thikns", &["thinks"]), + ("thiunk", &["think"]), + ("thn", &["then"]), + ("thna", &["than"]), + ("thne", &["then"]), + ("thnig", &["thing"]), + ("thnigs", &["things"]), + ("thoughout", &["throughout"]), + ("threatend", &["threatened"]), + ("threatning", &["threatening"]), + ("threee", &["three"]), + ("threshhold", &["threshold"]), + ("thrid", &["third"]), + ("throrough", &["thorough"]), + ("throughly", &["thoroughly"]), + ("throught", &["thought", "through", "throughout"]), + ("througout", &["throughout"]), + ("thru", &["through"]), + ("thsi", &["this"]), + ("thsoe", &["those"]), + ("thta", &["that"]), + ("thyat", &["that"]), + ("tiem", &["time", "Tim"]), + ("tihkn", &["think"]), + ("tihs", &["this"]), + ("timeschedule", &["time schedule"]), + ("timne", &["time"]), + ("tiome", &["time", "tome"]), + ("tje", &["the"]), + ("tjhe", &["the"]), + ("tjpanishad", &["upanishad"]), + ("tkae", &["take"]), + ("tkaes", &["takes"]), + ("tkaing", &["taking"]), + ("tlaking", &["talking"]), + ("tobbaco", &["tobacco"]), + ("todays", &["today\'s"]), + ("todya", &["today"]), + ("toghether", &["together"]), + ("toke", &["took"]), + ("tolerence", &["tolerance"]), + ("Tolkein", &["Tolkien"]), + ("tomatos", &["tomatoes"]), + ("tommorow", &["tomorrow"]), + ("tommorrow", &["tomorrow"]), + ("tongiht", &["tonight"]), + ("toriodal", &["toroidal"]), + ("tormenters", &["tormentors"]), + ("tornadoe", &["tornado"]), + ("torpeados", &["torpedoes"]), + ("torpedos", &["torpedoes"]), + ("tortise", &["tortoise"]), + ("tothe", &["to the"]), + ("toubles", &["troubles"]), + ("tounge", &["tongue"]), + ("tourch", &["torch", "touch"]), + ("towords", &["towards"]), + ("towrad", &["toward"]), + ("tradionally", &["traditionally"]), + ("traditionaly", &["traditionally"]), + ("traditionnal", &["traditional"]), + ("traditition", &["tradition"]), + ("tradtionally", &["traditionally"]), + ("trafficed", &["trafficked"]), + ("trafficing", &["trafficking"]), + ("trafic", &["traffic"]), + ("trancendent", &["transcendent"]), + ("trancending", &["transcending"]), + ("tranform", &["transform"]), + ("tranformed", &["transformed"]), + ("transcendance", &["transcendence"]), + ("transcendant", &["transcendent"]), + ("transcendentational", &["transcendental"]), + ("transcripting", &["transcribing", "transcription"]), + ("transending", &["transcending"]), + ("transesxuals", &["transsexuals"]), + ("transfered", &["transferred"]), + ("transfering", &["transferring"]), + ("transformaton", &["transformation"]), + ("transistion", &["transition"]), + ("translater", &["translator"]), + ("translaters", &["translators"]), + ("transmissable", &["transmissible"]), + ("transporation", &["transportation"]), + ("tremelo", &["tremolo"]), + ("tremelos", &["tremolos"]), + ("trigered", &["triggered"]), + ("triguered", &["triggered"]), + ("triology", &["trilogy"]), + ("troling", &["trolling"]), + ("troup", &["troupe"]), + ("troups", &["troupes", "troops"]), + ("truely", &["truly"]), + ("trustworthyness", &["trustworthiness"]), + ("turnk", &["turnkey", "trunk"]), + ("Tuscon", &["Tucson"]), + ("tust", &["trust"]), + ("tution", &["tuition"]), + ("twelth", &["twelfth"]), + ("twon", &["town"]), + ("twpo", &["two"]), + ("tyhat", &["that"]), + ("tyhe", &["they"]), + ("typcial", &["typical"]), + ("typicaly", &["typically"]), + ("tyranies", &["tyrannies"]), + ("tyrany", &["tyranny"]), + ("tyrranies", &["tyrannies"]), + ("tyrrany", &["tyranny"]), + ("ubiquitious", &["ubiquitous"]), + ("ublisher", &["publisher"]), + ("uise", &["use"]), + ("Ukranian", &["Ukrainian"]), + ("ultimely", &["ultimately"]), + ("unacompanied", &["unaccompanied"]), + ("unahppy", &["unhappy"]), + ("unanymous", &["unanimous"]), + ("unathorised", &["unauthorised"]), + ("unavailible", &["unavailable"]), + ("unballance", &["unbalance"]), + ("unbeknowst", &["unbeknownst"]), + ("unbeleivable", &["unbelievable"]), + ("uncertainity", &["uncertainty"]), + ("unchallengable", &["unchallengeable"]), + ("unchangable", &["unchangeable"]), + ("uncompetive", &["uncompetitive"]), + ("unconcious", &["unconscious"]), + ("unconciousness", &["unconsciousness"]), + ("unconfortability", &["discomfort"]), + ("uncontitutional", &["unconstitutional"]), + ("unconvential", &["unconventional"]), + ("undecideable", &["undecidable"]), + ("understoon", &["understood"]), + ("undesireable", &["undesirable"]), + ("undetecable", &["undetectable"]), + ("undoubtely", &["undoubtedly"]), + ("undreground", &["underground"]), + ("uneccesary", &["unnecessary"]), + ("unecessary", &["unnecessary"]), + ("unequalities", &["inequalities"]), + ("unforseen", &["unforeseen"]), + ("unforetunately", &["unfortunately"]), + ("unforgetable", &["unforgettable"]), + ("unforgiveable", &["unforgivable"]), + ("unfortunatley", &["unfortunately"]), + ("unfortunatly", &["unfortunately"]), + ("unfourtunately", &["unfortunately"]), + ("unihabited", &["uninhabited"]), + ("unilateraly", &["unilaterally"]), + ("unilatreal", &["unilateral"]), + ("unilatreally", &["unilaterally"]), + ("uninterruped", &["uninterrupted"]), + ("uninterupted", &["uninterrupted"]), + ("UnitesStates", &["UnitedStates"]), + ("univeral", &["universal"]), + ("univeristies", &["universities"]), + ("univeristy", &["university"]), + ("univerity", &["university"]), + ("universtiy", &["university"]), + ("univesities", &["universities"]), + ("univesity", &["university"]), + ("unkown", &["unknown"]), + ("unlikey", &["unlikely"]), + ("unmanouverable", &["unmaneuverable", "unmanoeuvrable"]), + ("unmistakeably", &["unmistakably"]), + ("unneccesarily", &["unnecessarily"]), + ("unneccesary", &["unnecessary"]), + ("unneccessarily", &["unnecessarily"]), + ("unneccessary", &["unnecessary"]), + ("unnecesarily", &["unnecessarily"]), + ("unnecesary", &["unnecessary"]), + ("unoffical", &["unofficial"]), + ("unoperational", &["nonoperational"]), + ("unoticeable", &["unnoticeable"]), + ("unplease", &["displease"]), + ("unplesant", &["unpleasant"]), + ("unprecendented", &["unprecedented"]), + ("unprecidented", &["unprecedented"]), + ("unrepentent", &["unrepentant"]), + ("unrepetant", &["unrepentant"]), + ("unrepetent", &["unrepentant"]), + ("unsed", &["used", "unused", "unsaid"]), + ("unsubstanciated", &["unsubstantiated"]), + ("unsuccesful", &["unsuccessful"]), + ("unsuccesfully", &["unsuccessfully"]), + ("unsuccessfull", &["unsuccessful"]), + ("unsucesful", &["unsuccessful"]), + ("unsucesfuly", &["unsuccessfully"]), + ("unsucessful", &["unsuccessful"]), + ("unsucessfull", &["unsuccessful"]), + ("unsucessfully", &["unsuccessfully"]), + ("unsuprised", &["unsurprised"]), + ("unsuprising", &["unsurprising"]), + ("unsuprisingly", &["unsurprisingly"]), + ("unsuprized", &["unsurprised"]), + ("unsuprizing", &["unsurprising"]), + ("unsuprizingly", &["unsurprisingly"]), + ("unsurprized", &["unsurprised"]), + ("unsurprizing", &["unsurprising"]), + ("unsurprizingly", &["unsurprisingly"]), + ("untill", &["until"]), + ("untranslateable", &["untranslatable"]), + ("unuseable", &["unusable"]), + ("unusuable", &["unusable"]), + ("unviersity", &["university"]), + ("unwarrented", &["unwarranted"]), + ("unweildly", &["unwieldy"]), + ("unwieldly", &["unwieldy"]), + ("upcomming", &["upcoming"]), + ("upgradded", &["upgraded"]), + ("upto", &["up to"]), + ("usally", &["usually"]), + ("useage", &["usage"]), + ("usefull", &["useful"]), + ("usefuly", &["usefully"]), + ("useing", &["using"]), + ("usualy", &["usually"]), + ("ususally", &["usually"]), + ("vaccum", &["vacuum"]), + ("vaccume", &["vacuum"]), + ("vacinity", &["vicinity"]), + ("vaguaries", &["vagaries"]), + ("vaieties", &["varieties"]), + ("vailidty", &["validity"]), + ("valetta", &["valletta"]), + ("valuble", &["valuable"]), + ("valueable", &["valuable"]), + ("varations", &["variations"]), + ("varient", &["variant"]), + ("variey", &["variety"]), + ("varing", &["varying"]), + ("varities", &["varieties"]), + ("varity", &["variety"]), + ("vasall", &["vassal"]), + ("vasalls", &["vassals"]), + ("vegatarian", &["vegetarian"]), + ("vegitable", &["vegetable"]), + ("vegitables", &["vegetables"]), + ("vegtable", &["vegetable"]), + ("vehicule", &["vehicle"]), + ("vell", &["well"]), + ("venemous", &["venomous"]), + ("vengance", &["vengeance"]), + ("vengence", &["vengeance"]), + ("verfication", &["verification"]), + ("verison", &["version"]), + ("verisons", &["versions"]), + ("vermillion", &["vermilion"]), + ("versitilaty", &["versatility"]), + ("versitlity", &["versatility"]), + ("vetween", &["between"]), + ("veyr", &["very"]), + ("vigeur", &["vigueur", "vigour", "vigor"]), + ("vigilence", &["vigilance"]), + ("vigourous", &["vigorous"]), + ("villian", &["villain"]), + ("villification", &["vilification"]), + ("villify", &["vilify"]), + ("villin", &["villi", "villain", "villein"]), + ("vincinity", &["vicinity"]), + ("violentce", &["violence"]), + ("virtualy", &["virtually"]), + ("virutal", &["virtual"]), + ("virutally", &["virtually"]), + ("visable", &["visible"]), + ("visably", &["visibly"]), + ("visting", &["visiting"]), + ("vistors", &["visitors"]), + ("vitories", &["victories"]), + ("volcanoe", &["volcano"]), + ("voleyball", &["volleyball"]), + ("volontary", &["voluntary"]), + ("volonteer", &["volunteer"]), + ("volonteered", &["volunteered"]), + ("volonteering", &["volunteering"]), + ("volonteers", &["volunteers"]), + ("volounteer", &["volunteer"]), + ("volounteered", &["volunteered"]), + ("volounteering", &["volunteering"]), + ("volounteers", &["volunteers"]), + ("volumne", &["volume"]), + ("vreity", &["variety"]), + ("vrey", &["very"]), + ("vriety", &["variety"]), + ("vulnerablility", &["vulnerability"]), + ("vyer", &["very"]), + ("vyre", &["very"]), + ("waht", &["what"]), + ("warantee", &["warranty"]), + ("wardobe", &["wardrobe"]), + ("warrent", &["warrant"]), + ("warrriors", &["warriors"]), + ("wasnt", &["wasn\'t"]), + ("wass", &["was"]), + ("watn", &["want"]), + ("wayword", &["wayward"]), + ("weaponary", &["weaponry"]), + ("weas", &["was"]), + ("wehn", &["when"]), + ("weild", &["wield", "wild"]), + ("weilded", &["wielded"]), + ("wendsay", &["Wednesday"]), + ("wensday", &["Wednesday"]), + ("wereabouts", &["whereabouts"]), + ("whant", &["want"]), + ("whants", &["wants"]), + ("whcih", &["which"]), + ("wheras", &["whereas"]), + ("wherease", &["whereas"]), + ("whereever", &["wherever"]), + ("whic", &["which"]), + ("whihc", &["which"]), + ("whith", &["with"]), + ("whlch", &["which"]), + ("whn", &["when"]), + ("wholey", &["wholly"]), + ("wholy", &["wholly", "holy"]), + ("whta", &["what"]), + ("whther", &["whether"]), + ("wich", &["which", "witch"]), + ("widesread", &["widespread"]), + ("wief", &["wife"]), + ("wierd", &["weird"]), + ("wiew", &["view"]), + ("wih", &["with"]), + ("wiht", &["with"]), + ("wille", &["will"]), + ("willk", &["will"]), + ("willingless", &["willingness"]), + ("wirting", &["writing"]), + ("withdrawl", &["withdrawal", "withdraw"]), + ("witheld", &["withheld"]), + ("withh", &["with"]), + ("withing", &["within"]), + ("withold", &["withhold"]), + ("witht", &["with"]), + ("witn", &["with"]), + ("wiull", &["will"]), + ("wnat", &["want"]), + ("wnated", &["wanted"]), + ("wnats", &["wants"]), + ("wohle", &["whole"]), + ("wokr", &["work"]), + ("wokring", &["working"]), + ("wonderfull", &["wonderful"]), + ("wordlwide", &["worldwide"]), + ("workststion", &["workstation"]), + ("worls", &["world"]), + ("worstened", &["worsened"]), + ("woudl", &["would"]), + ("wresters", &["wrestlers"]), + ("wriet", &["write"]), + ("writen", &["written"]), + ("wroet", &["wrote"]), + ("wrok", &["work"]), + ("wroking", &["working"]), + ("wtih", &["with"]), + ("wupport", &["support"]), + ("xenophoby", &["xenophobia"]), + ("yaching", &["yachting"]), + ("yaer", &["year"]), + ("yaerly", &["yearly"]), + ("yaers", &["years"]), + ("yatch", &["yacht"]), + ("yearm", &["year"]), + ("yeasr", &["years"]), + ("yeild", &["yield"]), + ("yeilding", &["yielding"]), + ("Yementite", &["Yemenite", "Yemeni"]), + ("yera", &["year"]), + ("yrea", &["year"]), + ("yeras", &["years"]), + ("yersa", &["years"]), + ("yotube", &["youtube"]), + ("youseff", &["yousef"]), + ("youself", &["yourself"]), + ("ytou", &["you"]), + ("yuo", &["you"]), + ("zeebra", &["zebra"]), +];